﻿/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
h1 {
  font-family: 'Golos';
  color: #000000;
  font-weight: 900;
  font-size: 52px;
  line-height: 62px;
}
h2 {
  font-family: 'Golos';
  color: #000000;
  font-weight: 900;
  font-size: 46px;
  line-height: 1.2;
  margin-bottom: 40px;
}
h3 {
  font-family: 'Golos';
  color: #000000;
  font-weight: 900;
  font-size: 32px;
  line-height: 1.2;
  margin-bottom: 30px;
}
h4 {
  font-family: 'Golos';
  color: #000000;
  font-weight: 900;
  font-size: 20px;
  line-height: 1.2;
}
h5 {
  font-family: 'Golos';
  color: #000000;
  font-weight: 900;
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 10px;
}
h6 {
  font-family: 'Golos';
  color: #000000;
  font-weight: 900;
  font-size: 16px;
  line-height: 1.2;
  text-transform: uppercase;
}
body {
  font-family: 'Golos' !important;
  font-size: 16px;
  overflow-y: scroll;
  overflow-x: hidden;
  margin: 0;
}
a {
  color: #233E63;
}
a:hover,
a:active,
a:focus,
a:visited {
  color: #233E63;
}
input,
select,
textarea {
  outline: none;
  border: 1px solid #ededed;
}
input:hover,
select:hover,
textarea:hover,
input:focus,
select:focus,
textarea:focus {
  outline: none !important;
  border: 1px solid #ededed !important;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #cdcdcd !important;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #cdcdcd !important;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #cdcdcd !important;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #cdcdcd !important;
}
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #cdcdcd !important;
}
input::placeholder,
textarea::placeholder {
  color: #cdcdcd !important;
}
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.form-group {
  margin-bottom: 20px;
}
.form-control {
  padding: 10px 20px;
}
.combo {
  position: relative;
}
.combo::after {
  content: "";
  position: absolute;
  width: 14px;
  top: -27px;
  height: 8px;
  right: 5px;
  background-image: url("/Content/img/combo.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  filter: brightness(0.5);
  cursor: text;
}
.form-label {
  font-family: 'Golos';
  color: #000000;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
  margin-bottom: 3px;
}
.label-for-required::after {
  content: '*';
  display: inline-block;
  font-size: 14px;
  color: #DA2536;
}
.form-check {
  margin-bottom: 10px;
}
.form-check-input {
  height: 22px;
  width: 22px;
  min-width: 22px;
  margin-top: 2px;
  border: 2px solid #233E63;
  background-color: #fff;
}
.form-check-input:hover,
.form-check-input:focus {
  border: 2px solid #233E63 !important;
}
.form-check-input:checked {
  background-color: #233E63;
  border: 2px solid #233E63 !important;
}
.btn {
  font-family: 'Golos';
  padding: 10px 25px 10px 20px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
}
.btn:hover,
.btn:focus,
.btn:active {
  outline: none !important;
  box-shadow: none !important;
}
.btn .btn-content {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
}
.btn .material-icons-outlined,
.btn .material-icons {
  padding-right: 8px;
}
.btn.btn-back {
  background: rgba(8, 46, 65, 0.05);
  padding: 10px 20px;
  color: #000000;
}
.btn.btn-back .icon-start {
  color: #DA2536;
}
.noBtn {
  border: none !important;
  padding: 0;
  margin: 0;
  background: none;
}
.noBtn:focus,
.noBtn:hover,
.noBtn:visited {
  border: none !important;
  padding: 0;
  margin: 0;
  background: none;
}
.btn-wide .btn-content {
  justify-content: center;
}
.btn-red {
  background-color: #DA2536;
  color: #ffffff;
}
.btn-red:hover {
  background-color: #D84A52;
  border-color: #D84A52;
  color: #ffffff;
}
.btn-red:focus,
.btn-red:active {
  background-color: #BF4249;
  border-color: #BF4249;
  color: #ffffff;
}
.btn-red:visited {
  color: #ffffff;
}
.btn-red:disabled {
  background-color: #ededed;
  border-color: #ededed;
  color: #b2b2b2;
}
.btn-red:disabled span.material-icons {
  color: #b2b2b2;
}
.btn-blue {
  background-color: #233E63;
  color: #ffffff;
}
.btn-blue:hover {
  background-color: #1E3554;
  border-color: #1E3554;
  color: #ffffff;
}
.btn-blue:focus,
.btn-blue:active {
  background-color: #192C45;
  border-color: #192C45;
  color: #ffffff;
}
.btn-blue:visited {
  color: #ffffff;
}
.btn-blue:disabled {
  background-color: #ededed;
  border-color: #ededed;
  color: #b2b2b2;
}
.btn-blue:disabled span.material-icons {
  color: #b2b2b2;
}
.btn-gray,
.btn-back {
  background-color: #f2f2f2;
  color: #000000;
}
.btn-gray:hover,
.btn-back:hover {
  background-color: #E8E8E8;
}
.btn-gray:focus,
.btn-back:focus,
.btn-gray:active,
.btn-back:active {
  background-color: #e0e0e0;
}
.btn-gray:visited,
.btn-back:visited {
  color: #000000;
}
.btn-gray:disabled,
.btn-back:disabled {
  background-color: #ededed;
  color: #b2b2b2;
}
.btn-gray:disabled span.material-icons,
.btn-back:disabled span.material-icons {
  color: #b2b2b2;
}
.btn-light-blue {
  background-color: rgba(60, 112, 183, 0.15);
  color: #000000;
}
.btn-light-blue:hover,
.btn-light-blue:focus {
  color: #000000;
}
.btn-light-blue:visited {
  color: #000000;
}
.btn-white {
  background-color: #fff;
  color: #000000;
  border: 1px solid #E5E5E5;
}
.btn-white:hover {
  background-color: #f0f0f0;
  border-color: #f0f0f0;
  color: #000000;
}
.btn-white:focus,
.btn-white:active {
  background-color: #e8e8e8;
  border-color: #b2b2b2;
  color: #000000;
}
.btn-white:visited {
  color: #000000;
}
.btn-white:disabled {
  background-color: #ededed;
  border-color: #ededed;
  color: #b2b2b2;
}
.btn-white:disabled span.material-icons {
  color: #b2b2b2;
}
.btn-outline {
  display: inline-block;
  border: 1px solid #233E63;
  border-radius: 6px;
  padding: 11px 24px;
  color: #233E63;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 22px;
  text-decoration: none !important;
}
.btn-outline .btn-container {
  display: flex;
  align-content: center;
}
.btn-outline .material-icons,
.btn-outline .material-icons-outlined {
  margin-right: 10px;
  font-size: 22px;
}
.modal.in .modal-dialog .modal-content {
  border-radius: 0;
  padding: 25px;
  /*
                .modal-footer {
                    padding: 30px 60px;
                }*/
}
.modal.in .modal-dialog .modal-content .modal-body {
  padding: 30px 15px;
}
.modal.in .modal-dialog .modal-content .modal-title {
  font-size: 32px;
}
.toast.bg-danger {
  background-color: #bd362f;
  color: #ffffff;
  opacity: 0.95;
  box-shadow: 0 0 12px #999;
}
.toast.bg-danger:focus,
.toast.bg-danger:hover {
  box-shadow: 0 0 12px #000;
  opacity: 1;
}
.toast.bg-danger .toast-header {
  background-color: #bd362f;
  color: #ffffff;
  border-bottom: 1px solid #ccc;
}
.toast.bg-danger .toast-header .text-muted {
  color: #eee !important;
}
.toast.bg-danger .toast-header .btn-close {
  border: none !important;
  font-size: 14px !important;
  margin: 0 0 0 10px !important;
  padding: 0 !important;
}
.toast.bg-danger .toast-body {
  background-color: #bd362f;
  color: #ffffff;
}
.lds-dual-ring {
  display: inline-block;
  width: 40px;
  height: 40px;
}
.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 24px;
  height: 24px;
  margin: 8px;
  border-radius: 50%;
  border: 3px solid steelblue;
  border-color: steelblue transparent steelblue transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.mb-60 {
  margin-bottom: 60px;
}
#headerLeftMenuBtn {
  color: #ffffff;
  cursor: pointer;
}
#headerLeftMenuBtn span {
  vertical-align: bottom;
}
#headerLeftMenuBtn,
#headerLeftMenuBtn span {
  transition: all 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
}
#headerLeftMenuBtn:hover span,
#headerLeftMenuBtn:focus span,
#headerLeftMenuBtn:active span {
  color: #DA2536;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
#headerLeftMenu {
  position: fixed;
  top: 0;
  z-index: 1010;
  overflow-x: hidden;
  left: -300px;
  width: 300px;
  height: 100vh;
  background: url(/Content/img/watermark-sm-light.png) no-repeat right bottom #082E41;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
#headerLeftMenu,
#headerLeftMenu * {
  transition-property: color, background-color, left;
  transition-duration: 0.1s, 0.1s, 0.3s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
}
#headerLeftMenu ul {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}
#headerLeftMenu ul li:not(:first-child):not(.header-item-last) {
  padding: 0 1rem;
  text-decoration: none;
  background-color: transparent;
}
#headerLeftMenu ul li:not(:first-child):not(.header-item-last) a {
  display: block;
  padding: 0.5rem 0;
  color: #ffffff;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
#headerLeftMenu ul li:not(:first-child):not(.header-item-last):hover a,
#headerLeftMenu ul li:not(:first-child):not(.header-item-last):focus a,
#headerLeftMenu ul li:not(:first-child):not(.header-item-last):active a,
#headerLeftMenu ul li:not(:first-child):not(.header-item-last):hover a:hover,
#headerLeftMenu ul li:not(:first-child):not(.header-item-last):focus a:hover,
#headerLeftMenu ul li:not(:first-child):not(.header-item-last):active a:hover,
#headerLeftMenu ul li:not(:first-child):not(.header-item-last):hover a:focus,
#headerLeftMenu ul li:not(:first-child):not(.header-item-last):focus a:focus,
#headerLeftMenu ul li:not(:first-child):not(.header-item-last):active a:focus,
#headerLeftMenu ul li:not(:first-child):not(.header-item-last):hover a:active,
#headerLeftMenu ul li:not(:first-child):not(.header-item-last):focus a:active,
#headerLeftMenu ul li:not(:first-child):not(.header-item-last):active a:active {
  color: #EF525B;
}
#headerLeftMenu ul li:not(:first-child):not(.header-item-last).active {
  background-color: #233E63;
}
#headerLeftMenu ul li:not(:first-child):not(.header-item-last).active a {
  color: #EF525B;
}
#headerLeftMenu ul li:not(:first-child):not(.header-item-last).active:hover a,
#headerLeftMenu ul li:not(:first-child):not(.header-item-last).active:focus a,
#headerLeftMenu ul li:not(:first-child):not(.header-item-last).active:active a,
#headerLeftMenu ul li:not(:first-child):not(.header-item-last).active:hover a:hover,
#headerLeftMenu ul li:not(:first-child):not(.header-item-last).active:focus a:hover,
#headerLeftMenu ul li:not(:first-child):not(.header-item-last).active:active a:hover,
#headerLeftMenu ul li:not(:first-child):not(.header-item-last).active:hover a:focus,
#headerLeftMenu ul li:not(:first-child):not(.header-item-last).active:focus a:focus,
#headerLeftMenu ul li:not(:first-child):not(.header-item-last).active:active a:focus,
#headerLeftMenu ul li:not(:first-child):not(.header-item-last).active:hover a:active,
#headerLeftMenu ul li:not(:first-child):not(.header-item-last).active:focus a:active,
#headerLeftMenu ul li:not(:first-child):not(.header-item-last).active:active a:active {
  color: #DA2536;
}
#headerLeftMenu ul li:first-child {
  position: relative;
  padding: 1px 0 2px 0;
  border-bottom: 2px solid #677b92;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
#headerLeftMenu ul li:first-child a {
  font-size: 30px;
  text-decoration: none;
  color: #fff;
  cursor: pointer;
  padding: 0 1rem;
}
#headerLeftMenu ul li:first-child a:hover,
#headerLeftMenu ul li:first-child a:focus,
#headerLeftMenu ul li:first-child a:active {
  text-decoration: none;
  color: #EF525B;
}
#headerLeftMenu ul li.header-item-last {
  padding: 0 1rem;
  border-bottom: 2px solid #677b92;
}
#headerLeftMenu ul li.header-item-last a {
  display: flex;
  justify-content: space-between;
  padding: 1rem 0;
  color: #ffffff;
  text-decoration: none;
}
#headerLeftMenu ul li.header-item-last span {
  vertical-align: bottom;
}
#headerLeftMenu ul li.header-item-last span.material-icons-outlined {
  color: #EF525B;
}
#headerLeftMenu ul li.header-item-last:hover a,
#headerLeftMenu ul li.header-item-last:hover a:hover,
#headerLeftMenu ul li.header-item-last:hover a:focus,
#headerLeftMenu ul li.header-item-last:hover a:active {
  text-decoration: none;
}
#headerLeftMenu ul li.header-item-last:hover a span,
#headerLeftMenu ul li.header-item-last:hover a:hover span,
#headerLeftMenu ul li.header-item-last:hover a:focus span,
#headerLeftMenu ul li.header-item-last:hover a:active span {
  color: #EF525B;
}
#headerLeftMenu ul li.header-item-last:hover a span.material-icons-outlined,
#headerLeftMenu ul li.header-item-last:hover a:hover span.material-icons-outlined,
#headerLeftMenu ul li.header-item-last:hover a:focus span.material-icons-outlined,
#headerLeftMenu ul li.header-item-last:hover a:active span.material-icons-outlined {
  color: #DA2536;
}
#overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  Z-INDEX: 1002;
  transition: background-color 0.5s ease;
  background-color: rgba(0, 0, 0, 0.4);
}
.ms-2rem {
  margin-right: 2rem;
}
.appeal-form label span.field-required,
.appeal-form .alert span.field-required {
  font-size: 1.3rem;
  color: #EF525B;
}
.alert-default {
  color: #000000;
  background-color: #F2F2F2;
  border-color: #F1F1F1;
}
.card-body {
  min-height: 150px;
}
#order-form {
  border: 2px solid #ededed;
  background: #fff;
  border-radius: 6px;
  padding: 30px;
  margin-bottom: 30px;
  text-decoration: none;
}
body {
  overflow-y: auto !important;
}
.home-page {
  /*background: url('../img/home/bg.jpg') no-repeat center center;*/
  background: url('../img/home/header-bg.jpg') no-repeat center center;
  background-size: cover;
  display: flex;
  min-height: 100vh;
}
.home-page header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  padding: 13px 0 10px 0;
  margin-bottom: 60px;
}
.home-page .project-name {
  font-weight: 700;
  font-size: 26px;
  line-height: 31px;
  color: #ffffff;
  margin-bottom: 50px;
}
.home-page .card {
  border-radius: 6px;
  padding: 0;
  margin-bottom: 58px;
}
.home-page .card .card-body {
  padding: 50px;
}
.home-page .card .card-footer {
  padding: 30px 50px 55px;
  border-top: none;
  background: #F2F2F2;
}
.home-page .card .card-title {
  font-weight: 700;
  font-size: 26px;
  line-height: 31px;
  color: #000000;
  margin-bottom: 15px;
}
.home-page .card .card-info {
  font-weight: 700;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  color: #DA2536;
  margin-bottom: 50px;
}
.home-page .card .btn-block img {
  margin-right: 35px;
}
.home-page .card .btn-blue {
  background: #0066B2;
  border-radius: 6px;
  text-transform: uppercase;
  color: #ffffff;
  padding: 14px 73px;
}
.home-page .card .copyright-info {
  margin-bottom: 30px;
  line-height: 21px;
}
.home-page .card .brand-title {
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  color: #000000;
}
.home-page footer {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  padding: 20px 0 45px;
}
.home-page footer .material-icons {
  font-size: 22px;
}
.home-page footer .btn-outline {
  display: inline-block;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 6px;
  padding: 11px 24px;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 22px;
  text-decoration: none !important;
}
.home-page footer .btn-outline .btn-container {
  display: flex;
  align-content: center;
}
.home-page footer .btn-outline .material-icons {
  margin-left: 13px;
  margin-right: -5px;
  font-size: 22px;
}
.home-page footer .contacts {
  margin-top: 20px;
  color: #ffffff;
  font-size: 14px;
  line-height: 21px;
}
.home-page footer .contacts a {
  color: #ffffff;
  text-decoration: none;
}
.home-page footer .contacts .address,
.home-page footer .contacts .phones,
.home-page footer .contacts .emails {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.home-page footer .contacts .material-icons-outlined {
  margin-right: 10px;
}
.home-page footer .developer {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 12px;
}
.home-page footer .developer a {
  margin-left: 10px;
  padding: 11px 18px;
}
.home-page footer .developer a:hover {
  box-shadow: 0 0 12px #6633FF;
}
.home-page footer .social {
  display: flex;
}
.home-page footer .social a {
  display: block;
  padding-right: 10px;
}
.home-page footer .social a:last-child {
  padding-right: 0;
}