@font-face {
  font-family: 'Circe';
  src: url('../fonts/circe.eot');
  src: url('../fonts/circe.eot?#iefix') format('embedded-opentype'), url('../fonts/circe.woff2') format('woff2'),
    url('../fonts/circe.woff') format('woff'), url('../fonts/circe.ttf') format('truetype'),
    url('../fonts/circe.svg#circe') format('svg');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Circe';
  src: url('../fonts/circe_bold.eot');
  src: url('../fonts/circe_bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/circe_bold.woff2') format('woff2'), url('../fonts/circe_bold.woff') format('woff'),
    url('../fonts/circe_bold.ttf') format('truetype'), url('../fonts/circe_bold.svg#circe_bold') format('svg');
  font-weight: 700;
  font-style: normal;
}

/*common*/
body {
  color: #0e0e0e;
}
input {
  -webkit-appearance: none !important;
  box-shadow: none !important;
}
body,
button,
textarea,
input {
  font-family: 'Circe', sans-serif;
  font-weight: 400;
}
button,
textarea,
input {
  box-sizing: border-box;
  border: none;
  outline: none;
}
button {
  font-weight: 500;
  cursor: pointer;
}
.content {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1216px;
}
.page-wrap {
  position: relative;
  overflow: hidden;
}
.clear-fix:after {
  content: '';
  display: block;
  clear: both;
}
.flex-container {
  display: flex;
  display: -moz-flex;
  display: -webkit-flex;
  display: -o-flex;
  display: -ms-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.va-middle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.spacer_bottom,
.spacer_top,
.spacer {
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.spacer > * {
  -ms-flex-item-align: center;
  align-self: center;
}
.spacer_bottom > * {
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.spacer_top > * {
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.pos-center {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.hidden {
  display: none !important;
}
h2 {
  font-weight: 700;
  font-size: 48px;
  line-height: 48px;
}
.block-desc {
  font-size: 14px;
  line-height: 20px;
}
.red-btn {
  padding: 18px 20px;
  background: #da0000;
  border-radius: 5px;
  font-weight: bold;
  font-size: 16px;
  line-height: 15px;
  color: #ffffff;
}
.red-btn:hover {
  background: #c20000;
}
/*end common*/

/*icons*/
.icon {
  background: url('../images/icons.png') no-repeat;
  display: inline-block;
}
.icon-buy-1 {
  width: 23px;
  height: 23px;
}
.icon-buy-2 {
  width: 37px;
  height: 37px;
  background-position: 0 -25px;
}
.icon-buy-3 {
  width: 38px;
  height: 18px;
  background-position: 0 -64px;
}
.icon-buy-4 {
  width: 39px;
  height: 11px;
  background-position: 0 -84px;
}
.icon-buy-5 {
  width: 39px;
  height: 17px;
  background-position: 0 -64px;
}
.icon-buy-11 {
  width: 38px;
  height: 18px;
  background-position: 0 -64px;
}
.icon-contact-1 {
  width: 21px;
  height: 21px;
  background-position: 0 -97px;
}
.icon-contact-2 {
  width: 26px;
  height: 20px;
  background-position: 0 -120px;
}
.icon-contact-3 {
  width: 22px;
  height: 29px;
  background-position: 0 -142px;
}
.icon-contact-4 {
  width: 24px;
  height: 22px;
  background-position: 0 -173px;
}
.icon-dock-1 {
  width: 18px;
  height: 20px;
  background-position: 0 -197px;
}
.icon-dock-2 {
  width: 22px;
  height: 22px;
  background-position: 0 -219px;
}
.icon-dock-3 {
  width: 10px;
  height: 22px;
  background-position: 0 -243px;
}
.icon-dock-4 {
  width: 16px;
  height: 21px;
  background-position: 0 -267px;
}
.icon-mail {
  width: 20px;
  height: 16px;
  background-position: 0 -290px;
}
.form__field:focus + .icon-mail,
.form__label:hover .icon-mail {
  background-position: 0 -308px;
}
.icon-name {
  width: 16px;
  height: 16px;
  background-position: 0 -326px;
}
.form__field:focus + .icon-name,
.form__label:hover .icon-name {
  background-position: 0 -344px;
}
.icon-phone {
  width: 21px;
  height: 21px;
  background-position: 0 -362px;
}
.form__field:focus + .icon-phone,
.form__label:hover .icon-phone {
  background-position: 0 -385px;
}
.icon-size {
  width: 27px;
  height: 33px;
  background-position: 0 -408px;
}
.icon-guarantee {
  display: none;
  width: 35px;
  height: 41px;
  background-position: 0 -443px;
}
/*end icons*/

/*header*/
.header {
  background: #0e0e0e;
  position: relative;
  z-index: 5;
}
.logo {
  display: block;
  background: url('../images/logo.png') no-repeat;
  width: 89px;
  height: 19px;
}
.header__logo-wrap {
  padding-top: 42px;
  padding-bottom: 33px;
  padding-right: 66px;
  border-right: 1px solid rgba(255, 255, 255, 0.17);
}
.nav {
  position: relative;
  top: 4px;
  width: 81%;
}
.nav__link {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 40px;
  text-decoration: none;
  height: 40px;
  color: #ffffff;
}
.nav__link:hover {
  color: #da0000;
}
.header__btn {
  display: none;
}
/*end header*/

/*main*/
.main {
  background: url('../images/bg/main-bg.jpg') no-repeat center bottom;
  -webkit-background-size: cover;
  background-size: cover;
  color: #ffffff;
  min-height: 851px;
  box-sizing: border-box;
  position: relative;
  z-index: 10;
  padding-top: 83px;
}
.main:after {
  content: '';
  position: absolute;
  background: url('../images/q-link_new.png') no-repeat center;
  top: 340px;
  left: -210px;
  right: 0;
  margin: 0 auto;
  width: 612px;
  height: 577px;
  transform: translateY(-900px);
  -moz-transform: translateY(-900px);
  -webkit-transform: translateY(-900px);
  -o-transform: translateY(-900px);
  -ms-transform: translateY(-900px);
  opacity: 0;
}
.main.animate:after {
  z-index: 20;
  animation-duration: 4s;
  animation-name: slidein;
}
.main.animated:after {
  z-index: 0;
  opacity: 1;
  animation-name: none;
  transform: translateY(0);
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
}
@keyframes slidein {
  0% {
    opacity: 0;
    transform: translateY(-900px);
    -moz-transform: translateY(-900px);
    -webkit-transform: translateY(-900px);
    -o-transform: translateY(-900px);
    -ms-transform: translateY(-900px);
  }

  30% {
    opacity: 1;
  }

  100% {
    opacity: 1;
    transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
  }
}
.main .content {
  position: relative;
  z-index: 5;
}
.main__left {
  max-width: 490px;
  width: 100%;
}
h1 {
  font-weight: bold;
  font-size: 48px;
  line-height: 48px;
}
h1 small {
  margin-top: 4px;
  display: block;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}
.main__buy {
  margin-top: 61px;
  text-decoration: none;
  display: block;
  text-align: center;
  max-width: 202px;
  box-sizing: border-box;
  padding-top: 13px;
  padding-bottom: 13px;
  font-size: 12px;
  line-height: 26px;
  margin-left: -5px;
}
.main__right {
  position: relative;
  top: -5px;
  max-width: 386px;
  width: 100%;
}
.main__logo {
  background: url('../images/main-logo.png') no-repeat;
  width: 291px;
  height: 62px;
  display: block;
}
.main__info {
  font-size: 16px;
  line-height: 20px;
  max-width: 280px;
  margin-top: 28px;
}
.main__video-link {
  margin-top: 62px;
  margin-left: -4px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  padding-right: 12px;
  width: 283px;
  height: 52px;
  background: none;
  text-align: center;
  border: 1px solid #adadad;
  box-sizing: border-box;
  border-radius: 5px;
  font-size: 12px;
  line-height: 26px;
  color: #ffffff;
}
.main__video-link:hover .svg-icon {
  fill: #ffffff;
}
.main__video-link:hover {
  border-color: #ffffff;
}
.main__video-link > * {
  display: inline-block;
  vertical-align: middle;
}
.main__video-link .svg-icon {
  margin-right: 27px;
}
.icon-play-link {
  width: 16px;
  height: 18px;
  fill: #c4c4c4;
}
/*end main*/

/*product*/
.product {
  padding-top: 200px;
  padding-bottom: 120px;
}
.gallery {
  position: relative;
  width: 53.51%;
}
.product__right {
  width: 42.76%;
  position: relative;
  z-index: 3;
  padding-top: 37px;
}
.product__size {
  position: relative;
  padding-left: 60px;
  color: #000000;
}
.product__size .icon {
  position: absolute;
  left: 6px;
  bottom: 1px;
}
.product__size-title {
  font-weight: bold;
  font-size: 14px;
  line-height: 1.2;
}
.product__size-desc {
  margin-top: 3px;
  font-size: 14px;
  line-height: 1.2;
}
.gallery__control {
  z-index: 10;
  position: absolute;
  right: 0;
  bottom: -1px;
  font-size: 0;
}
.gallery__control-next,
.gallery__control-prev {
  display: inline-block;
  vertical-align: middle;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.28);
  box-sizing: border-box;
  border-radius: 3px;
  width: 61px;
  height: 61px;
  position: relative;
  cursor: pointer;
}
.gallery__control-next:hover .svg-icon,
.gallery__control-prev:hover .svg-icon {
  stroke: #ffffff;
}
.gallery__control-next .svg-icon,
.gallery__control-prev .svg-icon {
  width: 17px;
  height: 26px;
  stroke: #b8b8b8;
}
.gallery__control-prev .svg-icon {
  left: -2px;
}

.gallery__control-next .svg-icon {
  right: -2px;
}
.gallery__control-prev {
  margin-right: 10px;
}
.gallery__control-next:hover,
.gallery__control-prev:hover {
  background: #434343;
  border-color: #434343;
}
.gallery__photo {
  width: auto !important;
  max-height: 550px;
}
.gallery__wrap {
  width: 871px;
  height: 580px;
  margin-left: -144px;
  margin-top: -88px;
  margin-bottom: 8px;
}
.product__desc {
  margin-top: 16px;
  max-width: 360px;
}
.params__swith {
  margin-top: 52px;
}
.swith__btn {
  box-sizing: border-box;
  padding: 13px 40px;
  width: 50%;
  color: #999999;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  text-decoration: none;
  border-radius: 5px;
  border: 1px solid #d9d9d9;
  background-color: #fff;
}
.swith__btn:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: 0;
}
.swith__btn:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: 0;
}
.swith__btn:hover:not(.swith__btn--active) {
  background-color: #f4f4f4;
}
.swith__btn--active {
  background-color: #da0000;
  color: #fff;
  border: 0;
}
.params {
  margin-top: 12px;
  max-width: 520px;
  box-sizing: border-box;
  border: 1px solid #bebebe;
  border-radius: 5px;
  display: none;
}
.params--active {
  display: flex;
}
.param {
  min-height: 59px;
  padding-left: 37px;
  width: 50%;
  padding-right: 20px;
  box-sizing: border-box;
  border-right: 1px solid #cecece;
  border-bottom: 1px solid #cecece;
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  color: #000000;
}
.param__text {
  padding-top: 10px;
  padding-bottom: 10px;
}
.param__title {
  margin-right: 4px;
}
.param__desc {
  display: inline-block;
  color: #999999;
  font-weight: 400;
}
.param:nth-child(2n) {
  padding-left: 29px;
}
.param:nth-last-child(1),
.param:nth-last-child(2) {
  border-bottom: none;
}
.param:nth-last-child(1) .param__text,
.param:nth-last-child(2) .param__text {
  padding-top: 17px;
  padding-bottom: 26px;
}
.param:nth-child(2n) {
  border-right: none;
}
/*end product*/

/*set*/
.set {
  position: relative;
  z-index: 4;
  padding-top: 105px;
  min-height: 742px;
  padding-bottom: 79px;
}
.set h2,
.set__desc {
  position: relative;
  z-index: 3;
}
.set__list {
  /*position: absolute;
  background: url('../images/bg/set-bg-pro.jpg') no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  width: 1114px;
  height: 742px;
  top: 118px;
  left: 56px;*/
}
.set__img{
  max-width: 100%;
}
.set__desc {
  margin-top: 17px;
}
.set__item {
  position: absolute;
  font-size: 0;
}
.set__item .svg-icon {
  display: none;
}
.set__item-btn {
  z-index: 3;
  display: block;
  position: relative;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  box-sizing: border-box;
  background: #767676;
}
.set__item-btn:after {
  content: '+';
  font-family: 'Circe', sans-serif;
  width: 35px;
  font-size: 24px;
  color: #ffffff;
  display: block;
  font-weight: 400;
  text-align: center;
  line-height: 40px;
}
.set__item_1 {
  top: 132px;
  left: 592px;
}
.set__item_2 {
  top: 410px;
  left: 250px;
}
.set__item_3 {
  top: 59px;
  left: 305px;
}
.set__item_4 {
  top: 404px;
  left: 735px;
}
.set__item_5 {
  top: 113px;
  left: 842px;
}
.set__item_6 {
  top: 186px;
  left: 609px;
}
.set__item_7 {
  top: 403px;
  left: 376px;
}
.set__item-title {
  display: none;
}
.set__item:hover {
  z-index: 5;
}
.set__item:hover .set__item-btn {
  background: #da0000;
}
.set__item:hover .set__item-desc {
  display: block;
}
.set__item-desc {
  display: none;
  position: absolute;
  font-size: 14px;
  line-height: 17px;
  color: #000000;
  padding: 24px 24px 23px 75px;
  top: -24px;
  left: -25px;
  background: #ffffff;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.11);
  border-radius: 7px;
  width: 310px;
  box-sizing: border-box;
}
/*end set*/

/*how*/
.how {
  padding-bottom: 237px;
  padding-top: 191px;
  position: relative;
  z-index: 5;
}
.how__left {
  max-width: 577px;
  width: 100%;
}
.how__desc {
  max-width: 530px;
  margin-top: 35px;
}
.how__videos {
  max-width: 488px;
  font-size: 0;
  width: 100%;
}
.selects {
  margin-top: 52px;
}
.select {
  width: 48.52%;
  margin-right: 2.96%;
}
.select:nth-child(2n) {
  margin-right: 0;
}
.select__title {
  font-size: 14px;
  line-height: 20px;
  color: #c2c2c2;
}
.select__item,
.select__selected {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  font-size: 0;
}
.select__item > *,
.select__selected > * {
  display: inline-block;
  vertical-align: middle;
}
.select__logo {
  border-right: 1px solid #cacaca;
  width: 80px;
  height: 60px;
  position: relative;
}
.select__item {
  border-top: 1px solid #cacaca;
}
.select__field.open .select__list {
  display: block;
}
.select__field.open {
  z-index: 10;
  border-radius: 5px 5px 0 0;
}
.select__list {
  display: none;
  background: #ffffff;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.15);
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
}
.select__item:hover {
  background: #eaeaea;
}
.select__field-btn {
  position: absolute;
  top: 0;
  z-index: 3;
  bottom: 0;
  right: 23px;
  margin: auto;
  width: 10px;
  height: 8px;
}
.select__field-title {
  font-size: 18px;
  line-height: 20px;
  padding: 20px 44px 20px 25px;
  color: #000000;
}
.nice-select {
  border: none;
  position: relative;
  cursor: pointer;
  margin-top: 13px;
  background: #ffffff;
  box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  width: 100%;
}
.nice-select,
.nice-select .option {
  font-size: 18px;
  line-height: 20px;
  padding: 20px 44px 20px 25px;
  color: #000000;
  height: auto;
  min-height: inherit;
}
.nice-select .list {
  width: 100%;
  box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.15);
  border: none;
}
.nice-select.open:after {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.nice-select:after {
  width: 10px;
  height: 8px;
  position: absolute;
  top: 0;
  bottom: 0;
  border: none;
  background: url('../images/select-arrow.png') no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  margin: auto;
  right: 23px;
  -webkit-transform: rotate(-0deg);
  -ms-transform: rotate(-0deg);
  transform: rotate(-0deg);
}
.video {
  cursor: pointer;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  top: 3px;
}
.video iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 5;
}
.video:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 3;
  background: linear-gradient(
    to top,
    #232323 -2.55%,
    rgba(131, 131, 131, 0.401042) 41.78%,
    rgba(196, 196, 196, 0) 100%
  );
  background: -moz-linear-gradient(
    to top,
    #232323 -2.55%,
    rgba(131, 131, 131, 0.401042) 41.78%,
    rgba(196, 196, 196, 0) 100%
  );
  background: -webkit-linear-gradient(
    to top,
    #232323 -2.55%,
    rgba(131, 131, 131, 0.401042) 41.78%,
    rgba(196, 196, 196, 0) 100%
  );
  background: -o-linear-gradient(
    to top,
    #232323 -2.55%,
    rgba(131, 131, 131, 0.401042) 41.78%,
    rgba(196, 196, 196, 0) 100%
  );
  background: -ms-linear-gradient(
    to top,
    #232323 -2.55%,
    rgba(131, 131, 131, 0.401042) 41.78%,
    rgba(196, 196, 196, 0) 100%
  );
}
.video:after {
  content: '';
  display: block;
  padding-top: 64.13%;
}
.video__preview {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  z-index: 2;
}
.video__title {
  position: absolute;
  left: 44px;
  right: 44px;
  bottom: 30px;
  z-index: 3;
  font-weight: bold;
  font-size: 18px;
  line-height: 20px;
  color: #ffffff;
}
.video__title br {
  display: none;
}
.video__play {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 80px;
  height: 80px;
  cursor: pointer;
  z-index: 4;
}
.video__play:hover {
  opacity: 0.7;
}
.icon-play-btn {
  right: -12px;
  width: 40px;
  height: 45px;
}
.current__logo {
  width: 80px;
  height: 100%;
  border-right: 1px solid #cacaca;
  position: absolute;
  left: 0;
  top: 0;
}
.current__logo img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.current__logo + * {
  padding-left: 81px;
}
/*end how*/

/*buy*/
.buy {
  padding-bottom: 100px;
  padding-top: 90px;
  position: relative;
}
.buy__right--pro:after {
  content: '';
  position: absolute;
  background: url(../images/bg/buy-bg-pro.jpg) no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  left: -699px;
  top: 18px;
  width: 870px;
  height: 580px;
  z-index: -1;
}
.buy__right--one:after {
  content: '';
  position: absolute;
  background: url(../images/bg/buy-bg.jpg) no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  left: -699px;
  top: 18px;
  width: 870px;
  height: 580px;
  z-index: -1;
}
.buy__tabs {
  position: absolute;
  z-index: 5;
  max-width: 522px;
  margin-right: auto;
}
.buy__tab {
  box-sizing: border-box;
  padding: 13px 40px;
  width: 244px;
  position: relative;
  z-index: 3;
  color: #999999;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  text-decoration: none;
  border-radius: 5px;
  border: 1px solid #d9d9d9;
  background-color: #fff;
}
.buy__tab:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: 0;
}
.buy__tab:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: 0;
  margin-right: -5px;
}
.buy__tab--active {
  background-color: #da0000;
  color: #fff;
  z-index: 2;
}
.buy__right {
  position: relative;
  z-index: 3;
  max-width: 694px;
  margin-left: auto;
  display: none;
}
.buy__right--active {
  display: block;
}
.buy__desc {
  margin-top: 27px;
  max-width: 530px;
}
.buy__links {
  margin-top: 67px;
  max-width: 563px;
}
.buy__link {
  position: relative;
  box-sizing: border-box;
  padding: 17px 20px 17px 20px;
  width: 49.2%;
  margin-right: 1.6%;
  color: #ffffff;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  margin-bottom: 9px;
  border-radius: 5px;
  text-align: center;
}
.buy__link-icon {
  width: 39px;
  height: 37px;
  left: 18px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.buy__link:nth-child(2n) {
  margin-right: 0;
}
.buy__link_sbm {
    background: #a6e031;
}
.buy__link_ya {
  background: #ffc120;
  color: #000000;
}
.buy__link_oz {
  background: #005bff;
}
.buy__link_wb {
  background: #E61F8B;
}
.buy__link_ali {
  background: #ff5800;
}
.buy__link_cd {
  background: #1ab248;
}
.buy__link_ya:hover {
  background: #ffae00;
}
.buy__link_oz:hover {
  background: #0054eb;
}
.buy__link_wb:hover {
  background: #d60074;
}
.buy__link_ali:hover {
  background: #ec2b00;
}
.buy__link_cd:hover {
  background: #00a532;
}
.buy__link_sbm:hover {
  background: #8fd600;
}
/*end buy*/

/*docks*/
.docks {
  padding-top: 160px;
  color: #ffffff;
}
.docks .content {
  padding-top: 57px;
  padding-bottom: 80px;
  position: relative;
}
.docks .content:before {
  content: '';
  position: absolute;
  width: 1312px;
  height: 943px;
  background: url('../images/bg/docks-bg.png') no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  left: -488px;
  top: -282px;
  z-index: 2;
}
.docks .content:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 5000px;
  left: -1500px;
  background: #1e1e1e;
}
.docks__right {
  max-width: 488px;
  margin-left: auto;
  position: relative;
  z-index: 3;
}
.docks__list {
  margin-top: 59px;
  max-width: 381px;
}
.dock {
  display: block;
  text-decoration: none;
  margin-bottom: 7px;
  padding-left: 47px;
  position: relative;
}
.dock:last-child {
  margin-bottom: 0;
}
.dock__icon-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 46px;
  height: 100%;
  background: #da0000;
  border-radius: 3px 0 0 3px;
}
.dock__title {
  display: block;
  padding: 11px 22px;
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  line-height: 20px;
  background: #da0000;
  border-radius: 0 3px 3px 0;
}
.dock__title em {
  text-decoration: underline;
}
.dock:hover .dock__icon-wrap,
.dock:hover .dock__title {
  background: #c20000;
}
.dock__title br {
  display: none;
}
/*end docks*/

/*faq*/
.faq {
  padding-top: 226px;
  padding-bottom: 170px;
}
.faq h2 {
  text-align: center;
}
.faq__desc {
  max-width: 630px;
  margin: 28px auto 0;
  text-align: center;
}
.faq__item-top {
  position: relative;
  padding: 29px 70px 27px 45px;
}
.faq__item-question {
  font-size: 18px;
  line-height: 24px;
  color: #000000;
}
.faq__item-answer {
  display: none;
}
.faq__item {
  overflow: hidden;
  background: #ffffff;
  border: 1px solid #cecece;
  box-sizing: border-box;
  border-radius: 5px;
  margin-bottom: 30px;
}
.faq__item-top:hover,
.faq__item.open .faq__item-top {
  background: #f4f4f4;
  cursor: pointer;
}
.faq__item.open .faq__item-btn {
  transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
}
.faq__item:last-child {
  margin-bottom: 0;
}
.faq__list {
  margin-top: 90px;
}
.faq__list-col {
  width: 48.68%;
}
.faq__item-btn {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 16px;
}
.icon-faq-arrow {
  width: 15px;
  height: 12px;
}
.faq__item-answer {
  padding: 19px 50px 17px;
  border-top: 1px solid #cecece;
}
.faq__item-answer p {
  font-size: 14px;
  line-height: 20px;
  color: #8c8c8c;
}
.faq__all {
  display: block;
  margin: 60px auto 0;
  font-size: 14px;
  line-height: 20px;
  text-decoration-line: underline;
  max-width: 140px;
  text-align: center;
  color: #000000;
}
.faq__all:hover {
  text-decoration: none;
}
/*end faq*/

/*guarantee*/
.guarantee {
  position: relative;
  padding-top: 80px;
  padding-bottom: 313px;
}
.guarantee:after {
  content: '';
  position: absolute;
  left: 56px;
  top: 102px;
  background: url('../images/q-link_pr.png') no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  width: 493px;
  height: 370px;
}
.guarantee__text {
  max-width: 590px;
  margin-left: auto;
}
.guarantee__desc {
  margin-top: 49px;
}
/*guarantee*/

/*contacts*/
.contacts {
  background: url('../images/bg/contacts-bg.jpg') no-repeat center top;
  -webkit-background-size: cover;
  background-size: cover;
  padding-top: 91px;
  padding-bottom: 96px;
  color: #ffffff;
}
.contacts__left {
  padding-top: 1px;
  max-width: 365px;
  width: 100%;
}
.callback {
  background: rgba(54, 54, 54, 0.67);
  box-shadow: 6px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  padding: 38px 31px 33px;
  text-align: center;
}
.footer-form__wrap{
    width: 65.78%;
    box-sizing: border-box;
    margin-right: 34px;
}
.contacts__desc {
  margin-top: 11px;
}
.contacts__desc br {
  display: none;
}
.contacts__list {
  margin-top: 75px;
}
.contact {
  position: relative;
  padding-top: 6px;
  padding-bottom: 5px;
  padding-left: 40px;
  margin-bottom: 20px;
}
.contact:last-child {
  margin-bottom: 0;
}
.contact__icon-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 26px;
  height: 29px;
}
.contact__desc {
  font-size: 14px;
  line-height: 1.3;
}
.contact__desc a {
  text-decoration: none;
  color: inherit;
}
.contact_map a {
  text-decoration-line: underline;
  color: #717171;
}
.contact_map a:hover {
  text-decoration: none;
  color: #ffffff;
}
.form__label {
  position: relative;
  margin-bottom: 15px;
  font-size: 0;
  display: block;
}
.form__field {
  width: 100%;
  background: #353535;
  border: 1px solid #545454;
  box-sizing: border-box;
  border-radius: 5px;
  height: 51px;
  padding-left: 56px;
  font-size: 14px;
  color: #ffffff;
}
.form__field:hover,
.form__field:focus {
  border-color: #e6e6e6;
}
.form__label .icon-name {
  left: 23px;
}
.form__label .icon-phone {
  left: 21px;
}
.form__label .icon-mail {
  left: 18px;
}
.form__field::placeholder {
  color: #838383;
  opacity: 1;
}
.form__field:-ms-input-placeholder {
  color: #838383;
}
.form__field_text {
  resize: none;
  padding: 14px 20px;
}
.form__label .icon {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.form__title {
  font-weight: bold;
  font-size: 24px;
  line-height: 20px;
}
.form__fields {
  margin-top: 37px;
}
.form__fields .form__label {
  width: 32.24%;
  margin-right: 1.64%;
}
.form__fields .form__label:nth-child(3n) {
  margin-right: 0;
}
.form__label_message {
  max-width: 728px;
  margin: 0 auto;
}
.form__btn {
  margin-top: 40px;
  max-width: 484px;
  width: 100%;
}
.form__privacy {
  max-width: 380px;
  margin: 16px auto 0;
  font-size: 10px;
  line-height: 15px;
  color: #8d8d8d;
}
.form__privacy a {
  color: inherit;
  display: inline-block;
}
.form__privacy a:hover {
  color: #ffffff;
  text-decoration: none;
}
/*end contacts*/

/*footer*/
.footer {
  background: #0b0b0b;
  color: #ffffff;
  padding-top: 43px;
  padding-bottom: 43px;
}
.footer .content {
  max-width: 1220px;
}
.footer__logo {
  background: url('../images/footer-logo.png') no-repeat;
  width: 89px;
  height: 19px;
}
.footer__copyright {
  position: relative;
  top: -5px;
  font-size: 14px;
  line-height: 15px;
}
.footer__copyright br {
  display: none;
}
/*end footer*/

/*overlay*/
.overlay {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 100;
  background: rgba(0, 0, 0, 0.99);
}
.popups {
  position: absolute;
  padding: 20px 0;
  box-sizing: border-box;
  overflow: auto;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.popup {
  width: 100%;
  margin: 0 auto;
  position: relative;
  display: none;
  opacity: 0;
}
.popup-video {
  max-width: 1100px;
}
.popup-video:after {
  content: '';
  display: block;
  padding-top: 60%;
}
.popup-video iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.overlay__close {
  position: absolute;
  z-index: 10;
  top: 30px;
  right: 30px;
  width: 38px;
  height: 38px;
  cursor: pointer;
}
.overlay__close:hover:after,
.overlay__close:hover:before {
  background: rgba(255, 255, 255, 0.9);
}
.overlay__close:after,
.overlay__close:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 2px;
  background: rgba(255, 255, 255, 0.7);
}
.overlay__close:after {
  transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}
.overlay__close:before {
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}
/*end overlay*/

@media all and (max-width: 1700px) {
  .faq {
    padding-top: 180px;
    padding-bottom: 110px;
  }
  .guarantee {
    padding-bottom: 80px;
  }
  .docks .content:before {
    width: 1000px;
    height: 719px;
    left: -188px;
    top: -120px;
  }
  .docks {
    padding-top: 80px;
  }
  .how {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .set {
    padding-bottom: 30px;
  }
  .product {
    padding-top: 160px;
    padding-bottom: 60px;
  }
}

@media all and (max-width: 1300px) {
  .docks .content:before {
    width: 900px;
    height: 647px;
    left: -128px;
    top: -80px;
  }
  .docks {
    padding-top: 80px;
  }
}

@media all and (max-width: 1250px) {
  .set__list {
    width: 700px;
    height: 466px;
    left: 0;
    right: 0;
    top: 220px;
    margin: 0 auto;
  }
  .set {
    min-height: 545px;
  }
  .set__item_5 {
    top: 61px;
    left: 513px;
  }
  .set__item_7 {
    top: 250px;
    left: 250px;
  }
  .set__item_1 {
    top: 80px;
    left: 361px;
  }
  .set__item_3 {
    top: 36px;
    left: 187px;
  }
  .set__item_6 {
    top: 104px;
    left: 374px;
  }
  .set__item_4 {
    top: 250px;
    left: 460px;
  }
  .set__item_2 {
    top: 258px;
    left: 157px;
  }
  .buy__tabs {
    max-width: 454px;
  }
  .buy__tab {
    width: 212px;
    padding: 13px 20px;
  }
}

@media all and (max-width: 1220px) {
  .footer-form__wrap{
    margin-right: 0;
  }
  .guarantee:after {
    left: 20px;
  }
  .guarantee__text {
    width: 50%;
  }
  .docks__right {
    max-width: 430px;
  }
  .buy__right {
    max-width: 610px;
  }
  .buy:after {
    left: -190px;
  }
  .how__left {
    max-width: 550px;
  }
  .how__videos {
    max-width: 470px;
  }
  .gallery__wrap {
    width: 600px;
    margin-left: -30px;
    margin-bottom: 60px;
    margin-top: 0;
    height: 400px;
  }
  .owl-carousel .owl-item img {
    width: 100% !important;
  }
  .params {
    margin-top: 40px;
  }
}

@media all and (max-width: 1100px) {
  .contacts__desc br {
    display: block;
  }
  .contacts__left {
    max-width: 300px;
  }
  .guarantee:after {
    width: 400px;
    height: 298px;
  }
  .docks__right {
    max-width: 380px;
  }
  .docks h2 {
    font-size: 36px;
    line-height: 42px;
  }
  .docks__right {
    max-width: 335px;
  }
  .dock {
    padding-left: 61px;
  }
  .dock__icon-wrap {
    width: 60px;
  }
  .dock__title {
    padding-left: 34px;
  }
  .docks__list {
    margin-top: 29px;
  }
  .docks .content {
    padding-bottom: 73px;
  }
  .dock__title br {
    display: block;
  }
  .buy__right {
    max-width: 570px;
  }
  .buy:after {
    left: -230px;
  }
  .how__left {
    max-width: 520px;
  }
  .how__videos {
    max-width: 440px;
  }
  .gallery__wrap {
    margin-left: -60px;
  }
  .main__right {
    max-width: 300px;
  }
}

@media all and (max-width: 1050px) {
  .how__videos {
    max-width: 400px;
  }
  .buy__right {
    margin-top: 70px;
  }
  .buy__right--pro:after {
    left: -646px;
    top: -35px;
  }
  .buy__right--one:after {
    left: -646px;
    top: -35px;
  }
}

@media all and (max-width: 1024px) {
  .how__videos {
    max-width: 380px;
  }
}

@media all and (max-width: 980px) {
  .guarantee:after {
    display: none;
  }
  .guarantee__text {
    width: auto;
    max-width: inherit;
  }
  .contacts .content {
    max-width: 800px;
  }

  .footer-form__wrap{
margin-top: 114px;
    width: 100%;
  }
  .contacts__desc br {
    display: none;
  }
  .contacts__left {
    max-width: inherit;
  }
  .contacts {
    padding-top: 63px;
    padding-bottom: 70px;
  }
  .contacts__list {
    margin-top: 57px;
  }
  .guarantee__text .icon {
    display: inline-block;
    margin-right: 9px;
    margin-left: 2px;
    position: relative;
    top: 3px;
  }
  .guarantee__desc {
    margin-top: 31px;
  }
  .guarantee {
    padding-bottom: 124px;
  }
  .faq {
    padding-top: 140px;
  }
  .faq__all {
    margin-top: 37px;
  }
  .faq__list-col {
    width: 100%;
    margin-bottom: 30px;
  }
  .faq__list-col:last-child {
    margin-bottom: 0;
  }
  .faq__item {
    margin-bottom: 10px;
  }
  .docks__right {
    max-width: inherit;
  }
  .dock__title {
    padding-left: 22px;
  }
  .dock {
    padding-left: 47px;
  }
  .dock__icon-wrap {
    width: 46px;
  }
  .dock__title br {
    display: none;
  }
  .docks .content {
    max-width: 380px;
  }
  .docks .content:before {
    width: 784px;
    height: 564px;
    left: -182px;
    top: -340px;
  }
  .docks .content {
    padding-top: 160px;
  }
  .docks {
    padding-top: 300px;
  }
  .buy__tabs {
    max-width: 570px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }
  .buy__tab {
    width: 50%;
  }
  .buy__links {
    margin-top: 440px;
  }
  .buy__right {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }
  .buy__right--pro:after {
    width: 600px;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 188px;
  }
  .buy__right--one:after {
    width: 600px;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 188px;
  }
  .how__videos,
  .how__left {
    max-width: 563px;
    margin-left: auto;
    margin-right: auto;
  }
  .how__videos {
    margin-top: 50px;
  }
  .video {
    min-height: 278px;
  }
  .buy {
    padding-bottom: 0;
  }
  .select {
    max-width: 280px;
  }
  .set__item-desc {
    width: 240px;
  }
  .gallery__wrap {
    margin-left: 0;
    width: 100%;
    margin-top: 0;
    margin-bottom: 20px;
  }
  .product {
    max-width: 600px;
    padding-top: 220px;
    position: relative;
  }
  .product h2 {
    position: absolute;
    left: 20px;
    font-size: 36px;
    line-height: 42px;
    top: 71px;
  }
  .product__right {
    position: static;
  }
  .product__desc {
    max-width: 250px;
  }
  .product__right,
  .gallery {
    width: 100%;
  }
  .product__desc {
    position: absolute;
    left: 20px;
    top: 190px;
  }
  .params {
    max-width: inherit;
  }
  .product {
    padding-bottom: 30px;
  }
  .gallery__wrap {
    height: auto;
  }
  .nav {
    display: none;
  }
  .header {
    z-index: 20;
    position: relative;
  }
  .header__logo-wrap {
    padding-top: 31px;
    padding-bottom: 32px;
    border-right: none;
  }
  .header__btn {
    position: absolute;
    display: block;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 26px;
    height: 17px;
    box-sizing: border-box;
    border-top: 3px solid #ffffff;
    border-bottom: 3px solid #ffffff;
  }
  .header__btn.open {
    height: 26px;
    border-top: none;
    border-bottom: none;
  }
  .header__btn.open:after {
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
  }
  .header__btn.open:before {
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
  }
  .header__btn:after,
  .header__btn:before {
    content: '';
    height: 3px;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #ffffff;
    margin: auto;
  }
  .main__logo,
  .main__info {
    display: none;
  }
  .main__left,
  .main__right {
    max-width: 500px;
  }
  .main {
    padding-top: 251px;
    margin-top: -216px;
    min-height: 930px;
  }
  .main__buy {
    margin-top: 44px;
  }
  .main__buy,
  .main__video-link {
    margin-left: 0;
  }
  h1 {
    font-size: 36px;
    line-height: 39px;
  }
  h1 small {
    margin-top: 9px;
  }
  .main__video-link,
  .main__video-link:hover {
    background: #171717;
    border-color: #171717;
    margin-top: 13px;
  }
  .main:after {
    -webkit-background-size: cover;
    background-size: cover;
    opacity: 1;
    transform: none;
    animation: none !important;
    z-index: 1;
    width: 598px;
    height: 463px;
    top: auto;
    z-index: 20;
    bottom: 28px;
    left: -178px;
  }
  .nav {
    padding-top: 29px;
    padding-bottom: 37px;
    position: absolute;
    left: 0;
    width: 100%;
    background: #0e0e0e;
    top: 100%;
  }
  .nav__link {
    font-weight: bold;
    font-size: 18px;
    line-height: 46px;
    height: 46px;
    display: block;
    max-width: 171px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    border-bottom: 1px solid #535353;
  }
  .nav__link:last-child {
    border-bottom: none;
  }
}

@media all and (max-width: 900px) {
  .set__list {
    left: -40px;
  }
}

@media all and (max-width: 767px) {
  .faq {
    padding-top: 127px;
  }
  .faq h2 {
    font-size: 36px;
    line-height: 42px;
  }
  .buy__right--pro:after {
    width: auto;
    top: 210px;
  }
  .buy__right--one:after {
    width: auto;
    top: 210px;
  }
  .overlay__close:after,
  .overlay__close:before {
    width: 26px;
  }
  .overlay__close {
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    background: rgba(0, 0, 0, 0.3);
  }
  .popups {
    padding-top: 0;
    padding-bottom: 0;
  }
  .popup-video:after {
    padding-top: 56%;
  }
}

@media all and (max-width: 750px) {
  .set__list {
    background: none;
    width: auto;
    height: auto;
  }
  .set__item {
    position: static;
  }
  .set__item-desc,
  .set__item-btn {
    display: none !important;
  }
  .set {
    min-height: inherit;
    max-width: 570px;
  }
  .set__list {
    position: static;
    font-size: 0;
    margin-bottom: -42px;
    margin-top: 47px;
  }
  .set__item {
    width: 50%;
    margin-bottom: 42px;
  }
  .set__item,
  .set__item-title,
  .set__item .svg-icon {
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
  }
  .set__item-title {
    font-size: 14px;
    line-height: 15px;
    margin-left: 11px;
    position: relative;
    top: 5px;
    color: #000000;
    white-space: normal;
    width: 210px;
  }
  .icon-check {
    width: 22px;
    height: 22px;
  }
  .set__item-title br {
    display: none;
  }
  .set__item_7 {
    display: none;
  }
}

@media all and (max-width: 700px) {
  .footer-form__wrap{
 padding-left: 20px;
    padding-right: 20px;
}
}

@media all and (max-width: 650px) {
  .form__fields .form__label {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}

@media all and (max-width: 550px) {
  .footer {
    padding-bottom: 32px;
  }
  .footer .content {
    padding-left: 30px;
    padding-right: 30px;
  }
  .footer__copyright {
    padding-right: 10px;
    color: #939393;
  }
  .footer__copyright br {
    display: block;
  }
    .footer-form__wrap{
    padding-top: 45px;
    padding-bottom: 45px;
}
  .form__fields {
    margin-top: 39px;
  }
  .form__field_text {
    padding-top: 13px;
    padding-bottom: 13px;
  }
  .mobile-none {
    display: none;
  }
  .form__btn {
    margin-top: 43px;
  }
  .form__privacy {
    margin-top: 15px;
  }
  .faq__desc {
    display: none;
  }
  .faq__list {
    margin-top: 53px;
  }
  .faq__item-btn {
    right: 9px;
  }
  .faq__item-top {
    padding-left: 25px;
    padding-right: 58px;
  }
  .faq__item-answer {
    padding: 22px 25px 33px 22px;
  }
  .docks__right {
    max-width: 335px;
    margin-left: auto;
    margin-right: auto;
  }
  .dock {
    padding-left: 61px;
  }
  .dock__icon-wrap {
    width: 60px;
  }
  .dock__title {
    padding-left: 34px;
  }
  .docks__list {
    margin-top: 29px;
  }
  .docks .content {
    padding-bottom: 73px;
  }
  .dock__title br {
    display: block;
  }
  .docks .content {
    max-width: 335px;
  }
  .docks .content:before {
    left: -204px;
  }
  .buy h2 {
    font-size: 36px;
    line-height: 42px;
  }
  .buy__desc {
    margin-top: 15px;
  }
  .buy__links {
    max-width: 277px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
  }
  .buy__link {
    width: 100%;
    margin-right: 0;
    margin-bottom: 12px;
  }
  .buy__right--pro:after {
    top: 255px;
    width: 307px;
  }
  .buy__right--one:after {
    top: 255px;
    width: 307px;
  }
  .select {
    width: 100%;
    margin-right: 0;
  }
  .how h2 {
    font-size: 36px;
    line-height: 48px;
    max-width: 290px;
  }
  .how__desc {
    margin-top: 18px;
  }
  .selects {
    margin-top: 80px;
  }
  .select {
    margin-bottom: 37px;
  }
  .select:last-child {
    margin-bottom: 0;
  }
  .how__videos {
    margin-top: 48px;
  }
  .icon-play-btn {
    width: 28px;
  }
  .how h2 br {
    display: none;
  }
  .video__title {
    left: 29px;
    right: 29px;
    bottom: 25px;
  }
  .how {
    padding-bottom: 160px;
  }
  .set__item-title br,
  .video__title br {
    display: block;
  }
  .set {
    padding-bottom: 71px;
  }
  .set__item:nth-child(2n) {
    width: 47%;
    margin-left: 3%;
  }
  .set__desc {
    margin-top: 11px;
  }
  .set__item-title {
    width: 170px;
  }
  .gallery__wrap {
    width: auto;
    margin: 21px -59px 74px;
  }
  .gallery__control {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 80px;
    text-align: center;
  }
  .gallery {
    position: relative;
  }
  .product__size {
    top: 4px;
    position: relative;
    left: 16px;
    max-width: 205px;
    margin-left: auto;
    margin-right: auto;
  }
  .params {
    margin-top: 33px;
  }
  .set {
    padding-top: 56px;
  }
  .main {
  /*  background: url('../images/bg/main-bg-mobile.jpg') no-repeat center bottom;*/
    -webkit-background-size: cover;
    background-size: cover;
  }
  .main:after{
    bottom: -48px;
  }
}

@media all and (max-width: 450px) {
  .buy:after {
    width: auto;
    left: -20px;
    right: -40px;
  }
  .param:nth-child(2n),
  .param {
    padding-left: 36px;
    border-right: none;
    width: 100%;
  }
  .params {
    max-width: 261px;
    margin-left: auto;
    margin-right: auto;
  }
  .param:nth-child(1) {
    order: 1;
  }
  .param:nth-child(2) {
    order: 5;
  }
  .param:nth-child(3) {
    order: 2;
  }
  .param:nth-child(4) {
    order: 6;
  }
  .param:nth-child(5) {
    order: 3;
  }
  .param:nth-child(6) {
    order: 7;
  }
  .param:nth-child(7) {
    border-bottom: 1px solid #cecece;
    order: 4;
  }
  .param:nth-child(8) {
    order: 8;
  }
  .params__swith {
    max-width: 261px;
    margin-left: auto;
    margin-right: auto;
  }
  .swith__btn,
  .buy__tab {
    width: 100%;
    border-radius: 5px;
  }
  .swith__btn:first-child,
  .buy__tab:first-child {
    border-top-right-radius: 5px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 1px solid #d9d9d9;
  }
  .swith__btn:last-child,
  .buy__tab:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 0;
    border-left: 1px solid #d9d9d9;
  }
  .swith__btn--active,
  .buy__tab--active {
    border: 0 !important;
  }
  .set__item-title {
    width: 120px;
  }
}

@media all and (max-width: 400px) {
  .form__privacy a {
    display: inline;
  }
  .main:after{
    left: auto;
  }
}

@media all and (max-width: 360px) {
  .buy h2 {
    font-size: 32px;
  }
}

@media all and (max-width: 350px) {
  .product__desc,
  .product h2 {
    left: 15px;
  }
  .footer__copyright {
    padding-right: 0;
  }
  .content {
    padding-left: 15px;
    padding-right: 15px;
  }
  .faq__item-question {
    font-size: 16px;
    line-height: 22px;
  }
  .faq__item-answer {
    padding-left: 20px;
    padding-right: 20px;
  }
  .faq__item-top {
    padding-left: 20px;
    padding-right: 54px;
  }
  .faq {
    padding-bottom: 40px;
  }
  .faq h2 {
    font-size: 34px;
    line-height: 40px;
  }
  .docks .content:before {
    left: -224px;
  }
}
