*,
*::before,
*::after {
    box-sizing: border-box;
}

ul[class],
ol[class] {
    padding: 0;
}

body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
    margin: 0;
}

body {
    scroll-behavior: smooth;
    text-rendering: optimizeSpeed;
    line-height: 1.5;
}

ul,
ol,
li {
    list-style: none;
}

.container-wrap-pages {
    margin: 0 auto;
    width: 1136px;
    max-width: 100%;
}

@media only screen and (max-width: 1224px) {
    .container-wrap-pages {
        padding-left: 15px;
        padding-right: 15px;
    }
}

/* Footer */

.nis-footer {
    background-color: #f2f2f2;
    color: #666;
    border-top: 3px solid #5ec2ff;
}

.footer-inside {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer-inside_item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: #666;
    height: 160px;
    margin-right: 15px;
    font-size: 15px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.footer-inside_link {
    text-decoration: none;
    color: #666;
    font-size: 15px;
}

.hor-line {
    margin-top: 10px;
    height: 1px;
    width: 200px;
    background-color: #cacaca;
}

.footer-social-image {
    width: 45px;
    height: 45px;
}

.footer-info-text {
    margin: 5px 0;
    padding-top: 5px;
}

.footer-inside_social {
    margin-top: 40px;
    margin-bottom: 40px;
    display: flex;
    align-items: baseline;
}

.email-info {
    color: #2a6496;
    text-decoration: none;
}

.footer-gradient {
    background: linear-gradient(90deg, #0078c1 0%, #5ec2ff 100%);
    color: #fff;
}

.footer-gradient_inside {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
}

@media only screen and (max-width: 1024px) {
    .footer-gradient_inside {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
}

.footer-gradient_item {
    margin-top: 20px;
    padding-bottom: 20px;
}

.width-30 {
    width: 42%;
}

@media only screen and (max-width: 1024px) {
    .width-30 {
        width: 100%;
    }
}

.footer-gradient-link {
    color: white;
    text-decoration: none;
    margin-right: 15px;
}

.vert-line {
    margin-right: 15px;
}

.margin-right-0 {
    margin-right: 0;
}

.social-media-link {
    text-decoration: none;
    cursor: pointer;
}


/*forma dobavljaca*/
.form-check {
    padding-left: 0;
}
