.body {
  background-color: #0e1e23;
  font-family: Euclidcirculara, sans-serif;
}

.topnavbar_container_navmenu {
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  margin-right: auto;
  display: flex;
}

.topnavbar_container_navmenu_phonelink {
  display: none;
}

.link-4 {
  color: #fff;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  font-size: 16px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.link-4:hover {
  color: #ebff00;
}

.topnavbar_container_navmenu_link {
  color: #fff;
  margin-left: 20px;
  padding-left: 0;
  padding-right: 0;
  transition: all .2s;
}

.topnavbar_container_navmenu_link:hover {
  color: #ebff00;
}

.topnavbar_container_navmenu_link.w--current {
  color: #e3f700;
}

.topnavbar_container_navmenu_adres {
  display: none;
}

.topnavbar_container_brand {
  height: 100%;
  background-color: #ffffff;
  justify-content: center;
  align-items: center;
  padding-left: 0px;
  padding-right: 0px;
  display: flex;
}

.topnavbar_container {
  width: 100%;
  height: 100%;
  max-width: 1280px;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.topnavbar_container_whatsapp {
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

.topnavbar {
  z-index: 3000;
  height: 70px;
  background-color: #0d1e23;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  box-shadow: 0 10px 15px rgba(0, 0, 0, .3);
}

.topnavbar_container_whatsapp_ico {
  width: 22px;
}



.sec_main_wrap_infowrap_barbershop {
  color: #ebff00;
  font-size: 18px;
}

.sec_main_wrap {
  width: 100%;
  max-width: 1280px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.sec_main_imgbackground {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}

.sec_main {
  z-index: 0;
  height: 700px;
  object-fit: cover;
  background-color: #919191;
  position: relative;
}

.sec_kontakt_wrap_company_borodach {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 42px;
  line-height: 120%;
}

.sec_main_wrap_statuyaimg {
  width: 100%;
  flex: 1;
}

.sec_main_wrap_infowrap {
  width: 550px;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: auto;
  margin-bottom: 300px;
  display: grid;
}

.sec_main_wrap_infowrap_description {
  width: 100%;
  max-width: 450px;
  color: #ddd;
  font-size: 16px;
  line-height: 140%;
}

.sec_main_gradient {
  background-color: rgba(13, 30, 35, .6);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.sec_main_wrap_infowrap_button {
  height: 50px;
  color: #000;
  background-color: #ebff00;
  justify-content: center;
  align-items: center;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
  font-size: 16px;
  transition: all .3s;
  display: flex;
}

.sec_main_wrap_infowrap_button:hover {
  box-shadow: 0 0 35px rgba(235, 255, 0, .3);
}

.link_zapis {
  z-index: 2000;
  color: #0d1e23;
  background-color: #fff;
  align-items: center;
  margin-top: 15px;
  margin-right: 15px;
  padding: 16px 20px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
  transform: translate(0, 70px);
}

.link_zapis:hover {
  background-color: #ebff00;
  box-shadow: 0 0 15px rgba(235, 255, 0, .5);
}

.link_zapis_ico {
  width: 20px;
  height: 20px;
}

.link_zapis_txt {
  flex: 1;
  margin-left: 10px;
}

.aboutus {
  width: 100%;
  max-width: 1280px;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
}

.aboutus_txtwrap {
  width: 550px;
}

.heading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 36px;
  line-height: 130%;
}

.aboutus_txtwrap_txt {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  line-height: 140%;
}

.aboutus_img {
  z-index: 100;
  width: 550px;
  height: 650px;
  object-fit: cover;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
  box-shadow: 0 15px 13px rgba(0, 0, 0, .3);
}

.sec_price_wrap_infowrap_card_name {
  color: #d4d4d4;
  font-size: 20px;
  font-weight: 300;
  line-height: 130%;
}

.sec_price_wrap_heading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
}

.sec_price {
  z-index: 0;
  height: 900px;
  background-image: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/price_background.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  display: flex;
  position: relative;
}

.sec_price_wrap_infowrap_card_price {
  font-size: 20px;
  font-weight: 500;
  line-height: 130%;
}

.sec_price_background {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: none;
}

.sec_price_wrap_infowrap_card_line {
  height: 1px;
  border-bottom: 1px dotted #6b6b6b;
  flex: 1;
}

.sec_price_wrap {
  width: 700px;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: rgba(14, 30, 35, .7);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 120px;
  margin-left: auto;
  margin-right: auto;
  padding: 64px;
  display: grid;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.sec_price_wrap_infowrap {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.sec_price_wrap_infowrap_card {
  color: #fff;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.sec_price_wrap_button {
  width: 330px;
  height: 50px;
  color: #0d1e23;
  background-color: #ebff00;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  transition: all .2s;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: translate(0, 24px);
}

.sec_price_wrap_button:hover {
  box-shadow: 0 0 35px rgba(235, 255, 0, .5);
}

.barberswrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.barberswrap_card_prof {
  color: #ebff00;
}

.barberswrap_card_button {
  width: 100%;
  height: 50px;
  text-align: center;
  background-color: #0d1e23;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  font-size: 16px;
  transition: all .3s;
  display: flex;
}

.barberswrap_card_button:hover {
  color: #0f1e22;
  background-color: #ebff00;
  border-color: #ebff00;
  font-size: 14px;
  box-shadow: 0 0 35px rgba(235, 255, 0, .5);
}

.barberswrap_card_photo {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.barberswrap_card {
  background-color: #0a171b;
  flex-direction: column;
  align-items: center;
  padding: 32px;
  display: flex;
}

.contaner {
  width: 100%;
  max-width: 1280px;
}

.sec_content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.barberswrap_card_name {
  color: #fff;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 6px;
  font-size: 21px;
  line-height: 130%;
}

.atmosferwrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.atmosferwrap_photo {
  width: 100%;
  height: 100%;
  min-height: 350px;
  object-fit: cover;
  box-shadow: 0 9px 17px rgba(0, 0, 0, .2);
}

.portfoliowrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.portfoliowrap_photo {
  width: 100%;
  height: 260px;
  object-fit: cover;
}

.otzyvwrap_card_info_starswrap_star {
  height: 12px;
}

.otzyvwrap_card_info {
  grid-column-gap: 20px;
  grid-row-gap: 6px;
  grid-template-rows: auto auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: start;
  align-items: center;
  justify-items: start;
  margin-bottom: 16px;
  display: grid;
}

.otzyvwrap_card_info_name {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

.otzyvwrap_card_info_ava {
  width: 35px;
  height: 35px;
  border-radius: 100px;
}

.otzyvwrap_card {
  color: #fff;
  background-color: #0a171b;
  padding: 32px;
  font-size: 16px;
  font-weight: 300;
  line-height: 130%;
}

.otzyvwrap_card_info_starswrap {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto auto;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: start;
  align-items: center;
  justify-items: start;
  display: grid;
}

.otzyvwrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.qrwrap {
  z-index: 2000;
  width: 140px;
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  background-color: #fff;
  border-radius: 0;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: center;
  align-items: center;
  justify-items: center;
  margin-top: 100px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 20px;
  display: grid;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
  box-shadow: 20px 0 55px rgba(0, 0, 0, .35);
}

.qrwrap_headtxt {
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 120%;
}

.qrwrap_description {
  text-align: center;
  font-size: 12px;
  line-height: 15px;
}

.qrwrap_img {
  width: 100%;
  background-color: #fff;
  border-radius: 0;
  margin-top: 10px;
  margin-bottom: 10px;
}

.qrwrap_banks {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .6fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.sec_kontakt {
  z-index: 1;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.sec_kontakt_wrap_div_linkblock {
  width: 45px;
  height: 45px;
  border: 1px solid rgba(255, 255, 255, .23);
  justify-content: center;
  align-items: center;
  transition: all .2s;
  display: flex;
}

.sec_kontakt_wrap_div_linkblock:hover {
  border-color: #ebff00;
}

.sec_kontakt_wrap_div_linkblock_ico {
  width: 16px;
}

.sec_kontakt_wrap_div_link {
  color: #fff;
  font-size: 18px;
  text-decoration: none;
  transition: all .2s;
}

.sec_kontakt_wrap_div_link:hover {
  color: #ebff00;
}

.sec_kontakt_wrap_div_desription {
  color: #ebff00;
  margin-bottom: 6px;
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
}

.sec_kontakt_wrap_div_adres_span {
  color: #919191;
  font-size: 14px;
}

.sec_kontakt_wrap {
  background-color: #0f1e22;
  padding: 32px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
  transform: translate(0, 430px);
  box-shadow: 0 10px 35px rgba(0, 0, 0, .2);
}

.sec_kontakt_wrap_div_adres {
  color: #fff;
  flex-direction: column;
  font-size: 16px;
  font-weight: 300;
  display: flex;
}

.sec_kontakt_wrap_div {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 16px;
  display: flex;
}

.sec_map {
  width: 100%;
  height: 500px;
}

.sec_map_map {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.form_smalltxt_link, .form_smalltxt_link.w--current {
  color: #6d6d6d;
}

.form_skidka_background {
  z-index: 1100;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.form {
  z-index: 1200;
  width: 380px;
  background-color: #0d1e23;
  border-radius: 0;
  flex-direction: column;
  padding: 50px;
  display: flex;
  position: relative;
  box-shadow: 0 10px 16px rgba(0, 0, 0, .05);
}

.form_skidka {
  z-index: 1000;
  background-color: rgba(0, 0, 0, .7);
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.form_inputdiv_txt_span {
  color: #fff;
}

.form_inputdiv_txt {
  color: #ebff00;
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
}

.form_button {
  height: 50px;
  color: #0d1e23;
  background-color: #ebff00;
  font-size: 16px;
  font-weight: 300;
  transition: all .2s;
}

.form_button:hover {
  box-shadow: 0 0 35px rgba(235, 255, 0, .5);
}

.form_smalltxt {
  color: #6d6d6d;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 10px;
  font-weight: 300;
  line-height: 14px;
}

.form_close {
  width: 40px;
  border-radius: 0;
  margin-top: 10px;
  margin-right: 10px;
  padding: 14px;
  transition: all .2s;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.form_close:hover {
  background-color: rgba(0, 0, 0, .33);
}

.form_inputdiv_input {
  height: 55px;
  color: #fff;
  background-color: rgba(255, 255, 255, .07);
  border: 1px solid rgba(0, 0, 0, .05);
  border-radius: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 300;
}

.form_inputdiv {
  margin-bottom: 20px;
}

.form_head {
  color: #fff;
  font-size: 22px;
  line-height: 140%;
}

.form_description {
  color: #9e9e9e;
  margin-bottom: 20px;
  font-weight: 300;
  line-height: 140%;
}

.form_barber {
  z-index: 1000;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, .7);
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.form_barber_background {
  z-index: 1100;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.form_price_background {
  z-index: 1100;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.form_price {
  z-index: 1000;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, .7);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

@media screen and (max-width: 991px) {
  .topnavbar_container_navmenu {
    width: 330px;
    background-color: #fff;
    margin-right: 0;
    padding: 50px;
  }

  .topnavbar_container_navmenu_phonelink {
    color: #0f1e22;
    border-top: 1px dotted #ddd;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 10px;
    padding-top: 10px;
    font-size: 16px;
    text-decoration: none;
    display: flex;
  }

  .topnavbar_container_navmenu_adres_span {
    color: #8b8b8b;
    margin-top: 4px;
    font-size: 12px;
    line-height: 16px;
  }

  .topnavbar_container_navmenu_link {
    color: #0f1e22;
    margin-top: 4px;
    margin-bottom: 4px;
    margin-left: 0;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 20px;
    font-weight: 300;
    transition-property: none;
  }

  .topnavbar_container_navmenu_link:hover {
    color: #0f1e22;
  }

  .topnavbar_container_navmenu_adres {
    text-align: left;
    border-top: 1px dotted #ddd;
    flex-direction: column;
    margin-top: 10px;
    padding-top: 10px;
    font-size: 16px;
    font-weight: 400;
    display: flex;
  }

  .topnavbar_container_brand {
    margin-right: auto;
  }

  .topnavbar_container {
    align-items: center;
  }

  .topnavbar_container_menubutton {
    width: 50px;
    height: 50px;
    justify-content: center;
    align-items: center;
    margin-left: 20px;
    margin-right: 20px;
    padding: 0;
    display: flex;
  }

  .topnavbar_container_menubutton.w--open {
    background-color: #0b181b;
  }

  .topnavbar_container_menubutton_ico {
    width: 50px;
    height: 50px;
    padding: 14px;
  }

  .topnavbar_container_navmenu_phonelink_span {
    color: #8b8b8b;
    margin-top: 4px;
    font-size: 12px;
    line-height: 16px;
  }

  .sec_main_wrap {
    height: 100%;
    align-content: end;
    align-items: flex-end;
    display: flex;
  }

  .sec_main {
    height: 450px;
    display: flex;
  }

  .sec_main_wrap_statuyaimg {
    width: 50%;
  }

  .sec_main_wrap_infowrap {
    width: auto;
    margin-bottom: auto;
  }

  .aboutus {
    padding-left: 20px;
    padding-right: 20px;
  }

  .aboutus_txtwrap {
    width: 50%;
  }

  .aboutus_txtwrap_txt {
    font-size: 16px;
  }

  .aboutus_img {
    width: 350px;
    height: 600px;
  }

  .barberswrap {
    grid-template-columns: 1fr 1fr;
  }

  .contaner {
    padding-left: 20px;
    padding-right: 20px;
  }

  .atmosferwrap_photo {
    min-height: 230px;
  }

  .portfoliowrap_photo {
    height: 200px;
  }

  .otzyvwrap_card {
    font-size: 14px;
  }

  .qrwrap {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .sec_main_wrap {
    justify-content: flex-start;
    align-items: center;
    padding-left: 30px;
  }

  .sec_main_wrap_statuyaimg {
    display: none;
  }

  .aboutus {
    padding: 60px 30px;
  }

  .aboutus_txtwrap {
    width: 100%;
  }

  .heading {
    margin-bottom: 30px;
    font-size: 32px;
  }

  .aboutus_img {
    display: none;
  }

  .sec_price {
    height: 750px;
  }

  .sec_price_wrap {
    width: 100%;
    height: 100%;
    margin-bottom: 0;
    padding: 30px;
  }

  .sec_price_wrap_button {
    width: 100%;
    position: static;
    transform: none;
  }

  .barberswrap {
    grid-template-columns: 1fr 1fr;
  }

  .barberswrap_card_photo {
    height: 250px;
  }

  .contaner {
    padding-left: 30px;
    padding-right: 30px;
  }

  .atmosferwrap {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .portfoliowrap {
    grid-template-columns: 1fr 1fr;
    align-items: center;
    margin-left: -30px;
    margin-right: -20px;
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
    overflow: auto;
  }

  .portfoliowrap_photo {
    width: 230px;
    flex: none;
  }

  .otzyvwrap_card {
    width: 300px;
    flex: none;
  }

  .otzyvwrap {
    width: auto;
    flex-direction: row;
    align-items: stretch;
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    overflow: auto;
  }

  .sec_kontakt {
    position: static;
  }

  .sec_kontakt_wrap {
    width: 100%;
    position: static;
    transform: none;
  }

  .sec_map {
    height: 400px;
  }
}

@media screen and (max-width: 479px) {
  .topnavbar_container_navmenu {
    width: 100%;
    box-shadow: 0 30px 45px rgba(0, 0, 0, .3);
  }

  .topnavbar_container_navmenu_phonelink {
    margin-top: 14px;
    padding-top: 14px;
  }

  .link-4 {
    display: none;
  }

  .topnavbar_container_navmenu_link {
    margin-top: 6px;
    margin-bottom: 6px;
  }

  .topnavbar_container_navmenu_adres {
    margin-top: 14px;
    padding-top: 14px;
  }

  .topnavbar_container_whatsapp {
    width: 35px;
    height: 35px;
  }

  .topnavbar {
    height: 60px;
  }

  .topnavbar_container_menubutton {
    width: 60px;
    height: 60px;
    margin-right: 0;
  }

  .topnavbar_container_menubutton.w--open {
    filter: grayscale();
  }

  .topnavbar_container_menubutton_ico {
    width: 60px;
    height: 60px;
    padding: 15px;
  }

  .topnavbar_container_brand_logo {
    height: 30px;
  }

  .sec_main_wrap {
    flex-direction: column-reverse;
    justify-content: flex-end;
    padding-left: 0;
    position: absolute;
  }

  .sec_main_imgbackground {
    max-height: 100%;
  }

  .sec_main {
    max-height: 600px;
    min-height: 500px;
    margin-top: 60px;
  }

  .sec_kontakt_wrap_company_borodach {
    font-size: 12vw;
  }

  .sec_main_wrap_statuyaimg {
    width: 90%;
    flex: 0 auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .sec_main_wrap_infowrap {
    z-index: 2;
    width: 100%;
    height: 100%;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    margin-bottom: 0;
    padding: 60px 30px 30px;
    display: flex;
    position: relative;
  }

  .sec_main_wrap_infowrap_button {
    margin-top: auto;
  }

  .link_zapis {
    z-index: 2000;
    width: 85%;
    background-color: #ebff00;
    grid-template-rows: auto;
    grid-template-columns: auto;
    grid-auto-columns: 1fr;
    justify-content: center;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    padding: 12px 14px;
    display: flex;
    position: fixed;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
    transform: none;
    box-shadow: 0 0 15px rgba(0, 0, 0, .2);
  }

  .link_zapis_ico {
    display: block;
  }

  .link_zapis_txt {
    flex: none;
    font-size: 16px;
  }

  .aboutus {
    padding: 40px 30px;
  }

  .heading {
    margin-bottom: 30px;
    font-size: 9vw;
  }

  .aboutus_txtwrap_txt {
    width: 100%;
  }

  .aboutus_img {
    width: 200px;
    height: 300px;
    margin-bottom: 30px;
    margin-right: 30px;
    display: none;
    top: auto;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .sec_price_wrap_infowrap_card_name {
    color: #d8d8d8;
    font-size: 16px;
  }

  .sec_price_wrap_heading {
    font-size: 9vw;
  }

  .sec_price {
    height: 600px;
  }

  .sec_price_wrap_infowrap_card_price {
    flex: none;
    font-size: 16px;
  }

  .sec_price_wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: rgba(14, 30, 35, .8);
    flex-direction: column;
    justify-content: space-between;
    padding: 30px;
    display: flex;
  }

  .sec_price_wrap_infowrap {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .sec_price_wrap_infowrap_card {
    align-items: flex-end;
  }

  .barberswrap {
    margin-left: -30px;
    margin-right: -30px;
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
    overflow: auto;
  }

  .barberswrap_card_photo {
    height: 250px;
  }

  .barberswrap_card {
    width: 270px;
    flex: none;
  }

  .contaner {
    padding-left: 30px;
    padding-right: 30px;
  }

  .sec_content {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .barberswrap_card_name {
    font-size: 18px;
  }

  .atmosferwrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .atmosferwrap_photo {
    min-height: 200px;
  }

  .portfoliowrap {
    margin-left: -30px;
    margin-right: -30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .otzyvwrap_card {
    width: 260px;
  }

  .otzyvwrap {
    margin-left: -30px;
    margin-right: -30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .sec_kontakt_wrap_div_linkblock {
    width: 45px;
    height: 45px;
  }

  .sec_kontakt_wrap {
    width: 100%;
  }

  .sec_map {
    height: 350px;
  }

  .form {
    width: auto;
    padding: 34px;
  }

  .form_skidka {
    padding-left: 20px;
    padding-right: 20px;
  }

  .form_button, .form_inputdiv_input {
    height: 45px;
  }

  .form_inputdiv {
    margin-bottom: 15px;
  }

  .form_head {
    font-size: 5vw;
  }

  .form_description {
    font-size: 3.5vw;
  }

  .form_barber, .form_price {
    padding-left: 20px;
    padding-right: 20px;
  }
}

#w-node-_7a4f44ea-2e07-062b-b3ea-0c4dc5c009bd-c2fcbd2e, #w-node-_54c2faeb-7909-6c12-51fa-ddc6684e8316-c2fcbd2e, #w-node-_54c2faeb-7909-6c12-51fa-ddc6684e831e-c2fcbd2e, #w-node-_54c2faeb-7909-6c12-51fa-ddc6684e8326-c2fcbd2e, #w-node-_54c2faeb-7909-6c12-51fa-ddc6684e832e-c2fcbd2e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a1cbc383-f1e8-1e46-cd0e-174a1d80ed18-c2fcbd2e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a1cbc383-f1e8-1e46-cd0e-174a1d80ed19-c2fcbd2e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a1cbc383-f1e8-1e46-cd0e-174a1d80ed1a-c2fcbd2e {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-a1cbc383-f1e8-1e46-cd0e-174a1d80ed1b-c2fcbd2e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a1cbc383-f1e8-1e46-cd0e-174a1d80ed1c-c2fcbd2e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e4747f59-6ee7-0296-8238-b76513ce9bff-c2fcbd2e, #w-node-e4747f59-6ee7-0296-8238-b76513ce9c00-c2fcbd2e, #w-node-e4747f59-6ee7-0296-8238-b76513ce9c01-c2fcbd2e, #w-node-e4747f59-6ee7-0296-8238-b76513ce9c02-c2fcbd2e, #w-node-e4747f59-6ee7-0296-8238-b76513ce9c03-c2fcbd2e, #w-node-e4747f59-6ee7-0296-8238-b76513ce9c04-c2fcbd2e, #w-node-e4747f59-6ee7-0296-8238-b76513ce9c05-c2fcbd2e, #w-node-e4747f59-6ee7-0296-8238-b76513ce9c06-c2fcbd2e, #w-node-e4747f59-6ee7-0296-8238-b76513ce9c07-c2fcbd2e, #w-node-e4747f59-6ee7-0296-8238-b76513ce9c08-c2fcbd2e, #w-node-d9c37e7a-eb1a-a17f-e117-98bfc501e5dd-c2fcbd2e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d9c37e7a-eb1a-a17f-e117-98bfc501e5df-c2fcbd2e {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-d9c37e7a-eb1a-a17f-e117-98bfc501e5e2-c2fcbd2e, #w-node-d9c37e7a-eb1a-a17f-e117-98bfc501e5ea-c2fcbd2e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d9c37e7a-eb1a-a17f-e117-98bfc501e5ec-c2fcbd2e {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-d9c37e7a-eb1a-a17f-e117-98bfc501e5ef-c2fcbd2e, #w-node-d9c37e7a-eb1a-a17f-e117-98bfc501e5f7-c2fcbd2e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d9c37e7a-eb1a-a17f-e117-98bfc501e5f9-c2fcbd2e {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-d9c37e7a-eb1a-a17f-e117-98bfc501e5fc-c2fcbd2e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-a1cbc383-f1e8-1e46-cd0e-174a1d80ed1b-c2fcbd2e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Euclidcirculara';
  src: url('../fonts/EuclidCircularA-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Euclidcirculara';
  src: url('../fonts/EuclidCircularA-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Euclidcirculara';
  src: url('../fonts/EuclidCircularA-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Euclidcirculara';
  src: url('../fonts/EuclidCircularA-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Euclidcirculara';
  src: url('../fonts/EuclidCircularA-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}