@import "../css/reset.css";
.ptseriffont {
  font-family: 'PT Serif', serif;
}
body {
  font-family: 'Raleway', sans-serif;
  background-color: #fff9e7;
}
body .container {
  background: #fff9e7 url("../img/backgroundBody.jpg") no-repeat bottom right;
}
.wrapper {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}
.header_top {
  width: 100%;
  min-height: 48px;
  background: #ff742b;
  background: linear-gradient(#ff8331, #ff6626);
}
.header_top .inner_header {
  display: flex;
  align-items: center;
  height: 47px;
}
.header_top .inner_header .logo {
  align-self: flex-end;
}
.header_top .inner_header .logo img {
  display: block;
}
.header_top .inner_header .main_navigation {
  flex-grow: 2;
}
.header_top .inner_header .main_navigation .fa-bars {
  display: none;
}
.header_top .inner_header .header_cart {
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  color: #ffffff;
}
.header_top .inner_header .header_cart .cart_counter {
  border-right: 1px dotted rgba(255, 255, 255, 0.2);
  padding-left: 10px;
  padding-right: 5px;
}
.header_top .inner_header .header_cart i {
  color: #ffd82a;
}
.header_top .inner_header .header_cart a.ptseriffont {
  font-style: italic;
  color: #ffd82a;
  font-size: 14px;
}
.header_top .inner_header nav {
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.header_top .inner_header nav > ul {
  font-size: 0;
}
.header_top .inner_header nav > ul > li {
  display: inline-block;
  font-size: 12px;
  margin: 0 17px;
  border: 2px solid transparent;
  position: relative;
}
.header_top .inner_header nav > ul > li ul.sub-menu {
  display: none;
  z-index: 9;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #ffffff;
  box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.07);
}
.header_top .inner_header nav > ul > li ul.sub-menu::before {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 4.5px 5px 4.5px;
  border-color: transparent transparent #FFf transparent;
  position: absolute;
  top: -5px;
  left: 34px;
}
.header_top .inner_header nav > ul > li ul.sub-menu li {
  margin: 0 25px;
}
.header_top .inner_header nav > ul > li ul.sub-menu li:hover {
  border-color: transparent;
}
.header_top .inner_header nav > ul > li ul.sub-menu li:hover a {
  color: #ff742b;
}
.header_top .inner_header nav > ul > li ul.sub-menu li a {
  color: #7b7a79;
}
.header_top .inner_header nav > ul > li:hover {
  border-top: 2px solid #ffd82a;
}
.header_top .inner_header nav > ul > li:hover ul.sub-menu {
  display: block;
}
.header_top .inner_header nav > ul > li:hover a {
  color: #ffd82a;
}
.header_top .inner_header nav > ul > li a {
  color: #ffffff;
  text-decoration: none;
  line-height: 46px;
  display: block;
}
.home_slider {
  position: relative;
}
.home_slider ul.slick-dots {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -40px;
  margin-left: 40px;
}
.home_slider ul.slick-dots button {
  margin: 0;
  padding: 0;
  background: rgba(0, 0, 0, 0.1);
  border: none;
  border-radius: 100%;
  width: 10px;
  height: 10px;
  font-size: 0;
  margin-bottom: 24px;
}
.home_slider ul.slick-dots li.slick-active button {
  background: rgba(0, 0, 0, 0.4);
}
.home_slider .slide {
  padding-top: 100px;
  background-position: center center;
  background-size: cover;
  height: 650px;
  box-sizing: border-box;
}
.home_slider .slide .slide_title {
  font-family: 'Fredoka One', cursive;
  font-size: 68px;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  text-shadow: 7px 7px 0 rgba(0, 0, 0, 0.1);
  line-height: 82px;
}
.home_slider .slide .slide_data {
  display: flex;
  align-items: center;
  padding-bottom: 35px;
}
.home_slider .slide .slider_decription {
  color: #ffffff;
  width: 37%;
  z-index: 2;
  padding-left: 90px;
  box-sizing: border-box;
}
.home_slider .slide .slider_decription .data_type {
  display: block;
  color: #ffd82a;
  font-family: 'Fredoka One', cursive;
  font-size: 24px;
  margin-bottom: 25px;
  line-height: 24px;
}
.home_slider .slide .slider_decription p.data_discription {
  font-family: 'Raleway', sans-serif;
  font-size: 12px;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 20px;
}
.home_slider .slide .slider_decription .date_cite {
  font-size: 23px;
  font-family: 'PT Serif', serif;
  font-style: italic;
  line-height: 28px;
}
.home_slider .slide .imege_price {
  width: 50%;
  margin-left: -60px;
  z-index: 1;
  position: relative;
}
.home_slider .slide .imege_price .slide_price {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -71px;
  width: 143px;
  height: 143px;
  background-color: #4ba321;
  color: #ffd82a;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home_slider .slide .imege_price .slide_price span {
  font-size: 54px;
  font-family: 'Fredoka One', cursive;
  text-shadow: 7px 7px 0 rgba(0, 0, 0, 0.1);
}
section.about_us {
  padding: 30px 0 50px 0;
  box-sizing: border-box;
  text-align: center;
}
section.about_us h1.title {
  color: #a07258;
  font-size: 54px;
  font-family: 'Fredoka One', cursive;
  display: inline-block;
  border-bottom: 1px solid rgba(160, 114, 88, 0.3);
  margin-bottom: 25px;
  line-height: 90px;
}
section.about_us span.suptitle {
  display: block;
  color: #a07258;
  font-size: 23px;
  font-family: 'PT Serif', serif;
  padding: 0 10%;
  line-height: 1.4;
  margin-bottom: 40px;
}
section.about_us p.description {
  font-size: 12px;
  color: #a07258;
  padding: 0 12%;
  line-height: 18px;
}
section.search_box {
  margin-bottom: 60px;
}
section.search_box form.search {
  display: flex;
}
section.search_box form.search input[type="text"] {
  border: 0;
  margin: 0;
  padding: 0;
  width: calc(100% - 181px);
  height: 78px;
  border: 3px solid #ffeb90;
  border-right: 3px solid #fff;
  font-size: 22px;
  color: #a07258;
  font-family: 'PT Serif', serif;
  padding-left: 25px;
  padding-right: 25px;
  box-sizing: border-box;
}
section.search_box form.search input[type="text"]::placeholder {
  font-weight: bold;
  opacity: 0.3;
  color: #a07258;
}
section.search_box form.search button[type="submit"] {
  background: linear-gradient(#ff6a21, #ff4716);
  color: white;
  font-size: 22px;
  font-family: 'Fredoka One', cursive;
  height: 78px;
  width: 181px;
  border: 0;
  margin: 0;
  padding: 0;
  right: 0;
  border-bottom: 3px solid #e94415;
}
section.search_box form.search button[type="submit"] i {
  color: #ffd82a;
}
section.search_box form.search button[type="submit"]:hover {
  cursor: pointer;
  background: linear-gradient(#ff4716, #ff6a21);
  border-bottom: 3px solid #ee5124;
}
.info_box .info_align {
  display: flex;
  align-items: stretch;
}
.info_box .video_box {
  width: 50%;
  background: #000;
  color: #ffffff;
  padding: 35px 0;
}
.info_box .video_box img {
  max-width: 100%;
  height: auto;
  opacity: 0.5;
}
.info_box .video_box figure {
  position: relative;
}
.info_box .video_box figure figcaption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.info_box .video_box figure figcaption a {
  color: inherit;
}
.info_box .video_box figure figcaption a:hover {
  color: #ff742b;
}
.info_box .video_box figure figcaption .play_icon {
  width: 90px;
  height: 90px;
  text-align: center;
  line-height: 90px;
  font-size: 60px;
  display: block;
}
.info_box .video_box figure figcaption .title_data .video_title {
  font-size: 33px;
  font-family: 'Fredoka One', cursive;
  margin-bottom: 5px;
}
.info_box .video_box figure figcaption .title_data .video_subtitle {
  font-size: 12px;
}
.info_box .author_box {
  position: relative;
  width: 50%;
  background: url("/assets/img/men.png") no-repeat;
  background-color: #5ead2c;
  background-position: right bottom;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.info_box .author_box i.fa-quote-left {
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0.1);
  font-size: 110px;
  margin-top: 35px;
  margin-left: -26px;
}
.info_box .author_box .data_author {
  color: #FFf;
  margin-left: 60px;
  max-width: 220px;
}
.info_box .author_box .data_author span.author_name {
  display: block;
  font-family: 'PT Serif', serif;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 12px;
}
.info_box .author_box .data_author span.author_prof {
  display: block;
  font-size: 12px;
  color: #b8ece8;
  margin-bottom: 16px;
}
.info_box .author_box .data_author .author_discription {
  font-family: 'PT Serif', serif;
  font-style: italic;
  font-size: 13px;
  line-height: 24px;
  margin-bottom: 0;
}
.shop_slider .top_title_line {
  min-height: 81px;
  background: linear-gradient(#ff6c22, #ff4616);
  display: flex;
  align-items: center;
}
.shop_slider .top_title_line .shop_slider_navigation {
  display: flex;
  align-items: stretch;
}
.shop_slider .top_title_line .shop_slider_navigation .left,
.shop_slider .top_title_line .shop_slider_navigation .right {
  width: 55px;
  height: 100%;
  background: #eb4516;
  color: #ffcaae;
  text-align: center;
  line-height: 81px;
  border-right: 1px solid #df4115;
}
.shop_slider .top_title_line .shop_slider_navigation .left:hover,
.shop_slider .top_title_line .shop_slider_navigation .right:hover {
  background-color: #e03e10;
  color: white;
  cursor: pointer;
}
.shop_slider .top_title_line .shop_box_title {
  flex-grow: 1;
  text-align: center;
  color: #ffffff;
  font-family: 'Fredoka One', cursive;
  font-size: 43px;
}
.shop_slider .top_title_line .shop_categary {
  font-size: 14px;
  font-family: 'PT Serif', serif;
  color: #ffd82a;
  padding-right: 28px;
}
.shop_slider .top_title_line .shop_categary span {
  color: white;
  text-transform: uppercase;
  font-size: 14px;
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  border-bottom: 1px dashed white;
  cursor: pointer;
}
.shop_slider .top_title_line .shop_categary span i {
  font-size: 8px;
}
.shop_slider .shop_carusel {
  background: #ffffff;
  display: flex;
}
.shop_slider .shop_carusel .item {
  width: 25%;
  box-sizing: border-box;
  border-right: 1px solid #f8f4f3;
  max-height: 425px;
  overflow: hidden;
}
.shop_slider .shop_carusel .item:hover .item_imege {
  margin-top: -70px;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.shop_slider .shop_carusel .item .item_imege {
  min-height: 273px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.shop_slider .shop_carusel .item h4.item_imege {
  color: #686868;
  font-size: 12px;
  text-align: center;
  padding: 10px 0;
}
.shop_slider .shop_carusel .item .item_prace {
  padding: 20px 0;
  display: block;
  font-size: 25px;
  color: black;
  font-family: 'Fredoka One', cursive;
  text-align: center;
}
.shop_slider .shop_carusel .item a.item_battum {
  display: block;
  width: 100%;
  height: 67px;
  line-height: 67px;
  border-bottom: 3px solid #e7301e;
  background: linear-gradient(#f74f30, #f33521);
  font-family: 'Fredoka One', cursive;
  font-size: 28px;
  color: white;
  text-align: center;
  text-decoration: none;
}
.shop_slider .shop_carusel .item a.item_battum i {
  color: #ffd82a;
  font-size: 25px;
}
.information_box .banana_box {
  background: url('/assets/img/backgroundBanannes.jpg') no-repeat center center;
  background-size: cover;
  width: 100%;
  min-height: 516px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.information_box .banana_box h3.title_box {
  font-size: 43px;
  line-height: 43px;
  font-family: 'Fredoka One', cursive;
  text-shadow: 7px 7px 0 rgba(0, 0, 0, 0.1);
  letter-spacing: 0.74em;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  margin-bottom: 35px;
}
.information_box .banana_box .discription {
  font-size: 24px;
  font-family: 'PT Serif', serif;
  text-shadow: 2px 2px 0 rgba(255, 116, 43, 0.22);
  line-height: 36px;
  padding: 0 14%;
  text-align: center;
  margin-bottom: 40px;
}
.information_box .banana_box a.info_link {
  text-decoration: none;
  color: #ff742b;
  font-size: 10px;
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  background: white;
  border-radius: 20px;
  box-shadow: 2px 2px 0 rgba(255, 116, 43, 0.22);
  padding: 10px 20px;
}
.information_box .banana_box a.info_link:hover {
  box-shadow: 0 0 0 rgba(255, 116, 43, 0.22);
  transition: all 300ma ease-in-out;
}
.blog_testimonials .blog_container {
  display: flex;
  align-items: stretch;
  background: white;
}
.blog_testimonials .blog_container .left_blog {
  width: 270px;
  border: 1px solid #f2f2f2;
  text-align: center;
  padding: 40px;
  box-sizing: border-box;
}
.blog_testimonials .blog_container .left_blog h3.blog_box_title {
  color: #ff742b;
  font-family: 'Fredoka One', cursive;
  font-size: 63px;
  line-height: 63px;
  margin-bottom: 30px;
}
.blog_testimonials .blog_container .left_blog form {
  margin-bottom: 30px;
}
.blog_testimonials .blog_container .left_blog form label {
  color: #ff742b;
  font-size: 12px;
  line-height: 12px;
  margin-bottom: 16px;
  display: block;
}
.blog_testimonials .blog_container .left_blog form .castom_search {
  background: linear-gradient(#ff6726, #ff8331);
  height: 34px;
  border-top: 1px solid #f26124;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.blog_testimonials .blog_container .left_blog form .castom_search input[type="text"] {
  height: 33px;
  padding: 0;
  margin: 0;
  border: 0;
  background: transparent;
  padding-left: 17px;
  padding-right: 17px;
  box-sizing: border-box;
  width: calc(100% - 44px);
  color: #ffcaae;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 3px;
}
.blog_testimonials .blog_container .left_blog form .castom_search input[type="text"]::-webkit-input-placeholder {
  /* Chrom/opera/safari */
  color: #ffcaae;
}
.blog_testimonials .blog_container .left_blog form .castom_search input[type="text"]::-moz-placeholder {
  /* Firefox 19+ */
  color: #ffcaae;
}
.blog_testimonials .blog_container .left_blog form .castom_search input[type="text"]:-ms-input-placeholder {
  /* IE10+ */
  color: #ffcaae;
}
.blog_testimonials .blog_container .left_blog form .castom_search input[type="text"]:-moz-placeholder {
  /* Firefox 18- */
  color: #ffcaae;
}
.blog_testimonials .blog_container .left_blog form .castom_search button.submit {
  margin-right: 17x;
  color: white;
  border: 0;
  background: transparent;
  width: 25px;
  cursor: pointer;
}
.blog_testimonials .blog_container .left_blog .blog_list article {
  margin-bottom: 30px;
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 30px;
}
.blog_testimonials .blog_container .left_blog .blog_list article .blogpost_info {
  color: #bdbcbb;
  font-size: 10px;
}
.blog_testimonials .blog_container .left_blog .blog_list article .blogpost_info i {
  margin-right: 5px;
}
.blog_testimonials .blog_container .left_blog .blog_list article .blogpost_info .post_date {
  margin-right: 7px;
}
.blog_testimonials .blog_container .left_blog .blog_list article .blogpost_info .post_comment {
  margin-left: 7px;
}
.blog_testimonials .blog_container .left_blog .blog_list article:last-child {
  margin-bottom: 0;
  border-bottom: 0;
  padding-bottom: 0;
}
.blog_testimonials .blog_container .left_blog .blog_list article h4.post_title {
  color: black;
  font-family: 'PT Serif', serif;
  font-size: 16px;
  line-height: 20px;
}
.blog_testimonials .blog_container .left_blog .blog_list article h4.post_title a {
  color: inherit;
  text-decoration: none;
}
.blog_testimonials .blog_container .left_blog .blog_list article h4.post_title a:hover {
  opacity: 0.7;
  text-decoration: underline;
}
.blog_testimonials .blog_container .right_testimonilas {
  width: calc(100% - 270px);
}
.blog_testimonials .blog_container .right_testimonilas .testimonial_tab_container .tab-item .testimonil_title {
  font-size: 24px;
  font-weight: 700;
  color: black;
  font-family: 'PT Serif', serif;
  padding: 50px 40px;
}
.blog_testimonials .blog_container .right_testimonilas .testimonial_tab_container .tab-item .testimonil_address {
  font-size: 12px;
  color: #c5c3c2;
  display: block;
  padding: 0 40px 24px 40px;
}
.blog_testimonials .blog_container .right_testimonilas .testimonial_tab_container .tab-item .testimonil_address i {
  margin-right: 10px;
}
.blog_testimonials .blog_container .right_testimonilas .testimonial_tab_container .tab-item cite {
  color: #7b7a79;
  display: block;
  font-size: 22px;
  font-style: italic;
  font-family: 'PT Serif', serif;
  line-height: 30px;
}
.blog_testimonials .blog_container .right_testimonilas .testimonial_tab_container .tab-item .testimonil_gallery {
  display: flex;
  margin-bottom: 40px;
}
.blog_testimonials .blog_container .right_testimonilas .testimonial_tab_container .tab-item .testimonil_description {
  padding: 0 40px 35px 40px;
  color: #7b7a79;
  font-size: 15px;
  line-height: 24px;
}
.blog_testimonials .blog_container .right_testimonilas .testimonial_slider_box {
  display: flex;
}
.blog_testimonials .blog_container .right_testimonilas .testimonial_slider_box .left_arrow,
.blog_testimonials .blog_container .right_testimonilas .testimonial_slider_box .right_arrow {
  width: 59px;
  height: 243px;
  background: #fff3ef;
}
.blog_testimonials .blog_container .right_testimonilas .testimonial_slider_box .left_arrow .left,
.blog_testimonials .blog_container .right_testimonilas .testimonial_slider_box .right_arrow .left,
.blog_testimonials .blog_container .right_testimonilas .testimonial_slider_box .left_arrow .right,
.blog_testimonials .blog_container .right_testimonilas .testimonial_slider_box .right_arrow .right {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  color: #ff742b;
  font-size: 20px;
  cursor: pointer;
}
.blog_testimonials .blog_container .right_testimonilas .testimonial_slider_box .left_arrow .left:hover,
.blog_testimonials .blog_container .right_testimonilas .testimonial_slider_box .right_arrow .left:hover,
.blog_testimonials .blog_container .right_testimonilas .testimonial_slider_box .left_arrow .right:hover,
.blog_testimonials .blog_container .right_testimonilas .testimonial_slider_box .right_arrow .right:hover {
  background: linear-gradient(#5bb628, #3b901a);
  transition: all 300ms ease-in-out;
  color: white;
}
.blog_testimonials .blog_container .right_testimonilas .testimonial_slider_box .testimonial_corusel {
  width: calc(100% - 118px);
  border-top: 4px solid #fff3ef;
  display: flex;
}
.blog_testimonials .blog_container .right_testimonilas .testimonial_slider_box .testimonial_corusel .person {
  width: 33.33333%;
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.blog_testimonials .blog_container .right_testimonilas .testimonial_slider_box .testimonial_corusel .person img {
  border-radius: 100%;
  border: 11px solid transparent;
  margin-bottom: 15px;
}
.blog_testimonials .blog_container .right_testimonilas .testimonial_slider_box .testimonial_corusel .person.action img {
  border: 11px solid #fff3ef;
}
.blog_testimonials .blog_container .right_testimonilas .testimonial_slider_box .testimonial_corusel .person.action::before {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 12px 12px 12px;
  border-color: transparent transparent #FFF3EF transparent;
  transform: rotate(0deg);
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -12px;
  margin-top: -12px;
}
.blog_testimonials .blog_container .right_testimonilas .testimonial_slider_box .testimonial_corusel .person.action::after {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 8px 8px 8px;
  border-color: transparent transparent #FFFfff transparent;
  transform: rotate(0deg);
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -8px;
  margin-top: -8px;
}
.blog_testimonials .blog_container .right_testimonilas .testimonial_slider_box .testimonial_corusel .person h6.testimonial_name {
  font-family: 'PT Serif', serif;
  color: black;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  margin-bottom: 9px;
}
.blog_testimonials .blog_container .right_testimonilas .testimonial_slider_box .testimonial_corusel .person span.address {
  font-size: 11px;
  color: #d4b8a8;
}
.container_shadow {
  margin-bottom: 40px;
  box-shadow: 34px 0 65px rgba(177, 82, 33, 0.11);
}
.adds_box .three_boxer {
  display: flex;
  align-items: stretch;
  margin-bottom: 75px;
}
.adds_box .three_boxer .item {
  width: 33.3333%;
  min-height: 234px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 35px;
  box-sizing: border-box;
  text-transform: lowercase;
}
.adds_box .three_boxer .item.item1 {
  background: url('/assets/img/orange.jpg') no-repeat center center;
  box-shadow: 0 45px 50px -35px rgba(255, 116, 43, 0.65);
}
.adds_box .three_boxer .item.item2 {
  background: url('/assets/img/vegetable.jpg') no-repeat center center;
  box-shadow: 0 45px 50px -35px rgba(75, 163, 33, 0.65);
}
.adds_box .three_boxer .item.item3 {
  background: url('/assets/img/berrie.jpg') no-repeat center center;
  box-shadow: 0 45px 50px -35px rgba(218, 45, 80, 0.65);
}
.adds_box .three_boxer .item h6.adds_title {
  color: white;
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 9px;
  font-family: 'Fredoka One', cursive;
}
.adds_box .three_boxer .item a.adds_link {
  color: white;
  font-size: 10px;
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
}
.adds_box .three_boxer .item a.adds_link:hover {
  text-decoration: underline;
}
.top_footer .footer_container {
  display: flex;
  padding-bottom: 80px;
}
.top_footer .footer_container .navigation_box,
.top_footer .footer_container .contacts_box,
.top_footer .footer_container .twiter_box {
  width: 33.3333%;
}
.top_footer .footer_container .twiter_box h6.widget_title {
  color: #5ad2ff;
  font-family: 'Fredoka One', cursive;
  font-size: 19px;
  line-height: 19px;
  margin-bottom: 24px;
}
.top_footer .footer_container .twiter_box h6.widget_title i {
  font-size: 21px;
  margin-right: 6px;
}
.top_footer .footer_container .twiter_box .twiter_slider {
  display: flex;
}
.top_footer .footer_container .twiter_box .twiter_slider .twiter_arrows {
  width: 35px;
}
.top_footer .footer_container .twiter_box .twiter_slider .twiter_arrows .up,
.top_footer .footer_container .twiter_box .twiter_slider .twiter_arrows .down {
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 100%;
  background-color: #c1a392;
  color: white;
  text-align: center;
  font-size: 7px;
  line-height: 14px;
  margin-bottom: 6px;
  cursor: pointer;
}
.top_footer .footer_container .twiter_box .twiter_slider .twiter_arrows .up:hover,
.top_footer .footer_container .twiter_box .twiter_slider .twiter_arrows .down:hover {
  background-color: #a07258;
  transition: 300ms ease-in-out;
}
.top_footer .footer_container .twiter_box .twiter_slider .content_slider_twiter {
  width: calc(100% - 31px);
}
.top_footer .footer_container .twiter_box .twiter_slider .content_slider_twiter p {
  color: #7b7a79;
  font-size: 13px;
  font-style: italic;
  font-family: 'PT Serif', serif;
  margin-bottom: 13px;
  line-height: 18px;
}
.top_footer .footer_container .twiter_box .twiter_slider .content_slider_twiter .author {
  color: #5ad2ff;
  font-size: 11px;
  font-weight: 700;
}
.top_footer .footer_container .twiter_box .twiter_slider .content_slider_twiter .time {
  color: 5ad2ff;
  font-size: 11px;
}
.top_footer .footer_container .contacts_box {
  color: #7b7a79;
}
.top_footer .footer_container .contacts_box h6.widget_title {
  color: #ff742b;
  font-family: 'Fredoka One', cursive;
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 25px;
}
.top_footer .footer_container .contacts_box span,
.top_footer .footer_container .contacts_box a {
  color: inherit;
  text-decoration: none;
  display: block;
}
.top_footer .footer_container .contacts_box .phone {
  font-size: 29px;
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  font-weight: 400;
  margin-bottom: 10px;
  text-decoration: none;
}
.top_footer .footer_container .contacts_box .phone:hover {
  text-decoration: underline;
}
.top_footer .footer_container .contacts_box .phone strong {
  font-weight: 700;
}
.top_footer .footer_container .contacts_box .address {
  margin-top: 10px;
  font-size: 11px;
}
.top_footer .footer_container .contacts_box .address strong {
  font-weight: 700;
}
.top_footer .footer_container .contacts_box .address i {
  color: #c5c3c2;
}
.top_footer .footer_container .navigation_box {
  display: flex;
}
.top_footer .footer_container .navigation_box h6.widget_title {
  color: #ff742b;
  font-family: 'Fredoka One', cursive;
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 25px;
}
.top_footer .footer_container .navigation_box nav ul {
  font-size: 11px;
  color: #7b7a79;
  line-height: 24px;
}
.top_footer .footer_container .navigation_box nav ul a {
  text-decoration: none;
  color: inherit;
}
.top_footer .footer_container .navigation_box nav ul a:hover {
  text-decoration: underline;
}
.top_footer .footer_container .navigation_box .navigation_one,
.top_footer .footer_container .navigation_box .novigation_two {
  width: 50%;
}
footer.footer {
  background: #ff742b;
  min-width: 220px;
  color: white;
}
footer.footer::before {
  content: "";
  display: block;
  position: absolute;
  height: 10px;
  width: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(#f95529, #ff742b);
}
footer.footer .footer_navigation {
  min-height: 86px;
  border-bottom: 2px dashed rgba(255, 255, 255, 0.02);
  display: flex;
  align-items: center;
  justify-content: center;
}
footer.footer .footer_navigation ul {
  font-size: 0;
  display: flex;
}
footer.footer .footer_navigation ul li {
  display: inline-block;
  font-size: 12px;
}
footer.footer .footer_navigation ul li:first-child::before {
  display: none;
}
footer.footer .footer_navigation ul li::before {
  content: "•";
  display: inline-block;
  margin-left: 28px;
  margin-right: 28px;
}
footer.footer .footer_navigation ul li a {
  text-decoration: none;
  color: white;
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  transition: all 300ms ease-in-out;
}
footer.footer .footer_navigation ul li a:hover {
  color: #ffd82a;
  transition: all 300ms ease-in-out;
}
@media only screen and (max-width: 960px) {
  .wrapper {
    width: calc(100%-20px);
  }
  .header_top .inner_header nav > ul {
    display: none;
  }
  .header_top .inner_header .main_navigation .fa-bars {
    color: white;
    display: block;
    margin-left: 20px;
    margin-right: 20px;
  }
  .header_top .inner_header .main_navigation .fa-xmark {
    color: white;
    display: none;
    margin-left: 20px;
    margin-right: 20px;
  }
  .header_top .inner_header .main_navigation {
    display: flex;
  }
  .header_top .inner_header .main_navigation nav > ul {
    display: flex;
  }
  .header_top .inner_header .main_navigation nav > ul > li {
    margin: 0px 3px;
    font-size: 11px;
  }
  .header_top .inner_header .main_navigation nav > ul > a {
    line-height: 14px;
  }
}
