header {
  font-family: "Fjalla One",sans-serif;
  font-weight: bold;
}

header.cs{
  background: transparent;/*
  -webkit-box-shadow: 0 3px 9px 3px rgb(0 0 0 / 6%);
  box-shadow: 0 3px 9px 3px rgb(0 0 0 / 6%);*/
}

header .container {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.bg-light{
  background-color: #000000 !important;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

*::selection {
  color: rgb(63, 63, 63) !important;
  background: #fff !important;
}

html body{
  background-color: #000;
}

html.home body{
  background-color: #000;
}

html.upload body{
  background-color: #000;
}

.home-cover{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
}

.home-bg{
  background-image: url(https://saint2.su/assets/home_cover_1647620123926_e7eb08.jpg);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  opacity: 1;
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.content{
  z-index:100;
}

.navbar-light .navbar-brand {
  color: rgba(255,255,255,0.7);
}

a{
  color: rgba(255,255,255,0.7);
}

a:not(.filename):not(.dropdown-item):hover{
  color: #fff !important;
  text-decoration: none;
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
  color: rgba(255,255,255,0.7);
  text-decoration: underline;
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(255,255,255,0.7);
  font-family: sans-serif;
}


footer p {
  margin: 0 auto !important;
}

.footer {
  padding:0.5rem;

  font-size: 0.8rem;
  color: #ebe8f5;
  background: #232323 !important;
}

.btn-primary {
  color: rgba(255, 255, 255, 0.781) !important;
  background-color: #000;
  border-color: rgba(255, 255, 255, 0.781);
}

.btn-primary:hover {
  color: #fff !important;
  background-color: #000;
  border-color: #fff;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
  color: #fff !important;
  background-color: #000;
  border-color: #fff;
}


.dark {
  color: #ebe3ea;
  background-color: #222;
}

.main {
  width: 50%;
  margin: 50px auto;
}

.content{
  margin-top: 6em;
}

.content.pricing{
  margin-top:4em;
}

.nav-signup {
  float: right;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

@media only screen and (max-width: 800px) {
  .signup-nav {
    margin: 0 auto;
    text-transform: uppercase;
    font-size: 1rem;
  }
  a.nav-signup {
    text-align: center !important;
    float: unset !important;
  }
  a.navbar-brand {
    text-align: center !important;
  }
  .navbar-header {
    margin: 0 auto !important;
  }
  .main {
    width: 100% !important;
    margin: 50px auto !important;
  }
  .assurance div /*:not(:first-child)*/{
    padding-top: 2em;
  }
  .calc-info-a, .calc-info-b {
    font-size: 20px !important;
  }
}
@media only screen and (max-width: 1100px) {
  .main {
    width: 100% !important;
    margin: 50px auto !important;
  }
  .assurance div:not(:first-child){
    border-left: unset !important;
  }
}

.has-search .form-control {
  padding-left: 2.375rem;
}

.has-search .form-control-feedback {
  position: absolute;
  z-index: 2;
  display: block;
  width: 2.375rem;
  height: 2.375rem;
  line-height: 2.375rem;
  text-align: center;
  pointer-events: none;
  color: #aaa;
}

.form-control {
  padding: 0 !important;
}

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

.col-xs-12.col-lg-4 {
  text-align: center;
}

.search-title {
  font-family: "Fjalla One",sans-serif;
  letter-spacing: 3px;
  color:#fff;
  text-shadow: 1px 1px 2px #000;
}

.search-title-desc{
  margin-bottom: 1em;
  font-size: 1em;
  color:#fff;
}

.dropzone {
  min-height: 110px !important;
  border: 2px solid #fff !important;
  background: #000000 !important;
  padding: 20px 20px;
  color: #fff !important;
  margin-top: 4em;
  border-radius: 0.3em;
}

.lb {
  color: rgb(29, 56, 177);
  font-weight: 500;
}

.calc-info-wrapper {
  display: flex;
  flex-direction: row;
  gap: 25px;
}

.calc-info-a,
.calc-info-b {
  flex-grow: 1;
  text-align: center;
  padding: 0.25em;
  background: #322852;
  border-bottom: 3px solid #0f6907;
  border-radius: 7px;

  font-size: 28px;
  font-weight: 700;
  color: #258c66;
  text-shadow: 2px 4px 3px rgb(0 0 0 / 10%);
}

.info-text-box {
  padding: 0.25em;
  background: #fff;
  color: #258c66;
  font-weight: bold;
  border-bottom: 2px solid #a3a3a3;
  border-right: 1px solid #a3a3a3;
  border-radius: 7px;
}

.calc-info-a p,
.calc-info-b p {
  margin-top: 30px;
}

.assurance{
  font-family: "Fjalla One",sans-serif;
  letter-spacing: 1px;
  background-color: #3f85e3;
  display:flex;
  color: #fff;
  width: 100%;
  text-align: center;
  flex-wrap: wrap;
  justify-content: center;
  -moz-box-shadow:    inset 0 0 5px #000000;
  -webkit-box-shadow: inset 0 0 5px #000000;
  box-shadow:         inset 0 0 5px #000000;
  padding: 1.25em;
}
  
.assurance div{
  padding-left: 2em;
  padding-right: 2em;
}
.assurance div p{
  margin-bottom: 0 !important;
}
.assurance div:not(:first-child){
  border-left: solid 1px #fff;
}

.rangeslider__fill {
  background: #3f85e3 !important;
}

.calc-btn{
  margin-top: 1em;
  text-align: center;
  padding: 0.5em;
  background-color: #82b7ff;
  border-bottom: 3px solid #267aec;
  color: #fff;
  font-size: 1.7rem;
  font-weight: 500;
  border-radius: 6px;
  letter-spacing: 3px;
  font-family: "Fjalla One",sans-serif;
  transition: background-color 0.5s;
}

.calc-btn:hover{
  font-weight: 600;
  color: #258c66;
  background-color: #c4e8db;
  border-bottom: 3px solid #0f6907;
}

.calc-btn:hover{
  cursor:pointer;
}

.footer-lang-selector {
  margin-top: 4px;
  margin-left: 20px;
  padding: 3px;
  display: inline-block;
  border: 1px solid #6D7784;
  outline: none;
  background-color: transparent;
  color: #a7a7a7;
  font-size: 14px;
  line-height: 24px;
}

.calc-embed .main {
  margin-top: 6em;
}



.album-form{
  display:flex;
  flex-direction:row;
  max-width:650px;
  margin: 0 auto;
  padding-bottom: 10px;
}
.album-form-child{
  flex-grow:1;
}
select.album-select:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px);
}
.album-create{
  height: calc(2.25rem + 2px);
  border: 1px solid #ced4da;
}
.album-create:hover{
  cursor: pointer;
}
.album-select {
  display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #ffffff;
    background-color: #000;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-right: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    border-top-right-radius: unset;
    border-bottom-right-radius: unset;
}

















.popups{
  display:flex;
  /*background-color: rgba(50,50,50,.27);*/
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow-y: auto;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}

.popup{
  /*background: linear-gradient(to right, #B06AB3, #4568DC);*/
  border: 1px solid rgb(255 255 255);
  border-radius: 0.35em;
  position: relative;
  max-width: 90%;
  min-width: 300px;
  width: 500px;
  overflow: hidden;
}

.popup:before{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  z-index: -1;
  background: #000;
  background-size:cover;
  width: 100%;
  height: 100%;
}

.popup .closer {
  position: absolute;
  top: 0;
  right: 0;
  color: #fff !important;
  background: #282828;
  width: 24px;
  height: 24px;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 1;
}

.popup-content{
  max-height: 80vh;
  overflow-y: auto;
  padding: 40px;
}

.popups{
  display:none;
}

.popups .popup h2 {
  text-align: center;
  font-size: 27px;
  font-weight: 400;
  letter-spacing: 1.4px;
  margin-bottom: 10px;
  color: #fff;
  text-transform: uppercase;
  text-shadow: 1px 3px 3px #000;
}

.popups .popup h3 {
  font-size: 18px;
  line-height: 1.33;
  font-weight: 400;
  letter-spacing: .4px;
  text-align: center;
  color: rgb(255 255 255);
  margin-bottom: 24px;
  text-shadow: 1px 1px 1px #000;
}

.closer.close-popup{
  cursor:pointer;
}

.form-group{
  position: relative;
  margin-bottom: 4px;
  text-align:center;
}

.form-group button {
  width: 100%;
  background: #000;
  background-size: 200% 50%;
  border: 2px solid rgba(255, 255, 255, 0.479);
  cursor: pointer;
  margin-top: 7.5px;
  border-radius: 0.15em;
  text-shadow: 1px 1px 1px #000;
}

.form-group button:hover {
  border: 2px solid #fff;
}

.form-group button:after, .form-group button:before{
  content:'';
}

.form-group button:hover:before {
  content: '>';
}

.form-group button:hover:after {
  content: '<';
}

.form-separator, .switcher{
  text-align:center;
  color:#fff;
}

.switcher{
  text-shadow: 1px 2px 1px #000;
  margin-top:15px;
}

.form-group.flex.space-left{
  text-align:start;
}

li.agree{
  text-align: center;
  font-weight: 400;
  font-size: small;
  font-family: interface-bold;
  text-shadow: 1px 1px 2px #000;
}

.agree a:hover{
  text-decoration: underline;
}

.password-revealer {
  position: absolute;
  top: 9px;
  right: 10px;
  z-index: 1;
  color: #666;
}

.goto-forgot{
  text-shadow: 1px 2px 1px #000;
}

.form-separator{
  margin-top:10px;
}

.alert.alert-success{
  color: #08e95e;
  background-color:rgba(30,162,70,.3);
  border-color:#1ea246;
  padding:10px;
  text-align:center;
  border-radius:3px;
  margin:0;
  margin-top:15px;
}

.alert.alert-error{
  color: rgb(255 85 85);
  background-color: rgb(162 30 30 / 30%);
  border-color: #ca0513;
  padding: 10px;
  text-align: center;
  border-radius: 3px;
  margin: 0;
  margin-top: 15px;
}


.dropdown-item:focus, .dropdown-item:hover {
  color: #16181b !important;
  text-decoration: none;
  background-color: #f8f9fa;
}



.swal2-popup {
  background: #000 !important;
  color: #ffffff !important;
  border: 1px solid #ffffff47 !important;
}

.swal2-actions {
  gap: 20px;
}