

/* Start:/bitrix/templates/cryptostore_2022/components/bond/rew/main/style.css?17803981743088*/
.modal {
  display: none;
  position: fixed;
  z-index: 9999999;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.6);
-webkit-animation: fade-in 0.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    animation: fade-in 0.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

.modal-content {
  width: 512px;
  height: 404px;
  animation-name: modalopen;
  animation-duration: var(--modal-duration);
  margin:auto;
  top:0;
	bottom:0;
	left:0;
	right:0;
  position: absolute;
}

.modal-body {
  background: #fff;
  border-radius: 4px;
	padding-left: 32px;
    padding-bottom: 40px;
}

.modal-content2 {
  width: 512px;
  height: 244px;
  animation-name: modalopen;
  animation-duration: var(--modal-duration);
  margin:auto;
  top:0;
	bottom:0;
	left:0;
	right:0;
  position: absolute;
}

.close_block_modal img {
  width: 48px;
  height: 48px;
  position: absolute;
  right: 0;
}

.close_block_modal a {
  padding: 0;
  border: 0;
	position:relative;
}


.header_reviews .close_block_modal a::after {
    background-image: url(/bitrix/templates/cryptostore_2022/components/bond/rew/main/images/external-link.svg);
    content: '';
    width: 0px;
    height: 0px;
    background-position: center;
    display: none;
    margin-left: 4px;
}

.get_kons_header h4{
	margin:0;
	margin-top:32px;
	margin-bottom:24px;
	font-style: normal;
	font-weight: 700;
	font-size: 28px;
	line-height: 32px;
	
	/* identical to box height, or 114% */
	
	/* black */
	color: var(--black);
}

.input_get_kons textarea{
	width: 448px;
    height: 200px;
    outline: 0;
    border: 0;
    border-bottom: 1px solid var(--gray-2);
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;

	/* identical to box height, or 138% */

	/* gray 1 */
	color: var(--gray-1);
}

.send_button_kons{
	padding: 9px 28px 11px;
	background: var(--red);
	border-radius: 4px;font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	
	/* identical to box height, or 150% */
	
	/* white */
	color: #FFFFFF;
	transition: 0.15s ease;
	margin-top:32px;
	cursor:pointer;

    width: 134px;
}

.send_button_kons:hover{

	background: var(--red-hover);
}

.modal-body2 p{
	font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 24px;

color: var(--gray-add);
}

.modal-body2 a.close{
	padding: 9px 28px 11px;
	background: var(--red);
	border-radius: 4px;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;

	color: #FFFFFF;
	transition: 0.15s ease;
	margin-top:32px;
	cursor:pointer;
    width: 118px;
}

.modal-body2 a.close:hover{
	background: var(--red-hover);
}

.modal-body2 h5{
	font-style: normal;
font-weight: 700;
font-size: 28px;
line-height: 32px;
color: var(--black);
margin:0;
margin-top:32px;
margin-bottom:24px;
}

.blocks_reviews {
  flex-wrap: wrap;
}

.blocks_reviews_item {
	margin-bottom: 32px;
}

.blocks_reviews_item {
	min-height: 258px;
	height: auto;
	padding-bottom: 60px;
}

.blocks_reviews {
  display: flex !important;
  column-gap: 32px;
  -moz-column-gap: 32px;
  -moz-column-count: 3;
  column-count: 3;
column-width: 368px;
}
/* End */
/* /bitrix/templates/cryptostore_2022/components/bond/rew/main/style.css?17803981743088 */
