@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//veintime.com.ua/wp-content/themes/woodmart/fonts/woodmart-font-1-400.woff2?v=8.4.1") format("woff2");
}

:root {
	--wd-text-font: "Montserrat", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #767676;
	--wd-text-font-size: 14px;
	--wd-title-font: "Montserrat", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Montserrat", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 500;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Montserrat", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Montserrat", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Montserrat", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 13px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: rgb(29,33,68);
	--wd-alternative-color: rgb(47,35,35);
	--btn-default-bgcolor: rgb(29,33,68);
	--btn-default-bgcolor-hover: rgb(42,47,94);
	--btn-accented-bgcolor: rgb(29,33,68);
	--btn-accented-bgcolor-hover: rgb(42,47,94);
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
}
.wd-age-verify-wrap {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
}
.wd-promo-popup-wrap {
	--wd-popup-width: 800px;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title .wd-page-title-bg img {
	object-fit: cover;
	object-position: center center;
}
.wd-footer {
	background-color: #ffffff;
	background-image: none;
}
.page :is(.wd-page-content, .whb-header) {
	background-color: #F7F8FA;
	background-image: none;
}
 {
	color: rgb(29,33,68);
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 0px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 0px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-default-box-shadow-active: none;
--btn-default-bottom: 0px;
--btn-accented-bottom-active: -1px;
--btn-accented-brd-radius: 0px;
--btn-accented-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .15);
--btn-accented-box-shadow-hover: inset 0 -2px 0 rgba(0, 0, 0, .15);
--wd-brd-radius: 0px;
}

@media (min-width: 1222px) {
section.elementor-section.wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}


.wd-page-title {
background-color: #0a0a0a;
}

.wd-page-title {
    position: relative;
    overflow: hidden;
}

.wd-page-title .wd-page-title-bg::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.45); /* степень затемнения */
    z-index: 1;
}

.wd-page-title .wd-page-title-bg img {
    display: block;
}

.wd-page-title .container {
    position: relative;
    z-index: 2;
}



/* =========================================
   SECTION SERVICE
========================================= */

.vt-section-service{

    width:100%;

    padding:
    40px 20px;

    background:
    #F7F8FA;

}

/* CONTAINER */

.vt-section-service-container{

    display:grid;

    grid-template-columns:
    1.05fr .95fr;

    gap:26px;

    align-items:start;
}

/* =========================================
   LEFT CONTENT
========================================= */

.vt-section-service-content{

    padding:
    10px 0;
}

/* LABEL */

.vt-section-label{

    margin-bottom:16px;

    color:
    #B98B73;

    font-size:11px;
    font-weight:600;

    letter-spacing:.18em;

    text-transform:uppercase;
}

/* TITLE */

.vt-section-title{

    margin:0 0 26px;

    color:
    #2F2323;

    font-size:36px;
    line-height:0.98;
    font-weight:600;

    letter-spacing:-0.05em;
}

/* TEXT */

.vt-section-text{

    margin:0 0 22px;


    color:
    #5F6677;

    font-size:17px;
    line-height:1.9;
}

/* STRONG */

.vt-section-text strong{

    color:
    #1D2143;

    font-weight:600;
}

/* =========================================
   BUTTON
========================================= */

.vt-btn-primary{

    display:inline-flex;
    align-items:center;
    justify-content:center;

    margin-top:14px;

    min-height:58px;

    padding:0 34px;

    border-radius:100px;

    background:
    #1D2143;

    color:#FFFFFF !important;

    font-size:15px;
    font-weight:500;

    text-decoration:none;

    transition:.28s ease;

    box-shadow:
    0 14px 34px rgba(29,33,67,0.12);
}

/* HOVER */

.vt-btn-primary:hover{

    transform:
    translateY(-2px);

    background:
    #2A2F5E;
}

/* =========================================
   RIGHT CARDS
========================================= */

.vt-section-service-cards{

    display:grid;

    gap:18px;
}

/* CARD */

.vt-card-service{

    position:relative;

    padding:
    30px;

    border-radius:32px;

    background:
    rgba(255,255,255,0.96);

    border:
    1px solid rgba(29,33,67,0.06);

    box-shadow:
    0 10px 30px rgba(29,33,67,0.04);

    transition:.28s ease;
}

/* HOVER */

.vt-card-service:hover{

    transform:
    translateY(-4px);

    box-shadow:
    0 18px 42px rgba(29,33,67,0.08);
}

/* NUMBER */

.vt-card-number{

    width:48px;
    height:48px;

    margin-bottom:22px;

    border-radius:16px;

    background:
    #F2F4F7;

    color:
    #6E8A84;

    display:flex;
    align-items:center;
    justify-content:center;

    font-size:13px;
    font-weight:600;

    letter-spacing:.04em;
}

/* CARD TITLE */

.vt-card-title{

    margin:0 0 14px;

    color:
    #1D2143;

    font-size:24px;
    line-height:1.2;
    font-weight:600;

    letter-spacing:-0.03em;
}

/* CARD TEXT */

.vt-card-text{

    margin:0;

    color:
    #5F6677;

    font-size:15px;
    line-height:1.85;
}

/* =========================================
   TABLET
========================================= */

@media(max-width:1100px){

.vt-section-service-container{

    grid-template-columns:
    1fr;

    gap:34px;
}

}

/* =========================================
   MOBILE
========================================= */

@media(max-width:767px){

.vt-section-service{

    padding:
    0px 14px;
}

.vt-section-service-container{

    gap:24px;
}

.vt-section-title{

    font-size:28px;

    line-height:1.05;

    margin-bottom:18px;
}

.vt-section-text{

    font-size:15px;

    line-height:1.8;

    margin-bottom:18px;
}

.vt-btn-primary{

    width:100%;

    min-height:54px;

    font-size:14px;
}

.vt-section-service-cards{

    gap:12px;
}

.vt-card-service{

    padding:
    22px 20px;

    border-radius:26px;
}

.vt-card-number{

    width:42px;
    height:42px;

    margin-bottom:16px;

    border-radius:14px;

    font-size:11px;
}

.vt-card-title{

    font-size:20px;

    margin-bottom:10px;
}

.vt-card-text{

    font-size:14px;

    line-height:1.72;
}

.vt-card-service:hover{

    transform:none;
}

}
/* =========================================
   CONTACT SECTION
========================================= */

.vt-contact-section{

    width:100%;

    padding:
    20px 16px 90px;

    background:
    #F7F8FA;
}

/* WRAP */

.vt-contact-wrap{

    position:relative;

    overflow:hidden;

    border-radius:34px;

    background:
    linear-gradient(
        135deg,
        #1D2143 0%,
        #252B57 100%
    );
}

/* OVERLAY */

.vt-contact-overlay{

    position:absolute;
    inset:0;

    background:
    radial-gradient(
        circle at top right,
        rgba(255,255,255,0.08),
        transparent 45%
    );
}

/* CONTENT */

.vt-contact-content{

    position:relative;

    z-index:5;

    display:flex;
    align-items:center;
    justify-content:space-between;

    gap:40px;

    padding:
    54px 60px;
}

/* TEXT */

.vt-contact-text{


}

/* TITLE */

.vt-contact-title{

    color:#FFFFFF;

    margin-bottom:18px;
}

/* DESCRIPTION */

.vt-contact-description{

    margin:0;

    color:
    rgba(255,255,255,0.82);

    font-size:17px;
    line-height:1.85;
}

/* SOCIALS */

.vt-contact-socials{

    display:flex;
    flex-wrap:wrap;

    gap:14px;

    justify-content:flex-end;
}

/* BTN */

.vt-contact-btn{

    display:flex;
    align-items:center;
    gap:12px;

    min-height:66px;

    padding:
    0 24px;

    border-radius:100px;

    background:
    rgba(255,255,255,0.08);

    border:
    1px solid rgba(255,255,255,0.10);

    text-decoration:none;

    transition:.28s ease;

    backdrop-filter:blur(8px);
    -webkit-backdrop-filter:blur(8px);
}

/* PHONE */

.vt-contact-btn-phone{

    background:
    #2B7C92;
}

/* HOVER */

.vt-contact-btn:hover{

    transform:
    translateY(-3px);

    background:
    rgba(255,255,255,0.14);
}

.vt-contact-btn-phone:hover{

    background:
    #246A7D;
}

/* SVG */

.vt-contact-btn svg{

    width:24px;
    height:24px;

    stroke:#FFFFFF;
    stroke-width:1.8;

    fill:none;
}

/* TEXT */

.vt-contact-btn span{

    color:#FFFFFF;

    font-size:15px;
    font-weight:500;
}

/* TABLET */

@media(max-width:1100px){

.vt-contact-content{

    flex-direction:column;
    align-items:flex-start;

    padding:
    42px 34px;
}

.vt-contact-socials{

    justify-content:flex-start;
}

}

/* MOBILE */

@media(max-width:768px){

.vt-contact-section{

    padding:
    10px 14px 70px;
}

.vt-contact-wrap{

    border-radius:28px;
}

.vt-contact-content{

    gap:26px;

    padding:
    28px 20px;
}

.vt-contact-description{

    font-size:14px;

    line-height:1.72;
}

.vt-contact-socials{

    width:100%;

    flex-direction:column;

    gap:10px;
}

.vt-contact-btn{

    width:100%;

    min-height:58px;

    justify-content:center;

    padding:
    0 18px;
}

.vt-contact-btn span{

    font-size:14px;
}

.vt-contact-btn svg{

    width:22px;
    height:22px;
}

}

/* =========================================
   INFO SECTION
========================================= */

.vt-section-info{

    width:100%;

    padding:
    30px 16px;

    background:
    #F7F8FA;
}

/* GRID */

.vt-section-info-grid{

    display:grid;

    grid-template-columns:
    1fr;

    gap:18px;
}

/* LEFT */

.vt-section-info-left{

    display:flex;
    flex-direction:column;

    gap:18px;
}

/* RIGHT */

.vt-section-info-right{

    display:flex;
    flex-direction:column;

    gap:18px;
}

/* BOX */

.vt-info-box{

    padding:24px;

    border-radius:28px;

    background:#FFFFFF;

    border:
    1px solid rgba(29,33,67,0.06);

    box-shadow:
    0 12px 34px rgba(29,33,67,0.04);
}

/* BOX TITLE */

.vt-info-box-title{

    margin:
    0 0 18px;

    color:#1D2143;

    font-size:28px;
    line-height:1.15;
    font-weight:600;

    letter-spacing:-0.03em;
}

/* LIST */

.vt-info-list{

    margin:0;
    padding:0;

    list-style:none;

    display:flex;
    flex-direction:column;

    gap:12px;
}

/* LI */

.vt-info-list li{

    position:relative;

    padding-left:18px;

    color:#5F6677;

    font-size:15px;
    line-height:1.7;
}

.vt-info-list li:before{

    content:'';

    position:absolute;

    left:0;
    top:11px;

    width:6px;
    height:6px;

    border-radius:100px;

    background:#B98B73;
}

/* CARD */

.vt-info-card{

    position:relative;

    padding:24px;

    border-radius:30px;

    background:#FFFFFF;

    border:
    1px solid rgba(29,33,67,0.06);

    box-shadow:
    0 12px 34px rgba(29,33,67,0.04);
}

/* NUMBER */

.vt-info-number{

    width:46px;
    height:46px;

    margin-bottom:20px;

    border-radius:14px;

    background:#F3F4F7;

    color:#6E8A84;

    display:flex;
    align-items:center;
    justify-content:center;

    font-size:13px;
    font-weight:600;
}

/* CARD TITLE */

.vt-info-card-title{

    margin:
    0 0 16px;

    color:#1D2143;

    font-size:28px;
    line-height:1.08;
    font-weight:600;

    letter-spacing:-0.03em;
}

/* CARD TEXT */

.vt-info-card-text{

    margin:
    0 0 14px;

    color:#5F6677;

    font-size:15px;
    line-height:1.85;
}

/* TAGS */

.vt-info-tags{

    display:flex;
    flex-wrap:wrap;

    gap:10px;

    margin-top:18px;
}

/* TAG */

.vt-info-tags span{

    display:inline-flex;
    align-items:center;
    justify-content:center;

    min-height:40px;

    padding:0 16px;

    border-radius:100px;

    background:#F3F4F7;

    color:#1D2143;

    font-size:13px;
    line-height:1.4;
    font-weight:500;
}

/* ALERT */

.vt-info-alert{

    margin-top:20px;

    padding:18px 20px;

    border-radius:22px;

    background:
    rgba(185,139,115,0.08);

    border:
    1px solid rgba(185,139,115,0.14);

    color:#3B2A2A;

    font-size:14px;
    line-height:1.75;
    font-weight:500;
}

/* TABLET */

@media(min-width:768px){

.vt-section-info{

    padding:
    40px 20px 110px;
}

.vt-section-info-grid{

    gap:22px;
}

}

/* DESKTOP */

@media(min-width:1200px){

.vt-section-info-grid{

    grid-template-columns:
    minmax(0,0.95fr)
    minmax(0,1.05fr);

    gap:26px;

    align-items:start;
}

.vt-section-info-left{

    position:sticky;

    top:30px;
}

.vt-info-box{

    padding:30px;
}

.vt-info-list li{

    font-size:16px;
}

.vt-info-card{

    padding:32px;
}

.vt-info-card-text{

    font-size:16px;
}

.vt-info-tags span{

    min-height:44px;

    padding:0 18px;

    font-size:14px;
}

}

/* MOBILE */

@media(max-width:767px){

.vt-info-box{

    padding:22px;
}

.vt-info-box-title{

    font-size:18px;
}

.vt-info-card{

    padding:22px;
}

.vt-info-card-title{

    font-size:18px;
}

.vt-info-card-text{

    font-size:14px;

    line-height:1.8;
}

.vt-info-tags{

    gap:8px;
}

.vt-info-tags span{

    min-height:36px;

    padding:0 14px;

    font-size:12px;
}

}

/* =========================================
   DIAGNOSTICS HERO
========================================= */

.vt-section-diagnostics-hero{

    width:100%;

    padding:
    20px 16px 90px;

    background:
    #F7F8FA;
}

/* WRAP */

.vt-diagnostics-hero-wrap{

    position:relative;

    overflow:hidden;

    border-radius:34px;

    min-height:820px;

    background:#111;
}

/* IMAGE */

.vt-diagnostics-hero-image{

    position:absolute;
    inset:0;

    width:100%;
    height:100%;

    object-fit:cover;

    object-position:center;

    transform:scale(1.02);
}

/* OVERLAY */

.vt-diagnostics-hero-overlay{

    position:absolute;
    inset:0;

    background:
    linear-gradient(
        180deg,
        rgba(10,12,20,0.30) 0%,
        rgba(10,12,20,0.55) 50%,
        rgba(10,12,20,0.88) 100%
    );
}

/* CONTENT */

.vt-diagnostics-hero-content{

    position:relative;

    z-index:5;

    width:100%;

    padding:
    70px;

    display:flex;
    flex-direction:column;
    justify-content:flex-end;

    min-height:820px;
}

/* WHITE TITLE */

.vt-section-title-white{

    color:#FFFFFF;
}

/* SUBTITLE */

.vt-diagnostics-hero-subtitle{

    margin-bottom:24px;

    color:
    rgba(255,255,255,0.92);

    font-size:24px;
    line-height:1.3;
    font-weight:400;
}

/* TEXT */

.vt-diagnostics-hero-text{

    margin:0 0 34px;

    max-width:760px;

    color:
    rgba(255,255,255,0.88);

    font-size:17px;
    line-height:1.9;
}

/* GRID */

.vt-diagnostics-hero-grid{

    display:grid;

    grid-template-columns:
    repeat(3,1fr);

    gap:18px;
}

/* CARD */

.vt-diagnostics-hero-card{

    padding:26px;

    border-radius:28px;

    background:
    rgba(255,255,255,0.08);

    backdrop-filter:blur(10px);
    -webkit-backdrop-filter:blur(10px);

    border:
    1px solid rgba(255,255,255,0.10);
}

/* TITLE */

.vt-diagnostics-hero-card h3{

    margin:0 0 18px;

    color:#FFFFFF;

    font-size:20px;
    line-height:1.3;
    font-weight:500;
}

/* LIST */

.vt-diagnostics-hero-card ul{

    margin:0;

    padding-left:18px;
}

.vt-diagnostics-hero-card li{

    margin-bottom:10px;

    color:
    rgba(255,255,255,0.84);

    font-size:15px;
    line-height:1.7;
}

/* TABLET */

@media(max-width:1100px){

.vt-diagnostics-hero-content{

    padding:40px;
}

.vt-diagnostics-hero-grid{

    grid-template-columns:
    1fr;
}

}

/* MOBILE */

@media(max-width:768px){

.vt-section-diagnostics-hero{

    padding:
    10px 14px 70px;
}

.vt-diagnostics-hero-wrap{

    border-radius:28px;

    min-height:auto;
}

.vt-diagnostics-hero-overlay{

    background:
    linear-gradient(
        180deg,
        rgba(10,12,20,0.18) 0%,
        rgba(10,12,20,0.52) 45%,
        rgba(10,12,20,0.94) 100%
    );
}

.vt-diagnostics-hero-content{

    min-height:auto;

    padding:
    220px 20px 22px;
}

.vt-diagnostics-hero-subtitle{

    font-size:16px;

    margin-bottom:18px;
}

.vt-diagnostics-hero-text{

    font-size:14px;

    line-height:1.72;

    margin-bottom:20px;
}

.vt-diagnostics-hero-grid{

    gap:12px;
}

.vt-diagnostics-hero-card{

    padding:18px;

    border-radius:22px;
}

.vt-diagnostics-hero-card h3{

    font-size:16px;

    margin-bottom:12px;
}

.vt-diagnostics-hero-card li{

    font-size:13px;

    line-height:1.6;

    margin-bottom:8px;
}

}

/* =========================================
   CONSULT SECTION
========================================= */

.vt-section-consult{

    position:relative;

    overflow:hidden;

    width:100%;

    padding:
    60px 16px 120px;

    background:#F7F8FA;
}

/* WRAP */

.vt-section-consult-wrap{

    position:relative;

    z-index:5;

    display:grid;

    grid-template-columns:
    1fr 520px;

    gap:34px;

    align-items:center;
}

/* LEFT */

.vt-section-consult-left{

    max-width:760px;
}

/* CARD */

.vt-consult-card{

    position:relative;

    overflow:hidden;

    padding:34px;

    border-radius:34px;

    background:
    rgba(255,255,255,0.84);

    backdrop-filter:blur(16px);
    -webkit-backdrop-filter:blur(16px);

    border:
    1px solid rgba(255,255,255,0.6);

    box-shadow:
    0 18px 46px rgba(29,33,67,0.08);
}

/* TOP */

.vt-consult-card-top{

    display:flex;
    align-items:center;

    gap:16px;

    margin-bottom:26px;
}

/* ICON */

.vt-consult-icon{

    width:62px;
    height:62px;

    border-radius:20px;

    background:
    linear-gradient(
        135deg,
        #1D2143 0%,
        #2C315F 100%
    );

    display:flex;
    align-items:center;
    justify-content:center;

    box-shadow:
    0 12px 28px rgba(29,33,67,0.18);
}

/* SVG */

.vt-consult-icon svg{

    width:28px;
    height:28px;

    stroke:#FFFFFF;
    stroke-width:1.7;

    fill:none;
}

/* SUBTITLE */

.vt-consult-subtitle{

    color:#1D2143;

    font-size:26px;
    line-height:1.2;
    font-weight:600;
}

/* ADDRESS */

.vt-consult-address{

    color:#1D2143;

    font-size:18px;
    line-height:1.8;
    font-weight:500;
}

/* DIVIDER */

.vt-consult-divider{

    width:100%;
    height:1px;

    margin:28px 0;

    background:
    rgba(29,33,67,0.08);
}

/* TEXT */

.vt-consult-text{

    color:#5F6677;

    font-size:16px;
    line-height:1.9;
}

/* BUTTONS */

.vt-consult-buttons{

    display:flex;

    gap:14px;

    margin-top:34px;
}

/* BTN */

.vt-consult-btn{

    display:inline-flex;
    align-items:center;
    justify-content:center;

    min-height:58px;

    padding:0 28px;

    border-radius:100px;

    background:#1D2143;

    color:#FFFFFF !important;

    font-size:15px;
    font-weight:500;

    text-decoration:none !important;

    transition:.25s ease;

    box-shadow:
    0 12px 28px rgba(29,33,67,0.16);
}

/* OUTLINE */

.vt-consult-btn-outline{

    background:
    rgba(255,255,255,0.72);

    color:#1D2143 !important;

    border:
    1px solid rgba(29,33,67,0.08);

    box-shadow:none;
}

/* HOVER */

.vt-consult-btn:hover{

    transform:
    translateY(-2px);
}

/* BLUR */

.vt-section-consult-blur{

    position:absolute;

    border-radius:1000px;

    filter:blur(90px);

    opacity:.18;
}

/* BLUR 1 */

.vt-section-consult-blur-1{

    top:120px;
    left:-120px;

    width:320px;
    height:320px;

    background:#C9A089;
}

/* BLUR 2 */

.vt-section-consult-blur-2{

    bottom:0;
    right:-120px;

    width:360px;
    height:360px;

    background:#1D2143;
}

/* TABLET */

@media(max-width:1100px){

.vt-section-consult-wrap{

    grid-template-columns:
    1fr;

    gap:24px;
}

.vt-consult-card{

    max-width:720px;
}

}

/* MOBILE */

@media(max-width:768px){

.vt-section-consult{

    padding:
    34px 14px 90px;
}

.vt-section-consult-wrap{

    gap:18px;
}

.vt-consult-card{

    padding:
    24px 20px;

    border-radius:28px;
}

.vt-consult-card-top{

    gap:12px;

    margin-bottom:20px;
}

.vt-consult-icon{

    width:52px;
    height:52px;

    border-radius:16px;
}

.vt-consult-icon svg{

    width:24px;
    height:24px;
}

.vt-consult-subtitle{

    font-size:22px;
}

.vt-consult-address{

    font-size:15px;

    line-height:1.75;
}

.vt-consult-divider{

    margin:22px 0;
}

.vt-consult-text{

    font-size:14px;

    line-height:1.8;
}

.vt-consult-buttons{

    flex-direction:column;

    gap:10px;

    margin-top:24px;
}

.vt-consult-btn{

    width:100%;

    min-height:52px;

    font-size:14px;
}

}

/* =========================================
   TEAM SECTION
========================================= */

.vt-section-team{

    width:100%;

    padding:
    20px 16px;

    background:#F7F8FA;
}

/* HEAD */

.vt-section-team-head{

    margin:0 auto 34px;

    text-align:left;
}

/* GRID */

.vt-team-grid{

    display:grid;

    grid-template-columns:
    minmax(320px,420px);

    justify-content:flex-start;

    gap:18px;
}

/* CARD */

.vt-team-card{

    overflow:hidden;

    border-radius:34px;

    background:
    rgba(255,255,255,0.96);

    border:
    1px solid rgba(29,33,67,0.06);

    box-shadow:
    0 12px 34px rgba(29,33,67,0.04);

    text-decoration:none;

    transition:.28s ease;
}

/* HOVER */

.vt-team-card:hover{

    transform:
    translateY(-4px);

    box-shadow:
    0 20px 44px rgba(29,33,67,0.08);
}

/* IMAGE */

.vt-team-image{

    position:relative;

    overflow:hidden;

    aspect-ratio:0.88/1;

    background:#F4F5F7;

    display:flex;
    align-items:flex-end;
    justify-content:center;

    padding-top:18px;
}

/* IMG */

.vt-team-image img{

    width:100%;
    height:100%;

    object-fit:contain;
    object-position:center bottom;

    display:block;

    transition:
    transform .7s ease;
}

/* HOVER IMG */

.vt-team-card:hover img{

    transform:
    scale(1.03);
}

/* BADGE */

.vt-team-badge{

    position:absolute;

    top:18px;
    right:18px;

    padding:
    10px 16px;

    border-radius:100px;

    background:
    rgba(255,255,255,0.92);

    backdrop-filter:blur(10px);
    -webkit-backdrop-filter:blur(10px);

    color:#1D2143;

    font-size:12px;
    font-weight:500;

    box-shadow:
    0 6px 18px rgba(0,0,0,0.04);
}

/* CONTENT */

.vt-team-content{

    padding:
    26px 24px 28px;
}

/* NAME */

.vt-team-content h3{

    margin:
    0 0 14px;

    color:#1D2143;

    font-size:24px;
    line-height:1.18;
    font-weight:600;

    letter-spacing:-0.04em;
}

/* SPECIALITY */

.vt-team-speciality{

    margin-bottom:16px;

    color:#6E8A84;

    font-size:15px;
    line-height:1.75;
    font-weight:400;
}

/* EXPERIENCE */

.vt-team-exp{

    color:#B98B73;

    font-size:14px;
    line-height:1.5;
    font-weight:600;
}

/* MOBILE */

@media(max-width:767px){

.vt-section-team{

    padding:
    60px 14px;
}

.vt-section-team-head{

    margin-bottom:24px;
}

.vt-team-grid{

    grid-template-columns:
    1fr;

    gap:14px;
}

.vt-team-card{

    border-radius:28px;
}

.vt-team-image{

    aspect-ratio:0.95/1;

    padding-top:14px;
}

.vt-team-badge{

    top:14px;
    right:14px;

    padding:
    8px 14px;

    font-size:11px;
}

.vt-team-content{

    padding:
    22px 20px 24px;
}

.vt-team-content h3{

    font-size:20px;

    margin-bottom:12px;
}

.vt-team-speciality{

    font-size:14px;

    line-height:1.65;

    margin-bottom:12px;
}

.vt-team-exp{

    font-size:13px;
}

.vt-team-card:hover{

    transform:none;
}

}

/* =========================================
   SERVICE IMAGE
========================================= */

.vt-service-image{

    overflow:hidden;

    border-radius:36px;

    background:#EDEEF2;

    aspect-ratio:1.28/1;

    margin:
    0 0 26px;
}

.vt-service-image img{

    width:100%;
    height:100%;

    object-fit:cover;

    display:block;
}

/* SUBTITLE */

.vt-service-subtitle{

    margin:
    0 0 22px;

    color:#2F2323;

    font-size:36px;
    line-height:0.98;
    font-weight:600;

    letter-spacing:-0.05em;
}

/* MOBILE */

@media(max-width:767px){

.vt-service-image{

    border-radius:28px;

    aspect-ratio:1/1;

    margin-bottom:18px;
}

.vt-service-subtitle{

    margin-bottom:18px;

    font-size:28px;

    line-height:1.04;
}

}

/* =========================================================
   SERVICES SECTION
========================================================= */

.vt-section-services{

    width:100%;

    padding:
    70px 18px;

    background:
    #1D2144;

    font-family:
    'Montserrat',sans-serif;
}

/* INNER */

.vt-section-services-inner{

    max-width:1280px;

    margin:0 auto;
}

/* CENTER MODIFIERS */

.vt-section-label-center,
.vt-section-title-center{

    text-align:center;
}

/* SERVICES TEXT */

.vt-section-services-text{

    max-width:900px;

    margin:
    24px auto 50px;

    color:
    rgba(255,255,255,0.78);

    text-align:center;

    font-size:18px;
    line-height:1.9;

    font-weight:400;

    letter-spacing:.2px;
}

/* GRID */

.vt-section-services-grid{

    display:grid;

    grid-template-columns:
    repeat(2,1fr);

    gap:34px;
}

/* CATEGORY */

.vt-section-services-category{

    margin-bottom:22px;

    color:
    #FFC266;

    font-size:24px;
    font-weight:500;

    letter-spacing:-0.03em;
}

/* LIST */

.vt-section-services-list{

    list-style:none;

    padding:0;

    margin:0;
}

/* ITEM */

.vt-section-services-list li{

    position:relative;

    padding:
    0 0 14px 18px;

    margin-bottom:14px;

    color:
    rgba(255,255,255,0.94);

    font-size:15px;
    line-height:1.72;
    font-weight:400;

    border-bottom:
    1px solid rgba(255,194,102,0.34);
}

/* DOT */

.vt-section-services-list li:before{

    content:"•";

    position:absolute;

    left:0;
    top:0;

    color:
    #FFC266;
}

/* TABLET */

@media(max-width:1024px){

.vt-section-services-grid{

    gap:24px;
}

.vt-section-services-text{

    font-size:16px;

    line-height:1.8;
}

}

/* MOBILE */

@media(max-width:767px){

.vt-section-services{

    padding:
    54px 16px;
}

.vt-section-services-text{

    margin:
    18px auto 32px;

    padding:
    0 10px;

    text-align:left;

    font-size:15px;
    line-height:1.75;

    color:
    rgba(255,255,255,0.82);
}

.vt-section-services-grid{

    grid-template-columns:
    repeat(2,1fr);

    gap:16px;
}

.vt-section-services-category{

    margin-bottom:16px;

    font-size:18px;

    line-height:1.2;
}

.vt-section-services-list li{

    padding:
    0 0 10px 14px;

    margin-bottom:10px;

    font-size:12px;

    line-height:1.5;
}

}

.vt-info-tags span a{

    color: inherit;

    text-decoration: none;

    display: inline-block;

}

.vt-info-tags span a:hover{

    opacity: .85;

}@media (min-width: 1025px) {
	h1.entry-title.title {
    font-size: 28px;
}

.wd-page-title .container {
    max-width: 100% !important;
}
}

@media (min-width: 768px) and (max-width: 1024px) {
	nav.wd-breadcrumbs {
    font-size: 12px !important;
}

h1.entry-title.title {
    font-size: 18px;
}
}

@media (min-width: 577px) and (max-width: 767px) {
	nav.wd-breadcrumbs {
    font-size: 12px !important;
}
h1.entry-title.title {
    font-size: 18px;
}
}

@media (max-width: 576px) {
	nav.wd-breadcrumbs {
    font-size: 12px !important;
}
h1.entry-title.title {
    font-size: 18px;
}
}

