#easy-fry {
  width: 100%;
  height: auto;
  position: relative;
  background: #000000;
  color: #fff;
  font-family: "PT Sans", sans-serif;
}

#easy-fry * {
  box-sizing: border-box;
}

#easy-fry h2,
#easy-fry h3,
#easy-fry h4,
#easy-fry h5,
#easy-fry h6,
#easy-fry p,
#easy-fry div,
#easy-fry table,
#easy-fry caption,
#easy-fry tbody,
#easy-fry tfoot,
#easy-fry thead,
#easy-fry tr,
#easy-fry th,
#easy-fry td,
#easy-fry figure,
#easy-fry ul,
#easy-fry li {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  line-height: 130%;
}

#easy-fry table {
  border-collapse: collapse !important;
  border-spacing: 0 !important;
}

#easy-fry p:first-child,
#easy-fry p:last-child {
  padding-left: 0;
}

#easy-fry b {
  font-weight: 700;
}

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

#easy-fry .easy-fry__container {
  position: relative;
  width: 1006px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

#easy-fry .easy-fry__hero {
  display: flex;
  margin-bottom: 120px;
}

#easy-fry .easy-fry__hero-col {
  display: flex;
  flex-direction: column;
}

#easy-fry .easy-fry__hero-col_img {
  flex: 0 0 56%;
}

#easy-fry .easy-fry__hero-col_content {
  background-image: url("https://files.foxtrot.com.ua/StaticContent/Ext/foxtrot/tefal/EY831_new/image/hero-ellipse.png");
  background-size: 400px;
  background-repeat: no-repeat;
  background-position: center;
  transition: 0.5s all ease-in-out;
  margin-left: 20px;
}

#easy-fry .easy-fry__hero-col_content:hover {
  background-size: 600px;
}

#easy-fry .easy-fry__hero-logo {
  margin: 57px 0 47px;
  text-align: center;
}

#easy-fry .easy-fry__hero-img {
  position: relative;
  display: flex;
}

#easy-fry .easy-fry__hero-img_mobile {
  display: none;
  -webkit-transform: translateX(-13px);
  transform: translateX(-13px);
}

#easy-fry .easy-fry__hero-img-1 {
  position: absolute;
  margin: auto;
  -webkit-transform: translate(34%, 33%);
  transform: translate(34%, 33%);
  height: 69%;
  left: 0;
}

#easy-fry .easy-fry__hero-img-2 {
  -webkit-animation: easeFryContrastBlur 10s infinite;
  animation: easeFryContrastBlur 10s infinite;
}

#easy-fry .easy-fry__hero-title {
  font-size: 24px;
  text-align: center;
  margin-bottom: 34px;
  position: relative;
}

#easy-fry .easy-fry__hero-title b {
  font-weight: 700;
  font-size: 40px;
  -webkit-animation: easyFryHeat 10s infinite;
  animation: easyFryHeat 10s infinite;
}

#easy-fry .easy-fry__hero-subtitle {
  font-size: 24px;
  text-align: center;
  flex-grow: 1;
}

#easy-fry .easy-fry__hero-notice {
  font-size: 10px;
  opacity: 0.8;
  margin-top: 35px;
}

#easy-fry .easy-fry__technology {
  display: flex;
  align-items: center;
  margin-bottom: 120px;
}

#easy-fry .easy-fry__technology-img img {
  display: block;
}

#easy-fry .easy-fry__technology-img-2 {
  position: absolute;
  left: 35%;
  top: 43%;
  width: 36%;
  opacity: 0;
  transition: 1.2s all ease-in-out;
  -webkit-animation: easyFryBlow 10s infinite;
  animation: easyFryBlow 10s infinite;
}

#easy-fry .easy-fry__technology-col_img {
  flex: 0 0 57%;
  position: relative;
}

#easy-fry .easy-fry__technology-col_content {
  background-image: url("https://files.foxtrot.com.ua/StaticContent/Ext/foxtrot/tefal/EY831_new/image/hero-ellipse.png");
  background-size: 400px;
  background-repeat: no-repeat;
  background-position: center;
  transition: 0.5s all ease-in-out;
  padding: 50px 0;
}

#easy-fry .easy-fry__technology-col_content:hover {
  background-size: 600px;
}

#easy-fry .easy-fry__technology-title {
  font-weight: 700;
  font-size: 32px;
  line-height: 120%;
  text-align: center;
}

#easy-fry .easy-fry__technology-title span {
  display: block;
  margin-bottom: 10px;
}

#easy-fry .easy-fry__technology-title b {
  -webkit-animation: easyFryHeat 10s infinite;
  animation: easyFryHeat 10s infinite;
}

#easy-fry .easy-fry__technology-subtitle {
  font-size: 21px;
  text-align: center;
  margin-top: 10px;
}

#easy-fry .easy-fry__technology-bottom {
  margin-top: 50px;
  font-weight: 400;
  font-size: 21px;
  text-align: center;
}

#easy-fry .easy-fry__technology-bottom i {
  font-style: normal;
  -webkit-animation: easyFryHeat 10s infinite;
  animation: easyFryHeat 10s infinite;
}

#easy-fry .easy-fry__fatless {
  display: flex;
  margin-bottom: 120px;
  padding: 0 15px;
}

#easy-fry .easy-fry__fatless-col_content {
  background-image: url("https://files.foxtrot.com.ua/StaticContent/Ext/foxtrot/tefal/EY831_new/image/hero-ellipse.png");
  background-size: 400px;
  background-repeat: no-repeat;
  background-position: center;
  transition: 0.5s all ease-in-out;
  display: flex;
  align-items: center;
  flex-grow: 1;
}

#easy-fry .easy-fry__fatless-col_content:hover {
  background-size: 600px;
}

#easy-fry .easy-fry__fatless-col_img {
  flex: 0 0 47%;
}

#easy-fry .easy-fry__fatless-img {
  position: relative;
}

#easy-fry .easy-fry__fatless-img:hover b {
  text-shadow: 2px 2px 26px #FF0000;
}

#easy-fry .easy-fry__fatless-img video {
  position: absolute;
  top: 9%;
  left: 29%;
  width: 43%;
  height: 43%;
  opacity: 0.5;
}

#easy-fry .easy-fry__fatless-img img {
  position: relative;
  display: block;
}

#easy-fry .easy-fry__fatless-feature {
  text-align: center;
  position: absolute;
  display: flex;
  flex-direction: column;
  top: 7%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
}

#easy-fry .easy-fry__fatless-feature b {
  font-weight: 700;
  font-size: 36px;
  line-height: 100%;
  transition: 0.25s all ease-in-out;
  text-shadow: 0 0 16px #FF0000;
}

#easy-fry .easy-fry__fatless-feature span {
  font-weight: 700;
  font-size: 21px;
  line-height: 100%;
}

#easy-fry .easy-fry__fatless-title {
  font-weight: 700;
  font-size: 32px;
  text-align: center;
  max-width: 388px;
  margin-left: auto;
  margin-right: auto;
}

#easy-fry .easy-fry__fatless-title b {
  color: #DA0000;
}

#easy-fry .easy-fry__capacity {
  display: flex;
  margin-bottom: 120px;
  padding: 0 15px;
}

#easy-fry .easy-fry__capacity-col_mid {
  position: relative;
  flex: 0 0 32%;
}

#easy-fry .easy-fry__capacity-col_right {
  text-align: right;
  display: flex;
  flex-direction: column;
  flex: 0 0 35%;
}

#easy-fry .easy-fry__capacity-col_left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 0 0 33%;
  background-image: url("https://files.foxtrot.com.ua/StaticContent/Ext/foxtrot/tefal/EY831_new/image/hero-ellipse.png");
  background-size: 400px;
  background-repeat: no-repeat;
  background-position: center;
  transition: 0.5s all ease-in-out;
}

#easy-fry .easy-fry__capacity-col_left:hover {
  background-size: 600px;
}

#easy-fry .easy-fry__capacity-title {
  font-size: 24px;
  line-height: 120%;
  max-width: 282px;
}

#easy-fry .easy-fry__capacity-circle {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#easy-fry .easy-fry__capacity-circle img {
  -webkit-animation: easeFryRotate 12s linear infinite;
  animation: easeFryRotate 12s linear infinite;
}

#easy-fry .easy-fry__capacity-subtitle {
  margin-top: 40px;
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  color: #DA0000;
}

#easy-fry .easy-fry__capacity-features {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  justify-content: space-between;
}

#easy-fry .easy-fry__capacity-features-row {
  flex: 0 0 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#easy-fry .easy-fry__capacity-features-row:first-child {
  margin-bottom: 35px;
}

#easy-fry .easy-fry__capacity-features-row:last-child {
  margin-top: 35px;
}

#easy-fry .easy-fry__capacity-features p {
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
}

#easy-fry .easy-fry__capacity-bowl {
  margin: 10px 0;
  transition: 0.2s all ease-in-out;
}

#easy-fry .easy-fry__capacity-bowl:hover {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}

#easy-fry .easy-fry__capacity-bowl img {
  display: block;
  width: 126px;
  height: 98px;
}

#easy-fry .easy-fry__capacity-rtitle {
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  margin-bottom: 5px;
}

#easy-fry .easy-fry__capacity-rsubtitle {
  font-size: 16px;
  line-height: 120%;
  margin-bottom: 15px;
  flex-grow: 1;
}

#easy-fry .easy-fry__capacity-video video {
  max-width: 100%;
  width: 245px;
}

#easy-fry .easy-fry__heat {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 100px;
  margin-bottom: 20px;
  background-image: url("https://files.foxtrot.com.ua/StaticContent/Ext/foxtrot/tefal/EY831_new/image/ellipse-big.png");
  background-size: 800px;
  background-repeat: no-repeat;
  background-position: center top;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

#easy-fry .easy-fry__heat-col {
  flex: 0 0 33.3%;
  display: flex;
  flex-direction: column;
}

#easy-fry .easy-fry__heat-col_header {
  flex: 0 0 100%;
}

#easy-fry .easy-fry__heat-col_left {
  padding-right: 50px;
  justify-content: center;
  background-image: url("https://files.foxtrot.com.ua/StaticContent/Ext/foxtrot/tefal/EY831_new/image/arrow-right.png");
  background-repeat: no-repeat;
  background-size: 40px;
  background-position: right 9px center;
}

#easy-fry .easy-fry__heat-col_right {
  padding-left: 50px;
  justify-content: center;
  text-align: right;
  background-image: url("https://files.foxtrot.com.ua/StaticContent/Ext/foxtrot/tefal/EY831_new/image/arrow-left.png");
  background-repeat: no-repeat;
  background-size: 40px;
  background-position: left 9px center;
  position: relative;
}

#easy-fry .easy-fry__heat-col_right > * {
  margin-left: auto;
}

#easy-fry .easy-fry__heat-image {
  position: relative;
}

#easy-fry .easy-fry__heat-image p:last-child {
  transition: 0.5s all ease-in-out;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
}

#easy-fry .easy-fry__heat-image:hover p {
  opacity: 1;
}

#easy-fry .easy-fry__heat-heading {
  font-weight: 700;
  font-size: 32px;
  text-align: center;
  margin-bottom: 30px;
}

#easy-fry .easy-fry__heat-title {
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 20px;
}

#easy-fry .easy-fry__heat-title b {
  color: #DA0000;
}

#easy-fry .easy-fry__heat-subtitle {
  font-size: 16px;
  max-width: 229px;
}

#easy-fry .easy-fry__heat-notice {
  position: absolute;
  text-align: right;
  font-size: 10px;
  right: 15px;
  bottom: 104px;
  opacity: 0.8;
}

#easy-fry .easy-fry__benefits {
  display: flex;
  align-items: center;
  padding: 0 15px;
}

#easy-fry .easy-fry__benefits-col {
  position: relative;
}

#easy-fry .easy-fry__benefits-col_img {
  flex: 0 0 55%;
}

#easy-fry .easy-fry__benefits-col_img p {
  display: block;
}

#easy-fry .easy-fry__benefits-col_img p:last-child {
  position: absolute;
  top: 38%;
  width: 80%;
  left: 9%;
  z-index: 1;
  opacity: 0.3;
  -webkit-clip-path: polygon(41% 36%, 72% 31%, 99% 43%, 100% 70%, 71% 88%, 32% 94%, 0 68%, 8% 46%, 31% 32%);
  clip-path: polygon(41% 36%, 72% 31%, 99% 43%, 100% 70%, 71% 88%, 32% 94%, 0 68%, 8% 46%, 31% 32%);
}

#easy-fry .easy-fry__benefits-col_content {
  padding-left: 15px;
}

#easy-fry .easy-fry__benefits-title {
  font-weight: 700;
  font-size: 32px;
  margin-bottom: 40px;
}

#easy-fry .easy-fry__benefits-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#easy-fry .easy-fry__benefits-list li {
  padding-left: 75px;
  margin-bottom: 30px;
  min-height: 50px;
  display: flex;
  align-items: center;
  position: relative;
}

#easy-fry .easy-fry__benefits-list li:before {
  content: "";
  width: 65px;
  height: 54px;
  background-image: url("https://files.foxtrot.com.ua/StaticContent/Ext/foxtrot/tefal/EY831_new/image/bullet.png");
  background-size: 65px;
  background-repeat: no-repeat;
  background-position: center;
  transition: 0.25s all ease-in-out;
  position: absolute;
  left: 0;
  top: -7px;
}

#easy-fry .easy-fry__benefits-list li:hover:before {
  background-image: url("https://files.foxtrot.com.ua/StaticContent/Ext/foxtrot/tefal/EY831_new/image/blow.png");
}

#easy-fry .easy-fry__saving {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 120px 15px;
  background-image: url("https://files.foxtrot.com.ua/StaticContent/Ext/foxtrot/tefal/EY831_new/image/ellipse2.png");
  background-size: 768px;
  background-repeat: no-repeat;
  background-position: top left;
  transition: 0.5s all ease-in-out;
}

#easy-fry .easy-fry__saving-col {
  flex: 1 0;
}

#easy-fry .easy-fry__saving-col_full {
  flex: 0 0 100%;
}

#easy-fry .easy-fry__saving-col_left {
  text-align: right;
  padding-right: 6%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

#easy-fry .easy-fry__saving-col_mid {
  flex: 0 0 39%;
}

#easy-fry .easy-fry__saving-col_right {
  padding-left: 6%;
  display: flex;
  align-items: center;
}

#easy-fry .easy-fry__saving-heading {
  font-weight: 700;
  font-size: 32px;
  text-align: center;
  margin-bottom: 32px;
}

#easy-fry .easy-fry__saving-title {
  font-weight: 700;
}

#easy-fry .easy-fry__saving-title b {
  font-size: 40px;
  text-shadow: 0 0 16px #FF0000;
}

#easy-fry .easy-fry__saving-title span {
  font-size: 24px;
  line-height: 150%;
}

#easy-fry .easy-fry__saving-footer {
  flex: 0 0 100%;
  text-align: center;
  margin-top: 20px;
  font-weight: 700;
  font-size: 24px;
}

#easy-fry .easy-fry__saving-footer p {
  max-width: 312px;
  margin-left: auto;
  margin-right: auto;
  -webkit-animation: easyFryMoving 10s infinite;
  animation: easyFryMoving 10s infinite;
}

#easy-fry .easy-fry__saving-notice {
  margin-top: 30px;
  font-size: 10px;
  line-height: 150%;
  opacity: 0.8;
}

#easy-fry .easy-fry__saving-img {
  display: flex;
  position: relative;
}

#easy-fry .easy-fry__saving-img p:last-child {
  position: absolute;
  top: 27%;
  opacity: 0.3;
  left: 24%;
  width: 53%;
  height: 31%;
}

#easy-fry .easy-fry__programs {
  display: flex;
  padding: 0 15px 120px;
}

#easy-fry .easy-fry__programs-col {
  flex: 0 0 50%;
}

#easy-fry .easy-fry__programs-col_content {
  padding: 30px 46px;
  background-image: url("https://files.foxtrot.com.ua/StaticContent/Ext/foxtrot/tefal/EY831_new/image/ellipse3.png");
  background-size: 500px;
  background-repeat: no-repeat;
  background-position: top left;
  transition: 0.5s all ease-in-out;
}

#easy-fry .easy-fry__programs-title {
  font-size: 24px;
  margin-bottom: 30px;
  max-width: 390px;
}

#easy-fry .easy-fry__programs-title b {
  color: #CC0000;
}

#easy-fry .easy-fry__programs-list li {
  list-style-type: disc;
  font-size: 24px;
  margin-left: 35px;
}

#easy-fry .easy-fry__programs-list li:last-child {
  list-style-type: none;
  margin-left: 11px;
}

#easy-fry .easy-fry__rotate-programs {
  position: relative;
}

#easy-fry .easy-fry__rotate-programs_m {
  width: 90%;
  height: 90%;
}

#easy-fry .easy-fry__rotate-programs_s {
  width: 324px;
  height: 324px;
}

#easy-fry .easy-fry__rotate-programs p {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-animation: easeFryRotateImages 16s infinite;
  animation: easeFryRotateImages 16s infinite;
  transition: 0.3s all linear;
}

#easy-fry .easy-fry__rotate-programs p:nth-child(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

#easy-fry .easy-fry__rotate-programs p:nth-child(2) {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

#easy-fry .easy-fry__rotate-programs p:nth-child(3) {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

#easy-fry .easy-fry__rotate-programs p:nth-child(4) {
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}

#easy-fry .easy-fry__rotate-programs p:nth-child(5) {
  -webkit-animation-delay: 8s;
  animation-delay: 8s;
}

#easy-fry .easy-fry__rotate-programs p:nth-child(6) {
  -webkit-animation-delay: 10s;
  animation-delay: 10s;
}

#easy-fry .easy-fry__rotate-programs p:nth-child(7) {
  -webkit-animation-delay: 12s;
  animation-delay: 12s;
}

#easy-fry .easy-fry__rotate-programs p:nth-child(8) {
  -webkit-animation-delay: 14s;
  animation-delay: 14s;
}

#easy-fry .easy-fry__touch {
  padding: 0 15px 120px;
}

#easy-fry .easy-fry__touch-row {
  display: flex;
}

#easy-fry .easy-fry__touch-heading {
  font-weight: 700;
  font-size: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}

#easy-fry .easy-fry__touch-heading img {
  margin: 0 20px;
}

#easy-fry .easy-fry__touch-examples {
  display: flex;
  flex-wrap: wrap;
  row-gap: 30px;
  -webkit-column-gap: 15px;
  column-gap: 15px;
  position: relative;
  z-index: 2;
}

#easy-fry .easy-fry__touch-examples img {
  flex: 0 0 148px;
  -webkit-animation: easeFryPulseShadow 16s infinite;
  animation: easeFryPulseShadow 16s infinite;
  border-radius: 30px 0;
}

#easy-fry .easy-fry__touch-examples img:nth-child(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

#easy-fry .easy-fry__touch-examples img:nth-child(2) {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

#easy-fry .easy-fry__touch-examples img:nth-child(3) {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

#easy-fry .easy-fry__touch-examples img:nth-child(4) {
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}

#easy-fry .easy-fry__touch-examples img:nth-child(5) {
  -webkit-animation-delay: 8s;
  animation-delay: 8s;
}

#easy-fry .easy-fry__touch-examples img:nth-child(6) {
  -webkit-animation-delay: 10s;
  animation-delay: 10s;
}

#easy-fry .easy-fry__touch-examples img:nth-child(7) {
  -webkit-animation-delay: 12s;
  animation-delay: 12s;
}

#easy-fry .easy-fry__touch-examples img:nth-child(8) {
  -webkit-animation-delay: 14s;
  animation-delay: 14s;
}

#easy-fry .easy-fry__specs {
  display: flex;
  align-items: center;
  margin-bottom: 70px;
  padding: 0 15px;
}

#easy-fry .easy-fry__specs-img {
  display: flex;
  flex: 0 0 55%;
  position: relative;
}

#easy-fry .easy-fry__specs-img p:nth-child(2) {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-animation: easyFryBlow 3s infinite;
  animation: easyFryBlow 3s infinite;
  transition: 0.3s all ease-in-out;
}

#easy-fry .easy-fry__specs-img p:last-child {
  position: absolute;
  top: 30%;
  height: 20%;
  width: 34%;
  left: 42%;
  opacity: 0.3;
  -webkit-transform: rotate(-16deg);
  transform: rotate(-16deg);
  -webkit-clip-path: polygon(45% 52%, 70% 31%, 66% 45%, 89% 97%, 64% 87%, 0% 85%, 0 86%, 18% 61%, 39% 60%);
  clip-path: polygon(45% 52%, 70% 31%, 66% 45%, 89% 97%, 64% 87%, 0% 85%, 0 86%, 18% 61%, 39% 60%);
}

#easy-fry .easy-fry__specs-content {
  padding-left: 15px;
}

#easy-fry .easy-fry__specs-title {
  font-weight: 700;
  font-size: 32px;
  margin-bottom: 30px;
}

#easy-fry .easy-fry__specs-list li {
  list-style-type: disc;
  margin-left: 35px;
  font-size: 21px;
  margin-bottom: 24px;
}

#easy-fry .easy-fry__app {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  padding: 50px 15px 0;
}

#easy-fry .easy-fry__app-content {
  text-align: center;
  background-image: url("https://files.foxtrot.com.ua/StaticContent/Ext/foxtrot/tefal/EY831_new/image/ellipse2.png");
  background-size: 500px;
  background-repeat: no-repeat;
  background-position: top left;
  padding-left: 70px;
}

#easy-fry .easy-fry__app-title {
  font-weight: 700;
  font-size: 40px;
}

#easy-fry .easy-fry__app-subtitle {
  font-size: 24px;
  line-height: 40px;
}

#easy-fry .easy-fry__app-description {
  font-size: 24px;
  max-width: 393px;
  margin: 0 auto;
}

#easy-fry .easy-fry__app-img {
  margin-bottom: 15px;
}

#easy-fry .easy-fry__app-img img {
  display: block;
}

#easy-fry .easy-fry__app-video {
  margin-bottom: 15px;
}

#easy-fry .easy-fry__app-video video {
  height: 545px;
  max-width: 100%;
}

#easy-fry .easy-fry__care {
  display: flex;
  padding: 100px 82px;
  margin-bottom: 20px;
  background-image: url("https://files.foxtrot.com.ua/StaticContent/Ext/foxtrot/tefal/EY831_new/image/ellipse3.png");
  background-size: 700px;
  background-repeat: no-repeat;
  background-position: top -77px center;
}

#easy-fry .easy-fry__care-col {
  flex: 0 0 50%;
}

#easy-fry .easy-fry__care-col_content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-right: 15px;
}

#easy-fry .easy-fry__care-title {
  font-weight: 700;
  font-size: 40px;
  color: #CC0000;
  margin-bottom: 5px;
}

#easy-fry .easy-fry__care-subtitle {
  font-size: 24px;
}

#easy-fry .easy-fry__care-notice {
  display: flex;
  align-items: center;
}

#easy-fry .easy-fry__care-notice figure {
  flex: 0 0 148px;
}

#easy-fry .easy-fry__care-notice figure img {
  display: block;
}

#easy-fry .easy-fry__care-notice p {
  font-size: 16px;
  line-height: 120%;
  padding-left: 20px;
}

#easy-fry .easy-fry__care-cover {
  position: relative;
  max-width: 393px;
}

#easy-fry .easy-fry__care-cover img {
  display: block;
}

#easy-fry .easy-fry__care-cover p:not(:first-child) {
  font-weight: 700;
  font-size: 24px;
  text-shadow: 0 0 16px #FF0000;
  position: absolute;
  line-height: 1;
}

#easy-fry .easy-fry__care-cover svg {
  position: absolute;
  opacity: 0;
  transition: 0.3s all ease-in-out;
}

#easy-fry .easy-fry__care-cover .care-1 {
  top: 10%;
  left: 5%;
}

#easy-fry .easy-fry__care-cover .care-1 svg {
  top: 15%;
  -webkit-transform: translateX(20%);
  transform: translateX(20%);
}

#easy-fry .easy-fry__care-cover .care-2 {
  bottom: 14%;
  right: 14%;
}

#easy-fry .easy-fry__care-cover .care-2 svg {
  -webkit-transform: translateX(-70%);
  transform: translateX(-70%);
  bottom: 50%;
}

#easy-fry .easy-fry__care-cover:hover svg {
  opacity: 1;
}

#easy-fry .easy-fry__specifications {
  padding: 0 0 120px;
}

#easy-fry .easy-fry__specifications-title {
  font-weight: 700;
  font-size: 32px;
  margin-bottom: 20px;
  padding-left: 70px;
}

#easy-fry .easy-fry__table tr th {
  vertical-align: middle;
}

#easy-fry .easy-fry__table tr td {
  padding: 20px 0;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.01em;
  vertical-align: middle;
}

#easy-fry .easy-fry__table tr td:first-child {
  padding-left: 70px;
  border-radius: 15px 0 0 15px;
  padding-right: 20px;
}

#easy-fry .easy-fry__table tr td:last-child {
  padding-right: 70px;
  border-radius: 0 15px 15px 0;
}

#easy-fry .easy-fry__table tr:nth-child(odd) td {
  background-color: #373737;
}

#easy-fry .easy-fry__table tr:nth-child(even) td {
  background-color: #000;
}

#easy-fry .easy-fry__comparison-table .middle {
  vertical-align: middle;
}

#easy-fry .easy-fry__comparison-table .middle td {
  vertical-align: middle;
}

#easy-fry .easy-fry__comparison-table .model-row {
  text-align: center;
}

#easy-fry .easy-fry__comparison-table .model-row td:last-child {
  border-radius: 0 0 12px 0;
}

#easy-fry .easy-fry__comparison-table .model-row p {
  font-size: 20px;
  font-weight: 700;
}

#easy-fry .easy-fry__comparison-table tr th {
  vertical-align: middle;
  font-weight: 700;
  padding-top: 12px;
}

#easy-fry .easy-fry__comparison-table tr th:first-child {
  border-radius: 12px 0 0 0;
}

#easy-fry .easy-fry__comparison-table tr td {
  padding: 12px;
  font-size: 12px;
}

#easy-fry .easy-fry__comparison-table tr td.grey-widget {
  padding: 0;
  vertical-align: top;
}

#easy-fry .easy-fry__comparison-table tr td.grey-widget > div {
  padding: 12px;
  background-color: #373737;
  border-radius: 12px 0;
}

#easy-fry .easy-fry__comparison-table tr td h6 {
  font-weight: 700;
}

#easy-fry .easy-fry__comparison-table tr.grey td,
#easy-fry .easy-fry__comparison-table tr.grey th {
  background-color: #373737;
}

#easy-fry .easy-fry__comparison-table tr:nth-child(n+5):nth-child(even) td {
  background-color: #373737;
}

#easy-fry .easy-fry__comparison-table tr:nth-child(n+5):nth-child(even) td:first-child {
  border-radius: 12px 0 0;
}

#easy-fry .easy-fry__comparison-table tr:nth-child(n+5):nth-child(even) td:last-child {
  border-radius: 0 0 12px 0;
}

#easy-fry .easy-fry__comparison {
  padding: 0 0 120px;
}

#easy-fry .easy-fry__comparison-title {
  font-weight: 700;
  font-size: 32px;
  margin-bottom: 30px;
  max-width: 615px;
  padding-left: 12px;
}

@-webkit-keyframes easeFryPulseShadow {
  0% {
    box-shadow: 0 0 0 0 transparent;
  }

  5% {
    box-shadow: 0 0 65px 0 #FF0000;
  }

  12.5% {
    box-shadow: 0 0 65px 0 #FF0000;
  }

  12.6% {
    box-shadow: 0 0 0 0 transparent;
  }

  100% {
    box-shadow: 0 0 0 0 transparent;
  }
}

@keyframes easeFryPulseShadow {
  0% {
    box-shadow: 0 0 0 0 transparent;
  }

  5% {
    box-shadow: 0 0 65px 0 #FF0000;
  }

  12.5% {
    box-shadow: 0 0 65px 0 #FF0000;
  }

  12.6% {
    box-shadow: 0 0 0 0 transparent;
  }

  100% {
    box-shadow: 0 0 0 0 transparent;
  }
}

@-webkit-keyframes easeFryRotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes easeFryRotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes easeFryRotateImages {
  0% {
    opacity: 1;
    z-index: 1;
  }

  12.5% {
    opacity: 1;
    z-index: 1;
  }

  12.6% {
    opacity: 0;
    z-index: 0;
  }

  100% {
    opacity: 0;
    z-index: 0;
  }
}

@keyframes easeFryRotateImages {
  0% {
    opacity: 1;
    z-index: 1;
  }

  12.5% {
    opacity: 1;
    z-index: 1;
  }

  12.6% {
    opacity: 0;
    z-index: 0;
  }

  100% {
    opacity: 0;
    z-index: 0;
  }
}

@-webkit-keyframes easyFryMoving {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  25% {
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }

  75% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes easyFryMoving {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  25% {
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }

  75% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes easyFryBlow {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes easyFryBlow {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-webkit-keyframes easyFryHeat {
  0% {
    color: #fff;
  }

  50% {
    color: #DA0000;
  }

  100% {
    color: #fff;
  }
}

@keyframes easyFryHeat {
  0% {
    color: #fff;
  }

  50% {
    color: #DA0000;
  }

  100% {
    color: #fff;
  }
}

@-webkit-keyframes easeFryContrastBlur {
  0% {
    -webkit-filter: blur(4px) brightness(0.3);
    filter: blur(4px) brightness(0.3);
  }

  50% {
    -webkit-filter: blur(0) brightness(1);
    filter: blur(0) brightness(1);
  }

  100% {
    -webkit-filter: blur(4px) brightness(0.3);
    filter: blur(4px) brightness(0.3);
  }
}

@keyframes easeFryContrastBlur {
  0% {
    -webkit-filter: blur(4px) brightness(0.3);
    filter: blur(4px) brightness(0.3);
  }

  50% {
    -webkit-filter: blur(0) brightness(1);
    filter: blur(0) brightness(1);
  }

  100% {
    -webkit-filter: blur(4px) brightness(0.3);
    filter: blur(4px) brightness(0.3);
  }
}

@media (max-width: 991px) {
  #easy-fry .easy-fry__specifications {
    padding: 0 15px 120px;
  }

  #easy-fry .easy-fry__comparison-wrap {
    overflow-x: auto;
  }

  #easy-fry .easy-fry__comparison {
    padding: 0 15px 120px;
  }

  #easy-fry .easy-fry__comparison table {
    width: 1000px;
  }
}

@media (max-width: 800px) {
  #easy-fry .easy-fry__hero {
    margin-bottom: 100px;
    align-items: center;
  }

  #easy-fry .easy-fry__hero-title {
    font-size: 20px;
  }

  #easy-fry .easy-fry__hero-title b {
    font-size: 30px;
  }

  #easy-fry .easy-fry__hero-subtitle {
    font-size: 20px;
  }

  #easy-fry .easy-fry__technology {
    margin-bottom: 100px;
    padding: 0 15px;
  }

  #easy-fry .easy-fry__technology-col_content {
    padding: 25px 0;
  }

  #easy-fry .easy-fry__technology-title {
    font-size: 22px;
  }

  #easy-fry .easy-fry__technology-subtitle {
    font-size: 18px;
  }

  #easy-fry .easy-fry__technology-bottom {
    margin-top: 30px;
    font-size: 18px;
  }

  #easy-fry .easy-fry__fatless {
    margin-bottom: 100px;
  }

  #easy-fry .easy-fry__fatless-col_content {
    padding: 0 25px;
  }

  #easy-fry .easy-fry__fatless-feature b {
    font-size: 24px;
  }

  #easy-fry .easy-fry__fatless-feature span {
    font-size: 18px;
  }

  #easy-fry .easy-fry__fatless-title {
    font-size: 22px;
  }

  #easy-fry .easy-fry__capacity {
    flex-direction: column;
    margin-bottom: 100px;
  }

  #easy-fry .easy-fry__capacity-col_mid {
    flex: 0 0 100%;
  }

  #easy-fry .easy-fry__capacity-col_right {
    flex: 0 0 100%;
    text-align: center;
    margin-top: 40px;
  }

  #easy-fry .easy-fry__capacity-col_left {
    flex: 0 0 100%;
    text-align: center;
  }

  #easy-fry .easy-fry__capacity-col_left {
    background-size: 300px;
  }

  #easy-fry .easy-fry__capacity-col_left:hover {
    background-size: 300px;
  }

  #easy-fry .easy-fry__capacity-title {
    margin: auto;
    font-size: 22px;
  }

  #easy-fry .easy-fry__capacity-circle {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
  }

  #easy-fry .easy-fry__capacity-subtitle {
    font-size: 22px;
    margin: 25px 0 40px;
  }

  #easy-fry .easy-fry__capacity-features {
    justify-content: center;
    text-align: center;
  }

  #easy-fry .easy-fry__capacity-features-row {
    justify-content: center;
  }

  #easy-fry .easy-fry__capacity-features p {
    flex: 0 0 50%;
  }

  #easy-fry .easy-fry__capacity-bowl {
    flex: 0 0 50%;
    margin: 20px 0;
  }

  #easy-fry .easy-fry__capacity-bowl img {
    margin: auto;
  }

  #easy-fry .easy-fry__heat {
    background-size: 600px;
    background-position: center top;
    margin-bottom: 0;
  }

  #easy-fry .easy-fry__heat-col_left {
    background: none;
    padding-right: 20px;
  }

  #easy-fry .easy-fry__heat-col_right {
    padding-left: 20px;
    background: none;
  }

  #easy-fry .easy-fry__heat-heading {
    font-size: 24px;
  }

  #easy-fry .easy-fry__heat-title {
    font-size: 20px;
    margin-bottom: 16px;
  }

  #easy-fry .easy-fry__heat-subtitle {
    font-size: 14px;
  }

  #easy-fry .easy-fry__heat-notice {
    position: relative;
    bottom: 0;
    right: 0;
    margin-top: 20px;
    text-align: right;
    width: 100%;
  }

  #easy-fry .easy-fry__benefits-title {
    font-size: 22px;
    margin-bottom: 30px;
  }

  #easy-fry .easy-fry__benefits-list li {
    min-height: 30px;
    margin-bottom: 24px;
    padding-left: 36px;
  }

  #easy-fry .easy-fry__benefits-list li:before {
    width: 32px;
    height: 27px;
    background-size: 32px;
    top: 0;
  }

  #easy-fry .easy-fry__saving {
    padding: 100px 15px;
    background-size: 600px;
    background-position: center;
  }

  #easy-fry .easy-fry__saving-title b {
    font-size: 30px;
  }

  #easy-fry .easy-fry__saving-title span {
    font-size: 18px;
  }

  #easy-fry .easy-fry__saving-footer {
    font-size: 18px;
  }

  #easy-fry .easy-fry__programs {
    padding: 0 15px 100px;
  }

  #easy-fry .easy-fry__programs-col_content {
    padding: 15px;
    background-size: 300px;
  }

  #easy-fry .easy-fry__programs-title {
    font-size: 18px;
  }

  #easy-fry .easy-fry__programs-list li {
    font-size: 18px;
    margin-left: 20px;
  }

  #easy-fry .easy-fry__programs-list li:last-child {
    margin-left: 2px;
  }

  #easy-fry .easy-fry__rotate-programs_s {
    position: -webkit-sticky;
    position: sticky;
    top: 15px;
  }

  #easy-fry .easy-fry__touch {
    padding: 0 15px 100px;
  }

  #easy-fry .easy-fry__touch-heading {
    font-size: 22px;
  }

  #easy-fry .easy-fry__touch-heading img {
    margin: 0 15px;
    max-width: 30px;
  }

  #easy-fry .easy-fry__touch-examples {
    row-gap: 20px;
    -webkit-column-gap: 10px;
    column-gap: 10px;
    justify-content: center;
  }

  #easy-fry .easy-fry__touch-examples img {
    flex: 0 0 120px;
    width: 120px;
  }

  #easy-fry .easy-fry__specs {
    margin-bottom: 50px;
  }

  #easy-fry .easy-fry__specs-title {
    font-size: 22px;
    margin-bottom: 20px;
  }

  #easy-fry .easy-fry__specs-list li {
    font-size: 16px;
    margin-bottom: 14px;
    margin-left: 20px;
  }

  #easy-fry .easy-fry__app {
    margin-bottom: 0;
  }

  #easy-fry .easy-fry__app-content {
    padding-left: 0;
    background-size: 300px;
  }

  #easy-fry .easy-fry__app-title {
    font-size: 30px;
  }

  #easy-fry .easy-fry__app-subtitle {
    font-size: 18px;
    line-height: 120%;
  }

  #easy-fry .easy-fry__app-description {
    font-size: 18px;
  }

  #easy-fry .easy-fry__care {
    padding: 100px 15px;
  }

  #easy-fry .easy-fry__care-title {
    font-size: 32px;
  }

  #easy-fry .easy-fry__care-subtitle {
    font-size: 20px;
  }

  #easy-fry .easy-fry__specifications {
    padding-bottom: 100px;
  }

  #easy-fry .easy-fry__specifications table td {
    font-size: 14px;
  }

  #easy-fry .easy-fry__specifications-title {
    font-size: 24px;
    padding-left: 20px;
  }

  #easy-fry .easy-fry__table-wrap {
    overflow-x: auto;
  }

  #easy-fry .easy-fry__table tr td:first-child {
    padding: 20px;
  }

  #easy-fry .easy-fry__table tr td:last-child {
    padding: 20px;
  }

  #easy-fry .easy-fry__comparison {
    padding-bottom: 100px;
  }

  #easy-fry .easy-fry__comparison-title {
    font-size: 24px;
  }
}

@media screen and (max-width: 640px) {
  #easy-fry .easy-fry__hero-img-1 {
    -webkit-transform: translate(34%, -115%);
    transform: translate(34%, -115%);
  }
}

@media (max-width: 600px) {
  #easy-fry .easy-fry__hero {
    flex-wrap: wrap;
  }

  #easy-fry .easy-fry__hero-col_content {
    margin-left: 0;
  }

  #easy-fry .easy-fry__hero-img_mobile {
    display: block;
  }

  #easy-fry .easy-fry__hero-img_desktop {
    display: none;
  }

  #easy-fry .easy-fry__hero-title {
    margin: 0 auto;
    max-width: 360px;
  }

  #easy-fry .easy-fry__hero-title b {
    display: inline-block;
    margin-bottom: 10px;
  }

  #easy-fry .easy-fry__hero-notice {
    text-align: center;
  }

  #easy-fry .easy-fry__technology {
    flex-wrap: wrap;
    justify-content: center;
  }

  #easy-fry .easy-fry__technology-img {
    -webkit-transform: translateX(-11px);
    transform: translateX(-11px);
  }

  #easy-fry .easy-fry__technology-col_img {
    flex: 0 0 80%;
  }

  #easy-fry .easy-fry__fatless {
    flex-wrap: wrap;
    justify-content: center;
    background-image: url("https://files.foxtrot.com.ua/StaticContent/Ext/foxtrot/tefal/EY831_new/image/hero-ellipse.png");
    background-size: 600px;
    background-repeat: no-repeat;
    background-position: center;
  }

  #easy-fry .easy-fry__fatless-col_content {
    background: none;
  }

  #easy-fry .easy-fry__fatless-col_img {
    flex: 0 0 70%;
  }

  #easy-fry .easy-fry__fatless-img {
    margin-bottom: 20px;
  }

  #easy-fry .easy-fry__capacity {
    flex-wrap: wrap;
  }

  #easy-fry .easy-fry__heat-col {
    flex: 0 0 100%;
  }

  #easy-fry .easy-fry__heat-image {
    max-width: 55%;
    margin: 20px auto;
  }

  #easy-fry .easy-fry__benefits {
    flex-wrap: wrap;
  }

  #easy-fry .easy-fry__benefits-col_img {
    flex: 0 0 80%;
  }

  #easy-fry .easy-fry__benefits-col_content {
    padding-left: 0;
  }

  #easy-fry .easy-fry__saving {
    justify-content: center;
  }

  #easy-fry .easy-fry__saving-col_left {
    flex: 0 0 100%;
  }

  #easy-fry .easy-fry__saving-col_mid {
    flex: 0 0 60%;
  }

  #easy-fry .easy-fry__saving-col_right {
    flex: 0 0 100%;
  }

  #easy-fry .easy-fry__saving-col {
    justify-content: center !important;
    text-align: center !important;
    padding: 0;
    margin: 15px 0;
  }

  #easy-fry .easy-fry__saving-footer p {
    -webkit-animation: none;
    animation: none;
  }

  #easy-fry .easy-fry__programs {
    flex-wrap: wrap;
  }

  #easy-fry .easy-fry__programs-col {
    flex: 0 0 100%;
  }

  #easy-fry .easy-fry__programs-col_content {
    background-position: center;
  }

  #easy-fry .easy-fry__programs-title {
    text-align: center;
  }

  #easy-fry .easy-fry__programs-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    padding-bottom: 30px;
  }

  #easy-fry .easy-fry__rotate-programs_m {
    width: 70%;
    height: 70%;
    padding-bottom: 70%;
    margin-left: auto;
    margin-right: auto;
  }

  #easy-fry .easy-fry__rotate-programs_s {
    width: 180px;
    height: 180px;
  }

  #easy-fry .easy-fry__touch-heading {
    font-size: 20px;
  }

  #easy-fry .easy-fry__touch-heading img {
    margin: 0 10px;
    max-width: 20px;
  }

  #easy-fry .easy-fry__touch-examples img {
    flex: 0 0 80px;
    width: 80px;
  }

  #easy-fry .easy-fry__specs {
    flex-wrap: wrap;
  }

  #easy-fry .easy-fry__specs-img {
    flex: 0 0 80%;
    margin-bottom: 20px;
  }

  #easy-fry .easy-fry__app {
    flex-wrap: wrap;
    padding-top: 0;
    justify-content: center;
  }

  #easy-fry .easy-fry__app-content {
    padding-bottom: 30px;
    background-position: center;
    background-size: 200px;
    padding-top: 50px;
  }

  #easy-fry .easy-fry__app-title {
    margin-bottom: 15px;
  }

  #easy-fry .easy-fry__app-img {
    display: none;
  }

  #easy-fry .easy-fry__app-video video {
    height: auto;
  }

  #easy-fry .easy-fry__care {
    flex-wrap: wrap;
  }

  #easy-fry .easy-fry__care-col {
    flex: 0 0 100%;
  }

  #easy-fry .easy-fry__care-subtitle {
    margin-bottom: 20px;
  }

  #easy-fry .easy-fry__care-cover {
    margin-top: 20px;
  }
}

@media screen and (max-width: 480px) {
  #easy-fry .easy-fry__care-notice {
    flex-direction: column;
  }

  #easy-fry .easy-fry__care-notice figure {
    display: flex;
  }

  #easy-fry .easy-fry__care-notice p {
    order: -1;
  }
}

@media (max-width: 381px) {
  #easy-fry .easy-fry__touch-row {
    flex-wrap: wrap;
  }

  #easy-fry .easy-fry__touch-programs {
    flex: 0 0 100%;
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }
}