<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
    --black: #000;
    --blue: #4F9CF9;
    --white: #fff;
    --darkblue: #043873;
    --lightblue: #C4DEFD;
}



/*-------------------------------------------------------------------------*/
/*	1.	Browser Reset + Font Face
/*-------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, table, caption, tbody, tfoot, thead, tr, th, td, 
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, 
dl, dt, dd, ol, ul, li, fieldset, form, label, legend{vertical-align:baseline; font-family:inherit; font-weight:inherit; font-style:inherit; font-size:100%; outline:0; padding:0; margin:0; border:0}
*{scroll-behavior: smooth;}

:focus{outline:0}
em:empty, p:empty{display: none;}
input[type=submit]{appearance:none}

html{text-rendering: optimizeLegibility;max-width:  100%; overflow-x:hidden; overflow-y: auto;}

body{max-width:  100%; background:white; color:#000; position:relative; display: flex;flex-flow: column nowrap;  -webkit-overflow-scrolling: touch;}

ul:empty{display: none}

.breadcrumbs ol,
ul{list-style:none}

input[type=text]::-ms-clear{    display:none}

sup{font-size:10px; vertical-align:super}

sub{font-size:10px; vertical-align:sub}

/*p:empty{display:none}*/
a{text-decoration: none;cursor: pointer;}
picture, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{display:block}

#content ul li {
    list-style: disc;
    list-style-position: inside;
}
#content ul ol{list-style: decimal}

em u,
em{
    font-style: italic;
}


body.editable{
	padding: 46px 0 0;
}
strong {
    font-weight: 700;
}

.edit__page{
	position: fixed;
    top: 0;
    z-index: 9999;
    width: calc(100vw - 20%);
    background-color: #23282d;
    padding: 12px 10%;
	color: #fff;
}

.edit__page img{
	height: 22px;
	margin: 0 8px;
	filter: invert(1);
}

.edit__page a{
	display: flex;
	align-items: center;
	text-align: right;
	color: #fff;
	opacity: 1;
	transition: opacity .4s;
    word-break: unset;
}
.edit__page .dashboard {
    grid-column: 1 / 2;
}
.edit__page .edit{
	grid-column: 2 / 4;
}

.edit__page .logout {
    grid-column: 12 / 13;
}

.edit__page a:hover{
	opacity: .7;
    color: var(--white) !important;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
	line-height: 1.3;
    
}

h2, h1{
    font-size: 64px;
    font-weight: bold;
}

.page_text h2,
h3{
    font-size: 24px;
    line-height: 1.5;
    font-weight: bold;
    margin: 0 0 12px;
}
.page_text h2{
    font-size: 32px;
    font-weight: normal;
}
.breadcrumbs ol{padding: 0; margin: 0; display: block;}
.breadcrumbs ol li{display: inline;}


.img__wrap{
    display: block;
}
.img__wrap img{
    width: 100%;
    height: auto;
}

body{
    font-family: 'Arial', sans-serif;
    font-size: 18px;
    line-height: 1.5;
    --container: 1440px;
    --width: 1440px;
    --container-x2: 1000px;
    --columngap: 30px;
    --container-x3: 800px;

    --container-mobile: calc(100vw - 60px);
}


.divider{
    flex: 1;
}

.flex{
    display: flex;
}
.flexWrap{
    flex-flow: wrap;
}
.flexColumn{
    flex-flow: column;
}
p {
    word-break: break-word;
    margin: 0 0 10px;
}

.grid{
    display: grid;
}
.col-2{grid-template-columns: repeat(2, 1fr)}
.col-3{grid-template-columns: repeat(3, 1fr)}
.col-4{grid-template-columns: repeat(4, 1fr)}
.col-5{grid-template-columns: repeat(5, 1fr)}
.col-6{grid-template-columns: repeat(6, 1fr)}
.col-7{grid-template-columns: repeat(7, 1fr)}
.col-8{grid-template-columns: repeat(8, 1fr)}
.col-9{grid-template-columns: repeat(9, 1fr)}
.col-10{grid-template-columns: repeat(10, 1fr)}
.col-11{grid-template-columns: repeat(11, 1fr)}
.col-12{grid-template-columns: repeat(12, 1fr)}

.row-span-3 {
    grid-row: span 3 / span 3;
}

.gap{
    gap: var(--columngap);
}
.gap-x3{
    column-gap: calc(var(--columngap) * 3);
}

.p-20{
    padding: 20px;
}
.p-t-100{
    padding-top: 100px;
}

.alignCenter{
    align-items: center;
}
.justifyCenter{
    justify-content: center;
}
.justifyBetween{
    justify-content: space-between;
}

.content-x2,
.content{
    width: 100%;
    max-width: var(--container);
    padding: 140px 0;
    margin: 0 auto;
}
.content-x2{
    max-width: var(--container-x2);
    padding: 40px 0;
}

.relative{
    position: relative;
}

.button{
    display: block;
}

.button input,
.button a{
    cursor: pointer;
    padding: 16px 60px 16px 20px;
    line-height: 1;
    font-size: 18px;
    letter-spacing: -1px;
    border-radius: 8px;
    display: inline-block;
    position: relative;
}

.image__wrap img{
    width: 100%;
    height: auto;
    display: block;
}

.button .input{
    position: relative;
    display: inline-block;
}

.circle-arrow::before,
.button .input::before,
.button a::before{
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    background-image: url(/site/templates/assets/svg/arrow.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1;
}

.circle-arrow{
    width: 24px;
    height: 24px;
    background-color: var(--white);
    display: inline-block;
    position: relative;
    border-radius: 50%;
}

.circle-arrow::before{
    width: 80%;
    height: 80%;
    right: unset;
    left: 50%;
    transform: translate(-50%,-50%);
    filter: invert(1);
}

.button.color-blue input,
.button.color-blue a{
    background-color: var(--blue);
    color: var(--white);
    appearance: none;
    border: none;
}


p{
    font-size: 18px;
}

.title{
    margin: 0 0 100px;
}

.title .line{
    flex:1;
    border-bottom: 9px solid var(--blue);
    transform: translateY(-20px);
}

.bg-darkblue{
    background-color: var(--darkblue);
}

.bg-darkblue .title{
    color: var(--white);
}

.bg-lightblue{
    background-color: var(--lightblue);
}
.rounded-15{
    border-radius: 15px;
    overflow: hidden;
}

.header{
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
}

.header .content{
    padding: 20px 0;
}

.logo__wrap img{
    margin: 0 15px 0 0;
    filter: invert(1);
}

.logo__wrap p{
    font-weight: bold;
    margin: 0;
    font-size: 24px;
    color: var(--white);
}

/* EDIT */
.edit_open{
    padding-top: 40px;
}
.edit_open .header{
    top: 40px
}

.edit{
    height: 40px;
    display: flex;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000000;
    width: 100%;
    background-color: #1c2836
}
.edit a{
    display: block;
    color: var(--white);
    margin: 0 32px;
    font-weight: bold;
}

.p-b-100,
#content .content:last-of-type{
    padding-bottom: 100px;
}
.p-b-50{
    padding-bottom: 50px;
}

.menu__footer{
    margin: 100px 0 0;
    column-gap: 32px;
}

.menu__footer div{
    grid-column: 4 / 10;
}
.menu__footer div:first-of-type{
    grid-column: 1 / 4;
}
.menu__footer div:last-of-type{
    grid-column: 10 / 13;
}
.menu__footer .logo__wrap{
    margin: 0 0 15px;
}

.language__switcher {
    margin: 0 0 0 30px;
    /* margin: 0 0 0 32px; */
    /* position: relative;
    width: 44px;
    height: 46px; */
}

.language__switcher li a {
    text-transform: uppercase;
    color: var(--white);
    width: 34px;
    height: 34px;
    align-items: center;
    justify-content: center;
    display: flex;
    padding: 5px;
    border-bottom: 2px solid transparent;
}

.language__switcher li {
    /* display: none;
    position: absolute;
    top: 100%; /* Р—РјС–С‰СѓС”РјРѕ РІРЅРёР· РІС–РґРЅРѕСЃРЅРѕ Р±Р°С‚СЊРєС–РІСЃСЊРєРѕРіРѕ РµР»РµРјРµРЅС‚Р° *
    left: 0; */
    background-color: var(--darkblue); /* Р—Р°РґР°Р№С‚Рµ РІС–РґРїРѕРІС–РґРЅРёР№ РєРѕР»С–СЂ С„РѕРЅСѓ */
    
    white-space: nowrap; /* Р—Р°РїРѕР±С–РіР°С” РїРµСЂРµРЅРѕСЃСѓ С‚РµРєСЃС‚Сѓ */
}
.language__switcher li:not(.current_page_item):hover{
    background-color: var(--blue);
}

.language__switcher:hover li,
.language__switcher:hover li a {
    display: flex;
}

.language__switcher li.current_page_item {
    /* display: block;
    position: absolute;
    top: 0;
    left: 0; */
}

/* .language__switcher li.current_page_item a{
    height: unset;
} */

.language__switcher li.current_page_item a{
    border-bottom: 2px solid var(--white);
}

/* Р”РѕРґР°С”РјРѕ РІС–РґСЃС‚СѓРїРё РјС–Р¶ РµР»РµРјРµРЅС‚Р°РјРё РјРµРЅСЋ */
.language__switcher li + li {
    top: calc(100% - 0px); /* РќР°Р»Р°С€С‚РѕРІСѓС”РјРѕ РІС–РґСЃС‚СѓРї РјС–Р¶ РїСѓРЅРєС‚Р°РјРё РјРµРЅСЋ */
}

.language__switcher li + li + li {
    top: calc(200% + 0px); /* Р”РѕРґР°С”РјРѕ РїРѕРґРІС–Р№РЅРёР№ РІС–РґСЃС‚СѓРї РґР»СЏ С‚СЂРµС‚СЊРѕРіРѕ РїСѓРЅРєС‚Сѓ */
}

.menu__burger{
    display: none;
}

#contact-form label,
#submission-form label{
    font-size: 20px;
    color: var(--black);
    border-bottom: 2px solid transparent;
    display: inline-block;
}

#contact-form textarea,
#contact-form  input:not([type="submit"], [type="file"]),
#submission-form textarea,
#submission-form input:not([type="submit"], [type="file"]) {
    padding: 12px;
    margin: 8px 0 16px;
    border-radius: 8px;
    border: unset;
}
#contact-form input[type="file"],
#submission-form input[type="file"]{
    margin: 8px 0 16px;
    padding: 12px 0;
}


/* STARS */

.strong-rating {
    display: inline-block;
    border: 0;
    margin: 0;
    padding: 5px
}

.strong-rating:focus {
    outline: 1px solid #ccc
}

.strong-rating input[type=radio] {
    display: none !important
}

.strong-rating label {
    font-weight: 400
}

.strong-rating label:before {
    content: "";
    display: inline-block;
    font-size: 1.25em;
    width: 20px;
    height: 20px;
    -webkit-mask: url(https://nezco.com.ua/site/templates/assets/svg/star-solid.svg) center center no-repeat;
    mask: url(https://nezco.com.ua/site/templates/assets/svg/star-solid.svg) center center no-repeat;
    line-height: 1;
    padding: 4px;
    transition: color .3s ease
}

.strong-rating label:hover {
    cursor: pointer
}

.strong-rating-wrapper legend {
    clip: rect(1px,1px,1px,1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important
}

.strong-rating-wrapper.in-view .strong-rating {
    margin: 0;
    padding: 0
}

.strong-rating-wrapper.in-metabox .strong-rating&gt;label:before {
    font-size: 20px;
    line-height: 27px;
    padding: 0 4px;
    background: #0073aa;
    color: #0073aa
}

.strong-rating label[for$=star0] {
    display: none !important
}

.strong-rating label:before {
    color: #ffb900;
    background: #ffb900
}

.strong-rating label:hover~label:before {
    content: "";
    -webkit-mask: url(https://nezco.com.ua/site/templates/assets/svg/star-regular.svg) center center no-repeat;
    mask: url(https://nezco.com.ua/site/templates/assets/svg/star-regular.svg) center center no-repeat
}

.strong-rating input:checked~label:before {
    content: "";
    -webkit-mask: url(https://nezco.com.ua/site/templates/assets/svg/star-regular.svg) center center no-repeat;
    mask: url(https://nezco.com.ua/site/templates/assets/svg/star-regular.svg) center center no-repeat
}

.strong-rating input[type=radio]:checked+label:before,.error .strong-rating input:checked+label:before {
    content: "";
    -webkit-mask: url(https://nezco.com.ua/site/templates/assets/svg/star-solid.svg) center center no-repeat;
    mask: url(https://nezco.com.ua/site/templates/assets/svg/star-solid.svg) center center no-repeat
}

.strong-rating-wrapper.in-metabox input[type=radio]:checked+label:before {
    color: #00b9eb;
    background: #00b9eb
}

.strong-rating:hover input~label:before,.error .strong-rating:hover input~label:before {
    content: "";
    -webkit-mask: url(https://nezco.com.ua/site/templates/assets/svg/star-solid.svg) center center no-repeat;
    mask: url(https://nezco.com.ua/site/templates/assets/svg/star-solid.svg) center center no-repeat
}

/* .strong-rating:hover input:checked+label:before,.error .strong-rating:hover input:checked+label:before {
    color: #ffe39e;
    background: #ffe39e
} */

.strong-rating:hover label:hover~input:not(:checked)+label:before {
    content: "";
    -webkit-mask: url(https://nezco.com.ua/site/templates/assets/svg/star-regular.svg) center center no-repeat;
    mask: url(https://nezco.com.ua/site/templates/assets/svg/star-regular.svg) center center no-repeat
}

.message{
    text-decoration: underline;
    text-decoration-color: var(--blue);
}


body.pop_up__open {
    height: 100vh;
    overflow: hidden;
}

.pop_up,
.pop_up__bg{
    display: none;
}

body.pop_up__open .pop_up__bg{
    display: block;
    position: fixed;
    background-color: rgba(0,0,0,.7);
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 100;
}

body.pop_up__open .pop_up{
    display: block;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 358px;
    z-index: 101;
    max-width: 600px;
}





@media screen and (max-width: 1550px){
    
}


@media screen and (max-width: 1000px){
    #submission-form .col-3{
        grid-template-columns: repeat(1, 1fr);
    }
    #submission-form textarea, #submission-form input:not([type="submit"], [type="file"]) {
        width: calc(100% - 24px);
    }
    .menu__burger{
        display: block;
        position: relative;
        width: 38px;
        height: 28px;
    }
    .menu__burger span{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        background-color: var(--white);
        width: 100%;
        height: 4px;
        transition: all .4s;
    }
    .menu__burger span:nth-of-type(1){
        top: 0%;
        transform: translate(-50%, 0%);
    }
    .menu__burger span:nth-of-type(3){
        top: 100%;
        transform: translate(-50%, -100%);
    }
    
    .manu__opened .menu__burger span{
        top: 50%;
        transform: translate(-50%, -50%) rotate(45deg);
    }
    .manu__opened .menu__burger span:nth-of-type(2){
        width: 0;
    }
    .manu__opened .menu__burger span:nth-of-type(3){
        top: 50%;
        transform: translate(-50%, -50%) rotate(135deg);
    }
    .menu__wrap{
        position: absolute;
        top: 52px;
        left: 0;
        width: var(--container-mobile);
        padding: 30px;
        height: auto;
        display: none;
    }
    .manu__opened .menu__wrap {
        background-color: var(--darkblue);
    }

    .manu__opened .menu__wrap .menu{order:1}
    .manu__opened .menu__wrap .language__switcher{order:2}
    .manu__opened .menu__wrap .button{order:3}

    .manu__opened .menu__wrap,
    .manu__opened .menu__wrap .menu ul{
        display: flex;
        flex-flow: column;
    }
    .manu__opened .menu__wrap .menu ul li{
        padding: 8px 8px 8px 0;
    }
    .manu__opened .menu__wrap .language__switcher{
        margin: 15px 0;
    }
    .manu__opened .menu__wrap .language__switcher.justifyCenter,
    .manu__opened .menu__wrap .menu.justifyCenter{
        justify-content: flex-start;
    }

    .manu__opened .menu__wrap .language__switcher li {
        display: block;
        position: unset;
        top: unset;
        left: unset;
    }
    .manu__opened .menu__wrap .language__switcher li.current_page_item a{height: 34px;}
    .manu__opened .menu__wrap .language__switcher li:not(.current_page_item) a {border-bottom: 2px solid transparent;}
    .manu__opened .menu__wrap .language__switcher li.current_page_item{background-color: var(--blue);}
    footer .menu ul.flex.justifyBetween{
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
}</pre></body></html>