@font-face {
  font-family: "Raleway";
  font-weight: 600;
  src: local("Raleway-SemiBold"), 
       url("../fonts/Raleway-SemiBold.woff2") format("woff2"), 
       url("../fonts/Raleway-SemiBold.ttf") format("ttf");
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nunito";
  font-weight: 400;
  src: local("NunitoSans-Regular"), 
       url("../fonts/NunitoSans-Regular.woff2") format("woff2"), 
       url("../fonts/NunitoSans-Regular.ttf") format("ttf");
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nunito";
  font-weight: 500;
  src: local("NunitoSans-Medium"), 
       url("../fonts/NunitoSans-Medium.woff2") format("woff2"), 
       url("../fonts/NunitoSans-Medium.ttf") format("ttf");
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nunito";
  font-weight: 600;
  src: local("NunitoSans-SemiBold"), 
       url("../fonts/NunitoSans-SemiBold.woff2") format("woff2"), 
       url("../fonts/NunitoSans-SemiBold.ttf") format("ttf");
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nunito";
  font-weight: 700;
  src: local("NunitoSans-Bold"), 
       url("../fonts/NunitoSans-Bold.woff2") format("woff2"), 
       url("../fonts/NunitoSans-Bold.ttf") format("ttf");
  font-style: normal;
  font-display: swap;
}

html {
    line-height: 1.2; 
    -webkit-text-size-adjust: 100%; 
    overflow-x: hidden;
  }
  body {
    margin: 0;
    overflow-x: hidden;
  }
  
  main {
    display: block;
  }
  
  hr {
    -webkit-box-sizing: content-box;
            box-sizing: content-box; 
    height: 1px;
    background: #4E4E4E; 
    margin: 0;
    border: 0;
    overflow: visible; 
  }
  
  pre {
    font-family: monospace, monospace; 
    font-size: 1em; 
  }
  
  a {
    background-color: transparent;
  }
  
  abbr[title] {
    border-bottom: none; 
    text-decoration: underline; 
    -webkit-text-decoration: underline dotted; 
            text-decoration: underline dotted; 
  }
  
  b,
  strong {
    font-weight: 700;
  }
  
  code,
  kbd,
  samp {
    font-family: monospace, monospace; 
    font-size: 1em; 
  }
  
  small {
    font-size: 80%;
  }
  
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  
  sub {
    bottom: -0.25em;
  }
  
  sup {
    top: -0.5em;
  }

  img {
    border-style: none;
    display: block;
  }
  
  button,
  input,
  optgroup,
  select,
  textarea {
    font-family: inherit; 
    font-size: 100%; 
    line-height: 1.15; 
    margin: 0; 
  }
  
  button,
  input { 
    overflow: visible;
  }

  button,
  select { 
    text-transform: none;
  }
  button {
    outline: none;
    cursor: pointer;
    border: none;
    background-color: transparent;
  }
  button,
  [type="button"],
  [type="reset"],
  [type="submit"] {
    -webkit-appearance: button;
  }
  
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
  }
  
  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
  }
  
  fieldset {
    padding: 0.35em 0.75em 0.625em;
  }
  
  legend {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; 
    color: inherit; 
    display: table; 
    max-width: 100%; 
    padding: 0; 
    white-space: normal; 
  }
  
  progress {
    vertical-align: baseline;
  }

  textarea {
    overflow: auto;
  }
  
  [type="checkbox"],
  [type="radio"] {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; 
    padding: 0; 
  }
  
  [type="number"]::-webkit-inner-spin-button,
  [type="number"]::-webkit-outer-spin-button {
    height: auto;
  }
  
  [type="search"] {
    -webkit-appearance: textfield; 
    outline-offset: -2px;
  }
  
  [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  
  ::-webkit-file-upload-button {
    -webkit-appearance: button; 
    font: inherit;
  }
  
  details {
    display: block;
  }

  summary {
    display: list-item;
  }

  template {
    display: none;
  }
  

  [hidden] {
    display: none;
  }
p{
  margin: 0;
}
*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
html.burger-lock, html.lock {
  overflow: hidden;
}
body.burger-lock, body.lock {
  overflow: hidden;
}
button:focus-visible,
input:focus-visible,
textarea:focus-visible { 
  outline: none;
}

body, header, main, footer{
  font-family: "Nunito";
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  color: #FAFAFA;
  text-decoration: none;
  margin: 0;
  padding: 0;
  background: #1A1A1A;
  min-width: 320px;
}
h1{
  font-family: "Raleway";
  font-weight: 600;
  line-height: 1.3;
  font-size: 62px;
  color: #FAFAFA;
  margin: 0;
}
h2{
  font-family: "Raleway";
  font-weight: 600;
  line-height: 1.3;
  font-size: 48px;
  color: #FAFAFA;
  margin: 0;
}
h3{
  font-family: "Raleway";
  font-weight: 600;
  line-height: 1.3;
  font-size: 38px;
  color: #FAFAFA;
  margin: 0;
}
h4{
  font-family: "Raleway";
  font-weight: 600;
  line-height: 1.3;
  font-size: 30px;
  color: #FAFAFA;
  margin: 0;
}
h5{
  font-family: "Raleway";
  font-weight: 600;
  line-height: 1.3;
  font-size: 25px;
  color: #FAFAFA;
  margin: 0;
}
h6{
  font-family: "Raleway";
  font-weight: 600;
  line-height: 1.3;
  font-size: 20px;
  color: #FAFAFA;
  margin: 0;
}
a{
  color: inherit;
  text-decoration: none;
  -webkit-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
a:hover{
  color: #FF69B4;
  text-decoration: none;
}

.container{
    max-width: 1390px;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: auto;
    margin-right: auto;
}
.swiper{
  overflow: visible;
}

.header__wrapper{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 32px 0;
}
.header__logo img{
  height: 60px;
  width: auto;
}
.header__place-tit,
.header__contact-tit{
  color: #C1C1C1;
}
.header__place-address{
  color: inherit;
  -webkit-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
.header__place-address:hover{
  color: #FF69B4;
}
.header__contact-phone{
  font-size: 20px;
}
.header__btns{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 12px;
}
.header__mob{
  display: none;
}
.round-btn{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 1px solid #FAFAFA;
  background: #1A1A1A;
  -webkit-transition: background .2s ease;
  -o-transition: background .2s ease;
  transition: background .2s ease;
}
.round-btn img{
  -webkit-transition: -webkit-filter .2s ease;
  transition: -webkit-filter .2s ease;
  -o-transition: filter .2s ease;
  transition: filter .2s ease;
  transition: filter .2s ease, -webkit-filter .2s ease;
  -webkit-filter: invert(0);
          filter: invert(0);
}
.round-btn:hover{
  background: #FAFAFA;
}
.round-btn:hover img{
  -webkit-filter: invert(1);
          filter: invert(1);
}
.btn{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  gap: 10px;
  color: #FAFAFA;
  height: 56px;
  padding: 0 24px;
  border-radius: 34px;
  border: 1px solid #FAFAFA;
  background: #1A1A1A;
  -webkit-transition: background .2s ease, color .2s ease;
  -o-transition: background .2s ease, color .2s ease;
  transition: background .2s ease, color .2s ease;
}
.btn_inv{
  color: #1A1A1A;
  background: #FAFAFA;
  -webkit-transition: background .2s ease, color .2s ease;
  -o-transition: background .2s ease, color .2s ease;
  transition: background .2s ease, color .2s ease;
}
.btn img{
  -webkit-transition: -webkit-filter .2s ease;
  transition: -webkit-filter .2s ease;
  -o-transition: filter .2s ease;
  transition: filter .2s ease;
  transition: filter .2s ease, -webkit-filter .2s ease;
  -webkit-filter: invert(0);
          filter: invert(0);
}
.btn_inv img{
  -webkit-transition: -webkit-filter .2s ease;
  transition: -webkit-filter .2s ease;
  -o-transition: filter .2s ease;
  transition: filter .2s ease;
  transition: filter .2s ease, -webkit-filter .2s ease;
  -webkit-filter: invert(1);
          filter: invert(1);
}
.btn_pink img{
  -webkit-transition: -webkit-filter .15s ease;
  transition: -webkit-filter .15s ease;
  -o-transition: filter .15s ease;
  transition: filter .15s ease;
  transition: filter .15s ease, -webkit-filter .15s ease;
/*  filter: invert(1) contrast(1) sepia(0) hue-rotate(0deg) saturate(0);*/
}
.btn:hover{
  color: #1A1A1A;
  background: #FAFAFA;
}
.btn_inv:hover{
  color: #FAFAFA;
  background: #1A1A1A;
}
.btn_pink:hover{
  color: #FF69B4;
  background: #FAFAFA;
}
.btn:hover img{
  -webkit-filter: invert(1);
          filter: invert(1);
}
.btn_inv:hover img{
  -webkit-filter: invert(0);
          filter: invert(0);
}
.btn_pink:hover img{
  -webkit-filter: invert(0) contrast(0.5) sepia(1) hue-rotate(305deg) saturate(12);
          filter: invert(0) contrast(0.5) sepia(1) hue-rotate(305deg) saturate(12);
}
.btn_l{
  background: #1A1A1A;
}
.btn_l:hover{
  background: #1A1A1A;
}
.header__mobile{
  display: none;
}
.header__menu{
  background: #232323;
  -webkit-transition: .2s ease;
  -o-transition: .2s ease;
  transition: .2s ease;
}
.header__menu.fixed{
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, .12);
  box-shadow: 0 0 7px rgba(0, 0, 0, .12);
  position: fixed;
  top: -10px;
  left: 0;
  right: 0;
  z-index: 1000;
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
}
.header__menu-wrapper{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 24px 0;
}
.header__menu-link{
  font-weight: 500;
}
.header__mob-phone{
  display: none;
}
.intro{
  padding: 64px 0 70px;
}
.intro__wrapper{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 20px;
}
.into__text{
  max-width: 850px;
}
.into__text h1{
  padding: 40px 0 15px;
}
.intro__subtitle{
  font-size: 20px;
  color: #C1C1C1;
}
.intro__list{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 40px 0 50px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  list-style: none;
}
.intro__list-item{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  padding: 16px 0;
  border-bottom: 1px solid #343434;
}
.intro__list-item:first-child{
  border-top: 1px solid #343434;
}
.intro__list-item::before{
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #FF69B4;
  margin: 0 12px;
}
.intro__btns{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  gap: 24px;
}
.btn_intro{
  height: 72px;
  padding: 0 48px;
}
.intro__btns .intro-slash{
  width: 1px;
  height: 72px;
  background: #343434;
}
.intro__btns p{
  font-weight: 500;
  color: #C1C1C1;
}
.intro__img img{
  max-width: 490px;
  height: auto;
}
.inside{
  padding: 80px 0;
}
.inside_l{
  padding: 80px 0;
  background: #FFFFFF;
}
.section-title{
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
.section-title p{
  color: #838383;
  font-weight: 600;
  margin-bottom: 8px;
}
.inside_l .section-title h2{
  color: #1A1A1A;
}
.inside_l .section-title p{
  color: #888888;
}
.actions__wrapper{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 32px;
}
.actions__cards{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  counter-reset: actions;
}
.actions__card{
  padding: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-right: 1px solid #343434;
  counter-increment: actions;
}
.actions__card_m:first-child .actions__card{
  border-left: 1px solid #343434;
}
.actions__card::after{
  content: counter(actions);
  display: block;
  font-family: "Raleway";
  font-weight: 600;
  font-size: 80px;
  color: #2B2B2B;
  margin: auto auto 0;
}
.actions__card p{
  position: relative;
}
.actions__card p::before{
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: -33px;
  width: 1px;
  height: 100%;
  background: #FF69B4;
}
.actions__remar{
  padding: 32px;
  background: #343434;
  border-radius: 4px;
  height: 300px;
  width: 550px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.actions__remar-title{
  font-weight: 600;
  font-size: 25px;
  font-family: "Raleway";
  margin-bottom: 12px;
}
.actions__remar-text{
  color: #C1C1C1;
}
.actions__btns{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  gap: 24px;
  margin-top: auto;
}
.actions__btns .intro-slash{
  width: 1px;
  height: 56px;
  background: #4E4E4E;
}
.actions__btns p{
  color: #C1C1C1;
}
.slider__title{
  font-family: "Raleway";
  font-weight: 600;
  font-size: 38px;
  padding-left: 16px;
  margin-bottom: 32px;
  position: relative;
}
.slider__title::before{
  content: '';
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #FF69B4;
}
.burial__slide{
  padding: 40px;
  border: 1px solid #4E4E4E;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 800px;
  height: auto;
}
.cremation__slide{
  padding: 40px;
  border: 1px solid #4E4E4E;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 670px;
}
.burial__slide-title{
  font-family: "Raleway";
  font-weight: 600;
  font-size: 25px;
}
.burial__top hr{
  margin: 16px 0;
}
.burial__slide-service{
  color: #DDDDDD;
  padding-left: 16px;
  margin-bottom: 12px;
  position: relative;
}
.burial__slide-service::before{
  content: '';
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #FF69B4;
}
.burial__end{
  margin-top: auto;
}
.burial__end-price{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.burial__end-txt{
  font-size: 14px;
  color: #838383;
}
.burial__end-cost{
  font-weight: 600;
  font-size: 25px;
  color: #DDDDDD;
}
.burial__end hr{
  margin: 16px 0;
}
.bnt_burial{
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.slider-btns{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 12px;
  margin-top: 24px;
}
.slider-button{
    width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  border: 1px solid #4E4E4E;
  background: #4E4E4E;
  opacity: 1;
  -webkit-transition: border .2s ease, opacity .2s ease;
  -o-transition: border .2s ease, opacity .2s ease;
  transition: border .2s ease, opacity .2s ease;
}
.slider-button:hover{
  border: 1px solid #FAFAFA;
}
.slider-button.swiper-button-disabled{
  opacity: 0.3;
  cursor: default;
}
.slider-button_prev{
  rotate: 180deg;
}
.funeral-line{
  margin: 40px 0;
}
.calc__wrapper{
  padding: 64px;
  background: #343434;
  border-radius: 10px;
}
.calc__wrapper .section-title{
  margin: 0;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.calc__text{
  max-width: 480px;
}
.calc__text p{
  margin-bottom: 24px;
}
.why__wrapper{
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  -ms-grid-rows: (1fr)[2];
  grid-template-rows: repeat(2, 1fr);
}
.why__wrapper > *:nth-child(1){
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.why__wrapper > *:nth-child(2){
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
.why__wrapper > *:nth-child(3){
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}
.why__wrapper > *:nth-child(4){
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}
.why__wrapper .section-title{
/*  grid-area: 1 / 1 / 2 / 2;*/
}
.why__items-inner_1{
/*  grid-area: 1 / 2 / 2 / 3;*/
  padding: 32px 0;
  position: relative;
}
.why__items-inner_1::before{
  content: '';
  display: block;
  width: 95%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #343434;
}
.why__items-inner_2{
/*  grid-area: 2 / 1 / 3 / 2;*/
  padding: 32px 0;
  position: relative;
}
.why__items-inner_2::before{
  content: '';
  display: block;
  width: 95%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #343434;
}
.why__items-inner_2::after{
  content: '';
  display: block;
  width: 95%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #343434;
}
.why__items-inner_3{
/*  grid-area: 2 / 2 / 3 / 3;*/
  padding: 32px 0;
  position: relative;
}
.why__items-inner_3::before{
  content: '';
  display: block;
  width: 95%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #343434;
}
.why__items-inner_3::after{
  content: '';
  display: block;
  width: 95%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #343434;
}
.why__items{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
}
.why__item{
  width: 100%;
  height: 215px;
  padding: 0 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-left: 1px solid #343434;
}
.why__item img{
  margin-top: auto;
  margin-right: auto;
}
.why__items .why__item:last-child{
  border-right: 1px solid #343434;
}
.why__items-inner_3 .why__item{
  border-left: 0;
}
.product__wrapper{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.product__item{
  min-height: 340px;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 12px 24px;
  border-right: 1px solid #DDDDDD;
  overflow: hidden;
}
.product__slide:last-child .product__item{
  border-right: 0;
}
.product__title{
  font-family: "Raleway";
  font-weight: 600;
  font-size: 25px;
  color: #1A1A1A;
  margin-bottom: 12px;
}
.product__text{
  color: #838383;
  margin-bottom: 12px;
}
.product__item picture{
  max-width: 280px;
  width: 100%;
  margin: auto auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.transport__wrapper{
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 24px 1fr 24px 1fr 24px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.transport__item{
  background: #2B2B2B;
  padding: 32px;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  width: 100%;
  min-height: 400px;
  height: 100%;
}
.transport__title{
  font-family: "Raleway";
  font-weight: 600;
  font-size: 20px;
  color: #FAFAFA;
  margin-bottom: 16px;
}
.transport__text{
  color: #C1C1C1;
}
.transport__wrapper img{
  position: absolute;
  right: -30px;
  bottom: -30px;
}
.transport__wrapper img.nr{
  right: 0;
}
.our__wrapper{
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 24px 1fr 24px 1fr;
  grid-template-columns: repeat(3, 1fr);
  -ms-grid-rows: 1fr 24px 1fr;
  grid-template-rows: repeat(2, 1fr);
  gap: 24px;
}
.our__wrapper > *:nth-child(1){
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.our__wrapper > *:nth-child(2){
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.our__wrapper > *:nth-child(3){
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
.our__wrapper > *:nth-child(4){
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.our__wrapper > *:nth-child(5){
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
.our__wrapper > *:nth-child(6){
  -ms-grid-row: 3;
  -ms-grid-column: 5;
}
.our__item{
  padding: 24px;
  border: 1px solid #4F4F4F;
  border-radius: 4px;
  width: 100%;
  -ms-flex-line-pack: center;
      align-content: center;
}
.our__name{
  position: relative;
}
.our__name::before{
  content: '';
  position: absolute;
  top: 0;
  left: -25px;
  width: 1px;
  height: 100%;
  background: #FF69B4;
}
.make__banner{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 24px 0;
  border-radius: 4px;
  border: 1px solid #343434;
  margin-bottom: 40px;
}
.make__banner-item{
  width: 100%;
  min-height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  padding: 0 32px;
  border-right: 1px solid #343434;
}
.make__banner-item:last-child{
  border-right: 0;
}
.make__banner-item img{
  width: 24px;
  height: 24px;
}
.make__banner-item p{
  margin-top: auto;
}
.make__slide{
  border-bottom: 1px solid #343434;
  padding-bottom: 16px;
  height: auto;
}
.make__slide-img{
  display: block;
  background: #fff;
  width: 100%;
  height: 350px;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 24px;
}
.make__slide-img img{
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
.make__slide-txt{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.make__slide-name{
  font-family: "Raleway";
  font-weight: 600;
  font-size: 20px;
}
.make__slide-cost{
  color: #DDDDDD;
}
.clean__wrapper{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
.clean__list{
  max-width: 600px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
.clean__item{
  width: 100%;
  padding: 16px 24px;
  border-radius: 4px;
  border: 1px solid #343434;
}
.clean__item p{
  font-size: 20px;
  position: relative;
}
.clean__item p::before{
  content: '';
  position: absolute;
  top: 0;
  left: -25px;
  width: 1px;
  height: 100%;
  background: #FF69B4;
}
.befaf__wrapper{
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 24px 1fr;
  grid-template-columns: repeat(2, 1fr);
  -ms-grid-rows: 1fr 24px 1fr;
  grid-template-rows: repeat(2, 1fr);
  gap: 24px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.befaf__wrapper > *:nth-child(1){
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.befaf__wrapper > *:nth-child(2){
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.befaf__wrapper > *:nth-child(3){
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.befaf__wrapper > *:nth-child(4){
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
.befaf__item span{
  display: block;
  width: 100%;
  padding-bottom: 12px;
  margin-bottom: 24px;
  border-bottom: 1px solid #343434;
  font-family: "Raleway";
  font-weight: 600;
  font-size: 20px;
  color: #888888;
}
.befaf__img{
  display: block;
  width: 320px;
  height: 220px;
  border-radius: 4px;
  overflow: hidden;
}
.befaf__img img{
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.question__wrapper{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
.question__title{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.question__title p{
  font-family: "Raleway";
  font-weight: 600;
  font-size: 48px;
  color: #1A1A1A;
}
.question__cont{
  max-width: 580px;
  width: 100%;
  margin-top: auto;
  padding: 4px 24px;
  position: relative;
}
.question__cont::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background: #FF69B4;
}
.question__cont p{
  font-size: 20px;
  color: #4E4E4E;
  margin-bottom: 12px;
}
.question__cont a{
  font-weight: 600;
  font-size: 30px;
  color: #1A1A1A;
  -webkit-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
.question__cont a:hover{
  color: #FF69B4;
}
.question__form{
  max-width: 470px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.question__form input{
  padding: 16px 24px;
  background: #EBEBEB;
  color: #1A1A1A;
  border-radius: 4px;
  border: 0;
  width: 100%;
}
.question__form input::-webkit-input-placeholder{
  color: #4E4E4E;
}
.question__form input::-moz-placeholder{
  color: #4E4E4E;
}
.question__form input:-ms-input-placeholder{
  color: #4E4E4E;
}
.question__form input::-ms-input-placeholder{
  color: #4E4E4E;
}
.question__form input::placeholder{
  color: #4E4E4E;
}
.question__form textarea{
  width: 100%;
  height: 160px;
  resize: none;
  padding: 16px 24px;
  background: #EBEBEB;
  color: #1A1A1A;
  border-radius: 4px;
  border: 0;
}
.question__form textarea::-webkit-input-placeholder{
  color: #4E4E4E;
}
.question__form textarea::-moz-placeholder{
  color: #4E4E4E;
}
.question__form textarea:-ms-input-placeholder{
  color: #4E4E4E;
}
.question__form textarea::-ms-input-placeholder{
  color: #4E4E4E;
}
.question__form textarea::placeholder{
  color: #4E4E4E;
}
.question__form button{
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.question__form p{
  font-size: 14px;
  color: #4E4E4E;
}
.question__form p a{
  font-size: 14px;
  color: #1A1A1A;
  text-decoration: underline;
  -webkit-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
.question__form p a:hover{
  color: #FF69B4;
}
.footer__wrapper{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  padding: 100px 0;
}
.footer__top{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.footer__logo img{
  height: 60px;
  width: auto;
}
.footer__cont{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  gap: 24px;
}
.footer__btns{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  gap: 12px;
  padding-right: 24px;
  border-right: 1px solid #343434;
}
.footer__btns-wrapper{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  gap: 12px;
}
.footer__phone a{
  font-size: 20px;
  font-weight: 700;
}
.footer__phone p{
  color: #C1C1C1;
}
.footer__end{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
.footer__info{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
.footer__info p{
  font-size: 14px;
  color: #888888;
}
.footer__info a{
  font-size: 14px;
  color: #888888;
  text-decoration: underline;
  -webkit-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
.footer__info a:hover{
  color: #FAFAFA;
}
.footer__grade{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  padding: 12px 16px;
  background: #343434;
  border-radius: 4px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.grade__tit{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
}
.grade__num{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  gap: 8px;
}
.grade__num img{
  width: 24px;
  height: 24px;
}
.grade__num span{
  font-weight: 600;
  color: #FFFFFF;
}
.grade__star{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  gap: 4px;
}
.grade__star img{
  width: 14px;
  height: auto;
}
.grade__txt{
  font-size: 12px;
  color: #B7B7B7;
}

.m_scroll,
.btn_m{
  display: none;
}

.map__block{
    width: 100%; 
    height: 760px;
}

.policy .section-title_w a{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  gap: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.policy .section-title_w a img{
  margin-top: -3px;
}
.policy__text>*{
  color: #DDDDDD;
}
.policy__text p{
  margin: 0 0 12px;
}
.policy__text ul{
  margin: 0 0 12px;
  padding-left: 18px;
}
.policy__text ul li::marker{
  color: #FF69B4;
}

.popup {
    background: rgba(0, 0, 0, .4);
    height: 100%;
    left: 50%;
    opacity: 0;
    overflow-y: auto;
    pointer-events: none;
    position: fixed;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    -webkit-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    transition: opacity .2s ease;
    width: 100%;
    z-index: 10000;
}
.popup.open {
    opacity: 1;
    pointer-events: all;
}
.popup__body {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 100%;
    padding: 50px 15px 20px;
    width: 100%;
}
.popup__content {
    max-width: 940px;
    min-height: auto;
    padding: 60px;
    position: relative;
    border-radius: 10px;
    scale: .4;
    -webkit-transition: scale .4s ease;
    -o-transition: scale .4s ease;
    transition: scale .4s ease;
    background-color: #4E4E4E;
    margin-left: auto;
    margin-right: auto;
}
.popup__content_calc {
    max-width: 1400px;
    width: 100%;
    padding: 20px;
    background-color: #FAFAFA;
}
.popup.open .popup__content {
    scale: 1;
}
.close-popup__wrapper {
  position: absolute;
  cursor: pointer;
  top: 0;
  right: 0;
  background-color: transparent;
  border-radius: 8px;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}
.close-popup__wrapper_calc {
  background-color: #FAFAFA;
}
.close-popup {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: scale .2s ease, -webkit-transform .2s ease;
  transition: scale .2s ease, -webkit-transform .2s ease;
  -o-transition: transform .2s ease, scale .2s ease;
  transition: transform .2s ease, scale .2s ease;
  transition: transform .2s ease, scale .2s ease, -webkit-transform .2s ease;
  width: 16px;
  height: 16px;
  padding: 25px;
}
.close-popup:hover{
  -webkit-transform: rotate(225deg);
      -ms-transform: rotate(225deg);
          transform: rotate(225deg);
/*  scale: 1.2;*/
}
.close-popup::after{
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  border-radius: 2px;
  background: #C1C1C1;
}
.close-popup::before{
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
  display: block;
  height: 20px;
  width: 1px;
  border-radius: 2px;
  background: #C1C1C1;
}
.close-popup_calc::after{
  background: #1A1A1A;
}
.close-popup_calc::before{
  background: #1A1A1A;
}
.result-wrapper{
  min-height: 200px;
}

.popup__wrapper{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 40px;
}
.popup__text{
  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;
}
.popup__title{
  font-family: "Raleway";
  font-size: 48px;
  font-weight: 600;
  color: #FAFAFA;
}
.popup__subtitle{
  color: #DDDDDD;
}
.popup__end{
  padding: 4px 16px;
  border-left: 1px solid #FF69B4;
  margin-top: auto;
}
.popup__end p{
  color: #DDDDDD;
  margin-bottom: 5px;
}
.popup__end a{
  font-size: 20px;
  font-weight: 600;
  color: #FAFAFA;
  -webkit-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
.popup__end a:hover {
    color: #FF69B4;
}
.popup__form{
  width: 360px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-left: 40px;
  border-left: 1px solid #838383;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
.popup__form input{
  padding: 16px 24px;
  background: #838383;
  color: #FAFAFA;
  border-radius: 4px;
  border: 0;
  width: 100%;
}
.popup__form input.error{
  border: 1px solid #FF69B4;
}
.popup__form p.error-message{
  color: #FF69B4;
}
.popup__form input::-webkit-input-placeholder{
  color: #DDDDDD;
}
.popup__form input::-moz-placeholder{
  color: #DDDDDD;
}
.popup__form input:-ms-input-placeholder{
  color: #DDDDDD;
}
.popup__form input::-ms-input-placeholder{
  color: #DDDDDD;
}
.popup__form input::placeholder{
  color: #DDDDDD;
}
.popup__form .btn{
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.popup__form p{
  font-size: 14px;
  color: #B7B7B7;
}
.popup__form p a{
  font-size: 14px;
  color: #EBEBEB;
  text-decoration: underline;
  -webkit-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
.popup__form p a:hover {
  color: #FF69B4;
}

.popup__wrapper_calc{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;

}
.popup__cost{
  padding: 60px;
}
.popup__cost>*{
  color: #1A1A1A;
}
.cost__title{
  font-family: "Raleway";
  font-size: 48px;
  font-weight: 600;
  margin-bottom: 40px;
}
.cost__elem{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 24px;
}
.radio__title{
  font-family: "Raleway";
  font-size: 20px;
  font-weight: 600;
}
.radio__items{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  gap: 8px;
}
.radio__item-ch {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.radio__item-ch+label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  padding: 12px 24px;
  background: #FFFFFF;
  border: 1px solid #DDDDDD;
  border-radius: 50px;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}
.radio__item-ch:not(:disabled):not(:checked)+label:hover {
  border-color: #FF69B4;
}
.radio__item-ch:not(:disabled):active+label {
  background-color: rgba(255, 105, 180, .5);
  border-color: #FF69B4;
}
.radio__item-ch:focus:not(:checked)+label {
  border-color: #FF69B4;
}
.radio__item-ch:checked+label {
  border-color: #FF69B4;
  background-color: #FF69B4;
  color: #FFFFFF;
}
.radio__item-ch:checked+label img{
  -webkit-filter: invert(1);
          filter: invert(1);
}
.cost__item{
  padding: 24px 0;
  border-top: 1px solid #EBEBEB;
}
.cost__item-title{
  font-family: "Raleway";
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px;
}
.__select {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 56px;
  margin-bottom: 8px;
}
 
.__select[data-state="active"] .__select__title::before {
        -webkit-transform: translate(-3px, -50%) rotate(-45deg);
            -ms-transform: translate(-3px, -50%) rotate(-45deg);
                transform: translate(-3px, -50%) rotate(-45deg);
      }
.__select[data-state="active"] .__select__title::after {
        -webkit-transform: translate(3px, -50%) rotate(45deg);
            -ms-transform: translate(3px, -50%) rotate(45deg);
                transform: translate(3px, -50%) rotate(45deg);
      }
.__select[data-state="active"] .__select__content {
      border-width: 1px;
      border-color: #C1C1C1;
      z-index: 1000;
    }
.__select[data-state="active"] .__select__label {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
    }
.__select[data-state="active"] .__select__label::before {
        opacity: 1;
      }
.__select__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  padding: 12px 24px;
  border-radius: 4px;
  border: solid 1px #C1C1C1;
  cursor: pointer;
  z-index: 2;
}
.__select__title::before,
.__select__title::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 16px;
    display: block;
    width: 10px;
    height: 2px;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    background-color: #333333;
    -webkit-transform: translate(-3px, -50%) rotate(45deg);
        -ms-transform: translate(-3px, -50%) rotate(45deg);
            transform: translate(-3px, -50%) rotate(45deg);
  }
.__select__title::after {
    -webkit-transform: translate(3px, -50%) rotate(-45deg);
        -ms-transform: translate(3px, -50%) rotate(-45deg);
            transform: translate(3px, -50%) rotate(-45deg);
  }
.__select__title span{
  color: #838383;
}
.__select__content {
  position: absolute;
  top: 56px;
  left: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc(100% - 6px);
  background-color: #ffffff;
  border: 1px solid #C1C1C1;
  border-top-width: 0;
  border-bottom-width: 0;
  border-top: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  z-index: 1;
}
.__select__input {
  display: none;
  pointer-events: none;
}
.__select__input:checked + label {
    background-color: #dedede;
  }
.__select__input:checked + label::after {
      content: '';
    }
.__select__input:disabled + label {
    opacity: 0.6;
    pointer-events: none;
  }
.__select__label {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 20px;
  margin: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  cursor: pointer;
  background: #FFFFFF;
}
.__select__label + input + .__select__label {
    border-top: 0 solid #C1C1C1;
  }
.__select__label:hover {
    background: #EBEBEB;
    color: #1A1A1A;
  }
.__select__label::before {
    content: '';
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    opacity: 0;
  }
.__select__label::after {
    position: absolute;
    top: -40px;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 200px;
    height: 40px;
    padding: 8px 16px;
    color: #1A1A1A;
    z-index: -1;
  }
.__select__label picture,
.__select__title picture{
  display: block;
  width: 32px;
  height: 32px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 4px;
  background: #FFFFFF;
  overflow: hidden;
  margin-right: 12px;
}
.__select__label picture img,
.__select__title picture img{
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.dub__select{
  color: #FF69B4;
  margin-top: 10px;
  cursor: pointer;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.check__items{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 24px;
  width: 100%;
  border-top: 1px solid #EBEBEB;
}
.check__items input{
  opacity: 0;
  pointer-events: none;
  width: 0px;
  height: 0px;
  margin-bottom: 12px;
}
.check__items input+label{
  cursor: pointer;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  color: #1A1A1A;
  -webkit-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
.check__items input+label::before{
  content: url('../img/check0.svg');
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 12px;
}
.check__items input:checked+label::before{
  content: url('../img/check1.svg');
}
.check__items input+label:hover{
  color: #FF69B4;
}
.popup__buck{
  padding: 8px;
  border-radius: 10px;
  background: #1A1A1A;
  max-width: 600px;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.popup__buck>*{
  color: #DDDDDD;
}
.buck__wrapper{
  padding: 70px 56px 40px;
}
.buck__title{
  font-family: "Raleway";
  font-size: 38px;
  font-weight: 600;
  color: #FAFAFA;
  width: 100%;
  margin-bottom: 32px;
  padding-bottom: 32px;
  border-bottom: 1px solid #4F4F4F;
}
.buck__var{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  margin-bottom: 24px;
}
.buck__elem-wrapper{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.buck__elem{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.buck__cost{
  font-weight: 600;
  font-size: 20px;
  color: #FAFAFA;
  text-wrap: nowrap;
}
.buck__items{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.buck__item{
  padding-left: 12px;
  border-left: 1px solid #FF69B4;
}
.buck__item p{
  color: #888888;
  margin-bottom: 8px;
}
.buck__item .item__inside{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.buck__item .item__inside picture{
  display: block;
  width: 40px;
  height: 40px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 4px;
  background: #FFFFFF;
  overflow: hidden;
  margin-right: 12px;
}
.buck__item .item__inside picture img{
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.buck__item .item__elem{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
}
.buck__ben{
  padding-top: 24px;
  margin-bottom: 32px;
  border-top: 1px solid #4F4F4F;
}
.ben__title{
  font-family: "Raleway";
  font-size: 24px;
  font-weight: 600;
  color: #FAFAFA;
  margin-bottom: 24px;
}
.ben__wrapper{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.ben__item{
  width: 100%;
}
.ben__item input{
  display: none;
  width: 0px;
  height: 0px;
}
.ben__item input+label{
  cursor: pointer;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 8px;
  color: #DDDDDD;
  -webkit-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
.ben__item input+label::before{
  content: url('../img/check0.svg');
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 12px;
}
.ben__item input:checked+label::before{
  content: url('../img/check1.svg');
}
.ben__item input+label:hover{
  color: #FF69B4;
}
.ben__item p{
  color: #888888;
  padding-left: 32px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
}
.buck__res{
  padding-top: 32px;
  border-top: 1px solid #4F4F4F;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 10px;
}
.buck__res{
  color: #FAFAFA;
}
.buck__res span{
  color: #FAFAFA;
  font-weight: 600;
  font-size: 38px;
  text-wrap: nowrap;
}
.buck__form{
  padding: 32px 64px;
  background: #343434;
  border-radius: 10px;
}
.buck__form input{
  padding: 16px 24px;
  background: #838383;
  color: #FAFAFA;
  border-radius: 4px;
  border: 0;
  width: 100%;
  margin-bottom: 12px;
}
.buck__form input.error{
  border: 1px solid #FF69B4;
}
.buck__form p.error-message{
  color: #FF69B4;
}
.buck__form input::-webkit-input-placeholder{
  color: #DDDDDD;
}
.buck__form input::-moz-placeholder{
  color: #DDDDDD;
}
.buck__form input:-ms-input-placeholder{
  color: #DDDDDD;
}
.buck__form input::-ms-input-placeholder{
  color: #DDDDDD;
}
.buck__form input::placeholder{
  color: #DDDDDD;
}
.buck__form .btn{
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 12px;
}
.buck__form p{
  font-size: 14px;
  color: #B7B7B7;
}
.buck__form p a{
  font-size: 14px;
  color: #EBEBEB;
  text-decoration: underline;
  -webkit-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
.buck__form p a:hover {
  color: #FF69B4;
}
.buck__form p.buck__form-subtitle{
  color: #DDDDDD;
  font-size: 16px;
  margin-bottom: 24px;
}

.icon__w{
  position: fixed;
  right: 10px;
  bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 100;
}
.icon__w a,
.icon__w button{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #FF69B4;
}
.icon__w a img,
.icon__w button img{
  width: 18px;
  height: auto;
}
.icon__w .icon__w-mob{
    display: none;
}

.btn__mob{
    display: none;
}

@media (max-width: 1240px){
  .header__place{
    display: none;
  }
}
@media (max-width: 1160px){
  .intro__img img {
    max-width: 340px;
    height: auto;
  }
  h1{
    font-size: 54px;
  }
}
@media (max-width: 1100px){
  .actions__wrapper{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
  }
  .actions__remar{
    width: 100%;
  }
  .befaf__img{
    width: 250px;
    height: 170px;
  }
  .popup__cost{
    padding: 30px;
  }
  .buck__wrapper{
    padding: 30px 30px 40px;
  }
}
@media (max-width: 1000px){
  .make__banner{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 32px;
  }
  .make__banner-item{
    padding: 32px 0;
    border-right: none;
    border-bottom: 1px solid #343434;
  }
  .make__banner-item:last-child{
    border: none;
  }
  .footer__wrapper{
    padding: 60px 0;
  }
  .footer__top{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .footer__cont{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .footer__btns{
    padding-right: 0;
    border-right: none;
    padding-left: 24px;
    border-left: 1px solid #343434;
  }
}
@media (max-width: 900px){
  header.header{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: #232323;
  }
  .header__wrapper{
    padding: 20px 0 0;
  }
  .header__menu{
    height: 0;
    overflow-x: hidden;
  }
  .header__logo img{
    height: 40px;
  }
  .header__contact{
    display: none;
  }
  .round-btn{
    height: 30px;
    width: 30px;
    background: #232323;
  }
  .round-btn img{
    width: 14px;
    height: auto;
  }
  .footer__btns-wrapper .round-btn{
    height: 48px;
    width: 48px;
  }
  .footer__btns-wrapper .round-btn img{
    width: auto;
    height: auto;
  }
  .header__btn {
    display: none;
  }
  .header__mob{
    display: block;
    padding: 0;
    width: 30px;
    height: 30px;
  }
  .ham {
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    -webkit-transition: -webkit-transform 400ms;
    transition: -webkit-transform 400ms;
    -o-transition: transform 400ms;
    transition: transform 400ms;
    transition: transform 400ms, -webkit-transform 400ms;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    scale: 1.6;
  }
  .hamRotate.active {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .hamRotate180.active {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .line {
    fill:none;
    -webkit-transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
    -o-transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
    transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
    stroke:#FAFAFA;
    stroke-width:5.5;
    stroke-linecap:round;
  }
  .ham1 .top {
    stroke-dasharray: 40 139;
  }
  .ham1 .bottom {
    stroke-dasharray: 40 180;
  }
  .ham1.active .top {
    stroke-dashoffset: -98px;
  }
  .ham1.active .bottom {
    stroke-dashoffset: -138px;
  }
  .ham2 .top {
    stroke-dasharray: 40 121;
  }
  .header__menu-wrapper{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 5px;
    font-size: 14px;
  }
  .header__mobile{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
    padding: 24px 15px;
    border-top: 1px solid #343434;
  }
  .header__place-tit_m,
  .header__contact-tit_m{
    font-size: 14px;
    color: #C1C1C1;
  }
  .header__place-address_m{
    font-size: 14px;
    font-weight: 600;
  }
  .header__contact-phone_m{
    font-size: 18px;
    font-weight: 700;
  }
  .header__wrapper{
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .header__logo{
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .header__mob-phone{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 5px;
    width: 100%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    padding: 10px 0;
    border-top: 1px solid #343434;
    border-bottom: 1px solid #343434;
  }
  .header__mob-phone p{
    font-size: 12px;
    color: #C1C1C1;
  }
  .header__mob-phone a{
    font-size: 14px;
    font-weight: 600;
  }
  .header__btns{
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .intro {
    padding-top: 100px;
  }
  .intro__img{
    display: none;
  }
  .calc__wrapper .section-title{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .calc__text{
    width: 100%;
  }
  .why__wrapper{
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
  }
  .why__wrapper > *:nth-child(1){
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .why__items-inner_3::before{
    display: none;
  }
  .why__items-inner_3 .why__item{
    border-left: 1px solid #343434;
  }
  .why__item{
    min-height: 150px;
    height: 100%;
  }
  .transport__wrapper{
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .clean__wrapper{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .clean__list{
    max-width: 100%;
  }
  .befaf__img{
    width: 100%;
    height: auto;
  }
  .popup__wrapper_calc{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .popup__buck{
    max-width: 100%;
  }
  .btn__desk{
      display: none;
  }
  .btn__mob{
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
  }
  
  .icon__w .icon__w-mob{
      display: flex;
  }
  .icon__w .icon__w-desk{
      display: none;
  }
}
@media (max-width: 800px){
  .popup__wrapper{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }
  .popup__form{
    width: 100%;
    padding-left: 0;
    border-left: none;
    padding-top: 16px;
    border-top: 1px solid #838383;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .popup__text{
    display: contents;
  }
  .popup__title{
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .popup__subtitle{
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .popup__end{
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}
@media (max-width: 750px){
  .our__wrapper {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: (1fr)[1];
    grid-template-rows: repeat(1, 1fr);
  }
  .our__wrapper > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .our__wrapper > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .clean .section-title .btn{
    display: none;
  }
  .clean .btn_m{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    margin-top: 24px;
  }
}
@media (max-width: 680px){
  body, header, main, footer{
    font-size: 14px;
  }
  h1{
    font-size: 28px;
  }
  h2{
    font-size: 26px;
  }
  h3{
    font-size: 24px;
  }
  h4{
    font-size: 20px;
  }
  h5{
    font-size: 18px;
  }
  h6{
    font-size: 16px;
  }
  .policy.inside{
    padding-top: 100px;
  }
  .inside{
    padding: 40px 0;
  }
  .section-title{
    margin-bottom: 32px;
  }
  .intro{
    padding-bottom: 40px;
  }
  .intro__subtitle{
    font-size: 14px;
  }
  .intro__list{
    margin: 0;
    padding: 24px 0;
  }
  .intro__list-item{
    padding: 12px 0;
  }
  .m_scroll{
    display: block;
    margin-top: 16px;
    position: relative !important;
    top: 0 !important;
    bottom: 0 !important;
    width: 100% !important;
  }
  .l_scroll{
    background: #DDDDDD;
  }
  .d_scroll{
    background: #4E4E4E;
  }
  .l_scroll .swiper-scrollbar-drag{
    background: #2B2B2B;
  }
  .d_scroll .swiper-scrollbar-drag{
    background: #FAFAFA;
  }
  .btn_m{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    margin-top: 24px;
  }
  .slider-btns{
    display: none;
  }
  .actions__cards{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .actions__card{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px;
    border-top: none;
    border-bottom: none;
    border-left: 1px solid #343434;
    border-right: 1px solid #343434;
    padding: 0 24px;
    position: relative;
    min-height: 80px;
  }
  .actions__card p{
    padding-left: 60px;
    width: 100%;
  }
  .actions__card::after{
    font-size: 76px;
    margin-top: -15px;
    position: absolute;
    left: 24px;
  }
  .actions__card p::before{
    left: -25px;
    min-height: 60px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .actions__card p::after{
    content: '';
    display: block;
    position: absolute;
    min-height: 60px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: -25px;
    width: 1px;
    height: 100%;
    background: #FF69B4;
  }
  .actions__card_m{
    position: relative;
    padding: 17px 0;
  }
  .actions__card_m::before{
    content: '';
    position: absolute;
    width: 95%;
    height: 1px;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    background: #343434;
  }
  .actions__card_m:last-child::after{
    content: '';
    position: absolute;
    width: 95%;
    height: 1px;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    background: #343434;
  }
  .actions__remar-title{
    font-size: 18px;
  }
  .slider__title{
    font-size: 24px;
    margin-bottom: 16px;
  }
  .burial__slide,
  .cremation__slide{
    padding: 24px;
    min-height: auto;
    height: auto;
  }
  .burial__slide-title{
    font-size: 18px;
  }
  .calc__wrapper{
    padding: 24px;
  }
  .calc__text .btn{
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .intro__btns{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .intro__btns .intro-slash{
    height: 1px;
    width: 100%;
  }
  .btn_intro{
    height: 62px;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .actions__remar{
    height: auto;
  }
  .actions__btns{
    margin-top: 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
  }
  .actions__btns .intro-slash{
    height: 1px;
    width: 100%;
  }
  .actions__btns .btn{
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .why__items-inner_1::before,
  .why__items-inner_2::before,
  .why__items-inner_3::before,
  .why__items-inner_1::after,
  .why__items-inner_2::after,
  .why__items-inner_3::after{
    display: none;
  }
  .why__items-inner_1,
  .why__items-inner_2,
  .why__items-inner_3{
    padding: 0;
  }
  .why__items{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .why__item{
    min-height: auto;
    border-right: 1px solid #343434;
    padding: 0 24px;
    margin: 28px 0;
    position: relative;
  }
  .why__item::before{
    content: '';
    width: 95%;
    height: 1px;
    position: absolute;
    top: -28px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    background: #343434;
  }
  .why__items-inner_3 .why__item::after{
    content: '';
    width: 95%;
    height: 1px;
    position: absolute;
    bottom: -28px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    background: #343434;
  }
  .why__item img{
    height: 30px;
    width: auto;
    margin-top: 24px;
  }
  .section-title .btn{
    display: none;
  }
  .section-title .btn.popup__calc{
    display: flex;
  }
  .product__item{
    border-right: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
  }
  .product__slide:last-child .product__item{
    border-right: 1px solid #DDDDDD;
  }
  .product__title{
    font-size: 18px;
  }
  .transport__wrapper{
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
  .transport__wrapper img{
    height: 90px;
    width: auto;
    right: -15px;
    bottom: -15px;
  }
  .transport__item{
    min-height: 100%;
    padding: 24px;
  }
  .transport__title{
    font-size: 18px;
  }
  .transport__text{
    margin-bottom: 60px;
  }
  .our__wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 8px;
  }
  .our__item{
    padding: 16px 24px;
  }
  .make__banner{
    padding: 0 24px;
  }
  .make__banner-item{
    padding: 24px 0;
  }
  .clean__item p{
    font-size: 14px;
  }
  .befaf__item span{
    font-size: 14px;
  }
  .question__title{
    display: contents;
  }
  .question__wrapper{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .question__title p{
    font-size: 26px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .question__cont p{
    font-size: 14px;
  }
  .question__cont a{
    font-size: 24px;
  }
  .question__form p{
    font-size: 12px;
  }
  .question__form p a{
    font-size: 12px;
  }
  .question__form{
    max-width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .question__cont{
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .footer__cont{
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 12px;
    width: 100%;
  }
  .footer__btns{
    padding: 12px 0 0;
    border-left: none;
    border-top: 1px solid #343434;
    width: 100%;
  }
  .footer__end{
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .footer__grade{
    width: 100%;
  }
  .popup__content{
    padding: 32px 24px;
  }
  .popup__wrapper{
    gap: 4px;
  }
  .popup__title{
    font-size: 26px;
  }
  .popup__subtitle{
    font-size: 14px;
    margin-bottom: 12px;
  }
  .popup__form .btn{
    height: 50px;
  }
  .popup__form p{
    font-size: 12px;
  }
  .popup__form p a{
    font-size: 12px;
  }
  .popup__end{
    margin-top: 18px;
  }
  .popup__end p{
    font-size: 14px;
  }
  .popup__end a{
    font-size: 16px;
  }
  .popup__content_calc{
    padding: 8px;
  }
  .popup__cost{
    padding: 22px 8px 20px;
  }
  .cost__title{
    font-size: 26px;
    margin-bottom: 24px;
  }
  .radio__title{
    font-size: 14px;
  }
  .cost__elem{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 12px;
    margin-bottom: 16px;
  }
  .radio__items{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4px;
    width: 100%;
  }
  .radio__item{
    width: 100%;
  }
  .radio__item-ch+label{
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 14px;
  }
  .radio__item-ch+label img{
    height: 16px;
    width: auto;
  }
  .cost__item{
    padding: 16px 0;
  }
  .cost__item-title{
    font-weight: 500;
    font-size: 14px;
  }
  .__select{
    height: 48px;
  }
  .__select__title{
    padding: 12px;
  }
  .__select__content{
    top: 48px;
  }
  .__select__label{
    padding: 12px;
  }
  .__select__label picture, 
  .__select__title picture{
    width: 24px;
    height: 24px;
  }
  .dub__select{
    font-size: 12px;
  }
  .buck__wrapper{
    padding: 32px 16px 24px;
  }
  .buck__title{
    font-size: 24px;
    padding-bottom: 16px;
    margin-bottom: 16px;
  }
  .buck__cost{
    font-size: 14px;
  }
  .buck__item .item__inside picture{
    width: 36px;
    height: 36px;
  }
  .buck__var{
    margin-bottom: 16px;
  }
  .buck__ben{
    padding-top: 16px;
    margin-bottom: 16px;
  }
  .ben__title{
    font-size: 18px;
    margin-bottom: 16px;
  }
  .buck__res{
    padding-top: 16px;
  }
  .buck__res p{
    font-size: 12px;
  }
  .buck__res span{
    font-size: 20px;
  }
  .buck__form{
    padding: 24px 16px;
  }
  .buck__form p.buck__form-subtitle{
    font-size: 14px;
    margin-bottom: 16px;
  }
  .buck__form .btn{
    height: 50px;
  }
  .buck__form p,
  .buck__form p a{
    font-size: 12px;
  }
  .map__block{
    width: 100%; 
    height: 440px;
  }
}
@media (max-width: 420px){
  .footer__btns{
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .footer__btns .btn{
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}