:root {
    --gs-blue: #5088c2;
    --gs-primary: #005f93;
    --gs-primary-hover: #275788;
    --gs-bg-darkblue: #193f64;
    --gs-light-blue: #cbd2da;
    --gs-gray: #95a0ad;
}

a {
    color: var(--gs-blue);
    text-decoration: none;
    font-weight: 700;
}

a:hover {
    color: #69b3ff;
}

.c-lightblue {
    color: var(--gs-light-blue);
}

h1, h2, h3, h4, h5, strong.slogan {
    font-family: "Red Hat Display", Helvetica, Arial, serif;
    font-weight: 700 !important;
}

.h5 {
    font-size: 25px;
    font-weight: 400;
}

.r-5 {
    border-radius: 5px;
}

.gray-title {
    color: #95a0ad;
    text-transform: uppercase;
}

.articles, .articles li {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.articles li {
    padding-bottom: 1rem;
    border-bottom: 1px solid #2f3338;
    padding-right: 30px;
    background: url('../i/ico_arrow_right.svg') 100% 10px no-repeat;
}

.articles a {
    color: #ffffff;
    font-weight: normal;
    display: block;
    width: 100%;
    padding-bottom: 0.5rem;
}

.articles small {
    display: inline-block;
    color: var(--gs-light-blue);
    font-size: 13px;
}

.ordered-articles, .ordered-articles li {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.ordered-articles li {
    padding-bottom: 1rem;
    border-bottom: 1px solid #2f3338;
    padding-right: 30px;
    padding-top: 0.5rem;
    background: url('../i/ico_arrow_right.svg') 100% 14px no-repeat;
    background-size: 14px;
    color: #95a0ad;
    font-size: 16px;
}

.ordered-articles li a {
    display: inline-block;
    padding-left: 1rem;
    font-weight: 400;
    color: #ffffff;
}

.blue-link {
    color: #2676a7;
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
}

.blue-line {
    display: block;
    padding-bottom: 1rem;
    border-bottom: 1px solid #181c21;
    position: relative;
}

.blue-line:after {
    position: absolute;
    bottom: 0px;
    display: block;
    content: '';
    border-bottom: 1px solid #2676a7;
    width: 20%;
}

.underline {
    position: relative;
    padding-bottom: 1rem;
}

.underline:after {
    display: block;
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 40px;
    border-bottom: 1px solid var(--gs-blue);
}

h1 > span {
    font-weight: normal;
    display: inline-block;
    padding-right: 1rem;
}

div.slogan {
    font-size: 36px;
}

p {
    color: #95a0ad;
    line-height: 27px;
    font-size: 22px;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.vpa-btn {
    font-size: 17px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.vpa-brd-btn {
    border: 1px solid #ffffff;
    font-weight: 400;
    text-transform: uppercase;
}

.vpa-brd-btn:hover {
    border: 1px solid #4a80b7;
    background-color: #161b20;
}

.vpa-brd-btn-dark {
    border: 1px solid #005f93;
    font-weight: 400;
}

.vpa-brd-btn-dark:hover {
    border: 1px solid #005f93;
    background-color: #005f931a;
}

.fs-14 {
    font-size: 14px;
}

.fs-16 {
    font-size: 16px;
}

.fs-17 {
    font-size: 17px;
}

.fs-22 {
    line-height: 28px;
    font-size: 22px;
}

.fs-30 {
    line-height: 35px;
    font-size: 30px;
}

.fb {
    font-weight: bold;
}

.align-right {
    text-align: right;
}

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

.mw-350 {
    max-width: 350px;
}

.small {
    font-size: 16px;
    color: var(--gs-gray);
}

.btn-primary {
    color: #fff;
    background-color: var(--gs-primary);
    border-color: var(--gs-primary);
}

.btn-primary:hover {
    background-color: var(--gs-primary-hover);
    border-color: var(--gs-primary-hover);
}

.gs-table {
    color: #ffffff;
    border-collapse: collapse;
    /*border: 1px solid #2f3841;*/
    border-radius: 10px;
    width: auto;
}

.gs-table thead {
    background-color: #1a3f65;
}

.gs-table thead th {
    border-bottom: 0;
    /*border: 1px solid #1a3f65;
    border-color: #1a3f65 !important;*/
    border-radius: 5px 5px 0 0;
    padding: 0.75rem 2rem;
}

.gs-table tbody tr.title td {
    font-size: 18px;
}

.gs-table tbody td {
    font-size: 16px;
    border: 1px solid #2f3841;
    background-color: #17212b;
    padding: 0.75rem 2rem;
}

.gs-blue-border {
    border: 1px solid #305478;
    border-radius: 5px;
}

.gs-blue-border-top {
    border-top: 1px solid #305478;
}

.gs-border-left {
    border-left: 1px solid #303439;
}

.gs-link {
    font-weight: 400;
    color: #ffffff;
}

.circle-list {
    padding-left: 80px;
    position: relative;
}

i.circle {
    width: 56px;
    height: 56px;
    border: 1px solid rgba(100, 140, 179, 0.3);
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    line-height: 56px;
    font-style: normal;
    margin-right: 1rem;
    position: absolute;
    left: 0px;
    transition: all 0.5s ease;
}

i.circle:before {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    content: '';
    border-top: 1px solid rgba(100, 140, 179, 1);
    border-bottom: 1px solid rgba(100, 140, 179, 1);
    border-radius: 50%;
    top: 0px;
    left: 0px;
    z-index: 10;
    transform: rotate(45deg);
}

.gs-cell i.circle:hover {
    background-color: rgba(100, 140, 179, 1);
}

.gs-form input[type=text], .gs-form input[type=password], .gs-form .input-append, .gs-form select {
    background-color: #161b1f;
    border-color: #2f353b;
    color: #ffffff;
}

.gs-form label {
    font-size: 13px;
    color: #ffffff;
    font-weight: 300;
}

.gs-form label span {
    color: #f21c1c;
}

.gs-form input.input {
    border-right: 1px solid #2f353b;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}

.gs-form textarea {
    border: 1px solid #2f353b;
    background-color: #161b1f;
    padding: 12px;
    color: #ffffff;
    border-radius: 5px;
    width: 100%;
    height: 200px;
    line-height: 22px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 2000s ease-in-out 0s;
    /*-webkit-text-fill-color: white;*/
    font-family: "Red Hat Display", Helvetica, Arial, serif;
    -webkit-text-fill-color: #000000;
}


.gs-form input:-webkit-autofill,
.gs-form input:-webkit-autofill:hover,
.gs-form input:-webkit-autofill:focus,
.gs-form input:-webkit-autofill:active {
    transition: background-color 2000s ease-in-out 0s;
    -webkit-text-fill-color: #ffffff;
}

hr {
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #666c74;
}

#app {
    font-family: "Red Hat Display", Helvetica, Arial, serif;
    /*font-family: "Nunito Sans";*/
    color: #ffffff;
    font-size: 18px;
    position: relative;
}

.text-blue {
    color: #3477bb;
}

.text-gray {
    color: #95a0ad;
}

.navbar {
    padding-top: 0px;
    padding-bottom: 0px;
    min-height: 80px;
}

.navbar-brand {
    height: 80px;
    line-height: 80px;
}

.navbar-dark {
    background-color: #191f25 !important;
}

.nav-item .active {
    background-color: #1e2832;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 2rem;
    padding-right: 2rem;
    color: #95a0ad;
    font-family: 'Red Hat Display', sans-serif;
    font-weight: 700;
    /*text-transform: uppercase;*/
}

.navbar-nav {
    min-height: 80px;
    line-height: 64px;
}

.forgot {
    font-weight: 400;
    font-size: 16px;
    color: #808080;
}

.login a {
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
}

span.delim {
    display: inline-block;
    padding-left: 1rem;
    padding-right: 1.2rem;
}

.logo {
    padding-top: 0px;
}

.logo img {
    height: 23px;
}

.mx-65 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}

.body {
    min-height: 800px;
    height: 100%;
    background: #161b20;
    background-size: 100% 120%;
    padding-left: 1rem;
    padding-right: 1rem;
}

h1 {
    display: inline-block;
    font-size: 35px;
    font-weight: normal;
    color: #ffffff;
    padding-bottom: 1rem;
    border-bottom: 1px solid #161b20;
    /*margin-left: -1.5rem;*/
    /*padding-right: 1.5rem;*/
    position: relative;
}

h1:after {
    display: block;
    content: '';
    position: absolute;
    bottom: 0px;
    background-color: #4878a9;
    width: 5rem;
    height: 1px;
}

h2 {
    font-weight: normal;
    font-size: 35px;
}

strong.slogan {
    display: inline-block;
    font-size: 24px;
    line-height: 28px;
    font-weight: bold;
    color: #ffffff;
}

strong.slogan4 {
    display: inline-block;
    font-size: 35px;
    line-height: 40px;
    font-weight: bold;
    color: #ffffff;
}

.mlm-1,.mlm-2 {
    margin-left: 0px;
}

.par-1 {
    display: block;
    position: relative;
    max-width: 536px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.par-2 {
    position: absolute;
    top: 100px;
    left: 0px;
    width: 100%;
}

footer {
    background-color: #1e4771;
    min-height: 240px;
    /*height: 230px;*/
}

footer hr {
    display: inline-block;
    width: 100%;
    height: 1px;
    background-color: #4d80b3;
    position: relative;
    margin-top: 2rem;
}

footer hr:after {
    display: block;
    position: absolute;
    width: 20%;
    content: '';
    left: 0px;
    top: 0px;
    height: 1px;
    background-color: #ffffff;
}

footer img.ico {
    width: 90px;
}

footer img.ico_small {
    width: 70px;
}

footer .bb {
    border-bottom: 1px solid #2a5077;
    padding-bottom: 1rem;
    margin-left: 0px;
}

.lh-70 {
    line-height: 70px;
}

.rl {
    border-right: 1px solid #2b5077;
    position: relative;
}

.rl:after {
    height: 20%;
    display: block;
    content: '';
    position: absolute;
    top: 35%;
    right: 0px;
    width: 1px;
    background-color: #557392;
}

.btn-lt, .btn-gt {
    display: inline-block;
    width: 45px;
    height: 45px;
    border: 1px solid #3977b5;
    border-radius: 10px;
    transition: all 0.5s ease;
    margin-left: 1rem;
    margin-right: 1rem;
}

.btn-lt:hover, .btn-gt:hover {
    background-color: #3977b5;
}

.btn-lt {
    background: url('../i/ico_lt.svg') 50% 50% no-repeat;
}

.btn-gt {
    background: url('../i/ico_gt.svg') 50% 50% no-repeat;
}

.gs-list {
    list-style: none;
}

.gs-list li {
    height: 80px;
    margin-bottom: 3rem;
    position: relative;
}

.gs-list a {
    border: 1px solid #27384b;
    border-radius: 40px;
    margin-right: 1rem;
    margin-left: 1rem;
    min-height: 80px;
    height: 80px;
    line-height: 18px;
    font-size: 14px;
    position: absolute;
    top: 0px;
    left: 0px;
    color: #ffffff;
    z-index: 0;
}

.gs-list a i {
    font-style: normal;
    font-weight: normal;
    color: #4878a9;
    display: inline-block;
    margin-top: 1rem;
    margin-bottom: 1rem;
    margin-right: 1rem;
    padding-left: 1.5rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    border-right: 1px solid #363b40;
}

.gs-list a:after {
    position: absolute;
    right: 19px;
    top: 15px;
    display: block;
    width: 50px;
    height: 50px;
    border: 1px solid #4878a9;
    border-radius: 25px;
    content: '';
    background: url('../i/ico_gt.svg') 50% 50% no-repeat;
    transition: all 0.5s ease;
}

.col-gs-1 {
    width: 18%;
}

.gs-list a:hover:after {
    transform: rotate(90deg);
    background-color: #3977b5;
}

.gs-list a article {
    display: block;
    overflow: hidden;
    height: 0px;
    /*margin-left: 3rem;
    margin-right: 2rem;*/
    color: #95a0ad;
    font-size: 16px;
    line-height: 21px;
    font-weight: 300;
    z-index: 20;
}

.gs-list a:hover {
    background-color: #171b20;
    z-index: 10;
    height: auto;
}

.gs-list a:hover article {
    display: block;
    overflow: hidden;
    height: auto;
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin-top: 1.5rem;
    border-top: 1px solid #272b30;
}

.gs-post ol {
    counter-reset: myCounter;
    padding-left: 0px;
}

.gs-post ol li {
    list-style: none;
}

.gs-post ol li:before {
    counter-increment: myCounter;
    content: counter(myCounter) ")";
    color: #4878a9;
    display: inline-block;
    padding-right: 1rem;
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;

    width: 40px;
    text-align: center;
}

.gs-post ul {
    padding-left: 0px;
}

.gs-post ul li {
    list-style: none;
}

.gs-post ul li:before {
    content: "\25A0";
    color: #4878a9;
    display: inline-block;
    padding-right: 1rem;
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;

    width: 40px;
    text-align: center;
}

blockquote {
    padding-left: 2rem;
    border-left: 1px solid #4878a9;
    padding-right: 4rem;
    font-size: 24px;
    font-weight: 700;
    background: url('../i/ico_quote.svg') 100% 100% no-repeat;
}

.pages {
    display: inline-block;
    height: 45px;
    line-height: 45px;
}

.rl-2:after {
    top: 48%;
    z-index: 10;
}

.gray {
    color: #95a0ad;
}

.popup {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 100;
}

.popup_content {
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    min-height: 100%;
    background-color: #ffffff;
    border-radius: 10px;
    padding: 15px;
}

.popup_login {
    position: fixed;
    top: 100px;
    left: calc(50% - 470px);
    width: 450px;
    min-height: 420px;
    background-color: #ffffff;
    border-radius: 10px;
    padding: 45px;
}

.popup_forgot {
    position: fixed;
    top: 540px;
    left: calc(50% - 470px);
    width: 450px;
    min-height: 330px;
    background-color: #ffffff;
    border-radius: 10px;
    padding: 45px;
}

.popup_close {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 1020;
    padding: 10px 17px;
    border-left: 1px solid #e2e4e7;
    border-bottom: 1px solid #e2e4e7;
}

.popup h3 {
    font-size: 35px;
    color: #0b1f35;
    margin-top: 0px;
    margin-bottom: 0px;
    position: relative;
    z-index: 1010;
}

.popup h3.center {
    display: block;
    text-align: center;
}

.popup h3.center:after {
    display: none;
}

.popup h3.center:before {
    display: none;
}

.popup h3:before {
    display: block;
    content: '';
    width: calc(100% - 120px);
    height: 1px;
    border-top: 1px solid #ecf1f6;
    position: absolute;
    top: 22px;
    right: 0px;
}

.popup h3:after {
    display: block;
    content: '';
    width: 100px;
    height: 1px;
    border-top: 1px solid #4878a9;
    position: absolute;
    top: 22px;
    left: 120px;
}

.popup p {
    margin-top: 1rem;
    margin-bottom: 1rem;
    color: #6d7986;
    font-size: 14px;
}

.input {
    display: flex;
}

input[type=text], input[type=password] {
    display: inline-block;
    width: 100%;
    padding: 12px;
    border: 1px solid #dfe2e6;
    border-radius: 5px;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    border-right: 0px;
    color: #747a83;
    outline: none;
    /*font-family: "Nunito Sans Light", serif;*/
    font-family: "Red Hat Display", Helvetica, Arial, serif;
}

label.checkbox {
    color: #6d7986;
    font-size: 13px;
    position: relative;
    padding-left: 40px;
}

/*input[type=checkbox] {
    position: absolute;
    left:0px;
    top: 0px;
    width:20px;
    height:20px;
    padding: 2px;
    border: 1px solid #dfe2e6;
    border-radius: 5px;
    color: #747a83;
    outline: none;
    font-family: "Nunito Sans Light", serif;
}*/

.vpa_checkbox {
    width: 0px;
    height: 0px;
    border: 0px;
    position: absolute;
    margin-right: 2.5rem;
    top: -1.25rem;
    left: 0px;
    top: 0px;
    display: inline-block;
}

.vpa_checkbox:before {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    content: '';
    width: 2rem;
    height: 2rem;
    border-top: 4px solid #a0a0a0;
    border-left: 4px solid #a0a0a0;
}

.vpa_checkbox:after {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    content: '';
    width: 2rem;
    height: 2rem;
    border-bottom: 4px solid #a0a0a0;
    border-right: 4px solid #a0a0a0;
    transition: all 0.2s ease;
}

.vpa_checkbox:checked:before {
    border: 0px;
}

.vpa_checkbox:checked:after {
    display: block;
    position: absolute;
    top: 0px;
    left: 0.7rem;
    content: '';
    width: 1rem;
    height: 1.5rem;
    transform: rotate(45deg);
    border-color: var(--gs-blue);
}

select {
    display: inline-block;
    width: 100%;
    padding: 12px;
    border: 1px solid #dfe2e6;
    border-radius: 5px;
    color: #747a83;
    outline: none;
    font-family: "Nunito Sans Light", serif;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: url('/i/ico_arrow_down.svg') 93% 50% no-repeat;
}

.input-append {
    padding-right: 54px;
    display: inline-block;
    border: 1px solid #dfe2e6;
    border-radius: 5px;
    border-left: 0px;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
}

.ico-person {
    background: url('../i/ico_person.svg') 50% 50% no-repeat;
}

.ico-email {
    background: url('../i/ico_email.svg') 50% 50% no-repeat;
}

.ico-url {
    background: url('../i/ico_url.svg') 50% 50% no-repeat;
}

.ico-textarea {
    background: url('../i/ico_text.svg') calc(100% - 18px) 18px no-repeat;
    padding-right: 54px;
}


.ico-gross {
    background: url('../i/ico_gross.svg') 50% 50% no-repeat;
}

.ico-description {
    background: url('../i/ico_description.svg') 50% 50% no-repeat;
}

.ico-password {
    background: url('../i/ico_password.svg') 50% 50% no-repeat;
}

.ico-text {
    line-height: 40px;
}

.gs-col-1 {
    flex: 0 0 auto;
    min-height: 100px;
    width: 100%;
}

.gs-col-2 {
    flex: 0 0 auto;
    width: 100%;
}

.gs-col-3 {
    flex: 0 0 auto;
    width: 100%;
}

.gs-col-4 {
    flex: 0 0 auto;
    width: 100%;
}

.gs-col-5 {
    flex: 0 0 auto;
    width: 100%;
}

.gs-grid {
    border-style: solid;
    border-color: #222f3d;
    border-width: 1px 0 0 1px;
}

.gs-grid .gs-col-1, .gs-grid .gs-col-2, .gs-grid .gs-col-3, .gs-grid .gs-col-4, .gs-grid .gs-col-5 {
    border-style: solid;
    border-color: #222f3d;
    border-width: 0 1px 1px 0;
    position: relative;
}

.gs-grid .gs-col-1:after {
    position: absolute;
    content: '';
    display: block;
    width: 1rem;
    height: 1rem;
    left: -1px;
    top: -1px;
    border-top: 1px solid #3b6086;
    border-left: 1px solid #3b6086;
}

.gs-grid .gs-col-1:before {
    position: absolute;
    content: '';
    display: block;
    width: 1rem;
    height: 1rem;
    right: -1px;
    top: -1px;
    border-top: 1px solid #3b6086;
    border-right: 1px solid #3b6086;
}

.gs-grid .gs-cell:after {
    position: absolute;
    content: '';
    display: block;
    width: 1rem;
    height: 1rem;
    left: -1px;
    bottom: -1px;
    border-bottom: 1px solid #3b6086;
    border-left: 1px solid #3b6086;
}

.gs-grid .gs-cell:before {
    position: absolute;
    content: '';
    display: block;
    width: 1rem;
    height: 1rem;
    right: -1px;
    bottom: -1px;
    border-bottom: 1px solid #3b6086;
    border-right: 1px solid #3b6086;
}

.form-field {
    margin-right: 2rem;
    margin-bottom: 2rem;
}

@media (min-width: 576px) {
    .xxxl-contacts {
        margin-top: 2rem;
        font-size: 16px;
        min-width: 405px;
        padding-bottom: 2rem;
    }

    .nav-link {
        font-size: 14px;
        line-height: 64px;
    }

    h1 {
        font-size: 40px;
    }

    h2 {
        font-size: 25px;
    }

    strong.slogan {
        font-size: 40px;
    }

    footer img.ico_small {
        width: 49px;
    }

    footer img.ico {
        width: 50px;
    }
}
@media (min-width: 1400px) {
    .align-xxl-left {
	text-align: left!important;
    }
    .align-xxl-right {
	text-align: right!important;
    }
}

@media (min-width: 1650px) {
    .d-gsm-flex {
	display: flex!important;
    }
    .d-gsm-none {
	display: none!important;
    }
    .d-gsm-block {
	display: block!important;
    }
    .d-gsm-inline {
	display: inline!important;
    }
}

@media (min-width: 768px) {

.gs-col-1 {
    flex: 0 0 auto;
    width: 20%;
}

.gs-col-2 {
    flex: 0 0 auto;
    width: 40%;
}

.gs-col-3 {
    flex: 0 0 auto;
    width: 60%;
}

.gs-col-4 {
    flex: 0 0 auto;
    width: 80%;
}

.gs-col-5 {
    flex: 0 0 auto;
    width: 100%;
}

    .col-gs-1 {
	width: 11%;
    }

    .gs-list a {
	margin-right: 1rem;
	margin-left: 1rem;
	min-height: 80px;
	line-height: 20px;
	font-size:18px;
    }

    .popup_content {
	top: 140px;
	left: calc(50% - 300px);
	width: 700px;
	min-height: 700px;
	border-radius: 10px;
	padding: 45px;
    }

    .popup_login {
	position: fixed;
	top: 100px;
	left: calc(50% - 470px);
	width: 450px;
	min-height: 420px;
	background-color: #ffffff;
	border-radius: 10px;
	padding: 45px;
    }

    .popup_forgot {
	position: fixed;
	top: 540px;
	left: calc(50% - 470px);
	width: 450px;
	min-height: 330px;
	background-color: #ffffff;
	border-radius: 10px;
	padding: 45px;
    }

    h1 {
	font-size: 60px;
    }
    .mlm-1 {
	margin-left: -14px;
    }
    .mlm-2 {
	margin-left: -24px;
    }

    footer {
	background-color: #1e4771;
	background: linear-gradient(180deg, #1e4771 240px, var(--gs-bg-darkblue) 240px);
	min-height: 240px;
    }

    p {
	color: #95a0ad;
	line-height: 27px;
	font-size: 22px;
	margin-top: 2rem;
	margin-bottom: 2rem;
    }

    .body {
	min-height: 800px;
	height: 100%;
	background: #161b20 url('../i/bg.jpg') 0 -80px no-repeat;
	background-size: 100% 120%;
	padding-left: 7rem;
	padding-right: 7rem;
    }

    .mx-65 {
	margin-left: 6.5rem;
	margin-right: 6.5rem;
    }

    strong.slogan {
	display: inline-block;
	font-size: 60px;
	line-height: 68px;
	font-weight: bold;
	color: #ffffff;
    }

    strong.slogan4 {
	display: inline-block;
	font-size: 80px;
	line-height: 68px;
	font-weight: bold;
	color: #ffffff;
    }

}

@media (min-width: 1815px) {
    .col-xxxl-1 {
        flex: 0 0 auto;
        width: 8.33%;
    }

    .col-xxxl-2 {
        flex: 0 0 auto;
        width: 16.67%;
    }

    .col-xxxl-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-xxxl-4 {
        flex: 0 0 auto;
        width: 33.3%;
    }

    .col-xxxl-5 {
        flex: 0 0 auto;
        width: 41.6%;
    }

    .col-xxxl-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-xxxl-7 {
        flex: 0 0 auto;
        width: 58.33%;
    }

    .col-xxxl-8 {
        flex: 0 0 auto;
        width: 66.67%;
    }

    .col-xxxl-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-xxxl-10 {
        flex: 0 0 auto;
        width: 83.33%;
    }

    .col-xxxl-11 {
        flex: 0 0 auto;
        width: 91.66%;
    }

    .col-xxxl-12 {
        flex: 0 0 auto;
        width: 100%;
    }

    .fs-xxxl-14 {
        font-size: 14px;
    }

    .fs-xxxl-16 {
        font-size: 16px;
    }

    .fs-xxxl-17 {
        font-size: 17px;
    }

    .xxxl-contacts {
        margin-top: 0rem;
        padding-bottom: 0rem;
    }

    footer img.ico_small {
        width: 49px;
    }

    footer img.ico {
        width: 90px;
    }

    .nav-link {
        font-size: 18px;
    }
}

@media (min-width: 2100px) {
    .body {
        /*min-height: 1015px;*/
    }
}