html {
    font-family: 'Montserrat', sans-serif;
    color: #003859;
}


#logo svg {
    width: 156px;
}

path#fintext {
    fill: #003859;
}

#fin path {
    fill: #4586AC;
    transition: 1s;
}


#logo:hover #fin6 {
 d: path("M2764 2589l-2624 0 -119 125 2624 0 119 -125z");
}
#logo:hover #fin5 {
 d: path("M1443 2904l-977 0 -119 125 959 0 137 -125z");
}
#logo:hover #fin4 {
 d: path("M1879 3220l-1588 0 -120 125 1588 0 120 -125z");
}
#logo:hover #fin3 {
 d: path("M1966 3535l-672 0 -120 125 672 0 120 -125z");
}
#logo:hover #fin2 {
 d: path("M905 3850l-564 0 -120 125 568 0 116 -125z");
}
#logo:hover #fin1 {
 d: path("M2265 2904l-497 0 -119 125 479 0 137 -125z");
}

.uk-h1, .uk-h2, .uk-h3, .uk-h4, .uk-h5, .uk-h6, .uk-heading-2xlarge, .uk-heading-large, .uk-heading-medium, .uk-heading-small, .uk-heading-xlarge, h1, h2, h3, h4, h5, h6 {
    margin: 0 0 20px 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #003859;
    text-transform: none;
    letter-spacing: -2px;
}

h2.pagetitle {
    font-weight: 700;
    font-size: 3.5rem;
    line-height: 1.2;
    color: #003859;
}

h3 {
    letter-spacing: -1px;
    line-height: 1.1;
}
h4 {
    letter-spacing: -0.5px;
    line-height: 1.1;
}

header {
    min-height: 800px;
    background: #39322D;
    position: relative;
}

header:before {
    content: '';
    background: rgb(57,50,45);
background: linear-gradient(180deg, rgba(57,50,45,1) 0%, rgba(57,50,45,0) 18%, rgba(57,50,45,0) 57%, rgba(57,50,45,1) 100%);
width: 100%;
height: 100%;
position: absolute;
opacity: 0.8;
}

div#headerTitle {
    position: absolute;
    bottom: 18%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    color: #fff;
}

div#headerTitle h1 {
    color: #fff;
    margin: 0;
    font-weight: 700;
    font-size: 4.5em;
    white-space: nowrap;
}

div#headerTitle h4 {
    color: #fff;
    margin: 0;
    font-weight: 400;
    font-size: 1.8em;
    text-transform: uppercase;
}
div#logo {
    margin-right: 6%;
}

.uk-navbar-nav>li>a {
    color: #003859;
    white-space: nowrap;
}
.uk-navbar-item, .uk-navbar-nav>li>a, .uk-navbar-toggle {
    padding: 0 20px;
    font-size: 1rem;
    font-family: 'Montserrat', sans-serif;
}
.uk-navbar-nav>li:hover>a, .uk-navbar-nav>li>a.uk-open, .uk-navbar-nav>li>a:focus {
    color: rgb(69, 134, 172);
}

.topPhone > a {
    font-weight: 700;
    color: #003859;
    font-size: 1.3rem;
     -webkit-transition: color 0.3s ease;;
  -moz-transition: color 0.3s ease;;
  -o-transition: color 0.3s ease;;
  transition: color 0.3s ease;
}

.topPhone > a:hover {
    color: rgb(69, 134, 172);
    text-decoration: none;
}

.dopphone a svg {
    width: 22px;
    margin-left: 25px;
}
.dopphone a svg path {
    fill: #003859;
-webkit-transition: fill 0.3s ease;;
  -moz-transition: fill 0.3s ease;;
  -o-transition: fill 0.3s ease;;
  transition: fill 0.3s ease;
}

.dopphone a:hover svg path {
    fill: rgb(69, 134, 172) !important;
}

div#headerTitle a {
    bottom: -65px;
    display: block;
    -webkit-transition: bottom 0.3s ease;
    -moz-transition: bottom 0.3s ease;
    -o-transition: bottom 0.3s ease;
    transition: bottom 0.3s ease;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
}

div#headerTitle a:hover {
    bottom: -75px;
    
}

div#headerTitle a svg {
    max-width: 30px;
}

.item-backgraund {
    background: rgb(69,134,172);
background: linear-gradient(45deg, rgba(69,134,172,1) 0%, rgba(0,56,89,1) 66%);
position: relative;

}

.item-backgraund:after {
    content: '';
    background: rgb(69,134,172);
    background: linear-gradient(245deg, rgba(69,134,172,1) 0%, rgba(0,56,89,1) 66%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.item-backgraund:hover:after {
    content: '';
    opacity: 1;
}

.item-backgraund h3, .item-backgraund p {
    color: #fff;
    z-index: 2;
    position: relative;
}

.item-backgraund a {
    z-index: 2;
    position: relative;
}

.uk-button-default {
    background-color: #FE7E79;
    color: #fff;
    border-color: #FE7E79;
    font-weight: 700;
}

.uk-button-default:focus, .uk-button-default:hover {
    background-color: transparent;
    color: #FE7E79;
    border-color: #FE7E79;
}

#bg1 {
    position: absolute;
    top: -30px;
    left: 15%;
    z-index: -1;
}

#bg2 {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.margin-left {
    margin-left: 15%;
}

.item-backgraund-grey {
    background: #E8E7DD;
    position: relative;
}

.item-backgraund-white {
    background: #fff;
    position: relative;
}

section#tools {
    position: relative;
}

#tools a.linkSvg {
    position: absolute;
    -webkit-transition: bottom 0.3s ease;
    -moz-transition: bottom 0.3s ease;
    -o-transition: bottom 0.3s ease;
    transition: bottom 0.3s ease;
    bottom: 45px;
    width: 30px;
}
#tools a.linkSvg:hover {
    bottom: 35px;
}

#tools a svg {
    max-width: 30px;
}

#tools a svg path {
    fill: #003859;
}

#slider ul.uk-slider-items > li {
    height: 600px;
}

#slider ul.uk-slider-items > li > div.uk-position-relative {
    height: 600px;
}

#slider li svg {
    height: 45% !important;
    margin-top: 27.5%;
    width: auto;
}

#slider li svg .str0 {
    stroke:white;
    stroke-width:1.98 !important;
    stroke-linecap:round !important;
    stroke-linejoin:round !important;
    stroke-miterlimit:22.9256 !important;
    stroke-opacity: 0;
}
#slider li svg .fil0 {
    fill:none;
    stroke: #4586AC !important;
}

#slider li.fullBg svg {
    height: 70% !important;
    width: auto;
    margin: 15% auto;
    display: table;
}

#slider {
    background: #003859;
    -webkit-transition: background 0.3s ease;
    -moz-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    transition: background 0.3s ease;
}

#slider.bgcolor {
    background: #4586AC;
}

#slider.bgcolor li svg .fil0 {
    stroke: #003859 !important;
}

#slider li h4 {
    -webkit-transition: background 0.6s ease;
    -moz-transition: background 0.6s ease;
    -o-transition: background 0.6s ease;
    transition: background 0.6s ease;
    opacity: 0;
    letter-spacing: 0;
    font-size: 24px;
    line-height: 1.1;
}

#slider li p, #slider ul.uk-slider-items > li a {
    opacity: 0;
}

#slider li p {
    color: #fff;
    margin-top: 35px;
}

#slider li div.uk-position-center {
    left: 45%;
    top: 45%;
}

#slider li .uk-button-default {
    background-color: #FE7E79;
    color: #fff;
    border-color: #FE7E79;
    font-weight: 700;
}

#slider li .uk-button-default:focus, #slider li .uk-button-default:hover {
    background-color: transparent;
    color: #FE7E79;
    border-color: #FE7E79;
}

#slider ul.uk-slider-nav {
    position: absolute;
    bottom: 20px;
}

#slider .uk-dotnav>*>* {
    width: 50px;
    height: 5px;
    border-radius: 0;
    background: #fff;
    border: none;
}

#slider .uk-dotnav>.uk-active>* {
    background-color: #f0506e !important;
    border-color: transparent;
}

#slider .uk-dotnav>*>:focus, #slider .uk-dotnav>*>:hover {
    background-color: #f0506e;
    outline: 0;
    border-color: transparent;
}


#chart_block {
    width: 440px;
    height: 440px;
    position: absolute;
    top: 300px;
    left: 35%;
}
#chart_bl0 {
    position: absolute;
    top: -15px;
    left: -12px;
    border: 15px solid #fff;
    border-radius: 50%;
}

 #chart_bl1 {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
 }

#chart_block.active #chart_bl1 {
    opacity: 1;
    stroke-width: 200;
    stroke-dasharray: 520;
    stroke-dashoffset: 400;
    transform: translate(-1px, -1px) rotate(-198deg);
    animation-iteration-count: 1;
  animation-name: rotate_bl1;
  animation-duration: 1.5s;
  animation-direction: alternate;
  animation-timing-function: linear;
}

@keyframes rotate_bl1 {
  from {
    stroke-width: 200;
    stroke-dasharray: 800;
    stroke-dashoffset: 400;
  }  
  to {
    stroke-width: 200;
    stroke-dasharray: 520;
    stroke-dashoffset: 400;
  }
}

 #chart_bl2 {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
 }

#chart_block.active #chart_bl2 {
    opacity: 1;
    stroke-width: 200;
    stroke-dasharray: 470;
    stroke-dashoffset: 400;
    transform: translate(4px, -4px) rotate(-79deg);
    animation-iteration-count: 1;
  animation-name: rotate_bl2;
  animation-duration: 1.5s;
  animation-direction: alternate;
  animation-timing-function: linear;
}

@keyframes rotate_bl2 {
  from {
    stroke-width: 200;
    stroke-dasharray: 800;
    stroke-dashoffset: 0;
  }  
  to {
    stroke-width: 200;
    stroke-dasharray: 470;
    stroke-dashoffset: 400;
  }
}


 #chart_bl3 {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
 }

#chart_block.active #chart_bl3 {
    opacity: 1;
    stroke-width: 200;
    stroke-dasharray: 515;
    stroke-dashoffset: 400;
    transform: translate(2px, 4px) rotate(-264deg);
    animation-iteration-count: 1;
    animation-name: rotate_bl3;
    animation-duration: 1.5s;
    animation-direction: alternate;
    animation-timing-function: linear;
}

@keyframes rotate_bl3 {
  from {
    stroke-width: 200;
    stroke-dasharray: 800;
    stroke-dashoffset: 0;
  }  
  to {
    stroke-width: 200;
    stroke-dasharray: 515;
    stroke-dashoffset: 400;
  }
}


 #chart_bl4 {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
 }

#chart_block.active #chart_bl4 {
    opacity: 1;
    stroke-width: 200;
    stroke-dasharray: 470;
    stroke-dashoffset: 400;
    transform: translate(8px, 4px) rotate(56deg);
    animation-iteration-count: 1;
    animation-name: rotate_bl4;
    animation-duration: 1.5s;
    animation-direction: alternate;
    animation-timing-function: linear;
}

@keyframes rotate_bl4 {
  from {
    stroke-width: 200;
    stroke-dasharray: 800;
    stroke-dashoffset: 0;
  }  
  to {
    stroke-width: 200;
    stroke-dasharray: 470;
    stroke-dashoffset: 400;
  }
}

 #chart_bl5 {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
 }

#chart_block.active #chart_bl5.active {
    opacity: 1;
    stroke-width: 200;
    stroke-dasharray: 555;
    stroke-dashoffset: 478;
    transform: translate(8px, 0px) rotate(-39deg);
    animation-iteration-count: 1;
    animation-name: rotate_bl5;
    animation-duration: 0.7s;
    animation-direction: alternate;
    animation-timing-function: linear;
}

@keyframes rotate_bl5 {
  from {
    opacity: 0;
    transform: translate(75px, -18px) rotate(-39deg);
  }  
  to {
    opacity: 1;
    transform: translate(8px, 0px) rotate(-39deg);
  }
}






div#chart_block img {
    width: 400px;
}


div#chart_block2 {
    position: absolute;
    width: 540px;
    height: 540px;
    display: block;
    top: 232px;
    right: 350px;
    z-index: -1;
    opacity: 0;
    -webkit-transition: opacity 1.8s ease;
    -moz-transition: opacity 1.8s ease;
    -o-transition: opacity 1.8s ease;
    transition: opacity 1.8s ease;
    
}

div#chart_block2.active {
    right: 0;
    opacity: 1;
    animation-iteration-count: 1;
  animation-name: right;
  animation-duration: 3s;
  animation-direction: alternate;
  animation-timing-function: linear;
}

@keyframes right {
  0% {
    right: 350px;
  }  
  80% {
    right: 350px;
  }
  100%{
     right: 0; 
  }
}


#chart0 {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
#chart_block2.active #chart0 {
    opacity: 1;
}
#chart1 {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
#chart_block2.active #chart1 {
opacity: 1;
    stroke-width: 270;
    stroke-dasharray: 820;
    stroke-dashoffset: 770;
animation-iteration-count: 1;
  animation-name: rotate;
  animation-duration: 2.5s;
  animation-direction: alternate;
  animation-timing-function: linear;
  transform: rotate(-23deg);
}

@keyframes rotate {
  from {
    stroke-width: 270;
    stroke-dasharray: 810;
    stroke-dashoffset: 0;
  }  
  to {
    stroke-width: 270;
    stroke-dasharray: 820;
    stroke-dashoffset: 770;
  }
}





#chart2 {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
#chart_block2.active #chart2 {
    opacity: 1;
    stroke-width: 270;
    stroke-dasharray: 800;
    stroke-dashoffset: 790;
animation-iteration-count: 1;
  animation-name: rotate2;
  animation-duration: 2s;
  animation-direction: alternate;
  animation-timing-function: linear;
  transform: rotate(-27deg);
}

@keyframes rotate2 {
  from {
    stroke-width: 270;
    stroke-dasharray: 790;
    stroke-dashoffset: 0;
  }  
  to {
    stroke-width: 270;
    stroke-dasharray: 800;
    stroke-dashoffset: 790;
  }
}



.wrapper_chart.chart_item {
    margin-top: 9%;
}

div#right_chart_numbers {
    position: absolute;
    right: 20px;
    top: 525px;
    opacity: 0;
}
div#right_chart_numbers.active {
    opacity: 1;
}

.chart_numbers {
    font-size: 60px;
    font-weight: 700;
    color: #4586AC;
    line-height: 1;
}

#right_chart_numbers .chart_numbers {
    font-size: 110px;
}

#right_chart_numbers p {
    line-height: 1.2;
    font-size: 18px;
}

.chart_item {
    margin-top: 70px;
}

.chart_item p {
    margin: 0;
    line-height: 1.2;
    font-size: 18px;
}

.line {
    opacity: 0;
}

.line path {
    fill:#4586AC;
    fill-rule:nonzero;
}


svg#line1 {
    position: absolute;
    top: 20px;
    left: 145px;
    z-index: 1;
}

svg#line2 {
    position: absolute;
    left: 85px;
    z-index: 1;
}

svg#line3 {
    position: absolute;
    left: 95px;
    z-index: 1;
}

svg#line4 {
    position: absolute;
    left: 100px;
    top: -15px;
    z-index: 1;
}

svg#line5 {
    position: absolute;
    top: -75px;
    right: 35px;
}

#chart {
    min-height: 900px;
}

#readyBlock a.linkSvg {
    position: absolute;
    -webkit-transition: bottom 0.3s ease;
    -moz-transition: bottom 0.3s ease;
    -o-transition: bottom 0.3s ease;
    transition: bottom 0.3s ease;
    bottom: 70px;
    width: 30px;
}
#readyBlock a.linkSvg:hover {
    bottom: 60px;
}

#readyBlock a svg {
    max-width: 30px;
}

#readyBlock a svg path {
    fill: #003859;
}

svg#bg3 {
    position: absolute;
    top: 58px;
    right: 0;
    z-index: -1;
}

section#employees .uk-panel strong {
    display: block;
}

#employees .uk-dotnav>.uk-active>* {
    background-color: #f0506e !important;
    border-color: transparent;
}
#employees .uk-dotnav>*>* {
    width: 50px;
    height: 5px;
    border-radius: 0;
    background: #E8E7DD;
    border: none;
}

.uk-slidenav {
    color: rgb(232 231 221);
}

.uk-slidenav:focus, .uk-slidenav:hover {
    color: #003859;
    outline: 0;
}
#platform {
    background: #E8E7DD;
}

#practice {
    background: #003859;
    padding-bottom: 110px;
}

#practice h2, #practice p, #practice h4  {
    color: #fff;
}

#practice a.linkSvg {
    position: absolute;
    -webkit-transition: bottom 0.3s ease;
    -moz-transition: bottom 0.3s ease;
    -o-transition: bottom 0.3s ease;
    transition: bottom 0.3s ease;
    bottom: -80px;
    width: 30px;
}

#practice a.linkSvg:hover {
    bottom: -70px;
}

#result .uk-slider-items > li, #result li .uk-container, #result .uk-container > .uk-flex {
    height: 600px;
}

#result .uk-slider-items > li .uk-panel {
    padding-right: 40px;
}

#result .uk-slider-items > li {
    background-position: right center;
    background-repeat: no-repeat;
}

#result .uk-slider-items > li:before {
    content: '';
    width: 50vw;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
}

#result_nav {
    position: relative;
    margin-top: -50px;
    padding-bottom: 40px;
}


#result_nav .uk-dotnav>.uk-active>* {
    background-color: #f0506e !important;
    border-color: transparent;
}
#result_nav .uk-dotnav>*>* {
    width: 50px;
    height: 5px;
    border-radius: 0;
    background: #E8E7DD;
    border: none;
}

#pdf {
    background: #E8E7DD;
}

#pdf h2 span {
    color: #FE7E79;
}

#contacts a strong {
    color: #003859;
    font-size: 20px;
}

#contacts a:hover {
    text-decoration: none;
}

#contacts a strong:hover {
    color: #4586AC;
}

section#contacts {
    padding-top: 100px;
}

#contacts img {
    position: relative;
    z-index: -1;
}

svg#bg4 {
    position: absolute;
    top: -100px;
    right: 170px;
    z-index: -1;
}

footer {
    background: #003859;
    padding: 60px 0;
}

footer a, footer p {
    color: #4586AC;
    margin: 0;
}

footer a:hover {
    color: #fff;
    text-decoration: none;
}

.dev a {
    line-height: 1.2;
    color: #4586AC;
    position: relative;
    display: table;
    padding-left: 55px;
    float: left;
    font-style: normal;
    text-decoration: none;
    margin-top: 25px;
}

.dev svg {
    max-width: 40px;
    position: absolute;
    left: 0;
    top: -1px;
}


.dev svg path {   
    fill:#4586AC;
}

.dev a:hover svg path {   
    fill:#fff;
}

.copyright {
    position: relative;
    float: left;
    margin-left: 20px;
}

.footer_logo {
    float: left;
}

.footer_logo path {
    fill:#4586AC;
}

#result .uk-slider-items li img {
    right: 0;
    position: absolute;
}

a.menuIcon {
    margin-top: 8px;
    width: 35px;
    margin-right: 25px;
}

.uk-offcanvas-bar {
    left: -80vw;
    width: 80vw;
    background: #4586AC;
}

 button.uk-offcanvas-close {
    background: none;
    border: none;
    color: #fff;
    left: 20px;
    right: inherit;
}  

button.uk-offcanvas-close svg rect {
    fill: #fff;
}

div#menu ul {
    margin-top: 50px;
    margin-left: 30px;
}

div#menu ul li a {
    text-transform: uppercase;
    padding: 5px 0;
    display: block;
    font-size: 14px;
}

div#menu a.phone {
    margin-left: 30px;
    font-weight: 700;
    font-size: 24px;
    display: block;
}
div#menu a.email {
    margin-left: 30px;
    font-weight: 700;
    font-size: 18px;
    display: block;
}


div#menu .dopphone {
    display: table;
    margin-left: 10px;
    margin-top: 20px;
}

div#menu .dopphone a svg path {
    fill: #fff;
}

div#menu p {
    margin: 20px 0 0 30px;
    font-size: 14px;
}

div#menu a.uk-button.uk-button-default.uk-margin-top {
    margin-left: 30px;
}

.dopphone a:hover {
    text-decoration: none;
}

form#callbackForm, form#checkListToolsForm,  form#checkListDeveloperForm, form#accessForm, form#portfolioForm {
    height: 600px;
}

#callback .uk-modal-body, #checkListTools .uk-modal-body, #checkListDeveloper .uk-modal-body, #access .uk-modal-body, #portfolio .uk-modal-body {
    padding: 0;
}

#callback .uk-modal-body .wrapperForm, #checkListTools .uk-modal-body .wrapperForm, #checkListDeveloper .uk-modal-body .wrapperForm, #access .uk-modal-body .wrapperForm, #portfolio .uk-modal-body .wrapperForm {
    padding: 0;
    width: 400px;
    left: 60%;
}


#callback .uk-modal-dialog, #checkListTools .uk-modal-dialog, #checkListDeveloper .uk-modal-dialog, #access .uk-modal-dialog, #portfolio .uk-modal-dialog {
    width: 1000px;
}

.bgform {
    right: -85px;
    position: absolute;
    top: 0;
}

.uk-modal-body .uk-input {
    height: 50px;
    border: none;
    border-bottom: 1px solid #CFCEC4;
    margin-top: 10px;
}

.personal input {
    position: absolute;
    left: -10px;
    top: 4px;
}
.personal {
    margin-left: 25px;
    margin-top: 25px !important;
}


.personal span {
    font-size: 14px;
    position: relative;
    line-height: 1.2;
    display: inline-block;
}

.personal a {
    color: #fe7e79;
}

.personal {
    margin-left: 25px;
    margin-top: 25px !important;
    position: relative;
}
.uk-checkbox:checked, .uk-checkbox:indeterminate, .uk-radio:checked {
    background-color: transparent;
    border-color: #CFCEC4;
}

.uk-checkbox:checked {
    background-image: url(../images/checkbox.png);
}

.uk-checkbox:checked:focus, .uk-checkbox:indeterminate:focus, .uk-radio:checked:focus {
    background-color: #a2026b;
}

.uk-checkbox:focus, .uk-radio:focus {
    outline: 0;
    border-color: #a2026b;
}

.uk-modal-close-default svg {
    width: 24px;
}

.uk-modal-close-default {
    position: absolute;
    z-index: 1010;
    top: 20px;
    right: 25px;
    padding: 5px;
}
  
.posting p {
    margin: 0 0 60px 0;
}  

.posting span {
    font-size: 14px;
    color:#4586AC;
}

.posting a:hover, .posting a:focus {
    text-decoration: none;
}

.posting a:hover h2, .posting a:focus h2 {
    color: rgb(69, 134, 172);
    text-decoration: none;
}

.posting {
    margin-top: 0;
}

a.back-link {
    position: relative;
    padding-left: 30px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    color: #4586ac;
}

a.back-link:hover {
    color: #003859;
    text-decoration: none;
}

.date-block {
    position: relative;
    padding-left: 20px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    color: #aaa99d;
    font-size: .875rem;
}

.date-block span {
    position: absolute;
    left: 0;
    top: 0;
    height: 40px;
    line-height: 40px;
    font-size: 1rem;
    color: #aaa99d;
}

a.back-link span {
    position: absolute;
    left: 0;
    top: 0;
    height: 40px;
    line-height: 40px;
}

h1.pagetitle {
    font-weight: 700;
    font-size: 3.5rem;
    line-height: 1.2;
    color: #003859;
}


svg#blogBg1 {
    position: fixed;
    top: 58px;
    right: 0;
    z-index: -1;
}

.uk-breadcrumb>*>* {
    display: inline-block;
    font-size: .875rem;
    color: #aaa99d;
}

.uk-breadcrumb>:last-child>a:not([href]), .uk-breadcrumb>:last-child>span {
    color: #aaa99d;
}

.uk-breadcrumb>*>:focus, .uk-breadcrumb>*>:hover {
    color: #003859;
    text-decoration: none;
}

.uk-breadcrumb>:nth-child(n+2):not(.uk-first-column)::before {
    content: "/";
    margin: 0 10px;
    color: #aaa99d;
}


.tags-blog {
    display: inline-block;
    background: #E8E7DD;
    padding: 8px 21px;
    margin: 0 10px 10px 0;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    color: #003859;
    border-radius: 25px;
    text-decoration: none;
}

.tags-blog:hover {
    background: #4586AC;
    text-decoration: none;
    color: #fff;
}

h4.seeAlso {
    background: #E8E7DD;
    display: inline-block;
    color: #003859;
    padding: 10px 15px;
}

.ya-share2__item {
    -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray; /* IE 6-9 */
}

.ya-share2__item:hover {
     -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -o-filter: grayscale(0);
  filter: grayscale(0);
  filter: none; /* IE 6-9 */
}

.uk-lightbox {
    background: rgba(0,0,0,.6);
}

