<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#main-menu {
    margin-right: 34px;
}

ul.fes14-nav-tabs li:hover .font-white, ul.fes14-nav-tabs li.active .font-white {
    color: #ccc !important;
}

#info-link.bg-b-p-grad {
    background: #fecb1c;
/*     background: #9cb4d3; */
/*     background: #101010; */
/*     background: #fbf18e; */
    padding-top: 100px;
}

#sales-link.bg-b-p-grad {
/*     background: #303036; */
/*     background: #9cb4d3; */
/*     background: #101010; */
    background: #eee;
    padding-top: 100px;
}

#hr-link.bg-b-p-grad {
    background: #fecb1c;
/*     background: #9cb4d3; */
/*     background: #101010; */
    padding-top: 100px;
}

#doc-link.bg-b-p-grad {
/*     background: #303036; */
/*     background: #9cb4d3; */
/*     background: #101010; */
    background: #eee;
    padding-top: 100px;
}

#shop-link.bg-b-p-grad {
    background: #fecb1c;
/*     background: #9cb4d3; */
/*     background: #101010; */
    padding-top: 100px;
}

#api-link.bg-b-p-grad {
/*     background: #303036; */
/*     background: #9cb4d3; */
/*     background: #101010; */
    background: #eee;
    padding-top: 100px;
}

#mobile-link.bg-b-p-grad {
    background: #fecb1c;
/*     background: #9cb4d3; */
/*     background: #101010; */
    padding-top: 100px;
}

.pricing-horizontal-price-container .price-container {
    background: #ccc;
}

.place2 {
	font-size: 12px;
}

.price-container .price {
    font-size: 40px;
    line-height: 30px;
}

/*
.pricing-horizontal-content-container {
	padding: 0;
}
*/

/*
.button.thin, .button.small.thin, .button.medium.thin, .button.large.thin {
    color: #7a7b80;
}

.button.thin:hover, .button.small.thin:hover, .button.medium.thin:hover, .button.large.thin:hover {
    color: #323336;
}
*/

.bg-yellow {
    background: #efefef;
}

.bg-gray {
    background-color: #fbf18e;
}

.bg-gray-dark a {
    color: #97999c;
}

.bg-gray-dark a:hover {
    color: #cccccc;
}

.header, .main-menu-container {
    background-color: #333;
/*  background-color: #0049b0; */
}

.button.deeporange {
    background-color: #fecb1c;
    color: #fafafa;
}
.button.deeporange:hover {
    color: #fff;
}

.button.deeporange2 {
    background-color: #0049b0;
    color: #fff;
}
.button.deeporange2:hover {
    background-color: #323336;
    color: #fff;
}


.blue-dot, .blue-dot-2 {
    color: #fecb1c;
}

.blue-dot-2 {
    margin: 10px;
    padding: 5px;
}

.text-primary {
    color: #fecb1c !important;
}

a.text-primary:focus, a.text-primary:hover {
    color: rgba(254, 203, 28, 0.5) !important;
}

.btn-info, .btn-info:hover, .btn-info.disabled:hover, .btn-info:focus, .btn-info.disabled:focus, .btn-info.focus, .btn-info.disabled.focus {
    background-color: #fecb1c;
    border-color: #fecb1c;
}

.button.thin.deeporange {
    border-color: #fecb1c;
    color: #fecb1c;
}

.button.thin.deeporange:hover {
    background-color: #fecb1c;
    color: #fafafa;
}
#termsmsg a {
    color: #fecb1c;
}
#termsmsg a:hover {
    color: rgba(254, 203, 28, 0.5);
}

#main-menu .navbar .nav &gt; li &gt; a {
    color: #fff !important;
}

#main-menu .navbar .nav &gt; li:hover &gt; a {
    color: #fff !important;
}

.freetry {
    margin-left: 20px;
}
/*
.moreinfo {
    color: #fafafa !important;
    background-color: rgba(215, 214, 220, 0.1) !important;
}
.moreinfo:hover {
    color: #323336 !important;
    background-color: rgba(215, 214, 220, 1) !important;
}

.freetry2 {
    color: #fafafa !important;
    background-color: rgba(254, 203, 28, 0.1) !important;
}

.freetry2:hover {
    background-color: rgba(254, 203, 28, 1) !important;
}
*/
.loginbtn {
    background-color:#c5c2c2;
    color:#fff;
}

.widget h4 {
    font-size: 20px;
    font-weight: 600;
}

#contacts-link.bg-black .a-text:hover, #contacts-link.bg-black .a-text-cont a:hover {
    color: rgba(254, 203, 28, 1);
}

#contacts-link.bg-black a:hover, #contacts-link.bg-black a:focus {
    color: rgba(254, 203, 28, 1);
}

#contacts-link.bg-black a {
    color: #bbb;
}

#contacts-link span.phone {
    color: #323336;
} 

#contacts-link.bg-black span.phone {
    color: #bbb;
}

.button.black {
    background-color: #000;
}

#topics .row .col-md-3 div {
	background-repeat: no-repeat;
	background-position: center;
	background-size: 70%;
}

#topics .row:nth-child(1) .col-md-3:nth-child(odd) div, #topics .row:nth-child(2) .col-md-3:nth-child(even) div {
	background-color: #eee;
}

#topics .row:nth-child(1) .col-md-3:nth-child(even) div, #topics .row:nth-child(2) .col-md-3:nth-child(odd) div {
    background-color: gray;
}

/*
#topics .row:nth-child(1) .col-md-3:nth-child(2) div {
    background-color: rgb(27, 203, 113);
}
#topics .row:nth-child(1) .col-md-3:nth-child(4) div {
    background-color: rgb(40, 231, 210);
}
#topics .row:nth-child(2) .col-md-3:nth-child(1) div {
	background-color: rgb(129, 247, 183);
}
#topics .row:nth-child(2) .col-md-3:nth-child(3) div {
	background-color: rgb(246, 160, 225);
}
*/

/*
#topics .row:nth-child(1) .col-md-3:nth-child(2) div {
    background-color: rgb(24, 187, 156);
}
#topics .row:nth-child(1) .col-md-3:nth-child(4) div {
    background-color: rgb(113, 84, 177);
}
#topics .row:nth-child(2) .col-md-3:nth-child(1) div {
	background-color: rgb(82, 54, 182);
}
#topics .row:nth-child(2) .col-md-3:nth-child(3) div {
	background-color: rgb(2, 78, 217);
}
*/

#topics .row:nth-child(1) .col-md-3:nth-child(even) div:hover, #topics .row:nth-child(2) .col-md-3:nth-child(odd) div:hover {
	background-color: #fecb1c;
}

#topics .row:nth-child(1) .col-md-3:nth-child(odd) div:hover, #topics .row:nth-child(2) .col-md-3:nth-child(even) div:hover {
	background-color: #fecb1c;
}

.form-material .form-control, .form-material .form-control.focus, .form-material .form-control:focus {
    background-image: linear-gradient(#fecb1c, #fecb1c),linear-gradient(rgba(120,130,140,0.13), rgba(120,130,140,0.13));
}

.btn-info.active, .btn-info:active, .show &gt; .btn-info.dropdown-toggle {
    background-color: #fecb1c;
    border-color: #fecb1c;
}

.btn-info.active.focus, .btn-info.active:focus, .btn-info.active:hover, .btn-info.focus:active, .btn-info:active:focus, .btn-info:active:hover, .open &gt; .dropdown-toggle.btn-info.focus, .open &gt; .dropdown-toggle.btn-info:focus, .open &gt; .dropdown-toggle.btn-info:hover, .btn-info.focus, .btn-info:focus {
    background-color: #fecb1c;
    border: #fecb1c;
}

.btn-info.focus, .btn-info:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

#op-mask {
    opacity: 0.2;
    background:#444;
    width:100%;
    height:100%;
    z-index:10000;
    top:0;
    left:0;
    position:fixed;
    display:none;
}

#op-mask &gt; div {
    color:#fff;
    font-size: 4em;
    width: 100%;
    top: 50%;
    margin: 0 auto;
    position: absolute;
    text-align: center;
}

.inner-img {
    padding: 15px;
}

.tp-bgimg.defaultimg {
    background-color: #121214 !important;
}

.hamb-mob-icon {
    color: #fff;
}

.fes2-text-cont {
    font-size: 16px;
}

@media (max-width: 480px) {
	
	#main-menu {
        margin-right: 0;
    }
    
    .error404-numb2 {
        font-size: 60px;
        line-height: 60px;
    }
}

@media (max-width: 1024px) {
    
    #main-menu {
        margin-right: 0;
    }
    
    .freetry {
        margin-left: 0;
        margin-top: 20px;
    }
    
}

@media (max-width: 767px) {
    
    #main-menu {
        margin-right: 0;
    }
    
    .page-title-small .page-title {
        margin-top: 110px;
    }
    
    #op-mask &gt; div {
        font-size: 2em;
    }
    
    .tp-bgimg.defaultimg {
        background-position: -800px center !important;
    }
    
    .bg-b-p-grad {
        padding-top: 0 !important;
        text-align: center !important;
    }
    
    .icon-arrows-down::before {
        color: #fff;
    }
    
    .inner-img {
        padding: 0;
    }
    
    /*
    .fes2-main-text-cont {
        padding: 30px;
    }
    */
    
}

@media (max-width: 559px) {
    
    #main-menu {
        margin-right: 0;
    }
    
    .tp-bgimg.defaultimg {
        background-position: -600px center !important;
    }

}
</pre></body></html>