@font-face {
  font-family: "Circe";
  src: url("../font/Circe/Circe-Regular.eot");
  src: local("Circe"), local("Circe-Regular"),
    url("../font/Circe/Circe-Regular.eot?#iefix") format("embedded-opentype"),
    url("../font/Circe/Circe-Regular.woff") format("woff"),
    url("../font/Circe/Circe-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Circe";
  src: url("../font/Circe/Circe-ExtraLight.eot");
  src: local("Circe ExtraLight"), local("Circe-ExtraLight"),
    url("../font/Circe/Circe-ExtraLight.eot?#iefix") format("embedded-opentype"),
    url("../font/Circe/Circe-ExtraLight.woff") format("woff"),
    url("../font/Circe/Circe-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: "Circe";
  src: url("../font/Circe/Circe-Thin.eot");
  src: local("Circe Thin"), local("Circe-Thin"),
    url("../font/Circe/Circe-Thin.eot?#iefix") format("embedded-opentype"),
    url("../font/Circe/Circe-Thin.woff") format("woff"),
    url("../font/Circe/Circe-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: "Circe";
  src: url("../font/Circe/Circe-Light.eot");
  src: local("Circe Light"), local("Circe-Light"),
    url("../font/Circe/Circe-Light.eot?#iefix") format("embedded-opentype"),
    url("../font/Circe/Circe-Light.woff") format("woff"),
    url("../font/Circe/Circe-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Circe";
  src: url("../font/Circe/Circe-Bold.eot");
  src: local("Circe Bold"), local("Circe-Bold"),
    url("../font/Circe/Circe-Bold.eot?#iefix") format("embedded-opentype"),
    url("../font/Circe/Circe-Bold.woff") format("woff"),
    url("../font/Circe/Circe-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Circe";
  src: url("../font/Circe/Circe-ExtraBold.eot");
  src: local("Circe ExtraBold"), local("Circe-ExtraBold"),
    url("../font/Circe/Circe-ExtraBold.eot?#iefix") format("embedded-opentype"),
    url("../font/Circe/Circe-ExtraBold.woff") format("woff"),
    url("../font/Circe/Circe-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}

* {
  font-family: "Circe", sans-serif;
}

.container {
  max-width: 1410px;
  padding: 0 15px;
  width: 100%;
  margin: 0 auto;
}

button,
a {
  transition: all 0.4s ease;
}

button:hover,
a:hover {
  opacity: 0.7;
}

.color_light {
  color: #06d24e;
}

.color_grey {
  color: #838383;
}

.color_white {
  color: #fff;
}

.bg_dark {
  background: #000;
}

.bg_light {
  background: linear-gradient(90deg, #09d24b 0%, #57d20a 100%);
}

.text_center {
  text-align: center;
}

/* select_accent start */
.select2-container {
  /* width: 100% !important; */
  font-weight: 400;
  font-size: 20px;
  max-width: 100%;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #fff;
}

.select2-container--default .select2-selection--single {
  background: transparent;
  border: 0;
  border-bottom: 2px solid #fff;
  border-radius: 0;
  padding-bottom: 20px;
  display: block;
  height: 100%;
  position: relative;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  display: none;
}

.select2-container--default .select2-selection--single:before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-100%);
  width: 16px;
  height: 8px;
  background-image: url(../img/select_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  transition: all 0.4s linear;
}

.select2-container--default.select2-container--open
  .select2-selection--single:before {
  transform: translateY(-50%) rotate(-180deg);
}

.select2-container--default
  .select2-results
  > .select2-results__options::-webkit-scrollbar {
  width: 8px;
}

.select2-container--default
  .select2-results
  > .select2-results__options::-webkit-scrollbar-track {
  background: rgba(131, 131, 131, 0.3);
  border-radius: 6px;
}

.select2-container--default
  .select2-results
  > .select2-results__options::-webkit-scrollbar-thumb {
  min-width: 4px;
  background: #ffaa06;
  border-radius: 6px;
}

/* Handle on hover */
.select2-container--default
  .select2-results
  > .select2-results__options::-webkit-scrollbar-thumb:hover {
}

span.select2-dropdown.select2-dropdown--above {
  box-shadow: 0 0 70px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 15px;
  overflow: hidden;
}

.select2-container--default .select2-results > .select2-results__options {
  padding-right: 10px;
}

.select2-search--dropdown {
  display: none;
}

.select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background: unset;
  color: #ffaa06;
}

.select2-container--default .select2-results__option[aria-selected="true"] {
  background: unset;
  opacity: 0.5;
}

/* select_accent end */
/*form start*/
.form {
  display: flex;
  /* flex-wrap: wrap; */
  box-shadow: 0 15px 30px -12px #5dda87;
  border-radius: 6px;
  padding: 60px;
  align-items: center;
}

.form_item {
  flex: 0 0 40%;
  max-width: 40%;
  padding: 0 25px;
}

.form_btn {
  flex: 1 1 auto;
}

.form_btn .btn {
  width: 100%;
  height: 75px;
}
.wpcf7-spinner {
  display: none !important;
}
#wpcf7-f731-o2 form .wpcf7-response-output {
  margin-top: 0;
  border: none;
}
.map_top .wpcf7 form .wpcf7-response-output {
  margin: -4em 0.5em 1em;
  padding: 0.2em 1em;
  border: none;
}
#wpcf7-f731-o2 form .wpcf7-response-output,
.problem_tel_block .wpcf7 form .wpcf7-response-output {
  color: #fff !important;
  text-align: center !important;
}
/*form end*/
.tablet_pro {
  display: none !important;
}

/*header start*/
.logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #000;
}

.header_mask {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  z-index: -1;
  display: none;
}

.header_mask.active {
  display: block;
}

.logo span {
  margin-top: 5px;
  font-size: 11px;
  line-height: 1.2;
}

.header .container {
  max-width: 1620px;
}

.header_list {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header_list a {
  font-weight: 700;
  font-size: 19px;
  line-height: 28px;
  color: #000;
}

.header_nav {
  margin: 0 auto;
}

.header_list li {
  margin: 0 10px;
}

.header_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1 1 auto;
  padding-right: 20px;
}

.btn {
  border-radius: 6px;
  padding: 10px 20px;
  font-weight: 700;
  font-size: 18px;
  display: inline-block;
}

.header_block {
  font-size: 16px;
  line-height: 19px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 0 auto;
}

.header_block a {
  margin: 5px 0;
  display: flex;
  align-items: center;
}

.header_block a img {
  margin-right: 5px;
}

.tel_link {
  font-weight: 700;
  font-size: 25px;
  color: #000;
}

.lang_list {
  display: flex;
  align-items: center;
  margin: 0 -10px;
  padding-left: 10px;
}

.lang_list li {
  padding: 0 10px;
  position: relative;
}

.lang_list li:before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 80%;
  background: #000;
}

.lang_list li:last-child:before {
  display: none;
}

.lang_list a {
  color: #000;
  font-weight: 700;
  font-size: 19px;
}

.border_left {
  position: relative;
  padding-left: 15px;
}

.border_left:before {
  content: "";
  background: #06d24e;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 3px;
}

.header {
  padding: 35px 0 10px;
}

/*header end*/
/*intro start*/
.intro_title {
  font-weight: 700;
  font-size: 70px;
  line-height: 1.2;
}

.intro_title span {
  color: #06d24e;
}

.intro_privilege {
  display: flex;
  flex-wrap: wrap;
  max-width: 950px;
  margin: 40px auto 60px;
}

.intro_block {
  flex: 0 0 33.33%;
  max-width: 33.33%;
  padding: 0 20px;
  display: flex;
  align-items: flex-start;
}

.intro_name {
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 5px;
}

.intro_desc {
  font-weight: 350;
  font-size: 16px;
  line-height: 30px;
}

.intro_icon {
  margin-right: 5px;
}

.intro_icon img {
  min-width: 42px;
}

.intro {
  padding: 50px 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.intro_img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
  pointer-events: none;
}

.intro_img_1 {
  left: -50px;
}

.intro_img_2 {
  right: -70px;
}

/*intro end*/
/*delonghi start*/
.delonghi {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left bottom;
  padding: 50px 0;
  overflow: hidden;
}

.delonghi_box {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  max-width: 1000px;
  margin: 0 auto;
}

.delonghi_list .problem_list_title {
  font-weight: 350;
  font-size: 22px;
  color: #424542;
  border-bottom: 1px dashed;
  display: block;
}

.delonghi_list li {
  display: flex;
  align-items: center;
  flex: 1 1 50%;
  margin-bottom: 40px;
}

.delonghi_list span {
  font-weight: 800;
  font-size: 25px;
  margin-left: 20px;
}

.delonghi_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.delonghi_list div {
  display: flex;
  justify-content: space-between;
}

.delonghi_list li:nth-child(even) div {
  margin-right: 0;
  margin-left: auto;
}

.delonghi_list li:last-child {
  justify-content: flex-end;
}

.delonghi_title {
  font-weight: 700;
  font-size: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 60px;
}

.delonghi_title img {
  margin-left: 20px;
}

.delonghi_block {
  display: flex;
  align-items: center;
  margin-top: 180px;
  justify-content: center;
}

.delonghi_item {
  text-align: center;
}

/*delonghi end*/
/*buy_coffee start*/
.title {
  font-weight: 700;
  font-size: 60px;
  line-height: 1.2;
}

.buy_coffee_desc {
  font-weight: 350;
  font-size: 24px;
  line-height: 1.2;
  padding-left: 30px;
}

.buy_coffee_desc p {
  margin-bottom: 20px;
}

.buy_coffee_desc p:last-child {
  margin: 0;
}

.buy_coffee_desc strong {
  color: #06d24e;
}

.buy_coffee_text {
  display: flex;
  align-items: center;
}

.buy_coffee_desc::before {
  height: 120%;
  transform: translateY(-50%);
  top: 50%;
}

.buy_coffee_name {
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 15px;
}

.buy_coffee_price {
  font-weight: 700;
  font-size: 36px;
}

.buy_coffee_box {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
}

.buy_coffee_block {
  flex: 0 0 50%;
  max-width: 50%;
  display: flex;
}

.buy_coffee_img_box,
.buy_coffee_info {
  flex: 0 0 50%;
  max-width: 50%;
  position: relative;
  z-index: 1;
}

.buy_coffee_img {
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 350px;
}

.buy_coffee_img_box:before {
  content: "";
  position: absolute;
  width: 320px;
  height: 320px;
  background: #fff;
  border-radius: 50%;
  z-index: -1;
  pointer-events: none;
  bottom: 0;
  left: 0;
}

.buy_coffee {
  background: #f5f8f8;
  padding: 150px 0;
}

.buy_coffee_info {
  margin: auto 0;
}

/*buy_coffee end*/
/*banner start*/
.banner_box {
  display: flex;
  align-items: center;
  box-shadow: 0 15px 30px -12px #5dda87;
  border-radius: 6px;
  padding: 0 50px;
  position: relative;
}

.banner_img_box {
  flex: 0 0 30%;
  max-width: 30%;
  position: relative;
  z-index: 1;
  margin-right: 55px;
}

.banner_img {
  height: 100%;
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 375px;
}

.banner_title {
  font-weight: 700;
  font-size: 32px;
  margin-bottom: 25px;
}

.timer_num {
  font-weight: 700;
  font-size: 36px;
  display: block;
}

.timer_title {
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  margin-top: 10px;
}

.banner_btn span {
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  margin-top: 10px;
  text-align: center;
  display: block;
}

.banner_timer {
  display: flex;
  max-width: 350px;
  width: 100%;
  margin: 0 -7px;
  text-align: center;
}

.banner_item {
  display: flex;
  align-items: flex-start;
}

.banner_btn {
  display: flex;
  flex-direction: column;
  margin-left: 40px;
}

.banner {
  padding: 195px 0;
}

.banner_img_box:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: calc(100% + 30px);
  background: #fff;
  border-radius: 50%;
  z-index: -1;
  transform: translate(0, -15px);
  box-shadow: 0 0 30px rgba(93, 218, 135, 0.2);
}

.banner_block {
  max-width: 700px;
}

.timer_block {
  flex: 0 0 25%;
  max-width: 25%;
  padding: 0 7px;
}

.timer_item {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  position: relative;
  padding: 20px 0;
  border-radius: 6px;
}

.banner_btn a {
  padding: 29px;
}

.timer_line {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 4px;
  width: 85%;
  border-radius: 2px;
  background: rgb(131 131 131 / 30%);
  z-index: -1;
}

.timer_item:after,
.timer_item:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: 11px;
  background: linear-gradient(90deg, #09d24b 0%, #57d20a 100%);
}

.timer_item:after {
  right: 0;
}

.timer_item:before {
  left: 0;
}

.banner_icon {
  position: absolute;
  right: 20%;
  top: 0;
  transform: translateY(-50%);
}

/*banner end*/
/*faq start*/
.faq_title:after {
  content: "";
  background-image: url(../img/faq_icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 18px;
  height: 9px;
  display: block;
  transition: all 0.3s ease;
}

.faq_box {
  min-height: 1100px;
  background-size: auto 1100px;
  background-repeat: no-repeat;
  background-position: bottom left;
  margin-top: 50px;
  padding: 70px 0;
  display: flex;
}

.faq_body {
  margin-left: auto;
  max-width: 55%;
  width: 100%;
}

.faq_title {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

.faq_desc {
  font-size: 18px;
  line-height: 30px;
  display: none;
}

.faq_item {
  background: #f5f8f8;
  border-radius: 2px;
  padding: 25px 35px;
}

.faq_block {
  margin-bottom: 10px;
}

.faq_title.active:after {
  transform: rotate(180deg);
}

/*faq end*/
/*reviews start*/
.reviews {
  padding: 100px 0;
  min-height: 1000px;
  background-size: 600px 1000px;
  background-position: left bottom;
  background-repeat: no-repeat;
}

.reviews_title span:before {
  content: "";
  position: absolute;
  background-image: url(../img/text_border.svg);
  background-size: contain;
  width: 100%;
  height: 16px;
  background-repeat: no-repeat;
  bottom: 0;
  left: 0;
}

.reviews_box {
  max-width: 55%;
  margin-left: auto;
}

.reviews_item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 60px;
}

.reviews_user {
  min-width: 80px;
  height: 80px;
  background-size: cover;
  background-position: center;
  border-radius: 50%;
  position: relative;
  margin-right: 30px;
}

.reviews_icon {
  position: absolute;
  right: 0;
  bottom: 0;
}

.reviews_desc {
  font-weight: 350;
  font-size: 16px;
  color: #424542;
  line-height: 30px;
}

.user_name {
  font-weight: 700;
  font-size: 18px;
  line-height: 30px;
}

.reviews_text {
  max-width: 420px;
}

.reviews_block {
  margin-top: 60px;
}

.reviews_title span {
  position: relative;
}

/*reviews end*/
/*map start*/
.map_form .form_item {
  flex: 0 0 20%;
  padding: 0 15px;
  max-width: 20%;
}

.form_inp {
  background: transparent;
  border-bottom: 2px solid #fff;
  color: #fff;
  padding-bottom: 20px;
  font-weight: 400;
  font-size: 20px;
  width: 100%;
}

.form_inp::placeholder {
  color: #fff;
}

.map_form .select2-container--default .select2-selection--single::before {
  display: none;
}

.map_desc {
  font-weight: 350;
  font-size: 24px;
  line-height: 36px;
  margin-top: 20px;
  max-width: 680px;
}

.map_item {
  display: flex;
  align-items: center;
}

.form_btn span {
  text-align: center;
  display: block;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin-top: 20px;
}

.map_box {
  margin-top: -100px;
  position: relative;
}

.map_top {
  position: relative;
  padding-top: 50px;
}

.map_box iframe {
  width: 100%;
  height: 600px;
}

.map_top form {
  position: relative;
  z-index: 55;
}

/*map end*/
/*news start*/
.news__block {
  display: flex;
  margin: -15px;
  flex-wrap: wrap;
}

.news__box {
  margin-bottom: 60px;
}

.news__item {
  flex: 0 0 33.33%;
  max-width: 33.33%;
  padding: 15px;
}

.news__title {
  font-weight: 700;
  font-size: 86px;
  line-height: 94px;
  margin: 65px 0 115px;
}

.news__time span {
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
}

.news__section {
  padding-bottom: 80px;
}

.time__title {
  font-weight: 400;
  font-size: 24px;
  line-height: 36px;
  color: #000;
}

.news__text {
  font-weight: 350;
  font-size: 16px;
  line-height: 30px;
  color: #424542;
}

.news__time {
  display: flex;
  justify-content: space-between;
  margin: 30px 0 20px;
  align-items: center;
  color: #222222;
  opacity: 0.5;
}

.news__time div {
  align-items: center;
  display: flex;
}

.news__time img {
  margin-right: 7px;
}

/*news end*/
/*masters start*/
.masters {
  display: flex;
  flex-direction: column;
  margin: 50px 0 100px;
}

.all_masters {
  display: flex;
  justify-content: space-between;
  margin: 100px 0 50px;
}

.masters__border {
  position: relative;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 50px 9px;
}

.masters__border:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  height: 9px;
  background-image: url(../img/vector.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.masters__border img {
  object-fit: cover;
}

.masters__text {
  display: flex;
  align-items: center;
}

.masters__text__1 {
  font-size: 20px;
  line-height: 30px;
  margin-left: 43px;
}

.masters__img {
  display: flex;
  justify-content: space-between;
  padding: 55px;
}

/*masters end*/
/*about start*/
.about__box {
  display: flex;
  margin-top: 65px;
}

.about__text__1 {
  font-size: 40px;
  line-height: 60px;
  margin: 65px 0 25px;
}

.about {
  background-size: auto 100%;
  background-position: right center;
  background-repeat: no-repeat;
}

.about__item {
  font-size: 18px;
  line-height: 36px;
  color: #424542;
}

.about__text {
  flex: 0 0 50%;
  max-width: 50%;
}

.about__img {
  background-size: 900px 1300px;
  background-repeat: no-repeat;
  background-position: unset;
  min-height: 1325px;
  flex: 0 0 50%;
  margin-top: 25px;
}

.reviews_bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.reviews_bottom_text {
  font-weight: 400;
  font-size: 30px;
  line-height: 46px;
  color: #424542;
  max-width: 540px;
}

.reviews_bottom_text u {
  color: #000;
}

.reviews_bottom .btn {
  padding: 20px 60px;
}

/*about end*/
/*authors*/
.authors__blocks {
  display: flex;
  align-items: center;
}

.authors {
  margin: 55px 0 65px;
}

.authors__blocks:nth-child(even) {
  flex-direction: row-reverse;
}

.authors__img:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  height: 9px;
  background-image: url(../img/vector.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.authors__img {
  flex: 0 0 50%;
  max-width: 50%;
  position: relative;
}

.authors__box {
  display: flex;
  flex-direction: column;
}

.authors__text {
  font-weight: 350;
  font-size: 18px;
  line-height: 36px;
  color: #424542;
}

.authors__title {
  font-weight: 700;
  font-size: 36px;
  line-height: 36px;
  margin-bottom: 15px;
}

/*authors end*/
/*error start*/
.error {
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: right;
  display: flex;
  align-items: center;
}

.error__box {
  display: flex;
  flex-wrap: wrap;
  min-height: calc(100vh - 120px);
  padding: 60px 0;
}

.error__text {
  flex: 0 0 50%;
  max-width: 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.tanks__img {
  background-size: 1175px 970px;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 1000px;
  flex: 0 0 50%;
}

/*authors*/
/*contact start*/
.contact__blocks {
  display: flex;
  flex-wrap: wrap;
  margin: 150px -15px;
}

.contact_img_box {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 15px;
}

.contact_img {
  min-height: 420px;
  background-size: cover;
  background-position: center;
}

.contact__map .map_box {
  margin-top: 0;
}

.contact__title {
  font-weight: 700;
  font-size: 48px;
  line-height: 48px;
  margin: 110px 0 100px;
}

.contact__title span {
  color: #06d24e;
}

.contact__map form {
  max-width: 1380px;
  margin: 0 auto;
}

.form__new {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.form__new span {
  color: #fff;
  margin-right: 5px;
}

.contact__map .map_form .form_item {
  flex: 33.33%;
  padding: 0 15px;
}

.contact__div {
  display: flex;
  flex-wrap: wrap;
  margin-top: 55px;
}

.contact__btn {
  background: #09d24b;
  color: #fff;
  margin-top: 50px;
}

.contact__form {
  font-weight: 400;
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 25px;
}

.contact__form_inp::placeholder {
  color: #000;
}

.contact__form_inp {
  font-weight: 400;
  font-size: 16px;
  line-height: 36px;
  border-bottom: 1px solid #838383;
  padding-bottom: 20px;
  margin-bottom: 20px;
  color: #000;
  width: 100%;
}

.contact__div form {
  max-width: 440px;
  margin-left: auto;
}
.contact__div {
  justify-content: space-around;
}

.contact__block {
  display: flex;
  align-items: flex-start;
  margin-bottom: 23px;
}

.contact__bg {
  margin-right: 25px;
}

.contact__box {
  margin-top: 55px;
}

.contact__label__1 {
  font-weight: 700;
  font-size: 18px;
  line-height: 36px;
}

.contact__text {
  font-weight: 350;
  font-size: 16px;
  line-height: 36px;
  color: #424542;
}

.contact__time__1 {
  margin-right: 60px;
}

/*contact end*/
.error__img {
  flex: 0 0 50%;
}

.error__title {
  font-size: 90px;
  line-height: 90px;
}

.error__text__1 {
  font-size: 24px;
  line-height: 48px;
  color: #424542;
  margin: 30px 0 60px;
}

.error__box .btn {
  padding: 25px 104px;
}

/*error end*/
/* footer start */
.footer_box {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgb(131 131 131 / 70%);
  padding-bottom: 30px;
  margin: 0 -10px;
}

.social_list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 20px -2px 0;
}

.social_list li {
  margin: 0 2px;
}

.footer {
  padding: 60px 0 20px;
}

.footer_title {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 10px;
}

.breakdowns_list li {
  color: #424542;
  font-weight: 350;
  font-size: 14px;
  margin-bottom: 10px;
  flex: 0 0 50%;
  max-width: 50%;
}

.breakdowns_list a {
  border-bottom: 1px dashed;
  display: inline-block;
  color: inherit;
}

.breakdowns_list {
  display: flex;
  max-width: 300px;
  flex-wrap: wrap;
}

.footer_block {
  padding: 0 10px;
}

.breakdowns_list a {
  font-size: 13px;
}

.stars {
  margin-bottom: 5px;
}

.rating {
  margin-bottom: 15px;
  color: #424542;
  font-weight: 350;
  font-size: 14px;
}

.footer_block .btn.bg_dark.color_white {
  margin-top: 20px;
}

.footer_list a {
  font-weight: 700;
  font-size: 18px;
  line-height: 30px;
  color: #000;
}

.footer_bottom {
  font-weight: 350;
  font-size: 16px;
  line-height: 30px;
  color: rgba(66, 69, 66, 0.7);
  padding-top: 20px;
}

/* footer end */
/*form check start*/
.form__checkbox {
  display: none;
}

.checkbox_span {
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 4px;
  border: 1px solid #fff;
  position: relative;
  transition: all 0.3s ease;
  margin-right: 15px !important;
}

.checkbox_span:before {
  content: "";
  position: absolute;
  width: 15px;
  height: 9px;
  background-size: contain;
  background-position: center;
  background-image: url(../img/check.svg);
  opacity: 0;
  transition: all 0.3s ease;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.form__checkbox:checked + .checkbox_span:before {
  opacity: 1;
}

.form__checkbox:checked + .checkbox_span {
  background: #fff;
}

.form__new label {
  display: flex;
  align-items: center;
}

/*form check end*/
/**/
.title span {
  color: #06d24e;
}

.day {
  min-height: 1400px;
  background-position: right bottom;
  background-repeat: no-repeat;
  margin-bottom: -300px;
  padding-top: 185px;
  background-position: calc(100% + 250px) bottom;
}

.day_block {
  display: flex;
  margin: 75px -25px 0;
}

.day_item {
  flex: 0 0 30%;
  max-width: 30%;
  padding: 0 25px;
}

.day_num_block {
  display: flex;
  margin: 145px -40px;
}

.day_num_item {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 40px;
  text-align: center;
}

.day_num {
  font-weight: 700;
  font-size: 50px;
  line-height: 1;
  color: #000;
  margin: 25px 0 10px;
}

.day_num_info {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #000;
}

.day_item_block {
  display: flex;
}

.btn_play {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 55;
  transition: all 0.3s ease;
  background: linear-gradient(90deg, #09d24b 0%, #57d20a 100%);
}

.icon {
  width: 40px;
  height: 35px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}

.icon-play {
  background-image: url(../img/play.svg);
}

.icon:after {
  content: "";
  transform: translate(-50%, -50%);
  width: 140px;
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(90deg, #09d24b 0%, #57d20a 100%);
  opacity: 0.4;
  border-radius: 50%;
  z-index: -1;
  position: absolute;
  left: 19px;
  top: 17px;
}

.day_item_text {
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  margin-top: 50px;
}

.day_item_2 {
  margin-left: 30px;
}

.day_item_1 {
  margin-top: 60px;
}

.prices_intro_list {
  display: flex;
  align-items: center;
  padding-left: 20px;
  margin: 65px 0;
  font-size: 20px;
}

.prices_intro_list li {
  margin-right: 50px;
}

.prices_intro_list li:last-child {
  margin: unset;
}

.master_text_box {
  display: flex;
  z-index: 100;
  position: relative;
  justify-content: flex-start;
  align-items: flex-start;
  flex: 0 0 60%;
  max-width: 60%;
}

.master {
  position: relative;
}

.master_img_left {
  top: 120px;
  left: 0;
}

.master_img_left:after {
  content: "";
  background-image: url(../img/masterLine.svg);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  z-index: 123;
}

.master_img_right {
  bottom: 0;
  right: 0;
}

.master_img_right:after {
  content: "";
  background-image: url(../img/masterLine.svg);
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 3px;
  z-index: 123;
}

.master_text {
  font-weight: 350;
  font-size: 20px;
  line-height: 36px;
  color: #424542;
}

.master_name {
  font-weight: 700;
  font-size: 23px;
  line-height: 36px;
  margin: 10px 0;
}

.master_profession {
  font-weight: 350;
  font-size: 16px;
  line-height: 36px;
  color: #424542;
}

.master_profession span {
  font-weight: 700;
  color: #000;
}

.master_relative {
  position: relative;
  margin-bottom: 100px;
}

.master_text_box_1 img {
  margin-right: 40px;
}

.master_text_box_2 {
  text-align: right;
  justify-content: flex-end;
}

.master_text_box_2 img {
  margin-left: 40px;
}

.master_info_box {
  display: flex;
  align-items: center;
  margin: 50px -40px 0;
}

.master_info_block {
  display: flex;
  align-items: center;
  padding: 0 40px;
}

.master_info_item span {
  display: block;
  color: #06d24e;
}

.master_info_item {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  margin-left: 40px;
}

.master_btn {
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
  color: #fff;
  background: linear-gradient(90deg, #09d24b 0%, #57d20a 100%);
  box-shadow: 0 15px 30px -12px #5dda87;
  border-radius: 6px;
  padding: 25px 85px;
}

.live_section {
  background: #f5f8f8;
}

.live_box {
  display: flex;
  justify-content: space-between;
  padding: 80px 0;
  align-items: center;
}

.live_block {
  position: relative;
  flex: 0 0 40%;
  max-width: 40%;
}

.live_block img {
  position: absolute;
  top: 25px;
  right: 0;
}

.live_video {
  flex: 0 0 55%;
  max-width: 55%;
  position: relative;
}

.live_video_badge {
  position: absolute;
  left: 20px;
  top: 20px;
  color: #fff;
  display: flex;
  align-items: center;
}

.live_video_badge:before {
  content: "";
  width: 10px;
  height: 10px;
  background: #20be20;
  display: block;
  border-radius: 50%;
  box-shadow: 0 0 0 5px #235923;
  margin-right: 10px;
}

.live_text {
  font-weight: 350;
  font-size: 24px;
  line-height: 36px;
  color: #424542;
  margin-top: 60px;
}

.live_text.border_left:before {
  height: 100%;
}

/*______________________________________________________
_________________________________PRICES____________________*/
.prices_intro {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right bottom;
  padding: 40px 0 0;
}

.prices_intro_box {
  background-size: 450px 750px;
  background-position: right;
  background-repeat: no-repeat;
  padding: 130px 0 250px;
}

.prices_intro_list > li span {
  color: #000;
}

.prices_intro_list > li {
  list-style: disc;
  color: #06d24e;
}

.prices_tel {
  background: #ffffff;
  border: 1px solid #000000;
  border-radius: 1px;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #838383;
  margin-right: 15px;
  padding-left: 20px;
  min-width: 300px;
  height: 100%;
}

.prices_intro_block {
  display: flex;
}

.prices_btn {
  font-weight: 700;
  font-size: 13px !important;
  line-height: 19px;
  color: #ffffff;
  background: linear-gradient(90deg, #09d24b 0%, #57d20a 100%);
  border-radius: 4px;
  text-transform: uppercase;
  padding: 18px 30px !important;
}

.p_problem_list div {
  width: 100% !important;
  border-bottom: 1px dashed #838383;
}

.p_problem_list li {
  flex: 0 0 40%;
  max-width: 40%;
}

.p_problem_list a {
  border: 0 !important;
  color: #424542 !important;
}

.p_problem_title {
  font-weight: 700;
  font-size: 48px;
  line-height: 48px;
  color: #000;
  margin-bottom: 70px;
}

.prices_problem {
  margin: 40px 0 150px;
}

.problem_tel_form button {
  max-width: 310px;
}

.problem_tel_form .form_btn {
  max-width: 310px !important;
}

.problem_tel_form .form_item {
  padding: 0 45px 0 0 !important;
}

.problem_tel_titile {
  font-weight: 700;
  font-size: 32px;
  line-height: 48px;
  color: #fff;
}

.problem_tel_block {
  border-radius: 6px;
  padding: 80px 60px;
  box-shadow: 0 15px 30px -12px #5dda;
}

.problem_tel_form {
  padding: 40px 0 0 0 !important;
  box-shadow: unset !important;
}

.prices_brands_title {
  font-weight: 700;
  font-size: 48px;
  line-height: 48px;
  margin-bottom: 40px;
}

.prices_brands_box .delonghi_block {
  margin-top: 50px;
}

.prices_brands {
  margin: 150px 0;
}

.prices_popular_block {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}

.prices_popular_item img {
  border-radius: 50%;
}

.prices_popular_item {
  text-align: center;
  flex: 0 0 25%;
  max-width: 25%;
}

.prices_popular_name {
  font-weight: 350;
  font-size: 22px;
  color: #424542;
  border-bottom: 1px dashed;
  margin: 25px 0;
  display: inline-block;
}

.prices_popular_price {
  font-weight: 800;
  font-size: 25px;
}

.prices_confidence_box {
  display: flex;
  padding: 150px 0;
  justify-content: space-between;
  align-items: center;
}

.prices_confidence_title {
  font-weight: 700;
  font-size: 48px;
  line-height: 48px;
  color: #ffffff;
}

.prices_confidence_item {
  text-align: center;
}

.prices_confidence_num {
  font-weight: 700;
  font-size: 70px;
  line-height: 70px;
  color: #fff;
  margin: 25px 0 10px;
}

.prices_confidence_text {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #fff;
}

.prices_confidence {
  margin: 150px 0 0;
  background-size: cover;
  background-position: center;
}

.p_margin_top {
  margin-top: 150px;
}

/* __________________REVIEWS PAGE________________
__________________________________________________*/
.reviews_page {
  padding: 65px 0 150px;
}

.reviews_page_block {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}

.reviews_page_item {
  flex: 0 0 50%;
  max-width: 50%;
}

.reviews_page_message {
  flex: 0 0 30%;
  max-width: 30%;
}

.reviews_page_title {
  font-weight: 400;
  font-size: 23px;
  line-height: 36px;
  margin-bottom: 30px;
}

.reviews_page_btn:first-child {
  margin-right: 100px;
}

.reviews_page_btn {
  font-weight: 400;
  font-size: 18px;
  line-height: 36px;
  color: #838383;
  background-color: transparent;
}

.reviews_page_btn.active {
  color: #000000;
  border-bottom: 3px solid #06d24e;
}

.reviews_page_btn_block {
  margin-bottom: 50px;
}

.reviews_form_name {
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  line-height: 36px;
  border-bottom: 1px solid #838383;
  margin-bottom: 35px;
  padding-bottom: 15px;
}

.reviews_form_name::placeholder {
  color: #000;
}

.reviews_form_message {
  width: 100%;
  padding: 20px;
  border: 1px solid #838383;
  border-radius: 2px;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 25px;
  resize: none;
}

.reviews_form_message::placeholder {
  color: #000;
}

.reviews_page_item .reviews_block {
  margin-top: unset;
}

.reviews_form_img {
  font-weight: 400;
  font-size: 16px;
  line-height: 36px;
  display: flex;
  align-items: center;
}

.reviews_form_file {
  font-weight: 400;
  font-size: 16px;
  line-height: 36px;
  color: #838383;
}

.reviews_form_btn {
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
  color: #fff;
  background: linear-gradient(90deg, #09d24b 0%, #57d20a 100%);
  box-shadow: 0 15px 30px -12px #5dda87;
  border-radius: 6px;
  padding: 18px 55px;
}

.reviews_form_icons_box {
  margin: 30px 0;
}

.reviews_form_icons_box span {
  font-weight: 400;
  font-size: 16px;
  line-height: 36px;
  color: #838383;
}

.reviews_form_icons_block {
  display: flex;
  align-items: center;
  margin: 0 -10px;
}

.reviews_rate_box input {
  display: none;
}

.reviews_rate_box {
  padding: 0 10px;
}

.reviews_rate_box label {
  display: block;
}

#input__file {
  display: none;
}

.input_file_label {
  display: flex;
  align-items: center;
}

.input_file_name {
  cursor: default;
  font-weight: 400;
  font-size: 16px;
  line-height: 36px;
  color: #838383;
}

.input_file_btn {
  font-weight: 700;
  font-size: 12px;
  line-height: 18px;
  color: #fff;
  background-color: #000;
  border-radius: 4px;
  padding: 10px 20px;
  margin: 0 20px;
}

.reviews_form_icons_block label {
  opacity: 0.5;
  transition: all 0.2s linear;
}

.reviews_form_icons_block button {
  background-color: transparent;
  margin-right: 17px;
}

.reviews_form_icons_block button:last-child {
  margin: 0;
}

.reviews_form_icons_block label:hover,
.reviews_form_icons_block input:checked + label {
  opacity: 1;
}

/*______________________DELONGHI PAGE______________
____________________________________________________*/
.magnifica_intro_box {
  background-position: right;
  background-repeat: no-repeat;
  padding: 130px 0 250px;
  position: relative;
}

.magnifica_intro_price {
  position: absolute;
  top: 50%;
  left: 60%;
  transform: translateY(-50%);
  border: 5px solid #000000;
  padding: 30px 35px;
  background-color: #fff;
}

.magnifica_intro_price_name {
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
}

.magnifica_intro_price_num {
  font-weight: 800;
  font-size: 49px;
  line-height: 42px;
  margin-top: 10px;
  text-align: center;
}

.problem_block {
  display: flex;
  justify-content: flex-start;
  margin: 40px -5px -5px;
}

.problem_item {
  flex: 0 0 12.5%;
  max-width: 12.5%;
  padding: 5px;
}

.problem_name {
  font-weight: 350;
  font-size: 18px;
  line-height: 20px;
  background-color: transparent;
  border: 2px solid #000000;
  border-radius: 2px;
  padding: 25px 15px;
  height: 100%;
  width: 100%;
  display: flex;
  color: #222;
  text-align: center;
  align-items: center;
  justify-content: center;
}

.problem_name:hover,
.problem_name.active {
  border: 2px solid #06d24e;
  color: #06d24e;
  transition: all 0.6s ease;
}

.problem_box {
  margin-bottom: 65px;
}

/*________________________________________*/
.indicative__table {
  width: 100%;
  text-align: left;
  background: #fff;
  border-collapse: collapse;
  border-radius: 5px;
  overflow: hidden;
}

.indicative__table tr td:first-child,
.indicative__table tr th:first-child {
  padding-left: 30px;
}

.unchecked_box {
  position: relative;
  cursor: pointer;
  margin-left: 15px;
}

.unchecked_text {
  position: absolute;
  width: 300px;
  padding: 20px 30px;
  background: #fff;
  box-shadow: 0 0 70px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  top: 0;
  left: 100%;
  transform: translate(20px, -50%);
  pointer-events: none;
  opacity: 0;
  transition: all 0.4s ease;
}

.unchecked_box:hover .unchecked_text {
  opacity: 1;
  pointer-events: unset;
}

.indicative__table th,
.indicative__table td {
  font-size: 16px;
  line-height: 19px;
}

.indicative__table th {
  font-weight: bold;
  color: #fff;
  padding: 28px 0;
}

.diagnostics {
  background: #f5f8f8;
  border-radius: 2px;
}

.replacement {
  background: #ffaa06;
  border-radius: 2px;
}

.indicative__height {
  padding: 63px 0 0 !important;
}

.indicative__links {
  margin-top: 35px;
}

.indicative__links img {
  margin-right: 20px;
}

.bg_gradient {
  background: #06d24e;
  border-radius: 2px;
}

.indicative__table td {
  padding: 24px 0;
}

.indicative_box {
  display: flex;
  align-items: center;
  margin-top: 30px;
}

.learn__more {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #ffaa06;
  border-bottom: 1px dashed #ffaa06;
}

.indicative_item {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #424542;
}

.call_master {
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  color: #ffffff;
  background: linear-gradient(90deg, #09d24b 0%, #57d20a 100%);
  box-shadow: 0 15px 30px -12px #5dda87;
  border-radius: 6px;
  min-width: 300px;
  min-height: 80px;
}

.indicative_instruction {
  margin: 0 200px 0 120px;
}

.date_update {
  white-space: nowrap;
}

.magnifica_intro .intro_img {
  z-index: 1;
}

/*popup start*/
.popup_mask {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 22250;
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s ease;
}

.popup {
  position: fixed;
  z-index: 22260;
  background: #fff;
  border-radius: 2px;
  padding: 40px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  pointer-events: none;
  opacity: 0;
  transition: all 0.4s ease;
  display: none;
}

.popup_close {
  position: absolute;
  right: 10px;
  top: 10px;
  background: transparent;
}

.popup_title {
  font-weight: 700;
  font-size: 30px;
}

.error_popup_title {
  margin: 25px 0 10px;
}

.popup_desc {
  font-weight: 350;
  font-size: 18px;
  color: #424542;
  margin-bottom: 22px;
}

.popup_btn {
  border-radius: 6px;
  padding: 15px 40px;
  box-shadow: 0 15px 30px -12px #5dda87;
}

.popup_open .popup_mask {
  opacity: 1;
  pointer-events: unset;
}

.popup.active {
  opacity: 1;
  pointer-events: unset;
  display: block;
}

.popup_big {
  padding: 90px;
  max-width: 900px;
  width: 100%;
}

.big_popup_title {
  font-weight: 700;
  font-size: 36px;
  margin-bottom: 55px;
}

.popup label {
  display: flex;
  justify-content: space-between;
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 30px;
  width: 100%;
  align-items: center;
}

.popup_inp {
  padding: 10px 0 20px;
  background: transparent;
  border-bottom: 1px solid #838383;
  max-width: 400px;
  width: 100%;
  font-size: 16px;
}

.popup_text {
  margin-right: 40px;
}

.popup form {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.big_popup_btn {
  padding: 25px 40px;
  margin-top: 50px;
}

.post_content {
  font-weight: 350;
  font-size: 18px;
  line-height: 36px;
  color: #424542;
}

.post_content h3 {
  font-weight: 700;
  font-size: 40px;
  line-height: 60px;
  margin-bottom: 24px;
  color: #000;
}

.post_content p {
  margin-bottom: 24px;
}

.masters__text__1 span {
  color: #06d24e;
}

.authors .intro_title {
  margin-bottom: 100px;
}

ul.delonghi_list.p_problem_list {
  justify-content: space-between;
}

.title.day_title {
  max-width: 910px;
}

.map_form.problem_tel_form .form_item {
  flex: 1 1 auto;
  max-width: unset;
}

.select2-container--open .select2-dropdown--below {
  margin-top: 30px;
}

.language_dropdown {
  margin: 0 0 0 20px;
}

.language_dropdown a img {
  width: 25px !important;
  height: auto !important;
}

.language_dropdown a {
  margin: 0 10px;
}

.social_list a {
  width: 36px;
  height: 36px;
  display: block;
}

.map_img {
  min-height: 600px;
  flex: 1 1 auto;
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
}

.map_desc_block {
  flex: 0 0 50%;
  max-width: 50%;
}

.live_block .title {
  padding-right: 60px;
  font-size: 50px;
}

.master_row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.master_row .master_img img {
  max-height: 500px;
}

.master_row:nth-child(odd) {
  flex-direction: row-reverse;
}

.master_relative .title {
  margin-bottom: 50px;
}

.rating {
  display: flex;
  width: 100%;
  overflow: hidden;
  position: relative;
  justify-content: flex-end;
  flex-direction: row-reverse;
}

.rating-0 {
  filter: grayscale(100%);
}

.rating > input {
  display: none;
}

.rating > label {
  cursor: pointer;
  width: 30px;
  height: 30px;
  margin-top: auto;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.215 44.212l-34.899-3.3c-2.2-.2-4.101-1.6-5-3.7l-12.5-30.3c-2-5-9.101-5-11.101 0l-12.4 30.3c-.8 2.1-2.8 3.5-5 3.7l-34.9 3.3c-5.2.5-7.3 7-3.4 10.5l26.3 23.1c1.7 1.5 2.4 3.7 1.9 5.9l-7.9 32.399c-1.2 5.101 4.3 9.3 8.9 6.601l29.1-17.101c1.9-1.1 4.2-1.1 6.1 0l29.101 17.101c4.6 2.699 10.1-1.4 8.899-6.601l-7.8-32.399c-.5-2.2.2-4.4 1.9-5.9l26.3-23.1c3.8-3.5 1.6-10-3.6-10.5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 76%;
  transition: 0.3s;
}

.rating > input:checked ~ label,
.rating > input:checked ~ label ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23ffca00' d='M121.215 44.212l-34.899-3.3c-2.2-.2-4.101-1.6-5-3.7l-12.5-30.3c-2-5-9.101-5-11.101 0l-12.4 30.3c-.8 2.1-2.8 3.5-5 3.7l-34.9 3.3c-5.2.5-7.3 7-3.4 10.5l26.3 23.1c1.7 1.5 2.4 3.7 1.9 5.9l-7.9 32.399c-1.2 5.101 4.3 9.3 8.9 6.601l29.1-17.101c1.9-1.1 4.2-1.1 6.1 0l29.101 17.101c4.6 2.699 10.1-1.4 8.899-6.601l-7.8-32.399c-.5-2.2.2-4.4 1.9-5.9l26.3-23.1c3.8-3.5 1.6-10-3.6-10.5z'/%3e%3c/svg%3e");
}

.rating > input:not(:checked) ~ label:hover,
.rating > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23ffca00' d='M121.215 44.212l-34.899-3.3c-2.2-.2-4.101-1.6-5-3.7l-12.5-30.3c-2-5-9.101-5-11.101 0l-12.4 30.3c-.8 2.1-2.8 3.5-5 3.7l-34.9 3.3c-5.2.5-7.3 7-3.4 10.5l26.3 23.1c1.7 1.5 2.4 3.7 1.9 5.9l-7.9 32.399c-1.2 5.101 4.3 9.3 8.9 6.601l29.1-17.101c1.9-1.1 4.2-1.1 6.1 0l29.101 17.101c4.6 2.699 10.1-1.4 8.899-6.601l-7.8-32.399c-.5-2.2.2-4.4 1.9-5.9l26.3-23.1c3.8-3.5 1.6-10-3.6-10.5z'/%3e%3c/svg%3e");
}

#rating-1:checked ~ .emoji-wrapper > .emoji {
  transform: translateY(-100px);
}

#rating-2:checked ~ .emoji-wrapper > .emoji {
  transform: translateY(-200px);
}

#rating-3:checked ~ .emoji-wrapper > .emoji {
  transform: translateY(-300px);
}

#rating-4:checked ~ .emoji-wrapper > .emoji {
  transform: translateY(-400px);
}

#rating-5:checked ~ .emoji-wrapper > .emoji {
  transform: translateY(-500px);
}

.footer_menu .footer_list {
  display: flex;
  justify-content: center;
}

.footer_menu .footer_list a {
  margin: 0 20px;
}

.footer_menu {
  padding: 20px 0;
  border-bottom: 1px solid rgb(131 131 131 / 70%);
}

.master_img {
  flex: 0 0 40%;
  max-width: 40%;
  text-align: center;
}

.master_info_box .master_btn {
  margin-right: 40px;
  margin-left: auto;
}

.indicative__table td a {
  color: #222;
  font-weight: 600;
}

.indicative__table td a:hover {
  opacity: 0.8;
}

.services_content {
  padding: 50px 0;
  font-size: 16px;
  line-height: 1.5;
}

.services_content h1 {
  font-size: 30px;
  line-height: 1.5;
  margin-bottom: 20px;
}

.services_content h2 {
  font-size: 25px;
  margin-bottom: 20px;
}

.services_content h3 {
  font-size: 22px;
  margin-bottom: 20px;
}

tr.active_service {
  background: #e8fff0;
  border: 10px solid #fff;
  border-left: none;
  border-right: none;
}

section.magnifica_intro.intro .title {
  max-width: 750px;
}

.device_description_block {
  padding: 50px 0;
  font-size: 18px;
  line-height: 1.5;
}

.device_description_block h1 {
  font-size: 30px;
  margin-bottom: 30px;
}

.device_description_block h2 {
  font-size: 26px;
  margin-bottom: 26px;
}

.device_description_block h3 {
  font-size: 24px;
  margin-bottom: 24px;
}

.device_description_block h4 {
  font-size: 22px;
  margin-bottom: 22px;
}

.device_description_block h5,
.device_description_block h6 {
  font-size: 20px;
  margin-bottom: 20px;
}

.device_description_block ul,
.device_description_block ol {
  padding-left: 20px;
  margin-bottom: 20px;
}

.device_description_block a {
  color: #06d24e;
}

ul.breadcrumbs__list {
  display: flex;
  align-items: center;
  margin: 40px 0;
}

ul.breadcrumbs__list .separator {
  margin: 0 10px;
}

.slider_arrow {
  background: transparent;
  filter: brightness(0);
  width: 25px;
  height: 30px;
  min-width: 25px;
  position: absolute;
}

.slider_arrow img {
  width: 100%;
}

.slick_next {
  transform: rotate(-90deg);
  right: -40px;
}

.slick_prev {
  transform: rotate(90deg);
  left: -40px;
}

.delonghi_logo_slider .slick-track {
  display: flex !important;
}

.delonghi_logo_slider .slick-slide {
  height: unset;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
}

.delonghi_logo_slider {
  position: relative;
}

.delonghi_logo_slider .slick-slide img {
  filter: grayscale(1);
}

img.news__img {
  max-height: 250px;
  display: block;
  margin: 0 auto;
}

ul.breadcrumbs__list a {
  color: #222;
  font-weight: 600;
}

main#single_post {
  font-size: 18px;
  line-height: 1.3;
}

main#single_post ul {
  padding-left: 20px;
  margin-bottom: 20px;
}

main#single_post p {
  margin-bottom: 20px;
}

/*popup end*/

.social_menu,
.social_menu_sal {
  display: flex;
  align-items: center;
  margin: 0 -10px;
  flex-wrap: wrap;
  justify-content: center;
}
.social_menu_sal a {
  width: auto;
  height: 50px;
  display: flex;
  justify-content: center;
  padding: 5px;
}
