html
{
    font-size: 62.5%;
}

body
{
    background-color: #F5F5F5;
    font-family: 'Roboto', sans-serif;
    font-size: 1.4rem;
}

a
{
    color: #545454;
    text-decoration: none;
}

a:hover
{
}

.left
{
    float: left;
}

.right
{
    float: right;
}

ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
}

strong
{
    font-weight: bold !important;
}

img,
picture,
video,
embed {
    max-width: 100%;
}

/*FIX CLEAR */

.clear
{
    display: block;
    clear: both;
}

.central
{
    max-width: 1120px;
    margin: 0 auto;
    padding-left: 1.0rem;
    padding-right: 1.0rem;
}

.center
{
    text-align: center;
}

.hidden
{
    display: none;
}

#pag
{

}

header
{
    position: absolute;
    transition: all 0.6s ease;
    width: 100%;
    z-index: 10;
}

header.fixed
{
    background-color: #000000;
    position: fixed;
    transition: all 0.6s ease;
    width: 100%;
    z-index: 10;
}

header.internal_fixed
{
    position: fixed;
    transition: all 0.6s ease;
    width: 100%;
}

header #header_top
{
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 3.0rem;
}

header.fixed #header_top #logo
{
    width: 230px;
    height: 86.37px;
}

header.fixed #header_top #header_top_phone
{
    margin-right: 14.0rem; 
}
header.fixed #header_top #header_top_email
{
    margin-left:  19.8rem;
}

header #header_top #header_top_phone
{
    margin-right: 14.3rem;
}

header #header_top #header_top_phone ul
{
    display: block;
}

header #header_top #header_top_phone ul li
{
    display: block;
    float: left;
    font-size: 1.5rem;
    padding: 0rem 1.0rem 0rem 1.0rem;
}

header #header_top #header_top_phone ul li:first-child
{
    background-image: url('../img/ico/phone.svg');
    background-position: left;
    background-repeat: no-repeat;
    background-size: 18px;
    padding-left: 3.0rem !important;
}

header #header_top #header_top_phone ul li:last-child
{
    padding-right: 0;
}

header #header_top #logo
{
    background-image: url(../img/general/logo.svg);
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
    height: 97.63px;
    width: 260px;
}

header #header_top #logo span
{
    visibility: hidden;
}

header #header_top #header_top_email
{
    background-image: url(../img/ico/mail.svg);
    background-position: center left;
    background-repeat: no-repeat;
    background-size: 18px;
    font-size: 1.5rem;
    margin-left: 16.5rem;
    padding-left: 3.0rem !important;
}

header #header_top #btn_menu
{
    background-image: url("../img/ico/menu.svg");
    background-size: 100%;
    color: #fff;
    display: none;
    height: 38px;
    position: absolute;
    right: 3.0rem;
    top: 50%;
    transform: translateY(-50%);
    text-indent: -1000px;
    width: 38px;
}

header #menu
{
    padding: 4.64rem 0rem 0rem 0rem;
}

header #menu ul
{
    display: flex;
    justify-content: space-between;
}

header #menu ul li
{
}

header #menu ul li:first-child
{
}

header #menu ul li:last-child
{
}

header #menu ul li a
{
    color: #A5A5A5;
    font-size: 1.6rem;
    display: block;
    border-bottom: 4px solid transparent;
    padding: 0rem 0rem 1.8rem 0rem;
    transition: all 0.4s linear;
}

header #menu ul li a:hover, header #menu ul li .menu_active
{
    color: #FFFFFF;
    border-bottom: 4px solid #217875;
}

header #menu_res
{
    background-color: #217875;
    height: 0;
    opacity: 0;
    overflow-y: scroll;
    padding: 3.0rem 0rem;
    position: fixed;
    top: 0;
    transition: all 0.6s ease;
    visibility: hidden;
    width: 100%;
}

header #menu_res.open
{
    height: 100%;
    opacity: 1;
    visibility: visible;
}

header #menu_res #logo_res
{
    background-image: url(../img/general/logo.svg);
    background-repeat: no-repeat;
    background-size: contain;
    height: 86.37px;
    margin: 0 auto;
    width: 230px;
}

header #menu_res #logo_res span
{
    visibility: hidden;
}

header #menu_res .close_menu
{
    background-image: url(../img/ico/close.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    display: inline-block;
    height: 28px;
    position: absolute;
    right: 3.0rem;
    top: 3.0rem;
    width: 28px;
}

header #menu_res .menu_res
{
    margin: 8.0rem 0.0rem;
    text-align: center;
}

header #menu_res .menu_res li
{
    margin-bottom: 3.0rem;
}

header #menu_res .menu_res li:last-child
{
    margin-bottom: 0;
}

header #menu_res .menu_res li a
{
    color: #FFFFFF;
    font-size: 2.6rem;
    font-weight: bold;
}

header #menu_res .contacts_res
{
    color: #FFF;
    margin: 8.0rem 0.0rem;
}

header #menu_res .contacts_res li
{
    align-items: center;
    display: flex;
    font-size: 2.0rem;
    justify-content: center;
    margin-bottom: 2.0rem;
    text-align: center;
}

header #menu_res .contacts_res li img
{
    height: 2rem;
    margin-right: 1.0rem;
    width: 2rem;
}

header #menu_res .social_network_res
{
    display: block;
    text-align: center;
}

header #menu_res .social_network_res li
{
    display: inline-block;
}

header #menu_res .social_network_res li:nth-child(2)
{
    margin: 0 2.0rem;
}

header #menu_res .social_network_res li img
{
    height: 3.0rem;
    width: 3.0rem;
}

footer
{
    position: relative;
}

footer #footer_news
{
    position: absolute;
    top: -94.5px;    
    width: 100%;
}

footer #footer_news #footer_news_c
{    
}

footer #footer_news #footer_news_c .central
{
    background-color: #217875;
    padding: 3.5rem 0rem;
}

footer #footer_news #footer_news_c h4
{
    color: #FFFFFF;
    font-size: 4.0rem;
    font-weight: bold;
    text-align: center;
    padding-bottom: 3.0rem;
}

footer #footer_news #footer_news_c form
{
    display: block;
    text-align: center;
}

.field_nl
{
    background-color: #fff;
    border: 0;
    color: #a2a2a2;
    font-size: 1.4rem;
    outline: 0;
    padding: 1.6rem 3.0rem 1.6rem 3.0rem;
    margin-right: 1.0rem;
    width: 36.78%;
}

.field_nl::placeholder
{
    color:#a2a2a2;
}

.bt_nl
{
    background-color: #000000;
    border: 0;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 1.4rem;
    font-weight: 900;
    height: 50px;
    padding: 1.7rem 0.0rem;
    text-transform: uppercase;
    width: 9.73%;
}

footer #footer_more
{
    padding: 14.0rem 0rem 0.0rem 0rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

footer #footer_more #footer_more_phone
{
    margin-right: 14.2rem;
}

footer #footer_more #footer_more_phone ul
{
    display: table;
}

footer #footer_more #footer_more_phone ul li
{
    display: block;
    float: left;
    font-size: 1.5rem;
    padding: 0rem 1.0rem 0rem 1.0rem;
}

footer #footer_more #footer_more_phone ul li:first-child
{
    background-image: url('../img/ico/phone.svg');
    background-position: left;
    background-repeat: no-repeat;
    background-size: 15px;
    padding-left: 3.0rem !important;
}

footer #footer_more #footer_more_phone ul li:nth-child(2)
{
    color: #CECECE;
}

footer #footer_more #footer_more_phone ul li:last-child
{
    padding-right: 0;
}

footer #footer_more #footer_more_logo
{
    width: 22.52%;
    min-width: 250px;
}

footer #footer_more #footer_more_email
{
    background-image: url('../img/ico/mail.svg');
    background-position: left;
    background-repeat: no-repeat;
    background-size: 15px;
    display: table;
    margin-left: 17.9rem;
    padding-left: 3.0rem;
}

footer #footer_more_sn
{
    background-image: url('../img/general/bg_social.png');
    background-position: center;
    background-repeat: repeat-x;
    margin: 6.0rem 0rem;
}

.list_sn
{
    display: table;
    margin: 0 auto;
    background-color: #F5F5F5;
}

.list_sn li
{
    display: block;
    float: left;
    width: 30px;
    margin: 0rem 1.5rem 0rem 1.5rem;
}

.list_sn li a
{

}

.list_sn li a img
{

}

#footer_credits
{
    background-color: #FFFFFF;
}

footer #footer_credits
{
    padding: 2.5rem 0rem 2.5rem 0rem;
    color: #000000;
}

footer #footer_credits #fc_credits
{
    float: left;
    line-height: 2.0rem;
    width: 50%;
}

footer #footer_credits #fc_developed
{
    width: 50%;
    float: right;
    text-align: right;
}

.ico_mkd
{
    float: right;
    width: 32px;
    height: 32px;
    display: block;
    margin: -1.0rem 0rem 0rem 0.8rem;
}

.ico_mkd img
{
    width: 32px;
    height: 32px;
}

h2
{
    color: #000;
    text-align: center;
    font-size: 3.4rem;
    font-weight: 600;
}

.back_top
{
    background-color: #217875;
    background-image: url("../img/ico/up-arrow.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 32px;
    bottom: 1.0rem;
    height: 58px;
    opacity: 0;
    position: fixed;
    right: 1.0rem;
    transition: all 0.4s ease;
    width: 58px;
}

.back_top.show
{
    opacity: 0.7;
}

.back_top.show:hover
{
    opacity: 1;
}

/*LOADING**********************************************************************/
.loading
{
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.8);
    top: 0;
    z-index: 50;
}

.loading .loader
{
    left: 50%;    
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.loading p
{
    color: #fff;
    font-size: 1.8rem;
}

.lds-default {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
}
.lds-default div {
    position: absolute;
    width: 7px;
    height: 7px;
    background: #fff;
    border-radius: 50%;
    animation: lds-default 1.2s linear infinite;
}
.lds-default div:nth-child(1) {
    animation-delay: 0s;
    top: 29px;
    left: 53px;
}
.lds-default div:nth-child(2) {
    animation-delay: -0.1s;
    top: 18px;
    left: 50px;
}
.lds-default div:nth-child(3) {
    animation-delay: -0.2s;
    top: 9px;
    left: 41px;
}
.lds-default div:nth-child(4) {
    animation-delay: -0.3s;
    top: 6px;
    left: 29px;
}
.lds-default div:nth-child(5) {
    animation-delay: -0.6s;
    top: 9px;
    left: 18px;
}
.lds-default div:nth-child(6) {
    animation-delay: -0.5s;
    top: 18px;
    left: 9px;
}
.lds-default div:nth-child(7) {
    animation-delay: -0.6s;
    top: 29px;
    left: 6px;
}
.lds-default div:nth-child(8) {
    animation-delay: -0.7s;
    top: 41px;
    left: 9px;
}
.lds-default div:nth-child(9) {
    animation-delay: -0.8s;
    top: 50px;
    left: 18px;
}
.lds-default div:nth-child(10) {
    animation-delay: -0.9s;
    top: 53px;
    left: 29px;
}
.lds-default div:nth-child(11) {
    animation-delay: -1s;
    top: 50px;
    left: 41px;
}
.lds-default div:nth-child(12) {
    animation-delay: -1.1s;
    top: 41px;
    left: 50px;
}
@keyframes lds-default {
    0%, 20%, 80%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.5);
    }
}