@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html, body {
  width: 100%;
  min-width: 320px;
  color: #fff;
  font: 16px/120% "Gilroy", Verdana;
  cursor: default;
}

html {
  height: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  height: auto !important;
  min-height: 100%;
  height: 100%;
  position: relative;
  background: #040701;
}

html, body, div, applet, object, iframe, blockquote, pre, abbr, acronym, address, big, select, input, textarea,
cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dd, dl, dt, fieldset, form, label, legend, caption, h1, h2, h3, h4, h5 {
  font: 16px/120% "Gilroy", Verdana;
  margin: 0;
  padding: 0;
  border: 0;
}

a img, :link img, :visited img {
  border: 0;
}

p {
  padding: 0px;
  margin: 0px;
}

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

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

td {
  vertical-align: top;
}

a {
  cursor: pointer;
  outline: none;
  color: #fff;
  text-decoration: none;
  font: 16px/120% "Gilroy", Verdana;
}

a:hover {
  text-decoration: none;
}

.cl:after {
  content: "";
  display: block;
  clear: both;
}

.hand {
  cursor: pointer;
}

.display_none {
  display: none;
}

input, select, textarea, button {
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: unset;
  border: unset;
}

textarea {
  outline: none;
  resize: none;
  overflow: auto;
}

ul {
  list-style: none;
}

/* site styles */
.pmb_right img {
    max-height: 500px;
}
.top_block, .header, .footer, .content {
  max-width: 1470px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}

h1 {
  font-size: 44px;
  font-weight: 600;
  font-style: italic;
  text-transform: uppercase;
}
h1 > span {
  display: block;
  color: #39D0CA;
  font-size: 52px;
  font-weight: 800;
}

h2 {
  font-size: 44px;
  font-weight: 600;
  text-transform: uppercase;
  font-style: italic;
}

p {
  font-size: 16px;
  line-height: 160%;
  margin-top: 15px;
}

.btn, .tb_btn_2 {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 333px;
  width: 100%;
  height: 65px;
  background: url(1232124224.png), linear-gradient(180deg, #0CF0E7 0%, #32B0AB 100%);
  box-shadow: 0px 0.320187px 0px #0CF0E7, inset 0px 4px 4px #0CF0E7;
  border-radius: 55px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  padding: 0 5px;
  color: #0B0B0B;
  cursor: pointer;
  transition: 0.3s;
}
.btn:hover, .tb_btn_2:hover {
  opacity: 0.7;
}

.wrapper {
  background: url(../images/bg.jpg) center top no-repeat;
}

header {
  position: relative;
  z-index: 5;
  padding: 35px 0;
}

.header, .footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  position: relative;
}

.logo {
  max-width: 223px;
}

.h_tel {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-shrink: 0;
  font-size: 25px;
  font-weight: 700;
  color: #E8E8E8;
}
.h_tel:before {
  display: block;
  content: "";
  flex-shrink: 0;
  width: 29px;
  aspect-ratio: 29/31;
  background: url(../images/tel.svg) center/cover no-repeat;
}

.h_email {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-shrink: 0;
  font-size: 20px;
  color: #E8E8E8;
}
.h_email:before {
  display: block;
  content: "";
  flex-shrink: 0;
  width: 30px;
  aspect-ratio: 30/25;
  background: url(../images/email.svg) center/cover no-repeat;
}

.h_address {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 20px;
  color: #E8E8E8;
}
.h_address:before {
  display: block;
  content: "";
  flex-shrink: 0;
  width: 23px;
  aspect-ratio: 23/31;
  background: url(../images/address.svg) center/cover no-repeat;
}

.top_block {
  margin-top: 160px;
}

.tb_content {
  max-width: 680px;
}

.h1_text_1 {
  font-size: 28px;
  font-weight: 600;
  font-style: italic;
  text-transform: uppercase;
  margin-top: 25px;
}

.h1_text_2 {
  font-size: 26px;
  color: #E8E8E8;
  margin-top: 15px;
}

.tb_btns {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 40px;
}

.tb_btn_2 {
  max-width: 222px;
  background: unset;
  border: 1px solid #23CCBB;
  box-shadow: unset;
  color: #fff;
}

/*стили модальных окон*/
.mask {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9000;
  background: rgba(3, 16, 16, 0.9);
  backdrop-filter: blur(11px);
}

.boxes .window {
  display: none;
  max-width: 630px;
  width: 100%;
  max-height: 90dvh;
  overflow: auto;
  background: linear-gradient(161.8deg, rgba(18, 18, 22, 0.176) 12.37%, rgba(18, 18, 22, 0.4) 80.93%);
  backdrop-filter: blur(11px);
  border-radius: 22px;
  border: 1px solid #1CBDA5;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
}

.close {
  display: block;
  width: 22px;
  height: 22px;
  position: absolute;
  z-index: 3;
  right: 20px;
  top: 20px;
  cursor: pointer;
  transition: 0.3s;
}
.close:hover {
  opacity: 0.7;
}
.close:before {
  display: block;
  content: "";
  width: 100%;
  height: 3px;
  background: #1BC9B8;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0) rotate(-45deg);
}
.close:after {
  display: block;
  content: "";
  width: 100%;
  height: 3px;
  background: #1BC9B8;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0) rotate(45deg);
}

.m_content {
  padding: 35px;
}

.m_form {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.mf_head {
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.f_input, .f_area {
  display: block;
  width: 100%;
  height: 55px;
  opacity: 0.76;
  border: 1px solid #1CBDA5;
  color: #fff;
  box-shadow: inset 0px 4px 33px rgba(0, 0, 0, 0.25);
  border-radius: 12px;
  font-size: 14px;
  padding: 0 15px;
}

.f_area {
  height: 82px;
  padding: 10px 15px;
}

.f_submit {
  height: 50px;
  color: #0B0D10;
  text-transform: uppercase;
  max-width: 205px;
  margin-top: 20px;
}

.f_bot {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  margin-top: 10px;
}

.cb_file {
  height: 20px;
  cursor: pointer;
  position: relative;
  background: url(../images/file.svg) center left/19px no-repeat;
  padding-left: 32px;
}
.cb_file:after {
  display: block;
  content: "Прикрепить файл";
  color: #C8C9CF;
  word-wrap: nowrap;
  font-size: 14px;
}

.niceCheck {
  display: block;
  cursor: pointer;
}
.niceCheck > input {
  display: none;
}
.niceCheck > input:checked + span:before {
  background: url(../images/mark.png) center/14px no-repeat;
}
.niceCheck > span {
  display: flex;
  align-items: center;
  width: fit-content;
  gap: 10px;
  font-size: 14px;
  line-height: 120%;
  color: #fff;
  -moz-user-select: none;
  -khtml-user-select: none;
  user-select: none;
}
.niceCheck > span:before {
  display: block;
  content: "";
  height: 20px;
  width: 20px;
  border: 1px solid #0D7D78;
  border-radius: 6px;
}

.why_we {
  margin-top: 250px;
}

.ww_items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
  margin: 50px 0 30px;
}

.ww_item {
  display: flex;
  min-height: 304px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: linear-gradient(161.8deg, rgba(18, 18, 22, 0.176) 12.37%, rgba(18, 18, 22, 0.4) 80.93%);
  backdrop-filter: blur(11px);
  border-radius: 22px;
  padding: 20px 10px;
}

.wwi_img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  aspect-ratio: 1/1;
}

.wwi_text {
  font-size: 22px;
  font-weight: 800;
  text-align: center;
  color: #E8E8E8;
  margin-top: 15px;
}

.popular_models {
  margin-top: 60px;
}

.pm_tabs_scroll {
  overflow: auto;
  width: 100%;
  margin-bottom: -1px;
}

.pm_tabs {
  display: flex;
  min-width: 768px;
  margin-top: 50px;
}
.pm_tabs > div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 5px;
  height: 60px;
  font-size: 18px;
  font-weight: 600;
  font-style: italic;
  text-transform: uppercase;
  text-align: center;
}
.pm_tabs > div.active {
  color: #32B0AB;
  background: #10110F;
  border-radius: 22px 22px 0 0;
  border: 1px solid #252625;
  border-bottom: 1px solid #10110F;
  position: relative;
  z-index: 1;
}

.pm_content {
  background: #10110F;
  border-radius: 0 0 22px 22px;
  border: 1px solid #252625;
  margin-bottom: 25px;
}

.pm_block {
  display: flex;
  width: 100%;
  gap: 30px;
  padding: 30px;
}

.pmb_left {
  width: calc(50% - 15px);
}

.pmb_items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 10px;
}

.pmb_item {
  display: flex;
  min-height: 142px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: linear-gradient(161.8deg, rgba(18, 18, 22, 0.176) 12.37%, rgba(18, 18, 22, 0.4) 80.93%);
  backdrop-filter: blur(11px);
  border: 1px solid #252625;
  border-radius: 22px;
  padding: 10px;
}

.pmb_img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  aspect-ratio: 1/1;
}

.pmb_text {
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  color: #E8E8E8;
  margin-top: 10px;
}

.pmb_colls {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
  margin-top: 40px;
}

.pmb_coll {
  display: flex;
  flex-direction: column;
}
.pmb_coll > div {
  display: flex;
  min-height: 36px;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  padding: 4px 15px;
}
.pmb_coll > div:nth-child(odd) {
  background: #161717;
  border-radius: 8px;
}
.pmb_coll > div > div {
  font-size: 16px;
  color: #E8E8E8;
}
.pmb_coll > div > div:nth-child(2) {
  font-weight: 800;
  color: #13DACA;
}

.pmb_order {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}

.pmb_price {
  font-size: 66px;
  text-transform: uppercase;
  font-style: italic;
  font-weight: 700;
}

.pmb_btn {
  max-width: 246px;
  height: 60px;
}

.pmb_right {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(50% - 15px);
  position: relative;
}

.pmbr_text {
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
  color: #32B0AB;
  text-align: center;
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
}

.premium {
  margin-top: 70px;
}
.premium .ww_items {
  grid-template-columns: repeat(3, 1fr);
}

.how_work {
  margin-top: 140px;
}

.hw_items {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  margin: 50px 0;
}

.hw_item {
  position: relative;
  min-height: 130px;
  padding-top: 70px;
  /* >i{
    font-size: 144px;
    line-height: 100%;
    font-weight: 600;
    color: black;
    -webkit-text-stroke: 1px #0CF0E7;
    text-stroke: 1px #0CF0E7;
  } */
}
.hw_item > img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}
.hw_item > div {
  font-size: 22px;
  text-align: center;
  color: #E8E8E8;
  position: relative;
  z-index: 1;
}

.hw_arrow {
  width: 26px;
  height: 27px;
  background: url(../images/hw_arrow.svg) center/cover no-repeat;
  transform: translateY(25px);
}

.bot_form {
  background: url(../images/bf_bg.jpg) center no-repeat;
  margin-top: 140px;
}
.bot_form .content {
  display: flex;
  min-height: 700px;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  padding: 30px 55px 30px 75px;
}
.bot_form h2 {
  font-size: 44px;
}
.bot_form h2 > span {
  display: block;
  font-size: 52px;
  line-height: 100%;
  color: #39D0CA;
}
.bot_form .h2_text {
  font-size: 26px;
  color: #E8E8E8;
  margin-top: 30px;
}

.bf_left {
  max-width: 575px;
}

.bf_right {
  max-width: 575px;
  width: 100%;
}

.bf_form input, .bf_form textarea {
  background: rgba(20, 20, 20, 0.8);
  border: 1px solid #000000;
  backdrop-filter: blur(6px);
  border-radius: 444px;
  opacity: 1;
}
.bf_form input {
  height: 78px;
  padding: 0 30px;
  font-size: 20px;
}
.bf_form textarea {
  height: 120px;
  padding: 15px 30px;
  font-size: 20px;
}

.bf_sumbit {
  height: 65px;
  max-width: 100%;
  width: 100%;
  background: url(1232124224.png), linear-gradient(180deg, #0CF0E7 0%, #32B0AB 100%) !important;
  box-shadow: 0px 0.320187px 0px #0CF0E7, inset 0px 4px 4px #0CF0E7 !important;
  border: none !important;
  border-radius: 55px;
  color: #0B0B0B;
  font-weight: 700;
}

footer {
  background: #040701;
  padding: 70px 0;
}

@media only screen and (min-width: 1920px) {
  .wrapper {
    background: url(../images/top_bg.jpg) center top/cover no-repeat;
  }
  .bot_form {
    background: url(../images/bf_bg.jpg) center/cover no-repeat;
  }
} /*+1920*/
@media only screen and (max-width: 1200px) {
  .pmb_item {
    min-height: unset;
  }
  .pmb_coll > div {
    padding: 4px 10px;
  }
  .pmb_coll > div > div {
    font-size: 14px;
  }
  .pmb_btn {
    max-width: 200px;
  }
  .pmb_price {
    font-size: 35px;
  }
  .hw_item > div {
    font-size: 18px;
  }
} /*1200*/
@media only screen and (max-width: 1024px) {
  h2 {
    font-size: 35px !important;
  }
  h2 > span {
    font-size: 40px !important;
  }
  header {
    padding: 15px 0;
  }
  footer {
    padding: 15px 0;
  }
  .h_tel {
    font-size: 20px;
    gap: 10px;
  }
  .h_tel:before {
    width: 19px;
  }
  .h_email {
    font-size: 16px;
    gap: 10px;
  }
  .h_email:before {
    width: 19px;
  }
  .h_address {
    font-size: 16px;
    gap: 10px;
  }
  .h_address:before {
    width: 15px;
  }
  .why_we {
    margin-top: 80px;
  }
  .ww_items {
    margin-top: 30px;
    grid-gap: 10px;
  }
  .ww_item {
    min-height: unset;
  }
  .wwi_text {
    font-size: 18px;
    margin-top: 10px;
  }
  .popular_models {
    margin-top: 40px;
  }
  .pm_tabs {
    margin-top: 30px;
  }
  .pm_block {
    flex-direction: column-reverse;
  }
  .pm_block > div {
    width: 100% !important;
  }
  .pmb_colls {
    margin-top: 20px;
  }
  .pm_tabs > div {
    font-size: 16px;
  }
  .premium {
    margin-top: 40px;
  }
  .how_work {
    margin-top: 50px;
  }
  .hw_items {
    margin: 30px 0;
  }
  .hw_item > div {
    font-size: 16px;
  }
  .hw_arrow {
    display: none;
  }
  .bot_form .h2_text {
    margin-top: 15px;
    font-size: 22px;
  }
  .bot_form {
    margin-top: 50px;
  }
  .bot_form .content {
    min-height: unset;
    padding: 30px 15px;
  }
} /*1024*/
@media only screen and (max-width: 768px) {
  .wrapper {
    /*  background: unset; */
  }
  h1 {
    font-size: 28px;
  }
  h1 > span {
    font-size: 34px;
  }
  h2 {
    font-size: 24px !important;
  }
  h2 > span {
    font-size: 28px !important;
  }
  .bot_form .h2_text {
    font-size: 18px;
  }
  p {
    line-height: 140%;
  }
  .header, .footer {
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 20px;
  }
  .h_tel {
    font-size: 16px;
  }
  .h_email {
    position: absolute;
    top: 30px;
    right: 15px;
  }
  .h_address {
    width: 100%;
  }
  .top_block {
    margin-top: 50px;
  }
  .h1_text_1 {
    font-size: 18px;
    margin-top: 15px;
  }
  .h1_text_2 {
    font-size: 16px;
    margin-top: 10px;
  }
  .ww_items {
    grid-template-columns: repeat(2, 1fr) !important;
    margin: 20px 0 10px;
  }
  .wwi_img {
    width: 50px;
  }
  .wwi_img > img {
    max-width: 40px;
  }
  .hw_items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 15px;
  }
  .bot_form {
    background: #2C3033;
  }
  .bot_form .content {
    flex-direction: column;
  }
} /*768*/
@media only screen and (max-width: 600px) {
  .pm_block {
    padding: 20px 15px;
  }
  .pmb_items {
    grid-template-columns: repeat(2, 1fr);
  }
  .pmb_colls {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 0;
  }
} /*600*/
@media only screen and (max-width: 480px) {
  .logo {
    max-width: 140px;
    transform: translateY(5px);
  }
  .tb_btns {
    flex-direction: column;
    margin-top: 40px;
  }
  .tb_btns > * {
    max-width: 100%;
  }
  .mf_head {
    font-size: 20px;
    padding: 0 45px;
  }
  .pmb_order {
    flex-direction: column;
    gap: 20px;
  }
  .pmbr_text {
    font-size: 16px;
  }
} /*480*/
@media only screen and (max-width: 380px) {
  .h_tel, .h_email {
    font-size: 16px;
  }
  .h_tel:before, .h_email:before {
    display: none;
  }
  .hw_items {
    grid-template-columns: repeat(2, 1fr);
  }
} /*380*/

/*# sourceMappingURL=style.css.map */
