@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');


* {
  padding: 0;
  margin: 0;
  border: 0
}

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

:focus, :active {
  outline: none
}

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

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

body {
  overflow-x: hidden
}

header, main, footer {
  position: relative
}

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

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

button {
  cursor: pointer
}

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

a {
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s
}

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

ul li {
  list-style: none
}

img {
  max-width: 100%;
  vertical-align: top
}

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

.header, .lang_menu .sub_menu {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3)
}

.slider_section .slider, .slider_section .slick-list, .slider_section .slick-track {
  height: 100%
}

* {
  color: #333333
}

body {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  font-family: "Roboto", sans-serif
}

body.active {
  overflow: hidden
}

.page {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
  overflow: hidden;
}

.page__wrapper {
  padding-top: 80px;
}

section {
  padding: 100px 0
}

.container {
  width: 1230px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 15px
}

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

.title_block {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 30px
}

.title_block h1, .title_block h2, .title_block h3, .title_block h4, .title_block h5, .title_block h6 {
  font-size: 4rem;
  font-weight: 600
}

.btn {
  font-size: 1.6rem;
  color: #ffffff;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 10px 23px;
  border-radius: 50px;
  background-color: #37bd3c
}

.btn:hover {
  background-color: #269fc6
}

.content * {
  font-size: 1.8rem;
  line-height: 1.5
}

.content a {
  display: initial
}

.content a * {
  -webkit-transition: 0.3s;
  transition: 0.3s
}

.content a:hover, .content a:hover * {
  color: #269fc6
}

.burger_trigger, .sub_menu, .mobile_menu {
  display: none
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background-color: #ffffff;
  padding: 10px 0;
  z-index: 10
}

.header .container > .row {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.header .logo_block {
  width: 250px
}

.header .navigation_block {
  width: calc(100% - 250px)
}

.header .navigation_block .row {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end
}

.header a {
  font-size: 1.3rem;
  font-weight: 500
}

.header a:hover {
  color: #269fc6
}

.header .call_block {
  margin-left: 40px
}

.lang_menu {
  position: relative
}

.lang_menu a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.lang_menu .current_item > a {
  padding: 5px 0 5px 15px
}

.lang_menu .current_item {
  position: relative;
  padding-right: 15px;
}

.lang_menu .current_item:after {
  content: '';
  position: absolute;
  right: 0;
  border: 4px solid transparent;
  border-top-color: #000;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 3px;
}

.lang_menu img {
  width: 20px;
  margin-right: 10px
}

.lang_menu .sub_menu {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  width: 150px;
  border-radius: 5px;
  overflow: hidden;
  z-index: 1
}

.lang_menu .sub_menu a {
  background-color: #ffffff;
  border-bottom: solid 1px #eeeeee;
  padding: 10px 15px
}

.lang_menu .sub_menu a:hover {
  background-color: #eeeeee
}

.lang_menu .sub_menu li:last-child a {
  border-bottom: none
}

.call_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.call_block li {
  position: relative;
}

.call_block a {
  font-size: 1.6rem;
  display: flex;
  align-items: center;
}

.call_block a img {
  height: 18px;
  margin-right: 5px;
}

.nav_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.nav_menu a {
  padding: 20px 15px 0 15px;
  text-transform: uppercase
}

.nav_menu li {
  position: relative;
}

.nav_menu > li:first-child > a {
  padding-left: 0
}

.nav_menu > li:last-child > a {
  padding-right: 0
}

.nav_menu > li:hover .nav__submenu-wrapper {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) translateX(-50%);
}

.nav__submenu-wrapper {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(1rem);
  padding-top: 1rem;
  min-width: 220px;
  opacity: 0;
  visibility: hidden;
  transition: all .2s ease;
}

.nav__submenu {
  background-color: #ffffff;
  box-shadow: 0 0 15px rgba(0,0,0,.1);
  padding: 5px 0;
}

.nav__submenu-item {

}

.nav__submenu-item a {
  padding: 5px 10px;
  line-height: 1.2;
  text-transform: none;
}

.current_item > a {
  color: #269fc6
}

.main, .footer {
  z-index: 1
}

.slider_section {
  height: 600px;
  padding: 0
}

.slider_section .slick-arrow {
  display: none
}

.slider_section .slick-dots {
  position: absolute;
  bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.slider_section .slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0 5px;
  border-radius: 50%;
  background-color: #ffffff;
  -webkit-transition: 0.3s;
  transition: 0.3s
}

.slider_section .slick-dots li:hover, .slider_section .slick-dots li.slick-active {
  background-color: #269fc6
}

.slider_section .slide {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 1
}

.slider_section .slide:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -1
}

.slider_section .slide .row {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.slider_section .slide * {
  max-width: 800px;
  color: #ffffff;
  text-align: center
}

.slider_section .slide h1, .slider_section .slide h2, .slider_section .slide h3, .slider_section .slide h4, .slider_section .slide h5, .slider_section .slide h6 {
  margin-bottom: 30px;
  font-size: 4rem;
  font-weight: 600;
  text-transform: uppercase
}

.slider_section .slide div {
  font-size: 2rem
}

.slider_section .slide .btn {
  margin-top: 50px;
  padding: 20px 40px;
}

.filter_masonry {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 30px
}

.filter_masonry li {
  position: relative;
  margin: 0 20px 20px 20px;
  font-size: 1.6rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer
}

.filter_masonry li:hover, .filter_masonry li.active {
  color: #269fc6
}

.filter_masonry li:hover:before, .filter_masonry li.active:before {
  background-color: #269fc6
}

.filter_masonry li:before {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  -webkit-transition: 0.3s;
  transition: 0.3s
}

.product_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px
}

.product__block {
  padding: 0 10px;
  width: 25%;
  margin-bottom: 20px;
}

.product_list .product_item {
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  padding-bottom: 90px;
  height: 100%;
}


.product_list .product_item .btn {
  position: absolute;
  left: 25px;
  right: 25px;
  bottom: 25px;
}

.product_list .product_item:hover {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4)
}

.product_list .product_item:hover img {
  -webkit-transform: rotate(2deg) scale(1.1);
  transform: rotate(2deg) scale(1.1)
}

.product_list .image_block {
  height: 200px;
  overflow: hidden
}

.product_list .image_block a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%
}

.product_list .image_block img {
  -o-object-fit: cover;
  object-fit: cover;
  max-width: initial;
  max-height: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s
}

.product_list .content_block {
  padding: 25px 25px 0;
}

.product_list .content_block h2 {
  font-size: 1.8rem;
  line-height: 1.3;
  min-height: 7rem;
}

.product_list .content_block .price {
  font-size: 1.6rem;
  margin-bottom: 1rem;
}

.product_list .content_block .price span {
  font-size: 1.6rem;
  font-weight: 600
}

.product_list .content_block a {
  margin-top: 30px
}

.footer {
  padding: 30px 0;
  background-color: #ffffff;
  border-top: solid 1px #eeeeee
}

.footer .row {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.footer a {
  display: inline-block;
  font-size: 1.3rem;
  font-weight: 500
}

.footer a:hover {
  color: #269fc6
}

.footer .call_block a {
  font-size: 1.6rem
}

.footer img {
  max-width: 250px
}

.up_btn {
  position: fixed;
  bottom: 50px;
  right: 30px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #269fc6;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0'?%3e%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.com/svgjs' version='1.1' width='512' height='512' x='0' y='0' viewBox='0 0 240.835 240.835' style='enable-background:new 0 0 512 512' xml:space='preserve' class=''%3e%3cg%3e%3cg xmlns='http://www.w3.org/2000/svg'%3e%3cpath id='Expand_Less' d='M129.007,57.819c-4.68-4.68-12.499-4.68-17.191,0L3.555,165.803c-4.74,4.74-4.74,12.427,0,17.155 c4.74,4.74,12.439,4.74,17.179,0l99.683-99.406l99.671,99.418c4.752,4.74,12.439,4.74,17.191,0c4.74-4.74,4.74-12.427,0-17.155 L129.007,57.819z' fill='%23ffffff'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e ");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  cursor: pointer;
  z-index: 10;
  -webkit-transition: 0.3s;
  transition: 0.3s
}

.up_btn:hover {
  background-color: #37bd3c
}

.single_section .row > div {
  width: 50%
}

.single_section .slider-nav {
  margin-top: 10px
}

.single_section .slider-nav .slick-track {
  margin-left: 0
}

.single_section .slider-nav .slide-item {
  margin-right: 10px;
  cursor: pointer;
  opacity: 0.4;
  -webkit-transition: 0.3s;
  transition: 0.3s
}

.single_section .slider-nav .slide-item:hover, .single_section .slider-nav .slide-item.slick-current {
  opacity: 1
}

.lg-prev {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}

.single_meta {
  padding: 0 0 0 50px
}

.single_meta * {
  font-size: 1.8rem;
  line-height: 1.5;
  margin-bottom: 20px
}

.single_meta h1 {
  font-size: 4rem;
  font-weight: 600;
  margin-top: -16px;
  margin-bottom: 30px
}

.single_meta .price {
  font-size: 2rem
}

.single_meta .price span {
  font-size: 2.5rem;
  font-weight: 600
}

.col_50 {
  width: 50%
}

.contacts_section .col_50:first-child {
  padding-right: 50px
}

.content {
  margin-bottom: 30px
}

.contact_form h2 {
  font-size: 2.6rem;
  margin-bottom: 20px
}

form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

form input, form textarea {
  width: 100%;
  margin-bottom: 15px;
  padding: 10px 15px;
  border: solid 1px #eeeeee;
  border-radius: 4px;
  font-size: 1.4rem;
  -webkit-transition: 0.3s;
  transition: 0.3s
}

form input:hover, form input:active, form input:focus, form textarea:hover, form textarea:active, form textarea:focus {
  border-color: #269fc6
}

form textarea {
  height: 100px;
  resize: none
}

form .button_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

form .button_block input[type=submit] {
  width: auto;
  margin-right: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  border: none;
  cursor: pointer
}

form .field__file {
  position: absolute;
  opacity: 0;
  visibility: hidden
}

form .field__file-wrapper span {
  padding: 15px 30px;
  background-color: #269fc6;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s
}

form .field__file-wrapper span:hover {
  background-color: #37bd3c
}

iframe {
  display: block;
  width: 100%;
  height: 100%
}

.mobile_menu {
  position: fixed;
  top: 80px;
  left: -200vw;
  width: 100%;
  max-width: 500px;
  height: calc(100vh - 80px);
  padding: 30px 0 0 0;
  background-color: #ffffff;
  z-index: 10;
  overflow-y: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s
}

.mobile_menu.active {
  left: 0
}

.mobile_menu .row {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.mobile_menu ul {
  margin-bottom: 30px
}

.mobile_menu .nav_menu a {
  font-size: 1.3rem;
  font-weight: 600
}

.mobile_menu .lang_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.mobile_menu .lang_menu li {
  padding: 0;
  margin-bottom: 10px
}

.mobile_menu .lang_menu a {
  font-size: 1.5rem;
  padding: 7px 0 !important
}

.mobile_menu .call_block a {
  font-size: 1.6rem;
  font-weight: 600
}

.mobile_menu a {
  padding-left: 0 !important;
  padding-right: 0 !important
}



.page-title {
  font-size: 3rem;
  padding-bottom: 4rem;
}

.intro {
  padding-top: 100px;
}

.intro.text-center {
  text-align: center;
}

.page__text-block {
  font-size: 17px;
  line-height: 1.4;
}

.page__text-block img {
  margin-right: 1.5rem;
}

.news__opened-img {
  float: left;
  margin-right: 1rem;
  max-width: 400px;
}

.news__opened-content:before,
.news__opened-content:after {
  content: '';
  display: table;
}

.news__opened-content:after {
  clear: both;
}

.block__text {
  font-size: 17px;
  line-height: 1.6;
}

.block__text ul {
  margin: 10px 0;
  padding-left: 1em;
}

.block__text ol {
  margin: 10px 0;
  padding-left: 1em;
}


.category {

}

.category__wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1rem;
}

.category__block {
  padding: 0 1rem;
  width: 25%;
  margin-bottom: 2rem;
}

.category__item {
  box-shadow: 0 0 7px rgba(0,0, 0, .3);
}

.category__img {
  height: 200px;
  width: 100%;
  display: block;
}

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

.category__title {
  font-size: 2rem;
  line-height: 1.3;
  margin-bottom: 20px;
}

.category__content {
  padding: 25px 25px 90px;
  position: relative;
  text-align: center;
}

.category__content .btn {
  position: absolute;
  bottom: 25px;
  left: 25px;
  right: 25px;
}

.products__wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1rem;
}

.products__block {
  width: 25%;
  padding: 0 1rem;
  margin-bottom: 2rem;
}

.products__item {
  box-shadow: 0 0 7px rgba(0,0, 0, .3);
}


.products__img {
  height: 200px;
  width: 100%;
  display: block;
}

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

.products__title {
  font-size: 2rem;
  line-height: 1.3;
  margin-bottom: 20px;
}

.products__content {
  padding: 25px 25px 90px;
  position: relative;
}

.products__content .btn {
  position: absolute;
  bottom: 25px;
  left: 25px;
  right: 25px;
}





@media screen and (max-width: 1230px) {
  .footer .widget {
    width: 100%;
    margin-bottom: 30px
  }

  .footer .widget:last-child {
    margin-bottom: 0
  }

  .footer .widget .nav_menu {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .footer .widget .nav_menu a {
    padding: 15px 30px 0 0
  }
}

@media screen and (max-width: 1024px) {
  .contacts_section {
    padding: 50px 0 0 0
  }

  .col_50 {
    width: 100%
  }

  .contacts_section .col_50:first-child {
    padding-right: 0;
    padding-bottom: 50px
  }

  .contacts_section .col_50:last-child {
    margin-left: -15px;
    margin-right: -15px
  }

  form {
    max-width: 500px
  }

  iframe {
    width: calc(100% + 30px);
    height: 500px
  }
}

@media screen and (max-width: 1100px) {
  .mobile_menu {
    display: block
  }

  .navigation_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
  }

  .navigation_block .row {
    /*display: none*/
  }

  .header .nav_menu {
    display: none;
  }

  .header .lang_menu {
    display: none;
  }

  .header .navigation_block .row {
    align-items: center;
  }

  .navigation_block .burger_trigger {
    position: relative;
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    cursor: pointer;
    margin-left: 15px;
  }

  .navigation_block .burger_trigger span {
    width: 100%;
    height: 1px;
    background-color: #000000;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transition: 0.3s;
    transition: 0.3s
  }

  .navigation_block .burger_trigger span:first-child, .navigation_block .burger_trigger span:last-child {
    position: absolute
  }

  .navigation_block .burger_trigger span:first-child {
    top: calc(50% - 8px)
  }

  .navigation_block .burger_trigger span:last-child {
    top: calc(50% + 8px)
  }

  .navigation_block .burger_trigger.active span:nth-child(2) {
    display: none
  }

  .navigation_block .burger_trigger.active span:first-child, .navigation_block .burger_trigger.active span:last-child {
    top: 50%
  }

  .navigation_block .burger_trigger.active span:first-child {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
  }

  .navigation_block .burger_trigger.active span:last-child {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
  }

  .product__block {
    width: 33.33333%;
  }

  .category__block {
    width: 33.33333%;
  }

  .nav_menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }
}

@media screen and (max-width: 767px) {
  .page__wrapper {
    padding-top: 0;
  }

  section {
    padding: 50px 0
  }

  .contact_form h2 {
    font-size: 2.2rem
  }

  form .button_block input[type=submit] {
    margin: 15px auto 0 0
  }



  .btn {
    padding: 15px 30px;
    font-size: 1.4rem
  }

  .slider_section {
    height: 450px
  }

  .slider_section .slide h1, .slider_section .slide h2, .slider_section .slide h3, .slider_section .slide h4, .slider_section .slide h5, .slider_section .slide h6 {
    font-size: 2.6rem;
    margin-bottom: 15px
  }

  .slider_section .slide div {
    font-size: 1.6rem
  }

  .slider_section .slide a {
    margin-top: 30px
  }

  .title_block h1, .title_block h2, .title_block h3, .title_block h4, .title_block h5, .title_block h6 {
    font-size: 3rem
  }

  .header {
    height: 65px
  }

  .header .logo_block {
    width: 200px
  }

  body {
    padding-top: 65px
  }

  .mobile_menu {
    top: 65px;
    height: calc(100vh - 65px)
  }

  .single_section {
    padding-top: 0
  }

  .single_section .row > div {
    width: 100%
  }

  .single_section .main-slider {
    margin-left: -15px;
    margin-right: -15px
  }

  .single_meta {
    padding-left: 0;
    padding-top: 30px
  }

  .single_meta h1 {
    font-size: 3rem;
    line-height: 1.3;
    margin-top: 0;
    margin-bottom: 20px
  }

  .single_meta .price {
    font-size: 1.6rem
  }

  .single_meta .price span {
    font-size: 2rem
  }

  .single_meta * {
    font-size: 1.6rem
  }

  .up_btn {
    bottom: 15px;
    right: 15px;
    width: 50px;
    height: 50px
  }
  .product__block {
    width: 50%;
  }

  .category__block {
    width: 50%;
  }

  .intro {
    padding-top: 50px;
  }
}

@media (max-width: 540px) {
  .product__block {
    width: 100%;
  }

  .category__block {
    width: 100%;
  }

  .call_block a {
    font-size: 0;
  }

  .news__opened-img {
    float: none;
    width: 100%;
    max-width: 100%;
  }

  .page__text-block.full img {
    float: none !important;
    width: 100% !important;
    height: auto !important;
    margin-bottom: 10px;
  }

  .header .navigation_block {
    width: auto;
  }

  .logo_block img {
    width: 150px;
  }

  .header .container > .row {
    flex-wrap: nowrap;
  }
}


.error__page {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  height: 100%;
  width: 100%;
  text-align: center;
}

.error__title {
  font-size: 14rem;
  font-weight: 700;
  margin-bottom: 1rem;
  line-height: 1;
}

.error__subtitle {
  margin-bottom: 1rem;
  font-size: 2rem;
}

.error__text {
  font-size: 1.6rem;
  max-width: 600px;
  margin: 0 auto 2rem;
  text-align: center;
}