#_preload_div_, #_preload_div_2, #animation_container_pepper, #animation_containerMain, #animation_containerCucumber, #animation_containerAnim, #animation_containerSauce, #animation_containerBook, #animation_containerSalad, #animation_containerPepperSide {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0px;
  z-index: 2
}

#animation_containerPepperSide {
  left: auto;
}

#animation_containerPepperSide, #canvasPepperSide {
  height: 280px !important;
  width: 120px !important;
}

#animation_containerCucumber {
  left: 62px;
}

#animation_containerAnim_mini {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 10px;
  display: none;
}

#canvasSauce {
  position: absolute;
  height: 80% !important;
  width: auto !important;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

#animation_containerMain {
  height: 100% !important;
  width: 100% !important;
}

#animation_containerSalad {
  height: auto !important;
  width: 672px !important;
}

#canvasSalad {
  height: auto !important;
  width: 100% !important;
  bottom: calc(50% - 195px);
}

.preloader_point {
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #e8e8e8;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -o-radial-gradient(center, ellipse, #e8e8e8 0%, #d6d6d6 100%);
  background: radial-gradient(ellipse at center, #e8e8e8 0%, #d6d6d6 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e8e8e8', endColorstr='#d6d6d6', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  font-size: 40px;
  text-align: center;
  padding-top: 200px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 13;
  color: #fff;
}

label span, .form_bottom_text a {
  color: #F3423E;
}

.detailed_link {
  cursor: pointer;
}

body {
  font-family: 'FiraSans';
  font-weight: 400;
  /* font-size: 0; */
  /* min-width: 1070px; */
  height: 100%;
  color: #454545;
  background: #fff;
  overflow: hidden;
}

.has_submenu .arrow__left, .has_submenu .arrow__right {
  background-color: #1e1e1e;
}

.header_logo {
  -webkit-filter: invert(100%);
  filter: invert(100%)
}

.ham_line {
  stroke: #1e1e1e;
}

.header_phone:hover .svg_phone, .header_mail:hover .svg_mail {
  fill: #fff;
}

.header_darken, .header_line {
  background-color: transparent;
}

.header_content {
  color: #1e1e1e;
}

.item_menu.has_submenu:hover .submenu{
  /* -webkit-filter: invert(100%);
          filter: invert(100%); */
}
.item_menu:hover{
   color: #fff;
}
.white .item_menu:hover {
  /* -webkit-filter: invert(100%);
          filter: invert(100%); */
          color: #1e1e1e;
}

.white, .all_white {
  color: #fff;
}
.gray .item_menu:hover{
   -webkit-filter: none;
           filter: none;
   color: #aaa;
}
.gray .item_menu.has_submenu:hover .submenu{
   -webkit-filter: none;
           filter: none;
}
.white .has_submenu .arrow__left, .white .has_submenu .arrow__right, .all_white .has_submenu .arrow__left, .all_white .has_submenu .arrow__right{
  background-color: #fff;
}
.gray .has_submenu:hover .arrow__left, .gray .has_submenu:hover .arrow__right{
   background-color: #aaa;
}
.svg_phone, .logo_mobile, .svg_mail {
  fill: #1e1e1e;
}

.all_white .svg_phone, .all_white .logo_mobile, .white .svg_phone, .all_white .svg_mail {
  fill: #fff;
}

.white .header_phone:hover .svg_phone, .white .header_mail:hover .svg_mail{
  fill: #1e1e1e;
}
.gray .header_phone:hover .svg_phone, .gray .header_mail:hover .svg_mail{
   fill: #aaa;
}
.header_phone:hover {
  color: #fff;
}

.white .header_phone:hover {
  color: #1e1e1e;
}
.gray .header_phone:hover{
   color: #aaa;
}
.header_right {
  padding-right: 17px;
}

/* END HEADER */
.section {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@-webkit-keyframes finger_animate {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: 0 -304px;
  }
}

@keyframes finger_animate {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: 0 -304px;
  }
}

.next-slide:hover {
  -webkit-animation: finger_animate .4s steps(8, end);
  animation: finger_animate .4s steps(8, end);
}

.content-width {
  width: 100%;
  margin: 0 auto;
}

.dib {
  display: inline-block;
  vertical-align: top;
}

.button-black {
  display: inline-block;
  vertical-align: top;
  padding: 20px;
  font-size: 18px;
  color: #fff;
  background: #211C1B;
  text-decoration: none;
  border-radius: 6px;
  text-transform: uppercase;
}

.next-slide {
  width: 44px;
  height: 38px;
  /* background: url(../img/finger_black_sprite.png) no-repeat 0 0; */
  background-image: url(../img/finger_black_sprite.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  position: fixed;
  bottom: 25px;
  left: 50%;
  margin-left: -15px;
  z-index: 1;
  cursor: pointer;
  display: none;
}

.next-slide.white {
  background-image: url(../img/finger_white_sprite.png);
}

.slider-menu {
  left: 40px;
  margin-top: -100px;
  color: #1e1e1e;
}

.slider-menu-desk {
  width: 200px;
}

.slider-menu-desk:hover a {
  width: 150px;
}

.slider-menu li:before {
  background: #1e1e1e;
}

.slider-menu svg {
  stroke: #1e1e1e;
}

.slider-menu-desk li:nth-child(1):hover a {
  color: #aaa;
}

.slider-menu-desk li.wh_hov:hover a {
  color: #aaa !important;
}

.slider-menu-desk li:nth-child(2):hover a {
  color: #F3423E;
}

.slider-menu-desk li:nth-child(3):hover a {
  color: #8DDF8D;
}

.slider-menu-desk li:nth-child(4):hover a {
  color: #FD782D;
}

.slider-menu-desk li:nth-child(5):hover a {
  color: #33CCCC;
}

.slider-menu-desk li:nth-child(6):hover a {
  color: #aaa;
}

.slider-menu .white a {
  color: #fff;
}

.slider-menu-desk a.default:hover {
  color: #aaa;
}

.slider-menu-desk li.wh_hov:hover svg {
  stroke: #aaa;
}

.slider-menu-desk li.wh_hov:hover:before {
  background: #aaa;
}

.slider-menu-desk li.first:not(.wh_hov):hover:before, .slider-menu-desk li.last:not(.wh_hov):hover:before {
  background: #aaa;
}

.slider-menu-desk li.red:hover:before {
  background: #F3423E;
}

.slider-menu-desk li.green:hover:before {
  background: #8ddf8d;
}

.slider-menu-desk li.purple:hover:before {
  background: #B88FF4;
}

.slider-menu-desk li.orange:hover:before {
  background: #FD782D;
}

.slider-menu-desk li.greenblue:hover:before {
  background: #33CCCC;
}

.slider-menu .white li:before {
  background: #fff;
}
@media screen and (orientation:landscape){
.slider-menu li.red svg {
  stroke: #F3423E;
}

.slider-menu li.active.red:before {
  background: #F3423E;
}

.slider-menu li.active.red a {
  color: #F3423E;
}

.slider-menu li.green svg {
  stroke: #8ddf8d;
}

.slider-menu li.active.green:before {
  background: #8ddf8d;
}

.slider-menu li.active.green a {
  color: #8ddf8d;
}

.slider-menu li.greenblue svg {
  stroke: #33CCCC;
}

.slider-menu li.active.greenblue:before {
  background: #33CCCC;
}

.slider-menu li.active.greenblue a {
  color: #33CCCC;
}

.slider-menu li.purple svg {
  stroke: #B88FF4;
}

.slider-menu li.active.purple:before {
  background: #B88FF4;
}

.slider-menu li.active.purple a {
  color: #B88FF4;
}

.slider-menu li.orange svg {
  stroke: #FD782D;
}

.slider-menu li.active.orange:before {
  background: #FD782D;
}

.slider-menu li.active.orange a {
  color: #FD782D;
}

.slider-menu li.blue svg {
  stroke: #33CCCC;
}

.slider-menu li.active.blue:before {
  background: #33CCCC;
}

.slider-menu li.active.blue a {
  color: #33CCCC;
}
}
.portfolio-wrap {
  position: absolute;
  right: 20px;
  top: 50%;
  /* margin-top: -60px; */
  width: 40px;
  height: 150px;
  z-index: 5;
  text-decoration: none;
}

.portfolio-wrap.desk {
  width: 150px;
}

.portfolio-wrap.no {
  display: none;
}

.portfolio-wrap.desk p {
  -webkit-transform-origin: 89% 50%;
  -ms-transform-origin: 89% 50%;
  transform-origin: 89% 50%;
  margin-top: 0px;
  margin-left: 0px;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.portfolio-wrap p {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  text-align: right;
  padding-right: 35px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: none;
  -ms-transform-origin: none;
  transform-origin: none;
  margin-top: 97px;
  margin-left: 12px;
  margin-left: 6px;
}

.portfolio-wrap.black p {
  color: #1e1e1e;
}

.portfolio-wrap.black span {
  border: 12px solid #1e1e1e;
  border-top: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid transparent;
}

.portfolio-wrap.desk:hover p {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

.portfolio-wrap span {
  content: "";
  position: absolute;
  right: 15px;
  top: 3px;
  width: 9px;
  height: 9px;
  border-left: 2px solid transparent;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  border-bottom: 2px solid transparent;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.section.main {
  background: #e8e8e8;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -o-radial-gradient(center, ellipse, #e8e8e8 0%, #d6d6d6 100%);
  background: radial-gradient(ellipse at center, #e8e8e8 0%, #d6d6d6 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e8e8e8', endColorstr='#d6d6d6', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}

#canvasMain, #_preload_div_Main {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

#_preload_div_Main {
  width: auto !important;
  height: auto !important;
}

.canvas-wrapper {
  /* width: 60%; */
  height: calc(100% - 200px);
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.canvas-wrapper h1{
	font-family: 'Big_Noodle_Titling_Cyr';
	text-align: center;
	font-weight: bold;
	font-size: 4em;
	color: #1e1e1e;
	padding-bottom: 4em;
	transition: .5s;
}
@media screen and (max-width: 1450px){
	.canvas-wrapper h1{
		font-size: 40px;
		padding-bottom: 140px;
	}
}
.canvas-wrapper h1.inactive{
	opacity: 0;
}
#canvasMain {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: contain;
  object-fit: contain;
}

.main_bottom {
  width: 241px;
  position: absolute;
  bottom: 11px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 8;
  cursor: pointer;
}

.main_bottom_button {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 15px;
  background-image: url(../img/sprt_kitchen.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.main_bottom:hover .main_bottom_button {
  -webkit-animation: main_bottom_button .4s steps(14, end);
  animation: main_bottom_button .4s steps(14, end);
}

@-webkit-keyframes main_bottom_button {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: 0 -308px;
  }
}

@keyframes main_bottom_button {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: 0 -308px;
  }
}

.main-next-slide {
  margin: 0 auto;
  width: 44px;
  height: 38px;
  background-image: url(../img/finger_black_sprite.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
}

.main_bottom:hover .main-next-slide {
  -webkit-animation: finger_animate .4s steps(8, end);
  animation: finger_animate .4s steps(8, end);
}

.bottom-tag {
  position: absolute;
  right: 40px;
  bottom: 25px;
  font-size: 30px;
  color: #fff;
  font-family: "Big_Noodle_Titling_Cyr";
}

.section.sites {
  /* background: url(../img/site-text.png) no-repeat 90% 90% #F3423E; */
  background-image: url(../img/back_sites.png);
  background-color: #F3423E;
}

.section.sites .wrapper {
  height: 100%;
  /* background: url(../img/triangle_black.png) no-repeat 0 0 ; */
  /* background-size: 55% 100%; */
}

.slide-text-aside {
  width: 300px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 50%;
  margin-right: 190px;
  z-index: 3;
}

.sites .slide-text-aside {
  height: 366px;
}

.sites .slide-text-aside li:before {
  content: '•';
  color: #F3423E;
  margin-right: 7px;
}

.slide-text-aside li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 10px;
}

.salat .slide-text-aside {
  left: 50%;
  margin: 0;
  margin-left: -325px;
  /* top: 130px; */
  top: calc(50% - 330px);
  width: 650px;
  z-index: 3;
  height: 130px;
}

.slide-text-aside .title {
  font-size: 27px;
  color: #F3423E;
  margin: 0;
  text-transform: uppercase;
  font-weight: 600;
}

.salat .slide-text-aside .title {
  text-align: center;
}

.slide-text-aside .text {
  font-size: 16px;
  color: #fff;
  padding-left: 13px;
  border-left: 1px solid #F3423E;
  margin-top: 15px;
  line-height: 20px;
  font-weight: 300;
}

.slide-text-aside .text, .detailed {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.salat .slide-text-aside .text {
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  border: none;
  margin-top: 15px;
  line-height: 20px;
  margin-bottom: 20px;
}

.salad_bottom_text {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: calc(50% - 240px);
  width: 600px;
  z-index: 3;
}

.salad_bottom_text .title {
  color: #1e1e1e;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
}

#sites-text-1 {
  display: block;
}

.sites-text {
  display: none;
  position: absolute;
  top: 50%;
  margin-top: -228px;
  left: 60%;
  width: 500px;
}

.sites-text-top {
  font-size: 41px;
  color: #fff;
  text-transform: uppercase;
}

.sites-text-top p {
  margin-bottom: 5px;
  font-weight: 800;
}

.sites-text-top span {
  border: 2px solid #fff;
  padding: 0 2px;
  line-height: 46px;
  display: inline-block;
}

.sites-text-center {
  color: #211C1B;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 30px;
}

.sites-text-center p {
  margin: 0;
  font-weight: 800;
  font-size: 55px;
  margin-top: 45px;
  position: relative;
}

.sites-text-bottom {
  margin-top: 50px;
}

.sites-text-bottom span {
  font-family: 'futurisbold';
  color: #fff;
  font-size: 41px;
  text-transform: uppercase;
  margin-right: 20px;
}

.sites-text-bottom .button-black {
  vertical-align: 11px;
}

.bottom-text {
  position: absolute;
  right: 6%;
  bottom: 77px;
  font-weight: 900;
  color: #C23532;
  font-size: 16px;
  opacity: .5;
  z-index: 0;
}

.bottom-text div:first-child {
  font-size: 62px;
}

.bottom-text div:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin-top: -10px;
}

.sites-pepper {
  width: 100%;
  height: 100%;
  position: absolute;
}

#animation_container {
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.section.advertisement {
  background-color: #8DDF8D;
  background-image: url(../img/back_cucumber.png);
  /* background-size: 55% 100%; */
}

.sites .detailed:before {
  background-color: #F3423E;
}

.advertisement .detailed:before {
  background-color: #78BE78;
}

.viderec .detailed:before {
  background-color: #B88FF4;
}

.animaciya .detailed:before {
  background-color: #211C1B;
}

.brendirovanie .detailed:before {
  background-color: #33CCCC;
}

.salat .detailed:before {
  background-color: #1e1e1e;
}

.detailed {
  color: #fff;
  font-size: 16px;
  display: block;
  cursor: pointer;
  margin: 0 auto;
  margin-top: 36px;
  text-transform: uppercase;
  width: 109px;
  position: relative;
}

.detailed:before {
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
  top: -15px;
  left: -22px;
  width: 50px;
  height: 50px;
  border-radius: 30px;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.detailed:after {
  content: url(../img/detail_arrow.png);
  margin-left: 6px;
}

.detailed.hover:hover:before {
  width: 148px;
}

.advertisement .bottom-tag {
  color: #211C1B;
}

.advertisement .slide-text-aside {
  height: 250px;
}

.advertisement .slide-text-aside li:before {
  content: '•';
  color: #8DDF8D;
  margin-right: 7px;
}

.advertisement .slide-text-aside .title {
  color: #8DDF8D;
}

.advertisement .slide-text-aside .text {
  border-color: #8DDF8D;
}

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

.advertisement_right {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  color: #78BE78;
  margin-top: -230px;
  margin-left: 249px;
  opacity: .5;
}

.text-right .big {
  font-size: 96px;
  font-weight: 800;
}

.text-right .small {
  font-size: 22px;
  font-weight: 800;
  margin-left: 5px;
}

.advertisement_right .line {
  margin-bottom: 40px;
}

.section.viderec {
  background-color: #e7e7e7;
  background-image: url(../img/back_sous1.png);
  /* background-size: 55% 100%; */
}

.viderec .slide-text-aside .title {
  color: #B88FF4;
}

.viderec .slide-text-aside .text {
  border-color: #B88FF4;
}

.viderec-button {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  left: 50%;
  margin-left: -60px;
}

.viderec-button a {
  display: inline-block;
  width: 52px;
  height: 32px;
  background: url(../img/icon_play.png) no-repeat 50% 50%;
}

.section.animaciya {
  overflow: hidden;
  background-color: #FA7B34;
  background-image: url(../img/back_packman.png);
  /* background-size: 55% 100%; */
}

.section.animaciya #canvasAnim {
  width: 100% !important;
  height: 110% !important;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.section.animaciya .slide-text-aside {
  right: auto;
  margin-right: 0;
  left: 54%;
  margin-left: 150px;
  height: 200px;
}

.section.animaciya .slide-text-aside li:before {
  content: '•';
  color: #211C1B;
  margin-right: 7px;
}

.section.animaciya .title {
  color: #211C1B;
}

.section.animaciya .text {
  border-color: #211C1B;
}

.section.animaciya .text.detailed_active {
  border-color: #FD782D;
}

.section.animaciya .detailed_active {
  margin-left: -400px;
}

.branding-right {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #1b6b6b;
  font-weight: 600;
  /* margin-top: -230px; */
  margin-left: 289px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: .25;
}

.branding-right .line {
  margin-bottom: 20px;
}

#canvasBook {
  height: 74% !important;
  width: auto !important;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.salat .footer {
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 16px;
  color: #1e1e1e;
  padding-left: 88px;
  z-index: 2;
}
.footer_link-gray{
   color: #555;
}
.footer_link-gray:hover{
   color: #aaa;
}
.global_footer_bottom{
   padding-bottom: 0;
}
.footer span {
  vertical-align: -2px;
}

.modal-window {
  display: none;
}

#main-video {
  height: 100%;
}

#main-video iframe {
  width: 100%;
  height: 100%;
}

.videoWrapCanvas {
  width: 400px;
  height: 500px;
  position: absolute;
  top: 50%;
  margin-top: -300px;
  right: 50%;
  margin-right: -250px;
}

.videoWrapCanvas canvas {
  width: 100% !important;
  height: auto !important;
}

.section.brendirovanie {
  background-color: #33CCCC;
  background-image: url(../img/back_book.png);
  /* background-size: 55% 100%; */
}

.section.brendirovanie .bottom-tag {
  color: #1e1e1e;
}

.section.brendirovanie .slide-text-aside {
  height: 350px;
}

.section.brendirovanie .slide-text-aside .title {
  color: #33CCCC;
}

.section.brendirovanie .slide-text-aside li:before {
  content: '•';
  color: #33CCCC;
  margin-right: 7px;
}

.section.brendirovanie .slide-text-aside .text {
  border-color: #33CCCC;
}

.bookWrapCanvas {
  width: 33%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

.bookWrapCanvas canvas {
  width: 100% !important;
  height: auto !important;
}

.section.salat {
  overflow: hidden;
  background: #e8e8e8;
  background: -o-radial-gradient(center, ellipse, #e8e8e8 0%, #d6d6d6 100%);
  background: radial-gradient(ellipse at center, #e8e8e8 0%, #d6d6d6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e8e8e8', endColorstr='#d6d6d6', GradientType=1);
}

.salat .slide-text-aside .title {
  color: #1e1e1e;
  padding-left: 0;
}

.salat-line {
  height: 1px;
  width: 110px;
  background-color: #1e1e1e;
  margin: 0 auto;
  margin-bottom: 15px;
  display: none;
}

.salat .slide-text-aside .text {
  border-color: #1e1e1e;
  color: #1e1e1e;
  /* padding-left: 0; */
}

.salat .slide-text-aside .detailed_active {
  width: 400px;
  color: #fff;
}

/* .salat .slide-text-aside .detailed.detailed_active{
	margin: 0;
} */
.salatWrapCanvas {
  width: 34%;
  position: absolute;
  bottom: 35%;
  margin-top: -595px;
  right: 50%;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
}

.salatWrapCanvas canvas {
  width: 100% !important;
  height: auto !important;
}


.button_for_form {
  margin: 0 auto;
  display: block;
  width: 170px;
  padding: 10px 0;
  text-align: center;
  border: 2px solid #1e1e1e;
  color: #1e1e1e;
  text-transform: uppercase;
  background: -o-linear-gradient(right, #1e1e1e, #1e1e1e);
  background: -webkit-gradient(linear, right top, left top, from(#1e1e1e), to(#1e1e1e));
  background: linear-gradient(to left, #1e1e1e, #1e1e1e);
  background-repeat: no-repeat;
  background-position: top;
  background-size: 110% 0%;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.button_for_form:hover {
  background-size: 110% 110%;
  color: #fff;
}

.pepperSide_text {
  display: none;
  position: absolute;
  top: calc(50% - -106px);
  right: 101px;
  color: #919191;
  font-size: 20px;
}

.pepperSide_text:before {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: -56px;
  width: 53px;
  height: 53px;
  background-image: url(../img/arrow_why.png);
  background-repeat: no-repeat;
  background-size: contain;
}
/*
.fancybox-inner {
  background: none;
} */

.error-page {
  height: 100%;
  padding-top: 8%;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #1e1e1e;
  background: #f5f6f7;
  /* Old browsers */
  background: -o-radial-gradient(center, ellipse, #f5f6f7 0%, #d9dee1 100%);
  background: radial-gradient(ellipse at center, #f5f6f7 0%, #d9dee1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f6f7', endColorstr='#d9dee1', GradientType=1);
}

.error-page .num {
  font-family: 'opengostb';
  font-size: 200px;
}

.error-page .text {
  font-family: 'futurisbold';
  font-size: 150px;
  text-transform: uppercase;
  margin-top: 35px;
}

.error-page .dot {
  margin-left: 35px;
  position: relative;
}

.error-page .dot span {
  position: absolute;
  width: 103px;
  height: 83px;
  background: url(../img/quest/icon_quest.png) no-repeat 0 0;
  left: -20px;
  top: 19px;
}

.error-page .bot {
  margin-top: 80px;
}

.error-page .bot a {
  font-size: 18px;
  color: #1e1e1e;
  display: inline-block;
  vertical-align: top;
  padding: 13px 35px;
  border: 3px solid #1e1e1e;
  font-family: 'futuris';
  text-transform: uppercase;
  border-radius: 6px;
  text-decoration: none;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.error-page .bot a:hover {
  color: #fff;
  background: #1e1e1e;
}

.error-page footer {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  text-align: center;
  font-family: 'futuris';
  font-size: 18px;
  color: #1e1e1e;
}



.or-block-wid p, .res-block-wid p {
  font-weight: bold;
  font-size: 25px;
  margin-bottom: 8px;
}

.or-block-wid div, .res-block-wid div {
  font-size: 20px;
}

.popup-more {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 10;
  /* align-items: center;
	justify-content: center; */
}

.popup-content {
  width: 712px;
  margin: 0 auto;
  margin-top: 150px;
}

.popup-more.popup_active {
  display: block;
}

.popup-more .title {
  font-size: 25px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 800;
  /* margin-bottom: 25px; */
}

.sites-popup {
  background-color: #1f1f1f;
}

.advertisement-popup {
  background-image: url(../img/landing/popup_ads.jpg);
}

.anim-popup {
  background-image: url(../img/landing/popup_animation.jpg);
}

.book-popup {
  background-image: url(../img/landing/popup_brand.jpg);
}

.sites-popup--content {
  position: relative;
}

.sites-popup--center {
  border: 1px solid #787878;
  padding: 40px;
}

.prototype-top, .prototype-left--top, .prototype-left--bottom, .prototype-right--top, .prototype-right--bottom, .sites-popup--del, .sites-popup--left_pepper, .sites-popup--right_pepper {
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  position: absolute;
}

.prototype-top, .prototype-left--top, .prototype-left--bottom, .prototype-right--top, .prototype-right--bottom {
  opacity: 0;
}

.prototype-top {
  width: 100%;
  top: -57px;
}

.prototype-left--top {
  top: 0;
  left: -344px;
}

.prototype-left--bottom {
  top: 330px;
  left: -185px;
}

.prototype-right--top {
  top: 0;
  right: -293px;
}

.prototype-right--bottom {
  top: 189px;
  right: -293px;
}

.sites-popup--del {
  position: absolute;
  width: 102px;
  height: 100px;
  background-image: url(../img/landing/Del-white.png);
  background-size: contain;
  background-repeat: no-repeat;
  bottom: 77px;
  margin: 0 auto;
  cursor: pointer;
  left: 0;
  right: 0;
}

.sites-popup--del:hover {
  background-image: url(../img/landing/Del-black.png);
}

.sites-popup--del__active {
  background-image: url(../img/landing/Del-black.png);
}

.sites-popup--left_pepper {
  bottom: -68px;
  right: calc(50% - -111px);
}

.sites-popup--right_pepper {
  bottom: -100px;
  left: calc(50% - -74px);
}

.detailed_close {
  cursor: pointer;
  width: 130px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 7px;
  border: 2px solid #fff;
  margin: 0 auto;
  margin-top: 30px;
  text-align: center;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  background: -o-linear-gradient(right, #fff, #fff);
  background: -webkit-gradient(linear, right top, left top, from(#fff), to(#fff));
  background: linear-gradient(to left, #fff, #fff);
  background-repeat: no-repeat;
  background-position: top;
  background-size: 110% 0%;
}

.detailed_close:hover {
  background-size: 110% 110%;
  color: #1e1e1e;
}
/*
.fancybox-inner {
  padding: 13px;
  margin-left: -13px;
  margin-top: -13px;
  overflow: scroll;
  color: #fff;
} */
/*
.fancybox-close {
  top: -13px;
  right: -13px;
} */

.popup-darken {
  display: none;
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #1f1f1f;
  opacity: .85;
}

.prototype_act {
  opacity: 1;
}

.none_border {
  border: none;
}

/* АДАПТАЦИЯ ПОПАПОВ */
@media only screen and (max-height: 884px) {
  .sites-popup--del {
    bottom: 40px;
  }

  .sites-popup--left_pepper {
    width: 110px;
  }

  .sites-popup--right_pepper {
    width: 120px;
    bottom: -80px;
    left: calc(50% - -104px);
  }
}

@media only screen and (max-height: 784px) {
  .sites-popup--del {
    bottom: 35px;
    width: 80px;
    height: 80px;
  }

  .sites-popup--left_pepper {
    width: 93px;
    right: calc(50% - -88px);
  }

  .sites-popup--right_pepper {
    width: 103px;
    left: calc(50% - -84px);
  }

  .sites-popup--center {
    padding: 9px 40px;
  }

  .sites-popup--center .detailed_close {
    margin-top: 16px;
  }
}

@media only screen and (max-height: 690px) {
  .prototype-top {
    display: none;
  }

  .sites-popup--content {
    margin-top: 70px;
  }
}

@media only screen and (max-height: 600px) {
  .sites-popup--del {
    bottom: 18px;
    width: 60px;
    height: 60px;
  }

  .sites-popup--left_pepper {
    width: 69px;
    right: calc(50% - -78px);
    bottom: -50px;
  }

  .sites-popup--right_pepper {
    width: 73px;
    left: calc(50% - -84px);
    bottom: -50px;
  }

  .detailed_close {
    margin-top: 13px;
  }
}

@media only screen and (max-width: 1528px) {
  .prototype-left--top {
    left: -204px;
    width: 190px;
  }

  .prototype-left--bottom {
    top: 195px;
    left: -144px;
    width: 130px;
  }

  .prototype-right--top {
    right: -193px;
    width: 180px;
  }

  .prototype-right--bottom {
    top: 127px;
    right: -195px;
    width: 180px;
  }
}

@media only screen and (max-width: 1232px) {
  .sites-popup--content .text {
    height: 257px;
    overflow: scroll;
  }

  .sites-popup--content {
    width: 400px;
  }

  .sites-popup--center {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media only screen and (max-width: 777px) {
   .salat .footer {
    padding-left: 0px;
    bottom: 12px;
   }
   .global_footer_bottom a:last-child {
    margin-top: 3px;
    margin-bottom: 8px;
   }
   .salad_bottom_text{
      display: none;
   }
}
@media only screen and (max-width: 872px) {
  .prototype-left--top {
    left: -144px;
    width: 130px;
  }

  .prototype-left--bottom {
    top: 138px;
  }

  .prototype-right--top {
    right: -133px;
    width: 120px;
  }

  .prototype-right--bottom {
    top: 88px;
    right: -134px;
    width: 120px;
  }

  .popup-content {
    width: 400px;
  }

  .popup-content .text {
    height: 70%;
    overflow: scroll;
  }
}
@media only screen and (max-width: 1000px), (max-height: 530px) {
  .popup-darken {
    display: block;
  }
}

@media only screen and (max-width: 772px), (max-height: 530px) {
  .prototype-top, .prototype-left--top, .prototype-left--bottom, .prototype-right--top, .prototype-right--bottom, .sites-popup--del, .sites-popup--left_pepper, .sites-popup--right_pepper {
    display: none;
  }

  .sites-popup--center {
    border: none;
    height: calc(100% - 80px);
  }

  .popup-content {
    margin-top: 60px;
    height: calc(100% - 100px);
  }

  .sites-popup--content {
    margin-top: 40px;
  }

  .sites-popup--content .text {
    height: 88%;
  }
}

@media only screen and (max-width: 424px) {
  .popup-content {
    width: 80%;
  }

  .sites-popup--content {
    width: 96%;
  }
}



/* АДАПТАЦИЯ ПЕРЦЕВ */
@media only screen and (max-width: 856px) and (orientation: landscape) {
  #animation_container_pepper {
    left: 25%;
    -webkit-transform: scale(1.6);
    -ms-transform: scale(1.6);
    transform: scale(1.6);
  }

  .sites-text {
    display: none !important;
  }
}

/* АДАПТАЦИЯ ОГУРЦОВ */
@media only screen and (max-height: 700px) and (orientation:landscape) {
  #canvasCucumber {
    height: 80% !important;
    width: auto !important;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}

/* АДАПТАЦИЯ КНИГИ */
@media only screen and (max-height: 700px) {
  #animation_containerBook {
    height: 80% !important;
    width: auto !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}

/* АДАПТАЦИЯ САЛАТА НАЧАЛО */
@media only screen and (max-width: 1660px) {
   #animation_containerSalad{
      width: 540px !important;
   }
   #canvasSalad {
    bottom: calc(50% - 165px);
   }
   .salat .slide-text-aside{
     top: calc(50% - 290px);
   }
   .salad_bottom_text {
    bottom: calc(50% - 220px);
   }
}
@media only screen and (max-width: 1440px) {
   #animation_containerSalad{
      width: 440px !important;
   }
   #canvasSalad {
    bottom: calc(50% - 155px);
   }
   .salat .slide-text-aside {
       top: calc(50% - 228px);
   }
   .salad_bottom_text {
    bottom: calc(50% - 215px);
  }
}
@media only screen and (max-width: 720px) {
   #animation_containerSalad{
      width: 340px !important;
   }
   #canvasSalad {
    bottom: calc(50% - 115px);
   }
   .salat .slide-text-aside{
      height: 106px;
   }
   .salat .slide-text-aside {
       top: calc(50% - 185px);
   }
   .salad_bottom_text {
    bottom: calc(50% - 165px);
   }
   .salat .slide-text-aside .text{
      margin-top: 5px;
      margin-bottom: 10px;
   }
   .salad_bottom_text {
    bottom: calc(50% - 185px);
   }
}
@media only screen and (max-width: 600px) {
   #animation_containerSalad{
      width: 340px !important;
   }
   #canvasSalad {
    bottom: calc(50% - 150px);
   }
   .salat .slide-text-aside {
       top: calc(50% - 185px);
   }
   .salad_bottom_text {
    bottom: 40px;
   }
}
@media only screen and (max-width: 438px) {
   #animation_containerSalad{
      width: 300px !important;
   }
   #canvasSalad {
    bottom: calc(50% - 150px);
   }
   .salat .slide-text-aside .text{
      margin-top: 10px;
      margin-bottom: 15px;
      padding-left: 0;
   }
}

/* АДАПТАЦИЯ САЛАТА КОНЕЦ */
@media only screen and (max-width: 1700px) {
  .sites-text-top {
    font-size: 30px;
  }

  .sites-text-top span {
    line-height: 33px;
  }

  .sites-text-center {
    font-size: 25px;
  }

  .sites-text-center p {
    font-size: 37px;
    margin-top: 15px;
  }

  .sites-text-bottom {
    margin-top: 24px;
  }

  .sites-text {
    margin-top: -106px;
    width: 430px;
  }

  .sites-text-bottom span {
    font-size: 30px;
  }

  .sites-text-bottom .button-black {
    padding: 13px;
    vertical-align: 6px;
  }

  .sites-text-center p:after {
    right: 90px;
    top: 3px;
  }

  .sites-pepper {
    margin-right: -85px;
  }

  .error-page .num {
    font-size: 165px;
  }

  .error-page .text {
    font-size: 120px;
    margin-top: 21px;
  }

  .error-page .bot {
    margin-top: 50px;
  }

  /* .animaciya .text.detailed_active, .animaciya .detailed_active{
		width: 400px;
	} */
}

@media only screen and (max-width: 1550px) {
  .branding-right .big {
    font-size: 60px;
  }
}

@media only screen and (max-width: 1450px) {
  .canvas-wrapper {
    /* width: 730px; */
  }

  .slide-text-aside {
    right: auto;
    left: 220px;
  }

  .advertisement_right .line {
    margin-bottom: 0px;
  }

  .advertisement_right {
    margin-top: -160px;
    margin-left: 259px;
  }

  .advertisement_right .big {
    font-size: 77px;
  }

  .advertisement_right .small {
    font-size: 19px;
  }

  .videoWrapCanvas {
    width: 340px;
    height: 500px;
    margin-top: -250px;
    margin-right: -170px;
  }

  .form_container_main {
    bottom: 70px;
  }

  /* #canvasSalad {
    bottom: 120px;
  } */
  /* .salad_bottom_text{
     bottom: 64px;
  } */
  /* .salat .slide-text-aside{
    top: 90px;
  } */
}

@media only screen and (max-width: 1300px) {
  .bottom-text div:first-child {
    font-size: 45px;
  }

  .bottom-text {
    font-size: 14px;
  }
}

@media only screen and (max-width: 1226px) {
  .slider-menu {
    width: 25px;
  }

  .slider-menu a {
    display: none;
  }

  .slide-text-aside {
    left: 110px;
  }

  .sites-text {
    left: 63%;
  }
}

@media only screen and (max-width: 1162px) {
  #canvasCucumber, #animation_containerCucumber{
     width: 370px!important;
     height: 540px!important;
 }
 #animation_containerCucumber {
    left: 132px;
  }
  .advertisement_right .big {
    font-size: 64px;
  }
}

@media only screen and (max-width: 1091px) {
  .slider-menu {
    left: 15px;
  }

  .slide-text-aside {
    left: 60px;
    width: 250px;
  }
}
@media only screen and (max-height: 514px){
   .small_screen_text {
     display: none;
   }
   .sites .slide-text-aside {
     height: 186px;
   }

   .advertisement .slide-text-aside {
     height: 150px;
   }

   .section.animaciya .slide-text-aside {
     height: 140px;
   }

   .section.brendirovanie .slide-text-aside {
     height: 130px;
   }
}
@media only screen and (max-width: 860px) {
  #animation_containerPepperSide {
    display: none;
  }
/*
  #animation_containerSalad {
    width: 42% !important;
  } */

  .small_screen_text {
    display: none;
  }

  .sites .slide-text-aside {
    height: 186px;
  }

  .advertisement .slide-text-aside {
    height: 150px;
  }

  .section.animaciya .slide-text-aside {
    height: 140px;
  }

  .section.brendirovanie .slide-text-aside {
    height: 130px;
  }
}

@media only screen and (max-width: 712px) {
   .salat .slide-text-aside {
       margin-left: -175px;
       width: 350px;
   }
   .salad_bottom_text {
       width: 350px;
   }
}

@media only screen and (max-width: 459px) {
  .salat .slide-text-aside {
    margin-left: -150px;
    width: 300px;
  }

  .salad_bottom_text {
    width: 300px;
  }
}

/* @media only screen and (max-width: 1030px) and (min-height: 1360px), (max-width: 800px){ */
@media only screen and (orientation: portrait) {
  #animation_containerAnim_mini {
    display: block;
  }

  #animation_containerAnim {
    display: none;
  }

  #animation_containerBook {
    bottom: 11%;
    margin-bottom: 0;
  }

  #canvasBook {
    width: 70% !important;
    height: auto !important;
    margin-bottom: 0;
  }

  #animation_containerSauce, #animation_containerCucumber, #animation_container_pepper {
    height: 100% !important;
    width: 100% !important;
    margin-bottom: 0;
    bottom: 6%;
  }

  #animation_containerCucumber {
    left: 16px;
  }

  #canvasSauce, #canvasCucumber {
    margin-bottom: 0px;
    height: 49% !important;
    width: auto !important;
  }

  #canvasCucumber {
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  #animation_container_pepper {
    height: 100% !important;
    width: 100% !important;
  }

  #canvasPepper {
    height: 100% !important;
    width: auto !important;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    bottom: -30%;
  }

  .section {
    background-position-y: 0px;
    background-size: 125% 125%;
  }

  .section.sites {
    background-image: url(../img/back_sites_rotate.png);
  }

  .section.advertisement {
    background-image: url(../img/back_cucumber_rotate.png);
  }

  .section.brendirovanie {
    background-image: url(../img/back_book_rotate.png);
  }

  .section.viderec {
    background-image: url(../img/back_sous2_rotate.png);
  }

  .section.animaciya {
    background-image: url(../img/back_packman_rotate.png);
  }

  .section.animaciya #canvasAnim {
    display: none !important;
  }

  .slider-menu .white li:before {
    background: #1e1e1e !important;
  }

  .slider-menu li.active svg {
    stroke: #1e1e1e;
  }

  .section.animaciya .slide-text-aside .title {
    color: #FD782D;
  }

  .animaciya .detailed {
    color: #fff;
  }

  .animaciya .detailed:before {
    background-color: #FD782D;
  }

  .section.animaciya .text {
    border-color: #FD782D;
  }

  .slide-text-aside .title {
    font-size: 31px;
    text-align: center;
  }

  .salat .slide-text-aside .title {
    font-size: 27px
  }

  .slide-text-aside, .section.animaciya .slide-text-aside {
    width: 400px;
    margin-top: 0;
    top: 60px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  .slide-text-aside .text {
    font-size: 16px;
    margin-left: auto;
    margin-right: auto;
    line-height: 22px;
  }

  .text.detailed_active, .detailed_active {
    width: 400px;
  }

  .section.animaciya .detailed_active {
    margin-left: 0;
  }

  .sites-pepper {
    height: 70%;
    bottom: 0;
  }

  .bottom-text {
    width: 530px;
    text-align: center;
    bottom: 70px;
    right: 0;
    left: 0;
    margin: 0 auto;
  }

  .advertisement .slide-text-aside {
    margin-top: 0px;
  }

  .advertisement_right {
    display: none;
  }

  .branding-right {
    display: none;
  }

  .sites-text {
    display: none !important;
  }
}
@media screen and (max-width: 1041px){
   .header_right {
       padding-right: 0;
   }
}
@media only screen and (orientation: portrait) and (max-width: 630px) {
  .bottom-text {
    display: none;
  }
}

@media only screen and (orientation: portrait) and (max-width: 600px) {
  .bottom-tag {
    right: 24px;
    bottom: 18px;
    font-size: 25px;
  }

  /* #canvasSalad {
    bottom: 200px;
  } */

  /* #animation_containerSalad {
    width: 59% !important;
  } */
}

@media only screen and (orientation: portrait) and (max-width: 450px) {
  .slide-text-aside .title {
    font-size: 26px;
  }

  .slide-text-aside, .section.animaciya .slide-text-aside {
    top: 60px;
  }

  .slide-text-aside, .section.animaciya .slide-text-aside {
    width: 90%;
  }

  .bottom-tag {
    right: 24px;
    bottom: 18px;
    font-size: 21px;
  }

  .next-slide {
    width: 38px;
    height: 34px;
    bottom: 14px;
  }

  .slider-menu {
    margin-top: 0px;
  }
}

@media only screen and (max-width: 450px) {
  .salat .slide-text-aside {
    margin-left: -150px;
    width: 300px;
  }

  .form_container_main {
    width: 260px;
  }

  .form_container_main .main_form_input {
    width: 100%;
    height: 39px;
    margin: 0 auto;
    margin-bottom: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  input.questions_form_button {
    width: 100%;
    height: 39px;
    margin: 0 auto;
    background: none;
    border: 2px solid #1e1e1e;
    cursor: pointer;
    background: -o-linear-gradient(right, #1e1e1e, #1e1e1e);
    background: -webkit-gradient(linear, right top, left top, from(#1e1e1e), to(#1e1e1e));
    background: linear-gradient(to left, #1e1e1e, #1e1e1e);
    background-repeat: no-repeat;
    background-position: top;
    background-size: 110% 0%;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
  }

  input.questions_form_button:hover {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    color: #fff;
    background-size: 110% 110%;
  }

  .form_container_main label {
    left: 13px;
  }

  .form_container_main label.label_tel {
    left: 13px;
    top: 100px;
  }

  .salat .slide-text-aside {
    top: 60px;
  }
}
@media only screen and (max-width: 340px) {
  .sites-popup--content .text {
    height: 80%;
  }
  .sites-popup--center {
    height: calc(100% - 37px);
  }
  .salat .slide-text-aside{
     top: auto;
     margin-top: 20%;
  }
   #canvasSalad{
      display: none !important;
   }
   .salat .slide-text-aside {
    margin-left: -130px;
    width: 260px;
    margin-top: 0;
    top: calc(50% - 70px);
   }
}
@media screen and (max-width: 417px) {
  .form_container {
    width: 96%;
  }
}

@media only screen and (orientation: portrait) and (max-width: 360px) {
  .bottom-tag {
    right: 11px;
    bottom: 18px;
    font-size: 19px;
  }
}

@media only screen and (max-width: 1030px) and (min-height: 1360px) {
  .bottom-text div:first-child {
    font-size: 75px;
  }

  .bottom-text {
    font-size: 20px;
    width: 90%;
    text-align: center;
    z-index: 0;
  }
}

@media only screen and (max-width: 946px) {
  .slider-menu {
    left: 16px;
  }
}

@media only screen and (max-width: 1164px) and (orientation: landscape) {
  #canvasBook {
    height: 60% !important;
  }

  .branding-right {
    margin-left: 220px;
  }
}

@media only screen and (max-width: 1030px) and (orientation: landscape) {
  .advertisement_right .big, .branding-right .big {
    font-size: 47px;
  }
}

@media only screen and (max-width: 946px) and (orientation: landscape) {
  .advertisement_right .small {
    font-size: 16px;
  }

  .section.animaciya .slide-text-aside {
    margin-left: 80px;
  }

  .sites-text-top {
    font-size: 25px;
  }

  .sites-text-top span {
    line-height: 27px;
  }

  .sites-text-center p {
    font-size: 31px;
  }

  .slide-text-aside .title {
    font-size: 22px;
  }

  .branding-right {
    display: none;
  }
}

@media only screen and (max-width: 856px) and (orientation: landscape) {
  .slide-text-aside {
    left: 70px;
  }

  .advertisement_right {
    display: none;
  }

  #animation_containerCucumber, #animation_containerSauce, #animation_containerBook {
    margin-right: 20px;
  }

  #canvasSauce, #canvasBook {
    margin-right: 0;
  }

  .section.animaciya .slide-text-aside {
    margin-left: 70px;
  }

  .section.animaciya .text {
    width: 200px;
  }
}

@media only screen and (max-width: 788px) and (orientation: landscape) {
  .sites-text, .bottom-text {
    display: none !important;
  }

  .sites-pepper {
    left: 0%;
  }

  .sites-pepper {
    width: 150%;
  }
}



@media only screen and (max-height: 450px) and (orientation: landscape) {
  .next-slide {
    width: 32px;
    height: 28px;
    bottom: 10px;
  }

  .main_bottom_text {
    bottom: 40px;
  }
}
@media screen and (max-height:485px) and (max-width:350px) {
   .detailed{
      font-size: 0;
      width: 29px;
      margin-top: 10px;
   }
   .detailed:before{
      display: none;
   }
}


/* Заглушка на ресайзинг десктопа начало*/
@media screen and (max-height:400px), (max-width:650px) and (orientation: landscape) {
   .resize-block{
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
   }
}
/* Заглушка на ресайзинг десктопа конец*/
/* Заглушка на телефонах начало*/
@media only screen and (max-height:450px) and (orientation: landscape) {
  .orient-block.mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
/* Заглушка на телефонах конец*/
