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

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

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

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: .35em .75em .625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

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

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[hidden],
template {
  display: none;
}

.banner .title {
  font-size: 60px;
  line-height: 70px;
}

.banner .lists:before {
  top: -187px;
}

.banner .lists:after {
  top: -108px;
}

@media screen and (max-width:1200px) {
  .banner .title-area {
    max-width: 750px;
  }

  .banner .lists:before {
    width: 560px;
    height: 560px;
  }

  .banner .lists:after {
    width: 300px;
    height: 300px;
    right: 300px;
  }
}

@media screen and (max-width:992px) {
  .banner {
    padding-bottom: 37px;
  }

  .banner .content {
    padding: 52px 20px 47px;
  }

  .banner .logo {
    margin-bottom: 75px;
  }

  .banner .introducing {
    font-size: 32px;
    line-height: 56px;
  }

  .banner .title {
    font-size: 48px;
    line-height: 56px;
  }

  .banner .title-text {
    top: -32px;
  }

  .banner .line {
    width: 32px;
  }

  .banner .title-area {
    padding-bottom: 50px;
  }

  .banner .lists {
    margin-top: -84px;
  }

  .banner .lists:before {
    width: 480px;
    height: 480px;
    top: -140px;
    left: 100px;
  }

  .banner .lists:after {
    width: 240px;
    height: 240px;
    right: 180px;
  }

  .banner .bag,
  .banner .rings {
    display: none;
  }
}

@media screen and (max-width:768px) {
  .banner {
    overflow: hidden;
  }

  .banner:after,
  .banner:before {
    display: none;
  }

  .banner .introducing {
    margin-bottom: 5px;
  }

  .banner .title-text {
    top: -20px;
  }

  .banner .logo {
    width: 171px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
  }

  .banner .line {
    display: none;
  }

  .banner .title-area {
    padding-bottom: 34px;
    border: none;
  }

  .banner .lists {
    margin-bottom: 60px;
    margin-top: -60px;
  }

  .banner .lists:before {
    width: 400px;
    height: 400px;
    top: -100px;
    left: 30px;
  }

  .banner .lists:after {
    width: 257px;
    height: 257px;
    top: -50px;
    right: 50px;
  }
}

.footer {
  background-color: #222;
  color: #fff;
  padding-top: 63px;
}

.footer .top-panel {
  border-bottom: 1px solid hsla(0, 0%, 59.2%, .2);
}

.footer .top-panel-content {
  display: flex;
  justify-content: space-between;
  padding: 0 30px 39px;
}

.footer .logoName {
  margin-right: 65px;
  flex: 0 0 111px;
}

.footer .lists {
  flex: 1 1;
  display: flex;
  justify-content: space-between;
}

.footer .list {
  flex: 0 0 33%
}

.footer .list a {
  display: block;
  font-size: 16px;
  line-height: 2.13;
  color: #fff;
  white-space: nowrap;
}

.footer .list a:hover {
  opacity: .8;
}

.footer .sign-up-text {
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  margin-bottom: 53px;
}

.footer .form {
  position: relative;
}

.footer .input {
  width: 100%;
  border: none;
  border-bottom: 1px solid #fff;
  font-size: 16px;
  line-height: 2.13;
  color: #fff;
  outline: none;
  padding: 0 0 6px;
  background-color: transparent;
}

.footer .signup-btn {
  position: absolute;
  right: 0;
  bottom: 15px;
  outline: none;
  background-color: #fff;
  padding: 0 10px;
  height: 31px;
  line-height: 29px;
  color: #000;
  text-transform: uppercase;
  font-size: 12px !important;
  width: auto;
  cursor: pointer;
}

.footer .signup-btn:active,
.footer .signup-btn:focus {
  background-color: #fff !important;
  color: #000;
}

.footer .error,
.footer .success {
  position: absolute;
  bottom: -12px;
  left: 0;
  font-size: 12px;
  color: #cd5c5c;
}

.footer .success {
  color: #fff;
}

.footer .bottom-panel {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 28px 30px;
}

.footer .question {
  color: #fff;
  font-size: 16px;
}

.footer .question a {
  color: #fff;
}

.footer .links {
  flex: 0 0 166px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer .copyright {
  font-size: 16px;
  color: #fff;
  text-align: right;
}

@media screen and (max-width:992px) {
  .footer .copyright {
    font-size: 16px;
  }

  .footer .top-panel-content {
    display: block;
  }

  .footer .lists {
    flex-wrap: wrap;
  }

  .footer .list:last-child {
    flex: 0 0 100%;
    margin-top: 30px;
  }

  .footer .sign-up-text {
    margin-bottom: 12px;
  }
}

@media screen and (max-width:768px) {
  .footer .content {
    flex-direction: column;
    padding: 50px 30px;
  }

  .footer .top-panel {
    border-bottom: none;
  }

  .footer .left-panel {
    flex-direction: column-reverse;
  }

  .footer .copyright {
    font-size: 14px;
  }

  .footer .links {
    flex: 0 0 100px;
  }
}

@media screen and (max-width:576px) {
  .footer .content {
    padding: 74px 70px 29px;
  }

  .footer .logoName {
    display: none;
  }

  .footer .top-panel-content {
    justify-content: center;
    padding: 0 30px;
    margin: 0 auto;
    width: 90%
  }

  .footer .bottom-panel,
  .footer .lists {
    flex-direction: column;
  }

  .footer .links {
    flex: 0 0 50px;
    width: 100px;
  }

  .footer .list {
    flex: initial;
    margin-bottom: 33px;
    text-align: center;
  }

  .footer .list:last-child {
    margin-top: 34px;
  }

  .footer .sign-up-text {
    margin-bottom: 56px;
  }

  .footer .signup-btn {
    width: 75px;
  }

  .footer .question {
    margin: 16px auto 7px;
  }
}

.get-started-tabs {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ccc;
  align-self: start;
}

.get-started-tabs .get-started-tab {
  flex: 0 0 33%;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.84;
  letter-spacing: .18px;
  color: #2b2b2b;
  padding: 23px 36px 21px 37px;
  text-align: center;
  cursor: pointer;
}

.get-started-tabs .get-started-tab.active {
  border-bottom: 3px solid #2b2b2b;
}

.radio-box-wrapper {
  width: 100%;
  height: 76px;
  padding: 0 0 0 20px;
  border-radius: 1px;
  border: 1px solid rgba(43, 43, 43, .5);
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: .26px;
  color: rgba(43, 43, 43, .7);
  cursor: pointer;
}

.radio-box-wrapper .radio-icon {
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  border: 1px solid #979797;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.radio-box-wrapper .dark-circle {
  display: none;
}

.radio-box-wrapper .label {
  margin-left: 18px;
}

.radio-box-wrapper.active {
  color: #2b2b2b;
  border: 1px solid #2b2b2b;
}

.radio-box-wrapper.active .dark-circle {
  flex: 0 0 10px;
  width: 10px;
  height: 10px;
  background-color: #2b2b2b;
  border-radius: 50%;
  display: block;
}

.radio-box-group {
  padding: 10px 0 40px;
  display: flex;
  flex-wrap: wrap;
}

.radio-box-group .radio-list {
  flex: 0 0 30%;
  margin: 0 20px 20px 0;
}

.slider-wrapper {
  position: relative;
  height: auto;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.slider-wrapper .bar {
  background-color: #d8d8d8;
  height: 4px;
  width: 100%;
  border-radius: 2px;
  z-index: 0;
}

.slider-wrapper .progress {
  position: absolute;
  height: 4px;
  border-radius: 2px;
  background-color: #000;
  margin: 0;
  top: 0;
  z-index: 100;
}

.slider-wrapper .cursor {
  position: absolute;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #f06e00;
  top: -14px;
  cursor: grab;
  z-index: 101;
  border: 2px solid #fff;
}

.slider-wrapper .cursor.moving {
  cursor: grabbing;
}

.slider-wrapper .stubs {
  display: flex;
  justify-content: space-between;
  padding-top: 25px;
}

.slider-wrapper .stub {
  color: rgba(43, 43, 43, .5);
  font-size: 20px;
  letter-spacing: .15px;
  cursor: pointer;
}

.slider-wrapper .stub.active {
  color: #2b2b2b;
}

.select-field select {
  border: none;
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
  width: 70%;
  cursor: pointer;
  font-size: 18px;
  line-height: 1.94;
  letter-spacing: .16px;
  color: #2b2b2b;
  background: transparent;
}

.select-field select:active,
.select-field select:focus,
.select-field select:hover {
  border: none;
  border-bottom: 1px solid #ccc;
  outline: none;
}

.checkbox-wrapper {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.checkbox-wrapper .check-icon {
  margin-right: 16px;
  width: 21px;
  height: 21px;
  border: 1px solid #979797;
  display: flex;
  justify-content: center;
  align-items: center;
}

.checkbox-wrapper .check-icon.active {
  background-color: #2b2b2b;
  border: none;
}

.checkbox-wrapper .checkbox-label {
  font-size: 18px;
  line-height: 1;
  letter-spacing: .16px;
  color: #2b2b2b;
}

.check-box-group {
  display: flex;
  flex-wrap: wrap;
}

.check-box-group .list {
  flex: 0 0 50%;
  margin-bottom: 30px;
}

.get-started .content {
  padding: 32px 30px 100px;
  display: flex;
  justify-content: space-between;
}

.get-started .left-panel {
  margin-right: 60px;
  flex: 1 1;
}

.summary {
  width: 360px;
  padding: 23px 41px 34px 33px;
  background-color: #f8f6f0;
}

.summary li,
.summary ul {
  margin: 0;
  padding: 0;
}

.summary .title {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.53;
  letter-spacing: .22px;
  color: #2b2b2b;
  padding-bottom: 24px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 14px;
}

.summary .btns {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-top: 100px;
}

.summary .add-btn,
.summary .add-btn:active {
  width: 100%;
  border-radius: 1px;
  border: 1px solid #2b2b2b !important;
  margin-bottom: 16px;
  background-color: transparent !important;
  color: #2b2b2b;
  text-transform: uppercase;
  outline: none !important;
}

.summary .continue-btn {
  width: 100%
}

.summary .single-product-wrapper {
  padding-top: 28px;
}

.summary .single-product-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 21px;
}

.summary .single-text {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: .18px;
  color: #4d4d4d;
}

.get-started-form .form-content {
  padding: 61px 0 0 38px;
}

.get-started-form .question {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.53;
  letter-spacing: .22px;
  color: #2b2b2b;
  margin-bottom: 19px;
}

.get-started-form .padding {
  padding-bottom: 60px;
}

.get-started-form .continue-btn {
  margin-top: 80px;
  width: 284px;
  height: 54px;
  border-radius: 1px;
  border: 1px solid #2b2b2b;
  background-color: #2b2b2b;
  text-transform: uppercase;
}

.product-detail-summary {
  padding: 18px 0 17px;
  border-bottom: 1px solid #ccc;
  cursor: pointer;
}

.product-detail-summary:last-child {
  border-bottom: none;
}

.product-detail-summary.expanded .list-content {
  display: block;
  padding: 11px 0 0 32px;
}

.product-detail-summary.expanded .arrow {
  transform: rotate(180deg);
}

.product-detail-summary .listTopPanel {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.product-detail-summary .flex-vertical {
  display: flex;
  align-items: center;
}

.product-detail-summary .check-icon {
  width: 16px;
  height: 16px;
  border: 1px solid #f06e00;
  border-radius: 50%;
  margin-right: 14px;
}

.product-detail-summary .unchecked-icon {
  width: 16px;
  height: 16px;
  border: 1px solid #979797;
  border-radius: 50%;
  margin-right: 14px;
}

.product-detail-summary .product-name {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: .18px;
  color: #4d4d4d;
}

.product-detail-summary .arrow {
  cursor: pointer;
}

.product-detail-summary .list-content {
  display: none;
}

.product-detail-summary .list-detail {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 12px;
}

.product-detail-summary .list-detail:last-child {
  padding-bottom: 0;
}

.product-detail-summary .field,
.product-detail-summary .value {
  font-size: 16px;
  line-height: 1.88;
  letter-spacing: .14px;
  color: #4d4d4d;
}

.product-detail-summary .value {
  text-align: right;
}

.BrainhubCarouselItem {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.BrainhubCarouselItem.BrainhubCarouselItem--clickable {
  cursor: pointer;
}

.BrainhubCarouselItem .debug-number {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  font-size: 2em;
  text-shadow: 0 0 9px #fff;
}

.BrainhubCarousel__dots {
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
}

.BrainhubCarousel__dots.BrainhubCarousel__dots--isRTL {
  direction: rtl;
}

.BrainhubCarousel__dots .BrainhubCarousel__dot {
  outline: 0;
  padding: 10px;
  border: none;
  opacity: .5;
  font-size: 0;
  cursor: pointer;
  -webkit-appearance: none;
}

.BrainhubCarousel__dots .BrainhubCarousel__dot.BrainhubCarousel__dot--selected {
  opacity: 1 !important;
}

.BrainhubCarousel__dots .BrainhubCarousel__dot:hover {
  opacity: 1;
}

.BrainhubCarousel__dots .BrainhubCarousel__dot:before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  padding: 0;
  border: none;
  background: #000;
}

.BrainhubCarousel__dots .BrainhubCarousel__thumbnail {
  outline: 0;
  padding: 10px;
  border: none;
  opacity: .5;
  font-size: 0;
  cursor: pointer;
}

.BrainhubCarousel__dots .BrainhubCarousel__thumbnail.BrainhubCarousel__thumbnail--selected {
  opacity: 1 !important;
}

.BrainhubCarousel__dots .BrainhubCarousel__thumbnail:hover {
  opacity: 1;
}

.BrainhubCarousel__thumbnail[type=button] {
  -webkit-appearance: none;
}

.BrainhubCarousel--isRTL+.BrainhubCarousel__dots {
  direction: rtl;
}

.BrainhubCarousel__container {
  width: 100%;
  overflow: hidden;
}

.BrainhubCarousel {
  overflow: hidden;
  display: flex;
  align-items: center;
}

.BrainhubCarousel.BrainhubCarousel--isRTL,
.BrainhubCarousel.BrainhubCarousel--isRTL .BrainhubCarousel__trackContainer .BrainhubCarousel__track {
  direction: rtl;
}

.BrainhubCarousel .BrainhubCarousel__trackContainer {
  overflow: hidden;
}

.BrainhubCarousel .BrainhubCarousel__trackContainer .BrainhubCarousel__track {
  display: flex;
  overflow: hidden;
  list-style: none;
  margin: 0;
  padding: 0;
}

.BrainhubCarousel .BrainhubCarousel__trackContainer .BrainhubCarousel__track.BrainhubCarousel__track--transition {
  transition: transform;
}

.BrainhubCarousel__arrows {
  cursor: pointer;
}

.BrainhubCarousel__loader {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border: 4px solid #7b59ff;
  border-left-color: transparent;
  animation: loader 1s linear infinite;
}

@keyframes loader {
  0% {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(1turn);
  }
}

.BrainhubCarousel__arrows {
  position: relative;
  padding: 21px;
  border: none;
  overflow: hidden;
  outline: 0;
  font-size: 0;
  line-height: 0;
  background-color: #7b59ff;
}

.BrainhubCarousel__arrows span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  border-color: #fff;
  border-style: solid;
  border-width: 3px 3px 0 0;
  padding: 5px;
  transition: .3s;
  font-size: 0;
}

.BrainhubCarousel__arrows:hover {
  background-color: #8768ff;
}

.BrainhubCarousel__arrows:hover span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  border-color: #fff;
  border-style: solid;
  border-width: 3px 3px 0 0;
  padding: 5px;
  transition: .3s;
  font-size: 0;
}

.BrainhubCarousel__arrows:hover:enabled {
  background-color: #8768ff;
}

.BrainhubCarousel__arrows:hover:enabled span {
  border-color: #fff;
  margin: 0;
}

.BrainhubCarousel__arrows:disabled {
  background-color: #ccc;
}

.BrainhubCarousel__arrowLeft span {
  transform: translate(-50%, -50%) rotate(-135deg);
  margin-left: 2.45px;
}

.BrainhubCarousel--isRTL .BrainhubCarousel__arrowLeft span,
.BrainhubCarousel__arrowRight span {
  transform: translate(-50%, -50%) rotate(45deg);
  margin-left: -2.45px;
}

.BrainhubCarousel--isRTL .BrainhubCarousel__custom-arrowLeft span {
  transform: rotate(180deg);
}

.BrainhubCarousel--isRTL .BrainhubCarousel__arrowRight span {
  transform: translate(-50%, -50%) rotate(-135deg);
  margin-left: 2.45px;
}

.BrainhubCarousel--isRTL .BrainhubCarousel__custom-arrowRight span {
  transform: rotate(-180deg);
}

.BrainhubCarousel--isRTL .BrainhubCarousel__arrows:hover span {
  margin: 0;
}

.BrainhubCarousel__arrow--disable {
  pointer-events: none;
}

.banner {
  background-color: #f8f6f0;
  padding-bottom: 58px;
  position: relative;
  z-index: 2;
}

.banner:after,
.banner:before {
  display: inline-block;
  content: " ";
  position: absolute;
  width: 7px;
  height: 383px;
  background-color: #f06e00;
}

.banner:before {
  height: 210px;
  right: 0;
  bottom: 0;
}

.banner:after {
  left: 0;
  top: 0;
}

.banner .content {
  padding: 55px 30px;
  position: relative;
}

.banner .title-area {
  border-top: 1px solid #f06e00;
  border-left: 1px solid #f06e00;
  border-right: 1px solid #f06e00;
  max-width: 900px;
  margin: 0 auto;
  padding-bottom: 60px;
  position: relative;
  z-index: 2;
}

.banner .title-text {
  position: relative;
  top: -2em;
  text-align: center;
}

.banner .introducing {
  padding: 0 1em;
  font-size: 40px;
  line-height: 70px;
  display: inline-block;
  background-color: #f8f6f0;
}

.banner .introducing,
.banner .title {
  text-align: center;
  color: #2c2926;
  font-weight: 300;
}

.banner .title {
  margin: 0 auto;
  max-width: 600px;
  font-size: 74px;
  line-height: 80px;
}

.banner .specialTitle {
  font-style: italic;
}

.banner .lists {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1300px;
  margin: -100px auto 92px;
  position: relative;
  z-index: 1;
  min-height: 320px;
}

.banner .lists:after,
.banner .lists:before {
  display: inline-block;
  content: "  ";
  position: absolute;
  border-radius: 50%;
  z-index: -1;
}

.banner .lists:before {
  width: 665px;
  height: 665px;
  background-color: #1d76d9;
  top: -185px;
  left: 82px;
}

.banner .lists:after {
  width: 386px;
  height: 386px;
  opacity: .1;
  background-color: #f06e00;
  top: -43px;
  right: 332px;
}

.banner .lists.mediaLg .carousel {
  height: 428px;
}

.banner .lists.mediaLg .carousel .carousel-item {
  width: 309px;
  height: 428px;
}

.banner .lists.mediaMd .carousel {
  height: 400px;
}

.banner .lists.mediaMd .carousel .carousel-item {
  width: 231px;
  height: 321px;
}

.banner .carousel {
  height: 535px;
}

.banner .carousel .carousel-item {
  width: 386px;
  height: 535px;
  opacity: .75 !important;
}

.banner .carousel .carousel-item.active {
  opacity: 1 !important;
}

.banner .img {
  margin-right: 24px;
}

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

.banner .heroImg {
  position: relative;
}

.banner .get-first {
  position: absolute;
  bottom: -24px;
  left: calc(50% - 94px);
  color: #fff;
  cursor: pointer;
  outline: none;
  z-index: 2;
}

.banner .icons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 280px;
  margin: 0 auto;
}

.banner .follow {
  font-size: 11px;
  letter-spacing: 1.1px;
  color: grey;
  text-transform: uppercase;
}

@media screen and (max-width:1200px) {
  .banner .title-area {
    max-width: 750px;
  }

  .banner .lists:before {
    width: 560px;
    height: 560px;
    top: -85px;
  }

  .banner .lists:after {
    width: 300px;
    height: 300px;
    right: 300px;
  }
}

@media screen and (max-width:992px) {
  .banner {
    padding-bottom: 37px;
  }

  .banner .content {
    padding: 52px 20px 47px;
  }

  .banner .logo {
    margin-bottom: 75px;
  }

  .banner .introducing {
    font-size: 32px;
    line-height: 56px;
  }

  .banner .title {
    font-size: 48px;
    line-height: 56px;
  }

  .banner .title-text {
    top: -32px;
  }

  .banner .line {
    width: 32px;
  }

  .banner .title-area {
    padding-bottom: 50px;
  }

  .banner .lists {
    margin-top: -84px;
  }

  .banner .lists:before {
    width: 480px;
    height: 480px;
    left: 100px;
  }

  .banner .lists:after {
    width: 240px;
    height: 240px;
    right: 180px;
  }

  .banner .bag,
  .banner .rings {
    display: none;
  }
}

@media screen and (max-width:768px) {
  .banner {
    overflow: hidden;
  }

  .banner:after,
  .banner:before {
    display: none;
  }

  .banner .introducing {
    margin-bottom: 5px;
  }

  .banner .title-text {
    top: -20px;
  }

  .banner .logo {
    width: 171px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
  }

  .banner .line {
    display: none;
  }

  .banner .title-area {
    padding-bottom: 34px;
    border: none;
  }

  .banner .lists {
    margin-bottom: 60px;
  }

  .banner .lists:before {
    width: 400px;
    height: 400px;
    left: 30px;
    top: -50px;
  }

  .banner .lists:after {
    width: 257px;
    height: 257px;
    top: 0;
    right: 50px;
  }
}

@media screen and (max-width:576px) {
  .banner .banner .content {
    padding: 40px 20px 47px;
  }

  .banner .img {
    margin-right: 10px;
  }

  .banner .title-area {
    padding-bottom: 0;
  }

  .banner .lists {
    margin-bottom: 70px;
  }

  .banner .lists:before {
    width: 364px;
    height: 364px;
    left: -83px;
  }

  .banner .lists:after {
    right: -42px;
  }
}

.tmp-footer {
  background-color: #222;
  color: #fff;
  padding-top: 30px;
}

.tmp-footer .top-panel {
  border-bottom: 1px solid hsla(0, 0%, 59.2%, .2);
}

.tmp-footer .top-panel-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 30px 30px;
}

.tmp-footer .logoName {
  margin: 0;
  position: relative;
  top: 15px;
}

.tmp-footer .sign-up-wrapper {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.tmp-footer .sign-up-wrapper a {
  display: block;
  font-size: 16px;
  line-height: 2.13;
  color: #fff;
  white-space: nowrap;
}

.tmp-footer .sign-up-wrapper a:hover {
  opacity: .8;
}

.tmp-footer .sign-up-text {
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  margin: 0 30px 0 0;
}

.tmp-footer .form {
  position: relative;
  width: 300px;
}

.tmp-footer .input {
  width: 100%;
  border: none;
  border-bottom: 1px solid #fff;
  font-size: 16px;
  line-height: 2.13;
  color: #fff;
  outline: none;
  padding: 0 0 6px;
}

.tmp-footer .signup-btn {
  position: absolute;
  right: 0;
  bottom: 15px;
  outline: none;
  background-color: #fff;
  padding: 0 10px;
  height: 31px;
  line-height: 29px;
  color: #000;
  text-transform: uppercase;
  font-size: 12px !important;
  width: auto;
  cursor: pointer;
}

.tmp-footer .signup-btn:active,
.tmp-footer .signup-btn:focus {
  background-color: #fff !important;
  color: #000;
}

.tmp-footer .error,
.tmp-footer .success {
  position: absolute;
  bottom: -12px;
  left: 0;
  font-size: 12px;
  color: #cd5c5c;
}

.tmp-footer .success {
  color: #fff;
}

.tmp-footer .bottom-panel {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 28px 30px;
}

.tmp-footer .question {
  color: #fff;
  font-size: 16px;
}

.tmp-footer .question a {
  color: #fff;
}

.tmp-footer .links {
  flex: 0 0 166px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.tmp-footer .copyright {
  font-size: 16px;
  color: #fff;
  text-align: right;
}

@media screen and (max-width:992px) {
  .footer .copyright {
    font-size: 16px;
  }

  .footer .sign-up-text {
    margin-bottom: 12px;
  }
}

@media screen and (max-width:768px) {
  .footer .content {
    flex-direction: column;
    padding: 50px 30px;
  }

  .footer .top-panel {
    border-bottom: none;
  }

  .footer .top-panel-content {
    display: block;
    padding: 0 0 0 30px;
  }

  .footer .sign-up-wrapper {
    flex: 0 0 100%;
    margin-top: 30px;
    justify-content: normal;
  }

  .footer .left-panel {
    flex-direction: column-reverse;
  }

  .footer .copyright {
    font-size: 14px;
  }

  .footer .links {
    flex: 0 0 100px;
  }
}

@media screen and (max-width:576px) {
  .footer .top-panel-content {
    padding: 0;
  }

  .footer .bottom-panel {
    flex-direction: column;
    padding: 20px 30px 40px;
  }

  .footer .links {
    flex: 0 0 50px;
    width: 100px;
  }

  .footer .sign-up-wrapper {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin: 0 auto;
    text-align: center;
  }

  .footer .sign-up-text {
    margin: 0 0 20px;
  }

  .footer .signup-btn {
    width: 75px;
  }

  .footer .question {
    margin: 0 auto 15px;
  }
}

.button {
  width: 152px;
  height: 48px;
  background-color: #080808;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  cursor: pointer;
}

.button:hover {
  opacity: .8;
}

.category-name-wrapper {
  display: flex;
  align-items: center;
}

.category-name-wrapper .divider {
  width: 32px;
  height: 1px;
  border-top: 1px solid #1a1a1f;
  margin-right: 66px;
}

.category-name-wrapper .category-name {
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 2px;
  color: #1a1a1f;
  text-transform: uppercase;
}

@media screen and (max-width:576px) {
  .category-name-wrapper .divider {
    display: none;
  }
}

.gallery .content {
  padding: 65px 20px;
  border-bottom: 1px solid #1a1a1f;
}

.gallery .lists {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.gallery .title {
  flex: 0 0 48.67%;
  padding-right: 45px;
  font-size: 50px;
  color: #1a1a1f;
  font-weight: 700;
  line-height: 1.52;
  letter-spacing: -1px;
}

.gallery .list {
  flex: 0 0 23%;
  margin-bottom: 2.67%
}

.gallery .img-wrapper img {
  display: block;
}

.gallery .btn-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 8px auto 0;
}

@media screen and (max-width:992px) {
  .gallery .title {
    font-size: 40px;
  }
}

@media screen and (max-width:768px) {
  .gallery .title {
    font-size: 36px;
    flex: 0 0 100%;
    padding-right: 0;
    margin-bottom: 30px;
  }

  .gallery .list {
    flex: 0 0 31%
  }

  .gallery .btn-wrapper {
    margin-top: 30px;
  }
}

@media screen and (max-width:576px) {
  .gallery .content {
    margin: 40px 30px 0;
    padding: 0 0 50px;
  }

  .gallery .list {
    flex: 0 0 48%
  }
}

.ourStory {
  background: none;
}

.ourStory .content {
  max-width: 880px;
  padding: 0 20px 40px;
}

.ourStory .row {
  display: flex;
  justify-content: space-between;
  margin: 84px 0;
}

.ourStory .row.reversed .img-panel {
  margin-right: 0;
}

.ourStory .row.reversed .left-panel {
  margin-right: 120px;
  margin-left: -20px;
}

.ourStory .img-panel {
  margin-right: 51px;
  position: relative;
  flex: 0 0 203px;
}

.ourStory .label {
  transform: rotate(-90deg);
  font-family: SofiaPro, serif;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 5px;
  color: #1d76d9;
  white-space: nowrap;
  position: absolute;
  top: 60px;
  left: -95px;
  bottom: 0;
  height: 45px;
  line-height: 1;
}

.ourStory .label.smaller {
  font-size: 33px;
  left: -88px;
}

.ourStory .title {
  margin: 0 0 20px;
  font-style: normal;
  font-size: 40px;
  font-weight: 300;
  line-height: 1;
  color: #2b2b2b;
}

.ourStory .des {
  margin: 20px 0 0;
  opacity: .6;
  font-style: normal;
  font-size: 18px;
  line-height: 1.78;
  color: #222;
}

@media screen and (max-width:992px) {
  .ourStory .content {
    padding: 0 50px;
  }
}

@media screen and (max-width:768px) {
  .ourStory .title {
    font-size: 32px;
  }

  .ourStory .img-panel {
    margin-right: 30px;
  }

  .ourStory .row {
    margin: 50px 0;
  }

  .ourStory .row.reversed .left-panel {
    margin-right: 50px;
  }

  .ourStory .des {
    line-height: 1.5;
  }
}

@media screen and (max-width:576px) {
  .ourStory .content {
    padding: 0 30px 0 40px;
  }

  .ourStory .row {
    flex-direction: column;
  }

  .ourStory .row.reversed {
    flex-direction: column-reverse;
  }

  .ourStory .row.reversed .left-panel {
    margin-left: 0;
    margin-right: 30px;
  }
}

@media screen and (max-width:400px) {
  .ourStory .row .left-panel {
    margin-right: 0 !important;
  }
}

.welcome {
  background-color: #1d76d9;
}

.welcome .content {
  padding: 100px 30px 242px;
}

.welcome .title {
  color: #f8f6f0;
  font-size: 64px;
  font-weight: 700;
  line-height: 1.2;
  max-width: 690px;
  margin-bottom: 60px;
}

.welcome .title-welcome {
  font-family: ivypresto-headline, serif;
  font-weight: 300;
  font-style: italic;
}

.welcome .title-21 {
  margin-left: 132px;
}

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

.welcome .list {
  flex: 0 0 26%
}

.welcome .listTitle {
  border-bottom: 1px solid hsla(0, 0%, 100%, .2);
  padding-bottom: 8px;
  color: #f8f6f0;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 21px;
}

.welcome .listText {
  font-size: 18px;
  line-height: 1.67;
  letter-spacing: .16px;
  color: #f8f6f0;
}

@media screen and (max-width:992px) {
  .welcome .content {
    padding-top: 50px;
    padding-bottom: 200px;
  }

  .welcome .title {
    font-size: 48px;
    line-height: 1.2;
    margin-bottom: 52px;
  }
}

@media screen and (max-width:768px) {
  .welcome .content {
    padding: 50px 30px 70px;
  }

  .welcome .title {
    font-size: 36px;
    line-height: 46px;
  }

  .welcome .lists {
    flex-direction: column;
  }

  .welcome .list {
    margin-bottom: 50px;
  }

  .welcome .list:last-child {
    margin-bottom: 0;
  }
}

@media screen and (max-width:576px) {
  .welcome .content {
    padding: 40px 30px 63px;
  }

  .welcome .lists {
    padding-left: 0;
  }

  .welcome .title {
    display: flex;
    flex-direction: column;
  }

  .welcome .title br {
    display: none;
  }

  .welcome .title-21 {
    margin-left: 0;
    align-self: flex-end;
  }
}

.sneakersCollectibles {
  background-color: #f8f6f0;
}

.sneakersCollectibles .content {
  padding: 172px 30px 137px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sneakersCollectibles .leftPanel {
  flex: 0 0 528px;
}

.sneakersCollectibles .newIn {
  font-size: 12px;
  line-height: 1.33;
  letter-spacing: 0;
  color: #f06e00;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.sneakersCollectibles .link-mobile a,
.sneakersCollectibles .link a {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.79;
  letter-spacing: .26px;
  color: #f06e00;
  border-bottom: 2px solid #f06e00;
}

.sneakersCollectibles .title {
  max-width: 400px;
  font-size: 64px;
  font-weight: 700;
  line-height: 1.19;
  color: #2b2b2b;
  margin: 43px 0 20px;
}

.sneakersCollectibles .subtitle {
  margin: 40px 0;
  font-family: IvyPrestoHeadline, serif;
  font-size: 40px;
  font-weight: 300;
  font-style: italic;
  line-height: 1.25;
  color: #2c2926;
}

.sneakersCollectibles .right-panel {
  flex: 1 1;
}

.sneakersCollectibles .link-mobile {
  display: none;
}

.sneakersCollectibles .img {
  position: relative;
  width: 566px;
}

.sneakersCollectibles .sneaker-left {
  position: absolute;
  top: 35px;
  left: -65px;
}

.sneakersCollectibles .sneaker-right {
  position: absolute;
  top: 190px;
  right: -57px;
}

.sneakersCollectibles .sneaker-bg {
  position: relative;
}

@media screen and (max-width:1200px) {
  .sneakersCollectibles .leftPanel {
    flex: 0 0 450px;
  }

  .sneakersCollectibles .img {
    width: 450px;
  }

  .sneakersCollectibles .sneaker-left,
  .sneakersCollectibles .sneaker-right {
    width: 300px;
  }
}

@media screen and (max-width:992px) {
  .sneakersCollectibles .content {
    padding: 66px 30px 67px;
    flex-direction: column;
  }

  .sneakersCollectibles .leftPanel,
  .sneakersCollectibles .right-panel {
    flex: initial;
  }

  .sneakersCollectibles .newIn {
    margin-bottom: 16px;
    text-align: center;
  }

  .sneakersCollectibles .title {
    font-size: 48px;
    text-align: center;
    max-width: 100%
  }

  .sneakersCollectibles .subtitle {
    max-width: 800px;
    text-align: center;
  }

  .sneakersCollectibles .link-mobile {
    display: block;
    margin-top: 56px;
  }

  .sneakersCollectibles .link {
    display: none;
  }
}

@media screen and (max-width:768px) {
  .sneakersCollectibles .img {
    width: 85%;
    margin: 0 auto;
  }

  .sneakersCollectibles .title {
    max-width: 270px;
    font-size: 40px;
    line-height: 1;
    text-align: center;
    margin: 16px auto 0;
  }

  .sneakersCollectibles .subtitle {
    text-align: center;
    font-size: 28px;
  }

  .sneakersCollectibles .sneaker-left,
  .sneakersCollectibles .sneaker-right {
    width: 300px;
  }
}

@media screen and (max-width:576px) {
  .sneakersCollectibles .content {
    padding: 66px 20px 67px;
    overflow: hidden;
  }

  .sneakersCollectibles .sneaker-left,
  .sneakersCollectibles .sneaker-right {
    width: 220px;
  }

  .sneakersCollectibles .sneaker-right {
    top: 130px;
  }

  .sneakersCollectibles .subtitle {
    font-size: 24px;
  }

  .sneakersCollectibles .img {
    max-width: 384px !important;
  }
}

@media screen and (max-width:400px) {

  .sneakersCollectibles .sneaker-left,
  .sneakersCollectibles .sneaker-right {
    width: 180px;
  }

  .sneakersCollectibles .sneaker-left {
    left: -30px;
  }

  .sneakersCollectibles .sneaker-right {
    right: -30px;
  }
}

.myStory .content {
  padding: 126px 30px 84px;
}

.myStory .title {
  font-size: 70px;
  font-weight: 300;
  font-style: italic;
  line-height: .89;
  color: #2c2926;
  margin-bottom: 40px;
}

.myStory .main {
  display: flex;
}

.myStory .leftPanel {
  flex: 1 1;
}

.myStory .text {
  color: rgba(34, 34, 34, .6);
  font-size: 18px;
  line-height: 1.78;
}

.myStory .signature-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-top: 30px;
}

.myStory .signature {
  flex: 0 0 244px;
}

.myStory .rightPanel {
  flex: 0 0 350px;
  margin-left: 58px;
}

@media screen and (max-width:992px) {
  .myStory .content {
    padding: 80px 30px 64px;
  }

  .myStory .title {
    font-size: 48px;
  }

  .myStory .subtitle {
    font-size: 28px;
    margin-bottom: 30px;
  }

  .myStory .rightPanel {
    margin-left: 40px;
  }
}

@media screen and (max-width:768px) {
  .myStory .content {
    padding: 60px 30px 70px;
  }

  .myStory .main {
    flex-direction: column;
  }

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

  .myStory .rightPanel {
    display: block;
    margin: 0 auto;
    flex: 1 1;
    justify-content: center;
    text-align: center;
    width: 100%
  }
}

@media screen and (max-width:576px) {
  .myStory .content {
    padding: 60px 30px 70px;
  }

  .myStory .title {
    font-size: 40px;
  }

  .myStory .subtitle {
    font-size: 24px;
  }

  .myStory .text {
    font-size: 16px;
  }
}

.handbags {
  background-color: #f8f6f0;
  margin: -124px 35px 0;
}

.handbags .content {
  padding: 124px 76px 220px 94px;
  display: flex;
  justify-content: space-between;
  position: relative;
}

.handbags .orange-box {
  width: 516px;
  height: 516px;
  background-color: #f57f17;
  border-radius: 50%;
  position: absolute;
  left: calc(50% - 258px);
  top: 124px;
  opacity: .55;
  z-index: 2;
}

.handbags .left-panel {
  padding-top: 42px;
  flex: 0 0 50%;
  z-index: 3;
}

.handbags .new-in {
  font-size: 12px;
  font-weight: 700;
  line-height: 2.67;
  letter-spacing: .09px;
  color: #f06e00;
  text-transform: uppercase;
}

.handbags .title {
  max-width: 100%;
  font-size: 64px;
  font-weight: 700;
  line-height: 1.19;
  color: #2b2b2b;
  margin: 36px 0 20px;
}

.handbags .subtitle {
  margin: 0 0 40px;
  max-width: 500px;
  font-family: ivypresto-headline, serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 1.25;
  color: #2b2b2b;
  font-style: italic;
}

.handbags .link-mobile a,
.handbags .link a {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.79;
  text-transform: uppercase;
  letter-spacing: .26px;
  color: #f06e00;
  border-bottom: 2px solid #f06e00;
  padding-bottom: 0;
}

.handbags .img-wrapper {
  padding-top: 57px;
  z-index: 1;
}

.handbags .link-mobile {
  display: none;
}

@media screen and (max-width:992px) {
  .handbags .content {
    padding: 100px 50px 140px;
  }

  .handbags .left-panel {
    padding-top: 50px;
  }

  .handbags .title {
    font-size: 48px;
  }

  .handbags .subtitle {
    font-size: 28px;
  }

  .handbags .orange-box {
    width: 400px;
    height: 400px;
  }
}

@media screen and (max-width:768px) {
  .handbags {
    margin: 0;
  }

  .handbags .content {
    flex-direction: column;
    align-items: center;
    padding: 34px 30px 50px;
  }

  .handbags .left-panel {
    padding-top: 40px;
  }

  .handbags .title {
    max-width: 270px;
    font-size: 40px;
    line-height: 1;
    margin: 16px auto 32px;
  }

  .handbags .new-in,
  .handbags .subtitle,
  .handbags .title {
    text-align: center;
  }

  .handbags .orange-box {
    left: -100px;
    top: 200px;
  }

  .handbags .link-mobile {
    display: block;
  }

  .handbags .link {
    display: none;
  }

  .handbags .img-wrapper {
    padding-top: 0;
    margin: 0 0 60px -30px;
    position: relative;
    right: -30px;
  }
}

@media screen and (max-width:576px) {
  .handbags .left-panel {
    padding-top: 0;
  }

  .handbags .orange-box {
    width: 332px;
    height: 332px;
  }
}

@media screen and (max-width:400px) {
  .handbags .orange-box {
    left: -160px;
    top: 150px;
  }
}

.likeShop {
  background-color: #f06e00;
}

.likeShop .content {
  padding: 50px 30px;
}

.likeShop .title {
  font-size: 50px;
  font-weight: 300;
  line-height: 1.45;
  margin-bottom: 0;
  font-style: italic;
  color: #fff;
}

.likeShop .since {
  margin-left: 400px;
}

@media screen and (max-width:992px) {
  .likeShop .content {
    padding: 40px 30px;
  }

  .likeShop .title {
    font-size: 40px;
  }

  .likeShop .since {
    margin-left: 300px;
  }
}

@media screen and (max-width:768px) {
  .likeShop .content {
    padding: 30px;
  }

  .likeShop .title {
    font-size: 32px;
  }

  .likeShop .since {
    margin-left: 0;
  }
}

@media screen and (max-width:576px) {
  .likeShop .content {
    padding: 20px;
  }

  .likeShop .title {
    font-size: 24px;
  }

  .likeShop .title br {
    display: none;
  }
}

.blog-nav .content {
  padding: 40px 30px;
  display: flex;
}

.blog-nav .box {
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid rgba(26, 26, 31, .2);
  padding-bottom: 16px;
}

.blog-nav .bags-box {
  flex: 0 0 210px;
  margin-right: 60px;
}

.blog-nav .img {
  position: relative;
  top: 5px;
}

.blog-nav .sneakers-box {
  flex: 0 0 220px;
}

.blog-nav .text {
  font-size: 24px;
  color: #1a1a1f;
  line-height: 1.42;
  margin-left: 15px;
}

@media screen and (max-width:576px) {
  .blog-nav .content {
    padding: 40px 30px 25px;
    justify-content: space-between;
  }

  .blog-nav .bags-box {
    flex: 0 0 180px;
    margin-right: 0;
  }

  .blog-nav .sneakers-box {
    flex: 0 0 190px;
  }

  .blog-nav .text {
    font-size: 20px;
  }
}

@media screen and (max-width:400px) {
  .blog-nav .content {
    padding: 40px 5px 25px;
  }

  .blog-nav .text {
    font-size: 18px;
  }
}

.blog-banner .content {
  padding: 40px 30px 65px;
}

.blog-banner .title {
  font-size: 70px;
  font-weight: 300;
  line-height: 1.09;
  max-width: 945px;
  margin: 32px 0;
  color: #1a1a1f;
  font-family: ivypresto-headline, serif;
}

.blog-banner .text {
  max-width: 550px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.78;
  margin-bottom: 32px;
  color: rgba(26, 26, 31, .7);
}

.blog-banner .img-wrapper {
  margin-top: 34px;
}

.blog-banner .mobile {
  display: none;
}

@media screen and (max-width:992px) {
  .blog-banner .title {
    font-size: 50px;
  }
}

@media screen and (max-width:768px) {
  .blog-banner .title {
    font-size: 40px;
  }

  .blog-banner .text {
    font-size: 16px;
  }
}

@media screen and (max-width:576px) {
  .blog-banner .content {
    padding: 25px 30px 40px 26px;
  }

  .blog-banner .title {
    font-size: 36px;
    line-height: 1.39;
    margin: 23px 0 14px;
  }

  .blog-banner .text {
    margin-bottom: 0;
  }

  .blog-banner .desktop {
    display: none;
  }

  .blog-banner .mobile {
    display: flex;
    margin-top: 30px;
  }
}

.bag-content .content {
  padding: 65px 30px;
  display: flex;
  justify-content: space-between;
}

.bag-content .left-panel {
  flex: 1 1;
  margin: 96px 128px 0 0;
}

.bag-content .title {
  font-size: 50px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.36;
  letter-spacing: 1px;
  color: #1a1a1f;
  font-family: ivypresto-headline, serif;
}

.bag-content .text {
  color: rgba(26, 26, 31, .7);
  font-size: 18px;
  font-weight: 300;
  line-height: 1.78;
  margin: 30px 0 62px;
}

.bag-content .right-panel {
  flex: 0 0 540px;
}

.bag-content .lists {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.bag-content .button.mobile {
  display: none;
}

.blog-content .text {
  font-weight: 300;
  margin-bottom: 30px;
}

.blog-content .text-bold {
  font-weight: bold;
}

.blog-content .text-italic {
  font-style: italic;
}

@media screen and (max-width:1200px) {
  .bag-content .title {
    font-size: 42px;
  }

  .bag-content .left-panel {
    margin: 96px 80px 0 0;
  }
}

@media screen and (max-width:992px) {
  .bag-content .content {
    flex-direction: column;
  }

  .bag-content .left-panel {
    margin: 0;
  }

  .bag-content .desktop {
    display: none;
  }

  .bag-content .mobile {
    display: flex;
  }

  .bag-content .right-panel {
    flex: initial;
    width: 540px;
    margin: 0 auto;
  }

  .bag-content .lists {
    margin: 20px 0;
  }

  .bag-content .button.mobile {
    display: flex;
  }
}

@media screen and (max-width:768px) {
  .bag-content .title {
    font-size: 40px;
  }
}

@media screen and (max-width:576px) {
  .bag-content .content {
    padding: 40px 30px 40px 26px;
  }

  .bag-content .title {
    font-size: 36px;
  }

  .bag-content .item-left {
    margin-right: 20px;
  }

  .bag-content .right-panel {
    width: 100%;
    margin: 0;
  }
}

.blog-lists .content {
  padding: 65px 30px;
}

.blog-lists .lists {
  margin-top: 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.blog-lists .list {
  flex: 0 0 31%
}

.blog-lists .listTitle {
  font-size: 20px;
  color: #1a1a1f;
  font-weight: 600;
  line-height: 1.2;
  margin: 30px 0 16px;
}

.blog-lists .listText {
  font-size: 18px;
  color: rgba(26, 26, 31, .7);
  font-weight: 300;
  line-height: 1.78;
}

@media screen and (max-width:768px) {
  .blog-lists .lists {
    overflow-x: auto;
  }

  .blog-lists .list {
    flex: 0 0 250px;
    margin-right: 20px;
  }

  .blog-lists .list:last-child {
    margin-right: 0;
  }
}

@media screen and (max-width:576px) {
  .blog-lists .content {
    padding: 40px 20px 40px 20px;
  }

  .blog-lists .listTitle {
    margin-top: 24px;
  }

  .blog-lists .listText {
    font-size: 16px;
  }
}

.like-it {
  position: relative;
  padding-top: 65px;
}

.like-it .bg {
  position: absolute;
  right: 0;
  top: 130px;
  width: 705px;
  height: 601px;
  background-color: #1d76d9;
  z-index: 0;
}

.like-it .my-container {
  padding: 222px 30px 65px;
  z-index: 1;
  position: relative;
  width: 100%
}

.like-it .img-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 54px;
  position: relative;
}

.like-it .carousel {
  height: 506px;
  overflow: hidden;
}

.like-it .carousel-images {
  height: 2024px;
  position: relative;
  transition: top .5s ease-in-out;
  text-align: center;
}

.like-it .carousel-images img {
  display: block;
  margin: 0 auto;
}

.like-it .img-wrapper.horizontal .indicators {
  flex-direction: row;
  width: 96px;
  height: auto;
  justify-content: space-between;
  top: -45px;
  right: 60px;
}

.like-it .img-wrapper .indicators {
  display: flex;
  flex-direction: column;
  height: 96px;
  justify-content: space-between;
  position: absolute;
  right: 0;
  top: calc(50% - 48px);
  left: auto;
}

.like-it .img-wrapper .indicators .dot,
.like-it .img-wrapper .indicators .indicator-item {
  width: 10px;
  height: 10px;
  border: 2px solid #1d76d9;
  border-radius: 50%;
  background-color: #d1d1d2;
  cursor: pointer;
  box-sizing: border-box;
  transition: all .3s ease-in-out;
}

.like-it .img-wrapper .indicators .dot.active,
.like-it .img-wrapper .indicators .indicator-item.active {
  border: 4px solid #fec483;
  background-color: #fec483;
}

.like-it .content {
  display: flex;
  justify-content: space-between;
  padding-left: 75px;
}

.like-it .title {
  flex: 0 0 445px;
  font-size: 66px;
  color: #1a1a1f;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -1px;
  margin-right: 5%
}

.like-it .text {
  flex: 1 1;
  margin-top: 11px;
  padding-top: 32px;
  border-top: 1px solid #1a1a1f;
  color: rgba(26, 26, 31, .7);
  font-weight: 300;
}

.like-it .img-index {
  transform: rotate(270deg);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.17;
  letter-spacing: 2px;
  color: #1a1a1f;
  position: absolute;
  left: 0;
  top: 190px;
}

@media screen and (max-width:1200px) {
  .like-it .content {
    flex-direction: column;
    padding-left: 0;
  }

  .like-it .title {
    flex: initial;
    font-size: 50px;
  }

  .like-it .text {
    border-top: none;
    margin-top: 0;
    padding-top: 20px;
  }
}

@media screen and (max-width:992px) {
  .like-it {
    padding-top: 0;
  }

  .like-it .my-container {
    padding: 200px 30px 65px;
  }

  .like-it .bg {
    top: 100px;
    height: 400px;
    width: 500px;
  }

  .like-it .img-index {
    top: 120px;
  }

  .like-it .title {
    font-size: 42px;
  }
}

@media screen and (max-width:768px) {
  .like-it .my-container {
    padding-top: 150px;
  }

  .like-it .bg {
    top: 80px;
    height: 300px;
    width: 400px;
  }

  .like-it .img-index {
    display: none;
  }
}

@media screen and (max-width:576px) {
  .like-it .my-container {padding: 150px 0 0 0;}

  .like-it .my-container .content {
    padding-left: 26px;
    padding-right: 75px;
  }

  .like-it .my-container .img-wrapper {margin: 0;}

  .like-it .bg {
    top: 50px;
    height: 200px;
    width: 270px;
  }

  .like-it .title {
    font-size: 36px;
  }

  .like-it .text {
    font-size: 16px;
  }
}

@media (max-width: 1040px) {
  .like-it .carousel {
    height: inherit;
    overflow: inherit;
  }
}

.sneakers-content .my-container {
  height: 592px;
  margin: 65px auto;
  padding: 0;
  background-image: url("../img/blog/sneakers-content.jpg");
  background-repeat: no-repeat;
  background-position: 100% 100%
}

.sneakers-content .content-wrapper {
  padding-top: 65px;
}

.sneakers-content .content-box {
  width: 635px;
  height: 462px;
  padding: 36px 17px 66px 66px;
  box-shadow: 0 4px 30px 0 rgba(0, 0, 0, .1);
  background-color: #fff;
}

.sneakers-content .title {
  font-size: 50px;
  font-weight: 300;
  line-height: 1.36;
  color: #1a1a1f;
  font-family: ivypresto-headline, serif;
}

.sneakers-content .text {
  color: rgba(26, 26, 31, .7);
  font-size: 18px;
  font-weight: 300;
  line-height: 1.78;
  margin: 20px 0 30px;
}

.sneakers-content .right-panel {
  width: 653px;
}

@media screen and (max-width:992px) {
  .sneakers-content .my-container {
    background-size: cover;
  }

  .sneakers-content .title {
    font-size: 40px;
  }

  .sneakers-content .content-box {
    margin: 0 auto;
  }
}

@media screen and (max-width:768px) {
  .sneakers-content .my-container {
    height: auto;
    width: 100%;
    margin: 40px auto;
    background-position: top;
    background-size: contain;
  }

  .sneakers-content .title {
    font-size: 36px;
  }

  .sneakers-content .text {
    font-size: 16px;
  }

  .sneakers-content .content-wrapper {
    padding-top: 350px;
    margin: 0 10px;
  }

  .sneakers-content .content-box {
    width: auto;
    padding: 20px 25px 40px;
    height: auto;
  }
}

@media screen and (max-width:576px) {
  .sneakers-content .content-wrapper {
    padding-top: 200px;
    margin: 0 10px;
  }
}

body,
html {
  font-family: SofiaPro, sans-serif;
  margin: 0;
  padding: 0;
  font-size: 20px;
  line-height: 1.78;
  color: #222;
}

@media only screen and (min-width:992px) {

  body,
  html {
    font-size: 18px;
  }
}

@media only screen and (max-width:576px) {

  body,
  html {
    font-size: 16px;
  }
}

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

body div,
body h2,
body h3,
body li,
body p,
body section,
body ul {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

img {
  max-width: 100% !important;
  max-height: 100% !important;
}

button:not(.navbar-toggler,.MuiButtonBase-root, .signup-btn) {
  min-width: 188px;
  height: 48px;
  background-color: #080808;
  font-size: 16px !important;
  line-height: 1;
  text-align: center;
  color: #f7f7f7;
  display: flex;
  align-items: center;
  justify-content: center;
  border-color: transparent;
}

button:hover {
  opacity: .9;
}

button:active,
button:focus {
  background-color: #080808 !important;
}

.my-container {
  max-width: 1150px;
  margin: 0 auto;
  padding: 0 30px 50px;
}

.my-container-md {
  max-width: 992px;
  margin: 0 auto;
  padding: 0 25px;
}

.my-container-lg {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 25px;
}

.flex-1 {
  flex: 1 1;
}

.flex {
  display: flex;
}

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

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

.ivy-font {
  font-family: ivypresto-headline, serif;
}

.gotham-font {
  font-family: Gotham, serif;
}

.page-header.action {
  display: none;
}