* {
  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,
section { /* Видалено 'nav' */
  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' */

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 { /* Видалено повторні :hover, :focus та button */
  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="tel"], /* Видалено input[type="email"] */
select {
  color: #777;
  text-indent: 0;
  border: 1px solid transparent;
  font-family: 'Comfortaa', cursive;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-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;
  text-align: -webkit-center;
  text-align-last: 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="tel"]:focus, /* Видалено input[type="email"]: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 */

.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 */

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

/* Видалено селектор .site_name small */

.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;
}

/* Видалено блок стилів .fix_menu та @keyframes fix_menu */

.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 */

.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: 15px;
  line-height: 1;
  font-weight: 700;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 2;
}

.discount_price_wrap .oldprice {
  color: #fff;
}

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

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

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

main {
  padding: 0;
  overflow: hidden;
}

/* Видалено стилі для .sec_1 та .preference */

.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: 100%; /* Залишено 100%, оскільки span видалено */
  font-weight: bold;
  color: #777;
  margin-left: 20px;
  margin-left: 20px; /* Повторний стиль, залишено як є */
}

/* Загальні стилі Owl Carousel v2.3.4 */
.owl-carousel .owl-stage: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;
  touch-action: manipulation;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
}

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

.owl-carousel .owl-stage-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;
   position: relative;
  min-height: 1px;
  -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);
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

/* Стилі для контролів (навігація та точки) */
.owl-nav button.owl-prev, .owl-nav button.owl-next,
.owl-dots .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}


.owl-nav,
.owl-dots {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* Застарілі стилі для старих браузерів, залишено про всяк випадок */
.owl-carousel .owl-stage,
.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);
}


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

.sec_3 .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  height: 0px;
   margin: 0;
  padding: 0;
  text-align: center;
}

/* Стилі для кнопок навігації */
.owl-nav button.owl-prev,
.owl-nav button.owl-next {
  display: inline-block;
  border-radius: 4px;
  width: 40px;
  height: 40px;
  transition: 0.4s ease-in-out;
  background-color: #2e2d38;
  color: transparent;
  border: none;
  padding: 0;
  position: absolute;
  top: -27px;
  font-size: 0;
}

button.owl-prev {
  left: 10px;
  background: #2e2d38 url('../images/arrow.svg') no-repeat center; /* Шлях до arrow.svg може потребувати корекції */
  transform: rotate(120deg);
}

button.owl-next {
  right: 10px;
  background: #2e2d38 url('../images/arrow.svg') no-repeat center; /* Шлях до arrow.svg може потребувати корекції */
  transform: rotate(-60deg);
}

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

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

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

.owl-dots {
  margin-top: 10px;
  text-align: center;
  line-height: 0;
}

/* Стилі для окремої точки */
.owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline; /* Для IE7 */
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  border-radius: 50%;
  transition: opacity 400ms ease;
}

/* Стиль для активної точки */
.owl-dot.active {
  background: #869791;
}


button.owl-prev:hover,
button.owl-prev:focus {
  transform: rotate(-240deg);
  background-color: #2e2d38;
  outline: none;
}

button.owl-next:hover,
button.owl-next:focus {
  transform: rotate(300deg);
  background-color: #2e2d38;
  outline: none;
}

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

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

/* Видалено селектор .owlinvertor .owl-item a */

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

/* Видалено селектор .owlinvertor_item */
/* Видалено стилі для .owlinvertor_ttl */
/* Видалено стилі для .gallery_tab */

.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 */
.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;
  font-size: 20px;
}

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

.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;
  position: relative;
}

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

.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 */

@media (max-width:460px) {

  .asset_item {
    width: 80%;
  }

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

.owlinvertor.rew .owl-stage-outer {
    overflow: hidden !important;
    position: relative;
}

.owlinvertor.rew .owl-item,
.owlinvertor.rew .owl-item > * {
    box-sizing: border-box;
}

.owlinvertor.rew .owl-item > div {
    margin: 0;
    padding: 0;
    max-width: 100%;
    overflow: hidden;
}

.owlinvertor.rew .owl-item img {
    display: block;
    max-width: 100%;
    height: auto;
    /* width: 100% !important; */ /* Розкоментуйте, якщо потрібно */
}



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

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

/* Видалено селектор .form_ttl */
/* Видалено селектор .selectedc */

.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 address */

.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 */