﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

.box-shadow {
    box-shadow: 0px 4px 10px rgb(0 0 0 / 25%);
}

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.label {
    text-transform: uppercase;
    font-weight: 700;
    color: #041554;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}


.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}


button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

html, body {
    height: 100%;
}


.footer {
    width: 100%;
    background-color: #000000;
    padding: 25px;
}

.navbar {
    background-color: #000000;
    padding:0;
}

.scrollup {
    position: fixed;
    color: #fff;
    background-color: #ffffff;
    right: 20px;
    bottom: 40px;
    border-radius: 50%;
    cursor: pointer;
    display: none;
    height: 50px;
    width: 50px;
    text-align: center;
    font: 18px/50px 'FontAwesome';
}

    .scrollup:hover {
        transition: all .3s;
        background-color: #e4e4e4; /* цвет заднего фона при наведении */
    }

.scrollup-icon {
    color: #041554;
}

.nav-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem 0rem;
    width: 100%;
}

.footer-company-name {
    font-weight: 300;
    margin: 0 10px;
    color: #666;
    text-align: center;
}

    .footer-company-name > a {
        color: #ffffff;
        text-decoration: none;
    }

.wrapper {
    display: grid;
    grid-template-rows: auto 1fr auto;
    min-height: 100%;
    background-color: #01081A;
}

.main-container {
    width: 100%;
    min-width: 200px;
    margin: 0;
    padding: 0;
}

.nav-link {
    font-size: 14px;
    letter-spacing: 1px;
    padding: .5rem 1rem;
}
.navbar-light .navbar-toggler {
    outline: none;
}

.text-danger {
    color: black !important;
    font-weight: 300;
}

.field-validation-error {
    background-color: #f8d7da;
    border-color: #f5c6cb;
    padding: .75rem 1.25rem;
    margin-top: 5px;
    border: 1px solid transparent;
    border-radius: .5rem;
    display: block;
    color: black;
    font-weight: 300;
}

.alert-message > ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    font-weight: 300;
    color: black;
}

.alert-message {
    background-color: #f8d7da;
    border-color: #f5c6cb;
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .5rem;
}

.nav-item > form > button {
    background: none !important;
    border: none;
    outline: none;
    color:#fff;
}

.form-group {
    margin-top:1em;
}

.alert {
    margin: 1rem 0;
}





.inner {
    margin: 50px auto;
    padding: 40px 60px;
}




.tabs {
    display: grid;
    grid-template-columns: repeat(5,auto);
    grid-gap: 10px;
    list-style-type: none;
    justify-content: space-between;
    padding-left: 0;
}

.tabs:after {
    width: 100%;
    height: 0px;
    visibility: hidden;
    overflow: hidden;
    content: '';
    display: inline-block;
}

.tab-link {
    display: inline-block;
    cursor: pointer;
    font-weight: 700;
    font-size: 15px;
    line-height: 18px;
    color: #041554;
}

    .tab-link:hover {
        text-decoration: none;
        color: inherit;
    }

    .tab-link:after {
        background-color: #041554;
        display: block;
        content: "";
        height: 1px;
        width: 0%;
        -webkit-transition: width .3s ease-in-out;
        -moz-transition: width .3s ease-in-out;
        transition: width .3s ease-in-out;
    }

    .tab-link:hover:after,
    .tab-link:focus:after {
        width: 100%;
    }





.section {
    margin-bottom: 40px;
}

.section-items {
    box-shadow: 0px 4px 10px rgb(0 0 0 / 25%);
    margin: 20px 0;
    line-height: 40px;
}

.section-item {
    display: grid;
    grid-template-columns: 1fr 2fr;
    padding: 15px;
    grid-gap: 10px;
    align-items: center;
}

    .section-item:nth-child(2n) {
        background-color: #F8F8F8;
    }

.section-item__title {
    color: #041554;
    font-weight: bold;
    font-size: 16px;
}

.section-item--center {
    grid-template-columns: auto;
    text-align: center;
}

.section-item__value {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.7);
    word-break: break-word;
}

.section-item__value--uppercase{
    text-transform:uppercase;
}

.section-item__icon {
    width: 30px;
    height: 30px;
    justify-self: flex-end;
}







.preloader-wrapper {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 11000;
    width: 100%;
    height: 100%;
    display: none;
    background: rgba(36, 35, 35, 0.64);
}

.preloader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 200px;
    height: 200px;
    border: 3px solid rgba(36, 35, 35, 0.25);
    border-radius: 50%;
    text-align: center;
    line-height: 200px;
    font-family: sans-serif;
    font-size: 14px;
    color: #fff000;
    letter-spacing: 4px;
    text-transform: uppercase;
    text-shadow: 0 0 10px #fff000;
}

    .preloader:before {
        content: "";
        position: absolute;
        top: -3px;
        left: -3px;
        width: 200px;
        height: 200px;
        border: 3px solid transparent;
        border-top: 3px solid #fff000;
        border-right: 3px solid #fff000;
        border-radius: 50%;
        animation: animateCircle 2s linear infinite;
    }

.preloader__title {
    line-height: 23px;
    font-family: sans-serif;
    font-size: 15px;
    color: #fff000;
    letter-spacing: 4px;
    text-transform: uppercase;
}

.preloader__arrow {
    display: block;
    position: absolute;
    top: calc(50% - 2px);
    left: 50%;
    width: 50%;
    height: 4px;
    background: transparent;
    transform-origin: left;
    animation: animate 2s linear infinite;
}

    .preloader__arrow:before {
        content: "";
        position: absolute;
        width: 10px;
        height: 10px;
        top: -6px;
        right: -7px;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: 15px solid #fff000;
    }

.preloader__text {
    line-height: 23px;
    font-family: sans-serif;
    font-size: 10px;
    color: #fff000;
    letter-spacing: 4px;
    text-transform: uppercase;
}

@keyframes animateCircle {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate {
    0% {
        transform: rotate(45deg);
    }

    100% {
        transform: rotate(405deg);
    }
}







.button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 50px;
    border: solid 1px transparent;
    border-radius: 5px;
    background-origin: border-box;
    background-clip: padding-box, border-box;
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase;
}

    .button:hover {
        text-decoration: none;
    }

    .button:focus {
        outline: none;
    }


.button--dark {
    color: #ffffff;
    background-image: linear-gradient(90.63deg, #113F83 0%, #1B136A 100%), linear-gradient(90.63deg, #113F83 0%, #1B136A 100%);
}

    .button--dark:hover {
        color: #041554;
        background-image: linear-gradient(#ffffff, #ffffff), linear-gradient(90.63deg, #113F83 0%, #1B136A 100%);
    }

.button--semidark {
    color: #ffffff;
    background-image: linear-gradient(93.3deg, #1082B4 0%, #092485 100%, #12059C 100%), linear-gradient(93.3deg, #1082B4 0%, #092485 100%, #12059C 100%);
}

    .button--semidark:hover {
        color: #041554;
        background-image: linear-gradient(#ffffff, #ffffff), linear-gradient(93.3deg, #1082B4 0%, #092485 100%, #12059C 100%);
    }

.button-outline--semidark {
    color: #041554;
    background-image: linear-gradient(#ffffff,#ffffff), linear-gradient(93.3deg, #1082B4 0%, #092485 100%, #12059C 100%);
}

    .button-outline--semidark:hover {
        color: #ffffff;
        background-image: linear-gradient(93.3deg, #1082B4 0%, #092485 100%, #12059C 100%), linear-gradient(93.3deg, #1082B4 0%, #092485 100%, #12059C 100%);
    }

.button-outline--light {
    color: #000000;
    border: 1px solid #000000;
    background: none;
}

    .button-outline--light:hover {
        color: #dedede;
    }

.button--back {
    border: 1px solid rgba(0, 0, 0, 0.6);
    color: rgba(0, 0, 0, 0.6);
    width: 100px;
    height: 40px;
    background: #ffffff;
}

    .button--back:hover {
        background-color: #041554;
        color: #ffffff;
    }


.title {
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}

.title--dark {
    color: #041554;
}

.title--light {
    color: #ffffff;
}

.subtitle {
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}



/*margin*/
.m-6 {
    margin: 5rem !important;
}

.mt-6 {
    margin-top: 5rem !important;
}

.mb-6 {
    margin-bottom: 5rem !important;
}

.mr-6 {
    margin-right: 5rem !important;
}

.ml-6 {
    margin-left: 5rem !important;
}

.my-6 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
}

.mx-6 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
}
/*********/

/*padding*/
.p-6 {
    padding: 5rem !important;
}

.pt-6 {
    padding-top: 5rem !important;
}

.pb-6 {
    padding-bottom: 5rem !important;
}

.pr-6 {
    padding-right: 5rem !important;
}

.pl-6 {
    padding-left: 5rem !important;
}

.py-6 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
}

.px-6 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
}
/*********/

.form {
    margin: 0 auto;
    width: 100%;

}

.form-input {
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    text-overflow: ellipsis;
    padding: 10px;
    width: 100%;
    height: 50px;
}

    .form-input:focus {
        box-shadow: none;
        outline: none;
    }

.navbar-toggler-icon{
    background:#ffffff;
}

.navbar-collapse {
    background: #000000;
    padding: 0 1rem;
    opacity: 0.9;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-child {
    display: none;
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    padding: 10px;
}

.grecaptcha-badge{
    display:none;
}

.dropdown-child a {
    color: white;
    padding: 20px;
    text-decoration: none;
    display: block;
}

.dropdown:hover .dropdown-child {
    display: block;
}

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius:5px;
}

::-webkit-scrollbar-thumb {
    background: #C0C0C0;
    border-radius:5px;
}


@media (min-width: 1600px) {
    .container {
        max-width: 1520px;
    }
}

@media (max-width: 992px) {
    .section-item__value {
        text-align: end;
    }

    .nav-menu {
        padding: 0.5rem 1rem;
    }

    .dropdown-child {
        position: initial;
    }
}

@media (max-width: 768px) {
    .m-6 {
        margin: 3rem !important;
    }

    .mt-6 {
        margin-top: 3rem !important;
    }

    .mb-6 {
        margin-bottom: 3rem !important;
    }

    .mr-6 {
        margin-right: 3rem !important;
    }

    .ml-6 {
        margin-left: 3rem !important;
    }

    .my-6 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .mx-6 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }

    .p-6 {
        padding: 3rem !important;
    }

    .pt-6 {
        padding-top: 3rem !important;
    }

    .pb-6 {
        padding-bottom: 3rem !important;
    }

    .pr-6 {
        padding-right: 3rem !important;
    }

    .pl-6 {
        padding-left: 3rem !important;
    }

    .py-6 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .px-6 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }
}

@media (max-width: 576px) {
    .inner {
        padding: 20px;
        margin: 30px auto;
    }

    .scrollup {
        bottom: 10px;
        right: 10px;
    }
}

@media (max-width: 416px) {
    .section-item {
        grid-template-columns: auto;
    }

    .section-item__value {
        text-align: initial;
    }
}

@media only screen and (max-width : 992px) {
    .container {
        max-width: 100%;
    }
}