@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300;700&display=swap');

* {
  box-sizing: border-box;
  outline: transparent none 0 !important;
  border: 0;
  outline: 0;
}

:focus,
:active,
:hover {
  outline: transparent none 0 !important;
}

html,
body {
  overflow-x: hidden
}

body {
  background: #fff;
  font-family: 'Comfortaa', cursive;
  position: relative;
  padding: 0;
  margin: 0;
  color: #000;
  line-height: 1.4;
  font-size: 15px;
  font-weight: 300;
  min-width: 350px;
  width: 100%;
}

footer,
header,
nav,
section {
  display: block
}

b,
strong {
  font-weight: bold
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
  line-height: 1.4;
  font-weight: 700
}

img {
  border-style: none;
  vertical-align: top
}

textarea {
  overflow: auto
}

p {
  margin: 0;
  font-style: normal
}

[hidden] {
  display: none
}

a {
  color: #FECA04;
  text-decoration: none
}

a:focus,
a:active,
a:hover {
  text-decoration: none
}

input[type="submit"],
button {
  font-family: 'Comfortaa', cursive;
  white-space: nowrap;
  background: #f60000;
  padding: 0 40px;
  display: inline-block;
  line-height: 45px;
  color: #fff;
  font-weight: 500;
  font-size: 20px;
  border-radius: 50px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  transition: 0.4s ease-in-out;
}

input[type="submit"]:hover,
button:hover,
input[type="submit"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
  transform: translateY(10px);
  text-decoration: none;
  cursor: pointer
}

input[type="submit"]:active,
button:active {
  cursor: pointer !important;
  outline: none !important
}

input[type="text"],
input[type="email"],
input[type="tel"],
select {
  color: #777;
  text-indent: 0;
  border: 1px solid transparent;
  font-family: 'Comfortaa', cursive;
  background: transparent;
  -webkit-appearance: none;
  display: block;
  vertical-align: middle;
  font-size: 18px;
  line-height: 50px;
  font-weight: 400;
  max-width: 100%;
  width: 100%;
  border-radius: 50px;
  box-shadow: none;
  box-sizing: border-box;
  transition: all .2s ease-in-out;
  padding: 0 10px;
  text-align: center;
  box-shadow: 0px 8px 30px rgba(163, 181, 202, .2), 0px 4px 10px rgba(163, 181, 202, .15), 0px 2px 6px rgba(163, 181, 202, .1);
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
select:focus {
  border: 1px solid #ddd;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #777;
  opacity: 1;
  font-size: 18px;
  text-align: center;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #777;
  opacity: 1;
  font-size: 18px;
  text-align: center;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: transparent
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  color: transparent
}

::-webkit-scrollbar {
  width: 10px;
  height: 5px;
  cursor: pointer
}

::-webkit-scrollbar-track-piece {
  background: #eee
}

::-webkit-scrollbar-track-piece:horizontal {
  background: rgba(35, 35, 35, 0.5);
  border-radius: 10px
}

::-webkit-scrollbar-thumb:vertical {
  height: 4px;
  background: #2e2d38;
  border-radius: 10px;
  cursor: pointer;
  outline: none
}

::-webkit-scrollbar-thumb:horizontal {
  width: 4px;
  background: #2e2d38;
  border-radius: 10px;
  cursor: pointer;
  outline: none
}

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

.btn {
  display: table;
  position: relative;
  cursor: pointer;
  margin: 0 auto 10px;
}

.btn span {
  white-space: nowrap;
  background: #f60000;
  border: 2px solid #f60000;
  padding: 0 40px;
  display: inline-flex;
  align-items: baseline;
  line-height: 45px;
  color: #fff;
  font-weight: 500;
  font-size: 20px;
  border-radius: 50px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  transition: 0.4s;
}

.btn:hover span,
.btn:focus span {
  transform: translateY(5px);
  background: #591316;
  border: 2px solid #591316;
}

.btn svg {
  fill: #fff;
  margin-left: 10px;
}


.submit_after {
  position: relative;
  display: flex;
}

.wrapper {
  overflow: hidden;
  position: relative;
  max-width: 480px;
  margin: 0 auto;
  width: 100%;
  box-shadow: 0px 8px 30px rgba(163, 181, 202, .2), 0px 4px 10px rgba(163, 181, 202, .15), 0px 2px 6px rgba(163, 181, 202, .1);
}

/*header*/
header {
  overflow: hidden;
  background: #fff;
  padding-bottom: 20px;
}

.logo_line {
  position: relative;
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0 0;
}

.logo_line:before {
  content: '';
  position: absolute;
  bottom: 0px;
  left: -25%;
  width: 150%;
  height: 120px;
  background: #2e2d38;
  border-radius: 100%;
}

.logo_ctr {
  position: relative;
}

.logo_ctr:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  background: #fff;
  opacity: 0.6;
  border-radius: 60px;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, .22);
}

.logo_ctr img {
  position: relative;
}

.site_name {
  position: relative;
  font-size: 40px;
  font-weight: bold;
  letter-spacing: -1px;
  color: #fff;
  padding-bottom: 7px;
}

.site_name small {
  font-size: 40%;
}

.head_name {
  text-align: center;
  position: relative;
  width: 100%;
  padding: 5px 10px 25px;
}

h1 {
  position: relative;
  color: #591316;
  font-size: 30px;
  line-height: 1;
  z-index: 2;
  margin-top: 5px;
}


/*Menu*/

.fix_menu {
  position: absolute;
  top: 0;
  left: 50%;
  animation: fix_menu 1s ease-in-out;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 50px;
  z-index: 99;
  box-shadow: 0px 8px 16px rgba(163, 181, 202, .2), 0px 4px 6px rgba(163, 181, 202, .15), 0px 2px 4px rgba(163, 181, 202, .1);
}

.fix_menu.fixed {
  position: fixed;
  top: 0;
  transform: translate(-50%, 0);
  transition: 0.4s ease-in-out;
}

.fix_menu ul {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0;
  list-style: none;
  padding: 10px 15px;
}

.fix_menu a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
  border-right: 1px solid #eee;
}

.fix_menu li:last-child a {
  border-right: none;
}

.fix_menu a svg {
  fill: #65707c;
  position: relative;
  transition: 0.4s ease-in-out;
}

.fix_menu a:before {
  content: '';
  position: absolute;
  background: #2e2d38;
  border-radius: 50px;
  width: 50px;
  height: 50px;
  visibility: hidden;
  transform: scale(0);
  box-shadow: 0px 8px 16px rgba(163, 181, 202, .2), 0px 4px 6px rgba(163, 181, 202, .15), 0px 2px 4px rgba(163, 181, 202, .1);
  transition: 0.4s ease-in-out;
}

.fix_menu a:hover:before,
.fix_menu a.active:before {
  visibility: visible;
  transform: scale(1);
}

.fix_menu a:hover svg,
.fix_menu a.active svg {
  fill: #fff;
  transition: none;
}

@keyframes fix_menu {
  0% {
    transform: translate(-50%, -200px);
  }

  100% {
    transform: translate(-50%, -50%)
  }
}

.top_container {
  position: relative;
}

.bottom_container {
  position: relative;
}

.bg_container {
  position: relative;
}

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

.bg_container:before {
  content: '';
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 8%);
}

.bg_container:after {
  content: '';
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 8%);
}



.discount_wrap {
  position: relative;
  z-index: 2;
  color: #000;
  padding: 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center
}

.discount_wrap:before {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: -10%;
  width: 120%;
  background: #f3f3f3;
  border-radius: 0%;
}

.timer_wrap {
  padding-right: 15px;
  padding: 20px 15px 10px 0px;
}

.timertext {
  position: relative;
  z-index: 3;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  font-weight: 500;
}

.timertext span {
  font-size: 30px
}

.timerclock {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center
}

.timeritem {
  min-width: 70px;
  font-size: 50px;
  font-weight: 700;
  line-height: 1;
}

.dots {
  margin: 0;
  min-width: 0
}

.timer_pddng {
  margin: 40px 0 30px;
}

.discount_price {
  position: relative;
  z-index: 3;
  height: 100px;
  width: 100px;
  border-radius: 8px;
  background: #f60000;
  color: #fff;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25);
}

.discount_price:before,
.discount_price:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
  background: inherit;
  border-radius: 8px;
}

.discount_price:before {
  transform: rotate(30deg);
}

.discount_price:after {
  transform: rotate(60deg);
}

.discount_price_wrap {
  position: relative;
  z-index: 3;
  text-align: center;
  animation: discount_price 4s linear;
  animation-iteration-count: infinite;
}

.discount_price_wrap span:first-child {
  font-weight: 400;
}

.discount_price_wrap span {
  padding: 0;
  font-size: 22px;
  line-height: 1;
  font-weight: 700;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 2;
}

.discount_price_wrap .oldprice {
  color: #fff;
}

.invert_price h3 {
  padding: 0 10px;
  text-align: center;
  font-weight: 700;
  font-size: 25px;
  line-height: 1.1;
}

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

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

.product_preview_img img {
  width: 20%;
  margin: 0 2%;
  height: auto;
  border-radius: 5px;
}

.price_wrap {
  line-height: 1;
  font-size: 28px;
  font-weight: 700;
  position: absolute;
  bottom: 25px;
  left: 50%;
  height: 140px;
  width: 140px;
  border-radius: 150px;
  background: #FECA04;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  box-shadow: 0 0 15px 0 rgb(0, 0, 0, 0.1);
}

.price span {
  font-size: 36px
}

.oldprice {
  color: #d4141a;
  font-size: 20px
}

.oldprice span {
  text-decoration: line-through;
  font-size: 20px
}




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

  50% {
    transform: rotate(-10deg);
  }

  100% {
    transform: rotate(10deg);
  }
}

main {
  padding: 0;
  overflow: hidden;
}


/*Section 1*/
.sec_1 {
  padding: 20px 10px;
  border-top: 2px solid #eee;
}

.preference {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 15px;
}

.preference_item {
  width: 33%;
  margin: 50px 0 0;
  text-align: center;
  position: relative;
}

.preference_item:nth-child(2) {
  width: 33%;
  margin: 0;
}

.preference_item img {
  border-radius: 10px;
  box-shadow: 0px 8px 16px rgba(163, 181, 202, .2), 0px 4px 6px rgba(163, 181, 202, .15), 0px 2px 4px rgba(163, 181, 202, .1);
}

.preference_item p {
  font-size: 17px;
  line-height: 1.25;
  padding: 10px 0 0;
}

.preference_check {
  position: absolute;
  left: 15px;
  z-index: 3;
  height: 24px;
  width: 24px;
  border-radius: 3px;
  background: #2e2d38;
  color: #fff;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25);
}

.preference_check:before,
.preference_check:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  background: inherit;
  border-radius: 3px;
}

.preference_check:before {
  transform: rotate(30deg);
}

.preference_check:after {
  transform: rotate(60deg);
}

.preference_check svg {
  fill: #fff;
  position: relative;
  z-index: 2;
}

.footnote {
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.1;
  padding: 10px 0 0;
}


/*Section 2*/
.sec_2 {
  padding: 20px 10px;
  border-top: 2px solid #eee;
}

.sec_2 .btn {
  margin-top: 10px;
}

h2.title {
  font-weight: 700;
  font-size: 26px;
  line-height: 1.1;
  text-align: center;
  padding: 20px 0 15px;
  position: relative;
  margin-bottom: 30px;
}

h2.title:after {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 50%;
  width: 40px;
  height: 3px;
  background: #2e2d38;
  border-radius: 3px;
  transform: translateX(-50%);
}

.feature_table {
  margin: 10px 0 0;
  padding: 0;
  position: relative;
}

.feature_table li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px;
  font-size: 16px;
  list-style: none;
  width: 100%;
  border-bottom: 1px solid #eee;
}

.feature_table li>b {
  width: 30%;
  font-weight: bold;
  color: #777;
}

.feature_table li>span {
  width: 70%;
}

.feature_table li>div {
  font-size: 18px;
  font-weight: 700;
}

.feature_table li>div:first-child {
  width: 30%;
}

.feature_table li>div:nth-child(2) {
  width: 70%;
}

.scope_title {
  text-align: center;
  font-size: 24px;
  padding: 25px 0;
}


/*Section 3*/
.sec_3 {
  padding: 0;
  position: relative;
}

.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0
}

.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y
}

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px)
}

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%
}

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out
}

.owl-carousel .owl-item {
  float: left
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer
}

.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.grabbing {
  cursor: url(grabbing.png) 8 8, move
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0)
}

.owl-buttons {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  height: 0px;
}

.owl-theme .owl-controls .owl-buttons div {
  display: block;
  border-radius: 4px;
  width: 40px;
  height: 40px;
  transition: 0.4s ease-in-out;
}

.owl-prev {
  position: absolute;
  left: 10px;
  top: -27px;
  background: #2e2d38 url('../images/arrow.svg') no-repeat center;
  transform: rotate(120deg);
}

.owl-next {
  position: absolute;
  right: 10px;
  top: -27px;
  background: #2e2d38 url('../images/arrow.svg') no-repeat center;
  transform: rotate(-60deg);
}

.owl-prev:before,
.owl-prev:after,
.owl-next:before,
.owl-next:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  background: inherit;
  border-radius: 4px;
}

.owl-prev:before,
.owl-next:before {
  transform: rotate(30deg);
}

.owl-prev:after,
.owl-next:after {
  transform: rotate(60deg);
}

.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center;
}

.owl-prev:hover,
.owl-prev:focus {
  transform: rotate(-240deg);
}

.owl-next:hover,
.owl-next:focus {
  transform: rotate(300deg);
}

.owlinvertor img {
  vertical-align: top;
  max-width: 100%;
}

.owlinvertor .owl-wrapper {
  display: flex !important;
  align-items: flex-start;
}

.owlinvertor .owl-item a {
  display: flex;
  align-items: center;
}

.owlinvertor .owl-controls {
  margin-top: 0 !important;
}

.owlinvertor_item {
  position: relative;
  margin-bottom: 15px;
}

.owlinvertor_ttl {
  text-align: center;
  position: relative;
  width: 100%;
  background: #FECA04;
  margin-top: 15px;
}

.owlinvertor_ttl h3 {
  font-size: 30px;
  position: relative;
  z-index: 3;
}

.owlinvertor_ttl:before {
  content: '';
  position: absolute;
  z-index: 1;
  top: -50%;
  left: -25%;
  width: 150%;
  height: 40px;
  background: #FECA04;
  transform: rotate(-4deg);
}

.owlinvertor_ttl:after {
  content: '';
  position: absolute;
  z-index: 1;
  top: 50%;
  left: -25%;
  width: 150%;
  height: 40px;
  background: #FECA04;
  transform: rotate(-4deg);
}


.gallery_tab {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: -60px 0 0;
  padding: 0;
}

.gallery_tab li {
  width: 20%;
  margin: 0 2%;
  list-style: none;
  cursor: pointer;
}

.gallery_tab img {
  max-width: 100%;
  height: auto;
  border-radius: 6px;
  vertical-align: top;
  box-shadow: 0px 8px 16px rgba(163, 181, 202, .2), 0px 4px 6px rgba(163, 181, 202, .15), 0px 2px 4px rgba(163, 181, 202, .1);
}

.gallery_tab li a {
  display: block;
  transition: 0.4s ease-in-out;
}

.gallery_tab li a.selected,
.gallery_tab li a:hover {
  transform: scale(1.1) translateY(-15px);
}

.boxes_tab {
  position: relative;
  overflow: hidden;
  margin: 0;
}

.tab_item:first-child {
  opacity: 1;
  position: relative;
  visibility: visible;
}

.tab_item {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  max-width: 100%;
}



.clothes_catalog {
  margin: 20px 0px 40px 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.clothes_catalog:before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 16%;
  width: 70%;
  background: #f3f3f3;
  border-radius: 15px;
}

.clothes_catalog .price {
  position: relative;
  width: 100px;
  height: 100px;
  margin: 0 15px;
  border-radius: 10px;
  color: #555;
  font-weight: 700;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.clothes_catalog .price span {
  font-size: 32px;
}

.clothes_catalog .price p {
  position: relative;
  font-size: 18px;
  line-height: 0.8;
  text-align: center;
}

.clothes_catalog .oldprice {
  width: auto;
  height: auto;
}

.clothes_catalog .oldprice span {
  font-size: 28px;
  line-height: 1.1;
}

.newprice {
  background: #f60000;
  color: #fff !important;
  margin-left: -20px;
}

.clothes_catalog .price:before,
.clothes_catalog .price:after {
  content: "";
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
  background: inherit;
  border-radius: 10px;
}

.clothes_catalog .price:before {
  transform: rotate(30deg);
}

.clothes_catalog .price:after {
  transform: rotate(60deg);
}


/*Section 4*/
.sec_4 {
  padding: 40px 10px 0;
}

.step_wrap {
  margin: 0 auto;
  padding: 0 0 80px;
}

.step_item {
  margin: -80px 0 -80px 0;
  position: relative;
}

.step_sec {
  width: 250px;
  padding-top: 40px;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.step_item:first-child {
  margin: 0 0 -80px 0;
}

.step_item:nth-child(2) {
  position: relative;
  z-index: 2;
}

.step_item:nth-child(2) .step_sec {
  margin: 0 0 0 43%;
}

.step_item:nth-child(4) {
  position: relative;
  z-index: 2;
}

.step_item:nth-child(4) .step_sec {
  margin: 0 0 0 43%;
}

.step_item:first-child .ico_step {
  animation: step1 5s linear;
  animation-iteration-count: infinite;
}

.step_item:nth-child(2) .ico_step {
  animation: step2 5s linear;
  animation-iteration-count: infinite;
}

.step_item:nth-child(3) .ico_step {
  animation: step3 5s linear;
  animation-iteration-count: infinite;
}

.step_item:nth-child(4) .ico_step {
  animation: step4 5s linear;
  animation-iteration-count: infinite;
}

@keyframes step1 {
  0% {
    transform: scale(1)
  }

  10% {
    transform: scale(1.05)
  }

  15% {
    transform: scale(1)
  }

  100% {
    transform: scale(1)
  }
}

@keyframes step2 {
  0% {
    transform: scale(1)
  }

  25% {
    transform: scale(1)
  }

  30% {
    transform: scale(1.05)
  }

  35% {
    transform: scale(1)
  }

  100% {
    transform: scale(1)
  }
}

@keyframes step3 {
  0% {
    transform: scale(1)
  }

  45% {
    transform: scale(1)
  }

  50% {
    transform: scale(1.05)
  }

  55% {
    transform: scale(1)
  }

  100% {
    transform: scale(1)
  }
}

@keyframes step4 {
  0% {
    transform: scale(1)
  }

  65% {
    transform: scale(1)
  }

  70% {
    transform: scale(1.05)
  }

  75% {
    transform: scale(1)
  }

  100% {
    transform: scale(1)
  }
}


.step_item:first-child:after {
  content: "";
  z-index: -1;
  position: absolute;
  top: 30%;
  right: 30%;
  transform: rotate(-45deg);
  width: 100px;
  height: 100px;
  border-radius: 100px;
  border: 2px solid transparent;
  border-right: 2px solid #2e2d38;
}

.step_item:first-child:before {
  content: "";
  z-index: -1;
  position: absolute;
  top: 43%;
  right: 28.5%;
  transform: rotate(134deg);
  width: 10px;
  height: 10px;
  border: 2px solid transparent;
  border-top: 2px solid #2e2d38;
  border-right: 2px solid #2e2d38;
}

.step_item:nth-child(2):after {
  content: "";
  z-index: -1;
  position: absolute;
  top: 40%;
  left: 26%;
  transform: rotate(40deg);
  width: 100px;
  height: 100px;
  border-radius: 100px;
  border: 2px solid transparent;
  border-left: 2px solid #2e2d38;
}

.step_item:nth-child(2):before {
  content: "";
  z-index: -1;
  position: absolute;
  top: 56%;
  left: 24.6%;
  transform: rotate(134deg);
  width: 10px;
  height: 10px;
  border: 2px solid transparent;
  border-top: 2px solid #2e2d38;
  border-right: 2px solid #2e2d38;
}

.step_item:nth-child(3):after {
  content: "";
  z-index: -1;
  position: absolute;
  top: 40%;
  right: 30%;
  transform: rotate(-45deg);
  width: 100px;
  height: 100px;
  border-radius: 100px;
  border: 2px solid transparent;
  border-right: 2px solid #2e2d38;
}

.step_item:nth-child(3):before {
  content: "";
  z-index: -1;
  position: absolute;
  top: 53%;
  right: 28.5%;
  transform: rotate(134deg);
  width: 10px;
  height: 10px;
  border: 2px solid transparent;
  border-top: 2px solid #2e2d38;
  border-right: 2px solid #2e2d38;
}

.txt_step {
  padding: 15px 10px 0;
  text-align: center;
  position: relative;
  z-index: 2;
}

.ico_step {
  position: relative;
  background: #f1f1f1;
  width: 100px;
  height: 100px;
  margin: 0 15px;
  border-radius: 10px;
  font-weight: 700;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.ico_step:before,
.ico_step:after {
  content: "";
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
  background: inherit;
  border-radius: 10px;
}

.ico_step:before {
  transform: rotate(30deg);
}

.ico_step:after {
  transform: rotate(60deg);
}


@media (max-width:460px) {
  .step_sec {
    padding-top: 65px;
  }

  .step_item:nth-child(2) .step_sec,
  .step_item:nth-child(4) .step_sec {
    margin: -80px 0 -80px 30%;
  }

}



/*Section 5*/

.sec_5 {
  padding: 40px 10px 0;
}

.rew {
  margin-bottom: 25px;
  padding-bottom: 5px;
}

.rew .owl-buttons {
  position: absolute;
  bottom: 0px;
  top: auto;
  left: 50%;
  width: 140px;
  transform: translate(-50%, 0);
}

.asset {
  padding: 40px 10px 0;
}

.asset_item {
  width: 60%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.asset_item img {
  margin-right: 10px;
  border-radius: 10px;
  box-shadow: 0px 8px 16px rgba(163, 181, 202, .2), 0px 4px 6px rgba(163, 181, 202, .15), 0px 2px 4px rgba(163, 181, 202, .1);
}

.asset_item h3 {
  line-height: 1;
  padding: 10px 0;
  font-size: 28px;
  font-weight: 700;
}

.asset_item:nth-child(2) {
  margin-left: 40%;
}

.asset_item:nth-child(3) img {
  padding: 10px;
}

@media (max-width:460px) {
  .asset_item {
    width: 80%;
  }

  .asset_item:nth-child(2) {
    margin-left: 20%;
  }
}



/*Section 6*/
.sec_6 {
  padding: 20px 0;
}

.form-order {
  margin: 15px 0;
  padding: 10px;
}

.form_ttl {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
}

.selectedc {
  background: #FECA04;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25);
}

.field {
  background: #fff;
}

.input_ctr {
  position: relative;
  margin-bottom: 15px;
}

.input_ctr:before {
  content: "";
  background: #eee;
  border-radius: 20px;
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
}

.input_ctr img {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.6;
}



/*footer*/
footer {
  text-align: center;
  padding: 5px 0 20px 0px;
  background: #2e2d38;
  font-weight: 700;
  position: relative;
  color: #fff;
}

footer:before {
  content: '';
  z-index: -1;
  position: absolute;
  top: -15px;
  left: -25%;
  width: 150%;
  height: 120px;
  background: #2e2d38;
  border-radius: 100%;
}

footer address {
  margin-bottom: 10px;
}

.link_block {
  padding-top: 5px;
  border-top: 2px solid #2e2d38;
}

.link_block a {
  display: block;
  padding-top: 10px;
  font-weight: 500;
  color: #fff;
  text-decoration: underline;
}

.color {
  text-align: center;
  margin-top: 15px;
  font-size: 18px;
}

.color span {
  font-weight: 700;
}

.owl-carousel .item {
  height: auto !important;
  /* Необходимо установить auto, если у контейнера была установлена фиксированная высота */
}

.owl-carousel .item img {
  width: 100%;
  height: auto;
  /* Это обеспечит масштабирование изображения пропорционально */
}