@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
}

body {
  overflow-x: hidden;
  display: flex;
  flex-direction: row;
}

a {
  text-decoration: none;
}

/*============================== heading =================================*/
h1 {
  font-family: FuturaPT-Book;
  text-transform: uppercase;
  color: #fefefe;
  text-align: center;
  font-weight: 400;
  font-size: 1.6em;
}

@media (min-width: 450px) {
  h1 {
    font-size: 2em;
  }
}

@media (min-width: 600px) {
  h1 {
    font-size: 2em;
  }
}

@media (min-width: 768px) {
  h1 {
    font-size: 2.3em;
  }
}

@media (min-width: 900px) {
  h1 {
    font-size: 2.3em;
  }
}

@media (min-width: 1200px) {
  h1 {
    font-size: 2.5em;
  }
}

@media (min-width: 1440px) {
  h1 {
    font-size: 2.5em;
  }
}

@media (min-width: 1920px) {
  h1 {
    font-size: 2.5em;
  }
}

h2 {
  font-family: FuturaPT-Book;
  text-transform: uppercase;
  color: #520707;
  text-align: center;
  font-weight: 500;
  font-size: 1.3em;
}

@media (min-width: 450px) {
  h2 {
    font-size: 1.5em;
  }
}

@media (min-width: 600px) {
  h2 {
    font-size: 1.5em;
  }
}

@media (min-width: 768px) {
  h2 {
    font-size: 1.5em;
  }
}

@media (min-width: 900px) {
  h2 {
    font-size: 1.6em;
  }
}

@media (min-width: 1200px) {
  h2 {
    font-size: 1.7em;
  }
}

@media (min-width: 1440px) {
  h2 {
    font-size: 2em;
  }
}

@media (min-width: 1920px) {
  h2 {
    font-size: 2em;
  }
}

h3 {
  font-family: FuturaPT-Book;
  text-transform: uppercase;
  color: #fefefe;
  text-align: center;
  font-weight: 200;
  font-size: 1.3em;
}

@media (min-width: 450px) {
  h3 {
    font-size: 1.5em;
  }
}

@media (min-width: 600px) {
  h3 {
    font-size: 1.5em;
  }
}

@media (min-width: 768px) {
  h3 {
    font-size: 1.5em;
  }
}

@media (min-width: 900px) {
  h3 {
    font-size: 1.6em;
  }
}

@media (min-width: 1200px) {
  h3 {
    font-size: 1.7em;
  }
}

@media (min-width: 1440px) {
  h3 {
    font-size: 1.7em;
  }
}

@media (min-width: 1920px) {
  h3 {
    font-size: 1.7em;
  }
}

h5 {
  font-family: FuturaPT-Bold;
  color: #3d1e25;
  padding: 0;
  background: #fefefe;
}

h4 {
  font-family: FuturaPT-Bold;
}

p {
  font-family: FuturaPT-Book;
}

p, h4, h5 {
  font-size: 1em;
}

@media (min-width: 450px) {
  p, h4, h5 {
    font-size: 1.05em;
  }
}

@media (min-width: 600px) {
  p, h4, h5 {
    font-size: 1em;
  }
}

@media (min-width: 768px) {
  p, h4, h5 {
    font-size: 1em;
  }
}

@media (min-width: 900px) {
  p, h4, h5 {
    font-size: 1.1em;
  }
}

@media (min-width: 1200px) {
  p, h4, h5 {
    font-size: 1.1em;
  }
}

@media (min-width: 1440px) {
  p, h4, h5 {
    font-size: 1.2em;
  }
}

@media (min-width: 1920px) {
  p, h4, h5 {
    font-size: 1.3em;
  }
}

/*============================== menu =================================*/
.menu {
  z-index: 7000;
}

.menu .close_menu {
  box-shadow: 5px 0 10px rgba(0, 0, 0, 0.4);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: fixed;
  height: 100vh;
  background: #3d1e25;
  width: 0px;
  max-width: 100vw;
}

@media (min-width: 1200px) {
  .menu .close_menu {
    display: none;
  }
}

.menu .open_menu {
  display: none;
}

.menu .open_menu .menu_list, .menu .open_menu .foot_menu {
  display: none;
}

@media (min-width: 1200px) {
  .menu .open_menu {
    width: calc( 100vw / 4.5);
    box-shadow: 5px 0 10px rgba(0, 0, 0, 0.4);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: fixed;
    height: 100vh;
    background: #3d1e25;
    width: calc( 100vw / 4.5);
  }
  .menu .open_menu .menu_list, .menu .open_menu .foot_menu {
    display: block;
  }
}

@media (min-width: 1440px) {
  .menu .open_menu {
    width: calc( 100vw / 5);
  }
}

@media (min-width: 1920px) {
  .menu .open_menu {
    width: calc( 100vw / 7);
  }
}

.menu .open_menu .menu_list {
  margin: 20px 20px 0 20px;
}

.menu .open_menu .menu_list li {
  color: #fefefe;
  text-transform: uppercase;
  list-style-type: none;
  padding: 7px;
}

.menu .open_menu .menu_list li:hover {
  cursor: pointer;
}

.menu .open_menu .menu_list .main_point {
  font-family: FuturaPT;
  font-weight: 500;
  padding: 7px;
}

@media (min-width: 450px) {
  .menu .open_menu .menu_list .main_point {
    font-size: 1.1em;
  }
}

@media (min-width: 1200px) {
  .menu .open_menu .menu_list .main_point {
    font-size: 1.1em;
  }
}

@media (min-width: 1440px) {
  .menu .open_menu .menu_list .main_point {
    font-size: 1.2em;
  }
}

@media (min-width: 1920px) {
  .menu .open_menu .menu_list .main_point {
    font-size: 1.4em;
  }
}

.menu .open_menu .menu_list .main_point:after {
  display: block;
  width: 0;
  height: 1px;
  background-color: #fefefe;
  content: "";
  transition: width 0.3s ease-in-out;
}

.menu .open_menu .menu_list .main_point:hover::after, .menu .open_menu .menu_list .main_point:focus::after {
  width: 30px;
}

.menu .open_menu .menu_list .main_point2 {
  font-family: FuturaPT;
  font-weight: 500;
  padding: 7px 7px 0 7px;
}

@media (min-width: 900px) {
  .menu .open_menu .menu_list .main_point2 {
    font-size: 1.1em;
  }
}

@media (min-width: 1200px) {
  .menu .open_menu .menu_list .main_point2 {
    font-size: 1.1em;
  }
}

@media (min-width: 1440px) {
  .menu .open_menu .menu_list .main_point2 {
    font-size: 1.2em;
  }
}

@media (min-width: 1920px) {
  .menu .open_menu .menu_list .main_point2 {
    font-size: 1.4em;
  }
}

.menu .open_menu .menu_list .secondary_point {
  padding: 5px 5px 5px 15px;
  font-family: FuturaPT-Book;
  opacity: .7;
}

@media (min-width: 900px) {
  .menu .open_menu .menu_list .secondary_point {
    font-size: .85em;
  }
}

@media (min-width: 1200px) {
  .menu .open_menu .menu_list .secondary_point {
    font-size: .95em;
  }
}

@media (min-width: 1440px) {
  .menu .open_menu .menu_list .secondary_point {
    font-size: 1em;
  }
}

@media (min-width: 1920px) {
  .menu .open_menu .menu_list .secondary_point {
    font-size: 1em;
  }
}

.menu .open_menu .menu_list .secondary_point:hover {
  opacity: .9;
  transition: opacity .3s ease-in-out;
}

.menu .open_menu .foot_menu {
  font-family: FuturaPT-Book;
  text-align: center;
  color: #fefefe;
  opacity: .7;
  margin-bottom: 30px;
}

#menuToggle {
  display: block;
  position: relative;
  top: 20px;
  left: 20px;
  user-select: none;
}

#menuToggle a {
  text-decoration: none;
  color: #232323;
  transition: color 0.3s ease;
}

#menuToggle a:hover {
  color: tomato;
}

#menuToggle span {
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  background: #cdcdcd;
  border-radius: 3px;
  z-index: 7000;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
}

#menuToggle input {
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  cursor: pointer;
  opacity: 0;
  z-index: 7001;
  -webkit-touch-callout: none;
}

#menuToggle span:first-child {
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2) {
  transform-origin: 0% 100%;
}

#menuToggle input:checked ~ span {
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #fefefe;
}

#menuToggle input:checked ~ span:nth-last-child(3) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

#menuToggle input:checked ~ span:nth-last-child(2) {
  transform: rotate(-45deg) translate(0, -1px);
}

#menuToggle input:checked ~ ul {
  transform: none;
}

#menu {
  z-index: 6000;
  position: absolute;
  height: 100vh;
  left: -20px;
  background: #3d1e25;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  /* to stop flickering of text in safari */
  transform-origin: 0% 0%;
  transform: translate(-100%, 0);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  margin-inline-start: 0;
  width: 100vw;
  margin: -100px 0 0 0px;
  padding: 125px 0 40px 30px;
}

@media (min-width: 450px) {
  #menu {
    width: 300px;
    margin: -100px 0 0 0px;
    padding: 125px 0 40px 40px;
  }
}

#menu li {
  color: #fefefe;
  text-transform: uppercase;
  list-style-type: none;
  padding: 7px;
  font-family: FuturaPT;
}

#menu li:hover {
  cursor: pointer;
}

#menu li .main_point {
  font-weight: 500;
  padding: 7px;
}

#menu li .main_point:after {
  display: block;
  width: 0;
  height: 1px;
  background-color: #fefefe;
  content: "";
  transition: width 0.3s ease-in-out;
}

#menu li .main_point:hover::after, #menu li .main_point:focus::after {
  width: 30px;
}

#menu li .main_point2 {
  font-family: FuturaPT;
  font-weight: 500;
  padding: 7px 7px 0 7px;
}

#menu li .secondary_point {
  padding: 5px 5px 5px 15px;
  font-family: FuturaPT-Book;
  opacity: .7;
}

#menu li .secondary_point:hover {
  opacity: .9;
  transition: opacity .3s ease-in-out;
}

/*============================== scrollbar =================================*/
::-webkit-scrollbar-button {
  display: flex;
  height: 10px;
  border-radius: 0;
  background-color: rgba(61, 30, 37, 0.7);
}

::-webkit-scrollbar-button:hover {
  background-color: #3d1e25;
}

::-webkit-scrollbar-thumb {
  background-color: rgba(61, 30, 37, 0.7);
}

::-webkit-scrollbar-thumb:hover {
  background-color: #3d1e25;
}

::-webkit-scrollbar-track {
  background-color: #efefef;
}

::-webkit-scrollbar-track:hover {
  background-color: #CCC;
}

::-webkit-scrollbar {
  width: 10px;
}

/*============================== end scrollbar =================================*/
@font-face {
  font-family: FuturaPT-Bold;
  src: url("fonts/FuturaPT-Bold.woff") format("woff");
  src: local(FuturaPT-Bold), url(fonts/FuturaPT-Bold.woff);
}

@font-face {
  font-family: FuturaPT-Book;
  src: url("fonts/FuturaPT-Book.woff") format("woff");
  src: local(FuturaPT-Book), url(fonts/FuturaPT-Book.woff);
}

@font-face {
  font-family: FuturaPT;
  src: url("fonts/FuturaPT.woff") format("woff");
  src: local(FuturaPT), url(fonts/FuturaPT.woff);
}

.content {
  width: 100vw;
  transition: filter .5s ease-in-out;
}

@media (min-width: 1200px) {
  .content {
    margin-left: calc( 100vw / 4.5);
    width: calc( 350vw / 4.5);
  }
}

@media (min-width: 1440px) {
  .content {
    margin-left: calc( 100vw / 5);
    width: calc( 400vw / 5);
  }
}

@media (min-width: 1920px) {
  .content {
    margin-left: calc( 100vw / 7);
    width: calc( 600vw / 7);
  }
}

.content .price_list {
  padding: 20px 20px;
  max-width: 100%;
}

@media (min-width: 600px) {
  .content .price_list {
    padding: 20px 40px;
  }
}

@media (min-width: 1200px) {
  .content .price_list {
    padding: 20px 5%;
  }
}

@media (min-width: 1920px) {
  .content .price_list {
    padding: 20px 10%;
  }
}

.content .price_list p {
  color: black;
  text-decoration: underline;
}

.content .price_list img {
  width: 100%;
}

.content .prices_text {
  padding: 20px 20px;
}

@media (min-width: 600px) {
  .content .prices_text {
    padding: 20px 40px;
  }
}

@media (min-width: 1200px) {
  .content .prices_text {
    padding: 20px 5%;
  }
}

@media (min-width: 1920px) {
  .content .prices_text {
    padding: 20px 10%;
  }
}

.content .prices_text p {
  text-align: justify;
  padding-top: 15px;
}

.content .prices_text h4 {
  color: #3d1e25;
  padding-top: 20px;
}

.content .prices_text .helper {
  /* Всплывающие подсказки*/
  border-bottom: 2px dotted #3d1e25;
  cursor: help;
}

.content .prices_text .helper:after {
  content: attr(data-tooltip);
  z-index: 6000;
  height: auto;
  max-width: 500px;
  font-family: FuturaPT-Book;
  font-weight: 200;
  text-align: left;
  padding: 10px;
  border-radius: 10px;
  color: #fefefe;
  background-color: #3d1e25;
  position: absolute;
  right: 0;
  opacity: 0;
  display: none;
  font-size: .9em;
}

@media (min-width: 600px) {
  .content .prices_text .helper:after {
    right: 20px;
  }
}

@media (min-width: 1200px) {
  .content .prices_text .helper:after {
    right: 5%;
  }
}

@media (min-width: 1920px) {
  .content .prices_text .helper:after {
    right: 10%;
  }
}

.content .prices_text .helper:hover:after {
  opacity: 1;
  display: block;
}

.header {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/bg_head.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 70vh;
}

.header .postscriptum_head {
  color: #fefefe;
  opacity: .7;
}

.header #logo_head {
  display: flex;
  flex-direction: row;
  padding: 20px 0;
}

.header #logo_head .letter {
  z-index: 200;
  position: relative;
  color: white;
  font-family: FuturaPT-Book;
  border: 4px solid #FFF;
  border-radius: 50%;
  text-align: center;
  width: 70px;
  height: 70px;
  font-size: 70px;
  line-height: 70px;
}

@media (min-width: 450px) {
  .header #logo_head .letter {
    width: 100px;
    height: 100px;
    font-size: 100px;
    line-height: 100px;
  }
}

@media (min-width: 600px) {
  .header #logo_head .letter {
    width: 150px;
    height: 150px;
    font-size: 150px;
    line-height: 150px;
  }
}

@media (min-width: 768px) {
  .header #logo_head .letter {
    width: 200px;
    height: 200px;
    font-size: 200px;
    line-height: 200px;
  }
}

@media (min-width: 900px) {
  .header #logo_head .letter {
    width: 200px;
    height: 200px;
    font-size: 200px;
    line-height: 200px;
  }
}

@media (min-width: 1200px) {
  .header #logo_head .letter {
    width: 200px;
    height: 200px;
    font-size: 200px;
    line-height: 200px;
  }
}

@media (min-width: 1440px) {
  .header #logo_head .letter {
    width: 300px;
    height: 300px;
    font-size: 300px;
    line-height: 300px;
  }
}

.header #logo_head .letter .circle {
  border: 1px solid #3d1e25;
  background: #3d1e25;
  border-radius: 50%;
  position: absolute;
  top: 0;
  width: inherit;
  height: inherit;
  left: 5px;
}

@media (min-width: 600px) {
  .header #logo_head .letter .circle {
    left: 10px;
  }
}
/*# sourceMappingURL=prices.css.map */