@import "https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700&display=swap";

body
{
    margin: 0px;
    padding: 0px;
    font-family: "Manrope", sans-serif;
    background:#fff;
    color: #00050F;
    height: 100%;
    line-height: 1.5;
    font-size: 15px;
    font-weight: 600;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-size: 100% auto;
}


html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video
{
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main
{
    display: block
}

blockquote, q
{
    quotes: none
}

blockquote:before, blockquote:after, q:before, q:after
{
    content: "";
    content: none
}

table
{
    border-collapse: collapse;
    border-width: 0px;
    padding: 0px;
    margin: 0px
}

html
{
    height: 100%;
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

input, textarea
{
    color: #333;
    font-family: "Montserrat", sans-serif;
    outline: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -webkit-appearance: none
}

input[type=button], input[type=submit], button
{
    cursor: pointer
}

td
{
    margin: 0px;
    padding: 0px
}

form
{
    padding: 0px;
    margin: 0px
}

a
{
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    text-decoration: none;
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

a, span, div, button
{
    outline: none !important
}

input[type=submit], input[type=button], button
{
    -webkit-appearance: none;
    outline: none
}

input:disabled
{
    -webkit-appearance: none;
    opacity: 1
}

*
{
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

*:before, *:after
{
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.clearfix:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}
header
{
    background-color: #3d7ac1;
    background: linear-gradient(#3d7ac1,#345e9c);
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
header > .wrapper
{
    display: flex;
    align-items: center;
    gap: 10px;
}

.header__logo
{
    width: 90px;
    height: 90px;
    background: url(/assets/images/logo-c.svg) no-repeat center;
    background-size: contain;
}
.header__title
{
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
    text-transform: uppercase;
    color:#fff;
}


.wrapper
{
    padding: 0 20px;
}

.section
{
    margin-bottom: 80px;
    position: relative;

    text-align: justify;
}


.section > .wrapper
{
    position: relative;
    z-index: 2;
}


.section__title
{
    font-weight: 700;
    font-size: 27px;
    line-height: 27px;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 10px;
    border-bottom: 4px solid #0C4DA2;
    color:#0C4DA2;
}

.section__caption
{
    background: #CDDDFC;
    text-align: right;
    padding: 12px 6px;
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
    border-radius: 5px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.section__content
{
    margin-top: 10px;

}

.section__logo
{
    text-align: center;
    margin-top: 20px;
}

.section__logo img
{
    max-height: 150px;
    max-width: 80%;
}

.section__footer
{
    margin-top: 20px;
    text-align: center;
}

.section__footer-button
{
    background: #0C4DA2;
    transition: opacity 0.3s ease-in-out;
    width: 100%;
    border-radius: 5px;
    padding: 15px;
    font-size: 20px;
    font-weight: 700;
    color: #FFFFFF;
    display: inline-block;
}

.section__footer-button[title="Viber"],
.section__footer-button[title="Telegram"]
{
    text-indent: -9999em;
    width:75px;
    height: 75px;
    margin: 0 20px;
    border-radius: 50%;
    position: relative;
}

.section__footer-button[title="Viber"]:before,
.section__footer-button[title="Telegram"]:before
{
    content: '';
    display: block;
    position: absolute;
    left:0;
    top:0;
    right:0;
    bottom: 0;
    width: 50px;
    height:50px;
    margin: auto;
    background: no-repeat center;
    background-size: contain;
}

.section__footer-button[title="Viber"]:before
{
    background-image: url(/assets/images/viber.svg);
}
.section__footer-button[title="Telegram"]:before
{
    background-image: url(/assets/images/telegram.svg);
}
.section__footer-button:hover
{
    opacity: 0.5;
}


footer
{
    background: #0C4DA2;
    color: #FFFFFF;
    padding: 50px 0;
}

.footer__logo
{
    display: block;
    background: url(/assets/images/logo.svg) no-repeat center;
    height: 140px;
    width: 150px;
    background-size: contain;
    margin: 0 auto 30px;
}

.footer__contacts
{

}

.footer__contacts-item:hover,
.footer__contacts-item
{
    position: relative;
    padding-left: 66px;
    display: block;
    color: #FFFFFF;
    text-decoration: none;
    margin-bottom: 25px;
}

footer a
{
    transition: opacity 0.3s ease-in-out;
}

footer a:hover
{
    opacity: 0.5;
}

.footer__contacts-item:before
{
    content: '';
    display: block;
    position: absolute;
    width: 36px;
    height: 36px;
    background: no-repeat center;
    background-size: contain;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.footer__contacts-item--phone:before
{
    background-image: url(/assets/images/phone.svg);

}

.footer__contacts-item--email:before
{
    background-image: url(/assets/images/email.svg);

}

.footer__contacts-item--address:before
{
    background-image: url(/assets/images/map.svg);
}

.footer__social
{
    text-align: center;
    margin-top: 50px;
}

.footer__social-item
{
    width: 50px;
    height: 50px;
    background: no-repeat center;
    background-size: contain;
    display: inline-block;
    margin: 0 25px;
}


.footer__social-item--facebook
{
    background-image: url(/assets/images/facebook.svg);
}

.footer__social-item--instagram
{
    background-image: url(/assets/images/instagram.svg);

}

.footer__social-item--linkedin
{
    background-image: url(/assets/images/linkedin.svg);

}