html {
  scroll-behavior: smooth;
}

body {
  font-family: "Inter", sans-serif;
  line-height: 150%;
  font-size: 18px;
}

.grecaptcha-badge {
  display: none !important;
}

.desktop {
  display: block;
}

.mobile {
  display: none !important;
}

video {
  max-width: 100%;
  border-radius: 30px;
}

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

h1 {
  margin-bottom: 30px;
}

.hidden {
  display: none;
}

main.main.section.container {
  padding-top: 60px;
  padding-bottom: 60px;
}

.container {
  max-width: 1170px;
}

.recaptcha-block {
  /* display: none; */
}

.personal span {
  display: block;
  color: green;
  text-align: center;
  margin-top: 20px;
}

section#author {
  background-image: url(/images/author_bg.png);
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}

img.author_img {
  float: right;
  margin-left: 30px;
  margin-bottom: 10px;
}

#modal_callme div.personal span {
  text-align: center;
  color: #0aa900;
}

a.btn {
  max-width: max-content;
  padding: 18px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
  box-sizing: border-box;
  border-radius: 50px;
  background: rgb(73, 131, 170);
  color: rgb(255, 255, 255);
  font-size: 20px;
  font-weight: 300;
  line-height: 100%;
  text-align: center;
}

a.btn:hover {
  color: #376482;
  box-sizing: border-box;
  border: 1.96px solid #376482;
  border-radius: 36.56px;
  box-shadow: 0px 0px 22.66px 1.31px rgba(13, 10, 228, 0.1);
  background: rgb(255, 255, 255);
  border-radius: 50px;
}

.tags {
  display: flex;
  flex-wrap: wrap;
  color: #fff;
  justify-content: space-between;
  margin-top: 6%;
  max-width: 1170px;
  /* display: none; */
}

.tags_item {
  margin: 0 15px;
  color: rgb(255, 255, 255);
  font-size: 18px;
  text-align: left;
  text-transform: uppercase;
  font-style: italic;
  position: relative;
  margin-right: 30px;
  line-height: 130%;
}

.zagolovok {
  min-height: 130px;
  max-width: 930px;
  margin: 0 auto;
  margin-bottom: 30px;
}
section#top h1,
section#top h2 {
  line-height: 120%;

  min-height: 40px;
  color: rgb(255, 255, 255);
  font-size: 54px;
  font-weight: 700;
  text-align: left;
  width: fit-content;
}
section#brads {
  padding-top: 60px;
  padding-bottom: 60px;
}

section#brads h2 {
  color: rgb(0, 0, 0);
  font-size: 32px;
  font-weight: 400;
  line-height: 120%;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 60px;
}

.container_header {
  background: #376482;
  padding-top: 100px;
  padding-bottom: 0px;
  color: #fff;
}

.container_header h2 {
  color: rgb(255, 255, 255);
  font-size: 48px;
  font-weight: 500;
  line-height: 120%;
  text-align: left;
  text-transform: uppercase;
}

.container_header .container {
  padding-left: 40px;
}

section#neftehim {
  background: #9bb2c1;
  padding-top: 0px;
  padding-bottom: 0px;
}

.container_header_text {
  max-width: 712px;
  padding-left: 30px;
  border-left: 12px solid #9bb2c1;
  color: rgb(255, 255, 255);
  font-family: Inter;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
  margin-left: 40px;
}

.shlam.owl-carousel,
.neftehim.owl-carousel {
  border-left: 30px solid #376482;
  border-right: 30px solid #376482;
  background: #fff;
  padding-top: 50px;
  padding-bottom: 30px;
}

section#shlam .owl-carousel .owl-item img,
section#neftehim .owl-carousel .owl-item img {
  max-width: max-content;
  margin: 0 auto;
  max-height: 350px;
  width: auto;
}

section#shlam h3,
section#neftehim h3 {
  max-width: 970px;
  padding: 0 30px;
  color: rgb(0, 0, 0);
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
  text-align: left;
  text-transform: capitalize;
  margin: 0 auto;
  margin-bottom: 40px;
}

section#shlam .text span,
section#neftehim .text span {
  color: #8f8f8f;
  font-family: Inter;
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
  text-align: left;
  display: block;
  margin-bottom: 15px;
  margin-top: 30px;
}

section#shlam .text,
section#neftehim .text {
  font-size: 18px;
}

section#shlam a.btn,
section#neftehim a.btn {
  /* max-width: max-content; */
  border-radius: 50px;
  background: #376482;
  /* margin: 0 auto; */
  margin-top: 30px;
  width: 304px;
  border: 1px solid #376482;
}

section#shlam a.btn:hover,
section#neftehim a.btn:hover {
  color: #376482;
  box-sizing: border-box;
  border: 1.96px solid #376482;
  border-radius: 36.56px;
  box-shadow: 0px 0px 22.66px 1.31px rgba(13, 10, 228, 0.1);
  background: rgb(255, 255, 255);
  border-radius: 50px;
}

section#shlam a.btn.btn_oprosnik,
section#neftehim a.btn.btn_oprosnik {
  color: #376482;
  width: 304px;
  display: block;
  max-width: 100%;
  background: none;
  border: 1px solid #376482;
  margin-top: 15px;
}

section#shlam .text p,
section#neftehim .text p {
  margin-bottom: 5px;
}

section#shlam {
  background: #9bb2c1;
  padding-top: 0px;
  padding-bottom: 0px;
}

header {
  padding: 18px 0px;
}

section#top {
}

section#top a.btn {
  margin: 0 auto;
  margin-bottom: 40px;
  margin-top: 30px;
}

section#home_table table a.btn {
  width: 128px;
  height: 49px;
  left: 586px;
  top: 3448px;
  background: #fbd640;
}

section#top {
  position: relative;
  padding-bottom: 0px;
  padding-top: 0px;
  /* min-height: 660px; */
  /* margin-top: -88px; */
  max-width: 1920px;
  margin: 0 auto;
  margin-top: -88px;
}

.item_image {
  position: relative;
  width: 100%;
  /* height: 100%; */
  left: 0;
  top: 0px;
  /* max-height: 510px; */
  /* min-height: 500px; */
}

.item_image img {
  object-fit: cover;
  height: 100%;
  width: 100% !important;
  margin: 0 !important;
}

.item_image:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  /*background: rgb(73 131 170 / 64%); */
  /*background: #0000000a;*/
  /*background-color: rgba(0, 0, 0, 0.4);*/
  display: block;
  top: 0px;
}

section#top .container .col-lg-12 {
  z-index: 5;
  position: absolute;
  margin-top: 0px;
  top: 17%;
  max-width: 1170px;
  /* background: rgb(73 131 170 / 84%); */
  padding: 30px;
}

section#top .item {
  /* padding-bottom: 60px; */
  /* padding-top: 60px; */
  height: 100%;
  /* max-height: 520px; */
}

section#top .row {
  display: flex;
  align-items: center;
}

section#top .text img {
  display: unset;
  width: max-content;
  max-width: 50px !important;
  margin: 0px !important;
  margin-right: 10px;
  min-height: unset !important;
  filter: unset !important;
}

section#top .text {
  /* line-height: 130%; */
  max-width: 100%;
  margin: 0 auto;
  color: rgb(255, 255, 255);
  font-size: 18px;
  font-weight: 400;
  text-align: left;
  min-height: 130px;
  color: rgb(255, 255, 255);
  font-size: 26px;
  font-weight: 400;
  text-align: left;
  max-width: 930px;
  margin: 0 auto;
}

section#top .owl-item {
  height: 100%;
}
section#top h2,
section#top .text li,
section#top .tags_item {
  background: rgb(73 131 170 / 64%);
  padding: 0 5px;
}
.item.after {
  background-image: url(/images/metr.png);
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 30% 20%;
}

section#top .text span {
  display: block;
  line-height: 140%;
}

section#top .text li {
  margin-bottom: 15px;
  /* padding-left: 20px; */
  position: relative;
  color: #fff;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  line-height: 150%;
  width: fit-content;
}

header .row {
  display: flex;
  align-items: center;
  flex-direction: row;
  align-content: center;
  min-height: 80px;
}

.col_phone {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

ul.nav a {
  text-decoration: none;
  color: rgb(255 255 255);
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
  text-align: left;
  text-transform: uppercase;
}

ul.nav li {
  margin-right: 25px;
}

.form_slide_block {
  display: none;
}

.form_slide_block.activ_form_block {
  display: block;
  position: relative;
}

.form_button {
  /* display: inline-block; */
  /* width: 100px; */
  padding: 10px 0px;
  text-align: center;
  cursor: pointer;
  /* width: 110px; */
  /* height: 51px; */
  background: #fbd640;
  border-radius: 8px;
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  color: #232323;
  padding: 15px 30px;
}

.form_button:disabled {
  filter: opacity(0.5);
  /* background: #EEEEEE; */
}

input.form_button.prev {
  background: #eeeeee;
}

.form_slide_block_btn {
  display: flex;
  justify-content: space-between;
}

.form_progress {
  width: 0%;
  background: #fbd640;
  height: 5px;
  transition: 0.5s ease;
  /* background: #D9D9D9; */
  /* position: relative; */
  /* position: absolute; */
  /* width: 100%; */
  /* top: 50px; */
}

.form_progress_block {
  position: relative;
  background: #d9d9d9;
  width: 100%;
  display: block;
  height: 5px;
  position: absolute;
  top: 50px;
}

section#quiz numb {
  position: absolute;
  right: 0;
  top: 0px;
}

.quiz_slide_title {
  font-style: normal;
  font-weight: 600;
  font-size: 23px;
  /* or 135% */
  color: #232323;
  margin-bottom: 50px;
  max-width: 640px;
}

.form_button.submit {
  display: none;
}

header a.phone,
footer a.phone {
  text-decoration: none;
  margin-right: 20px;
  color: rgb(0, 0, 0);
  font-size: 20px;
  font-weight: 700;
  line-height: 130%;
  text-align: left;
  display: block;
  width: max-content;
  padding-left: 30px;
  background: url(/images/phone.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

header .container {
  /* max-width: 1280px; */
}

section h2 {
  color: rgb(0, 0, 0);
  font-size: 36px;
  font-weight: 400;
  text-align: left;
  margin-bottom: 30px;
}

section {
  padding-top: 30px;
  padding-bottom: 30px;
}

section h2 {
  /* text-align: left; */
  /* margin: 0; */
}

section#curs {
  color: rgb(0, 0, 0);
  font-size: 23px;
  font-weight: 500;
  line-height: 120%;
  text-align: left;
  background: #f6f8ff;
  position: relative;
  overflow: hidden;
}

section#curs p {
  margin-bottom: 30px;
}

section#curs li {
  background: url(/images/gal.png);
  background-repeat: no-repeat;
  background-size: 20px;
  padding-left: 40px;
  background-position: left top;
  margin-bottom: 30px;
}

.container_nav {
  z-index: 10;
  position: relative;
  padding-bottom: 30px;
  padding-top: 30px;
  /* border-bottom: 1px solid rgba(255, 255, 255, 0.3);*/
}

section#for_you h2 {
  color: rgb(60, 92, 187);
  font-size: 48px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}

section#our_values li {
  padding-left: 40px;
  background: url(/images/gal.svg);
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 15px;
}

section#our_values h2 {
  color: rgb(0, 0, 0);
  font-size: 36px;
  font-weight: 600;
  line-height: 44px;
  text-align: left;
  margin-top: 0px;
  padding-left: 40px;
}

section#for_you .col-lg-6 {
  margin-bottom: 30px;
}

section#for_you {
  padding-top: 60px;
  padding-bottom: 60px;
}

section#curs:after {
  content: "";
  background: url(/images/big_gal.png);
  background-repeat: no-repeat;
  display: block;
  background-size: contain;
  position: absolute;
  right: -50px;
  bottom: -70px;
  width: 40vw;
  height: 40vw;
  z-index: 0;
}

section#for_you .item img {
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
  max-height: 120px;
}

section#for_you .item {
  color: rgb(60, 92, 187);
  font-size: 23px;
  font-weight: 600;
  text-align: center;
  /* margin-bottom: 30px; */
  /* max-width: 310px; */
  border-radius: 20px;
  box-shadow: 0px 0px 20px 0px rgba(13, 10, 228, 0.2);
  background: rgb(255, 255, 255);
  padding: 30px;
  height: 100%;
}

section#for_you span {
  max-width: 280px;
  display: block;
  margin: 0 auto;
}

section#curs ul {
  margin-bottom: 60px;
  z-index: 10;
  position: relative;
}

section#vygoda .item {
  border: 1.5px solid #e9e9e9;
  border-radius: 12px;
  padding: 30px 35px;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #232323;
}

section#vygoda .item span {
  font-style: normal;
  font-weight: 600;
  font-size: 23px;
  /* line-height: 37px; */
  /* identical to box height, or 161% */
  color: #232323;
  margin-bottom: 15px;
  display: block;
}

section#vygoda .col-lg-4 {
  margin-bottom: 30px;
}

section#vygoda .item.after span {
  margin-bottom: 33px;
}

section#vygoda a.btn {
  margin: 0 auto;
  margin-top: 30px;
}

section#vygoda .item.after .btn {
  margin: 0;
}

section#etapy h2 {
  margin-bottom: 15px;
}

section#etapy p {
  margin-bottom: 50px;
  text-align: center;
}

section#etapy .col-lg-4 {
  margin-bottom: 40px;
  text-align: center;
}

section#etapy .item p {
  margin-bottom: 0px;
}

section#etapy .col-lg-4 img {
  display: block;
  margin: 0 auto;
  margin-bottom: 25px;
}

section#etapy .col-lg-4 span {
  display: block;
  font-style: normal;
  font-weight: 600;
  font-size: 23px;
  color: #232323;
  margin-bottom: 15px;
}

section#etapy .btn {
  margin: 0 auto;
  margin-top: 20px;
}

section#home_table table {
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  /* padding-bottom: 40px; */
  /* margin-bottom: 60px; */
}

section#home_table table tr td {
  padding: 0 25px;
  padding-bottom: 60px;
  padding-top: 60px;
  text-align: center;
}

section#home_table a.btn {
  margin: 0 auto;
  margin-top: 60px;
}

section#home_table table tr td {
  min-width: 200px;
  border-right: 1px solid #e9e9e9;
  /* margin-bottom: 40px; */
}

tr {
  /* margin-bottom: 40px; */
  /* padding-bottom: 0px; */
  /* display: flex; */
  border-top: 1px solid #e9e9e9;
}

section#home_table table tr td:last-child {
  border-right: 0px solid #e9e9e9;
}

section#home_table table tr td:first-child {
  text-align: left;
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  /* identical to box height, or 143% */
  color: #232323;
  min-width: 360px;
}

section#home_table table .btn {
  margin-top: 35px;
}

section#home_table table tr td:first-child a {
  text-align: left;
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  color: #232323;
  min-width: 290px;
  display: block;
  text-decoration: none;
  margin-top: 15px;
}

section#home_portfolio .btn,
section#home_news .btn {
  margin: 0 auto;
  margin-top: 60px;
}

button.owl-prev {
  position: absolute;
  top: 40%;
  left: -70px;
}

button.owl-next {
  position: absolute;
  top: 40%;
  right: -70px;
}

section#shlam a.btn.btn_oprosnik,
.section#neftehim a.btn {
  color: #376482;
  width: 304px;
  display: block;
  max-width: 100%;
  background: none;
  border: 1px solid #376482;
  margin-top: 15px;
}

.owl-carousel .item img {
  /* border-radius: 12px; */
  width: auto;
  max-width: max-content;
  margin: 0 auto;
}

section#top .owl-carousel .item img {
  /* border-radius: 12px; */
  width: auto;
  max-width: 100%;
  margin: 0 auto;
  /* height: 100%; */
  /* min-height: 500px; */
  margin-right: 10px !important;
  /* filter: contrast(2); */
}

section#home_news .owl-carousel .item img {
  margin-bottom: 30px;
}

section#home_news h3 {
  margin-bottom: 30px;
}

section#home_news p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #232323;
}

a.readmore {
  text-decoration: none;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  /* identical to box height */
  color: #232323;
  border-bottom: 2px solid #fbd640;
  margin-top: 25px;
  display: block;
  max-width: max-content;
}

footer .logo_col {
  display: flex;
  align-items: center;
  /* justify-content: space-between; */
}

footer.footer .row {
  display: flex;
  align-items: center;
}

ul.social {
  display: flex;
  justify-content: flex-end;
}

ul.social li {
  margin-right: 10px;
}

.soc_col {
  display: flex;
  justify-content: center;
}

footer.footer {
  background-color: rgb(255 255 255);
  /* display: flex; */
  /* align-items: center; */
  padding-top: 20px;
  padding-bottom: 20px;
  background-image: url(/images/footer.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 120%;
  /* height: 70px; */
  max-width: 1920px;
  margin: 0 auto;
}

a.privacy-policy {
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 23px;
  color: #232323;
  text-decoration: none;
}

.col-lg-5.col_phone_col {
  display: flex;
  justify-content: flex-end;
}

footer a.logo {
  margin-right: 30px;
}

.header_top_menu_button {
  text-align: center;
  position: relative;
  width: 33px;
  height: 33px;
  background: 0 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  color: inherit;
  text-align: inherit;
  padding: 0;
  cursor: pointer;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  outline: 0 !important;
  display: none;
  border: 0;
  top: 10px;
  right: 0px;
  left: unset;
  z-index: 10;
}

.header_top_menu_button.is-top-active .icon_menu {
  background-color: transparent;
  outline: 0;
  /* background: #000000; */
}

.header_top_menu_button .icon_menu {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: #ffffff;
  position: absolute;
  height: 2px;
  width: 33px;
  left: 0;
  /* top: 50%; */
  outline: 0;
}

.header_top_menu_button .icon_menu:after,
.header_top_menu_button .icon_menu:before {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: #ffffff;
  height: 100%;
  width: 100%;
  content: "";
  position: absolute;
  left: 0;
}

.header_top_menu_button .icon_menu:before {
  top: 9px;
}

.header_top_menu_button .icon_menu:after {
  top: -9px;
}

.header_top_menu_button.is-top-active .icon_menu:after,
.header_top_menu_button.is-top-active .icon_menu:before {
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  top: 0 !important;
  /* background: #000000; */
}

.header_top_menu_button.is-top-active .icon_menu:before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
  /* background: #000000; */
}

.header_top_menu_button.is-top-active .icon_menu:after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
}

.logo_col {
  position: relative;
  display: flex;
  justify-content: space-between;
}

.radio_img_wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: flex-start;
  min-height: 275px;
}

form.slide_form {
  /* max-width: 900px; */
  margin: 0 auto;
  width: 960px;
  max-width: 100%;
  min-height: 460px;
  padding: 25px;
  border: 1.4px solid #e9e9e9;
  border-radius: 12px;
}

.radio_img_wrapper input {
  top: 10px;
  left: 10px;
  position: absolute;
  width: 20px;
  height: 20px;
}

.radio_img_wrapper label {
  position: relative;
  width: 22.333333%;
  max-width: 23%;
  /* min-width: 220px; */
  margin: 10px;
  display: block !important;
  font-size: 15px;
  line-height: 130%;
}

.form_progress_container {
  position: relative;
}

.radio_img_wrapper label img {
  margin-bottom: 10px;
}

#modal_callme input,
#modal_nasos input {
  background: #f3f3f3;
  width: 100%;
  margin: 0 auto;
  display: block;
  margin-bottom: 30px;
  background-color: #f6f6f6;
  border-color: #0000002b;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 600;
  /* min-height: 40px; */
  padding: 15px 30px;
}
#modal_nasos label.propertion {
  width: 100%;
}
#modal_nasos label.propertion span {
  margin-bottom: 5px;
  display: block;
}
#modal_nasos label.propertion input {
  margin-bottom: 10px;
}
button.button-fb {
  max-width: max-content;
  padding: 10px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
  box-sizing: border-box;
  margin: 0 auto;
  border-radius: 50px;
  background: rgb(158, 190, 211);
  color: rgb(255, 255, 255);
  font-size: 20px;
  font-weight: 700;
  padding: 20px 30px;
  width: 100%;
  max-width: 100%;
}

button.button-fb:hover {
  color: rgb(60, 92, 187);
  box-sizing: border-box;
  border: 1.96px solid rgb(60, 92, 187);
  border-radius: 36.56px;
  box-shadow: 0px 0px 22.66px 1.31px rgba(13, 10, 228, 0.1);
  background: rgb(255, 255, 255);
}

#modal_callme .personal,
#modal_nasos .personal {
  color: #000;
  /* font-size: 12px; */
  margin: 0;
  margin-top: 10px;
  text-align: center;
  margin-bottom: 15px;
}

button.button-fb:hover {
  opacity: 0.8;
}

#modal_callme input.custom-file-input,
#modal_nasos input.custom-file-input {
  background: none;
  min-height: auto;
  margin: 0px;
  padding: 0px;
  border-radius: 0;
  margin-top: 5px;
}

#modal_callme label.upl_file1,
#modal_nasos input.custom-file-input {
  margin-bottom: 15px;
}

div#modal_callme p,
div#modal_nasos p {
  font-size: 16px;
  margin: 0 auto;
  max-width: 310px;
  text-align: center;
  line-height: 150%;
  margin-bottom: 24px;
}

#modal_callme .modal-header,
#modal_nasos .modal-header {
  text-align: center;
  padding-bottom: 0;
  border: 0;
}

h5#myModalLabel {
  font-size: 28px;
  line-height: 100%;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 30px;
}

.radio_wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-start;
  min-height: 275px;
}

.radio_wrapper label {
  display: block;
  margin-bottom: 10px;
}

section#quiz input[type="tel"] {
  width: 100%;
  margin: 0 auto;
  display: block;
  margin-bottom: 30px;
  /* background-color: #F6F6F6; */
  border-color: #0000002b;
  /* border-radius: 10px; */
  font-size: 16px;
  font-weight: 600;
  /* min-height: 40px; */
  padding: 15px 0px;
  margin-top: 60px;
  display: block;
  border-bottom: 1.4px solid #e9e9e9;
  font-weight: 500;
}

.radio_wrapper.input_wrapper label {
  width: 480px;
}

section#plan .row.row_one .item img {
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
  max-height: 120px;
}

section#plan .row.row_one .item {
  color: rgb(60, 92, 187);
  font-size: 23px;
  font-weight: 600;
  text-align: center;
  /* margin-bottom: 30px; */
  /* max-width: 310px; */
  border-radius: 20px;
  box-shadow: 0px 0px 20px 0px rgba(13, 10, 228, 0.2);
  background: rgb(255, 255, 255);
  padding: 30px;
  height: 100%;
}

section#plan .row.row_one span {
  max-width: 280px;
  display: block;
  margin: 0 auto;
}

.row.row_one {
  margin-bottom: 30px;
  border-bottom: 1px solid #fff;
  padding-bottom: 15px;
}

section#plan .row.row_two {
  counter-reset: section;
}

section#plan .row.row_two .col-lg-6 {
  margin-bottom: 30px;
  position: relative;
}

section#plan .row.row_two .item {
  border-radius: 20px;
  box-shadow: 0px 0px 20px 0px rgba(13, 10, 228, 0.42);
  background: linear-gradient(
    136.96deg,
    rgb(60, 92, 187) -4.241%,
    rgb(85, 67, 186) 98.036%
  );
  height: 100%;
  padding: 40px;
  color: rgb(255, 255, 255);
  font-size: 23px;
  font-weight: 600;
  line-height: 130%;
  text-align: left;
}

section#plan .row.row_two .item span {
  display: block;
  margin-bottom: 15px;
  text-transform: uppercase;
}

section#plan .row.row_two .item p {
  margin-bottom: 15px;
}

section#our_values {
}

section#our_values .container {
  top: -30px;
  position: relative;
}

section#author h2 {
  text-align: center;
  font-size: 18px;
}

div#sert {
  max-width: 389px;
  margin-top: -430px;
}

div#sert img {
  box-sizing: border-box;
  box-shadow: 0px 0px 10px 0px rgba(55, 100, 130, 0.5);
}

div#sert h2 {
  color: rgb(255, 255, 255);
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
  text-align: center;
  text-transform: uppercase;
  padding-left: 0px;
  margin-top: 15px;
}

section#our_values .col-lg-6:last-child {
  display: flex;
  justify-content: flex-end;
}

section#author p {
  color: rgb(0, 0, 0);
  font-size: 23px;
  font-weight: 500;
  line-height: 150%;
  text-align: left;
}

img.author_img {
  max-width: 450px;
}

section#author h3 {
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 23px;
  font-weight: 600;
}

section#author .col-lg-12 li {
  background: url(/images/gal.png);
  background-repeat: no-repeat;
  padding-left: 40px;
  background-position: left top;
  margin-bottom: 30px;
  color: rgb(0, 0, 0);
  font-size: 23px;
  font-weight: 500;
  line-height: 120%;
  text-align: left;
}

.soc_bottom {
  box-sizing: border-box;
  background: #f1f4fe;
  margin-top: 60px;
  padding-top: 30px;
  padding-bottom: 0px;
}

.soc_bottom a.btn {
  margin: 0 auto;
  font-size: 23px;
  margin-bottom: 30px;
}

section#plan h2 {
  text-align: center;
}

section#price .item {
  border-radius: 20px;
  box-shadow: 0px 0px 20px 0px rgba(13, 10, 228, 0.42);
  background: linear-gradient(
    136.96deg,
    rgb(60, 92, 187) -4.241%,
    rgb(85, 67, 186) 98.036%
  );
  height: 100%;
  padding: 30px 40px 0px 40px;
  color: rgb(255, 255, 255);
  font-size: 23px;
  font-weight: 600;
  line-height: 130%;
  text-align: left;
  margin-bottom: 30px;
}

ul.nav {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

a.privacy-policy {
  color: rgb(60, 92, 187);
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  /* margin-right: 50px; */
  color: rgb(255, 255, 255);
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  text-align: left;
  text-decoration-line: underline;
}

.col-lg-9.link {
  display: flex;
}

footer .line {
  border: 1px solid rgb(60, 92, 187);
  margin-top: 30px;
  margin-bottom: 30px;
}

footer ul.social {
}

footer .col-lg-3 {
  /* display: flex; */
}

section#price .item a.btn {
  color: rgb(60, 92, 187);
  box-sizing: border-box;
  border: 1.96px solid rgb(60, 92, 187);
  border-radius: 36.56px;
  box-shadow: 0px 0px 22.66px 1.31px rgba(13, 10, 228, 0.1);
  background: rgb(255, 255, 255);
  font-size: 23px;
  padding: 15px 30px;
}

a.btn.check_list {
  margin: 0 auto;
  font-size: 23px;
  padding: 15px 30px;
}

section#price .item a.btn:hover {
  border: 1.96px solid rgb(60, 92, 187);
  border-radius: 36.56px;
  box-shadow: 0px 0px 21.9px 5px rgba(13, 10, 228, 0.16);
  background: rgb(60, 92, 187);
  color: rgb(255, 255, 255);
}

section#price pr {
  text-decoration: line-through;
  font-size: 32px;
  font-weight: 800;
}

section#price .item p {
  font-weight: 800;
  margin-bottom: 20px;
}

section#price .item .col-lg-3 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

section#price span {
  font-size: 44px;
  font-weight: 800;
}

section#price li {
  /* list-style: unset; */
  margin-bottom: 30px;
  padding-left: 20px;
  position: relative;
  font-size: 22px;
}

section#price li:after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background: #fff;
  border-radius: 100px;
  position: absolute;
  left: 0px;
  top: 10px;
}

section#price h2 {
  text-align: center;
}

section#used {
  color: rgb(0, 0, 0);
  font-size: 23px;
  font-weight: 500;
  line-height: 150%;
  text-align: left;
}

section#used p {
  margin-bottom: 30px;
}

section#used h2 {
  text-align: center;
}

.popup-youtube:after {
  display: block;
  height: 100%;
  width: 100%;
  content: "";
  position: absolute;
  background: url(/images/play.png) center center no-repeat !important;
  top: 0px;
  -webkit-background-size: 70px 70px !important;
  background-size: 70px !important;
}

.popup-youtube::before {
  display: block;
  content: "";
  padding-top: 56.25%;
}

.popup-youtube:hover:after {
  /* background-image: url(/bitrix/templates/energo/images/play.png)!important; */
  opacity: 0.8;
}

.owl-nav svg {
  /* border-radius: 100%; */
  /* box-shadow: 0px 0px 34.7px 2px rgba(13, 10, 228, 0.1); */
  /* background: rgb(255, 255, 255); */
}

.owl-nav svg circle {
  stroke: #3c5cbb;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: rgb(60, 92, 187) !important;
}

.owl-theme .owl-dots .owl-dot span {
  background: rgb(186, 198, 236) !important;
}

.home_form form label a {
  color: #fff;
}

.home_form form {
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  padding: 15px 0px 0px 0px;
}

.home_form form input {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  border-radius: 16px;
  box-shadow: 0px 0px 22.66px 1.31px rgba(13, 10, 228, 0.1);
  background: rgb(255, 255, 255);
  padding: 20px 30px;
  margin-bottom: 15px;
  border-radius: 50px;
  background: rgb(255, 255, 255);
  width: 100%;
}

.home_form form label input {
  width: 20px;
  max-width: 20px;
  margin-bottom: 0px;
}

.home_form form label {
  max-width: max-content;
  display: block;
  margin: 0 auto;
  color: #fff;
  line-height: 100%;
  line-height: 130%;
  margin-bottom: 0px;
  color: rgb(255, 255, 255);
  font-size: 16px;
  font-weight: 400;
  text-align: left;
}

section#bottom_form h2 {
  text-align: center;
}

section#bottom_form button.button-fb {
  max-width: max-content;
  padding: 15px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
  font-size: 23px;
  line-height: 25px;
  box-sizing: border-box;
  border: 1.96px solid rgb(60, 92, 187);
  border-radius: 36.56px;
  box-shadow: 0px 0px 21.9px 5px rgba(13, 10, 228, 0.16);
  background: rgb(60, 92, 187);
  color: rgb(255, 255, 255);
  font-weight: 600;
}

section#bottom_form {
  margin-bottom: 40px;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
  border-radius: 100px;
  background: none !important;
}

section#portfolio h2 {
  text-align: center;
}

section#reviews h2 {
  color: rgb(0, 0, 0);
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 0px;
}

section#reviews img {
  z-index: 10;
  position: relative;
  box-sizing: border-box;
  border: 15px solid rgb(255, 255, 255);
  box-shadow: 0px 0px 10px 0px rgba(55, 100, 130, 0.5);
  margin-left: 10px;
  margin-bottom: 10px;
  margin-top: 10px;
}

section#reviews .container_nav_cantainer {
  padding-right: 30px;
  margin-right: 30px;
  margin-top: 0px;
}

section#reviews {
  padding-top: 60px;
  padding-bottom: 60px;
  /* margin-left: 10px; */
}

a.popup-youtube.img_doc:before,
a.popup-youtube.img_doc:after {
  display: none;
}

a.popup-youtube.img_doc {
  margin: 0 auto;
  display: block;
  width: 480px;
  margin-top: 60px;
  max-width: 100%;
}

#modal_callme label input[type="checkbox"],
#modal_nasos label input[type="checkbox"] {
  width: 20px !important;
  margin-right: 5px;
  float: left;
  margin-bottom: 10px;
  margin-top: 2px;
}

#modal_callme label {
  /* display: flex; */
  font-size: 14px;
  line-height: 120%;
  margin-bottom: 15px;
}
#modal_nasos label {
  font-size: 14px;
  line-height: 120%;
}

form#form_question_bottom .personal {
  text-align: center;
  color: #0aa900;
  margin-top: 10px;
}

section#team li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 15px;
  line-height: 1.4;
}

section#team li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  background: url(/images/gal3.svg) no-repeat center;
  background-size: contain;
}

section#team {
  background-image: url(/images/team.webp);
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  padding-top: 240px;
  max-width: 1920px;
  margin: 0 auto;
}

section#team h2 {
  color: rgb(255, 255, 255);
  font-size: 32px;
  font-weight: 300;
  line-height: 39px;
  text-align: center;
  text-transform: uppercase;
}

section#work h2 {
  color: rgb(0, 0, 0);
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 90px;
}

section#work span {
  color: rgb(55, 100, 130);
  font-size: 96px;
  font-weight: 700;
  line-height: 70%;
  text-transform: uppercase;
  margin-right: 20px;
}

section#work .col-lg-4 {
  display: flex;
  align-items: flex-start;
  /* margin-right: 20px; */
  margin-bottom: 30px;
}

section#work .text {
  color: rgb(0, 0, 0);
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  text-align: left;
  max-width: 250px;
}

section#team b {
  display: block;
}

section#work {
  background: #f5f5f5;
  padding-top: 55px;
  padding-bottom: 60px;
  overflow: hidden;
  position: relative;
  background-image: url(/images/work.jpg);
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 30%;
}

/*
section#work:before {
    content: "";
    width: 140%;
    height: 210%;
    display: block;
    position: absolute;
    background: linear-gradient(90.00deg, rgba(96, 156, 197, 0.5) 10.16%, rgb(46, 75, 95) 100%);
    top: 0px;
    transform: rotate(115deg);
    left: -60vw;
    left: -61%;
    z-index: 0;
}*/
section#work .container {
  z-index: 10;
  position: relative;
}

section.home_form {
  background: #376482;
}

.tags_item:after {
  content: "";
  width: 42px;
  height: 35px;
  position: absolute;
  display: block;
  background: url(/images/tags.svg);
  background-repeat: no-repeat;
  background-size: contain;
  right: -50px;
  top: -8px;
  /* width: 42px; */
  /* height: 35px; */
}

.tags_item:last-child:after {
  display: none;
}

.tags_item:last-child {
  padding-right: 0px;
}

header .col_email a {
  color: rgb(55, 100, 130);
  font-size: 20px;
  font-weight: 400;
  text-align: left;
  text-decoration-line: underline;
  line-height: 130%;
}

header ul.social img {
  max-width: 35px;
}

section#neftehim:after {
  content: "";
  height: 70px;
  width: 100%;
  background: #376482;
  display: block;
}

a.btn {
  width: 100%;
  max-width: 100%;
}

section#our_values {
  /* background: #F5F5F5; */
  padding-top: 170px;
  padding-bottom: 30px;
  background: url(/images/bg22.jpg);
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  max-width: 1920px;
  margin: 0 auto;
}

section#about h2 {
  /* padding-left: 50px; */
  position: relative;
  margin-bottom: 90px;
}

section#about .text {
  padding-left: 40px;
  max-width: 470px;
}

section#about h2:after {
  content: "";
  /* Rectangle 5 */
  position: absolute;
  width: 89px;
  height: 6px;
  left: 40px;
  bottom: -50px;
  display: block;
  background: rgb(55, 100, 130);
}

section#about {
  padding-top: 80px;
  padding-bottom: 30px;
}

ul.social li:last-child {
  margin-right: 0px;
}

header ul.social {
  margin-left: 15px;
}

ul.social li a:hover {
  opacity: 0.8;
}

section#brads .owl-carousel .owl-stage {
  display: flex;
  align-items: center;
}

section#project {
  background: url(/images/project_bg.jpg);
  background-repeat: no-repeat;
  background-position: left;
  padding-top: 80px;
  padding-bottom: 70px;
  max-width: 1920px;
  margin: 0 auto;
}

section#project h2 {
  color: rgb(0, 0, 0);
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 0px;
}

section#project h3 {
  color: rgb(55, 100, 130);
  font-size: 1.1em;
  font-weight: 500;
  line-height: 120%;
  text-align: left;
  margin-top: 20px;
  text-align: center;
}
#projectModal .modal-header,
#projectModal .modal-body {
  padding: 1.5rem;
}
#projectModal .modal-body {
  padding-top: 0;
}
#project .project-item,
#project .fancybox {
  cursor: pointer;
}
#projectModalTitle {
  color: rgb(55, 100, 130);
}
#projectModal .modal-body p {
  line-height: 1.7;
  margin-top: 15px;
}
section#project h3 b {
  color: #000;
}
section#project p {
  font-size: 1em;
  font-weight: 400;
  margin-top: 10px;
}
section#reviews .text {
  background: #dee8ee;
  padding: 40px;
  margin-top: 9%;
  padding-left: 60px;
  margin-left: -30px;
  width: calc(100% + 30px);
}

section#reviews .text h3 {
  color: rgb(0, 0, 0);
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
  text-align: left;
  text-transform: capitalize;
  font-style: italic;
}

section#reviews .text p {
  color: rgb(0, 0, 0);
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
  text-align: left;
  margin-top: 15px;
  margin-bottom: 30px;
}

section#reviews .text span {
  color: rgb(0, 0, 0);
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  text-align: left;
  display: block;
}

section#project .row.title span {
  display: block;
  padding-left: 40px;
  background: url(/images/gal3.svg);
  background-repeat: no-repeat;
  background-size: 30px;
  color: #fff;
  font-size: 32px;
  font-weight: 400;
  line-height: 120%;
  text-align: left;
  text-transform: capitalize;
}

section#project .col-lg-8 {
  display: flex;
  justify-content: flex-end;
}

section#project .row.title {
  padding-bottom: 50px;
}

.rp a {
  color: rgb(255, 255, 255);
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  text-decoration: none;
}

.rp {
  text-align: right;
}

.col-lg-3.link {
  text-align: center;
}

.col-lg-8.map img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
  width: 710px;
}

section.contacts {
  font-size: 22px;
  font-weight: 400;
  line-height: 120%;
  text-align: left;
  padding-top: 60px;
  padding-bottom: 60px;
}

section.contacts .col_adres {
  width: max-content;
  padding-left: 30px;
  background: url(/images/marker.svg);
  background-repeat: no-repeat;
  /* background-size: contain; */
  margin-bottom: 30px;
  font-weight: 800;
  background-size: auto;
}

section.contacts .col_regim {
  width: max-content;
  padding-left: 30px;
  background: url(/images/time.svg);
  background-repeat: no-repeat;
  /* background-size: 20px; */
  margin-bottom: 30px;
  background-size: auto;
  background-position: top left;
}

section.contacts .col_phone {
  width: max-content;
  padding-left: 30px;
  background: url(/images/phone.svg);
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 30px;
  background-size: auto;
  background-position: left;
}

section.contacts .col_email {
  width: max-content;
  padding-left: 30px;
  background: url(/images/mail.svg);
  background-repeat: no-repeat;
  margin-bottom: 40px;
  background-size: auto;
}

section.contacts h2 {
  color: rgb(0, 0, 0);
  font-family: Inter;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
  text-align: left;
  text-transform: uppercase;
}

section.contacts ul.social {
  display: flex;
  justify-content: flex-start;
  padding-left: 30px;
}

section.contacts .col_phone a {
  text-decoration: none;
  font-weight: 800;
  color: #000;
}

section.contacts .col_email a {
  text-decoration: none;
  color: #000;
}
/*
.col-lg-4.link {
  text-align: center;
}
*/
.links {
  color: #fff;
  font-size: 16px;
  margin-top: 5px;
}
.links a {
  color: #fff;
  font-size: 16px;
}
div#modal_callme button.button-fb,
div#modal_nasos button.button-fb {
  background: #376482;
  border: 1.96px solid #376482;
  transition: all ease-in-out 0.3s;
  margin-top: 15px;
}

div#modal_callme button.button-fb:hover,
div#modal_nasos button.button-fb:hover {
  color: #376482;
  border: 1.96px solid #376482;
  background: #fff;
}
#modal_callme div.personal .soglasie span,
#modal_nasos div.personal .soglasie span {
  margin: 0;
  color: #000;
  text-align: left;
}
div#counter {
  position: relative;
  color: #fff;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
}

div#counter span {
  display: block;
  color: #376482;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  right: 5px;
  top: -10px;
  position: relative;
}

div#counter1 {
  position: relative;
  color: #fff;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
}

div#counter1 span {
  display: block;
  color: #ffffff;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  right: 5px;
  top: -10px;
  position: relative;
}

div#counter2 {
  position: relative;
  color: #fff;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
}

div#counter2 span {
  display: block;
  color: #ffffff;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  right: 5px;
  top: -10px;
  position: relative;
}

div#counter3 {
  position: relative;
  color: #858585;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 30px;
}

div#counter3 span {
  display: block;
  color: #376482;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  right: 5px;
  top: -10px;
  position: relative;
}

.container_counter {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

div#sert button.owl-prev {
  position: absolute;
  left: -10px;
  z-index: 10;
  top: unset;
  bottom: -100px;
}

div#sert button.owl-next {
  position: absolute;
  top: unset;
  right: -10px;
  position: absolute;
  bottom: -100px;
  left: unset;
  z-index: 10;
}

div#sert .owl-nav {
  max-width: 200px;
  margin: 0 auto;
  display: block;
  width: 280px;
  position: relative;
}

section#reviews .container_counter {
  display: flex;
  justify-content: flex-end;
}

section#neftehim .container_counter {
  display: flex;
  justify-content: flex-end;
}

section#shlam .container_counter {
  display: flex;
  justify-content: flex-end;
}

.container_nav_cantainer {
  display: flex;
  justify-content: flex-end;
  border: 0;
  padding-right: 60px;
  margin-right: 30px;
  margin-top: -50px;
}

section#reviews .container_nav {
  /* border: 0; */
  /* padding-bottom: 30px; */
  padding-top: 0px;
}

.container_nav_cantainer button.owl-prev {
  background: none;
  filter: brightness(0.1) invert(1);
  left: -50px;
}

.container_nav_cantainer button.owl-next {
  background: none;
  filter: brightness(0.1) invert(1);
  right: -50px;
}

section#reviews .container_nav_cantainer button.owl-prev {
  background: none;
  filter: unset;
  left: -50px;
  top: unset;
}

section#reviews .container_nav_cantainer button.owl-next {
  background: none;
  filter: unset;
  right: -50px;
  left: unset;
  top: unset;
}
.home_form textarea {
  width: 100%;
  margin: 0 auto;
  display: block;
  background-color: #f6f6f6;
  border-radius: 20px;
  border: none;
  font-size: 16px;
  font-weight: 600;
  padding: 15px 30px;
  height: 137px;
  margin-bottom: 15px;
}

div#modal_callme .modal-content,
div#modal_nasos .modal-content {
  background: #dee8ee;
  border: 15px solid #fff;
}

div#modal_callme .modal-body,
div#modal_nasos .modal-body {
  padding: 50px;
  padding-top: 0px;
}

#modal_callme input {
  padding: 20px 30px;
  border-radius: 50px;
}
#modal_nasos input {
  padding: 20px 30px;
  border-radius: 10px;
}
#modal_nasos textarea,
#modal_callme textarea {
  width: 100%;
  margin: 0 auto;
  display: block;
  background-color: #f6f6f6;
  border-radius: 10px;
  border: none;
  font-size: 16px;
  font-weight: 600;
  min-height: 80px;
  padding: 15px 30px;
  margin-bottom: 30px;
}
.container_nav.container_nav_top.active {
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
  background-color: rgba(255, 255, 255, 0.72);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: rgba(0, 0, 0, 0.16) 0 7px 8px -4px,
    rgba(0, 0, 0, 0.23) 0 7px 8px -4px;
  box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.16),
    0 7px 8px -4px rgba(0, 0, 0, 0.23);
  position: sticky;
  top: 0px;
  z-index: 100;
  padding-bottom: 15px;
  padding-top: 15px;
}

.container_nav.container_nav_top.active ul.nav a {
  color: #000;
}

section#project .item span {
  display: block;
  overflow: hidden;
  height: 220px;
  width: 100%;
  justify-content: center;
  display: flex;
  align-items: center;
}

section#project .item span img {
  object-fit: contain;
  height: 100%;
  width: 100%;
  margin: 0;
}

.container_nav_cantainer .container_nav {
  border: 0;
}

#modal_callme label a,
#modal_nasos label a {
  color: #376482;
}

div#video {
  padding-top: 30px;
  padding-bottom: 30px;
}
#modal_nasos .modal-dialog {
  max-width: 1000px;
  width: auto;
}
@media (max-width: 1600px) {
  .zagolovok {
    min-height: 100px;
  }
  section#top h1,
  section#top h2 {
    font-size: 38px;
    /* min-height: 30px; */
    /* margin-bottom: 15px; */
  }

  section#top .text {
    font-size: 22px;
    min-height: 160px;
  }

  section#top .text li {
    margin-bottom: 15px;
  }

  section#top .text img {
    max-width: 30px !important;
  }

  .tags_item {
    /* font-size: 14px; */
  }

  .tags_item:after {
    content: "";
    width: 22px;
    height: 25px;
    position: absolute;
    display: block;
    background: url(/images/tags.svg);
    background-repeat: no-repeat;
    background-size: contain;
    right: -30px;
    top: 0px;
    /* width: 42px; */
    /* height: 35px; */
  }

  .tags {
    margin-top: 1%;
  }
}

@media (max-width: 1280px) {
  header ul.nav a {
    line-height: 130%;
    font-style: normal;
    font-size: 16px;
    /* color: #232323; */
    text-decoration: none;
  }

  .tags_item {
    font-size: 14px;
  }

  section#work {
    background: #f5f5f5;
    padding-top: 60px;
    padding-bottom: 90px;
    overflow: hidden;
    position: relative;
    background: url(/images/work.jpg);
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }

  .owl-nav {
    display: none;
  }

  header ul.nav li {
    margin-right: 15px;
  }

  section#home_table .container_table {
    overflow: auto;
  }
}

@media (max-width: 1170px) {
  ul.nav a {
    font-size: 13px;
  }

  header a.phone,
  footer a.phone {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
    /* identical to box height, or 100% */
    color: #232323;
    text-decoration: none;
    margin-right: 10px;
  }
  header .col_email a {
    font-size: 16px;
  }
  a.btn {
    /* padding: 10px 10px; */
    font-size: 16px;
  }

  header ul.nav a {
    line-height: 130%;
    font-style: normal;
    font-size: 14px;
    /* color: #232323; */
    text-decoration: none;
  }
}

@media (max-width: 991px) {
  .desktop {
    display: none !important;
  }
  h1 {
    font-size: 24px;
  }

  main.main.section.container {
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 16px;
  }
  .tags {
    margin-top: 5%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
  }

  section#top h1,
  section#top h2 {
    font-size: 28px;
    /* min-height: 30px; */
    /* margin-bottom: 15px; */
    min-height: 60px;
  }

  .col-lg-8.map {
    padding-top: 30px;
  }

  section#top .container .col-lg-12 {
    top: 15%;
    /* margin: 0px auto; */
    max-width: 100%;
    left: 50%;
    transform: translate(-50%, 0);
  }

  section#project .item {
    padding: 0 20px;
  }

  section.contacts h2 {
    font-size: 22px;
    text-align: center;
  }

  div#modal_callme .modal-body {
    padding: 30px;
    padding-top: 0px;
  }

  .home_form form label {
    margin-top: 20px;
    text-align: center;
  }

  section#shlam {
    background: rgb(55, 100, 130);
  }

  .container_nav_cantainer .container_nav {
    display: block;
    background: none;
  }

  section#reviews .container_counter {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 0px;
    margin-top: 20px;
    top: 0px;
    position: relative;
  }

  section#reviews .container_nav_cantainer {
    margin-bottom: 30px;
    margin-top: 0px;
    padding-top: 0px;
    width: 100%;
  }

  section#reviews .owl-carousel .owl-item img {
    /* width: auto; */
    margin: 0 auto;
  }

  section#neftehim {
    background: rgb(55, 100, 130);
  }

  section#shlam .owl-carousel .owl-item img,
  section#neftehim .owl-carousel .owl-item img {
    max-width: 190px;
  }

  section#shlam h3,
  section#neftehim h3 {
    font-size: 22px;
  }

  section#project {
    padding-bottom: 30px;
    padding-top: 0px;
    background: #7a9db4;
  }

  section#project h2 {
    font-size: 22px;
    text-align: center;
    margin-bottom: 30px;
    /* background: #fff; */
  }

  .row.title .col-lg-4 {
    background: #fff;
    padding-top: 30px;
  }

  section#project .row.title span {
    font-size: 22px;
    padding-bottom: 10px;
    background-size: 25px;
    /* padding-top: 0px; */
    margin-top: 30px;
    /* background-position: left; */
  }

  section#project .col-lg-8 {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  section#project .row.title {
    padding-bottom: 20px;
  }

  .project.owl-carousel.owl-theme.owl-loaded.owl-drag {
    padding: 0 0px;
  }

  section#project h3 {
    text-align: center;
  }

  section#reviews h2 {
    text-align: center;
    font-size: 22px;
    margin-bottom: 0px;
  }

  section#reviews {
    padding-bottom: 30px;
  }

  .container_nav_cantainer {
    display: flex;
    justify-content: center;
    border: 0;
    padding-right: 0px;
    margin: 0 auto;
    margin-right: 30px;
    width: 100%;
    padding-top: 20px;
  }

  .container_nav_cantainer .container_nav {
    margin-left: 0px;
    margin-top: 0px;
    padding-bottom: 10px;
    width: 160px;
  }

  .owl-nav-container {
    /* position: absolute; */
  }

  .container_nav_cantainer button.owl-next {
    right: -30px;
  }

  .container_nav_cantainer button.owl-prev {
    left: -30px;
  }

  .mobile {
    display: block !important;
  }

  button.button-fb {
    border-radius: 30px;
  }

  section#work h2 {
    font-size: 22px;
    text-align: left;
    padding-left: 55px;
    margin-bottom: 30px;
  }

  section#brads {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  section#brads h2 {
    font-size: 22px;
    margin-bottom: 30px;
  }

  section#brads .owl-carousel .owl-item img {
    /* width: auto; */
  }

  .container_header {
    padding-top: 60px;
    padding-bottom: 30px;
  }

  .container_header h2 {
    font-size: 22px;
  }

  .container_header_text {
    margin-left: 0px;
    font-size: 18px;
    padding-left: 20px;
    border-left: 6px solid #9bb2c1;
  }

  .container_header .container {
    padding-left: 15px;
  }

  section#shlam .container_counter {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 0px;
    margin-top: 0px;
    top: 10px;
    position: relative;
  }

  section#neftehim .container_counter {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 0px;
    margin-top: 20px;
    top: 0px;
    position: relative;
  }

  .shlam.owl-carousel,
  .neftehim.owl-carousel {
    border-left: 0px solid #376482;
    border-right: 0px solid #376482;
    background: #fff;
    padding-top: 50px;
    padding-bottom: 30px;
  }

  section#shlam .text,
  section#neftehim .text {
    font-size: 18px;
    padding: 0px 15px;
  }

  section#shlam a.btn,
  section#neftehim a.btn {
    margin: 0 auto;
    margin-top: 30px;
  }

  .col-lg-6.col-text {
    order: 2;
    padding-top: 30px;
  }

  div#sert button.owl-prev {
    bottom: 170px;
    right: -110px;
    left: unset;
  }

  div#sert button.owl-next {
    bottom: 50px;
    right: -110px;
  }

  div#sert .owl-nav {
    float: right;
    width: 100%;
    max-width: 100%;
  }

  section#our_values .col-lg-6:last-child {
    order: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding-bottom: 30px;
    padding-top: 20px;
    background: rgb(148, 182, 205);
    background: linear-gradient(
      90deg,
      rgba(148, 182, 205, 1) 0%,
      rgba(122, 157, 180, 1) 100%
    );
  }

  section#our_values h2 {
    font-size: 22px;
    margin-bottom: 15px;
  }

  div#sert h2 {
    order: 1;
    font-size: 18px;
  }

  .container_counter {
    order: 3;
    padding-left: 30px;
  }

  .sert.owl-carousel {
    order: 2;
    width: 50%;
  }

  section#top .text li span {
    display: block;
  }

  section#top .text li {
    display: flex;
  }

  section#top img {
    width: 40px;
    margin-right: 20px;
    height: 100%;
    /* min-height: 500px; */
  }

  section#top .text {
    font-size: 15px;
    line-height: 130%;
    /* max-width: 290px; */
    margin: 0px;
  }

  section#about {
    padding-top: 30px;
    padding-bottom: 0px;
  }

  section#about h2 {
    font-size: 22px;
    max-width: 300px;
    margin-bottom: 40px;
    line-height: 150%;
  }

  section#about h2:after {
    left: 0px;
    bottom: -20px;
  }

  section#our_values {
    /* background: linear-gradient(90.00deg, rgba(79, 141, 182, 0.53) 10.16%,rgb(46, 75, 95) 100%); */
    background: none;
    padding-top: 60px;
    padding-bottom: 20px;
  }

  div#sert {
    max-width: 350px;
    width: 100%;
    margin-top: 0px;
    display: flex;
    flex-wrap: wrap;
  }

  header ul.social {
    margin: 0px;
  }

  header a.phone {
    color: #fff;
    padding-left: 30px;
    background: url(/images/phone_white.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    margin-right: 0px;
  }

  section#top {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 0px;
    padding-bottom: 60px;
    padding-bottom: 0px;
    /* margin-bottom: 70px; */
    margin-top: 0px;
    padding-bottom: 20px;
    overflow: hidden;
  }

  .tags_item {
    width: 50%;
    font-size: 12px;
    margin: 0px;
    margin-bottom: 20px;
    padding-right: 0px;
    /* text-align: center; */
    padding-left: 20px;
  }

  .tags_item:last-child:after {
    display: block;
  }

  .tags_item:after {
    width: 5px;
    height: 5px;
    right: -20px;
    top: 5px;
    display: block;
    background: #fff;
    border-radius: 40px;
    right: unset;
    left: 0px;
  }

  section#about .text {
    padding-left: 0px;
    font-size: 16px;
  }

  section.contacts {
    font-size: 16px;
    padding-bottom: 0px;
    padding-top: 30px;
  }

  .container_nav {
    display: none;
  }

  body.is-nav-top-opened .container_nav {
    display: block;
  }

  header a.btn {
    padding: 15px 15px;
    font-size: 13px;
  }

  header .container.mobile {
    padding-bottom: 15px;
  }

  .col-6.logo_col {
    padding-top: 15px;
  }

  .col-6.col-btn {
    padding-top: 15px;
  }

  .container_nav {
    /* display: block; */
    padding-top: 0px;
    margin-top: 10px;
    padding-bottom: 30px;
    margin-top: -80px;
    background: #fff;
  }

  ul.nav {
    display: flex;
    flex-direction: column;
  }

  ul.nav a {
    color: #000;
    font-weight: 300;
    line-height: 19px;
  }

  ul.nav li {
    /* margin-bottom: 10px; */
    border-bottom: 1px solid #b7b7b7;
    padding-bottom: 10px;
    padding-top: 10px;
  }

  footer .rp {
    text-align: center;
    padding-top: 20px;
  }

  footer .rp a {
    color: #000;
  }

  footer .col-lg-4.link {
    /* background: linear-gradient(90.00deg, rgba(96, 156, 197, 0.5) 10.16%, rgb(46, 75, 95) 100%); */
    padding-top: 15px;
    padding-bottom: 30px;
    margin-top: 0px;
  }

  footer .col-lg-5 {
    background: #fff;
  }

  section#work {
    background: none;
    padding-bottom: 30px;
    padding-top: 30px;
    padding-bottom: 0px;
  }

  section#work .text {
    max-width: 100%;
  }

  section#team {
    padding-top: 320px;
  }

  section#team h2 {
    font-size: 24px;
  }

  section#work span {
    font-size: 74px;
    min-width: 35px;
    text-align: center;
  }

  form#form_question_bottom label {
    width: 100%;
    max-width: 80%;
    display: block;
    margin: 0 auto;
    color: #fff;
    line-height: 100%;
    line-height: 130%;
    margin-bottom: 30px;
  }

  form#form_question_bottom label {
    width: 100%;
    max-width: 100%;
    /* line-height: 130%; */
    font-size: 14px;
    text-align: center;
    margin-top: 20px;
  }

  form#form_question_bottom input {
    /* width: 100%; */
    /* max-width: 100%; */
    /* line-height: 130%; */
    text-align: center;
  }

  body.is-nav-top-opened header ul.nav {
    display: block;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
    position: absolute;
    z-index: 9;
    width: 100%;
    background: #fff;
    box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.16),
      0 7px 8px -4px rgba(0, 0, 0, 0.23);
  }

  header {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  section#home_table table tr td:first-child {
    text-align: left;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    color: #232323;
    min-width: 320px;
  }

  .container_table {
    line-height: 150%;
    font-size: 14px;
  }

  section#home_table table tr td {
    padding: 0 25px;
    padding-bottom: 15px;
    padding-top: 15px;
    text-align: center;
  }

  section#home_table table tr td:first-child a {
    text-align: left;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    color: #232323;
    min-width: 290px;
    display: block;
    text-decoration: none;
    margin-top: 15px;
  }

  header .row {
    /* display: flex; */
    /* padding-top: 5px; */
    /* min-height: auto; */
    /* padding-bottom: 5px; */
  }

  body.is-nav-top-opened header ul.nav li {
    margin-bottom: 10px;
    /* font-size: 14px; */
  }

  body.is-nav-top-opened header ul.nav li a {
    font-size: 18px;
  }

  .header_top_menu_button {
    display: block;
    /* right: 15px; */
    left: 0px;
    top: 0px;
  }

  footer.footer .row {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: linear-gradient(
      90deg,
      rgba(96, 156, 197, 0.5) 10.16%,
      rgb(46, 75, 95) 100%
    );
  }

  a.privacy-policy {
    margin-bottom: 15px;
    margin-right: 0px;
    font-size: 16px;
  }

  ul.social {
    margin-bottom: 15px;
  }

  footer.footer {
    padding-bottom: 30px;
    background-size: auto;
    background-position: top right;
    color: #fff;
    background: none;
  }

  .col-lg-5.col_phone_col {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    flex-wrap: nowrap;
  }

  footer .logo_col {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  header ul.nav {
    display: none;
  }

  .col_phone {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
  }

  header .col_phone {
    /* display: none; */
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 15px;
    background: rgb(73, 131, 170);
  }

  footer a.logo {
    margin-right: 0px;
    margin-bottom: 15px;
  }

  footer a.phone {
    margin-bottom: 15px;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
    /* identical to box height, or 100% */
    color: #232323;
    text-decoration: none;
    margin-right: 0px;
  }

  section#top h1 {
    font-size: 28px;
  }

  video.Video {
  }

  section#curs {
    font-size: 16px;
  }

  section#curs:after {
    right: -50px;
    bottom: -70px;
    width: 70vw;
    height: 80vw;
  }

  section#for_you h2 {
    font-size: 22px;
  }

  section#for_you span {
    font-size: 14px;
    line-height: 100%;
    text-align: center;
    overflow: hidden;
  }

  section#price .item p {
    font-size: 14px;
    line-height: 120%;
    margin-bottom: 10px;
  }

  section#price span {
    font-size: 28px;
    font-weight: 800;
  }

  section#price pr {
    font-size: 22px;
  }

  section#price .item a.btn {
    margin-top: 15px;
    font-size: 18px;
    padding: 10px 30px;
  }

  section#price .item .col-lg-3 {
    display: flex;
    justify-content: center;
  }

  section#price li {
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 120%;
  }

  .row.row_two {
  }

  section#price .item {
    padding-bottom: 30px;
    padding: 30px 15px 30px 15px;
  }

  a.btn.check_list {
    font-size: 18px;
    padding: 10px 30px;
  }

  section#plan .row.row_one span {
    font-size: 18px;
    line-height: 120%;
  }

  section#plan {
  }

  section#plan .col-lg-4 {
    margin-bottom: 30px;
  }

  section#plan .row.row_two .item p {
    font-size: 16px;
    line-height: 120%;
  }

  img.author_img {
    max-width: 100%;
    float: unset;
    padding: 0px;
    margin: 0px;
    margin-bottom: 30px;
  }

  section#author p {
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
    text-align: center;
  }

  section#author h3 {
    font-size: 18px;
  }

  section#author .col-lg-12 li {
    font-size: 16px;
    font-weight: 500;
    line-height: 120%;
  }

  .soc_bottom a.btn {
    font-size: 18px;
  }

  section#used p {
    font-size: 16px;
    line-height: 120%;
    text-align: center;
  }

  section#bottom_form button.button-fb {
    font-size: 16px;
  }

  section#for_you .item img {
    max-height: 60px;
  }

  section#for_you .item {
    padding: 30px 5px;
  }

  section#plan .row.row_two .item {
    padding: 20px;
    text-align: center;
  }

  .col-lg-6:after {
    font-size: 180px;
  }

  section#plan .row.row_two .item span {
    text-align: center;
  }

  section#author {
    text-align: center;
  }

  .col-lg-9.link {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  footer ul.nav {
    display: none;
  }

  footer .col-lg-3 {
    display: flex;
    justify-content: center;
    padding-top: 30px;
    padding-bottom: 0px;
    /* background: linear-gradient(90.00deg, rgba(96, 156, 197, 0.5) 10.16%,rgb(46, 75, 95) 100%); */
  }

  ul.social img {
    max-width: 35px;
  }

  ul.social {
    display: flex;
    justify-content: center;
  }
  #modal_nasos .modal-dialog {
    max-width: 500px;
    width: auto;
  }
}

@media (max-width: 576px) {
  .tags_item {
    width: 50%;
    font-size: 13px;
    margin: 0px;
    margin-bottom: 20px;
    padding-right: 0px;
    /* text-align: center; */
    padding-left: 13px;
  }

  section#top h1,
  section#top h2 {
    font-size: 26px;
    min-height: 30px;
    margin-bottom: 25px;
  }

  section#top .text {
    font-size: 16px;
    min-height: 150px;
  }

  section#top .text li {
    margin-bottom: 15px;
  }

  section#top .text img {
    max-width: 30px;
    min-height: unset;
  }

  section#home_table {
    /* display: none; */
  }

  .quiz_slide_title {
    font-size: 18px;
    min-height: 55px;
    padding-right: 50px;
  }

  section#quiz input[type="tel"] {
    width: 100%;
    margin: 0 auto;
    display: block;
    margin-bottom: 30px;
    /* background-color: #F6F6F6; */
    border-color: #0000002b;
    /* border-radius: 10px; */
    font-size: 16px;
    font-weight: 600;
    /* min-height: 40px; */
    padding: 15px 0px;
    margin-top: 60px;
    display: block;
    border-bottom: 1.4px solid #e9e9e9;
    font-weight: 500;
    max-width: 90%;
  }

  section#top h2 {
    /* font-size: 20px; */
    /* text-align: left; */
    /* margin: 0; */
    margin-bottom: 40px;
  }

  section#top .container .col-lg-12 {
    top: 5%;
    /* min-height: 500px; */
    padding: 15px;
  }

  .radio_img_wrapper {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: flex-start;
    min-height: 390px;
  }

  .radio_wrapper {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
    min-height: 406px;
  }

  .radio_img_wrapper label {
    width: 45%;
    max-width: 45%;
  }

  section h2 {
    /* font-size: 20px; */
  }

  section#top img {
    /* margin-top: 30px; */
    /* width: 40px; */
    /* margin-bottom: 10px; */
    height: 100%;
    /* min-height: 500px; */
  }

  section#top .text {
    /* font-size: 13px; */
  }

  .tags {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
    max-width: 100%;
    margin: 0 auto;
    margin-top: 10%;
    /* padding-left: 40px; */
  }

  section#home_news p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #232323;
  }

  .form_progress_block {
    position: relative;
    background: #d9d9d9;
    width: 100%;
    display: block;
    height: 5px;
    position: absolute;
    top: 70px;
  }
}

@media (max-width: 480px) {
  .tags {
    margin-top: 0;
  }

  div#modal_callme .modal-body,
  div#modal_nasos .modal-body {
    padding: 5px;
  }
  .radio_img_wrapper label img {
    margin-bottom: 5px;
  }

  section#team {
    background-image: url(/images/team_mobile.webp);
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    color: #fff;
    font-size: 12px;
    line-height: 140%;
    font-weight: 400;
    padding-top: 270px;
    padding-bottom: 40px;
  }

  .radio_img_wrapper label {
    width: 41%;
    /* max-width: 100%; */
    margin: 5px;
    font-size: 14px;
  }

  .radio_img_wrapper input {
    top: 5px;
    left: 5px;
    position: absolute;
    width: 15px;
    height: 15px;
  }

  .radio_img_wrapper {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: flex-start;
    min-height: 300px;
    justify-content: center;
  }

  .radio_wrapper {
    display: flex;
    align-items: flex-start;
    min-height: 300px;
    flex-direction: column;
  }
  section#top .text {
    font-size: 18px;
    margin-bottom: 0px;
    min-height: 130px;
  }
  .form_progress_block {
    position: relative;
    background: #d9d9d9;
    width: 100%;
    display: block;
    height: 5px;
    position: absolute;
    top: 70px;
  }

  .radio_wrapper.input_wrapper {
    display: flex;
    align-items: flex-start;
    flex-direction: row;
  }

  section#team h2 {
    font-size: 24px;
  }
  section#top h2 {
    font-size: 22px;
    /* text-align: left; */
    /* margin: 0; */
    margin-bottom: 30px;
  }
  .form_button {
    padding: 10px 15px;
    font-size: 14px;
  }
  .home_form form {
    padding: 0;
  }
  .home_form form label {
    margin-top: 0;
    margin-bottom: 15px;
  }
}

@media (max-width: 400px) {
  section#shlam .text span,
  section#neftehim .text span {
    font-size: 20px;
  }
  .tags_item {
    margin-bottom: 5px;
  }
  section#top .text {
    min-height: 120px;
  }

  .zagolovok {
    margin-bottom: 20px;
  }
}

section#page404 {
  background: #376482;
  padding: 100px 0;
  color: #fff;
}
section#page404 h1 {
  color: rgb(255, 255, 255);
  font-size: 48px;
  font-weight: 500;
  line-height: 120%;
  text-align: left;
  text-transform: uppercase;
}

section#page404 a {
  color: #fff;
  text-decoration: underline;
}
#modal-success .modal-dialog {
  max-width: 350px;
}
#modal-success .modal-content {
  aspect-ratio: 1 / 0.6;
  background: #dee8ee;
  border: 15px solid #fff;
}
#modal-success .modal-header {
  background: #376482;
}
#modal-success .modal-body {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
#modal-success .modal-title {
  font-size: 1.5em;
}
[data-fancybox="project"],
[data-fancybox="shlam"],
[data-fancybox="neftehim"],
[data-fancybox="sert"],
[data-fancybox="reviews"] {
  position: relative;
  cursor: pointer;
}

.zoom-icon {
  position: absolute;
  top: calc(50% + 12px);
  left: calc(50% - 12px);
  width: 80px;
  height: 80px;
  transform: translate(-50%, -50%);
  background: url("data:image/svg+xml,%3Csvg width='64px' height='64px' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' transform='matrix(-1,0,0,1,0,0)'%3E%3Cpath d='M10 2C5.59 2 2 5.59 2 10s3.59 8 8 8c1.84 0 3.54-0.63 4.9-1.69l5.39 5.39a1 1 0 0 0 1.41-1.41l-5.39-5.39A7.93 7.93 0 0 0 18 10c0-4.41-3.59-8-8-8zm0 2c3.32 0 6 2.68 6 6s-2.68 6-6 6-6-2.68-6-6 2.68-6 6-6zm0 2a1 1 0 0 0-1 1v2H7a1 1 0 0 0 0 2h2v2a1 1 0 0 0 2 0v-2h2a1 1 0 0 0 0-2h-2V7a1 1 0 0 0-1-1z'/%3E%3C/svg%3E")
    no-repeat center center;
  background-size: contain;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 15;
  filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.6));
}

[data-fancybox="project"]:hover .zoom-icon,
[data-fancybox="shlam"]:hover .zoom-icon,
[data-fancybox="neftehim"]:hover .zoom-icon,
[data-fancybox="sert"]:hover .zoom-icon,
[data-fancybox="reviews"]:hover .zoom-icon {
  opacity: 0.8;
}

.zoom-icon::after {
  content: "";
  position: absolute;
  left: calc(50% + 6px);
  top: calc(50% - 6px);
  width: 80px;
  height: 80px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(1);
  opacity: 0;
  animation: pulse 1.5s infinite;
  z-index: 14; /* ниже иконки, но выше фона */
}

@keyframes pulse {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.6;
  }
  50% {
    opacity: 0.4;
  }
  100% {
    transform: translate(-50%, -50%) scale(3);
    opacity: 0;
  }
}
#reviews .zoom-icon {
  left: calc(50% - 2px);
}
#reviews .zoom-icon::after {
  left: calc(50% + 16px);
}

.tabs-under-carousel {
  padding: 15px;
  background: #fff;
  border-left: 30px solid #376482;
  border-right: 30px solid #376482;
  padding-bottom: 30px;
}
.tabs-under-carousel p {
  margin-bottom: 5px;
}
.tabs-under-carousel ul {
  padding-left: 2rem;
}

.tabs-under-carousel li {
  list-style: unset;
}

.tabs-under-carousel .tab-buttons {
  border-bottom: 1px solid #8f8f8f;
  display: flex;
  gap: 10px;
  margin-bottom: 30px;
}
.tabs-under-carousel .tab-buttons button {
  padding: 8px 20px;
  background: #fff;
  cursor: pointer;
  width: 304px;
  border-bottom: 9px solid #fff;
  font-weight: 600;
  transition: all ease-in-out 0.3s;
  color: #8f8f8f;
  font-size: 24px;
}

.tabs-under-carousel .tab-buttons button.active {
  border-bottom: 9px solid #376482;
  color: #000;
}

.tabs-under-carousel .tab-panel {
  display: none;
}

.tabs-under-carousel .tab-panel.active {
  display: block;
}
.tab-panel p,
.tab-panel ul {
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .tabs-under-carousel {
    border-left: 0px solid #376482;
    border-right: 0px solid #376482;
  }
}

@media (max-width: 400px) {
  .tabs-under-carousel .tab-buttons button {
    font-size: 18px;
  }
}
