@media screen and (min-width: 700px) {
  * {
    margin: 0;
    padding: 0;
    outline: 0 !important;
    box-sizing: border-box;
  }
  html {
    min-width: 1200px;
    line-height: 145%;
    overflow-x: hidden;
  }
  *:before,
  *:after {
    box-sizing: border-box;
  }
  body {
    color: #333;
    font-family: "Gilroy", sans-serif !important;
    -webkit-overflow-scrolling: touch;
    font-weight: 400;
    font-style: normal;
    -webkit-text-size-adjust: 100%;
    background-color: #f2f3f7;
  }
  .container {
    max-width: 1200px;
    min-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
  }
  .container2 {
    max-width: 1200px;
    width: 100%;
    min-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
  }
  .cd-auto-hide-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    transition: transform 0.5s;
    z-index: 30;
    display: flex;
    align-items: center;
  }
  .cd-auto-hide-header.is-hidden {
    transform: translateY(0%);
  }
  .animate {
    background-color: #282829;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  }
  section {
    padding: 80px 0;
  }
  header {
    background: url(../img/bg1.webp) no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
  }
  .h3 h3 {
    font-size: 50px;
    font-weight: 600;
    text-align: center;
    line-height: 100%;
  }
  .h3 p {
    font-size: 20px;
    text-align: center;
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    line-height: 130%;
    color: #2a2a2a;
  }
  h3 span {
    font-weight: 500;
    color: #ff9600;
  }
  .button {
    position: relative;
    z-index: 10;
    width: -moz-max-content;
    width: max-content;
    height: 85px;
  }
  .button button {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 35px;
    height: 100%;
    background-image: linear-gradient(to top, #f29716, #ffddad);
    font-family: "Gilroy", sans-serif !important;
    cursor: pointer;
    border: none;
    color: #333;
    border-radius: 10px;
    overflow: hidden;
    transition: 0.3s;
  }
  .button button p {
    position: relative;
    z-index: 1;
    font-size: 22px;
    line-height: 1;
    display: flex;
    align-items: center;
    font-weight: 600;
  }
  .button button p img {
    margin-right: 10px;
    height: 30px;
    width: auto;
  }
  .button button:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to top, #ffddad, #f29716);
    opacity: 0;
    transition: 0.3s;
  }
  .button button:hover:before {
    opacity: 1;
  }
  .button.button_border button {
    background-image: none;
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.4);
    color: #fff;
  }
  .button.button_border button p {
    font-weight: 500;
  }
  .button.button_border button:before {
    background-image: none;
    background-color: rgba(255, 255, 255, 0.1);
  }
  .button.button_border button:hover {
    border-color: #fff;
  }
  .bg-dark {
    position: relative;
    overflow: hidden;
    background-color: #333;
    color: #fff;
  }
  .bg-dark .h3 p {
    color: #e2e2e2;
  }
  .bg-dark::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url(../img/bg1/bg-dark.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    filter: blur(60px);
    opacity: 0.1;
    z-index: 0;
    -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 20%, black 80%, transparent 100%);
    mask-image: linear-gradient(to bottom, transparent 0%, black 20%, black 80%, transparent 100%);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
  }
  .menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
  }
  .menu p {
    font-size: 14px;
    line-height: 140%;
    font-weight: 400;
  }
  .menu p b {
    font-weight: 700;
  }
  .menu .logo {
    display: flex;
    align-items: center;
  }
  .menu .logo img {
    height: 40px;
  }
  .menu .logo p {
    width: 225px;
    margin-left: 20px;
    color: #e2e2e2;
  }
  .menu .adr {
    display: flex;
    align-items: center;
  }
  .menu .adr img {
    width: 52px;
  }
  .menu .adr p {
    width: 200px;
    margin-left: 15px;
  }
  .menu .soc {
    display: flex;
    align-items: center;
    margin-left: auto;
    margin-right: 30px;
  }
  .menu .soc a {
    width: 40px;
    height: 40px;
    display: flex;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .menu .soc a:nth-child(n+2) {
    margin-left: 8px;
  }
  .menu .soc a img {
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .menu .tel {
    text-align: right;
    margin-right: 30px;
  }
  .menu .tel a:first-child {
    font-size: 14px;
    font-weight: 300;
    line-height: 14px;
    margin-top: 0;
    color: #e2e2e2;
  }
  .menu .tel a {
    font-size: 24px;
    line-height: 24px;
    font-weight: 600;
    text-decoration: none;
    color: #fff;
    margin-top: 7px;
    display: block;
  }
  .menu .button {
    height: 50px;
  }
  .menu .button button {
    padding: 0 25px;
  }
  .menu .button button p {
    font-size: 16px;
  }
  main {
    padding-top: 130px;
    background-color: #333;
    color: #fff;
    padding-bottom: 80px;
    position: relative;
  }
  main.bg-dark::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, #252525 0%, transparent 30%, transparent 70%, #252525 100%);
    z-index: 2;
    pointer-events: none;
  }
  main .image-wrapper {
    position: absolute;
    top: 0;
    left: 45%;
    right: 0;
    bottom: 0;
    overflow: hidden;
    width: 1000px;
  }
  main .main_img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-mask-composite: destination-in;
    -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 20%, black 50%, transparent 100%), linear-gradient(to right, transparent 0%, black 40%, black 60%, transparent 100%);
            mask-image: linear-gradient(to bottom, transparent 0%, black 20%, black 50%, transparent 100%), linear-gradient(to right, transparent 0%, black 40%, black 60%, transparent 100%);
    -webkit-mask-composite: source-in, xor;
            mask-composite: intersect;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
  }
  main h1 {
    font-size: 50px;
    font-weight: 600;
    line-height: 115%;
    width: 780px;
    position: relative;
    z-index: 3;
  }
  main h1 span {
    color: #ffddad;
  }
  main h1 span u {
    display: block;
  }
  main .h1_dop {
    margin-top: 10px;
    font-size: 22px;
    line-height: 140%;
    font-weight: 400;
    width: 560px;
    color: #e2e2e2;
    position: relative;
    z-index: 3;
  }
  main .plusi {
    margin-top: 20px;
    position: relative;
    z-index: 3;
  }
  main .plusi .item {
    display: flex;
    align-items: center;
  }
  main .plusi .item:nth-child(n+2) {
    margin-top: 10px;
  }
  main .plusi .img {
    width: 35px;
    height: 35px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    background-color: #fff;
  }
  main .plusi p {
    font-size: 18px;
    margin-left: 15px;
    color: #e2e2e2;
  }
  main .plusi p b {
    color: #fff;
    font-weight: 500;
  }
  main .button_block {
    display: flex;
    align-items: center;
    margin-top: 40px;
  }
  main .button_block .button:nth-child(n+2) {
    margin-left: 20px;
  }
  .bg2 .tabs {
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
    justify-content: space-between;
  }
  .bg2 .tabs input {
    display: none;
  }
  .bg2 .tabs label {
    display: block;
    width: 49%;
    margin: 0 0 -1px;
    padding: 25px 20px;
    text-align: center;
    color: #333;
    background-color: #fff;
    border-radius: 10px;
    cursor: pointer;
  }
  .bg2 .tabs label img {
    height: 110px;
  }
  .bg2 .tabs label p {
    font-weight: 400;
    margin-top: 0;
    font-size: 19px;
  }
  .bg2 .tabs label:hover {
    color: #fff;
    background-color: #ff9600;
    box-shadow: none;
  }
  .bg2 .tabs input:checked + label {
    color: #fff;
    background-color: #ff9600;
    box-shadow: none;
  }
  .bg2 .tabs input:checked + label p {
    font-weight: 600;
  }
  .bg2 .tabs section {
    display: none;
    width: 100%;
    margin-top: 40px;
    padding: 0;
    border-radius: 10px;
    align-items: center;
    position: relative;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .bg2 .tabs section .owl-next {
    margin-right: 80px;
  }
  .bg2 .tabs section .owl-prev {
    margin-left: 80px;
  }
  .bg2 .tabs section .item {
    display: flex;
    align-items: stretch;
    background-color: #fff;
    padding: 40px;
    border-radius: 10px;
    flex-direction: column;
    width: 48%;
  }
  .bg2 .tabs section .item:nth-child(n+3) {
    margin-top: 50px;
  }
  .bg2 .tabs section .item > img {
    width: 100%;
    height: 300px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 5px;
  }
  .bg2 .tabs section .item h4 {
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: 600;
  }
  .bg2 .tabs section .item > p {
    font-size: 18px;
    color: #404040;
  }
  .bg2 .tabs section .item b {
    display: block;
    margin-top: 15px;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 600;
  }
  .bg2 .tabs section .item .gde {
    display: flex;
    align-items: center;
    padding: 10px 20px;
    border-radius: 10px;
    flex: none;
    border: 1px solid #c5c5c5;
    margin-top: 15px;
  }
  .bg2 .tabs section .item .gde .img {
    width: 30px;
    height: 30px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    background-color: #f2f3f7;
  }
  .bg2 .tabs section .item .gde p {
    width: -moz-fit-content;
    width: fit-content;
    margin-left: 15px;
    font-size: 14px;
    font-weight: 400;
    line-height: 130%;
  }
  .bg2 #tab1:checked ~ #content1,
  .bg2 #tab2:checked ~ #content2,
  .bg2 #tab3:checked ~ #content3,
  .bg2 #tab4:checked ~ #content4 {
    display: flex;
  }
  .bg3 .h3 {
    width: 700px;
    margin-left: auto;
    margin-right: auto;
  }
  .bg3 .videos {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 40px;
  }
  .bg3 .videos .video {
    position: relative;
    height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 10px;
    text-decoration: none;
    overflow: hidden;
    transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
  }
}
@media screen and (min-width: 700px) and (max-width: 700px) {
  .bg3 .videos .video {
    height: 200px;
  }
}
@media screen and (min-width: 700px) {
  .bg3 .videos .video:hover {
    transform: translateY(-5px);
    border-color: #ff9600;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
  }
  .bg3 .videos .video:hover .info img {
    transform: scale(1.1);
  }
  .bg3 .videos .video::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.2));
    pointer-events: none;
    border-radius: 14px;
    transition: background 0.3s ease;
  }
  .bg3 .videos .video:hover::after {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.4));
  }
  .bg3 .videos .video > img {
    width: 100%;
    border-radius: 14px;
    height: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    transition: transform 0.5s ease;
  }
  .bg3 .videos .video:hover > img {
    transform: scale(1.03);
  }
  .bg3 .videos .video .info {
    position: absolute;
    width: 85%;
    text-align: center;
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }
  .bg3 .videos .video .info img {
    width: 55px;
    height: 55px;
    transition: transform 0.3s ease;
    filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.3));
  }
  .bg3 .videos .video .info p {
    font-size: 16px;
    color: #fff;
    line-height: 1.3;
    font-weight: 500;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.8);
    margin: 0;
  }
  .bg3 .plusi {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
  }
  .bg3 .plusi .item {
    padding: 30px 20px;
    background-color: #fff;
    border-radius: 10px;
    width: 19%;
    text-align: center;
  }
  .bg3 .plusi .item b {
    display: block;
    font-size: 32px;
    font-weight: 600;
  }
  .bg3 .plusi .item p {
    font-size: 15px;
    line-height: 120%;
    margin-top: 15px;
    color: #404040;
  }
  .bg4 .quiz {
    background: #fff;
    border-radius: 15px;
    padding: 50px;
    margin-top: 40px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
  }
  .bg4 .quiz-progress {
    margin-bottom: 30px;
  }
  .bg4 .quiz-progress .progress-bar {
    background: #eef0f5;
    height: 6px;
    border-radius: 3px;
    overflow: hidden;
    margin-bottom: 10px;
  }
  .bg4 .quiz-progress .progress-bar .progress-fill {
    height: 100%;
    background: #ff9600;
    transition: width 0.3s ease;
  }
  .bg4 .quiz-progress .progress-text {
    font-size: 15px;
    color: #888;
    font-weight: 500;
  }
  .bg4 .quiz-step {
    display: none;
  }
  .bg4 .quiz-step.active {
    display: block;
    animation: fadeIn 0.4s ease;
  }
  .bg4 .quiz-step h4 {
    font-size: 26px;
    margin-bottom: 30px;
    font-weight: 600;
  }
  .bg4 .quiz-options {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  .bg4 .quiz-option {
    display: flex;
    align-items: center;
    padding: 25px 20px;
    border: 2px solid #eef0f5;
    border-radius: 10px;
    cursor: pointer;
    transition: 0.2s ease;
    font-size: 18px;
    font-weight: 500;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }
  .bg4 .quiz-option input {
    margin-right: 15px;
    width: 22px;
    height: 22px;
    accent-color: #ff9600;
    cursor: pointer;
  }
  .bg4 .quiz-option:hover {
    border-color: #ff9600;
  }
  .bg4 .quiz-option.selected {
    border-color: #ff9600;
    background: rgba(255, 150, 0, 0.05);
  }
  .bg4 .quiz-form {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: none;
  }
  .bg4 .quiz-form .form-row {
    display: flex;
    gap: 20px;
    align-items: stretch;
    width: 100%;
  }
  .bg4 .quiz-form input {
    flex: 1;
    height: 70px;
    padding: 0 25px;
    border: 2px solid #eef0f5;
    border-radius: 10px;
    font-size: 18px;
    font-family: "Gilroy", sans-serif !important;
    outline: none !important;
    transition: 0.3s;
    background-color: transparent;
  }
  .bg4 .quiz-form input:focus {
    border-color: #ff9600;
  }
  .bg4 .quiz-form .button {
    flex: 1;
    height: 70px;
    margin-left: 0;
    margin-top: 0;
  }
  .bg4 .quiz-form .button button {
    border-radius: 10px;
    width: 100%;
  }
}
@media screen and (min-width: 700px) and (max-width: 700px) {
  .bg4 .quiz-form .form-row {
    flex-direction: column;
    gap: 15px;
  }
  .bg4 .quiz-form .button {
    margin-top: 0;
  }
}
@media screen and (min-width: 700px) {
  .bg4 .quiz-layout {
    display: flex;
    gap: 40px;
    align-items: flex-start;
  }
  .bg4 .quiz-main {
    flex: 1;
    min-width: 0;
  }
  .bg4 .quiz-sidebar {
    width: 280px;
    flex-shrink: 0;
    background-color: #333;
    padding: 25px;
    border-radius: 15px;
    position: relative;
    overflow: hidden;
  }
  .bg4 .quiz-sidebar::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url(../img/bg1/bg-dark.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    filter: blur(60px);
    opacity: 0.1;
    z-index: 0;
  }
  .bg4 .quiz-sidebar .expert-profile {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
  }
  .bg4 .quiz-sidebar .expert-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #eef0f5;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    color: #888;
  }
  .bg4 .quiz-sidebar .expert-avatar svg {
    width: 30px;
    height: 30px;
  }
  .bg4 .quiz-sidebar .expert-avatar .online-indicator {
    width: 12px;
    height: 12px;
    background: #4caf50;
    border: 2px solid #333;
    border-radius: 50%;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .bg4 .quiz-sidebar .expert-name {
    font-weight: 600;
    font-size: 16px;
    color: #fff;
  }
  .bg4 .quiz-sidebar .expert-role {
    font-size: 13px;
    color: #b0afaf;
    margin-top: 2px;
  }
  .bg4 .quiz-sidebar .expert-bubble {
    background: #252525;
    padding: 20px;
    border-radius: 15px;
    border-top-left-radius: 0;
    font-size: 15px;
    line-height: 1.5;
    color: #e2e2e2;
    position: relative;
    z-index: 1;
  }
  .bg4 .quiz-footer {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 40px;
    padding-top: 30px;
    border-top: 1px solid #eef0f5;
  }
  .bg4 .quiz-nav {
    display: flex;
    align-items: center;
    gap: 15px;
  }
  .bg4 .quiz-nav .quiz-btn-prev {
    background: #f2f3f7;
    color: #404040;
    border: none;
    padding: 0 30px;
    height: 70px;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s;
    font-family: inherit;
  }
  .bg4 .quiz-nav .quiz-btn-prev:hover {
    background: #e1e3e8;
  }
  .bg4 .quiz-nav .button {
    height: 70px;
    width: 200px;
    margin: 0;
  }
  .bg4 .quiz-nav .button button {
    border-radius: 10px;
    width: 100%;
  }
  .bg4 .quiz-nav .button button[disabled] {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
    filter: grayscale(1);
  }
}
@media screen and (min-width: 700px) and (max-width: 900px) {
  .bg4 .quiz-layout {
    flex-direction: column;
  }
  .bg4 .quiz-sidebar {
    width: 100%;
    margin-top: 10px;
    padding-top: 30px;
    border-top: 1px solid #eef0f5;
  }
}
@media screen and (min-width: 700px) and (max-width: 700px) {
  .bg4 .quiz {
    padding: 25px;
  }
  .bg4 .quiz-options {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .bg4 .quiz-option {
    padding: 15px;
  }
  .bg4 .quiz-nav {
    width: 100%;
    flex-direction: column-reverse;
  }
  .bg4 .quiz-nav .button,
  .bg4 .quiz-nav .quiz-btn-prev {
    width: 100%;
  }
}
@media screen and (min-width: 700px) {
  @keyframes fadeIn {
    from {
      opacity: 0;
      transform: translateY(10px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  .bg5 .left {
    width: 650px;
  }
  .bg5 .left .h3 {
    width: 100%;
  }
  .bg5 .left .h3 h3 {
    width: 100%;
    text-align: left;
    position: relative;
    z-index: 3;
  }
  .bg5 .left .h3 p {
    width: 100%;
    text-align: left;
    position: relative;
    z-index: 3;
  }
  .bg5 .left .h3 p b {
    font-weight: 600;
  }
  .bg5 .left .h3 .image-wrapper {
    position: absolute;
    top: 0;
    left: 40%;
    right: 0;
    bottom: 0;
    overflow: hidden;
    width: 1000px;
    height: 600px;
  }
  .bg5 .left .h3 .main_img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-mask-composite: destination-in;
    -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 20%, black 50%, transparent 100%), linear-gradient(to right, transparent 0%, black 40%, black 60%, transparent 100%);
            mask-image: linear-gradient(to bottom, transparent 0%, black 20%, black 50%, transparent 100%), linear-gradient(to right, transparent 0%, black 40%, black 60%, transparent 100%);
    -webkit-mask-composite: source-in, xor;
            mask-composite: intersect;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
  }
  .bg5 .plusi {
    margin-top: 40px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 3;
    flex-wrap: wrap;
  }
  .bg5 .plusi .item {
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #7d7d7d;
    width: 32%;
  }
  .bg5 .plusi .item:nth-child(n+4) {
    margin-top: 20px;
  }
  .bg5 .plusi .item b {
    display: block;
    font-size: 20px;
    margin-top: 10px;
    font-weight: 600;
  }
  .bg5 .plusi .item p {
    font-size: 14px;
    color: #d2d2d2;
    line-height: 135%;
    margin-top: 5px;
  }
  .bg5 .brands_h3 {
    margin-top: 60px;
  }
  .bg5 .brands {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .bg5 .brands img {
    width: -moz-max-content !important;
    width: max-content !important;
    height: 120px !important;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .bg5 .brands .owl-nav {
    display: none !important;
  }
  .bg6 .h3 {
    width: 770px;
    margin-left: auto;
    margin-right: auto;
  }
  .bg6 .h3 h3 {
    width: 100%;
  }
  .bg6 .h3 p {
    width: 100%;
  }
  .bg6 .cases {
    display: flex;
    width: 100%;
    margin-top: 40px;
    padding: 0;
    border-radius: 10px;
    align-items: center;
    position: relative;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: stretch;
  }
  .bg6 .cases .owl-next {
    margin-right: 80px;
  }
  .bg6 .cases .owl-prev {
    margin-left: 80px;
  }
  .bg6 .cases .item {
    display: flex;
    align-items: stretch;
    background-color: #fff;
    padding: 40px;
    border-radius: 10px;
    flex-direction: column;
    width: 48%;
  }
  .bg6 .cases .item:nth-child(n+3) {
    margin-top: 40px;
  }
  .bg6 .cases .item > .img {
    width: 100%;
    height: 300px;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
  }
  .bg6 .cases .item > .img .owl-stage-outer,
  .bg6 .cases .item > .img .owl-stage,
  .bg6 .cases .item > .img .owl-item {
    height: 100%;
  }
  .bg6 .cases .item > .img .owl-nav {
    position: absolute !important;
    top: 50% !important;
    left: 0 !important;
    width: 100% !important;
    transform: translateY(-50%) !important;
    display: flex !important;
    justify-content: space-between !important;
    padding: 0 15px !important;
    box-sizing: border-box !important;
    pointer-events: none !important;
    margin-top: 0 !important;
  }
  .bg6 .cases .item > .img .owl-nav button.owl-prev,
  .bg6 .cases .item > .img .owl-nav button.owl-next {
    background-color: transparent !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    pointer-events: auto !important;
    position: static !important;
    margin: 0 !important;
    opacity: 1 !important;
    transition: 0.3s !important;
    border: none !important;
    padding: 0 !important;
    left: auto !important;
    right: auto !important;
    transform: none !important;
    width: 45px !important;
    height: 45px !important;
  }
  .bg6 .cases .item > .img .owl-nav button.owl-prev:hover,
  .bg6 .cases .item > .img .owl-nav button.owl-next:hover {
    opacity: 0.8 !important;
    background-color: transparent !important;
    transform: none !important;
  }
  .bg6 .cases .item > .img .owl-nav button.owl-prev img,
  .bg6 .cases .item > .img .owl-nav button.owl-next img {
    width: 45px !important;
    height: 45px !important;
    -o-object-fit: contain !important;
       object-fit: contain !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .bg6 .cases .item > .img .fotos {
    position: absolute;
    bottom: 15px;
    left: 15px;
    background-color: #fff;
    padding: 7px 15px;
    line-height: 16px;
    font-size: 16px;
    border-radius: 5px;
    font-weight: 600;
    z-index: 10;
  }
  .bg6 .cases .item > .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .bg6 .cases .item h4 {
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: 600;
    line-height: 115%;
  }
  .bg6 .cases .item > p {
    font-size: 16px;
    color: #404040;
    padding: 10px 0;
    border-top: 1px solid #c5c5c5;
  }
  .bg6 .cases .item > p:first-of-type {
    border-top: none;
    padding-top: 0;
    font-size: 14px;
    line-height: 130%;
  }
  .bg6 .cases .item > b {
    display: block;
    margin-top: 15px;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 600;
  }
  .bg6 .cases .item .button {
    margin-top: auto;
    padding-top: 10px;
  }
  .bg7 .zayavka {
    border-radius: 10px;
    padding: 60px;
  }
  .bg7 .zayavka .h3 {
    width: 660px;
  }
  .bg7 .zayavka .h3 span {
    margin-bottom: 10px;
    display: block;
    font-size: 18px;
    color: #ffddad;
    position: relative;
    z-index: 3;
  }
  .bg7 .zayavka .h3 h3 {
    font-size: 44px;
    text-align: left;
    position: relative;
    z-index: 3;
  }
  .bg7 .zayavka .h3 p {
    text-align: left;
    margin-left: 0;
    width: 100%;
    position: relative;
    z-index: 3;
  }
  .bg7 .zayavka .last {
    width: 500px;
  }
  .bg7 .zayavka .button {
    margin-top: 40px;
  }
  .bg7 .zayavka .img_zayavka {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 60%;
  }
  .bg7 .zayavka .img_zayavka .fon {
    height: 100%;
    -webkit-mask-image: linear-gradient(to right, transparent 0%, black 80%);
    mask-image: linear-gradient(to right, transparent 0%, black 80%);
    width: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .bg7 .zayavka .img_zayavka .doc {
    position: absolute;
    z-index: 3;
    width: 600px;
    top: 40px;
    right: -70px;
  }
  .bg7 .zayavka .img_zayavka .man {
    position: absolute;
    z-index: 3;
    width: 400px;
    top: 30px;
    right: 120px;
  }
  .bg7 .zayavka .img_zayavka .name {
    position: absolute;
    background-color: #fff;
    z-index: 4;
    right: 60px;
    bottom: 60px;
    color: #333;
    height: 85px;
    padding: 0 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
  }
  .bg7 .zayavka .img_zayavka .name b {
    font-size: 18px;
    display: block;
  }
  .bg7 .zayavka .img_zayavka .img {
    width: 140px;
    height: 140px;
    position: absolute;
    z-index: 4;
    bottom: 50px;
    left: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  .bg7 .zayavka .img_zayavka .img p {
    position: absolute;
    color: #333;
    font-weight: 700;
    font-size: 22px;
    z-index: 2;
  }
  .bg7 .zayavka .img_zayavka .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    animation: spin 15s linear infinite;
  }
  @keyframes spin {
    100% {
      transform: rotate(-360deg);
    }
  }
  .bg7 .zayavka .plusi {
    margin-top: 25px;
    position: relative;
    z-index: 3;
    width: 450px;
  }
  .bg7 .zayavka .plusi .item {
    display: flex;
    align-items: center;
  }
  .bg7 .zayavka .plusi .item:nth-child(n+2) {
    margin-top: 10px;
  }
  .bg7 .zayavka .plusi .img {
    width: 35px;
    height: 35px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    background-color: #fff;
    flex: none;
  }
  .bg7 .zayavka .plusi p {
    font-size: 18px;
    margin-left: 15px;
    color: #e2e2e2;
    width: -moz-fit-content;
    width: fit-content;
  }
  .bg7 .zayavka .plusi p b {
    color: #fff;
    font-weight: 500;
  }
  .bg8 .team {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    flex-wrap: wrap;
  }
  .bg8 .team .item {
    width: 23%;
  }
  .bg8 .team .item:nth-child(n+5) {
    margin-top: 30px;
  }
  .bg8 .team .item .img {
    width: 100%;
    height: 400px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 10px;
    overflow: hidden;
  }
  .bg8 .team .item .img img {
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .bg8 .team .item b {
    display: block;
    text-align: center;
    width: 100%;
    margin-top: 10px;
    font-size: 18px;
  }
  .bg8 .team .item p {
    text-align: center;
    width: 100%;
    font-size: 14px;
  }
  .bg9 .h3 {
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .bg9 .h3 h3 {
    width: 100%;
  }
  .bg9 .h3 p {
    width: 100%;
  }
  .bg9 .etapi {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 40px;
  }
  .bg9 .etapi .item {
    padding: 30px;
    background-color: #fff;
    border-radius: 10px;
    width: 32%;
  }
  .bg9 .etapi .item:nth-child(n+4) {
    margin-top: 20px;
  }
  .bg9 .etapi .item .img {
    width: 100%;
    height: 200px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
  }
  .bg9 .etapi .item .img p {
    position: absolute;
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background-color: #f2f3f7;
    font-size: 28px;
    line-height: 28px;
    font-weight: 600;
    bottom: 15px;
    left: 15px;
  }
  .bg9 .etapi .item .img img {
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .bg9 .etapi .item b {
    display: block;
    font-weight: 600;
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 5px;
  }
  .bg9 .etapi .item p {
    font-size: 14px;
    line-height: 135%;
    color: #404040;
  }
  .faq {
    margin-top: 40px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
    align-items: start;
  }
  .faq .faq-item {
    background-color: transparent;
    border-radius: 0;
    margin-bottom: 0;
    overflow: hidden;
  }
  .faq .faq-item .faq-question {
    padding: 25px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    border-radius: 10px;
    cursor: pointer;
  }
  .faq .faq-item .faq-question span {
    font-size: 20px;
    font-weight: 600;
    color: #000;
  }
  .faq .faq-item .faq-question .icon {
    width: 50px;
    height: 50px;
    transition: transform 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transform: rotate(0deg);
  }
  .faq .faq-item .faq-answer {
    padding: 15px 30px 15px 30px;
    display: none;
  }
  .faq .faq-item .faq-answer p {
    font-size: 16px;
    line-height: 140%;
    color: #404040;
  }
  .faq .faq-item.active .faq-question .icon {
    transform: rotate(45deg);
  }
  .footer .h3 h3 {
    text-align: left;
  }
  .footer .contacts {
    margin-top: 40px;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
  }
  .footer .contacts .mmap {
    width: 700px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    z-index: 3;
  }
  .footer .contacts .cont {
    width: 430px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 15px;
    position: relative;
    z-index: 3;
  }
  .footer .contacts .cont .item {
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #7d7d7d;
    width: 100%;
  }
  .footer .contacts .cont .item:nth-child(2) {
    width: calc(50% - 7.5px);
  }
  .footer .contacts .cont .item:nth-child(3) {
    width: calc(50% - 7.5px);
  }
  .footer .contacts .cont .item p {
    margin-top: 5px;
  }
  .footer .contacts .cont .item a,
  .footer .contacts .cont .item b {
    display: block;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    margin-top: 5px;
    font-weight: 600;
  }
  .footer .ip {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
    position: relative;
    z-index: 3;
  }
  .footer .ip p {
    width: 40%;
    text-align: left;
    font-weight: 300;
    font-size: 14px;
  }
  .footer .ip p a {
    color: #ff9600;
  }
  .footer .ip p:last-child {
    text-align: right;
  }
  .forma_pop {
    width: 400px;
    padding: 40px;
    background: #eaebf1;
    border-radius: 20px;
  }
  .forma_pop form {
    flex-direction: column;
    margin-top: 20px;
  }
  .forma_pop h4 {
    color: #333;
    font-size: 24px;
    font-weight: 600;
    line-height: 26px;
  }
  .forma_pop > p {
    color: #333;
    margin-top: 10px;
    line-height: 22px;
  }
  .forma_pop .button {
    height: 80px;
    border-radius: 10px;
    margin-left: 0px;
    width: 100%;
  }
  .forma_pop input,
  .forma_pop button {
    border-radius: 10px;
    height: 80px;
    width: 100%;
  }
  .forma_pop input {
    height: 70px;
    margin-bottom: 10px;
    background-color: #fff;
    font-size: 18px;
  }
  .forma_pop small {
    margin-top: 10px;
    font-size: 14px;
    line-height: 18px;
    display: block;
    color: #8d8d8d;
    text-align: center;
  }
  .vidget {
    display: none !important;
  }
}
@media screen and (max-width: 1200px) and (min-width: 993px) {
  html {
    min-width: 993px;
    zoom: 80%;
  }
}
@media screen and (max-width: 992px) and (min-width: 700px) {
  * {
    margin: 0;
    padding: 0;
    outline: 0 !important;
    box-sizing: border-box;
  }
  html {
    min-width: 700px;
    line-height: 145%;
    overflow-x: hidden;
  }
  *:before,
  *:after {
    box-sizing: border-box;
  }
  body {
    color: #333;
    font-family: "Gilroy", sans-serif !important;
    -webkit-overflow-scrolling: touch;
    font-weight: 400;
    font-style: normal;
    -webkit-text-size-adjust: 100%;
    background-color: #f2f3f7;
  }
  .container {
    max-width: 700px;
    min-width: 700px;
    margin: 0 auto;
    padding: 0 20px;
  }
  .container2 {
    max-width: 700px;
    width: 100%;
    min-width: 700px;
    margin: 0 auto;
    padding: 0 20px;
  }
  .cd-auto-hide-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    transition: transform 0.5s;
    z-index: 30;
    display: flex;
    align-items: center;
  }
  .cd-auto-hide-header.is-hidden {
    transform: translateY(0%);
  }
  .animate {
    background-color: #282829;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  }
  section {
    padding: 80px 0;
  }
  header {
    background: url(../img/bg1.webp) no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
  }
  .h3 h3 {
    font-size: 42px;
    font-weight: 600;
    text-align: center;
    line-height: 100%;
  }
  .h3 p {
    font-size: 18px;
    text-align: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    line-height: 130%;
    color: #2a2a2a;
  }
  h3 span {
    font-weight: 500;
    color: #ff9600;
  }
  .button {
    position: relative;
    z-index: 10;
    width: -moz-max-content;
    width: max-content;
    height: 85px;
  }
  .button button {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 35px;
    height: 100%;
    background-image: linear-gradient(to top, #f29716, #ffddad);
    font-family: "Gilroy", sans-serif !important;
    cursor: pointer;
    border: none;
    color: #333;
    border-radius: 10px;
    overflow: hidden;
    transition: 0.3s;
  }
  .button button p {
    position: relative;
    z-index: 1;
    font-size: 22px;
    line-height: 1;
    display: flex;
    align-items: center;
    font-weight: 600;
  }
  .button button p img {
    margin-right: 10px;
    height: 30px;
    width: auto;
  }
  .button button:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to top, #ffddad, #f29716);
    opacity: 0;
    transition: 0.3s;
  }
  .button button:hover:before {
    opacity: 1;
  }
  .button.button_border button {
    background-image: none;
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.4);
    color: #fff;
  }
  .button.button_border button p {
    font-weight: 500;
  }
  .button.button_border button:before {
    background-image: none;
    background-color: rgba(255, 255, 255, 0.1);
  }
  .button.button_border button:hover {
    border-color: #fff;
  }
  .bg-dark {
    position: relative;
    overflow: hidden;
    background-color: #333;
    color: #fff;
  }
  .bg-dark .h3 p {
    color: #e2e2e2;
  }
  .bg-dark::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url(../img/bg1/bg-dark.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    filter: blur(60px);
    opacity: 0.1;
    z-index: 0;
    -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 20%, black 80%, transparent 100%);
    mask-image: linear-gradient(to bottom, transparent 0%, black 20%, black 80%, transparent 100%);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
  }
  .menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
  }
  .menu p {
    font-size: 14px;
    line-height: 140%;
    font-weight: 400;
  }
  .menu p b {
    font-weight: 700;
  }
  .menu .logo {
    display: flex;
    align-items: center;
  }
  .menu .logo img {
    height: 40px;
  }
  .menu .logo p {
    width: 225px;
    margin-left: 20px;
    color: #e2e2e2;
    display: none;
  }
  .menu .adr {
    display: flex;
    align-items: center;
  }
  .menu .adr img {
    width: 52px;
  }
  .menu .adr p {
    width: 200px;
    margin-left: 15px;
  }
  .menu .soc {
    display: flex;
    align-items: center;
    margin-left: auto;
    margin-right: 30px;
  }
  .menu .soc a {
    width: 40px;
    height: 40px;
    display: flex;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .menu .soc a:nth-child(n+2) {
    margin-left: 8px;
  }
  .menu .soc a img {
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .menu .tel {
    text-align: right;
    margin-right: 0px;
  }
  .menu .tel a:first-child {
    font-size: 14px;
    font-weight: 300;
    line-height: 14px;
    margin-top: 0;
    color: #e2e2e2;
  }
  .menu .tel a {
    font-size: 24px;
    line-height: 24px;
    font-weight: 600;
    text-decoration: none;
    color: #fff;
    margin-top: 7px;
    display: block;
  }
  .menu .button {
    height: 50px;
    display: none;
  }
  .menu .button button {
    padding: 0 25px;
  }
  .menu .button button p {
    font-size: 16px;
  }
  main {
    padding-top: 130px;
    background-color: #333;
    color: #fff;
    padding-bottom: 80px;
    position: relative;
  }
  main.bg-dark::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, #252525 0%, transparent 30%, transparent 70%, #252525 100%);
    z-index: 2;
    pointer-events: none;
  }
  main .image-wrapper {
    position: absolute;
    top: 0;
    left: 45%;
    right: 0;
    bottom: 0;
    overflow: hidden;
    width: 1000px;
  }
  main .main_img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-mask-composite: destination-in;
    -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 20%, black 50%, transparent 100%), linear-gradient(to right, transparent 0%, black 40%, black 60%, transparent 100%);
            mask-image: linear-gradient(to bottom, transparent 0%, black 20%, black 50%, transparent 100%), linear-gradient(to right, transparent 0%, black 40%, black 60%, transparent 100%);
    -webkit-mask-composite: source-in, xor;
            mask-composite: intersect;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
  }
  main h1 {
    font-size: 46px;
    font-weight: 600;
    line-height: 115%;
    width: 100%;
    position: relative;
    z-index: 3;
  }
  main h1 span {
    color: #ffddad;
  }
  main h1 span u {
    display: block;
  }
  main .h1_dop {
    margin-top: 10px;
    font-size: 20px;
    line-height: 140%;
    font-weight: 400;
    width: 560px;
    color: #e2e2e2;
    position: relative;
    z-index: 3;
  }
  main .plusi {
    margin-top: 20px;
    position: relative;
    z-index: 3;
  }
  main .plusi .item {
    display: flex;
    align-items: center;
  }
  main .plusi .item:nth-child(n+2) {
    margin-top: 10px;
  }
  main .plusi .img {
    width: 35px;
    height: 35px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    background-color: #fff;
  }
  main .plusi p {
    font-size: 18px;
    margin-left: 15px;
    color: #e2e2e2;
  }
  main .plusi p b {
    color: #fff;
    font-weight: 500;
  }
  main .button_block {
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: 40px;
  }
  main .button_block .button:nth-child(n+2) {
    margin-left: 20px;
  }
  .bg2 .tabs {
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
    justify-content: space-between;
  }
  .bg2 .tabs input {
    display: none;
  }
  .bg2 .tabs label {
    display: block;
    width: 49%;
    margin: 0 0 -1px;
    padding: 25px 20px;
    text-align: center;
    color: #333;
    background-color: #fff;
    border-radius: 10px;
    cursor: pointer;
  }
  .bg2 .tabs label img {
    height: 110px;
  }
  .bg2 .tabs label p {
    font-weight: 400;
    margin-top: 0;
    font-size: 19px;
  }
  .bg2 .tabs label:hover {
    color: #fff;
    background-color: #ff9600;
    box-shadow: none;
  }
  .bg2 .tabs input:checked + label {
    color: #fff;
    background-color: #ff9600;
    box-shadow: none;
  }
  .bg2 .tabs input:checked + label p {
    font-weight: 600;
  }
  .bg2 .tabs section {
    display: none;
    width: 100%;
    margin-top: 40px;
    padding: 0;
    border-radius: 10px;
    align-items: center;
    position: relative;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .bg2 .tabs section .owl-next {
    margin-right: 80px;
  }
  .bg2 .tabs section .owl-prev {
    margin-left: 80px;
  }
  .bg2 .tabs section .item {
    display: flex;
    align-items: stretch;
    background-color: #fff;
    padding: 40px;
    border-radius: 10px;
    flex-direction: column;
    width: 100%;
  }
  .bg2 .tabs section .item:nth-child(n+2) {
    margin-top: 40px;
  }
  .bg2 .tabs section .item > img {
    width: 100%;
    height: 300px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 5px;
  }
  .bg2 .tabs section .item h4 {
    font-size: 22px;
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: 600;
  }
  .bg2 .tabs section .item > p {
    font-size: 16px;
    color: #404040;
    line-height: 130%;
  }
  .bg2 .tabs section .item b {
    display: block;
    margin-top: 15px;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 600;
  }
  .bg2 .tabs section .item .gde {
    display: flex;
    align-items: center;
    padding: 10px 20px;
    border-radius: 10px;
    flex: none;
    border: 1px solid #c5c5c5;
    margin-top: 15px;
  }
  .bg2 .tabs section .item .gde .img {
    width: 30px;
    height: 30px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    background-color: #f2f3f7;
  }
  .bg2 .tabs section .item .gde p {
    width: -moz-fit-content;
    width: fit-content;
    margin-left: 15px;
    font-size: 14px;
    font-weight: 400;
    line-height: 130%;
  }
  .bg2 #tab1:checked ~ #content1,
  .bg2 #tab2:checked ~ #content2,
  .bg2 #tab3:checked ~ #content3,
  .bg2 #tab4:checked ~ #content4 {
    display: flex;
  }
  .bg3 .h3 {
    width: 700px;
    margin-left: auto;
    margin-right: auto;
  }
  .bg3 .videos {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-top: 40px;
  }
  .bg3 .videos .video {
    position: relative;
    height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 10px;
    text-decoration: none;
    overflow: hidden;
    transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
  }
}
@media screen and (max-width: 992px) and (min-width: 700px) and (max-width: 700px) {
  .bg3 .videos .video {
    height: 200px;
  }
}
@media screen and (max-width: 992px) and (min-width: 700px) {
  .bg3 .videos .video:hover {
    transform: translateY(-5px);
    border-color: #ff9600;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
  }
  .bg3 .videos .video:hover .info img {
    transform: scale(1.1);
  }
  .bg3 .videos .video::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.2));
    pointer-events: none;
    border-radius: 14px;
    transition: background 0.3s ease;
  }
  .bg3 .videos .video:hover::after {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.4));
  }
  .bg3 .videos .video > img {
    width: 100%;
    border-radius: 14px;
    height: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    transition: transform 0.5s ease;
  }
  .bg3 .videos .video:hover > img {
    transform: scale(1.03);
  }
  .bg3 .videos .video .info {
    position: absolute;
    width: 85%;
    text-align: center;
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }
  .bg3 .videos .video .info img {
    width: 55px;
    height: 55px;
    transition: transform 0.3s ease;
    filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.3));
  }
  .bg3 .videos .video .info p {
    font-size: 16px;
    color: #fff;
    line-height: 1.3;
    font-weight: 500;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.8);
    margin: 0;
  }
  .bg3 .plusi {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    flex-wrap: wrap;
  }
  .bg3 .plusi .item {
    padding: 30px 20px;
    background-color: #fff;
    border-radius: 10px;
    width: 48%;
    text-align: center;
  }
  .bg3 .plusi .item:nth-child(3) {
    width: 100%;
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .bg3 .plusi .item b {
    display: block;
    font-size: 32px;
    font-weight: 600;
  }
  .bg3 .plusi .item p {
    font-size: 15px;
    line-height: 120%;
    margin-top: 15px;
    color: #404040;
  }
  .bg4 .quiz {
    background: #fff;
    border-radius: 15px;
    padding: 30px;
    margin-top: 40px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
  }
  .bg4 .quiz-progress {
    margin-bottom: 30px;
  }
  .bg4 .quiz-progress .progress-bar {
    background: #eef0f5;
    height: 6px;
    border-radius: 3px;
    overflow: hidden;
    margin-bottom: 10px;
  }
  .bg4 .quiz-progress .progress-bar .progress-fill {
    height: 100%;
    background: #ff9600;
    transition: width 0.3s ease;
  }
  .bg4 .quiz-progress .progress-text {
    font-size: 15px;
    color: #888;
    font-weight: 500;
  }
  .bg4 .quiz-step {
    display: none;
  }
  .bg4 .quiz-step.active {
    display: block;
    animation: fadeIn 0.4s ease;
  }
  .bg4 .quiz-step h4 {
    font-size: 26px;
    margin-bottom: 30px;
    font-weight: 600;
  }
  .bg4 .quiz-options {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  .bg4 .quiz-option {
    display: flex;
    align-items: center;
    padding: 25px 20px;
    border: 2px solid #eef0f5;
    border-radius: 10px;
    cursor: pointer;
    transition: 0.2s ease;
    font-size: 18px;
    font-weight: 500;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }
  .bg4 .quiz-option input {
    margin-right: 15px;
    width: 22px;
    height: 22px;
    accent-color: #ff9600;
    cursor: pointer;
  }
  .bg4 .quiz-option:hover {
    border-color: #ff9600;
  }
  .bg4 .quiz-option.selected {
    border-color: #ff9600;
    background: rgba(255, 150, 0, 0.05);
  }
  .bg4 .quiz-form {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: none;
  }
  .bg4 .quiz-form .form-row {
    display: flex;
    gap: 20px;
    align-items: stretch;
    width: 100%;
  }
  .bg4 .quiz-form input {
    flex: 1;
    height: 70px;
    padding: 0 25px;
    border: 2px solid #eef0f5;
    border-radius: 10px;
    font-size: 18px;
    font-family: "Gilroy", sans-serif !important;
    outline: none !important;
    transition: 0.3s;
    background-color: transparent;
  }
  .bg4 .quiz-form input:focus {
    border-color: #ff9600;
  }
  .bg4 .quiz-form .button {
    flex: 1;
    height: 70px;
    margin-left: 0;
    margin-top: 0;
  }
  .bg4 .quiz-form .button button {
    border-radius: 10px;
    width: 100%;
  }
}
@media screen and (max-width: 992px) and (min-width: 700px) and (max-width: 700px) {
  .bg4 .quiz-form .form-row {
    flex-direction: column;
    gap: 15px;
  }
  .bg4 .quiz-form .button {
    margin-top: 0;
  }
}
@media screen and (max-width: 992px) and (min-width: 700px) {
  .bg4 .quiz-layout {
    display: flex;
    gap: 40px;
    align-items: flex-start;
  }
  .bg4 .quiz-main {
    flex: 1;
    min-width: 0;
    order: 1;
    width: 100%;
  }
  .bg4 .quiz-sidebar {
    width: 280px;
    flex-shrink: 0;
    background-color: #333;
    padding: 25px;
    border-radius: 15px;
    position: relative;
    overflow: hidden;
    order: 0;
  }
  .bg4 .quiz-sidebar::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url(../img/bg1/bg-dark.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    filter: blur(60px);
    opacity: 0.1;
    z-index: 0;
  }
  .bg4 .quiz-sidebar .expert-profile {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
  }
  .bg4 .quiz-sidebar .expert-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #eef0f5;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    color: #888;
  }
  .bg4 .quiz-sidebar .expert-avatar svg {
    width: 30px;
    height: 30px;
  }
  .bg4 .quiz-sidebar .expert-avatar .online-indicator {
    width: 12px;
    height: 12px;
    background: #4caf50;
    border: 2px solid #333;
    border-radius: 50%;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .bg4 .quiz-sidebar .expert-name {
    font-weight: 600;
    font-size: 16px;
    color: #fff;
  }
  .bg4 .quiz-sidebar .expert-role {
    font-size: 13px;
    color: #b0afaf;
    margin-top: 2px;
  }
  .bg4 .quiz-sidebar .expert-bubble {
    background: #252525;
    padding: 20px;
    border-radius: 15px;
    border-top-left-radius: 0;
    font-size: 15px;
    line-height: 1.5;
    color: #e2e2e2;
    position: relative;
    z-index: 1;
  }
  .bg4 .quiz-footer {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 40px;
    padding-top: 30px;
    border-top: 1px solid #eef0f5;
  }
  .bg4 .quiz-nav {
    display: flex;
    align-items: center;
    gap: 15px;
  }
  .bg4 .quiz-nav .quiz-btn-prev {
    background: #f2f3f7;
    color: #404040;
    border: none;
    padding: 0 30px;
    height: 70px;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s;
    font-family: inherit;
  }
  .bg4 .quiz-nav .quiz-btn-prev:hover {
    background: #e1e3e8;
  }
  .bg4 .quiz-nav .button {
    height: 70px;
    width: 200px;
    margin: 0;
  }
  .bg4 .quiz-nav .button button {
    border-radius: 10px;
    width: 100%;
  }
  .bg4 .quiz-nav .button button[disabled] {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
    filter: grayscale(1);
  }
}
@media screen and (max-width: 992px) and (min-width: 700px) and (max-width: 900px) {
  .bg4 .quiz-layout {
    flex-direction: column;
  }
  .bg4 .quiz-sidebar {
    width: 100%;
    margin-top: 0px;
    padding-top: 30px;
    border-top: 1px solid #eef0f5;
  }
}
@media screen and (max-width: 992px) and (min-width: 700px) and (max-width: 700px) {
  .bg4 .quiz {
    padding: 25px;
  }
  .bg4 .quiz-options {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .bg4 .quiz-option {
    padding: 15px;
  }
  .bg4 .quiz-nav {
    width: 100%;
    flex-direction: column-reverse;
  }
  .bg4 .quiz-nav .button,
  .bg4 .quiz-nav .quiz-btn-prev {
    width: 100%;
  }
}
@media screen and (max-width: 992px) and (min-width: 700px) {
  @keyframes fadeIn {
    from {
      opacity: 0;
      transform: translateY(10px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  .bg5 .left {
    width: 100%;
  }
  .bg5 .left .h3 {
    width: 100%;
  }
  .bg5 .left .h3 h3 {
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 3;
  }
  .bg5 .left .h3 p {
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 3;
  }
  .bg5 .left .h3 p b {
    font-weight: 600;
  }
  .bg5 .left .h3 .image-wrapper {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    width: 100%;
    height: 400px;
  }
  .bg5 .left .h3 .main_img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-mask-composite: destination-in;
    -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 20%, black 50%, transparent 100%), linear-gradient(to right, transparent 0%, black 40%, black 60%, transparent 100%);
            mask-image: linear-gradient(to bottom, transparent 0%, black 20%, black 50%, transparent 100%), linear-gradient(to right, transparent 0%, black 40%, black 60%, transparent 100%);
    -webkit-mask-composite: source-in, xor;
            mask-composite: intersect;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
  }
  .bg5 .plusi {
    margin-top: 40px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 3;
    flex-wrap: wrap;
  }
  .bg5 .plusi .item {
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #7d7d7d;
    width: 48%;
  }
  .bg5 .plusi .item:nth-child(n+3) {
    margin-top: 20px;
  }
  .bg5 .plusi .item b {
    display: block;
    font-size: 20px;
    margin-top: 10px;
    font-weight: 600;
  }
  .bg5 .plusi .item p {
    font-size: 14px;
    color: #d2d2d2;
    line-height: 135%;
    margin-top: 5px;
  }
  .bg5 .brands_h3 {
    margin-top: 60px;
  }
  .bg5 .brands {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .bg5 .brands img {
    width: -moz-max-content !important;
    width: max-content !important;
    height: 120px !important;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .bg5 .brands .owl-nav {
    display: none !important;
  }
  .bg6 .h3 {
    width: 770px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .bg6 .h3 h3 {
    width: 100%;
  }
  .bg6 .h3 p {
    width: 100%;
  }
  .bg6 .cases {
    display: flex;
    width: 100%;
    margin-top: 40px;
    padding: 0;
    border-radius: 10px;
    align-items: center;
    position: relative;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .bg6 .cases .owl-next {
    margin-right: 80px;
  }
  .bg6 .cases .owl-prev {
    margin-left: 80px;
  }
  .bg6 .cases .item {
    display: flex;
    align-items: stretch;
    background-color: #fff;
    padding: 40px;
    border-radius: 10px;
    flex-direction: column;
    width: 100%;
  }
  .bg6 .cases .item:nth-child(n+2) {
    margin-top: 40px;
  }
  .bg6 .cases .item > .img {
    width: 100%;
    height: 350px;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
  }
  .bg6 .cases .item > .img .owl-stage-outer,
  .bg6 .cases .item > .img .owl-stage,
  .bg6 .cases .item > .img .owl-item {
    height: 100%;
  }
  .bg6 .cases .item > .img .owl-nav {
    position: absolute !important;
    top: 50% !important;
    left: 0 !important;
    width: 100% !important;
    transform: translateY(-50%) !important;
    display: flex !important;
    justify-content: space-between !important;
    padding: 0 15px !important;
    box-sizing: border-box !important;
    pointer-events: none !important;
    margin-top: 0 !important;
  }
  .bg6 .cases .item > .img .owl-nav button.owl-prev,
  .bg6 .cases .item > .img .owl-nav button.owl-next {
    background-color: transparent !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    pointer-events: auto !important;
    position: static !important;
    margin: 0 !important;
    opacity: 1 !important;
    transition: 0.3s !important;
    border: none !important;
    padding: 0 !important;
    left: auto !important;
    right: auto !important;
    transform: none !important;
    width: 45px !important;
    height: 45px !important;
  }
  .bg6 .cases .item > .img .owl-nav button.owl-prev:hover,
  .bg6 .cases .item > .img .owl-nav button.owl-next:hover {
    opacity: 0.8 !important;
    background-color: transparent !important;
    transform: none !important;
  }
  .bg6 .cases .item > .img .owl-nav button.owl-prev img,
  .bg6 .cases .item > .img .owl-nav button.owl-next img {
    width: 45px !important;
    height: 45px !important;
    -o-object-fit: contain !important;
       object-fit: contain !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .bg6 .cases .item > .img .fotos {
    position: absolute;
    bottom: 15px;
    left: 15px;
    background-color: #fff;
    padding: 7px 15px;
    line-height: 16px;
    font-size: 16px;
    border-radius: 5px;
    font-weight: 600;
    z-index: 10;
  }
  .bg6 .cases .item > .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .bg6 .cases .item h4 {
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: 600;
  }
  .bg6 .cases .item > p {
    font-size: 16px;
    color: #404040;
    padding: 10px 0;
    border-top: 1px solid #c5c5c5;
  }
  .bg6 .cases .item > p:first-of-type {
    border-top: none;
  }
  .bg6 .cases .item > b {
    display: block;
    margin-top: 15px;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 600;
  }
  .bg6 .cases .item .button {
    margin-top: 10px;
  }
  .bg7 .zayavka {
    border-radius: 10px;
    padding: 60px;
  }
  .bg7 .zayavka .h3 {
    width: 100%;
  }
  .bg7 .zayavka .h3 span {
    margin-bottom: 10px;
    display: block;
    font-size: 16px;
    color: #ffddad;
    text-align: center;
    position: relative;
    z-index: 3;
  }
  .bg7 .zayavka .h3 h3 {
    font-size: 36px;
    text-align: center;
    position: relative;
    z-index: 3;
  }
  .bg7 .zayavka .h3 p {
    text-align: center;
    font-size: 16px;
    margin-left: 0;
    width: 100%;
    position: relative;
    z-index: 3;
  }
  .bg7 .zayavka .last {
    width: 100%;
  }
  .bg7 .zayavka .button {
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
  }
  .bg7 .zayavka .img_zayavka {
    position: relative;
    right: 0;
    bottom: 0;
    height: 350px;
    width: 100%;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .bg7 .zayavka .img_zayavka .fon {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-mask-composite: destination-in;
    -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 20%, black 50%, transparent 100%), linear-gradient(to right, transparent 0%, black 40%, black 60%, transparent 100%);
    mask-image: linear-gradient(to bottom, transparent 0%, black 20%, black 50%, transparent 100%), linear-gradient(to right, transparent 0%, black 40%, black 60%, transparent 100%);
    -webkit-mask-composite: source-in, xor;
    mask-composite: intersect;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
  }
  .bg7 .zayavka .img_zayavka .doc {
    position: absolute;
    z-index: 3;
    width: 600px;
    top: 40px;
    right: -100px;
  }
  .bg7 .zayavka .img_zayavka .man {
    position: absolute;
    z-index: 3;
    width: 400px;
    top: 10px;
    right: auto;
  }
  .bg7 .zayavka .img_zayavka .name {
    position: absolute;
    background-color: #fff;
    z-index: 4;
    right: 60px;
    bottom: 60px;
    color: #333;
    height: 85px;
    padding: 0 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
  }
  .bg7 .zayavka .img_zayavka .name b {
    font-size: 18px;
    display: block;
  }
  .bg7 .zayavka .img_zayavka .img {
    width: 140px;
    height: 140px;
    position: absolute;
    z-index: 4;
    bottom: 50px;
    left: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  .bg7 .zayavka .img_zayavka .img p {
    position: absolute;
    color: #333;
    font-weight: 700;
    font-size: 22px;
    z-index: 2;
  }
  .bg7 .zayavka .img_zayavka .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    animation: spin 15s linear infinite;
  }
  @keyframes spin {
    100% {
      transform: rotate(-360deg);
    }
  }
  .bg7 .zayavka .plusi {
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 3;
    width: 450px;
  }
  .bg7 .zayavka .plusi .item {
    display: flex;
    align-items: center;
  }
  .bg7 .zayavka .plusi .item:nth-child(n+2) {
    margin-top: 10px;
  }
  .bg7 .zayavka .plusi .img {
    width: 35px;
    height: 35px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    background-color: #fff;
    flex: none;
  }
  .bg7 .zayavka .plusi p {
    font-size: 18px;
    margin-left: 15px;
    color: #e2e2e2;
    width: -moz-fit-content;
    width: fit-content;
  }
  .bg7 .zayavka .plusi p b {
    color: #fff;
    font-weight: 500;
  }
  .bg8 .team {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    flex-wrap: wrap;
  }
  .bg8 .team .item {
    width: 48%;
  }
  .bg8 .team .item:nth-child(n+3) {
    margin-top: 30px;
  }
  .bg8 .team .item .img {
    width: 100%;
    height: 400px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 10px;
    overflow: hidden;
  }
  .bg8 .team .item .img img {
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .bg8 .team .item b {
    display: block;
    text-align: center;
    width: 100%;
    margin-top: 10px;
    font-size: 18px;
  }
  .bg8 .team .item p {
    text-align: center;
    width: 100%;
    font-size: 14px;
  }
  .bg9 .h3 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .bg9 .h3 h3 {
    width: 100%;
  }
  .bg9 .h3 p {
    width: 100%;
  }
  .bg9 .etapi {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 40px;
  }
  .bg9 .etapi .item {
    padding: 30px;
    background-color: #fff;
    border-radius: 10px;
    width: 48%;
  }
  .bg9 .etapi .item:nth-child(n+3) {
    margin-top: 20px;
  }
  .bg9 .etapi .item .cifra {
    width: 50px;
    height: 50px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background-color: #f2f3f7;
  }
  .bg9 .etapi .item .cifra > p {
    font-size: 36px;
    font-weight: 600;
  }
  .bg9 .etapi .item b {
    display: block;
    font-weight: 600;
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 5px;
  }
  .bg9 .etapi .item p {
    font-size: 14px;
    line-height: 135%;
    color: #404040;
  }
  .faq {
    margin-top: 40px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
    align-items: start;
  }
  .faq .faq-item {
    background-color: transparent;
    border-radius: 0;
    margin-bottom: 0;
    overflow: hidden;
  }
  .faq .faq-item .faq-question {
    padding: 25px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    border-radius: 10px;
    cursor: pointer;
  }
  .faq .faq-item .faq-question span {
    font-size: 20px;
    font-weight: 600;
    color: #000;
  }
  .faq .faq-item .faq-question .icon {
    width: 50px;
    height: 50px;
    transition: transform 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transform: rotate(0deg);
  }
  .faq .faq-item .faq-answer {
    padding: 15px 30px 15px 30px;
    display: none;
  }
  .faq .faq-item .faq-answer p {
    font-size: 16px;
    line-height: 140%;
    color: #404040;
  }
  .faq .faq-item.active .faq-question .icon {
    transform: rotate(45deg);
  }
  .footer .h3 h3 {
    text-align: center;
  }
  .footer .contacts {
    margin-top: 40px;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .footer .contacts .mmap {
    width: 100%;
    height: 400px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    z-index: 3;
    margin-top: 40px;
  }
  .footer .contacts .cont {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    z-index: 3;
  }
  .footer .contacts .cont .item {
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #7d7d7d;
    width: 100%;
  }
  .footer .contacts .cont .item:nth-child(2) {
    width: 49%;
    margin-top: 13px;
  }
  .footer .contacts .cont .item:nth-child(3) {
    width: 49%;
    margin-top: 13px;
  }
  .footer .contacts .cont .item:nth-child(4) {
    margin-top: 13px;
  }
  .footer .contacts .cont .item p {
    margin-top: 5px;
  }
  .footer .contacts .cont .item a,
  .footer .contacts .cont .item b {
    display: block;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    margin-top: 5px;
    font-weight: 600;
  }
  .footer .ip {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
    flex-direction: column;
    position: relative;
    z-index: 3;
  }
  .footer .ip p {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-weight: 300;
    font-size: 14px;
    line-height: 130%;
  }
  .footer .ip p a {
    color: #ff9600;
  }
  .footer .ip p:last-child {
    text-align: center;
    margin-top: 15px;
  }
  .forma_pop {
    width: 400px;
    padding: 40px;
    background: #eaebf1;
    border-radius: 20px;
  }
  .forma_pop form {
    flex-direction: column;
    margin-top: 20px;
  }
  .forma_pop h4 {
    color: #333;
    font-size: 24px;
    font-weight: 600;
    line-height: 26px;
  }
  .forma_pop > p {
    color: #333;
    margin-top: 10px;
    line-height: 22px;
  }
  .forma_pop .button {
    height: 80px;
    border-radius: 10px;
    margin-left: 0px;
    width: 100%;
  }
  .forma_pop input,
  .forma_pop button {
    border-radius: 10px;
    height: 80px;
    width: 100%;
  }
  .forma_pop input {
    height: 70px;
    margin-bottom: 10px;
    background-color: #fff;
    font-size: 18px;
  }
  .forma_pop small {
    margin-top: 10px;
    font-size: 13px;
    line-height: 18px;
    display: block;
    color: #8d8d8d;
    text-align: center;
  }
  .faq {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 700px) {
  * {
    margin: 0;
    padding: 0;
    outline: 0 !important;
    box-sizing: border-box;
  }
  html {
    min-width: 320px;
    line-height: 145%;
    overflow-x: hidden;
  }
  *:before,
  *:after {
    box-sizing: border-box;
  }
  body {
    color: #333;
    font-family: "Gilroy", sans-serif !important;
    -webkit-overflow-scrolling: touch;
    font-weight: 400;
    font-style: normal;
    -webkit-text-size-adjust: 100%;
    background-color: #f2f3f7;
    overflow: hidden;
  }
  .container {
    max-width: 360px;
    min-width: 320px;
    margin: 0 auto;
    padding: 0 20px;
  }
  .container2 {
    max-width: 360px;
    width: 100%;
    min-width: 320px;
    margin: 0 auto;
    padding: 0 20px;
  }
  .cd-auto-hide-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    transition: transform 0.5s;
    z-index: 30;
    display: flex;
    align-items: center;
  }
  .cd-auto-hide-header.is-hidden {
    transform: translateY(0%);
  }
  .animate {
    background-color: #282829;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  }
  section {
    padding: 60px 0;
  }
  header {
    background: url(../img/bg1.webp) no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
  }
  .h3 h3 {
    font-size: 23px;
    font-weight: 600;
    text-align: center;
    line-height: 100%;
  }
  .h3 p {
    font-size: 14px;
    text-align: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    line-height: 130%;
    color: #2a2a2a;
  }
  h3 span {
    font-weight: 500;
    color: #ff9600;
  }
  .button {
    position: relative;
    z-index: 10;
    width: -moz-max-content;
    width: max-content;
    height: 80px;
  }
  .button button {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 15px;
    height: 100%;
    width: 100%;
    background-image: linear-gradient(to top, #f29716, #ffddad);
    font-family: "Gilroy", sans-serif !important;
    cursor: pointer;
    border: none;
    color: #333;
    border-radius: 10px;
    overflow: hidden;
    transition: 0.3s;
  }
  .button button p {
    position: relative;
    z-index: 1;
    font-size: 18px;
    line-height: 1;
    display: flex;
    align-items: center;
    font-weight: 600;
  }
  .button button p img {
    margin-right: 10px;
    height: 30px;
    width: auto;
  }
  .button button:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to top, #ffddad, #f29716);
    opacity: 0;
    transition: 0.3s;
  }
  .button button:hover:before {
    opacity: 1;
  }
  .button.button_border button {
    background-image: none;
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.4);
    color: #fff;
  }
  .button.button_border button p {
    font-weight: 500;
  }
  .button.button_border button:before {
    background-image: none;
    background-color: rgba(255, 255, 255, 0.1);
  }
  .button.button_border button:hover {
    border-color: #fff;
  }
  .bg-dark {
    position: relative;
    overflow: hidden;
    background-color: #333;
    color: #fff;
  }
  .bg-dark .h3 p {
    color: #e2e2e2;
  }
  .bg-dark::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url(../img/bg1/bg-dark.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    filter: blur(60px);
    opacity: 0.1;
    z-index: 0;
    -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 20%, black 80%, transparent 100%);
    mask-image: linear-gradient(to bottom, transparent 0%, black 20%, black 80%, transparent 100%);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
  }
  .menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
  }
  .menu p {
    font-size: 14px;
    line-height: 140%;
    font-weight: 400;
  }
  .menu p b {
    font-weight: 700;
  }
  .menu .logo {
    display: flex;
    align-items: center;
  }
  .menu .logo img {
    height: 25px;
  }
  .menu .logo p {
    width: 225px;
    margin-left: 20px;
    color: #e2e2e2;
    display: none;
  }
  .menu .adr {
    display: flex;
    align-items: center;
  }
  .menu .adr img {
    width: 52px;
  }
  .menu .adr p {
    width: 200px;
    margin-left: 15px;
  }
  .menu .soc {
    display: flex;
    align-items: center;
    margin-left: auto;
    margin-right: 30px;
    display: none;
  }
  .menu .soc a {
    width: 40px;
    height: 40px;
    display: flex;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .menu .soc a:nth-child(n+2) {
    margin-left: 8px;
  }
  .menu .soc a img {
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .menu .tel {
    text-align: right;
    margin-right: 0px;
  }
  .menu .tel a:first-child {
    font-size: 12px;
    font-weight: 300;
    line-height: 12px;
    margin-top: 0;
    color: #e2e2e2;
  }
  .menu .tel a {
    font-size: 18px;
    line-height: 18px;
    font-weight: 600;
    text-decoration: none;
    color: #fff;
    margin-top: 6px;
    display: block;
  }
  .menu .button {
    height: 50px;
    display: none;
  }
  .menu .button button {
    padding: 0 25px;
  }
  .menu .button button p {
    font-size: 16px;
  }
  main {
    padding-top: 90px;
    background-color: #333;
    color: #fff;
    padding-bottom: 80px;
    position: relative;
  }
  main .main {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  main.bg-dark::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, #252525 0%, transparent 30%, transparent 70%, #252525 100%);
    z-index: 2;
    pointer-events: none;
  }
  main .image-wrapper {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    height: 250px;
    margin-top: -15px;
    justify-content: center;
    width: 400px;
  }
  main .main_img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-mask-composite: destination-in;
    -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 20%, black 50%, transparent 100%), linear-gradient(to right, transparent 0%, black 40%, black 60%, transparent 100%);
            mask-image: linear-gradient(to bottom, transparent 0%, black 20%, black 50%, transparent 100%), linear-gradient(to right, transparent 0%, black 40%, black 60%, transparent 100%);
    -webkit-mask-composite: source-in, xor;
            mask-composite: intersect;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    width: 400px;
    display: flex;
    object-fit: cover;
  }
  main h1 {
    font-size: 23px;
    font-weight: 600;
    line-height: 115%;
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 3;
  }
  main h1 span {
    color: #ffddad;
  }
  main h1 span u {
    display: inline-block;
  }
  main .h1_dop {
    margin-top: 10px;
    font-size: 14px;
    line-height: 130%;
    font-weight: 400;
    width: 100%;
    text-align: center;
    color: #e2e2e2;
    position: relative;
    z-index: 3;
  }
  main .plusi {
    margin-top: -15px;
    width: -moz-max-content;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 3;
  }
  main .plusi .item {
    display: flex;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }
  main .plusi .item:nth-child(n+2) {
    margin-top: 10px;
  }
  main .plusi .img {
    width: 35px;
    height: 35px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    background-color: #fff;
    width: 30px;
    height: 30px;
  }
  main .plusi p {
    font-size: 14px;
    margin-left: 10px;
    line-height: 120%;
    width: 260px;
    color: #e2e2e2;
  }
  main .plusi p b {
    color: #fff;
    font-weight: 500;
  }
  main .button_block {
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: 40px;
    flex-direction: column;
    margin-top: 30px;
  }
  main .button_block .button {
    width: 100%;
  }
  main .button_block .button:nth-child(n+2) {
    margin-left: 0px;
    margin-top: 15px;
  }
  .bg2 .tabs {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
    justify-content: space-between;
  }
  .bg2 .tabs input {
    display: none;
  }
  .bg2 .tabs label {
    display: block;
    width: 100%;
    margin: 0 0 -1px;
    padding: 15px 10px;
    text-align: center;
    color: #333;
    background-color: #fff;
    border-radius: 10px;
  }
  .bg2 .tabs label:nth-child(n+3) {
    margin-top: 10px;
  }
  .bg2 .tabs label {
    cursor: pointer;
  }
  .bg2 .tabs label img {
    height: 110px;
  }
  .bg2 .tabs label p {
    font-weight: 400;
    margin-top: 0;
    font-size: 16px;
  }
  .bg2 .tabs label:hover {
    color: #fff;
    background-color: #ff9600;
    box-shadow: none;
  }
  .bg2 .tabs input:checked + label {
    color: #fff;
    background-color: #ff9600;
    box-shadow: none;
  }
  .bg2 .tabs input:checked + label p {
    font-weight: 600;
  }
  .bg2 .tabs section {
    display: none;
    width: 100%;
    margin-top: 30px;
    padding: 0;
    border-radius: 10px;
    align-items: center;
    position: relative;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .bg2 .tabs section .owl-next {
    margin-right: 80px;
  }
  .bg2 .tabs section .owl-prev {
    margin-left: 80px;
  }
  .bg2 .tabs section .item {
    display: flex;
    align-items: stretch;
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    flex-direction: column;
    width: 100%;
  }
  .bg2 .tabs section .item:nth-child(n+2) {
    margin-top: 25px;
  }
  .bg2 .tabs section .item > img {
    width: 100%;
    height: 200px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 5px;
  }
  .bg2 .tabs section .item h4 {
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 5px;
    font-weight: 600;
  }
  .bg2 .tabs section .item > p {
    font-size: 14px;
    color: #404040;
    line-height: 130%;
  }
  .bg2 .tabs section .item b {
    display: block;
    margin-top: 15px;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 600;
  }
  .bg2 .tabs section .item .gde {
    display: flex;
    align-items: center;
    padding: 10px 20px;
    border-radius: 10px;
    flex: none;
    border: 1px solid #c5c5c5;
    margin-top: 15px;
  }
  .bg2 .tabs section .item .gde .img {
    width: 30px;
    height: 30px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    background-color: #f2f3f7;
    flex-shrink: 0;
  }
  .bg2 .tabs section .item .gde p {
    width: -moz-fit-content;
    width: fit-content;
    margin-left: 15px;
    font-size: 12px;
    font-weight: 400;
    line-height: 130%;
  }
  .bg2 .tabs section .item .button {
    width: 100%;
  }
  .bg2 #tab1:checked ~ #content1,
  .bg2 #tab2:checked ~ #content2,
  .bg2 #tab3:checked ~ #content3,
  .bg2 #tab4:checked ~ #content4 {
    display: flex;
  }
  .bg3 .h3 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .bg3 .videos {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
    margin-top: 30px;
  }
  .bg3 .videos.owl-carousel {
    display: block;
    position: relative;
  }
  .bg3 .videos.owl-carousel .owl-stage-outer {
    overflow: visible !important;
    border-radius: 14px;
  }
  .bg3 .videos.owl-carousel .owl-nav {
    position: absolute !important;
    top: 50% !important;
    left: 0 !important;
    width: 100% !important;
    transform: translateY(-50%) !important;
    display: flex !important;
    justify-content: space-between !important;
    padding: 0 10px !important;
    box-sizing: border-box !important;
    pointer-events: none !important;
    z-index: 10 !important;
    margin-top: 0 !important;
  }
  .bg3 .videos.owl-carousel .owl-nav button.owl-prev,
  .bg3 .videos.owl-carousel .owl-nav button.owl-next {
    background-color: transparent !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    pointer-events: auto !important;
    position: static !important;
    margin: 0 !important;
    opacity: 1 !important;
    border: none !important;
    padding: 0 !important;
    width: 35px !important;
    height: 35px !important;
    left: auto !important;
    right: auto !important;
    transform: none !important;
    transition: transform 0.2s ease !important;
  }
  .bg3 .videos.owl-carousel .owl-nav button.owl-prev img,
  .bg3 .videos.owl-carousel .owl-nav button.owl-next img {
    width: 100%;
    height: 100%;
    display: block;
  }
  .bg3 .videos.owl-carousel .owl-nav button.owl-prev:hover,
  .bg3 .videos.owl-carousel .owl-nav button.owl-next:hover {
    transform: scale(1.1) !important;
  }
  .bg3 .videos.owl-carousel .owl-dots {
    margin-top: 15px;
    display: flex;
    justify-content: center;
    gap: 6px;
    position: relative;
    z-index: 10;
  }
  .bg3 .videos.owl-carousel .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    margin: 0;
    background: rgba(0, 0, 0, 0.2) !important;
    transition: background 0.2s ease, transform 0.2s ease;
  }
  .bg3 .videos.owl-carousel .owl-dots .owl-dot.active span {
    background: #ff9600 !important;
    transform: scale(1.2);
  }
  .bg3 .videos .video {
    width: 100%;
    margin: 0;
    position: relative;
    height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 10px;
    text-decoration: none;
    overflow: hidden;
    transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
  }
}
@media screen and (max-width: 700px) and (max-width: 700px) {
  .bg3 .videos .video {
    height: 200px;
  }
}
@media screen and (max-width: 700px) {
  .bg3 .videos .video:hover {
    transform: translateY(-5px);
    border-color: #ff9600;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
  }
  .bg3 .videos .video:hover .info img {
    transform: scale(1.1);
  }
  .bg3 .videos .video::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.2));
    pointer-events: none;
    border-radius: 14px;
    transition: background 0.3s ease;
  }
  .bg3 .videos .video:hover::after {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.4));
  }
  .bg3 .videos .video > img {
    width: 100%;
    border-radius: 14px;
    height: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    transition: transform 0.5s ease;
  }
  .bg3 .videos .video:hover > img {
    transform: scale(1.03);
  }
  .bg3 .videos .video .info {
    position: absolute;
    width: 85%;
    text-align: center;
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }
  .bg3 .videos .video .info img {
    width: 55px;
    height: 55px;
    transition: transform 0.3s ease;
    filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.3));
  }
  .bg3 .videos .video .info p {
    font-size: 13px;
    color: #fff;
    line-height: 1.2;
    font-weight: 500;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.8);
    margin: 0;
    width: 200px;
  }
  .bg3 .plusi {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    flex-wrap: wrap;
  }
  .bg3 .plusi .item {
    padding: 20px 20px;
    background-color: #fff;
    border-radius: 10px;
    width: 48%;
    text-align: center;
  }
  .bg3 .plusi .item:nth-child(3) {
    width: 100%;
    margin-top: 10px;
  }
  .bg3 .plusi .item:nth-child(n+4) {
    margin-top: 10px;
  }
  .bg3 .plusi .item b {
    display: block;
    font-size: 24px;
    font-weight: 600;
  }
  .bg3 .plusi .item p {
    font-size: 12px;
    line-height: 120%;
    margin-top: 7px;
    color: #404040;
  }
  .bg4 .quiz {
    background: #fff;
    border-radius: 15px;
    padding: 20px !important;
    margin-top: 30px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
  }
  .bg4 .quiz-progress {
    margin-bottom: 20px;
  }
  .bg4 .quiz-progress .progress-bar {
    background: #eef0f5;
    height: 6px;
    border-radius: 3px;
    overflow: hidden;
    margin-bottom: 10px;
  }
  .bg4 .quiz-progress .progress-bar .progress-fill {
    height: 100%;
    background: #ff9600;
    transition: width 0.3s ease;
  }
  .bg4 .quiz-progress .progress-text {
    font-size: 15px;
    color: #888;
    font-weight: 500;
  }
  .bg4 .quiz-step {
    display: none;
  }
  .bg4 .quiz-step.active {
    display: block;
    animation: fadeIn 0.4s ease;
  }
  .bg4 .quiz-step h4 {
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 600;
  }
  .bg4 .quiz-step > p {
    font-size: 14px !important;
    line-height: 130%;
  }
  .bg4 .quiz-options {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  .bg4 .quiz-option {
    display: flex;
    align-items: center;
    padding: 25px 20px;
    border: 2px solid #eef0f5;
    border-radius: 10px;
    cursor: pointer;
    transition: 0.2s ease;
    font-size: 15px;
    font-weight: 500;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    line-height: 115%;
  }
  .bg4 .quiz-option input {
    margin-right: 15px;
    width: 22px;
    height: 22px;
    accent-color: #ff9600;
    cursor: pointer;
  }
  .bg4 .quiz-option:hover {
    border-color: #ff9600;
  }
  .bg4 .quiz-option.selected {
    border-color: #ff9600;
    background: rgba(255, 150, 0, 0.05);
  }
  .bg4 .quiz-form {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: none;
  }
  .bg4 .quiz-form .contact-method-options {
    display: flex;
    gap: 0px !important;
    justify-content: space-between;
    margin-bottom: 20px;
    flex-wrap: wrap;
  }
  .bg4 .quiz-form .contact-method-options label {
    display: flex;
    align-items: center;
    gap: 5px !important;
    cursor: pointer;
    color: #404040;
    font-size: 16px;
    margin-top: 0 !important;
  }
  .bg4 .quiz-form .contact-method-options label span {
    cursor: pointer;
    color: #404040;
    font-size: 14px;
  }
  .bg4 .quiz-form .contact-method-options label input {
    flex: none;
    height: 18px !important;
    width: 18px !important;
  }
  .bg4 .quiz-form .form-row {
    display: flex;
    gap: 10px;
    align-items: stretch;
    width: 100%;
  }
  .bg4 .quiz-form input {
    flex: auto;
    height: 70px;
    padding: 0 25px;
    border: 2px solid #eef0f5;
    border-radius: 10px;
    font-size: 18px;
    font-family: "Gilroy", sans-serif !important;
    outline: none !important;
    transition: 0.3s;
    background-color: transparent;
    width: 100%;
  }
  .bg4 .quiz-form input:focus {
    border-color: #ff9600;
  }
  .bg4 .quiz-form .button {
    flex: auto;
    height: 75px;
    margin-left: 0;
    margin-top: 0;
  }
  .bg4 .quiz-form .button button {
    border-radius: 10px;
    width: 100%;
  }
}
@media screen and (max-width: 700px) and (max-width: 700px) {
  .bg4 .quiz-form .form-row {
    flex-direction: column;
    gap: 10px;
    width: 100%;
  }
  .bg4 .quiz-form .button {
    margin-top: 0;
  }
}
@media screen and (max-width: 700px) {
  .bg4 .quiz-layout {
    display: flex;
    gap: 40px;
    gap: 30px;
    align-items: flex-start;
  }
  .bg4 .quiz-main {
    flex: 1;
    min-width: 0;
    order: 1;
    width: 100%;
  }
  .bg4 .quiz-sidebar {
    width: 280px;
    flex-shrink: 0;
    background-color: #333;
    padding: 15px !important;
    border-radius: 15px;
    position: relative;
    overflow: hidden;
    order: 2;
  }
  .bg4 .quiz-sidebar::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url(../img/bg1/bg-dark.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    filter: blur(60px);
    opacity: 0.1;
    z-index: 0;
  }
  .bg4 .quiz-sidebar .expert-profile {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
  }
  .bg4 .quiz-sidebar .expert-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #eef0f5;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    color: #888;
  }
  .bg4 .quiz-sidebar .expert-avatar svg {
    width: 30px;
    height: 30px;
  }
  .bg4 .quiz-sidebar .expert-avatar .online-indicator {
    width: 12px;
    height: 12px;
    background: #4caf50;
    border: 2px solid #333;
    border-radius: 50%;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .bg4 .quiz-sidebar .expert-name {
    font-weight: 600;
    font-size: 16px;
    color: #fff;
  }
  .bg4 .quiz-sidebar .expert-role {
    font-size: 13px;
    color: #b0afaf;
    margin-top: 2px;
  }
  .bg4 .quiz-sidebar .expert-bubble {
    background: #252525;
    padding: 15px;
    border-radius: 15px;
    border-top-left-radius: 0;
    font-size: 12px;
    line-height: 1.5;
    color: #e2e2e2;
    position: relative;
    z-index: 1;
  }
  .bg4 .quiz-footer {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 40px;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #eef0f5;
  }
  .bg4 .quiz-nav {
    display: flex;
    align-items: center;
    gap: 15px;
  }
  .bg4 .quiz-nav .quiz-btn-prev {
    background: #f2f3f7;
    color: #404040;
    border: none;
    padding: 0 30px;
    height: 50px;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s;
    font-family: inherit;
  }
  .bg4 .quiz-nav .quiz-btn-prev:hover {
    background: #e1e3e8;
  }
  .bg4 .quiz-nav .button {
    height: 50px;
    width: 200px;
    margin: 0;
  }
  .bg4 .quiz-nav .button button {
    border-radius: 10px;
    width: 100%;
  }
  .bg4 .quiz-nav .button button[disabled] {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
    filter: grayscale(1);
  }
}
@media screen and (max-width: 700px) and (max-width: 900px) {
  .bg4 .quiz-layout {
    flex-direction: column;
  }
  .bg4 .quiz-sidebar {
    width: 100%;
    margin-top: 0px;
    padding-top: 30px;
    border-top: 1px solid #eef0f5;
  }
}
@media screen and (max-width: 700px) and (max-width: 700px) {
  .bg4 .quiz {
    padding: 25px;
  }
  .bg4 .quiz-options {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .bg4 .quiz-option {
    padding: 10px 15px;
  }
  .bg4 .quiz-nav {
    width: 100%;
    flex-direction: row;
  }
  .bg4 .quiz-nav .button,
  .bg4 .quiz-nav .quiz-btn-prev {
    width: 48%;
  }
}
@media screen and (max-width: 700px) {
  @keyframes fadeIn {
    from {
      opacity: 0;
      transform: translateY(10px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  .bg5 .left {
    width: 100%;
  }
  .bg5 .left .h3 {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .bg5 .left .h3 h3 {
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 3;
  }
  .bg5 .left .h3 p {
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 3;
  }
  .bg5 .left .h3 p b {
    font-weight: 600;
  }
  .bg5 .left .h3 .image-wrapper {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    width: 400px;
    height: 200px;
  }
  .bg5 .left .h3 .main_img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-mask-composite: destination-in;
    -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 20%, black 50%, transparent 100%), linear-gradient(to right, transparent 0%, black 40%, black 60%, transparent 100%);
            mask-image: linear-gradient(to bottom, transparent 0%, black 20%, black 50%, transparent 100%), linear-gradient(to right, transparent 0%, black 40%, black 60%, transparent 100%);
    -webkit-mask-composite: source-in, xor;
            mask-composite: intersect;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    width: 400px;
  }
  .bg5 .plusi {
    margin-top: 40px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 3;
    flex-wrap: wrap;
  }
  .bg5 .plusi .item {
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #7d7d7d;
    width: 100%;
  }
  .bg5 .plusi .item:nth-child(n+2) {
    margin-top: 20px;
  }
  .bg5 .plusi .item img {
    height: 40px;
  }
  .bg5 .plusi .item b {
    display: block;
    font-size: 18px;
    margin-top: 10px;
    font-weight: 600;
  }
  .bg5 .plusi .item p {
    font-size: 14px;
    color: #d2d2d2;
    line-height: 130%;
    margin-top: 5px;
  }
  .bg5 .brands_h3 {
    margin-top: 60px;
  }
  .bg5 .brands {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .bg5 .brands img {
    width: auto !important;
    height: 60px !important;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .bg5 .brands .owl-nav {
    display: none !important;
  }
  .bg6 .h3 {
    width: 770px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .bg6 .h3 h3 {
    width: 100%;
  }
  .bg6 .h3 p {
    width: 100%;
  }
  .bg6 .cases {
    display: flex;
    width: 100%;
    margin-top: 30px;
    padding: 0;
    border-radius: 10px;
    align-items: center;
    position: relative;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .bg6 .cases .button {
    width: 100%;
  }
  .bg6 .cases .owl-next {
    margin-right: 80px;
  }
  .bg6 .cases .owl-prev {
    margin-left: 80px;
  }
  .bg6 .cases .item {
    display: flex;
    align-items: stretch;
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    flex-direction: column;
    width: 100%;
  }
  .bg6 .cases .item:nth-child(n+2) {
    margin-top: 40px;
  }
  .bg6 .cases .item > .img {
    width: 100%;
    height: 190px;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
  }
  .bg6 .cases .item > .img .owl-stage-outer,
  .bg6 .cases .item > .img .owl-stage,
  .bg6 .cases .item > .img .owl-item {
    height: 100%;
  }
  .bg6 .cases .item > .img .owl-nav {
    position: absolute !important;
    top: 50% !important;
    left: 0 !important;
    width: 100% !important;
    transform: translateY(-50%) !important;
    display: flex !important;
    justify-content: space-between !important;
    padding: 0 15px !important;
    box-sizing: border-box !important;
    pointer-events: none !important;
    margin-top: 0 !important;
  }
  .bg6 .cases .item > .img .owl-nav button.owl-prev,
  .bg6 .cases .item > .img .owl-nav button.owl-next {
    background-color: transparent !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    pointer-events: auto !important;
    position: static !important;
    margin: 0 !important;
    opacity: 1 !important;
    transition: 0.3s !important;
    border: none !important;
    padding: 0 !important;
    left: auto !important;
    right: auto !important;
    transform: none !important;
    width: 35px !important;
    height: 35px !important;
  }
  .bg6 .cases .item > .img .owl-nav button.owl-prev:hover,
  .bg6 .cases .item > .img .owl-nav button.owl-next:hover {
    opacity: 0.8 !important;
    background-color: transparent !important;
    transform: none !important;
  }
  .bg6 .cases .item > .img .owl-nav button.owl-prev img,
  .bg6 .cases .item > .img .owl-nav button.owl-next img {
    width: 30px !important;
    height: 30px !important;
    -o-object-fit: contain !important;
       object-fit: contain !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .bg6 .cases .item > .img .fotos {
    position: absolute;
    bottom: 15px;
    left: 15px;
    background-color: #fff;
    padding: 7px 15px;
    line-height: 16px;
    font-size: 16px;
    border-radius: 5px;
    font-weight: 600;
    z-index: 10;
  }
  .bg6 .cases .item > .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .bg6 .cases .item h4 {
    font-size: 18px;
    margin-top: 15px;
    margin-bottom: 7px;
    font-weight: 600;
    line-height: 100%;
  }
  .bg6 .cases .item > p {
    font-size: 12px;
    color: #404040;
    padding: 6px 0;
    line-height: 125%;
    border-top: 1px solid #c5c5c5;
  }
  .bg6 .cases .item > p:first-of-type {
    border-top: none;
    padding-top: 0;
    font-size: 12px;
    padding-bottom: 10px;
  }
  .bg6 .cases .item > b {
    display: block;
    margin-top: 15px;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 600;
  }
  .bg6 .cases .item .button {
    margin-top: 10px;
  }
  .bg7 .zayavka {
    border-radius: 10px;
    padding: 30px 20px;
  }
  .bg7 .zayavka .h3 {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .bg7 .zayavka .h3 span {
    margin-bottom: 10px;
    display: block;
    font-size: 16px;
    color: #ffddad;
    text-align: center;
    position: relative;
    z-index: 3;
  }
  .bg7 .zayavka .h3 h3 {
    font-size: 20px;
    text-align: center;
    position: relative;
    z-index: 3;
  }
  .bg7 .zayavka .h3 p {
    text-align: center;
    font-size: 14px;
    margin-left: 0;
    width: 100%;
    position: relative;
    z-index: 3;
  }
  .bg7 .zayavka .last {
    width: 100%;
  }
  .bg7 .zayavka .button {
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
  }
  .bg7 .zayavka .img_zayavka {
    position: relative;
    right: 0;
    bottom: 0;
    height: 220px;
    width: 100%;
    margin-top: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .bg7 .zayavka .img_zayavka .fon {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-mask-composite: destination-in;
    -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 20%, black 50%, transparent 100%), linear-gradient(to right, transparent 0%, black 40%, black 60%, transparent 100%);
    mask-image: linear-gradient(to bottom, transparent 0%, black 20%, black 50%, transparent 100%), linear-gradient(to right, transparent 0%, black 40%, black 60%, transparent 100%);
    -webkit-mask-composite: source-in, xor;
    mask-composite: intersect;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
  }
  .bg7 .zayavka .img_zayavka .doc {
    position: absolute;
    z-index: 3;
    width: 250px;
    top: 20px;
    right: -15px;
  }
  .bg7 .zayavka .img_zayavka .man {
    position: absolute;
    z-index: 3;
    width: 300px;
    top: 20px;
    right: auto;
  }
  .bg7 .zayavka .img_zayavka .name {
    position: absolute;
    background-color: #fff;
    z-index: 4;
    right: auto;
    bottom: -20px;
    color: #333;
    height: auto;
    padding: 10px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    width: -moz-max-content;
    width: max-content;
  }
  .bg7 .zayavka .img_zayavka .name b {
    font-size: 16px;
    display: block;
    line-height: 16px;
  }
  .bg7 .zayavka .img_zayavka .name p {
    font-size: 14px;
    line-height: 14px;
    margin-top: 5px;
  }
  .bg7 .zayavka .img_zayavka .img {
    width: 120px;
    height: 120px;
    position: absolute;
    z-index: 4;
    bottom: 0px;
    left: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  .bg7 .zayavka .img_zayavka .img p {
    position: absolute;
    color: #333;
    font-weight: 700;
    font-size: 22px;
    z-index: 2;
  }
  .bg7 .zayavka .img_zayavka .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    animation: spin 15s linear infinite;
  }
  .bg7 .zayavka .button {
    width: 100%;
  }
  @keyframes spin {
    100% {
      transform: rotate(-360deg);
    }
  }
  .bg7 .zayavka .plusi {
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    position: relative;
    z-index: 3;
  }
  .bg7 .zayavka .plusi .item {
    display: flex;
    align-items: center;
  }
  .bg7 .zayavka .plusi .item:nth-child(n+2) {
    margin-top: 10px;
  }
  .bg7 .zayavka .plusi .img {
    width: 35px;
    height: 35px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    background-color: #fff;
    flex: none;
    flex-shrink: 0;
  }
  .bg7 .zayavka .plusi p {
    font-size: 14px;
    margin-left: 15px;
    color: #e2e2e2;
    line-height: 130%;
    width: -moz-fit-content;
    width: fit-content;
  }
  .bg7 .zayavka .plusi p b {
    color: #fff;
    font-weight: 500;
  }
  .bg8 .team {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    flex-wrap: wrap;
  }
  .bg8 .team .item {
    width: 48%;
  }
  .bg8 .team .item:nth-child(n+3) {
    margin-top: 20px;
  }
  .bg8 .team .item .img {
    width: 100%;
    height: 200px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 10px;
    overflow: hidden;
  }
  .bg8 .team .item .img img {
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .bg8 .team .item b {
    display: block;
    text-align: center;
    width: 100%;
    margin-top: 10px;
    font-size: 16px;
  }
  .bg8 .team .item p {
    text-align: center;
    width: 100%;
    font-size: 12px;
    line-height: 130%;
  }
  .bg9 .h3 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .bg9 .h3 h3 {
    width: 100%;
  }
  .bg9 .h3 p {
    width: 100%;
  }
  .bg9 .etapi {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 30px;
  }
  .bg9 .etapi .item {
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    width: 100%;
  }
  .bg9 .etapi .item:nth-child(n+2) {
    margin-top: 20px;
  }
  .bg9 .etapi .item .img {
    width: 100%;
    height: 180px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
  }
  .bg9 .etapi .item .img p {
    position: absolute;
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background-color: #f2f3f7;
    font-size: 28px;
    line-height: 28px;
    font-weight: 600;
    bottom: 15px;
    left: 15px;
  }
  .bg9 .etapi .item .img img {
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .bg9 .etapi .item b {
    display: block;
    font-weight: 600;
    font-size: 18px;
    margin-top: 15px;
    margin-bottom: 5px;
  }
  .bg9 .etapi .item p {
    font-size: 14px;
    line-height: 130%;
    color: #404040;
  }
  .faq {
    margin-top: 30px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px;
    align-items: start;
  }
  .faq .faq-item {
    background-color: transparent;
    border-radius: 0;
    margin-bottom: 0;
    overflow: hidden;
  }
  .faq .faq-item .faq-question {
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    border-radius: 10px;
    cursor: pointer;
  }
  .faq .faq-item .faq-question span {
    font-size: 16px;
    font-weight: 600;
    line-height: 130%;
    color: #000;
  }
  .faq .faq-item .faq-question .icon {
    width: 40px;
    height: 40px;
    transition: transform 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transform: rotate(0deg);
  }
  .faq .faq-item .faq-answer {
    padding: 15px 20px 0px 20px;
    display: none;
  }
  .faq .faq-item .faq-answer p {
    font-size: 14px;
    line-height: 130%;
    color: #404040;
  }
  .faq .faq-item.active .faq-question .icon {
    transform: rotate(45deg);
  }
  .footer .h3 h3 {
    text-align: center;
  }
  .footer .contacts {
    margin-top: 40px;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .footer .contacts .mmap {
    width: 100%;
    height: 300px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    z-index: 3;
    margin-top: 40px;
  }
  .footer .contacts .cont {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    z-index: 3;
  }
  .footer .contacts .cont .item {
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #7d7d7d;
    width: 100%;
  }
  .footer .contacts .cont .item:nth-child(2) {
    width: 100%;
    margin-top: 13px;
  }
  .footer .contacts .cont .item:nth-child(3) {
    width: 100%;
    margin-top: 13px;
  }
  .footer .contacts .cont .item:nth-child(4) {
    margin-top: 13px;
  }
  .footer .contacts .cont .item p {
    margin-top: 5px;
  }
  .footer .contacts .cont .item a,
  .footer .contacts .cont .item b {
    display: block;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    margin-top: 5px;
    font-weight: 600;
  }
  .footer .ip {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
    flex-direction: column;
    position: relative;
    z-index: 3;
  }
  .footer .ip p {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-weight: 300;
    font-size: 14px;
    line-height: 130%;
  }
  .footer .ip p a {
    color: #ff9600;
  }
  .footer .ip p:last-child {
    text-align: center;
    margin-top: 15px;
  }
  .forma_pop {
    width: 320px;
    padding: 30px 25px;
    background: #eaebf1;
    border-radius: 20px;
  }
  .forma_pop form {
    flex-direction: column;
    margin-top: 20px;
  }
  .forma_pop h4 {
    color: #333;
    font-size: 22px;
    font-weight: 600;
    line-height: 110%;
    text-align: center;
  }
  .forma_pop > p {
    color: #333;
    margin-top: 5px;
    line-height: 18px;
    font-size: 14px;
    line-height: 130%;
    text-align: center;
  }
  .forma_pop .button {
    height: 80px;
    border-radius: 10px;
    margin-left: 0px;
    width: 100%;
  }
  .forma_pop input,
  .forma_pop button {
    border-radius: 10px;
    height: 80px;
    width: 100%;
  }
  .forma_pop input {
    height: 70px;
    margin-bottom: 10px;
    background-color: #fff;
    font-size: 18px;
  }
  .forma_pop small {
    margin-top: 10px;
    font-size: 13px;
    line-height: 16px;
    display: block;
    color: #8d8d8d;
    text-align: center;
  }
  .faq {
    grid-template-columns: 1fr;
  }
  .fancybox__content {
    flex: 0 1 auto !important;
    width: 100% !important;
    height: 260px !important;
    padding: 10px !important;
  }
  .vidget {
    display: flex;
    flex-direction: column;
    right: 15px;
    bottom: 62px;
    z-index: 999;
    position: fixed;
  }
  .vidget a {
    width: 40px;
    height: 40px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .vidget a:nth-child(2) {
    margin: 7px 0;
    margin-bottom: 0;
  }
  .vidget a img {
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
input[type=tel],
input[type=submit],
input[type=text],
input[type=name],
textarea {
  -webkit-appearance: none;
}

img {
  pointer-events: none !important;
  opacity: 1;
  transition: opacity 0.4s;
}

img[data-src] {
  opacity: 0;
}

.callback-bt-desctop, .callback-bt-tel {
  background: #3469ff;
  border: 2px solid #3469ff;
  border-radius: 50%;
  box-shadow: 0 8px 10px rgba(58, 105, 255, 0.3);
  cursor: pointer;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 5%;
  bottom: 5%;
  z-index: 999;
  transition: 0.3s;
  animation: hoverWave linear 2s infinite;
  position: fixed;
}
.callback-bt-desctop .text-call, .callback-bt-tel .text-call {
  height: 58px;
  width: 58px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.callback-bt-desctop .text-call span, .callback-bt-tel .text-call span {
  text-align: center;
  color: #3469ff;
  opacity: 0;
  font-size: 0;
  position: absolute;
  right: 4px;
  top: 22px;
  line-height: 14px;
  font-weight: 600;
  text-transform: uppercase;
  transition: opacity 0.6s linear;
}
.callback-bt-desctop .text-call:hover span, .callback-bt-tel .text-call:hover span {
  opacity: 1;
  font-size: 11px;
}
.callback-bt-desctop i, .callback-bt-tel i {
  animation: shake 1200ms ease infinite;
}

.callback-bt-tel {
  height: 50px;
  width: 50px;
}

.callback-bt-desctop {
  height: 70px;
  width: 70px;
}

.fa-phone {
  margin-right: 3px;
  margin-top: 3px;
}

@keyframes hoverWave {
  0% {
    box-shadow: 0 8px 10px rgba(58, 105, 255, 0.3), 0 0 0 0 rgba(58, 105, 255, 0.2), 0 0 0 0 rgba(58, 105, 255, 0.2);
  }
  40% {
    box-shadow: 0 8px 10px rgba(58, 105, 255, 0.3), 0 0 0 10px rgba(58, 105, 255, 0.2), 0 0 0 0 rgba(58, 105, 255, 0.2);
  }
  80% {
    box-shadow: 0 8px 10px rgba(58, 105, 255, 0.3), 0 0 0 15px rgba(58, 105, 255, 0), 0 0 0 12px rgba(58, 105, 255, 0.067);
  }
  100% {
    box-shadow: 0 8px 10px rgba(58, 105, 255, 0.3), 0 0 0 15px rgba(58, 105, 255, 0), 0 0 0 25px rgba(58, 105, 255, 0);
  }
}
@keyframes shake {
  0% {
    transform: rotateZ(10deg);
  }
  50% {
    transform: rotateZ(-2deg);
  }
  100% {
    transform: rotateZ(10deg);
  }
}
.privacy-page {
  padding-top: 150px;
  padding-bottom: 80px;
  background-color: #f2f3f7;
  color: #333;
}
.privacy-page h1 {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 30px;
  line-height: 1.2;
  color: #333;
}
.privacy-page .privacy-text {
  background-color: #fff;
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
}
.privacy-page .privacy-text h2 {
  font-size: 22px;
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 15px;
  color: #333;
}
.privacy-page .privacy-text h2:first-child {
  margin-top: 0;
}
.privacy-page .privacy-text p {
  font-size: 16px;
  line-height: 1.6;
  color: #404040;
  margin-bottom: 15px;
}
.privacy-page .privacy-text ul,
.privacy-page .privacy-text ol {
  margin-bottom: 20px;
  padding-left: 20px;
}
.privacy-page .privacy-text ul li,
.privacy-page .privacy-text ol li {
  font-size: 16px;
  line-height: 1.6;
  color: #404040;
  margin-bottom: 8px;
}

@media screen and (max-width: 700px) {
  .privacy-page {
    padding-top: 100px;
    padding-bottom: 40px;
  }
  .privacy-page h1 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .privacy-page .privacy-text {
    padding: 20px;
  }
  .privacy-page .privacy-text h2 {
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .privacy-page .privacy-text p,
  .privacy-page .privacy-text li {
    font-size: 14px;
    line-height: 1.5;
  }
}
.back-to-home {
  position: fixed;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
}
.back-to-home a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  padding: 0 30px;
  background-image: linear-gradient(to top, #f29716, #ffddad);
  color: #333;
  font-weight: 600;
  text-decoration: none;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(242, 151, 22, 0.4);
  font-size: 16px;
  white-space: nowrap;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.back-to-home a:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 20px rgba(242, 151, 22, 0.6);
}

@media screen and (max-width: 700px) {
  .back-to-home {
    bottom: 20px;
    width: 90%;
    max-width: 200px;
    display: flex;
    justify-content: center;
  }
  .back-to-home a {
    height: 45px;
    font-size: 14px;
    padding: 0 20px;
    width: 100%;
  }
}
.owl-stage-outer {
  overflow: visible !important;
  display: flex !important;
}

.owl-stage {
  display: flex;
}

.owl-item {
  opacity: 1;
}

.owl-item.active {
  opacity: 1;
  transition: 0.5s all;
}

.owl-next,
.owl-prev {
  width: 22px;
  height: 40px;
  margin-top: -20px;
  position: absolute;
  top: 40%;
  display: block;
}

.owl-theme .owl-dots,
.owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  margin-top: 40px;
  display: block !important;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #00534b !important;
}

.owl-prev {
  left: -35px;
  transition: ease-in-out 0.2s;
}

.owl-prev:hover {
  transform: translate(-5px);
  transition: ease-in-out 0.2s;
}

.owl-next:hover {
  transform: translate(5px);
  transition: ease-in-out 0.2s;
}

.owl-next {
  right: -35px;
  transition: ease-in-out 0.2s;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: none !important;
  color: #fff;
  text-decoration: none;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
  width: 55px;
  height: 55px;
}

.owl-nav img {
  box-shadow: none !important;
}

form {
  padding: 0;
  display: flex;
  flex-direction: row;
  position: relative;
}
form label {
  font-size: 18px;
  margin-bottom: 8px;
  margin-top: 25px;
}
form input {
  height: 90px;
  padding: 20px 20px 20px 30px;
  font-size: 18px;
  border-radius: 5px;
  border: none;
  background-color: #fbfbfb;
  font-family: "Gilroy", sans-serif !important;
  font-weight: 400;
  color: #333;
  z-index: 10;
  width: 300px;
}
form ::-moz-placeholder {
  color: #b0afaf;
  font-weight: 400;
}
form ::placeholder {
  color: #b0afaf;
  font-weight: 400;
}
form .button {
  height: 90px;
  width: 350px;
  margin-left: 15px;
}
form .button button {
  width: 100%;
  height: 100%;
  padding: 0;
}/*# sourceMappingURL=style.css.map */