.ns-bitrix.c-menu.c-menu-popup-1 .menu-panel-logotype {
    width: 150px;
}

.c-header.c-header-template-1 .widget-view.widget-view-fixed .widget-logotype {
    width: 150px!important;
}

.ns-bitrix.c-menu.c-menu-mobile-1 .menu-panel-logotype {
    width: 150px!important;
}
.ns-bitrix.c-news-list.c-news-list-default .widget-content .heshteges p{
    font-size: 13px;
    margin-right: 10px;
}

#social_network {
        position: fixed;
        right: 25px;
        bottom: 40vh;
        z-index: 999;
        }

        #social_network .content {
            display: flex;
            flex-direction: column;
            }
            #social_network .content .mask {
                background: #30bf39;
                position: absolute;
                top: -6px;
                left: -6px;
                height: 68px;
                width: 68px;
                border-radius: 50%;
                opacity: .2;
            }
            #social_network .content .animate{
                position: absolute;
                top: -20px;
                left: -20px;
                bottom: -20px;
                right: -20px;
                opacity: 0;
                border: 1px solid #30bf39;
                border-radius: 50%;
                /* -webkit-animation: widgetPulse infinite 1.5s;
                animation: widgetPulse infinite 1.5s; */
                animation:pulse 1.5s linear infinite;
            }
            @keyframes pulse {
                0% {
                  transform: scale(0.5);
                  opacity: 0;
                }
                50% {
                  opacity: 1;
                }
                100% {
                  transform: scale(1.2);
                  opacity: 0;
                }
              }
            #social_network .content a {
				width: 56px;
				height: 56px;
				-webkit-border-radius: 50%;
				border-radius: 50%;
				background-position: 50%;
				background-repeat: no-repeat;
				position: relative;
				display: block;
            }
            #social_network .content .whatsapp{
				background: url(../images/whatsapp.png) 0 0 no-repeat transparent;  
				border-radius: 50%;
				background-size: cover;
            }

.special_breadcrumb {
	margin: 10px 0;
}


.intec-template .intec-template-breadcrumb {
  margin-bottom: 15px;
}

.w-160{
  min-width: 160px;
}

h4.pay_after_text{
  margin-top: 5px;
}

.intec-template .widget .widget-header .widget-title.align-center {
    text-align: center;
    display: block;
}
.widget-view.widget-view-fixed .widget-logotype-wrap.intec-grid-item-auto > a img {
    visibility: visible;
}
@media (max-width: 768px) {
    .c-news-list.c-news-list-default .widget-item-fade {
        background-color: rgba(0, 0, 0, 0.15);
    }
}