@import url('https://fonts.googleapis.com/css?family=Oswald&display=swap');
@import url('https://fonts.googleapis.com/css?family=Anton&display=swap');

html,
body {
    font-family: 'Oswald', sans-serif;
}

nav .brand-logo {
       padding: 0px 150px;
    font-family: 'Anton', sans-serif;
    text-transform: uppercase;
}

nav ul a {
    text-transform: uppercase;
    font-weight: 600;
}

.sidenav li {
    text-align: center;
}

.sidenav li.phone_header {
    font-size: 20px;
}

.sidenav li.phone_header i {
    font-size: 25px;
    position: relative;
    top: 7px;
}

.phone_top {
    float: left;
    position: relative;
    width: 80%;
    margin: 0 auto;
    text-align: center;
}

.phone_top a {
    font-size: 20px;
    color: #fff;
    padding: 10px;
}

.phone_top span {
    font-size: 20px;
    color: #fff;
}

.phone_top a.modal-trigger {
    font-size: 20px;
    color: #fff;
    padding: 0px 20px;
}
.sidenav li.phone_header{
    color:brown;
}
.phone_top a.modal-trigger i {
    font-size: 25px;
    color: #fff;
}

.parallax-container {
    height: 350px;
}

/* БЛОК УСЛУГ */
.block_service {
    border: 1px solid #ccc;
    margin: 5px -5px
}

.block_service:hover {
    border: 1px solid #ee6e73;
}

.block_service h5 {
    text-align: center;
    font-size: 18px;
}

.block_service h5 a {
    color: #2d4567;
    text-transform: uppercase;
    font-size: 23px;
}

.block_service h5 a:hover {
    color: #ee6e73;
}

.block_service .block_service_image {
        text-align: center;
}

.block_service .block_service_image img {
        max-height: 225px;
}

.block_service .block_service_announce {
    padding: 5px;
}

select {
    display: block;
}

.calculator {
    border: 1px dotted #ee6e73;
    padding: 25px;
}

.calculator h4 {
    text-align: center;
    font-size: 25px;
}

.calculator .select-wrapper {
    margin: 10px 5px;
}

#calc_result h4 {
    color: #ee6e73;
    font-size: 20px;
    text-align: left;
}

nav .nav-wrapper,
.page-footer {
    background: #2d4567;
}

.menu-item.current a{
    color: aqua;
}
.sidenav .current a{
    color: #2d4567;
}
.footer_menu ul li a{
    color: #fff;
}
.footer_menu ul li.current a{
    color: aqua;
}

.sidenav .phone_header a{
    color:#000;
}

.display_none{
    display: none;
}

.phone_header{
    /*position: absolute;*/
    padding:10px 0;
    z-index: 1;
    width: 100%;
    text-align: center;
    background: #2d4567ad;
}

.phone_header span{
    font-size: 25px;
}
.phone_header span a{
        color: #fff;
}


@media (max-width: 1120px) {
    
    .display_none_deskpot, .sidenav .phone_header {
        display: none;
    }
    
    nav .brand-logo{
        padding: 0px;
            font-size: 25px;
    }
    .section.white img{
    width: 100%;
    height: 100%;
}
}

.uk-breadcrumb {
	margin-bottom: 0px;
    padding: 0;
    list-style: none;
    font-size: 0;
}

.uk-breadcrumb li {
    list-style: none;
    padding-left: 0;
    font-size: 12px;
}

.uk-breadcrumb>li, .uk-breadcrumb>li>a, .uk-breadcrumb>li>span {
    display: inline-block;
}
.uk-breadcrumb>li {
    font-size: 1.4rem;
    vertical-align: top;
}

.uk-breadcrumb li a {
    border-bottom: 1px solid #969696;
    font-size: 1.2rem;
    line-height: 20px;
    color: #969696;
}

.uk-breadcrumb li span {
    color: #2d4567;
}

.uk-breadcrumb > li:nth-child(n+2)::before {
    content: '/';
    position: relative;
    margin: 0 4px;
    color: #969696;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
}

.page-404 {
    text-align: center;
    margin: 40px 0 40px;
}


.page-404 svg {
    margin-bottom: 30px;
    fill: #2d4567;
    max-width: 100%;
}