/*!
DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN
*/

@font-face {
    font-family: "Montserrat";
  src: local("Montserrat-SemiBold"), url("/5xx/Montserrat-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
    font-family: "Montserrat";
  src: local("Montserrat-Bold"), url("/5xx/Montserrat-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

body {
    padding: 0;
    margin: 0;
    min-width: 320px;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left bottom, left top, from(#CBCBCB), to(rgba(217, 217, 217, 0.1))) fixed;
    background: linear-gradient(360deg, #CBCBCB 0%, rgba(217, 217, 217, 0.1) 100%) fixed;
    font-family: Montserrat, Tahoma, sans-serif;
    font-size: 12px;
}

body a {
    text-decoration: none;
}

.page-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 30px;
}

.header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: solid 1px #003A70;
    padding-bottom: 30px;
}

.header * {
    color: #1E1E1E;
}

.header-logo {
    margin-bottom: 20px;
}

.header-logo img {
    width: 201px;
    height: 25px;
}

.header-call {
    text-transform: uppercase;
    font-weight: 600;
}

.header-phone {
    font-weight: 700;
    margin: 12px 0;
}

.header-email {
    font-weight: 600;
}

.header-email a {
    text-decoration: underline;
}

.header-email a:hover {
    text-decoration: none;
}

.main {
    color: #333333;
}

.main .heading {
    font-size: 23px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}

.main .text {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}

.main .links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 30px;
    width: 100%;
}

.main .links-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative;
    margin-bottom: 16px;
    width: 100%;
}

.main .links-item:last-child {
    margin-bottom: 0;
}

.main .links-item img {
    -webkit-filter: brightness(80%);
    filter: brightness(80%);
}

.main .links-text {
    position: absolute;
    padding: 18px 50px 18px 18px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    line-height: 20.32px;
    height: 40%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.main .links-text__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    height: 100%;
    width: 100%;
    position: absolute;
}

.main .links-text__wrapper:hover {
    background: #003A70;
}

@media (min-width: 576px) {
    .page-wrapper {
        padding: 50px;
    }

    .header {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        padding-bottom: 50px;
    }

    .header-logo {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

    .main {
        margin-top: 20px;
    }

    .main .heading {
        font-size: 32px;
    }

    .main .text {
        font-size: 12px;
        line-height: 17px;
    }

    .main .links {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .main .links-item {
        width: calc(50% - 10px);
        margin-bottom: 20px;
    }

    .main .links-item:last-child {
        margin-bottom: 20px;
    }

    .main .links-text {
        padding-right: 110px;
        height: 35%;
    }
}

@media (min-width: 1024px) {
    .header {
        padding-bottom: 30px;
    }

    .header-logo img {
        width: 256px;
        height: 32px;
    }

    .header-call {
        font-size: 14px;
    }

    .header-call,
  .header-phone,
  .header-email {
        font-size: 14px;
    }

    .main .heading {
        font-size: 48px;
    }

    .main .text {
        font-size: 14px;
        line-height: 150%;
    }

    .main .text:last-child {
        margin-top: 140px;
    }

    .main .text span {
        display: block;
    }

    .main .links-item {
        width: calc(25% - 14px);
        margin-bottom: 20px;
    }

    .main .links-text {
        padding-right: 40px;
        height: 42%;
        line-height: 18px;
    }
}

@media (min-width: 1366px) {
    .header {
        padding-bottom: 40px;
    }

    .header-logo img {
        width: 293px;
        height: 36px;
    }

    .header-call,
  .header-phone,
  .header-email {
        font-size: 16px;
    }

    .main .heading {
        font-size: 64px;
        margin: 40px 0 30px 0;
    }

    .main .text {
        font-size: 16px;
        line-height: 190%;
    }

    .main .links-text {
        padding-right: 80px;
        height: 42%;
        line-height: 20px;
        font-size: 16px;
    }
}

@media (min-width: 1800px) {
    .page-wrapper {
        padding-bottom: 30px;
    }

    .main .links-item {
        width: calc(16.6666666667% - 10px);
        margin-bottom: 20px;
    }
}