@charset "UTF-8";
/*Обнуление*/
* {
  padding: 0;
  margin: 0;
  border: 0; }

*, *:before, *:after {
  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: 'Montserrat';
  src: url("../fonts/Montserrat-Regular.eot");
  src: url("../fonts/Montserrat-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Regular.woff2") format("woff2"), url("../fonts/Montserrat-Regular.woff") format("woff"), url("../fonts/Montserrat-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-Medium.eot");
  src: url("../fonts/Montserrat-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Medium.woff2") format("woff2"), url("../fonts/Montserrat-Medium.woff") format("woff"), url("../fonts/Montserrat-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'AGGloria';
  src: url("../fonts/AGGloria-Roman.eot");
  src: url("../fonts/AGGloria-Roman.eot?#iefix") format("embedded-opentype"), url("../fonts/AGGloria-Roman.woff2") format("woff2"), url("../fonts/AGGloria-Roman.woff") format("woff"), url("../fonts/AGGloria-Roman.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-Bold.eot");
  src: url("../fonts/Montserrat-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Bold.woff2") format("woff2"), url("../fonts/Montserrat-Bold.woff") format("woff"), url("../fonts/Montserrat-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'pizzaIcon';
  src: url("../fonts/icon_font/pizzaIcon.eot?fqy1jl");
  src: url("../fonts/icon_font/pizzaIcon.eot?fqy1jl#iefix") format("embedded-opentype"), url("../fonts/icon_font/pizzaIcon.ttf?fqy1jl") format("truetype"), url("../fonts/icon_font/pizzaIcon.woff?fqy1jl") format("woff"), url("../fonts/icon_font/pizzaIcon.svg?fqy1jl#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'pizzaIcon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-address:before {
  content: "\e900"; }

.icon-alcohol:before {
  content: "\e901"; }

.icon-dessert:before {
  content: "\e902"; }

.icon-instagram:before {
  content: "\e903"; }

.icon-mail:before {
  content: "\e904"; }

.icon-phone:before {
  content: "\e905"; }

.icon-pizza:before {
  content: "\e906"; }

.icon-potable:before {
  content: "\e907"; }

.icon-rolls:before {
  content: "\e908"; }

.icon-salads:before {
  content: "\e909"; }

.icon-snacks:before {
  content: "\e90a"; }

body {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px; }

.container {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto; }

.text + .text {
  margin-top: 25px; }

.page-content {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column; }
  .page-content .footer {
    margin-top: auto; }

.content {
  padding-top: 55px; }
  .content .section__title {
    text-align: left; }

.phone-link {
  font-size: 24px;
  color: #ffffff;
  font-weight: 700; }
  .phone-link .icon {
    font-size: 18px;
    color: #ffb606;
    margin-right: 10px; }
  .phone-link_header {
    margin: 0 25px 0 55px; }
  .phone-link_footer {
    margin: 0 45px 0 30px; }
  .phone-link_nav {
    font-size: 16px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center; }
    .phone-link_nav .icon {
      color: #ffffff;
      margin-right: 5px;
      font-size: 16px; }

.instagram-link {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  width: 30px;
  height: 30px;
  background-color: #ffb606;
  border-radius: 50%; }
  .instagram-link .icon {
    color: #000000; }

.section-welcome {
  padding: 305px 0 155px 0;
  background: url("../img/bckg/header_home.png") center center no-repeat;
  background-size: cover; }
  .section-welcome_sushi {
    background: url("../img/bckg/header_sushi.png") center center no-repeat;
    background-size: cover; }

.section-catalog {
  padding: 60px 0 45px 0;
  position: relative; }
  .section-catalog::before, .section-catalog::after {
    content: '';
    position: absolute;
    width: 200px;
    display: block;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; }
  .section-catalog::before {
    right: 0;
    top: 0;
    height: 500px;
    background-image: url("../img/bckg/food2.png"); }
  .section-catalog::after {
    left: 0;
    bottom: 200px;
    height: 700px;
    background-image: url("../img/bckg/food1.png"); }

.section-shares {
  padding: 70px 0 85px 0;
  background: url("../img/bckg/footer.png") center center no-repeat;
  background-size: cover; }

.section__title {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 45px; }
  .section__title_color-black {
    color: #000000; }
  .section__title_color-white {
    color: #ffffff; }

.margin-small {
  margin-top: 30px; }

.margin-smallest {
  margin: 10px 0; }

.text_size-smallest {
  font-size: 11px;
  color: #000000;
  line-height: 22px; }

.text_size-small {
  font-size: 14px; }

.text_size-middle {
  font-size: 16px; }

.text_size-middlest {
  font-size: 19px; }

.text_size-big {
  font-size: 25px;
  line-height: 31px; }

.text_size-middle-big {
  font-size: 30px;
  line-height: 41px; }

.text_size-biggest {
  font-size: 45px; }

.text-transform_uppercase {
  text-transform: uppercase; }

.text_color-red {
  color: #fc411d; }

.text_color-white {
  color: #ffffff; }

.text_color-black {
  color: #000000; }

.text_weight-bold {
  font-weight: 700; }

.category-list {
  padding: 45px 0;
  border-bottom: 1px solid rgba(125, 125, 125, 0.25);
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between; }
  .category-list__item {
    width: 100px; }
    .category-list__item:hover .category-list__img {
      background-color: #fc411d; }
  .category-list__img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #ffb606;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-transition: .3s background-color linear;
    transition: .3s background-color linear; }
    .category-list__img .icon {
      font-size: 45px;
      color: #ffffff; }
      .category-list__img .icon-pizza {
        font-size: 60px; }
  .category-list__title {
    text-align: center;
    font-size: 15px;
    color: #000000;
    margin-top: 20px;
    font-weight: 700;
    text-transform: uppercase; }

.btn {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center; }
  .btn-news {
    width: 150px;
    height: 50px;
    border-radius: 12px;
    text-transform: uppercase;
    color: #000000;
    font-weight: 700;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    background-color: #ffb606; }
    .btn-news:hover {
      color: #ffffff;
      background-color: #fc411d; }
  .btn_style-first {
    width: 215px;
    height: 45px;
    border-radius: 12px;
    border: 2px solid #ffffff;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 700;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out; }
    .btn_style-first:hover {
      color: #ffb606;
      background-color: #ffffff; }
  .btn_style-second {
    width: 250px;
    height: 50px;
    margin: 0 auto;
    border-radius: 12px;
    background-color: #ffb606;
    text-transform: uppercase;
    border: 1px solid transparent;
    color: #000000;
    font-weight: 700;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out; }
    .btn_style-second:hover {
      color: #ffb606;
      background-color: transparent;
      border-color: #ffb606; }
  .btn-close {
    position: absolute;
    width: 22px;
    height: 22px;
    right: 15px;
    top: 10px; }
    .btn-close::after, .btn-close::before {
      content: '';
      position: absolute;
      height: 100%;
      width: 2px;
      display: block;
      background-color: #ffffff; }
    .btn-close::after {
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }
    .btn-close::before {
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg); }

.slider-container {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; }
  .slider-container:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border: 3px solid #ffffff;
    bottom: 25px;
    left: 25px;
    display: block;
    z-index: 3; }

.slider-welcome {
  width: 710px;
  position: relative; }
  .slider-welcome__item {
    height: 315px;
    background-color: rgba(255, 182, 6, 0.9);
    position: relative; }
    .slider-welcome__item_pizza::before, .slider-welcome__item_sushi::before {
      content: '';
      position: absolute;
      right: 0;
      bottom: 0;
      display: block;
      width: 300px;
      height: 100%;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover; }
    .slider-welcome__item_pizza::before {
      background-image: url("../img/bckg/tile.png"); }
    .slider-welcome__item_sushi::before {
      background-image: url("../img/bckg/tile_sushi.png"); }
  .slider-welcome__content {
    position: relative;
    z-index: 2;
    padding: 60px 0 0 60px; }
  .slider-welcome__title {
    color: #ffffff;
    font-size: 70px;
    text-transform: uppercase;
    font-weight: 700; }
    .slider-welcome__title span {
      display: block;
      font-size: 45px;
      margin-top: 5px; }
  .slider-welcome__btn {
    position: absolute;
    bottom: 50px;
    left: 60px;
    z-index: 5; }
  .slider-welcome .slick-dots {
    position: absolute;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    left: 0;
    bottom: -50px;
    z-index: 99; }
    .slider-welcome .slick-dots li {
      width: 10px;
      height: 10px;
      background-color: #ffffff;
      border-radius: 50%;
      margin-right: 10px;
      -webkit-transition: 0.3s all linear;
      transition: 0.3s all linear; }
      .slider-welcome .slick-dots li:hover {
        cursor: pointer; }
      .slider-welcome .slick-dots li button {
        text-indent: -9999px;
        overflow: hidden; }
      .slider-welcome .slick-dots li.slick-active {
        background-color: #ffb606; }

.product {
  border-bottom: 1px solid #cdcdcd;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out; }
  .product:hover {
    cursor: pointer;
    border-bottom-color: #fc411d; }
  .product__img {
    width: 100%;
    height: 286px; }
    .product__img img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .product__info {
    padding: 20px 0; }
  .product__title {
    font-weight: 700;
    font-size: 22px;
    color: #ffb606;
height: 35px;	}
  .product__desc {
    margin: 20px 0 15px 0;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
height: 97px;	}
  .product__footer {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
            align-items: center; }
  .product__feature {
    color: #878787; }
  .product__price {
    font-size: 20px;
    font-weight: 700;
    color: #fc411d; }

.catalog-list {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap; }
  .catalog-list__item {
    width: 286px;
    margin-bottom: 35px; }

.shares-list__item {
  height: 280px;
  background-color: #ffb606;
  position: relative;
  margin: 0 20px; }
  .shares-list__item::before {
    content: '';
    position: absolute;
    display: block;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    top: 15px;
    left: 15px;
    z-index: 2;
    border: 3px solid rgba(255, 255, 255, 0.8); }

.shares-list__img {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 50%; }
  .shares-list__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

.shares-list__info {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  padding: 45px 0 0 45px; }

.slider-next, .slider-prev {
  background-color: transparent;
  position: absolute;
  top: 50%;
  margin-top: -13px;
  z-index: 99; }
  .slider-next .fa, .slider-prev .fa {
    color: #ffffff;
    font-size: 35px; }

.slider-next {
  right: -25px; }

.slider-prev {
  left: -25px; }

.contacts-list {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column; }
  .contacts-list__item {
    font-size: 14px;
    color: #000000; }
    .contacts-list__item a {
      font-size: 14px;
      color: #000000; }
    .contacts-list__item .icon {
      color: #ffb606;
      margin-right: 10px; }
  .contacts-list__item + .contacts-list__item {
    margin-top: 20px; }

.contacts__img {
  margin-top: 50px;
  width: 100%;
  height: 375px; }
  .contacts__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

.contacts__row {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
          justify-content: flex-end; }
  .contacts__row .column:nth-child(1) {
    width: 30%; }
  .contacts__row .column:nth-child(2) {
    width: 70%;
    margin-left: 50px; }

.contacts__map {
  height: 100%; }
  .contacts__map iframe {
    width: 100%;
    height: 100%; }

.news {
  display: -webkit-box;
  display: flex; }
  .news-list {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap; }
    .news-list__item {
      flex-basis: 50%;
      margin-bottom: 80px; }
  .news-single .news__desc {
    text-align: justify; }
  .news-single .news__img {
    width: 480px;
    height: 340px; }
  .news__img {
    width: 285px;
    height: 205px;
    flex-shrink: 0;
    margin-right: 35px; }
    .news__img img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .news__info {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column; }
  .news__date {
    font-size: 12px;
    color: #878787;
    margin-bottom: 15px; }
  .news__title {
    color: #ffb606;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 25px; }
  .news__desc {
    font-size: 14px;
    line-height: 20px;
    color: #000000; }
  .news .btn {
    margin-top: auto; }

.gallery-list {
  margin: 60px 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between; }
  .gallery-list__item {
    width: 200px;
    height: 200px; }
  .gallery-list__img {
    width: 100%;
    height: 100%; }
    .gallery-list__img img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }

/**TEMPLATE**/
.page-content .header {
  position: relative;
  background-color: #080808; }
  .page-content .header__row {
    border: none; }
    .page-content .header__row::before, .page-content .header__row::after {
      display: none; }

.logo {
  font-family: 'AGGloria';
  font-size: 30px;
  text-transform: uppercase;
  padding-bottom: 10px;
  border-bottom: 3px solid #ffb606;
  color: #ffffff; }

.header {
  position: absolute;
  width: 100%;
  z-index: 999; }
  .header__row {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    height: 110px;
    padding: 0 15px;
    border-bottom: 1px solid rgba(205, 205, 205, 0.3); }
    .header__row::before, .header__row::after {
      content: '';
      position: absolute;
      display: block;
      bottom: -1px;
      width: 40px;
      height: 1px; }
    .header__row::before {
      background-color: rgba(127, 152, 0, 0.3);
      left: 50px; }
    .header__row::after {
      background-color: rgba(244, 60, 60, 0.3);
      left: 125px; }

.bar {
  width: 30px;
  height: 20px;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column; }
  .bar_header {
    margin-right: 15px;
    display: none; }
  .bar__item {
    width: 100%;
    height: 2px;
    background-color: #ffffff; }

.main-nav_header {
  margin-left: auto; }

.main-nav__list {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center; }

.main-nav__item + .main-nav__item {
  margin-left: 35px; }

.main-nav__item.has-sub-list {
  position: relative; }
  .main-nav__item.has-sub-list::before {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    width: 100%;
    height: 0;
    display: block;
    z-index: 0; }
  .main-nav__item.has-sub-list:hover::before {
    height: 80px; }
  .main-nav__item.has-sub-list:hover .sub-list {
    display: -webkit-box;
    display: flex; }

.main-nav__item_close, .main-nav__item_phone {
  display: none; }

.main-nav__link {
  font-size: 13px;
  color: #ffffff;
  -webkit-transition: .3s color linear;
  transition: .3s color linear;
  text-transform: uppercase;
  z-index: 5;
  position: relative; }
  .main-nav__link:hover {
    color: #ffb606; }

.sub-list {
  position: absolute;
  display: none;
  top: 61px;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  height: 65px;
  box-shadow: 0px 6px 6px 0 rgba(0, 0, 0, 0.48);
  border: solid 1px #dadada;
  background-color: #ffffff;
  padding: 0 15px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out; }
  .sub-list__item + .sub-list__item {
    margin-left: 30px; }
  .sub-list__item {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center; }
    .sub-list__item::before {
      content: '';
      display: block;
      border-radius: 50%;
      width: 8px;
      height: 8px;
      margin-right: 7px;
      background-color: #ffb606;
      -webkit-transition: 0.3s all ease-in-out;
      transition: 0.3s all ease-in-out; }
    .sub-list__item:hover::before {
      background-color: #fc411d; }
    .sub-list__item a {
      color: #000000;
      font-size: 13px;
      text-transform: uppercase;
      font-weight: 700; }

.footer {
  background: #121212; }
  .footer__row {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    height: 115px; }
  .footer__address {
    margin-left: auto;
    color: #ffffff;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: end;
            align-items: flex-end; }
    .footer__address address {
      font-style: normal; }
    .footer__address .icon {
      font-size: 20px;
      margin-right: 10px;
      color: #ffb606; }

@media screen and (max-width: 1700px) {
  .section-catalog .container {
    position: relative;
    z-index: 5; } }

@media screen and (max-width: 1280px) {
  .container {
    padding: 0 15px; }
  .catalog-list {
    justify-content: space-around; }
  .phone-link_header {
    margin: 0 25px; }
  .slider-next {
    right: -5px; }
  .slider-prev {
    left: -5px; } }

@media screen and (max-width: 1024px) {
  .news__img {
    width: 200px;
    height: 200px; }
    .news__img img {
      -o-object-fit: contain;
         object-fit: contain; }
  .news .btn {
    margin-top: 20px; }
  .gallery-list {
    flex-wrap: wrap; }
    .gallery-list__item {
      width: calc(33% - 5px);
      margin-bottom: 15px; }
  .sub-list {
    left: -180px; } }

@media screen and (max-width: 768px) {
  .header__row {
    padding: 0;
    height: 80px; }
  .header .container {
    padding: 0; }
  .header .logo {
    margin-left: 15px; }
  .header .instagram-link {
    margin-left: auto;
    margin-right: 15px; }
  .main-nav_header {
    position: absolute;
    top: 0;
    right: 0;
    width: 260px;
    background-color: #ffb606;
    border: solid 1px #dadada;
    border-top: none;
    border-right: none;
    opacity: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-transition: .3s all linear;
    transition: .3s all linear;
    overflow: hidden; }
    .main-nav_header.active {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      opacity: 1;
      z-index: 999; }
  .main-nav__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: start;
            align-items: flex-start; }
  .main-nav__item {
    width: 100%; }
    .main-nav__item_phone, .main-nav__item_close {
      width: 100%;
      display: -webkit-box;
      display: flex;
      padding: 20px 0; }
    .main-nav__item_phone {
      background-color: #fc411d;
      -webkit-box-pack: center;
              justify-content: center; }
    .main-nav__item_close {
      background-color: rgba(255, 255, 255, 0.3); }
  .main-nav__item + .main-nav__item {
    margin-left: 0;
    margin-top: 20px; }
  .main-nav__link {
    font-size: 15px;
    font-weight: 700;
    padding: 0 30px; }
  .sub-list {
    position: relative;
    display: block;
    top: 0;
    left: 0;
    margin-top: 20px;
    height: unset;
    box-shadow: none;
    padding: 15px;
    width: 100%;
    border: none; }
    .sub-list__item + .sub-list__item {
      margin-left: 0;
      margin-top: 15px; }
    .sub-list__item::before {
      display: none; }
    .sub-list__link {
      padding: 0 30px; }
  .phone-link_header {
    display: none; }
  .phone-link_footer {
    margin: 15px 0 0 0; }
  .phone-link_nav {
    display: -webkit-box;
    display: flex; }
  .section-welcome {
    padding: 180px 0 115px 0; }
  .slider-container {
    width: auto; }
    .slider-container::after {
      width: calc(100% - 25px); }
  .slider-welcome {
    width: calc(100% - 30px); }
    .slider-welcome__title {
      font-size: 48px; }
      .slider-welcome__title span {
        font-size: 31px; }
  .contacts__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column; }
    .contacts__row .column + .column {
      margin-left: 0;
      margin-top: 20px; }
    .contacts__row .column:nth-child(1), .contacts__row .column:nth-child(2) {
      width: 100%; }
  .contacts__img {
    margin: 50px auto auto auto; }
  .contacts__map {
    height: 500px; }
  .news-single {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column; }
    .news-single .news__img {
      margin-bottom: 20px;
      width: 100%;
      height: 350px; }
  .news-list__item {
    flex-basis: 100%;
    width: 100%; }
  .news__img {
    width: 50%; }
    .news__img img {
      -o-object-fit: cover;
         object-fit: cover; }
  .category-list {
    flex-wrap: wrap;
    -webkit-box-pack: center;
            justify-content: center; }
    .category-list__item {
      display: -webkit-box;
      display: flex;
      -webkit-box-align: center;
              align-items: center;
      -webkit-box-pack: center;
              justify-content: center;
      flex-basis: 25%;
      margin-bottom: 30px; }
  .shares__img img {
    -o-object-fit: fill;
       object-fit: fill; }
  .footer__row {
    -webkit-box-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column; }
  .footer__address {
    margin-left: unset; }
  .footer .instagram-link {
    display: none; }
  .footer .main-nav {
    display: none; }
  .bar_header {
    display: -webkit-box;
    display: flex; } }

@media screen and (max-width: 500px) {
  .slider-container::after {
    top: 15px;
    left: 15px;
    width: calc(100% - 30px);
    height: calc(100% - 30px); }
  .slider-welcome {
    width: 100%; }
    .slider-welcome__btn {
      margin: 45px auto auto auto; }
    .slider-welcome__content {
      padding: 60px 0;
      text-align: center; }
  .news {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column; }
    .news__img {
      width: 100%;
      margin-bottom: 20px;
      height: 250px; }
  .gallery-list__item {
    width: calc(50% - 5px);
    margin-bottom: 10px; } }

@media screen and (max-width: 425px) {
  .slider-welcome__title {
    font-size: 36px; }
    .slider-welcome__title span {
      font-size: 23px; }
  .slider-welcome__item {
    height: 270px; }
  .slider-welcome__btn {
    left: 50%;
    margin-left: -113px; }
  .shares-list__img {
    display: none; }
  .shares-list__item {
    height: unset;
    padding-bottom: 50px; }
    .shares-list__item::before {
      top: 5px;
      left: 5px;
      width: calc(100% - 10px);
      height: calc(100% - 10px); }
  .contacts__img {
    width: 100%; }
  .news-single .news__img {
    height: 250px; }
  .category-list {
    justify-content: space-around; }
  .text_size-middle-big {
    font-size: 25px;
    line-height: 28px; } }

@media screen and (max-width: 375px) {
  .slider-welcome__title {
    font-size: 28px; }
    .slider-welcome__title span {
      font-size: 18px; } }

@media screen and (max-width: 320px) {
  .logo {
    font-size: 25px; }
  .section__title {
    font-size: 24px; }
  .slider-container::after {
    top: 5px;
    left: 5px;
    width: calc(100% - 10px);
    height: calc(100% - 10px); }
  .gallery-list__item {
    height: 150px; } }
