.remaster {
  background: #f3fafb;
}
.remaster .newmain {
top:50px;
margin-top:0;
position: relative;
}
@media (max-width: 479.98px) {
 .remaster .newmain {
    top:0;
  }
}
.remaster .newmain__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  gap: 30px;
  position: relative;
}
@media (max-width: 991.98px) {
  .remaster .newmain__wrapper {
    align-items: center;
  }
}
@media (max-width: 479.98px) {
  .remaster .newmain__wrapper {
    gap: 0;
  }
}
.remaster .newmain__wrapper h1 {
	margin-bottom:0;
}
@media (max-width: 991.98px) {
  .remaster .newmain__wrapper h1 {
  
  }
}
.remaster .newmain__wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 30px;
  position: relative;
}
@media (max-width: 1200px) {
 .remaster .newmain__wrap {
  align-items: flex-end;
}
}
@media (max-width: 991.98px) {
  .remaster .newmain__wrap {
    flex-direction: column;
    align-items: center;
  }
}
.remaster .newmain__item {
  flex:0 0 calc(50% - 30px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
}
@media (max-width: 991.98px) {
  .remaster .newmain__item {
    align-items: center;
  }
}
@media (max-width: 500px) {
  .remaster .newmain__item {
    gap: 20px;
  }
	.remaster .newmain__item p {
   text-align:center;
  }
}
.remaster .newmain__item-row a {
  display: block;
  padding: 15px 80px;
}

.remaster .newmain__item .madein {
  display: table;
  border-spacing: 0 20px;
}
.remaster .newmain__image {
  flex: 1 0 calc(50% - 30px);
  position:relative;
}
.remaster .newmain__image img {
  min-width: 100%;
  height: auto;
  width: 100%;
}
@media (max-width: 991.98px) {
  .remaster .newmain__image img {
  padding-left:300px;
}
}
@media (max-width: 767.98px) {
  .remaster .newmain__image img {
    padding-left:0;
  }
}
.remaster .newmain__image .main-absolute {
	position:absolute;
	width: 349px;
	height: 377px;    
	min-width: 0;
	left:0;
	bottom:0;
	margin-left:-35%;
	margin-bottom:-30px;
}
@media (max-width: 1200px) {
  .remaster .newmain__image .main-absolute {
	max-width: 300px;   
	height: auto;
    width: 100%;
	margin-bottom:-10%;
}
}
@media (max-width: 991.98px) {
  .remaster .newmain__image .main-absolute {
	width: 349px;
	height: 377px;
	margin-left:0;
	margin-bottom:0;
	max-width: 349px; 
	padding-left:0;
}
}
@media (max-width: 767.98px) {
  .remaster .newmain__image .main-absolute {
	margin-bottom:-80px;
}
}
@media (max-width: 650px) {
  .remaster .newmain__image .main-absolute {
	max-width: 300px;   
	height: auto;
    width: 100%;
	margin-bottom:-10%;
}
}
@media (max-width: 590px) {
  .remaster .newmain__image .main-absolute {
	margin-bottom:-80px;
	max-width: 100%;  
	padding-right:50%;
}
}
.remaster .newmain__madein {
  color: #000;
  display: table-row;
}
.remaster .newmain__madein p, .remaster .newmain__madein object {
  display: table-cell;
  vertical-align: middle;
}
.remaster .newmain__madein p {
  text-align: left;
  padding-left: 30px;
}
.remaster .newmain__madein object {
  text-align: center;
  margin: 0 auto;
}
.remaster h1, .remaster h2, .remaster h3 {
  text-transform: none;
}
.remaster h1 {
  font-size: clamp(24px, 5vw, 54px);
  font-weight: 700;
}
.remaster h2 {
  font-size: clamp(22px, 5vw, 40px);
  font-weight: 700;
  margin-bottom: 0;
  text-align: left;
  margin-bottom: 60px;
}
@media (max-width: 991.98px) {
  .remaster h2 {
    text-align: center;
  }
}
@media (max-width: 479.98px) {
  .remaster h2 {
  margin-bottom: 30px!important;
  }
}
.remaster h3 {
  font-weight: 700;
  font-size: clamp(16px, 5vw, 22px);
}
.remaster .effect {
  margin-top:90px;
  position: relative;
}
@media (max-width: 767.98px) {
  .remaster .effect {
  margin-top:160px!important;
  }
}
@media (max-width: 479.98px) {
  .remaster .effect {
  margin-top:100px!important;
  }
}
.remaster .effect:before {
  background: url(../img/bubble.svg) no-repeat top left;
  position: absolute;
  content: "";
  background-size: contain;
  min-width: 100%;
  width: auto;
  height: 180%;
  top: 0;
  margin-top: -40%;
  left: 0;
  z-index: -1;
}
@media (max-width: 991.98px) {
  .remaster .effect:before {
    background: none;
  }
}
.remaster .effect__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 30px;
  position: relative;
}
@media (max-width: 991.98px) {
  .remaster .effect__wrapper {
    flex-direction: column;
    align-items: center;
    gap: 0;
  }
}

.remaster .effect__text {
  flex: 0 0 calc(60% - 30px);
}
@media (max-width: 991.98px) {
  .remaster .effect__text {
    flex: 0 0 100%;
  }
}
.remaster .effect__text-item {
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
}
.remaster .effect__text-titleblock {
  display: flex;
  align-items: flex-end;
}
.remaster .effect__text-title {
  font-size: 22px;
  line-height: 26px;
  font-weight: 400;
  padding: 20px 30px;
  position: relative;
  z-index: 100;
  background: #f3fafb;
  border-radius: 0 0 0 40px;
}
@media (max-width: 991.98px) {
  .remaster .effect__text-title {
    font-size: 18px;
    line-height: 20px;
  }
}
@media (max-width: 479.98px) {
  .remaster .effect__text-title {
    font-size: 16px;
    line-height: 18px;
  }
}
.remaster .effect__text-title a {
  color: #00A2A1;
  text-decoration: underline;
}
@media (any-hover: hover) {
  .remaster .effect__text-title a:hover {
    transition: ease 0.3s all;
    color: #000;
    text-decoration: none;
  }
}
.remaster .effect__text-caption {
  color: #fff;
  background: #00A2A1;
  padding: 40px;
  border-radius: 0 40px 40px 40px;
}
@media (max-width: 479.98px) {
  .remaster .effect__text-caption {
    font-size: 14px;
  }
}
.remaster .effect__text-image {
  width: 80px;
  height: 80px;
  text-align: center;
  vertical-align: middle;
  background: #00A2A1;
  border-radius: 40px 40px 0 0;
  padding: 10px;
  position: relative;
}
.remaster .effect__text-image .surround {
  background: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  vertical-align: middle;
  display: block;
}
.remaster .effect__text-image img, .remaster .effect__text-image object {
  vertical-align: middle;
  text-align: center;
}
.remaster .effect__text-image:before {
  content: "";
  height: 40px;
  width: 40px;
  background: #00A2A1;
  position: absolute;
  bottom: 0;
  right: -40px;
  z-index: -1;
}
.remaster .effect .sticky-title,
.remaster .accordion__sidebar .sticky-sidebar {
  position: relative;
  top: auto;
  margin-bottom:0;
}
.remaster .accordion__sidebar .sticky-sidebar {
  width:370px;
}
@media (max-width: 991.98px) {
  .remaster .effect .sticky-title,
  .remaster .accordion__sidebar .sticky-sidebar {
    position: relative !important;
    top: 0 !important;
  }
}
.remaster .effect .sticky-title-sticky {
  position: fixed;
  top: 90px;
}
.remaster .accordion__sidebar .sticky-sidebar-sticky {
  position: fixed;
  top: 160px;
}
@media (max-width: 991.98px) {
  .remaster .effect .sticky-title-sticky,
  .remaster .accordion__sidebar .sticky-sidebar-sticky {
    position: relative !important;
    top: 0 !important;
  }
}
.remaster .effect .sticky-title-sticky-none,
.remaster .accordion__sidebar .sticky-sidebar-sticky-none {
  top: auto;
  bottom: 0;
  position: absolute;
}
@media (max-width: 991.98px) {
  .remaster .effect .sticky-title-sticky-none,
  .remaster .accordion__sidebar .sticky-sidebar-sticky-none {
    position: relative !important;
    top: 0 !important;
  }
}

.remaster .correction {
margin-top: 60px;
position: relative;
}
@media (max-width: 479.98px) {
  .remaster .correction {
  margin-top: 30px!important;
  }
}

.remaster .correction__wrapper {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
}
@media (max-width: 767.98px) {
  .remaster .correction__wrapper {
    gap: 20px;
  }
}
.remaster .correction__item {
  flex: 1 0 calc(33.333% - 30px);
}
@media (max-width: 1100px) {
  .remaster .correction__item {
    flex: 1 0 calc(50% - 30px);
  }
}
@media (max-width: 767.98px) {
  .remaster .correction__item {
    flex: 1 0 calc(50% - 20px);
  }
}
@media (max-width: 700px) {
  .remaster .correction__item {
    flex: 1 0 calc(100% - 20px);
  }
}
.remaster .correction figure {
  position: relative;
  overflow: hidden;
  text-align: center;
  cursor: pointer;
  border-radius: 30px;
}
.remaster .correction figure img {
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
  opacity: 1;
}
@media (max-width: 1100px) {
  .remaster .correction figure img {
    object-fit: cover;
    width: 100%;
    height: auto;
  }
}
.remaster .correction figure figcaption {
  padding: 25px;
  color: #fff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 162, 161, 0) 23.48%, rgba(0, 162, 161, 0.2) 59.19%, #00A2A1 100%);
}
.remaster .correction figure figcaption::before, .remaster .correction figure figcaption::after {
  pointer-events: none;
}
.remaster .correction figure .correction__title {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #fff;
  text-align: left;
  margin: 0;
}
@media (max-width: 1200px) {
  .remaster .correction figure .correction__title {
    font-size: 18px;
    line-height: 20px;
  }
}
@media (max-width: 767.98px) {
  .remaster .correction figure .correction__title {
    font-size: 16px;
    line-height: 18px;
  }
}
@media (max-width: 700px) {
  .remaster .correction figure .correction__title {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (max-width: 500px) {
  .remaster .correction figure .correction__title {
    font-size: 18px;
    line-height: 20px;
  }
}
@media (max-width: 479.98px) {
  .remaster .correction figure .correction__title {
    font-size: 16px;
    line-height: 18px;
  }
}
@media (max-width: 400px) {
  .remaster .correction figure .correction__title {
    font-size: 14px;
    line-height: 16px;
  }
}
.remaster .correction figure p {
  margin: 0;
  letter-spacing: 1px;
  font-size: 12px;
  font-weight: 300;
  text-align: left;
}
@media (max-width: 700px) {
  .remaster .correction figure p {
    font-size: 16px;
  }
}
@media (max-width: 500px) {
  .remaster .correction figure p {
    font-size: 14px;
  }
}
@media (max-width: 479.98px) {
  .remaster .correction figure p {
    font-size: 12px;
  }
}
@media (max-width: 500px) {
  .remaster .correction figure p {
    font-size: 11px;
  }
}
.remaster .correction figure.effect-sadie figcaption::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 162, 161, 0.3) -8.82%, rgba(0, 162, 161, 0.5) 23.48%, rgba(0, 162, 161, 0.8) 59.19%, #00A2A1 100%);
  content: "";
  opacity: 0;
  transition: ease 0.35s ease-in;
}
.remaster .correction figure.effect-sadie .correction__title {
  position: absolute;
  top: 80%;
  left: 0;
  padding: 0 25px;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
@media (max-width: 700px) {
  .remaster .correction figure.effect-sadie .correction__title {
    top: 85%;
  }
}
.remaster .correction figure.effect-sadie figcaption::before, .remaster .correction figure.effect-sadie p {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}
.remaster .correction figure.effect-sadie p {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 25px;
  width: 100%;
  opacity: 0;
  -webkit-transform: translate3d(0, 10px, 0);
  transform: translate3d(0, 10px, 0);
}
@media (max-width: 400px) {
  .remaster .correction figure.effect-sadie p {
    padding: 15px;
  }
}
.remaster .correction figure.effect-sadie:hover .correction__title {
  top: 80px;
  bottom: auto;
  -webkit-transform: translate3d(0, -50%, 0) translate3d(0, -40px, 0);
  transform: translate3d(0, -50%, 0) translate3d(0, -40px, 0);
}
@media (max-width: 767.98px) {
  .remaster .correction figure.effect-sadie:hover .correction__title {
    font-size: 14px;
    line-height: 16px;
    top: 70px;
  }
}
@media (max-width: 700px) {
  .remaster .correction figure.effect-sadie:hover .correction__title {
    font-size: 20px;
    line-height: 24px;
    top: 80px;
  }
}
@media (max-width: 479.98px) {
  .remaster .correction figure.effect-sadie:hover .correction__title {
    font-size: 16px;
    line-height: 18px;
  }
}
@media (max-width: 700px) {
  .remaster .correction figure.effect-sadie:hover .correction__title {
    font-size: 14px;
    line-height: 16px;
    top: 70px;
    padding: 15px;
  }
}
.remaster .correction figure.effect-sadie:hover figcaption::before, .remaster .correction figure.effect-sadie:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.remaster .allabout {
  background: #9cd7e7;
}
.remaster .allabout__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}
@media (max-width: 991.98px) {
  .remaster .allabout__wrapper {
    flex-direction: column;
    align-items: center;
  }
}
.remaster .allabout__image {
  flex: 0 0 calc(50% - 30px);
  margin-top: 30px;
}
@media (max-width: 991.98px) {
  .remaster .allabout__image {
    flex: 0 0 calc(100% - 30px);
  }
}
.remaster .allabout__image img {
  min-width: 100%;
  width: 100%;
  height: auto;
}
.remaster .allabout__button {
  flex: 1 0 calc(50% - 30px);
  text-align: center;
}
@media (max-width: 991.98px) {
  .remaster .allabout__button {
    flex: 0 0 calc(100% - 30px);
  }
}
.remaster .allabout__button .white-btn,
.library__item .white-btn {
  color: #179F9F;
  font-size: 22px;
  font-weight: 700;
  line-height: 26px;
  text-transform: uppercase;
  background: #fff;
  border-radius: 40px;
  padding: 30px 50px;
  box-shadow: 0 8px 18px 0 rgba(34, 60, 80, 0.25);
  white-space: normal !important;
  display: inline-block;
  text-decoration: none;
}
@media (any-hover: hover) {
  .remaster .allabout__button .white-btn:hover,
  .library__item .white-btn:hover {
    transition: ease 0.3s all;
    background: #179F9F;
    color: #fff;
    text-decoration: none;
  }
}
@media (max-width: 991.98px) {
  .remaster .allabout__button .white-btn,
  .library__item .white-btn {
    margin-bottom: 50px;
  }
}
@media (max-width: 991.98px) {
  .remaster .allabout__button .white-btn,
  .library__item .white-btn {
    font-size: 16px;
    line-height: 20px;
  }
}
.remaster .testimonials {
  position: relative;
}
.remaster .testimonials:before {
  background: url(../img/bubble3.svg) no-repeat top left;
  position: absolute;
  content: "";
  background-size: contain;
  min-width: 100%;
  width: auto;
  height: 220%;
  top: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 991.98px) {
  .remaster .testimonials:before {
    background: none;
  }
}
.remaster .testimonials:after {
  background: url(../img/bubble2.svg) no-repeat top right;
  position: absolute;
  content: "";
  background-size: contain;
  min-width: 100%;
  width: auto;
  height: 220%;
  top: 0;
  right: 0;
  z-index: -1;
}
@media (max-width: 991.98px) {
  .remaster .testimonials:after {
    background: none;
  }
}
.remaster .order__wrapper {
  display: flex;
  justify-content: space-between;
  gap: 50px;
}
@media (max-width: 991.98px) {
  .remaster .order__wrapper {
    flex-direction: column-reverse;
    align-items: center;
  }
}
.remaster .order__image {
  flex: 1 0 calc(45% - 50px);
}
@media (max-width: 991.98px) {
  .remaster .order__image {
    flex: 1 0 100%;
  }
}
.remaster .order__image img {
  min-width: 100%;
  width: 100%;
  height: auto;
}
.remaster .order__caption {
  flex: 0 0 calc(55% - 50px);
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media (max-width: 991.98px) {
  .remaster .order__caption {
    flex: 0 0 100%;
    align-items: center;
  }
}
.remaster .order__text {
  font-size: 22px;
  line-height: 26px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
}
@media (max-width: 991.98px) {
  .remaster .order__text {
    text-align: center;
  }
}
@media (max-width: 479.98px) {
  .remaster .order__text {
    font-size: 16px;
    line-height: 18px;
  }
}
.remaster .order__text span {
  font-weight: 700;
}
.remaster .order__text-item {
  flex: 1 0 calc(50% - 30px);
}
@media (max-width: 991.98px) {
  .remaster .order__text-item {
    flex: 1 0 100%;
  }
}
.remaster .order__price {
  font-weight: 700;
  font-size: 80px;
  color: #179F9F;
}
@media (max-width: 767.98px) {
  .remaster .order__price {
    margin: 20px 0;
  }
}
@media (max-width: 479.98px) {
  .remaster .order__price {
    font-size: 35px;
  }
}
.remaster .order__price span, .remaster .order__price i {
  display: inline-block;
  vertical-align: middle;
}
.remaster .order__price i {
  font-size: 60px;
  padding-left: 20px;
}
@media (max-width: 479.98px) {
  .remaster .order__price i {
    font-size: 25px;
    padding-left: 10px;
  }
}
.remaster .order__button a {
  display: inline-block;
  padding: 15px 80px;
  margin-bottom:15px;
}
.remaster .develope {
  position: relative;
  background: url(../img/map.png) no-repeat 85% 0;
}
@media (max-width: 1100px) {
  .remaster .develope {
    background: url(../img/map.png) no-repeat 150% 20%;
  }
}
@media (max-width: 991.98px) {
  .remaster .develope {
    background: url(../img/map.png) no-repeat 0% 15%;
  }
}
@media (max-width: 767.98px) {
  .remaster .develope {
    background: url(../img/map.png) no-repeat 50% 15%;
  }
}
@media (max-width: 600px) {
  .remaster .develope {
    background: url(../img/map.png) no-repeat 65% 10%;
  }
}
@media (max-width: 479.98px) {
  .remaster .develope {
    background: url(../img/map.png) no-repeat 50% 7%;
    background-size: 150%;
  }
}
.remaster .develope:before {
  background: url(../img/bubble4.svg) no-repeat top left;
  position: absolute;
  content: "";
  background-size: contain;
  min-width: 100%;
  width: auto;
  height: 180%;
  top: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 991.98px) {
  .remaster .develope:before {
    background: none;
  }
}
@media (max-width: 1100px) {
  .remaster .develope h2 {
    margin-bottom: 120px;
  }
}
@media (max-width: 991.98px) {
  .remaster .develope h2 {
    margin-bottom: 200px;
  }
}
@media (max-width: 479.98px) {
  .remaster .develope h2 {
    margin-bottom: 120px!important;
  }
}
.remaster .develope__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 30px;
}
@media (max-width: 991.98px) {
  .remaster .develope__wrapper {
    flex-direction: column;
    align-items: center;
  }
}
.remaster .develope__image {
  flex: 1 0 calc(50% - 30px);
}
@media (max-width: 991.98px) {
  .remaster .develope__image {
    flex: 1 0 100%;
  }
}
.remaster .develope__image img {
  min-width: 100%;
  width: 100%;
  height: auto;
}
.remaster .develope__text {
  flex: 1 0 calc(50% - 30px);
  background: rgba(250, 250, 250, 0.8);
  border-radius:15px;
  padding: 20px 30px;
}
@media (max-width: 991.98px) {
  .remaster .develope__text {
    flex: 1 0 100%;
    background: none;
    padding: 0;
    text-align: center;
  }
  .remaster .develope__text h3 {
    text-align: center;
  }
}
.remaster .develope__text img {
  height: 40px;
  width: auto;
}
.remaster .develope__text h3 {
  padding: 30px 0 20px;
}
.remaster .develope__text p {
  padding-bottom: 50px;
}
@media (max-width: 479.98px) {
  .remaster .develope__text p {
    padding-bottom: 0;
  }
}
.remaster .develope__wrap {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 30px;
}
@media (max-width: 991.98px) {
  .remaster .develope__wrap {
    flex-direction: column;
  }
}
.remaster .develope__wrap-item {
  flex: 1 0 calc(50% - 30px);
  background: #00A2A1;
  border-radius: 15px;
  position: relative;
  z-index: 10;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .remaster .develope__wrap-item {
    flex: 1 0 100%;
  }
}
.remaster .develope__wrap-item:first-child:before, .remaster .develope__wrap-item:last-child:before {
  content: "";
  width: 50%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
}
@media (max-width: 600px) {
  .remaster .develope__wrap-item:first-child:before, .remaster .develope__wrap-item:last-child:before {
    width: 100%;
  }
}
.remaster .develope__wrap-item:first-child:before {
  background: url(../img/develope.jpg) no-repeat 60% 10%;
  background-size: 220%;
}
@media (max-width: 767.98px) {
  .remaster .develope__wrap-item:first-child:before {
  background: url(../img/develope.jpg) no-repeat top right;
    background-size: cover;
  }
}
@media (max-width: 479.98px) {
  .remaster .develope__wrap-item:first-child:before {
    background: url(../img/develope.jpg) no-repeat 70% 0;
	background-size: 150%;
  }
}
.remaster .develope__wrap-item:last-child:before {
  background: url(../img/develope2.jpg) no-repeat top right;
  background-size: cover;
}
.remaster .develope__wrap-text {
	height:100%;
  color: #fff;
  padding: 20px 30px 20px 30px;
  margin-right: 150px;
  background: linear-gradient(to right, #00A2A1 70%, rgba(0, 162, 161, 0.8) 80%, rgba(0, 162, 161, 0.5) 90%, rgba(0, 162, 161, 0) 100%);
}
@media (max-width: 991.98px) {
  .remaster .develope__wrap-text {
    margin-right: 30%;
	padding: 40px 30px 40px 30px;
  }
}
@media (max-width: 767.98px) {
  .remaster .develope__wrap-text {
    padding: 20px 30px 20px 30px;
  }
}
@media (max-width: 600px) {
  .remaster .develope__wrap-text {
    margin-right: 0;
    margin-top: 30%;
    padding-top: 50px;
    background: linear-gradient(to top, #00A2A1 70%, rgba(0, 162, 161, 0.8) 80%, rgba(0, 162, 161, 0.5) 90%, rgba(0, 162, 161, 0) 100%);
    text-align: center;
  }
}
@media (max-width: 479.98px) {
  .remaster .develope__wrap-text {
    margin-top: 50%;
    padding-top: 70px;
    font-size: 14px;
  }
}
.remaster .blog:before {
  background: transparent !important;
}
.remaster .questions {
  padding-bottom: 30px;
}
@media (max-width: 1250px) {
  .remaster .questions {
    margin: 0 40px;
  }
}
@media (max-width: 479.98px) {
  .remaster .questions {
    margin: 0;
  }
}
.remaster .questions__wrapper {
  margin-top: 90px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  background: #179F9F;
  border-radius: 25px;
  position: relative;
  min-height: 420px;
}
@media (max-width: 991.98px) {
  .remaster .questions__wrapper {
    flex-direction: column;
  }
}
.remaster .questions__wrapper:after {
  background: url(../img/sign.png) no-repeat;
  position: absolute;
  content: "";
  height: 158px;
  width: 151px;
  top: 0;
  right: 0;
  margin: -60px -20px 0 0;
  z-index: 100;
}
@media (min-width: 991.98px) {
  .remaster .questions__wrapper:after {
    z-index: 1000;
  }
}
@media (max-width: 991.98px) {
  .remaster .questions__wrapper:after {
    margin: 20px 20px 0 0;
  }
}
@media (max-width: 479.98px) {
  .remaster .questions__wrapper:after {
    margin: -20px 0 0 0;
  }
}
.remaster .questions__image {
  flex: 0 0 25%;
}
@media (max-width: 1100px) {
  .remaster .questions__image {
    flex: 0 0 30%;
  }
}
@media (max-width: 991.98px) {
  .remaster .questions__image {
    flex: 0 0 100%;
    min-height: 400px;
  }
}
@media (max-width: 500px) {
  .remaster .questions__image {
    min-height: 350px;
  }
}
@media (max-width: 479.98px) {
  .remaster .questions__image {
    min-height: 300px;
  }
}
@media (max-width: 370px) {
  .remaster .questions__image {
    min-height: 250px;
  }
}
.remaster .questions__image img {
  position: absolute;
  bottom: 0;
}
@media (max-width: 991.98px) {
  .remaster .questions__image img {
    bottom: auto;
    top: 0;
    margin-top: -40px;
    margin-left: 20px;
  }
}
@media (max-width: 767.98px) {
  .remaster .questions__image img {
    z-index: 150;
  }
}
@media (max-width: 479.98px) {
  .remaster .questions__image img {
    width: 80%;
  }
}
.remaster .questions__item {
  flex: 1 0 75%;
  border-radius: 25px;
  background: #F2F2F2;
  position: relative;
  min-width: 0;
  z-index: 200;
}
@media (max-width: 1100px) {
  .remaster .questions__item {
    flex: 1 0 70%;
  }
}
@media (max-width: 991.98px) {
  .remaster .questions__item {
    flex: 0 0 100%;
  }
}
.remaster .callback {
  padding-bottom: 80px;
}
.remaster .callback__wrapper {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
@media (max-width: 991.98px) {
  .remaster .callback__wrapper {
    flex-direction: column;
    align-items: center;
    gap: 0;
  }
}
@media (max-width: 991.98px) {
  .remaster .callback h2 {
    margin-bottom: 20px;
  }
}
.remaster .callback__item {
  flex: 1 0 calc(50% - 30px);
}
.remaster .callback__phone {
  display: flex;
  justify-content: space-between;
  justify-content: flex-start;
  align-items: center;
  gap: 40px;
  width:100%;
}
@media (max-width: 479.98px) {
  .remaster .callback__phone {
  justify-content: center;
  }
}
.remaster .callback__phone i {
  background: #179F9F;
  color: #fff;
  line-height: 55px;
  border: 2px solid #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  font-size: 24px;
  text-align: center;
  animation: pulse-phone-animation 2s infinite;
  vertical-align: middle;
  margin-top: -5px;
}

.remaster .callback__link {
  color: #179F9F;
  font-size: 22px;
  line-height: 26px;
  font-weight: 400;
  text-decoration: underline;
}
@media (any-hover: hover) {
  .remaster .callback__link:hover {
    transition: ease 0.3s all;
    color: #000;
    text-decoration: none;
  }
}
@media (max-width: 479.98px) {
  .remaster .callback__icon {
  flex:0 0 calc(30% - 40px);
  }
  .remaster .callback__link {
  flex:0 0 calc(70% - 40px);
  }
}

.remaster .blog__section {
    position: relative;
    padding: 50px 0 50px 0;
}
@media (max-width: 479.98px) {
  .remaster .blog__section {
    position: relative;
    padding: 0 0 50px 0;
  }
}
.remaster .blog h2 {
	text-transform:none;
}
@media (max-width: 479.98px) {
  .remaster .buy__text {
    text-align:center;
  }
}
.remaster .inter {
  margin-top: 0;
  margin-bottom: 50px;
  position: relative;
}
.remaster .inter h1 {
  margin: 40px 0;
  text-align:left;
}
@media (max-width: 991.98px) {
  .remaster .inter h1 {
	  text-align:center;
	}
}

.remaster .accordion__section {
  position: relative;
}
.remaster .accordion__section:after {
    background: url(../img/bubble5.svg) no-repeat top right;
    position: absolute;
    content: "";
    background-size: contain;
    min-width: 100%;
    width: auto;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
}
@media (max-width: 991.98px) {
	.remaster .accordion__section:after {
		background: none;
	}
}
.remaster .accordion__tabs-cont {
  padding-top: 60px;
  margin-top: -60px;
  overflow: hidden;
}
.remaster .accordion__tabs {
  background: #fff;
  box-shadow: 0px 5px 30px rgba(17, 150, 150, 0.15);
  border-radius: 15px;
  padding: 15px 30px;
  position: relative;
}
.remaster .fixed-accordion .accordion__tabs {
  z-index:999;
  max-width: calc(100% - 30px)!important;
}
.remaster .accordion-wrapper {
  flex-wrap: nowrap;
  align-items: center;
  gap: 0;
}
@media (min-width: 1200px) {
	.remaster .fixed-accordion .accordion__tabs {
		width: 100%;
		max-width: 1170px!important;
	}
}
.remaster .accordion-slide {
  margin-right: 0 !important;
  width: auto !important;
  text-align: center;
  position: relative;
  padding: 5px 50px;
  display: inline-block;
}
.remaster .accordion-slide a {
  color: #000;
  text-decoration: none;
}
.remaster .accordion-slide a.active	{
    transition: ease 0.3s all;
    color: #00A2A1;
    text-decoration: underline;
  }
@media (any-hover: hover) {
  .remaster .accordion-slide a:hover	{
    transition: ease 0.3s all;
    color: #00A2A1;
    text-decoration: underline;
  }
}
.remaster .owl-carousel .accordion-slide + .accordion-slide {
  border-left: 3px solid #179F9F;
}
.remaster .accordion__wrapper {
  padding-top: 40px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  z-index:100;
}
.remaster .delivery__section .accordion__wrapper:after {
  background: url(../img/bubble5.svg) no-repeat top right;
    position: absolute;
    content: "";
    background-size: contain;
    min-width: 100%;
    width: auto;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
}
@media (max-width: 991.98px) {
  .remaster .accordion__wrapper {
    flex-direction: column;
  }
	.remaster .delivery__section .accordion__wrapper:after {
		background: none;
	}
}
.remaster .accordion__faq {
  
}
.remaster .accordion__faq h2 {
  padding-bottom: 40px;
  margin-bottom:0 !important;
  padding-top: 100px;
  margin-top: -100px;
}
.remaster .accordion h3 {
  margin: 0;
}
.remaster .accordion__faq .accordion {
  z-index: 30;
  position: relative;
}
.remaster .accordion__faq .accordion .tab {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(0, 162, 161, 0.2);
}
.remaster .accordion__faq .accordion .tab input {
  display: none;
}
.remaster .accordion__faq .accordion .tab label {
  display: block;
  margin-top: 10px;
  padding: 10px 80px 10px 0;
  cursor: pointer;
  font-weight: 500;
}
.remaster .accordion__faq .accordion .tab .tab-content {
  overflow: hidden;
  transition: max-height 0.3s;
  max-height: 0;
  padding-right: 50px;
}
.remaster .accordion__faq .accordion .tab .tab-content a {
  color: #00A2A1;
  text-decoration: underline;
}
@media (any-hover: hover) {
  .remaster .accordion__faq .accordion .tab .tab-content a:hover {
    transition: ease 0.3s all;
    color: #000;
    text-decoration: none;
  }
}
.remaster .accordion__faq .accordion .tab .tab-content p {
  padding-top: 10px;
}
.remaster .accordion__faq .accordion .tab input:checked ~ .tab-content {
  max-height: 100vh;
}
.remaster .accordion__faq .accordion .tab label::before {
  position: absolute;
  right: 10px;
  top: 5px;
  display: block;
  transition: all 0.4s;
  background: #00A2A1 url(../img/arrow_down.svg) no-repeat center center !important;
  content: "" !important;
  border-radius: 50%;
  width: 30px;
  height: 30px;
}
.remaster .accordion__faq .accordion .tab input:checked ~ label::before {
  transform: rotate(180deg);
}
.remaster .accordion__sidebar {
	flex: 0 0 370px;
	overflow: hidden;
	position:relative;
}
@media (max-width: 991.98px) {
  .remaster .accordion__sidebar {
	  flex: 0 0 auto;
	  display:flex;
	  justify-content: center;
	  width:100%;
	  align-items: baseline;
	}
}
.remaster .accordion__feedback {
  background: #fff;
  box-shadow: 0px 5px 30px rgba(17, 150, 150, 0.15);
  border-radius: 15px;
  padding: 50px 40px;
  text-align: center;
}
.remaster .accordion__feedback p {
  font-weight: 700;
  margin-bottom: 30px;
}
.remaster .accordion__feedback a {
  color: #00A2A1;
  background: #fff;
  text-decoration: none;
  border: 1px solid #00A2A1;
  border-radius: 10px;
  padding: 20px 60px 20px 100px;
  position: relative;
  white-space: normal;
  display: inline-block;
}
@media (any-hover: hover) {
  .remaster .accordion__feedback a:hover {
    transition: ease 0.3s all;
    color: #000;
    text-decoration: none;
  }
}
.remaster .accordion__feedback a:before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../img/feedback.svg) no-repeat center center;
  position: absolute;
  left: 60px;
  top: 50%;
  margin-top: -10px;
  display: block;
}

.delivery__text {
	width:60%;
	margin-bottom:40px;
}
@media (max-width: 767.98px) {
  .delivery__text {
	width:100%;
	}
}
.delivery__wrapper {
	display:flex;
	gap:20px;
	flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
	margin-bottom:20px;
}
.delivery__item {
	flex: 1 0 calc(33.333% - 20px);
	background: #fff;
	box-shadow: 0px 5px 30px rgba(17, 150, 150, 0.15);
    border-radius: 25px;
	padding:30px;
	text-align:center;
	position:relative;
	overflow:hidden;
}
@media (max-width: 767.98px) {
  .delivery__item {
	flex: 1 0 calc(50% - 20px);
	}
}
@media (max-width: 479.98px) {
  .delivery__item {
	flex: 1 0 calc(100% - 20px);
	}
}
.delivery__action {
	position:absolute;
	top:0;
	right:0;
	background: #fff;
	color: #00A2A1;
	padding:10px 20px;
	border-radius: 0 0 0 15px;
	font-weight:500;
}
.delivery__media {
	color: #444444;
    background: #edeff0;
    border-radius: 200px;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    padding: 20px;
	display: inline-block;
    max-width: 100%;
	margin-bottom: 20px;
	transition: all ease 0.3s;
}
.delivery__media svg path {
	color: #000000;
	fill: #000000;
	stroke: #000000;
}
.delivery__item:hover .delivery__media {
    background: #179f9f;
}
.delivery__item:hover .delivery__media img {
	color: #ffffff;
	fill: #ffffff;
	stroke: #ffffff;
	filter: invert(1);
}
.delivery__item figcaption p {
	padding-top:10px;
}
.delivery__item figcaption a {
	color: #00A2A1;
	text-decoration:underline;
}
.delivery__item figcaption a:hover {
	color: #000;
}
.delivery__item:first-child {
	background: #00A2A1;
	color: #ffffff;
}
.delivery__item:first-child:hover .delivery__media {
    background: #00bbba;
}
.delivery__item:first-child:hover .delivery__media img {
	filter:  brightness(0) invert(1);
}
.seatext {
	color: #00A2A1;
	font-weight:600;
}

.accordion__bank {
	display:flex;
	gap:20px;
	justify-content: space-evenly;
	margin:30px 0;
}
@media (max-width: 767.98px) {
  .accordion__bank {
	flex-direction: column;
	  align-items: center;
	}
}
.accordion__bank img {
	flex: 0 0 auto;
	max-height:35px;
	width:auto;
}
.accordion__caption {
	margin-bottom:30px;
}
.accordion__caption a {
	color: #00A2A1;
    text-decoration: underline;
}

.accordion__caption ol {
    margin: 20px;
}
.accordion__caption ol li {
    padding: 10px 0 0 20px;
    text-align: left;
    position: relative;
}
.accordion__caption-wrapper {
	display:flex;
	gap:20px;
    justify-content: space-between;
    align-items: stretch;
	margin:40px 0;
}
.accordion__caption-item {
	flex: 1 0 calc(33.333% - 20px);
	background: #fff;
	box-shadow: 0px 5px 30px rgba(17, 150, 150, 0.15);
    border-radius: 25px;
	padding:30px;
	text-align:center;
	position:relative;
	overflow:hidden;
	display:flex;
	gap:20px;
	justify-content: space-between;
	flex-direction: column;
}
@media (max-width: 767.98px) {
  .accordion__caption-wrapper {
	flex-direction: column;
	  align-items: center;
	}
	.accordion__caption-item {
	flex: 1 0 calc(100% - 20px);
	width:100%;
	}
}
.accordion__media {
	min-height:49px;
	display:flex;
	justify-content: center;
    align-items: center;
}

.remaster .partners {
margin-top:0;
position: relative;
	
}

.remaster .partners__wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 30px;
  position: relative;
}
@media (max-width: 1200px) {
 .remaster .partners__wrap {
  align-items: center;
}
}
@media (max-width: 991.98px) {
  .remaster .partners__wrap {
    flex-direction: column;
    align-items: center;
  }
}
.remaster .partners__item {
  flex:1 0 calc(60% - 30px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
}
@media (max-width: 1200px) {
 .remaster .partners__item {
  flex:1 0 calc(50% - 30px);
}
}
@media (max-width: 991.98px) {
  .remaster .partners__item {
    align-items: center;
  }
}
@media (max-width: 500px) {
  .remaster .partners__item {
    gap: 20px;
  }
}
.remaster .partners__item h1 {
	margin-bottom:0;
	text-align:left;
}
@media (max-width: 991.98px) {
  .remaster .partners__item h1 {
    text-align:center;
  }
}
.remaster .partners__item-row a {
  display: block;
  padding: 15px 80px;
}
@media (max-width: 500px) {
  .remaster .partners__item-row a {
  display: block;
  padding: 15px 30px;
  font-size: 18px;
  text-align:center;
	}
	.remaster .partners__item p {
	text-align:center;
	}
}
.remaster .partners__image {
  flex: 1 0 calc(40% - 30px);
  position:relative;
}
@media (max-width: 1200px) {
 .remaster .partners__image {
  flex:1 0 calc(50% - 30px);
}
}
.remaster .partners__image img {
  min-width: 100%;
  height: auto;
  width: 100%;
}

.partners__profit {
	margin-top:40px;
}

.partners h2 {
	text-align:left;
}
@media (max-width: 991.98px) {
  .partners h2 {
    text-align:center;
  }
}

.partners__profit .delivery__item:first-child {
    background: #fff;
    color: #000;
}
.partners__profit .delivery__item:first-child:hover .delivery__media {
    background: #179f9f;
}

.partners__product {
	margin-top:40px;
	margin-bottom:40px;
	position:relative;
}
.partners__product:before {
  background: url(../img/bubble.svg) no-repeat top left;
    position: absolute;
    content: "";
    background-size: contain;
    min-width: 100%;
    width: auto;
    height: 300%;
    top: 0;
    margin-top: -10%;
    left: 0;
    z-index: -1;
}
@media (max-width: 991.98px) {
	.partners__product:before {
		background: none;
	}
}
.partners__product-wrapper {
	display:flex;
	justify-content: space-between;
    align-items: center;
	gap:30px;
}
@media (max-width: 767.98px) {
	.partners__product-wrapper {
		flex-direction: column;
	}
}
.partners__product-image {
	flex: 0 0 calc(40% - 30px);
}
.partners__product-image img {
  min-width: 100%;
  height: auto;
  width: 100%;
}
.partners__product-text {
	flex: 1 0 calc(60% - 30px);
}
@media (max-width: 500px) {
  .partners__product-text {
	text-align:center;
	}
}
.partners__product-text p {
	padding-bottom:20px;
}
.partners__product-text a {
    color: #179F9F;
    text-decoration: underline;
}
.partners__product-text a:hover {
    text-decoration: none;
}
.partners__product h2 {
    margin-bottom:20px;
  }
@media (max-width: 991.98px) {
  .partners__product h2 {
    margin-bottom:60px;
  }
}

.partners__conditions{
	margin-top:80px!important;
	margin-bottom:40px!important;
}
.partners__conditions-wrapper {
	display:flex;
	justify-content: space-between;
    align-items: flex-start;
	gap:30px;
}
.otzivy__partners .partners__conditions-wrapper {
    align-items: stretch;
}
@media (max-width: 767.98px) {
	.partners__conditions-wrapper {
		flex-direction: column;
		align-items: center;
	}
	.otzivy__partners .partners__conditions-wrapper {
		gap:60px;
	}
}
.partners__conditions-text {
	flex: 0 0 calc(50% - 30px);
}

.partners__conditions-wrap {
	flex: 1 0 calc(50% - 30px);
	display:flex;
	gap:30px;
	flex-direction: column;
}
@media (max-width: 500px) {
  .partners__conditions-text {
	text-align:center;
	}
	.partners__conditions-wrap {
		gap:80px;
	}
	.otzivy__partners .partners__conditions-wrapper {
		gap:80px;
	}
}
.partners__conditions-item {
	flex: 1 0 auto;
	display:flex;
	justify-content: space-between;
    align-items: stretch;
	box-shadow: 0px 5px 30px rgba(17, 150, 150, 0.15);
	border-radius: 15px;
	background: #00A2A1;
}

.partners__conditions-image {
	flex: 0 0 40%;
	position:relative;
	z-index:1;
}

.partners__conditions-image img {
	position:absolute;
	z-index:5;
	bottom:0;
	left:30px;
}
@media (max-width: 991.98px) {
  .partners__conditions-image img {
		left:0;
	}
}
@media (max-width: 767.98px) {
	.partners__conditions-image img {
		left:30px;
	}
}
@media (max-width: 500px) {
  .partners__conditions-item {
		flex-direction: column;
	}
	.partners__conditions-image {
		flex: 0 0 auto;
		position:relative;
		z-index:1;
		min-height:150px;
		text-align:center;
	}
	.partners__conditions-image img {
		margin: 0 auto -30px auto;
		left:auto;
		right:auto;
		display: block;
		text-align:center;
		left: 50%;
		margin-right: -50%;
		transform: translate(-50%, 0);
	}
}
.partners__conditions-caption {
	flex: 0 0 60%;
	border-radius: 15px;
	background:#fff;
	padding: 30px 20px;
	z-index:10;
	display:flex;
	justify-content: space-between;
	gap:30px;
	flex-direction: column;
	align-items: center;
}
@media (max-width: 1100px) {
	.partners__conditions-caption {
		gap:15px;
	}
}
@media (max-width: 500px) {
  .partners__conditions-caption {
		flex: 0 0 auto;
	}
}
.green-btn {
	background: #00A2A1;
	border-radius: 10px;
	padding: 15px 30px;
	color:#fff;
	font-weight:700;
	text-decoration:none!important;
	box-shadow: 0px 5px 30px rgba(17, 150, 150, 0.15);
	text-align:center;
}
.green-btn:hover {
	transition: ease 0.3s all!important;
    background: linear-gradient(to top, #45afaf, #179F9F)!important;
    color: #fff!important;	
}
.partners__conditions-form {
	flex: 0 0 calc(50% - 30px);
	text-align:center;
}

.partners__conditions-text a {
    color: #179F9F;
    text-decoration: underline;
}
.partners__conditions-text a:hover {
    text-decoration: none;
}
.partners__conditions-text p {
	padding-bottom:20px;
}
.partners__conditions-form .dm-modal {
	border-radius:15px;
	box-shadow: 0px 5px 30px rgba(17, 150, 150, 0.15);
}
.partners__conditions-form .dm-modal h5 {
	font-size: 22px;
	font-weight:700;
}
.partners__conditions-form .dm-modal .caldera-grid .row {
    margin-left: auto; 
    margin-right: auto; 
}

.otzivy__section {
	margin-top:0;
	width:100%;
}
.otzivy__section:before {
    background: url(../img/bubble.svg) no-repeat top left;
    position: absolute;
    content: "";
    background-size: contain;
    min-width: 100%;
    width: auto;
    height: 200%;
    top: 60%;
    left: 0;
    z-index: -1;
}
.otzivy__section h1 {
	width:60%;
	text-align: left;
}
.otzivy__wrapper {
	display:flex;
	gap:30px;
	flex-flow: row;
	flex-wrap: wrap;
	justify-content: flex-start;
    align-items: stretch;
}

.otzivy__item {
	flex: 1 0 calc(50% - 15px);
	max-width:calc(50% - 15px);
	border-radius: 25px;
    display: flex;
    justify-content: space-between;
    height: auto !important;
    background: #F2F2F2;
	overflow:hidden;
	box-shadow: 0px 5px 9px rgba(17, 150, 150, 0.3);
	position:relative;
}
.otzivy__image {
    flex: 1 0 40%;
}
.otzivy__image img {
    min-width: 100%;
    width: 100%;
    height: 100%;
    min-height:350px;
	max-height:100%;
    object-fit: cover;
}

.more-open .otzivy__image img {
    height: auto;
}

.otzivy__item-wrapper {
    flex: 1 0 60%;
    padding: 20px 30px 20px 30px;
    z-index: 20;
    background: url(../img/bubbles.png) no-repeat bottom right;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
	position:relative;
	overflow:visible;
	z-index:1;
}
.otzivy__title {
    font-weight: 700;
    font-size: 22px;
    line-height: 27px;
}
.otzivy__text p {
    padding-top: 20px;
	margin-bottom: 0;
}
.otzivy__links {
    display: flex;
    gap: 30px;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}
.otzivy__link a {
    color: #00A2A1;
    text-decoration: underline;
}
@media (max-width: 991.98px) {
	.otzivy__item {
		flex-direction: column;
		flex: 0 0 calc(50% - 30px);
	}
	.otzivy__item-wrapper {
		flex: 1 0 auto;
	}
	.otzivy__image {
		flex: 0 0 auto;
	}
	.otzivy__section:before {
		display:none;
	}
}
@media (max-width: 767.98px) {
	.otzivy__item {
		flex-direction: row;
		flex: 0 0 100%;
		max-width:100%;
	}
	.otzivy__item-wrapper {
		flex: 1 0 60%;
	}
	.otzivy__image {
		flex: 1 0 40%;
	}	
}
@media (max-width: 500px) {
	.otzivy__item {
		flex-direction: column;
		flex: 0 0 100%;
	}
	.otzivy__item-wrapper {
		flex: 1 0 auto;
	}
	.otzivy__image {
		flex: 0 0 auto;
	}
	.otzivy__section h1 {
		width:auto;
		text-align: center;
	}
	.otzivy__text {
		text-align: center;
	}
	.otzivy__link img {
		max-width:100%;
		width:100%;
		height:auto;
	}
	.otzivy__link a {
		white-space: normal !important;
    	display: inline-block;
		min-width:73px;
	}	
}

.wp-block-kadence-column {
    position:relative;
}
.otzivy__text .wp-block-kadence-column:after {
    position:absolute;
	content:"";
	width:100%;
	height:50px;
	left:0;
	bottom:0;
	background: linear-gradient(to top, rgba(242, 242, 242, 1), rgba(242, 242, 242, 0));
}
.kb-smc-open .wp-block-kadence-column:after {
	content:"";
	width:0;
	height:0;
	background: none;
}

.doverie__section {
	margin-top:40px;
}
.doverie__section h2 {
	margin-top:40px;
	margin-bottom: 30px;
}
.doverie__wrapper {
	display:flex;
	gap:30px;
	justify-content: center;
	flex-wrap: wrap;
}
@media (max-width: 500px) {
	.doverie__wrapper {
		flex-direction: column;
	}
}
.doverie__item {
	flex: 1 0 calc(33.333% - 30px);
	background: #00A2A1;
	border-radius: 15px;
    overflow: hidden;
	position:relative;
}
@media (max-width: 767.98px) {
	.doverie__item {
		flex: 0 0 calc(50% - 30px);
	}
}
.doverie__item a {
	text-decoration:none!important;
}
.doverie__figure {
    text-align: center;
    width: 100%;
    height: 100%;
    background: none;
    border: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
}
.doverie__image {
    overflow: hidden;
    position: relative;
    max-height: 250px;
	z-index:1;
	border-radius: 15px;
}
.doverie__image:before {
    position:absolute;
	content:"";
	background: url(../img/testimonials/play.png) no-repeat top left;
	width:44px;
	height:58px;
	top:50%;
	left:50%;
	margin-top:-22px;
	margin-left:-29px;
	z-index:10;
}
.doverie__image img {
    width: 100%;
    height: auto;
	
}
.doverie__figure figcaption {
    padding: 15px 20px;
    font-size: 16px;
    font-weight: 500;	
	text-align:left;	
	color:#fff;
}

.company__text {
	font-size: clamp(24px, 5vw, 54px);
    font-weight: 700;
	margin-bottom:30px;
}
@media (max-width: 500px) {
	.company__text {
		text-align:center;
	}
}
.company__text span {
    font-weight: 400;
}
.company__text.green-text {
	color: #119696;
}
.company-green__section {
	background: #119696;
}
.company-green__wrapper {
	display:flex;
	gap:30px;
	justify-content: space-between;
    align-items: flex-start;	
}
@media (max-width: 991.98px) {
	.company-green__wrapper {
		align-items: center;	
	}
}
@media (max-width: 767.98px) {
	.company-green__wrapper {
		flex-direction: column-reverse;
	}
}
.company-green__text {
	flex:0 0 calc(70% - 30px);
	font-size: clamp(18px, 5vw, 32px);
	color:#fff;
	padding: 2em 0;
	position:relative;
	margin-bottom:2em;
}
.company-green__text:after {
	content:'';
	background: #F9F9F9;
	border-radius: 17px;
	width: 245px;
	height: 5px;
	position:absolute;
	margin-top:1em;
	left:0;
}
.company-green__image {
	flex:0 0 calc(30% - 30px);
	position:relative;
}
@media (max-width: 991.98px) {
	.company-green__text {
		flex:0 0 calc(50% - 30px);	
	}
	.company-green__image {
		flex:0 0 calc(50% - 30px);
		padding:30px 0;
	}
}
.company-green__image img {
	position:absolute;
	top:0;
	left:0;
	width:130%;
	height:auto;
	min-width:100%;
	margin-top:-15%;
}
@media (max-width: 991.98px) {
	.company-green__image img {
		position:relative;
		width:100%;
		min-width:100%;
		margin-top:0;
	}
}
@media (max-width: 767.98px) {
	.company-green__section:before {
		background:#f3fafb;
		content:"";
		top:0;
		left:0;
		position:absolute;
		width:100%;
		height:30%;
	}
	.company-green__text {
		flex:0 0 calc(100% - 30px);	
		padding: 0 0 2em 0;
	}
	.company-green__image {
		flex:0 0 calc(100% - 30px);
	}
	.company-green__image img {
		max-width:400px;
		height:auto;
		padding:0 30px;
	}
}
@media (max-width: 500px) {
	.company-green__text {
		text-align:center;
	}
	.company-green__text:after {
		content:'';
		background: #F9F9F9;
		border-radius: 5px;
		width: 120px;
		margin-left:-60px;
		height: 2px;
		position:absolute;
		left:auto;
		right:auto;
		margin-top:1em;
	}
}

.author__section {
	margin-top:80px!important;
}
.author__wrapper {
	display:flex;
	gap:30px;
	justify-content: space-between;
    align-items: flex-start;
}
.author__item {
	flex:0 0 calc(50% - 30px);
	padding:0 40px;
}
@media (max-width: 991.98px) {
	.author__wrapper {
		gap:20px;
	}
	.author__item {
		flex:0 0 calc(50% - 20px);
		padding:0 20px;
	}
}
@media (max-width: 767.98px) {
	.author__wrapper {
		flex-direction: column;
	}
}
.author__figure {
  text-align: center;
  width: 100%;
  height: 100%;
  background: none;
  border: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.author__figure figcaption {
  padding: 20px;
  font-size: 32px;
  font-weight: 400;
}
.author__figure figcaption p {
  padding: 10px 0 0 0;
  font-size: 22px;
  font-weight: 400;
}
.author__image img {
  width: auto;
  height: 100%;
  max-height: 300px;
}
.author__text {
  margin:40px 0;
  font-size: 22px;
}
.author__text p {
  margin-bottom:20px!important;
}
.author__text a {
  color: #179F9F;
}
@media (max-width: 500px) {
	.author__figure figcaption {
	  font-size: clamp(20px, 5vw, 32px);
	  font-weight:500;
	  padding: 20px 0;
	}
	.author__figure figcaption p {
	  font-size: clamp(14px, 5vw, 22px);
	}
	.author__image img {
	  width: 100%;
	  height: auto;
	  max-height: 100%;
	}
	.author__text {
	  font-size: clamp(16px, 5vw, 22px);
	  text-align:center;
	}
}

.begining__section h2 {
	margin-bottom:30px!important;
}
.begining__wrapper {
	display:flex;
	gap:30px;
	flex-direction: column;
}
.begining__item {
	display:flex;
	gap:30px;	
	justify-content: space-between;
}
@media (max-width: 767.98px) {
	.begining__item {
		flex-direction: column;
		text-align:center;
	}
}
.begining__text {
	background: #FFFFFF;
	box-shadow: 0px 5px 30px rgba(17, 150, 150, 0.15);
	border-radius: 25px;
	padding:40px 30px;
}
.begining__text a {
  color: #179F9F;
}
.begining__image {
	background: #00A2A1;
	box-shadow: 0px 5px 30px rgba(17, 150, 150, 0.15);
	border-radius: 25px;
	padding:40px;
}


.korea__wrapper {
	display:flex;
}
.korea__text {
	flex:0 0 70%;
}
.korea__text h2 {
	text-transform: uppercase;
	margin-bottom:20px!important;
}
.korea__text p {
	font-size: 22px;
}
.korea__text a {
  color: #179F9F;
}
.korea__image {
	flex:0 0 30%;
	position:relative;
}
.korea__image img {
	position:absolute;
	top:0;
	left:0;
	margin-left:-50%;
	width:200%;
}
@media (max-width: 767.98px) {
	.korea__wrapper {
		flex-direction: column-reverse;
	}
	.korea__text {
		flex:0 0 100%;
	}
	.korea__image {
		flex:0 0 300px;
	}
	.korea__image img {
		position:absolute;
		top:0;
		left:0;
		margin-left:0;
		width:100%;
	}
}
@media (max-width: 500px) {
	.korea__text p {
		font-size: clamp(16px, 5vw, 22px);
	  	text-align:center;
	}
	.korea__image img {
		position:absolute;
		top:0;
		left:0;
		margin-left:-30%;
		width:150%;
	}
}

.product__section .woocommerce div.product .woocommerce-tabs {
	display:none;
}

.frame_blc{
  overflow:hidden;
  position:relative;
  padding-bottom:56.25%;
  padding-top:30px;
  height:0;
}
.frame_blc iframe {
  position:absolute;
  width:100%;
  height:100%;
  left:0;
  top:0;
}

.library {
	background:#3ccbc3;
	padding:30px!important;
	display:flex;
	gap:30px;
	justify-content: space-between;
    align-items: center;
}
.library__item {
	color:#fff;
	flex: 0 0 calc(50% - 30px);
}
.library__item p {
	margin-top:30px;
}
@media (max-width: 991.98px) {
	.library__item .white-btn {
		text-align:center;
	}
}
@media (max-width: 767.98px) {
	.library {
		flex-wrap: wrap;
    	flex-direction: column;
	}
	.library__item p {
		text-align:center;
	}
}
.library__item img {
	max-width:100%;
	width:100%;
	height:auto;
}

.quiz__wrapper {
	width:75%;
}
@media (max-width: 991.98px) {
  .quiz__wrapper {
		width:100%;
	}
}
.quiz__wrapper h2 {
    padding-bottom: 40px;
    margin-bottom: 0 !important;
    padding-top: 100px;
    margin-top: -80px;
}
.quiz__wrapper .rules {
    list-style: none;
    counter-reset: my-awesome-counter;
	padding-left: 50px;
	margin-bottom:60px;
}
.quiz__wrapper .rules li {
	margin: 0 0 40px 0;
	padding-left: 20px;
    counter-increment: my-awesome-counter;
    position: relative;
	vertical-align:middle;
}
.quiz__wrapper .rules li:before {
      content: counter(my-awesome-counter);
	  color: #fff;
	  font-size: 20px;
	  font-weight: 400;
	  position: absolute;
	  --size: 50px;
	  left: -50px;
	  margin-top:-15px;
	  line-height: var(--size);
	  width: var(--size);
	  height: var(--size);
	  top: 0;
	  background: linear-gradient(47.15deg, #32E8DD -17.74%, #00A2A1 128.96%);
	  border-radius: 10px;
	  text-align: center;
	  box-shadow: 0px 4.375px 6.25px rgba(17, 150, 150, 0.15);

}

.quiz__wrapper .caldera-form-page {
	background: #F8F8F8 url(../img/bubbles.png) no-repeat bottom right;
    box-shadow: 0px 7px 10px rgba(17, 150, 150, 0.15);
	border-radius:0;
	text-align:left!important;
}

.quiz__wrapper .caldera-form-page .control-label {
    font-size: 22px;
}
.quiz__wrapper .caldera-form-page .control-label .field_required {
    display:none;
}

.quiz__wrapper .caldera-grid .btn-big {
    font-size: 22px;
    text-transform: uppercase;
    padding: 10px 30px;
    font-weight: 500;
    letter-spacing: 1px;
    text-decoration: none!important;
    white-space: normal;
    display: inline-block;
	border-radius: 50px;
	margin-top:20px;
}

.quiz__wrapper .caldera-grid .btn-big:hover {
    transition: ease 0.5s all;
    background: linear-gradient(to top, #45afaf, #179F9F);
    text-decoration: none;
    box-shadow: -2px 2px 10px 4px #acf1f1;
}

.quiz__wrapper .caldera-grid .btn-next {
	float:right!important;
}
.quiz__wrapper .caldera-grid .btn-prev {
	float:left!important;
}

.quiz__wrapper .caldera-form-page .radio {
    margin-bottom:20px;
}

.quiz__wrapper .caldera-grid .breadcrumb>li {
	border-radius: 10px;
	box-shadow: 0px 7px 10px rgba(17, 150, 150, 0.15);
}
.quiz__wrapper .caldera-grid .breadcrumb>.active,
.quiz__wrapper .caldera-grid .breadcrumb>.active>a {
    background: #179F9F;
    color: #fff!important;
}

.quiz__wrapper .caldera-form-page .total-line {
    font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	color: #00A2A1;
}
.quiz__wrapper .caldera-form-page .result {
    font-weight: 700;
	font-size: 22px;
	line-height: 27px;
	margin-bottom:20px;
}

