@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: #080D11;
  background: #fff;
  font: 16px/120% "Inter", sans-serif;
  cursor: default;
}

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

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

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, .contacts h1, .good h1, .cat_top h1, h3, h4, h5 {
  font: 16px/120% "Inter", sans-serif;
  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: #080D11;
  text-decoration: none;
  font: 16px/120% "Inter", sans-serif;
}

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 */
.breadcrumbs, .footer, .header, .content {
  max-width: 1370px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}

h1 {
  font-size: 38px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
}

h2, .contacts h1, .good h1, .cat_top h1 {
  font-size: 32px;
  font-weight: 700;
  color: #051B3A;
  text-transform: uppercase;
}
h2.small, .contacts h1.small, .good h1.small, .cat_top h1.small {
  font-size: 28px;
  text-transform: none;
  color: #080D11;
}
h2 > span, .contacts h1 > span, .good h1 > span, .cat_top h1 > span {
  color: #CCFF98;
}
h2.lc, .contacts h1.lc, .good h1.lc, .cat_top h1.lc {
  text-transform: none;
}
h2.hidden, .contacts h1.hidden, .good h1.hidden, .cat_top h1.hidden {
  display: none;
}

h3 {
  font-size: 26px;
  line-height: 140%;
  font-weight: 600;
  color: #CCFF98;
  text-transform: uppercase;
}

p {
  font-size: 22px;
  line-height: 140%;
  color: #687168;
  margin-top: 20px;
}

.btn {
  display: flex;
  max-width: 300px;
  width: 100%;
  height: 50px;
  align-items: center;
  justify-content: center;
  background: #CCFF98;
  border-radius: 12px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  cursor: pointer;
  transition: 0.3s;
}
.btn:hover {
  background: #BCEA8E;
}

header {
  position: relative;
  z-index: 5;
}
header.side .header {
  border-bottom: 1px solid #EDEDED;
}
header.side .logo {
  filter: brightness(0);
}
header.side a {
  color: #080D11;
}
header.side .burger span {
  background: #080D11;
}
header.side .burger span:before {
  background: #080D11;
}
header.side .burger span:after {
  background: #080D11;
}
header.side .h_menu > li > a {
  color: #080D11;
  transition: 0.3s;
}
header.side .h_menu > li > a:hover {
  opacity: 0.7;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 45px;
  padding: 30px 15px;
}

.logo {
  max-width: 206px;
}

.top_wrap {
  background: url(../images/top_bg.jpg) center/cover no-repeat;
  padding-bottom: 25px;
}

.h_cat {
  position: relative;
}
.h_cat:hover .h_cat_btn {
  background: #BCEA8E;
}

.h_cat_btn {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 145px;
  height: 45px;
  background: #CCFF98;
  border-radius: 12px;
  padding-left: 20px;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s;
}
.h_cat_btn:hover, .h_cat_btn.opened {
  background: #BCEA8E;
}
.h_cat_btn:before {
  display: block;
  content: "";
  width: 14px;
  height: 15px;
  background: url(../images/cb_burger.svg) center/cover no-repeat;
}

.h_cat_list, .h_cat_list li > ul {
  display: none;
  width: 210px;
  position: absolute;
  left: 0;
  top: 45px;
  padding-top: 5px;
}
.h_cat_list li, .h_cat_list li > ul li {
  position: relative;
}
.h_cat_list li:first-child > a {
  border-radius: 12px 12px 0 0;
}
.h_cat_list li:last-child > a {
  border-radius: 0 0 12px 12px;
}
.h_cat_list li a {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 45px;
  background: #CCFF98;
  padding: 10px 20px;
  font-size: 15px;
  line-height: 120%;
  font-weight: 600;
  transition: 0.3s;
}
.h_cat_list li a:hover, .h_cat_list li a.opened {
  background: #BCEA8E;
}
.h_cat_list li > ul, .h_cat_list li > ul li > ul {
  flex-direction: column;
  display: none;
  left: 210px;
  top: 0;
}

.burger {
  display: none;
  width: 22px;
  height: 18px;
  flex-shrink: 0;
  position: relative;
  cursor: pointer;
}
.burger.opened span {
  height: 0;
}
.burger.opened span:before {
  top: 50%;
  transform: rotate(-45deg);
}
.burger.opened span:after {
  top: 50%;
  transform: rotate(45deg);
}
.burger:hover {
  opacity: 0.7;
}
.burger span {
  display: block;
  width: 100%;
  height: 2px;
  background: #CCFF98;
  position: absolute;
  left: 0;
  top: 8px;
}
.burger span:before {
  display: block;
  content: "";
  width: 100%;
  height: 2px;
  background: #CCFF98;
  position: absolute;
  left: 0;
  top: -8px;
  transition: 0.3s;
}
.burger span:after {
  display: block;
  content: "";
  width: 100%;
  height: 2px;
  background: #CCFF98;
  position: absolute;
  left: 0;
  top: 8px;
  transition: 0.3s;
}

.h_menu {
  display: flex;
  align-items: center;
  gap: 20px;
}
.h_menu > li > a {
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  text-wrap: nowrap;
  transition: 0.3s;
}
.h_menu > li > a:hover {
  color: #CCFF98;
}

.h_contats {
  display: flex;
  gap: 55px;
  margin-left: auto;
}

.h_email {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  color: #fff;
  text-wrap: nowrap;
}
.h_email:before {
  display: block;
  content: "";
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #CCFF98 url(../images/h_email.svg) center/11px no-repeat;
}

.h_tel {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 25px;
  font-weight: 600;
  color: #fff;
  text-wrap: nowrap;
}
.h_tel:before {
  display: block;
  content: "";
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #CCFF98 url(../images/h_tel.svg) center/16px no-repeat;
}

.top_block {
  margin-top: 70px;
}

.tb_text {
  max-width: 520px;
  font-size: 22px;
  line-height: 140%;
  color: #E9DEBA;
  margin-top: 20px;
}

.tb_btn {
  max-width: 265px;
  height: 60px;
  margin-top: 35px;
}

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

.boxes .window {
  display: none;
  max-width: 530px;
  width: 100%;
  max-height: 90dvh;
  overflow: auto;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 44px;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
}

.close {
  display: block;
  width: 25px;
  height: 25px;
  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: 2px;
  background: #CCFF98;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0) rotate(-45deg);
}
.close:after {
  display: block;
  content: "";
  width: 100%;
  height: 2px;
  background: #CCFF98;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0) rotate(45deg);
}

.modal_content {
  padding: 45px;
}

.f_head {
  font-size: 23px;
  line-height: 130%;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}

.f_text {
  font-size: 15px;
  line-height: 130%;
  color: #fff;
  margin: 10px 0 20px;
}

.f_input, .f_area {
  display: block;
  width: 100%;
  height: 60px;
  border: 1px solid rgba(248, 236, 236, 0.44);
  border-radius: 12px;
  color: #fff;
  padding: 0 20px;
  font-size: 14px;
  font-weight: 300;
  margin-top: 12px;
}

.f_area {
  height: 110px;
  padding: 12px 20px;
}

.f_bot {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-top: 20px;
}

.f_submit {
  max-width: 197px;
  height: 56px;
  font-size: 16px;
  color: #000;
}

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

.tb_bot {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 15px;
  margin-top: 20px;
}

.tb_item {
  max-width: 265px;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 22px;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  padding: 25px 30px;
}
.tb_item.last {
  display: flex;
  align-items: center;
  gap: 25px;
  flex: 1;
  max-width: unset;
  padding: 20px;
}
.tb_item.last .tbi_head {
  font-size: 17px;
  text-transform: uppercase;
}

.tbi_block {
  flex-shrink: 0;
}

.tbi_head {
  font-size: 22px;
  color: #CCFF98;
  font-weight: 600;
}

.tbi_text {
  font-size: 14px;
  font-weight: 300;
  color: #E9DEBA;
  margin-top: 8px;
}

.tb_img {
  max-width: 180px;
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 12px;
}

.objects {
  padding: 45px 0 30px;
}

.o_items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
  margin-top: 30px;
}

.o_item {
  display: flex;
  align-items: center;
  gap: 30px;
  background: #051B3A;
  border-radius: 22px;
  padding: 30px;
  transition: 0.3s;
}
.o_item.olive, .o_item:hover {
  background: #CCFF98;
}
.o_item.olive .oi_head, .o_item:hover .oi_head {
  color: #051B3A;
}
.o_item.olive .oi_text, .o_item:hover .oi_text {
  color: #051B3A;
}

.oi_img {
  max-width: 205px;
}

.oi_head {
  display: block;
  font-size: 32px;
  font-weight: 700;
  color: #CEFF9D;
}

.oi_text {
  display: block;
  font-size: 16px;
  color: #E9DEBA;
  margin-top: 10px;
}

.cat_block {
  margin-top: 30px;
}
.cat_block.similar {
  margin: 40px 0;
}

.cb_items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
  margin-top: 20px;
}

.cb_item {
  border: 1px solid #EAEAEA;
  border-radius: 22px;
  padding: 0 12px 15px;
}

.cbi_link {
  display: block;
  text-align: center;
}
.cbi_link:hover {
  opacity: 0.7;
}
.cbi_link:hover .cbi_name {
  color: #051B3A;
}

.cbi_img {
  display: flex;
  width: 100%;
  height: 150px;
  justify-content: center;
  align-items: center;
}

.cbi_name {
  display: inline-block;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  transition: 0.3s;
  margin-top: 10px;
}

.cbi_table {
  display: flex;
  flex-direction: column;
  gap: 3px;
  margin-top: 10px;
}

.cbi_line {
  display: flex;
  min-height: 45px;
  justify-content: space-between;
  align-items: center;
  border-radius: 12px;
  background: #F4F8F0;
  padding: 5px 10px;
}
.cbi_line:nth-child(even) {
  background: #F9FBF7;
}
.cbi_line > div {
  font-size: 16px;
  font-weight: 500;
}
.cbi_line > div:nth-child(2) {
  font-weight: 700;
}

.cbi_price {
  font-size: 30px;
  font-weight: 800;
  text-align: center;
  margin-top: 10px;
}

.cbi_btn {
  margin-top: 10px;
  max-width: unset;
}

.cbi_all {
  min-height: 70px;
  padding: 0;
  overflow: hidden;
}
.cbi_all > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #051B3A;
  text-align: center;
  color: #CCFF98;
  font-size: 18px;
  line-height: 120%;
  font-weight: 700;
  text-transform: uppercase;
  transition: 0.3s;
}
.cbi_all > a:hover {
  background: #CCFF98;
  color: #051B3A;
}

.advatages {
  margin-top: 25px;
  background: #CCFF98;
}
.advatages.adv_2 {
  background: #111C12;
  margin-top: 0;
}
.advatages.adv_2 .a_item {
  min-height: 140px;
  text-align: center;
  border-color: #243320;
}
.advatages.adv_2 .a_item > div {
  color: #CCFF98;
  max-width: unset;
}

.a_items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 0;
}

.a_item {
  display: flex;
  width: 100%;
  min-height: 100px;
  justify-content: center;
  align-items: center;
  gap: 20px;
  border-right: 1px solid #BFEA95;
  padding: 10px;
}
.a_item:last-child {
  border-right: unset;
}
.a_item > div {
  font-size: 16px;
  color: #132216;
  font-weight: 700;
  text-transform: uppercase;
}

.why_we {
  background: url(../images/ww_bg.jpg) center/cover no-repeat;
  padding: 35px 0 25px;
  overflow: hidden;
}
.why_we h2, .why_we .contacts h1, .contacts .why_we h1, .why_we .good h1, .good .why_we h1, .why_we .cat_top h1, .cat_top .why_we h1 {
  color: #fff;
}
.why_we.no_bg {
  background: unset;
}
.why_we.no_bg .ww_blocks {
  margin-top: 25px;
}
.why_we.no_bg h2, .why_we.no_bg .contacts h1, .contacts .why_we.no_bg h1, .why_we.no_bg .good h1, .good .why_we.no_bg h1, .why_we.no_bg .cat_top h1, .cat_top .why_we.no_bg h1 {
  color: #1D271E;
}
.why_we.no_bg .ww_left, .why_we.no_bg .wwr_bot > div {
  background: #1D271E;
}

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

.ww_left {
  background: rgba(0, 0, 0, 0.4);
  border-radius: 22px;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  padding: 60px 50px;
  position: relative;
  z-index: 1;
}

.wwl_content {
  position: relative;
  z-index: 2;
}

.wwl_img {
  display: block;
  max-width: 97px;
  margin-bottom: 24px;
}

.wwl_text {
  max-width: 290px;
  font-size: 22px;
  color: #E9DEBA;
  margin-top: 15px;
}

.ww_btn {
  max-width: 178px;
  margin-top: 34px;
  text-transform: none;
}

.wwl_man {
  display: block;
  max-width: 352px;
  width: 100%;
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: -35px;
}

.wwr_top {
  border-radius: 22px;
  padding: 45px;
  background: url(../images/wwr_top_bg.jpg) center/cover no-repeat;
}
.wwr_top .ww_btn {
  margin-top: 20px;
}

.wwr_head {
  font-size: 22px;
  font-weight: 600;
  color: #CCFF98;
}

.wwr_text {
  font-size: 18px;
  max-width: 245px;
  color: #E9DEBA;
  margin-top: 14px;
}

.wwr_bot {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
  margin-top: 20px;
}
.wwr_bot > div {
  display: flex;
  min-height: 290px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 22px;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  padding: 10px 15px;
}
.wwr_bot > div .wwr_head {
  text-align: center;
  margin-top: 25px;
}
.wwr_bot > div .wwr_text {
  text-align: center;
  max-width: unset;
}

.ww_form_block {
  background: rgba(0, 0, 0, 0.4);
  border-radius: 22px;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  padding: 35px 50px;
  margin-top: 15px;
}
.ww_form_block .form {
  display: flex;
  align-items: center;
  gap: 12px;
}
.ww_form_block .form .f_head {
  padding: 0;
}
.ww_form_block .form .f_input, .ww_form_block .form .f_area {
  margin-top: unset;
}
.ww_form_block .form .f_submit {
  text-transform: none;
  max-width: unset;
  padding: 0 5px;
}
.ww_form_block .form .niceCheck {
  max-width: 175px;
  width: 100%;
  margin-left: 10px;
  text-transform: none;
}

.objects_2 {
  margin-top: 40px;
}

.ob_text {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  margin-top: 25px;
}
.ob_text > div {
  max-width: 630px;
  font-size: 22px;
  line-height: 140%;
  color: #687168;
}

.ob_items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 25px;
  margin-top: 40px;
}

.ob_item {
  min-height: 462px;
  background: rgba(246, 246, 246, 0.4);
  border-radius: 22px;
  padding: 10px;
  text-align: center;
}

.obi_img {
  display: block;
  width: 100%;
  aspect-ratio: 422/283;
  border-radius: 16px;
}

.oni_name {
  font-size: 22px;
  font-weight: 600;
  margin-top: 25px;
}

.oni_text {
  font-size: 18px;
  line-height: 130%;
  color: #687168;
  margin-top: 10px;
}

.steps_4 {
  padding: 40px 0 100px;
  background: url(../images/s4_bg.jpg) center/cover no-repeat;
}
.steps_4 h2, .steps_4 .contacts h1, .contacts .steps_4 h1, .steps_4 .good h1, .good .steps_4 h1, .steps_4 .cat_top h1, .cat_top .steps_4 h1 {
  color: #fff;
}
.steps_4 p {
  color: #fff;
  font-size: 18px;
}

.s4_top {
  display: flex;
  gap: 25px;
}

.s4_left {
  max-width: 420px;
}

.s4_right {
  flex: 1;
}

.s4_items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
}

.s4_item {
  display: flex;
  align-items: center;
  gap: 40px;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 22px;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  padding: 30px 20px 30px 50px;
  position: relative;
}

.s4i_digit {
  font-size: 180px;
  line-height: 100%;
  font-weight: 600;
  -webkit-text-stroke: 1px #514F47;
  text-stroke: 1px #514F47;
  color: rgba(0, 0, 0, 0.4);
  opacity: 0.22;
  position: absolute;
  right: 20px;
  top: 0px;
}

.s4i_head {
  font-size: 22px;
  font-weight: 600;
  color: #CCFF98;
}

.s4i_text {
  font-size: 15px;
  color: #FFFFFF;
  margin-top: 10px;
}

.s4_bot {
  margin-top: 80px;
  display: flex;
  justify-content: flex-end;
}

.s4b_block {
  max-width: 630px;
}
.s4b_block p {
  max-width: 565px;
}

.s4b_price {
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  margin-top: 40px;
}

.s4b_btn {
  margin-top: 25px;
  max-width: 328px;
  height: 56px;
  text-transform: none;
  font-size: 16px;
}

.address {
  padding: 80px 0;
  background: url(../images/address_bg.jpg) center/cover no-repeat;
}

.a_block {
  max-width: 640px;
}
.a_block h2, .a_block .contacts h1, .contacts .a_block h1, .a_block .good h1, .good .a_block h1, .a_block .cat_top h1, .cat_top .a_block h1 {
  margin-bottom: 30px;
  color: #fff;
}
.a_block p {
  color: #fff;
  font-size: 18px;
}

.a_map {
  margin-top: 45px;
  border-radius: 20px;
  overflow: hidden;
}
.a_map > img {
  display: block;
  width: 100%;
}

.block {
  padding: 50px 0;
}

.bot_form_block {
  padding: 100px 0;
  background: url(../images/bf_bg.jpg) center/cover no-repeat;
  margin-bottom: -1px;
}

.b_form {
  max-width: 425px;
}
.b_form .f_input, .b_form .f_area {
  background: rgba(0, 0, 0, 0.3);
}

footer {
  background: rgba(0, 0, 0, 0.95);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  padding: 40px 0;
}

.footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
.footer a, .footer div {
  color: #fff;
}

.f_coll {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.f_coll.docs > a {
  text-decoration: underline;
  font-size: 13px;
}
.f_coll.docs > a:hover {
  text-decoration: none;
}

.f_tel {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 17px;
  font-weight: 700;
  white-space: nowrap;
}
.f_tel:before {
  display: block;
  content: "";
  width: 21px;
  height: 21px;
  flex-shrink: 0;
  background: url(../images/f_tel.svg) center/cover no-repeat;
}

.f_time {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 13px;
}
.f_time:before {
  display: block;
  content: "";
  width: 19px;
  height: 19px;
  flex-shrink: 0;
  background: url(../images/f_time.svg) center/cover no-repeat;
}

.f_address {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 13px;
}
.f_address:before {
  display: block;
  content: "";
  width: 16px;
  height: 22px;
  flex-shrink: 0;
  background: url(../images/f_address.svg) center/cover no-repeat;
}

.f_email {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 13px;
}
.f_email:before {
  display: block;
  content: "";
  width: 19px;
  height: 15px;
  flex-shrink: 0;
  background: url(../images/f_email.svg) center/cover no-repeat;
}

.f_dev {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.f_dev > img {
  max-width: 159px;
}
.f_dev > span {
  font-size: 13px;
  color: #fff;
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 20px;
}
.breadcrumbs > li {
  font-size: 13px;
  color: #687168;
  white-space: nowrap;
  position: relative;
}
.breadcrumbs > li:first-child:before {
  display: none;
}
.breadcrumbs > li:before {
  display: block;
  content: "";
  width: 3px;
  height: 3px;
  background: #CCFF98;
  position: absolute;
  left: -18px;
  top: 8px;
}
.breadcrumbs > li > a {
  font-size: 13px;
  color: #D0D0D0;
  white-space: nowrap;
  transition: 0.3s;
}
.breadcrumbs > li > a:hover {
  color: #687168;
}

.cat_top {
  padding-top: 20px;
}
.cat_top h1 {
  text-transform: none;
}

.side_form {
  margin-top: 20px;
}
.side_form .ww_form_block {
  background: #111C12;
}

.good {
  margin-top: 30px;
}
.good h3 {
  color: #080D11;
  text-transform: none;
}

.good_top {
  display: flex;
  gap: 30px;
}

.good_slider {
  position: relative;
  max-width: 830px;
  min-width: 600px;
  height: 500px;
  display: flex;
  flex-direction: row-reverse;
  gap: 20px;
  justify-content: space-between;
  overflow: hidden;
  margin: 30px 0;
}

.swiper {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}
.swiper .swiper-button-next, .swiper .swiper-button-prev {
  color: #111C12;
}

.swiper-slide {
  display: flex;
  width: 100% !important;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center;
  padding: 20px;
}

.mySwiper {
  width: 20%;
  height: 100%;
}
.mySwiper .swiper-slide {
  width: 100%;
  height: 25%;
  border: 1px solid #EAEAEA;
  border-radius: 22px;
  overflow: hidden;
  cursor: pointer;
  opacity: 0.4;
}
.mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}

.mySwiper2 {
  width: 80%;
  height: 100%;
  border-radius: 22px;
  border: 1px solid #EAEAEA;
  overflow: hidden;
  padding: 20px;
}

.g_right {
  max-width: 515px;
  min-width: 450px;
  width: 100%;
}

.gr_top {
  display: flex;
  gap: 10px;
}
.gr_top > a {
  min-height: 45px;
  text-transform: none;
  background: #E5EEDD;
  text-align: center;
  padding: 5px 10px;
}
.gr_top > a.hover {
  background: #CCFF98;
}

.gr_text {
  font-size: 18px;
  color: #687168;
  margin-top: 13px;
}

.gr_head {
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 25px;
}

.gr_table {
  display: flex;
  flex-direction: column;
  gap: 3px;
  margin-top: 20px;
}

.grt_line {
  min-height: 55px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  border-radius: 12px;
  background: #F4F8F0;
  padding: 5px 20px;
}
.grt_line:nth-child(even) {
  background: #F9FBF7;
}
.grt_line > div {
  font-size: 18px;
  font-weight: 500;
}

.gr_bot {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-top: 25px;
}

.gr_price {
  font-size: 38px;
  font-weight: 800;
  text-wrap: nowrap;
}

.gr_btn {
  height: 60px;
  max-width: 250px;
}

.contacts {
  margin: 20px 0 50px;
}
.contacts h1 {
  text-transform: none;
}

.contacts_block {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
  margin-top: 30px;
}

.ct_left {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.ct_item {
  width: calc(50% - 10px);
  min-height: 318px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  justify-content: center;
  align-items: center;
  padding: 15px;
  border: 1px solid #EAEAEA;
  border-radius: 22px;
}
.ct_item.long {
  width: 100%;
  min-height: 222px;
  flex-direction: row;
}

.cti_img {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 68px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #CCFF98;
}
.cti_img > img {
  width: 38px;
}
.cti_img.email > img {
  width: 30px;
}
.cti_img.addr > img {
  width: 27px;
  filter: brightness(0);
}

.cti_tel {
  font-size: 22px;
  font-weight: 600;
  text-wrap: nowrap;
}

.cti_email {
  font-size: 25px;
  text-wrap: nowrap;
}

.cti_address {
  max-width: 420px;
  font-size: 20px;
}

.map {
  width: 100%;
  border-radius: 22px;
  overflow: hidden;
}

@media only screen and (max-width: 1300px) {
  .tb_item {
    max-width: 200px;
    padding: 15px !important;
  }
  .tb_item.last {
    gap: 15px;
  }
  .tbi_head {
    font-size: 18px;
  }
  .a_item {
    min-height: 70px;
  }
  .a_item > img {
    max-width: 35px;
  }
  .a_item > div {
    font-size: 14px;
  }
  .s4_items {
    gap: 10px;
  }
  .s4_item {
    padding: 20px 15px 20px 15px;
    gap: 20px;
  }
  .s4i_digit {
    font-size: 140px;
  }
  .s4i_icon {
    max-width: 40px;
  }
  .s4b_block {
    max-width: 580px;
  }
  .header {
    gap: 20px;
  }
  .h_menu {
    gap: 15px;
  }
  .h_menu > li > a {
    font-size: 14px;
  }
  .h_tel {
    font-size: 16px;
  }
  .h_contats {
    gap: 20px;
  }
} /*1300*/
@media only screen and (max-width: 1200px) {
  .good_top {
    flex-direction: column;
    max-width: 830px;
    margin: 0 auto 30px;
  }
} /*1200*/
@media only screen and (max-width: 1100px) {
  .o_item {
    flex-direction: column;
    gap: 10px;
  }
  .cb_items {
    grid-gap: 10px;
  }
} /*1100*/
@media only screen and (min-width: 1024px) {
  .h_cat:hover > ul {
    display: block;
  }
  .h_cat_list li:hover > ul {
    display: flex;
  }
} /*+1024*/
@media only screen and (max-width: 1024px) {
  .header {
    flex-wrap: wrap;
    gap: 25px;
    padding: 10px 15px;
  }
  .burger {
    display: block;
    order: 3;
    margin-left: auto;
  }
  .h_cat {
    order: 2;
  }
  .logo {
    order: 1;
  }
  .h_contats {
    width: 100%;
    gap: 10px;
    order: 4;
  }
  .tb_bot {
    flex-wrap: wrap;
    gap: 10px;
    align-items: flex-start;
  }
  .tb_item {
    width: calc(50% - 5px) !important;
    max-width: unset !important;
  }
  .objects {
    padding: 30px 0 20px;
  }
  .o_items {
    gap: 10px;
  }
  .o_item {
    padding: 20px;
  }
  .oi_head {
    font-size: 25px;
  }
  .cb_items {
    grid-template-columns: repeat(3, 1fr);
  }
  .why_we h2, .why_we .cat_top h1, .cat_top .why_we h1, .why_we .good h1, .good .why_we h1, .why_we .contacts h1, .contacts .why_we h1 {
    text-align: center;
  }
  .ww_blocks {
    max-width: 660px;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 10px;
    margin: 35px auto 0;
  }
  .wwl_man {
    max-width: 300px;
  }
  .ww_form_block {
    max-width: 660px;
    margin: 15px auto 0;
    padding: 30px;
  }
  .ww_form_block .form {
    flex-direction: column;
  }
  .ww_form_block .form .f_head {
    text-align: center;
  }
  .ww_form_block .form .f_head br {
    display: none;
  }
  .ww_form_block .form .niceCheck {
    margin: 10px 0 0;
  }
  .objects {
    margin-top: 30px;
  }
  .ob_items {
    margin-top: 30px;
    grid-gap: 10px;
  }
  .ob_item {
    min-height: unset;
  }
  .ob_text > div {
    font-size: 18px;
  }
  .oni_name {
    font-size: 18px;
    margin-top: 15px;
  }
  .oni_text {
    font-size: 16px;
  }
  .steps_4 {
    background-position: right;
    padding: 30px 0 20px;
  }
  .s4_top {
    flex-direction: column;
  }
  .s4_left {
    max-width: unset;
  }
  .s4_left h2, .s4_left .cat_top h1, .cat_top .s4_left h1, .s4_left .good h1, .good .s4_left h1, .s4_left .contacts h1, .contacts .s4_left h1 {
    text-align: center;
  }
  .s4_left h2 br, .s4_left .cat_top h1 br, .cat_top .s4_left h1 br, .s4_left .good h1 br, .good .s4_left h1 br, .s4_left .contacts h1 br, .contacts .s4_left h1 br {
    display: none;
  }
  .s4_bot {
    margin-top: 40px;
  }
  .s4b_block {
    max-width: 800px;
  }
  .s4b_block h2, .s4b_block .cat_top h1, .cat_top .s4b_block h1, .s4b_block .good h1, .good .s4b_block h1, .s4b_block .contacts h1, .contacts .s4b_block h1 {
    text-align: center;
  }
  .s4b_block p {
    max-width: unset;
  }
  .s4b_price {
    text-align: center;
  }
  .s4b_btn {
    margin: 20px auto 0;
  }
  .s4i_head {
    font-size: 18px;
  }
  .s4i_head br {
    display: none;
  }
  .address {
    padding: 30px 0;
  }
  .a_block h2, .a_block .cat_top h1, .cat_top .a_block h1, .a_block .good h1, .good .a_block h1, .a_block .contacts h1, .contacts .a_block h1 {
    margin-bottom: 20px;
  }
  .a_map {
    margin-top: 25px;
  }
  .bot_form_block {
    padding: 30px 0;
  }
  footer {
    padding: 20px 0;
  }
  .footer {
    flex-wrap: wrap;
    gap: 30px;
  }
  .f_coll.docs, .f_coll.dev {
    width: 100%;
    flex-direction: row;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
  }
  .cat_block.similar {
    margin: 30px 0;
  }
  .contacts {
    margin: 20px 0 30px;
  }
  .contacts_block {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 20px;
  }
  .map {
    height: 450px;
  }
  .ct_item {
    min-height: 200px;
  }
  .ct_item.long {
    min-height: 150px;
  }
  .h_menu {
    display: none;
    flex-direction: column;
    background: #CCFF98;
    border-radius: 20px;
    padding: 20px;
    position: absolute;
    top: 80px;
    right: 15px;
  }
  .h_menu > li > a {
    color: #080D11;
  }
  .h_menu > li > a:hover {
    color: #8f8e8e;
  }
} /*1024*/
@media only screen and (max-width: 768px) {
  h1 {
    font-size: 27px;
    text-align: center;
  }
  h1 > br {
    display: none;
  }
  h2, .cat_top h1, .good h1, .contacts h1 {
    font-size: 22px !important;
  }
  h3 {
    font-size: 18px !important;
  }
  p {
    font-size: 16px !important;
    line-height: 130%;
    margin-top: 15px;
  }
  .burger {
    align-self: flex-start;
    margin-top: 13px;
  }
  .h_menu {
    top: 60px;
  }
  .h_cat {
    align-self: flex-start;
  }
  .logo {
    max-width: 120px;
  }
  .h_cat_btn {
    width: 115px;
    padding-left: 10px;
  }
  .top_block {
    margin-top: 40px;
  }
  .tb_text {
    font-size: 16px;
    margin-top: 20px;
    max-width: unset;
    text-align: center;
  }
  .tb_btn {
    margin: 30px auto 0;
  }
  .tb_bot {
    flex-direction: column;
    align-items: center;
  }
  .tb_item {
    width: 100% !important;
    max-width: 350px !important;
  }
  .tb_item.last {
    flex-direction: column;
  }
  .tb_img {
    max-width: 100px;
  }
  .tbi_head {
    text-align: center;
  }
  .tbi_head br {
    display: none;
  }
  .tbi_text {
    text-align: center;
  }
  .tbi_text br {
    display: none;
  }
  .o_items {
    margin-top: 15px;
  }
  .modal_content {
    padding: 25px;
  }
  .f_head {
    font-size: 20px;
    padding-right: 35px;
  }
  .cb_items {
    grid-template-columns: repeat(2, 1fr);
  }
  .cbi_name {
    font-size: 18px;
  }
  .cbi_line {
    min-height: 35px;
  }
  .cbi_line > div {
    font-size: 14px;
  }
  .cbi_price {
    font-size: 22px;
  }
  .a_items {
    grid-template-columns: repeat(2, 1fr);
  }
  .a_item {
    min-height: 50px !important;
  }
  .a_item:nth-child(2) {
    border-right: unset;
  }
  .a_item > div {
    max-width: 170px;
    width: 100%;
  }
  .ob_text {
    flex-direction: column;
    gap: 10px;
  }
  .ob_items {
    grid-template-columns: repeat(2, 1fr);
  }
  .oni_name {
    font-size: 16px;
  }
  .oni_text {
    font-size: 14px;
  }
  .footer {
    flex-direction: column;
  }
  .f_coll {
    align-items: center;
  }
  .good_top {
    gap: 20px;
  }
  .good_slider {
    flex-direction: column-reverse;
    min-width: unset;
    height: unset;
    gap: 10px;
    margin: 20px 0 10px;
  }
  .mySwiper2 {
    width: 100%;
    aspect-ratio: 1/1;
    height: unset;
    padding: 0 !important;
  }
  .mySwiper {
    width: 100%;
    height: 90px;
    padding: 0;
    margin: unset !important;
  }
  .mySwiper .swiper-slide {
    width: calc(25% - 8px) !important;
    height: 80px !important;
    padding: 10px;
    margin-top: 1px;
  }
  .g_right {
    max-width: unset;
    min-width: unset;
  }
  .cti_img {
    width: 40px;
  }
  .cti_img > img {
    width: 16px !important;
  }
  .ct_left {
    gap: 10px;
  }
  .ct_item {
    min-height: unset !important;
    gap: 15px;
  }
  .cti_tel {
    font-size: 18px;
  }
  .cti_email {
    font-size: 18px;
  }
  .cti_address {
    font-size: 16px;
  }
} /*768*/
@media only screen and (max-width: 600px) {
  .wwl_man {
    display: none;
  }
  .ww_left {
    padding: 15px;
  }
  .wwl_content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    text-align: center;
  }
  .wwl_content h3 br {
    display: none;
  }
  .wwl_text {
    max-width: unset;
    font-size: 16px;
  }
  .wwl_img {
    max-width: 50px;
  }
  .wwr_top {
    padding: 20px;
  }
  .wwr_head {
    font-size: 18px;
    margin-top: 15px;
  }
  .wwr_text {
    font-size: 16px;
  }
  .wwr_bot {
    margin-top: 10px;
    grid-gap: 10px;
  }
  .wwr_bot > div {
    min-height: unset;
    padding: 15px;
  }
  .wwr_icon {
    max-width: 50px;
  }
  .ww_form_block {
    padding: 20px;
  }
  .s4_items {
    grid-template-columns: repeat(1, 1fr);
  }
  .s4i_digit {
    font-size: 100px;
  }
} /*600*/
@media only screen and (max-width: 540px) {
  .h_contats {
    gap: 30px;
  }
  .o_items {
    grid-template-columns: repeat(1, 1fr);
  }
} /*540*/
@media only screen and (max-width: 480px) {
  .h_contats {
    align-items: flex-end;
  }
  .h_contats > a:before {
    display: none;
  }
  .f_bot {
    flex-direction: column;
  }
  .f_submit {
    max-width: 100%;
  }
  .h_cat_list li > a, .h_cat_list li > ul li > a {
    padding: 10px;
  }
  .h_cat_list li > ul, .h_cat_list li > ul li > ul {
    position: static;
    padding-top: 0;
  }
  .h_cat_list li > ul > li > a, .h_cat_list li > ul li > ul > li > a {
    border-radius: 0 !important;
    padding-left: 20px;
  }
  .cb_items {
    grid-template-columns: repeat(1, 1fr);
  }
  .a_items {
    grid-template-columns: repeat(1, 1fr);
  }
  .a_item {
    border-right: unset;
  }
  .gr_top {
    flex-direction: column;
  }
  .gr_top a {
    max-width: unset;
  }
  .gr_bot {
    flex-direction: column;
  }
  .gr_head {
    font-size: 20px;
  }
  .grt_line {
    min-height: 40px;
    padding: 5px 15px;
  }
  .grt_line > div {
    font-size: 16px;
  }
  .gr_price {
    font-size: 30px;
  }
  .ct_left {
    flex-direction: column;
  }
  .ct_item {
    width: 100%;
  }
} /*480*/
@media only screen and (max-width: 400px) {
  /* .h_cat_btn{
    width: 36px;
    >span{
      display: none;
    }
  } */
  .logo {
    left: 15px;
    max-width: 100px;
  }
  .wwr_text {
    font-size: 14px;
  }
  .ob_items {
    grid-template-columns: repeat(1, 1fr);
  }
} /*400*/
@media only screen and (max-width: 360px) {
  .h_tel {
    font-size: 14px;
  }
} /*360*/

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