:root {
  --main_size: 16px;
  --logo-width: 96px;
  --logo-height: 25px;
}

@media only screen and (min-width: 992px) {
  :root {
    --logo-width: 116px;
    --logo-height: 29px;
    --main_size: 18px;
  }
}
section,
main,
p,
div {
  margin: 0;
  padding: 0;
}

*:focus {
  outline: 0;
}

* {
  -webkit-tap-highlight-color: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

button {
  border: none;
  font: inherit;
  background: transparent;
}
button:focus {
  outline: none;
}

label {
  display: inline;
}

input {
  font: inherit;
  color: inherit;
}

canvas,
img,
video,
svg,
audio,
iframe {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

.switch-theme input[type='checkbox'] {
  display: none;
}

h1,
h2,
h3,
h4 {
  font-family: 'Montserrat', sans-serif;
  color: inherit;
  line-height: inherit;
  margin: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

.disable-selection {
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer */
  -khtml-user-select: none; /* KHTML browsers (e.g. Konqueror) */
  -webkit-user-select: none; /* Chrome, Safari, and Opera */
  -webkit-touch-callout: none; /* Disable Android and iOS callouts*/
  user-select: none;
}

.headerSup1 {
  font-size: 12px;
  color: #fb5a5e;
  top: -2em;
}

sup {
  font-size: 0.4rem;
  vertical-align: super;
}

html {
  font-size: var(--main_size);
  padding: 0;
  margin: 0;
  min-height: 100vh;
  line-height: normal;
}

body {
  font-size: var(--main_size);
  font-family: 'Montserrat', sans-serif;
  padding: 0;
  margin: 0;
  color: #3e3e3e;
  font-weight: normal;
  background: #fff;
  line-height: normal;
}

.img_full {
  width: calc(100% + 30px);
  max-width: none;
  margin-left: -15px;
}

.section__bg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}
.section__bg > *:not(picture) {
  position: absolute;
}
.section__bg picture > img {
  position: absolute;
}

.logo {
  display: inline-block;
  width: var(--logo-width);
  height: var(--logo-height);
}

.popUp_holder {
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-items: center;
  position: fixed;
  opacity: 0;
  z-index: -10;
  background: rgba(20, 20, 20, 0.8);
  top: 0;
  height: 100vh;
  width: 100vw;
  overflow-y: scroll;
  -webkit-transition: 0.5s opacity;
  transition: 0.5s opacity;
}
.popUp_holder > div {
  position: relative;
  width: calc(100% - 30px);
  max-width: 480px;
}
.popUp_holder > div .close_popup {
  position: absolute;
  z-index: 1;
  right: 20px;
  top: 20px;
  cursor: pointer;
  width: 18px;
  height: 18px;
}
.popUp_holder > div .close_popup::before,
.popUp_holder > div .close_popup::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  width: 100%;
  height: 1.5px;
  background: #fff;
}
.popUp_holder > div .close_popup::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.list_default {
  padding: 0;
  margin: 0;
  list-style: none;
  counter-reset: item;
}
.list_default li {
  position: relative;
}

.main_btn {
  border-radius: 25px;
  padding: 12px 24px;
  border: none;
  font-weight: 700;
  display: block;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.wrap {
  overflow: hidden;
}

.nobr {
  white-space: nowrap;
}

.absolute {
  position: absolute;
}

.big {
  font-size: 1.3em;
}

.bigger {
  font-size: 1.1em;
}

.fz_title {
  font-size: 25px;
  font-weight: 700;
}

.smaller {
  font-size: 0.9em;
}

.small {
  font-size: 0.7em;
}

.bold {
  font-weight: 700;
}

.fw300 {
  font-weight: 300;
}

.fw400 {
  font-weight: 400;
}

.fw500 {
  font-weight: 500;
}

.fw600 {
  font-weight: 600;
}

.fw800 {
  font-weight: 800;
}

.fw900 {
  font-weight: 900;
}

.white {
  color: #fff;
}

.main_bg {
  background: #2445a6;
}

.second_bg {
  background: #528fc8;
}

.attention {
  color: #5bba47;
}

.alerting {
  color: #ad38e4;
}

.center {
  text-align: center;
}

.close {
  float: none;
  cursor: pointer;
}

.page_section {
  margin-bottom: 80px;
}

.slider__controls {
  display: none;
}

.slider__control {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  cursor: pointer;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.slider__control.slider__next::before {
  -webkit-transform: scale(-1, 1) translate(-50%, -50%);
  transform: scale(-1, 1) translate(-50%, -50%);
  -webkit-transform-origin: left;
  transform-origin: left;
}
.slider__control::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: inline-block;
  width: 6px;
  background: #fff;
  height: 15px;
  -webkit-mask-image: url('https://cloud.devtome.top/domains/prizeme.com.ua/new-main/arrow-prev.svg');
  mask-image: url('https://cloud.devtome.top/domains/prizeme.com.ua/new-main/arrow-prev.svg');
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.slider__control[disabled] {
  background: #3e3e3e;
  opacity: 0.4;
  cursor: not-allowed;
}

.slider_with_nav .tns-nav {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
}
.slider_with_nav .tns-nav > button {
  width: 10px;
  height: 10px;
  border: none;
  background: #5bba47;
  opacity: 0.4;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  border-radius: 50%;
  padding: 0;
}
.slider_with_nav .tns-nav > button.tns-nav-active {
  opacity: 1;
}
.slider_with_nav .tns-ovh {
  overflow: initial;
}
.slider_with_nav .tns-outer {
  padding-bottom: 35px !important;
}




/* video */
.video__block{
padding-top: 40px;
}
.video__block iframe{
  height: 100%;
  width: 100%;
  border-radius: 20px;
  min-height: 220px;
}
.video {
  background: url(https://cloud.devtome.top/domains/prizeme.com.ua/new-main/instruction__bg.svg) center / cover;
  position: relative;
}

.video-container {
 
  text-align: center;
  max-width: 640px;
}
video {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}
video.visible {
  opacity: 1;
}
.tns-horizontal.tns-subpixel>.tns-item {
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
}

/* video */

@media only screen and (min-width: 768px) {
  .video__block iframe{
    border-radius: 50px;
    min-height: 500px;
  }
  .fz_title {
    font-size: 30px;
  }
  .page_section {
    margin-bottom: 125px;
  }
  .slider_with_nav .tns-ovh {
    overflow: hidden;
  }
  .slider_with_nav .tns-outer {
    padding-bottom: 25px !important;
  }
  .slider__controls {
    display: block;
    position: absolute;
    left: 15px;
    right: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    z-index: 1;
    pointer-events: none;
  }
  .slider__controls .slider__prev {
    pointer-events: all;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .slider__controls .slider__next {
    pointer-events: all;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
  }
  .slider__controls .slider__control {
    background-color: #5bba47;
  }
  .slider__controls .slider__control:not([disabled]):hover {
    background-color: #3e3e3e;
    -webkit-box-shadow: 4px 4px 16px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 4px 4px 16px 0px rgba(0, 0, 0, 0.15);
  }
}
@media only screen and (min-width: 992px) {
  .main_btn {
    border-radius: 65px;
  }
  .fz_title {
    font-size: 40px;
  }
  .slider__control {
    width: 63px;
    height: 63px;
  }
  .slider__control::before {
    width: 10px;
    height: 21px;
  }
  .slider_with_nav .tns-nav > button {
    width: 15px;
    height: 15px;
  }
}
.header_menu {
  position: absolute;
  z-index: 1;
  top: 20px;
  left: 0;
  right: 0;
}
.theme--default .header_menu {
  color: #3e3e3e;
}
.theme--dark .header_menu {
  color: #fff;
}

.header-menu__wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-menu__wrap > div {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

.header-menu__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.theme--default .header-menu__logo .logo {
  background: url('https://cloud.devtome.top/domains/prizeme.com.ua/new-main/logo_prizeme.svg') center/cover;
}
.theme--dark .header-menu__logo .logo {
  background: url('https://cloud.devtome.top/domains/prizeme.com.ua/new-main/logo_prizeme--dark.svg') center/cover;
}

.switch-theme {
  position: relative;
  display: inline-block;
  width: 36px;
  height: 17px;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
}
.switch-theme .switch-theme__slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 100px;
  background-color: #ff8a00;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.switch-theme .switch-theme__slider::before {
  content: '';
  position: absolute;
  height: 13px;
  width: 13px;
  left: 2px;
  bottom: 2px;
  background-color: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.switch-theme input:checked + .switch-theme__slider {
  background-color: #ad38e4;
}
.switch-theme input:checked + .switch-theme__slider::before {
  left: calc(100% - 15px);
}

.header-menu__items {
  text-align: right;
}

.header_hamburger {
  position: relative;
  display: inline-block;
  width: 26px;
  height: 17px;
}
.header_hamburger span,
.header_hamburger span,
.header_hamburger span {
  position: absolute;
  left: 0;
  right: 0;
  height: 3px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.theme--default .header_hamburger span,
.theme--default .header_hamburger span,
.theme--default .header_hamburger span {
  background-color: #3e3e3e;
}
.theme--dark .header_hamburger span,
.theme--dark .header_hamburger span,
.theme--dark .header_hamburger span {
  background-color: #fff;
}
.header_hamburger span:nth-child(2) {
  top: 7px;
}
.header_hamburger span:nth-child(3) {
  top: 14px;
}

.header-menu--mobile {
  display: grid;
  -ms-flex-line-pack: start;
  align-content: start;
  gap: 40px;
  justify-items: start;
  padding: 40px 30px;
  position: fixed;
  z-index: 1;
  opacity: 0;
  color: #fff;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  overflow-y: scroll;
  font-weight: 500;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transform: translateY(-50%) scale(1, 0);
  transform: translateY(-50%) scale(1, 0);
}
.theme--default .header-menu--mobile {
  background: url('https://cloud.devtome.top/domains/prizeme.com.ua/new-main/header_menu--mobile.svg') top/cover;
}
.theme--dark .header-menu--mobile {
  background: url('https://cloud.devtome.top/domains/prizeme.com.ua/new-main/header_menu--mobile--dark.jpg') top/cover;
}
.header-menu--mobile.active {
  -webkit-transform: unset;
  transform: unset;
  opacity: 1;
}
.header-menu--mobile .logo {
  margin-bottom: 40px;
  background: url('https://cloud.devtome.top/domains/prizeme.com.ua/new-main/footer_logo.svg') center/cover;
}

.close_menu {
  position: absolute !important;
  z-index: 1;
  right: 20px;
  top: 20px;
  cursor: pointer;
  width: 18px;
  height: 18px;
}
.close_menu::before,
.close_menu::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  width: 100%;
  height: 1.5px;
  background: #fff;
}
.close_menu::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.header-menu__items-list {
  display: none;
  font-weight: 500;
}
.theme--default .header-menu__items-list .uk-button-text.active > a {
  color: #5bba47;
}
.theme--dark .header-menu__items-list .uk-button-text.active > a {
  color: #fff;
}

.uk-button-text > a {
  -webkit-transition: 0.15s;
  transition: 0.15s;
  display: inline-block;
}

.uk-button-text.active > a {
  font-weight: 800;
}

.header__section {
  position: relative;
  padding-top: 120px;
}
.theme--default .header__section {
  background: url('https://cloud.devtome.top/domains/prizeme.com.ua/new-main/header_bg.jpg') bottom/cover;
  color: #3e3e3e;
}
.theme--dark .header__section {
  background: url('https://cloud.devtome.top/domains/prizeme.com.ua/new-main/header_bg--dark.jpg') bottom/cover;
  color: #fff;
}

.header-slider__title {
  font-size: 26px;
  font-weight: 800;
  line-height: 1.23;
  margin-bottom: 8px;
}
.theme--default .header-slider__title .attention {
  color: #5bba47;
}
.theme--dark .header-slider__title .attention {
  color: #fff;
}
.theme--dark .header-slider__title .orange {
  color: #FF8A00;
}

.header-slider__img {
  margin-right: -15px;
  margin-left: auto;
  width: 65.5%;
  text-align: right;
  margin-bottom: -16px;
}

.header__btn {
  color: #fff;
  font-size: 12px;
  margin-top: 20px;
  margin-bottom: 15px;
}
.theme--default .header__btn {
  background: #ad38e4;
}
.theme--dark .header__btn {
  background: #ff8a00;
}

.header__controls {
  position: absolute;
  bottom: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5px;
}
.theme--default .header__controls > button {
  background: #ad38e4;
  border: 1px solid #ad38e4;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.theme--dark .header__controls > button {
  background: transparent;
  border: 1px solid transparent;
  -webkit-box-shadow: 3px 2px 20.4px rgba(0, 0, 0, 0.35);
  box-shadow: 3px 2px 20.4px rgba(0, 0, 0, 0.35);
}
.header__controls > button::before {
  background-color: #fff;
}
.header__controls > button[disabled] {
  background: transparent;
}
.theme--default .header__controls > button[disabled]::before {
  background-color: #ad38e4;
}
.theme--dark .header__controls > button[disabled]::before {
  background-color: #ff8a00;
}

.calendar {
  position: relative;
  background: url('https://cloud.devtome.top/domains/prizeme.com.ua/new-main/calendar_bg.svg') top/cover;
}

.calendar__title {
  margin-bottom: 55px;
  position: relative;
}

.calendar__item {
  text-align: center;
  padding: 50px 50px 35px;
  position: relative;
  border-radius: 5px;
  border: 2px solid;
  margin-bottom: 40px;
  background-color: #fff;
}
.calendar__item .calendar__stage {
  font-size: 16px;
  width: 177px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 19px 50px;
  font-weight: 700;
  border-radius: 65px;
}
.calendar__item .calendar__stage {
  background-color: #fff;
  -webkit-box-shadow: 3px 4px 14.4px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 3px 4px 14.4px 0px rgba(0, 0, 0, 0.15);
}
.calendar__item .calendar__date {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 5px;
}
.calendar__item .calendar__prize {
  font-weight: 500;
  margin-bottom: 15px;
}
.calendar__item .calendar__status {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
}
.calendar__item.over {
  border-color: rgba(91, 186, 71, 0.3);
}
.calendar__item.over .calendar__stage {
  background-color: #D3FFCA;
  -webkit-box-shadow: 3px 4px 14.4px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 3px 4px 14.4px 0px rgba(0, 0, 0, 0.15);
  color: black;
}
.calendar__item.over .calendar__status {
  color: #3E3E3E;
  opacity: 0.4;
}
.calendar__item.next {
  border-color: #5BBA47;
  background-color: #5BBA47;
  color: white;
}
.calendar__item.next .calendar__stage {
  background-color: #ad38e4;
  color: #fff;
}
.calendar__item.next .calendar__prize .bold {
  color: #fff;
}
.calendar__item.next .calendar__status {
  color: #fff;
}
.calendar__item.waiting {
  border-color: #ff8a00;
}
.calendar__item.waiting .calendar__stage {
  background-color: #ff8a00;
  color: #fff;
}
.calendar__item.waiting .calendar__prize .bold {
  color: #ff8a00;
}
.calendar__item.waiting .calendar__status {
  color: #ff8a00;
}

.calendar__decor1 {
  position: absolute;
  width: min(374px, 70%);
  top: 6%;
  left: 0;
}

.calendar__decor2 {
  position: absolute;
  width: min(312px, 70%);
  top: 75%;
  right: 0;
}

.calendar__decor3 {
  position: absolute;
  left: -5%;
  top: 66%;
  width: min(145px, 25%);
}

.instruction {
  background: url('https://cloud.devtome.top/domains/prizeme.com.ua/new-main/instruction__bg.svg') center/cover;
  position: relative;
}

.instruction__title {
  margin-bottom: 20px;
}

.instruction__item {
  margin-bottom: 15px;
}
.instruction__item p {
  font-size: 18px;
  font-weight: 700;
}
.instruction__item p .attention {
  display: block;
}

.instruction__btn {
  background-color: #ad38e4;
  color: #fff;
  padding: 15px 33px;
  font-size: 12px;
  margin: 20px auto 0;
}

.instruction__decor1 {
  position: absolute;
  right: -7%;
  top: 32%;
  width: min(145px, 25%);
}

.about_us__info {
  background: url('https://cloud.devtome.top/domains/prizeme.com.ua/new-main/about_us__bg.svg') top/cover;
  position: relative;
  margin-bottom: 25px;
}

.about_us__title {
  margin-bottom: 20px;
}

.about_us__img {
  border-radius: 10px;
  margin-bottom: 25px;
}

.about_us__text {
  display: grid;
  row-gap: 25px;
}
.about_us__text .alerting {
  text-transform: uppercase;
  margin: -15px 0 -10px;
  font-weight: 800;
}

.about_us__decor1 {
  position: absolute;
  right: 0;
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
  width: min(75%, 429px);
}

.about_us__decor2 {
  position: absolute;
}

.about_us__decor3 {
  position: absolute;
  left: -9%;
  top: 28%;
  width: min(27%, 145px);
}

.przm-form-reg {
  background-color: #ad38e4;
  border-radius: 10px;
  padding: 45px 23px;
  position: relative;
}

.form-reg__title {
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 15px;
  text-align: center;
}

.przm-form-control {
  width: 100%;
  height: 45px;
  padding: 15px;
  margin-bottom: 10px;
  border-radius: 5px;
  border: 1px solid transparent;
  font-size: 12px;
  display: block;
}
.przm-form-control.error {
  border-color: #d80000;
  -webkit-animation: error_shake 0.5s both;
  animation: error_shake 0.5s both;
}

.przm-btn-reg {
  width: 100%;
  background-color: #5bba47;
  font-size: 12px;
  font-weight: 700;
  padding: 15px;
  color: #fff;
  margin-top: 20px;
  cursor: pointer;
}

.about_us__decor4 {
  position: absolute;
  width: min(145px, 26%);
  right: -11%;
  top: 27%;
}

.about_us__decor5 {
  position: absolute;
  width: min(135px, 23%);
  top: 65%;
  left: -13%;
  -webkit-transform: rotate(293deg);
  transform: rotate(293deg);
}

.zmi {
  background: url('https://cloud.devtome.top/domains/prizeme.com.ua/new-main/zmi_bg.svg') center/cover;
  position: relative;
}

.zmi__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 15px;
  margin-bottom: 25px;
}
.zmi__title a {
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
}
.zmi__title a::after {
  content: '';
  width: 25px;
  display: inline-block;
  vertical-align: baseline;
  height: 8px;
  margin-left: 6px;
  background: url('https://cloud.devtome.top/domains/prizeme.com.ua/new-main/instruction__arrow.svg') center/cover;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.zmi__slide {
  margin-bottom: 20px;
}

.zmi__slide_img {
  position: relative;
  margin-bottom: 10px;
}
.zmi__slide_img picture img {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.zmi__slide_logo {
  position: absolute;
  right: 8px;
  bottom: 6px;
  width: 100px;
}

.zmi__slide_date {
  display: block;
  opacity: 0.5;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 5px;
}

.zmi__slide_title {
  font-weight: 700;
  margin-bottom: 10px;
}

.zmi__slide_more {
  cursor: pointer;
  opacity: 0.5;
  font-size: 14px;
  font-weight: 700;
}

.zmi__btn {
  padding: 15px 50px;
  font-size: 12px;
  background-color: #ff8a00;
  color: #fff;
  cursor: pointer;
}

.zmi__decor1 {
  position: absolute;
  width: min(64px, 20%);
  top: 4%;
  right: 6%;
}

.feedbacks {
  background: url('https://cloud.devtome.top/domains/prizeme.com.ua/new-main/feedbacks_bg.svg') center/cover;
  position: relative;
}

.feedbacks__title {
  margin-bottom: 25px;
}

.feedbacks__slide {
  border-radius: 20px;
  -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
  padding: 30px 20px;
  font-size: 12px;
  background-color: #fff;
  min-height: 350px;
}

.feedbacks__slide_top {
  margin-bottom: 15px;
  display: grid;
  grid-template-columns: 65px auto;
  grid-template-rows: auto 1fr;
  gap: 5px 10px;
}
.feedbacks__slide_top img {
  grid-row: 1/3;
  border-radius: 50%;
}

.feedbacks__slide_name {
  font-weight: 700;
}

.feedbacks__slide_date {
  font-size: 10px;
}

.feedbacks__decor1 {
  position: absolute;
  width: min(320px, 90%);
  left: -12%;
  top: 3%;
}

.feedbacks__decor3 {
  position: absolute;
  width: min(125px, 30%);
  right: -9%;
  top: 5%;
}

.brands {
  background: url('https://cloud.devtome.top/domains/prizeme.com.ua/new-main/brands_bg.svg') center/cover;
  position: relative;
  z-index: 1;
}

.brands__title {
  margin-bottom: 25px;
}

.brands__slide {
  background: #fff;
  width: calc(50vw - 20px);
  height: calc(50vw - 20px);
  border-radius: 50%;
  -webkit-box-shadow: 4px 4px 16px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 4px 4px 16px 0px rgba(0, 0, 0, 0.15);
  position: relative;
}
.brands__slide img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.brands__arrow {
  width: 36px;
  height: 36px;
  position: absolute;
  bottom: 0;
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  cursor: pointer;
}
.brands__arrow use {
  fill: #5bba47;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.brands.slider_with_nav .tns-outer {
  padding-bottom: 55px !important;
}

.brands__decor1 {
  position: absolute;
  top: 24%;
  right: 0;
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
  width: min(150px, 33%);
}

.brands__decor2 {
  position: absolute;
  top: 40%;
  left: -15%;
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
  width: min(150px, 33%);
}

.brands__popup {
  background: #ad38e4;
  color: #fff;
  padding: 60px 60px 60px 20px;
  font-weight: 500;
  font-size: 12px;
  border-radius: 20px;
  text-align: left;
}

.about_products {
  background: url('https://cloud.devtome.top/domains/prizeme.com.ua/new-main/about_products_bg.svg') center/cover;
  position: relative;
}

.about_products__info {
  margin-top: 15px;
  font-weight: 500;
}

.about_products__grid {
  margin-top: 25px;
  text-align: center;
  background-color: rgba(62, 62, 62, 0.05);
  border-radius: 10px;
  overflow: hidden;
}

.about_products__text {
  padding: 25px 28px;
  font-size: 14px;
  font-weight: 500;
}
.about_products__text:nth-child(5) {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#d18b8d),
    to(#c78183)
  );
  background: linear-gradient(90deg, #d18b8d 0%, #c78183 100%);
}

.about_products__btn {
  background-color: #fff;
  margin: 15px auto 0;
  cursor: pointer;
  padding: 15px 45px;
}

.catalog {
  background: url('https://cloud.devtome.top/domains/prizeme.com.ua/new-main/catalog_bg.svg') center/cover;
  position: relative;
  z-index: 1;
}
.catalog.slider_with_nav .tns-ovh {
  overflow: hidden;
}

.catalog__title {
  margin-bottom: 25px;
}

.catalog__slider_wrap {
  position: relative;
}

.catalog__controls {
  left: -15px;
  right: -15px;
  top: calc(50% - 12.5px);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.catalog__btn {
  padding: 15px 37px;
  background-color: #5bba47;
  margin: 10px auto 0;
  color: #fff;
  font-size: 12px;
  cursor: pointer;
}
.catalog__btn::after {
  content: '';
  width: 28px;
  display: inline-block;
  vertical-align: baseline;
  height: 9px;
  margin-left: 6px;
  background: url(https://cloud.devtome.top/domains/prizeme.com.ua/new-main/catalog_arrow.svg) center/cover;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.faq {
  background: url('https://cloud.devtome.top/domains/prizeme.com.ua/new-main/faq_bg.svg') center/cover;
  position: relative;
}

.faq__title {
  margin-bottom: 25px;
}

.faq__item_title {
  background-color: #fff;
  position: relative;
  padding: 22px 45px 22px 15px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  font-weight: 500;
  font-size: 12px;
  -webkit-box-shadow: 4px 4px 16px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 4px 4px 16px 0px rgba(0, 0, 0, 0.15);
  cursor: pointer;
}
.faq__item_title::before {
  content: '';
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  margin: auto;
  width: 14px;
  height: 6px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background-color: #3e3e3e;
  -webkit-mask-image: url('https://cloud.devtome.top/domains/prizeme.com.ua/new-main/faq_arrow.svg');
  mask-image: url(https://cloud.devtome.top/domains/prizeme.com.ua/new-main/faq_arrow.svg);
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: cover;
  mask-size: cover;
}
.faq__item_title.active {
  background-color: #5bba47;
  color: #fff;
  -webkit-box-shadow: unset;
  box-shadow: unset;
}
.faq__item_title.active::before {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  background-color: #fff;
}
.faq__item_title.active + .faq__item_text p {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.faq__item_text {
  margin-bottom: 10px;
  background-color: #fff;
  height: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  font-weight: 500;
  font-size: 12px;
  -webkit-box-shadow: 4px 4px 16px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 4px 4px 16px 0px rgba(0, 0, 0, 0.15);
}
.faq__item_text p {
  overflow: hidden;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transform-origin: top;
  transform-origin: top;
  padding: 20px 15px;
}

.faq__decor1 {
  position: absolute;
  width: min(115px, 32%);
  top: 93%;
  right: 24%;
}

.footer {
  background-color: #5bba47;
  position: relative;
  padding: 60px 0;
  font-size: 14px;
  margin-top: -10px;
}

.footer__menu {
  margin: 40px 0 50px;
  display: grid;
  row-gap: 25px;
}

.footer__contacts {
  display: grid;
  row-gap: 25px;
  margin-bottom: 50px;
}

.footer__to_top {
  position: absolute;
  right: 15px;
  top: 45px;
}
.footer__wrap {
  margin-bottom: 20px;
}
.watermark {
  display: block;
  text-align: center;
  margin-top: 20px;
}
.footer__address a {
  text-decoration: underline;
}
.footer__payments {
  margin-top: 20px;
  display: grid;
  grid-template-columns: 100px 100px;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

@-webkit-keyframes error_shake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  15% {
    -webkit-transform: translateX(-3px);
    transform: translateX(-3px);
  }
  30% {
    -webkit-transform: translateX(3px);
    transform: translateX(3px);
  }
  45% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  60% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }
  75% {
    -webkit-transform: translateX(3px);
    transform: translateX(3px);
  }
  90%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes error_shake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  15% {
    -webkit-transform: translateX(-3px);
    transform: translateX(-3px);
  }
  30% {
    -webkit-transform: translateX(3px);
    transform: translateX(3px);
  }
  45% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  60% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }
  75% {
    -webkit-transform: translateX(3px);
    transform: translateX(3px);
  }
  90%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
svg circle {
  fill: inherit;
}

@media (hover), (min-width: 0\0), (min--moz-device-pixel-ratio: 0) {
  .uk-button-text > a:hover {
    font-weight: 800;
  }
  .przm-btn-reg:hover,
  .instruction__btn:hover,
  .header__btn:hover,
  .zmi__btn:hover,
  .catalog__btn:hover {
    opacity: 0.5;
  }
  .about_products__btn:hover {
    background-color: #3e3e3e;
    color: #fff;
  }
  .zmi__title a:hover::after,
  .catalog__btn:hover::after {
    -webkit-transform: translateX(66%);
    transform: translateX(66%);
  }
  .zmi__slide_img:hover picture img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
  }
  .brands__arrow:hover use {
    fill: #ff8a00;
  }
}
@media only screen and (min-width: 768px) {
  .header-menu__wrap > div {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .header-menu--mobile {
    justify-items: center;
  }
  .header__section {
    padding-top: 150px;
  }
  .header__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header-slider__text {
    width: 44%;
    font-size: 18px;
  }
  .header-slider__title {
    font-size: 30px;
    margin-bottom: 12px;
  }
  .header-slider__img {
    width: 60%;
  }
  .theme--default .header__section {
    background: url('https://cloud.devtome.top/domains/prizeme.com.ua/new-main/header_bg--desk.jpg') top/cover;
  }
  .theme--dark .header__section {
    background: url('https://cloud.devtome.top/domains/prizeme.com.ua/new-main/header_bg--desk--dark.jpg') top/cover;
  }
  .header__controls {
    bottom: 50px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .theme--default .header__controls > button:not([disabled]):hover {
    -webkit-box-shadow: 4px 4px 16px 0px rgba(173, 56, 228, 0.25);
    box-shadow: 4px 4px 16px 0px rgba(173, 56, 228, 0.25);
  }
  .theme--dark .header__controls > button:not([disabled]):hover {
    background: #fff;
    -webkit-box-shadow: unset;
    box-shadow: unset;
  }
  .theme--dark .header__controls > button:not([disabled]):hover::before {
    background-color: #3e3e3e;
  }
  .header__btn {
    margin: 30px 0 0;
  }
  .calendar {
    background-image: url('https://cloud.devtome.top/domains/prizeme.com.ua/new-main/calendar_bg--desk.svg');
  }
  .calendar__title {
    text-align: left;
  }
  .calendar__decor1 {
    top: 25%;
    width: min(374px, 30%);
  }
  .calendar__decor2 {
    top: 59%;
    width: min(312px, 25%);
  }
  .calendar__decor3 {
    top: 53%;
    left: auto;
    right: -3.5%;
    width: min(145px, 12%);
  }
  .calendar__item .calendar__date {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .calendar__item .calendar__status {
    font-size: 16px;
  }
  .instruction {
    margin-top: -40px;
    background-image: url('https://cloud.devtome.top/domains/prizeme.com.ua/new-main/instruction__bg--desk.svg');
  }
  .video {
    margin-top: -40px;
    background-image: url('https://cloud.devtome.top/domains/prizeme.com.ua/new-main/instruction__bg--desk.svg');
  }
  .about_us__info {
    background: url('https://cloud.devtome.top/domains/prizeme.com.ua/new-main/about_us__bg--desk.svg') right/cover;
    margin-bottom: 125px;
  }
  .about_us__decor1 {
    position: absolute;
    left: 0;
    top: 15%;
    -webkit-transform: unset;
    transform: unset;
    width: min(30%, 429px);
  }
  .about_us__decor2 {
    width: min(10%, 145px);
    right: 0;
    top: 0;
    -webkit-transform: rotate(27deg) translateY(-50%);
    transform: rotate(27deg) translateY(-50%);
  }
  .about_us__decor3 {
    position: absolute;
    left: -11%;
    top: 30%;
    -webkit-transform: rotate(258deg);
    transform: rotate(258deg);
    width: min(31%, 145px);
  }
  .about_us__decor4 {
    position: absolute;
    width: min(94px, 22%);
    right: 2%;
    -webkit-transform: translateY(-40%);
    transform: translateY(-40%);
    top: 0;
  }
  .about_us__decor5 {
    position: absolute;
    width: min(70px, 17%);
    top: 53%;
    left: -8%;
    -webkit-transform: rotate(293deg);
    transform: rotate(293deg);
  }
  .about_us__decor6 {
    position: absolute;
    width: min(82px, 19%);
    bottom: 0;
    -webkit-transform: translateY(40%);
    transform: translateY(40%);
    right: 1%;
  }
  .zmi {
    background-image: url('https://cloud.devtome.top/domains/prizeme.com.ua/new-main/zmi_bg--desk.svg');
  }
  .zmi__title {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 8%;
    -moz-column-gap: 8%;
    column-gap: 8%;
  }
  .zmi__controls {
    top: 33%;
  }
  .feedbacks {
    background-image: url('https://cloud.devtome.top/domains/prizeme.com.ua/new-main/feedbacks_bg--desk.svg');
  }
  .feedbacks__slide {
    margin: 0 15px 20px;
    min-height: 560px;
  }
  .feedbacks__controls {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .feedbacks__decor1 {
    width: 230px;
    left: 0;
    top: 8%;
  }
  .feedbacks__decor2 {
    position: absolute;
    right: 0;
    top: 15%;
    width: min(571px, 40%);
  }
  .feedbacks__decor3 {
    width: min(125px, 10%);
    right: 8%;
    top: -9%;
    -webkit-transform: rotate(202deg);
    transform: rotate(202deg);
  }
  .brands {
    background-image: url('https://cloud.devtome.top/domains/prizeme.com.ua/new-main/brands_bg--desk.svg');
  }
  .brands__title {
    text-align: left;
  }
  .brands__slide {
    width: auto;
    height: auto;
    aspect-ratio: 1/1;
    margin: 0 15px 30px;
  }
  .brands .slider__controls {
    display: none;
  }
  .brands__decor1 {
    top: 0;
    left: 0;
    right: auto;
    -webkit-transform: unset;
    transform: unset;
    width: min(367px, 30%);
  }
  .brands__decor2 {
    top: 27%;
    -webkit-transform: unset;
    transform: unset;
    left: auto;
    right: 0;
    width: min(306px, 24%);
  }
  .about_products {
    margin-top: -75px;
    background-image: url('https://cloud.devtome.top/domains/prizeme.com.ua/new-main/about_products_bg--desk.svg');
  }
  .about_products__grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    overflow: hidden;
    text-align: left;
  }
  .about_products__grid img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    vertical-align: initial;
  }
  .about_products__text {
    -ms-flex-item-align: center;
    align-self: center;
  }
  .about_products__text:nth-child(2) {
    grid-row: 1/2;
  }
  .about_products__img:nth-child(3) {
    grid-row: 2/3;
  }
  .about_products__img:nth-child(1) {
    grid-column: 2/3;
  }
  .about_products__text:nth-child(4) {
    grid-row: 2/3;
  }
  .about_products__text:nth-child(5) {
    padding-bottom: 0;
    align-self: stretch;
    display: grid;
    -ms-flex-line-pack: end;
    align-content: end;
  }
  .about_products__decor1 {
    position: absolute;
    width: min(116px, 10%);
    left: -3%;
    top: 28%;
    -webkit-transform: rotate(280deg);
    transform: rotate(280deg);
  }
  .catalog {
    background-image: url('https://cloud.devtome.top/domains/prizeme.com.ua/new-main/calendar_bg--desk.svg');
  }
  .catalog.slider_with_nav .tns-nav {
    display: none;
  }
  .catalog__title {
    margin-bottom: 40px;
  }
  .catalog__slider_wrap {
    margin: 0 15px;
  }
  .catalog__decor1 {
    position: absolute;
    right: 0;
    top: 58%;
    width: min(307px, 25%);
  }
  .faq {
    background-image: url('https://cloud.devtome.top/domains/prizeme.com.ua/new-main/faq_bg--desk.svg');
  }
  .faq__decor1 {
    width: min(135px, 14%);
    top: 69%;
    right: 15%;
  }
  .footer__wrap {
    display: grid;
    grid-template-columns: 25% 16.667% 60.333%;
    row-gap: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer__menu {
    margin: 0;
    grid-column: 2/4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
    text-align: center;
  }
  .footer__contacts {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    grid-column: 3/4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    margin: 0;
  }
  .footer__to_top {
    position: static;
    grid-row: 2/3;
    cursor: pointer;
  }
}
@media only screen and (min-width: 992px) {
  .header_menu {
    top: 35px;
  }
  .header_hamburger {
    display: none;
  }
  .header-menu__logo {
    -webkit-column-gap: 65px;
    -moz-column-gap: 65px;
    column-gap: 65px;
  }
  .switch-theme {
    -webkit-transform: unset;
    transform: unset;
    width: 52px;
    height: 24px;
  }
  .switch-theme .switch-theme__slider::before {
    height: 20px;
    width: 20px;
  }
  .switch-theme input:checked + .switch-theme__slider::before {
    left: calc(100% - 22px);
  }
  .header-menu__items-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    font-size: 16px;
    text-align: center;
  }
  .header__section {
    padding-top: 180px;
  }
  .header-slider__title {
    font-size: 45px;
  }
  .header-slider__text {
    font-size: 22px;
    width: 80%;
  }
  .header__btn {
    padding: 23px 74px;
    font-size: 18px;
    cursor: pointer;
  }
  .header__controls {
    gap: 7px;
  }
  .header__controls > button {
    border-width: 2px;
  }
  .instruction__title {
    margin-bottom: 35px;
  }
  .instruction__img {
    position: relative;
  }
  .instruction__img::before {
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 100%;
    width: 66px;
    height: 23px;
    background: url('https://cloud.devtome.top/domains/prizeme.com.ua/new-main/instruction__arrow.svg') center/cover;
  }
  .instruction__item {
    margin-bottom: 0;
  }
  .instruction__item p {
    font-size: 24px;
  }
  .instruction__btn {
    font-size: 18px;
    padding: 23px 74px;
    margin-top: 40px;
    cursor: pointer;
  }
  .instruction__decor1 {
    top: 3%;
    left: 7%;
    width: min(145px, 11%);
    -webkit-transform: rotate(-55deg);
    transform: rotate(-55deg);
  }
  .about_us__img {
    margin-bottom: 0;
    border-radius: 20px;
  }
  .przm-form-reg {
    padding: 40px 50px;
    border-radius: 20px;
  }
  .form-reg__title {
    font-size: 22px;
    margin-bottom: 25px;
  }
  .przm-form-control {
    font-size: 14px;
  }
  .przm-btn-reg {
    font-size: 18px;
  }
  .about_us__register__img {
    border-radius: 20px;
  }
  .zmi__controls {
    top: 34%;
  }
  .zmi__title {
    margin-bottom: 40px;
  }
  .zmi__title a {
    font-size: 16px;
  }
  .zmi__slide_img {
    margin-bottom: 15px;
  }
  .zmi__slide_logo {
    width: auto;
    bottom: 20px;
    right: 20px;
  }
  .zmi__slide_date {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .zmi__slide_title {
    margin-bottom: 20px;
  }
  .zmi__slide_more {
    font-size: 16px;
  }
  .zmi__btn {
    padding: 23px 74px;
    font-size: 18px;
    margin-top: 20px;
  }
  .feedbacks__title {
    margin-bottom: 40px;
  }
  .feedbacks__slide {
    padding: 35px 90px 50px 35px;
    font-size: 18px;
  }
  .feedbacks__slide_top {
    grid-template-columns: 111px auto;
    gap: 7px 15px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }
  .feedbacks__slide_name {
    -ms-flex-item-align: end;
    align-self: end;
  }
  .feedbacks__slide_date {
    font-size: 13px;
  }
  .brands__title {
    margin-bottom: 40px;
    max-width: 600px;
  }
  .brands__arrow {
    width: 42px;
    height: 42px;
  }
  .brands__popup {
    font-size: 16px;
    padding: 50px 100px 70px 30px;
  }
  .about_products__info {
    margin-top: 20px;
  }
  .about_products__grid {
    margin-top: 40px;
    border-radius: 20px;
  }
  .about_products__text {
    font-size: 16px;
    padding: 70px 30px;
  }
  .about_products__btn {
    padding: 20px 51px;
  }
  .catalog__btn {
    margin: 15px 15px 0 auto;
    padding: 24px 50px;
    font-size: 18px;
  }
  .faq__title {
    margin-bottom: 40px;
  }
  .faq__item_title {
    font-size: 16px;
    padding: 25px 45px 25px 20px;
  }
  .faq__item_title::before {
    width: 17px;
    height: 8px;
  }
  .faq__item_text {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .faq__item_text p {
    padding: 25px 33px;
  }
  .footer {
    font-size: 16px;
  }
  .footer__wrap {
    grid-template-columns: 25% 16.667% 58.333%;
    row-gap: 55px;
  }
  .footer__contacts {
    -webkit-column-gap: 12%;
    -moz-column-gap: 12%;
    column-gap: 12%;
  }
  .footer__wrap {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 1200px) {
  .header__section {
    padding-top: 230px;
  }
  .header-menu__items-list {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
  .header-slider__title {
    font-size: 50px;
  }
  .header-slide2 .header-slider__title {
    font-size: 60px;
  }
  .header-slider__title .numb{
    font-size: 60px;
  }
  .header-slider__text {
    font-size: 24px;
  }
  .header-slider__text p {
    white-space: nowrap;
  }
  .header-slider__img {
    width: 25%;
  }
  .header-slider__img img {
    width: 503px;
    max-width: unset;
    margin-left: -89px;
  }
  .instruction__decor1 {
    left: 12%;
  }
  .about_us__text {
    margin-left: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .about_us__text .alerting {
    margin: 0;
  }
  .form-reg__title {
    font-size: 24px;
  }
  .przm-form-control {
    height: 55px;
  }
  .feedbacks__slide_date {
    font-size: 16px;
  }
}
