/* -----------------------------------------------------------------------
	// navigation - home 1
	Buttons
	Header
	Header_Search
	Header_Slider
	Services
	Img_info
	Awards
	Menu
	Visit_info
	Hours
	logos
	Footer
----------------------------------------------------------------------- */
body {
  margin: 0;
  padding: 0;
  font-family: Poppins, sans-serif;
  overflow-x: hidden;
}

section {
  overflow: hidden;
}

div {
  box-sizing: border-box;
}

::-moz-selection {
  color: #fff;
  background: #e2211c;
}

::selection {
  color: #fff;
  background: #e2211c;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
  margin: 0;
  padding: 0;
}

h2 {
  font-family: "Poppins";
  font-size: 40px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.9);
  line-height: 52px;
}

h3 {
  font-family: "Poppins";
  font-size: 26px;
  color: rgba(0, 0, 0, 0.9);
}

p {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.65);
  font-weight: 400;
  line-height: 27px;
}

.text_color {
  color: #e2211c;
}

.responsive-iframe {

  width: 100%;
  height: 1100px;
}

@media screen and (min-device-width : 768px) and (max-device-width : 1024px)  {
  .responsive-iframe {
    width: 100%;
    height: 1900px;
  }
}


@media screen and (min-device-width : 425px) and (max-device-width : 768px)  {
  .responsive-iframe {
    width: 100%;
    height: 5600px;
  }
}


@media screen and (min-device-width : 375px) and (max-device-width : 425px)  {
  .responsive-iframe {
    width: 100%;
    height: 3300px;
  }
}


@media screen and (min-device-width : 320px) and (max-device-width : 375px)  {
  .responsive-iframe {
    width: 100%;
    height: 2900px;
  }
}

@media screen and (max-device-width : 320px)  {
  .responsive-iframe {
    width: 100%;
    height: 2500px;
    background-color: white;
  }
}



/* Buttons */
.button_line,
.button_fill {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.9);
  font-size: 16px;
  border: 2px solid #e2211c;
  padding: 15px 40px;
  display: inline-block;
  border-radius: 8px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.button_line::after,
.button_line::before,
.button_fill::after,
.button_fill::before {
  content: "";
  position: absolute;
  display: block;
  height: 100px;
  width: 80px;
  background: url("../img/icons/hover_button.svg") no-repeat center top;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.5;
}

.button_line::after,
.button_line::before {
  opacity: 0;
}

.button_line::after {
  right: -65px;
  top: -10px;
}

.button_line::before {
  left: -65px;
  top: -5px;
}

.button_fill::after {
  right: -55px;
  top: -10px;
}

.button_fill::before {
  left: -55px;
  top: -5px;
}

.button_line:hover {
  color: #fff;
  background: #e2211c;
}

.button_line:hover:after,
.button_fill:hover:after,
.button_line:hover:before,
.button_fill:hover:before {
  opacity: 0.5;
}

.button_line:hover:after {
  -webkit-transform: translate(-10px, 0);
  transform: translate(-10px, 0);
}

.button_fill:hover:after {
  -webkit-transform: translate(10px, 0);
  transform: translate(10px, 0);
}

.button_line:hover:before {
  -webkit-transform: translate(10px, 0);
  transform: translate(10px, 0);
}

.button_fill:hover:before {
  -webkit-transform: translate(-10px, 0);
  transform: translate(-10px, 0);
}

.button_fill {
  background: #e2211c;
  color: #fff;
  -webkit-transition: 0.3;
  transition: 0.3;
}

.button_fill:hover {
  background: none;
  border: 2px solid #e2211c;
  color: #000;
}

/*  Header - home 1 */
header {
  /* background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.45)), to(rgba(0, 0, 0, 0.45)));
  background: linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45));*/
  width: 100%;
  position: relative;
}

header.home {
  height: 100vh;
}

header.home .container {
  position: relative;
}

header.home .flex_center {
  height: 100vh;
  padding-bottom: 100px;
}

#menu_icon {
  display: none;
  top: calc(50% - 8px);
  right: 25px;
}

.logo {
  font-size: 0px;
  display: block;
}

.logo img {
  height: 90px;
}

.up_i {
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 8px;
}

.container_t {
  max-width: 1075px;
  margin: 0 auto;
}

.l_m_global {
  position: absolute;
  width: 95%;
  margin: 50px;
  border-radius: 60px;
  z-index: 998;
  background-color: rgba(0, 0, 0, 0.65);
}

.l_m {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  height: 120px;
  position: relative;
}

nav {
  margin: 0;
  padding: 0;
}

.menu {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  height: 100%;
}

.menu i {
  color: #fff;
  margin-left: 35px;
  font-size: 16px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.menu i:hover {
  color: #e2211c;
}

.menu i:hover span {
  color: #fff;
}

.menu a {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.menu a:first-child {
  margin-left: 0px;
}

.menu a:hover {
  color: #e2211c;
  cursor: pointer;
}

.menu .button_line:hover {
  color: #fff;
}

.menu .shop_cart {
  position: relative;
}

.menu .shop_cart span {
  position: absolute;
  right: -10px;
  top: -8px;
  width: 15px;
  height: 15px;
  border-radius: 25px;
  background: #e2211c;
  font-size: 10px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  color: #fff;
}

.menu li {
  margin-left: 30px;
  list-style: none;
  height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

.menu li:first-child {
  margin-left: 0px;
}

.menu li .sub_menu {
  position: absolute;
  top: 100%;
  left: 0;
  top: 100%;
  background: #fff;
  padding: 20px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translate(0, -20px);
  transform: translate(0, -20px);
  z-index: 100;
}

.menu li .sub_menu li {
  margin-left: 0px;
  padding: 15px 20px;
  height: auto;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.menu li .sub_menu li:last-child {
  border-bottom: none;
}

.menu li .sub_menu li a {
  color: #000;
  font-size: 15px;
}

.menu li .sub_menu li:hover a {
  color: #e2211c;
}

.menu li:not(.menu_mega) {
  position: relative;
}

.menu li:hover .sub_menu {
  visibility: visible;
  -webkit-transform: translate(0, 0px);
  transform: translate(0, 0px);
  opacity: 1;
}

.menu li.active {
  border-bottom: 2px solid #e2211c;
}

.menu a.drop_down_nav:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f078";
  display: inline-block;
  padding-left: 10px;
  font-size: 10px;
}

.menu_mega .sub_menu {
  display: -webkit-box;
  display: flex;
  width: 100% !important;
  flex-wrap: wrap;
  left: 0;
}

.menu_mega .sub_menu .sub_s_m {
  -webkit-box-flex: 1;
  flex-grow: 1;
  padding-right: 20px;
}

.menu_mega .sub_menu .sub_s_m:last-child {
  padding-right: 0px;
}

.menu_mega .sub_menu .sub_s_m h5 {
  font-size: 18px;
  padding: 20px 20px;
  padding-bottom: 10px;
  color: #e2211c;
  font-weight: 400;
}

.flex_center {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  height: 100%;
}

/* Header_Search - home 1*/
.search_b {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
  background: rgba(255, 255, 255, 0.96);
  position: absolute;
  height: 100vh;
  width: 100%;
  z-index: 999;
  position: fixed;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.search_b input {
  font-family: "Poppins";
  position: absolute;
  border: 0;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  background: transparent;
  padding: 20px 0px;
  top: calc(50% - 100px);
  font-size: 96px;
  outline: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translate(0, 100px);
  transform: translate(0, 100px);
  opacity: 0;
}

body.modal_open {
  overflow: hidden;
}

.search_b input:focus {
  border-bottom: 2px solid #e2211c;
}

.search_b i {
  position: absolute;
  right: 100px;
  top: 100px;
  font-size: 24px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translate(100px, 0);
  transform: translate(100px, 0);
  opacity: 0;
  padding: 10px;
}

.search_b i:hover {
  color: #e2211c;
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  cursor: pointer;
}

.search_state_open {
  display: -webkit-box;
  display: -ms-flexbox;
  visibility: visible;
  display: flex;
  opacity: 1;
}

.search_state_open input {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}

.search_state_open i {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}

/*  Header_Slider - home 1 */
.bg_slider {
  height: 100px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.bg_slider .swiper-slide {
  height: 100vh;
  width: 100%;
  overflow: hidden;
}

.slider-yazi {
  width: 100%;
  padding: 50px;
  margin-top: 250px;
} 

.slider-yazi img {
  width: 30%;
  padding: 0px;
  margin-top: 250px;
} 

@media screen and (max-width: 600px) {
  .slider-yazi img {
    width: 100%;
    padding: 0px;
    margin-top: 200px;
  } 
}

.slide-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

.quote-slider {
  padding: 20px 0px !important;
}

header.home h1 {
  font-size: 120px;
  line-height: .9;
}

.title {
  text-align: center;
}

.title h1 {
  color: #fff;
  font-size: 72px;
  font-family: "Poppins", serif;
  line-height: 110px;
  font-weight: 600;
  margin: 0;
  padding: 0;
}

.title span {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 8px;
  font-weight: 500;
  background: rgba(0, 0, 0, 0.5);
  padding: 7px;
  padding-right: 0px;
}

.contact {
  color: #fff;
  display: -webkit-box;
  display: flex;
}

.contact span {
  font-size: 16px;
}

.contact p {
  font-size: 40px;
  font-weight: 700;
  margin: 0;
  padding: 0;
    color: white;
    text-transform: uppercase;
}

.contact i {
  display: block;
  width: 18px;
  height: 18px;
  margin-right: 20px;
}

.contact .icon_phone {
  background: url("../img/icons/call-answer.svg") no-repeat center top/cover;
}

.contact .icon_adress {
  background: url("../img/icons/placeholder-filled-point.svg") no-repeat center top/cover;
}

.button_sl {
  position: relative;
  width: 85px;
  height: 42px;
  overflow: hidden;
}

.button_sl i {
  display: block;
  width: 42px;
  height: 42px;
  outline: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin: 0px;
  top: 0;
  position: absolute;
}

.button_sl i:hover {
  background: url("../img/icons/button_02.svg") no-repeat center top/cover;
}

.button_sl .icon_left {
  background: url("../img/icons/button.svg") no-repeat center top/cover;
  left: 0;
}

.button_sl .icon_right {
  background: url("../img/icons/button.svg") no-repeat center top/cover;
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
  right: 0;
}

.slider .slider_namber span {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  padding-left: 20px;
  margin: 0px;
  background: none;
  opacity: 1;
  outline: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.slider .slider_namber .swiper-pagination-bullet-active {
  color: #e2211c;
  background: none;
}

.slider,
.slider_namber,
.button_sl,
.i_phone,
.i_adress {
  display: -webkit-box;
  display: flex;
}

.slider {
  -webkit-box-align: center;
  align-items: center;
}

.i_phone,
.i_adress {
  -webkit-box-align: center;
  align-items: center;
  padding-right: 35px;
}

.slider_namber {
  right: 120px;
  height: 15px;
}

.bottom_info {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  position: absolute;
  width: 100%;
  bottom: 80px;
  left: 0;
}

.info_ph p,
.info_a p {
  padding-top: 15px;
  color: #fff;
}

.info_ph,
.info_a {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  padding-left: 20px;
}

/* Block 1 - home 1 - Services */
.services {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding-top: 65px;
}

.service_b {
  padding-top: 120px;
  padding-bottom: 120px;
  background: url("../img/bg_01.jpg") no-repeat center top/cover;
}

.services .icon_s {
  display: inline-block;
  width: 85px;
  height: 85px;
  fill: #e2211c;
}

.title_t h2 {
  max-width: 440px;
  margin: 0;
  padding: 0;
}

.title_t span {
  max-width: 400px;
}

.services h3 {
  padding-top: 35px;
  padding-bottom: 30px;
}

/* Block 2 - home 1 - Img_info */
.image_f {
  background: rgba(0, 0, 0, 0.05);
}

.img_info .img_i {
  background: url("../img/foodinfo_l.png") no-repeat center top/cover;
  display: block;
  width: 550px;
  height: 400px;
  position: relative;
  margin-bottom: 50px;
  border-radius: 8px;
}

.img_info .img_i::before {
  content: "";
  display: block;
  position: absolute;
  height: 400px;
  width: 550px;
  border: 2px solid rgba(0, 0, 0, 0.9);
  border-radius: 8px;
  left: 50px;
  top: 50px;
  z-index: -1;
}

.img_info {
  display: -webkit-box;
  display: flex;
  padding-top: 120px;
  padding-bottom: 120px;
}

.img_fi {
  padding-top: 50px;
  padding-left: 160px;
}

.img_fi p {
  max-width: 555px;
  line-height: 27px;
  padding-bottom: 70px;
}

.img_fi h2 {
  padding-top: 20px;
  padding-bottom: 25px;
  width: 335px;
}

/* Block 3 - home 1 - Awards */
.awards_block {
  padding: 60px;
}

.awards_block h2 {
  padding-bottom: 20px;
}

.awards_block::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: rgba(0, 0, 0, 0.6);
}

.awards_inf {
  width: 400px;
}

.awards_img img {
  height: 100px;
  padding-left: 50px;
}

.awards_img img:first-child {
  padding-left: 0px;
}

.awards_block h2,
.awards_block p {
  color: #fff;
}

.img_inf_n .bg_inf_p {
  display: block;
  height: 700px;
}

.img_inf_n .img_info {
  padding: 50px;
}

.img_inf_n .img_fi {
  padding: 0;
}

.img_inf_n .bg_inf_p.bg_products {
  left: 0;
  background: url("../img/shef.jpg") no-repeat center center/cover;
}

/* Block 4 - home 1 - Menu */
.menu_block_two {
  padding-top: 120px;
  /*padding-bottom: 120px;*/
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

.menu_block_two h2 {
  padding-top: 25px;
  /*padding-bottom: 100px; */
}

.menu_info_block {
  text-align: center;
}

.menu_information .img_text_menu {
  padding-bottom: 0px;
}

.menu_information .img_text_menu:not(:nth-last-child(-n + 2)) {
  padding-bottom: 50px;
}

.menu_block_two .button_line {
  margin: 0 auto;
  margin-top: 0px;
}

.img_text_menu {
  display: -webkit-box;
  display: flex;
  padding-bottom: 55px;
}

.img_text_menu img {
  width: 85px;
  height: 85px;
  mask: url(../img/masks/mask_01.svg);
  -webkit-mask: url(../img/masks/mask_01.svg);
  -ms-mask: url(../img/masks/mask_01.svg);
}

.img_text_menu span {
  color: #e2211c;
  font-family: "Poppins";
  font-size: 26px;
  font-weight: 700;
}

.info_title {
  padding-left: 35px;
}

.info_title p {
  max-width: 345px;
  padding-top: 25px;
}

/* Block 5 - home 1 - Visit_info */
.visit {
  text-align: center;
  width: 480px;
  margin: 0 auto;
  padding-top: 80px;
  padding-bottom: 80px;
}

.visit h2 {
  padding-top: 20px;
  padding-bottom: 25px;
  text-transform: uppercase;
}

.visit p {
  line-height: 27px;
  max-width: 450px;
  margin: 0 auto;
}

.visit_us {
  width: 100%;
  background: url("../img/bg_02.jpg") no-repeat center top/cover;
}

/* Block 6 - home 1 - Team */
.team {
  padding-bottom: 25px;
  margin-bottom: -25px;
}

.bg_team_block {
  position: absolute;
  height: 500px;
  width: 100%;
  display: block;
}

.bg_team_block::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}

.our_team {
  margin-top: -400px;
}

.our_t span {
  display: block;
  color: #fff;
}

.our_t h2 {
  padding-top: 25px;
  padding-bottom: 80px;
  color: #fff;
}

.info_block {
  text-align: center;
  background: #fff;
  padding-top: 35px;
  padding-bottom: 15px;
  border-radius: 8px;
  display: block;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.info_block img {
  /*height: 110px;
  width: 110px;
  mask: url(../img/masks/mask_02.svg);
  -webkit-mask: url(../img/masks/mask_02.svg);
  -ms-mask: url(../img/masks/mask_02.svg);*/
}

.info_block h3 {
  padding-top: 40px;
  padding-bottom: 25px;
}

.info_block p {
  width: 100%;
  padding: 0px 25px;
  margin: 0 auto;
}

.icon_social {
  margin-top: 35px;
  margin-bottom: 35px;
}

.icon_social a {
  margin-right: 15px;
  display: inline-block;
}

.icon_social a:last-child {
  margin-right: 0px;
}

.icon_social i {
  font-size: 12px;
  color: #e2211c;
  border: 2px solid #e2211c;
  border-radius: 8px;
  width: 26px;
  height: 26px;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.icon_social i:hover {
  background: #e2211c;
  color: #fff;
}

.icon_social i::before {
  position: absolute;
  margin-top: 6px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

/* Block 7 - home 1 - Hours */
.reserve {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 20px;
}

.reserve h2 {
  padding-top: 25px;
  text-transform: uppercase;
  padding-bottom: 50px;
}

/* Block 8 - home 1 - logos */
.logos_p {
  background: rgba(0, 0, 0, 0.05);
  background: url("../img/bg_03.jpg") no-repeat center top/cover;
  padding-top: 50px;
  padding-bottom: 50px;
}

.logos_p .col-lg-2 {
  padding: 0px;
}

/* Footer */
.footer_contact {
  width: 390px;
  /*text-transform: uppercase;*/
}

.footer_contact h3 {
  padding-bottom: 25px;
}

.footer_icon .icon_social {
  text-align: center;
  margin-top: 50px;
}

.footer_icon p {
  text-transform: uppercase;
  font-size: 12px;
}

footer {
  padding-top: 100px;
  padding-bottom: 40px;
  text-align: center;
}

.jarallax {
  position: relative;
  z-index: 0;
}

.jarallax > .jarallax-img {
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
  /* support for plugin https://github.com/bfred-it/object-fit-images */
  font-family: 'object-fit: cover;';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

/* -----------------------------------------------------------------------
	// navigation - Pages
	Blog
	Single_Post
	Shop
	Single_Product
	Contacts
	About
----------------------------------------------------------------------- */
header {
  height: 450px;
}

.flex_center {
  height: 100%;
}

.title {
  margin-top: 80px;
}

.title span {
  background: none;
}

.title p {
  color: rgba(255, 255, 255, 0.7);
  max-width: 600px;
  padding-top: 0px;
  margin: 0 auto;
}

.nav_pages {
  width: 100%;
  text-align: center;
}

.nav_pages * {
  display: inline-block;
  width: 30px;
  height: 30px;
  padding-top: 7px;
  border-radius: 8px;
  background: #eee;
  -webkit-transition: .3s;
  transition: .3s;
  cursor: pointer;
  margin-right: 4px;
}

.nav_pages *:hover {
  background: #e2211c;
  color: #fff;
}

.nav_pages span {
  background: #e2211c;
  color: #fff;
}

#blog .nav_pages {
  margin-top: 40px;
}

#blog header {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url("../img/blog_fon_l.png") no-repeat center top/cover;
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../img/blog_fon_l.png") no-repeat center top/cover;
}

aside {
  margin-top: 80px;
}

.item_widget {
  box-sizing: border-box;
  margin-bottom: 30px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 30px;
}

.item_widget h3:after {
  content: "";
  width: 30px;
  height: 2px;
  background: #e2211c;
  display: block;
  margin-top: 10px;
}

.left_sidebar aside {
  border-left: none;
  padding-right: 30px;
}

.left_sidebar main {
  padding-right: 0;
  padding-left: 30px;
}

.content {
  display: -webkit-box;
  display: flex;
}

.blog_post {
  padding-top: 80px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 35px;
}

.blog_post:hover h2 {
  color: #e2211c;
}

.blog_post .post_image {
  width: 100%;
  background-size: cover;
}

.blog_post p {
  width: 100%;
  padding-top: 25px;
}

.blog_post a {
  display: block;
  text-decoration: none;
}

.blog_post h2 {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#blog .col-lg-12:nth-last-child(-n+2) .blog_post {
  border-bottom: 0px;
}

.large_blog main {
  padding-right: 0px;
}

.large_blog .blog_post {
  display: -webkit-box;
  display: flex;
}

.large_blog .post_image {
  max-width: 500px;
  height: 300px;
  display: block;
  -webkit-box-flex: 0;
  flex: none;
  background-position: center;
}

.large_blog iframe {
  max-width: 500px;
  -webkit-box-flex: 0;
  flex: none;
}

.large_blog .video_b_post {
  width: 500px;
  -webkit-box-flex: 0;
  flex: none;
}

.large_blog .data_c {
  padding-top: 0px;
}

.large_blog .info_post_b {
  margin-left: 30px;
}

.small_blog .post_image,
.small_blog iframe {
  max-width: 300px;
}

.small_blog .video_b_post {
  width: 300px;
}

.img_post_b {
  overflow: hidden;
  border-radius: 8px;
  font-size: 0;
}

.img_post_b img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.img_post_b:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.data_c {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding-top: 30px;
  padding-bottom: 25px;
}

.data_ci {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding-bottom: 25px;
}

.data_cat span {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.7);
}

.star_icon span {
  padding-right: 35px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.7);
}

.star_icon i {
  color: #eb9412;
}

.info_name_b {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding-top: 25px;
}

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

.name_blog span {
  font-size: 14px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.7);
  padding-left: 10px;
}

.name_blog img {
  width: 30px;
  border-radius: 50%;
}

.latest_post h3 {
  padding-bottom: 25px;
  text-transform: uppercase;
}

.latest_post a {
  text-decoration: none;
  color: #000;
}

.post_l {
  display: -webkit-box;
  display: flex;
  padding-bottom: 25px;
}

.post_l:last-child {
  padding-bottom: 0px;
}

.name_p {
  padding-left: 20px;
}

.name_p span {
  font-family: 'Poppins';
  font-size: 22px;
  font-weight: bold;
}

.name_p p {
  padding-top: 10px;
  font-size: 14px;
}

.categories_p h3 {
  text-transform: uppercase;
  padding-bottom: 25px;
}

.categories_p a {
  text-decoration: none;
  color: #000;
  font-size: 16px;
  display: block;
  padding-bottom: 15px;
}

.categories_p a:last-child {
  padding-bottom: 0px;
}

.tags h3 {
  text-transform: uppercase;
  padding-bottom: 25px;
}

.tags_links a {
  text-decoration: none;
  color: #000;
  background: #e6e6e6;
  padding: 5px 15px;
  margin-right: 5px;
  margin-bottom: 5px;
  font-size: 14px;
  display: block;
  display: inline-block;
  border-radius: 8px;
}

.tags_links a:hover {
  background: #e2211c;
  color: #fff;
}

aside a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

aside a:hover {
  color: #e2211c;
}

#single_post header {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url("../img/blog_gon_two_l.png") no-repeat center top/cover;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img/blog_gon_two_l.png") no-repeat center top/cover;
}

#single_post .blog_text_i h2 {
  padding-top: 15px;
  padding-bottom: 35px;
}

#single_post .blog_text_i p {
  width: 100%;
  margin: 0px auto;
  padding-top: 35px;
}

#single_post .blog_text_i .img_ts {
  width: 100%;
}

#single_post .title_cat {
  text-align: center;
}

#single_post .title_cat span {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.7);
}

#single_post .i_blog {
  padding-top: 100px;
}

#single_post .icon_ns {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding-bottom: 30px;
}

#single_post .name_icon {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

#single_post .name_icon span {
  font-size: 14px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.7);
  padding-left: 15px;
}

#single_post .name_icon img {
  width: 30px;
  border-radius: 50%;
}

#single_post .star span {
  padding-right: 35px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.7);
}

#single_post .quotes {
  background: #e2211c;
  margin-top: 80px;
  margin-bottom: 80px;
  padding-top: 35px;
  padding-bottom: 35px;
}

#single_post .quotes_text {
  text-align: center;
}

#single_post .quotes_text i {
  padding-bottom: 25px;
  color: #fff;
  font-size: 40px;
}

#single_post .quotes_text p {
  font-family: 'Unna';
  font-size: 26px;
  font-weight: 500;
  color: #fff;
  width: 100%;
  line-height: 36px;
  margin: 0 auto;
}

#single_post .post_blog_t {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 60px;
}

#single_post .post_blog_t p {
  width: 100%;
  margin: 0px auto;
}

#single_post .review {
  padding-top: 100px;
}

#single_post .review_block {
  display: -webkit-box;
  display: flex;
  margin-bottom: 50px;
}

#single_post .review_block span {
  font-size: 14px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.7);
}

#single_post .review_block img {
  border-radius: 50%;
  width: 90px;
  height: 90px;
}

#single_post .comment {
  margin-left: 35px;
  width: 100%;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

#single_post .review_block:nth-last-child(2) .comment {
  border-bottom: none;
}

#single_post .review_d {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding-bottom: 20px;
}

#single_post .review_d span {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.7);
}

#single_post .review_d p {
  padding-top: 20px;
  max-width: 700px;
}

#single_post .commentar {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

#single_post .commentar img {
  border-radius: 50%;
  width: 90px;
}

#single_post .commentar textarea {
  border: 1px solid rgba(0, 0, 0, 0.2);
  width: 100%;
  display: block;
  padding: 20px;
  height: 80px;
  border-radius: 8px;
  outline: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-bottom: 20px;
  font-size: 15px;
}

#single_post .commentar textarea:focus {
  border: 1px solid #e2211c;
}

#single_post .commentar .mess {
  display: block;
  width: 100%;
  margin-left: 35px;
}

#shop header {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url("../img/shop_fon_l.png") no-repeat center top/cover;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img/shop_fon_l.png") no-repeat center top/cover;
}

.products_shop {
  padding-top: 80px;
}

.related_products .products_sh {
  margin-bottom: 0px;
}

.products_sh {
  padding-bottom: 25px;
  margin-bottom: 35px;
  border-radius: 8px;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.products_sh:hover {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  color: #e2211c;
}

.products_sh:hover .cont_product {
  padding: 0px 25px;
}

.products_sh:hover .cont_product h3 {
  color: #e2211c;
}

.products_sh img, .products_sh p {
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: -1;
}

.products_sh:hover a {
  opacity: 1;
  -webkit-transform: translate(0, 0px);
  transform: translate(0, 0px);
}

.products_sh:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.products_sh .row {
  padding-top: 15px;
  padding-left: 15px;
  padding-right: 15px;
}

.products_sh .cont_product {
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  padding: 0px 15px;
  text-decoration: none;
}

.products_sh .cont_product h3 {
    font-weight: 500;
  padding-top: 10px;
  padding-bottom: 15px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-top: 1px solid #d9d9d9;
}

.products_sh .cont_product h3 span{
    font-weight: 400;
    font-size: 20px;
  padding-top: 5px;
  padding-bottom: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-top: 1px solid #d9d9d9;
}

.products_sh .cont_product p {
  /*height: 55px;*/
  overflow: hidden;
  /*max-width: 300px;*/
}

.products_sh .cont_product span {
  font-family: 'Poppins';
  font-size: 24px;
  color: #e2211c;
  font-weight: bold;
}

.products_sh .cont_product *:nth-child(1) {
  padding-bottom: 5px;
}

#shop_t .products_sh {
  -webkit-box-flex: 1;
  flex-grow: 1;
}

#shop_t .shop_block {
  flex-wrap: nowrap;
}

.image_product_add_to_cart {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  overflow: hidden;
}

.image_product_add_to_cart a {
  position: absolute;
  color: #fff;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  background: #e2211c;
  width: 180px;
  padding: 15px 0px;
  text-align: center;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translate(0, 50px);
  transform: translate(0, 50px);
}

.image_product_add_to_cart a i {
  padding-right: 10px;
  margin-bottom: 2px;
}

.image_product_add_to_cart:before {
  content: '';
  display: block;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.products_sh:hover .image_product_add_to_cart:before {
  opacity: 1;
}

.star i {
  font-size: 14px;
  color: #eb9412;
}

.container .slider_namber p {
  color: rgba(0, 0, 0, 0.7);
}

.categories_s h3 {
  text-transform: uppercase;
  padding-bottom: 25px;
}

.categories_s a {
  text-decoration: none;
  color: #000;
  font-size: 16px;
  display: block;
  padding-bottom: 15px;
}

.products_post h3 {
  padding-bottom: 35px;
  text-transform: uppercase;
}

.products_post a {
  text-decoration: none;
  color: #000;
}

.products_post a .img_p,
.latest_post a .img_p {
  width: 70px;
  height: 70px;
  overflow: hidden;
  border-radius: 8px;
  -webkit-box-flex: 0;
  flex: none;
}

.products_post a img,
.latest_post a img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.products_post a:hover img,
.latest_post a:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

form {
  margin-top: 40px;
}

.rangeslider h3 {
  text-transform: uppercase;
}

#shop_t header {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url("../img/shop_block_two_l.png") no-repeat center top/cover;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img/shop_block_two_l.png") no-repeat center top/cover;
}

.shop_info_two {
  padding-top: 100px;
}

.shop_info_two .col-lg-5 img {
  width: 100%;
  border-radius: 10px;
}

.shop_info_two .button_line {
  padding: 15px 30px;
}

.shop_info_two .button_line i {
  padding-right: 10px;
}

.shop_info {
  padding-left: 35px;
}

.shop_info p {
  padding-top: 25px;
  padding-bottom: 50px;
}

.title_shop {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.title_shop span {
  font-family: 'Unna';
  font-size: 26px;
  color: #e2211c;
  font-weight: bold;
}

.star_two {
  padding-top: 15px;
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

.star_two i {
  font-size: 14px;
  color: #eb9412;
}

.container .title_sb {
  text-transform: uppercase;
  padding-bottom: 35px;
}

.related_products h2 {
  padding-top: 100px;
  padding-bottom: 40px;
}

.related_products .products_sh {
  margin-right: 20px;
}

.related_products .products_sh:last-child {
  margin-right: 0px;
}

.info_contact {
  padding-top: 100px;
}

.contact_info {
  text-align: center;
}

.contact_info .logo_about {
  padding-bottom: 50px;
}

.contact_info .up_i {
  padding-top: 5px;
  padding-bottom: 15px;
  display: block;
}

.contact_info p {
  max-width: 900px;
  margin: 0px auto;
}

.contact_info h2 {
  text-transform: uppercase;
}

#contact header {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url("../img/contact_fon_l.png") no-repeat center top/cover;
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../img/contact_fon_l.png") no-repeat center top/cover;
}

#contact .info_pha {
  margin-top: 100px;
  margin-bottom: 80px;
  overflow: visible;
}

#contact .adress_info {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: space-evenly;
  justify-content: space-evenly;
  border: 1px solid #000;
  padding-bottom: 80px;
  position: relative;
}

#contact .adress_info svg {
  position: absolute;
  top: -45px;
  z-index: 1;
}

#contact .adress_phone,
#contact .adress_map {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  position: relative;
}

#contact .adress_phone:after,
#contact .adress_map:after {
  content: '';
  position: absolute;
  top: -25px;
  display: block;
  background: #fff;
  width: 150px;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}

#contact .adress_phone svg,
#contact .adress_map svg {
  display: block;
  width: 85px;
  height: 85px;
  margin: 0 auto;
  fill: #e2211c;
}

#contact .adress_phone p,
#contact .adress_map p {
  width: 280px;
  text-align: center;
  /*padding-top: 80px;*/
}

#contact .adress_phone h3,
#contact .adress_map h3 {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 15px;
}

#contact .adress_phone span,
#contact .adress_map span {
  text-align: center;
  font-size: 12px;
  display: block;
  color: rgba(0, 0, 0, 0.7);
}

#contact .forms {
  padding-top: 80px;
  padding-bottom: 80px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url("../img/fon_reservation_l.png") no-repeat center top/cover;
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../img/fon_reservation_l.png") no-repeat center top/cover;
}

#contact .forms a {
  color: #fff;
  margin-top: 20px;
}

#contact .form {
  display: -webkit-box;
  display: flex;
}

#contact .form_text {
  width: 800px;
  padding-right: 50px;
}

#contact .form_text span {
  color: #fff;
}

#contact .form_text h2 {
  color: #fff;
  padding-top: 15px;
  padding-bottom: 25px;
}

#contact .form_text p {
  color: rgba(255, 255, 255, 0.7);
}

#contact .form_info {
  width: 600px;
}

#contact .form_info input {
  border-width: 0;
  outline: none;
  margin-right: 10px;
  margin-bottom: 10px;
  height: 40px;
  width: 295px;
  padding: 15px 15px;
  background: #fff;
  border-radius: 8px;
}

#contact .form_info .form_reserv {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  width: 600px;
  height: 100px;
  flex-wrap: wrap;
  align-content: space-between;
}

#contact .form_info textarea {
  height: 85px;
  border-width: 0;
  outline: none;
  width: 220px;
  padding: 15px 15px;
  background: #fff;
  border-radius: 8px;
  -webkit-box-flex: 0;
  flex: none;
  width: 100%;
}

#about header {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url("../img/fon_gallery_l.png") no-repeat center top/cover;
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../img/fon_gallery_l.png") no-repeat center top/cover;
}

#about .gallery {
  margin-top: 100px;
  background: rgba(0, 0, 0, 0.05);
}

#about .gallery_block {
  padding-top: 80px;
  padding-bottom: 80px;
}

#about .gallery_block .gallery_img {
  display: -webkit-box;
  display: flex;
}

#about .gallery_block .gallery_img > * {
  padding: 0px;
  margin-right: 30px;
}

#about .gallery_block .gallery_img > *:last-child {
  margin-right: 0px;
}

#about .gallery_block .gallery_img a {
  -webkit-box-flex: 1;
  flex-grow: 1;
  padding-right: 20px;
}

#about .gallery_block .gallery_img a:last-child {
  padding-right: 0px;
}

#about .gallery_block .gallery_img a img {
  width: 100%;
}

#about .gallery_block h2 {
  padding-top: 15px;
  padding-bottom: 25px;
}

#about .image_f {
  background: rgba(0, 0, 0, 0);
  margin-top: 100px;
}

#about .img_info {
  display: -webkit-box;
  display: flex;
  padding-top: 40px;
  padding-bottom: 40px;
}

#about .img_info .img_i {
  background: url("../img/foodinfo_l.png") no-repeat center top/cover;
  display: block;
  width: 100%;
  height: 400px;
  position: relative;
  margin-bottom: 50px;
  border-radius: 8px;
}

#about .img_info .img_i::before {
  content: "";
  display: block;
  position: absolute;
  height: 400px;
  width: calc(100% + 20px);
  border: 2px solid rgba(0, 0, 0, 0.9);
  border-radius: 8px;
  left: 25px;
  top: 45px;
  z-index: -1;
}

#about .img_fi {
  padding-left: px;
}

#about .img_fi p {
  line-height: 27px;
  padding-bottom: 70px;
}

#about .img_fi h2 {
  padding-top: 20px;
  padding-bottom: 25px;
}

#about .reserv_i {
  margin-top: 100px;
  margin-bottom: 100px;
}

#about .reserv_i h2 {
  color: rgba(0, 0, 0, 0.9);
  text-transform: uppercase;
  font-size: 26px;
  -webkit-box-ordinal-group: 3;
  order: 2;
  -webkit-box-flex: 1;
  flex: auto;
}

#about .reserv_i a {
  -webkit-box-flex: 0;
  flex: none;
  -webkit-box-ordinal-group: 3;
  order: 2;
}

#about .reserv_i .but_right_align {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
  justify-content: flex-end;
}

#about .information_ab {
  text-align: center;
  padding-top: 100px;
  padding-bottom: 100px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url("../img/fon_about_two_l.png") no-repeat center top/cover;
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../img/fon_about_two_l.png") no-repeat center top/cover;
}

#about .information_ab span {
  color: #fff;
}

#about .information_ab h2 {
  color: #fff;
  padding-top: 15px;
  padding-bottom: 25px;
  text-transform: uppercase;
}

#about .information_ab p {
  color: rgba(255, 255, 255, 0.8);
}

/* -----------------------------------------------------------------------
	// navigation - home 2
	Buttons
	Header
	Services
	Min_info
	Team
	Menu
----------------------------------------------------------------------- */
/* Buttons */
#home_two {
  /*  Header - home 2 */
  /* Block 1 - home 2 - Services */
  /* Block 2 - home 2 - Min_info */
  /* Block 4 - home 2 - Team */
  /* Block 5 - home 2 - Menu */
}

#home_two .button_line {
  color: #000;
  border: 2px solid #A5C63F;
}

#home_two .button_line:hover {
  color: #fff;
  background: #A5C63F;
}

#home_two .button_fill {
  background: #A5C63F;
  border: 2px solid #A5C63F;
}

#home_two .button_fill:hover {
  background: none;
  border: 2px solid #A5C63F;
  color: #000;
}

#home_two header {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.01)), to(rgba(0, 0, 0, 0.01))), url("../img/fon_two_l.png") no-repeat center top/cover;
  background: linear-gradient(rgba(0, 0, 0, 0.01), rgba(0, 0, 0, 0.01)), url("../img/fon_two_l.png") no-repeat center top/cover;
  background: none;
}

#home_two header img {
  margin: 0 auto;
  display: block;
  padding-top: 40px;
  padding-bottom: 40px;
}

#home_two .l_m_global {
  background: rgba(255, 255, 255, 0.6);
  height: 80px;
}

#home_two .l_m {
  height: 80px;
  display: block;
}

#home_two .menu {
  -webkit-box-pack: center;
  justify-content: center;
}

#home_two .menu a:hover {
  color: #A5C63F;
}

#home_two .menu i {
  color: rgba(0, 0, 0, 0.7);
}

#home_two .menu i:hover {
  color: #A5C63F;
}

#home_two .menu li.active {
  border-bottom: 2px solid #A5C63F;
}

#home_two .menu_mega .sub_menu .sub_s_m h5 {
  color: #A5C63F;
}

#home_two .flex_center {
  height: calc(100vh - 200px);
}

#home_two .title h1 {
  color: rgba(0, 0, 0, 0.9);
  text-transform: uppercase;
  padding-bottom: 80px;
  padding-top: 40px;
}

#home_two .title span {
  background: none;
  color: rgba(0, 0, 0, 0.5);
}

#home_two .l_m a {
  color: rgba(0, 0, 0, 0.9);
}

#home_two .title a {
  background: #A5C63F;
  border: 2px solid #A5C63F;
  color: #fff;
}

#home_two .bottom_info {
  -webkit-box-pack: center;
  justify-content: center;
}

#home_two .button_sl {
  -webkit-box-align: center;
  align-items: center;
  min-width: 170px;
}

#home_two .slider_namber {
  padding-right: 30px;
  right: 0;
  left: 0;
  -webkit-box-pack: center;
  justify-content: center;
  width: 98px;
  margin: 0 auto;
}

#home_two .slider_namber span {
  color: rgba(0, 0, 0, 0.5);
}

#home_two .slider .slider_namber .swiper-pagination-bullet-active {
  color: #A5C63F;
}

#home_two .button_sl .icon_right {
  background: url("../img/icons/icon_slider_three.svg") no-repeat center top/cover;
}

#home_two .button_sl .icon_left {
  background: url("../img/icons/icon_slider_left_three.svg") no-repeat center top/cover;
}

#home_two .button_sl .active {
  color: #000;
}

#home_two .title_t {
  display: block;
  text-align: center;
}

#home_two .title_t span, #home_two .title_t h2 {
  width: auto;
}

#home_two .title_t h2 {
  padding-top: 20px;
  text-align: center;
  margin: 0 auto;
}

#home_two .services {
  text-align: center;
}

#home_two .services .icon_s {
  display: inline-block;
  width: 85px;
  height: 85px;
  fill: #A5C63F;
}

#home_two .info_block_img {
  background: rgba(0, 0, 0, 0.05);
}

#home_two .info_block_img .col-lg-4 {
  padding: 0px;
}

#home_two .info_block_img .col-lg-8 {
  padding: 0px;
}

#home_two .info_vb {
  padding: 100px 35px;
  padding-left: 0px;
}

#home_two .info_vb h2 {
  padding-top: 25px;
  padding-bottom: 30px;
  text-transform: uppercase;
}

#home_two .img_visit_b .image_visit {
  background: url("../img/img_visit_us_l.png") no-repeat center top/cover;
  width: 100%;
  height: 390px;
  display: block;
}

#home_two .img_block_vt {
  background: url("../img/img_visit_block_two_l.png") no-repeat center top/cover;
  width: 100%;
  height: 390px;
  display: block;
}

#home_two .info_two_visit {
  display: -webkit-box;
  display: flex;
}

#home_two .info_button_visit {
  padding-top: 100px;
  text-align: center;
  padding: 70px 20px;
}

#home_two .info_button_visit p {
  padding-top: 25px;
  padding-bottom: 50px;
}

#home_two .team:before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url("../img/ourteam_two_version_l.png") no-repeat center top/cover;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img/ourteam_two_version_l.png") no-repeat center top/cover;
}

#home_two .icon_social i {
  color: #A5C63F;
  border: 2px solid #A5C63F;
}

#home_two .icon_social i:hover {
  background: #A5C63F;
  color: #fff;
}

#home_two .menu_block_two {
  padding-top: 100px;
}

#home_two .menu_block_two h2 {
  padding-top: 25px;
  padding-bottom: 100px;
}

#home_two .menu_info_block {
  text-align: center;
}

#home_two .menu_information {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
}

#home_two .menu_information .img_text_menu {
  padding-bottom: 0px;
}

#home_two .menu_information .img_text_menu:not(:nth-last-child(-n+2)) {
  padding-bottom: 50px;
}

#home_two .menu_block_two .button_line {
  margin: 0 auto;
}

#home_two .img_text_menu {
  display: -webkit-box;
  display: flex;
  max-width: 530px;
}

#home_two .img_text_menu img {
  width: 85px;
  height: 85px;
}

#home_two .img_text_menu span {
  color: #A5C63F;
  font-family: 'Unna';
  font-size: 26px;
  font-weight: 700;
}

#home_two .logo img {
  box-sizing: initial;
}

/* -----------------------------------------------------------------------
	// navigation - home 3
	Buttons
	Navigation
	Welcome
	Visit_info
	Services
	Team
	Hours
	Menu
----------------------------------------------------------------------- */
#home_three {
  /* Buttons */
  /* Navigation */
  /*  Header - home 3 */
  /* Block 1 - home 3 - Welcome */
  /* Block 2 - home 3 - Visit_info */
  /* Block 3 - home 3 - Services */
  /* Block 4 - home 3 - Team */
  /* Block 5 - home 3 - Hours */
  /* Block 6 - home 3 - Menu */
}

#home_three .button_line {
  color: #000;
  border: 2px solid #E34040;
}

#home_three .button_line:hover {
  color: #fff;
  background: #E34040;
}

#home_three .logo_mobile {
  display: none;
}

#home_three .menu {
  -webkit-box-pack: justify;
  justify-content: space-between;
  width: 750px;
}

#home_three .menu li {
  margin-left: 0px;
  margin-right: 30px;
}

#home_three .menu li:last-child {
  margin-right: 0px;
}

#home_three .menu li.active {
  border-bottom: 2px solid #E34040;
}

#home_three .menu li .sub_menu li a {
  color: #000;
}

#home_three .menu li .sub_menu li a:hover {
  color: #E34040;
}

#home_three .menu_lr {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  height: 100%;
}

#home_three .l_m .menu {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

#home_three .menu_mega .sub_menu .sub_s_m h5 {
  color: #E34040;
}

#home_three .l_m_global {
  border-bottom: none;
}

#home_three .menu .shop_cart {
  margin-left: 0px;
}

#home_three .food_list .button_line {
  color: #fff;
}

#home_three .l_m {
  -webkit-box-pack: center;
  justify-content: center;
}

#home_three .menu i:hover {
  color: #E34040;
}

#home_three header {
  width: 100%;
  height: 100vh;
  position: relative;
}

#home_three .bottom_info {
  -webkit-box-pack: center;
  justify-content: center;
}

#home_three .button_sl {
  -webkit-box-align: center;
  align-items: center;
  min-width: 170px;
}

#home_three .slider_namber {
  padding-right: 30px;
  right: 0;
  left: 0;
  -webkit-box-pack: center;
  justify-content: center;
  width: 98px;
  margin: 0 auto;
}

#home_three .slider .slider_namber .swiper-pagination-bullet-active {
  color: #E34040;
}

#home_three .button_sl .icon_right {
  background: url("../img/icons/icon_read.svg") no-repeat center top/cover;
}

#home_three .title {
  top: calc(50% - 200px);
}

#home_three .title h1 {
  text-transform: uppercase;
  padding-top: 35px;
}

#home_three .title span {
  background: none;
  position: relative;
  display: inline-block;
}

#home_three .title span::before {
  content: "";
  position: absolute;
  width: calc(100% - 8px);
  height: 1px;
  display: block;
  background: rgba(255, 255, 255, 0.5);
  bottom: 0px;
}

#home_three .title span::after {
  content: "";
  position: absolute;
  width: calc(100% - 8px);
  height: 1px;
  display: block;
  background: rgba(255, 255, 255, 0.5);
  top: 0px;
}

#home_three .welcome {
  padding-top: 100px;
  padding-bottom: 80px;
}

#home_three .welcome_pizza {
  text-align: center;
}

#home_three .welcome_pizza .up_i {
  padding-top: 25px;
  display: inline-block;
  position: relative;
}

#home_three .welcome_pizza span::before {
  content: "";
  position: absolute;
  width: calc(100% - 8px);
  height: 1px;
  display: block;
  background: rgba(0, 0, 0, 0.5);
  bottom: -10px;
}

#home_three .welcome_pizza p {
  max-width: 480px;
  margin: 0 auto;
  padding-top: 30px;
}

#home_three .welcome_pizza h2 {
  text-transform: uppercase;
}

#home_three .visit_b {
  background: rgba(0, 0, 0, 0.05);
  padding: 50px 0px;
  display: block;
}

#home_three .visit_block .visit_img {
  padding: 0px;
  height: auto;
  position: relative;
}

#home_three .visit_block .visit_img img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
}

#home_three .visit_text {
  background: #fff;
  padding: 50px;
}

#home_three .visit_text h2 {
  text-transform: uppercase;
  padding-bottom: 20px;
  padding-top: 25px;
}

#home_three .visit_text span {
  padding-top: 80px;
  position: relative;
}

#home_three .visit_text span::before {
  content: "";
  position: absolute;
  width: calc(100% - 8px);
  height: 1px;
  display: block;
  background: rgba(0, 0, 0, 0.5);
  bottom: -10px;
}

#home_three .visit_text p {
  max-width: 475px;
  margin-bottom: 55px;
}

#home_three .visit_text .button_line {
  border: 2px solid #E34040;
}

#home_three .services {
  text-align: center;
}

#home_three .services .icon_s {
  display: inline-block;
  width: 85px;
  height: 85px;
  fill: #E34040;
}

#home_three .title_t .text_color {
  color: #E34040;
}

#home_three .title_t .text_color:before {
  display: none;
}

#home_three .title_t span {
  position: relative;
}

#home_three .title_t span::before {
  content: "";
  position: absolute;
  width: calc(100% - 8px);
  height: 1px;
  display: block;
  background: rgba(0, 0, 0, 0.5);
  bottom: -10px;
  left: 0;
}

#home_three .line {
  width: 400px;
}

#home_three .team:before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url("../img/pizza_fon_ourteam_l.png") no-repeat center top/cover;
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../img/pizza_fon_ourteam_l.png") no-repeat center top/cover;
}

#home_three .icon_social i {
  color: #E34040;
  border: 2px solid #E34040;
}

#home_three .icon_social i:hover {
  background: #E34040;
  color: #fff;
}

#home_three .menu li:hover a {
  color: #E34040;
}

#home_three .button_line:hover {
  color: #fff;
  background: #E34040;
}

#home_three .our_t span {
  position: relative;
  display: inline-block;
}

#home_three .our_t span::before {
  content: "";
  position: absolute;
  width: calc(100% - 8px);
  height: 1px;
  display: block;
  background: #fff;
  bottom: -10px;
}

#home_three .reserve .container span {
  position: relative;
  display: inline-block;
}

#home_three .reserve .container span::before {
  content: "";
  position: absolute;
  width: calc(100% - 8px);
  height: 1px;
  display: block;
  background: rgba(0, 0, 0, 0.5);
  bottom: -10px;
}

#home_three .button_fill {
  background: #E34040;
  border: 2px solid #E34040;
}

#home_three .button_fill:hover {
  background: none;
  border: 2px solid #E34040;
  color: #000;
}

#home_three .menu_fl .container {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

#home_three .bg_menu_fl_block {
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7)));
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7));
  height: 400px;
  width: 100%;
  display: block;
  z-index: -1;
}

#home_three .bg_menu_fl_block::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: rgba(0, 0, 0, 0.6);
}

#home_three .flex_food_menu {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

#home_three .food_list {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}

#home_three .food_list .col-lg-3 {
  padding: 0;
}

#home_three .food_menu {
  padding-top: 100px;
}

#home_three .food_menu span {
  color: #fff;
  display: block;
}

#home_three .food_menu h2 {
  color: #fff;
  padding-top: 25px;
  padding-bottom: 80px;
}

#home_three .list_img {
  font-size: 0;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  height: 280px;
}

#home_three .list_text {
  padding: 40px;
}

#home_three .list_text h3 {
  padding-bottom: 25px;
}

#home_three .menu_fl .container .button_line {
  margin: 0 auto;
  margin-top: 80px;
  margin-bottom: 80px;
}

#home_three .food_menu span {
  position: relative;
  display: inline-block;
}

#home_three .food_menu span::before {
  content: "";
  position: absolute;
  width: calc(100% - 8px);
  height: 1px;
  display: block;
  background: #fff;
  bottom: -10px;
}

#home_three .food_menu .up_i {
  display: inline-block;
}

#home_three .menu_fl:before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url("../img/Pizza_fon_menu_l.png") no-repeat center top/cover;
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../img/Pizza_fon_menu_l.png") no-repeat center top/cover;
}

@media screen and (max-width: 1200px) {
  .visit_block .visit_img {
    width: 100%;
    height: 100%;
  }
  .list_text {
    width: 242px;
  }
  .img_info .img_i::before {
    width: 100%;
  }
  .gallery_block .gallery_img {
    display: -webkit-box;
    display: flex;
  }
  .products_shop {
    padding-right: 0px;
  }
  aside {
    border-left: none;
    padding-left: 0px;
    margin-top: 70px;
    display: -webkit-box;
    display: flex;
  }
  .products_post h3,
  .tags h3 {
    padding-top: 0px;
  }
  .left_sidebar main {
    padding-left: 0px;
  }
  .left_sidebar aside {
    padding-right: 0px;
    border-right: none;
  }
  .left_sidebar .item_widget {
    margin-bottom: 0px;
  }
  #home_two .info_block_img .container {
    max-width: none;
    width: 100%;
  }
  #home_two .info_block_img .info_vb {
    padding-left: 40px;
  }
}

@media screen and (max-width: 991px) {
  #menu_icon {
    color: #fff;
    z-index: 999;
    position: absolute;
    display: block;
  }
  .logo_mobile {
    display: block;
  }
  .menu_state_open {
    display: -webkit-box !important;
    display: flex !important;
  }
  .l_m {
    position: initial;
  }
  .menu,
  .menu_lr {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    height: 100%;
  }
  .menu {
    width: 100% !important;
    height: 100vh;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.95);
    display: none;
  }
  .menu li {
    position: relative;
  }
  .menu .sub_menu {
    width: 100% !important;
  }
  .menu .sub_menu h5 {
    text-align: center;
  }
  #home_two nav > li > a {
    color: #fff !important;
  }
  #home_three .menu_lr {
    width: 100%;
    -webkit-box-align: normal;
    align-items: normal;
  }
  .menu li {
    margin: 0;
    padding: 20px;
    width: 100%;
    -webkit-box-pack: center;
    justify-content: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }
  .menu li a {
    text-align: center;
  }
  .menu i {
    display: none;
  }
  .menu img {
    display: none;
  }
  .img_fi p {
    max-width: 300px;
  }
  .menu_information .img_text_menu {
    padding-bottom: 50px;
  }
  .menu_information {
    -webkit-box-pack: center;
    justify-content: center;
  }
  .menu_block_two .button_line {
    margin-top: 10px;
  }
  .bottom_info {
    width: 100%;
    padding: 0 15px;
  }
  .awards_img {
    padding-top: 30px;
  }
  .awards_block {
    position: relative;
  }
  .i_phone, .i_adress {
    padding-right: 20px;
  }
  .swiper-pagination {
    display: none;
  }
  .our_block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .info_block {
    width: 100%;
    margin-bottom: 20px;
  }
  .logos {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
  }
  .info_one_visit,
  .info_two_visit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .info_one_visit .img_visit_b {
    display: none;
  }
  .img_block_vt {
    width: 100%;
  }
  .info_button_visit p {
    margin: 0 auto;
    width: 100%;
  }
  .info_vb {
    width: 100%;
    text-align: center;
    padding-bottom: 50px;
  }
  #home_two .l_m_global {
    position: absolute;
    top: 0px;
    background: none;
    border: none;
  }
  #home_two .l_m {
    position: initial;
  }
  #home_two #menu_icon {
    color: #000;
    z-index: 999;
  }
  .list_img,
  .list_text,
  .line {
    width: 100%;
  }
  .services h3 {
    font-size: 22px;
    line-height: 32px;
  }
  .title_t .line {
    margin-bottom: 70px;
  }
  .title_t .col-lg-4 {
    padding-bottom: 30px;
  }
  .img_info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .img_info .img_i::before {
    width: 550px;
  }
  .img_fi {
    padding: 0px;
    padding-top: 100px;
  }
  .img_fi,
  .img_fi h2,
  .img_fi p {
    width: 100%;
    max-width: 100%;
  }
  .img_inf_n .img_info {
    padding: 100px 30px;
  }
  .form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .form_info {
    margin-top: 50px;
  }
  .shop_two {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .shop_info {
    padding-left: 0px;
    padding-top: 30px;
  }
  .large_blog .blog_post {
    display: block;
  }
  .large_blog .post_image {
    max-width: 100%;
    margin-bottom: 30px;
  }
  .large_blog iframe {
    max-width: 100%;
    margin-bottom: 30px;
  }
  .large_blog .video_b_post {
    width: 100%;
    margin-bottom: 30px;
  }
  .large_blog .info_post_b {
    margin-left: 0px;
  }
  .logos_p img {
    width: 100%;
    margin-bottom: 25px;
  }
  .footer_contact {
    padding-bottom: 30px;
  }
  .img_visit_b {
    display: none;
  }
  .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .data_ci {
    padding-top: 30px;
    padding-bottom: 25px;
  }
  #home_two .swiper-pagination, #home_three .swiper-pagination {
    display: block !important;
  }
  #contact .form_info {
    width: 100%;
  }
  #contact .form_info .form_reserv {
    width: 100%;
  }
  #contact .form_info input {
    width: calc(50% - 5px);
  }
  #contact .adress_map {
    margin-top: 100px;
  }
  .info_title p {
    width: 100%;
    max-width: none;
  }
  .team .info_block p {
    padding: 0 35px;
  }
}

@media screen and (max-width: 768px) {
  .title h1 {
    padding-top: 15px;
    font-size: 52px;
    line-height: 58px;
  }
  header.home h1 {
    font-size: 48px;
  }
  h2 {
    font-size: 36px;
    line-height: 46px;
  }
  .img_inf_n .bg_inf_p.bg_products {
    height: 350px;
  }
  .services,
  .title_t {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    text-align: center;
    -webkit-box-pack: center;
    justify-content: center;
  }
  .service_b {
    padding-bottom: 50px;
  }
  .title_t span {
    width: auto;
    padding-bottom: 20px;
  }
  .title_t h2 {
    padding-top: 15px;
  }
  .services_item {
    padding-bottom: 50px;
  }
  .services i {
    margin: 0 auto;
  }
  .logos_p .col-6 {
    padding: 0;
  }
  .logos img:nth-last-child(-n+3) {
    padding-top: 50px;
  }
  .info_title p {
    width: 100%;
  }
  .awards_block {
    padding: 100px 15px;
  }
  .awards_inf {
    padding-bottom: 50px;
  }
  .awards_img img {
    padding-left: 0px;
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .img_text_menu img {
    display: block;
  }
  .footer_contact p {
    font-size: 12px;
  }
  .gallery_block .gallery_img {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .gallery_block .gallery_img a {
    padding-right: 0px;
    padding-top: 20px;
  }
  .reservation_b {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    text-align: center;
  }
  .reservation_b h2 {
    padding-bottom: 20px;
  }
  .img_info .img_i,
  .img_info {
    width: 100%;
  }
  #about .img_info .img_i::before {
    display: none;
  }
  #about .img_fi {
    padding: 0px;
  }
  .form_info {
    flex-wrap: wrap;
  }
  .form_info input {
    width: 50%;
  }
  .form_info input:nth-child(2n) {
    margin-right: 0px;
  }
  .form_info textarea {
    width: calc(100%);
  }
  .form_reserv {
    display: -webkit-box;
    display: flex;
    width: 100%;
  }
  .forms {
    padding-bottom: 160px;
  }
  .star_s {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  aside {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .products_sh h3 {
    font-size: 21px;
  }
  .left_sidebar .item_widget {
    margin-bottom: 30px;
  }
  .footer_contact {
    padding-bottom: 30px;
  }
  .visit_block img {
    display: none;
  }
  .adress_info {
    display: block;
  }
  .reserv_i h2 {
    padding-bottom: 30px;
  }
  .contact {
    display: none;
  }
  .bottom_info {
    position: absolute;
    width: 100%;
    left: 0;
    box-sizing: border-box;
  }
  .bottom_info .slider {
    width: 100%;
  }
  .bottom_info .button_sl {
    left: 0;
    right: 0;
    margin-right: auto;
    margin-left: auto;
  }
  .img_text_menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    text-align: center;
  }
  .img_text_menu img {
    margin: 0 auto;
    margin-bottom: 10px;
  }
  .img_text_menu .info_title {
    padding: 0px;
  }
  .img_text_menu .info_title p {
    max-width: 100%;
    padding-bottom: 10px;
  }
  #single_post .review_block img, #single_post .commentar img {
    width: 60px;
    height: 60px;
  }
}

@media screen and (max-width: 320px) {
  #single_post .title_cat {
    text-align: left;
  }
  .icon_ns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .icon_ns .star {
    margin-top: 20px;
  }
  .title {
    padding: 0px 10px;
  }
  .title p {
    padding-top: 15px;
  }
  .title h1 {
    font-size: 48px;
    line-height: 58px;
  }
  .name_blog {
    display: none;
  }
  .sidebar .col-lg-12 {
    padding: 0;
  }
  .data_cat {
    display: none;
  }
  #about .img_fi {
    padding: 0px;
  }
  #about .img_info .img_i::before {
    display: none;
  }
    .logo img{
        width: 160px;
    }
}

@media screen and (max-width: 500px) {
    .logo img {
    height: 50px;
}
    .l_m_global{
        margin: 50px 0px 0px 10px;
    }
    .homresp img{
        width: 100%;
        height: auto;
    }
    .lineuste img{
        width: 60%;
        height: auto;
    }
}

@media screen and (min-width: 500px) {
    .logo img {
    height: 70px;
}
    /*.l_m_global{
        margin: 50px 0px 0px 10px;
    }*/
    
   
}

.dropbtn {
  background-color: #d91c24;
  color: white;
  padding: 16px;
    border-radius: 25px;
  font-size: 16px;
  border: none;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {background-color: #ddd;}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {background-color: #b21622;}

@media only screen and (max-width: 600px) {
  .menu a {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
}

.accordion-menu a{
    text-decoration: none;
}

.accordion-menu a:hover{
  color: #FF0000;
    text-decoration: none;
}

.urunbaslik h2 h3{
    font-family: "Poppins";
    font-size: 40px;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.9);
    line-height: 52px;
}

.katgorsel img{
    width: 100%;
    height: auto;
    margin-bottom: 40px;
}

.line1{
    background: url(../img/homebaslik/line.png);
    width: 440px;
    height: auto;
    z-index: -9999;
}

.lineuste{
    margin-bottom: -60px;
}

.lineuste2{
    margin-bottom: -30px;
    margin-top: -30px;
    padding-left: 150px;
}

.lineuste3{
    margin-bottom: -10px;
    margin-top: -25px;
    margin-left: -75px;
}

.altmenu span{
    font-size: 26px;
    color: rgba(0, 0, 0, 0.9);
    font-weight: 500;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
