* {
    margin: 0;
    padding: 0;
}

img {
    max-width: 100%;
    height: auto;
}

.all-tov{
  padding-bottom: 20px;
}

.weight{
  font-weight: normal;
  background: #fff4d1;
  width: 100px;
  padding: 3px;
  margin: auto;
  margin-top: 10px;
  border-radius: 10px;
  border: 1px solid #ffecb2;
}

.logo img{
  max-width: 80%;
}

.perevagy-wrap {
  font-family: "Angry", sans-serif;
  background: #fff8e4;
  padding-top: 30px;
  padding-bottom: 30px;
}

.perevagy-title {
  font-size: 30px;
  color: #000000;
}

.perevagy-title span {
  display: inline-block;
  background: #f7d147;
  border-radius: 14px;
  padding: 4px 20px 0px 20px;
}

.perevagy-text {
  padding-top: 15px;
  font-size: 24px;
  color: #000000;
  line-height: 24px;
}

.perevagy-blocks {
  margin-top: 30px;
}

.perevagy-blocks img {
  display: block;
  text-align: center;
  margin: auto;
}

.perevagy-name {
  font-size: 17px;
  display: inline-block;
  background: #f7d147;
  border-radius: 8px;
  padding: 4px 20px 0px 20px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.perevagy-blocks p {
  font-size: 15px;
}

.garantiya {
  margin-top: 60px;
}

.reputaciya span {
  font-size: 24px;
  color: #000000;
  display: inline-block;
  background: #f7d147;
  border-radius: 14px;
  padding: 4px 20px 0px 20px;
  margin-bottom: 5px;
}

.carousel{
  /*
  border-top: 1px solid #767676;
  border-bottom: 1px solid #767676;
  */
}

.text-category{
  text-align: justify !important;
}

.content-text{
  background: #fff9e5;
  text-align: justify;
  font-family: "Segoe UI", sans-serif;
  font-size: 18px;
  color: #000000;
}

.container-fluid{
  background: #fff9e5;
}

h1{
    font-family: "Angry", sans-serif;
    font-size: 22px;
    color: #000;
    display: inline-block;
    border-radius: 30px;
    border: 1px solid #767676;
    background-color: #fff;
    padding: 10px 90px 5px 90px;
    margin-bottom: 15px;
    margin-top: 10px;
    text-align: center;
}

.content ul{
  margin-left: 30px;
}

.top-header{
  background-color:#fff9e5; 
  border-bottom: 1px solid #ffecb2;
}

.top-header-address{
  text-align:left; 
  padding: 10px 0px 15px 0px;
}

.top-header-phones{
  text-align:center; 
  padding-top: 10px;
  color: #000;
}

.top-header-socials{
  text-align:right; 
  padding-top: 7px;
}


@font-face {
    font-family: 'Angry';
    src: url('../fonts/Angry.woff2') format('woff2'), /* Modern Browsers */
    url('../fonts/Angry.otf') format('opentype'); /* Safari, Android, iOS */
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: 'Segoe UI';
    src:
            local("Segoe UI"),
            url(../fonts/SegoeUINormal.woff2) format("woff2"),
            url(../fonts/SegoeUINormal.woff) format("woff"),
            url(../fonts/SegoeUINormal.ttf) format("truetype");
    font-weight: 400;
}

@font-face {
    font-family: 'Segoe UI';
    src:
            local("Segoe UI Semibold"),
            url(../fonts/SegoeUISemibold.woff2) format("woff2"),
            url(../fonts/SegoeUISemibold.woff) format("woff"),
            url(../fonts/SegoeUISemibold.ttf) format("truetype");
    font-weight: 600;
}

@font-face {
    font-family: 'Segoe UI';
    src:
            local("Segoe UI Bold"),
            url(../fonts/SegoeUIbold.woff2) format("woff2"),
            url(../fonts/SegoeUIbold.woff) format("woff"),
            url(../fonts/SegoeUIbold.ttf) format("truetype");
    font-weight: 700;
}

.wrap {
    background: #fff9e5;
    padding-top: 10px;
    padding-bottom: 10px;
}

.header-wrap {
    /*background: #c80003 url("../images/header-bg.png") no-repeat bottom center;*/
    background-size: cover;
    border-radius: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.header {
    width: 100%;
}

.logo {
    display: inline-block;
}

.navbar {
    border-radius: 14px;
}

.navbar-brand {
    font-family: "Angry", sans-serif;
    font-size: 18px;
    color: #000000;
    padding-top: 10px;
    display: none;
}

.navbar-nav {
    font-family: "Angry", sans-serif;
    font-size: 16px;
    color: #000000;
}

.navbar-light .navbar-nav .nav-link{
  color: #000000;
  padding-left: 0;
  padding-right: 0;
}

.navbar-light .navbar-nav .active > .nav-link{
  color: rgba(0,0,0,.7);
}


.dropdown-menu {
    width: 200px;
    text-align: left;
    box-shadow: none;
    background: #fff;
    margin-top: 2px;
    padding: 0;
    border-radius: 0px 0px 10px 10px;
    border: 1px solid #767676;
}

.navbar-nav .show .show li {
    border-bottom: 1px solid #767676;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #000;
}

.navbar-nav .show .show li:last-child {
  border: none;
}

.wrap-language .dropdown-menu{
  width: 50px;
}

.wrap-language .language .show .dropdown-menu a {
    font-size: 14px;
    padding: 6px 15px 4px 15px;
    
}

.dropdown-menu a {
    font-size: 14px;
    padding: 6px 15px 4px 15px;
}

.dropdown-menu a:focus, .dropdown-menu a:hover {
    color: #fff;
    background-color: #fff5d2;
    transition: all 0.3s ease 0s;
}

.dropdown-menu li:last-child a:focus, .dropdown-menu li:last-child a:hover {
    border-radius: 0 0 14px 14px;
}

.navbar .show a, .navbar .show a:focus, .navbar .show a:hover {
    color: #000;
}

.wrap-language .dropdown-menu .active a, .langs-block .dropdown-menu .active a:focus, .langs-block .dropdown-menu .active a:hover {
    color: #fff;
    background-color: #fba102;
    transition: all 0.3s ease 0s;
}


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

/* langs-block */
.wrap-language .dropdown-menu {
    right: 0;
    left: auto;
}

.wrap-language .btn {
    box-shadow: none;
}

.wrap-language .language .show .dropdown-menu a {
  border-bottom: 1px solid #767676;
}

.wrap-language .language .show .dropdown-menu a:last-child {
  border: none;
  border-radius: 0 0 14px 14px;
}

.wrap-language .language .show a {
  color: #000;
}

.wrap-language .language .show .dropdown-menu a {
  color: #000;
}

.wrap-language {
    background: #fff;
    border-radius: 14px;
    padding: 3px 10px 4px 10px;
}

.wrap-language .language .show .dropdown-menu {
    margin-top: 10px;
}

.wrap-language .language .show .dropdown-menu a {
    color: #000;
    text-decoration: none;
}

.wrap-language a {
    font-size: 16px;
    color: #000;
    display: block;
    text-align: center;
    padding: 0;
}

.language {
    font-family: "Angry", sans-serif;
    font-size: 14px;
    color: #000000;
}

.wrap-language .navbar-nav>.active>a,
.wrap-language .navbar-nav>.active>a:focus,
.wrap-language .navbar-nav>.active>a:hover,
.wrap-language .navbar-nav>.open>a,
.wrap-language .navbar-nav>.open>a:focus,
.wrap-language .navbar-nav>.open>a:hover,
.wrap-language .navbar-nav>li>a:focus,
.wrap-language .navbar-nav>li>a:hover {
    color: #fff;
}

.wrap-language .nav .dropdown-toggle:before {
    background-color: #fff !important;
}

/* end langs-block*/


.carousel img{
  border-radius: 0;
}

.carousel-control-prev-icon {
    margin-left: 15px;
    width: 30px;
    height: 30px;
}

.carousel-control-next-icon {
    margin-right: 15px;
    width: 30px;
    height: 30px;
}

.carousel-control-prev {
    justify-content: left;
    opacity: 1;
    font-size: 48px;
    color: #c80003;
}

.carousel-control-next {
    justify-content: right;
    opacity: 1;
    font-size: 48px;
    color: #c80003;
}

.carousel-control-prev:hover, .carousel-control-next:hover,
.carousel-control-prev:focus, .carousel-control-next:focus {
    background-image: none;
    color: #ffba05;
}

.carousel-indicators {
    bottom: 0;
}

.carousel-caption {
    display: none;
}

.carousel-indicators li {
    width: 14px;
    height: 14px;
    background-color: #ffba05;
    border-radius: 50%;
    opacity: 100%;
    cursor: pointer;
}

.carousel-indicators .active {
    background-color: #fff;
}

.wrap-favorite-snacks {
    padding-top: 30px;
    padding-bottom: 30px;
    background: url(../images/bg-body.png) no-repeat right -1px, url(../images/bg-body-l.png) no-repeat left bottom;
}

.favorite-snacks-title {
    font-family: "Angry", sans-serif;
    font-size: 40px;
    color: #000000;
    line-height: 48px;
}

.favorite-snacks-title span {
    font-size: 48px;
    margin-left: 16px;
}

.favorite-snacks-text {
    font-family: "Segoe UI", sans-serif;
    font-size: 18px;
    color: #000000;
    line-height: normal;
}

.btn-yellow {
    font-family: "Angry", sans-serif;
    font-size: 18px;
    color: #fff;
    display: inline-block;
    border-radius: 14px;
    background-color: #fba102;
    padding: 10px 20px 6px 20px;
}

.btn-yellow:hover, .btn-yellow:focus {
    transition: 0.2s ease-in-out;
    text-decoration: none;
    color: #000;
    background-color: #ffba05;
}

.wrap-production {
    background: #fff9e5;
    padding-top: 15px;
    padding-bottom: 30px;
}

.category-production, .content {
    padding-top: 15px;
    font-family: "Segoe UI", sans-serif;
    font-size: 18px;
    color: #000000;
    line-height: normal;
    text-align: center;
}

.item-our-production {
    font-weight: 600;
    margin-top: 15px;
}

.item-our-production img {
    height: 346px;
}

.item-our-production .name-our-production {
  margin-top: 5px;
}

.production-category {
    margin-bottom: 15px;
}

.production-category a {
    font-family: "Angry", sans-serif;
    font-size: 18px;
    line-height: 20px;
    color: #000;
    display: inline-block;
    border-radius: 14px;
    background-color: #fff;
    width: 286px;
    padding: 10px 40px 6px 40px;
  	border: 1px solid #767676;
}

.production-category a:hover,
.production-category a:focus {
    background-color: #fff4d1;
    transition: 0.2s ease-in-out;
    text-decoration: none;
}

.wrap-about {
    padding-top: 30px;
    padding-bottom: 30px;
    background: url(../images/bg-body.png) no-repeat right top, url(../images/bg-body-l.png) no-repeat left bottom;
}

.about-text {
    font-family: "Segoe UI", sans-serif;
    font-size: 18px;
    color: #000000;
    line-height: normal;
    text-align: justify;
}

.about-text ul {
    margin-left: 40px;
}

.wrap-advantages {
    background: #fff;
    padding-top: 25px;
    padding-bottom: 25px;
}

/*
.advantages {
    background: #fba102 url("../images/header-bg.png") no-repeat bottom center;
    background-size: cover;
    border-radius: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
}
*/

.advantages {
    /*background: #fba102 url("../images/header-bg.png") no-repeat bottom center;*/
    
    background-size: cover;
    border-radius: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
  	
}

.advantages-bg {
    display: inline-block;
    border: #fff 8px solid;
    width: 154px;
    height: 154px;
}

.advantages-bg:hover {
    animation: jump-shaking 1s infinite;
}

@keyframes jump-shaking {
    0% { transform: translateX(0) }
    50% { transform: translateY(-5px) }
    100% { transform: translateY(0) }
}

.red-bg {
    background: #f5363d;
}

.orange-bg {
    background: #ee8100;
}

.advantages-icon {
    color: #fff;
    font-size: 36px;
    display: inline-block;
    margin-top: 14px;
    margin-bottom: 6px;
}

.advantages-text {
    font-family: "Angry", sans-serif;
    font-size: 14px;
    color: #fff;
    line-height: 16px;
    display: block;
}


.wrap-footer {
    padding-top: 25px;
    padding-bottom: 25px;
    background-color:#fff4d1; 
    border-top: 1px solid #ffecb2;
      
    /*background-image: repeating-conic-gradient(from 0deg at 50% -130px, #c80003 0% 2.5%, #d33335 0% 6.5%);*/
}


.footer .logo {
    display: inline-block;
}

.our-contacts {
    font-family: "Angry", sans-serif;
    font-size: 24px;
    line-height: 20px;
    color: #000;
    display: inline-block;
    border-radius: 14px;
    /*background-color: #ffba05;*/
    padding: 12px 22px 8px 22px;
    margin-bottom: 10px;
}

.phones {
    font-family: "Segoe UI", sans-serif;
    font-size: 18px;
    color: #000;
    line-height: normal;
    display: block;
    margin-left: 24px;
    margin-bottom: 5px;
}

.phones i {
    color: #ffba05;
}

.wrap-footer-contacts {
    margin-top: 26px;
}

.facebook-page, .instagram-page, .tiktok-page {
  font-size: 26px;
  color: #000;
  display: inline-block;
  margin-right: 10px;
  transition: all 0.1s ease-out;
}

.facebook-page:hover, .instagram-page:hover, .tiktok-page:hover,
.facebook-page:focus, .instagram-page:focus, .tiktok-page:focus,
.facebook-page:active, .instagram-page:active, .tiktok-page:active {
  color: #f5363d;
}

.footer-contacts {
    font-family: "Segoe UI", sans-serif;
    font-size: 18px;
    color: #000;
    line-height: normal;
    display: block;
    margin-bottom: 5px;
}

.footer-contacts i {
    color: #ffba05;
}

@media (max-width: 1200px) {
  .item-our-production img {
    height: 285px;
  }
  
    .carousel-control-prev {
        font-size: 40px;
    }

    .carousel-control-next {
        font-size: 40px;
    }

    .carousel-indicators li {
        width: 14px;
        height: 14px;
    }

    .wrap-favorite-snacks {
        background-size: 15%;
    }

    .favorite-snacks-title {
        font-size: 36px;
        line-height: normal;
        margin-bottom: 0px;
    }

    .favorite-snacks-title span {
        font-size: 44px;
    }

    .btn-yellow {
        font-size: 16px;
        padding: 8px 18px 4px 18px;
    }
  
    .content {
      font-size: 16px;
    }
  
  .content h1, .content h2, .content h3 {
        font-size: 20px;
        border-radius: 18px;
        padding: 14px 70px 4px 70px;
  }

    h1, h2, h3 {
        font-size: 30px;
        border-radius: 18px;
        padding: 14px 70px 4px 70px;
     }
  
  .item-our-production {
    font-size: 16px;
  }

    .production-category a {
        font-size: 16px;
        line-height: normal;
        width: auto;
        padding: 10px 20px 6px 20px;
    }

    .wrap-about {
        background-size: 15%;
    }

    .about-text {
        font-size: 16px;
    }

    .our-contacts {
        font-size: 18px;
        line-height: normal;
        padding: 10px 20px 6px 20px;
    }

    .wrap-footer {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .footer .logo {
        width: 200px;
    }

    .phones {
        font-size: 16px;
        line-height: normal;
        margin-left: 20px;
    }

    .footer-contacts {
        font-size: 16px;
        line-height: normal;
    }
}

@media (max-width: 992px) {
    .perevagy-wrap {
      padding-top: 15px;
      padding-bottom: 15px;
    }
  
    .perevagy-title {
      font-size: 26px;
      text-align: center;
    }
  
    .perevagy-text {
      font-size: 20px;
      text-align: center;
    }
  
    .perevagy-blocks {
      margin-top: 15px;
    }
  
    .garantiya {
      margin-top: 30px;
    }
  
    .perevagy-blocks img {
      width: 90px;
    }
    
    .perevagy-blocks p {
      font-size: 12px;
    }
  
    .perevagy-name {
      font-size: 15px;
    }
  
    .reputaciya span {
      font-size: 22px;
      border-radius: 8px;
    }
  
    .item-our-production img {
      height: 203px;
    }
  
    .logo {
        width: 180px;
        margin-bottom: 15px;
    }

    .favorite-snacks-title {
        font-size: 30px;
    }

    .favorite-snacks-title span {
        font-size: 34px;
    }
  
    
  .content h1, .content h2, .content h3 {
        font-size: 20px;
        border-radius: 14px;
        padding: 14px 50px 4px 50px;
  }

    h1, h2, h3 {
        font-size: 24px;
        border-radius: 14px;
        padding: 14px 50px 4px 50px;
    }

    .footer .logo {
        width: auto;
    }

    .wrap-footer-contacts {
        margin-top: 14px;
    }
}

@media (max-width: 768px) {
  
    .dropdown-menu {
      border: none;
      background: #fff9e5;
      border-radius: 0;
    }
  
  	.top-header-address{
      text-align:center;
      padding-bottom: 8px;
    }
  
  	.top-header-phones{
      text-align:center;
      padding-top: 0;
    }
  
    .top-header-socials{
      text-align:center;
      margin-bottom: 10px;
    }
  
  
    .perevagy-title {
      font-size: 18px;
      text-align: center;
    }
  
    .perevagy-title span {
      border-radius: 8px;
    }
  
    .perevagy-text {
      font-size: 16px;
      padding-top: 10px;
      margin-bottom: 10px;
    }
  
    .perevagy-blocks {
      margin-top: 0;
    }
  
    .garantiya {
      margin-top: 0;
    }
  
    .perevagy-blocks img {
     
    }
    
    .perevagy-blocks p {
      font-size: 14px;
    }
  
    .perevagy-name {
      font-size: 14px;
      margin-top: 10px;
      margin-bottom: 10px;
    }
  
    .reputaciya span {
      font-size: 16px;
      border-radius: 8px;
    }
  
    .navbar-brand {
        display: inherit;
    }

    .navbar-nav {
        font-size: 13px;
    }

    .navbar-nav li {
        width: 100%;
        text-align: center;
        display: block;
        border-bottom: 1px solid #767676;
    }

    .navbar-nav li:last-child {
        border-bottom: none;
    }

    .langs-block ul li {
        border-bottom: none;
    }

    .dropdown-menu {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }

    .wrap-language {
        background: #fff5d2;
        border-radius: 14px;
        margin-bottom: 5px;
    }

    .dropdown-menu {
        width: 80%;
        margin-top: 0;
        padding-top: 0;
        padding-bottom: 0;
        margin-bottom: 7px;
    }
  
  .wrap-language a {
    font-size: 13px;
  }

    .wrap-language .language .show .dropdown-menu {
        width: auto;
        border: none;
        position: static;
        float: none;
    }
  
  .wrap-language .language .show .dropdown-menu a {  
    padding: 6px 15px 4px 15px;
  }

    .carousel-control-prev {
        font-size: 30px;
    }

    .carousel-control-next {
        font-size: 30px;
    }

    .carousel-indicators li {
        width: 10px;
        height: 10px;
    }

    .favorite-snacks-text {
        text-align: center;
        font-size: 16px;
    }

    .favorite-snacks-title {
        font-size: 22px;
    }

    .favorite-snacks-title span {
        font-size: 24px;
        margin-left: 0;
    }

    .btn-yellow {
        font-size: 14px;
        padding: 8px 18px 4px 18px;
        border-radius: 8px;
        margin-bottom: 15px;
    }
  
  .content h1, .content h2, .content h3 {
        font-size: 18px;
        border-radius: 10px;
        padding: 10px 40px 4px 40px;
  }

    h1, h2, h3 {
        font-size: 18px;
        border-radius: 10px;
        padding: 10px 40px 4px 40px;
    }

    .production-category a {
        font-size: 12px;
        border-radius: 8px;
        padding: 10px 14px 6px 14px;
    }

  .content {
    font-size: 15px;
  }
  
  .item-our-production {
    font-size: 15px;
  }
  
    .about-text {
        font-size: 15px;
    }

    .no-flex {
        flex: 0 0 25% !important;
    }

    .footer-logo {
        text-align: center !important;
    }

    .footer .logo {
        width: 180px;
    }

    .our-contacts {
        display: block;
        font-size: 15px;
        padding: 8px 0 3px 0;
        border-radius: 8px;
    }

    .wrap-our-contacts {
        text-align: center !important;
    }

    .phones {
        display: inline-block;
        font-size: 15px;
    }

    .wrap-footer-contacts {
        text-align: center;
        margin-top: 0;
    }

    .footer-contacts {
        font-size: 15px;
    }
  
  .navbar-light {
    padding-bottom: 0.5rem !important;
  }
}

@media (max-width: 575px) {
  .slider-wrap {
    display: none !important;
  }
  
   .item-our-production img {
      height: 200px;
   }
  
  .wrap {
    padding-top: 0;
  }
  
  .header-wrap {
    border-radius: 0;
  }
  
  .advantages {
    border-radius: 0;
  }
  
    .production-category img {
        max-width: 70%;
        display: block;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
  
  .advantages-wrap {
      max-width: 50%;
  }
  
  .advantages-bg {
    width: 130px;
    height: 130px;
  }
  
  .advantages-icon {
    font-size: 30px;
    margin-bottom: 0;
  }
  

  .advantages-text {
    font-size: 12px;
    line-height: 14px;
  }
}

@media (max-width: 480px) {

}

@media (max-width: 360px) {

}