

/* Start:/local/templates/wedding/components/bitrix/news.detail/contacts-detail/style.css?1583354728155*/
div.news-detail
{
	word-wrap: break-word;
}
div.news-detail img.detail_picture
{
	float:left;
	margin:0 8px 6px 1px;
}
.news-date-time
{
	color:#486DAA;
}

/* End */


/* Start:/local/components/custom/floating.messengers/templates/.default/style.css?17804096612076*/
.floating-button {
    position: fixed;
    left: 13px;
    right: auto;
    border-radius: 50%;
    width: 55px;
    height: 55px;
    z-index: 9999;
    text-decoration: none;
    background: var(--button-bg);
    color: var(--button-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 35px;
}

.floating-button:before,
.floating-button:after {
    content: "";
    position: absolute;
    left: -20px;
    right: -20px;
    top: -20px;
    bottom: -20px;
    border: 1px solid var(--button-bg);
    border-radius: 50%;
    animation: floating-button-pulse 1.5s linear infinite;
    opacity: 0;
    backface-visibility: hidden;
    pointer-events: none;
}

.floating-button:after {
    animation-delay: .5s;
}

.floating-button--max {
    bottom: 180px;
    --button-bg: #2a32b8;
    --button-color: #fff;
    background: linear-gradient(45deg, #44ccff 0%, #2a32b8 50%, #9a36de 100%);
}

.floating-button--whatsapp {
    bottom: 115px;
    --button-bg: #25D366;
    --button-color: #fff;
}

.floating-button--telegram {
    bottom: 50px;
    --button-bg: #229ED9;
    --button-color: #fff;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-whatsapp:before {
    content: "\f232";
}

.fa-telegram:before {
    content: "\f2c6";
}

.max-icon {
    width: 34px;
    height: 34px;
    display: inline-block;
}

.max-icon svg {
    display: block;
    width: 100%;
    height: 100%;
}
.floating-button.floating-button--max svg path {
    transition: fill .25s ease;
}

.floating-button.floating-button--max:hover svg path {
    fill: #eac1bd;
}
@keyframes floating-button-pulse {
    0% {
        transform: scale(0.5);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        transform: scale(1.2);
        opacity: 0;
    }
}
/* End */


/* Start:/local/templates/wedding/components/bitrix/form.result.new/test_price/style.css?1623422516623*/
table.form-table
{
	width:100%;
	background-color:white;
	border-collapse:collapse;
	font-size:100%;
	font-weight:normal;
	line-height:160%;
}

table.form-table th, table.form-table td
{
	border:1px solid #ADC3D5;
	padding: 5px 5px;
	vertical-align:top;
}

table.form-table th
{
	background-image:url(/local/templates/wedding/components/bitrix/form.result.new/test_price/images/table_head.gif);
	background-repeat:repeat-x;
	text-align: left;
	color:#25639A;
}


table.form-table td
{
	padding: 15px 5px;
}

.form-required 
{
	color: red;
}

.error-fld {
	display: block;
	float: left;
	height: 13px;
	width: 15px;
	background-repeat: no-repeat;
	background-image: url(/local/templates/wedding/components/bitrix/form.result.new/test_price/images/icon_warn.gif);
}
/* End */


/* Start:/local/templates/wedding/styles.css?16123895421425*/
.whatsapp-button {
    position: fixed;
    left: 13px;
    bottom: 90px;
        transform: translate(80%, -80%);
    background: #25D366; /*цвет кнопки*/
    border-radius: 50%;
    width: 55px; /*ширина кнопки*/
    height: 55px; /*высота кнопки*/
    color: #fff;
    text-align: center;
    line-height: 53px; /*центровка иконки в кнопке*/
    font-size: 35px; /*размер иконки*/
    z-index: 9999;
}
.whatsapp-button a {
    color: #fff;
}
.whatsapp-button:before,
.whatsapp-button:after {
    content: " ";
    display: block;
    position: absolute;
    border: 50%;
    border: 1px solid #25D366; /*цвет анимированных волн от кнопки*/
    left: -20px;
    right: -20px;
    top: -20px;
    bottom: -20px;
    border-radius: 50%;
    animation: animate 1.5s linear infinite;
    opacity: 0;
    backface-visibility: hidden; 
}
 
.whatsapp-button:after{
    animation-delay: .5s;
}
 
@keyframes animate
{
    0%
    {
        transform: scale(0.5);
        opacity: 0;
    }
    50%
    {
        opacity: 1;
    }
    100%
    {
        transform: scale(1.2);
        opacity: 0;
    }
}

@media (max-width : 800px) {  
.whatsapp-button {   
    bottom: 5px; /*отступ кнопки снизу от экрана*/
    right: 70px; /*отступ кнопки слева от экрана(right - справа)*/
  }
}
/* End */
/* /local/templates/wedding/components/bitrix/news.detail/contacts-detail/style.css?1583354728155 */
/* /local/components/custom/floating.messengers/templates/.default/style.css?17804096612076 */
/* /local/templates/wedding/components/bitrix/form.result.new/test_price/style.css?1623422516623 */
/* /local/templates/wedding/styles.css?16123895421425 */
