

/* Start:/local/templates/new_arena/css/simple-phone-mask.css?17744495001538*/
.spm-wrapper {
	position: relative;
	display: inline-block;
	width: 100%;
}

.spm-wrapper .home-callback__input,
.error .spm-wrapper  {
	margin-bottom: 0;
}

.spm-wrapper {
	margin-bottom: 30px;
}

.spm-input {
	padding-left: 50px!important;
}

.spm-flag-button {
	position: absolute;
	/* left: 10px; */
	padding-left: 10px;
	padding-right: 10px;
	top: 48%;
	transform: translateY(-50%);
}

.new-input__item.spm-input[name="phone"] {
	background: linear-gradient(to right, #f9f9f9 45px, transparent 45px);
	padding-left: 50px;
}

.spm-flag-button--selectable {
	cursor: pointer;
}

.spm-flag-button--non-selectable {
	cursor: default;
}

.spm-flag-image {
	width: 20px;
	height: 15px;
	object-fit: cover;
	border-radius: 2px;
}

.spm-dropdown {
	display: none;
	position: absolute;
	top: 90%;
	left: 0;
	z-index: 1000;
	background-color: #fff;
	border: 1px solid #ccc;
	max-height: 200px;
	overflow-y: auto;
	width: 100%;
}

.spm-dropdown-option {
	padding: 8px;
	cursor: pointer;
	display: flex;
	align-items: center;
	gap: 8px;
}

.spm-dropdown-option:hover {
	background-color: #f0f0f0;
}

.spm-country-name {
	flex-grow: 1;
}

.spm-country-code {
	color: #666;
	margin-left: auto;
}

.spm-arrow-icon {
    color: #333; /* Цвет стрелки */
    width: 16px;
    height: 12px;
}

/* Ограничение размеров SVG-иконок внутри маски телефона */
.spm-wrapper svg:not(.custom-select__arrow) {
    width: 12px !important;
    height: 14px !important;
    display: inline-block !important;
}

/* End */


/* Start:/local/templates/new_arena/components/bitrix/news.detail/vip/style.css?17744494993539*/
.vip-benefit__img{
    height: 76px;
    color: var(--accent-color);
    width: 148px;
}
.vip-benefit__img svg{
    fill: currentColor;
}
.vip-block-5 .vip-text
{
    padding-left: 50px;
}
.vip-block-5 .vip-text .vip-block
{
    background: #063b9d;
    position: absolute;
    width: 40px;
    height: 20px;
    margin-left: -50px;
    margin-top: 3px;
    border-radius: 4px;
}
.vip-sector-description h3
{
    margin: 0px;
}
.fancybox-stage .vip-sector-description
{
    padding-right: 10px !important;
    border-radius: 24px;
    padding: 35px;
}
.fancybox-stage .vip-sector-description div
{
    padding: 0px !importanT;
    scrollbar-width: thin;
    scrollbar-color: #BEC5CC white;
    padding-right: 20px !important;
}
/* Работает в Chrome, Edge и Safari */

.fancybox-stage .vip-sector-description div::-webkit-scrollbar {
  width: 4px;
}


.fancybox-stage .vip-sector-description div::-webkit-scrollbar-track {
  background: orange;
}


.fancybox-stage .vip-sector-description div::-webkit-scrollbar-thumb {
  background-color: blue;
  border-radius: 20px;
  border: 2px solid orange;
}

.fancybox-content
{
    paddung-right: 10px !important;
}

.fancybox-stage .vip-sector-description .close
{
  float: right;
  height: 30px;
  cursor: pointer;
  width: 30px;
  max-width: 30px;
  min-width: 30px;
}

.vip-page .vip-block-4 .vip-container .vip-sectors .vip-sector
{
    clear: both;
    overflow: hidden;
    margin-bottom: 50px;
}

.vip-page .vip-block-4 .vip-container .vip-sectors .vip-sector-text h3
{
    margin-top: 0px;
}

.m-header
{
    margin-top: 77px !important;
}

#container .content-site
{
    padding: 0px;
}

#container .vip-page
{
    background: #f2f7fc;
}

.fancybox-slide--html .fancybox-close-small
{
    display: none;
}

#corp-popup .fancybox-close-small,
#error-popup .fancybox-close-small {
    display: inline-block; 
}

@media (min-width: 980px) {
    .fancybox-stage .vip-sector-description div
    {
        min-width: 575px;
    }
    .fancybox-stage .vip-sector-description .close
    {
          margin-right: 20px;
    }
    .br-mobile
    {
        display: none;
    }
    .vip-page .vip-block-2 .vip-benefit
    {
        width: calc(26% - 5%) !important;
        margin-right: 4% !important;
    }
}

@media screen and (max-width: 767px) {
  .vip-page .vip-form #formCheck {
    margin-left: -24px !important;
  }
  .vip-page .vip-block-2 .vip-benefit {
    width: 40% !important;
    height: auto;
    margin: 0px 5% 40px !important;
    margin-right: 5%;
    text-align: center;
  }
    .vip-page .vip-block-2 .vip-benefit__img {
    margin-bottom: 5px !important;
  }
  .fancybox-stage .vip-sector-description
  {
    padding: 35px 25px;
  }
  .vip-page .vip-block-1 .vip-container .vip-block-1__image
  {
    height: auto !important;
  }
  .vip-page .vip-block-1 .vip-container .vip-block-1__image img
  {
    height: auto !important;
  }
  .br-desktop
  {
    display: none;
  }
  .vip-page .vip-block-1 .vip-container .vip-info
  {
    max-width: 72%;
    min-width: calc(100% - 32px);
    max-width: calc(100% - 32px);
    overflow: hidden;
  }

    #container .content-site
    {
        padding: 30px 0px;
    }
}

@media screen and (max-width: 480px) {
    .fancybox-slide--html
    {
        padding: none !important;
    }
    .fancybox-stage .vip-sector-description
    {
        max-width: 90% !important;
    }
    .fancybox-stage .vip-sector-description div
    {
        width: 95% !important;
    }
    .m-header
    {
    margin-top: 100px !important;
    }
}
/* End */
/* /local/templates/new_arena/css/simple-phone-mask.css?17744495001538 */
/* /local/templates/new_arena/components/bitrix/news.detail/vip/style.css?17744494993539 */
