@charset "UTF-8";

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body,
div,
dl,
dt,
dd,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
menu {
  margin: 0;
  padding: 0;
}

body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img,
abbr {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ul li,
menu li {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

legend {
  color: #000;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

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

a {
  text-decoration: none;
}

@font-face {
  font-family: 'MullerBlack';
  src: url("../fonts/MullerBlack.otf");
  font-weight: bold;
  font-weight-font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: 'MullerBlackItalic';
  src: url("../fonts/MullerBlackItalic.otf");
  font-weight: bold;
  font-weight-font-display: swap;
  font-style: italic;
}

@font-face {
  font-family: 'MullerLight';
  src: url("../fonts/MullerLight.otf");
  font-weight: normal;
  font-weight-font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: 'MullerLightItalic';
  src: url("../fonts/MullerLightItalic.otf");
  font-weight: normal;
  font-weight-font-display: swap;
  font-style: italic;
}

html {
  overflow-x: hidden;
}

.body {
  position: relative;
  background-color: #17171f;
  padding-bottom: 0px;
  max-width: 1920px;
  margin: 0 auto;
}

.body-bg-img {
  position: absolute;
  z-index: -1;
}

.body-bg-img__top-left {
  left: -35%;
  top: 350px;
}

.body-bg-img__top-right {
  right: -10%;
  top: 930px;
}

.body-bg-img__middle-left {
  left: -15%;
  top: 1900px;
}

.body-bg-img__middle-right {
  right: -30%;
  top: 2100px;
}

.body-bg-img__bottom-left {
  left: -20%;
  top: 4600px;
}

.body-bg-img__bottom-right {
  right: -9%;
  top: 3500px;
  z-index: 10;
}

.body-bg-img__bottom {
 display: none;
}

section {
  margin-bottom: 120px;
}

.section-title {
  position: relative;
  font-family: MullerBlackItalic;
  color: #ffffff;
  font-size: 40px;
  text-align: center;
  margin-bottom: 120px;
}

.section-title::before {
  position: absolute;
  content: attr(data-text);
  left: 51%;
  -webkit-transform: translateX(-52%);
  -ms-transform: translateX(-52%);
  transform: translateX(-52%);
  bottom: -2px;
  text-transform: uppercase;
  font-size: 33px;
  -webkit-text-stroke: 1px #242424;
  -webkit-text-fill-color: #17171f;
  z-index: -1;
}

.title {
  font-family: MullerBlackItalic;
  color: #ffffff;
}

.f-mb-i {
  font-family: MullerBlackItalic;
}

.f-mb {
  font-family: MullerBlack;
}

.f-ml {
  font-family: MullerLight;
}

.f-ml-i {
  font-family: MullerLightItalic;
}

.text-gradient {
  background-image: -o-linear-gradient(74deg, #ecd772 0%, #cc9240 16%, #f2cc73 50%, #f4a943 76%, #f1d76f 100%);
  background-image: linear-gradient(16deg, #ecd772 0%, #cc9240 16%, #f2cc73 50%, #f4a943 76%, #f1d76f 100%);
  background-size: 100%;
  background-repeat: repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
}

.mb-30 {
  margin-bottom: 30px;
}

.text-grey {
  color: #4b4b68;
}

.text-14 {
  font-size: 14px;
}

.text-40 {
  font-size: 40px;
}

.text-60 {
  font-size: 60px !important;
}

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

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.items-c {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.justify-b {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.justify-e {
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}

.container {
  max-width: 1100px;
  margin: 0 auto;
}

.btn {
  border-radius: 5px;
  background-image: -o-linear-gradient(74deg, #ecd772 0%, #cc9240 16%, #f2cc73 50%, #f4a943 76%, #f1d76f 100%);
  background-image: linear-gradient(16deg, #ecd772 0%, #cc9240 16%, #f2cc73 50%, #f4a943 76%, #f1d76f 100%);
  font-family: MullerBlackItalic;
  font-size: 20px;
  color: #17171a;
  border: none;
  padding: 20px 45px;
  cursor: pointer;
  -webkit-box-shadow: 2px 3px 0px 0px rgba(243, 179, 76, 0.4);
  box-shadow: 2px 3px 0px 0px rgba(243, 179, 76, 0.4);
}

.btn-shadow {
  display: inline-block;
  -webkit-box-shadow: 2px 3px 80px 0px #f4ad4878;
  box-shadow: 2px 3px 80px 0px #f4ad4878;
}

.btn span {
  display: block;
}

.btn:hover {
  background-image: -o-linear-gradient(74deg, #efda73 0%, #d19740 16%, #e4be71 50%, #e99f42 76%, #f1d76f 100%);
  background-image: linear-gradient(16deg, #efda73 0%, #d19740 16%, #e4be71 50%, #e99f42 76%, #f1d76f 100%);
}

.header {
  padding-top: 30px;
  padding-left: 50px;
  margin-bottom: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header-logo {
  display: grid;
  grid-template-columns: 1fr 2fr;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-preferred-size: 400px;
  flex-basis: 400px;
}

.header-logo__left {
  border-right: 1px solid #52525f;
}

.header-logo__right {
  margin-left: 40px;
}

.header-logo__right p {
  color: #52525f;
  font-family: MullerLight;
  font-size: 12px;
}

.header-menu {
  position: relative;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  background-color: #25252f;
  opacity: 0.71;
  display: grid;
  grid-template-columns: 1fr 1fr;
  z-index: 10;
}

.header-menu__left {
  position: absolute;
  border: 1px solid #2d2d35;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 10px 25px;
  left: -105px;
  z-index: -1;
  cursor: pointer;
  border-right: none;
}

.header-menu__middle {
  padding: 25px 40px;
  border-right: 1px solid #2d2e35;
}

.header-menu__middle-phone {
  position: relative;
  font-family: MullerBlackItalic;
  font-size: 20px;
  margin-left: 35px;
}

.header-menu__middle-phone a {
  color: #ffffff;
}

.header-menu__middle-phone::before {
  position: absolute;
  content: url(../images/phoneicon1.png);
  left: -35px;
}

.header-menu__middle-time {
  position: relative;
  font-family: MullerLight;
  font-size: 12px;
  color: #ffffff;
  letter-spacing: 0.1rem;
  margin-left: 35px;
}

.header-menu__middle-time::before {
  position: absolute;
  content: url(../images/greenlight.png);
  left: -35px;
}

.header-menu__right {
  padding: 25px 40px;
	transition-duration: 0.3s;
}

.header-menu__right:hover {
	cursor:pointer;
	background-image: -o-linear-gradient(89deg, #f00f44 0%, #8d0a0d 16%, #b10532 50%, #f00f44 76%, #b10532 100%);
  background-image: linear-gradient(1deg, #f00f44 0%, #8d0a0d 16%, #b10532 50%, #f00f44 76%, #b10532 100%);
	opacity: 1;
}

.header-menu__right-title {
  font-family: MullerBlackItalic;
  font-size: 20px;
  color: #ffffff;
}

.header-menu__right-info {
  font-family: MullerLight;
  font-size: 12px;
  color: #ffffff;
  letter-spacing: 0.1rem;
}

.header-menu-mobile {
  display: none;
}

.offer {
  background: url(../images/mainbg1.png) no-repeat top right;
  height: 1180px;
  position: relative;
}



.offer-inner__h1 {
  position: relative;
  font-size: 58px;
  max-width: 510px;
  line-height: 53px;
  z-index: 10;
  margin-bottom: 75px;
}

.offer-inner__h1::before {
  position: absolute;
  content: 'Честный';
  text-transform: uppercase;
  font-size: 120px;
  -webkit-text-stroke: 1px #242424;
  -webkit-text-fill-color: rgba(23, 23, 31, 0);
  z-index: -1;
  top: -30px;
}

.offer-inner-features {
  border-radius: 10px;
  background-color: rgba(37, 37, 46, 0.7);
  padding: 105px 30px 20px 30px;
  max-width: 580px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 60px;
  z-index: 10;
  position: relative;
}

.offer-inner-features__item {
  position: relative;
}

.offer-inner-features__item img {
  position: absolute;
  top: -135px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.offer-inner-features__item p {
  color: #ffffff;
  font-family: MullerLightItalic;
  font-size: 14px;
  line-height: 100%;
}

.offer-inner-features__item p span {
  display: block;
}

.offer-inner-features__item::after {
  position: absolute;
  content: '';
  width: 1px;
  height: 130px;
  background: #3f1b28;
  right: 0;
  top: -85px;
}

.offer-inner-features__item:last-child::after {
  content: none;
}

.offer-inner-features__item:nth-child(2) p {
  margin-left: 20px;
}

.offer-inner-features__item:nth-child(3) p {
  margin-left: 20px;
}

.offer-inner .btn {
  position: relative;
  z-index: 10;
  max-width: 365px;
}

.offer-inner .btn p {
  font-size: 26px;
}

.offer-inner .btn span {
  font-family: MullerLightItalic;
  font-size: 16px;
  line-height: 100%;
}

.offer-bottom {
  position: absolute;
  bottom: 0;
  width: 920px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
}

.offer-bottom::before {
  position: absolute;
  content: url(../images/manblock1.png);
  bottom: 33px;
  right: -363px;
  z-index: -1;
}

.offer-bottom__wrapper {
  border-radius: 10px;
  background-image: -o-linear-gradient(347deg, #1f1f25 0%, #1d1d23 35%, #1a1a20 52%, #1e1e25 79%, #222229 87%, #212127 89%, #1f1f25 99%);
  background-image: linear-gradient(103deg, #1f1f25 0%, #1d1d23 35%, #1a1a20 52%, #1e1e25 79%, #222229 87%, #212127 89%, #1f1f25 99%);
  -webkit-box-shadow: 0px 2px 0px 0px rgba(57, 57, 102, 0.27);
  box-shadow: 0px 2px 0px 0px rgba(57, 57, 102, 0.27);
  padding: 35px 35px 45px 155px;
  z-index: 10;
}

.offer-bottom__wrapper .title {
  font-size: 30px;
  max-width: 400px;
  line-height: 33px;
  margin-bottom: 30px;
}

.offer-bottom__wrapper .text-grey {
  line-height: 18px;
}

.offer-bottom__wrapper .text-grey span {
  display: block;
}

.offer-bottom__wrapper::before {
  position: absolute;
  content: url(../images/decorpic1.png);
  left: -55px;
  bottom: -80px;
}

.offer-bottom__talk {
  position: absolute;
  background: url(../images/talk1.png) no-repeat center;
  width: 273px;
  height: 172px;
  right: -50px;
  top: -650px;
  z-index: 1;
  padding: 30px;
}

.offer-bottom__talk-text {
  margin-bottom: 10px;
  font-family: MullerLightItalic;
  color: #ffffff;
  font-size: 14px;
  line-height: 19px;
}

.offer-bottom__talk-text span {
  display: block;
  font-family: MullerBlackItalic;
}

.offer-bottom__talk-info {
  color: #5e5e61;
  font-size: 12px;
  font-family: MullerLightItalic;
}

.why-we-block {
  height: 400px;
  padding: 140px 0;
  margin-bottom: 10px;
}

.why-we-block__wrapper {
  max-width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.why-we-block__left p {
  font-family: MullerBlackItalic;
  font-size: 33px;
  line-height: 80%;
}

.why-we-block__left p:nth-child(1) {
  color: #ffffff;
}

.why-we-block__left p:nth-child(2) {
  font-size: 83px;
  background-image: -o-linear-gradient(89deg, #f00f44 0%, #8d0a0d 16%, #b10532 50%, #f00f44 76%, #b10532 100%);
  background-image: linear-gradient(1deg, #f00f44 0%, #8d0a0d 16%, #b10532 50%, #f00f44 76%, #b10532 100%);
  line-height: 100%;
  background-repeat: repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
}

.why-we-block__left p:nth-child(3) {
  color: #ffffff;
  margin-left: 80px;
}

.why-we-block__left p:nth-child(3) span {
  display: block;
}

.why-we-block__right p {
  color: #ffffff;
  font-family: MullerLightItalic;
  line-height: 25px;
  -ms-flex-preferred-size: 300px;
  flex-basis: 300px;
  max-width: 300px;
}

.why-we-block.top-block {
  background: url(../images/block2elemeent1.png) no-repeat center;
}

.why-we-block.middle-block {
  background: url(../images/block2elemeent2.png) no-repeat center;
}

.why-we-block.bottom-block {
  background: url(../images/block2elemeent3.png) no-repeat center;
  height: 449px;
}

.feedback {
  margin-bottom: 50px;
}

.feedback-wrapper {
  display: grid;
  grid-template-columns: 45% 55%;
}

.feedback-left {
  position: relative;
}

.feedback-left img {
  position: absolute;
  max-width: unset;
  left: -120px;
  top: 0;
  z-index: -1;
}

.feedback-left__talk {
  position: absolute;
  background: url(../images/talk2.png) no-repeat center;
  height: 241px;
  width: 297px;
  padding: 40px 53px;
  left: -65px;
  top: -35px;
}

.feedback-left__talk-text {
  color: #ffffff;
  font-family: MullerLightItalic;
  font-size: 14px;
  line-height: 19px;
  max-width: 220px;
  margin-right: -30px;
  margin-bottom: 10px;
}

.feedback-left__talk-info {
  font-size: 12px;
  font-family: MullerLight;
  color: #5e5e61;
}

.feedback-right__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 80px;
}

.feedback-right__bottom-right p {
  font-family: MullerLight;
  font-size: 12px;
  line-height: 16px;
  color: #9696b0;
  max-width: 230px;
}

.feedback-item {
  position: relative;
  border-radius: 20px;
  border: 1px solid #313142;
  padding: 40px 15px 40px 70px;
  margin-bottom: 30px;
}

.feedback-item p {
  font-family: MullerLightItalic;
  font-size: 12px;
  line-height: 17px;
  color: #a8a8a8;
}

.feedback-item__avatar {
  position: absolute;
  left: -55px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.feedback-item__name {
  position: absolute;
  background: #17171f;
  bottom: -10px;
  padding-right: 5px;
  padding-left: 40px;
  right: 45px;
}

.feedback-item__name::before {
  position: absolute;
  content: url(../images/q.png);
  left: 8px;
  bottom: -8px;
}

.feedback-item__name p {
  color: #ffffff;
  font-family: MullerBlackItalic;
  font-size: 16px;
}

.price-top {
  position: relative;
  background-image: -webkit-gradient(linear, left top, right top, from(#1f1f25), to(#17171f));
  background-image: -o-linear-gradient(left, #1f1f25 0%, #17171f 100%);
  background-image: linear-gradient(90deg, #1f1f25 0%, #17171f 100%);
  padding-top: 65px;
  padding-bottom: 55px;
}

.price-top .section-title {
  margin-bottom: 20px;
}

.price-top__text {
  color: #5b5b6b;
  text-align: center;
  max-width: 470px;
  margin: 0 auto;
  font-family: MullerLight;
  line-height: 120%;
}

.price-items {
  background: #27272F;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}

.price-item {
  position: relative;
  padding: 150px 40px 40px 40px;
  text-align: center;
}

.price-item img {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.price-item__title {
  font-family: MullerBlackItalic;
  text-transform: uppercase;
  font-size: 38px;
  line-height: 100%;
  -webkit-text-stroke: 1px #525261;
  -webkit-text-fill-color: #27272F;
}

.price-item__name {
  font-family: MullerBlackItalic;
  color: #ffffff;
  font-size: 26px;
  margin-bottom: 25px;
}

.price-item__price {
  position: relative;
  font-family: MullerBlackItalic;
  color: #ffffff;
  font-size: 28px;
  line-height: 100%;
  background-image: -o-linear-gradient(89deg, #f00f44 0%, #8d0a0d 16%, #b10532 50%, #f00f44 76%, #b10532 100%);
  background-image: linear-gradient(1deg, #f00f44 0%, #8d0a0d 16%, #b10532 50%, #f00f44 76%, #b10532 100%);
  background-repeat: repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
}

.price-item__info {
  font-family: MullerLightItalic;
  font-size: 12px;
  color: #525261;
}

.price-item::after {
  position: absolute;
  content: '';
  background: #502333;
  width: 1px;
  height: 210px;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.price-item:last-child::after {
  content: none;
}

.price-bottom {
  position: relative;
  background: url(../images/block5bg.png) no-repeat bottom;
  background-size: cover;
  padding-top: 100px;
}

.price-bottom__title {
  position: absolute;
  font-size: 106px;
  text-transform: uppercase;
  font-family: MullerBlackItalic;
  line-height: 100%;
  background-image: -o-linear-gradient(89deg, #f00f44 0%, #8d0a0d 16%, #b10532 50%, #f00f44 76%, #b10532 100%);
  background-image: linear-gradient(1deg, #f00f44 0%, #8d0a0d 16%, #b10532 50%, #f00f44 76%, #b10532 100%);
  background-repeat: repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
  z-index: -1;
  left: 50%;
  top: 80px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-filter: drop-shadow(0px 0px 80px rgba(255, 0, 0, 0.31));
  filter: drop-shadow(0px 0px 80px rgba(255, 0, 0, 0.31));
}

.price-bottom-inner {
  max-width: 730px;
  margin: 0 auto -100px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 150px;
}

.price-bottom-inner__item {
  text-align: center;
}

.price-bottom-inner__item p {
  margin-top: -15px;
  font-size: 20px;
  color: #ffffff;
  font-family: MullerBlackItalic;
  line-height: 100%;
}

.price-bottom-inner__item p span {
  display: block;
}

.price-button {
  position: relative;
  text-align: center;
  bottom: -47px;
}

.price-button .btn {
  font-size: 35px;
  padding: 15px 55px;
}

.price-button .btn span {
  display: block;
  font-family: MullerLight;
  font-size: 16px;
}

.gift__title {
  text-transform: uppercase;
  font-size: 23px;
  font-family: MullerBlackItalic;
  line-height: 100%;
}

.gift__subtitle {
  font-family: MullerLight;
  margin-bottom: 30px;
}

.gift__subtitle span {
  font-family: MullerBlackItalic;
  font-size: 21px;
}

.gift-items {
  padding: 30px 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(50%, rgba(244, 172, 70, 0.1)), to(rgba(255, 255, 255, 0)));
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(244, 172, 70, 0.1) 50%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(244, 172, 70, 0.1) 50%, rgba(255, 255, 255, 0) 100%);
  margin-bottom: 25px;
}

.gift-items__inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.gift-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-right: 45px;
}

.gift-item.item-1::before {
  position: absolute;
  content: url(../images/gift1.png);
  left: 130px;
  top: -25px;
}

.gift-item.item-2 {
  padding-right: 50px;
}

.gift-item.item-2::before {
  position: absolute;
  content: url(../images/gift2.png);
  left: 70px;
  top: -25px;
}

.gift-item.item-3 {
  padding-right: 120px;
}

.gift-item.item-3::before {
  position: absolute;
  content: url(../images/gift3.png);
  left: 50px;
  top: -25px;
}

.gift-item p {
  line-height: 100%;
  font-family: MullerBlack;
  font-size: 15px;
}

.gift-item::after {
  position: absolute;
  content: '';
  width: 1px;
  height: 60px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(244, 172, 70, 0.2)), color-stop(50%, #f4ac46), to(rgba(244, 172, 70, 0.2)));
  background: -o-linear-gradient(top, rgba(244, 172, 70, 0.2) 0%, #f4ac46 50%, rgba(244, 172, 70, 0.2) 100%);
  background: linear-gradient(180deg, rgba(244, 172, 70, 0.2) 0%, #f4ac46 50%, rgba(244, 172, 70, 0.2) 100%);
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.gift-item:last-child::after {
  content: none;
}

.gift-button {
  border-radius: 5px;
  border: 1px solid #f4aa42;
  max-width: 400px;
  margin: 0 auto;
  padding: 25px 30px;
  cursor: pointer;
}


.gift-button:hover {
	border: none;
	 background-image: -o-linear-gradient(89deg, #f00f44 0%, #8d0a0d 16%, #b10532 50%, #f00f44 76%, #b10532 100%);
  background-image: linear-gradient(1deg, #f00f44 0%, #8d0a0d 16%, #b10532 50%, #f00f44 76%, #b10532 100%);
}

.gift-button p {
  text-align: center;
  font-family: MullerBlack;
  font-size: 23px;
}

.faq {
  margin-bottom: 0;
	
}

.faq .section-title {
  margin-bottom: 45px;
}

.faq-wrapper {
  background: #1a1a1f url(../images/block5bg.png) no-repeat bottom;
  background-size: contain;
  padding-top: 60px;
}

.faq-items {
  max-width: 925px;
  margin: 0 auto 60px;
}

.faq-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 10px;
  background-color: #27272f;
  padding: 20px 35px;
  margin-bottom: 15px;
}

.faq-item__number {
  font-family: MullerBlackItalic;
  font-size: 39px;
  color: #37374a;
  line-height: 100%;
  margin-right: 25px;
}

.faq-item__question {
  font-family: MullerBlack;
  color: #f7f7f7;
	width: 30%;
	padding: 10px;
}

.faq-item__arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}

.faq-question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 550px;
  margin: 0 auto;
}

.faq-item__answer {
	font-family: MullerLight;
  color: #f7f7f7;
	font-size: 15px;
	width: 60%;
	padding: 10px;
	
}

.faq-question-right__title {
  font-family: MullerBlackItalic;
  font-size: 28px;
  text-transform: uppercase;
  line-height: 100%;
  margin-bottom: 10px;
}

.faq-question-right__subtitle {
  font-size: 12px;
  font-family: MullerLight;
  color: #ffffff;
  line-height: 16px;
  margin-bottom: 20px;
}

.faq-question-right__subtitle span {
  display: block;
}

.faq-question-right__button {
  border-radius: 5px;
  background-color: #17171a;
  text-align: center;
  padding: 13px 55px;
  font-family: MullerBlack;
  font-size: 13px;
  max-width: 210px;
}

.faq-question-right__button:hover {
	 background-image: -o-linear-gradient(89deg, #f00f44 0%, #8d0a0d 16%, #b10532 50%, #f00f44 76%, #b10532 100%);
  background-image: linear-gradient(1deg, #f00f44 0%, #8d0a0d 16%, #b10532 50%, #f00f44 76%, #b10532 100%);
	cursor: pointer;
}

@media (max-width: 900px) {
  .body-bg-img {
    display: none;
  }

  .section-title {
    line-height: 100%;
  }

  .section-title span {
    display: block;
  }

  .section-title::before {
    content: none;
  }

  .container {
    padding: 0 15px;
  }
	
	#footer {
		text-align: center;
		background-color: none;
	}
	
	.footerright {
		width: 100%;
		text-align: center;
		float: none;
		display: inline-block;
	}
	
	.phonetextfooter {
		float: none;
		text-align: center;
	}
	
	.footerbutton {
		margin-left: 10%;
	}
	
	.socialholder {
		margin-right: 30%;
	}
}

@media (max-width: 576px) {
  section {
    margin-bottom: 40px;
  }

  .header {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 30px 15px;
    margin-bottom: 100px;
  }

  .header-logo {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    grid-template-columns: 75px 230px;
    grid-gap: 20px;
    margin-bottom: 20px;
  }

  .header-logo__left {
    border-right: none;
  }

  .header-logo__right {
    margin-left: 0;
  }

  .header-menu {
    border-radius: 8px;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .header-menu-mobile {
    display: block;
    position: absolute;
    top: 37px;
    right: 15px;
  }

  .header-menu__left {
    display: none;
  }

  .header-menu__middle {
    padding: 15px 14px;
  }

  .header-menu__middle-phone {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .header-menu__middle-time {
    font-size: 10px;
    letter-spacing: 0.05rem;
  }

  .header-menu__right {
    padding: 15px 14px;
  }

  .header-menu__right-title {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .header-menu__right-info {
    font-size: 10px;
    letter-spacing: 0.09rem;
  }

  .offer {
    background-size: contain;
    background-position-y: 295px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }

  .offer-inner__h1 {
    font-size: 38px;
    text-align: center;
  }

  .offer-inner__h1 span {
    display: block;
  }

  .offer-inner__h1::before {
    font-size: 90px;
    top: -60px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-text-stroke: 1px #393939;
  }

  .offer-inner-features {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: none;
    padding: unset;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 40px;
  }

  .offer-inner-features__item {
    border-radius: 10px;
    background-color: rgba(37, 37, 46, 0.4);
    -ms-flex-preferred-size: 49%;
    flex-basis: 49%;
    margin-bottom: 10px;
    padding: 15px 25px;
  }

  .offer-inner-features__item img {
    top: unset;
    position: relative;
  }

  .offer-inner-features__item::after {
    content: none;
  }

  .offer-inner-features__item:nth-child(1) {
    margin-right: 10px;
  }

  .offer-inner .btn-shadow {
    display: block;
    margin-bottom: 55px;
  }

  .offer-inner .btn {
    max-width: 100%;
  }

  .offer-bottom {
    position: relative;
    width: 100%;
  }

  .offer-bottom::before {
    content: none;
  }

  .offer-bottom__talk {
    display: none;
  }

  .offer-bottom__wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 35px 45px;
  }

  .offer-bottom__wrapper::before {
    content: none;
  }

  .offer-bottom__left {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 40px;
  }

  .offer-bottom__left .title {
    text-align: center;
  }

  .offer-bottom__left .title span {
    display: block;
  }

  .offer-bottom__left .text-grey {
    text-align: center;
  }

  .offer-bottom__right {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .offer-bottom__right .justify-e {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .offer-bottom__right .justify-e img {
    margin-right: 15px;
  }

  .offer-bottom__right .mb-30 {
    margin-bottom: 15px;
  }

  .offer-bottom__right .btn-shadow {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .why-we-block__wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    bottom: -310px;
  }

  .why-we-block__left {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    text-align: center;
    margin-bottom: 30px;
  }

  .why-we-block__left p:nth-child(3) {
    margin-left: 0;
  }

  .why-we-block__right {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    text-align: center;
  }

  .why-we-block__right p {
    margin: 0 auto;
  }

  .why-we-block.top-block {
    margin-bottom: 365px;
  }

  .why-we-block.middle-block {
    margin-bottom: 365px;
  }

  .why-we-block.bottom-block {
    margin-bottom: 365px;
  }

  .feedback-wrapper {
    grid-template-columns: 1fr;
    padding-left: 45px;
  }

  .feedback-left {
    display: none;
  }

  .feedback-right__bottom {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -45px;
  }

  .feedback-right__bottom .btn-shadow {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-bottom: 20px;
  }

  .feedback-right__bottom .flex {
    margin: 0 auto;
  }

  .price-items {
    grid-template-columns: 1fr;
  }

  .price-item {
    padding-bottom: 25px;
  }

  .price-item::after {
    content: none;
  }

  .price-bottom {
    padding-top: 110px;
    padding-bottom: 100px;
  }

  .price-bottom__title {
    font-size: 50px;
    top: 55px;
  }

  .price-bottom-inner {
    margin: 0 auto 0;
    grid-template-columns: 1fr;
    padding-bottom: 0;
  }

  .price-bottom-inner__item:nth-child(1) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .price-bottom-inner__item:nth-child(2) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .price-bottom-inner__item:nth-child(3) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .price-button {
    bottom: 60px;
  }

  .gift__title {
    margin-bottom: 25px;
  }

  .gift__subtitle span {
    display: block;
  }

  .gift-items {
    background: none;
  }

  .gift-items__inner {
    grid-template-columns: 1fr;
    grid-gap: 30px;
  }

  .gift-item {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-right: 0;
  }

  .gift-item::after {
    content: none;
  }

  .gift-item.item-1 {
    padding-right: 0;
  }

  .gift-item.item-1::before {
    left: 120px;
  }

  .gift-item.item-2 {
    padding-right: 0;
  }

  .gift-item.item-2::before {
    left: 100px;
  }

  .gift-item.item-3 {
    padding-right: 0;
  }

  .gift-item.item-3::before {
    left: 120px;
  }

  .gift-button {
    padding: 25px 20px;
  }

  .gift-button p {
    font-size: 22px;
  }
}







#footer {
	width: 100%;
	height: auto;
	margin-top: 100px;
	min-height: 360px;
	padding: 50px 50px 50px 50px;
}



.footerphone {
	float: right;
	display: inline-block;
	width: 280px;
	height: 40px;
	border-radius: 50px;
	padding-left: 20px;
	margin-top: -5px;
	margin-left: 10px;
	margin-bottom: 10px;
	transition-duration: 0.2s;
	
}

.footerphone:hover {
	cursor: pointer;
	background-color: #312752;

	
}



.footertext {
	font-family: MullerLight;
	font-size: 14px;
	color: white;
	width: 400px;
	margin-top: 30px;
	margin-bottom: 30px;
}

.footerleft {
	float: left;
	width: 400px;
	height: 300px;
	
	
}

.footerright {
	float: right;
	text-align: right;
	height: 300px;

	
}

.phonetextfooter {
	font-family: MullerBlack;
	font-size: 25px;
	margin-top: 0px;
	margin-bottom: 0px;
	color: white;
}

.footerbutton {
	
	width: 300px;
	height: 40px;
	margin-top: 10px;
	border-radius: 50px;
background-image: -o-linear-gradient(74deg, #ecd772 0%, #cc9240 16%, #f2cc73 50%, #f4a943 76%, #f1d76f 100%);
  background-image: linear-gradient(16deg, #ecd772 0%, #cc9240 16%, #f2cc73 50%, #f4a943 76%, #f1d76f 100%);
	transition-duration: 0.2s;
	margin-bottom: 50px;
	padding-top: 1px;
	text-align: center;
}

.footerbutton:hover {
	cursor: pointer;
	background-color: #414172;
}

.footerbuttontext {
	font-family: MullerLight;
	font-size: 15px;
	color: black;
	display: inline-block;
	margin-top: 8px;
}

.footerbottom {
	width: 100%;
	border-top: 1px solid #3b3a52;
	text-align: center;
float: left;
	height: 50px;
	margin-top: -80px;

}

.footerbottomtext1 {
	font-family: MullerLight;
	font-size: 14px;
	color: #565672;
	margin-top: 20px;
	margin-bottom: 5px;
}


.footerbottomtext2 {
	font-family: MullerLight;
	font-size: 14px;
	color: #565672;
	text-transform: uppercase;
	text-decoration: underline;
	margin-top: 0px;
	margin-bottom: 0px;
}



.social {
	opacity: 0.8;
	}


.social:hover {
	cursor: pointer;
	opacity: 1;
}



.modal_div {
	width: 400px; 
	height: auto; /* Рaзмеры дoлжны быть фиксирoвaны */
	border-radius: 5px;
	border: none;
	overflow: hidden;
	background: #fff;
	text-align: center;
	position: fixed; /* чтoбы oкнo былo в видимoй зoне в любoм месте */
	top: 10%; /* oтступaем сверху 45%, oстaльные 5% пoдвинет скрипт */
	left: 45%; /* пoлoвинa экрaнa слевa */
	margin-top: -150px;
	margin-left: -170px; /* тут вся мaгия центрoвки css, oтступaем влевo и вверх минус пoлoвину ширины и высoты сooтветственнo =) */
	display: none; /* в oбычнoм сoстoянии oкнa не дoлжнo быть */
	opacity: 0; /* пoлнoстью прoзрaчнo для aнимирoвaния */
	z-index: 9999; /* oкнo дoлжнo быть нaибoлее бoльшем слoе */
	padding: 10px 0px 30px;
}



/* Кнoпкa зaкрыть для тех ктo в тaнке) */
.modal_div .modal_close {
	width: 21px;
	height: 21px;
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
	display: block;
	color: black;
	z-index: 9999;
}



.popup_div1 .modal_close {
	width: 21px;
	height: 21px;
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
	display: block;
	color: black;
	z-index: 9999;
}

.modal_close {
	z-index: 9999;
}
/* Пoдлoжкa */
#overlay {
	z-index:999; /* пoдлoжкa дoлжнa быть выше слoев элементoв сaйтa, нo ниже слoя мoдaльнoгo oкнa */
	position:fixed; /* всегдa перекрывaет весь сaйт */
	background-color:#000; /* чернaя */
	opacity:0.8; /* нo немнoгo прoзрaчнa */
	-moz-opacity:0.8; /* фикс прозрачности для старых браузеров */
	filter:alpha(opacity=80);
	width:100%; 
	height:100%; /* рaзмерoм вo весь экрaн */
	top:0; /* сверху и слевa 0, oбязaтельные свoйствa! */
	left:0;
	cursor:pointer;
	display:none; /* в oбычнoм сoстoянии её нет) */
}


#telephone2 {
	width: 300px;
	height: 50px;
	border-radius: 5px;
	border: none;
	background-color: #e0e8f0;
	font-family: MullerLight;
	font-size: 18px;
	padding-left: 10px;
	display: inline-block;
	margin-top: 20px;
}

#name {
	width: 300px;
	height: 50px;
	border-radius: 5px;
	border: none;
	background-color: #e0e8f0;
	font-family: MullerLight;
	font-size: 18px;
	padding-left: 10px;
	display: inline-block;
		margin-top: 20px;
}


.submit {
font-family: MullerBlack;
	font-size: 18px;
	margin-top: 45px;
	color: white;
	width: 250px;
	height: 60px;
	border: none;
	text-align: center;
	border-radius: 5px;
	padding-top: 1px;
	 background-image: -o-linear-gradient(89deg, #f00f44 0%, #8d0a0d 16%, #b10532 50%, #f00f44 76%, #b10532 100%);
  background-image: linear-gradient(1deg, #f00f44 0%, #8d0a0d 16%, #b10532 50%, #f00f44 76%, #b10532 100%);
	transition-duration: 0.3s;
	-webkit-box-shadow: 0px 4px 0px 0px rgba(119, 45, 54, 1);
-moz-box-shadow: 0px 4px 0px 0px rgba(119, 45, 54, 1);
box-shadow: 0px 4px 0px 0px rgba(119, 45, 54, 1);
	
}

.submit:hover {
	background: #e60c3b;
	cursor: pointer;
	
}

.formtext1 {
	
	font-family: MullerBlack;
	font-size: 35px;
	width: 80%;
	text-align: center;
	margin: 0 auto;
	line-height: 30px;
	margin-top: 20px;
}

.formtext2 {
	font-family: MullerLight;
	font-size: 18px;
	width: 80%;
	margin: 0 auto;
	margin-top: 20px;
}


















.preview-block__btn {
    max-width: 350px;
    margin-top: 15px;
}

.custom-btn {
 
    position: relative;

    cursor: pointer;
    overflow: hidden;

    -webkit-transition: ease 0.3s;
    transition: ease 0.3s;
}

.custom-btn:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #fa4923;
    opacity: 0;
    z-index: 1;
    -webkit-transition: ease 0.3s;
    transition: ease 0.3s;
}

.custom-btn:after {
    content: "";
    display: block;
    width: 30px;
    height: 300px;
    margin-left: 60px;
    background: #fff;
    position: absolute;
    left: -40px;
    top: -150px;
    z-index: 1;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
    -webkit-animation-name: slideme;
    animation-name: slideme;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-delay: 0.05s;
    animation-delay: 0.05s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@-webkit-keyframes slideme { 0% { left: -30px; margin-left: 0px; }
  30% { left: 110%; margin-left: 80px; }
  100% { left: 110%; margin-left: 80px; } }

