.footbutton {
  position: fixed;
  bottom: 0;
  width: 100vw;
  background: linear-gradient(transparent 21%, var(--bs-primary) 21%);
}

.footbutton a {
  padding: 0;
  border: none;
  font-size: small;
  background: var(--bs-primary);
  color: var(--bs-white);
  border-radius:0;
}
/*****************************************************************/
@media (min-width: 1100px) {
  .max-widthabs {
    max-width: 1100px;
    margin: 0px calc((100vw - 1100px)/2);
  }
}
.info-client {
  position: sticky;
  top: 50px;
  width: 100vw;
  /*margin-left: 3vw;*/
  z-index: 5;
}

.info-clientview {
  /*height: 63px;*/
  /*border-bottom-right-radius: 25px;*/
  /*border-bottom-left-radius: 25px;*/
  background-color: var(--bs-white);
  overflow: hidden;
  color: var(--bs-primary);
  border: solid 2px var(--bs-primary);
}

#clientbutton {
  height: 11px;
  width: 80px;
  margin-left: calc((100% - 80px)/2);
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  padding: 0;
  margin-top: -2px;
  background-color: var(--bs-white);
  border: solid 2px var(--bs-primary);
  border-top: none;
}

.map {
  position: fixed;
  height: calc(100vh - 63px - 105px);
  width: 100vw;
  margin-top: -9px;
}

.btnchat {
  position: fixed;
  bottom: 81px;
  right: 7px;
  border-radius: 25px;
}

/****************************************************************/
.max-width {
  max-width: 1100px;
  margin: 0px auto;
}

.circle-button {
    height: 45px;
    width: 45px;
    /* border-radius: 50%; */
    border-style: hidden;
    padding: 0px;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
}

.round1-button {
  height: 50px;
  width: 95px;
  border-radius: 50px;
  border-style: hidden;
  background-color: transparent;
}

.round-button {
  background-color: transparent;
  height: 50px;
  border-style: hidden;
}

@media (min-width: 576px) {
  #navbar-togbuton {
    display: none;
  }
}

@media (max-width: 575px) {
  #navbar-toglist {
    /*display: none;*/
    width: 100vw;
  }
}

@media (min-width: 767px) {
  #display {
    width: 100%;
    border-radius: 50%;
  }

}

@media (max-width: 767px) {
  #display {
    width: calc((100vw - 300px)/(760 - 300) * (150 - 70) + 70px);
    height: calc((100vw - 300px)/(760 - 300) * (150 - 70) + 70px);
    border-radius: 50%;
  }
}

.img-load::-webkit-file-upload-button {
  line-height: 1.2;
  text-decoration: none;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  padding: 0.575rem 0.45rem;
  white-space: normal;
  border-width: 0 1px 0 0;
  background-color: var(--bs-primary);
  color: var(--bs-white);
  border-color: var(--bs-primary-border)!important;
}

.img-load {
  max-width: calc(100vw - 148px);
  border-width: 1px;
  border-color: var(--bs-primary-border)!important;
  border-style: solid;
  border-radius: 30px;
  font-size: calc( (100vw - 300px)/(850 - 300) * (14 - 11) + 11px);
}

.img-change {
  max-width: calc(100vw - 148px);
  border-width: 1px;
  border-color: var(--bs-primary-border)!important;
  border-style: solid;
  border-radius: 30px;
  font-size: calc( (100vw - 300px)/(850 - 300) * (14 - 11) + 11px);
  color: var(--bs-white);
}

.form-profile {
  border-radius: 15px;
  border: 1px solid var(--bs-gray-500);
  margin-bottom: 9px;
}
.profile_imageedit{
    height: 370px;
}

/*color*/
#header {
  background-color: var(--bs-primary);
  z-index: 1;
}

#header svg {
  color: var(--bs-white);
}

#header button {
  color: white;
}

#footer {
  background: linear-gradient(transparent 21%, var(--bs-primary) 21%);
}

#footer button {
  background: var(--bs-primary);
  color: var(--bs-white);
}

.info-clientview {
  color: var(--bs-primary);
  border: solid 2px var(--bs-primary);
  /*border-width: 2px 2px 0px 2px;*/
}
.info-clientview-end {
  color: var(--bs-primary);
  border: solid 2px var(--bs-primary);
  border-width:0px 2px 2px 2px;
}
.clientview-hidden{
    display: none;
}
form.register #password-input, form.register #password-input1, form.register #password-input2{
    border: 0px;
    outline:none;
}
.form-control-pass{
	color:#222;
	background-color:#fff;
	border-color:#8ac6dd;
	outline:0;
	box-shadow:0 0 0 .25rem rgba(var(--bs-primary-rgb),.25)
}
.img-border{
    cursor: pointer;
    border-radius: 50%;
    border: 1px groove #555!important;
    background-image: linear-gradient(to bottom right, #f83600, #f9d423);
}
.w-90{
    width: 90%!important;
}
.reveal {
    /*position: relative;*/
    opacity: 0;
}
.reveal.active {
  opacity: 1;
  /*position: relative;*/
}
.reveal.active2 {
  opacity: 1;
  /*position: relative;*/
}
.active.logoname {
    animation: logoname 1s ease-out;
}
.active2.logoname {
    animation: logoname 2s ease-out;
    animation-delay: 1s;
}
.active.cursordDown{
    animation: show 0.5s ease-out;
}
.active.cursordDown.cursorEnd{
    animation: hide 0.5s ease-out;
}
.active.cursordUp{
    animation: show1 0.5s ease-out;
}
.active.cursordUp.cursorEnd{
    animation: hide1 0.5s ease-out;
}
.active.cursordLeft{
    animation: show2 0.5s ease-out;
}
.active.cursordLeft.cursorEnd{
    animation: hide2 0.5s ease-out;
}
.active.box-1 {
  animation: box-1 1s ease-in-out;
}
.active.box-2 {
  animation: box-2 1s ease;
}
@keyframes logoname {
  0% {
    transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes box-1 {
  0% {
    transform: translateY(100px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes box-2 {
  0% {
    transform: translateY(100px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes show {
  0% {
    transform: translateY(-35px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes hide {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(-35px);
    opacity: 0;
  }
}
@keyframes show1 {
  0% {
    transform: translateY(35px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes hide1 {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(35px);
    opacity: 0;
  }
}
@keyframes show2 {
  0% {
    transform: translateX(35px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes hide2 {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    transform: translateX(35px);
    opacity: 0;
  }
}
.active.bell {
  animation: bell 1s linear;
}
@keyframes bell {
  0% {
     transform: rotate(0deg);
  }
  7% {
     transform: rotate(-25deg); 
  }
  14% {
     transform: rotate(25deg); 
  }
  28% {
     transform: rotate(-25deg); 
  }
  43% {
     transform: rotate(25deg); 
  }
  57% {
     transform: rotate(-25deg); 
  }
  71% {
     transform: rotate(25deg); 
  }
  86% {
     transform: rotate(-25deg); 
  }
  93% {
     transform: rotate(25deg); 
  }
  100% {
    transform: rotate(0deg);
  }
}
#target {
	width: 100%;
	height: 100%;
}
#anim-canvas {
    position: absolute;
	display: block;
}
.form-navigation{
    padding: 10px 5px;
    border-radius: 15px;
}
.arrow-nav{
    animation: arrow 2s ease-in-out;
    animation-iteration-count: infinite;
}
@keyframes arrow{
    0% {
        transform: translateY(0px);
    }
    25%{
        transform: translateY(-7px);
    }
    75%{
        transform: translateY(8px);
    }
    100% {
        transform: translateY(0px);
    }
}
.arrow-nav-left{
    animation: arrow-left 2s ease-in-out;
    animation-iteration-count: infinite;
}
@keyframes arrow-left{
    0% {
        transform: translateX(0px);
    }
    25%{
        transform: translateX(-7px);
    }
    75%{
        transform: translateX(8px);
    }
    100% {
        transform: translateX(0px);
    }
}
.bordered-icon{
  text-shadow: -2px 0 #000, 0 2px #000, 2px 0 #000, 0 -2px #000;
}
.bordered-icon-1x{
  text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;
}
.text-shadow-1px-black{
    text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;
}
.text-shadow-1px-white{
    text-shadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;
}
.fade-in-left {
    animation: fade-in-left 1s ease-out;
}
@keyframes fade-in-left {
  0% {
    transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.fade-in-right {
    animation: fade-in-right 1s ease-out;
}
@keyframes fade-in-right {
  0% {
    transform: translateX(50px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.opacityElem{
    opacity: 0;
}
/*пульсация кнопки*/
.pulse {
  position: relative; 
  text-align: center; 
  padding: 20px; 
  border-radius: 50rem; 
  /*background: #3D64FF;*/
  /*width: 80px;
  height: 80px;*/
}
.pulse::after,
.pulse::before {
  content: '';
  position: absolute;
  border: 2px solid white;
  left: -20px;
  opacity: 0;
  right: -20px;
  top: -20px;
  bottom: -20px;
  border-radius: 50rem;
  animation: pulse 2.5s linear infinite;
}

.pulse::after {
  animation-delay: 1.25s;
}

@keyframes pulse {
  0% {
    transform: scale(0.62);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.1);
    opacity: 0;
  }
}

.section::-webkit-scrollbar {
    width: 16px;
}

.section::-webkit-scrollbar-track {
    background-color: #e4e4e4;
    border-radius: 100px;
}

.section::-webkit-scrollbar-thumb {
    background-image: linear-gradient(180deg, #fd7e14 0%, #ed812b 99%);
    /*background-color: #ed812b;*/
    border-radius: 100px;
    border-width: 5px 1px 5px 1px;
    border-style: solid solid solid solid;
    border-color: #101010 #303030 #101010 #303030;
    /*border: 1px solid black;*/
    /*box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);*/
}

.rpt-bcg {
    background: rgba(0, 0, 0, 0.6);
    background-image: url(../../assets/img/repeat4.png);
    background-repeat: repeat;
}

/*.rpt-bcg:before {
    content: ' ';
    display: block;
    background-image: url(../../assets/img/repeat.png);
    background-repeat: repeat;
    opacity: 0.4;
}*/