:root {
    --color-yellow-text:#F09E00;
    --color-yellow-hover: #FFC700;
    --color-yellow-bg: #FCECCC;
    --color-black: #000000;
    --color-dark-grey: #262626;
    --color-grey: #404040;
    --color-border: #CFCFCF;
    --color-background-alt: #F0F0F0;
    --color-white: #FFFFFF;
} 
/*COMMONS*/

p, body {
    font-family: 'CenturyGothic';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
}

h1, .h1 {
    font-family: 'Verdana';
    font-style: normal;
    font-weight: 700;
    font-size: 2.2rem;
    line-height: 1.3em;
    letter-spacing: -0.01em;
    text-transform: uppercase;   
}

h1 span, .h1 span, .h1-span {
    font-family: 'Verdana';
    font-style: normal;
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 1.3em;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

h2, .h2 {
    font-family: 'Verdana';
    font-style: normal;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 1.3em;
    letter-spacing: -0.01em;
}

h3, .h3 {
    font-family: 'Verdana';
    font-style: normal;
    font-weight: 400;
    font-size: 2.2rem;
    line-height: 1.3em;
}

h4, .h4 {
    font-family: 'CenturyGothic';
    font-style: normal;
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 1.3em;
    letter-spacing: -0.01em;
}

.social-button .tn-atom {
    font-family: 'Font Awesome 6 Brands' !important;
    font-style: normal !important;
    font-weight: 400 !important;
}

/*HEADER*/

.uc-header-top .social-brand .tn-atom {
    font-family: 'Font Awesome 6 Brands' !important;
    font-style: normal;
    font-weight: 400;
}

.uc-header-top .social-brand .tn-atom a, .uc-header-top .top-phone .tn-atom a {
    color:var(--color-dark-grey) !important;
    transition-property: background,box-shadow,border,color,opacity,transform;
    transition-duration: 0.3s;
}
.uc-header-top .social-brand .tn-atom a:hover, .uc-header-top .top-phone .tn-atom a:hover {
    color:var(--color-yellow-hover) !important;
}
.uc-header-top .top-phone .tn-atom a {
    position:relative;
}
.uc-header-top .top-phone .tn-atom a:before {
    content:'\f3cd';
    font-family:'Font Awesome 6 Free';
    position:absolute;
    left:-20px;
    font-weight: 900;
}
.mobile-call-back a {
    font-family:'Font Awesome 6 Free' !important;
}
.uc-topmenu .t456, .uc-topmenu .t282__container, .uc-header-top  {
    border-bottom: 1px solid var(--color-border);
}

.uc-topmenu .t456 .t456__list_item {
    padding: 0 9px !important;
}
.uc-topmenu .t456 .t456__leftwrapper img {
    height:40px !important;
}

.uc-topmenu .t-menu__link-item {
    font-size:14px;
}

.uc-topmenu .t282__logo img {
    height:50px !important;
}
.call-back a.tn-atom {
    poasition:relative;
    padding-left:10px;
}
.call-back a.tn-atom:before {
    content: '\f095';
    font-family: 'Font Awesome 6 Free';
    font-size: 14px;
    line-height: 14px;
    position: absolute;
    top: calc(50% - 7px);
    left: 16px;
    height: 14px;
    font-weight: 900;
}

/*OFFER-FORM*/
.offer-form input:focus {
    border-color:var(--color-yellow-hover) !important;
}
.offer-form button {
    transition-property: background,box-shadow,border,color,opacity,transform;
    transition-duration: 0.3s;
}
.offer-form button:hover {
    background-color: var(--color-yellow-hover) !important;
    color: var(--color-black) !important;
}

/*VIDEO*/

.uc-video .t-name {
    padding-left: 20px;
    border-left: 5px solid var(--color-yellow-hover);
    padding-top: 0;
    margin-top: 20px;
}
.uc-digit-video .t-name {
    display:flex;
    flex-direction: row;
}
.uc-digit-video .t-name strong {
    font-weight: 900 !important;
    display: block;
    padding-right: 10px;
    margin-right: 10px;
    border-right: 2px solid rgb(255, 199, 0);
}

/*SCHEME*/
.uc-scheme .t-col a .t772__imgwrapper, .uc-scheme .t772__content .t772__bgimg {
    border:1px solid var(--color-border) !important;
    overflow:hidden;
    border-radius: 10px !important;
    transition-property: background,box-shadow,border,color,opacity,transform;
    transition-duration: 0.3s;
}
.uc-scheme .t-col a:hover .t772__imgwrapper, .uc-scheme .t772__content:hover .t772__bgimg {
    border:1px solid var(--color-yellow-hover) !important;
}
/*PHOTO FIX
#rec506445221 .tn-elem[data-elem-id="1666814333196"] .tn-atom {
    background-position: -210px center !important;
}*/
/*HORISONTAL TABLETS*/
@media screen and (max-width: 1199px) {
   .uc-topmenu .t456 .t456__leftwrapper img{
        width: auto !important;
        height:35px;
   }
   .uc-topmenu .t-menu__link-item {
        font-size:12px;
    }
    .uc-topmenu .t456 .t456__list_item {
        padding: 0 8px !important;
    }
    p, body {
        font-size:16px;
    }
    .t-descr {
        font-size:16px !important;
    }
}

/*VERTICAL TABLETS*/
@media screen and (max-width: 900px) {
    #rec506445221 .tn-elem[data-elem-id="1666814333196"] .tn-atom {
        background-position: center center !important;
    }
    .call-back a.tn-atom:before {
        display:none;
    }
}

/*HORISONTAL PHONES*/
@media screen and (max-width: 479px) {
    
}

/*VERTICAL PHONES*/
@media screen and (max-width: 329px) {
    
}
