blockquote,
body,
code,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
li,
p,
pre,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
abbr,
fieldset,
img {
  border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: 400;
}
ul li {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 400;
}
sup {
  vertical-align: text-top;
}
sub {
  vertical-align: text-bottom;
}
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}
legend {
  color: #000;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}
img {
  max-width: 100%;
  height: auto;
}
body {
  color: #060607;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 1.5;
}
a {
  text-decoration: none;
  color: #060607;
}
.slick-slide,
input,
textarea {
  outline: 0;
}
li {
  list-style: none;
}
* {
  box-sizing: border-box;
}
.wrapper {
  max-width: 1180px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
  box-sizing: inherit;
}
h1 {
  font-size: 60px;
  line-height: 1.2;
  font-weight: 400;
}
h2 {
  font-size: 43px;
  line-height: 1.2;
  font-weight: 400;
}
.content strong,
h1 span,
h2 span,
strong {
  font-weight: 700;
}
h3 {
  font-size: 22px;
  line-height: 1.37;
  font-weight: 700;
}
.content p {
  margin-bottom: 10px;
}
.content ul {
  list-style: inherit;
  padding: 0 0 0 20px;
  margin: 10px 0;
}
.content li {
  list-style: inherit;
  margin: 0;
  padding: 0;
}
.content img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}
.content img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}
.content img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.content .alignright {
  float: right;
}
.content .alignleft {
  float: left;
}
.content .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.screen_img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}
.screen_img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  -o-object-fit: cover;
  object-fit: cover;
}
.next,
.prev {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  z-index: 99;
  cursor: pointer;
}
.prev:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  border-top: 5px solid #fd214a;
  border-right: 5px solid #fd214a;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.next:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  border-top: 5px solid #fd214a;
  border-right: 5px solid #fd214a;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.next:hover:before,
.prev:hover:before {
  border-top: 5px solid #333;
  border-right: 5px solid #333;
}
.prev {
  left: 10px;
}
.next {
  right: 10px;
}
.slick-dots {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.slick-dots li button {
  display: none;
}
.slick-dots li {
  width: 10px;
  height: 10px;
  background-color: #aeaeae;
  border-radius: 50%;
  margin-right: 15px;
  cursor: pointer;
}
.slick-dots li:last-child {
  margin-right: 0;
}
.slick-dots .slick-active,
.slick-dots li:hover {
  background-color: #60b7d6;
}
.popup {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999999;
}
.popup .close1 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}
.popup-block .close2 {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  z-index: 9;
  width: 44px;
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.popup-block {
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.25);
  width: 90vw;
  max-width: 400px;
  background: #fff;
  position: relative;
  z-index: 3;
  box-sizing: border-box;
  padding: 40px;
  border-radius: 4px;
}
.popup_title {
  font-size: 22px;
  line-height: 1.37;
  font-weight: 700;
  text-align: center;
}
.popup_subtitle {
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
}
.popup_form {
  margin-top: 30px;
}
.popup_form_input {
  width: 100%;
  margin-bottom: 10px;
}
.popup_form_input label {
  padding-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  font-weight: 500;
}
.popup_form_input input {
  width: 100%;
  padding: 0 10px;
  border: 1px solid rgba(6, 6, 7, 0.15);
  height: 46px;
  border-radius: 4px;
}
.popup_submit {
  width: 100%;
  margin-top: 20px;
}
.popup_submit input {
  width: 100%;
  height: 46px;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: -webkit-linear-gradient(
          left,
          #fd214a 0,
          rgba(253, 71, 68, 0.95) 100%
  );
  background: linear-gradient(90deg, #fd214a 0, rgba(253, 71, 68, 0.95) 100%);
  border: none;
  border-radius: 4px;
  color: #fff;
}
.popup_submit input:hover {
  box-shadow: 0 0 15px #fd214a;
}
header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 10px 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.5);
  overflow: hidden;
}
.header_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.header_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
footer .header_left {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.header_logo {
  max-width: 220px;
  max-height: 70px;
}
.header_logo img {
  max-width: 120px;
  max-height: 70px;
}
.header_logo a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  color: #fff;


  font-family: "Yeseva One", serif;
  font-weight: 400;

  max-width: 100%;
  max-height: 100%;
}
.header_logo a svg {
  max-width: 100%;
  height: 100%;
  z-index: 1;
  position: relative;
}
.header_logo a svg path {
  fill: #fff !important;
}
.header_logo a:hover {
  color: #fe7c28;
}
.header_desc {
  margin-left: 40px;
  color: #fff;
  font-size: 18px;
  font-family: Lora, serif;
}
.header_right {
  text-align: right;
}
.header_phone {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
  font-size: 25px;
  font-weight: 600;
}
.header_phone:hover {
  color: #fe7c28;
}
.header_bt {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
}
.header_bt:hover {
  color: #fe7c28;
}
.s1 {
  position: relative;
  padding: 180px 0 100px;
  z-index: 3;
}
.s1_content {
  position: relative;
  z-index: 2;
}
.s1_title h1 {
  max-width: 615px;
}
.s1_title h2 {
  max-width: 50vw;
}
.s1_bottom {
  position: relative;
}
.s1_mob_img {
  display: none;
}
.s1_desc {
  margin-top: 50px;
  font-size: 20px;
  line-height: 1.37;
  max-width: 522px;
}
.s1_btn {
  margin-top: 50px;
}
.to_quize {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 17px;
  font-weight: 500;
  color: #fff;
  background: -webkit-linear-gradient(
          left,
          #fd214a 0,
          rgba(253, 71, 68, 0.95) 100%
  );
  background: linear-gradient(90deg, #fd214a 0, rgba(253, 71, 68, 0.95) 100%);
  width: 312px;
  height: 82px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  cursor: pointer;
  padding: 16px 30px;
}
.to_quize:hover {
  box-shadow: 0 0 15px #fd214a;
}
.s2 {
  padding: 40px 0;
}
.s2_title {
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
}
.s2_quize {
  margin-top: 30px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.marquiz__frame {
  height: 770px !important;
}
.s3 {
  padding: 40px 0;
}
.s3_title {
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
}
.s3_title h2 {
  font-weight: 700;
}
.s3_items {
  margin-top: 50px;
}
.s3_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 50px;
}
.s3_item_left {
  width: 50%;
}
.s3_item_slider_top_item a {
  position: relative;
  width: 100%;
  padding-top: 65%;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.s3_item_slider_top_item a img {
  border-radius: 20px;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  -o-object-fit: cover;
  object-fit: cover;
}
.s3_item_bottom {
  margin-top: 20px;
}
.s3_item_bottom_item_wr {
  padding: 5px;
}
.s3_item_bottom_item {
  position: relative;
  width: 100%;
  height: 80px;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.s3_item_bottom_item img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
}
.s3_item_btn {
  margin-top: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 22px;
  font-weight: 500;
  color: #fff;
  background: -webkit-linear-gradient(
          left,
          #fd214a 0,
          rgba(253, 71, 68, 0.95) 100%
  );
  background: linear-gradient(90deg, #fd214a 0, rgba(253, 71, 68, 0.95) 100%);
  width: 100%;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  cursor: pointer;
  padding: 16px 30px;
}
.s3_item_btn:hover {
  box-shadow: 0 0 15px #fd214a;
}
.s3_item_right {
  width: 50%;
  padding-left: 30px;
}
.s3_item_right h3 {
  margin-bottom: 10px;
}
.s3_item_btn_mob {
  display: none;
}

/* Стрелки слайдера отзывов */
.reviews-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 64px;
    height: 64px;
    background: rgba(220, 38, 38, 0.85);
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 4px 16px rgba(220,38,38,0.3);
    transition: background 0.2s, transform 0.2s;
}
.reviews-arrow:hover {
    background: rgba(185, 28, 28, 1);
    transform: translateY(-50%) scale(1.08);
}
.reviews-arrow svg {
    width: 28px;
    height: 28px;
    stroke: #fff;
}
.reviews-arrow-left { left: 20px; }
.reviews-arrow-right { right: 20px; }

@media (max-width: 768px) {
    .reviews-arrow {
        width: 42px;
        height: 42px;
    }
    .reviews-arrow svg {
        width: 18px;
        height: 18px;
    }
    .reviews-arrow-left { left: 8px; }
    .reviews-arrow-right { right: 8px; }
}

/* Блок фото-отзывов */
.otzyvy-foto-section {
    margin-bottom: 170px;
    padding-top: 40px;
}
.wrapper-otzyvy {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding: 0 100px;
}
.otzyvy-h2 {
    text-align: center;
    color: #000;
    font-size: 36px;
    line-height: 52px;
    font-weight: bold;
}
.otzyvy-sub_title {
    font-size: 25px;
    margin-top: 10px;
    line-height: 38px;
    text-align: center;
}
.otzyvy-mb80 {
    margin-bottom: 80px;
}
.otzyvy-mb40 {
    margin-bottom: 40px;
}
.otzyvy-top {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}
.otzyvy_elem_yandex_img {
    flex: 1 1 50%;
    min-width: 0;
}
.otzyvy_elem_yandex_img a {
    display: block;
}
.otzyvy_elem_yandex_img img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    display: block;
}
.otzyvy-top-right {
    flex: 1 1 50%;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.otzyvy-bottom {
    display: flex;
    gap: 20px;
    margin-top: 20px;
}
.otzyvy-bottom .otzyvy_elem_img {
    flex: 0 0 calc(50% - 10px);
    min-width: 0;
}
.otzyvy_elem_img {
    min-width: 0;
}
.otzyvy_elem_img a {
    display: block;
}
.otzyvy_elem_img img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    display: block;
}
@media (max-width: 600px) {
    .otzyvy-top,
    .otzyvy-bottom {
        flex-direction: column;
    }
    .otzyvy_elem_yandex_img,
    .otzyvy-top-right,
    .otzyvy-bottom .otzyvy_elem_img {
        flex: 1 1 100%;
        width: 100%;
    }
    .wrapper-otzyvy { padding: 0 20px; }
}

.s4 {
  padding: 40px 0;
  position: relative;
  overflow: hidden;
}
.s4_items {
  margin-top: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.s4_left {
  width: 52%;
  position: relative;
  margin-bottom: -90px;
}
.s4_left img:last-child {
  position: relative;
  top: -90px;
}
.s4_right {
  width: 52%;
  padding-left: 40px;
}
.s4_right_title {
  font-size: 32px;
  line-height: 1.2;
}
.s4_right_items {
  margin-top: 25px;
}
.s4_right_item {
  margin-bottom: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.s4_right_item:last-child {
  margin-bottom: 0;
}
.s4_right_item_ico {
  width: 40px;
}
.s4_right_item_ico svg {
  width: 100%;
}
.s4_right_item_content {
  width: 86%;
  padding-left: 24px;
}
.s4_right_item_title {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 700;
}
.s4_right_item_desc {
  font-size: 16px;
  line-height: 1.4;
}
.s5 {
  padding: 40px 0;
}
.s5_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.s5_item {
  width: 32%;
}
.s5_item img {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.s5_item:hover img {
  -webkit-transform: rotate(2deg);
  -ms-transform: rotate(2deg);
  transform: rotate(2deg);
}
.s6 {
  position: relative;
  padding: 40px 0;
}
.s6 .screen_img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 2;
}
.s6_content {
  position: relative;
  z-index: 3;
  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;
}
.s6_left {
  width: 50%;
  max-width: 510px;
}
.s6_title {
  color: #fff;
  font-size: 40px;
  line-height: 1.2;
  font-weight: 700;
}
.s6_subtitle {
  font-size: 20px;
  line-height: 1.37;
  color: rgba(255, 255, 255, 0.6);
  padding: 15px 0 20px;
}
.s6_item {
  position: relative;
  padding: 10px 0 20px 36px;
}
.s6_item_ico {
  position: absolute;
  top: 15px;
  left: 0;
  width: 26px;
  height: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  color: #fff;
  background: #f20909;
  border-radius: 4px;
}
.s6_item_title {
  color: #fff;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
}
.s6_item_desc {
  color: #fff;
  font-size: 16px;
  line-height: 1.37;
}
.s6_right {
  width: 50%;
  padding-left: 40px;
}
.s7 {
  position: relative;
  padding: 40px 0;
}
.s7 .screen_img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 2;
}
.s7_items {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.s7_left {
  width: 56%;
  background: rgba(0, 0, 0, 0.8);
  padding: 40px;
  border-radius: 20px;
}
.s7_left_content {
  max-width: 530px;
}
.s7_left_title {
  font-size: 36px;
  line-height: 1.2;
  font-weight: 700;
  color: #fff;
}
.s7_left_desc ul {
  margin: 10px 0 0 20px;
  padding: 0;
}
.s7_left_desc li {
  list-style: initial;
  padding: 20px 0 10px;
  margin: 0;
  font-size: 20px;
  line-height: 1.5;
  color: #fff;
}
.s7_right {
  width: 40%;
  background: #fff;
  padding: 40px;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.s7_right_title {
  font-size: 22px;
  line-height: 1.37;
  font-weight: 700;
  text-align: center;
}
.s7_right_subtitle {
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
}
.s7_right_form {
  margin-top: 30px;
}
.s7_right_form_input {
  width: 100%;
  margin-bottom: 10px;
}
.s7_right_form_input label {
  padding-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  font-weight: 500;
}
.s7_right_form_input input {
  width: 100%;
  padding: 0 10px;
  border: 1px solid rgba(6, 6, 7, 0.15);
  height: 46px;
  border-radius: 4px;
}
.s7_right_submit {
  width: 100%;
  margin-top: 20px;
}
.s7_right_submit input {
  border: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 22px;
  font-weight: 500;
  color: #fff;
  background: -webkit-linear-gradient(
          left,
          #fd214a 0,
          rgba(253, 71, 68, 0.95) 100%
  );
  background: linear-gradient(90deg, #fd214a 0, rgba(253, 71, 68, 0.95) 100%);
  width: 100%;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  cursor: pointer;
}
.s7_right_submit input:hover {
  box-shadow: 0 0 15px #fd214a;
}
footer {
  background: #000;
  position: relative;
  overflow: hidden;
  padding: 20px 0;
}
.footer_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.footer_logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  color: #fe7c28;
  font-family: Lora, serif;
}
.footer_logo a:hover {
  color: #fff;
}
.footer_content {
  padding-left: 40px;
}
.footer_menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer_menu li {
  margin-right: 20px;
}
.footer_menu li a {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}
.footer_menu li a:hover {
  color: #fe7c28;
}
.footer_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}
.footer_col {
  margin-right: 20px;
  font-size: 14px;
  color: #797979;
}
.bonus__layer,
.button,
.button_color_theme {
  background: -webkit-linear-gradient(
          left,
          #fd214a 0,
          rgba(253, 71, 68, 0.95) 100%
  ) !important;
  background: linear-gradient(
          90deg,
          #fd214a 0,
          rgba(253, 71, 68, 0.95) 100%
  ) !important;
}
@media screen and (max-width: 1800px) {
  .wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 1700px) {
  .wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 1600px) {
  .wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
  .s1 {
    padding: 110px 0 50px;
  }
  .s1_title h1 {
    max-width: 495px;
    font-size: 44px;
  }
}
@media screen and (max-width: 1500px) {
  .wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 1450px) {
  .wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 1350px) {
  .wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 1270px) {
  .wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
  h1 {
    font-size: 48px;
  }
  h2 {
    font-size: 38px;
  }
  .s1_title h1 {
    max-width: 495px;
  }
  .s1_desc {
    margin-top: 40px;
    font-size: 18px;
    max-width: 430px;
  }
  .marquiz__frame {
    max-height: 90vh !important;
  }
  .marquiz__modal {
    max-width: 90vw !important;
  }
  .s4_right_title {
    font-size: 26px;
  }
  .s7_left_title {
    font-size: 31px;
  }
  .s7_left_desc li {
    font-size: 18px;
  }
}
@media screen and (max-width: 992px) {
  .wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
  h1 {
    font-size: 34px;
  }
  h2 {
    font-size: 24px;
  }
  .s1_title h1 {
    max-width: 380px;
    font-size: 30px;
  }
  .s1_desc {
    font-size: 16px;
    max-width: 325px;
    margin-top: 0;
  }
  .s3_item_left {
    width: 40%;
  }
  .s3_item_right {
    width: 60%;
  }
  .s4_items {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .s4_left {
    width: 100%;
  }
  .s4_right {
    width: 100%;
    padding-left: 0;
    padding-top: 20px;
  }
  .s6_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .s6_left {
    width: 100%;
    margin-top: 20px;
  }
  .s6_right {
    width: 100%;
    padding-left: 0;
  }
  .s7_items {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .s7_left {
    width: 100%;
  }
  .s7_right {
    width: 100%;
    margin-top: 20px;
  }
}
@media screen and (max-width: 720px) {
  .wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
  h1 {
    font-size: 30px;
  }
  h2 {
    font-size: 26px;
  }
  h3 {
    font-size: 14px;
  }
  .popup_subtitle {
    font-size: 13px;
  }
  header {
    position: fixed;
    height: 90px;
  }
  .header_items {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header_logo {
    max-height: 70px;
    max-width: 150px;
  }
  .header_logo img {
    max-height: 70px;
  }
  .header_left {
    align-items: center;
  }
  .header_phone {
    font-size: 20px;
  }
  .header_bt {
    font-size: 12px;
  }
  .header_right {
    align-items: flex-end !important;
  }
  .header-tagline {
    display: none;
  }
  .header-logo-title {
    font-size: 16px !important;
    max-width: 80px;
    line-height: 1.2;
    word-break: break-word;
    color: #fff;
  }
  .reviews-headings h3:first-child {
    font-size: 1.2rem !important;
  }
  .reviews-headings h3:last-child {
    font-size: 1.6rem !important;
  }
  .s1 {
    padding: 100px 0 50px;
  }
  .s1 .screen_img {
    display: none;
  }
  .s1 .wrapper {
    padding: 0;
  }
  .s1_title {
    padding: 0 15px;
  }
  .s1_title h1 {
    max-width: 310px;
  }
  .s1_bottom {
    margin-top: 20px;
  }
  .s1_mob_img {
    display: block;
    width: 100%;
    height: 90vw;
    object-fit: cover;
    object-position: 95% 90%;
  }
  .s1_title h2 {
    font-weight: bold;
    max-width: 100%;
  }
  .s1_desc {
    max-width: 100%;
    padding: 0 15px;
  }
  .s1_btn {
    padding: 0 15px;
    margin-top: 30px;
  }
  .to_quize {
    width: 100%;
  }
  .s3_item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .s3_item_left {
    width: 100%;
  }
  .s3_item_bottom_item {
    height: 60px;
  }
  .s3_item_right {
    width: 100%;
    padding-left: 0;
    padding-top: 20px;
  }
  .s3_item_btn {
    display: none;
  }
  .s3_item_btn_mob {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .s4 {
    padding-top: 0;
  }
  .s4_items {
    margin-top: 20px;
  }
  .s4_left img:last-child {
    width: 80px;
  }
  .s4_right_title {
    font-size: 17px;
  }
  .s4_right_item_ico {
    width: 25px;
  }
  .s4_right_item_content {
    width: 90%;
  }
  .s4_right_item_desc {
    font-size: 14px;
  }
  .s5 {
    padding-top: 0;
  }
  .s5_items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .s5_item {
    width: 100%;
    margin-bottom: 20px;
  }
  .s5_item:last-child {
    margin-bottom: 0;
  }
  .s6_title {
    font-size: 34px;
  }
  .s6_item_title,
  .s6_subtitle {
    font-size: 16px;
  }
  .s6_item_desc {
    font-size: 13px;
  }
  .s7_left {
    padding: 20px;
  }
  .s7_left_title {
    font-size: 21px;
  }
  .s7_left_desc li {
    font-size: 14px;
    padding: 10px 0 5px;
  }
  .s7_right {
    padding: 20px;
  }
  .footer_items {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer_content {
    padding-left: 0;
    width: 100%;
  }
  .footer_menu {
    margin-top: 20px;
  }
  .footer_menu ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer_menu li {
    padding: 10px 0;
  }
  .footer_row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer_col {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .footer_col:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 576px) {
  .wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 380px) {
  .wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}