.cbk-phone.cbk-phone-xs, .cbk-phone.cbk-phone-xs:hover {
    right: 45px !important;
}
.actions {
	position: relative;
	padding: 78px 0 59px;
	color: #fff;
	background: url(../images/other-bg.jpg) 50% 50% no-repeat;
	background-size: cover;
}
.actions::before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: '';
	background: rgba(4, 46, 36, 0.85);
}
.actions .holder {
	position: relative;
}
.actions .title {
	margin: 0 0 60px;
	text-align: center;
	background: linear-gradient(180deg, #FCEDB2 26.19%, #B3774A 128.57%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.actions-block {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -12px;
}
.actions-col {
	display: flex;
	flex-direction: column;
	width: 33.33%;
	padding: 0 12px;
	margin: 0 10px;
	text-align: center;
	/*border-radius: 10px;
	background-color: #fff;
    -webkit-box-shadow: 0 4px 14px 4px rgba(36, 37, 38, 0.07);
    box-shadow: 0 4px 14px 4px rgba(36, 37, 38, 0.07);*/
}
.actions-img {
	margin: 10px 0 10px;
    padding: 0px;
    border-radius: 5px;
    /* background: #fff; */
    height: 260px;
}
.actions-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.actions-name {
	margin: 0 0 22px;
	min-height: 60px;
	/*color: #000;*/
	font-family: 'Aerodynamic';
	font-size: 22px;
	font-weight: 500;
	line-height: 30px;
	text-transform: uppercase;
}
.actions-text {
    /*color: #000;*/
    font-size: 20px;
	margin: 0 0 32px;
}
.actions-text a {
    color: #ffffff;
}
.actions-col .button {
	margin: auto auto 0;
}

.popup-customs .fancybox-button svg path {
    fill: #FCEDB2;
    stroke-width: 0;
}

/*** Forms checkbox ****/
.form-note {
    display: flex;
    gap: 10px;
    margin: 10px 0;
}
.checkbox {
  cursor: pointer;
  display: flex;
  align-items: center;
}

.checkbox__input {
  position: absolute;
  width: 1.375em;
  height: 1.375em;
  opacity: 0;
  cursor: pointer;
}

.checkbox__icon {
  width: 1.375em;
  height: 1.375em;
  flex-shrink: 0;
  overflow: visible;
}

.checkbox__icon .tick {
  stroke-dasharray: 20px;
  stroke-dashoffset: 20px;
  transition: stroke-dashoffset 0.2s ease-out;
}

.checkbox__label {
  margin-left: 0.5em;
}

.checkbox__input:checked + .checkbox__icon .tick {
  stroke-dashoffset: 0;
}
/**************/

@media screen and (max-width: 1024px) {
    .actions {
		padding: 70px 0 70px;
	}
	.actions .title {margin: 0 0 30px;}
	.actions-col {
		width: 50%;
		margin: 0 0 40px;
	}
	.actions-name {
		margin: 0 0 22px;
		font-size: 20px;
		line-height: 28px;
	}
	.actions-text {
        font-size: 18px;
    }
}

@media screen and (max-width: 576px) {
    .actions-col {
		width: 100%;
	}
	.actions-img {
		margin: 0 0 30px;
		padding: 5px;
	}
	.actions-name {
		font-size: 20px;
		min-height: 20px;
	}
	.actions-text {
		margin: 0 0 25px;
		font-size: 16px;
	}
}