@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=PT+Sans:ital,wght@0,400;0,700;1,400&display=swap");
/*Обнуление*/
* {
  padding: 0;
  margin: 0;
  border: 0; }

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

:focus, :active {
  outline: none; }

a:focus, a:active {
  outline: none; }

nav, footer, header, aside {
  display: block; }

html, body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

input, button, textarea {
  font-family: inherit; }

input::-ms-clear {
  display: none; }

button {
  cursor: pointer; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

a, a:visited {
  text-decoration: none; }

a:hover {
  text-decoration: none; }

ul li {
  list-style: none; }

img {
  vertical-align: top; }

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit; }

/*--------------------*/
@font-face {
  font-family: "Quite Chocolatey";
  src: url("../fonts/Quite Chocolatey.ttf"); }

body {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 18px; }

.wrapper {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100%; }

.main {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 100%; }

/*--------------------*/
.header {
  background: url("../img/head-back.png") 50%/cover;
  min-height: 100vh; }

.header_body {
  padding: 40px 0 0 0; }

.header_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 150px 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.header_logo {
  font-family: "Quite Chocolatey";
  font-size: 60px;
  color: #000;
  color: white;
  line-height: 0.367;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 40%;
  flex: 0 1 40%; }

.menu_list {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center; }

.menu_item {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 20%;
  flex: 0 1 20%;
  text-transform: uppercase;
  text-align: center;
  padding: 15px 0;
  -webkit-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s; }

.menu_item:hover {
  background: #000; }

.menu_link {
  color: white; }

.header_info {
  max-width: 530px; }

.header_title {
  font-size: 90px;
  color: #130e27;
  font-weight: bold;
  line-height: 0.889;
  margin: 0 0 70px 0;
  text-transform: uppercase; }

.header_title span {
  color: #fff; }

.header_text {
  font-size: 20px;
  color: white;
  line-height: 1.4; }

/*--------------------*/
.services_title {
  font-size: 50px;
  color: #c62314;
  font-weight: bold;
  line-height: 1.6;
  text-transform: uppercase;
  margin: 40px 0 100px 0; }

.services_title span {
  color: #130e27; }

.services_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.items_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 25%;
  flex: 0 1 25%; }

.items_item:not(:last-child) {
  margin: 0 100px 0 0; }

.item_icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 200px;
  flex: 0 1 200px;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center; }

.item_icon img {
  max-width: 100%; }

.item_text {
  font-size: 20px;
  color: #161616;
  line-height: 1.4;
  text-align: center;
  margin: 0 0 70px 0;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; }

/*--------------------*/
.our-story {
  background-color: #130e27; }

.our-story_body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 30px 0 20px 0; }

.our-story_text {
  font-size: 20px;
  font-family: "Myriad Pro";
  color: white;
  line-height: 1.4;
  max-width: 580px; }

.our-story_button {
  padding: 20px 0; }

.button:hover {
  color: #000;
  background-color: aqua; }

.button {
  font-size: 22px;
  font-family: "Montserrat";
  color: white;
  line-height: 1.273;
  text-align: center;
  padding: 20px 40px;
  background-color: #c62314;
  -webkit-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
  text-transform: uppercase;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 80%;
  flex: 0 1 80%; }

/*--------------------*/
.prices {
  background-color: #efefef; }

.prices_body {
  padding: 60px 0 65px 0; }

.prices_title {
  font-size: 50px;
  font-family: "Montserrat";
  color: #130e27;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 60px 0; }

.prices_cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.cards_card {
  background-color: #fff;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 32%;
  flex: 0 1 32%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.card_title {
  font-size: 22px;
  color: #161616;
  line-height: 1.273;
  margin: 25px 0 0 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto; }

.card_price {
  font-size: 60px;
  color: #c62314;
  font-weight: bold;
  line-height: 1.333;
  margin: 0 0 15px 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto; }

.card_advantages {
  padding: 0 0 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%; }

.card_text {
  font-size: 20px;
  line-height: 1.4;
  color: #161616;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; }

.card_text:not(:last-child) {
  margin: 0 0 5px 0; }

.card_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0 30px 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.button-dark {
  background-color: #130e27; }

.button-dark:hover {
  background-color: #c62314; }

/*--------------------*/
.footer {
  background-color: #130e27; }

.footer_body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 75px 0; }

.footer_text {
  font-size: 20px;
  color: white;
  line-height: 1.1; }

.footer_text span {
  color: #c62314; }

.footer_logo {
  font-size: 60px;
  font-family: "Quite Chocolatey";
  color: #c62314;
  line-height: 0.367;
  text-align: center; }

/*--------------------*/
[class*="_container"] {
  max-width: 1020px;
  margin: 0px auto; }

/*--------------------*/
/* PC */
@media (max-width: 1057px) {
  [class*="_container"] {
    max-width: 950px; } }

/*--------------------*/
/* TABLET */
@media (max-width: 991.98px) {
  [class*="_container"] {
    max-width: 730px; }
  .our-story_text {
    max-width: 450px; }
  .menu_list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .menu_item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 30%;
    flex: 0 1 30%; }
  .header_menu {
    margin: 0 0 120px 0; }
  .services_items {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .items_item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%; }
  .items_item:not(:last-child) {
    margin: 0 0 0 0;
    padding: 0 30px 0 0; } }

/*--------------------*/
/* MOBILE */
@media (max-width: 767.98px) {
  [class*="_container"] {
    max-width: none;
    padding: 0 20px; }
  .footer_body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 50px 0; }
  .footer_text {
    margin: 0 0 50px 0;
    text-align: center; }
  .our-story_body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .our-story_text {
    max-width: none;
    margin: 0 0 30px 0;
    text-align: center; }
  .menu_item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 40%;
    flex: 0 1 40%; }
  .header_menu {
    margin: 0 0 80px 0; }
  .prices_cards {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .cards_card {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%; }
  .cards_card:not(:last-child) {
    margin: 0 0 30px 0; } }

/*--------------------*/
/* MOBILE SMALL */
@media (max-width: 576px) {
  .header_title {
    max-width: 400px; }
  .header_text {
    margin: 0 0 50px 0; }
  .items_item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%; }
  .items_item:not(:last-child) {
    padding: 0 0 0 0; } }

@media (max-width: 500px) {
  .header_menu {
    margin: 0 0 50px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .header_logo {
    margin: 0 0 30px 0; } }

/*--------------------*/
