
@charset "UTF-8";
/* MAIN LIBS --------------------------------------------------- */
/* MAIN ws --------------------------------------------------- */
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

@media (max-width: 599px) {
  .visible-xs {
    display: block !important;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .visible-sm {
    display: block !important;
  }
}
@media (min-width: 960px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
}
@media (max-width: 599px) {
  .hidden-xs {
    display: none !important;
  }
  
  #nikname_bad_broker{
  	display:none;
  }
  
  #navbar_logo_mobile{
  	font-family: "Anton", sans-serif;
  	color: #363430;
  	
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 960px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.clear,
.both {
  clear: both;
}

		a {
			cursor:pointer;
		}
		.off {
				display: none;
		}		
		.stop-scrolling {
		  height: 100%;
		  overflow: hidden;
		}
		 
		 
		.smile-block {

			display: none;
			max-width: 345px;
			height: auto;
			background: none;
			position: absolute;
			z-index: 999999;
			border-radius: 3px;
		}
		
		.smiles {
			
			display: flex;
			max-width: 13%;
			height: auto;
			grid-column-gap: 35%;
			justify-content: center;
			margin: 0% auto;

		}
		
		.smiles :hover{
			  cursor: pointer;
			 -webkit-animation: swing 1.9s ease;
			  animation: swing 1.9s ease;
			  -webkit-animation-iteration-count: 1;
			  animation-iteration-count: 1;
		}
		
		@keyframes swing {
		  15% {
		    -webkit-transform: translateY(9px);
		    transform: translateX(9px);
		  }
		  30% {
		    -webkit-transform: translateY(-9px);
		    transform: translateX(-9px);
		  }
		  40% {
		    -webkit-transform: translateY(6px);
		    transform: translateX(6px);
		  }
		  50% {
		    -webkit-transform: translateY(-6px);
		    transform: translateX(-6px);
		  }
		  65% {
		    -webkit-transform: translateY(3px);
		    transform: translateX(3px);
		  }
		  100% {
		    -webkit-transform: translateY(0);
		    transform: translateY(0);
		  }
		}
		
		.another_reason {
			
			margin-left: 20px;
			padding-top: 5px;
			border-top: 1px solid;
		}
	
		
		.accented{
			border:1px #dc3545 solid !important;
		}
		.shake {
		    border:1px #dc3545 solid !important;
		    animation: shake 1s linear;
		}
		@keyframes shake {
		    10%, 90% {
		      transform: translate3d(-1px, 0, 0);
		    }
		  
		    20%, 80% {
		      transform: translate3d(2px, 0, 0);
		    }
		  
		    30%, 50%, 70% {
		      transform: translate3d(-4px, 0, 0);
		    }
		  
		    40%, 60% {
		      transform: translate3d(4px, 0, 0);
		    }
		  }

		  @media (max-width: 1399px) {
			
			.smile-block {	
					display: none;
					max-width: 325px;
					height: auto;
					background: none;
					position: absolute;
					z-index: 999999;
					border-radius: 3px;
				}
				
			.smiles {
				display: flex;
				max-width: 14%;
				height: auto;
				grid-column-gap: 25%;
				justify-content: center;
				margin: 0% auto;
			} 
			
		}
		
		 @media (max-width: 1199px) {
			
			.smile-block {	
					display: none;
					max-width: 277px;
					height: auto;
					background: none;
					position: absolute;
					z-index: 999999;
					border-radius: 3px;
				}
				
			.smiles {
				display: flex;
				max-width: 14%;
				height: auto;
				grid-column-gap: 25%;
				justify-content: center;
				margin: 0% auto;
			} 
			
		}
		
	
	  @media (max-width: 991px) {
			
			.smile-block {	
				display: none;
				max-width: 205px;
				height: auto;
				background: none;
				position: absolute;
				z-index: 999999;
				border-radius: 3px;
				}
			
			.smiles {	
				display: flex;
				max-width: 15%;
				height: auto;
				grid-column-gap: 35%;
				justify-content: center;
				margin: 0% auto;
			}
	  }
	  
	  @media (max-width: 767px) {
			
			.smile-block {	
			
				display: none;
				max-width: 160px;
				height: auto;
				background: none;
				position: absolute;
				z-index: 999999;
				border-radius: 3px;
			}
			
			.smiles {	
				display: flex;
				max-width: 13%;
				height: auto;
				grid-column-gap: 35%;
				justify-content: center;
				margin: 0% auto;
			}
	  }
		
		
	  @media (max-width: 575px) {
			
			.smile-block {	
				
				display: none;
				max-width: 560px;
				height: 55px;
				background: none;
				position: absolute;
				z-index: 999999;
				border-radius: 3px;
				text-align: center;
			
			}
			
			.smiles {	
				
				display: flex;
				max-width: 9.5%;
				height: 45px;
				grid-column-gap: 65%;
				justify-content: center;
				margin: 1% auto;	
			}
	  }
	  
	   @media (max-width: 425px) {
			
			.smile-block {	
				
				display: none;
				max-width: 560px;
				height: 45px;
				background: none;
				position: absolute;
				z-index: 999999;
				border-radius: 3px;
				text-align: center;
			
			}
			
			.smiles {	
				
				display: flex;
				max-width: 10.5%;
				height: 45px;
				grid-column-gap: 65%;
				justify-content: center;
				margin: 0% auto;
			}
	  }



/* стили для выпадающих окон и формы отправки*/

textarea::placeholder {

  font-family: "Roboto", sans-serif;

}	
	
				
.brokerInfo {
	display: none;
	border-radius: 3%;
	width: 30%;
	box-sizing: border-box;
	padding: 30px;
	background-color: #fcfafa;
	z-index: 12;
	position: absolute;
	top: 30%;
	left: 35%;
	border: 15px
	overflow: hidden;
}
@media(max-width: 767px){
	.brokerInfo {
		top: 20%;
		width: 50%;
		left: 25%;
	}
}
@media(max-width: 576px){
	.brokerInfo {
		top: 10%;
		width: 70%;
		left: 15%;
	}
}

/* The Close Button */
.close {
	position: absolute;
	color: #000;
	width: 36px;
	top: -35px;
	left: 100%;
}
				
.close:hover,
.close:focus {
	color: #bbb;
	text-decoration: none;
	cursor: pointer;
}

.form {
	margin-left: 30%;
	margin-top: 10%
}		
		
.shadow {
	top: 0;
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 11;
	overflow: auto; 
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.5); 				   
}


input[type=text], select {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}


textarea[type=reason] {	
	height: 100%;
	width: 100%;
	padding: 1rem 2rem;
	border: 0.1rem solid #9b9b9b;
	border-radius: 0.6rem;
	color: #212121
}

input[type=reason], select {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

textarea[type=reason]:hover{	
	height: 100%;
	width: 100%;
	padding: 1rem 2rem;
	border: 0.1rem solid #9b9b9b;
	border-radius: 0.6rem;
	border-color: #de3425;
}

textarea[type=message], select {
  width: 100%;
  padding: 20px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  hyphens: auto;
}


textarea[type=text],
textarea[type=text]:focus {	
	height: 100%;
	width: 100%;
	padding: 1rem 2rem;
	border: 0.1rem solid #9b9b9b;
	border-radius: 0.6rem;
	color: #212121
}



textarea[type=text]:hover{	
	height: 100%;
	width: 100%;
	padding: 1rem 2rem;
	border: 0.1rem solid #9b9b9b;
	border-radius: 0.6rem;
	border-color: #de3425;
}

input[type=submit] {
  width: 100%;
  background-color: #4CAF50;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: #45a049;
}

.feedback input:hover,
.feedback textarea:hover {
	border: 1px solid #ccc;
}
.feedback input:focus,
.feedback input:active,
.feedback textarea:focus,
.feedback textarea:active {
	border: 1px solid #de3425;
}


@media (max-width: 3840px) {
	.btn {
	  display: -webkit-inline-box;
	  display: -ms-inline-flexbox;
	  display: inline-flex;
	  -webkit-box-align: center;
	      -ms-flex-align: center;
	          align-items: center;
	  -webkit-box-pack: center;
	      -ms-flex-pack: center;
	          justify-content: center;
	  cursor: pointer;
	  width: 20rem;
	  height: 5.2rem;
	  min-height: 1rem;
	  padding: 0rem 1rem;
	  font-family: "Roboto", sans-serif;
	  font-weight: 500;
	  font-size: 1.8rem;
	  line-height: 1;
	  color: #fff;
	  background: #e31e24;
	  -webkit-box-shadow: none;
	          box-shadow: none;
	  border: none;
	  border-radius: 0.6rem;
	  outline: none !important;
	}
	.btn:hover {
	  background: #c22315;
	  color: #fff;
	  outline: none !important;
	}
	.btn:active {
	  background: #c22315;
	  color: #fff;
	  outline: none !important;
	}
	.btn:focus {
	  background: #c22315;
	  color: #fff;
	  outline: none !important;
	}
	.btn.active {
	  background: #c22315;
	  color: #fff;
	  outline: none !important;
	}
	.btn span {
	  margin-left: 0.5rem;
	  font-weight: 400;
	}
}

@media (max-width: 3840px) {
	
	.feedback {
		display: none;
		border-radius: 3%;
		width: 50%;
		box-sizing: border-box;
		padding: 30px;
		background-color: #fcfafa;
		z-index: 12;
		position: absolute;
		top: 30%;
		left: 25%;
	}
}


/* стили для выпадающих окон и формы отправки*/
@media (max-width: 1980px) {
  .feedback {
  	display: none;  	
  	border-radius: 1rem;
	width: 40%;
	box-sizing: border-box;
	padding: 30px;
	background-color: #fcfafa;
	z-index: 12;
	position: absolute;
	top: 25%;
	left: 30%;
  }
  .form {
  	margin-left: 37.3%;
  }
  .p {
  	font-size: 2.4rem;
  }
  .btn {
	font-size: 1.9rem;
  }
  .close {
  	position: absolute;
	width: 27px;
	top:0.5%;
	left:93%;
  } 
}

@media (max-width: 576px) {
  .feedback {
  	display: none;  	
  	border-radius: 3%;
	width: 75%;
	box-sizing: border-box;
	padding: 30px;
	background-color: #fcfafa;
	z-index: 12;
	position: absolute;
	top: 30%;
	left: 15%;
  }
  .form {
  	margin-left: 35%;
  }
  .btn {
 	width: 9rem;
	height: 4.0rem;
	font-size: 1.5rem;
  }
   .close {
  	position: absolute;
	width: 27px;
	top:0.5%;
	left:93%;
  }
}
@media (max-width: 414px) {
  .close {
  	position: absolute;
	width: 27px;
	top:0.5%;
	left:89%;
  }
}
@media (max-width: 393px) {
  .feedback {
  	display: none;  	
  	border-radius: 3%;
	width: 70%;
	box-sizing: border-box;
	padding: 30px;
	background-color: #fcfafa;
	z-index: 12;
	position: absolute;
	top: 30%;
	left: 15%;
  }
  .form {
  	margin-left: 30%;
  }
  .btn {
  	width: 8.0rem;
	height: 3.5rem;
	font-size: 1.5rem;
  }
  .close {
  	position: absolute;
	width: 27px;
	top:0.5%;
	left:87%;
  }
}

/* Картинку установить */

#loader {
  position: fixed;
  z-index: 9999999;
  width: 100%;
  height: 100%;
  background: rgba(250, 250, 250, 0.6) url(/images/common/ring.svg) no-repeat 50% 45%;
}

/*Уведомления */
#alert__msg {
  padding: 3rem 4rem 3rem 4rem;
  background: #fefefe;
  color: #324554;
  border: 0.1rem solid #efefef;
  font-family: inherit;
  font-size: 1.8rem;
  position: fixed;
  z-index: 999999;
  top: 12rem;
  width: 45rem;
  -webkit-box-shadow: 0 1.9rem 3.8rem rgba(0, 0, 0, 0.3), 0 1.5rem 1.2rem rgba(0, 0, 0, 0.22);
          box-shadow: 0 1.9rem 3.8rem rgba(0, 0, 0, 0.3), 0 1.5rem 1.2rem rgba(0, 0, 0, 0.22);
  display: none;
}

.alert__title {
  font-weight: bold;
  text-align: center;
}

.alert_message {
  line-height: 1.2;
  padding-top: 1rem;
  font-size: 1.6rem;
}

.alert__ok {
  width: 9.5rem;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  background: silver;
  border: 0;
  border-radius: 0.3rem;
  text-align: center;
  padding: 0.3rem 0rem 0.3rem 0rem;
  margin-top: 2rem;
  cursor: pointer;
  font-size: 1.4rem;
  margin-left: auto;
  margin-right: auto;
}

/* loader cover */
.local-cover {
  position: absolute;
  z-index: 99999;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.75) url(/images/common/loader.svg) no-repeat 50% 50%;
}

/* MAIN GRID --------------------------------------------------- */
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm,
.container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md,
.container-sm,
.container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg,
.container-md,
.container-sm,
.container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl,
.container-lg,
.container-md,
.container-sm,
.container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm,
.container {
    max-width: 1200px;
  }
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2);
}

.row > * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
}

.col {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
}

.row-cols-auto > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 33.3333333333%;
}

.row-cols-4 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
}

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 8.3333333333%;
}

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 33.3333333333%;
}

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 41.6666666667%;
}

.col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 58.3333333333%;
}

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 66.6666666667%;
}

.col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 83.3333333333%;
}

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 91.6666666667%;
}

.col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  .col-sm {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }

  .row-cols-sm-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }

  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }

  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.3333333333%;
  }

  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }

  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.6666666667%;
  }

  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }

  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.3333333333%;
  }

  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.6666666667%;
  }

  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }

  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.3333333333%;
  }

  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.6666666667%;
  }

  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }

  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }

  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }

  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }

  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }

  .g-sm-0,
.gx-sm-0 {
    --bs-gutter-x: 0;
  }

  .g-sm-0,
.gy-sm-0 {
    --bs-gutter-y: 0;
  }

  .g-sm-1,
.gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-sm-1,
.gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-sm-2,
.gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-sm-2,
.gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-sm-3,
.gx-sm-3 {
    --bs-gutter-x: 1rem;
  }

  .g-sm-3,
.gy-sm-3 {
    --bs-gutter-y: 1rem;
  }

  .g-sm-4,
.gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-sm-4,
.gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-sm-5,
.gx-sm-5 {
    --bs-gutter-x: 3rem;
  }

  .g-sm-5,
.gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }

  .row-cols-md-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }

  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }

  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.3333333333%;
  }

  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }

  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.6666666667%;
  }

  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }

  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.3333333333%;
  }

  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.6666666667%;
  }

  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }

  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.3333333333%;
  }

  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.6666666667%;
  }

  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.3333333333%;
  }

  .offset-md-2 {
    margin-left: 16.6666666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.3333333333%;
  }

  .offset-md-5 {
    margin-left: 41.6666666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.3333333333%;
  }

  .offset-md-8 {
    margin-left: 66.6666666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.3333333333%;
  }

  .offset-md-11 {
    margin-left: 91.6666666667%;
  }

  .g-md-0,
.gx-md-0 {
    --bs-gutter-x: 0;
  }

  .g-md-0,
.gy-md-0 {
    --bs-gutter-y: 0;
  }

  .g-md-1,
.gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-md-1,
.gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-md-2,
.gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-md-2,
.gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-md-3,
.gx-md-3 {
    --bs-gutter-x: 1rem;
  }

  .g-md-3,
.gy-md-3 {
    --bs-gutter-y: 1rem;
  }

  .g-md-4,
.gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-md-4,
.gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-md-5,
.gx-md-5 {
    --bs-gutter-x: 3rem;
  }

  .g-md-5,
.gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }

  .row-cols-lg-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }

  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }

  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.3333333333%;
  }

  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }

  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.6666666667%;
  }

  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }

  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.3333333333%;
  }

  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.6666666667%;
  }

  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }

  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.3333333333%;
  }

  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.6666666667%;
  }

  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }

  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }

  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }

  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }

  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }

  .g-lg-0,
.gx-lg-0 {
    --bs-gutter-x: 0;
  }

  .g-lg-0,
.gy-lg-0 {
    --bs-gutter-y: 0;
  }

  .g-lg-1,
.gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-lg-1,
.gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-lg-2,
.gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-lg-2,
.gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-lg-3,
.gx-lg-3 {
    --bs-gutter-x: 1rem;
  }

  .g-lg-3,
.gy-lg-3 {
    --bs-gutter-y: 1rem;
  }

  .g-lg-4,
.gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-lg-4,
.gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-lg-5,
.gx-lg-5 {
    --bs-gutter-x: 3rem;
  }

  .g-lg-5,
.gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }

  .row-cols-xl-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }

  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.3333333333%;
  }

  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }

  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.6666666667%;
  }

  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }

  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.3333333333%;
  }

  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.6666666667%;
  }

  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }

  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.3333333333%;
  }

  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.6666666667%;
  }

  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }

  .g-xl-0,
.gx-xl-0 {
    --bs-gutter-x: 0;
  }

  .g-xl-0,
.gy-xl-0 {
    --bs-gutter-y: 0;
  }

  .g-xl-1,
.gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-xl-1,
.gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-xl-2,
.gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-xl-2,
.gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-xl-3,
.gx-xl-3 {
    --bs-gutter-x: 1rem;
  }

  .g-xl-3,
.gy-xl-3 {
    --bs-gutter-y: 1rem;
  }

  .g-xl-4,
.gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-xl-4,
.gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-xl-5,
.gx-xl-5 {
    --bs-gutter-x: 3rem;
  }

  .g-xl-5,
.gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }

  .row-cols-xxl-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xxl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xxl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xxl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-xxl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xxl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xxl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xxl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }

  .col-xxl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.3333333333%;
  }

  .col-xxl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xxl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }

  .col-xxl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .col-xxl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.6666666667%;
  }

  .col-xxl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }

  .col-xxl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.3333333333%;
  }

  .col-xxl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.6666666667%;
  }

  .col-xxl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }

  .col-xxl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.3333333333%;
  }

  .col-xxl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.6666666667%;
  }

  .col-xxl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }

  .offset-xxl-0 {
    margin-left: 0;
  }

  .offset-xxl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xxl-2 {
    margin-left: 16.6666666667%;
  }

  .offset-xxl-3 {
    margin-left: 25%;
  }

  .offset-xxl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xxl-5 {
    margin-left: 41.6666666667%;
  }

  .offset-xxl-6 {
    margin-left: 50%;
  }

  .offset-xxl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xxl-8 {
    margin-left: 66.6666666667%;
  }

  .offset-xxl-9 {
    margin-left: 75%;
  }

  .offset-xxl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }

  .g-xxl-0,
.gx-xxl-0 {
    --bs-gutter-x: 0;
  }

  .g-xxl-0,
.gy-xxl-0 {
    --bs-gutter-y: 0;
  }

  .g-xxl-1,
.gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-xxl-1,
.gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-xxl-2,
.gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-xxl-2,
.gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-xxl-3,
.gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }

  .g-xxl-3,
.gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }

  .g-xxl-4,
.gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-xxl-4,
.gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-xxl-5,
.gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }

  .g-xxl-5,
.gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-grid {
  display: grid !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

.d-none {
  display: none !important;
}

.flex-fill {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important;
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important;
}

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}

.justify-content-evenly {
  -webkit-box-pack: space-evenly !important;
      -ms-flex-pack: space-evenly !important;
          justify-content: space-evenly !important;
}

.align-items-start {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

.align-items-end {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}

.align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
      align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
      align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
      align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
      align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
      align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
      align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      align-self: stretch !important;
}

.order-first {
  -webkit-box-ordinal-group: 0 !important;
      -ms-flex-order: -1 !important;
          order: -1 !important;
}

.order-0 {
  -webkit-box-ordinal-group: 1 !important;
      -ms-flex-order: 0 !important;
          order: 0 !important;
}

.order-1 {
  -webkit-box-ordinal-group: 2 !important;
      -ms-flex-order: 1 !important;
          order: 1 !important;
}

.order-2 {
  -webkit-box-ordinal-group: 3 !important;
      -ms-flex-order: 2 !important;
          order: 2 !important;
}

.order-3 {
  -webkit-box-ordinal-group: 4 !important;
      -ms-flex-order: 3 !important;
          order: 3 !important;
}

.order-4 {
  -webkit-box-ordinal-group: 5 !important;
      -ms-flex-order: 4 !important;
          order: 4 !important;
}

.order-5 {
  -webkit-box-ordinal-group: 6 !important;
      -ms-flex-order: 5 !important;
          order: 5 !important;
}

.order-last {
  -webkit-box-ordinal-group: 7 !important;
      -ms-flex-order: 6 !important;
          order: 6 !important;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.me-5 {
  margin-right: 3rem !important;
}

.me-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.ms-5 {
  margin-left: 3rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

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

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 0.25rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

.pe-3 {
  padding-right: 1rem !important;
}

.pe-4 {
  padding-right: 1.5rem !important;
}

.pe-5 {
  padding-right: 3rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 0.25rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.ps-4 {
  padding-left: 1.5rem !important;
}

.ps-5 {
  padding-left: 3rem !important;
}

@media (min-width: 576px) {
  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-grid {
    display: grid !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .d-sm-none {
    display: none !important;
  }

  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  .justify-content-sm-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }

  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }

  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }

  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }

  .order-sm-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }

  .order-sm-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }

  .order-sm-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }

  .order-sm-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }

  .order-sm-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }

  .order-sm-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }

  .order-sm-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }

  .order-sm-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }

  .m-sm-0 {
    margin: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-sm-0 {
    margin-top: 0 !important;
  }

  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mt-sm-3 {
    margin-top: 1rem !important;
  }

  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mt-sm-5 {
    margin-top: 3rem !important;
  }

  .mt-sm-auto {
    margin-top: auto !important;
  }

  .me-sm-0 {
    margin-right: 0 !important;
  }

  .me-sm-1 {
    margin-right: 0.25rem !important;
  }

  .me-sm-2 {
    margin-right: 0.5rem !important;
  }

  .me-sm-3 {
    margin-right: 1rem !important;
  }

  .me-sm-4 {
    margin-right: 1.5rem !important;
  }

  .me-sm-5 {
    margin-right: 3rem !important;
  }

  .me-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-0 {
    margin-bottom: 0 !important;
  }

  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }

  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }

  .mb-sm-auto {
    margin-bottom: auto !important;
  }

  .ms-sm-0 {
    margin-left: 0 !important;
  }

  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }

  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }

  .ms-sm-3 {
    margin-left: 1rem !important;
  }

  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }

  .ms-sm-5 {
    margin-left: 3rem !important;
  }

  .ms-sm-auto {
    margin-left: auto !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-sm-0 {
    padding-top: 0 !important;
  }

  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pt-sm-3 {
    padding-top: 1rem !important;
  }

  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pt-sm-5 {
    padding-top: 3rem !important;
  }

  .pe-sm-0 {
    padding-right: 0 !important;
  }

  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pe-sm-3 {
    padding-right: 1rem !important;
  }

  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pe-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-0 {
    padding-bottom: 0 !important;
  }

  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }

  .ps-sm-0 {
    padding-left: 0 !important;
  }

  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }

  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }

  .ps-sm-3 {
    padding-left: 1rem !important;
  }

  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }

  .ps-sm-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 768px) {
  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-grid {
    display: grid !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .d-md-none {
    display: none !important;
  }

  .flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  .justify-content-md-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }

  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }

  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  .align-self-md-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }

  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }

  .order-md-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }

  .order-md-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }

  .order-md-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }

  .order-md-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }

  .order-md-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }

  .order-md-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }

  .order-md-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }

  .order-md-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }

  .m-md-0 {
    margin: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-md-0 {
    margin-top: 0 !important;
  }

  .mt-md-1 {
    margin-top: 0.25rem !important;
  }

  .mt-md-2 {
    margin-top: 0.5rem !important;
  }

  .mt-md-3 {
    margin-top: 1rem !important;
  }

  .mt-md-4 {
    margin-top: 1.5rem !important;
  }

  .mt-md-5 {
    margin-top: 3rem !important;
  }

  .mt-md-auto {
    margin-top: auto !important;
  }

  .me-md-0 {
    margin-right: 0 !important;
  }

  .me-md-1 {
    margin-right: 0.25rem !important;
  }

  .me-md-2 {
    margin-right: 0.5rem !important;
  }

  .me-md-3 {
    margin-right: 1rem !important;
  }

  .me-md-4 {
    margin-right: 1.5rem !important;
  }

  .me-md-5 {
    margin-right: 3rem !important;
  }

  .me-md-auto {
    margin-right: auto !important;
  }

  .mb-md-0 {
    margin-bottom: 0 !important;
  }

  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-md-3 {
    margin-bottom: 1rem !important;
  }

  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-md-5 {
    margin-bottom: 3rem !important;
  }

  .mb-md-auto {
    margin-bottom: auto !important;
  }

  .ms-md-0 {
    margin-left: 0 !important;
  }

  .ms-md-1 {
    margin-left: 0.25rem !important;
  }

  .ms-md-2 {
    margin-left: 0.5rem !important;
  }

  .ms-md-3 {
    margin-left: 1rem !important;
  }

  .ms-md-4 {
    margin-left: 1.5rem !important;
  }

  .ms-md-5 {
    margin-left: 3rem !important;
  }

  .ms-md-auto {
    margin-left: auto !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-md-0 {
    padding-top: 0 !important;
  }

  .pt-md-1 {
    padding-top: 0.25rem !important;
  }

  .pt-md-2 {
    padding-top: 0.5rem !important;
  }

  .pt-md-3 {
    padding-top: 1rem !important;
  }

  .pt-md-4 {
    padding-top: 1.5rem !important;
  }

  .pt-md-5 {
    padding-top: 3rem !important;
  }

  .pe-md-0 {
    padding-right: 0 !important;
  }

  .pe-md-1 {
    padding-right: 0.25rem !important;
  }

  .pe-md-2 {
    padding-right: 0.5rem !important;
  }

  .pe-md-3 {
    padding-right: 1rem !important;
  }

  .pe-md-4 {
    padding-right: 1.5rem !important;
  }

  .pe-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-0 {
    padding-bottom: 0 !important;
  }

  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-md-3 {
    padding-bottom: 1rem !important;
  }

  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-md-5 {
    padding-bottom: 3rem !important;
  }

  .ps-md-0 {
    padding-left: 0 !important;
  }

  .ps-md-1 {
    padding-left: 0.25rem !important;
  }

  .ps-md-2 {
    padding-left: 0.5rem !important;
  }

  .ps-md-3 {
    padding-left: 1rem !important;
  }

  .ps-md-4 {
    padding-left: 1.5rem !important;
  }

  .ps-md-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 992px) {
  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-grid {
    display: grid !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .d-lg-none {
    display: none !important;
  }

  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  .justify-content-lg-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }

  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }

  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }

  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }

  .order-lg-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }

  .order-lg-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }

  .order-lg-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }

  .order-lg-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }

  .order-lg-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }

  .order-lg-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }

  .order-lg-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }

  .order-lg-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }

  .m-lg-0 {
    margin: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-lg-0 {
    margin-top: 0 !important;
  }

  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mt-lg-3 {
    margin-top: 1rem !important;
  }

  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mt-lg-5 {
    margin-top: 3rem !important;
  }

  .mt-lg-auto {
    margin-top: auto !important;
  }

  .me-lg-0 {
    margin-right: 0 !important;
  }

  .me-lg-1 {
    margin-right: 0.25rem !important;
  }

  .me-lg-2 {
    margin-right: 0.5rem !important;
  }

  .me-lg-3 {
    margin-right: 1rem !important;
  }

  .me-lg-4 {
    margin-right: 1.5rem !important;
  }

  .me-lg-5 {
    margin-right: 3rem !important;
  }

  .me-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-0 {
    margin-bottom: 0 !important;
  }

  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }

  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }

  .mb-lg-auto {
    margin-bottom: auto !important;
  }

  .ms-lg-0 {
    margin-left: 0 !important;
  }

  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }

  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }

  .ms-lg-3 {
    margin-left: 1rem !important;
  }

  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }

  .ms-lg-5 {
    margin-left: 3rem !important;
  }

  .ms-lg-auto {
    margin-left: auto !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-lg-0 {
    padding-top: 0 !important;
  }

  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pt-lg-3 {
    padding-top: 1rem !important;
  }

  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pt-lg-5 {
    padding-top: 3rem !important;
  }

  .pe-lg-0 {
    padding-right: 0 !important;
  }

  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pe-lg-3 {
    padding-right: 1rem !important;
  }

  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pe-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-0 {
    padding-bottom: 0 !important;
  }

  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }

  .ps-lg-0 {
    padding-left: 0 !important;
  }

  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }

  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }

  .ps-lg-3 {
    padding-left: 1rem !important;
  }

  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }

  .ps-lg-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-grid {
    display: grid !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .d-xl-none {
    display: none !important;
  }

  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  .justify-content-xl-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }

  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }

  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }

  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }

  .order-xl-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }

  .order-xl-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }

  .order-xl-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }

  .order-xl-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }

  .order-xl-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }

  .order-xl-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }

  .order-xl-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }

  .order-xl-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }

  .m-xl-0 {
    margin: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-xl-0 {
    margin-top: 0 !important;
  }

  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mt-xl-3 {
    margin-top: 1rem !important;
  }

  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mt-xl-5 {
    margin-top: 3rem !important;
  }

  .mt-xl-auto {
    margin-top: auto !important;
  }

  .me-xl-0 {
    margin-right: 0 !important;
  }

  .me-xl-1 {
    margin-right: 0.25rem !important;
  }

  .me-xl-2 {
    margin-right: 0.5rem !important;
  }

  .me-xl-3 {
    margin-right: 1rem !important;
  }

  .me-xl-4 {
    margin-right: 1.5rem !important;
  }

  .me-xl-5 {
    margin-right: 3rem !important;
  }

  .me-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }

  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }

  .mb-xl-auto {
    margin-bottom: auto !important;
  }

  .ms-xl-0 {
    margin-left: 0 !important;
  }

  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }

  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }

  .ms-xl-3 {
    margin-left: 1rem !important;
  }

  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }

  .ms-xl-5 {
    margin-left: 3rem !important;
  }

  .ms-xl-auto {
    margin-left: auto !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-xl-0 {
    padding-top: 0 !important;
  }

  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pt-xl-3 {
    padding-top: 1rem !important;
  }

  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pt-xl-5 {
    padding-top: 3rem !important;
  }

  .pe-xl-0 {
    padding-right: 0 !important;
  }

  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pe-xl-3 {
    padding-right: 1rem !important;
  }

  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pe-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-0 {
    padding-bottom: 0 !important;
  }

  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }

  .ps-xl-0 {
    padding-left: 0 !important;
  }

  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }

  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }

  .ps-xl-3 {
    padding-left: 1rem !important;
  }

  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }

  .ps-xl-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 1400px) {
  .d-xxl-inline {
    display: inline !important;
  }

  .d-xxl-inline-block {
    display: inline-block !important;
  }

  .d-xxl-block {
    display: block !important;
  }

  .d-xxl-grid {
    display: grid !important;
  }

  .d-xxl-table {
    display: table !important;
  }

  .d-xxl-table-row {
    display: table-row !important;
  }

  .d-xxl-table-cell {
    display: table-cell !important;
  }

  .d-xxl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-xxl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .d-xxl-none {
    display: none !important;
  }

  .flex-xxl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  .flex-xxl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-xxl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .flex-xxl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-xxl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .flex-xxl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  .flex-xxl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  .flex-xxl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  .flex-xxl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

  .flex-xxl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  .flex-xxl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  .flex-xxl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  .justify-content-xxl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-xxl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  .justify-content-xxl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-xxl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .justify-content-xxl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  .justify-content-xxl-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }

  .align-items-xxl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .align-items-xxl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .align-items-xxl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .align-items-xxl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-xxl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .align-content-xxl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  .align-content-xxl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  .align-content-xxl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .align-content-xxl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .align-content-xxl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .align-content-xxl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  .align-self-xxl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }

  .align-self-xxl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  .align-self-xxl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  .align-self-xxl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }

  .align-self-xxl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  .align-self-xxl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }

  .order-xxl-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }

  .order-xxl-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }

  .order-xxl-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }

  .order-xxl-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }

  .order-xxl-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }

  .order-xxl-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }

  .order-xxl-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }

  .order-xxl-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }

  .m-xxl-0 {
    margin: 0 !important;
  }

  .m-xxl-1 {
    margin: 0.25rem !important;
  }

  .m-xxl-2 {
    margin: 0.5rem !important;
  }

  .m-xxl-3 {
    margin: 1rem !important;
  }

  .m-xxl-4 {
    margin: 1.5rem !important;
  }

  .m-xxl-5 {
    margin: 3rem !important;
  }

  .m-xxl-auto {
    margin: auto !important;
  }

  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-xxl-0 {
    margin-top: 0 !important;
  }

  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }

  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }

  .mt-xxl-3 {
    margin-top: 1rem !important;
  }

  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }

  .mt-xxl-5 {
    margin-top: 3rem !important;
  }

  .mt-xxl-auto {
    margin-top: auto !important;
  }

  .me-xxl-0 {
    margin-right: 0 !important;
  }

  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }

  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }

  .me-xxl-3 {
    margin-right: 1rem !important;
  }

  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }

  .me-xxl-5 {
    margin-right: 3rem !important;
  }

  .me-xxl-auto {
    margin-right: auto !important;
  }

  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }

  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }

  .mb-xxl-auto {
    margin-bottom: auto !important;
  }

  .ms-xxl-0 {
    margin-left: 0 !important;
  }

  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }

  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }

  .ms-xxl-3 {
    margin-left: 1rem !important;
  }

  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }

  .ms-xxl-5 {
    margin-left: 3rem !important;
  }

  .ms-xxl-auto {
    margin-left: auto !important;
  }

  .p-xxl-0 {
    padding: 0 !important;
  }

  .p-xxl-1 {
    padding: 0.25rem !important;
  }

  .p-xxl-2 {
    padding: 0.5rem !important;
  }

  .p-xxl-3 {
    padding: 1rem !important;
  }

  .p-xxl-4 {
    padding: 1.5rem !important;
  }

  .p-xxl-5 {
    padding: 3rem !important;
  }

  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-xxl-0 {
    padding-top: 0 !important;
  }

  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }

  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }

  .pt-xxl-3 {
    padding-top: 1rem !important;
  }

  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }

  .pt-xxl-5 {
    padding-top: 3rem !important;
  }

  .pe-xxl-0 {
    padding-right: 0 !important;
  }

  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }

  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }

  .pe-xxl-3 {
    padding-right: 1rem !important;
  }

  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }

  .pe-xxl-5 {
    padding-right: 3rem !important;
  }

  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }

  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }

  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }

  .ps-xxl-0 {
    padding-left: 0 !important;
  }

  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }

  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }

  .ps-xxl-3 {
    padding-left: 1rem !important;
  }

  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }

  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-grid {
    display: grid !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .d-print-none {
    display: none !important;
  }
}
/* MAIN VARIABLES --------------------------------------------------- */
/* MAIN FONTS --------------------------------------------------- */
/* MAIN CSS */
html {
  font-size: 10px;
  height: 100%;
}

body {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  background: #fcfafa;
  color: #424141;
  margin: 0;
  padding: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* ------ Specification ------ */
div,
p,
form,
input,
a,
span,
button,
textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
textarea,
a,
div {
  padding: 0;
  margin: 0;
}

p {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.8rem;
  color: #0f0f0f;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: #0f0f0f;
}

a,
a:hover,
a:active a:focus {
  text-decoration: none;
  outline: none;
  font-family: "Roboto", sans-serif;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}


.mobile-br {
  display: none;
}

ul,
li {
  display: block;
  padding: 0;
  margin: 0;
}

a,
button,
input,
div {
  display: block;
  text-decoration: none;
}

input,
input:hover,
input:active,
button,
button:hover,
button:focus,
button:active,
textarea,
textarea:hover,
textarea:active {
  outline: none !important;
  background: transparent;
  border: none;
}

input:focus,
textarea:focus {
	/*zacem eto bylo nado?*/
}

img {
  max-width: 100%;
  height: auto;
}

main {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

footer {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.collapsible.active ~ .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.content {
  overflow: hidden;
}

.tabcontent {
  display: none;
}
.tabcontent.active {
  display: block;
}

.stop-scrol {
  overflow: hidden;
}

.show-desktop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.show-mobile {
  display: none;
}

/* MAIN NAV PANEL --------------------------------------------------- */
.dropbtn {
  margin: 0;
  padding: 0;
  border: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.dropdown {
  position: relative;
  display: inline-block;
  padding-right: 0.5rem;
}
.dropdown:hover .dropdown-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.dropdown-content.hidden {
	display: none !important;
}
.dropdown-content.show {
	display: flex !important;
	flex-direction: column !important;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  -webkit-box-shadow: 0 0.3rem 0.6rem 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 0.3rem 0.6rem 0 rgba(0, 0, 0, 0.05);
  z-index: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.dropArrow::after {
  content: "";
  width: 0.1rem;
  height: 0.1rem;
  border: solid;
  border-color: inherit;
  border-width: 0 0.1rem 0.1rem 0;
  display: inline-block;
  padding: 0.2rem;
  top: 50%;
  right: 0;
  -webkit-transform: rotate(45deg) translate(0, -50%);
      -ms-transform: rotate(45deg) translate(0, -50%);
          transform: rotate(45deg) translate(0, -50%);
  margin-left: 0.5rem;
}

.nav .navbar__menu__logo {
  display: none;
}
.nav.intro .navbar__middle {
  border-bottom: 0.2rem dashed #393939;
  position: relative;
  background: #fcfafa;
}
.nav.intro .navbar__menu__logo {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: 50%;
  top: -3.5rem;
  -webkit-transform: translate(-50%);
      -ms-transform: translate(-50%);
          transform: translate(-50%);
  width: 15rem;
}
.nav.intro .navbar__menu__logo .navbar__menu__logo__bg {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 16.8rem;
  height: 5rem;
  background: #fcfafa;
  top: 54%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}

.navbar {
  z-index: 10;
}

.navbar__top {
  background: #393939;
  position: relative;
}

.navbar__top__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  padding-right: 70px;
}
.navbar__top__buttons a {
  width: 4rem;
  height: 4rem;
  border-left: 0.1rem solid #515050;
  color: #fcfafa;
  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;
}
.navbar__top__buttons a svg {
  width: 1.6rem;
  height: 1.6rem;
  color: inherit;
}
.navbar__top__buttons a:hover {
  background: #515050;
}

.navbar__top__wrapper {
  height: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
          padding-left: 70px;
}
@media(max-width: 340px){
	.navbar__top__wrapper {
		padding-left: 40px;
	}
}


.navbar__top__wrap {
  margin-left: auto;
  height: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navbar__top-drop {
  height: 4rem;
}
.navbar__top-drop .dropdown-content {
  width: 100%;
}
.navbar__top-drop .dropdown-content a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.5rem;
  background: #393939;
  color: #c6c5c5;
  font-size: 1.3rem;
  line-height: 1;
  font-weight: 300;
}
.navbar__top-drop .dropdown-content a span {
  font-weight: 500;
  color: #fcfafa;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.navbar__top-drop .dropdown-content a:hover {
  background: #393939dc;
}
.navbar__top-drop:hover .navbar__top__link {
  color: #fcfafa;
}

.navbar__top__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 4rem;
  color: #c6c5c5;
  font-size: 1.3rem;
  line-height: 1;
  font-weight: 300;
  padding-top: 1rem;
}
.navbar__top__link span {
  font-weight: 500;
  color: #fcfafa;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 0.3rem;
}

.navbar__middle {
  background: #fff;
}

.navbar__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fcfafa;
  font-size: 2.6rem;
  line-height: 1;
  font-family: "Anton", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  margin-right: 2.2rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
}
.navbar__logo a {
 color: inherit !important;
 text-decoration: none !important;
 font-weight: 600;
 white-space: nowrap;
}

.navbar__logo img {
  width: 4.3rem;
  position: absolute;
  top: 0;
  left: 0;
}
.navbar__logo:hover {
  font-family: "Anton", sans-serif;
}

.navbar__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 6rem;
}

.navbar__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.navbar__links .navbar__link {
  height: 6rem;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 2.4rem;
  color: #000;
  margin-right: 2vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 0.4rem solid transparent;
}
.navbar__links .navbar__link:hover {
  color: #616161;
}
.navbar__links .navbar__link.active {
  color: #de3425;
  border-bottom: 0.4rem solid #de3425;
}

.navbar__link-drop .dropdown-content {
  width: 100%;
}
.navbar__link-drop a {
  font-size: 1.1rem;
  padding: 0.5rem;
  color: #040404;
}
.navbar__link-drop a:hover {
  background: #e8e8e866;
}
.navbar__link-drop:hover .navbar__link {
  color: #de3425;
}

.navbar__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
}

.navbar__info__button a {
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 500;
  color: #292929;
  /* width: 15rem; */
  width: 20rem;
  height: 4rem;
  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;
  background: #f8f4f4;
  border-radius: 3rem;
  text-align: center;
}
.navbar__info__button a:hover {
  color: #de3425;
}

.navbar__menu_brokers {
  margin-left: auto;
}
.navbar__menu_brokers a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  color: #de3425;
}
.navbar__menu_brokers a svg {
  color: inherit;
  height: 2.3rem;
  width: 2.3rem;
  margin-left: 0.6rem;
}
.navbar__menu_brokers a:hover {
  color: #424141;
}

/* HAMBURGER BUTON*/
.hamburger {
  padding: 1.4rem 1rem;
  display: none;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  -o-transition-property: opacity, filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
       -o-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger:hover {
  opacity: 1;
}

.hamburger.active:hover {
  opacity: 1;
}

.hamburger.active .hamburger-inner,
.hamburger.active .hamburger-inner::before,
.hamburger.active .hamburger-inner::after {
  background-color: #de3425;
}

.hamburger-box {
  width: 4rem;
  height: 2.4rem;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -0.2rem;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 3.5rem;
  height: 0.3rem;
  background-color: #4f4f4f;
  border-radius: 0.4rem;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
       -o-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -1rem;
}

.hamburger-inner::after {
  bottom: -1rem;
}

.hamburger--3dx .hamburger-box {
  -webkit-perspective: 8rem;
          perspective: 8rem;
}

.hamburger--3dx .hamburger-inner {
  -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx .hamburger-inner::before,
.hamburger--3dx .hamburger-inner::after {
  -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx.active .hamburger-inner {
  background-color: transparent !important;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.hamburger--3dx.active .hamburger-inner::before {
  -webkit-transform: translate3d(0, 1rem, 0) rotate(45deg);
          transform: translate3d(0, 1rem, 0) rotate(45deg);
}

.hamburger--3dx.active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -1rem, 0) rotate(-45deg);
          transform: translate3d(0, -1rem, 0) rotate(-45deg);
}

/* MAIN MAIN CONTENT --------------------------------------------------- */
section {
  overflow: hidden;
}

.btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.slick-slide:focus {
  outline: none;
}

.slick-list {
  padding: 0 !important;
}

.slick-prev{
  cursor: pointer;
  color: #787878;	
  display: block;
  position: relative;
}
.slick-next{
  cursor: pointer;	
  color: #787878;	
  display: block;
  position: relative;
}
.slick-prev img:hover,
.slick-next img:hover {
	background-color: #ededed;
}

.slick-prev img,
.slick-next img {
	padding: 5px;
	border: solid 2px #787878;
	border-radius: 45px;
}

.main {
  position: relative;
}

.main__elements {
  position: absolute;
  z-index: -1;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.main__element_left {
  width: 27.3rem;
  left: 0;
  bottom: 0;
}

.main__element_left-top {
  width: 29.4rem;
  left: 4rem;
  top: 0;
}

.main__element_right {
  width: 26.9rem;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

/* //! SECTION HEADER -_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_ */
.header {
  padding-top: 15rem;
  padding-bottom: 5rem;
}

.header__wrapper {
  position: relative;
  height: auto;
}

.header__sldier {
  height: 80%;
}
.header__sldier .slick-list {
  height: 100%;
}
.header__sldier .slick-list .slick-track {
  height: inherit;
}

.header__sldier .slick-slide {
  margin: 0 0.7rem;
}
.header__sldier .slick-list {
  margin: 0 -0.7rem;
}
.header__sldie__wrapper {
  position: relative;
  height: inherit;
}

.header__sldier__dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 5.5rem;
}
.header__sldier__dots ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.header__sldier__dots ul li {
  margin: 0 0.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__sldier__dots ul li button {
  width: 7rem;
  height: 0.1rem;
  border-radius: 50%;
  padding: 0;
  margin: 0;
  background: #424141;
  cursor: pointer;
  border-radius: 0;
  font-size: 0;
  color: transparent;
}
.header__sldier__dots ul li.slick-active button {
  color: transparent;
  background: #de3425;
}

.header__wrapper__button {
  padding-top: 3rem;
  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;
}
.header__wrapper__button a {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  color: #424141;
}
.header__wrapper__button a:hover {
  color: #de3425;
}
.header__wrapper__button a:focus {
  color: #de3425;
}
.header__wrapper__button svg {
  width: 1.9rem;
  height: 0.9rem;
  color: inherit;
  margin-left: 0.6rem;
}

.header__sldie__content {
  padding-top: 5rem;
}

.header__sldie__title {
  margin-bottom: 5.5rem;
}
.header__sldie__title h2 {
  font-family: "Anton", sans-serif;
  font-weight: 400;
  color: #212121;
  font-size: 4.5rem;
  line-height: 1;
}
.header__sldie__title p {
  color: #424141;
  font-size: 2.4rem;
  line-height: 1;
  font-weight: 900;
}

.header__sldie__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	flex-direction:column;
}
.header__sldie__text ul li {
  font-size: 1.9rem;
  line-height: 3rem;
  font-weight: 700;
  color: #424141;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__sldie__text ul li::before {
  content: "";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 0.7rem;
  min-width: 0.7rem;
  height: 0.7rem;
  background: url(../images/icons/right_arrow.svg) center no-repeat;
  background-size: cover;
  margin-right: 1.5rem;
}

.header__sldie__text__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #de3425;
  font-size: 6rem;
  line-height: 1;
  font-family: "Anton", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  margin-right: 2.5rem;
}

/* //! SECTION LOG IN & REGISTRATION -_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_ */
.log-reg {
  padding-top: 15rem;
  padding-bottom: 5rem;
}

.log-reg__title {
  text-align: center;
  margin-bottom: 7rem;
}


.log-reg__title h1 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
}
.log-reg__title p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2.8rem;
  color: #212121;
}
.log-reg__title p a {
  font-size: 1.8rem;
  font-weight: 500;
  color: #de3425;
  margin: 0 0.5rem;
}
.log-reg__title p a:hover {
  color: #212121;
}
.log-reg__title p a:focus {
  color: #212121;
}
.log-reg__title p a.active {
  color: #212121;
}

.login__form {
  padding: 0 2rem;
}

.reg__form {
  padding: 0 2rem;
}



/*-------------------7390*/
.form-field {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 5.6rem;
  margin-top: 0.64rem;
  margin-bottom: 3rem;
}
.form-field .form-field__title {
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
  color: #9b9b9b;
  background: #fcfafa;
  padding: 0 1rem;
  position: absolute;
  left: 1.1rem;
  top: -0.64rem;
}
.right_color {
  background: #f5f5f5 !important;
}
.form-field input {
  height: 100%;
  width: 100%;
  padding: 1rem 2rem;
  border: 0.1rem solid #9b9b9b;
  border-radius: 0.6rem;
  color: #212121;
}
.form-field input:focus {
  border: 0.1rem solid #de3425;
}
.form-field select {
  background: #fcfafa;
  height: 100%;
  width: 100%;
  padding: 1rem 2rem;
  border: 0.1rem solid #9b9b9b;
  border-radius: 0.6rem;
  color: #212121;
}
.form-field select:focus {
  outline: none;
  border: 0.1rem solid #de3425;
}
.form-field select:active {
  outline: none;
}

.content__wrapper__textarea {
  width: 100%;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* Remove default arrow */
}

select::-ms-expand {
  display: none;
  /* Hide the default arrow in Internet Explorer 10 and Internet Explorer 11 */
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.form-field__chevron {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 45%;
  -webkit-transform: rotate(90deg) translate(0, -50%);
      -ms-transform: rotate(90deg) translate(0, -50%);
          transform: rotate(90deg) translate(0, -50%);
  right: 1.5rem;
}
.form-field__chevron svg {
  width: 0.8rem;
  height: 0.8rem;
}

.login__form__forgot {
  position: relative;
}
.login__form__forgot a {
  position: absolute;
  right: 0;
  top: -1.2rem;
  font-size: 1.2rem;
  line-height: 1;
  font-weight: 400;
  color: #252525;
}
.login__form__forgot a:hover {
  color: #de3425;
}
.login__form__forgot a:focus {
  color: #de3425;
}

.login__form__button {
  padding-top: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.login__form__button .btn {
  width: 20.6rem;
  height: 6.2rem;
}

.check-box {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-family: "Roboto", sans-serif;
  font-size: 1.2rem;
  line-height: 2.5rem;
  font-weight: 400;
  font-style: italic;
  color: #3d4461;
}

.check-box input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 2.5rem;
  width: 2.5rem;
  background-color: #fcfafa;
  border: 0.1rem solid #9b9b9b;
  border-radius: 0.6rem;
}

.check-box:hover input ~ .checkmark {
  background-color: #fcfafa;
}

.check-box input:checked ~ .checkmark {
  background-color: #fcfafa;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.check-box input:checked ~ .checkmark:after {
  display: block;
}

.check-box .checkmark:after {
  left: 0.8rem;
  top: 0.2rem;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 0.5rem;
  height: 1.2rem;
  border: solid #de3425;
  border-width: 0 3px 3px 0;
}

.reg__form__button {
  padding-top: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.reg__form__button a {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  color: #424141;
}
.reg__form__button a:hover {
  color: #de3425;
}
.reg__form__button svg {
  width: 1.9rem;
  height: 0.9rem;
  color: inherit;
  margin-left: 0.6rem;
}

.reg__info {
  width: 100%;
  padding: 3rem;
  border: 0.1rem dashed #979696;
  text-align: center;
  margin-bottom: 5rem;
  background: #fff;
}
.reg__info p {
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 2.2rem;
  color: #000;
}
.reg__info p span {
  font-weight: 400;
}

.reg_info__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 3.5rem;
}
.reg_info__tabs a {
  width: 45%;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
  color: #212121;
  border-bottom: 0.2rem solid #424141;
  padding: 1rem 0;
}
.reg_info__tabs a.active {
  border-bottom: 0.2rem solid #de3425;
}

/* //! SECTION SEARCH/REPORT -_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_ */
.search-report {
  padding-top: 8rem;
}

.search-report__logo {
  width: 15rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.search-report__title {
  margin-bottom: 5rem;
  text-align: center;
}
.search-report__title h2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
}

.search-report__info {
  width: 100%;
  padding: 2.2rem;
  border: 0.1rem dashed #979696;
  text-align: center;
  margin-bottom: 5rem;
  background: #fff;
}
.search-report__info p {
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 2.2rem;
  color: #000;
}
.search-report__info p span {
  font-weight: 400;
}

.search-report__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.search-report__form__fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.search-report__form__fields .form-field {
  margin-top: 0;
  margin-bottom: 0;
}
.search-report__form__fields .form-field__title {
  color: #000;
}

.or {
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 300;
  color: #000;
  margin: 0 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.search-report__form__button {
  padding-top: 3rem;
  margin-bottom: 7rem;
}
.search-report__form__button .btn svg {
  width: 1.9rem;
  height: 0.9rem;
  color: inherit;
  margin-left: 0.6rem;
}

.bad-brokers {
  padding-bottom: 5rem;
}

.bad-brokers__wrapper {
  background: #fff;
  padding: 2rem 3rem;
  border-radius: 0.6 rem;
}

.bad-brokers__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.bad-brokers__title h2 {
  font-size: 2.2rem;
  line-height: 1;
  font-weight: 500;
}
.bad-brokers__title a {
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 500;
  color: #292929;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 4rem;
  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;
  background: #f8f4f4;
  border-radius: 3rem;
  padding: 0 3rem;
  border: 0.1rem solid #f5eeee;
}
.bad-brokers__title a:hover {
  color: #de3425;
}

.bad-brokers__table__row {
  padding: 2rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.bad-brokers__table__row:not(:last-child) {
  border-bottom: 0.1rem dashed #979696;
}
.bad-brokers__table__row .bad-brokers__table__col:nth-child(1) {
  width: 70%;
}
.bad-brokers__table__row .bad-brokers__table__col:nth-child(2) {
  width: 15%;
	justify-content: center;
}
.bad-brokers__table__row .bad-brokers__table__col:nth-child(3) {
  width: 15%;
	justify-content: center;
}
/*.bad-brokers__table__row .bad-brokers__table__col:nth-child(3) p {
  margin-left: -3rem;
}
.bad-brokers__table__row .bad-brokers__table__col:nth-child(3) p.main_p {
  margin-left: 2rem;
}*/

.bad-brokers__table__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bad-brokers__table__col h3 {
  font-size: 1.3rem;
  line-height: 2.6rem;
  font-weight: 300;
  text-transform: uppercase;
  color: #000;
  cursor: pointer;
}
.bad-brokers__table__col h2 {
  font-size: 1.8rem;
  line-height: 2.6rem;
  font-weight: 400;
  color: #000;
}
.bad-brokers__table__col p {
  font-size: 1.629rem;
  line-height: 2.6rem;
  font-weight: 400;
  color: #000;
}
@media(max-width: 426px){
	.bad-brokers__table__col h2,
	.bad-brokers__table__col p {
		font-size: 1.4rem; 
	}
}

.bad-brokers__table__col__number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 2rem;
  min-width: 2rem;
  height: 2rem;
  background: #de3425;
  color: #fff;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  margin-right: 2.5rem;
}

/* //! SECTION SEARCH/REPORT -_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_ */
.broker {
  padding-top: 5rem;
  padding-bottom: 5rem;
	overflow: initial;
}

.broker__info {
  position: relative;
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
  padding-right: 2rem;
  padding-left: 2rem;
  background: #fff;
  border-radius: 2rem;
  margin-bottom: 3rem;
}

.broker__info__label {
  cursor: pointer;
  position: absolute;
  top: 1rem;
  right: 2rem;
  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;
  border-radius: 50%;
  width: 3.6rem;
  height: 3.6rem;
  color: #fff;
  background: #424141;
}
.broker__info__label svg {
  width: 1.6rem;
  height: 1.6rem;
}
.broker__info__label:hover {
  background: #727272;
}
.broker__info__label.active {
  background: #de3425;
}

.broker__info__text {
  margin-bottom: 2.2rem;
}
.broker__info__text p {
  font-size: 1.3rem;
  line-height: 1;
  font-weight: 300;
  text-transform: uppercase;
}
.broker__info__text h4 {
  font-size: 2.4rem;
  line-height: 1;
  font-weight: 500;
}

.broker__info__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.broker__info__wrap {
  width: 45%;
  background: #424141;
  border-radius: 0.8rem;
  padding: 2rem 1.8rem;
}
.broker__info__wrap h4 {
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 400;
  color: #fff;
  margin-bottom: 0.5rem;
}
.broker__info__wrap p {
  font-size: 1.1rem;
  line-height: 1;
  font-weight: 300;
  color: #fff;
  opacity: 0.86;
}

.broker__info__wrap__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2rem;
}

.broker__info__wrap__head__icon {
  width: 1.8rem;
}

.broker__info__wrap__head__numb {
  font-family: "Oswald", sans-serif;
  font-size: 3.2rem;
  line-height: 1;
  font-weight: 400;
  color: #fff;
}

.broker__stats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 2rem;
  padding-left: 2rem;
  margin-bottom: 2rem;
}

.broker__stats__blok {
  width: 49%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.broker__stats__blok p {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  color: #000;
}
.broker__stats__blok.right {
  text-align: right;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.broker__stats__blok.right p {
  font-size: 1.3rem;
  line-height: 1;
  font-weight: 300;
  text-transform: uppercase;
}
.broker__stats__blok p {
  font-size: 1.3rem;
  line-height: 1;
  font-weight: 300;
  text-transform: uppercase;
}
.broker__stats__blok.right .broker__stats__blok__numb {
  margin-right: 1rem;
}

.broker__stats__blok__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1rem;
}

.broker__stats__blok__icon {
  width: 3.6rem;
  height: 3.4rem;
}

.broker__stats__blok__numb {
  font-family: "Oswald", sans-serif;
  font-size: 3.2rem;
  line-height: 1;
  font-weight: 400;
  color: #424141;
  margin-left: 1rem;
}

.broker__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 2rem;
  padding-left: 2rem;
}
.broker__buttons a {
  width: 48%;
  height: 4.5rem;
  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;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  color: #de3425;
  border-radius: 0.6rem;
  border: 0.1rem solid #9b9b9b;
}
.broker__buttons a svg {
  width: 2rem;
  min-width: 2rem;
  height: 2rem;
  color: inherit;
  margin-right: 0.5rem;
}
.broker__buttons a:hover {
  color: #5c5c5c;
}

.broker__reports {
  padding-left: 2rem;
}

.broker__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 2rem;
}
.broker__reports__order__space {
  position: relative;
  text-align: right;
  font-size: 1.4rem;
  padding: 0 1.5rem;
  margin-bottom: 25px;
}
.broker__reports__order__block {
  display: flex;
  justify-content: flex-end;
}
.broker__reports__order__block span {
  cursor: pointer;
}
.broker__reports__title {
  position: relative;
  margin-bottom: 3rem;
}
.broker__reports__title h2 {
  padding-bottom: 1rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 500;
  border-bottom: 0.4rem solid #de3425;
}
.broker__reports__title::after {
  position: absolute;
  bottom: 0;
  z-index: -1;
  content: "";
  width: 100%;
  height: 0.4rem;
  background: #424141;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.broker__reports__wrapper {
  padding-bottom: 5rem;
}

.broker__report {
  position: relative;
}

.broker__report__title {
  cursor: pointer;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  width: 100%;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1;
  color: #2e2e2e;
  text-align: left;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  padding: 0;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.broker__report__title.active {
  color: #de3425;
}
.broker__report__title.active .broker__report__icon svg {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg);
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  -o-transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}
.broker__report__icon {
  margin-left: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.broker__report__icon svg {
  width: 1rem;
  height: 1rem;
  min-width: 1rem;
  margin-left: 2rem;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  -o-transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}
.broker__report__icon span {
  font-size: 1.9rem;
  font-weight: 500;
  line-height: 1;
}

.broker__report__content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.2s ease-out;
  -o-transition: max-height 0.2s ease-out;
  transition: max-height 0.2s ease-out;
}
.broker__report__content p {
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 2.4rem;
  color: #000000;
}

.broker__report__content__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1rem;
}
.broker__report__content__title h3 {
  font-size: 1.7rem;
  line-height: 1;
  font-weight: 500;
}

.broker__report__content__title__label {
  font-size: 1.3rem;
  line-height: 1;
  font-weight: 300;
  padding: 0 2rem;
  height: 2rem;
  color: #fff;
  background: #424141;
  border-radius: 1rem;
  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;
}
.broker__report__content__text {
  padding-bottom: 10px;
  border-bottom: dashed thin #CCC;
  margin-bottom: 30px;
}
.broker__report__content__text p {
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: 2.164rem;
  font-weight: 400;
  color: #000;
}
.broker__report__content__text p span {
  color: #6a6a6a;
  text-transform: uppercase;
}
.broker__report__content__text ul {
  margin-bottom: 1rem;
}
.broker__report__content__text ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.broker__report__content__text ul li p {
  margin-bottom: 0;
}
.broker__report__content__text ul li::before {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 0.3rem;
  height: 0.3rem;
  margin-right: 1rem;
  background: #424141;
  border-radius: 50%;
}

.broker__report__content__wrap:not(:last-child) {
  margin-bottom: 3rem;
  padding-bottom: 3rem;
  border-bottom: 0.1rem dashed #979696;
}


/*btn old style*/

.btn__old {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  width: 20rem;
  height: 5rem;
  min-height: 1rem;
  padding: 0rem 1rem;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1;
  color: #fff;
  background: #e31e24;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  border-radius: 0.6rem;
  outline: none !important;
}
.btn__old:hover {
  background: #c22315;
  color: #fff;
  outline: none !important;
}
.btn__old:active {
  background: #c22315;
  color: #fff;
  outline: none !important;
}
.btn__old:focus {
  background: #c22315;
  color: #fff;
  outline: none !important;
}
.btn__old.active {
  background: #c22315;
  color: #fff;
  outline: none !important;
}
.btn__old span {
  margin-left: 0.5rem;
  font-weight: 400;
}

.btn-wrapper__old {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.login__form__button .btn {
  width: 20.6rem;
  height: 6.2rem;
}



/* ROGIR_ST SECTION FOR COMMENTS*/

.btn__old {
	
}


.sub-form-reply {
	display:none;
}
			
.history {
	display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    width: 9rem;
    height: 3.4rem;
    min-height: 1rem;
    padding: 0rem 1rem;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 1;
    color: #fff;
    background: #e31e24;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    border-radius: 0.6rem;
    outline: none !important;
}


.broker_comments_name_image {
	width: 25px;
	height: auto;
	padding-left: 20px;
	position: relative;
	top: 5px;
}

.broker__stats__blok_image {		
	/* width: 30px; */
	height: auto;
	padding-right: 5px;
	display: flex;
	grid-column-gap: 40px;
	align-items: center;
}
.for_img {
	width: 2.2rem;
	height: 2.2rem; 
}
.for_img:active {
	margin-top: 1px;
	width: 1.8rem;
	height: 1.8rem;
	/* width: 22px;
	height: 22px; */
}
.this_like {
	border: solid 2px #7dac75;
	background-color: #7dac75;
	border-radius: 60px;
	width: 2.4rem;
	height: 2.4rem;
}
.this_dislike {
	border: solid 2px #aaa;
	background-color: #aaa;
	border-radius: 60px;
	width: 2.4rem;
	height: 2.4rem;
}

.broker__stats__blok_image p {
   	white-space: nowrap;
    margin-left: -38px;
    padding-top: 4px;
}

.reply_comment {	
	position: relative;
	bottom: 20px;
	left: 88%;
	display:inline-block;
}

.sub_reply_comment {	
	position: relative;
	bottom: 20px;
	left: 537px;
}

.sub_reply_comment p {	
	font-weight: bold;
	cursor: pointer;
}

.reply_comment p {	
	font-weight: bold;
	cursor: pointer;
}

.sub_reply_comment_send {
	cursor: pointer;
	margin-top: -10px;
}

.show_comments {
	cursor: pointer;
}
.show_comments:hover {
	color: #de3425;
}

.broker__info__comments {
	position: fixed;
	padding-top: 9.5rem;
	padding-bottom: 7.5rem;
	padding-right: 17rem;
	padding-left: 3rem;
	background: #fff;
	border-radius: 2rem;
	margin-bottom: 3rem;
}


textarea[type=comment] {	
	height: 100%;
	width: 410px;
	padding: 1rem 2rem;
	border: 0.1rem solid #9b9b9b;
	border-radius: 0.6rem;
	color: #212121
}

textarea[type=comment]:hover{	
	height: 100%;
	width: 410px;
	padding: 1rem 2rem;
	border: 0.1rem solid #9b9b9b;
	border-radius: 0.6rem;
	border-color: #de3425;
}	

.show_body_comment {
	position: relative;
	top: -51px;
}

.send_leave_comment {
	padding-top: 10px;
	cursor: pointer;
}
.new_send_leave_comment {
	width: 30%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.reply_feedback .new_send_leave_comment {
	width: 10%;
}
.new_send_leave_comment svg {
	cursor: pointer;
}

.input_comment {
	display: flex;
	justify-content: flex-start;
	width: 100%;
	background: #fcfafa;
	position: absolute;
	z-index: 999999;
	border-radius: 3px;
}
.input_comment.reply_feedback {
	background: transparent;
}
.input_comment textarea {
	width: 70%;
	border-radius: 2.5rem;
	box-shadow: inset 0 0 3px 1px #dcdcdc;
}
.input_comment textarea:hover {
	width: 70%;
	border-radius: 2.5rem;
}
.input_comment.reply_feedback textarea,
.input_comment.reply_feedback textarea:hover {
	width: 90%;
}

@media (max-width: 2140px) {
	
	.broker_comments_name_image {
		width: 20px;
		height: auto;
		padding-left: 15px;
		position: relative;
		top: 5px;
	}
	.broker__stats__blok_image {
		
		/* width: 25px; */
		height: auto;
		padding-right: 5px;
		display: flex;
		grid-column-gap: 40px;
	}
	.for_img:active {
		/* margin-top: 1px;
		width: 19px;
		height: 19px; */
	}
	.sub_reply_comment {
	    position: relative;
	    bottom: 20px;
	    left: 573px;
	}
	textarea[type=reply] {	
		height: 100%;
		width: 410px;
		padding: 1rem 2rem;
		border: 0.1rem solid #9b9b9b;
		border-radius: 0.6rem;
		color: #212121
	}
	textarea[type=reply]:hover{	
		height: 100%;
		width: 410px;
		padding: 1rem 2rem;
		border: 0.1rem solid #9b9b9b;
		border-radius: 0.6rem;
		border-color: #de3425;
	}	

	.input_comment textarea {
		width: 70%;
		border-radius: 2.5rem;
	}
	.input_comment textarea:hover {
		width: 70%;
		border-radius: 2.5rem;
	}
	

}

@media (max-width: 1399px) {
	
	.broker_comments_name_image {
		width: 20px;
		height: auto;
		padding-left: 15px;
		position: relative;
		top: 5px;
	}
	.broker__stats__blok_image {
		
		/* width: 25px; */
		height: auto;
		padding-right: 5px;
		display: flex;
		grid-column-gap: 40px;
	}
	.for_img:active {
		/* margin-top: 1px;
		width: 19px;
		height: 19px; */
	}
	.sub_reply_comment {
	    position: relative;
	    bottom: 20px;
	    left: 538px;
	}
	textarea[type=reply] {	
		height: 100%;
		width: 410px;
		padding: 1rem 2rem;
		border: 0.1rem solid #9b9b9b;
		border-radius: 0.6rem;
		color: #212121
	}
	textarea[type=reply]:hover{	
		height: 100%;
		width: 410px;
		padding: 1rem 2rem;
		border: 0.1rem solid #9b9b9b;
		border-radius: 0.6rem;
		border-color: #de3425;
	}
	
	
	textarea[type=comment] {	
		height: 45px;
		width: 365px;
		padding: 1rem 2rem;
		border: 0.1rem solid #9b9b9b;
		border-radius: 0.6rem;
		color: #212121
	}
	textarea[type=comment]:hover{	
		height: 45px;
		width: 365px;
		padding: 1rem 2rem;
		border: 0.1rem solid #9b9b9b;
		border-radius: 0.6rem;
		border-color: #de3425;
	}
	
	.dropbtn {		
		/* padding-right: 150px;	*/
	}
	
	.show_body_comment {
	    position: relative;
	    top: -45px;
	}		

	.input_comment textarea {
		width: 70%;
		border-radius: 2.5rem;
	}
	.input_comment textarea:hover {
		width: 70%;
		border-radius: 2.5rem;
	}
	


}


@media (max-width: 1199px) {
	
	.broker_comments_name_image {
		width: 20px;
		height: auto;
		padding-left: 15px;
		position: relative;
		top: 5px;
	}
	.broker__stats__blok_image {
		
		/* width: 25px; */
		height: auto;
		padding-right: 5px;
		display: flex;
		grid-column-gap: 40px;
	}
	.for_img:active {
		/* margin-top: 1px;
		width: 19px;
		height: 19px; */
	}
	.sub_reply_comment {
	    position: relative;
	    bottom: 20px;
	    left: 445px;
	}
	textarea[type=reply] {	
		height: 100%;
		width: 410px;
		padding: 1rem 2rem;
		border: 0.1rem solid #9b9b9b;
		border-radius: 0.6rem;
		color: #212121
	}
	textarea[type=reply]:hover{	
		height: 100%;
		width: 410px;
		padding: 1rem 2rem;
		border: 0.1rem solid #9b9b9b;
		border-radius: 0.6rem;
		border-color: #de3425;
	}
	
	textarea[type=comment] {
			
		height: 40px;
		width: 308px;
		padding: 1rem 2rem;
		border: 0.1rem solid #9b9b9b;
		border-radius: 0.6rem;
		color: #212121
	}
	
	textarea[type=comment]:hover{	
		
		height: 40px;
		width: 308px;
		padding: 1rem 2rem;
		border: 0.1rem solid #9b9b9b;
		border-radius: 0.6rem;
		border-color: #de3425;
	}
	
	.show_body_comment {
	    position: relative;
	    top: -37px;
	}
	
	.dropbtn {		
		/* padding-right: 110px;	*/
	}
	
	
	
	.input_comment textarea {
		width: 70%;
		border-radius: 2.5rem;
	}
	.input_comment textarea:hover {
		width: 70%;
		border-radius: 2.5rem;
	}
	
	
		
}

@media (max-width: 991px) {
	
	.broker_comments_name_image {
		width: 17px;
		height: auto;
		padding-left: 15px;
		position: relative;
		top: 5px;
	}
	
	.broker__stats__blok_image {
		/* width: 20px; */
		height: auto;
		padding-right: 5px;
		display: flex;
		grid-column-gap: 40px;
	}
	.for_img:active {
		/* width: 13px;
		height: 13px; */
	}
	.sub_reply_comment {			
		position: relative;
		bottom: 20px;
		left: 315px;
	}
	
	.reply_comment {
	    position: relative;
	    bottom: 12px;
	    left: 88%;
	}
	
	.dropbtn {		
		/* padding-right: 60px;	*/
	}
	
	textarea[type=reply] {	
		height: 100%;
		width: 280px;
		padding: 1rem 2rem;
		border: 0.1rem solid #9b9b9b;
		border-radius: 0.6rem;
		color: #212121
	}
	textarea[type=reply]:hover{	
		height: 100%;
		width: 280px;
		padding: 1rem 2rem;
		border: 0.1rem solid #9b9b9b;
		border-radius: 0.6rem;
		border-color: #de3425;
	}
	
	
	textarea[type=comment] {	
		height: 30px;
		width: 230px;
		padding: 1rem 2rem;
		border: 0.1rem solid #9b9b9b;
		border-radius: 0.6rem;
		color: #212121;
		font-size: 10px; 
	}
	
	textarea[type=comment]:hover{		
		height: 30px;
		width: 230px;
		padding: 1rem 2rem;
		border: 0.1rem solid #9b9b9b;
		border-radius: 0.6rem;
		color: #212121;
		font-size: 10px;
	}
	
	.show_body_comment {
	    position: relative;
	    top: -30px;
	}	
	
	
	.input_comment textarea {
		width: 70%;
		border-radius: 2.5rem;
	}
	.input_comment textarea:hover {
		width: 70%;
		border-radius: 2.5rem;
	}
	.new_send_leave_comment svg {
		height: 20px !important;
		width: 20px !important;
	}
	
}

@media (max-width: 767px) {
	
	.broker_comments_name_image {
		width: 12px;
		height: auto;
		padding-left: 10px;
		position: relative;
		top: 2px;
	}
	
	.broker__stats__blok_image {		
		/* width: 15px; */
		height: auto;
		padding-right: 5px;
		display: flex;
		grid-column-gap: 40px;
	}
	.for_img:active {
		/* width: 10px;
		height: 10px; */
	}
	.sub_reply_comment {	
		position: relative;
		bottom: 20px;
		left: 225px;
	}
	.reply_comment {
	    position: relative;
	    bottom: 8px;
	    left: 88%;
	}
	.sub_reply_comment {
	    position: relative;
	    bottom: 6px;
	    left: 225px;
	}
	


	textarea[type=reply] {	
		height: 100%;
		width: max-content;
		padding: 1rem 2rem;
		border: 0.1rem solid #9b9b9b;
		border-radius: 0.6rem;
		color: #212121;
		font-size: 10px;
	}
	textarea[type=reply]:hover{	
		height: 100%;
		width: max-content;
		padding: 1rem 2rem;
		border: 0.1rem solid #9b9b9b;
		border-radius: 0.6rem;
		border-color: #de3425;
		font-size: 10px;
	}
	
	textarea[type=comment] {	
		height: 20px;
		width:  170px;
		padding: 1rem 2rem;
		border: 0.1rem solid #9b9b9b;
		border-radius: 0.6rem;
		color: #212121;
		font-size: 1.5rem;
	}
	
	textarea[type=comment]:hover{	
	
		height: 20px;
		width: 170px;
		padding: 1rem 2rem;
		border: 0.1rem solid #9b9b9b;
		border-radius: 0.6rem;
		border-color: #de3425;
		font-size: 1.5rem;
	}
	
	.show_body_comment {
	    position: relative;
		top: -19px;
	}
	
	
	.input_comment textarea {
		width: 70%;
		border-radius: 2.5rem;
	}
	.input_comment textarea:hover {
		width: 70%;
		border-radius: 2.5rem;
	}
	.new_send_leave_comment svg {
		height: 20px !important;
		width: 20px !important;
	}
	
		
}

@media (max-width: 575px) {
	.broker__info__comments {
		position: relative;
	}
	
	.broker_comments_name_image {
		width: 25px;
		height: auto;
		padding-left: 15px;
		position: relative;
		top: 5px;
	}
	
	.broker__stats__blok_image {
		/* width: 26px; */
		height: auto;
		padding-right: 5px;
		display: flex;
		grid-column-gap: 40px;
	}
	.for_img:active {
		/* margin-top: 1px;
		width: 20px;
		height: 20px; */
	}
	
	.sub_reply_comment {
	    position: relative;
	    bottom: 20px;
	    left: 86%;
	}
	
	textarea[type=reply] {	
		height: 100%;
		width: 85%;
		padding: 1rem 2rem;
		border: 0.1rem solid #9b9b9b;
		border-radius: 0.6rem;
		color: #212121
	}
	textarea[type=reply]:hover{	
		height: 100%;
		width: 85%;
		padding: 1rem 2rem;
		border: 0.1rem solid #9b9b9b;
		border-radius: 0.6rem;
		border-color: #de3425;
	}
	
	
	textarea[type=comment] {	
		height: 100%;
		width: 560px;
		padding: 1rem 2rem;
		border: 0.1rem solid #9b9b9b;
		border-radius: 0.6rem;
		color: #212121
	}
	textarea[type=comment]:hover {	
		height: 100%;
		width: 560px;
		padding: 1rem 2rem;
		border: 0.1rem solid #9b9b9b;
		border-radius: 0.6rem;
		color: #212121
	}
	.show_body_comment {
	    position: relative;
	    top: -50px;
	}
	.input_comment textarea {
		width: 70%;
		border-radius: 2.5rem;
	}
	.input_comment textarea:hover {
		width: 70%;
		border-radius: 2.5rem;
	}
	.new_send_leave_comment svg {
		height: 36px !important;
		width: 36px !important;
	}
	
}

.sub-reply-col {	
	margin-top: 2px;
	/* margin-left: 65px; */
	padding-bottom: 3px;
}

.lines_dotted {
	border-bottom-color: currentcolor;
	border-bottom-width: 2px;
	border-top: 2px solid;
}

.broker_comments {
  padding-top: 5rem;
  padding-bottom: 5rem;
}



.broker__info_comments {
	
	border-bottom: 1px solid #f00;	
	position: relative;
	padding-top: 1.3em;
	padding-bottom: 1.3em;
	padding-right: 2rem;
	padding-left: 2rem;
	background: #f5f5f5;
	border-radius: 0.2rem;
	margin-bottom: 0.1rem;
}

.broker__info__label_comments {
  cursor: pointer;
  position: absolute;
  top: 1rem;
  right: 2rem;
  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;
  border-radius: 50%;
  width: 3.6rem;
  height: 3.6rem;
  color: #fff;
  background: #424141;
}
.broker__info__label_comments svg {
  width: 1.6rem;
  height: 1.6rem;
}
.broker__info__label_comments :hover {
  background: #727272;
}
.broker__info__label_comments.active {
  background: #de3425;
}

.broker__info__text_comments {
  margin-bottom: 2.2rem;
  font-weight: bold; 
}

.broker__info__text_comments p { 	 
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 300;
  text-transform: uppercase;
}
.broker__info__text_comments h3 {
	font-size: 1.2rem;
	line-height: 2.5;
	font-weight: inherit;
}

.broker__info__text_comments h4 {
	font-size: 1.2rem;
	line-height: 1.5;
	font-weight: initial;
}


.broker__info__wrapper_comments {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.broker__info__wrap_comments {
  width: 45%;
  background: #424141;
  border-radius: 2rem;
  padding: 2rem 1.8rem;
}
.broker__info__wrap_comments h4 {
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 100;
  color: #fff;
  margin-bottom: 0.5rem;
}
.broker__info__wrap_comments p {
  font-size: 1.1rem;
  line-height: 1;
  font-weight: 300;
  color: #fff;
  opacity: 0.86;
}

.broker__info__wrap__head_comments {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2rem;
}

.broker__info__wrap__head__icon_comments {
  width: 1.8rem;
}

.broker__info__wrap__head__numb_comments {
  font-family: "Oswald", sans-serif;
  font-size: 3.2rem;
  line-height: 1;
  font-weight: 400;
  color: #fff;
}

.broker__stats_comments {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 2rem;
  padding-left: 2rem;
  margin-bottom: 2rem;
}

.broker__stats__blok_comments {
  width: 49%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.broker__stats__blok_comments p {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  color: #000;
}
.broker__stats__blok_comments.right {
  text-align: right;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.broker__stats__blok_comments.right p {
  color: #de3425;
}
.broker__stats__blok_comments.right .broker__stats__blok__numb_comments {
  margin-right: 1rem;
}

.broker__stats__blok__wrap_comments {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1rem;
}

.broker__stats__blok__icon_comments {
  width: 3.6rem;
  height: 3.4rem;
}

.broker__stats__blok__numb_comments {
  font-family: "Oswald", sans-serif;
  font-size: 3.2rem;
  line-height: 1;
  font-weight: 400;
  color: #424141;
  margin-left: 1rem;
}

.broker__buttons_comments {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 2rem;
  padding-left: 2rem;
}
.broker__buttons_comments a {
  width: 48%;
  height: 4.5rem;
  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;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  color: #de3425;
  border-radius: 0.6rem;
  border: 0.1rem solid #9b9b9b;
}
.broker__buttons_comments a svg {
  width: 2rem;
  min-width: 2rem;
  height: 2rem;
  color: inherit;
  margin-right: 0.5rem;
}
.broker__buttons_comments a:hover {
  color: #5c5c5c;
}

.broker__reports_comments {
  padding-left: 2rem;
}

.broker__button_comments {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 2rem;
}

.broker__reports__title_comments {
  position: relative;
  margin-bottom: 3rem;
}
.broker__reports__title_comments h2 {
  padding-bottom: 1rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 500;
  border-bottom: 0.4rem solid #de3425;
}
.broker__reports__title_comments::after {
  position: absolute;
  bottom: 0;
  z-index: -1;
  content: "";
  width: 100%;
  height: 0.4rem;
  background: #424141;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.broker__reports__wrapper_comments {
  padding-bottom: 5rem;
}

.broker__report_comments {
  position: relative;
}

.broker__report__title_comments {
  cursor: pointer;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  width: 100%;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1;
  color: #2e2e2e;
  text-align: left;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  padding: 0;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.broker__report__title_comments.active {
  color: #de3425;
}
.broker__report__title_comments.active .broker__report__icon_comments svg {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg);
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  -o-transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}
.broker__report__icon_comments {
  margin-left: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.broker__report__icon_comments svg {
  width: 1rem;
  height: 1rem;
  min-width: 1rem;
  margin-left: 2rem;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  -o-transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}
.broker__report__icon_comments span {
  font-size: 1.9rem;
  font-weight: 500;
  line-height: 1;
}

.broker__report__content_comments {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.2s ease-out;
  -o-transition: max-height 0.2s ease-out;
  transition: max-height 0.2s ease-out;
}
.broker__report__content_comments p {
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 2.4rem;
  color: #000000;
}

.broker__report__content__title_comments {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1rem;
}
.broker__report__content__title_comments h3 {
  font-size: 1.7rem;
  line-height: 1;
  font-weight: 500;
}

.broker__report__content__title__label_comments {
  font-size: 1.3rem;
  line-height: 1;
  font-weight: 300;
  padding: 0 2rem;
  height: 2rem;
  color: #fff;
  background: #424141;
  border-radius: 1rem;
  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;
}

.broker__report__content__text_comments p {
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: 2.164rem;
  font-weight: 400;
  color: #000;
}
.broker__report__content__text_comments p span {
  color: #6a6a6a;
  text-transform: uppercase;
}
.broker__report__content__text_comments ul {
  margin-bottom: 1rem;
}
.broker__report__content__text_comments ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.broker__report__content__text_comments ul li p {
  margin-bottom: 0;
}
.broker__report__content__text_comments ul li::before {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 0.3rem;
  height: 0.3rem;
  margin-right: 1rem;
  background: #424141;
  border-radius: 50%;
}

.broker__report__content__wrap_comments :not(:last-child) {
  margin-bottom: 3rem;
  padding-bottom: 3rem;
  border-bottom: 0.1rem dashed #979696;
}


/* SECTION FOR COMMENTS END*/


/* MAIN FOOTER --------------------------------------------------- */
.footer {
  background: #424141;
  padding-top: 2.8rem;
  padding-bottom: 4rem;
}

.footer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer__links a {
  font-size: 1.4rem;
  line-height: 2.5rem;
  font-weight: 300;
  color: #fcfafa;
  opacity: 0.65;
}
.footer__links a:not(:last-child) {
  margin-right: 3rem;
}
.footer__links a:hover {
  opacity: 1;
}

.footer__copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.footer__copyright p {
  font-size: 1.4rem;
  line-height: 2.5rem;
  font-weight: 300;
  color: #fcfafa;
  opacity: 0.65;
}
.footer__copyright svg {
  margin-left: 1.5rem;
  width: 11rem;
  min-width: 11rem;
  height: 2.8rem;
  color: #fcfafa;
  opacity: 0.65;
}

/* MAIN MEDIA --------------------------------------------------- */
@media (max-width: 1599.98px) {
	.navbar__top__buttons {
		position: static;
		margin-left: 5rem;
	}
}
@media (max-width: 1199.98px) {
  html {
    font-size: 8px;
  }
}
@media (max-width: 991.98px) {
  html {
    font-size: 6.5px;
  }
}
@media (max-width: 767.98px) {
  html {
    font-size: 4px;
  }
}
@media (max-width: 575.98px) {
  html {
    font-size: 10px;
  }

  .show-desktop {
    display: none;
  }

  .show-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .nav__mob {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 1rem;
    height: 5.2rem;
    background: #fff;
  }

  .navbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background: #fff;
    position: absolute;
    height: auto;
    left: -110%;
    top: 5.1rem;
    flex-direction: column;
    margin: 0;
    width: 100%;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .navbar.active {
    left: 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .navbar__top {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .navbar__top__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
  }

  .navbar__logo {
    height: inherit;
    color: #393939;
    padding-left: 5rem;
    
  }

  .nav.intro .navbar__middle {
    border: none;
    background: #fff;
  }
  .nav.intro .navbar__menu__logo {
    display: none;
  }

  .navbar__menu__button {
    padding-top: 3rem;
    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;
  }
  .navbar__menu__button a {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
    color: #424141;
  }
  .navbar__menu__button a:hover {
    color: #de3425;
  }
  .navbar__menu__button svg {
    width: 1.9rem;
    height: 0.9rem;
    color: inherit;
    margin-left: 0.6rem;
  }

  .navbar__menu {
    position: static;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
    padding: 2rem 1rem 3rem;
    width: 100%;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
	
  .reason-indirect {
  	
  	padding-bottom: 10px;
    font-weight: bold;
  }		
	
  .navbar__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .navbar__links .navbar__link {
    margin: 0 auto;
    font-size: 1.6rem;
    margin-bottom: 1.6rem;
  }

  .navbar__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin: 0;
  }

  .navbar__info__links {
    margin-right: 0;
    margin-top: 1rem;
  }

  .navbar__list {
    height: auto;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .navbar__list__item {
    width: 50%;
    margin-bottom: 2rem;
  }

  .navbar__top__delivery {
    margin-left: 0;
    margin-bottom: 1rem;
  }

  .navbar__top__phones {
    margin-left: 0;
    margin-bottom: 2rem;
  }

  .navbar__top__wrap {
    margin-left: 0;
    height: auto;
  }

  .navbar__top-drop {
    height: auto;
  }
  .navbar__top-drop .dropdown-content {
    position: static;
  }

  .navbar__top__buttons {
    position: static;
	margin: 0;
	padding: 0;
  }
  .navbar__top__buttons a {
    border: none;
    margin: 1rem;
  }

  .navbar__menu_brokers {
    margin: 0;
  }

  .header__sldie__text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .header {
    padding-top: 4rem;
  }

  .header__sldie__content {
    padding-top: 0;
  }

  .main__elements {
    display: none;
  }

  .log-reg {
    padding-top: 5rem;
  }

  .reg__info br {
    display: none;
  }

  .search-report__form__fields {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .or {
    margin: 1rem;
  }

  .bad-brokers__wrapper {
    padding: 2rem 1rem;
  }

  .bad-brokers__title a {
    text-align: center;
  }

  .bad-brokers__table__col__number {
    margin-right: 1rem;
  }

  .bad-brokers__table__col h2 {
    line-height: 1;
  }

  .bad-brokers__table__row .bad-brokers__table__col:nth-child(1) {
    width: 50%;
  }
  .bad-brokers__table__row .bad-brokers__table__col:nth-child(2) {
    width: 20%;
  }
  .bad-brokers__table__row .bad-brokers__table__col:nth-child(3) {
    width: 15%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .bad-brokers__table__row .bad-brokers__table__col:nth-child(4) {
  	margin-right: 0;
  	margin-left: 1rem;
  }
  .bad-brokers__table__row .bad-brokers__table__col:nth-child(3) p {
    padding-left: 0rem;
  }
  .bad-brokers__table__row .bad-brokers__table__col:nth-child(3) p.main_p {
  	margin-left: -3rem;
  }

  .broker__info {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .broker__stats,
.broker__buttons {
    padding-right: 0;
    padding-left: 0;
  }

  .broker__reports {
    padding-top: 5rem;
    padding-left: 0;
  }

  .broker__report__content__title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .broker__report__content__title__label {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }

  .footer__links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 3rem;
  }
  .footer__links a {
    margin-right: 0 !important;
    margin-bottom: 1rem;
  }

  .footer__copyright {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .footer__copyright svg {
    margin-left: 0;
    margin-bottom: 0.5rem;
  }
}
/*# sourceMappingURL=style.css.map */


.reas .reas__delete {
	
	text-align: center;
	width: 12%; 
}


.form-field_pls input[type=range] {
	display: none;
	height: 0;
	padding: 0;
	width: 100%;
}

.form-field_pls {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 5.6rem;
  margin-top: 0.64rem;
  margin-bottom: 3rem;
}

.form-field_pls .form-field__title {
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
  color: #9b9b9b;
  background: #fcfafa;
  padding: 0 1rem;
  position: absolute;
  left: 1.1rem;
  top: -0.64rem;
}

.form-field_pls input {
  height: 100%;
  width: 100%;
  padding: 1rem 2rem;
  border: 0.1rem solid #9b9b9b;
  border-radius: 0.6rem;
  color: #212121;
}


.form-field_pls select {
  background: #fcfafa;
  height: 100%;
  width: 100%;
  padding: 1rem 2rem;
  border: 0.1rem solid #9b9b9b;
  border-radius: 0.6rem;
  color: #212121;
}

.form-field_pls select:focus {
  outline: none;
  border: 0.1rem solid #de3425;
}

.form-field_pls select:active {
  outline: none;
}

.form-field_pls p {
	padding-bottom: 10px;
}


/* newBadBrokerReasons */

.layer {
	display: none;
	width: 0;
	height: 2px;
	background-color: #de3425;
	margin-left: 0.5%;
	margin-top: -4px;
}


input[type="range"] {
  -webkit-appearance: none;
  margin-right: 15px;
  width: 200px;
  height: 7px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 5px;
  background-image: linear-gradient(#ff4500, #ff4500);
  background-size: 70% 100%;
  background-repeat: no-repeat;

}

/* Input Thumb */
input[type="range"]::-webkit-slider-thumb {
 -webkit-appearance: none;
	height: 15px;
	width: 15px;
	border-radius: 100%;
	background: #de3425;
	cursor: ew-resize;
 	transition: background .3s ease-in-out;
}

input[type="range"]::-moz-range-thumb {
	-webkit-appearance: none;
	height: 15px;
	width: 15px;
	border-radius: 100%;
	background: #de3425;
	cursor: ew-resize;
 	transition: background .3s ease-in-out;
}

input[type="range"]::-ms-thumb {
 -webkit-appearance: none;
	height: 15px;
	width: 15px;
	border-radius: 100%;
	background: #de3425;
	cursor: ew-resize;
 	transition: background .3s ease-in-out;
}


/* Input Track */
input[type=range]::-webkit-slider-runnable-track  {
  -webkit-appearance: none;
  box-shadow: none;
  border: none;
  background: transparent;
}

input[type=range]::-moz-range-track {
  -webkit-appearance: none;
  box-shadow: none;
  border: none;
  background: transparent;
}

input[type="range"]::-ms-track {
  -webkit-appearance: none;
  box-shadow: none;
  border: none;
  background: transparent;
}

.show {
	display: none;
}



		

@media (max-width: 1980px) {
				
	.pd-check-box {
		padding-bottom: 5px;
	}
	.buttons {
		display: grid;
		justify-content: center;
		grid-template-columns: repeat(2, 1fr);
		align-items: start;
		grid-gap: 56%;		
	}
			
	.additional_cause {
	  	border-radius: 3%;
		width: 30%;
		box-sizing: border-box;
		padding: 13px;
		background-color: #eae9e9;
		z-index: 12;
		position: fixed;
		top: 61%;
		left: 34%;
	}
	.form_cause {
	 	margin-left: 0;
	}
	.p {
	  	font-size: 2.4rem;
	}
	.btn {
		font-size: 1.4rem;
		width: 5.5em;
		height: 1.6em;
	}
	.close {
	  	position: absolute;
		width: 27px;
		top:0.5%;
		left:93%;
	} 
	  
}

@media (max-width: 1199px) {
				
	.pd-check-box {
		padding-bottom: 5px;
	}
	.buttons {
		display: grid;
		justify-content: center;
		grid-template-columns: repeat(2, 1fr);
		align-items: start;
		grid-gap: 50%;		
	}
			
	.additional_cause {
	  	border-radius: 3%;
		width: 26%;
		box-sizing: border-box;
		padding: 10px;
		background-color: #eae9e9;
		z-index: 12;
		position: absolute;
		top: 61%;
		left: 36%;
	}
	.form_cause {
	 	margin-left: 0;
	}
	.p {
	  	font-size: 2.4rem;
	}
	.btn {
		font-size: 1.6rem;
		width: 5.6em;
		height: 1.6em;
	}
	.close {
	  	position: absolute;
		width: 24px;
		top:0.5%;
		left:93%;
	} 
	  
}


		
@media (max-width: 991px) {
				
				
	.pd-check-box {
		padding-bottom: 5px;
	}
			
	.buttons {
		display: grid;
		justify-content: center;
		grid-template-columns: repeat(2, 1fr);
		align-items: start;
		grid-gap: 55%;		
	}
			
	.additional_cause {  	 	
	  	border-radius: 3%;
		width: 33%;
		box-sizing: border-box;
		padding: 10px;
		background-color: #eae9e9;
		z-index: 12;
		position: absolute;
		top: 59%;
		left: 34%;
	}
	.form_cause {
	 	margin-left: 0;
	}
	.p {
	 	font-size: 2.4rem;
	}
	.btn {
		font-size: 1.6rem;
		width: 5em;
		height: 1.4em;
	}
	.close {
	  	position: absolute;
		width: 20px;
		top:0.5%;
		left:93%;
	}
   
}
		
@media (max-width: 766.9999999px) {
				
	.pd-check-box {
		padding-bottom: 0px;
	}
	
	.additional_cause .check-box {
		margin-bottom: 7px;
	}
			
	.buttons {
		display: grid;
		justify-content: center;
		grid-template-columns: repeat(2, 1fr);
		align-items: start;
		grid-gap: 55%;
	}
				
	.additional_cause {
		border-radius: 3%;
		width: 30%;
		box-sizing: border-box;
		padding: 10px;
		background-color: #eae9e9;
		z-index: 12;
		position: absolute;
		top: 57%;
		left: 35%;
	}	  
	  
	.form_cause {
	  	margin-left: 0;
	  	position: relative;
	  	top: 5px;
	}
	  
	.p {
	  	font-size: 2.4rem;
	}
	  
	.btn {
		width: 9rem;
    	height: 2rem;
		font-size: 1.4rem;
	}
	  
	.close {
	  	position: absolute;
	    width: 17px;
	    top:0.5%;
		left:93%;
	} 
  
}

		
@media (max-width: 575px) {	

	.pd-check-box {
		padding-bottom: 10px;
	}
	
   .buttons {
		display: grid;
		justify-content: center;
		grid-template-columns: repeat(2, 1fr);
		align-items: start;
		grid-gap: 60%;
		
	}
    .additional_cause {  	 	
		border-radius: 3%;
		width: 85%;
		box-sizing: border-box;
		padding: 30px;
		background-color: #eae9e9;
		z-index: 12;
		position: fixed;
		top: 33%;
		left: 7%;
	}
    .form_cause {
  		margin-left: 0;
    }
    .btn {
 		width: 9rem;
		height: 2.3rem;
		font-size: 1.5rem;
    }
    .close {
  		position: absolute;
		width: 27px;
		top:0.5%;
		left:91%;
  	}
}

@media (max-width: 520px) {
	
	.pd-check-box {
		padding-bottom: 10px;
	}
	
	.buttons {
   		display: grid;
		justify-content: center;
		grid-template-columns: repeat(2, 1fr);
		align-items: start;
		grid-gap: 45%;	
	}
		
	.additional_cause {
	  	 	
	  	border-radius: 3%;
		width: 81%;
		box-sizing: border-box;
		padding: 30px;
		background-color: #eae9e9;
		z-index: 12;
		position: absolute;
		top: 55%;
		left: 9%;
	}
	
	.form_cause {
	  	margin-left: 0;
	}
	.btn {
		width: 9rem;
		height: 2.3rem;
		font-size: 1.5rem;
	}
	.close {
		position: absolute;
		width: 27px;
		top:0.5%;
		left:90%;
	}
}

@media (max-width: 414px) {
  .close {
  	position: absolute;
	width: 27px;
	top:0.5%;
	left:89%;
  }
}		
@media (max-width: 393px) {
	
	.pd-check-box {
		padding-bottom: 10px;
	}
	
	.buttons {
   		display: grid;
		justify-content: center;
		grid-template-columns: repeat(2, 1fr);
		align-items: start;
		grid-gap: 30%;	
	}
		
	.additional_cause {
	  	 	
	  	border-radius: 3%;
		width: 85%;
		box-sizing: border-box;
		padding: 30px;
		background-color: #eae9e9;
		z-index: 12;
		position: absolute;
		top: 55%;
		left: 5%;
	}
	
	.form_cause {
	  	margin-left: 0;
	}
	.btn {
		width: 9rem;
		height: 2.3rem;
		font-size: 1.5rem;
	}
	.close {
		position: absolute;
		width: 27px;
		top:0.5%;
		left:87%;
	}
}



input[type="date"]::-webkit-calendar-picker-indicator {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: auto !important;
    height: auto !important;
    color: transparent !important;
    background: transparent !important;
    z-index: 2;
}

input[type="time"]::-webkit-calendar-picker-indicator {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: auto !important;
    height: auto !important;
    color: transparent !important;
    background: transparent !important;
    z-index: 2;
}

input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-clear-button {
     z-index: 1;
}
input[type="time"]::-webkit-inner-spin-button,
input[type="time"]::-webkit-clear-button {
     z-index: 1;
}





.forgot_pass{
	position:absolute;
	top:25%;
	right:32%;
	z-index:12;
	background-color: white;
	display:none;
	border-radius:0.7rem;
	padding:2.5rem 2.5rem;
	width:35%;
}


.notes_list{
	position:relative;
	background-color: transparent;
	padding:0rem 2rem;
	display:none;
	max-height:23rem;
	overflow-y:auto;
}
.notes_list li{
	background-color:#efefef;
	font-size:20px;
	border-style:solid;
	border-width:thin;
	border-color:#9b9b9b;
	color:#5c5c5c;
	border-radius:0.5rem;
	margin-bottom:1rem;
	padding:5px 1rem 5px 1rem;
}


.send_check_form {
  position: relative;
  text-align: right;
  padding-top: 2.5rem;
  padding-bottom: 2rem;
}
.send_check_form a {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #000;
  
  font-weight: 500;
  font-family: "Roboto";
  text-align: center;
  padding: 0 10%;
}

.check_switch_block {
  margin: 1.5rem 0;
  text-align: center;
  display: flex;
  justify-content: space-around;
}
.check_switch_block span {
	width: 7rem;
	font-size: 2.4rem;
	font-weight: 500;
	line-height: 2.6rem;
	color: #898989;
}
.check_switch_block span.active_span_send {
	color: #de3425;
}
.check_switch {
  position: relative;
  display: inline-block;
  width: 9.2rem;
  height: 3.2rem;
}

.check_switch input {display:none;}

.check_slider {
  position: relative;
  width: 100%;
  height: 100%;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: transparent;
  -webkit-transition: .4s;
  transition: .4s;
  border-style: solid;
  border-width: thin;
  background-color: #d9d7d7;
  border-color: #d9d7d7;
  border-radius: 2rem;
}

.check_slider:before {
  position: absolute;
  content: "";
  height: 2.4rem;
  width: 2.6rem;
  right: 0.5rem;
  bottom: 0.3rem;
  background-color: #898989;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 50%;
  background-color: #de3425;
}

input:checked + .check_slider {
  background-color: #d9d7d7;
  border-style: solid;
  border-width: thin;
  border-color: #d9d7d7;
  border-radius: 2rem;
}

input:focus + .check_slider {
  background-color: #d9d7d7;
  border-style: solid;
  border-width: thin;
  border-color: #d9d7d7;
  border-radius: 2rem;
}

input:checked + .check_slider:before {
  -webkit-transform: translateX(-5.4rem);
  -ms-transform: translateX(-5.4rem);
  transform: translateX(-5.4rem);
  background-color: #de3425;
}

input:focus + .check_slider:before {
  background-color: #de3425;
}

.save_his_active{
	background-color: #f00;
	border-style: solid;
	border-color: #f00;
	border-width: thin;
	border-radius: 2.7rem;
	padding: 0.6rem 0.6rem;
}
.save_his{
	background-color: #424141;
	border-style: solid;
	border-color: #424141;
	border-width: thin;
	border-radius: 2.7rem;
	padding: 0.6rem 0.6rem;
}
.save_his_active:hover,
.save_his:hover{
	background-color: #9b9b9b;
	border-color: #9b9b9b;
}
@media(max-width: 575px){
	.save_his,
	.save_his_active {
		
	}
}
.send_report_form {
	position: fixed;
	top: 12%;
	z-index: 13;
	background-color: white;
	padding: 1rem 2rem;
	overflow: scroll;
	height: 60rem;
	max-height: 80vh;
	width: 30% ;
	right: 35%;
	left: 35%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}


.send_form_header {
	position: relative;
	display: flex;
	border-bottom: solid thin #000;
	padding-bottom: 15px;
	margin-bottom: 15px;
	justify-content: center;
}
.send_form_header span {
	font-size: 1.6rem;
	color: #000000;
	font-weight: 500;
	font-family: "Roboto";
	text-align: center;
}
.send_form_header .cancel_span {
	font-size: 1.2rem;
	font-weight: 300;
	position: absolute;
	right: 3%;
	top: -20%;
    padding: 0.7rem 2.9rem;
	color: #fff;
	background-color: #414141;
	border-radius: 35px;
	cursor: pointer;
}


@media(max-width:1350px){
	.send_form_header .cancel_span {
		right: 0;
	}
}
@media(max-width:1300px){
	.send_form_header .cancel_span {
		right: -3%;
		padding: 0.7rem 1.9rem;
	}
}
@media(max-width:1200px){
	.send_report_form {
		width: 40%;
		right: 30%;
	}
}
@media(max-width: 1199px){
	.send_form_header .cancel_span {
		right: 3%;
		padding: 0.7rem 2.9rem;
	}
}
@media(max-width: 960px){
	.send_report_form {
		width: 50%;
		left: 25%;
		right: 25%;
	}
	.send_form_header .cancel_span {
		right: 3%;
		padding: 0.7rem 2.9rem;
	}
}
@media(max-width: 767px){
	.send_report_form {
		height: 80rem;
	}
}
@media(max-width: 690px){
	.send_report_form {
		width: 60%;
		left: 20%;
	}
}
@media(max-width: 576px){
	.send_report_form {
		width: 100%;
		height: 100%;
		max-height: 100%;
		left: 0;
		top: 0;
	}
}
@media(max-width: 430px){
	.send_report_form {
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
	}
}
@media(max-width: 400px){
	.send_form_header .cancel_span {
		right: 0%;
		padding: 0.7rem 2.1rem;
	}
}
@media(max-width: 360px){
	.send_form_header {
		margin-top: 2rem;
	}
	.send_form_header .cancel_span {
		top: -3rem;
	}
	.send_report_form {
		width: 100%;
		left: 0%;
	}
}



.for_size_button {
	font-size: 1.5rem;
	font-weight: 400;
}
.feedback_input {
	position: relative;
}
.feedback_input span{
	position: absolute;
	font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 18px;
    color: #0f0f0f;
    left: 1.5rem;
    padding: 0 0.7rem;
    background-color: #fcfafa; 
}
.feedback_input textarea {
	height: 22rem;
}
.search__title {
	top: 0.45rem !important;
	line-height: 10px !important;
}
.select__title {
	top: 0.36rem !important;
	line-height: 10px !important;
}
.broker_cont {
	margin-top: 1.5rem;
}
.send__button {
	position: relative;
	justify-content: flex-end;
}
.accept__true {
	position: absolute;
	display: flex;
	justify-content: flex-end;
	bottom: 3rem;
	right: 0.5rem;
	line-height: 1.8rem;
	font-size: 1.2rem;
	text-align: right;
}
.accept__true label {
	cursor: pointer;
}
.accept__true input {
	margin-right: 0.5rem;
	cursor: pointer;
}
.accept__true input:checked {
	filter: hue-rotate(140deg);
}
@media(max-width: 960px){
	.broker_report_size,
	.broker_report_size p,
	.broker_report_size span,
	.broker_report_size h3,
	.send__button a {
		line-height: 2.2rem !important;
		font-size: 1.8rem !important;
	}
	.accept__true {
		line-height: 2.2rem;
		font-size: 1.8rem;
	}
}
@media(max-width: 767px){
	.broker_report_size,
	.broker_report_size p,
	.broker_report_size span,
	.broker_report_size h3,
	.send__button a {
		line-height: 3.8rem !important;
		font-size: 3.4rem !important;
	}
	.accept__true {
		line-height: 3rem;
		font-size: 2.8rem;
	}
}
@media(max-width: 576px){
	.broker_report_size,
	.broker_report_size p,
	.broker_report_size span,
	.broker_report_size h3,
	.send__button a {
		line-height: 1.8rem !important;
		font-size: 1.2rem !important;
	}
	.accept__true {
		line-height: 1.8rem;
		font-size: 1.2rem;
	}
}

.not__active_part {
	color: #6a6a6a !important;
	cursor: default;
}
.not__active_part:hover {
	color: #6a6a6a !important;
}
.send_report_header {
	
}
.send_report_header p{
	margin: 5rem 0 3rem 0;
	text-align: center;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 2.4rem;
}
.send_report_input {
	display: flex;
	justify-content: space-around;
	flex-direction: column;
	align-items: center;
}
.send_report_input label {
	width: 100%;
}
.send_report_input label span.label_span {
	position: absolute;
	left: 3rem;
	background-color: #ffffff;
	padding: 0.4rem 0.7rem;
	font-size: 1.4rem;
	line-height: 10px;
	z-index: 2;
}
.send_report_input input{
	margin: 0.5rem 0 4.5rem 0;
	border: solid thin #9b9b9b !important;
	border-radius: 0.6rem !important;
	height: 5rem;
	width: 100%;
	padding: 1rem 2rem;
	font-size: 1.4rem;
	line-height: 1.6rem;
}
.send_report_input #bad_broker_letter {
	margin: 0.5rem 0;
	border: solid thin #9b9b9b !important;
	border-radius: 0.6rem !important;
	resize: none;
	height: 16rem;
	width: 100%;
	padding: 2rem;
	font-size: 1.2rem !important;
	line-height: 1.4rem !important;
	overflow-y: scroll;
}
.send_report_input #bad_broker_letter span{
	position: relative;
	left: inherit;
	background-color: inherit;
	padding: 0;
	font-size: inherit !important;
	line-height: inherit;
}
@media(max-width: 1200px){
	.send_report_input input{
		font-size: 2.4rem;
		line-height: 2.6rem;
	}
}
@media(max-width: 767px){
	.send_report_input input{
		font-size: 3.4rem;
		line-height: 3.6rem;
	}
}
@media(max-width: 576px){
	.send_report_input input{
		font-size: 1.4rem;
		line-height: 1.6rem;
	}
}


.report_is_send_header {
	text-align: center;
}
.report_is_send_header h1 {
	font-size: 3.2rem;
	line-height: 3.4rem;
	margin: 1rem 0;
}
.report_is_send_header p {
	font-size: 2.2rem;
	line-height: 2.4rem;
	font-weight: 500;
	margin: 5rem 10%;
	width: 80%;
}
.report_is_send_back {
	text-align: center;
}

.report_is_send_back a {
	background-color: #fff;
	width: auto;
	max-width: 200px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 25px;
	box-shadow: 0 0 15px 5px #ececec;
	padding: 1rem;
	font-size: 1.6rem;
	line-height: 1.8rem;
	color: #de3425;
}
.report_is_send_back a:hover {
	box-shadow: 0 0 15px 5px #cecece;
	color: #de3425; 
}
@media(max-width: 576px){
	.report_is_send_header h1 {
		font-size: 2.6rem;
		line-height: 2.8rem;
	}
	.report_is_send_header p {
		font-size: 1.8rem;
		line-height: 2rem;
	}
}
.morda_block {
	margin: 20px 0;
	text-align: center;
}
.morda_block img,
.morda_block svg{
	width: 18rem;
	height: 22rem;
}

.send_button_btn {
	justify-content: center;
}
.send_button_btn a {
	display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    width: 26rem;
    height: 5rem;
    min-height: 1rem;
    padding: 0rem 1rem;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 1.7rem;
    line-height: 1;
    color: #fff;
    background: #e31e24;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    border-radius: 0.6rem;
    outline: none !important;
}
.send_button_btn a:hover {
	color: #fff;
}


.log_in_pass i,
.reg_pass i,
.re_pass i {
	position: absolute;
	right: 3%;
	top: 1.5rem;
	font-size: 2.5rem;
	cursor: pointer;
}
.log_in_pass input[type=text],
.reg_pass input[type=text],
.re_pass input[type=text] {
	margin: 0;
}
.my_history_broker_name {
	
}
@media(max-width: 575px){
	.my_history_broker_reports {
		padding-right: 2rem;
	}
	.my_history_broker_save {
		margin-right: 3rem !important;
	}
}
@media(max-width: 380px){
	.my_history_broker_name h2,
	.my_history_broker_name p {
		font-size: 1.2rem !important;
	}
}
@media(max-width: 330px){
	.my_history_broker_name h2,
	.my_history_broker_name p {
		font-size: 1rem !important;
	}
}

.search_list_block {
  display: none;
  position: absolute;
  top: 90%;
  width: 100%;
  height: 12rem;
  background-color: #FFF;
  box-shadow: 0 5px 6px 4px #EEE;
  border-radius: 5px;
  overflow-y: scroll;
}
.search_list_block ul {
	font-size: 1.5rem;
	padding: 0.8rem 0;
}
.search_list_block ul li {
	padding: 0.2rem 1rem;
	overflow-x: hidden;
}
.search_list_block ul li:hover {
	background-color: #EDEDEDs;
}
.search_list_block ul li a {
	color: inherit;
}



.broker_report_review_header {
	text-align: center;
	font-weight: 600;
	margin-bottom: 1rem;
}
.broker_report_review_header h3 {
	font-size: 1.5rem;
	color: #de3425 !important;
}
.broker_report_review_broker,
.broker_report_review_info {
	font-size: 1.2rem;
	padding-bottom: 1.2rem;
	margin-bottom: 1.2rem;
	border-bottom: dashed thin #CCC;
}
.broker__report__content__text_new {
	font-size: 1.5rem;
	padding-bottom: 1.2rem;
	margin-bottom: 1.2rem;
	padding-left: 1rem;
	padding-right: 1rem;
	border-bottom: solid thin #979696;
}
.broker_report_review_broker p,
.broker_report_review_info p{
	
}
.broker__report__content__text_new p {
	font-size: 1.5rem;
    line-height: 2.164rem;
    font-weight: 400;
}
.broker_report_review_broker span,
.broker_report_review_info span,
.broker__report__content__text_new span {
	font-size: 1.3rem;
	font-weight: 300;
	color: #7f7f7f;
	text-transform: uppercase;
}
.broker_report_review_info ul,
.broker__report__content__text_new ul {
  margin-bottom: 1rem;
}
.broker_report_review_info ul li,
.broker__report__content__text_new ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.broker_report_review_info ul li p,
.broker__report__content__text_new ul li p {
  margin-bottom: 0;
}
.broker_report_review_info ul li::before,
.broker__report__content__text_new ul li::before {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 0.3rem;
  height: 0.3rem;
  margin-right: 1rem;
  background: #424141;
  border-radius: 50%;
}
.another_reason_new {
	margin: 1rem 0;
	padding: 1rem 0;
	border-bottom: dashed thin #CCC;
}

.forgot_btn_block {
	text-align: center;
}
.forgot_btn {
	background-color: #fff;
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 25px;
    box-shadow: 0 0 15px 5px #ececec;
    padding: 1rem;
    font-size: 1.6rem;
    line-height: 1.8rem;
    color: #de3425;
    font-weight: 600;
    cursor: pointer;
}
.forgot_btn:hover {
	box-shadow: 0 0 15px 5px #cecece;
}
.btn__feedback {
	margin-top: 15px;
	background-color: #fff;
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 25px;
    box-shadow: 0 0 15px 5px #ececec;
    padding: 1rem;
    font-size: 1.6rem;
    line-height: 1.8rem;
    color: #de3425;
    font-weight: 600;
    cursor: pointer;
}
.btn__feedback:hover {
	box-shadow: 0 0 15px 5px #cecece;
}



.new_my_reason_table {
	width: 100%;
	background: #fff;
    padding: 3rem 3rem;
}
.new_my_reason_header {
	width: 100%;
	padding-top: 1.5rem;
	padding-bottom: 2.5rem;
	margin-top: 2rem;
}
.header_date,
.header_reasons,
.header_save {
	padding: 0 1rem;
	font-size: 1.3rem;
    line-height: 2.6rem;
    font-weight: 300;
    text-transform: uppercase;
    color: #000;
    cursor: pointer;
}
.header_date {
	width: 60%;
	text-align: left;
	float: left;
}
.header_reasons {
	width: 25%;
	text-align: center;
	float: left;
}
.header_save {
	width: 15%;
	text-align: right;
	float: left;
}


@media(max-width: 528px){
	.header_date {
		width: 50%;
	}
	.header_reasons {
		width: 25%;
	}
	.header_save {
		width: 25%;
	}
}

.new_my_reason_data {
	width: 100%;
	padding-top: 2rem;
	display: flex;
	flex-direction: column;
}
.new_my_reason_data .data_row:first-child {
	border-top: 0.1rem solid #979696;
}
.new_my_reason_data .data_row {
	padding: 2rem 0;
	border-bottom: 0.1rem solid #979696;
}
.new_my_reason_data .data_date,
.new_my_reason_data .data_reasons,
.new_my_reason_data .data_save,
.new_my_reason_data .data_title {
	padding: 0 1rem;
	font-size: 1.8rem;
    line-height: 2.6rem;
    font-weight: 400;
    color: #000;
    cursor: pointer;
}
.new_my_reason_data .data_date {
	width: 60%;
	text-align: left;
	float: left;
}
.new_my_reason_data .data_reasons {
	width: 25%;
	text-align: center;
	float: left;
}
.new_my_reason_data .data_save {
	width: 15%;
	text-align: right;
	float: left;
}
.new_my_reason_data .data_title {
	width: 100%;
	text-align: left;
	float: left;
	font-weight: 700;
	margin-top: 2.5rem;
}

.data_date .time {
	color: #878787;
	font-size: 1.4rem;
	font-weight: 300;
}


@media(max-width: 528px){
	.new_my_reason_data .data_date {
		width: 50%;
	}
	.new_my_reason_data .data_reasons {
		width: 25%;
	}
	.new_my_reason_data .data_save {
		width: 25%;
	}
}


.save_his_my_reports {
	width: 4rem;
	height: 4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #d8d9d4;
    border: solid thin #d8d9d4;
    border-radius: 5rem;
    margin-left: auto;
}
.save_his_my_reports_active {
	width: 4rem;
	height: 4rem;
    display: flex;
    justify-content: center;
    align-items: center;
	background-color: #f00;
    border: solid thin #f00;
    border-radius: 5rem;
    margin-left: auto;
}
#lang_space {
	min-width: 7rem;
}

.relative_reports_block {
	position: relative;
}
.static_reports_block {
	position: sticky;
	max-width: 38.5rem;
	width:100%;
	top: 0;
}
@media(max-width:1399px){
	.static_reports_block {
		max-width: 36.5rem;
	}	
}
@media(max-width:1199px){
	.static_reports_block {
		max-width: 38.5rem;
	}	
}
@media(max-width:991px){
	.static_reports_block {
		max-width: 35.5rem;
	}
}
@media(max-width:767px){
	.static_reports_block {
		max-width: 44.5rem;
	}
}
@media(max-width:575px){
	.static_reports_block {
		min-width: auto;
		position: relative !important;
	}
}

.my_reports_block {
	
}
.my_reports_header {
	margin: 1rem 0;
	padding-bottom: 1rem;
	border-bottom: dashed thin #CCC;
}
.my_reports_header.bottom_header {
	padding-bottom: 3rem;
}
.my_reports_header.bottom_header b {
	font-weight: 400;
	text-transform: uppercase;
}
.my_reports_header.top_header {
	padding-bottom: 2rem;
}
.my_reports_header p span{
	font-size: 1.3rem;
	font-weight: 300;
	color: #7f7f7f;
    text-transform: uppercase;
}
.my_reports_header p {
	
}
.my_reports_header_header {
	font-size: 1.7rem;
    line-height: 2.164rem;
    font-weight: 400;
}
.my_reports_header_header b {
	font-weight: 400;
	text-transform: uppercase;
}

.spec_range {
	margin-left: 0.5rem;
}
.spec_range.ui-widget.ui-widget-content {
	margin-top: 1rem;
	height: 2px;
	background: #9b9b9b;
	border: none !important;
}
.spec_range .ui-slider-range {
	background: #de3425;
}
.spec_range .ui-slider-handle {
	top: -0.6em;
	height: 15px;
	width: 15px;
	border-radius: 100%;
	background: #de3425;
	border: 1px solid #de3425;
	cursor: ew-resize;
 	transition: background .3s ease-in-out;
}

.data_counter {
	/* margin-top: 2rem; */
	/* border-top: solid thin #9b9b9b; */ 
	padding-top: 1.5rem;
	font-size: 1.2rem;
	line-height: 1.5rem;
	color: #de3425;
}
.data_counter_block {
	display: inline-block;
	margin-right: 2rem;
	width: 175px;
    padding: 5px;
    border: solid thin #de3425;
    border-radius: 5px;
}
.data_counter_block:hover {
	border: solid thin #de3425;
	background: #de3425;
	color: #fff;
}

.del_counter_space {
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.1);
	text-align: center;
	display: none;
}
.del_counter_block {
	width: 90%;
	max-width: 520px;
	height: 90vh;
	max-height: 20rem;
	background: #fff;
	margin: 0 auto;
	margin-top: 10vh;
	border-radius: 15px;
	overflow: hidden;
}
.del_counter_header {
	background: #eee;
	font-size: 3rem;
	line-height: 3.5rem;
	font-weight: 800;
	text-align: center;
	padding: 1rem 0;
	height: 30%;
}
.del_counter_data {
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
	
	padding: 2rem 3rem;
	font-size: 2rem;
	line-height: 2.5rem;
	font-weight: 600;
	height: 70%;
}
.del_counter_data .no {
	cursor: pointer;
}
.del_counter_data .yes {
	color: #e31e24;
	cursor: pointer;
}

.agree_link {
	display: inline-block;
	color: #de3425;
	font-style: normal;
	font-weight: 600;
}

.header_date span.active,
.header_reasons span.active{
	transform: rotate(180deg);
}



.select_delete_btn {
	display: none;
	text-decoration: underline;
	cursor: pointer;
	width: 8rem;
	margin-left: auto;
	margin-bottom: 20px;
    text-align: right;
    color: #9b9b9b;
    /* align-self: flex-end; */
}
.select_delete_btn:hover {
	color: #de3425;
	text-decoration: underline #de3425;
}


.sub_check_list {
	margin-bottom: 20px;
	border-bottom: dashed thin #CCC;
}


.form-field .absolute_list_block {
	position: absolute;
	min-height: 42px;
	height: auto;
	max-height: 45vh;
	overflow-y: scroll;
    width: 100%;
    padding: 1rem 2rem;
    background: #fff;
    border: 0.1rem solid #9b9b9b;
    border-radius: 0.6rem;
    color: #212121;
    display: none;
    left: 0;
    top: 48px;
    z-index: 1;
}
.form-field .absolute_list_block ul {
	margin: 0;
	padding: 0;
}
.form-field .absolute_list_block ul li {
	display: block;
	padding: 7px 0;
	cursor: pointer;
}
.form-field .absolute_list_block ul li:hover {
	color: #de3425;
}

.loader_space {
	position: fixed;
	width: 100%;
	height: 100vh;
	z-index: 9999;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.1);
	
	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;
}
.loader_block {
	width: 150px;
	height: 150px;
	/* -webkit-animation: 0.3s tremor ease-out infinite;  
    animation: 0.3s tremor ease-out infinite; */
    border: solid 8px #c22315;
    border-right: none;
    border-top: none;
    border-radius: 100px;
    /* Запускаем анимацию shake и устанавливаем длительность 0.5 секунды */
  	animation: rotation 0.7s;
  	/* Когда цикл анимации закончится, запустить ее снова */
  	animation-iteration-count: infinite;
}

@keyframes rotation {
  0% { transform: rotate(0deg); }
  25% { transform: rotate(90deg); }
  50% { transform: rotate(180deg); }
  75% { transform: rotate(270deg); }
  100% { transform: rotate(359deg); }
}

/* Цикл анимации */
@keyframes shake {
  0% { transform: translate(1px, 1px) rotate(0deg); }
  10% { transform: translate(-1px, -2px) rotate(-1deg); }
  20% { transform: translate(-3px, 0px) rotate(1deg); }
  30% { transform: translate(3px, 2px) rotate(0deg); }
  40% { transform: translate(1px, -1px) rotate(1deg); }
  50% { transform: translate(-1px, 2px) rotate(-1deg); }
  60% { transform: translate(-3px, 1px) rotate(0deg); }
  70% { transform: translate(3px, 1px) rotate(-1deg); }
  80% { transform: translate(-1px, -1px) rotate(1deg); }
  90% { transform: translate(1px, 2px) rotate(0deg); }
  100% { transform: translate(1px, -2px) rotate(-1deg); }
}




/*
@-webkit-keyframes tremor {
    0%, 25% {
        left: -1px;
        top:-1px;
        -webkit-transform: translateX(-4%);
        transform: translateX(-4%);
    }
    50%, 100% {
        left: 1px;
        top: 1px;
        -webkit-transform: translateX(4%);
        transform: translateX(4%);
    }
}
@-moz-keyframes tremor {
    0%, 25% {
        left: -1px;
        -webkit-transform: translateX(-4%);
        transform: translateX(-4%);
    }
    50%, 100% {
        left: 1px;
        -webkit-transform: translateX(4%);
        transform: translateX(4%);
    }
}
@-ms-keyframes tremor {
    0%, 25% {
        left: -1px;
        -webkit-transform: translateX(-4%);
        transform: translateX(-4%);
    }
    50%, 100% {
        left: 1px;
        -webkit-transform: translateX(4%);
        transform: translateX(4%);
    }
}
@-o-keyframes tremor {
    0%, 25% {
        left: -1px;
        -webkit-transform: translateX(-4%);
        transform: translateX(-4%);
    }
    50%, 100% {
        left: 1px;
        -webkit-transform: translateX(4%);
        transform: translateX(4%);
    }
}
@keyframes tremor {
    0%, 25% {
        left: -1px;
        -webkit-transform: translateX(-4%);
        transform: translateX(-4%);
    }
    50%, 100% {
        left: 1px;
        -webkit-transform: translateX(4%);
        transform: translateX(4%);
    }
}
*/

.feedback_title {
	/* margin-top: 2rem; */
	margin-top: 1rem;
    font-weight: 600 !important;
    font-size: 1.6rem !important;
    margin-bottom: 1rem;
}
.feedback_title button {
	font-size: inherit;
    font-weight: inherit;
    color: inherit;
    padding: 0;
    cursor: pointer;
}
.feedback_body span {
	
}
.feedback_btn_block {
	display: flex;
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
}
.feedback_btn_block button {
	margin-right: 2rem;
    border-radius: 3px;
    font-size: 1.9rem;
    padding: 2px 10px !important;
    cursor: pointer;
    font-weight: 700;
}
.feedback_btn_block .yes {
	border: solid thin green;
	color: green;
}
.feedback_btn_block .yes:hover {
	color: white;
	background: green;
}
.feedback_btn_block .no {
	border: solid thin red;
	color: red;
}
.feedback_btn_block .no:hover {
	color: white;
	background: red;
}

.del_counter_text {
	font-size: 1.6rem;
    padding: 0 20px;
    margin-top: 2rem;
}
#answer_del_counter_space .del_counter_block {
	    max-height: 26rem;
}
#answer_del_counter_space .del_counter_data {
	height: 50%;
}
.del_counter_bottom {
	text-align: center;
}
.del_counter_bottom a {
	font-size: 1.6rem;
	color: #ccc;
	text-decoration: underline;
	cursor: pointer;
} 
.del_counter_bottom a:hover {
	text-decoration: none;
}
#second_feedback_block .del_counter_data {
	height: auto;
}
.refuse {
	margin-top: 1rem;
	margin-bottom: 2rem;
	font-style: italic;
	font-size: 1.6rem;
	color: #000;
	font-weight: 400;
}
.header_tit {
	display: inline-block;
}
