:root {
    --bg-color: #f3f3f3;
    --text-color: #1a1a1a;
    --title-color: #E7E7E;
    --footer-color: #f3f3f3;
    --footer-a-hover: #302b2b;
    --footer-a: #5a5a5a;
    --menu: #6490be;
    --or: #ffad00;
    --white: #f1f1f1;
    --fback: #232323;
}

/* Fonts */
@font-face {
    font-family: 'NeueHaasUnicaW1G';
    src: url('../../fonts/NeueHaasUnicaW1G-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

body {
    min-width: 300px;
    font-family: "NeueHaasUnicaW1G", Arial, sans-serif;
    background-color: var(--bg-color);
    color: var(--text-color);
    font-size: 20px;
    line-height: 1.5;
    font-weight: 300;
   
}

a {
    color: var(--text-color);
    text-decoration: underline;
}

textarea {
    resize: none;
}

a:hover {
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
}

.btn,
.dropdown-menu,
.form-control,
.form-select {
    border-radius: 0;
}

.grey {
    color: var(--footer-a)
}

.vlink {
    display: flex;
    align-items: flex-end;
    gap: 20px;
    transition: .3s;
}

.vlink:hover {
    text-decoration: underline;
}

.vlink ul {
    margin: 0;
}

.single .grey {
    color: var(--white);
}

body.single {
    color: var(--white);
}

.shadow:hover {
    opacity: 0.9;
}

.form-control:focus,
.form-select:focus {
    color: var(--text-color);
    border-color: var(--text-color);
    box-shadow: none;
}

/* ============================= General rules ============================ */

main.main {
    flex: 1 1 auto;
}

section {
    padding: 0 0 20px;
}

nav.rank-math-breadcrumb p {
    margin: 0;
}

nav.rank-math-breadcrumb {
    margin-top: 17px;
    text-transform: uppercase;
    font-size: 18px;
}

.section-title {
    position: relative;
    color: var(--title-color);
    font-weight: 400;
    font-size: 42px;
    line-height: 1.3;
    margin: 10px 0 18px;
}

.shadow {
    box-shadow: 0 10px 20px -15px rgba(0, 0, 0, 0.75);
}

.semi {
    font-weight: 500;
}

.bold {
    font-weight: 700;
}

.f12 {
    font-size: 12px;
}

.f14 {
    font-size: 14px;
}

.f16 {
    font-size: 16px;
}

.f18 {
    font-size: 18px;
}

.f20 {
    font-size: 20px;
}

.f22 {
    font-size: 22px;
}

.f24 {
    font-size: 24px;
}

.f26 {
    font-size: 26px;
}

.f30 {
    font-size: 30px;
    font-weight: 500;
}

.f36 {
    font-size: 36px;
    font-weight: 500;
}

.f42 {
    font-size: 42px;
    font-weight: 500;
}

.f80 {
    font-size: 80px;
    font-weight: 500;
}

.f120 {
    font-size: 120px;
    font-weight: 600;
}

.f190 {
    font-size: 190px;
    font-weight: 500;
}

.trotate svg {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-top: -20px;
}

.white, .white a {
    color: #fff;
}

.brief:hover {
    text-decoration: underline;
}

.navbar-toggler-icon {
    background-image: none !important;
    background-color: var(--white);
    height: 3px;
    width: 48px;
    margin: 10px 0;
    position: relative;
    transition: all 0.35s ease-out;
    transform-origin: center;
}

.navbar-toggler-icon::before {
    display: block;
    background-color: var(--white);
    height: 3px;
    content: "";
    position: relative;
    top: -12px;
    transition: all 0.15s ease-out; /*taken down to hide quicker*/
    transform-origin: center;
}

.navbar-toggler-icon::after {
    display: block;
    background-color: var(--white);
    height: 3px;
    content: "";
    position: relative;
    top: 8px;
    transition: all 0.35s ease-out;
    transform-origin: center;
}

/* .navbar-toggler:not(.collapsed) .navbar-toggler-icon {
    transform: rotate(45deg);
}

.navbar-toggler:not(.collapsed) .navbar-toggler-icon::before {
    opacity: 0;
}

.navbar-toggler:not(.collapsed) .navbar-toggler-icon::after {
    transform: rotate(-90deg) translateX(7px);
    top: 3px;
} */

	.navbar-toggler.active .navbar-toggler-icon {
    transform: rotate(45deg);
}

.navbar-toggler.active .navbar-toggler-icon::before {
    opacity: 0;
}

.navbar-toggler.active .navbar-toggler-icon::after {
    transform: rotate(-90deg) translateX(7px);
    top: 3px;
}

div#navbarNav:hover {
    opacity: 1;
}

.bwhite {
    background: #fff;
}

.intl-tel-input.separate-dial-code .selected-flag {
    background-color: inherit;
}

div#navbarNav {
    background: #e2e2e2f0;
    min-width: 400px;
    right: 0;
    z-index: 9999;
    margin-top: 81px;
}

div#navbarNav li {
    padding: 0 20px;
}

nav.navbar .container {
    display: block;
}

button.navbar-toggler {
    width: 76px;
    height: 76px;
    border: 0;
}

.navbar-toggler:focus {
    box-shadow: none;
}

button.more {
    border: 0;
    border-radius: 5px;
    padding: 8px 22px 1px;
    text-transform: uppercase;
    color: var(--text-color);
    margin: 0 8px 16px;
}

.text-right {
    text-align: right;
}

.video-hero {
    border-radius: 21px;
}

i {
    vertical-align: middle;
}

label.required::before {
    content: '* ';
    color: #dc3545;
    font-weight: bold;
}

#top {
    position: fixed;
    display: flex;
    bottom: 45px;
    right: 30px;
    color: #fff;
    width: 180px;
    height: 50px;
    border: 0;
    font-size: 16px;
    transition: all .5s;
    z-index: 10;
    border-radius: 555px;
    background-color: #75d269;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    align-items: center;
}

#top span {
    margin-top: 2px;
}

h1, .h1 {
    font-size: 48px;
    line-height: 1.1;
    font-weight: 400;
}

.single .header-top {
    background: inherit;
    opacity: 1;
}

.single footer {
    background: var(--fback);
}

.single button, .single .button {
    background: inherit;
    color: #fff;
    border: 1px solid;
}

.single button.bg:hover, .single:hover .button {
    background: var(--white);
    color: var(--fback);
}

.single .sv-arrow svg path {
    fill: var(--white);
}

.single button.bg {
    background: var(--white);
    color: var(--text-color);
}

.single button.bg:hover {
    background: inherit;
    color: var(--white);
}

.presentation span {
    color: #f80261;
    border-bottom: 1px solid;
}

.single footer .bg:before, .single footer .bg:after {
    opacity: 0;
}

.single footer a {
    color: var(--white);
}

b, strong {
    font-weight: bold;
}

.single .gallery dl.gallery-item {
    margin: 0!important;
    overflow: hidden;
    max-height: 230px;
}

.single .gallery dl.gallery-item img {
    width: 100%;
}

.gallery {
    margin-bottom: 30px!important;
}

#top:hover {
    opacity: 1;
}

.modal-body {
    padding-top: 0;
}

@media (min-width: 1300px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1220px;
    }
}

/* ============================= General rules end ================= */

/* ============================= Header ============================ */

div#wpadminbar {
    bottom: 0;
    position: fixed;
    top: auto;
}

.p20 {
    padding: 0 20px;
}

a {
    text-decoration: none;
}

.p0 {
    padding: 0;
}

.m0 {
    margin: 0;
}

.m100 {
    margin: 100px 0;
}

.mt100 {
    margin-top: 100px;
}

.m60 {
    margin: 60px 0 100px;
}

.p100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

li.lang-item {
    list-style-type: none;
    display: inline-block;
}

li.lang-item a {
    text-decoration: none;
}

li.lang-item.current-lang a {
    font-weight: bold;
}

.header-top {
    opacity: 0.9;
    background: var(--bg-color);
}

.header-top-phone a {
    text-decoration: none;
}

.header-top-phone a:hover {
    text-decoration: underline;
}

ul.social-icons {
    list-style: none;
    margin-bottom: 0;
    padding: 0;
}

ul.social-icons li {
    margin-right: 10px;
}

ul.social-icons a {
    background-color: var(--text-color);
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    float: left;
    text-align: center;
    transition: all .3s;
}

ul.social-icons a:hover {
    color: var(--text-color);
}

.header-top .btn {
    background-color: #fff;
}

.header-logo {
    text-decoration: none;
    text-transform: uppercase;
    color: var(--text-color);
    transition: all .3s;
}

/* ============================= Header end ============================ */

/* ============================= Main ============================ */

.clients img {
    max-height: 150px;
    text-align: center;
    margin: auto;
    display: block;
    max-width: 136px;
}

.fwidth {
    width: 100% !important;
}

.screen-reader-response>ul {
    display: none;
}

span.wpcf7-form-control-wrap input, span.wpcf7-form-control-wrap select, span.wpcf7-form-control-wrap textarea {
    width: 100%;
    color: #757466;
    border: 1px solid #c9c9c9;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    padding: 20px;
    background: inherit;
    margin: 0 0 20px 0;
    cursor: pointer;
}

textarea.wpcf7-form-control.wpcf7-textarea {
    border: 1px solid;
    margin-top: 14px;
}

span.wpcf7-form-control.wpcf7-acceptance input {
    float: left;
    width: 22px;
    height: 22px;
    margin-right: 10px;
    margin-top: 2px;
}

/* Стилізація селекта CF7 */
.wpcf7-select.carrow {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg fill='%23ffffff' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.3);
    width: 100%;
    font-size: 18px;
}

/* Стилізація при наведенні та фокусі */
.wpcf7-select.carrow:hover, 
.wpcf7-select.carrow:focus {
    border-color: rgba(255, 255, 255, 0.5);
    outline: none;
}

/* Видалення стрілки в IE10+ */
.wpcf7-select.carrow::-ms-expand {
    display: none;
}

/* Стилізація опцій внутрішніх */
.wpcf7-select.carrow option {
    background-color: #1a1a1a;
    color: white;
}


span.wpcf7-form-control.wpcf7-checkbox {
    display: flex;
    flex-direction: column;
    text-transform: uppercase;
}

span.wpcf7-form-control.wpcf7-checkbox input {
    width: 25px;
    margin-right: 20px;
    float: left;
    height: 25px;
}

.wpcf7-submit {
    color: #1a1a1a;
    border: 1px solid #fafafa;
    border-radius: 39px;
    cursor: pointer;
    background-color: #fafafa;
    width: 100%;
    background: #ebf0f9;
    height: 60px;
    text-transform: uppercase;
    font-weight: 500;
}

/*/rule table*/

.f46 {
    font-size: 46px;
}

.w400 {
    font-weight: 400;
}

.w500 {
    font-weight: 500;
}

.post-single .gallery img {
    border: 0!important;
    padding: 10px 10px 10px 0;
}

div#navbarMob {
    background: var(--text-color);
    color: var(--white);
}

.su strong {
    text-decoration: underline;
}

.preim {
    border-radius: 16px;
    background-image: linear-gradient(0.858turn, rgba(255, 27, 144, 1) 0%, rgba(248, 2, 97, 1) 21%, rgba(237, 0, 192, 1) 50%, rgba(197, 0, 233, 1) 74%, rgba(112, 23, 255, 1) 100%);
    border-color: transparent;
    border-style: solid;
}

.pback {
    background-image: linear-gradient(180deg, #f3f3f3, #ffffff);
    padding: 20px;
    border-radius: 13px;
    margin: 0px;
}

.tback {
    color: transparent;
    background-image: linear-gradient(0.858turn, rgba(255, 27, 144, 1) 0%, rgba(248, 2, 97, 1) 21%, rgba(237, 0, 192, 1) 50%, rgba(197, 0, 233, 1) 74%, rgba(112, 23, 255, 1) 100%);
    -webkit-background-clip: text;
}

.video-content:before {
    background-color: rgba(0, 0, 0, 0.4);
    height: 100%;
    width: 100%;
    content: '';
    position: absolute;
    z-index: -1;
}

/* ============================= Main end ============================ */

/* ============================= Work ============================ */

.work-item {
    display: block;
    position: relative;
    width: 100%;
    height: 450px;
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.video-container, .image-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.page-template-page-contacts li.country.preferred.active.highlight, .page-template-page-contacts li.country, .page-template-page-contacts li.divider {
    background: black;
}

.page-template-page-contacts .intl-tel-input .country-list .country.highlight {
    background: #333;
}

.page-template-page-contacts li.divider {
    margin-bottom: 0!important;
}



.image-container {
    background-size: cover;
    background-position: center;
}

.work-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.95;
}

.work-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.5) 100%);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px;
    color: #fff;
    transition: all 0.3s ease;
}

.work-logo {
    align-self: flex-start;
    display: flex;
    align-items: center;
}

.work-logo img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: rgba(255,255,255,1);
}

.logo-text {
    margin-left: 10px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.work-info {
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.work-title {
    font-weight: 600;
    margin-bottom: 5px;
}

.work-views {
    display: flex;
    align-items: center;
}

/* Hover effect to play video */
.work-item:hover .work-video {
    opacity: 1;
}

/* ============================= Work end ============================ */

/* ============================= Background Images ============================ */

.i528 {
    height: 600px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.br50 {
    border-radius: 50px!important;
}

/* ============================= Footer ============================ */
footer {
    background-color: var(--footer-color);
    padding: 0px 0 10px;
}

.bt2::before {
    position: absolute;
    border-top: 2px solid #d3d3d3;
    height: 2px;
    content: '';
    top: 0;
    left: 14px;
    right: 20px;
}

.bt2 {
    position: relative;
}

.catfo li {
    font-weight: 600;
}

footer a {
    text-decoration: none;
    transition: all .3s;
    color: var(--footer-a);
}

.footer-icons {
    list-style: none;
    display: flex;
    gap: 20px;
    padding: 0;
    font-size: 20px;
}

button, .button {
    width: 350px;
    height: 80px;
    border-radius: 20px;
    position: relative;
    background: transparent;
}


.bg.bheader {
    width: 160px;
    height: 45px;
    border-radius: 10px;
    text-transform: uppercase;
    font-size: 18px;
}

.bg {
    width: 350px;
    height: 80px;
    border-radius: 50px;
    position: relative;
    background: transparent;
    color: white;
    border: none;
    overflow: hidden;
    font-size: 20px;
    cursor: pointer;
    z-index: 0;
    transition: all 0.4s;
    text-transform: uppercase;
}

.bg::before, .present::before {
    content: "";
    position: absolute;
    z-index: -2;
    opacity: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(0.858turn, rgba(255, 27, 144, 1) 0%, rgba(248, 2, 97, 1) 21%, rgba(237, 0, 192, 1) 50%, rgba(197, 0, 233, 1) 74%, rgba(112, 23, 255, 1) 100%);
    border-radius: 20px;
    transition: all 0.4s;
}

.bg::after, .present::after {
    content: "";
    position: absolute;
    z-index: -1;
    opacity: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(0.858turn, rgba(237, 0, 192, 1) 0%, rgba(197, 0, 233, 1) 74%, rgba(112, 23, 255, 1) 100%);
    border-radius: 20px;
    transition: all 0.4s;
}

.bb, .bb a {
    color: var(--text-color);
    transition: all 0.4s;
}

.bg:hover::after, .bg.bheader:after {
    opacity: 1;
    transition: all 0.4s;
    z-index: -3;
}

.bg:hover::before, .bg.bheader:hover::before {
    opacity: 0;
    transition: all 0.4s;
}

button:focus, button:hover {
    background: var(--text-color);
    color: #fff;
    transition: all 0.4s;
}

.bg.bheader:focus, .bg.bheader:hover {
    background: inherit;
}

.mb100 {
    margin-bottom: 100px;
}

video {
    max-width: 100%!important;
    max-height: 700px!important;
    border-radius: 10px;
}

.psingle {
    border-width: 1px;
    border-radius: 10px;
    background-position: center center;
    border-color: lch(98.27 0.02 356.63 / 0.2);
    border-style: solid;
    margin: 0;
}

.logo-invert {
    mix-blend-mode: difference;
    color: white;
    isolation: auto;
    position: relative;
    z-index: 1;
    zoom: 0.04;
}
.logo-invert * {
    fill: currentColor !important;
}

.container-fluid.abcauto {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10003;
    mix-blend-mode: difference !important;
}

.psingle a {
    text-decoration: underline;
}

.back a {
    text-decoration: none!important;
}

.open-scroll {display: none}
.headernav-scroll .open-scroll {display: block}
.min300 {
    min-width: 300px;
}

button.minb {
    width: 165px;
    height: 60px;
    background-color: #fff;
    font-size: 16px;
}


/* ============================= Footer end ============================ */

/* ============================= Mobile ============================ */

/* Адаптація для екранів до 1024px */
@media only screen and (max-width: 1640px) {
    .f120 {
        font-size: clamp(30px, 8vw, 80px); /* Зменшуємо розмір для планшетів */
        font-weight: 600;
    }
    .f190 {
        font-size: 100px;
    }
    .trotate svg {
        width: 55px;
    }
}

/* Адаптація для екранів до 1024px */
@media only screen and (max-width: 1024px) {
    .logo-text {
        font-size: 12px;
    }
    .f30 {
        font-size: 18px;
    }
    .f80 {
        font-size: 50px;
    }
    .f120 {
        font-size: clamp(30px, 8vw, 60px); /* Зменшуємо розмір для планшетів */
        font-weight: 600;
    }
    .f190 {
        font-size: 100px;
    }
    .trotate svg {
        width: 40px;
    }
    a.vlink {
        display: block;
        text-align: left;
    }
    .i528 {
        height: 350px;
    }
    .ipro button {
        margin: 10px;
    }
    .ipro {
        display: block!important;
    }
    .fs-1 {
        font-size: calc(1rem + 1.5vw)!important;
    }
}

/* Адаптація для екранів до 768px (мобільні пристрої) */
@media only screen and (max-width: 768px) {
    .f120 {
        font-size: clamp(24px, 6vw, 48px); /* Ще менший розмір для телефонів */
        font-weight: 600;
    }
    .f190 {
        font-size: 80px;
    }
    .trotate svg {
        width: 32px; /* Зменшуємо SVG для мобільних */
    }
}

/* Адаптація для дуже малих екранів (до 480px) */
@media only screen and (max-width: 480px) {
    .f120 {
        font-size: clamp(20px, 5vw, 36px); /* Найменший розмір для маленьких екранів */
        font-weight: 600;
    }
    .f190 {
        font-size: 60px;
    }
    .trotate svg {
        width: 24px;
    }
}

@media only screen and (max-width: 991px) {
    #header-nav .navbar-toggler-icon::before,  #header-nav .navbar-toggler-icon::after, #header-nav .navbar-toggler-icon {
        background: var(--text-color);
    }

    ul.t-sociallinks__wrapper {
		display: flex;
		list-style-type: none;
		justify-content: left;
		padding: 0;
		margin: 0;
	}

    ul.t-sociallinks__wrapper li {
        padding-right: 8px;
    }

    .container {
        padding: 0 30px;
    }
    .gallery .gallery-item {
        width: 50%!important;
    }
    .footer i {
        font-size: 24px;
        padding-right: 10px;
        margin: 10px 0;
    }
    .headernav-scroll {
        top: 0;
        position: fixed;
        width: 100%;
    }
    .f190 {
        font-size: 55px;
    }
    .f80 {
        font-size: 50px;
    }
    h1, .h1 {font-size: 30px;line-height: 1.3;}

    .mob.ps-5, .mob.ps-4 {
        padding: 10px 12px 0 0 !important;
    }

    div#navbarNav a {
        font-size: 18px;
    }

    div#navbarNav {
        margin: 0;
        padding: 9px;
        min-width: max-content;
    }

    div#header-nav button {
        font-size: 16px;
        margin: 0px 0 5px;
    }

    nav.rank-math-breadcrumb {
        font-size: 12px;
    }

    button.navbar-toggler {
        width: 45px;
        height: 45px;
        padding: 0;
        text-align: right;
        border: 0;
        background: inherit;
    }

    .nav-tabs {
        display: contents;
    }

    .footer-contact .cont {
        font-size: 26px;
    }

    li.menu-item {
        font-size: 20px;
        line-height: 2;
    }

    .navbar li.phone, .email {
        font-size: 20px;
    }

    span.wpcf7-form-control-wrap input {
        max-width: 100%;
    }

    .header-logo {
        margin: 0;
    }

    .logo-invert {
        zoom: 0.03;
    }

    .section-title {font-size: 40px;}

    .navbar-toggler-icon {
        width: 28px;
    }

    .navbar-toggler-icon::before {
        top: -8px;
    }

    .navbar-toggler-icon::after {
        top: 5px;
    }

    ul#menu-header li a {
        color: var(--white);
        font-size: 24px;
    }

    .count {
        margin-top: -40px;
    }

    .mob {
        text-align: center;
    }

    .vlink {
        display: block;
        text-align: left;
    }

    .blog-list li {
        width: 100%;
        display: block;
    }

    button.more {
        font-size: 12px;
    }

    .just {
        justify-content: center;
    }

    .wp-post-image {
        margin: 20px auto 10px;
    }

    .pmob {
        padding: 10px 16px 14px 26px;
    }

    .f42 {
        font-size: 22px
    }

    .f22 {
        font-size: 14px
    }

    .f24 {
        font-size: 12px;
    }

    .f26 {
        font-size: 20px;
    }

    .port {
        font-size: 16px;
    }

    .f36 {
        font-size: 16px
    }

    .header-bottom .navbar .dropdown-menu {
        padding-left: 1rem;
    }
	
	.trotate svg {
		width: 30px;
        margin-top: -5px;
	}
}

@media only screen and (max-width: 600px) {
    .f120 {
        font-size: 28px;
        font-weight: 600;
        line-height: 2;
    }
	.camp_sots svg {
    	margin-top: -7px;
        width: 36px;
	}
}

/* ============================= Mobile end ============================ */




html {
	overflow-x: hidden;
	
}


@media (min-width: 999px) {
	body {
		padding: 0 0.45vw;
	}
}

.bgi {
	background-repeat: no-repeat !important;
	background-size: cover !important;
	background-position: center 0 !important;
}

.header .container-fluid img {
	width: 201px;
	height: auto;
	aspect-ratio: 218 / 44;
}

.header .row {
	padding-top: 0.8vw !important;
	padding-bottom: 0.3vw !important;
}

.page-id-3 ,
.page-id-94  {
 background: #1A1A1A !important;

}

.page-id-3 section,
.page-id-94 section {

	color: #fff !important;
}

.page-template-page-presentation .wpcf7-form-control-wrap input {
	color: #1A1a1A !important;
}

/* .page-id-3 .header ,
.page-id-94 .header,
.page-id-3 .navbar-collapse,
.page-id-94 .navbar-collapse {
	filter: invert(1)
} */


/* HERO */

.video-content {
	height: 100% !important;
}

@media (min-width: 641px) {

	#hero .video-hero {
		height: auto;
		aspect-ratio: 118 / 50;
	}

	#hero .video-hero video {
		max-height: none !important;
	}

	.hero-texts .p100 {
		padding-top: 9vw;
	}

	.hero-texts .f100 {
		line-height: 1;
		margin-bottom: -0.3vw !important;
		font-size: 7.3vw;
	}

	.hero-texts .col-lg-10 {
		width: 97%;
	}

	.hero-texts .trotate svg {
		margin-top: -4.4vw;
	}

	.hero-texts .camp_sots {
		display: flex;
	}

	.hero-texts .camp_sots svg {
		vertical-align: top;
		width: 64px;
		margin: 0 0.5vw;
	}

	.hero-texts .btn.bg {
		width: 17vw;
		height: 5vw;
		top: -0.4vw;
		border-radius: 200px;
		font-size: 1.5vw !important;
	}

	.hero-mini-text {
		width: auto !important;
		margin-right: 2vw !important;
		font-size: 1.7vw;
		line-height: 1.2;
	}
}

@media (min-width: 959px) and (max-width: 1200px) {

	#hero .video-hero {
		height: auto;
		aspect-ratio: 118 / 71 !important;
	}

	.hero-texts {
		margin-top: 6vw !important;
		margin-bottom: 0 !important;
		/* 		padding-bottom: 50px !important; */

		margin-bottom: -0.3vw !important;
		font-size: 8vw !important;
	}




	.hero-texts .f100 {

		font-size: 8.3vw;
	}

	.hero-texts .col-lg-10 {
		padding-bottom: 0 !important;
	}

	.hero-mini-text {
		font-size: 2vw !important;
		margin-bottom: 0 !important;
	}

	.hero-texts .btn.bg {
		width: 21vw;
		height: 6vw;
		top: 2.5vw;
		font-size: 1.8vw !important;
	}

	.trotate svg {
		width: 61px;
	}

	.hero-bottom {
		justify-content: space-between !important;
		flex-direction: row !important;
		margin-top: auto;

	}
}

@media (max-width: 1200px) {
	.hero-texts .text-left {
		flex-direction: column;
	}

	.hero-bottom {
		justify-content: space-between !important;
		margin-top: auto;

	}

	.hero-texts .camp_sots svg {
		width: 40px;
		margin: 0.5vw;
	}

	.hero-texts .camp_sots {
		margin-left: auto;
		margin-right: 27vw;
	}

	.hero-texts .col-lg-10 {
		padding-left: 2vw !important;
		padding-right: 2vw !important;
	}

}

@media (min-width: 641px) and (max-width: 958px) {

	#hero .video-hero {
		height: auto;
		aspect-ratio: 30 / 37 !important;
	}

	.hero-bottom {
		justify-content: space-between !important;
		margin-top: auto;
		flex-direction: row-reverse !important;
		align-items: center !important;
	}

	.hero-texts .f100 {

		margin-bottom: 3vw !important;
		font-size: 10vw;
	}

	.hero-mini-text {
		margin-bottom: 0 !important;
		width: auto !important;
		margin-right: 2vw !important;
		font-size: 3vw;
		line-height: 1.2;
		text-align: left;
	}

	.trotate svg {
		width: 57px;
		margin-top: -5px;
	}

	.hero-texts .btn.bg {
		width: 32vw;
		height: 9vw;
		top: -0.4vw;
		border-radius: 200px;
		font-size: 3vw !important;
	}

	.hero-texts .camp_sots {
		margin-left: auto;
		margin-right: 13vw;
	}
}

@media (max-width: 640px) {
	.header-top {
		/* 		margin-bottom: 1.5rem !important; */
	}

	#hero .video-hero {
		/* 	height: 74vh; */
		aspect-ratio: 30 / 41 !important;

	}

	.hero-texts {
		padding: 100px 0px 100px !important;
	}

	.hero-texts .text-right {
		display: flex;
		flex-direction: row-reverse;
		text-align: left;
		gap: 16px;
	}

	.hero-texts .p100 {
		padding: 10.9vw 20px 0 !important;
	}



	.hero-texts .text-left .camp_sots {
		margin-left: auto;
	}

	.hero-texts .f100 {
		line-height: 1;
		margin-bottom: -0.3vw !important;
		font-size: 11vw;
	}

	.hero-texts .col-lg-10 {
		width: 95%;
	}

	.hero-texts .trotate svg {
		margin-top: -4.4vw;
	}

	.hero-texts .camp_sots {
		display: flex;
		margin-right: 10px;
	}

	.hero-texts .camp_sots svg {
		vertical-align: top;
		width: 7vw;
		margin: 0 0.5vw;
	}

	.hero-texts .btn.bg {
		width: 100%;
		height: 65px;

		/* 	font-size: 1.4vw; */
	}

	.hero-mini-text {
		margin: 0 0 30px !important;
		padding-top: 34px;
		text-align: left !important;
	}

	.hero-mini-text+a {
		display: block;
		width: 100%;
		max-width: 250px;
		margin-left: 0;
		margin-right: auto;
	}
}













video {
	max-height: none !important;
}


/* WORK */

@media (min-width: 769px) {


	.home-one {
		padding-top: 2.2vw;
	}

	.title-h2 {
		font-size: 4.7vw !important;
	}

	.title-h3 {
		line-height: 1.2;
		font-size: 2.7vw !important;
	}

	.work {
		padding-left: 10px;
		padding-right: 10px;
	}

	.work .row .col-lg-3 {
		aspect-ratio: 285 / 370;
		height: auto;
		padding: 0 0.4vw;
		margin-bottom: 0.7vw;
	}


	.work-logo img {
		flex: 0 0 75px;
		width: 75px;
		height: 75px;
	}

	.work .work-item {
		height: 100%;
		border-radius: 1vw;
	}

	.work .work-overlay {
		padding: 1.3vw 1.3vw 0.9vw;
	}

	.work .work-logo {}

	.work .logo-text {
		margin-left: 1.5vw;
		font-size: 1vw;
	}

	.work .work-title {
		width: 90%;
		font-size: 1.9vw;
		margin-bottom: 1.9vw;
	}

	.work-views svg {
		width: 28px;
		height: 28px;
	}

}

@media (max-width: 640px) {
	.home-one .title-h2 {
		font-size: 52px !important;
		margin-top: -5px !important;
		margin-bottom: -10px
	}

	.work {
		padding: 0 12px;
	}

	.work .row .col-lg-3 {
		aspect-ratio: 300 / 415;
		height: auto;
		padding: 0 0.4vw;
		margin-bottom: 1rem !important;
	}


	.work .row .col-lg-3 .work-item {
		height: 100%
	}

	.work .work-overlay {
		padding: 6.3vw 5.3vw 5vw;
		;
	}

	.work-logo img {
		flex: 0 0 60px;
		width: 60px;
		height: 60px;
	}

	.work .logo-text {
		margin-left: 1.5vw;
		font-size: 16px;
	}

	.work .work-title {
		width: 90%;
		font-size: 29px;
		margin-bottom: 9vw;
	}

	.work .views-count {
		font-size: 27px;
	}

	.work .row .col-lg-3.col-md-6 {

		padding-left: 0rem !important;
		padding-right: 0rem !important;
	}

}


@media (min-width: 961px) and (max-width: 1200px) {
	.work-logo img {
		flex: 0 0 4.5vw;
		width: 4.5vw;
		height: 4.5vw;
	}

	.work .work-overlay {
		padding: 1.5vw;
	}
}


@media (min-width: 640px) and (max-width: 960px) {
	.work-logo img {
		flex: 0 0 7vw;
		width: 7vw;
		height: 7vw;
	}

	.work .work-overlay {
		padding: 3vw;
	}

	.logo-text {
		font-size: 15px;
	}

	.work-item .f30 {
		font-size: 28px !important
	}
}

.work .col-lg-3.col-md-6 {
	margin-bottom: 1rem !important;
	padding-left: 0.5rem !important;
	padding-right: 0.5rem !important;
}

.work-item {
	height: 490px;
}




/* CLIENTS */

.clients-row {
	padding-top: 1.5vw;
}

.clients-row .col-lg-2 {
	margin-bottom: 0 !important;
	flex: 0 0 calc(100% / 4);
}

.clients-row .col-lg-2 img {
	max-height: 100px;
	max-width: 160px;
	width: 100%;
}

@media (min-width: 769px) {
	.clients-row .col-lg-2 {
		margin-bottom: 0 !important;
		flex: 0 0 calc(100% / 7);
	}

	.clients-row {
		padding: 1.5vw 7vw 0;
	}
}

@media (max-width: 768px) {
	#clients {
		margin-top: -34px;
	}

	#clients .title-h3 {
		margin-bottom: 0px;
		font-size: 30px;
	}

	.clients-row .col-lg-2 img {
		max-height: 60px;
	}

	.clients>.row:last-child {
		font-size: 16px !important;
	}

}

@media (max-width: 640px) {
	.clients-row .col-lg-2 {
		padding: 0.5rem !important;
	}
}

@media (min-width: 961px) and (max-width: 1200px) {
	.clients-row .col-lg-2 {
		flex: 0 0 calc(100% / 5) !important;
	}

	.clients>.row:last-child {
		font-size: 16px !important;
	}
}





/* PREIM */
@media (min-width: 999px) {

	#preim {
		padding-top: 1.1vw;
		margin-left: -0.45vw;
		padding: 0 0.45vw;
		width: calc(100% + 0.9vw);
		background-image: linear-gradient(180deg, #f3f3f3, #ffffff);
	}
}

.preim-content {
	display: flex;
	flex-direction: column;
}

.preim-content h2 {
	margin-bottom: 6.1vw;
}

.preim-content h3 {
	line-height: 1;
	font-size: 12vw;
	margin-bottom: 0;
	display: flex;
	flex-wrap: wrap-reverse;
	align-items: start;
}

.preim-content h3 span:last-child {
	font-size: 1.5vw;
	padding-left: 0.3vw;
	color: transparent;
	background-image: linear-gradient(0.858turn, rgba(255, 27, 144, 1) 0%, rgba(248, 2, 97, 1) 21%, rgba(237, 0, 192, 1) 50%, rgba(197, 0, 233, 1) 74%, rgba(112, 23, 255, 1) 100%);
	-webkit-background-clip: text;
	will-change: transform;
	line-height: 1;
	font-weight: 500;
	text-transform: uppercase;
	background-position: center center;
	border-color: transparent;
	border-style: solid;
}

@media (max-width: 998px) {
.preim {
	border-radius: 16px;
    background-image: linear-gradient(0.858turn, rgba(255, 27, 144, 1) 0%, rgba(248, 2, 97, 1) 21%, rgba(237, 0, 192, 1) 50%, rgba(197, 0, 233, 1) 74%, rgba(112, 23, 255, 1) 100%);
/*     border-color: transparent;
    border-style: solid; */
	border-width: 0;
		padding: 3px;
}:
}

.preim-content>p {
	line-height: 1;

	font-size: 2.9vw;
	margin-bottom: 0.5vw;
}

@media (max-width: 640px) {
	#preim>.p100 {
		margin-bottom: -80px;
	}

	#preim>.p100 {
		padding-top: 60px
	}

	.preim-content {
		padding: 4vw 3vw 11vw !important;
	}

	.preim-content h2 {
		margin-bottom: 14vw !important;
		font-size: 7vw !important;
	}

	.preim-content h3 {
		font-size: 12.5vw !important;
		margin-bottom: 32px !important;
		gap: 2vw !important;
	}

	.preim-content h3 span:last-child {
		font-size: 5vw !important;
	}

	.preim-content>p {
		font-size: 6.3vw !important;
	}
}

@media (min-width: 961px) and (max-width: 1200px) {




	.preim-content h3 span:last-child {
		font-size: 2vw;
	}

	.preim-content h2 {
		margin-bottom: 9vw;
		font-size: 3.5vw !important;
	}

	.preim-content>p {
		font-size: 3.5vw !important;
		margin-top: 1vw !important;
	}
}

@media (min-width: 640px) and (max-width: 960px) {
	.preim-content h3 {
		font-size: 11vw;
	}

	.preim-content h3 span:last-child {
		font-size: 2.5vw;
	}

	.preim-content h2 {
		margin-bottom: 9vw;
		font-size: 6vw;
	}

	.preim-content>p {
		font-size: 5vw;
		margin-top: 2vw;
	}
}














/* FOOTER */

@media (min-width: 950px) {

	.footer h2 {
		font-size: 4.9vw;
		margin-top: 0;
		margin-bottom: 3.2vw !important;
	}

	.footer h2 svg {
		margin-left: 0.9vw;
	}

	.footer .ipro {
		margin-bottom: 0.6vw;
		align-items: center;
		justify-content: space-between;
		gap: 24px;
		flex-wrap: wrap;
	}

	.footer a>button {
		width: 388px;
		height: 94px;
		top: -0.4vw;
		font-size: 1.1vw;
		border-radius: 20px !important;
	}

	.footer .me-5 {
		margin-right: 6.5rem !important;
	}

	.footer-row .col-lg-3 {
		padding-top: 1rem !important;
	}

	.footer-row .col-lg-3 ul {
		display: flex;
		flex-direction: column;
		gap: 0.1rem;
		padding-top: 1.7rem;
	}
}

.ipro-buttons a:last-child button { 
border: 1.3px solid #1a1a1a;
}

@media (max-width: 961px) {
	.footer h2 {
		font-size: 54px;
		margin: -15px 0 15px !important;
		padding: 0 !important;
	}

	.footer h2 svg {
		position: relative;
		width: 34px;
		top: -6px;
	}
}

@media (max-width: 640px) {
	.footer .ipro {
		margin-bottom: 0.6vw;
		align-items: center;
		justify-content: space-between;
		gap: 16px;
		flex-wrap: wrap;
		padding: 0 !important;
	}

	.ipro-buttons {
		display: flex;
		flex-direction: column;
		gap: 10px;
	}

	.footer a>button {
		width: 100%;
		height: 70px;
		margin: 0;
		font-size: 15px;
		border-radius: 20px !important;
	}

	.footer div:has(>.me-5) {

		justify-content: space-between !important;
	}

	.footer .me-5 {
		margin-right: 10px !important;

	}

	.footer .me-5,
	.footer .mwh {
		font-size: 15px;
	}

	.footer-row {
		margin: -60px 0 0 !important;
		padding: 0 !important;
		font-size: 16px;
	}



	.navi-1,
	.navi-2 {
		margin: 0 0 12px !important;

	}


	.footer-row .col-lg-3 ul {
		display: flex;
		flex-direction: column;
		gap: 7px;
		padding-top: 10px;

	}

	.footer-row .col-lg-3 ul li {

		font-size: 16px;
		line-height: 1.2;
	}

	.footer-row .col-lg-6 {
		order: 1;
	}

	.footer-row .col-lg-6 img {
		width: 120px;
		display: inline-block;
		margin-bottom: -10px;
	}

	.footer {
		padding-bottom: 0;
	}
}




@media (max-width: 321px) {

	.footer .me-5,
	.footer .mwh {
		font-size: 12px;
	}

	.footer h2 {
		font-size: 42px;
	}

	.footer a>button {

		height: 60px;

		font-size: 14px;
	}
}

@media (min-width: 420px) and (max-width: 640px) {

	.footer .me-5,
	.footer .mwh {
		font-size: 16.5px;
	}

	.footer a>button {

		height: 74px;

		font-size: 17px;
	}
}

@media (min-width: 641px) {
	.footer>.container-fluid>.row.row {
		margin: -10px 0 -30px;
	}

	.ipro {
		margin: 0;
		padding: 0;
	}

	.ipro-buttons+div .d-flex {
		justify-content: start !important;
	}

	.ipro-buttons {
		display: flex;
		gap: 3vw;
	}

	.footer a>button {
		margin: 0 !important;
		width: 34vw;
		height: 8vw;
		font-size: 2vw;
		border-radius: 17px !important;
	}
}


@media (min-width: 641px) and (max-width: 960px) {
	.footer-row .col-lg-6 {
		order: 1;
	}

	.footer-row .col-12 {
		width: 50% !important;
	}

	.footer-row .col-lg-6 {
		width: 100% !important
	}

	.footer li.menu-item {
		font-size: 16px;
		line-height: 1.6;
	}

	.footer-row .col-lg-6 img {
		width: 170px;
	}

	.footer-row .col-lg-6 .grey.semi {
		font-size: 16px;
		padding: 0 0.6rem;
	}

	.footer h2 {
		font-size: 74px !important;
	}
}

@media (min-width: 961px) and (max-width: 1800px) {
	.footer a>button {
		margin: 0 !important;
		width: 23vw !important;
		height: 5.5vw !important;
		font-size: 1.3vw !important;
		border-radius: 17px !important;
	}

	.ipro-buttons {
		display: flex;
		gap: 2vw !important;
	}

	.footer h2 {
		font-size: 5.5vw;
		margin-top: 0;
		margin-bottom: 2.2vw !important;
		padding: 0;
	}

	.footer h2 svg {
		width: 32px;
	}

	.footer .me-5,
	.footer .mwh {
		font-size: 13.5px;
	}

	.footer .me-5 {
		margin-right: 3.5rem !important;
	}

	.ipro {
		display: flex !important;
		align-items: center !important;
	}

	.footer-row {
		font-size: 16px;
		line-height: 1.6;
	}
}














/* MOBILE MENU */


.header-top:has(#navbarMob.active) {
	transition: opacity 0 ease 0;
	opacity: 1;
}

#navbarMob.active {
	transform: translatex(0);
}

#navbarMob {
	height: 100vh;
	width: 100vw;
	position: fixed;
	right: 0;
	top: 0;
	background: #1a1a1a !important;
	color: #fff !important;
	max-width: 320px;
	display: flex;
	flex-direction: column;
	align-items: start;
	z-index: 1000;
	transform: translatex(100vw);
	transition: all 0.4s ease 0s;
}

.header-overlay {
	height: 100vh;
	width: 100vw;
	position: fixed;
	right: 0;
	top: 0;
	background-color: #000;
	opacity: 0;
	display: block !important;
	/* 	left: 0; */
	/* 	width: calc(100vw - 320px);
	transform: translatex(-100%); */
	transition: none !important;
	z-index: 999;
	pointer-events: none;
}

#navbarMob.active+.header-overlay {
	opacity: 0.6;
}

.navbar-toggler {
	z-index: 1001;
}

.navbar-toggler.active span,
.navbar-toggler.active span::before,
.navbar-toggler.active span::after {
	background: #fff !important;
}

#menu-header {
	margin-top: 6rem !important;
}

#menu-header li {
	margin-bottom: 10px
}

.header-socials {
	padding-bottom: 25px !important;
}

@media (min-width: 992px) {
	.header-btn-breaf {
		display: block !important;
	}
}

.header-btn-breaf button {
	width: 140px !important;
	height: 38px !important;


	font-size: 14px !important;

	overflow: hidden;
}

.header-btn-breaf button,
.header-btn-breaf button::before,
.header-btn-breaf button::after {
	border-radius: 8px !important;
}

@media (min-width: 1900px) {
	.header-btn-breaf button {
		width: 166px !important;
		height: 46px !important;
		font-size: 16px !important;
	}
}


@media only screen and (max-width: 991px) {
    ul#menu-header li a {
        color: var(--white);
        font-size: 28px;
    }
}



















/*  CONTACTS */


.contacts-wr-form .section-title {
	padding-left: 2vw;
	font-size: 46px;
}





/* common */
.form-inputs {
	display: flex;
	flex-direction: column;
	gap: 1.5vw;
	font-size: 1.4vw;
	padding-bottom: 1rem;
}

.form-inputs span {
	display: block
}

.form-inputs br {
	display: none;
}

.form-inputs input {
	margin-bottom: 0 !important;
	border-radius: 100px !important;
}

/* .form-inputs input::placeholder {
	color: inherit !important;
} */

.selected-dial-code {
	padding-left: 3.2vw !important;
	display: none !important;
}

.form-checkboxes {
	margin-bottom: 2.3rem;
}

.form-checkboxes .wpcf7-form-control {
	/* 	display: flex;
	flex-direction: column;
	gap: 1vw; */
	padding-top: 10px;
}

.form-checkboxes br {
	display: none;
}

.form-checkboxes label {
	position: relative;
	margin-bottom: 14px;

}

.form-checkboxes label span {
	font-size: 20px;
	display: flex;
	align-items: center;
	gap: 1vw;
	/* 	padding-left: 2vw; */
}

.form-checkboxes label input {
	position: absolute;
	top: 0;
	left: 0;
	width: 33px;
	height: 33px;
	opacity: 0;
}

.form-checkboxes label span:before {
	content: '';
	width: 33px;
	height: 33px;
	border: 3px solid #fff;
	display: inline-block;

}

.form-checkboxes label span:after {
	border: solid #fff;
	border-width: 0 3px 3px 0;
	content: "";
	height: 16px;
	left: 13px;
	position: absolute;
	top: 7px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 8px;
	opacity: 0;
	transition: all 0.3s ease 0s;
}

.form-checkboxes label input:checked+span::after {
	opacity: 1;
}

.nf7 textarea {
	border-radius: 28px !important;
}



span.wpcf7-form-control-wrap input,
span.wpcf7-form-control-wrap select,
span.wpcf7-form-control-wrap textarea {
	color: #fff !important;
}



@media (max-width: 998px) {

	#sc-contacts {
		margin-top: -4vw;
		margin-bottom: 1.2rem !important;
	}

	.cmb-2 .fs-1 {
		font-size: 1.8rem !important;
		line-height: 1;
		margin-bottom: 7.4vw;
	}

	.contacts-soc {
		display: flex;
		justify-content: space-between;
		flex-direction: row !important;
		align-items: center;
	}

	.contacts-soc a {
		font-size: 0.8rem;
	}

	.contacts-wr-form .section-title {
		margin-bottom: 16px;
		margin-top: 7px !important;
		padding-left: 0 !important;
	}

	.contacts-wr-form .section-title+p {
		font-size: 13px;
	}

	.form-inputs {
		display: flex;
		flex-direction: column;
		gap: 5.5vw;
		font-size: 4.4vw;


	}

	.form-inputs input:not(.wpcf7-phonetext) {
		padding: 16px 20px !important;

	}

	.form-inputs select {
		padding: 14px 20px !important;

	}

	p.nf7 {
		font-size: 0.9rem;
		margin-bottom: 0.5rem;
	}

	.form-checkboxes label span {
		font-size: 16px;
		gap: 3vw;
	}

	.form-checkboxes label input {
		width: 23px;
		height: 23px;

	}

	.form-checkboxes label span:before {
		content: '';
		width: 23px;
		height: 23px;
		border: 2px solid #fff;

	}

	.form-checkboxes label span:after {
		border-width: 0 2px 2px 0;
		height: 13px;
		left: 8px;
		top: 4px;
		width: 7px;
	}

	.form-checkboxes {
		margin-bottom: 1.3rem;
	}

	p:has(select) {
		margin-bottom: 0;
	}

	select {
		font-size: 15px !important;
	}

	input.wpcf7-submit {
		font-size: 16px
	}

	input.wpcf7-submit {
		font-size: 15px;
	}
}

.wpcf7-acceptance .wpcf7-list-item-label {
	align-items: start;
	line-height: 1.2;
}

.iti-flag {
	left: 22px;
	scale: 1.1
}

.page-template-page-contacts .brief {
	display: none !important;
}


@media (min-width: 999px) {

	.page-template-page-contacts .header-row {
		padding: 0 1vw !important;
	}



	#sc-contacts {
		padding-top: 1vw;
	}



	#sc-contacts .section-title {
		font-size: 5.1vw;
		margin-bottom: 12px;
		margin-top: 8px;
	}

	.cmb-2 .fs-1 {
		font-size: 3rem !important;
		line-height: 1;
		margin-bottom: 1.4vw;
	}

	.contacts-wr-form {
		padding-left: 2vw;
	}

	.form-inputs {
		display: flex;
		flex-direction: column;
		gap: 1.5vw;
		font-size: 1.4vw;
		padding-bottom: 1rem;
	}

	.form-inputs span {
		display: block
	}

	.form-inputs br {
		display: none;
	}

	.form-inputs input {
		margin-bottom: 0 !important;
		border-radius: 100px !important;
	}



	.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input,
	.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=tel],
	.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=text] {
		padding-left: 6vw !important;
	}

	.selected-flag {
		padding-left: 1.9vw !important;
	}

	.iti-flag {
		scale: 1.6 !important;
	}

	.selected-dial-code {
		padding-left: 3.2vw !important;
		display: none !important;
	}

	.iti-arrow {
		right: -1vw !important;
		scale: 2;
	}

	p.nf7 {
		font-size: 1.2vw;
	}
}

.contacts-soc {
	justify-content: start !important;
	font-size: 16px;
}

.contacts textarea:placeholder {
	color: transperent !important;
}


@media (min-width: 641px) and (max-width: 1200px) {
	.form-inputs {
		font-size: 1.5vw;
	}

	input.wpcf7-submit {
		max-width: 360px;
		font-size: 1.5vw !important;
	}

}


@media (min-width: 1201px) and (max-width: 1900px) {
	.form-inputs {
		font-size: 1.3vw !important;
	}

	input.wpcf7-submit {
		font-size: 1.3vw !important;
	}

}


.post-item {}

.post-item video {
	width: 100% !important;
	height: auto;
	max-heights: 500px !important;
	aspect-ratio: 5/8 !important;
	object-fit: cover !important;
	display: block;
}

.post-item video {
		max-width: 500px !important;
		
	}
@media (max-width: 768px) {
	.post-item video {
		max-width: 320px !important;
		margin: 0 auto !important;
	}
}

.post-item .video-c {
	justify-content: end
}

.post-item>.col-lg-8 {
	flex: 1 1 auto !important;
}

.post-item .row .col-lg-6 {
	flex: 0 0 100% !important;
	width: 100%;
}

@media (max-width: 1200px) {
	.video-c .vlink {
		margin: 0 auto;
		display: flex;
		justify-content: center;
	}

	.video-c .vlink ul {
		display: none !important;

	}
}

@media (min-width: 1900px) {
	.post-item .f80 {
		font-size: 85px;
	}
}

@media (max-width: 960px) {
	.screens-row .col-md-6 {
		flex: 0 0 100% !important;
		width: 100% !important;
	}

	.screens-row .i528 {
		height: auto !important;
		aspect-ratio: 62 / 50 !important;
		background-position: center top;
	}
}

.campaign_name {
	font-size: 0.8rem;
}





@media (min-width: 375px) and (max-width: 430px) {
	.post-item .f80 {
		font-size: 10vw;
	}
	.post-item h1.f80 {
		margin-bottom: 5vw;
	}
}

@media (min-width: 431px) and (max-width: 768px) {
	.post-item .f80 {
		font-size: 9vw;
	}
		.post-item h1.f80 {
		margin-bottom: 5vw;
	}
}

@media (min-width: 769px) and (max-width: 958px) {
	.post-item .f80 {
		font-size: 8vw;
	}
		.post-item h1.f80 {
		margin-bottom: 5vw;
	}
}


@media (min-width: 959px) and (max-width: 1300px) {
	.post-item .f80 {
		font-size: 4.5vw;
	}

	.post-item h1.f80 {
		margin-bottom: 3vw;
	}
}

@media (min-width: 1300px) and (max-width: 1700px) {
	.post-item .f80 {
		font-size: 5.5vw;
	}

	.post-item h1.f80 {
		margin-bottom: 5vw;
	}
}

@media (min-width: 1300px) and (max-width: 1700px) {
	.post-item .f80 {
		font-size: 5.5vw;
	}

	.post-item h1.f80 {
		margin-bottom: 5vw;
	}
}


@media (min-width: 1200px) {
.post-item  .col-lg-4 {
position: relative;
    left: -100px;
	}}
