/*Обнуление*/

@import url("https://netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css");

* {
  padding: 0;
  margin: 0;
  border: 0;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

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

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: 400;
}

li {
  list-style-type: none;
}

ul {
  margin-left: 0;
  padding-left: 0;
}

/*Обнуление окончания*/

.ibg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.ibg img {
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
}

/*! nouislider - 14.6.2 - 9/16/2020 */

.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  box-sizing: border-box;
}

.noUi-target {
  position: relative;
}

.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

.noUi-connects {
  overflow: hidden;
  z-index: 0;
}

.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  transform-style: flat;
}

.noUi-connect {
  height: 100%;
  width: 100%;
}

.noUi-origin {
  height: 10%;
  width: 10%;
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
  left: 0;
  right: auto;
}

.noUi-vertical .noUi-origin {
  width: 0;
}

.noUi-horizontal .noUi-origin {
  height: 0;
}

.noUi-handle {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
}

.noUi-touch-area {
  height: 100%;
  width: 100%;
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  transition: transform 0.3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

.noUi-horizontal {
  height: 18px;
}

.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  right: -17px;
  top: -6px;
}

.noUi-vertical {
  width: 18px;
}

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  right: -6px;
  top: -17px;
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
  left: -17px;
  right: auto;
}

.noUi-target {
  background: #FAFAFA;
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}

.noUi-connects {
  border-radius: 3px;
}

.noUi-connect {
  background: #3FB8AF;
}

.noUi-draggable {
  cursor: ew-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}

.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
}

.noUi-active {
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
}

.noUi-handle:after,
.noUi-handle:before {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px;
}

.noUi-handle:after {
  left: 17px;
}

.noUi-vertical .noUi-handle:after,
.noUi-vertical .noUi-handle:before {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}

.noUi-vertical .noUi-handle:after {
  top: 17px;
}

[disabled] .noUi-connect {
  background: #B8B8B8;
}

[disabled] .noUi-handle,
[disabled].noUi-handle,
[disabled].noUi-target {
  cursor: not-allowed;
}

.noUi-pips,
.noUi-pips * {
  box-sizing: border-box;
}

.noUi-pips {
  position: absolute;
  color: #999;
}

.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}

.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}

.noUi-marker {
  position: absolute;
  background: #CCC;
}

.noUi-marker-sub {
  background: #AAA;
}

.noUi-marker-large {
  background: #AAA;
}

.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}

.noUi-value-horizontal {
  transform: translate(-50%, 50%);
}

.noUi-rtl .noUi-value-horizontal {
  transform: translate(50%, 50%);
}

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}

.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}

.noUi-value-vertical {
  transform: translate(0, -50%);
  padding-left: 25px;
}

.noUi-rtl .noUi-value-vertical {
  transform: translate(0, 50%);
}

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}

.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}

.noUi-horizontal .noUi-tooltip {
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}

.noUi-vertical .noUi-tooltip {
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}

.noUi-horizontal .noUi-origin > .noUi-tooltip {
  transform: translate(50%, 0);
  left: auto;
  bottom: 10px;
}

.noUi-vertical .noUi-origin > .noUi-tooltip {
  transform: translate(0, -18px);
  top: auto;
  right: 28px;
}

.tac {
  text-align: center;
}

.df {
  display: flex;
}

.dn {
  display: none;
}

.jcc {
  justify-content: center;
}

.aic {
  align-items: center;
}

.fdr {
  flex-direction: row;
}

.fdc {
  flex-direction: column;
}

.db {
  display: block;
}

.h1 {
  height: 100%;
}

.w1 {
  width: 100%;
}

.pr {
  position: relative;
}

.pa {
  position: absolute;
}

.dfc {
  display: flex;
  justify-content: center;
  align-items: center;
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 100;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOiCnqEu92Fr1Mu51QrEzAdKg.ttf) format('truetype');
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOjCnqEu92Fr1Mu51TjASc6CsE.ttf) format('truetype');
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOkCnqEu92Fr1Mu51xIIzc.ttf) format('truetype');
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOjCnqEu92Fr1Mu51S7ACc6CsE.ttf) format('truetype');
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOjCnqEu92Fr1Mu51TzBic6CsE.ttf) format('truetype');
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 900;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOjCnqEu92Fr1Mu51TLBCc6CsE.ttf) format('truetype');
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOkCnqEu92Fr1MmgVxIIzc.ttf) format('truetype');
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmSU5fBBc9.ttf) format('truetype');
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOmCnqEu92Fr1Mu4mxP.ttf) format('truetype');
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmEU9fBBc9.ttf) format('truetype');
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmWUlfBBc9.ttf) format('truetype');
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmYUtfBBc9.ttf) format('truetype');
}

body {
  height: 100%;
  font-family: "Roboto";
}

.wrapper {
  margin: 0 auto;
  max-width: 1920px;
  height: 100%;
}

.container {
  max-width: 1150px;
  padding: 0px 25px;
  margin: 0px auto;

}

.top-header {
  height: 50px;
  width: 100%;
  background-color: #4A4A4A;
  color: white !important;
}

.top-header__body {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.top-header__discount {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 50px;
  transition: all 0.3s ease 0s;
}

.top-header__discount:hover {
  color: #FAAD3D;
  cursor: pointer;
  transition: all 0.3s ease 0s;
}

.top-header__li {
  position: relative;
  margin-right: 15px;
  margin-left: 15px;
  padding: 5px;
  cursor: pointer;
  transition: all 0.3s ease 0s;
}

.top-header__li i {
  position: absolute;
  margin-left: 3px;
  top: 5px;
}

.top-header__li:hover .top-header__a {
  color: #FAAD3D;
  transition: all 0.3s ease 0s;
}

.top-header__li:hover .top-header__ii {
  color: #FAAD3D;
  transition: all 0.3s ease 0s;
}

.top-header__a {
  color: white;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  text-align: right;
}

.top-header__ul {
  display: flex;
}

.button-header {
  background-color: white;
}

.button-header__body {
  height: 110px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.button-header__lisk {
  display: block;
  position: relative;
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 42px;
}

.button-header__lisk:after {
  content: '';
  position: absolute;
  bottom: 8px;
  right: -15px;
  display: inline;
  width: 12px;
  height: 12px;
  background-color: #FAAD3D;
  border-radius: 50%;
}

.button-header__ul {
  display: flex;
}

.button-header__li {
  margin-left: 55px;
  display: flex;
  align-items: center;
}

.button-header__span {
  color: black;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: 0px;
  text-align: left;
  display: inline-block;
  margin-left: 15px;
}

.button-header__spani {
  display: block;
  width: 50px;
  height: 50px;
  padding: 15px;
  border-radius: 50%;
  background-color: white;
  color: black;
  box-shadow: 1px 3px 10px 2px #00000008;
  position: relative;
}

.button-header__spani[data-count]:after {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background-color: #FAAD3D;
  color: white;
  position: absolute;
  top: -7px;
  right: -6px;
  content: attr(data-count);
  display: flex;
  align-items: center;
  justify-content: center;
}

.button-header__mainaa {
  display: flex;
  align-items: center;
  transition: all 0.3s ease 0s;
}

.button-header__mainaa:hover .button-header__spani svg path {
  fill: #FAAD3D;
  transition: all 0.3s ease 0s;
}

.button-header__mainaa:hover .button-header__spani svg rect {
  fill: #FAAD3D;
  transition: all 0.3s ease 0s;
}

.button-header__mainaa:hover .button-header__span {
  color: #FAAD3D;
  transition: all 0.3s ease 0s;
}

.header-center {
  background-color: #F6F6F6;
}

.header-center__body {
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-center__row {
  width: 100%;
  background-color: white;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-center__sec {
  display: flex;
}

.header-center__ul {
  display: flex;
}

.header-center__li {
  margin-right: 30px;
}

.header-center__a {
  color: black;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  transition: all 0.3s ease 0s;
}

.header-center__a:hover {
  transition: all 0.3s ease 0s;
  color: #FAAD3D;
}

.header-center__block {
  margin-right: 30px;
  position: relative;
}

.header-center__aa {
  padding: 17px 17px;
  background-color: #FAAD3D;
  border-radius: 5px;
  transition: all 0.3s ease 0s;
}

.header-center__aa:hover {
  transition: all 0.3s ease 0s;
  background-color: grey;
}

.header-center__aa i {
  color: white;
}

.header-center .header-center__ulul {
  position: absolute;
  top: 55px;
  left: 17px;
  z-index: 3;
  padding: 11px;
  background-color: grey;
  display: none;
}

.header-center .header-center__triugol {
  position: absolute;
  z-index: 1;
  top: -15px;
  left: 1px;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  border-bottom: 20px solid grey;
  display: none;
}

.header-center .header-center__aaa {
  display: block;
  padding: 8px 50px 8px 8px;
  color: white;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
}

.header-center .header-center__aaa:hover {
  color: black;
  text-decoration: underline;
}

.header-center .header-center__lili {
  margin: 5px;
}

.header-center__input {
  max-width: 110px;
  font-size: 10px;
}

.header-center__button {
  margin-left: 22px;
  margin-right: 22px;
  transition: all 0.3s ease 0s;
}

.header-center__button:hover .fa-search {
  color: #FAAD3D;
  transition: all 0.3s ease 0s;
}

.headertopactivebut {
  background-color: gray;
}

.activeee {
  color: #FAAD3D;
}

.next {
  position: absolute;
  right: 30px;
  top: 50%;
  text-align: center;
  background-color: white;
  color: red;
  z-index: 20;
  cursor: pointer;
  padding: 15px 15px;
}

.last {
  position: absolute;
  left: 30px;
  top: 50%;
  text-align: center;
  background-color: white;
  color: red;
  z-index: 20;
  cursor: pointer;
  padding: 15px 15px;
}

.footer {
  position: relative;
}

.footer__body {
  padding: 50px 0px 50px 0px;
}

.footer__row {
  display: flex;
  justify-content: center;
}

.footer__rowul {
  display: flex;
}

.footer__bigmanucolum {
  display: flex;
  margin-right: 40px;
}

.footer__minicolumns {
  display: flex;
}

.footer__widelli {
  margin-right: 7px;
}

.footer__widelli:last-child {
  margin-right: 0px;
}

.footer__facebook {
  display: block;
  padding: 7px;
  border-radius: 50%;
  background-color: #4A90E2;
}

.footer__facebook i {
  display: block;
  text-align: center;
  width: 12px;
  height: 12px;
  color: white;
}

.footer__twitter {
  display: block;
  padding: 7px;
  border-radius: 50%;
  background-color: #25BBE7;
}

.footer__twitter i {
  display: block;
  text-align: center;
  width: 12px;
  height: 12px;
  color: white;
}

.footer__youtube {
  display: block;
  padding: 7px;
  border-radius: 50%;
  background-color: #E73C25;
}

.footer__youtube i {
  display: block;
  text-align: center;
  width: 12px;
  height: 12px;
  color: white;
}

.footer__pinterest {
  display: block;
  padding: 7px;
  border-radius: 50%;
  background-color: #282828;
}

.footer__pinterest i {
  display: block;
  text-align: center;
  width: 12px;
  height: 12px;
  color: white;
}

.footer__instagram {
  display: block;
  padding: 7px;
  border-radius: 50%;
  background-color: #EF5285;
}

.footer__instagram i {
  display: block;
  text-align: center;
  width: 12px;
  height: 12px;
  color: white;
}

.footer__colums {
  margin-right: 40px;
}

.footer__colums:last-child {
  margin-right: 0px;
}

.footer__h5 {
  margin-bottom: 15px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
}

.footer__ul {
  margin-bottom: 20px;
}

.footer__li {
  margin-bottom: 4px;
}

.footer__a {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 26px;
  color: #666666;
  display: block;
  transition: all 0.3s ease 0.1s;
  width: 100%;
}

.footer__a:hover {
  transition: all 0.3s ease 0s;
  color: #FAAD3D;
}

.footer__ullast {
  display: flex;
  margin: 30px 0px;
}

.footer__lilast {
  margin-right: 30px;
}

.footer__lilast:last-child {
  margin-right: 0px;
}

.footer__obertkaimg {
  width: 100%;
  height: 100%;
  text-align: center;
  flex-direction: column;
}

.footer__form {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.footer__input {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  color: #666666;
}

.footer__button {
  height: 20px;
  width: 50px;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  background-color: #fff;
  color: #666666;
}

.footer__hr {
  width: 100%;
  height: 1px;
  background-color: #000000;
  margin-top: 6px;
}

.footer__downtext {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  color: #BBBBBB;
}

#colum {
  margin-bottom: 120px;
}

.myslider5 {
  height: 540px;
  width: 100%;
}

.sliderback {
  max-height: 100%;
  max-width: 100%;
  position: relative;
  transition: all 2s;
}

.sliderback__firsth {
  padding-top: 120px;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  color: #FAAD3D;
  text-align: center;
  cursor: pointer;
}

.sliderback__secondh {
  font-style: normal;
  font-weight: bold;
  font-size: 48px;
  line-height: 70px;
  width: 400px;
  margin: 10px auto 75px auto;
  text-align: center;
  color: #000000;
}

.sliderback__a {
  display: block;
  width: 120px;
  margin: 0 auto;
}

.sliderback__thirda {
  padding: 14px 27px;
  display: block;
  max-width: 120px;
  margin: 0 auto;
  background-color: #FEB53E;
  border-radius: 20px;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
}

.sliderback__img {
  position: absolute;
  top: 0px;
  left: 0px;
  max-width: 1920px;
  max-height: 540px;
  z-index: -1;
}

.slider222 {
  height: 540px;
  width: 100%;
  position: relative;
}

.sliderswiep {
  position: relative;
}

.sliderswiep__img {
  z-index: 2;
  width: 1920px;
  height: 540px;
}

.sliderswiep__img img {
  width: 100%;
  height: 100%;
  visibility: visible;
}

.sliderswiep__block {
  padding: 158px 0px 165px 70px;
}

.sliderswiep__somefirst {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  color: #FAAD3D;
  margin-bottom: 15px;
}

.sliderswiep__somesecond {
  margin-bottom: 95px;
  font-style: normal;
  font-weight: bold;
  font-size: 48px;
  line-height: 58px;
  color: #000000;
  max-width: 400px;
}

.sliderswiep .bnext {
  cursor: pointer;
  position: absolute;
  background-color: white;
  padding: 10px;
  position: relative;
  top: 0px;
  z-index: 3;
}

.sliderswiep .bprev {
  position: absolute;
  top: 0px;
  z-index: 3;
  cursor: pointer;
  background-color: white;
  padding: 10px;
}

.sliderswiep__aa {
  display: block;
  width: 120px;
}

.sliderswiep__but {
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 13px 27px;
  background-color: #FEB53E;
  width: 120px;
  border-radius: 20px;
  cursor: pointer;
}

.pagg {
  margin-bottom: 30px;
}

.pagg .swiper-pagination-bullet {
  background-color: green;
  border-radius: 0;
}

.silection .swiper-pagination-bullet {
  background-color: #000000;
}

.fullimg {
  position: relative;
}

.fullimg__body {
  position: relative;
  width: 1170px;
  height: 530px;
}

.fullimg__img {
  width: 1170px;
  height: 530px;
  position: absolute;
  z-index: -1;
}

.fullimg__img img {
  width: 100%;
  height: 100%;
}

.fullimg__block {
  padding: 60px 0px 45px 63px;
  position: rel;
}

.fullimg__text {
  margin-bottom: 20px;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  color: #999999;
}

.fullimg__h3 {
  max-width: 400px;
  font-style: normal;
  font-weight: bold;
  font-size: 48px;
  line-height: 58px;
  color: #000000;
  margin-bottom: 35px;
}

.fullimg__cost {
  margin-bottom: 163px;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  color: #999999;
}

.fullimg__cost span {
  font-style: italic;
  font-weight: 600;
  font-size: 24px;
  line-height: 16px;
  text-transform: uppercase;
  color: #FAAD3D;
}

.fullimg__a {
  display: block;
  max-width: 120px;
  padding: 12px 26px;
  background-color: #FEB53E;
  border-radius: 20px;
}

.fullimg__aa {
  max-width: 120px;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
}

.sliderflex {
  padding-top: 30px;
}

.sliderflex__body {
  display: flex;
  min-width: 0;
}

.sliderflex__block {
  margin-left: 30px;
}

.sliderflex2 {
  min-width: 0;
}

.ffslider__body {
  width: 770px;
  height: 470px;
  position: relative;
}

.ffslider__img {
  position: absolute;
  z-index: -1;
  width: 770px;
  height: 470px;
}

.ffslider__img img {
  width: 100%;
  height: 100%;
}

.ffslider__a {
  position: absolute;
  bottom: 45px;
  right: 45.5%;
  padding: 8px 13px;
  background-color: #FEB53E;
  width: 90px;
  display: block;
  border-radius: 20px;
}

.ffslider__aa {
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 14px;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
}

.rigthpagg {
  text-align: right;
  padding-right: 30px;
}

.rigthpagg .swiper-pagination-bullet {
  background-color: black;
}

.flex-card__cards:first-child {
  margin-bottom: 30px;
}

.flex-card__body {
  width: 370px;
  height: 220px;
}

.flex-card__img {
  width: 370px;
  position: absolute;
  z-index: -1;
  height: 220px;
}

.flex-card__img img {
  width: 100%;
  height: 100%;
}

.flex-card__blocks {
  padding: 40px 0px 30px 30px;
}

.flex-card__toptext {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 35px;
  color: #000000;
}

.flex-card__maintext {
  margin-top: 10px;
  margin-bottom: 40px;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 19px;
  max-width: 150px;
  color: #666666;
}

.flex-card__a {
  padding: 8px 13px;
  background-color: #FEB53E;
  width: 90px;
  display: block;
  border-radius: 20px;
}

.flex-card__aa {
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 14px;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
}

.sliderflex1 {
  position: relative;
  top: 0px;
  left: 0px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.sliderflex1__body {
  display: flex;
  width: 100%;
}

.sliderflex1__block {
  width: 270px;
  border: 1px solid #eeeeee;
  box-sizing: border-box;
  border-radius: 2px;
  margin-right: 30px;
}

.sliderflex11 {
  min-width: 0;
}

.sliderblock {
  position: relative;
  min-width: 0;
}

.slideropen {
  width: 100%;
  height: 100%;
}

.slideropen__body {
  width: 100%;
  height: 100%;
}

.slideropen__img {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -3;
}

.slideropen__img img {
  width: 100%;
  height: 100%;
}

.slideropen__block {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 148px 0px  85px 55px;
}

.slideropen__background {
  width: 300px;
  height: 127px;
  background-color: #FAAD3D;
  position: absolute;
  right: 0px;
  top: 40px;
}

.slideropen__textup {
  margin-bottom: 15px;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  color: #FAAD3D;
}

.slideropen__textcen {
  font-style: normal;
  font-weight: bold;
  font-size: 48px;
  line-height: 58px;
  color: #000000;
  margin-bottom: 95px;
  max-width: 400px;
}

.slideropen__a {
  display: block;
  padding: 14px 26px;
  background-color: #FEB53E;
  width: 120px;
  height: 40px;
  border-radius: 20px;
}

.slideropen__aa {
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
}

.sliderflexper {
  text-align: right;
  padding-right: 30px;
  padding-bottom: 20px;
}

.sliderflexper .swiper-pagination-bullet {
  background-color: black;
}

.ulelemnt__body {
  padding: 21px 0px 21px 17px;
}

.ulelemnt__h4 {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #000000;
  margin-bottom: 21px;
}

.ulelemnt__hr {
  height: 1px;
  width: 220px;
  background: #EEEEEE;
  margin-bottom: 10px;
  margin-right: 15px;
}

.ulelemnt__li {
  margin-bottom: 2 0px;
}

.ulelemnt__li:hover .ulelemnt__a {
  color: #FEB53E;
  font-weight: 900;
  transition: all 0.3s;
}

.ulelemnt__a {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 36px;
  padding: 5px;
  color: #666666;
}

.sliderfour__body {
  position: relative;
  width: 100%;
  height: 540px;
}

.sliderfour__img {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
}

.sliderfour__img img {
  width: 100%;
  height: 100%;
}

.sliderfour__block {
  max-width: 1170px;
  margin: 0 auto;
  padding: 180px 0px 60px 0px;
}

.sliderfour__uptext {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  text-align: center;
  color: #FAAD3D;
  margin-bottom: 6px;
}

.sliderfour__centertext {
  font-style: normal;
  font-weight: bold;
  font-size: 48px;
  line-height: 70px;
  max-width: 400px;
  margin: 0 auto;
  text-align: center;
  color: #FFFFFF;
}

.sliderfour__a {
  padding: 15px 25px;
  background-color: #FEB53E;
  border-radius: 20px;
  display: block;
  max-width: 120px;
  margin: 75px auto 0px auto;
}

.sliderfour__aa {
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
}

.pagintaion {
  padding-bottom: 20px;
}

.pagintaion .swiper-pagination-bullet {
  background-color: white;
}

.manycard {
  background-color: #F6F6F6;
}

.manycard__body {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 270px;
}

.manycard__row {
  display: flex;
}

.manycard__colums {
  background-color: white;
  margin: 10px 30px 20px 0px;
  width: 270px;
  min-height: 120px;
}

.colums-items__body {
  padding: 28px 26px 17px 15px;
}

.colums-items__row {
  display: flex;
}

.colums-items__img {
  margin-right: 19px;
}

.colums-items__img img {
  height: 30px;
  width: 30px;
}

.colums-items__h6 {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
  margin-bottom: 7px;
}

.colums-items__text {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  color: #666666;
}

.tabulation {
  background-color: #FFFFFF;
  min-height: 620px;
}

.tabulation__pack {
  width: 1120px;
  margin: 0 auto;
}

.tabulation__h2 {
  text-align: center;
  font-style: normal;
  font-weight: bold;
  font-size: 48px;
  line-height: 70px;
  color: #000000;
  margin: 85px 0px 16px 0px;
}

.tabulation__ul {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}

.tabulation__a {
  margin-right: 30px;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 15px;
  text-align: right;
  text-transform: uppercase;
  padding: 20px;
  cursor: pointer;
  color: #BBBBBB;
}

.activea {
  color: black;
  font-weight: 900;
}

.slider-class__body {
  padding: 15px 18px  17px  15px;
}

.slider-class__upsmalltext {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  /* identical to box height */
  color: #999999;
}

.slider-class__centertext {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
  margin-bottom: 20px;
  margin-top: 10px;
}

.slider-class__img {
  width: 240px;
  height: 200px;
  margin-bottom: 20px;
}

.slider-class__img img {
  width: 100%;
  height: 100%;
}

.slider-class__minrow {
  display: flex;
  justify-content: space-around;
}

.slider-class__cost {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: #8FD021;
}

.slider-class__svg {
  width: 20px;
  height: 20px;
}

.slider-class__svg img {
  width: 100%;
  height: 100%;
}

.ssbutton-prev {
  position: absolute;
  top: 50%;
  z-index: 1000000;
  left: -5px;
}

.ssbutton-next {
  position: absolute;
  top: 50%;
  right: -20px;
}

.interestinblock {
  background-color: #F6F6F6;
}

.interestinblock__row {
  height: 630px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.interestinblock__columm {
  position: relative;
  height: 470px;
}

.items-line {
  position: relative;
  margin-right: 30px;
  height: 470px;
  width: 770px;
}

.items-line__body {
  padding: 97px 0px 97px 50px;
  position: relative;
  width: 770px;
  height: 470px;
}

.items-line__backgroudn {
  width: 87px;
  height: 254px;
  background-color: #FAAD3D;
  position: absolute;
  top: 0px;
  right: 120px;
}

.items-line__uptext {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  color: #FAAD3D;
}

.items-line__sentertext {
  font-style: normal;
  font-weight: bold;
  font-size: 48px;
  line-height: 58px;
  max-width: 400px;
  color: #000000;
  margin-bottom: 95px;
  margin-top: 15px;
}

.items-line__a {
  padding: 13px 27px;
  border-radius: 20px;
  background-color: #FAAD3D;
  display: block;
  max-width: 120px;
}

.items-line__aa {
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
}

.items-line__img {
  position: absolute;
  top: 0;
  right: 0;
  width: 770px;
  height: 470px;
}

.items-line__img img {
  width: 100%;
  height: 100%;
  z-index: -1;
}

.minicolumn {
  position: relative;
  width: 370px;
  height: 220px;
}

.minicolumn:first-child {
  margin-bottom: 30px;
}

.minicolumn__block {
  padding: 40px 0px 30px 30px;
  position: relative;
}

.minicolumn__uptext {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 35px;
  color: #000000;
}

.minicolumn__centertext {
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 19px;
  margin-top: 7px;
  max-width: 150px;
  margin-bottom: 50px;
  color: #666666;
}

.minicolumn__a {
  padding: 8px 14px;
  background-color: #FAAD3D;
  border-radius: 20px;
  display: block;
  max-width: 120px;
}

.minicolumn__aa {
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
}

.minicolumn__img {
  width: 370px;
  height: 220px;
  position: absolute;
  top: 0;
}

.minicolumn__img img {
  width: 100%;
  height: 100%;
  z-index: -1;
}

.content-tabscontent {
  display: none;
  margin: 10px;
  padding: 20px;
  background-color: black;
  color: white;
}

.activetab {
  display: block;
}

.content-tabs__content {
  display: none;
}

.contenttab-active {
  display: block;
}

.secondtab {
  background-color: white;
}

.secondtab__body {
  padding: 80px 0px;
}

.secondtab__rowtop {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.secondtab__h4 {
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 42px;
  color: #000000;
}

.secondtab__ul {
  display: flex;
}

.secondtab__li {
  margin-right: 30px;
}

.secondtab__li:last-child {
  margin-right: 0px;
}

.secondtab__a {
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 15px;
  text-align: right;
  color: #BBBBBB;
}

.secondtab__br {
  width: 1170px;
  height: 1px;
  background-color: #EEEEEE;
  margin: 13px 0px;
}

.secondtab__mytab {
  display: none;
}

.secondtab__slider {
  overflow-x: hidden;
}

.tabulation__slider {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.activeseca {
  color: black;
  font-weight: 900;
}

.activesecondtab {
  display: block;
}

.myaitem {
  width: 25%;
  height: 359px;
}

.myaitem__body {
  position: relative;
  padding: 15px;
}

.myaitem__texttop {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  color: #999999;
}

.myaitem__textcerent {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
  margin: 7px 0px 20px 0px;
  max-width: 235px;
}

.myaitem__img {
  position: relative;
  top: 0;
  right: 0;
  width: 240px;
  height: 200px;
}

.myaitem__img img {
  width: 100%;
  height: 100%;
  z-index: 2;
}

.myaitem__minrow {
  display: flex;
  justify-content: space-around;
  margin-top: 15px;
}

.myaitem__celer {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: #8FD021;
}

.myaitem__celer span {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
  display: inline-block;
  color: #EEEEEE;
  margin-right: 15px;
}

.myaitem__icon {
  color: #999999;
  width: 18px;
  height: 18px;
}

.myaitem__discount {
  position: absolute;
  right: -6px;
  top: 105px;
  z-index: 2;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  text-align: right;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 5px 8px;
  background-color: #FAAD3D;
}

.linedegry {
  position: relative;
}

.linedegry__body {
  position: relative;
  top: 0px;
  left: 0px;
  padding: 20px;
  background-image: url(http://prestashop17.joommasters.com/lisk/themes/lisk/assets/img/bn.jpg);
  background-attachment: fixed;
  background-position: 50% 0;
  height: 200px;
}

.linedegry__body:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 2;
  background: linear-gradient(to left, rgba(56, 41, 41, 0.5), rgba(17, 14, 14, 0.5), rgba(0, 0, 0, 0.5));
}

.linedegry__row {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
}

.linedegry__colums {
  position: relative;
  z-index: 3;
}

.linedegry__colums:first-child {
  margin-right: 25px;
}

.linedegry__a {
  position: relative;
  z-index: 3;
  padding: 8px 20px 23px  16px;
  border: 3px solid white;
  display: block;
}

.linedegry__a:hover {
  background-color: white;
  color: black;
}

.linedegry__uptext {
  position: relative;
  z-index: 3;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  max-width: 60px;
  color: #FFFFFF;
  margin-bottom: 15px;
}

.linedegry__uptext span {
  font-style: normal;
  font-weight: 800;
  font-size: 18px;
  line-height: 21px;
  color: #FAAD3D;
}

.linedegry__loertext {
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
  color: #FFFFFF;
}

.linedegry__loertext:hover {
  transition: all 0.3s ease 0s;
  color: black;
}

.linedegry__minitext {
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  color: #FFFFFF;
  margin-bottom: 5px;
}

.linedegry__summer {
  font-style: normal;
  font-weight: bold;
  font-size: 48px;
  margin-bottom: 5px;
  text-transform: uppercase;
  color: #FAAD3D;
}

.linedegry__downtext {
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  color: #FFFFFF;
}

.blackcolor {
  color: black;
  transition: all 0.3s ease 0s;
}

.specialdeal {
  padding: 40px 0px;
  position: relative;
}

.specialdeal__body {
  padding: 10px 0px;
  width: 100%;
}

.specialdeal__row {
  width: 100%;
  display: flex;
}

.specialdeal__columsmain {
  flex: 0 1 570px;
  margin-right: 60px;
}

.specialdeal__columitem {
  width: 100%;
  justify-self: end;
}

.columitem__row {
  display: flex;
  margin: 0px -15px;
}

.itemmyd__body {
  display: block;
  width: 100%;
  padding: 10px;
  height: 356px;
}

.itemmyd__textup {
  margin-top: 10px;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  width: 100%;
  color: #999999;
}

.itemmyd__textup:hover {
  color: #FAAD3D;
}

.itemmyd__textcenter {
  width: 100%;
  margin-top: 9px;
  font-style: normal;
  font-weight: 500;
  max-width: 235px;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
  height: 45px;
}

.itemmyd__textcenter:hover {
  color: #FAAD3D;
}

.itemmyd__img {
  margin-top: 20px;
  margin-bottom: 17px;
  width: 240px;
  height: 200px;
}

.itemmyd__img img {
  width: 100%;
  height: 100%;
}

.itemmyd__minrow {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 0px auto;
}

.itemmyd__number {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: #8FD021;
}

.colummainn__body {
  padding: 35px 40px 30px 30px;
  border: 3.5px solid #FAAD3D;
  box-sizing: border-box;
  border-radius: 13px;
}

.colummainn__minrow {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 45px;
}

.colummainn__specialdela {
  display: block;
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 42px;
  color: #000000;
}

.colummainn__discount {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background-color: #FAAD3D;
  border-radius: 50%;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: white;
}

.colummainn__img {
  width: 450px;
  height: 300px;
  overflow: hidden;
  margin: 0 auto;
}

.colummainn__img img {
  width: 100%;
  height: 100%;
}

.colummainn__domaintext {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 35px;
  max-width: 400px;
  margin: 0 auto;
  text-align: center;
  margin-top: 80px;
  color: #000000;
}

.colummainn__cost {
  margin-top: 30px;
  margin-bottom: 23px;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  color: #FAAD3D;
  text-align: center;
}

.colummainn__cost span {
  text-decoration: line-through;
  color: #EEEEEE;
}

.colummainn__miroww {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.colummainn__hurrytext {
  margin: 10px 0px 20px 0px;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #999999;
}

.twoslider {
  background-color: #F6F6F6;
}

.twoslider__body {
  padding: 80px 0px;
}

.twoslider__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.twoslider__firstslide {
  min-width: 0;
  max-width: 240px;
  margin-right: 30px;
}

.slider-firsttt {
  min-width: 0;
  height: 440px;
}

.myslideratime {
  max-width: 750px;
}

.myslideratime__body {
  position: relative;
  top: 0px;
  left: 0px;
  z-index: 3;
  padding: 40px 40px 0px 33px;
}

.myslideratime__body:hover .myslideratime__img img {
  transform: scale(1.1, 1.1);
  transition: all 0.3s ease-in;
}

.myslideratime__img {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
  text-align: center;
  overflow: hidden;
  width: 750px;
  height: 100%;
}

.myslideratime__img:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 3;
}

.myslideratime__img img {
  width: 100%;
  height: 100%;
}

.myslideratime__h5 {
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 42px;
  text-align: center;
  color: #FFFFFF;
}

.myslideratime__maintext {
  margin-top: 10px;
  margin-bottom: 35px;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 19px;
  text-align: center;
  color: #FFFFFF;
}

.myslideratime__aa {
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 14px;
  display: block;
  text-align: center;
  width: 120px;
  margin: 0 auto;
  text-transform: uppercase;
  padding: 12px 27px 14px 24px;
  background-color: #FEB53E;
  border-radius: 20px;
  color: #FFFFFF;
}

.slidersecondto {
  min-width: 0;
  max-width: 870px;
}

.slidersecondto__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 54px;
}

.slidersecondto__ul {
  display: flex;
}

.slidersecondto__li {
  margin-right: 15px;
}

.slidersecondto__li:last-child {
  margin-right: 0px;
}

.slidersecondto__a {
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 15px;
  text-align: right;
  color: grey;
}

.slidersecondto__arrows {
  display: flex;
}

.slidersecondto__prev {
  padding: 5px;
  cursor: pointer;
}

.slidersecondto__next {
  padding: 5px;
  cursor: pointer;
}

.slidersecondto__slidercontent {
  min-width: 0;
}

.activeaaa {
  color: black;
}

.swiper-slide {
  display: flex;
}

.itemmyd__column {
  flex: 0 1 250px;
  height: 356px;
  background-color: white;
  padding: 0px 8px;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.itemmyd__column-modification {
  flex: 0 1 250px;
  height: 356px;
  background-color: white;
  padding: 0px 8px;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.downsec {
  background-color: #F6F6F6;
}

.downsec__body {
  padding: 40px 0px;
}

.downsec__row {
  display: flex;
}

.downsec__colum {
  margin-right: 30px;
  flex: 0 1  50%;
  max-width: 50%;
}

.downsec__colum:last-child {
  margin-right: 0px;
}

.colums-itemses__body {
  position: relative;
  background-color: white;
  padding: 10px 30px 10px 10px;
  display: flex;
  cursor: pointer;
}

.colums-itemses__body:hover .colums-itemses__img img {
  transform: scale(1.1, 1.1);
  transition: all 0.3s ease 0s;
}

.colums-itemses__discount {
  position: absolute;
  left: 15px;
  z-index: 1;
  top: 10px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FAAD3D;
  border-radius: 50%;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: #FFFFFF;
}

.colums-itemses__img {
  position: relative;
  margin-right: 30px;
  height: 110px;
  max-width: 150px;
  overflow: hidden;
}

.colums-itemses__img img {
  width: 100%;
  height: 100%;
}

.colums-itemses__bigsaletext {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  color: #FAAD3D;
  margin-bottom: 7px;
}

.colums-itemses__chaircollection {
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 42px;
  color: #000000;
}

.colums-itemses__downtextt {
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 19px;
  color: #666666;
}

.downgoodsec__body {
  padding: 80px 0px 90px 0px;
}

.downgoodsec__mirow {
  display: flex;
  justify-content: space-between;
}

.downgoodsec__h5 {
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 42px;
  color: #000000;
}

.downgoodsec__arrows {
  display: flex;
  align-items: center;
  justify-content: center;
}

.downgoodsec__prevarow {
  padding: 5px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

.downgoodsec__nextarow {
  padding: 5px;
  cursor: pointer;
}

.downgoodsec__br {
  margin-top: 14px;
  height: 1px;
  width: 100%;
  background: #EEEEEE;
  margin-bottom: 30px;
}

.min-body {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.min-body__body {
  border: 1px solid #EEEEEE;
  box-sizing: border-box;
  padding: 22px 45px 45px 0px;
  width: 270px;
  cursor: pointer;
}

.min-body__body:hover .min-body__img img {
  transform: scale(1.1, 1.1);
  transition: all 0.5s ease 0s;
}

.min-body__row {
  display: flex;
  justify-content: space-between;
}

.min-body__img {
  width: 110px;
  overflow: hidden;
}

.min-body__img img {
  width: 100%;
  height: 100%;
}

.min-body__maincolum {
  position: relative;
}

.min-body__h9 {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
  margin-bottom: 13px;
}

.min-body__ul {
  position: relative;
}

.min-body__a {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 24px;
  color: #666666;
  max-width: 90px;
}

.min-body__a:hover {
  color: #FAAD3D;
}

.mysponsorslider__obertkaimg {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.allsponsol__img {
  width: 120px;
  height: 120px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.allsponsol__img img {
  text-align: center;
  width: 100%;
  height: 100%;
  display: block;
}

.allsponsol__img:hover img {
  transform: scale(1.1, 1.1);
  transition: all 0.3s ease 0s;
}

.downtown {
  background-color: #F6F6F6;
  position: relative;
}

.downtown__body {
  padding: 80px 0px;
}

.downtown__row {
  display: flex;
  margin: 0 -15px;
}

.downtown__columnforrow {
  flex: 1 1 50%;
  width: 100%;
  display: flex;
}

.downtown__columns {
  flex: 1 1 25%;
  padding: 0 15px;
}

.downtown__columns:last-child {
  margin-right: 0px;
}

.downtown__bodybody {
  background-color: white;
  padding: 28px 26px 20px   15px;
  display: flex;
  height: 100%;
  transition: all 0.3s ease 0.1s;
  box-shadow: 0px 2px 5px 5px rgba(0, 0, 0, 0.00976562);
  transition: all 0.3s ease 0.2s;
}

.downtown__bodybody:hover {
  transform: scale(1.1, 1.1);
}

.downtown__rowrpw {
  display: flex;
  width: 100%;
  height: 100%;
}

.downtown__alltext {
  display: flex;
  flex-direction: column;
}

.downtown__svg {
  width: 30px;
  height: 30px;
  margin-right: 20px;
}

.downtown__top {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
}

.downtown__bottom {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  color: #666666;
  max-width: 180px;
}

.noUi-handle {
  background: #FAAD3D;
  cursor: pointer;
  box-shadow: none;
  border-radius: 8px;
  border: none;
}

.noUi-handle:after {
  content: none;
}

.noUi-handle:before {
  content: none;
}

.noUi-target {
  background-color: #F6F6F6;
  border-radius: 20px;
  box-shadow: none;
  border: none;
  height: 20px;
}

.noUi-connects {
  background-color: #FAAD3D;
  border-radius: 10px;
}

.noUi-connect {
  background: #F6F6F6;
}

.mytabssome__body {
  padding: 80px 0px;
}

.mytabssome__h4 {
  font-style: normal;
  font-weight: bold;
  font-size: 48px;
  line-height: 70px;
  text-align: center;
  color: #000000;
}

.mytabssome__ul {
  display: flex;
  justify-content: center;
  margin: 16px 0px 43px 0px;
}

.mytabssome__li {
  margin-right: 25px;
}

.mytabssome__li:last-child {
  margin-right: 0px;
}

.mytabssome__a {
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 15px;
  text-align: center;
  text-transform: uppercase;
  color: #BBBBBB;
}

.mytabssome__content {
  display: none;
}

.mytabssome__obertka {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  justify-content: center;
}

.time {
  display: flex;
  align-items: center;
  justify-content: center;
}

.c-block {
  margin-right: 20px;
}

.c-block-3 {
  display: none;
}

.bl-inner span {
  padding: 18px;
  background-color: #F6F6F6;
  display: flex;
  align-items: center;
  justify-content: center;
}

.etitle {
  display: flex;
  align-items: center;
  justify-content: center;
}

.activepopapitem {
  color: #000000;
}

.activetabsss {
  display: block;
}

@media (max-width: 1150px) {
  .downtown__rowrpw {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .downtown__alltext {
    text-align: center;
  }

  .downtown__svg {
    margin-right: 0px;
    margin-bottom: 10px;
  }
}

@media (max-width: 1140px) {
  .specialdeal__columsmain {
    margin-right: 40px;
  }
}

@media (max-width: 1120px) {
  .specialdeal__columsmain {
    margin-right: 15px;
  }
}

@media (max-width: 1090px) {
  #colum {
    margin-bottom: 70px;
  }

  .specialdeal__columsmain {
    flex: 0 1 470px;
  }

  .colummainn__img {
    width: 350px;
    height: 220px;
  }
}

@media (max-width: 1085px) {
  .button-header__span {
    display: none;
  }
}

@media (max-width: 1080px) {
  .slideropen__textcen {
    font-size: 32px;
    max-width: 250px;
  }
}

@media (max-width: 1060px) {
  .twoslider__body {
    padding: 40px 0px;
  }

  .twoslider__row {
    flex-direction: column;
  }

  .twoslider__firstslide {
    max-width: 750px;
    height: 1100px;
    margin-right: 0px;
    margin-bottom: 30px;
  }

  .slider-firsttt {
    height: 1100px;
  }

  .myslideratime__body {
    width: 750px;
  }
}

@media (max-width: 1015px) {
  .mytabssome__obertka {
    margin-bottom: 20px;
    margin-right: 20px;
  }
}

@media (max-width: 985px) {
  #colum {
    margin-bottom: 0px;
    display: none;
  }

  .specialdeal__row {
    justify-content: space-between;
  }

  .columitem__row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .itemmyd__colummain:first-child {
    margin-bottom: 60px;
  }
}

@media (max-width: 975px) {
  .downtown__body {
    padding: 40px 0px;
  }

  .downtown__row {
    flex-wrap: wrap;
  }

  .downtown__columnforrow {
    flex-direction: column;
  }

  .downtown__columns {
    margin-bottom: 20px;
  }
}

@media (max-width: 965px) {
  .slideropen__block {
    padding: 148px 0px  85px 25px;
  }

  .slideropen__background {
    width: 230px;
  }
}

@media (max-width: 945px) {
  .footer__lilast {
    margin-right: 13px;
  }
}

@media (max-width: 940px) {
  .colums-itemses__img {
    margin-right: 0px;
  }
}

@media (max-width: 900px) {
  .footer__row {
    flex-direction: column;
  }

  .footer__bigmanucolum {
    margin-bottom: 15px;
    margin-right: 0px;
    justify-content: space-around;
  }

  .footer__minicolumns {
    justify-content: space-around;
  }

  .min-body__body {
    width: 90%;
    flex: 1 0 50%;
    padding: 22px 45px 45px 20px;
  }

  .min-body__row {
    justify-content: flex-start;
  }

  .min-body__maincolum {
    margin-left: 10px;
  }
}

@media (max-width: 880px) {
  .slidersecondto {
    max-width: 750px;
  }

  .slidersecondto__row {
    margin-bottom: 25px;
  }
}

@media (max-width: 875px) {
  .colums-itemses__body {
    padding: 10px;
  }
}

@media (max-width: 850px) {
  .slideropen__background {
    width: 160px;
  }
}

@media (max-width: 840px) {
  .specialdeal__columsmain {
    margin-left: 20px;
  }
}

@media (max-width: 835px) {
  .colums-itemses__body {
    overflow: hidden;
  }

  .colums-itemses__discount {
    left: 2px;
    top: 0px;
  }

  .colums-itemses__img {
    margin-left: -33px;
  }
}

@media (max-width: 820px) {
  .button-header__li {
    margin-left: 30px;
  }
}

@media (max-width: 800px) {
  .linedegry__row {
    margin-left: 0px;
  }
}

@media (max-width: 768px) {
  .burger-menu {
    display: block;
    position: relative;
    width: 30px;
    height: 18px;
    cursor: pointer;
    z-index: 266;
  }

  .burger-menu span {
    top: 8px;
    left: 0px;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #000;
  }

  .burger-menu span:first-child {
    top: 0px;
  }

  .burger-menu span:last-child {
    top: auto;
    bottom: 0px;
  }

  .burger-menu.active {
    position: absolute;
    top: 15px;
    right: 15px;
  }

  .burger-menu.active span {
    transform: scale(0);
    background-color: white;
    width: 50%;
  }

  .burger-menu.active span:first-child {
    transform: rotate(-45deg);
    top: 8px;
  }

  .burger-menu.active span:last-child {
    transform: rotate(45deg);
    bottom: 8px;
  }

  .header-center__ul {
    flex-direction: column;
    transform: translate(100%, 0px);
    transition: all 0.3s ease 0s;
    justify-content: start;
    width: 250px;
    height: 100%;
    position: fixed;
    background-color: white;
    z-index: 20;
    top: 0px;
    right: 0px;
  }

  .header-center__ul.active {
    transform: translate(0px, 0px);
    transition: all 0.3s ease 0s;
  }

  .header-center__ul:before {
    content: "MENU";
    background-color: black;
    width: 100%;
    padding-left: 20px;
    height: 50px;
    display: flex;
    align-items: center;
    color: white;
    font-size: 15px;
    font-weight: 500;
    position: relative;
    z-index: 21;
  }

  .header-center__li {
    margin-right: 0px;
    margin-top: 40px;
    margin-left: 20px;
  }

  .header-center__a {
    font-size: 17px;
    color: grey;
    font-weight: 400;
  }

  .activeee {
    color: grey;
  }

  .sliderflex1 {
    margin-bottom: 100px;
  }

  .sliderflex1__body {
    flex-direction: column;
  }

  .sliderflex1__block {
    width: 100%;
  }

  .sliderflex1__block {
    margin-bottom: 20px;
  }

  .sliderblock {
    height: 400px;
  }

  .ulelemnt__hr {
    width: 98%;
  }

  .linedegry {
    margin-top: 100px;
  }

  .specialdeal__row {
    flex-direction: column;
  }

  .itemmyd__colummain:first-child {
    margin-bottom: 20px;
  }

  .specialdeal__columsmain {
    margin-left: 0px;
  }

  .twoslider__firstslide {
    max-width: 550px;
    height: 700px;
  }

  .slider-firsttt {
    height: 700px;
  }

  .slidersecondto {
    max-width: 550px;
  }

  .itemmyd__column {
    margin-left: 20px;
  }

  .itemmyd__column {
    margin: 0px auto;
  }

  .itemmyd__column-modification {
    margin-left: 20px;
  }

  .itemmyd__column-modification {
    margin: 0px auto;
  }

  .downsec__row {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .downsec__colum:first-child {
    margin-bottom: 30px;
  }

  .downsec__colum {
    flex: 1 1  50%;
    max-width: 100%;
    margin-right: 0px;
  }

  .colums-itemses__body {
    padding: 10px 30px 10px 10px;
    overflow: none;
  }

  .colums-itemses__discount {
    left: 15px;
    top: 10px;
  }

  .colums-itemses__img {
    margin-left: 5px;
  }

  .min-body__body {
    width: 100%;
    flex: 1 0 50%;
    padding: 22px 45px 45px 20px;
  }

  .min-body__img {
    width: 160px;
  }
}

@media (max-width: 675px) {
  .specialdeal__columsmain {
    margin-right: 0px;
  }
}

@media (max-width: 550px) {
  .columitem__row {
    flex-direction: column;
    justify-content: center;
  }

  .itemmyd__colummain {
    margin-bottom: 0px;
  }

  .itemmyd__img {
    margin: 0px auto;
  }

  .twoslider__firstslide {
    max-width: 370px;
    height: 550px;
  }

  .slider-firsttt {
    height: 550px;
  }

  .slidersecondto {
    max-width: 400px;
  }

  .slidersecondto__a span {
    display: none;
  }

  .mytabssome__body {
    padding: 80px 0px 30px 0px;
  }
}

@media (max-width: 545px) {
  .itemmyd__column {
    flex: 1 1 100%;
    margin: none;
    margin-bottom: 27px;
    margin-left: 40px;
  }

  .itemmyd__column:last-child {
    margin-bottom: 5px;
  }

  .itemmyd__column-modification {
    flex: 1 1 100%;
    margin: none;
    margin-bottom: 27px;
    margin-left: 0px;
  }

  .itemmyd__column-modification:last-child {
    margin-bottom: 5px;
  }
}

@media (max-width: 540px) {
  .linedegry__body {
    height: 290px;
  }

  .linedegry__row {
    flex-direction: column;
    justify-content: start;
    align-items: flex-start;
  }

  .linedegry__colums:nth-child(2) {
    margin-top: 15px;
  }
}

@media (max-width: 525px) {
  .top-header {
    display: none;
  }

  .button-header__body {
    height: 80px;
  }

  .button-header__lisk {
    position: absolute;
    left: 45%;
    top: 15px;
    font-size: 23px;
  }

  .button-header__lisk:after {
    content: '';
    width: 9px;
    height: 9px;
    bottom: 12px;
    background-color: black;
  }

  .button-header__li:nth-child(1) {
    display: none;
  }

  .button-header__li:nth-child(2) {
    display: none;
  }

  .button-header__li:nth-child(3) {
    margin-left: 0px;
    position: absolute;
    top: 13px;
    right: 20px;
  }

  .burger-menu {
    display: block;
    position: fixed;
    top: 29px;
    left: 15px;
    width: 30px;
    height: 18px;
    cursor: pointer;
    z-index: 200;
  }

  .burger-menu span {
    transition: all 0.3s ease;
    top: 8px;
    left: 0px;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #000;
  }

  .burger-menu span:first-child {
    top: 0px;
  }

  .burger-menu span:last-child {
    top: auto;
    bottom: 0px;
  }

  .burger-menu.active {
    position: fixed;
    top: 15px;
    left: 220px;
  }

  .burger-menu.active span {
    transform: scale(0);
    background-color: white;
    width: 50%;
  }

  .burger-menu.active span:first-child {
    transform: rotate(-45deg);
    top: 8px;
  }

  .burger-menu.active span:last-child {
    transform: rotate(45deg);
    bottom: 8px;
  }

  .header-center__ul {
    flex-direction: column;
    transform: translate(-105%, 0px);
    transition: all 0.3s ease 0s;
    justify-content: start;
    width: 250px;
    height: 100%;
    position: fixed;
    background-color: white;
    z-index: 20;
    top: 0px;
    left: 0px;
  }

  .header-center__ul.active {
    transform: translate(0px, 0px);
    transition: all 0.3s ease 0s;
  }

  .header-center__ul:before {
    content: "MENU";
    background-color: black;
    width: 100%;
    padding-left: 20px;
    height: 50px;
    display: flex;
    align-items: center;
    color: white;
    font-size: 15px;
    font-weight: 500;
    position: relative;
    z-index: 21;
  }
}

@media (max-width: 520px) {
  .downtown__bodybody {
    padding: 28px 12px 20px 8px;
  }
}

@media (max-width: 510px) {
  .footer__bigmanucolum {
    justify-content: space-between;
  }

  .footer__minicolumns {
    justify-content: space-between;
  }
}

@media (max-width: 500px) {
  .colummainn__body {
    padding: 30px 35px 20px 25px;
    overflow: hidden;
  }

  .colummainn__specialdela {
    text-align: center;
    width: 100%;
    margin: 0 auto;
  }

  .colummainn__discount {
    display: none;
  }

  .colummainn__img {
    width: 257px;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .footer__body {
    padding: 25px 0px;
  }

  .footer__bigmanucolum {
    flex-direction: column;
  }

  .footer__minicolumns {
    flex-direction: column;
  }

  .footer__colums {
    margin-bottom: 10px;
  }

  .sliderflex1 {
    display: none;
    margin-bottom: 0px;
  }

  .linedegry {
    margin-top: 40px;
  }

  .colummainn__domaintext {
    font-size: 20px;
  }

  .colummainn__domaintext {
    font-size: 18px;
    font-weight: 400;
  }
}

@media (max-width: 470px) {
  .downtown__row {
    flex-direction: column;
  }

  .downtown__columnforrow {
    flex: 1 1 100%;
  }

  .downtown__bottom {
    max-width: 100%;
  }
}

@media (max-width: 455px) {
  .mytabssome__h4 {
    text-align: left;
    font-size: 32px;
  }

  .mytabssome__ul {
    flex-wrap: wrap;
    justify-content: left;
  }

  .mytabssome__li {
    margin-bottom: 10px;
  }
}


@media (max-width: 445px) {
  .colums-itemses__body {
    padding: 10px 10px 10px 10px;
  }
}

@media (max-width: 440px) {
  .downgoodsec__h5 {
    font-size: 24px;
    line-height: 35px;
  }
}

@media (max-width: 425px) {
  .downsec__colum {
    flex: 1 1 100%;
    width: 100%;
  }

  .colums-itemses__body {
    flex-direction: column;
    padding: 10px 30px 10px 10px;
    justify-content: center;
    align-items: center;
  }

  .colums-itemses__discount {
    left: 35px;
    top: 30px;
  }

  .colums-itemses__img {
    max-width: 200px;
    height: 150px;
    margin-bottom: 10px;
  }

  .colums-itemses__bigsaletext {
    text-align: center;
  }

  .colums-itemses__downtextt {
    max-width: 155px;
    margin: 0px auto;
    text-align: center;
  }
}

@media (max-width: 410px) {
  .twoslider__firstslide {
    max-width: 315px;
  }

  .slidersecondto {
    max-width: 315px;
  }
}

@media (max-width: 380px) {
  .colummainn__img {
    margin-left: -27px;
  }
}

@media (max-width: 370px) {
  .min-body__img {
    width: 110px;
  }
}

@media (max-width: 350px) {
  .time {
    margin-left: 6px;
  }
}

.swiper-container{
  overflow: hidden;
}