:root {
  --yellow: #EFC514;
  --black: var(--text-color);
}

.theme-yellow .menu>ul>li:hover>a,
.theme-yellow .menu>ul>li.active>a,
.theme-yellow header.sticky .menu>ul>li:hover>a,
.theme-yellow header.sticky .menu>ul>li.active>a,
.theme-yellow .submenu li.active a,
.theme-yellow .submenu li:hover a,
.theme-yellow header.sticky .submenu li.active a,
.theme-yellow header.sticky .submenu li:hover a {
  color: var(--yellow) !important;
}

.theme-yellow .service-item-small .service-text * {
  color: var(--black);
}

.theme-yellow .submenu,
.theme-yellow .sec-service .title,
.theme-yellow .service-item,
.theme-yellow .service-item:hover:before {
  border-color: var(--yellow);
}

.theme-yellow .menu>ul>li.hasChild>a:after,
.theme-yellow .service-bar img.arrow-icon {
  -webkit-filter: brightness(0) invert(86%) sepia(18%) saturate(5510%) hue-rotate(356deg) brightness(105%) contrast(87%);
  filter: brightness(0) invert(86%) sepia(18%) saturate(5510%) hue-rotate(356deg) brightness(105%) contrast(87%);
}

.theme-yellow .service-item::after,
.theme-yellow .service-item:hover {
  background: var(--yellow);
}

.theme-yellow .service-item::after,
.theme-yellow .service-item:hover:after {
  display: none !important;
}

.theme-yellow .sec-service-box .service-item::after,
.theme-yellow .sec-service-box .service-item:hover:after {
  display: block !important;
}

.theme-yellow .service-item:hover:after {
  background: var(--black);
}

.theme-yellow .sec-service .title {
  background: #EFC514;
}

.theme-yellow .sec-client:before {
  content: none;
}

.theme-yellow .client-box::after {
  background-image: url(../images/video-yellow-bg.png);
  display: none;
}

.theme-yellow .sec-service .service-item-small {
  height: auto;
  min-height: 18.4rem;
}

.theme-yellow .sec-service-box .service-item-small {
  min-height: 9.2rem;
}

.theme-yellow .service-text>*:first-child {
  margin-bottom: 1.6rem;
}

.theme-yellow .service-text>*:last-child {
  margin-bottom: 0;
}

.theme-yellow .sec-service .service-list {
  grid-template-columns: repeat(2, 1fr);
}

.theme-yellow .sec-service .service-bar .title h3 {
  margin-left: 0px;
}

.theme-yellow .client-box video {
  width: 100%;
  height: 100%;
  z-index: 1;
}

.theme-yellow .client-box {
  padding: 0px;
}

.video-v3-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.2);
}

.video-v3-play img {
  width: 12rem;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.video-v3-play:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.video-v3-thum-img img {
  width: 100%;
  height: auto;
}

.theme-yellow .sec-banner {
  min-height: 38.8rem;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 3;
}

.theme-yellow .sec-banner .banner-item {
  position: relative;
  z-index: 1;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  padding: 5rem 0;
}

.theme-yellow .sec-banner .hero-btn {
  margin-top: 4.2rem;
}

.theme-yellow .sec-banner>img {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
}

.sec-contact {
  background: rgba(78, 80, 85, 0.1);
  padding: 104px 0;
}

.sec-contact .contact-form {
  padding: 0 !important;
}

.contact-block {
  max-width: 1088px;
  margin: 0 auto;
}

.contact-form-head {
  margin-bottom: 48px;
}

.contact-top {
  background: var(--yellow);
  border-radius: 20px 20px 0 0;
  position: relative;
  padding: 30px 38px;
}

.contact-top-text {
  font-size: 26px;
  color: var(--text-color);
}

.contact-top-text strong {
  display: block;
}

.contact-expert {
  text-align: right;
  margin-top: 10px;
  color: var(--text-color);
}

.contact-expert h5 {
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
}

.contact-expert p {
  font-size: 15px;
  line-height: 1;
  opacity: 0.8;
}

.contact-expert-img {
  position: absolute;
  top: -92px;
  right: 40px;
  border: 15px solid #D9DADB;
  border-radius: 50%;
  background: #D9DADB;
  height: 184px;
  width: 184px;
}

.contact-expert-img img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.contact-box {
  background: #4E5055;
  border-radius: 0 0 20px 20px;
  padding: 45px 38px;
}

.contact-box .form-group {
  margin-bottom: 16px;
}

.contact-box .form-floating {
  position: relative;
}

.contact-box .form-control {
  outline: none !important;
  display: block;
  width: 100%;
  padding: 18px 12px 0 !important;
  height: 58px !important;
  font-weight: 600;
  font-size: 16px;
  color: var(--black);
  background-color: var(--second-active-color);
  background-clip: padding-box;
  border: 1px solid #ced4da;
  font-family: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 4px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.contact-box .form-control::placeholder {
  color: transparent;
  opacity: 1;
}

.contact-box .form-control:-ms-input-placeholder {
  color: transparent;
}

.contact-box .form-control:focus {
  box-shadow: 0 0 0 2.4px rgb(0, 32, 62) !important;
}

.contact-box .form-control.is-invalid,
.validate-input.not-valid,
.contact-box .was-validated .form-control:invalid {
  border-color: #ff5353 !important;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19.019' height='18.028' viewBox='0 0 19.019 18.028'%3E%3Cpath id='bxs-error' d='M13.349,3.529a.991.991,0,0,0-1.681,0L3.11,19.694a.95.95,0,0,0,.841,1.4H21.066a.949.949,0,0,0,.84-1.395Zm.11,14.709h-1.9v-1.9h1.9Zm-1.9-3.8V9.679h1.9v4.754Z' transform='translate(-2.998 -3.062)' fill='%23ff5353'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 9px center;
  background-size: 18px 18px;
}

.contact-box .form-floating label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 16px 12px;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}

.contact-box .form-floating>.form-control:focus~label,
.form-floating>.form-control:not(:placeholder-shown)~label,
.contact-box .form-floating>.form-select~label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.contact-box .form-floating>textarea.form-control {
  height: 78px !important;
  padding: 28px 12px 15px !important;
}

.contact-box .checkbox-req-error {
  margin: 0;
  font-size: 11px;
  color: red;
  visibility: hidden;
}

.contact-box .wpcf7-list-item {
  display: block;
  margin: 0 0 16px !important;
  position: relative;
}

.contact-box .wpcf7-list-item label {
  position: relative;
}

.contact-box .wpcf7-list-item label input {
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 0;
}

.contact-box .wpcf7-list-item-label {
  min-height: 26px !important;
  font-size: 15px !important;
  padding-left: 32px !important;
  line-height: 17px !important;
  display: block;
  color: var(--second-active-color);
  position: relative;
  cursor: pointer;
}

.theme-yellow .contact-agr-1 label:before,
.theme-yellow .contact-agr-2 label:before {
  content: none !important;
}

.contact-box .wpcf7-list-item-label a {
  color: var(--yellow) !important;
}

.contact-box .wpcf7-list-item-label:before,
.contact-box .wpcf7-list-item-label:after {
  position: absolute;
  content: "";
}

.contact-box .wpcf7-list-item-label:before {
  height: 26px !important;
  width: 26px !important;
  left: 0 !important;
  top: 3px !important;
  border: 2px solid var(--yellow) !important;
  border-radius: 0 !important;
}

.contact-box .wpcf7-list-item-label:after {
  content: '';
  display: block;
  position: absolute;
  top: calc(50% - 9px);
  left: 9px;
  width: 10px;
  height: 15px;
  border: solid #24CF81;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  opacity: 0;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.contact-box .wpcf7-list-item input:checked+.wpcf7-list-item-label:after {
  display: block !important;
}

.custom-checkbox input:checked+label span:after {
  opacity: 1;
}

.contact-box .btn-purple {
  max-width: 245px;
  font-size: 20px;
  width: 100%;
  outline: none;
  display: inline-flex;
  justify-content: space-betwee;
  align-items: center;
  background: var(--active-color);
  border-radius: 10px;
  padding: 12px 22px;
  color: var(--second-active-color);
  font-weight: bold;
  border: 3px solid var(--active-color);
  cursor: pointer;
}

.contact-box .btn-purple:hover {
  background: var(--second-active-color);
  color: var(--active-color);
}

.contact-box .btn-purple:hover svg {
  -webkit-filter: brightness(0) invert(32%) sepia(15%) saturate(2371%) hue-rotate(195deg) brightness(95%) contrast(88%);
  filter: brightness(0) invert(32%) sepia(15%) saturate(2371%) hue-rotate(195deg) brightness(95%) contrast(88%);
}

.theme-yellow .service-list {
  padding-top: 0;
}

@media(min-width:1360px) and (max-width:1459px) {
  .video-v3-overlay {
    top: 4rem;
    left: 7.5rem;
    width: calc(100% - 15rem);
    height: calc(100% - 8.8rem);
  }

  .video-v3-play img {
    width: 10rem;
  }

  .theme-yellow .sec-banner .banner-item {
    padding: 9rem 0 5.15vw;
  }

  .theme-yellow .sec-banner .hero-text {
    max-width: 61rem;
  }

  .theme-yellow .sec-banner .h1 * {
    font-size: 4.5rem;
    line-height: 5rem;
  }

  .theme-yellow .sec-banner .hero-btn {
    margin-top: 3.6rem;
  }
}

@media(min-width:1200px) and (max-width:1359px) {
  .video-v3-overlay {
    top: 4rem;
    left: 6.4rem;
    width: calc(100% - 10.8rem);
    height: calc(100% - 8.8rem);
  }

  .video-v3-play img {
    width: 10rem;
  }

  .theme-yellow .sec-banner .banner-item {
    padding: 8rem 0 6.15vw;
  }

  .theme-yellow .sec-banner .hero-text {
    max-width: 56rem;
  }

  .theme-yellow .sec-banner .h1 * {
    font-size: 4rem;
    line-height: 4.5rem;
  }

  .theme-yellow .sec-banner .hero-btn {
    margin-top: 3.6rem;
  }
}

@media(min-width:992px) and (max-width:1199px) {
  .video-v3-overlay {
    top: 4rem;
    left: 4.8rem;
    width: calc(100% - 9.6rem);
    height: calc(100% - 8.8rem);
  }

  .video-v3-play img {
    width: 9rem;
  }

  .theme-yellow .sec-banner .banner-item {
    padding: 7rem 0 7.15vw;
  }

  .theme-yellow .sec-banner .h1 * {
    font-size: 4rem;
    line-height: 4.7rem;
  }

  .theme-yellow .sec-banner .hero-text {
    max-width: 56rem;
  }

  .theme-yellow .sec-banner .hero-btn {
    margin-top: 3.6rem;
  }

  .sec-contact {
    padding: 74px 0;
  }

  .contact-top-text {
    font-size: 24px;
  }

  .contact-expert-img {
    top: -82px;
    border-width: 12px;
    height: 164px;
    width: 164px;
  }
}

@media(min-width:768px) and (max-width:991px) {
  .theme-yellow .service-text>*:first-child {
    margin-bottom: 1rem;
  }

  .video-v3-overlay {
    top: 3.2rem;
    left: 3.2rem;
    width: calc(100% - 6.4rem);
    height: calc(100% - 6.4rem);
  }

  .video-v3-play img {
    width: 9rem;
  }

  .theme-yellow .sec-banner .banner-item {
    padding: 6rem 0 5.15vw;
  }

  .theme-yellow .sec-banner .h1 * {
    font-size: 3rem;
    line-height: 3.7rem;
  }

  .theme-yellow .sec-banner .hero-text {
    max-width: 39rem;
  }

  .theme-yellow .sec-banner .hero-btn {
    margin-top: 2.2rem;
  }

  .sec-contact {
    padding: 72px 0;
  }

  .contact-top {
    padding: 24px;
  }

  .contact-top-text {
    font-size: 18px;
    padding-right: 180px;
  }

  .contact-expert-img {
    top: -72px;
    right: 30px;
    border-width: 10px;
    height: 144px;
    width: 144px;
  }

  .contact-box {
    padding: 32px 24px;
  }

  .contact-box .wpcf7-list-item-label {
    font-size: 14px !important;
  }
}

@media(max-width:767px) {
  .theme-yellow .sec-service .service-list {
    grid-template-columns: repeat(1, 1fr);
  }

  .theme-yellow .sec-service .service-item-small {
    min-height: 15.4rem;
  }

  .theme-yellow .sec-service-box .service-item-small {
    min-height: 7.2rem;
  }

  .theme-yellow .service-text>*:first-child {
    margin-bottom: 1rem;
  }

  .video-v3-play img {
    width: 6rem;
  }

  .video-v3-overlay {
    top: 1.5rem;
    left: 1.5rem;
    width: calc(100% - 3rem);
    height: calc(100% - 3rem);
  }

  .theme-yellow .service-list {
    padding: 0;
  }

  .sec-contact {
    padding: 64px 0;
  }

  .contact-form-head {
    margin-bottom: 90px;
    text-align: center;
  }

  .contact-expert-img {
    top: -70px;
    border-width: 10px;
    height: 140px;
    width: 140px;
    left: 0;
    right: 0;
    margin: auto;
  }

  .contact-top {
    padding: 80px 24px 24px;
    display: flex;
    flex-direction: column;
  }

  .contact-expert {
    text-align: center;
    margin-top: 0;
    order: -1;
    width: 100%;
  }

  .contact-top-text {
    font-size: 22px;
    width: 100%;
    text-align: center;
    margin-top: 15px;
  }

  .contact-box {
    padding: 2.4rem 2rem;
  }

  .contact-box .wpcf7-list-item-label {
    font-size: 13px !important;
  }

  .contact-box .btn-purple {
    max-width: 100%;
  }

  .theme-yellow .sec-banner {
    min-height: 31.8rem;
    position: relative;
  }

  .theme-yellow .sec-banner:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
  }

  .theme-yellow .sec-banner .hero-text br {
    display: none;
  }

  .theme-yellow .sec-banner .banner-item {
    padding: 4rem 0;
    position: relative;
    z-index: 1;
  }

  .theme-yellow .sec-banner .hero-btn {
    margin-top: 2.4rem;
  }

  .theme-yellow .sec-block .border-yel {
    padding: 30px;
  }

  .theme-yellow li.zaleta {
    line-height: 24px;
    font-size: 16px;
  }
}

.theme-yellow header {
  position: fixed;
  background: transparent linear-gradient(180deg, var(--second-active-color) 0%, var(--second-active-color) 36%, var(--second-active-color)CC 100%) 0% 0% no-repeat padding-box;
  box-shadow: inset 0px 3px 6px #99999966, 0px 3px 20px #00203E33;
  padding-top: 10px;
  padding-bottom: 10px;
}

.sec-block .border-yel {
  border: 1px solid #EFC514;
  padding: 60px;
  border-radius: 20px;
}

.border-yel h5.background-yellow {
  background: #EFC514;
  padding: 15px;
  border-radius: 15px;
  margin: 35px 0 25px 0;
}

.border-yel ul>li::after {
  height: .7rem;
  width: .7rem;
  background: #EFC514;
  border-radius: 0%;
}

li.zaleta {
  line-height: 28px;
  font-size: 18px;
}

.check-cross-icon:before,
.check-cross-icon:after {
  content: '';
  position: absolute;
  top: 13px;
  left: 13px;
  background-color: #FF5353;
  width: 20px;
  height: 3px;
  border-radius: 50px;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  opacity: 0;
}

.check-cross-icon {
  position: absolute;
  left: 0;
  top: calc(50% - 13px);
  display: block;
}

.check-cross-icon:before,
.check-cross-icon:after {
  content: '';
  position: absolute;
  top: 13px;
  left: 13px;
  background-color: #FF5353;
  width: 20px;
  height: 3px;
  border-radius: 50px;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  opacity: 0;
}

.check-cross-icon:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.check-cross-icon:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.custom-checkbox.check-cross [type="checkbox"]:not(:checked)+label .check-cross-icon:after,
.custom-checkbox.check-cross [type="checkbox"]:not(:checked)+label .check-cross-icon:before {
  opacity: 1;
}