/* font-family: "OpenSans"; */
@font-face {
  font-family: "Afek";
  src: url("fonts/afek-light-aaa.otf"), url("../fonts/afek-light-aaa.woff") format("woff"), url("../fonts/afek-light-aaa.woff2") format("woff2");
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: "Afek";
  src: url("../fonts/afek-regular-aaa.otf") format("embedded-opentype"), url("../fonts/afek-regular-aaa.woff") format("woff"), url("../fonts/afek-regular-aaa.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Afek";
  src: url("../fonts/afek-ultralight-aaa.otf") format("embedded-opentype"), url("../fonts/afek-ultralight-aaa.woff") format("woff"), url("../fonts/afek-ultralight-aaa.woff2") format("woff2");
  font-style: normal;
  font-weight: 200;
}
@font-face {
  font-family: "Afek";
  src: url("../fonts/afek-bold-aaa.otf"), url("../fonts/afek-bold-aaa.ttf");
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "Din";
  src: url("../fonts/Linotype - DIN Next LT Pro UltraLight.ttf");
  font-weight: 200;
}
@font-face {
  font-family: "Din";
  src: url("../fonts/font.woff"), url("../fonts/font.woff2");
  font-weight: 300;
}
@font-face {
  font-family: "Din";
  src: url("../fonts/font-reg.woff"), url("../fonts/font-reg.woff2");
  font-weight: 400;
}
.partners-section * {
  outline: none;
}
.partners-section *:focus {
  outline: none;
}

img {
  vertical-align: top;
  border: 0;
  max-width: 100%;
  height: auto;
}

header,
footer,
article,
section,
hgroup,
nav,
figure {
  display: block;
}

form,
fieldset,
button {
  margin: 0;
  padding: 0;
  border: none;
}

button {
  -webkit-appearance: none;
}

input {
  box-sizing: border-box;
  border-radius: 0;
  font: 300 17px "Afek", Arial, sans-serif;
}
input[type=text], input[type=tel], input[type=email], input[type=password] {
  display: block;
  width: 100%;
  padding: 0 15px;
  height: 30px;
  border: 1px solid #505050;
  line-height: 100%;
}
input[type=text].error, input[type=tel].error, input[type=email].error, input[type=password].error {
  border-bottom: 1px solid #ec1b35;
}
input[type=submit] {
  border-radius: 0;
  -webkit-appearance: none;
  font-size: 40px;
  border: none;
  cursor: pointer;
}

input:-moz-placeholder {
  color: #000;
  opacity: 1;
}

input::-moz-placeholder {
  color: #000;
  opacity: 1;
}

input::-webkit-input-placeholder {
  color: #000;
  opacity: 1;
}

input:-ms-input-placeholder {
  color: #000;
  opacity: 1;
}

input:focus:-moz-placeholder {
  opacity: 0.5;
}

input:focus::-moz-placeholder {
  opacity: 0.5;
}

input:focus::-webkit-input-placeholder {
  opacity: 0.5;
}

input:focus:-ms-input-placeholder {
  opacity: 0.5;
}

select {
  border: 1px solid #505050;
  font-size: 17px;
  font-weight: 300;
}

textarea {
  font: 300 17px "Afek", Arial, sans-serif;
  width: 100%;
  padding: 0 15px;
  height: 30px;
  border: 1px solid #505050;
  border-radius: 0;
  box-shadow: none;
  -webkit-appearance: none;
}
textarea:focus {
  border: 1px solid #00adef;
}
textarea.error {
  border-bottom: 1px solid #ec1b35;
}

textarea:-moz-placeholder {
  color: #000;
  opacity: 1;
}

textarea::-moz-placeholder {
  color: #000;
  opacity: 1;
}

textarea::-webkit-input-placeholder {
  color: #000;
  opacity: 1;
}

textarea:focus:-moz-placeholder {
  opacity: 0.5;
}

textarea:focus::-moz-placeholder {
  opacity: 0.5;
}

textarea:focus::-webkit-input-placeholder {
  opacity: 0.5;
}

textarea:focus:-ms-input-placeholder {
  opacity: 0.5;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  outline: none;
  border: none;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  margin: 0;
  font: 300 30px/1.4 "Afek", Arial, sans-serif;
  text-size-adjust: 100%;
  direction: rtl;
}

.container {
  max-width: 1438px;
  padding: 0 20px;
  box-sizing: border-box;
  margin: 0 auto;
}

.page-template-page-home-new .container,
.main-home.new .container {
  max-width: 1638px;
}

a {
  color: #000;
  text-decoration: none;
  font-size: 20px;
}

.wrapper {
  overflow: hidden;
}

header {
  background: #000;
}

.page-template-default header {
  padding: 0 0 25px;
}

body:not(.page-template-page-home) header {
  position: relative;
  z-index: 1111;
}

.list-block .active {
  background: #fff;
}

.menu-img {
  font-size: 0;
  background: url("../images/menu.png") no-repeat;
  width: 50px;
  height: 50px;
  display: block;
  cursor: pointer;
}

.wrapper-logo-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 70px 0 0;
}

.menu-block {
  position: absolute;
  z-index: 100;
  top: 0;
  width: 36%;
  display: none;
}

.wrapper-menu {
  box-sizing: border-box;
  text-align: center;
  background: #fff;
  padding-top: 120px;
  padding-bottom: 40px;
}
.wrapper-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.wrapper-menu a {
  display: block;
  font-size: 26px;
  margin-bottom: 15px;
}
.wrapper-menu h6 {
  font-size: 26px;
  margin: 0 0 21px;
  font-weight: 300;
}
.wrapper-menu .star-link:before {
  content: "";
  width: 34px;
  height: 34px;
  background: url("../images/menu-star.png") no-repeat 50%;
  display: block;
  background-size: contain;
  margin: 0 auto 24px;
}
.wrapper-menu .close {
  background: url("../images/close.png") no-repeat;
  width: 50px;
  height: 50px;
  background-size: contain;
  position: absolute;
  left: 50px;
  top: 41px;
  font-size: 0;
  cursor: pointer;
}

.top-section {
  background: #000;
  margin-top: -1px;
  position: relative;
  z-index: 1;
}

.top-section-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
}

h2 .en-text,
h3 .en-text,
h4 .en-text,
h5 .en-text,
h6 .en-text {
  font-weight: inherit;
}

.top-section-left strong {
  display: block;
  font-weight: 400;
  font-size: 45px;
  margin-bottom: 30px;
}
.top-section-left .year {
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-section-left .year:after, .top-section-left .year:before {
  content: "";
  height: 1px;
  width: 50%;
  background: #fff;
  display: inline-block;
}
.top-section-left .year:after {
  margin-right: 30px;
}
.top-section-left .year:before {
  margin-left: 30px;
}

.list-block a {
  background: #f3c52b;
  display: block;
  width: 247px;
  padding: 0px 20px;
  height: 56px;
  line-height: 54px;
  margin-bottom: 20px;
  border-radius: 25px;
  box-sizing: border-box;
  font-size: 27px;
}

.list-block a:hover {
  background: #fff;
}
.form-title{
  display: block;
}
.form-title,
h2 {
  font-size: 70px;
  font-weight: 400;
  margin: 0 0 50px;
  line-height: 1.1;
}
.form-title .en-text,
h2 .en-text {
  font-weight: inherit;
}

.page-template-default h2 {
  font-size: 50px;
}

h3 {
  font-size: 44px;
  margin: 0 0 50px;
  font-weight: 400;
  line-height: 1.3;
}
h3 .en-text {
  font-weight: inherit;
}

h2 + h3 {
  margin-top: -20px;
}

p {
  margin: 0 0 10px;
}

.section {
  padding: 82px 0 94px;
}

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

.en-text {
  font-family: "Din", Arial, sans-serif;
  font-weight: 300;
}

.read-more, .btn {
  background: #000;
  color: #fff;
  border-radius: 25px;
  padding: 9px 30px 10px;
  font-size: 30px;
  margin-bottom: 10px;
  display: inline-block;
  line-height: 1;
}
.read-more:hover, .btn:hover {
  background: #fff;
  color: #000;
}

.questions-section {
  background: #f3c52b;
}
.questions-section h2 {
  max-width: 900px;
}

.questions-section section:not(:last-of-type) {
  padding-bottom: 92px;
  border-bottom: 1px solid #231f20;
  margin-bottom: 92px;
}

.questions-section {
  padding-bottom: 80px;
}
.questions-section .paragraph {
  padding-bottom: 40px;
}

footer .form-talk-to-us form .ajax-loader {
  position: absolute;
  right: 0;
  bottom: -20px;
}

.form-talk-to-us.form .wpcf7 form.invalid .wpcf7-response-output, .form-talk-to-us.form .wpcf7 form.unaccepted .wpcf7-response-output {
  bottom: 0;
}

.form-title,
.form h2 {
  margin-bottom: 50px;
}
.form .btn:hover {
  color: #000;
}
.form .back-to-main {
  margin-left: 40px;
}
.form form {
  position: relative;
}
.form form br {
  display: none;
}
.form .paragraph {
  margin-bottom: 40px;
}
.form label {
  font-size: 17px;
  position: relative;
  line-height: 1;
}
.form .required-filds {
  font-size: 17px;
  margin-bottom: 0;
  display: inline-block;
  font-weight: 300;
}
.form .code {
  width: 100px;
}
.form::placeholder {
  color: #231f20;
}
.form input, .form select {
  border-width: 0 0 1px 0;
  border-color: #231f20;
  border-style: solid;
  color: #231f20;
  width: 100%;
  padding: 0;
  height: 30px;
}
.form input[type=submit] {
  border: none;
}
.form input {
  background: none;
  direction: rtl !important;
  font-weight: 300;
}
.form .second-toggle-block .wrapper-input {
  height: 30px;
}
.form .selectBox-dropdown {
  height: 30px;
}
.form .row-input {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
  align-items: flex-end;
}
.form .row-input .wrapper-input {
  width: 30%;
}
.form .row-input .select-input {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.form .row-input .select-input > p {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
}
.form .row-input .select-input .code {
  width: 100%;
}
.form .row-input .select-input [data-name=community_code],
.form .row-input .select-input [data-name=community_tel_code],
.form .row-input .select-input [data-name=recommendation_code_tel],
.form .row-input .select-input [data-name=product_services_tel_code] {
  max-width: 100px;
}
.form .row-input .select-input input {
  width: 80%;
}
.form .row-input .select-input [data-name=community_tel] input,
.form .row-input .select-input [data-name=recommendation_tel] input,
.form .row-input .select-input [data-name=product_services_tel] input {
  width: 90%;
}
.form textarea {
  border: 1px solid #231f20;
  background: none;
  color: #231f20;
  height: 150px;
  padding-top: 12px;
  font-weight: 300;
}
.form textarea::placeholder {
  color: #000;
}
.form select {
  -webkit-appearance: none;
  background: url("../images/arrow-select.png") no-repeat 0;
  background-size: 25px;
  font-family: "Afek", Arial, sans-serif;
  font-weight: 300;
}

.form-recommend textarea + .wpcf7-not-valid-tip {
  bottom: 25px;
}

input[type=submit] {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
  text-align: center;
  display: inline-block;
}

.wrapper-submit {
  width: 100%;
  border: none;
  height: 50px;
  line-height: 25px;
  text-align: center;
  font-size: 30px;
  font-weight: 400;
  background: #231f20;
  color: #ffffff;
  justify-content: center;
  display: block;
}
.wrapper-submit input[type=submit]:hover {
  background: #f3c52b;
  color: #000;
}

.payment.read-more {
  line-height: 75px;
  margin-bottom: 10px;
  width: 100%;
  font-size: 40px;
  border-radius: 0;
}
.payment.read-more:hover:before {
  background: #f3c52b;
}

.form .row-input-start {
  align-items: flex-start;
}

.product-services-page .form textarea {
  margin: 0;
  height: 168px;
}
.product-services-page .wrapper-input-col {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 11px;
}
.product-services-page .wrapper-input-col .wpcf7-form-control-wrap {
  margin-bottom: 36px;
  display: flex;
  align-items: flex-end;
}
.product-services-page .wrapper-input-col .select-input {
  margin-bottom: 13px;
}
.product-services-page .wrapper-input-col .select-input input {
  margin: 0;
}
.product-services-page .wrapper-textarea {
  margin-top: 40px;
}

.form-product-serveces {
  position: relative;
}
.form-product-serveces .wrapper-checkbox {
  margin-bottom: 5px;
}
.form-product-serveces .required-filds {
  margin-top: 30px;
  margin-bottom: 0;
}
.form-product-serveces form {
  margin-bottom: 50px;
}

.form .wrapper-form {
  position: relative;
}
.form .input-justify-start {
  justify-content: flex-start;
}
.form input[type=checkbox]:checked + span:before,
.form input[type=checkbox]:not(:checked) + span:before,
.form input[type=radio]:checked + span:before,
.form input[type=radio]:not(:checked) + span:before {
  content: "";
  position: absolute;
  right: 0;
  top: 13px;
  width: 18px;
  height: 18px;
  border: 1px solid #231f20;
  background-color: #ffffff;
}
.form input[type=radio]:checked + span:before,
.form input[type=radio]:not(:checked) + span:before {
  top: 3px;
}
.form input[type=checkbox]:checked + span:after,
.form input[type=checkbox]:not(:checked) + span:after,
.form input[type=radio]:checked + span:after,
.form input[type=radio]:not(:checked) + span:after {
  content: "";
  position: absolute;
  transition: all 0.2s ease;
}
.form input[type=checkbox]:checked + span:after,
.form input[type=checkbox]:not(:checked) + span:after,
.form input[type=radio]:checked + span:after,
.form input[type=radio]:not(:checked) + span:after {
  right: 0;
  top: 13px;
  width: 18px;
  height: 18px;
  background: #231f20;
}
.form input[type=radio]:checked + span:after,
.form input[type=radio]:not(:checked) + span:after {
  top: 3px;
}
.form input[type=checkbox]:not(:checked) + span:after,
.form input[type=radio]:not(:checked) + span:after {
  opacity: 0;
}
.form span.wpcf7-list-item {
  padding-right: 38px;
  font-weight: 300;
  margin: 0;
}
.form span.wpcf7-list-item input {
  opacity: 0;
  position: absolute;
  width: 100%;
}
.form .wrapper-checkbox {
  font-size: 17px;
}
.form .wrapper-checkbox, .form .wrapper-radio {
  position: relative;
}
.form .wrapper-checkbox input, .form .wrapper-radio input {
  opacity: 0;
  margin: 0;
  position: absolute;
  z-index: 111;
  width: 100%;
  height: 100%;
  right: 0;
}
.form .wrapper-checkbox:last-of-type {
  margin-bottom: 30px;
}
.form input[type=checkbox]:checked + span:after,
.form input[type=radio]:checked + span:after {
  opacity: 1;
}
.form .wrapper-checkbox label {
  padding-right: 25px;
}

.form-product-serveces input[type=checkbox]:checked + span:after, .form-product-serveces .form input[type=checkbox]:not(:checked) + span:after, .form-product-serveces input[type=checkbox]:not(:checked) + span:before,
.form-product-serveces input[type=checkbox]:checked + span:before {
  top: 2px;
}
.form-product-serveces span.wpcf7-list-item {
  padding-right: 26px;
}

#footer .thank-you-section {
  padding: 0;
  font-weight: 300;
  background: #000000;
}
#footer .thank-you-section .form-title,
#footer .thank-you-section h2 {
  font-weight: 400;
  max-width: 600px;
}
#footer .thank-you-section p,
#footer .thank-you-section h4 {
  margin-bottom: 0;
  font-weight: 300;
  font-size: 32px;
}

.thank-you-section {
  position: absolute;
  background: #231f20;
  width: 100%;
  top: 0;
  height: 100%;
  padding: 75px;
  z-index: 111;
}
.thank-you-section .form-title,
.thank-you-section h2 {
  color: #ffffff;
  margin: 50px 0;
}
.thank-you-section .close {
  background: url("../images/close-thankyou.png") no-repeat;
  position: absolute;
  left: 70px;
  top: 73px;
  font-size: 0;
  width: 78px;
  height: 78px;
  cursor: pointer;
}
.thank-you-section .close:hover {
  background: url("../images/close-thankyou-hover.png") no-repeat;
  background-size: contain;
}
.thank-you-section.thank-you-section-none {
  display: none;
}

.wrapper-thankyou-img {
  max-width: 350px;
  margin-bottom: 40px;
}

.wpcf7 form.sent .wpcf7-response-output {
  display: none !important;
}

.thank-you-section .btn {
  background: #fff;
  color: #000;
  margin-left: 20px;
  margin-bottom: 30px;
  display: inline-block;
}
.marketing-page h2 {
  margin-bottom: 55px;
}

.form-recommend {
  position: relative;
}
.form-recommend form {
  margin-bottom: 40px;
}

.form .wpcf7-not-valid {
  border-bottom: 1px solid #dc3232 !important;
}
.form .wpcf7-not-valid.wpcf7-textarea {
  border: 1px solid #dc3232 !important;
}

.form .wpcf7-not-valid-tip {
  font-size: 15px;
  position: absolute;
}

.form:not(.form-talk-to-us) .wpcf7-form-control-wrap:not(.community_code):not(.recommendation_code_tel):not(.product_services_tel_code):not(.product_services_tel_code_2) {
  width: 100%;
  display: block;
}
.form:not(.form-talk-to-us) .recommendation_code_tel {
  width: 100px;
  box-sizing: border-box;
  height: 38px;
}
.form:not(.form-talk-to-us) .recommendation_tel {
  width: 80%;
}

.form .wpcf7 form.invalid .wpcf7-response-output, .form .wpcf7 form.unaccepted .wpcf7-response-output {
  border: none;
  color: #dc3232;
  margin: 0;
  padding: 0;
  position: relative;
  bottom: 44px;
  font-size: 18px;
  font-weight: 300;
}

.form-community .wpcf7 form.invalid .wpcf7-response-output, .form-community .wpcf7 form.unaccepted .wpcf7-response-output {
  bottom: 33px;
}

.form-community.form .wrapper-submit {
  margin-top: 20px;
}
.form-community.form .required-filds {
  margin-bottom: 0;
}

.form-recommend textarea {
  margin: 40px 0;
}

.form-talk-to-us .wpcf7-form-control-wrap:not(.footer_textarea) {
  width: 30%;
}

.recommendation_features {
  margin: 100px 0 50px;
}

.form-community .community_code {
  width: 100px;
}

.form-product-serveces .product_services_tel_code, .form-product-serveces .product_services_tel_code_2 {
  width: 100px;
  height: 38px;
}

.form-product-serveces .product_services_tel_code {
  height: 38px;
  display: flex;
  align-items: flex-end;
}

#lottie {
  position: absolute;
  left: -150px;
  bottom: -100px;
  z-index: -1;
}

.top-section.section {
  padding: 0;
}

#lottie svg > g,
#lottie4 svg > g {
  clip-path: none;
}

.wrapper-submit,
.wrapper-submit input[type=submit] {
  width: 100.01%;
  border: none;
  height: 75px;
  line-height: 28px;
  text-align: center;
  font-size: 30px;
  font-weight: 400;
  position: relative;
  color: #fff;
  margin-top: 20px;
  background: #000;
}
.wrapper-submit input[type=submit],
.wrapper-submit input[type=submit] input[type=submit] {
  color: #fff;
  margin: 0;
  background: none;
  cursor: pointer;
}

input[type=submit] {
  display: inline-block;
}

.read-more:after, .read-more:before, .btn:after, .btn:before, .list-block a:after, .list-block a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 200px;
  pointer-events: none;
  transition-property: transform, background-color, border-color, box-shadow;
  transition-duration: 0.4s, 0.8s, 0.8s, 0.8s;
}

.read-more:hover:after, .btn:hover:after, .list-block a:hover:after {
  transform: scale(0.96);
  transition-timing-function: step-end;
}

.read-more:hover:before, .btn:hover:before, .list-block a:hover:before, .wrapper-submit:hover:before {
  transform: scale(1) translate(-50%, -50%);
}
.read-more:before, .btn:before, .list-block a:before, .wrapper-submit:before {
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  width: 100%;
  padding-top: 100%;
  transform: scale(0) translate(-50%, -50%);
  transform-origin: var(--x) var(--y);
}

.list-block a, .read-more, .wrapper-submit {
  will-change: transform;
  --x: 50%;
  --y: 50%;
  transition-duration: 0.8s;
  transition-timing-function: cubic-bezier(0.25, 0.74, 0.22, 0.99);
  overflow: hidden;
  position: relative;
}

.list-block a:hover, .read-more:hover, .download-btn:hover {
  --x: 471.849%;
  --y: 533.613%;
  background: #f3c52b;
}

.download-btn:hover:before {
  background: #f3c52b !important;
}

.list-block a.active:hover {
  background: #fff;
}

.list-block a:before, .read-more:before, .wrapper-submit:before {
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  width: 100%;
  padding-top: 100%;
  transform: scale(0) translate(-50%, -50%);
  transform-origin: var(--x) var(--y);
}

.list-block a:hover:before, .read-more:hover:before, .wrapper-submit:hover:before {
  transform: scale(1) translate(-50%, -50%);
  background: #fff;
}

.wrapper-submit:hover:before {
  background: #f3c52b;
}

.list-block a .btn-text, .read-more .btn-text, .btn {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
  text-align: center;
  display: inline-block;
}

.form .read-more {
  width: auto;
}
.form .read-more:hover:before {
  background: #f3c52b;
}

h1 {
  color: #fff;
  font-size: 70px;
  font-weight: 400;
}

.page-template-default h1 {
  color: #000;
}

.wrapper-video video {
  width: 100%;
}

.menu-home-menu-container {
  position: relative;
  z-index: 10;
}
.menu-home-menu-container ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
}
.menu-home-menu-container ul li {
  margin-left: 20px;
}

.menu-main-menu-container {
  position: relative;
  z-index: 10;
}
.menu-main-menu-container .current-menu-item a {
  background: #FFFFFF;
}
.menu-main-menu-container ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.return-drop-down {
  font-size: 0;
  width: 25px;
  height: 25px;
  background: url("../images/hez+x3.png") no-repeat;
  position: absolute;
  left: 0;
  top: 5px;
  background-size: contain;
}

.text-block-animate .read-more:hover:before {
  background: #f3c52b;
}

.wrapper-img-top-teen {
  margin-bottom: -160px;
}

.page-template-page-teen .top-section-wrapper {
  padding-top: 100px;
}

.page-template-page-teen .simple-selection-method-section {
  background: #000;
  color: #fff;
}

.page-template-page-teen .marketing-plan-section {
  background: #ffffff;
}

.page-template-page-teen #lottie2 rect {
  fill: #000;
}

.page-template-page-teen .selection-method-list li {
  background-image: url("../images/arrow-list2.png");
}

.page-template-page-teen .selection-method-paragraph {
  max-width: 695px;
}

.page-template-page-teen .what-is-awards-text .paragraph {
  max-width: 933px;
}

.page-template-page-teen .selection-method-text {
  max-width: 695px;
}

div.wpcf7 .ajax-loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 56%;
  opacity: 0.4;
  background-color: #000;
  margin: 0;
}

.winners-page .wrapper-method-section {
  border: none;
}
.winners-page .wrapper-method-section .selection-method-paragraph {
  margin: 0;
}
.winners-page .wrapper-method-section .selection-method-paragraph p {
  margin: 0;
}
.winners-page .marketing-plan-section {
  background: #f3c52b;
}
.winners-page .marketing-plan-section .marketing-plan-list {
  margin-bottom: 46px;
}
.winners-page .marketing-plan-section .single-img-wrapper {
  flex-basis: 468px;
  max-width: none;
  margin-right: 50px;
  align-self: flex-start;
}
.winners-page .marketing-plan-section li {
  background-position: 100% 11px;
}
.winners-page .marketing-plan-list-section {
  width: 100%;
}
.winners-page .marketing-plan-list-section h4 {
  font-size: 35px;
  font-weight: 400;
  margin: 0;
}
.winners-page .download-link {
  width: 100%;
  height: 85px;
  line-height: 74px;
  border-radius: 0;
  font-size: 38px;
}
.winners-page .flex-layout {
  display: flex;
  justify-content: space-between;
}

.wrapper-filter-section {
  color: #fff;
}

.winners-list-filter-section .container {
  display: flex;
  background: #160800;
  justify-content: space-between;
}
.winners-list-filter-section .wrapper-image {
  width: 31.5%;
}
.winners-list-filter-section .wrapper-filter-section {
  width: 62%;
  padding-top: 40px;
  padding-bottom: 30px;
}

.winners-list-filter-section {
  padding-bottom: 62px;
  padding-top: 148px;
}
.winners-list-filter-section .selection-method-paragraph {
  margin-bottom: 50px;
}

.filter-category-section {
  padding-top: 0;
}
.filter-category-section .wrapper-img {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #979595;
  margin-bottom: 35px;
  padding: 0 40px 45px;
}
.filter-category-section ul {
  display: flex;
  padding: 0;
  flex-wrap: wrap;
  margin: 0;
  list-style: none;
}
.filter-category-section ul p {
  font-size: 18px;
}
.filter-category-section li {
  width: 33.33%;
  padding: 0 30px;
  margin-bottom: 40px;
}

.page-template-page-winners-list .selectBox-dropdown-menu {
  background: #fff;
}
.page-template-page-winners-list .selectBox-options LI A {
  color: #000;
}

.filter {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0 -10px 0 0;
  list-style: none;
}
.filter li {
  margin: 0 10px 30px;
}
.filter li .selectBox-dropdown {
  box-sizing: border-box;
  width: 130px !important;
  font-size: 30px;
  background-color: #f2c52a;
  border: none;
  padding: 0 20px;
  border-radius: 25px;
}
.filter li a {
  display: block !important;
  background-color: #fff;
  padding: 0 20px;
  border-radius: 25px;
  height: 47px;
  font-size: 30px;
  line-height: 43px;
}
.filter li a.active {
  background: #f2c52a;
}
.filter li .read-more {
  color: #000;
  margin-bottom: 0;
}
.filter li .read-more:hover:before {
  background: #f2c52a;
}
.wrapper-link-btn {
  display: flex;
}

.wrapper-link-btn a {
  display: inline-block;
  width: auto;
}

.wrapper-link-btn a:first-child {
  margin-left: 10px;
}

@media screen and (min-width: 1650px) {
  #lottie {
    left: -100px;
  }
}
@media screen and (max-width: 1649px) {
  .marketing-page #lottie {
    left: -29px;
  }
}
@media screen and (min-width: 1301px) {
  #lottie {
    width: 1300px;
  }
  .top-section-wrapper {
    padding-bottom: 88px;
    padding-top: 408px;
  }
}
@media screen and (max-width: 1300px) and (min-width: 992px) {
  .product-services-page .top-section-wrapper {
    padding-top: 600px;
  }
  #lottie {
    width: 1000px;
  }
  .top-section-wrapper {
    padding-bottom: 40px;
    padding-top: 300px;
  }
  .top-section-equality .top-section-wrapper {
    padding-top: 0;
  }
  .top-section.top-section-equality .top-section-logo {
    margin: 40px auto -30px -4% !important;
    width: 59% !important;
  }
  .winners-page .top-section .top-section-wrapper {
    padding: 0;
    min-height: 600px !important;
  }
}
#lottie9 svg {
  transform: none !important;
}

.partners-section + .partners-section {
  padding-top: 20px;
}

#errore-empty-search {
  color: #fff;
  width: 100%;
  flex-grow: 1;
  margin-top: 10px;
}

.search-section {
  padding: 148px 20px 0;
}
.search-section h2 {
  margin-bottom: 100px;
}
.search-section form {
  display: flex;
  justify-content: space-between;
  max-width: 600px;
  align-items: flex-end;
  flex-wrap: wrap;
}
.search-section input[type=submit] {
  background: #f2c52a;
  border: none;
  width: 25%;
  line-height: 42px;
  padding-bottom: 4px;
}
.search-section input[type=text] {
  width: 70%;
  font-size: 38px;
  color: #fff;
  border-width: 0 0 1px;
  border-style: solid;
  border-color: #fff;
  background: url(../images/search-icon.png) no-repeat 100% 0;
  padding-right: 67px;
  background-size: 37px;
  height: 48px;
}
.search-section input[type=text]::placeholder {
  color: #fff;
}
.search-section .wrapper-image {
  width: 43%;
  text-align: center;
}
.search-section .wrapper-image img {
  width: 350px;
}
.search-section .wrapper-search-block {
  width: 57%;
  padding: 23px 57px 50px 0;
}
.search-section h2 {
  color: white;
}
.search-section .container {
  display: flex;
  justify-content: space-between;
  background: #160700;
  align-items: center;
}

.row-category {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-bottom: 30px;
}

.item-category {
  width: 48%;
}
.item-category .winners-popup ul:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 17px 19px 17px;
  border-color: transparent transparent #231f20 transparent;
  position: absolute;
  top: 5px;
}
.item-category:first-child .winners-popup ul:after {
  right: 16px;
}
.item-category:last-child .winners-popup ul:after {
  left: 16px;
}
.item-category.open h3:after {
  background: url(../images/minus.png) no-repeat 50%;
}
.item-category h3 {
  background: #f3c52b;
  font-weight: 300;
  line-height: 1.1;
  font-size: 38px;
  padding: 11px 20px 11px 61px;
  position: relative;
  margin: 0;
  cursor: pointer;
}
.item-category h3:after {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  top: 19px;
  left: 20px;
  background: url(../images/plus.png) no-repeat 50%;
}

.winners-popup {
  color: #fff;
  position: absolute;
  top: 48px;
  left: 0;
  right: 0;
  display: none;
  z-index: 111;
}
.winners-popup ul {
  background: #231f20;
}
.winners-popup h4 {
  font-weight: 300;
  margin: 0;
  font-size: 34px;
}
.winners-popup .wrapper-image {
  position: relative;
  margin-bottom: 30px;
}
.winners-popup .wrapper-image span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%);
  color: #231f20;
  font-size: 100px;
  line-height: 0;
}
.winners-popup ul {
  padding: 100px 50px;
  margin: 15px 0 0;
  list-style: none;
  display: flex;
  justify-content: center;
}
.winners-popup ul li {
  width: 29%;
  text-align: center;
  margin: 0 40px;
}

.list-service-winners-category.container {
  padding: 0 20px 118px;
  max-width: 1478px;
}

.awards-list-container {
  border-top: 1px solid #231f20;
  padding-top: 75px;
}

.page-id-2293 #lottie1-1 {
  display: none;
}

.awards-page-new .item-category {
  position: relative;
}
.awards-page-new h3:after {
  display: none;
}
.awards-page-new .winners-popup {
  display: block;
  position: static;
}
.awards-page-new .winners-popup ul {
  justify-content: flex-start;
  margin: 0;
  padding: 30px 30px 40px;
}
.awards-page-new .winners-popup ul li {
  width: 100%;
  align-items: center;
  display: flex;
  margin: 0;
}
.awards-page-new .winners-popup .wrapper-image {
  width: 180px;
  margin-bottom: 0;
  margin-left: 20px;
}
.awards-page-new .item-category .winners-popup ul:after {
  display: none;
}
.awards-page-new .winners-popup h4 {
  font-weight: bold;
  width: 70%;
  text-align: right;
}
.awards-page-new .winners-popup .wrapper-image span {
  font-size: 50px;
  font-weight: 700;
  line-height: 0.2;
}

.gallery-innovation-grid.loading {
  position: relative;
}
.gallery-innovation-grid.loading .item-grid {
  opacity: 0;
}

.gallery-innovation-grid.loading:after {
  content: "";
  background: #fff url(../images/preloader.gif) no-repeat 50% 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 11111;
  background-size: 100px;
}

.gallery-innovation-grid {
  margin: 0 -20px;
  display: flex;
  flex-wrap: wrap;
}
.gallery-innovation-grid .item-grid {
  width: 33.33%;
  padding: 0 20px 50px;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
}
.gallery-innovation-grid .hide-height {
  height: 0;
  overflow: hidden;
  transition: height 0.5s ease;
  padding-left: 10px;
}
.gallery-innovation-grid .hide-height span.link-btn {
  font-weight: 400;
}
.gallery-innovation-grid .info-text {
  position: absolute;
  bottom: 50px;
  background: #fff;
  padding: 20px 5px;
  font-size: 22px;
  left: 15px;
  right: 15px;
  box-sizing: border-box;
  z-index: 1111;
  display: block;
}
.gallery-innovation-grid .info-text span.link-btn {
  text-decoration: underline;
}
.gallery-innovation-grid .info-text:after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -12px;
  left: 0;
  background: #000;
}
.gallery-innovation-grid h5 {
  margin: 0;
  font-size: 22px;
  font-weight: 400;
  padding-left: 106px;
}
.gallery-innovation-grid h5 .en-text {
  font-weight: 400;
}
.gallery-innovation-grid .data {
  position: absolute;
  top: 15px;
  left: 0;
}

.fancybox__thumbs {
  display: none;
}

.fancybox-is-open .fancybox-bg {
  background: rgba(255, 255, 255, 0.5);
}

.fancybox-button--close {
  right: auto;
  background: url(../images/close.png) no-repeat;
  width: 50px;
  height: 50px;
  background-size: contain;
}
.fancybox-button--close svg {
  display: none;
}

.fancybox-button--arrow_left {
  background: url("../images/arrow-think.png") no-repeat;
  background-size: contain;
  width: 80px !important;
  height: 50px !important;
  left: 50px !important;
  padding: 0 !important;
}
.fancybox-button--arrow_left svg {
  display: none;
}

.fancybox-button--arrow_right {
  background: url("../images/arrow-think.png") no-repeat;
  transform: rotate(180deg);
  background-size: contain;
  width: 80px !important;
  height: 50px !important;
  right: 50px !important;
  padding: 0 !important;
}
.fancybox-button--arrow_right svg {
  display: none;
}

.fancybox-slide--video .fancybox-content {
  background: #fff;
}

.fancybox-toolbar {
  visibility: visible !important;
  opacity: 1 !important;
  left: 50px;
  top: 50px;
  right: auto;
}

.show-description .wrapper-image {
  margin-bottom: 70px;
}

.item-grid {
  cursor: pointer;
}
.item-grid .video-content video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.item-grid .wrapper-image {
  overflow: hidden;
  display: block;
}
.item-grid .wrapper-image img {
  transform: scale(1);
  transition: transform 0.5s;
  width: 100%;
}
.item-grid:hover .wrapper-image img {
  transform: scale(1.1);
  transition: transform 0.5s;
}
.item-grid:hover .hide-height {
  transition: height 0.5s ease;
}

.filter-gallery {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0 0 47px;
  flex-wrap: wrap;
}
.filter-gallery li {
  margin-left: 20px;
  margin-bottom: 10px;
}
.filter-gallery li a {
  background: #000;
  color: #fff;
  padding: 10px 30px;
  font-size: 30px;
  display: block;
  height: 61px;
  line-height: 43px;
  border-radius: 0;
}
.filter-gallery li a.read-more:after, .filter-gallery li a.read-more:before {
  border-radius: 0;
}
.filter-gallery li.active a {
  background: #f3c52b;
}

.page-template-page-superbrands-list .list-block a:hover,
.page-template-page-superbrands-list .read-more:hover,
.page-template-page-superbrands-list .wrapper-submit:hover,
.page-template-page-superbrands-list .download-btn:hover,
.page-template-page-superbrands-list .filter-gallery li.active a {
  background: #e0dede;
  color: #000;
}

.fancybox-toolbar button {
  display: none !important;
}

.fancybox-toolbar .fancybox-button--close {
  display: block !important;
}

.add-gallery-item {
  display: none;
}

.gallery-innovation-section {
  padding-bottom: 0;
}
.gallery-innovation-section h2 {
  margin-bottom: 29px;
}
.gallery-innovation-section .container {
  border-bottom: 1px solid #231f20;
  padding-bottom: 44px;
}

.fancybox-slide {
  padding: 100px;
}

.fancybox-navigation .fancybox-button {
  opacity: 1 !important;
  visibility: visible !important;
}

.fancybox-slide--image .fancybox-content img {
  padding: 0;
  background: #fff;
  object-fit: cover;
}

.fancybox-navigation .fancybox-button {
  cursor: pointer;
}

.video-content {
  position: relative;
}
.video-content .btn-gallery-video {
  content: "";
  width: 100px;
  height: 100px;
  top: 50%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url("../images/play.png") no-repeat;
  background-size: contain;
  z-index: 1111;
}

.img-content video {
  width: 100%;
  height: 100%;
}

.fancybox-container {
  padding: 100px 0;
  right: 0;
  left: 0;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.6);
}

.fancybox-stage {
  background: #fff;
}

.page-template-page-awards .video-section {
  padding-top: 74px;
  border-top: 1px solid #000;
}

#menu-campus {
  list-style: none;
  padding: 0;
  margin: 0;
}

.page-template-page-courses .list-block a, .single-course .list-block a, .tax-category_courses .list-block a {
  background: #000;
  color: #fff;
}
.page-template-page-courses .list-block a:hover, .single-course .list-block a:hover, .tax-category_courses .list-block a:hover {
  color: #000;
  background: #fff;
}
.page-template-page-courses .top-section, .single-course .top-section, .tax-category_courses .top-section {
  background: #f3c52b;
}
.page-template-page-courses header, .single-course header, .tax-category_courses header {
  background: #f3c52b;
}

#menu-community-menu {
  list-style: none;
}

.courses-tabs {
  list-style: none;
  margin: 0 0 49px;
  padding: 0;
  display: flex;
}
.courses-tabs .read-more {
  border-radius: 0;
  padding-top: 7px;
}
.courses-tabs li {
  margin-left: 20px;
}
.courses-tabs li.active a {
  background: #f3c52b;
  color: #000;
}
.courses-tabs li a.read-more:after, .courses-tabs li a.read-more:before {
  border-radius: 0;
}

.list-courses {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 60px;
  flex-wrap: wrap;
}
.list-courses li {
  background: #f3c52b;
}
.list-courses h3 {
  margin: 0;
  font-size: 30px;
  min-height: 40px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  color: #fff;
  position: relative;
}
.list-courses .top-info-block {
  background: #000;
  padding: 15px 19px;
  position: relative;
}
.list-courses p {
  margin: 0;
}
.list-courses a {
  font-size: 20px;
  display: block;
  position: relative;
}
.list-courses a:hover .hover-block {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s;
}
.list-courses .hover-block {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #231f20;
  color: #f3c52b;
  font-size: 38px;
  display: flex;
  align-items: center;
  font-weight: bold;
  opacity: 0;
  transition: opacity 0.5s;
  visibility: hidden;
  justify-content: center;
  padding: 16px;
  flex-direction: column;
}
.list-courses .hover-block p {
  font-size: 20px;
  color: #fff;
  font-weight: 300;
  direction: ltr;
}
.list-courses .hover-block span {
  background: url("../images/arrow-yellow.png") no-repeat 0 16px;
  display: block;
  padding-left: 30px;
  background-size: 16px;
}
.list-courses .bottom-info-block {
  padding: 20px 19px 20px;
  position: relative;
}
.list-courses .bottom-info-block p {
  border-bottom: 1px solid #231f20;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.list-courses .bottom-info-block h4 {
  margin: 0 0 0 6px;
  line-height: 28px;
  white-space: nowrap;
}
.list-courses .bottom-info-block .lector-name {
  display: flex;
  margin-left: 70px;
  font-weight: 700;
}
.list-courses .bottom-info-block .data {
  font-size: 22px;
  left: 0;
  top: 7px;
}
.list-courses li {
  flex-basis: calc(50% - 30px);
}

.section-courses {
  padding: 120px 0;
}
.section-courses .container {
  position: relative;
}

.logo-campuse {
  position: absolute;
  left: 20px;
  top: -57px;
  max-width: 445px;
}

.toggle-row {
  display: none;
}

.row-meet:first-of-type .toggle-row {
  display: block;
}

.row-meet {
  margin-bottom: 55px;
}
.row-meet .flex-layout {
  justify-content: space-between;
}
.row-meet h3 {
  margin: 0;
}
.row-meet h5 {
  margin: 0 0 0 10px;
  font-size: 30px;
}
.row-meet .info-meeting {
  width: 38%;
  margin-top: 2px;
  font-size: 30px;
}
.row-meet .item-meet {
  overflow: hidden;
}
.row-meet .item-meet h5 {
  float: right;
}

.meeting-section .container {
  padding-bottom: 94px;
  position: relative;
}
.meeting-section .container:after {
  content: "";
  height: 1px;
  bottom: 0;
  position: absolute;
  background: #000;
  left: 20px;
  right: 20px;
}
.meeting-section .open-row:after {
  top: 21px;
}

.courses-single-page .logo-campuse {
  position: static;
  margin-bottom: 50px;
}

.details-meeting {
  width: 40%;
}
.details-meeting ul {
  padding-right: 27px;
}
.details-meeting ul {
  margin: 0;
}

.flex-layout {
  display: flex;
}

.download-btn {
  width: 100% !important;
  height: 75px;
  font-size: 38px;
  line-height: 56px;
  border-radius: 0;
}

.comment-block {
  font-size: 17px;
  max-width: 649px;
  line-height: 33px;
}
.comment-block p {
  margin: 0;
}

.list-data-of-courses {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 30px;
}
.list-data-of-courses h4 {
  margin: 0;
  float: right;
}
.list-data-of-courses li {
  overflow: hidden;
}

.course-information .flex-layout {
  justify-content: space-between;
}

.course-information {
  font-size: 30px;
  padding-bottom: 0;
}
.course-information h4 {
  font-size: 30px;
}

.list-data-of-courses {
  width: 44%;
}
.list-data-of-courses p {
  margin: 0;
}

.about-lecture {
  width: 40%;
}
.about-lecture .wrapper-img {
  margin-top: 12px;
  width: 175px;
  margin-left: 45px;
}
.about-lecture .top-row {
  display: flex;
  margin-bottom: 40px;
}
.about-lecture h4 {
  margin: 0;
}

.form-course-section {
  margin-bottom: 90px;
}
.form-course-section .required-filds {
  margin-bottom: 10px;
}

.form-container {
  position: relative;
}
.form-container .download-btn {
  background: #f3c52b;
  color: #000;
  margin-top: 30px;
}
.form-container .download-btn:hover {
  background: #000;
  color: #fff;
}
.form-container .thank-you-section .flex-layout {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.form-container .thank-you-section .wpapper-link {
  height: 50px;
}
.form-container .thank-you-section a {
  background: #f3c52b;
  border-radius: 0;
  width: 100%;
}

.top-section-courses .top-section-left {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0;
  margin-right: 0;
}

.top-info-block p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.top-section-courses .top-section-left {
  pointer-events: none;
}

.tax-category_courses .list-block a {
  background: #000;
  color: #fff;
}

.tax-category_courses .list-block a:hover {
  color: #000;
}

.tax-category_courses .top-section {
  background: #f3c52b;
}

.tax-category_courses header {
  background: #f3c52b;
}

.single-course .thank-you-section h2 {
  max-width: 590px;
  font-weight: 300;
}

.single-course .wrapper-submit {
  margin-top: 30px;
}

.page-template-page-courses h1 {
  color: #000;
  font-size: 70px;
  font-weight: 400;
  margin: 0 0 50px;
  line-height: 1.2;
}

.single-course .marketing-plan-section h1 {
  color: #000;
  font-size: 70px;
  font-weight: 400;
  margin: 0 0 30px;
  line-height: 1.2;
}
.single-course .marketing-plan-section h3 {
  margin: 0 0 30px;
}

.single-course .marketing-plan-list-section ul {
  padding: 0;
  margin: 0 0 40px;
  list-style: none;
}
.single-course .marketing-plan-list-section ul li {
  background: url(../images/small-star.png) no-repeat 100%;
  padding-right: 40px;
  background-size: 25px;
  margin-bottom: 30px;
}
.single-course .marketing-plan-list-section p {
  margin-bottom: 40px;
}
.single-course .marketing-plan-list-section h2 {
  margin-bottom: 30px;
}

.single-course .marketing-plan-section.white .container {
  border-bottom: none;
  position: relative;
  padding-bottom: 94px;
}
.single-course .marketing-plan-section.white .container:after {
  content: "";
  height: 1px;
  bottom: 0;
  position: absolute;
  background: #000;
  left: 20px;
  right: 20px;
}

.campus-section .text-block-animate {
  width: 41%;
}
.campus-section .wrapper-animate15 {
  left: -3%;
  width: 12%;
  transition: all 0.7s;
}
.campus-section .wrapper-animate16 {
  left: 3%;
  top: -23px;
  width: 27%;
  transform: rotate(0);
  height: 260px;
}
.campus-section .wrapper-animate16 img {
  width: 100%;
  transition: all 0.5s 0.5s;
}
.campus-section .wrapper-animate18 {
  top: -106px;
  left: -10%;
  transition: all 1.7s 0.7s;
  opacity: 1;
}
.campus-section .wrapper-animate17 {
  margin-right: auto;
  left: -32px;
  top: -48px;
  width: 74%;
  opacity: 1;
  transition: all 1.5s 0.7s;
}
.campus-section .wrapper-animate17 img {
  width: 100%;
}
.campus-section .wrapper-animate21 {
  width: 31%;
  left: -69px;
  top: -179px;
  transform: rotate(23deg);
  transition: all 1.7s 0.7s;
}
.campus-section .wrapper-animate20 {
  left: -4%;
  top: -146px;
  width: 23%;
}
.campus-section .wrapper-animate20 img {
  width: 100%;
  transition: all 2s 1s;
}
.campus-section .wrapper-animate19 {
  position: absolute;
  bottom: 125px;
  left: 133px;
  width: 10%;
  opacity: 1;
  top: auto;
  transition: opacity 1s 1.5s;
}
.campus-section .active-animate .wrapper-animate15 {
  left: -12%;
}
.campus-section .active-animate .wrapper-animate16 img {
  width: 0;
}
.campus-section .active-animate .wrapper-animate17 {
  opacity: 0;
}
.campus-section .active-animate .wrapper-animate18 {
  top: 21px;
  left: -11%;
  opacity: 0;
}
.campus-section .active-animate .wrapper-animate21 {
  left: -28%;
}
.campus-section .active-animate .wrapper-animate20 img {
  width: 0;
}
.campus-section .active-animate .wrapper-animate19 {
  opacity: 0;
}

ul.filter .select-year .selectBox-arrow {
  left: 10px;
}

.select-year-wrap {
  margin: 0 -20px;
  min-height: 125px;
}
.select-year-wrap ul {
  position: absolute;
  width: 100%;
  max-width: 160px;
  padding: 7px 30px;
  background-color: #f3c52b;
  z-index: 100;
}
.select-year-wrap ul .selectBox-arrow {
  position: absolute;
  top: 22px;
  left: 20px;
  width: 23px;
  height: 20px;
  background: url(https://www.bravo-israel.com/wp-content/themes/bravo/images/Layer4.svg) no-repeat 0;
  background-size: contain;
  z-index: 100;
  transition: transform 0.3s ease-in-out;
}
.select-year-wrap ul .selectBox-arrow:hover {
  cursor: pointer;
}
.select-year-wrap ul li {
  pointer-events: none;
}
.select-year-wrap .current-year {
  overflow: hidden;
  height: 50px;
  display: none;
  font-size: 36px;
  font-weight: 600;
}
.select-year-wrap .current-year:hover {
  cursor: pointer;
}
.select-year-wrap .current-year.active {
  display: flex;
}
.select-year-wrap ul.active li {
  pointer-events: inherit;
}
.select-year-wrap ul.active .current-year.active {
  animation: text 0.4s;
}
.select-year-wrap ul.active .current-year {
  display: flex;
  animation: current-year-animate 0.4s ease-in-out forwards;
}
@keyframes current-year-animate {
  0% {
    height: 0;
  }
  100% {
    height: 50px;
  }
}
.select-year-wrap ul.active .selectBox-arrow {
  transform: rotate(180deg);
}
.select-year-wrap ul.close .current-year.active {
  animation: text 0.4s;
}
.select-year-wrap ul.close .current-year {
  display: flex;
  animation: current-year-animate-close 0.4s ease-in-out forwards;
}
@keyframes current-year-animate-close {
  0% {
    height: 50px;
  }
  100% {
    height: 0;
  }
}

#service-winners-categories-new .item-category {
  transition: height 0.3s linear;
  animation: row-category-animate 0.4s ease-in-out forwards;
  overflow: hidden;
}
@keyframes row-category-animate {
  0% {
    width: 0;
  }
  100% {
    width: 48%;
  }
}
#service-winners-categories-new {
  position: relative;
}
#service-winners-categories-new .spinner {
  height: 60px;
  width: 60px;
  position: absolute;
  top: 70px;
  left: 46%;
  margin: -30px 0 0 30px;
  -webkit-animation: rotation 1s infinite linear;
  -moz-animation: rotation 1s infinite linear;
  -o-animation: rotation 1s infinite linear;
  animation: rotation 1s infinite linear;
  border: 6px solid rgb(243, 197, 43);
  border-radius: 100%;
  z-index: 100;
}
#service-winners-categories-new .spinner:before {
  content: "";
  display: block;
  position: absolute;
  left: -6px;
  top: -6px;
  height: 100%;
  width: 100%;
  border-top: 6px solid rgba(0, 0, 0, 0.8);
  border-bottom: 6px solid transparent;
  border-radius: 100%;
}
@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}
@-moz-keyframes rotation {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(359deg);
  }
}
@-o-keyframes rotation {
  from {
    -o-transform: rotate(0deg);
  }
  to {
    -o-transform: rotate(359deg);
  }
}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}

#service-winners-categories-new.loading .row-category {
  display: none;
}
#service-winners-categories-new.loading .spinner {
  display: flex;
}

.page-template-page-equality .container {
  padding: 0 40px;
}

.top-section .top-section-logo {
  width: 81%;
  max-width: 1133px;
  margin: 40px auto -45px -25%;
}
.top-section .top-section-logo svg {
  width: 100%;
}
.top-section.top-section-equality .top-section-logo {
  margin: 40px auto -45px -10%;
  opacity: 0;
}
.top-section.top-section-equality .container {
  display: flex;
}
.top-section.top-section-equality h1 {
  font-size: 80px;
  line-height: 1.1;
}
@media screen and (min-width: 1301px) {
  .top-section.top-section-equality .top-section-wrapper {
    min-height: auto;
    padding-top: 0;
  }
}

.marketing-plan-section.purple-section {
  background: #6b3772;
  color: #fff;
}
.marketing-plan-section .container * {
  max-width: 965px;
}
.marketing-plan-section .marketing-plan-list li {
  background: url("../images/small-star-yellow.svg") no-repeat 100% 8px;
  background-size: 25px;
}
.marketing-plan-section .marketing-plan-list.checkmark-style li {
  background-image: url("../images/vi_icon.png");
}
.marketing-plan-section .logo-area {
  float: left;
  width: 320px;
  margin: 14px 15px 0 0;
}
.marketing-plan-section .logo-area img {
  max-width: 100%;
}

section.purple-section {
  background: #6b3772;
  color: #fff;
}
section.purple-section .container * {
  color: #fff;
}

section.black-section {
  background: #000;
  color: #fff;
}
section.black-section .container * {
  color: #fff;
}

section.white-section {
  background: #fff;
  color: #000;
}

section.gray-section {
  background: #e0dede;
  color: #000;
}

.simple-selection-method-section .container * {
  max-width: 770px;
}

.main-home.new .top-section-wrapper {
  min-height: 865px;
}

/* winner page */
.winners-page .top-section .top-section-wrapper {
  padding: 0;
  min-height: 840px;
}
.winners-page .top-section .title-container {
  max-width: 1478px;
  margin: 0 auto;
  position: relative;
  padding: 40px 0;
  width: 100%;
  align-self: center;
}
.winners-page .top-section .top-winner-title {
  color: #fff;
  margin: 0;
  width: 50%;
  max-width: 600px;
  font-weight: 500;
  font-size: 90px;
}

.winner-content {
  max-width: 1400px;
  padding: 193px 20px 133px;
  margin: 0 auto;
}
.winner-content .breadcrumbs {
  margin: 0 0 22px;
  padding: 0;
  list-style: none;
  font-size: 22px;
  line-height: 1.3;
  letter-spacing: 0.5px;
  display: flex;
}
.winner-content .breadcrumbs li:last-child {
  font-weight: bold;
}
.winner-content .breadcrumbs li:not(:last-child):after {
  content: ">";
  margin: 0 8px;
}
.winner-content .container {
  display: flex;
  gap: 58px;
  padding: 0;
}
.winner-content .content {
  font-size: 30px;
  line-height: 1.4;
}
.winner-content .content .category {
  font-weight: 400;
  font-size: 60px;
  line-height: 1.3;
  margin: 0 0 15px;
}
.winner-content .content .category strong {
  font-weight: inherit;
}
.winner-content .content .year {
  display: block;
  font-weight: 700;
  font-size: 45px;
  line-height: 1.3;
  margin: 0 0 49px;
}
.winner-content .content h3 {
  font-size: 36px;
  font-weight: 700;
  margin: 0;
}
.winner-content .content p {
  margin: 0 0 43px;
}
.winner-content .content p + h3 {
  padding-top: 4px;
}
.winner-content .content ul {
  margin: 0 0 65px;
  padding: 0;
  list-style: none;
  line-height: 1.8;
}
.winner-content .content ul li {
  padding-inline: 55px 0;
  position: relative;
  margin: 0;
}
.winner-content .content ul li:before {
  content: "";
  background: url("../images/small-star-yellow.svg") no-repeat 0 0/contain;
  width: 32px;
  height: 30px;
  position: absolute;
  right: 0;
  top: 11px;
}
.winner-content .content ul li strong {
  font-weight: 700;
}
.winner-content .content h3 + ul {
  padding-top: 14px;
}
.winner-content .content .wp-block-video,
.winner-content .content .wp-block-embed__wrapper,
.winner-content .content .wp-block-image {
  padding: 0 0 64px;
  margin: 0;
}
.winner-content .content .wp-block-image img {
  width: 100%;
}
.winner-content .content .wp-block-embed__wrapper {
  aspect-ratio: 2/1.36;
}
.winner-content .content .wp-block-embed__wrapper iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.winner-content .content .wp-block-group {
  padding: 0 0 64px;
  gap: 60px;
}
.winner-content .content h2.wp-block-heading {
  font-weight: 400;
  font-size: 60px;
  margin: 0 0 30px;
}
.winner-content .content p + h2.wp-block-heading {
  padding-top: 30px;
}
.winner-content .content .wp-block-boldblocks-accordion-item-repeater {
  margin: 0 0 90px;
}
.winner-content .content h2 + .wp-block-boldblocks-accordion-item-repeater {
  margin-top: -14px;
}
.rank-math-list-item.acc_section,
.winner-content .content .is-accordion-item {
  border: none !important;
  border-bottom: 1px solid #000 !important;
  padding: 10px 0 !important;
}
.acc_section .acc_head,
.acc_section h3.acc_head,
.winner-content .content .accordion-header {
  font-size: 30px;
}
.acc_section .acc_head,
.acc_section h3.acc_head,
.winner-content .content .accordion-header .accordion-link {
  text-align: start;
  padding: 25px 0;
  border: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.acc_section .acc_head:after,
.acc_section h3.acc_head:after,
.winner-content .content .accordion-header .accordion-link:after {
  content: "";
  width: 20px;
  height: 15px;
  background: url("../images/accordion-arrow.svg") no-repeat 50% 50%/20px 15px !important;
  mask: none;
}
.acc_section.acc_active .acc_head:after,
.acc_section.acc_active h3.acc_head:after{
  transform: rotate(-180deg);
}
.acc_section .acc_content,
.winner-content .content .is-accordion .accordion-body {
  padding: 0 0 45px;
  font-size: 25px;
}
.winner-content .pdf-block {
  background: #f5f5f5;
  padding: 38px 47px 28px;
  margin: 22px 0 108px;
}
.winner-content .pdf-block .image-holder {
  margin: 0 0 43px;
}
.winner-content .pdf-block h4 {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 43px;
}
.winner-content .pdf-block .btn {
  width: auto;
  line-height: 43px;
  border-radius: 150px;
}
.winner-content .pdf-block .btn:hover {
  background: #f3c52b;
}
.winner-content .pdf-block .btn:before {
  background: #f3c52b;
}
.winner-content .aside-winner {
  width: 30.875%;
  flex-shrink: 0;
}
.winner-content .aside-winner .last-winners h3 {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 36px;
}
.winner-content .aside-winner .winner-block {
  margin: 0 0 74px;
}
.winner-content .aside-winner .winner-block .image-holder {
  margin: 0 0 35px;
}
.winner-content .aside-winner .winner-block .image-holder img {
  display: block;
  width: 100%;
  aspect-ratio: 2/1.126;
  object-fit: cover;
}
.winner-content .aside-winner .winner-block .winner-block-info {
  display: flex;
  gap: 20px;
  justify-content: space-between;
}
.winner-content .aside-winner .winner-block .titles-area {
  flex-grow: 1;
  max-width: 305px;
}
.winner-content .aside-winner .winner-block .titles-area h4 {
  font-weight: 700;
  font-size: 25px;
  line-height: 1.4;
  margin: 0 0 3px;
}
.winner-content .aside-winner .winner-block .titles-area h4 a {
  font-size: inherit;
}
.winner-content .aside-winner .winner-block .titles-area h4 span {
  font-weight: 700;
}
.winner-content .aside-winner .winner-block .titles-area h5 {
  font-weight: 300;
  font-size: 20px;
  line-height: 1.4;
  margin: 0;
}
.winner-content .aside-winner .winner-block .btn {
  width: 50px;
  height: 50px;
  padding: 0;
  background: #000;
  flex-shrink: 0;
}
.winner-content .aside-winner .winner-block .btn:hover {
  background: #f3c52b;
}
.winner-content .aside-winner .winner-block .btn span {
  width: 50px;
  height: 50px;
  text-indent: -9999px;
  background: url("../images/arrow-white.png") no-repeat 50% 50%/28px auto;
  transition: all 0.4s ease-in-out;
}
.winner-content .aside-winner .winner-block .btn:hover span {
  filter: brightness(0);
}
.winner-content .aside-winner .winner-block .btn:before {
  background: #f3c52b;
}

.what-is-awards-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.what-is-awards-list .wrapp-img {
  height: 184px;
  width: 200px;
  display: flex;
  align-items: flex-end;
  margin-bottom: 40px;
}

.wrapper-stars {
  margin-bottom: 100px;
}

.wrapper-logo {
  margin-bottom: 80px;
}

.innovative-awards-section {
  background: #000;
  color: #fff;
}
.innovative-awards-section a {
  color: #fff;
}

.innovative-awards-list {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  justify-content: space-between;
}

.innovative-awards-list li {
  width: 19%;
}

.what-is-awards-section h2 {
  max-width: 950px;
}

.innovative-awards-list li:before {
  content: "";
  background: url("../images/vi_icon.png") no-repeat 0 50%;
  width: 85px;
  height: 85px;
  display: block;
  margin-bottom: 30px;
  background-size: contain;
}

.bottom-text {
  margin-top: 40px;
  font-size: 20px;
}

strong a,
.bottom-text a {
  font-weight: bold;
}

strong a .en-text,
.bottom-text a .en-text {
  font-weight: bold;
}

.what-is-awards-text .paragraph {
  max-width: 900px;
}
.what-is-awards-text {
  padding-bottom: 0;
  /*margin-bottom: 84px;*/
  margin-bottom: 0;
  border-bottom: none;
}

.what-is-awards-text + .video-section {
  margin-top: 70px;
}

.simple-selection-method-section .img-wrapper {
  margin: 75px 0;
}
.simple-selection-method-section h4 {
  font-weight: 300;
  margin: 0;
  font-size: 30px;
}

.wrapper-method-section {
  padding: 84px 0 94px;
  border-bottom: 1px solid #231f20;
}

.selection-method-text {
  max-width: 750px;
}
.selection-method-text p {
  padding: 0 3px;
}

.single-img-wrapper {
  max-width: 400px;
  align-self: flex-end;
}

.selection-method-list {
  padding: 0;
  margin: 0 0 30px;
  list-style: none;
  font-weight: 300;
}
.selection-method-list li {
  display: flex;
  align-items: center;
  background: url("../images/arrow-list.png") no-repeat 100% 11px;
  background-size: 15px;
  padding-right: 30px;
}

.selection-method-paragraph {
  margin-bottom: 40px;
}

.marketing-plan-section {
  background: #f3c52b;
}
.marketing-plan-section .single-img-wrapper {
  margin: 0;
  position: relative;
  top: -52px;
}

.single-img-wrapper {
  max-width: 400px;
  margin-bottom: 20px;
}

.marketing-plan-list {
  padding: 0;
  margin: 0 0 40px;
  list-style: none;
}
.marketing-plan-list li {
  background: url("../images/small-star.png") no-repeat 100%;
  padding-right: 40px;
  background-size: 25px;
  margin-bottom: 25px;
}

.white-section .marketing-plan-list li a {
  text-decoration: underline;
}
.white-section .marketing-plan-list li a:hover {
  color: #f3c52b;
}

.only-selection-method-list {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-top: 40px;
  border-top: 1px solid #231f20;
}
.only-selection-method-list li {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #231f20;
  font-size: 27px;
}
.only-selection-method-list .img-wrapp {
  width: 150px;
  margin-left: 120px;
}
.only-selection-method-list .img-wrapp img {
  max-height: 100px;
  display: block;
  margin: 0 auto;
}
.only-selection-method-list .paragraph {
  flex-basis: 75%;
}
.only-selection-method-list .paragraph p {
  margin: 0;
}

.partners-list {
  display: flex;
  margin: 0;
  padding: 0;
  align-items: center;
  list-style: none;
}
.partners-list li {
  position: relative;
  cursor: pointer;
}
.partners-list li .hover-img {
  position: absolute;
  opacity: 0;
  padding: 0 30px;
  top: 0;
}
.partners-list li .main-img {
  padding: 0 30px;
}
.partners-list li:hover .hover-img {
  opacity: 1;
  transition: opacity 1s ease-in-out;
}
.partners-list li:hover .main-img {
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.marketing-plan-section.white {
  background: #fff;
  position: relative;
  padding-bottom: 0;
}
.marketing-plan-section.white .single-img-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 30%;
  z-index: 2;
}
.marketing-plan-section.white li {
  margin-bottom: 10px;
}
.marketing-plan-section.white li:last-of-type {
  margin-bottom: 0;
}
.marketing-plan-section.white ul {
  margin-bottom: 0;
  position: relative;
  z-index: 22;
}

.marketing-plan-list-section {
  width: 60%;
}
.marketing-plan-list-section p {
  margin: 0;
}
.marketing-plan-list-section h4 {
  margin: 0 0 40px;
  font-weight: 300;
  font-size: 30px;
}

.selection-winners-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.selection-winners-list > li {
  display: flex;
  font-size: 17px;
  justify-content: space-between;
  margin-bottom: 80px;
  position: relative;
  width: 70.5%;
  font-weight: 300;
}
.selection-winners-list > li .selection-winners-section .selection-method-list {
  font-weight: 300;
}
.selection-winners-list > li:last-of-type {
  min-height: 300px;
}
.selection-winners-list > li:last-of-type .wrapper-img {
  padding-bottom: 8px;
}
.selection-winners-list > li:last-of-type .wrapper-img:after {
  display: none;
}
.selection-winners-list > li:nth-child(3) .wrapper-img {
  padding-bottom: 5px;
}
.selection-winners-list > li:nth-child(odd) {
  margin-right: auto;
}
.selection-winners-list > li:nth-child(odd) .wrapper-img {
  left: auto;
  right: 0;
}
.selection-winners-list > li:nth-child(odd) .wrapper-img:before {
  right: 100%;
  left: auto;
}
.selection-winners-list h5 {
  font-weight: 300;
  font-size: 28px;
  line-height: 1.2;
  margin: 0 0 10px;
}
.selection-winners-list .wrapper-img {
  border-radius: 50%;
  background: #f3c52b;
  display: flex;
  width: 220px;
  height: 220px;
  align-items: center;
  justify-content: center;
  padding: 0 50px;
  margin: 0 auto;
  position: relative;
}
.selection-winners-list .wrapper-img:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  top: 100%;
  background: #231f20;
  left: 50%;
}
.selection-winners-list .wrapper-img:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 92px;
  top: 50%;
  background: #231f20;
  left: 100%;
}
.selection-winners-list .text-block {
  width: 42%;
  line-height: 1.6;
}

.do-you-want-to-win {
  padding-top: 82px;
}
.do-you-want-to-win h2 {
  margin-bottom: 50px;
}
.do-you-want-to-win .img-wrapper {
  height: 300px;
  display: flex;
  align-items: flex-end;
  margin-bottom: 60px;
  width: 230px;
}
.do-you-want-to-win ul {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: space-between;
  margin: 40px 0 0;
  padding-bottom: 94px;
  border-bottom: 1px solid #231f20;
}
.do-you-want-to-win ul li {
  width: 30%;
}

.selection-winners-section h2 {
  margin-bottom: 80px;
}

.selection-winners-section .selection-method-list {
  font-weight: 300;
}
.selection-winners-section .selection-method-list li {
  background: url(../images/arrow-think.png) no-repeat 100% 8px;
  background-size: 8px;
  padding-right: 19px;
}
.selection-winners-section .bottom-section {
  max-width: 400px;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.selection-winners-section strong {
  font-size: 20px;
  font-weight: 400;
}
.selection-winners-section .logo-marketing {
  width: 115px;
  height: 115px;
  border: 1px solid #231f20;
  border-radius: 50%;
}

.open-row {
  background: #f3c52b;
  padding: 10px 15px 10px 10px;
  margin-bottom: 50px;
  position: relative;
  cursor: pointer;
}
.open-row h3 {
  margin: 0;
  font-weight: 300;
}
.open-row.active-open:after {
  background: url(../images/minus.png) no-repeat 50%;
}
.open-row:after {
  content: "";
  position: absolute;
  background: url(../images/plus.png) no-repeat;
  width: 35px;
  height: 35px;
  top: 9px;
  background-size: contain;
  left: 20px;
}

.form-community .wpcf7-radio.wpcf7-not-valid, .form-community .wpcf7-checkbox.wpcf7-not-valid, .form-product-serveces .wpcf7-radio.wpcf7-not-valid, .form-product-serveces .wpcf7-checkbox.wpcf7-not-valid {
  border: none !important;
}
.form-community .wpcf7-radio.wpcf7-not-valid input[type=radio]:not(:checked) + span:before, .form-community .wpcf7-radio.wpcf7-not-valid input[type=checkbox]:not(:checked) + span:before, .form-community .wpcf7-checkbox.wpcf7-not-valid input[type=radio]:not(:checked) + span:before, .form-community .wpcf7-checkbox.wpcf7-not-valid input[type=checkbox]:not(:checked) + span:before, .form-product-serveces .wpcf7-radio.wpcf7-not-valid input[type=radio]:not(:checked) + span:before, .form-product-serveces .wpcf7-radio.wpcf7-not-valid input[type=checkbox]:not(:checked) + span:before, .form-product-serveces .wpcf7-checkbox.wpcf7-not-valid input[type=radio]:not(:checked) + span:before, .form-product-serveces .wpcf7-checkbox.wpcf7-not-valid input[type=checkbox]:not(:checked) + span:before {
  border: 1px solid #dc3232;
}
.form-community .flex-radio .wpcf7-not-valid-tip, .form-community .wrapper-checkbox .wpcf7-not-valid-tip, .form-product-serveces .flex-radio .wpcf7-not-valid-tip, .form-product-serveces .wrapper-checkbox .wpcf7-not-valid-tip {
  display: none;
}

.form-community {
  font-size: 17px;
  position: relative;
}
.form-community .wpcf7-list-item-label {
  padding-right: 25px;
}
.form-community form {
  margin-bottom: 0;
}
.form-community .flex-radio {
  display: flex;
  font-size: 17px;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  justify-content: flex-end;
}
.form-community .flex-radio .span-lable {
  position: absolute;
  right: 0;
  font-weight: 300;
}
.form-community .wrapper-radio {
  width: 140px;
}
.form-community .wpcf7-form-control {
  display: flex;
  justify-content: flex-end;
  justify-content: space-between;
  width: 100%;
}
.form-community input[type=submit] {
  justify-content: center;
}
.form-community .wrapper-radio .wpcf7-not-valid-tip {
  display: none;
}
.form-community .wrapper-radio .wpcf7-list-item {
  display: flex;
  align-items: center;
  width: 65px;
  justify-content: flex-end;
  padding: 0;
  position: relative;
}
.form-community .wrapper-radio .last {
  width: 55px;
}
.form-community .wrapper-radio label {
  padding-right: 30px;
}
.form-community .toggle-row .row-input {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.form-community .row-radio {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.form-community .row-radio span {
  font-weight: 300;
}
.form-community .toggle-block.first-toggle-block .toggle-row {
  display: block;
}
.form-community .toggle-block:last-of-type input:not([type=radio]), .form-community .toggle-block:last-of-type select, .form-community .toggle-block:last-of-type .row-radio {
  margin-bottom: 40px;
}
.form-community .toggle-row {
  display: none;
}
.form-community .hide-wrapper-input {
  display: none;
}
.form-community .block-wrapper-input {
  display: block;
}
.form-community .toggle-block {
  margin-bottom: 80px;
}

.product-services-page .satisfied-product-section, .community-page .satisfied-product-section {
  margin-bottom: 0;
  padding: 0;
  border-bottom: none;
}

.community-form-section {
  padding-bottom: 100px;
}

.top-section-home {
  position: relative;
}
.top-section-home .wrapper-animate {
  top: -166px;
  text-align: left;
  width: 55%;
}
.top-section-home h1 {
  color: #fff;
  font-size: 70px;
  font-weight: 400;
  margin: 0 0 50px;
}
.top-section-home .list-block {
  width: 60%;
}
.top-section-home .list-block a {
  display: inline-block;
  width: auto;
}

.wrapper-animate {
  width: 70%;
  position: absolute;
  top: 0;
  left: 0;
}
.wrapper-animate .flex-row {
  display: flex;
}

.text-block-animate {
  width: 33%;
}
.text-block-animate .btn {
  width: auto;
}
.text-block-animate p {
  margin-bottom: 30px;
}

.top-section-home.animate-section .container {
  padding-bottom: 100px;
}

.animate-section {
  position: relative;
}
.animate-section .container {
  padding-bottom: 450px;
  border-bottom: 1px solid #000;
  padding-top: 80px;
}

.top-section-wrapper-home {
  padding: 0;
}

.top-cool1 {
  position: relative;
  left: -20%;
  transition: all 0.2s 1s ease-in-out;
  top: 47px;
  opacity: 1;
}

.top-attention {
  left: -18%;
  position: relative;
  top: -59px;
  transition: all 1.4s ease-in-out;
  opacity: 1;
}

.top-heart1 {
  position: relative;
  top: 203px;
  left: -14%;
  transition: all 1.2s ease-in-out;
  opacity: 1;
  width: 175px;
}

.top-heart2 {
  position: relative;
  left: -21%;
  top: -62px;
  transition: all 0.8s 0.5s ease-in-out;
  opacity: 1;
  width: 51%;
}

.flex-row-end {
  justify-content: flex-end;
}

.top-star2 {
  position: relative;
  left: 0px;
  top: 10px;
  transition: all 0.8s ease-in-out;
  opacity: 1;
  width: 33%;
}

.top-cool2 {
  top: -119px;
  position: relative;
  left: 0;
  transition: all 1.2s ease-in-out;
  opacity: 1;
  width: 47%;
}

.top-star1 {
  position: relative;
  top: 0;
  left: -100px;
  transition: all 0.8s 0.3s linear;
  opacity: 1;
}

.active-animate .top-star1 {
  position: relative;
  top: -500px;
  opacity: 0;
}
.active-animate .top-cool1 {
  position: relative;
  left: -303px;
  opacity: 0;
}
.active-animate .top-attention {
  top: -449px;
  opacity: 0;
}
.active-animate .top-heart1 {
  top: -300px;
  opacity: 0;
}
.active-animate .top-heart2 {
  left: 600px;
  top: -544px;
  opacity: 0;
}
.active-animate .top-cool2 {
  top: -465px;
  opacity: 0;
}
.active-animate .top-star2 {
  top: -400px;
  opacity: 0;
}

.page-template-page-home h2 {
  margin-bottom: 20px;
}
.page-template-page-home .logo {
  position: relative;
  z-index: 1111;
}

.mob-icons-img {
  display: none;
}

.wrapper-animate3 {
  position: relative;
  top: -174px;
  left: -25%;
  transition: all 0.7s 0.7s linear;
  z-index: 11;
  opacity: 1;
}

.wrapper-animate4 {
  position: relative;
  top: -167px;
  left: -30%;
  transition: all 0.3s ease-in-out;
  opacity: 1;
}

.wrapper-animate2 {
  position: relative;
  top: 20px;
  left: -14%;
  transition: all 0.5s 0.7s ease-in-out;
  transform: rotate(-30deg);
  opacity: 1;
  width: 18%;
}

.wrapper-animate1 {
  position: relative;
  top: -135px;
  z-index: 11;
  left: -26%;
  opacity: 1;
  transition: all 1.2s 0.5s ease-in-out;
  width: 20%;
}

.wrapper-animate6 {
  position: relative;
  top: -310px;
  left: -29%;
  transition: all 0.5s 0.7s ease-in-out;
  opacity: 1;
  transform: rotate(90deg);
}

.wrapper-animate5 {
  position: relative;
  top: -268px;
  left: -16%;
  transition: all 1s 0.5s ease-in-out;
  opacity: 1;
}

.active-animate .wrapper-animate1 {
  left: 50%;
  opacity: 0;
}
.active-animate .wrapper-animate3 {
  opacity: 0;
}
.active-animate .wrapper-animate4 {
  left: -50%;
  opacity: 0;
}
.active-animate .wrapper-animate2 {
  left: -3%;
  transform: rotate(-30deg);
  top: -50px;
}
.active-animate .wrapper-animate6 {
  left: -50%;
  opacity: 0;
  transform: rotate(0deg);
}
.active-animate .wrapper-animate5 {
  top: -124px;
  left: 600px;
  opacity: 0;
}

.flex-row-space-between {
  justify-content: space-between;
}

.wrapper-animate9 {
  position: relative;
  top: -200px;
  left: -13%;
  transition: all 0.3s 1s ease-in-out;
}

.wrapper-animate8 {
  position: relative;
  top: 297px;
  left: -22%;
  transition: all 0.5s 0.5s ease-in-out;
}

.wrapper-animate8 img {
  transform: rotate(-90deg);
}

.wrapper-animate7 {
  position: relative;
  top: 80px;
  left: -20%;
  transition: all 1.3s linear;
  opacity: 1;
}

.wrapper-animate13 {
  left: -10%;
  position: relative;
  top: -108px;
  transition: all 1s 1.2s ease-in-out;
  width: 22%;
  opacity: 1;
}

.wrapper-animate12 {
  position: relative;
  top: -93px;
  left: -13%;
  width: 36%;
  transition: all 1s 0.5s ease-in-out;
  opacity: 1;
}

.wrapper-animate10 {
  position: relative;
  left: -8%;
  top: -112px;
  transition: all 1s 0.6s ease-in-out;
  width: 16%;
  opacity: 1;
}

.wrapper-animate11 {
  position: relative;
  top: 54px;
  left: -3%;
  transition: all 1s 1.2s ease-in-out;
  transform: rotate(360deg);
  opacity: 1;
}
.wrapper-animate11 img {
  transform: rotate(45deg);
}

.active-animate .wrapper-animate11 {
  transform: rotate(180deg);
  left: 26%;
  top: -100px;
  opacity: 0;
}
.active-animate .wrapper-animate7 {
  opacity: 0;
}
.active-animate .wrapper-animate12 {
  left: -100%;
}
.active-animate .wrapper-animate8 {
  top: 156px;
}
.active-animate .wrapper-animate9 {
  left: -27%;
}
.active-animate .wrapper-animate13 {
  opacity: 0;
}
.active-animate .wrapper-animate10 {
  opacity: 0;
}

.wrapper-animate15 {
  position: relative;
  left: -15%;
  top: 40px;
  width: 27%;
  transition: all 1s 0.4s ease-in-out;
}

.wrapper-animate14 {
  position: relative;
  left: -14%;
  top: 64px;
  width: 15%;
  transition: all 1s 0.2s ease-in-out;
}

.wrapper-animate16 {
  position: relative;
  left: -11%;
  top: -61px;
  width: 44%;
  transform: rotate(164deg);
  display: flex;
  align-items: center;
  justify-content: center;
}

.wrapper-animate16 img {
  width: 100%;
  transition: all 1s ease-in-out;
}

.wrapper-animate17 {
  position: relative;
  top: -92px;
  left: -25%;
  width: 55%;
  transition: all 1s 0.4s ease-in-out;
  opacity: 1;
}

.wrapper-animate22 {
  position: relative;
  top: -236px;
  left: -13%;
  width: 34%;
  transition: all 1.5s 0.1s ease-in-out;
}

.wrapper-animate21 {
  position: relative;
  left: -18%;
  top: -207px;
  width: 21%;
  transition: all 1s 0.5s ease-in-out;
  opacity: 1;
}

.wrapper-animate18 {
  position: relative;
  left: -10%;
  top: -74px;
  width: 40%;
  transition: all 1s 1s ease-in-out;
  opacity: 1;
}

.wrapper-animate20 {
  position: relative;
  left: -17%;
  top: -140px;
  width: 34%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wrapper-animate20 img {
  width: 100%;
  transition: all 1s 0.5s ease-in-out;
}

.wrapper-animate19 {
  position: relative;
  top: 25px;
  left: -9%;
  width: 19%;
  transition: all 1s 0.6s ease-in-out;
  transform: rotate(-30deg);
}

.wrapper-animate24 {
  position: relative;
  top: 93px;
  left: -21%;
  width: 68%;
  transition: all 0.6s ease-in-out;
  opacity: 1;
}

.wrapper-animate26 {
  position: relative;
  top: -40px;
  transform: rotate(60deg);
  left: 3%;
  width: 22%;
}

.wrapper-animate27 {
  position: relative;
  left: -3%;
  top: 84px;
  opacity: 1;
  transition: all 0.6s 0.8s ease-in-out;
}

.wrapper-animate28 {
  position: relative;
  top: -165px;
  left: -4%;
  transition: all 0.2s 1s ease-in-out;
  width: 23%;
}

.wrapper-animate23 {
  position: relative;
  top: -157px;
  display: flex;
  left: -29%;
  width: 21%;
  align-items: center;
  justify-content: center;
}
.wrapper-animate23 img {
  width: 100%;
  transition: all 1s 0.2s ease-in-out;
}

.wrapper-animate25 {
  position: relative;
  left: -17%;
  transition: all 1s 0.2s ease-in-out;
  top: -50px;
  width: 43%;
  transform: rotate(360deg);
}

.page-template-page-home footer .circle {
  left: -91px;
  top: 0;
}

.marketing-forum-section .wrapper-animate {
  width: 75%;
}

.active-animate .wrapper-animate27 {
  opacity: 0;
}
.active-animate .wrapper-animate19 {
  left: 10%;
}
.active-animate .wrapper-animate15 {
  left: -28%;
}
.active-animate .wrapper-animate17 {
  opacity: 0;
}
.active-animate .wrapper-animate20 img {
  width: 0;
}
.active-animate .wrapper-animate21 {
  opacity: 0;
}
.active-animate .wrapper-animate18 {
  left: 25%;
  top: 60px;
  opacity: 0;
}
.active-animate .wrapper-animate14 {
  left: -24%;
  top: 28px;
}
.active-animate .wrapper-animate16 img {
  width: 0;
}
.active-animate .wrapper-animate22 {
  left: -25%;
}
.active-animate .wrapper-animate28 {
  left: -20%;
}
.active-animate .wrapper-animate23 img {
  width: 0;
}
.active-animate .wrapper-animate25 {
  left: -30%;
  transform: rotate(260deg);
}
.active-animate .wrapper-animate24 {
  opacity: 0;
}

.page-template-page-home .logo {
  opacity: 0;
  animation: logoAnimate 0.4s ease-in 2s forwards;
}

.single-img-wrapper {
  height: 100%;
}

#lottie4 {
  width: 550px;
}

@keyframes logoAnimate {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#header.menu-opened {
  z-index: 3000;
}

.new h2 {
  font-size: 90px;
  margin: 0 0 40px;
}
.new .text-block-animate p {
  font-size: 36px;
  margin-bottom: 42px;
}
.new .read-more, .new .btn {
  background: #000;
  color: #fff;
  border-radius: 25px;
  padding: 0 30px;
  font-size: 30px;
  line-height: 58px;
  margin-bottom: 10px;
  display: inline-block;
  transition: color 0.5s linear;
}
.new .wrapper-link-btn {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.new .read-more:hover,
.new .btn:hover {
  color: #000;
}
.new .read-more:before,
.new .btn:before {
  background: #f3c52b;
}
.new .top-section-home .logo {
  display: none;
}
.new .top-section-home .wrapper-animate {
  top: 0;
  text-align: left;
  width: 55%;
}
.new .top-section-home .list-block {
  width: 54%;
}
.new .wrapper-animate {
  width: 70%;
  position: absolute;
  top: 0;
  left: 0;
}
.new .wrapper-animate .flex-row {
  display: flex;
  position: relative;
}
.new .top-section-home.animate-section .container {
  padding-bottom: 100px;
}
.new .top-section-home.animate-section .container {
  padding-bottom: 175px;
}
.new .animate-section .container {
  padding-bottom: 450px;
  padding-top: 80px;
}
.new .animate-section.bravo-section .container {
  padding-bottom: 450px;
  padding-top: 150px;
  min-height: 1350px;
}
.new .top-cool1 {
  left: -20%;
  transition: all 0.2s 0.7s ease-in-out;
  top: 47px;
  opacity: 1;
}
.new .top-attention {
  left: -16%;
  position: relative;
  top: 101px;
  transition: all 1s 1s ease-in-out;
  transform: rotate(0deg);
}
.new .top-heart1 {
  position: relative;
  top: 396px;
  left: -11%;
  transition: all 0.8s 0.3s ease-in-out;
  opacity: 1;
  width: 274px;
  transform: scale(1) rotate(0);
  align-self: flex-start;
}
.new .top-heart2 {
  position: relative;
  left: -16.5%;
  top: 122px;
  transition: all 0.8s 0.3s ease-in-out;
  opacity: 1;
  transform: scale(1);
  width: 50%;
}
.new .flex-row-end {
  justify-content: flex-end;
}
.new .top-star2 {
  position: relative;
  left: -16%;
  top: 159px;
  transition: all 1s 0.6s ease-in-out;
  opacity: 1;
  width: 33%;
  transform: scale(1);
}
.new .top-star2 img {
  transition: all 1s 0.9s ease-in-out;
  transform: rotate(0);
}
.new .top-cool2 {
  top: 40px;
  position: relative;
  left: -14.5%;
  transform: scale(1);
  transition: all 0.9s ease-in-out;
  width: 54%;
}
.new .top-cool2 img {
  display: block;
  animation: 1s linear 0.01s top-cool2-animate forwards;
}
@keyframes top-cool2-animate {
  0% {
    transform: rotate(-10deg);
  }
  25% {
    transform: rotate(0deg);
  }
  75% {
    transform: rotate(10deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.new .top-star1 {
  position: relative;
  top: 0;
  left: -100px;
  transition: all 0.8s 0.4s linear;
  opacity: 1;
}
.new .active-animate .top-star1 {
  position: relative;
  top: -500px;
  opacity: 0;
}
.new .active-animate .top-cool1 {
  position: relative;
  left: -303px;
  opacity: 0;
}
.new .active-animate .top-attention {
  transform: rotate(45deg);
}
.new .active-animate .top-heart1 {
  opacity: 0;
  transform: scale(0) rotate(-30deg);
}
.new .active-animate .top-heart2 {
  opacity: 0;
  transform: scale(0);
}
.new .active-animate .top-cool2 {
  left: -90%;
  transform: scale(0.8);
}
.new .active-animate .top-cool2 img {
  animation: none;
}
.new .active-animate .top-star2 {
  opacity: 0;
  transform: scale(0);
}
.new .active-animate .top-star2 img {
  transform: rotate(270deg);
}
.new .page-template-page-home h2 {
  margin-bottom: 20px;
}
.new .page-template-page-home .logo {
  position: relative;
  z-index: 1111;
}
.new .mob-icons-img {
  display: none;
}
.new .wrapper-animate3 {
  top: 0;
  left: -22%;
  transition: all 0.7s 0.3s linear;
  opacity: 1;
  width: 48.8%;
  transform: translate(0, -60%);
}
.new .wrapper-animate4 {
  top: -337px;
  left: -42%;
  transition: all 0.6s 1.1s ease-in-out;
  opacity: 1;
  width: 55.7%;
  margin: 0 -225px 0 0;
}
.new .wrapper-animate4 img {
  transform: scale(1);
  transition: all 0.6s 1.4s ease-in-out;
}
.new .wrapper-animate2 {
  position: relative;
  top: -150px;
  left: -18.2%;
  transition: all 0.5s 1s ease-in-out;
  opacity: 1;
  width: 23.2%;
  transform: scale(1) rotate(0);
}
.new .wrapper-animate1 {
  top: -239px;
  left: -21.5%;
  transform: rotate(0deg);
  transition: all 1.2s 0.7s ease-in-out;
  width: 29%;
}
.new .wrapper-animate6 {
  top: -260px;
  left: -11%;
  transition: all 0.5s 1s ease-in-out;
  opacity: 1;
  transform: rotate(-3deg);
  width: 41.8%;
}
.new .wrapper-animate6 img {
  transform: rotate(0deg);
  transition: all 0.8s 1.4s ease-in-out;
}
.new .wrapper-animate5 {
  position: relative;
  top: -301px;
  left: -16%;
  transition: all 1s 0.9s ease-in-out;
  opacity: 1;
  width: 58%;
  transform: rotate(3deg);
}
.new .wrapper-animate5 img {
  transform: rotate(-120deg);
  transition: all 0.8s 1.4s ease-in-out;
}
.new .active-animate .wrapper-animate1 {
  left: 70%;
  transform: rotate(270deg);
}
.new .active-animate .wrapper-animate3 {
  opacity: 0;
}
.new .active-animate .wrapper-animate4 {
  left: -55%;
}
.new .active-animate .wrapper-animate4 img {
  transform: scale(0.9);
}
.new .active-animate .wrapper-animate2 {
  transform: scale(0) rotate(-45deg);
  opacity: 0;
}
.new .active-animate .wrapper-animate6 {
  left: -50%;
}
.new .active-animate .wrapper-animate6 img {
  transform: rotate(50deg);
}
.new .active-animate .wrapper-animate5 {
  left: 100%;
}
.new .active-animate .wrapper-animate5 img {
  transform: rotate(0deg);
}
.new .superbrands-section .container {
  min-height: 1294px;
}
.new .wrapper-animate9 {
  position: absolute;
  top: -314px;
  left: -39.3%;
  transition: all 0.5s 0.1s ease-in-out;
  width: 71.5%;
  margin: 0;
}
.new .wrapper-animate8 {
  position: relative;
  top: 442px;
  left: 13%;
  transition: all 0.5s 0.5s ease-in-out;
  width: 14%;
  opacity: 1;
}
.new .wrapper-animate8 img {
  transform: scale(1);
  transition: all 0.5s 0.5s ease-in-out;
}
.new .wrapper-animate7 {
  top: 123px;
  left: -10%;
  transition: all 0.5s 0.5s linear;
  opacity: 1;
  transform: scale(1);
  width: 55.2%;
}
.new .wrapper-animate13 {
  left: -8%;
  position: absolute;
  top: -92px;
  transition: all 0.7s 2s ease-in-out;
  width: 27%;
  opacity: 1;
  transform: scale(1);
}
.new .wrapper-animate12 {
  position: relative;
  top: 137px;
  left: 1%;
  width: 33%;
  transition: all 0.7s 1.7s ease-in-out;
  opacity: 1;
  transform: scale(1);
}
.new .wrapper-animate10 {
  position: relative;
  left: 8.2%;
  top: -55px;
  transition: all 0.7s 1.6s ease-in-out;
  width: 22.1%;
  transform: rotate(0);
  opacity: 1;
}
.new .wrapper-animate11 {
  position: relative;
  top: 151px;
  left: 6%;
  transition: all 1s 1s ease-in-out;
  opacity: 1;
  transform: scale(1) rotate(0);
}
.new .wrapper-animate11 img {
  transform: rotate(0);
}
.new .active-animate .wrapper-animate11 {
  transform: scale(1) rotate(90deg);
  opacity: 0;
}
.new .active-animate .wrapper-animate7 {
  opacity: 0;
  transform: scale(0);
}
.new .active-animate .wrapper-animate12 {
  opacity: 0;
  transform: scale(0);
}
.new .active-animate .wrapper-animate8 {
  opacity: 0;
  top: 442px;
}
.new .active-animate .wrapper-animate8 img {
  transform: scale(0);
}
.new .active-animate .wrapper-animate9 {
  left: -75%;
}
.new .active-animate .wrapper-animate13 {
  opacity: 0;
  left: -27%;
  top: -92px;
  transform: scale(0);
}
.new .active-animate .wrapper-animate10 {
  opacity: 0;
  transform: rotate(20deg);
}
.new .wrapper-animate15 {
  position: relative;
  left: -15%;
  top: 40px;
  width: 27%;
  transition: all 1s 0.4s ease-in-out;
}
.new .wrapper-animate14 {
  position: relative;
  left: -14%;
  top: 64px;
  width: 15%;
  transition: all 1s 0.2s ease-in-out;
}
.new .wrapper-animate16 {
  position: relative;
  left: -11%;
  top: -61px;
  width: 44%;
  transform: rotate(164deg);
  display: flex;
  align-items: center;
  justify-content: center;
}
.new .wrapper-animate16 img {
  width: 100%;
  transition: all 1s ease-in-out;
}
.new .wrapper-animate17 {
  position: relative;
  top: -92px;
  left: -25%;
  width: 55%;
  transition: all 1s 0.4s ease-in-out;
  opacity: 1;
}
.new .wrapper-animate22 {
  position: relative;
  top: -236px;
  left: -13%;
  width: 34%;
  transition: all 1.5s 0.1s ease-in-out;
}
.new .wrapper-animate21 {
  position: relative;
  left: -18%;
  top: -207px;
  width: 21%;
  transition: all 1s 0.5s ease-in-out;
  opacity: 1;
}
.new .wrapper-animate18 {
  position: relative;
  left: -10%;
  top: -74px;
  width: 40%;
  transition: all 1s 1s ease-in-out;
  opacity: 1;
}
.new .wrapper-animate20 {
  left: -17%;
  top: -140px;
  width: 34%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.new .wrapper-animate20 img {
  width: 100%;
  transition: all 1s 0.5s ease-in-out;
}
.new .wrapper-animate19 {
  position: relative;
  top: 25px;
  left: -9%;
  width: 19%;
  transition: all 1s 0.6s ease-in-out;
  transform: rotate(-30deg);
}
.new .wrapper-animate24 {
  position: relative;
  top: 93px;
  left: -21%;
  width: 68%;
  transition: all 0.6s ease-in-out;
  opacity: 1;
}
.new .wrapper-animate26 {
  position: relative;
  top: -40px;
  transform: rotate(60deg);
  left: 3%;
  width: 22%;
}
.new .wrapper-animate27 {
  position: relative;
  left: -3%;
  top: 84px;
  opacity: 1;
  transition: all 0.6s 0.8s ease-in-out;
}
.new .wrapper-animate28 {
  position: relative;
  top: -165px;
  left: -4%;
  transition: all 0.2s 1s ease-in-out;
  width: 23%;
}
.new .wrapper-animate23 {
  position: relative;
  top: -157px;
  display: flex;
  left: -29%;
  width: 21%;
  align-items: center;
  justify-content: center;
}
.new .wrapper-animate23 img {
  width: 100%;
  transition: all 1s 0.2s ease-in-out;
}
.new .wrapper-animate25 {
  position: relative;
  left: -17%;
  transition: all 1s 0.2s ease-in-out;
  top: -50px;
  width: 43%;
  transform: rotate(360deg);
}
.new .marketing-forum-section .wrapper-animate {
  width: 75%;
}
.new .active-animate .wrapper-animate27 {
  opacity: 0;
}
.new .active-animate .wrapper-animate19 {
  left: 10%;
}
.new .active-animate .wrapper-animate15 {
  left: -28%;
}
.new .active-animate .wrapper-animate17 {
  opacity: 0;
}
.new .active-animate .wrapper-animate20 img {
  width: 0;
}
.new .active-animate .wrapper-animate21 {
  opacity: 0;
}
.new .active-animate .wrapper-animate18 {
  left: 25%;
  top: 60px;
  opacity: 0;
}
.new .active-animate .wrapper-animate14 {
  left: -24%;
  top: 28px;
}
.new .active-animate .wrapper-animate16 img {
  width: 0;
}
.new .active-animate .wrapper-animate22 {
  left: -25%;
}
.new .active-animate .wrapper-animate28 {
  left: -20%;
}
.new .active-animate .wrapper-animate23 img {
  width: 0;
}
.new .active-animate .wrapper-animate25 {
  left: -30%;
}
.new .active-animate .wrapper-animate24 {
  opacity: 0;
}
.new .wm-section .container {
  min-height: 1148px;
}
.new .wrapper-animate30 {
  position: relative;
  top: 100px;
  left: -12%;
  width: 48%;
  transition: all 1s 1.2s ease-in-out;
  opacity: 1;
  transform: scale(1);
}
.new .wrapper-animate29 {
  position: relative;
  top: 57px;
  left: 2%;
  width: 35.8%;
  transition: all 1.2s 1s ease-in-out;
  opacity: 1;
}
.new .wrapper-animate32 {
  position: relative;
  top: -39px;
  left: -60.5%;
  width: 45.4%;
  transition: all 1.1s 0.1s ease-in-out;
  opacity: 1;
  transform: rotate(0deg);
}
.new .wrapper-animate31 {
  width: 79.6%;
  position: absolute;
  top: -8%;
  left: 18%;
  transition: all 1.4s 0.4s ease-in-out;
  opacity: 1;
  transform: rotate(0deg);
  margin: 0;
}
.new .active-animate .wrapper-animate29 {
  left: -40%;
  top: -468px;
}
.new .active-animate .wrapper-animate30 {
  opacity: 0;
  transform: scale(0);
}
.new .active-animate .wrapper-animate31 {
  transform: rotate(100deg);
  left: -100%;
  margin: 500px 0 0 200px;
}
.new .active-animate .wrapper-animate32 {
  transform: rotate(-180deg);
  left: -100%;
}
.new .marketing-move-section .container {
  min-height: 1335px;
}
.new .marketing-move-section .text-block-animate {
  max-width: 450px;
}
.new .wrapper-animate33 {
  position: relative;
  top: 343px;
  left: -27%;
  width: 44.5%;
  transform: scale(1) rotate(9.5deg);
  transition: all 1s 0.9s ease-in-out;
  opacity: 1;
}
.new .wrapper-animate34 {
  width: 70.3%;
  position: absolute;
  top: -48px;
  left: 24%;
  transition: all 1s 0.1s ease-in-out;
  opacity: 1;
  transform: scale(1) rotate(4deg);
}
.new .wrapper-animate35 {
  position: relative;
  top: -46px;
  left: -14%;
  width: 42.4%;
  transition: all 1s 1.2s ease-in-out;
  opacity: 1;
  transform: rotate(3deg);
}
.new .wrapper-animate36 {
  position: relative;
  top: -206px;
  left: 4%;
  width: 51%;
  transform: scale(-1, 1) rotate(-12deg);
  transition: all 0.9s 1.2s ease-in-out;
  opacity: 1;
  max-width: 707px;
}
.new .wrapper-animate37 {
  position: relative;
  top: -1px;
  left: -1.8%;
  width: 27.2%;
  transition: all 0.7s 1.5s ease-in-out;
  opacity: 1;
  transform: scale(1);
}
.new .active-animate .wrapper-animate33 {
  transform: scale(0) rotate(9.5deg);
}
.new .active-animate .wrapper-animate34 {
  transform: scale(0) rotate(20deg);
}
.new .active-animate .wrapper-animate35 {
  transform: rotate(39.5deg);
  left: -50%;
}
.new .active-animate .wrapper-animate36 {
  opacity: 0;
  left: 100%;
}
.new .active-animate .wrapper-animate37 {
  transform: scale(0);
}

@media screen and (max-width: 1860px) {
  .new .wrapper-animate4 {
    margin: 0 -125px 0 0;
  }
}
@media screen and (max-width: 1600px) {
  .new .wrapper-animate5 {
    max-width: none;
  }
  .new .wrapper-animate8 {
    top: 308px;
  }
  .new .wrapper-animate13 {
    top: 0;
    transform: scale(1) translate(0, -43%);
  }
  .new .active-animate .wrapper-animate13 {
    transform: scale(0) translate(0, -43%);
    top: 0;
  }
}
@media screen and (max-width: 1024px) {
  .new h2 {
    font-size: 60px;
  }
  .new .text-block-animate p {
    font-size: 30px;
  }
}
@media screen and (max-width: 991px) {
  .new h2 {
    font-size: 38px;
    margin: 0 0 35px;
  }
  .new .text-block-animate p {
    font-size: 26px;
    margin-bottom: 30px;
  }
  .main-home.new .top-section-wrapper {
    min-height: inherit;
  }
  .new .top-section-home {
    z-index: 2222;
  }
  .new .bravo-section {
    z-index: 2223;
  }
  .new .superbrands-section {
    z-index: 2224;
    margin: 0 0 76px;
  }
  .new .marketing-move-section .text-block-animate {
    max-width: none;
  }
  .new .top-section-home.animate-section .container {
    padding-bottom: 20px;
  }
  .new .top-section-home .list-block {
    width: 100%;
  }
  .new .marketing-move-section .container,
  .new .wm-section .container,
  .new .superbrands-section .container,
  .new .animate-section.bravo-section .container {
    min-height: inherit;
  }
  .new .animate-section .container,
  .new .animate-section.bravo-section .container {
    padding-bottom: 0;
    padding-top: 27px;
  }
  .new {
    /*@keyframes mobile-2-animate {
      0% {
        transform: rotate(0deg);
      }
      100% {
        transform: rotate(215deg);
      }
    }*/
  }
  .new .wrapper-mob-img-1 {
    position: absolute;
    top: -14px;
    left: 214px;
    width: 76px;
    transition: all 0.6s 0.3s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: scale(1);
  }
  .new .wrapper-mob-img-2 {
    position: absolute;
    left: 59px;
    top: -50px;
    width: 150px;
    opacity: 1;
    animation: none;
    transition: all 0.6s 0.3s ease-in-out;
    transform: scale(1) rotate(1deg);
  }
  .new .wrapper-mob-img-3 {
    position: absolute;
    top: -59px;
    left: -13px;
    width: 97px;
    transform: rotate(0deg);
    transition: all 0.8s 0.2s ease-in-out;
    animation: 0.8s linear 0.2s wrapper-mob-img-3-animate forwards;
  }
  @keyframes wrapper-mob-img-3-animate {
    0% {
      transform: rotate(0deg);
    }
    50% {
      transform: rotate(12deg);
    }
    100% {
      transform: rotate(0deg);
    }
  }
  .new .wrapper-mob-img-4 {
    position: absolute;
    top: 79px;
    left: 105px;
    width: 150px;
    transition: all 0.6s 0.3s ease-in-out;
  }
  .new .wrapper-mob-img-5 {
    position: absolute;
    left: -39px;
    top: 110px;
    width: 88px;
    transform: scale(1) rotate(0);
    transition: all 0.6s 0.5s ease-in-out;
  }
  .new .mob-icons-img img {
    left: 0;
    position: relative;
    transition: all 0.6s 0.4s ease-in-out;
  }
  .new .page-template-page-home .logo {
    animation: logoAnimate 0.6s ease-in 1s forwards;
  }
  .new .wrapper-mob-img-6 {
    width: 139px;
    position: absolute;
    left: 54%;
    top: -32px;
    transform: rotate(0);
    transition: all 0.7s 0.8s ease-in-out;
  }
  .new .wrapper-mob-img-7 {
    position: absolute;
    width: 269px;
    right: 42%;
    height: 250px;
    transform: scale(1) rotate(1deg);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.7s 0.1s ease-in-out;
    top: -42px;
  }
  .new .wrapper-mob-img-8 {
    position: absolute;
    width: 160px;
    top: 110px;
    left: 80.5%;
    transition: all 0.5s 0.9s ease-in-out;
  }
  .new .wrapper-mob-img-9 {
    position: absolute;
    width: 200px;
    left: 57%;
    top: 115px;
    transform: translateX(-50%) scale(1);
    opacity: 1;
    transition: all 0.7s 0.7s ease-in-out;
  }
  .new .wrapper-mob-img-10 {
    position: absolute;
    width: 189px;
    right: 76%;
    top: 160px;
    transition: all 0.8s 0.3s ease-in-out;
    transform: rotate(2deg);
  }
  .new .wrapper-mob-img-11 {
    position: relative;
    width: 343px;
    margin: 0 auto;
    padding-top: 351px;
    transition: all 0.5s 1.4s ease-in-out;
    opacity: 1;
  }
  .new .active-animate.mob-icons-img img {
    left: -70%;
  }
  .new .active-animate .wrapper-mob-img-2 {
    transform: scale(0) rotate(-45deg);
  }
  .new .active-animate .wrapper-mob-img-3 {
    top: -300px;
    left: -70px;
    animation: none;
  }
  .new .active-animate .wrapper-mob-img-1 {
    transform: scale(0);
  }
  .new .active-animate .wrapper-mob-img-4 {
    left: 150%;
  }
  .new .active-animate .wrapper-mob-img-5 {
    transform: scale(0) rotate(-90deg);
  }
  .new .active-animate .wrapper-mob-img-6 {
    left: 100%;
    transform: rotate(180deg);
  }
  .new .active-animate .wrapper-mob-img-7 {
    transform: scale(0) rotate(180deg);
  }
  .new .active-animate .wrapper-mob-img-7 img {
    width: 100%;
  }
  .new .active-animate .wrapper-mob-img-8 {
    left: 100%;
  }
  .new .active-animate .wrapper-mob-img-9 {
    opacity: 0;
    transform: translateX(-50%) scale(0);
  }
  .new .active-animate .wrapper-mob-img-10 {
    right: 100%;
    transform: rotate(180deg);
  }
  .new .active-animate .wrapper-mob-img-11 {
    opacity: 0;
  }
  .new .wrapper-mob-img-12 {
    width: 178px;
    position: absolute;
    top: -20px;
    left: 57%;
    transition: all 0.4s 0.8s ease-in-out;
    transform: rotate(360deg);
  }
  .new .wrapper-mob-img-13 {
    width: 268px;
    position: absolute;
    right: 50%;
    top: -73px;
    transform: scale(1);
    transition: all 0.6s ease-in-out;
  }
  .new .wrapper-mob-img-14 {
    position: relative;
    width: 270px;
    left: -7%;
    padding-top: 136px;
    margin: 0 auto;
    transition: all 0.6s 0.5s ease-in-out;
    opacity: 1;
  }
  .new .wrapper-mob-img-15 {
    width: 150px;
    position: absolute;
    top: 177px;
    left: 84%;
    transition: all 0.5s 0.2s ease-in-out;
    opacity: 1;
    transform: rotate(0);
  }
  .new .wrapper-mob-img-15-2 {
    width: 105px;
    position: absolute;
    top: 387px;
    left: -4%;
    transition: all 0.5s 0.5s ease-in-out;
    transform: rotate(-8deg);
    opacity: 1;
  }
  .new .active-animate .wrapper-mob-img-12 {
    left: 100%;
    transform: rotate(0);
  }
  .new .active-animate .wrapper-mob-img-13 {
    transform: scale(0);
  }
  .new .active-animate .wrapper-mob-img-14 {
    opacity: 0;
  }
  .new .active-animate .wrapper-mob-img-15 {
    transform: rotate(90deg);
  }
  .new .active-animate .wrapper-mob-img-15-2 {
    transform: rotate(50deg);
    left: -30%;
  }
  .new .wrapper-mob-img-16 {
    width: 133px;
    position: absolute;
    right: 78%;
    top: -134px;
    transition: all 0.7s 0.5s ease-in-out;
  }
  .new .wrapper-mob-img-17 {
    position: absolute;
    width: 230px;
    left: 13%;
    top: -74px;
    transform: rotate(39deg);
    opacity: 1;
    transition: all 0.7s ease-in-out;
  }
  .new .wrapper-mob-img-18 {
    width: 412px;
    padding-top: 132px;
    margin-right: auto;
    transition: all 0.7s 1.1s ease-in-out;
    position: relative;
    left: 4px;
  }
  .new .wrapper-mob-img-19 {
    transform: rotate(72deg) scale(1);
    width: 130px;
    position: absolute;
    left: -73px;
    top: 250px;
    transition: all 0.3s 0.8s ease-in-out;
  }
  .new .wrapper-mob-img-20 {
    width: 250px;
    left: 64%;
    position: absolute;
    top: -12px;
    transition: all 0.5s 0.4s ease-in-out;
  }
  .new .wrapper-mob-img-21 {
    position: absolute;
    width: 190px;
    right: 54%;
    top: -156px;
    opacity: 1;
    transition: all 0.5s 0.9s ease-in-out;
  }
  .new .wrapper-mob-img-22 {
    position: absolute;
    right: 82%;
    width: 183px;
    top: 7px;
    transform: scale(1);
    transition: all 0.3s ease-in-out;
  }
  .new .wrapper-mob-img-23 {
    padding-top: 115px;
    width: 393px;
    position: relative;
    left: -7%;
    margin: 0 auto;
    opacity: 1;
    transition: all 0.5s 1.2s ease-in-out;
  }
  .new .wrapper-mob-img-24 {
    padding-top: 115px;
    width: 393px;
    position: relative;
    left: -7%;
    margin: 0 auto;
    opacity: 1;
    transition: all 0.5s 1.2s ease-in-out;
  }
  .new .active-animate .wrapper-mob-img-16 {
    right: 100%;
  }
  .new .active-animate .wrapper-mob-img-17 {
    transform: rotate(200deg);
    opacity: 0;
  }
  .new .active-animate .wrapper-mob-img-18 {
    opacity: 0;
  }
  .new .active-animate .wrapper-mob-img-19 {
    transform: rotate(72deg) scale(0);
  }
  .new .active-animate .wrapper-mob-img-20 {
    left: 100%;
  }
  .new .active-animate .wrapper-mob-img-21 {
    opacity: 0;
  }
  .new .active-animate .wrapper-mob-img-22 {
    transform: scale(0);
  }
  .new .active-animate .wrapper-mob-img-23 {
    opacity: 0;
  }
  .new .active-animate .wrapper-mob-img-24 {
    transform: rotate(-180deg);
    right: 100%;
  }
  .new .wrapper-mob-img-25 {
    width: 120px;
    position: relative;
    left: 12px;
    top: -46px;
    transform: scale(1) rotate(0);
    transition: all 0.5s 1s ease-in-out;
    opacity: 1;
    float: left;
  }
  .new .wrapper-mob-img-26 {
    width: 208px;
    position: relative;
    top: -40px;
    left: -5%;
    opacity: 1;
    transition: all 0.7s 0.8s ease-in-out;
    transform: scale(1);
  }
  .new .wrapper-mob-img-27 {
    width: 181px;
    position: relative;
    left: -6.1%;
    top: -78px;
    transform: rotate(0);
    transition: all 0.7s 0.1s ease-in-out;
    opacity: 1;
    margin: 0 auto -26px 0;
  }
  .new .wrapper-mob-img-28 {
    top: 173px;
    width: 345px;
    position: absolute;
    left: -8px;
    margin: 0 auto;
    transition: all 1s 0.4s ease-in-out;
    opacity: 1;
    transform: rotate(0deg);
  }
  .new .active-animate .wrapper-mob-img-25 {
    left: -100%;
    transform: scale(0);
  }
  .new .active-animate .wrapper-mob-img-26 {
    transform: scale(0);
  }
  .new .active-animate .wrapper-mob-img-27 {
    transform: rotate(-180deg);
    left: -100%;
  }
  .new .active-animate .wrapper-mob-img-28 {
    transform: rotate(200deg);
    left: -110%;
  }
  .new .wrapper-mob-img-29 {
    width: 408px;
    position: absolute;
    left: -27%;
    top: -21px;
    transform: scale(1) rotate(0);
    transition: all 0.5s 1.1s ease-in-out;
    opacity: 1;
  }
  .new .wrapper-mob-img-30 {
    width: 170px;
    position: absolute;
    left: -34%;
    top: -20px;
    opacity: 1;
    transition: all 0.5s 1.1s ease-in-out;
  }
  .new .wrapper-mob-img-31 {
    width: 263px;
    position: relative;
    margin: 0 auto;
    transform: rotate(0);
    transition: all 0.5s 1.5s ease-in-out;
    opacity: 1;
    padding: 127px 0 265px 15px;
  }
  .new .wrapper-mob-img-32 {
    width: 107px;
    position: absolute;
    left: 50%;
    bottom: 134px;
    transition: all 0.7s 0.2s ease-in-out;
    opacity: 1;
    margin: 0 0 0 -2px;
    transform: scale(1);
  }
  .new .wrapper-mob-img-33 {
    width: 160px;
    position: absolute;
    bottom: 68px;
    right: -24%;
    transform: rotate(0);
    transition: all 1s 0.8s ease-in-out;
    opacity: 1;
  }
  .new .wrapper-mob-img-34 {
    width: 265px;
    position: absolute;
    left: -18.5%;
    bottom: -8px;
    transition: all 0.7s 0.6s ease-in-out;
    opacity: 1;
  }
  .new .active-animate .wrapper-mob-img-29 {
    transform: scale(0);
  }
  .new .active-animate .wrapper-mob-img-30 {
    left: -50%;
  }
  .new .active-animate .wrapper-mob-img-31 {
    opacity: 0;
  }
  .new .active-animate .wrapper-mob-img-32 {
    transform: scale(0);
  }
  .new .active-animate .wrapper-mob-img-33 {
    right: -100%;
  }
  .new .active-animate .wrapper-mob-img-34 {
    left: -73%;
    bottom: -28px;
  }
  .new .top-section-home .mobile-wrapper-animate {
    width: 70%;
  }
  .new .mobile-wrapper-animate {
    margin-right: auto;
    width: 100%;
    position: relative;
    z-index: 1;
  }
  .new .mobile-wrapper-animate .flex-row {
    position: relative;
  }
  .new .marketing-move-section .mobile-wrapper-animate,
  .new .wm-section .mobile-wrapper-animate {
    max-width: 375px;
  }
  .new .superbrands-section .mobile-wrapper-animate {
    max-width: 500px;
  }
  .new .bravo-section .mobile-wrapper-animate {
    top: -73px;
    z-index: 1;
    margin-bottom: -10px;
  }
  .new .bravo-section .container {
    padding-top: 0;
  }
  .new .top-section-home .container {
    padding: 0;
  }
  .new .top-section-home h1 {
    padding-top: 100px;
    font-size: 6.65vw;
    position: relative;
    top: -20px;
    line-height: 1.3;
    max-width: 86%;
  }
  .new .top-section-home .top-section-wrapper-home {
    padding: 0 0 38px;
    overflow: hidden;
    display: block;
  }
  .new .top-section-home .top-section-wrapper-home .mob-icons-img {
    float: left;
    width: 170px;
    transform: rotate(-26deg);
    margin-left: -37px;
    margin-top: 0;
    position: relative;
    top: 0px;
    left: 0;
    transition: all 1s 0.7s ease-in-out;
  }
  .new .active-animate + .container .top-section-wrapper-home .mob-icons-img {
    left: -40%;
  }
  .new .active-animate + .container .top-section-wrapper-home .logo {
    opacity: 0;
  }
  .new .wrapper-animate {
    display: none;
  }
  .new .mob-icons-img {
    display: block;
  }
  .page-template-page-home-new .logo {
    margin-left: 0;
  }
  .page-template-page-home-new header .logo {
    display: none;
    padding: 0;
  }
  .page-template-page-home-new .top-section .logo {
    display: block;
    max-width: 343px;
    width: auto;
    padding-top: 229px;
    margin-bottom: 0;
    opacity: 1;
    transition: all 1s 1.1s ease-in-out;
  }
  .page-template-page-home-new .top-section .logo img {
    width: 100%;
  }
  .page-template-page-home-new .top-section .logo a {
    background: none;
    border-radius: 0;
    padding: 0;
    width: 100%;
    height: auto;
    margin: 0;
  }
  .page-template-page-home-new .wrapper-logo-menu {
    display: block;
  }
  .new .wrapper-mob-img-17 {
    position: absolute;
    width: 230px;
    left: 20%;
    top: -90px;
    transform: rotate(39deg);
    margin: 0 auto;
  }
  .new .wrapper-link-btn {
    padding-bottom: 117px;
  }
}
@media screen and (max-width: 991px) and (min-width: 600px) {
  .new .wrapper-mob-img-8 {
    left: 70%;
  }
  .new .wrapper-mob-img-10 {
    right: 65%;
  }
  .new .wrapper-mob-img-7 {
    right: 46%;
  }
  .new .wrapper-mob-img-14 {
    padding-top: 181px;
  }
  .new .wrapper-mob-img-15 {
    left: 64%;
  }
}
@media screen and (max-width: 600px) {
  .new .read-more,
  .new .btn, .new.main-home .btn {
    font-size: 18px;
    padding: 0 20px;
    height: 30px;
    line-height: 30px;
    margin: 0px 0 10px !important;
    display: block;
    text-align: center;
    width: 100%;
  }
}
.plan-event-section {
  background: #000;
  color: #fff;
  position: relative;
}
.plan-event-section h2 {
  margin: 0;
}
.plan-event-section .row-text-event {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 30px;
  border-bottom: 1px solid #fff;
  margin-bottom: 40px;
}
.plan-event-section .calendar-day {
  width: 160px;
  height: 160px;
  background: #2884c6;
  color: #fff;
  display: flex;
  font-size: 100px;
  justify-content: center;
  align-items: center;
  position: relative;
  top: -55px;
}
.plan-event-section .calendar-day:after, .plan-event-section .calendar-day:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 40px;
  background: #fff;
  top: -20px;
}
.plan-event-section .calendar-day:after {
  left: 10px;
}
.plan-event-section .calendar-day:before {
  right: 10px;
}

.list-people {
  list-style: none;
  margin: 0 auto 0 0;
  padding: 0;
  width: 65%;
}
.list-people li {
  border-bottom: 1px solid #fff;
  margin-bottom: 40px;
  padding-bottom: 40px;
  display: flex;
}
.list-people h4 {
  font-weight: 400;
  margin: 0 0 10px;
  line-height: 0.9;
}
.list-people span {
  font-size: 35px;
  font-weight: 400;
}
.list-people p .en-text {
  font-weight: 300;
}
.list-people .wrapper-img {
  margin-left: 88px;
}
.list-people .wrapper-text-list {
  width: 61%;
}

.info-event {
  display: flex;
  font-size: 70px;
}
.info-event span {
  position: relative;
  margin-left: 60px;
}
.info-event span:after {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  background: #fff;
  border-radius: 50%;
  top: 50%;
  left: -33px;
}
.info-event .type-event {
  position: relative;
  top: 9px;
}
.info-event .type-event:after {
  display: none;
}

.video-section {
  padding-bottom: 110px;
  position: relative;
}
.video-section .wpapper-paragraph {
  margin-bottom: 50px;
  max-width: 1000px;
}

.wrapper-video {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
}

.wrapper-play-btn {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 111;
}
.wrapper-play-btn img {
  width: 100px;
  height: 100px;
}

.topic-meet-section {
  background: #f3c52b;
  padding-bottom: 38px;
}
.topic-meet-section h2 {
  max-width: 1300px;
}

.page-template-page-bravo-club header {
  background: #000;
}

.top-section-bravo-club {
  background: #000;
}

.list-topic {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  max-width: 800px;
  justify-content: space-between;
}
.list-topic li {
  width: 47%;
  margin-bottom: 50px;
}
.list-topic h5 {
  margin: 0;
  font-family: "Din", Arial, sans-serif;
  font-weight: 400;
  font-size: 40px;
}

.registration-section .wrapper-radio:before {
  content: "";
  position: absolute;
  right: 0px;
  top: -60px;
  width: 60px;
  height: 20px;
  background-color: #f3c52b;
}
.registration-section .flex-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 75px;
}
.registration-section h2 {
  margin-bottom: 80px;
}
.registration-section .wrapper-radio {
  display: flex;
  flex-direction: column;
  width: 27%;
  position: relative;
}

.wrapper-img-topic {
  max-width: 200px;
  margin-bottom: 20px;
}

.meeting-shcedule {
  background: #2884c6;
  color: #fff;
  position: relative;
}

.wrapper-list-event {
  width: 60%;
}
.wrapper-list-event a {
  display: flex;
  align-items: center;
  color: #fff;
  border-bottom: 1px solid #fff;
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-size: 30px;
}
.wrapper-list-event .info {
  flex-basis: 500px;
  background: url("../images/arrow-white.png") no-repeat 0 13px;
  background-size: 20px;
}
.wrapper-list-event .date {
  margin-right: 25px;
}

.paragraph-section {
  padding-top: 94px;
}
.paragraph-section p {
  margin: 0;
}
.paragraph-section .wrapper-paragraph {
  margin-bottom: 80px;
  position: relative;
  width: 63%;
}
.paragraph-section .wrapper-paragraph:first-of-type:after {
  content: "";
  position: absolute;
  right: 0px;
  bottom: -50px;
  width: 60px;
  height: 20px;
  background-color: #f3c52b;
}
.paragraph-section .wrapper-paragraph:last-of-type {
  margin: 0;
}

.top-section-bravo-club .top-section-left {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0;
  margin-right: 0;
}
.top-section-bravo-club .top-section-wrapper {
  max-width: 800px;
  padding-top: 30%;
  padding-bottom: 50px;
}

.plan-animate {
  width: 40%;
  position: absolute;
  right: 0;
  top: auto;
  bottom: 0;
}

.meetting-animate {
  width: 30%;
  position: absolute;
  top: -100px;
  left: 0;
}

.form-talk-to-us .wpcf7-not-valid-tip {
  bottom: 21px;
}

.page-template-page-home-new footer {
  padding-top: 175px;
}

footer {
  background: #000;
  color: #fff;
  padding: 72px 0 94px;
}
footer a {
  color: #fff;
}
footer form br {
  display: none;
}
footer .wrappe-address {
  width: 300px;
  height: 300px;
  color: #000;
  font-size: 20px;
  top: 0;
}
footer .wrappe-address a:not(.tel) {
  font-family: "Din", Arial, sans-serif;
}
footer address {
  padding: 20px 50px 0 18px;
  font-style: normal;
}
footer .facebook, footer .intsagram, footer .circle, footer .wrappe-address {
  border-radius: 50%;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
}
footer .facebook a, footer .intsagram a, footer .circle a, footer .wrappe-address a {
  color: #000;
}
footer .wrappe-address {
  position: absolute;
}
footer .circle {
  width: 200px;
  height: 200px;
  left: -30px;
  top: -51px;
}
footer .facebook {
  background: #fff url("../images/fb.png") no-repeat 50%;
  background-size: 30%;
  width: 60px;
  height: 60px;
  bottom: 220px;
  left: 207px;
}
footer .intsagram {
  background: #fff url("../images/inbsta.png") no-repeat 50%;
  background-size: 50%;
  width: 100px;
  height: 100px;
  bottom: 289px;
  left: 86px;
}

.talk-to-us-info {
  position: relative;
  width: 35%;
}

.form-talk-to-us .row-input input, .form-talk-to-us .row-input .selectBox {
  margin-bottom: 40px;
}

.form-talk-to-us {
  width: 60%;
  position: relative;
}
.form-talk-to-us p {
  margin: 0;
}
.form-talk-to-us .row-input {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
  align-items: flex-end;
}
.form-talk-to-us .row-input > p {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
  align-items: flex-end;
}
.form-talk-to-us .row-input input {
  background: none;
}
.form-talk-to-us .row-input input, .form-talk-to-us .row-input select {
  border-width: 0 0 1px 0;
  border-color: #fff;
  border-style: solid;
  color: #fff;
  padding: 0;
  font-weight: 300;
}
.form-talk-to-us .row-input input:-moz-placeholder {
  color: #fff;
}
.form-talk-to-us .row-input input::-moz-placeholder {
  color: #fff;
}
.form-talk-to-us .row-input input::-webkit-input-placeholder {
  color: #fff;
}
.form-talk-to-us .row-input input:-ms-input-placeholder {
  color: #fff;
}
.form-talk-to-us .row-input select {
  background: url("../images/arrow-selec-blackt.png") no-repeat 0;
  background-size: 25px;
  -webkit-appearance: none;
}
.form-talk-to-us .row-input select option {
  background: #231f20;
}
.form-talk-to-us textarea {
  border: 1px solid #fff;
  background: none;
  color: #ffffff;
  height: 150px;
  padding-top: 10px;
  margin: 40px 0;
  font-weight: 300;
}
.form-talk-to-us .footer_textarea {
  margin: 70px 0 70px;
  display: block;
}
.form-talk-to-us textarea::placeholder {
  color: #fff;
}
.form-talk-to-us .wrapper-submit,
.form-talk-to-us .wrapper-submit input[type=submit] {
  width: 100%;
  border: none;
  height: 75px;
  line-height: 28px;
  text-align: center;
  font-size: 30px;
  font-weight: 400;
  background: #fff;
  color: #000;
  padding-bottom: 5px;
  margin-top: 30px;
}
.form-talk-to-us .wrapper-submit input[type=submit],
.form-talk-to-us .wrapper-submit input[type=submit] input[type=submit] {
  color: #000;
  margin-top: 0;
  cursor: pointer;
}
.form-talk-to-us .wrapper-submit input[type=submit]:hover,
.form-talk-to-us .wrapper-submit input[type=submit] input[type=submit]:hover {
  background: #f3c52b;
}

.copyright-section {
  padding: 46px 0 46px;
  font-size: 14px;
  font-family: "Din", Arial, sans-serif;
}
.copyright-section a {
  font-size: 12px;
}
.copyright-section a:hover {
  text-decoration: underline;
}

.bottom-menu ul {
  font-size: 1em;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}
.bottom-menu ul a {
  font-size: 1em;
}

.metabox.theme-postbox .row {
  box-sizing: border-box;
}

.repeater-inner.ui-sortable {
  display: flex;
  flex-wrap: wrap;
  margin: 0px -5px;
}
.repeater-inner.ui-sortable .repeaterItem {
  width: 48%;
  margin: 0 5px 15px;
}

@media screen and (max-width: 2800px) and (min-width: 2301px) {
  .top-section-home .wrapper-animate {
    width: 34%;
  }
  .wrapper-animate {
    width: 51%;
    left: 150px;
  }
  .marketing-forum-section .wrapper-animate {
    width: 50%;
  }
  .page-template-page-bravo-club .wrapper-animate {
    width: 23%;
    left: 0;
  }
  .top-section-bravo-club .top-section-left {
    width: 68%;
  }
  .page-template-page-bravo-club .wrapper-animate.plan-animate {
    width: 40%;
  }
}
@media screen and (max-width: 1920px) and (min-width: 992px) {
  .campus-section .wrapper-animate {
    width: 70%;
  }
}
@media screen and (max-width: 2300px) and (min-width: 1921px) {
  .page-template-page-bravo-club .wrapper-animate.plan-animate {
    width: 40%;
  }
  .page-template-page-bravo-club .wrapper-animate {
    width: 30%;
    left: 0;
  }
  .top-section-home .wrapper-animate {
    width: 47%;
  }
  .wrapper-animate {
    width: 49%;
  }
  .marketing-forum-section .wrapper-animate {
    width: 56%;
  }
}
@media screen and (max-width: 2200px) {
  .wrapper-animate {
    left: 0;
  }
  .top-section .top-section-logo {
    width: 74%;
    margin: 40px auto -40px -25%;
  }
  .top-section.top-section-equality .top-section-logo {
    margin: 40px auto -40px -10%;
  }
}
@media screen and (max-width: 1850px) {
  .wrapper-animate13 {
    left: -13%;
  }
  .top-section .top-section-logo {
    width: 65%;
    margin: 40px auto -28px -25%;
  }
  .top-section.top-section-equality .top-section-logo {
    width: 65%;
    margin: 40px auto -28px -7%;
  }
}
@media screen and (max-width: 1680px) {
  .wrapper-animate8 {
    top: 180px;
  }
}
@media screen and (max-width: 1600px) {
  .top-section .top-section-logo {
    width: 56%;
    margin: 40px auto -28px 0;
  }
  .top-section-left {
    left: 0;
  }
  .wrapper-animate5 {
    max-width: 500px;
  }
  .wrapper-animate2 {
    top: 0;
  }
  .top-heart1 {
    top: 150px;
  }
  .wrapper-animate10 {
    left: -2%;
  }
  .wrapper-animate22 {
    top: -100px;
    left: -17%;
  }
  .wrapper-animate28 {
    left: -9%;
  }
  .page-template-page-home .logo {
    margin-left: 200px;
  }
  .wrapper-animate13 {
    left: -15%;
  }
}
@media screen and (max-width: 1600px) and (min-width: 769px) {
  .marketing-page .top-section .container {
    margin-left: 74px;
  }
  .top-section-bravo-club .top-section-left {
    top: 20px;
  }
}
@media screen and (max-width: 1400px) {
  .top-section .top-section-logo {
    width: 50%;
    bottom: -26px;
  }
}
@media screen and (max-width: 1230px) {
  .top-section .top-section-logo {
    width: 44%;
    bottom: -16px;
  }
  .top-section.top-section-equality h1 {
    font-size: 70px;
    line-height: 1.1;
  }
}
@media screen and (max-width: 1200px) {
  .logo-campuse {
    position: static;
    margin-bottom: 70px;
  }
  .wrapper-animate21 {
    top: -168px;
  }
  .top-star1 {
    max-width: 300px;
    margin-right: auto;
  }
  .wrapper-animate10 {
    left: 0;
  }
  .wrapper-animate8 {
    top: 100px;
  }
}
@media screen and (max-width: 1700px) {
  .wrapper-animate17 {
    left: -13%;
  }
}
@media screen and (max-width: 1440px) {
  .page-template-page-home .campus-section .wrapper-animate {
    width: 84%;
  }
  .campus-section .wrapper-animate21 {
    top: -143px;
  }
  .campus-section .wrapper-animate19 {
    bottom: 66px;
  }
  .campus-section .wrapper-animate18 {
    left: -17%;
    top: -92px;
  }
  .campus-section .wrapper-animate20 {
    left: -4%;
    top: -117px;
  }
  #lottie-courses {
    transform: scale(1.3);
  }
  .top-section-courses .top-section-left {
    left: 15%;
    top: 16%;
  }
  .top-section-courses .top-section-wrapper {
    padding-bottom: 88px;
    padding-top: 408px;
  }
}
@media screen and (max-width: 1440px) {
  .search-section .wrapper-search-block {
    width: 60%;
  }
  .marketing-forum-section .wrapper-animate {
    width: 76%;
  }
  .page-template-page-home .wrapper-animate {
    width: 72%;
  }
  .page-template-page-home .top-section-home .wrapper-animate {
    width: 60%;
  }
  .wrapper-animate5 {
    top: -220px;
  }
  .page-template-page-home .marketing-forum-section .wrapper-animate {
    width: 89%;
  }
}
@media screen and (max-width: 1500px) {
  .top-section-home .list-block {
    width: 55%;
  }
  .wrapper-animate4 {
    top: -245px;
  }
  .wrapper-animate2 {
    top: -51px;
    left: -9%;
  }
  .wrapper-animate24 {
    top: 44px;
  }
  .wrapper-animate26 {
    top: -26px;
    left: 7%;
  }
  .wrapper-animate27 {
    width: 18%;
    left: 0;
    top: 66px;
  }
  .wrapper-animate27 img {
    width: 100%;
  }
  .wrapper-animate23 {
    width: 24%;
  }
}
@media screen and (max-width: 1350px) {
  .single-course .marketing-plan-list-section {
    width: 100%;
  }
  .logo-campuse {
    max-width: 400px;
    top: -40px;
  }
  .wrapper-animate28 {
    left: -16%;
  }
  .top-heart1 {
    top: 100px;
  }
  .wrapper-animate5 {
    top: -167px;
    max-width: 400px;
  }
  footer .circle {
    left: -150px;
  }
  footer .intsagram {
    left: 0;
    bottom: 200px;
  }
}
@media screen and (max-width: 1300px) and (min-width: 769px) {
  .select-footer-selectBox-dropdown-menu {
    width: 250px !important;
  }
}
@media screen and (min-width: 1500px) {
  .filter-category-section ul {
    margin: 0px -50px;
  }
}
@media screen and (max-width: 1300px) {
  .form-talk-to-us .wpcf7-form-control-wrap:not(.footer_textarea) {
    overflow: hidden;
  }
  .top-section-bravo-club h1 {
    font-size: 39px;
  }
}
@media screen and (max-width: 1300px) and (min-width: 992px) {
  .wrapper-img-top-teen {
    margin-bottom: -122px;
  }
  .selection-method-text {
    max-width: 650px;
  }
  .single-img-wrapper, .single-img-wrapper {
    width: 300px;
  }
}
@media screen and (max-width: 991px) and (min-width: 769px) {
  .community-page .do-you-want-to-win ul li {
    width: 31%;
  }
  .selection-method-text {
    max-width: 450px;
  }
  .single-img-wrapper, .single-img-wrapper {
    width: 250px;
  }
}
@media screen and (min-width: 992px) {
  .list-data-of-courses li, .row-meet .item-meet, .row-meet h3, .details-meeting ul li {
    margin-bottom: 5px;
  }
  #lottie02 {
    display: none;
  }
  .page-template-page-teen .innovative-awards-list li {
    width: 20%;
  }
  .payment.read-more {
    height: 85px;
    line-height: 73px;
  }
  .form-community .wpcf7 form.invalid .wpcf7-response-output, .form-community .wpcf7 form.unaccepted .wpcf7-response-output, .form .wpcf7 form.invalid .wpcf7-response-output, .form .wpcf7 form.unaccepted .wpcf7-response-output {
    bottom: 2px;
  }
  .registration-section h2 {
    margin-bottom: 130px;
  }
  .mobile-wrapper-animate, .page-template-page-home .top-section .logo {
    display: none;
  }
  .marketing-page .mobile-img {
    display: none;
  }
  .innovative-awards-list {
    margin-top: 10px;
  }
  .top-section-left {
    margin-right: 80px;
  }
  .community-page .do-you-want-to-win ul li {
    width: 22%;
  }
}
@media screen and (min-width: 1301px) {
  .product-services-page .top-section-wrapper {
    padding-top: 712px;
  }
  .selection-winners-list > li:nth-child(even) .text-block {
    position: relative;
    right: 0;
  }
  .selection-winners-list > li:nth-child(odd) .text-block {
    position: relative;
    left: 0;
  }
}
@media screen and (max-width: 1200px) {
  .winners-page .top-section .top-winner-title {
    font-size: 75px;
    line-height: 1.1;
  }
  .winner-content .aside-winner .pdf-block {
    background: #f5f5f5;
    padding: 30px 35px 25px;
    margin: 22px 0 80px;
  }
  .winner-content .aside-winner .pdf-block h4 {
    font-size: 32px;
  }
  .winner-content .content h2.wp-block-heading {
    font-size: 80px;
  }
  .winner-content .content .wp-block-group {
    gap: 30px;
  }
}
@media screen and (max-width: 1100px) {
  .winners-popup .wrapper-image span {
    font-size: 50px;
    line-height: 0.5;
  }
  .do-you-want-to-win .img-wrapper {
    height: 200px;
    width: 150px;
  }
}
@media screen and (max-width: 1024px) {
  .selection-winners-list .selection-method-list li {
    background-position: 100% 8px;
    background-size: 6px;
    padding-right: 13px;
  }
  .wrapper-method-section {
    padding-bottom: 82px;
  }
  .wrapper-logo-menu {
    padding-top: 18px;
  }
  .form-title,
  h2 {
    font-size: 38px;
    margin-bottom: 35px;
    letter-spacing: -0.5px;
  }
  h3 {
    font-size: 21px;
    margin: 0 0 35px;
  }
  .single-course .marketing-plan-section h1 {
    font-size: 39px;
    margin-bottom: 26px;
    letter-spacing: -0.5px;
  }
  .page-template-page-courses h1 {
    font-size: 39px;
    margin-bottom: 30px;
    letter-spacing: -0.5px;
  }
  body {
    font-size: 26px;
  }
  .page-template-page-equality .container {
    padding: 0 20px;
  }
  .selection-winners-list .text-block {
    position: static;
  }
  .selection-winners-list > li {
    justify-content: flex-start;
    margin-top: 70px;
    width: 100%;
    margin: 0;
  }
  .selection-winners-list > li:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    top: 100px;
    background: #231f20;
    right: 49px;
  }
  .selection-winners-list > li .text-block {
    width: 60%;
    margin-top: 70px;
  }
  .selection-winners-list > li:last-of-type:after {
    display: none;
  }
  .selection-winners-list > li .wrapper-img {
    margin-right: 0;
    width: 100px;
    height: 100px;
    padding: 0 20px;
    margin-left: 27px;
  }
  .selection-winners-list > li .wrapper-img:after {
    display: none;
  }
  .selection-winners-list > li .wrapper-img:before {
    right: 100px;
    left: auto;
  }
  .selection-winners-list > li:nth-child(even) .wrapper-img {
    order: -1;
  }
  .page-template-default h2 {
    font-size: 32px;
  }
  .top-section-bravo-club .top-section-wrapper {
    max-width: 400px;
  }
}
@media screen and (max-width: 991px) and (min-width: 769px) {
  .page-template-page-courses .top-section-wrapper, .single-course .top-section-wrapper, .tax-category_courses .top-section-wrapper {
    padding: 27% 0;
  }
}
@media screen and (max-width: 991px) {
  .campus-section .wrapper-mob-img-18 {
    width: 358px;
    padding-top: 172px;
  }
  .campus-section .text-block-animate {
    width: 100%;
  }
  .single-course .marketing-plan-section.white .container {
    padding-bottom: 60px;
  }
  .gallery-innovation-grid .item-grid {
    width: 50%;
  }
  .page-template-page-winnerskit footer .circle {
    width: 170px;
    height: 170px;
    left: -108px;
    top: -163px;
  }
  .page-template-page-teen .top-section-wrapper {
    padding-bottom: 70px;
    padding-top: 70px;
  }
  .page-template-page-teen .top-section-left {
    padding: 0;
  }
  .wrapper-img-top-teen {
    margin-bottom: 0;
  }
  .main-home .btn {
    font-size: 30px;
    padding: 0 20px;
    height: 40px;
    line-height: 39px;
    margin-top: 16px;
  }
  .top-section-home.animate-section .container {
    padding-bottom: 0;
  }
  .menu-home-menu-container {
    display: none;
  }
  @keyframes mobile-2-animate {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(215deg);
    }
  }
  .wrapper-mob-img-1 {
    position: absolute;
    top: -14px;
    left: 185px;
    width: 80px;
    transition: all 0.6s 0.3s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: scale(1);
  }
  .wrapper-mob-img-2 {
    position: absolute;
    left: 55px;
    top: -61px;
    width: 140px;
    opacity: 1;
    animation: 0.3s linear 0.4s mobile-2-animate forwards;
    transition: all 1s ease;
  }
  .wrapper-mob-img-3 {
    position: absolute;
    top: -82px;
    left: -20px;
    width: 88px;
    transform: rotate(-5deg);
    transition: all 0.6s 0.2s ease-in-out;
  }
  .wrapper-mob-img-4 {
    position: absolute;
    top: 63px;
    left: 97px;
    width: 146px;
    transition: all 0.6s 0.3s ease-in-out;
  }
  .wrapper-mob-img-5 {
    position: absolute;
    left: -39px;
    top: 110px;
    width: 88px;
    transform: scale(1);
    transition: all 0.6s 0.5s ease-in-out;
  }
  .mob-icons-img img {
    left: 0;
    position: relative;
    transition: all 0.6s 0.4s ease-in-out;
  }
  .page-template-page-home .logo {
    animation: logoAnimate 0.6s ease-in 1s forwards;
  }
  .wrapper-mob-img-6 {
    width: 139px;
    position: absolute;
    left: 53%;
    top: 16px;
    transform: rotate(0);
    transition: all 0.5s 0.3s ease-in-out;
  }
  @keyframes wrapper-mob-img-7 {
    from {
      transform: scale(0);
    }
    to {
      transform: scale(1);
    }
  }
  .wrapper-mob-img-7 {
    position: absolute;
    width: 269px;
    right: 43%;
    height: 250px;
    transform: rotate(3deg);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.7s 1s ease-in-out;
  }
  .wrapper-mob-img-7 img {
    width: 100%;
    transition: width 0.7s 0.8s ease-in-out;
  }
  .wrapper-mob-img-8 {
    position: absolute;
    width: 170px;
    top: 155px;
    left: 79%;
    transition: all 0.5s ease-in-out;
  }
  .wrapper-mob-img-9 {
    position: absolute;
    width: 200px;
    left: 55%;
    top: 170px;
    transform: translateX(-50%);
    opacity: 1;
    transition: all 0.5s 1.2s ease-in-out;
  }
  .wrapper-mob-img-10 {
    position: absolute;
    width: 184px;
    right: 78%;
    top: 213px;
    transition: all 0.8s 1.3s ease-in-out;
  }
  .wrapper-mob-img-11 {
    position: relative;
    width: 343px;
    margin: 0 auto;
    padding-top: 378px;
    transition: all 0.5s 1.4s ease-in-out;
    opacity: 1;
  }
  .wrapper-mob-img-12 {
    width: 178px;
    position: absolute;
    top: -20px;
    left: 57%;
    transition: all 0.4s 0.8s ease-in-out;
    transform: rotate(360deg);
  }
  .wrapper-mob-img-13 {
    width: 268px;
    position: absolute;
    right: 50%;
    top: -73px;
    transform: scale(1);
    transition: all 0.6s ease-in-out;
  }
  .wrapper-mob-img-14 {
    position: relative;
    width: 297px;
    left: -7%;
    padding-top: 136px;
    margin: 0 auto;
    transition: all 0.6s 1.4s ease-in-out;
  }
  .wrapper-mob-img-15 {
    width: 150px;
    position: absolute;
    top: 177px;
    left: 84%;
    transition: all 0.3s 0.2s ease-in-out;
    opacity: 1;
  }
  .wrapper-mob-img-16 {
    width: 133px;
    position: absolute;
    right: 78%;
    top: -134px;
    transition: all 0.7s 0.5s ease-in-out;
  }
  .wrapper-mob-img-17 {
    position: absolute;
    width: 230px;
    left: 13%;
    top: -74px;
    transform: rotate(39deg);
    opacity: 1;
    transition: all 0.7s ease-in-out;
  }
  .wrapper-mob-img-18 {
    width: 412px;
    padding-top: 132px;
    margin-right: auto;
    transition: all 0.7s 1.1s ease-in-out;
    position: relative;
    left: 4px;
  }
  .text-block-animate .btn {
    width: auto;
  }
  .wrapper-mob-img-19 {
    transform: rotate(72deg) scale(1);
    width: 130px;
    position: absolute;
    left: -73px;
    top: 250px;
    transition: all 0.3s 0.8s ease-in-out;
  }
  .wrapper-mob-img-20 {
    width: 250px;
    left: 64%;
    position: absolute;
    top: -12px;
    transition: all 0.5s 0.4s ease-in-out;
  }
  .wrapper-mob-img-21 {
    position: absolute;
    width: 190px;
    right: 54%;
    top: -156px;
    opacity: 1;
    transition: all 0.5s 0.9s ease-in-out;
  }
  .wrapper-mob-img-22 {
    position: absolute;
    right: 82%;
    width: 183px;
    top: 7px;
    transform: scale(1);
    transition: all 0.3s ease-in-out;
  }
  .wrapper-mob-img-23 {
    padding-top: 115px;
    width: 393px;
    position: relative;
    left: -7%;
    margin: 0 auto;
    opacity: 1;
    transition: all 0.5s 1.2s ease-in-out;
  }
  .wrapper-mob-img-24 {
    width: 138px;
    position: absolute;
    right: 76%;
    top: 446px;
    transform: rotate(0);
    transition: all 0.5s 0.6s ease-in-out;
  }
  .active-animate.mob-icons-img img {
    left: -70%;
  }
  .active-animate .wrapper-mob-img-2 {
    opacity: 0;
  }
  .active-animate .wrapper-mob-img-3 {
    top: -300px;
    left: -70px;
  }
  .active-animate .wrapper-mob-img-1 {
    transform: scale(0);
  }
  .active-animate .wrapper-mob-img-4 {
    left: 150%;
  }
  .active-animate .wrapper-mob-img-5 {
    transform: scale(0);
  }
  .active-animate .wrapper-mob-img-6 {
    left: 100%;
    transform: rotate(180deg);
  }
  .active-animate .wrapper-mob-img-7 {
    transform: rotate(180deg);
  }
  .active-animate .wrapper-mob-img-7 img {
    width: 0;
  }
  .active-animate .wrapper-mob-img-8 {
    left: 100%;
  }
  .active-animate .wrapper-mob-img-9 {
    opacity: 0;
  }
  .active-animate .wrapper-mob-img-10 {
    right: 100%;
    top: 300px;
  }
  .active-animate .wrapper-mob-img-11 {
    opacity: 0;
  }
  .active-animate .wrapper-mob-img-12 {
    left: 100%;
    transform: rotate(0);
  }
  .active-animate .wrapper-mob-img-13 {
    transform: scale(0);
  }
  .active-animate .wrapper-mob-img-14 {
    opacity: 0;
  }
  .active-animate .wrapper-mob-img-15 {
    opacity: 0;
  }
  .active-animate .wrapper-mob-img-16 {
    right: 100%;
  }
  .active-animate .wrapper-mob-img-17 {
    transform: rotate(200deg);
    opacity: 0;
  }
  .active-animate .wrapper-mob-img-18 {
    opacity: 0;
  }
  .active-animate .wrapper-mob-img-19 {
    transform: rotate(72deg) scale(0);
  }
  .active-animate .wrapper-mob-img-20 {
    left: 100%;
  }
  .active-animate .wrapper-mob-img-21 {
    opacity: 0;
  }
  .active-animate .wrapper-mob-img-22 {
    transform: scale(0);
  }
  .active-animate .wrapper-mob-img-23 {
    opacity: 0;
  }
  .active-animate .wrapper-mob-img-24 {
    transform: rotate(-180deg);
    right: 100%;
  }
  .top-section-home .mobile-wrapper-animate {
    width: 70%;
  }
  .mobile-wrapper-animate {
    margin-right: auto;
    width: 100%;
    position: relative;
    z-index: 1;
  }
  .mobile-wrapper-animate .flex-row {
    position: relative;
  }
  .bravo-section .mobile-wrapper-animate {
    top: -73px;
    z-index: 1;
    margin-bottom: -10px;
  }
  .bravo-section .container {
    padding-top: 0;
  }
  .page-template-page-home .logo {
    margin-left: 0;
  }
  .plan-animate {
    display: none;
  }
  .registration-section {
    margin-bottom: 40px;
  }
  .meetting-animate.wrapper-animate {
    display: block;
  }
  .meetting-animate {
    width: 50%;
  }
  .meeting-shcedule .container {
    margin-top: 210px;
  }
  #lottie4, #lottie12 {
    display: none;
  }
  .product-services-form-section .row-input {
    margin-bottom: 0;
  }
  .product-services-page .row-input-start .wrapper-textarea:first-of-type {
    margin-bottom: 20px;
  }
  .form-recommend .row-input {
    margin-bottom: 0;
  }
  .form-recommend .row-input > p {
    margin-bottom: 0;
  }
  .form-recommend .row-input {
    margin-bottom: 0;
  }
  .selection-method-list li {
    background-position-y: 6px;
  }
  .marketing-plan-section.white {
    padding-top: 193px;
  }
  .marketing-plan-section.white .single-img-wrapper {
    top: -79px;
    width: 50%;
    text-align: left;
    margin: 0;
  }
  .marketing-plan-section.white .single-img-wrapper img {
    width: 247px;
  }
  .innovative-awards-list li:before {
    margin-bottom: 20px;
  }
  .form-community .row-input {
    margin-bottom: 0;
  }
  footer .facebook {
    left: 20px;
    top: 149px;
  }
  .innovative-awards-list {
    flex-wrap: wrap;
    margin: 0 0 50px;
  }
  .innovative-awards-list li {
    width: 45%;
    margin-bottom: 20px;
  }
  .marketing-plan-list, .marketing-plan-list-section ul, .single-course .marketing-plan-list-section ul {
    margin: 0 0 22px;
  }
  .marketing-plan-list li, .marketing-plan-list-section ul li, .single-course .marketing-plan-list-section ul li {
    margin-bottom: 18px;
    background-position-y: 6px;
  }
  .form-talk-to-us, .talk-to-us-info {
    width: 100%;
  }
  .page-template-page-home footer .circle {
    left: -134px;
    top: -202px;
  }
  footer {
    margin-top: -1px;
  }
  footer address {
    padding-right: 27px;
    padding-top: 0;
    padding-left: 0;
  }
  footer .intsagram {
    top: 2px;
    left: -18px;
  }
  footer .circle {
    left: -134px;
    top: -202px;
    z-index: 11;
  }
  footer .wrappe-address {
    position: relative;
    top: 0;
    width: 220px;
    height: 220px;
    margin-bottom: 40px;
    font-size: 17px;
    margin: 0 auto;
  }
  footer .wrappe-address a {
    font-size: 17px;
  }
  .list-block {
    display: none;
  }
  .top-section-awards-left {
    left: 0;
  }
  .logo {
    width: 200px;
  }
  .menu-img {
    width: 30px;
    height: 30px;
    background-size: contain;
  }
  .partners-list {
    flex-wrap: wrap;
  }
  .partners-list li {
    width: 26%;
    margin-bottom: 74px;
  }
  .partners-section {
    padding-bottom: 20px;
  }
  .marketing-plan-list-section {
    width: 100%;
  }
  .form .row-input {
    flex-wrap: wrap;
  }
  .form .row-input > p {
    flex-wrap: wrap;
  }
  .form .row-input .wrapper-input {
    width: 100%;
    margin-bottom: 40px;
  }
  .form-community .row-input .wrapper-input {
    margin-bottom: 57px;
  }
  .form .row-input .select-input input {
    width: 100%;
  }
  .form .row-input .select-input .code {
    width: 70px;
    margin-right: 20px;
  }
  .form-community .toggle-block.first-toggle-block .toggle-row .row-input:last-of-type .wrapper-input:last-of-type {
    margin-bottom: 30px;
  }
  .form-community .row-radio {
    position: relative;
    top: 10px;
  }
  .meeting-section .open-row:after {
    top: 50%;
    transform: translateY(-50%);
    left: 14px;
    background-position: 50%;
  }
  .open-row {
    padding: 4px 10px 5px;
  }
  .open-row:after {
    height: 31px;
    background-position: 3px -1px;
    left: 10px;
  }
  .open-row.active-open:after {
    background-position: 3px 14px;
  }
  .open-row h3 {
    font-size: 27px;
  }
  .form-recommend .recommendation_features {
    margin: 35px 0 50px;
  }
  .product-services-page .wrapper-textarea {
    margin-top: 30px;
  }
  .product-services-page .wrapper-input-col {
    margin-top: 0;
  }
  #lottie {
    width: 130%;
    bottom: 40px;
    left: 0;
  }
  .top-section-wrapper {
    padding: 50% 0;
  }
  .winners-page .top-section .top-section-wrapper {
    padding: 0;
    min-height: 400px;
  }
  .top-section-home .container {
    padding: 0;
  }
  .top-section-home h1 {
    padding-top: 100px;
    font-size: 38px;
    position: relative;
    top: -20px;
    line-height: 1.3;
  }
  .top-section-home .top-section-wrapper-home {
    padding: 0 0 38px;
    overflow: hidden;
    display: block;
  }
  .top-section-home .top-section-wrapper-home .mob-icons-img {
    float: left;
    width: 175px;
    transform: rotate(-7deg);
    margin-left: -32px;
    margin-top: 0;
    position: relative;
    top: 9px;
  }
  .top-section-home .list-block {
    display: block;
    width: 100%;
    padding-right: 15px;
  }
  .top-section-home .list-block nav {
    display: none;
  }
  .wrapper-animate {
    display: none;
  }
  .mob-icons-img {
    display: block;
  }
  .page-template-page-home header .logo {
    display: none;
    padding: 0;
  }
  .page-template-page-home .top-section .logo {
    max-width: 343px;
    width: auto;
    padding-top: 189px;
    margin-bottom: 0;
  }
  .page-template-page-home .top-section .logo img {
    width: 100%;
  }
  .page-template-page-home .top-section .logo a {
    background: none;
    border-radius: 0;
    padding: 0;
    width: 100%;
    height: auto;
    margin: 0;
  }
  .page-template-page-home .wrapper-logo-menu {
    display: block;
  }
  .text-block-animateanimate {
    width: 100%;
  }
  .list-people {
    width: 100%;
  }
  .info-event {
    display: flex;
    font-size: 40px;
    flex-wrap: wrap;
    width: 80%;
  }
  .plan-event-section .calendar-day {
    width: 72px;
    height: 70px;
    font-size: 53px;
    position: relative;
    left: 19px;
    padding-top: 3px;
    top: 2px;
  }
  .col-text-event {
    width: 80%;
  }
  .registration-section .wrapper-radio {
    width: 33%;
  }
  .wrapper-list-event {
    width: 100%;
  }
  .list-people .wrapper-img {
    max-width: 150px;
  }
  .plan-event-section .calendar-day:after, .plan-event-section .calendar-day:before {
    width: 10px;
    height: 22px;
    top: -11px;
  }
  .plan-event-section .calendar-day:after {
    left: 7px;
  }
  .plan-event-section .calendar-day:before {
    right: 7px;
  }
  h1 {
    font-size: 39px;
  }
  .paragraph-section .wrapper-paragraph {
    width: 100%;
    margin-bottom: 77px;
  }
  .list-people .wrapper-img {
    margin-left: 30px;
    max-width: 101px;
  }
  .info-event .type-event {
    position: relative;
    top: 3px;
  }
  .text-block-animate {
    width: 100%;
  }
  .animate-section .container {
    padding-bottom: 0;
    border: 0;
    padding-top: 27px;
  }
  .animate-section.campus-section .container {
    padding-top: 80px;
  }
  .wrapper-link-btn {
    border-bottom: 1px solid #000;
    padding-bottom: 70px;
    flex-wrap: wrap;
  }
  .single-course .marketing-plan-section h1 {
    margin-bottom: 22px;
  }
  .courses-single-page .marketing-plan-section h2 {
    margin-bottom: 22px;
  }
  .courses-single-page .marketing-plan-list li {
    padding-right: 33px;
    margin-bottom: 19px;
    line-height: 1.44;
  }
  .courses-single-page .marketing-plan-section.white {
    padding-top: 49px;
  }
  .courses-single-page .marketing-plan-section.white ul {
    padding-bottom: 0;
  }
  .courses-single-page .marketing-plan-section.white h4 {
    font-size: 40px;
    margin: 55px 0 17px;
  }
  .flex-layout {
    display: block;
  }
  .list-data-of-courses {
    width: 100%;
    font-size: 21px;
    line-height: 1.5;
    padding-bottom: 56px;
    border-bottom: 1px solid #231f20;
  }
  .list-data-of-courses li {
    margin-bottom: 2px;
  }
  .about-lecture {
    width: 100%;
    padding-top: 63px;
  }
  .about-lecture h4 {
    margin: 0;
  }
  .about-lecture .wrapper-img {
    margin-top: 3px;
    width: 161px;
    margin-left: 32px;
  }
  .about-lecture .wrapper-info-lecture {
    width: 100%;
    line-height: 1.5;
    font-size: 21px;
  }
  .about-lecture .wrapper-info-lecture h4 {
    line-height: 1.3;
  }
  .details-meeting {
    width: 100%;
  }
  .info-meeting {
    width: 100%;
  }
  .courses-single-page .logo-campuse {
    margin-bottom: 43px;
  }
  .course-information.section {
    padding-top: 55px;
  }
  .course-information.section h4 {
    font-size: 21px;
  }
  .meeting-section.section {
    padding-top: 4px;
  }
  .details-meeting {
    font-size: 20px;
  }
  .details-meeting ul {
    padding-right: 25px;
    line-height: 1.55;
  }
  .details-meeting h3 {
    font-size: 20px;
    padding-right: 0;
  }
  .row-meet .info-meeting {
    width: 100%;
    margin-top: 33px;
  }
  .row-meet .info-meeting {
    font-size: 20px;
  }
  .row-meet .item-meet h5 {
    font-size: 20px;
  }
  .form-container.form .row-input {
    margin-bottom: 0;
  }
  .form-container.form .row-input > p {
    margin-bottom: 0;
  }
  .top-section-equality .container {
    display: flex;
    flex-direction: row;
  }
  .top-section-equality .top-section-wrapper {
    padding: 0 0 5%;
  }
  .top-section-equality {
    font-size: 58px;
    line-height: 1.1;
  }
  .top-section-equality .top-section-logo.top-section-logo {
    position: static;
    width: 100%;
    max-width: 300px;
    margin: 25px auto -12px;
  }
  .top-section-equality .top-section-logo.top-section-logo.center {
    margin: 25px auto 10px;
  }
  .top-section.top-section-equality h1 {
    font-size: 58px;
    line-height: 1.1;
  }
  .winners-page #lottie1-1 {
    bottom: auto;
    top: 100%;
    width: 56%;
    transform: translate(0px, -50%);
  }
  .winners-page .top-section .top-winner-title {
    width: 75%;
  }
  .winner-content .content {
    font-size: 25px;
  }
  .winner-content .content .category {
    font-size: 42px;
  }
  .winner-content .content .year {
    font-size: 30px;
  }
  .winner-content .content h2.wp-block-heading {
    font-size: 60px;
  }
  .winner-content .aside-winner {
    width: 33%;
  }
  .winner-content .aside-winner .pdf-block {
    background: #f5f5f5;
    padding: 20px 30px 20px;
    margin: 22px 0 108px;
  }
  .winner-content .aside-winner .pdf-block h4 {
    font-size: 20px;
  }
  .winner-content .aside-winner .last-winners h3 {
    font-size: 28px;
  }
  .winner-content .aside-winner .winner-block .titles-area h4 {
    font-size: 22px;
  }
  .winner-content .aside-winner .winner-block .titles-area h5 {
    font-size: 18px;
  }
}
@media screen and (max-width: 991px) and (min-width: 600px) {
  .wrapper-mob-img-8 {
    left: 70%;
  }
  .wrapper-mob-img-10 {
    right: 65%;
  }
  .wrapper-mob-img-7 {
    right: 46%;
  }
  .wrapper-mob-img-14 {
    padding-top: 181px;
  }
  .wrapper-mob-img-15 {
    left: 64%;
  }
}
@media screen and (max-width: 991px) and (min-width: 400px) {
  .wrapper-mob-img-17 {
    position: absolute;
    width: 230px;
    left: 20%;
    top: -90px;
    transform: rotate(39deg);
    margin: 0 auto;
  }
}
@media screen and (max-width: 800px) {
  footer .wrappe-address {
    left: 30px;
  }
  .marketing-plan-section.purple-section .logo-area {
    float: left;
    width: 300px;
  }
}
@media screen and (min-width: 769px) {
  .search-section .container {
    padding-left: 0;
  }
  .winners-list-filter-section .wrapper-filter-section {
    padding-right: 54px;
  }
  .plan-event-section h2 {
    margin: 0 0 -20px;
  }
  .top-section-bravo-club .top-section-left {
    top: -65px;
  }
  .selection-winners-list > li:nth-child(1) .text-block {
    top: 11px;
  }
  .selection-winners-list > li:nth-child(3) .text-block {
    top: 29px;
  }
  #lottie01 {
    display: none;
  }
  .payment, input[type=submit] {
    font-size: 38px;
  }
  .page-template-page-home .talk-to-us-info {
    top: 100px;
  }
  .community-page .do-you-want-to-win .img-wrapper {
    align-items: flex-end;
  }
  .marketing-plan-section.white .container {
    border-bottom: 1px solid #231f20;
    padding-bottom: 94px;
  }
  .what-is-awards-list {
    display: flex;
    justify-content: space-between;
  }
  .what-is-awards-list li {
    width: 30%;
  }
}
@media screen and (max-width: 768px) {
  .list-courses .bottom-info-block .lector-name {
    margin-left: 0;
  }
  .single-course .row-meet .open-row h3 {
    font-size: 20px;
  }
  .single-course .marketing-plan-section.white .container:after {
    left: 15px;
    right: 15px;
  }
  .list-courses h3:after {
    bottom: -37px;
  }
  .list-courses .bottom-info-block .data {
    position: static;
    font-size: 18px;
  }
  .single-course .marketing-plan-list-section p {
    margin-bottom: 61px;
  }
  .page-template-page-courses .top-section-wrapper, .single-course .top-section-wrapper, .tax-category_courses .top-section-wrapper {
    padding: 0;
  }
  .page-template-page-courses .top-section, .single-course .top-section, .tax-category_courses .top-section {
    height: 465px;
  }
  .list-courses {
    gap: 35px;
    margin-bottom: 87px;
  }
  .single-course .form .wpcf7 form.invalid .wpcf7-response-output, .single-course .form .wpcf7 form.unaccepted .wpcf7-response-output {
    bottom: 62px;
    position: absolute;
  }
  .row-meet {
    margin-bottom: -11px;
  }
  .row-meet .toggle-row {
    margin-bottom: 45px;
  }
  .row-meet .item-meet {
    margin-bottom: 4px;
  }
  .meeting-section .download-btn {
    height: 52px;
    line-height: 51px;
    font-size: 20px;
    padding: 0;
  }
  .meeting-section {
    padding: 0 15px;
  }
  .meeting-section .container {
    padding-bottom: 46px;
    border: 0;
    position: relative;
  }
  .meeting-section .container:after {
    content: "";
    left: 15px;
    right: 15px;
    position: absolute;
    bottom: 0;
    height: 1px;
    background: #231f20;
  }
  .form-course-section {
    padding-top: 59px;
  }
  .form-course-section .required-filds {
    margin-bottom: 29px;
  }
  .form-course-section h2 {
    margin-bottom: 36px;
  }
  .form-course-section .required-filds {
    margin-bottom: 35px;
  }
  .form-course-section .comment-block {
    margin-bottom: 55px;
    line-height: 1.5;
  }
  .form-course-section .row-input .wrapper-input {
    margin-bottom: 57px;
  }
  .form-course-section .wrapper-submit {
    height: 54px;
  }
  .form-course-section .wrapper-submit input[type=submit] {
    font-size: 35px;
    height: 54px;
  }
  .form-course-section .download-btn {
    background: #f3c52b;
    color: #000;
    margin-top: 27px;
    font-size: 32px;
    padding: 0;
    height: 53px;
    line-height: 50px;
  }
  .row-meet .open-row h3 {
    font-size: 17px;
    padding-left: 41px;
  }
  .row-meet .open-row {
    padding: 15px 14px 14px;
    margin-bottom: 29px;
  }
  .courses-tabs li {
    margin-left: 11px;
  }
  .courses-tabs a.read-more {
    font-size: 25px;
    padding: 0 23px;
    height: 51px;
    line-height: 51px;
  }
  .section-courses h2 {
    margin-bottom: 26px;
  }
  .courses-tabs {
    margin-bottom: 17px;
  }
  .logo-campuse {
    margin-bottom: 37px;
  }
  .fancybox-slide--image .fancybox-content img {
    padding: 20px;
  }
  .gallery-innovation-section {
    padding-top: 86px;
  }
  .gallery-innovation-section h2 {
    margin-bottom: 29px;
  }
  .gallery-innovation-grid .data {
    position: absolute;
    top: 7px;
    left: 20px;
    font-size: 20px;
  }
  .gallery-innovation-grid .info-text {
    padding: 10px 10px 10px;
  }
  .gallery-innovation-grid .info-text:after {
    bottom: 0;
  }
  .filter-gallery {
    font-size: 26px;
    margin: 0 0 47px -13px;
  }
  .filter-gallery li {
    margin-left: 11px;
    margin-bottom: 12px;
  }
  .filter-gallery li a {
    font-size: 26px;
    padding: 7px 16px;
  }
  .gallery-innovation-grid h5 {
    font-size: 16px;
  }
  .gallery-innovation-grid .info-text {
    font-size: 16px;
  }
  .awards-page-new .winners-popup .wrapper-image span {
    font-size: 33px;
    line-height: 0.1;
  }
  .awards-page-new .winners-popup h4 {
    margin-right: 0;
  }
  .fancybox-button--arrow_left {
    left: 10px !important;
    height: 20px !important;
    top: 50% !important;
  }
  .fancybox-slide {
    padding: 10px !important;
  }
  .fancybox-button--arrow_right {
    right: 10px !important;
    height: 20px !important;
    top: 50% !important;
  }
  .fancybox-close-small {
    width: 20px;
    height: 20px;
    background-size: contain;
  }
  .fancybox-slide--video .fancybox-content {
    padding: 20px !important;
  }
  #errore-empty-search {
    color: #000;
  }
  .winners-popup .wrapper-image span {
    font-size: 36px;
  }
  .winners-popup {
    top: 36px;
  }
  .item-category .winners-popup:after {
    border-width: 0 10px 10px 10px;
    top: -10px;
  }
  .winners-popup .wrapper-image span {
    line-height: 0.3;
  }
  .winners-popup h4 {
    font-size: 30px;
    width: 70%;
    text-align: right;
  }
  .winners-popup .wrapper-image {
    width: 150px;
  }
  .winners-popup h4 {
    margin-right: 30px;
  }
  .winners-popup ul {
    display: block;
  }
  .winners-popup ul li {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 30px;
    margin-left: 0;
    margin-right: 0;
  }
  .winners-popup ul li:last-child {
    margin-bottom: 0;
  }
  .search-section {
    padding: 70px 0 85px;
  }
  .search-section h2 {
    color: #231f20;
    margin-bottom: 30px;
  }
  .search-section .container {
    background: none;
  }
  .search-section .wrapper-image {
    display: none;
  }
  .search-section .wrapper-search-block {
    width: 100%;
    padding: 0;
  }
  .search-section form {
    max-width: none;
    display: block;
  }
  .search-section input[type=text] {
    border-color: #231f20;
    background: url("../images/search-icon2.png") no-repeat 100% 0;
    background-size: 40px;
    font-size: 27px;
    width: 100%;
    padding-right: 50px;
    color: #000;
  }
  .search-section input[type=submit] {
    width: 100%;
    background: #231f20;
    margin-top: 54px;
    color: #fff;
    line-height: 50px;
  }
  .list-service-winners-category.container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .row-category {
    display: block;
    margin-bottom: 0;
  }
  .item-category {
    width: 100%;
    margin-bottom: 30px;
    animation: row-category-animate-mobile 0.4s ease-in-out forwards;
  }
  @keyframes row-category-animate {
    0% {
      width: 0;
    }
    100% {
      width: 100%;
    }
  }
  .item-category h3 {
    font-size: 27px;
    padding-right: 10px;
  }
  .item-category h3:after {
    top: 11px;
    left: 8px;
    width: 27px;
    height: 27px;
  }
  .winners-list-filter-section.section {
    padding-bottom: 60px;
  }
  .filter li {
    margin: 0 5px 10px;
  }
  .filter li .selectBox-dropdown {
    color: #000;
  }
  .filter li .active {
    color: #000;
  }
  .filter li .read-more {
    color: #fff;
  }
  .filter li .read-more.active {
    color: #000;
  }
  .filter li .selectBox-dropdown {
    font-size: 18px;
    width: 100px !important;
    background-position: 10px 60%;
  }
  .filter li a {
    height: 30px;
    line-height: 30px;
    background-color: #000;
    color: #fff;
    font-size: 18px;
    padding: 0 15px;
  }
  .winners-list-filter-section .container {
    display: block;
    background: none;
  }
  .winners-list-filter-section .wrapper-filter-section {
    width: 100%;
    color: #000;
    padding-top: 0;
  }
  .winners-list-filter-section .wrapper-filter-section h2 {
    margin-bottom: 28px;
  }
  .winners-list-filter-section .wrapper-filter-section .selection-method-paragraph {
    margin-bottom: 0;
  }
  .winners-list-filter-section .wrapper-filter-section {
    margin-bottom: 75px;
    padding-bottom: 0;
  }
  .winners-list-filter-section .wrapper-image {
    width: auto;
    text-align: center;
    background: #160800;
    margin: 0 -15px 62px;
    padding: 0 50px;
    overflow: hidden;
  }
  .filter-category-section {
    padding-top: 0 !important;
  }
  .filter-category-section ul p {
    padding: 0;
  }
  .filter-category-section .wrapper-img {
    padding-left: 20px;
    padding-right: 20px;
  }
  .filter-category-section li {
    width: 50%;
    padding: 0 10px;
    margin-bottom: 20px;
  }
  .winners-page .flex-layout {
    flex-direction: column;
  }
  .winners-page .marketing-plan-section .single-img-wrapper {
    flex-basis: auto;
    margin: 0 auto 50px;
    width: 349px;
  }
  .winners-page .marketing-plan-list-section h4 {
    font-size: 30px;
  }
  .partners-list {
    justify-content: space-between;
  }
  .meetting-animate {
    width: 65%;
  }
  .wrapper-menu {
    padding-top: 90px;
  }
  .wrapper-menu a {
    margin-bottom: 8px;
  }
  .wrapper-menu .star-link {
    margin-bottom: 0;
  }
  .form-talk-to-us .wrapper-submit {
    padding-bottom: 0;
  }
  .form:not(.form-talk-to-us).form-recommend .recommendation_code_tel {
    height: 34px;
  }
  .form-talk-to-us .wrapper-submit input[type=submit],
  input[type=submit] {
    padding-bottom: 3px;
  }
  .thank-you-section .close {
    width: 50px;
    height: 50px;
    background-size: contain;
    left: 9%;
  }
  .form-product-serveces .row-input,
  .form-product-serveces .row-input > p {
    margin-bottom: 0;
  }
  .selectBox-dropdown {
    width: 100%;
  }
  .form-community .toggle-block {
    margin-bottom: 0;
  }
  .do-you-want-to-win .img-wrapper {
    width: 120px;
    height: 100px;
    margin-bottom: 0;
  }
  .do-you-want-to-win ul {
    display: block;
  }
  .do-you-want-to-win ul li {
    display: flex;
    width: 100%;
    align-items: center;
    margin-bottom: 50px;
  }
  .do-you-want-to-win ul li:last-of-type {
    margin-bottom: 16px;
  }
  .do-you-want-to-win ul span:not(.en-text) {
    margin-right: 30px;
    width: 80%;
  }
  .selection-winners-list {
    margin-bottom: 65px;
  }
  .system-page strong {
    font-size: 18px;
    font-weight: 300;
  }
  .system-page .logo-marketing {
    width: 77px;
    height: 77px;
  }
  .selection-winners-list h5 {
    font-size: 21px;
    line-height: 1.3;
  }
  .selection-winners-section h2 {
    margin-bottom: 40px;
  }
  .simple-selection-method-section .img-wrapper {
    margin: 30px 0;
  }
  .talk-to-us-info {
    order: -1;
    margin-bottom: 40px;
  }
  footer {
    padding-bottom: 50px;
  }
  footer .flex-section {
    flex-wrap: wrap;
  }
  .only-selection-method-list .img-wrapp {
    max-width: 90px;
  }
  .only-selection-method-list li {
    font-size: 21px;
  }
  .only-selection-method-list li:last-of-type {
    margin-bottom: 0;
    border-bottom: none;
  }
  .innovative-awards-list li:before {
    width: 50px;
    height: 50px;
  }
  .single-img-wrapper {
    width: 300px;
  }
  .simple-selection-method-section .flex-section, .marketing-plan-section .flex-section, .talk-to-us-section .flex-section {
    flex-direction: column;
  }
  .single-img-wrapper {
    order: -1;
    align-self: center;
    margin: 30px 0 50px;
  }
  .what-is-awards-list .wrapp-img {
    width: 200px;
    height: auto;
    padding: 0 20px;
    margin-bottom: 0;
  }
  .what-is-awards-list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
  }
  .what-is-awards-list li:first-of-type img {
    width: 90%;
  }
  .what-is-awards-list li:last-of-type {
    margin-bottom: 0;
  }
  .what-is-awards-list li span {
    flex-basis: 66%;
    margin-right: 0;
  }
  .section {
    padding: 40px 0;
  }
  /*.what-is-awards-text {
    margin-bottom: 40px;
  }*/
  .innovation-page .marketing-plan-section.white {
    padding-top: 45px;
  }
  .innovation-page .single-img-wrapper {
    display: none;
  }
  .logo {
    width: 147px;
  }
  .page-template-page-equality .container,
  .container {
    padding: 0 15px;
  }
  .thank-you-section {
    padding: 130px 30px;
  }
  .marketing-plan-section.white ul {
    padding-bottom: 0;
  }
  .top-section-left {
    padding: 20px;
    left: 0;
    top: 0;
  }
  .top-section-left strong {
    font-size: 35px;
  }
  .wrapper-stars, .wrapper-logo {
    margin-bottom: 20px;
  }
  .partners-list li {
    width: 45%;
  }
  .form-talk-to-us .row-input {
    display: block;
    margin-bottom: 0;
  }
  .form-talk-to-us .row-input > p {
    display: block;
    margin-bottom: 0;
  }
  .form-talk-to-us .row-input input, .form-talk-to-us .row-input .selectBox {
    width: 100%;
    margin-bottom: 40px;
  }
  .only-selection-method-list .img-wrapp {
    margin-left: 30px;
  }
  .selection-method-list li {
    padding-right: 15px;
    background-position-y: 13px;
    background-size: 8px;
  }
  .copyright-section {
    padding: 35px 0 30px;
  }
  .copyright-section .flex-section {
    flex-direction: column;
  }
  .copyright-section .bottom-menu {
    order: -1;
    margin: 0 0 10px;
  }
  .copyright-section .bottom-menu ul {
    flex-direction: column;
  }
  .copyright-section span {
    display: block;
    text-align: left;
  }
  .copyright-section span:first-of-type {
    margin-bottom: 10px;
  }
  .form textarea {
    height: 200px;
    margin: 0 0 40px;
  }
  .form .required-filds {
    margin-bottom: 17px;
  }
  .form .paragraph {
    margin-bottom: 46px;
  }
  .form .back-to-main {
    margin-left: 0;
    margin-bottom: 40px;
  }
  .form-recommend textarea {
    margin: 30px 0;
  }
  .form-recommend textarea + .wpcf7-not-valid-tip {
    bottom: 20px;
  }
  .recommendation_features {
    margin: 40px 0 40px;
  }
  .menu-block {
    width: 100%;
  }
  .product-services-page h2 {
    font-size: 38px;
  }
  .form-product-serveces .wrapper-checkbox {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
  }
  .form-product-serveces .wrapper-checkbox input {
    width: auto;
  }
  .form-product-serveces .wrapper-checkbox label {
    margin-bottom: 10px;
    line-height: 1.4;
  }
  .wpcf7-list-item-label {
    line-height: 1.1;
  }
  .form-talk-to-us .wpcf7-form-control-wrap:not(.footer_textarea) {
    width: 100%;
    display: block;
  }
  .form-talk-to-uswpcf7-form-control-wrap.subject .form-talk-to-us .wpcf7-form-control-wrap {
    width: 100%;
  }
  .simple-selection-method-section h4 {
    font-size: 26px;
  }
  .partners-section {
    padding-bottom: 20px;
  }
  .community-form-section h2 {
    margin-bottom: 60px;
  }
  .community-form-section {
    padding-bottom: 40px;
  }
  .form-talk-to-us textarea {
    margin: 35px 0;
  }
  .form-talk-to-us .wpcf7-not-valid-tip {
    bottom: 17px;
  }
  footer .wrappe-address {
    position: absolute;
    left: 105px;
    top: 49px;
  }
  footer .intsagram {
    top: -23px;
    left: 35px;
  }
  footer .facebook {
    left: 20px;
    top: 87px;
  }
  .form-talk-to-us {
    padding-top: 250px;
  }
  .list-people h4 {
    font-size: 24px;
  }
  .list-people span {
    font-size: 24px;
    display: block;
  }
  .list-people span:not(.en-text) {
    margin-bottom: 8px;
  }
  #footer .thank-you-section {
    padding-top: 250px;
  }
  .wrapper-text-list {
    font-size: 21px;
    line-height: 1.3;
  }
  .list-people li {
    padding-bottom: 25px;
  }
  .list-people li:last-of-type {
    margin-bottom: 18px;
  }
  .plan-event-section .row-text-event {
    padding-bottom: 40px;
  }
  .list-topic li {
    width: 100%;
    display: flex;
  }
  .list-topic h5 {
    line-height: 0.9;
    font-size: 27px;
    margin-bottom: 7px;
  }
  .text-topic {
    width: 80%;
    font-size: 20px;
    line-height: 1.6;
    padding-left: 10px;
  }
  .registration-section .wrapper-radio:before {
    top: -50px;
  }
  .wrapper-img-topic {
    width: 100px;
    margin-left: 28px;
    margin-bottom: 0;
  }
  .registration-section .wrapper-radio {
    width: 100%;
    margin-bottom: 76px;
    font-size: 25px;
    line-height: 1.4;
  }
  .registration-section .wrapper-radio:last-of-type {
    margin: 0;
  }
  .registration-section .flex-row {
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
  .registration-section .flex-row .wpcf7-list-item {
    width: 100%;
  }
  .registration-section input[type=radio]:checked + .wpcf7-list-item-label:before, .registration-section input[type=radio]:not(:checked) + .wpcf7-list-item-label:before {
    top: -43px;
  }
  .registration-section input[type=radio]:not(:checked) + .wpcf7-list-item-label:after {
    top: -43px;
    right: 4px;
    width: 54px;
    height: 18px;
  }
  .wrapper-list-event a {
    padding-bottom: 17px;
    margin-bottom: 17px;
    font-size: 24px;
    justify-content: space-between;
  }
  .wrapper-list-event a .date {
    margin-right: 12px;
  }
  .wrapper-list-event a .info {
    background-size: 23px;
    background-position: 0 8px;
    max-width: 250px;
  }
  .topic-meet-section h2 {
    margin-bottom: 83px;
    line-height: 1.3;
  }
  .meeting-shcedule h2 {
    margin-bottom: 50px;
  }
  #lottie9 {
    display: none;
  }
  .top-section-bravo-club .top-section-left {
    height: 110%;
    background-size: contain;
    width: 69%;
    top: -27px;
  }
  .top-section-bravo-club .top-section-wrapper {
    max-width: 288px;
    padding-top: 81%;
    padding-bottom: 24px;
  }
  .page-template-page-bravo-club .section:not(.top-section) {
    padding: 89px 0 84px;
    position: relative;
    z-index: 1;
  }
  .page-template-page-bravo-club .section:not(.top-section).meeting-shcedule {
    padding-bottom: 160px;
  }
  .paragraph-section .wrapper-paragraph:first-of-type:after, .registration-section .wrapper-radio:before {
    right: 3px;
    bottom: -48px;
    width: 52px;
    height: 16px;
  }
  .wrapper-menu .close {
    width: 30px;
    height: 30px;
    left: 20px;
    top: 20px;
  }
  .form-product-serveces .btn {
    min-width: 330px;
  }
  .marketing-plan-section .single-img-wrapper {
    top: 0;
  }
  .winners-popup ul {
    padding: 50px 20px;
  }
  .marketing-plan-section.purple-section .logo-area {
    float: none;
    width: 100%;
    max-width: 390px;
    margin: 0 auto 20px;
  }
  .marketing-plan-section.purple-section .logo-area img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
  }
  .winners-page .top-section .title-container {
    padding: 40px 6px 63px;
  }
  .winners-page .top-section .top-winner-title {
    font-size: 35px;
    max-width: 350px;
  }
  .winners-page .top-section .top-section-wrapper {
    min-height: 276px;
  }
  .winners-page #lottie1-1 {
    bottom: auto;
    top: 100%;
    width: 82%;
    max-width: 450px;
    transform: translate(0px, -50%);
    left: 1px;
  }
  .winner-content {
    padding: 141px 20px 70px;
  }
  .winner-content .breadcrumbs {
    display: none;
  }
  .winner-content .container {
    flex-direction: column;
    gap: 20px;
  }
  .winner-content .content {
    font-size: 16px;
  }
  .winner-content .content .category {
    font-size: 28px;
    margin: 0 0 7px;
  }
  .winner-content .content .year {
    font-size: 22px;
    margin: 0 0 25px;
  }
  .winner-content .content h3 {
    font-size: 18px;
  }
  .winner-content .content p {
    margin: 0 0 20px;
  }
  .winner-content .content p + h3 {
    padding-top: 3px;
  }
  .winner-content .content ul {
    margin: 0 0 26px;
  }
  .winner-content .content ul li {
    padding-inline: 30px 0;
  }
  .winner-content .content ul li:before {
    width: 17px;
    height: 16px;
    top: 5px;
  }
  .winner-content .content .wp-block-video,
  .winner-content .content .wp-block-embed__wrapper,
  .winner-content .content .wp-block-image {
    padding: 0 0 43px;
    margin: 0;
  }
  .winner-content .content .wp-block-group {
    padding: 0 0 11px;
    gap: 15px;
  }
  .winner-content .content h2.wp-block-heading {
    font-size: 28px;
    margin: 0 0 20px;
  }
  .winner-content .content h2 + .wp-block-boldblocks-accordion-item-repeater {
    margin-top: -20px;
  }
  .winner-content .content .wp-block-boldblocks-accordion-item-repeater {
    margin-bottom: 40px;
  }
  .rank-math-list-item.acc_section,
  .winner-content .content .is-accordion-item {
    padding: 5px 0 !important;
  }
  .acc_section .acc_head,
  .acc_section h3.acc_head,
  .winner-content .content .accordion-header {
    font-size: 18px;
  }
  .acc_section .acc_head,
  .acc_section h3.acc_head,
  .winner-content .content .accordion-header .accordion-link {
    padding: 23px 0;
  }
  .acc_section .acc_content,
  .winner-content .content .is-accordion .accordion-body {
    padding: 0 0 14px;
    font-size: 16px;
  }
  .winner-content .pdf-block {
    padding: 28px 23px 15px;
    margin: 0 0 54px;
  }
  .winner-content .pdf-block .image-holder {
    margin: 0 0 30px;
  }
  .winner-content .pdf-block .image-holder img {
    width: 67px;
  }
  .winner-content .pdf-block h4 {
    font-size: 28px;
    margin: 0 0 30px;
  }
  .winner-content .pdf-block .btn {
    width: calc(100% + 14px);
    font-size: 20px;
    line-height: 39px;
    margin: 0 -7px;
  }
  .winner-content .aside-winner {
    width: 100%;
  }
  .winner-content .aside-winner .last-winners h3 {
    font-size: 18px;
    margin: 0 0 20px;
  }
  .winner-content .aside-winner .winner-block {
    margin: 0 0 55px;
  }
  .winner-content .aside-winner .winner-block .image-holder {
    margin: 0 0 20px;
  }
  .winner-content .aside-winner .winner-block .winner-block-info {
    gap: 10px;
  }
  .winner-content .aside-winner .winner-block .titles-area {
    flex-grow: 1;
    max-width: 305px;
  }
  .winner-content .aside-winner .winner-block .titles-area h4 {
    font-size: 18px;
    margin: 0 0 5px;
  }
  .winner-content .aside-winner .winner-block .titles-area h5 {
    font-size: 16px;
    margin: 0;
  }
}
@media screen and (max-width: 600px) {
  .top-section.top-section-equality h1 {
    font-size: 44px;
  }
  .marketing-plan-section.purple-section .logo-area {
    max-width: 200px;
  }
  .only-selection-method-list .img-wrapp img {
    max-height: 75px;
  }
  .list-courses .hover-block p {
    font-size: 16px;
  }
  .logo-campuse {
    max-width: none;
  }
  .section-courses .add-item {
    margin-bottom: 112px;
    background: #000000;
    color: #fff;
  }
  .courses-page, .courses-single-page {
    position: relative;
    z-index: 111;
  }
  .list-courses {
    gap: 35px;
    margin-bottom: 87px;
  }
  .list-courses .hover-block span {
    font-size: 28px;
    background-size: 12px;
    background-position: 0 11px;
    padding-left: 20px;
  }
  .list-courses li {
    flex: 100%;
  }
  .list-courses li.active {
    display: block;
  }
  .list-courses h3 {
    font-size: 26px;
  }
  .list-courses .top-info-block {
    height: auto;
    min-height: auto;
  }
  .list-courses a {
    font-size: 18px;
  }
  .list-courses .bottom-info-block .data {
    top: 12px;
  }
  .list-courses .bottom-info-block h4 {
    line-height: 24px;
    white-space: nowrap;
  }
  .list-courses .bottom-info-block .lector-name {
    margin-left: 0;
  }
  .fancybox-button--close {
    width: 30px;
    height: 30px;
    left: -20px;
  }
  .img-content video {
    height: auto;
  }
  .item-grid .wrapper-image {
    margin-bottom: 0;
  }
  .item-grid:hover .wrapper-image img {
    transform: scale(1);
    transition: none;
  }
  .gallery-innovation-grid h5 {
    padding-left: 0px;
  }
  .gallery-innovation-grid .info-text {
    left: 0;
    right: 0;
  }
  .gallery-innovation-section .container {
    border-bottom: none;
    position: relative;
    padding-bottom: 0;
  }
  .gallery-innovation-section .container:after {
    content: "";
    position: absolute;
    height: 1px;
    left: 12px;
    right: 12px;
    background: #231f20;
    bottom: -98px;
  }
  .gallery-innovation-section .container .add-gallery-item {
    margin-bottom: 98px;
  }
  .gallery-innovation-grid .info-text {
    padding: 12px 2px 10px 20px;
    line-height: 1.5;
    position: relative;
    bottom: 0;
  }
  .gallery-innovation-grid .info-text:after {
    bottom: -4px;
  }
  .gallery-innovation-grid .item-grid {
    width: 100%;
    padding-bottom: 30px;
    display: none;
    margin-bottom: 27px;
  }
  .gallery-innovation-grid .item-grid.active {
    display: block;
  }
  .gallery-innovation-grid .data {
    font-size: 26px;
    position: static;
    display: block;
  }
  .item-grid .wrapper-image img {
    width: 100%;
  }
  .add-gallery-item, .add-item {
    background: #f3c52b;
    width: 100%;
    display: block;
    height: 52px;
    line-height: 51px;
    text-align: center;
    font-size: 36px;
  }
  .close-info-text {
    width: 23px;
    height: 23px;
    position: absolute;
    left: 0;
    top: 24px;
    background: url("../images/plus-mobile.png") no-repeat;
  }
  .open .close-info-text {
    background: url("../images/minus.png") no-repeat center;
  }
}
@media screen and (max-width: 580px) {
  .top-section-equality .container {
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 481px) {
  #lottie-courses-mobile {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .top-section-courses .top-section-left {
    left: 0;
    top: -52px;
  }
  #lottie-courses {
    display: none;
  }
  .winners-page .wrapper-method-section h2 {
    max-width: 200px;
  }
  .top-section-bravo-club .top-section-left {
    width: 90%;
  }
  .winners-page .marketing-plan-section .single-img-wrapper {
    width: 300px;
  }
  .meetting-animate {
    width: 90%;
  }
  .plan-event-section .calendar-day {
    width: 120px;
    height: 120px;
    font-size: 74px;
    left: 0;
  }
  .form-product-serveces .btn {
    width: 100%;
    min-width: auto;
  }
  .plan-event-section h2 {
    font-size: 36px;
  }
  .info-event {
    font-size: 36px;
  }
  .top-section-wrapper {
    padding: 60% 0;
  }
  #lottie, .marketing-page #lottie {
    width: 160%;
    left: -50px;
  }
  .form .wpcf7-not-valid-tip {
    white-space: nowrap;
  }
  .thank-you-section .btn {
    margin-left: 0;
    font-size: 20px;
    padding: 7px 30px 8px;
    width: 100%;
    line-height: 25px;
  }
  .form-recommend .btn {
    width: 100%;
  }
  .do-you-want-to-win h2 {
    margin-bottom: 60px;
    font-size: 33px;
  }
  .do-you-want-to-win ul {
    padding-bottom: 70px;
  }
  .do-you-want-to-win ul li {
    align-items: flex-start;
  }
  .do-you-want-to-win .img-wrapper {
    width: 100px;
  }
  .marketing-plan-list li {
    background-size: 20px;
    background-position-y: 8px;
  }
  .marketing-plan-section h2 {
    margin-bottom: 47px;
  }
  .marketing-plan-section .single-img-wrapper {
    width: 272px;
    margin-bottom: 40px;
  }
  .innovative-awards-list {
    padding-bottom: 20px;
    margin: 0;
  }
  .innovative-awards-list li {
    width: 48%;
    margin-bottom: 20px;
    font-size: 22px;
  }
  .form-product-serveces input[type=checkbox]:checked + label:before, .form-product-serveces input[type=checkbox]:not(:checked) + label:before {
    top: 5px;
  }
  .form-product-serveces input[type=checkbox]:checked + label:after, .form-product-serveces input[type=checkbox]:not(:checked) + label:after {
    top: 5px;
  }
  .what-is-awards-list .wrapp-img {
    width: 87px;
  }
  .single-img-wrapper {
    order: -1;
    align-self: center;
    margin: 0 0 51px;
  }
  .marketing-plan-section.purple-section h2 {
    font-size: 33px;
  }
  #lottie-courses-mobile {
    transform: scale(1.4);
  }
  .top-section-courses .top-section-left {
    left: 20%;
    top: 8%;
  }
  .page-template-page-courses .top-section-wrapper, .single-course .top-section-wrapper, .tax-category_courses .top-section-wrapper {
    padding: 67.5% 0;
  }
  .winners-popup {
    top: 49px;
  }
  .item-category:first-child .winners-popup:after {
    right: 5px;
  }
  .item-category .winners-popup:after {
    border-width: 0 10px 10px 10px;
    top: -10px;
  }
  .item-category:last-child .winners-popup:after {
    left: auto;
    right: 5px;
  }
  .winners-popup .wrapper-image {
    width: 150px;
    margin-bottom: 0;
  }
  .filter-category-section li {
    width: 100%;
    padding: 0;
  }
  /*.what-is-awards-section .what-is-awards-text h2 {
    max-width: 224px;
  }*/
  .meetting-animate {
    width: 100%;
  }
  .read-more, .btn {
    font-size: 25px;
    padding: 0 20px;
    height: 40px;
    line-height: 39px;
  }
  .payment.read-more {
    line-height: 75px;
    height: 75px;
  }
  .what-is-awards-list .wrapp-img {
    width: 87px;
    height: auto;
    padding: 0;
  }
  .page-template-page-home .logo {
    text-align: center;
  }
  .top-section-bravo-club h1 {
    max-width: 287px;
  }
  .video-section h2 {
    max-width: 300px;
    margin-bottom: 38px;
  }
}