

.gh-links {
	width: 35%;
	display: flex;
	justify-content: center;
    position: relative;
}

.gh-links a {
	color: var(--color-blue-text);
	text-decoration: none;
	display: inline-flex;
    align-items: center;
    margin: 0px 15px;
}

.gh-links a:hover {
	color: var(--color-blue-text-hover);
	text-decoration: none;
}

.gh-links a:hover:before {
	color: var(--color-blue-text-hover);
}

.gh-links a:nth-child(1){

}

.gh-links a:nth-child(1):before {
    content: "measuring_tape";
    font-family: 'Material Symbols Outlined';
    font-size: 26px;
	margin-right: 5px;
}

.gh-links a:nth-child(2):before {
    content: "calculate";
    font-family: 'Material Symbols Outlined';
    font-size: 26px;
	margin-right: 5px;
}


.gh-links a:nth-child(3):before {
    color: #1A3F40 !important;
    content: "newsmode";
    font-family: 'Material Symbols Outlined';
    font-size: 26px;
	margin-right: 5px;
}



.gh-grafik {
	color: #657476;
	position: relative;
    position: relative;
    display: flex;
    align-items: center;
}

.gh-contacts {
	width: 40%;
	display: flex;
	justify-content: flex-end;
}

.gh-contacts .gh-contacts-mes{
	display: inline-flex;
    align-items: center;
	position: relative;
    margin-right: 20px
}

.gh-contacts .gh-contacts-mes .icon{
    width: 22px;
    height: 22px;
	margin: 0px 8px;
}

.gh-contacts .gh-contacts-mes .icon svg {
    vertical-align: top;
    fill: #fff;
    transition: all 0.25s ease-in-out;
}

.gh-contacts .gh-contacts-mes .wh svg {
    fill: #5ac31a;
}

.gh-contacts .gh-contacts-mes .telegram svg {
    fill: #039BE5;
}

.gh-contacts .gh-contacts-mes a:nth-child(1) .icon{
	width: 20px;
    height: 18px;
}
.gh-contacts .gh-contacts-mes a {
	border-radius: 10px;
	width: 40px;
	height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.gh-contacts a.wh:hover {
    background: var(--color-blue-but);
	border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gh-contacts .wh:hover svg {
    fill: #fff !important;
}

.gh-contacts a.telegram:hover {
    background: #039BE5;
	border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gh-contacts .telegram:hover svg {
    fill: #fff !important;
}

.gh-contacts .gh-contacts-mes a:nth-child(2) .icon{
	
}

.gh-tel {
	display: inline-flex;
    align-items: center;
	position: relative;
}

.gh-tel a{
	color: #1A3F40;
	text-decoration: none;
	font-weight: 600;
	font-size: 20px;
}

.gh-tel a:hover {
	color: #5ac31a;
	text-decoration: none;
}


.gh-callback {
	position: relative;
    z-index: 1200;
	display: inline-flex;
    align-items: center;
}

.gh-callback a {
	color: #1A3F40;
	text-decoration: none;
}

.gh-callback a:hover {
	color: #5ac31a;
	text-decoration: none;
}

.gh-callback a:hover:before, .gh-callback a:hover:after{
	display: none;
}

.gh-callback a:before {
    content: '';
    position: absolute;
    border: 2px solid #5ac31a;
    left: -20px;
    opacity: 0;
    right: -20px;
    top: -2px;
    bottom: -20px;
    border-radius: 50%;
    animation: pulse 2.5s linear infinite;
    width: 40px;
    height: 40px;
}

.gh-callback a:after {
    content: '';
    position: absolute;
    border: 1px solid #5bc31abe;
    left: -5px;
    opacity: 0;
    right: -10px;
    top: 11px;
    bottom: -20px;
    border-radius: 50%;
    animation: pulse 1.5s linear infinite;
    width: 15px;
    height: 15px;
}

.gh-burger {
	width: 40px;
    height: 35px;
    background: transparent;
    border-radius: 50%;
    display: inline-block;
    margin-right: 25px;
    position: relative;
    top: -1px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
	cursor: pointer;
    position: relative;
	flex-direction: column;
	//max-width: 2%;
    border-radius: 27px;
    /* display: flex; */
    height: 50px;
    width: 50px;
    background: #fff;
}

.bar1, .bar2, .bar3 {
    width: 25px;
    height: 2px;
    background-color: #1A3F40;
    margin: 3px 0;
    transition: 0.8s;
}

.bar2 {
    width: 25px;	
}
.gh-burger:hover {
	transition: all 0.25s ease-in-out;
	transform: rotate(360deg);
}

.gh-burger:hover div{
	background-color: #7AAD35;
}

.gh-burger:hover .bar2 {
    //-webkit-transform: rotate(-45deg) translate(-9px, 6px);
    //transform: rotate(-45deg) translate(-9px, 6px);
	width: 30px;
}


.gh-menu {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    padding: 5px 5px;
    border-radius: 20px;
}
.gh-menu-left li {
    list-style: none;
    display: inline-block;
}
.gh-menu-left a {
    position: relative;
	color: #1A3F40;
    text-decoration: none;
	font-size: 16px;
    border-radius: 20px;
    //padding: 8px 17px;
    padding: 15px 15px;
    display: inline-flex;
    //padding-right: 25px;
    font-weight: 400;
}

.gh-menu-left li:first-child  a{
    padding-right: 30px;
}

.gh-menu-left li:first-child a:after {
    position: absolute;
    right: 5px;
    margin-left: 3px;
    //transition: all 0.3s ease-out;
    color: #1A3F40;
    font-size: 22px;
    content: "keyboard_arrow_down";
    font-family: 'Material Symbols Outlined';
    font-weight: 600;
    //top: 12px; 
    //transform: rotate(90deg);
}

.gh-menu-left li:last-child a{
    padding-right: 30px;
}

.gh-menu-left li:last-child a:after {
    position: absolute;
    right: 5px;
    margin-left: 3px;
    //transition: all 0.3s ease-out;
    color: #1A3F40;
    font-size: 22px;
    content: "keyboard_arrow_down";
    font-family: 'Material Symbols Outlined';
    font-weight: 600;
    //top: 12px; 
    //transform: rotate(90deg);
}

.gh-menu-left a:hover {
    background: #f5f4f2;
	color: #1A3F40;
    text-decoration: none;
}

.gh-menu-left a:hover:after {
	color: #7AAD35;
}

.gh-menu-left li > .gh-menu-sub {
    margin-top: -4px;
    position: absolute;
    z-index: 11150;
    //left: 35px;
    //width: 300px;
    top: 100%;
    background-color: #fff;
    //opacity: 0.9;
    padding: 0px;
    box-shadow: 0 3px 3px rgba(0,0,0,.05);
    display: none;
    //border-top: solid 3px #8DC63F;
    border-radius: 20px;
    overflow: hidden;
}

.gh-menu-left li:hover > .gh-menu-sub {
    display: block;
}


.gh-menu-left li > .gh-menu-sub a{
    display: block;
    border-radius: 0px;
}

.gh-menu-left li .gh-menu-sub a:after {
    display: none;
}

.gh-menu-right {

}

.gh-menu-right a:not(.header-cc) {
    position: relative;
	color: #1A3F40;
    text-decoration: none;
	font-size: 16px;
    border-radius: 20px;
    //padding: 8px 17px;
    padding: 15px 5px;
    display: inline-flex;
    //margin-right: 5px;
    font-weight: 500;
    padding-left: 45px;
}

.gh-menu-right a:hover{
    background: #f5f4f2;
	color: #1A3F40;
    text-decoration: none;
}

.gh-menu-right a:before {
    position: absolute;
    left: 12px;
    top: 8px;
}

.gh-menu-right a:nth-child(1):before {
    color: #1A3F40 !important;
    content: "location_on";
    font-family: 'Material Symbols Outlined';
    font-size: 26px;
    margin-right: 5px;
}

.gh-menu-right a:nth-child(2):before {
    color: #1A3F40 !important;
    content: "support_agent";
    font-family: 'Material Symbols Outlined';
    font-size: 26px;
    margin-right: 5px;
}

.gh-menu-right a:nth-child(3):before {
    color: #1A3F40 !important;
    content: "support_agent";
    font-family: 'Material Symbols Outlined';
    font-size: 26px;
    margin-right: 5px;
}

.gh-menu-right a:hover:before {
    color: #1A3F40 !important;  
}


.gh-menu-center a {
    position: relative;
    color: #5ac31a;
    //background: #DEF3D1;
    text-decoration: none;
	font-size: 16px;
    border-radius: 20px;
    //padding: 8px 17px;
    padding: 15px 15px;
    display: inline-flex;
    //margin-right: 5px;
    font-weight: 400;
    padding-left: 45px;

}

.gh-menu-center a:hover{
    background: #f5f4f2;
    color: #5ac31a;
    text-decoration: none;
}

.gh-menu-center a:before {
    position: absolute;
    left: 12px;
    top: 8px;
}

.gh-menu-center a:nth-child(1):before {
    color: #5ac31a !important;
    content: "calculate";
    font-family: 'Material Symbols Outlined';
    font-size: 26px;
    margin-right: 5px;
}




@keyframes ribbon-drop {
    0% {

    }
    to {
        transform: translateY(0);
    }
}


@keyframes ribbon-drop-reverse {
    0% {
        //transform: translateY(0);
		margin-top: 0px;
    }
    to {
        //transform: translateY(-100%);
		margin-top: -52px;
    }
}

.gh-location-close {
	position: absolute;
	right: 30px;
	width: 65px;
    height: 65px;
}

.gh-location-close a {
    color: #1A3F40;
    display: inline-flex;
    justify-content: center;
    font-size: 17px;
    font-family: Rubik;
    align-items: flex-end;
    padding-bottom: 18px;
    text-transform: uppercase;
    width: 65px;
    height: 65px;
    opacity: 1;
}

.gh-location-close a:before, .gh-location-close a:after {
    position: absolute;
    content: ' ';
    height: 25px;
    width: 1px;
    background-color: #ffffff;
    top: 20px;
	animation: animate-background-ffffff-657476 1s ease-in-out 1.8s forwards;
}

.gh-location-close a:before {
    transform: rotate(45deg);
}

.gh-location-close a:after {
    transform: rotate(-45deg);
}

.gh-location-close:hover a:before, .gh-location-close:hover a:after {
    background-color: #9a3f72;
}

.header {
    background: transparent !important;
}

.gray-header-line-menu {
    padding-left: 30px !important;
    padding-right: 30px !important;
	width: 100%;
	//background: #fff;

	transition: transform 0.8s ease-out;
	transform: translateY(0%);

    position: relative;
    z-index: 100;
}

.nav-up .gray-header-line-menu {
	transform: translateY(-100%);
}

.nav-down .gray-header-line-menu {
//	transform: translateY(-100%);
}

.gray-header-line-menu .header-cc{
	dipslay: none;
}

.gray-header-line-menu-stick{
	transform: translateY(0%);
	width: 100%;
	background: #fff;
	position: fixed;
	top: 0px;
	z-index: 1000;
	box-shadow: 0 6px 12px rgb(0 0 0 / 10%);
	//animation: ribbon-drop .8s ease-in-out forwards;
    align-items: center;
}

.gray-header-line-menu-nostick{
	animation: ribbon-drop .8s ease-in-out forwards;
	animation-direction: reverse;
}

.header-cc {
    color: #1A3F40;
    text-decoration: none;
    align-items: center;
	display: none;
	text-decoration: none;
    font-size: 16px;
    padding: 15px 15px;
    border-radius: 20px;
    margin: 5px 0px;
}

.header-cc:before {
    color: #1A3F40 !important;
    content: "support_agent";
    font-family: 'Material Symbols Outlined';
    font-size: 26px;
    margin-right: 5px;
	animation: jump-shaking 5s infinite;
	animation-delay: 0s;
}

@keyframes jump-shaking {
  0% { transform: translateX(0) }
  70% { transform: translateX(0) }
  75% { transform: translateY(-5px) }
  80% { transform: translateY(-5px) rotate(17deg) }
  85% { transform: translateY(-5px) rotate(-17deg) }
  90% { transform: translateY(-5px) rotate(17deg) }
  95% { transform: translateY(-5px) rotate(-17deg) }
  100% { transform: translateY(0) rotate(0) }
}

.header-cc:hover {
    background: #f5f4f2;
    color: #7AAD35;
    text-decoration: none;
}

.gray-header-line-menu-stick .header-cc{
	//width: 13%;
    display: inline-flex;
    justify-content: flex-end;
    position: relative;
    padding-left: 45px;
}

.gray-header-line-menu-stick .gh-menu a:nth-child(3) {
	display: none;
}

.gray-header-line-menu-stick .gh-menu {
	width: 100%;
}

.gray-header-lite {
	transform: translateY(-200%);
	position: fixed;
	top: 30px;
	right: 50px;
	z-index: 1000;
	transition: all 0.8s ease-out;
    background: #fff;
    border-radius: 200px;
    padding: 8px 2px;
	box-shadow: 0 6px 12px rgb(0 0 0 / 10%);
}

.nav-up .gray-header-lite {
	transform: translateY(-200%);
}

.nav-up .gray-header-lite-stick {
	transform: translateY(0%) !important;
}

.gray-header-lite a {
	color: #fff;
    font-family: 'Material Symbols Outlined';
    font-size: 32px;

	display: inline-flex;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #8dc63f;
    //position: absolute;
    left: 50px;
    margin-top: 3px;
    justify-content: center;
    align-items: center;
	text-decoration: none;
	transition: all 0.3s ease-out;	

	position: relative;
	left: 0px;
	margin-right: 8px;
	margin-left: 8px;
	margin-top: 0px;
}

.gray-header-lite a:first-child {
	margin-right: 0px;
}

.gray-header-lite a:hover {
	color: #fff;
	background: #657476;
}	

.gray-header-lite a:before {
	background: #8dc63f !important;
}

.gray-header-lite a:hover:before {
	background: #657476 !important;
}	

.ghl-cc:after {
    content: "call";
	z-index: 100;
    position: relative;
}

.ghl-menu:hover:after {
    transition: all 0.25s ease-in-out;
    transform: rotate(360deg);
	color: #fff;
}

.ghl-menu:after {
    content: "menu";
	z-index: 100;
    position: relative;
}

.ghl-tip {
	position: fixed;
    top: 30px;
    right: 50px;
    z-index: 990;
    transition: all 0.8s ease-out;
    background: #ffff;
    border-radius: 200px;
    padding: 8px 2px;
	opacity: 0;
	display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 20px;
	width: 200px;
    height: 66px;
	font-size: 16px;
}

.ghl-tip-active {
	right: 130px;
    opacity: 1;

	box-shadow: 0 6px 12px rgb(0 0 0 / 10%);
}


/* нижняя панель */

.gray-bottom-panel {
	/* transform: translateY(200%); */
    opacity: 0;
    visibility: hidden;  
	position: fixed;
	bottom: -5px;
	right: 0px;
	left: 0px;
	z-index: 1000;
	transition: all 0.3s ease-out;
    padding: 8px 0%;

	width: 100%;
    background: #fff;

	/* overflow: hidden; */
	padding-top: 5px;


    display: flex;
    justify-content: space-between;
    padding-right: 60px;
    padding-left: 60px;
}

.gray-bottom-panel-stick {
    /* transform: translateY(0%) !important; */
    opacity: 1 !important;
    visibility: visible !important;
}

.gray-bottom-panel:hover {
	//height: 95px;


}

.gray-bottom-panel .gbp-buts{
    opacity: 0;
    visibility: hidden; 
    /* right: 60px; */
}

.gray-bottom-panel:hover .gbp-buts{
	height: 95px;	padding-top: 35px;
	//padding-top: 25px;

    
}

.gray-bottom-panel:hover .gbp-but span{
	opacity: 1;
}

.gbp-left .gh-contacts {
    width: auto;
    align-items: center;
}

.gbp-left {
    display: flex;
    align-items: center;
}

.gbp-buts {

    display: flex;
    justify-content: space-between !important;
    padding-left: 27px;
    padding-right: 27px;

    align-items: center;
	width:  500px;
	position: relative;
    justify-content: center;
	height: 70px;
    background: #f5f4f2;
    border-radius: 20px;
    padding-top: 50px;
    background: rgba(255, 255, 255, 0.95);
    //box-shadow: 0 6px 12px rgb(0 0 0 / 10%);
    transition: all 0.5s ease-out;
}

.gbp-buts-dark {
    background: rgba(26, 63, 64, 0.95);
}

.gbp-buts-green {
    background: rgba(222, 243, 209, 0.95);
}


.gbp-buts .gbp-but {
    //padding: 12px 13px;
    border-radius: 10px;
    //background: #fff;
    display: flex;
    //margin-bottom: 8px;
    //padding-left: 90px;
    flex-direction: column;
    justify-content: center;
    font-size: 16px;
    color: #1A3F40;
    cursor: pointer;

	width: 11%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
	text-align: center;

    transition: all 0.5s ease-out;
}


.gbp-buts .gbp-but:before {
    color: #1A3F40;
    font-family: 'Material Symbols Outlined';
    font-size: 36px;
    //margin-right: 15px;
    display: flex;
    width: 50px;
    height: 50px;
    border-radius: 10px;
    //background: #F5F7F6;
    //position: absolute;
    left: 50px;
    //margin-top: 3px;
    justify-content: center;
    align-items: center;
	transition: all 0.3s ease-out;

    //box-shadow: 0 6px 12px rgb(0 0 0 / 5%);
    background: #fff;
}

.gbp-buts .gbp-but span {
	opacity: 0;
	min-height: 50px;
	transition: all 0.8s ease-out;
	font-size: 14px;
    color: #1A3F40;
    margin-top: 4px;
}

.gbp-but-phone:before {
    content: "call";
}

.gbp-but-cons:before {
    content: "support_agent";
}

.gbp-but-zamer:before {
    content: "measuring_tape";
}

.gbp-but-calc:before {
    content: "calculate";
}

.gbp-but-adres:before {
    content: "location_on";
}

.gbp-but-client:before {
    content: "quiz";
}

.gbp-but-menu:before {
    content: "menu";
}

.gbp-but-share:before {
    content: "ios_share";
}

.gbp-buts .gbp-but:hover {
	text-decoration: none;
    margin-top: -20px
}

.gbp-buts .gbp-but:hover:before {
	color: #fff;
	//background: #8dc63f;
	font-size: 44px;
	width: 70px;
    height: 70px;
	//position: relative;
	margin-top: -20px;
}

.gbp-buts .gbp-but .gbp-icon {
    display: flex;
    width: 50px;
    height: 50px;
    border-radius: 10px;
	justify-content: center;
    align-items: center;
	transition: all 0.3s ease-out;

    //box-shadow: 0 6px 12px rgb(0 0 0 / 5%);
    background: #fff;
}

.gbp-buts .gbp-but:hover .gbp-icon {
	color: #fff;
	//background: #8dc63f;
	font-size: 44px;
	width: 70px;
    height: 70px;
	margin-top: -20px;
}

.gbp-buts .gbp-but svg {
	width: 30px;
    height: 30px;
    color: #1A3F40;
    fill: #1A3F40;
}

.gbp-buts .gbp-but .gbp-icon-vk svg {
	width: 34px;
    height: 34px;
    color: #fff;
    fill: #fff;
}

.gbp-buts .gbp-but:hover  svg {
	width: 40px;
    height: 40px;
    color: #fff;
    fill: #fff;
}

.gbp-buts .gbp-but img {
	width: 44px;
    height: 44px;
    color: #fff;
    fill: #fff;
}

.gbp-buts .gbp-but:hover img {
	width: 56px;
    height: 56px;
    color: #fff;
    fill: #fff;
}

.gbp-buts .gbp-icon.gbp-icon-whatsapp {
    //background: linear-gradient(45deg, #00c418, #5af388);
    background: #E5F9E7;
}

.gbp-buts .gbp-icon.gbp-icon-whatsapp img {
    width: 34px;
    height: 34px;
}

.gbp-buts .gbp-but:hover .gbp-icon.gbp-icon-whatsapp img {
    width: 44px;
    height: 44px;
}

.gbp-buts .gbp-icon.gbp-icon-telegram {
    //background: linear-gradient(45deg, #0684C9, #0FA9FB);
    background: #E6F2F9;
}

.gbp-buts .gbp-icon.gbp-icon-telegram img {
    width: 32px;
    height: 32px;
}

.gbp-buts .gbp-but:hover .gbp-icon.gbp-icon-telegram img {
    width: 42px;
    height: 42px;
}

.gbp-buts .gbp-icon.gbp-icon-vk {
    //background: linear-gradient(45deg, #0279F2, #1475FE);
    background: #E5F1FE;
}

.gbp-buts .gbp-icon.gbp-icon-vk img {
    width: 30px;
    height: 30px;
}

.gbp-buts .gbp-but:hover .gbp-icon.gbp-icon-vk img {
    width: 42px;
    height: 42px;
}

.gbp-buts .gbp-icon.gbp-icon-call {
    //background: linear-gradient(45deg, #0AAD27, #55F070);
    background: #E6F7E9;
}

.gbp-buts .gbp-icon.gbp-icon-call img {
    width: 30px;
    height: 30px;
}

.gbp-buts .gbp-but:hover .gbp-icon.gbp-icon-call img {
    width: 42px;
    height: 42px;
}

.gbp-buts .gbp-icon.gbp-icon-loc {
    //background: linear-gradient(45deg, #D2555F, #FF6469);
    background: #FFF7ED;
}

.gbp-buts .gbp-icon.gbp-icon-loc img {
    width: 32px;
    height: 32px;
}

.gbp-buts .gbp-but:hover .gbp-icon.gbp-icon-loc img {
    width: 42px;
    height: 42px;
}

.gbp-buts .gbp-icon.gbp-icon-menu {
    //background: linear-gradient(45deg, #204294, #3d5da7);
    background: #E8ECF4;
}

.gbp-buts .gbp-icon.gbp-icon-menu img {
    width: 34px;
    height: 34px;
}

.gbp-buts .gbp-but:hover .gbp-icon.gbp-icon-menu img {
    width: 44px;
    height: 44px;
}

.gbp-buts .gbp-icon.gbp-icon-tape {
    //background: linear-gradient(45deg, #FC2841, #FF5571);
    background: #F7F2F7;
}

.gbp-buts .gbp-icon.gbp-icon-tape img {
    width: 34px;
    height: 34px;
}

.gbp-buts .gbp-but:hover .gbp-icon.gbp-icon-tape img {
    width: 44px;
    height: 44px;
}
/* полоса калькулятор */

.gray-hero-calc {
	width: 100%;
	display: flex;
    align-items: center;
	background: #DEF3D1;
	justify-content: center;
    padding-left: 0%;
    padding-right: 0%;
    transition: all 0.8s ease-out;
	padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 10px;
    //margin-top: 20px;
}

.ghc-content {
	color: #5ac31a;
	text-decoration: none;
	font-size: 16px;
    display: flex;
    align-items: center;
}

.ghc-content:before {
    color: #5ac31a !important;
    content: "calculate";
    font-family: 'Material Symbols Outlined';
    font-size: 26px;
    margin-right: 5px;
	text-decoration: none;
}

.ghc-content:after {
    content: "";
    //position: absolute;
    width: 7px;
    height: 7px;
    border-top: 2px solid #5ac31a;
    border-right: 2px solid #5ac31a;
    margin-left: 6px;
    transform: rotate(45deg);
    /* margin-right: 50px; */
    //margin-top: 12px;
    transition: all 0.3s ease-out;
}

.ghc-content a {
	color: #5ac31a;
	text-decoration: none;
}

.ghc-content a:hover {
	color: #5ac31a;
	text-decoration: underline;
}

/* первый экран на главной */

.gray-hero {
	padding: 30px 0px;
	width: 100%;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 14px;
	height: 73vh;
    max-height: 800px;
	position: relative;
	cursor: pointer;
    background: #fff;
    border-radius: 10px;
}

.gray-hero-block {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	height: 100%;
	//background: #F5F6F6;	
	border-radius: 10px;
	overflow: hidden;
	position: relative;
	//background: #2A343E;
	background: #fff;
	
	transition: transform 1s cubic-bezier(0.5,1,0.89,1),opacity .6s cubic-bezier(0.5,1,0.89,1);

	opacity: .001;
    transform: translateY(20px);
}

.gray-hero-block.gray-hero-block-active-1 {
    transform: translateY(0) !important;
    opacity: .999 !important;
	transition-delay: 0s;
}

.gray-hero-block-active {
	background: #fff;	
    border-radius: 10px;	
}

.gray-hero-top {
	width: 100%;
	padding-top: 50px;
	//color: #fff;
}

.gray-hero-block-active .gray-hero-top {
	color: #1A3F40;	
}

.gray-hero-top-title {
	font-size: 50px;
}

.gray-hero-block .gray-hero-top-title {
	text-align: center;
	font-weight: 500;
	font-size: 2.5rem;
	margin-bottom: 0px;


	position: relative;
	//top: 10%;
	//transition: all 0.3s ease-out;

	//opacity: 0;

	//transform: translateY(20%);

	//animation: 2s anim-lineUp ease-out forwards;

	//animation-delay: 5s;


	opacity: .001;
    transform: translateY(20px);

    font-size: 20px;
    font-family: 'Geometria-Medium';
}

.gray-hero-block-active-1 .gray-hero-top-title {

    transform: translateY(0);
    opacity: .999;
}

.gray-hero-top-title {
	text-align: center;
	font-weight: 500;
	font-size: 20px;
    font-family: 'Geometria-Medium';
	margin-bottom: 14px;
    padding-top: 20px;
	position: relative;
	opacity: 0;
	line-height: 1;
	transition: transform 1s cubic-bezier(0.5,1,0.89,1),opacity .6s cubic-bezier(0.5,1,0.89,1);

	opacity: .001;
    transform: translateY(20px);
}

.gray-block-anim {
//	animation: 2s anim-lineUp ease-out forwards;
}


.gray-block-anim .gray-hero-top-title{
	animation: 2s anim-lineUp ease-out forwards;
}

.gray-hero-block-active-1 .gray-hero-top-descr{
	transition: transform 1s cubic-bezier(0.5,1,0.89,1),opacity .6s cubic-bezier(0.5,1,0.89,1);
    transform: translateY(0) !important;
    opacity: .999 !important;
	transition-delay: 0.5s;
}

.gray-hero-block-active-1 .gray-hero-top-link{
	transition: transform 1s cubic-bezier(0.5,1,0.89,1),opacity .6s cubic-bezier(0.5,1,0.89,1);
    transform: translateY(0) !important;
    opacity: .999 !important;
	transition-delay: 0.8s;
    margin-top: 15px;
}


@keyframes fadeIn {
  0% { opacity: 0;   top: 20%}
  40% { opacity: 0;   top: 10%}
  100% { opacity: 1; top: 0%}
}


.lineUp {
 
}

@keyframes anim-lineUp {
  0% {
    opacity: 0;
    transform: translateY(80%);
  }
  20% {
    opacity: 0;
  }
  50% {
    opacity: 1;
    transform: translateY(0%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}



.gray-hero-block .gray-hero-top-descr {
	text-align: center;
	font-weight: 400;
	font-size: 1.6rem;
	margin-top: 0px;
	position: relative;
	opacity: 0;
	//animation: 2s anim-lineUp ease-out forwards;	
	//animation-delay: 1s;

	opacity: .001;
    transform: translateY(20px);
}

.gray-hero-top-descr {
	text-align: center;
	font-weight: 400;
	font-size: 1.2rem;
	margin-bottom: 10px;
    margin-top: -14px;
	position: relative;
	opacity: 0;
	//animation-delay: 1s;
	opacity: .001;
    transform: translateY(20px);
	line-height: 1.3;
}

.gray-hero-top-link {
	text-align: center;
	opacity: .001;
    transform: translateY(20px);

	z-index: 90;
    position: relative;
}

.gray-hero-top a {
	display: inline-block;
	opacity: 0;
	position: relative;
	animation: 2s anim-lineUp ease-out forwards;	
	animation-delay: 1.5s;
}

.gray-hero-top-link a{

    position: relative;
    height: auto !important;
    background: #f5f4f2;
    text-decoration: none;
    border-radius: 53px;
    padding: 17px 23px;
    padding-right: 23px;
    /* padding-left: 45px; */
	text-align: center;
	text-decoration: none;
	font-weight: 400;
	color: #1A3F40;
	transition: all 0.3s ease-out;
	margin-left: 4px;
	margin-right: 4px;
	margin-bottom: 3px;
	position: relative;	
	z-index: 200;
	font-size: 16px;
	//border-bottom: solid 1px transparent;
	height: 22px;


}

.gray-block-art .gray-hero-top-link a {
    background: #fff;
}

.gray-hero-top-link_ a:after {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    border-top: 2px solid #1A3F40;
    border-right: 2px solid #1A3F40;
    margin-left: 6px;
    transform: rotate(45deg);
    /* margin-right: 50px; */
    margin-top: 10px;
	transition: all 0.3s ease-out;
}


.gray-hero-top-link a:before {
    content: "";
    position: relative;
    /* margin-left: -28px; */
    transition: all 0.3s ease-out;
    color: #1A3F40;
    font-size: 24px;
    content: "arrow_outward";
    font-family: 'Material Symbols Outlined';
    font-weight: 600;
    top: 8px;

    left: 0px;

    height: 53px;
    margin-right: 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;


}

.gray-hero .gray-hero-top-link a:after {
    margin-top: 9px;
}

.gray-hero-top-link a:hover {
	color: #fff;
    //border-bottom: solid 1px #7AAD35;
    background: #5ac31a;
	text-decoration: none !important;
}

.gray-hero-top-link a:hover:before {
	color: #fff;
}

.gray-hero-top-link a:hover:after {
	//border-color: #7AAD35;
}

.gray-hero-top-link a.light {
    background: transparent;
    margin-left: 0px;
}

.gray-hero-top-link a.light:hover {
    color: var(--color-blue-text);
}

.gray-hero-top-link a.light:hover:before {
    color: var(--color-blue-text);
}

.gray-hero-top-link a.light:before {
    margin-left: -5px;
}

.gray-hero-top-link a.khow {
    border-radius: 53px;
    padding-left: 0px;
}

.gray-hero-top-link a.khow:before {
    border-radius: 53px;
    background: #fff;
    content: 'currency_ruble';
    height: 47px;
    top: 7px;
    left: 3px;
    margin-right: 15px;
    aspect-ratio: 1/1;
}


.gray-hero-top-link a.khow:hover:before {
    color: var(--color-blue-text);
}


.gray-hero-back {
	text-align: left;
	font-weight: 500;
	font-size: 5rem;
	margin-bottom: 20px;
	color: #fff;
	text-transform: uppercase;
	//padding-left: 10%;
	//padding-right: 10%;
    line-height: 1;

	margin-top: 30px;
    display: inline-block;

	color: transparent;
    -webkit-background-clip: text;
    background-clip: text;


	//background-image: linear-gradient(166deg, rgba(93,233,0,1) 0%, rgba(0,185,255,1) 100%);
	//background-image: linear-gradient(166deg, rgba(0,105,180,1) 0%, rgba(0,45,77,1) 100%);
	rgb(42,74,148);
	background-image: linear-gradient(141deg, rgba(42,74,148,1) 0%, rgba(42,74,148,1) 28%, rgba(30,235,255,1) 44%, rgba(30,235,255,1) 55%, rgba(42,74,148,1) 73%, rgba(42,74,148,1) 100%);	


	//animation: textclip 2.5s linear forwards;
	//background-size: 300% 100%;
  //background-position: center center;
	transition: all 0.3s cubic-bezier(0.5,1,0.89,1);

	position: relative;
    overflow: hidden;
	top: 0%;
	left: 49%;
    width: 50%;
    margin-left: -63%;
	/* transform: skew(35deg); */
}

.gray-hero-back b{
	margin-left: -100%;
    display: inline-block;
    transition: all 1.5s cubic-bezier(0.5,1,0.89,1);
    /* transform: skew(-35deg); */
    z-index: 11000;
    position: relative;
    //background-image: linear-gradient(141deg, rgba(42,74,148,1) 0%, rgba(42,74,148,1) 28%, rgba(30,235,255,1) 44%, rgba(30,235,255,1) 55%, rgba(42,74,148,1) 73%, rgba(42,74,148,1) 100%);
	background-image: linear-gradient(141deg, rgba(42,74,148,1) 0%, rgba(42,74,148,1) 28%, rgb(132 35 173) 44%, rgb(132 35 173) 55%, rgba(42,74,148,1) 73%, rgba(42,74,148,1) 100%);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
	//transition-delay: 3s;

	animation: gradient 20s ease infinite;

}

.gray-hero-block-active-1 .gray-hero-back b{
	//margin-left: 0%;
}

.gray-hero-block-active-2 .gray-hero-back b{
	margin-left: 0%;
}

.gray-hero-block-active-1  .gray-hero-img {
    top: 15%;
}


.gray-hero-back .flare {
    position: absolute;
    top: 10%;
    height: 75%;
    width: 95px;
    transform: skewX(-45deg);
    animation: flareAnimation;
    left: -150%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.4));
    animation: flareAnimation 9s infinite linear; 
}

@keyframes flareAnimation {
    0% {
        left: -150%;
    }
    100% {
        left: 150%;
    }
}

@keyframes textclip {
  to {
    background-position: center center 200%;
	//background-image: linear-gradient(166deg, rgba(93,233,0,1) 0%, rgba(0,185,255,1) 100%);
  }
}

/*
.gray-hero-block-active .gray-hero-back{
	//color: #fff;
	//background-image: none;

	color: transparent;
    -webkit-background-clip: text;
    background-clip: text;

	//background-image: linear-gradient(166deg, rgba(0,105,180,1) 0%, rgba(0,45,77,1) 100%);

	//background-image: none;
	//background-size: 0%;
	//transition: all 1.5s ease-out;
	animation: textclip1 2.5s forwards ease-out ;
	//background-image: none;
    color: #fff;
}
*/

@keyframes textclip1 {


  0% {

    }
    100% {
		//background-size: 100%;
		//background-position: center center 100%;
		background-image: linear-gradient(166deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 100%);
    }
}

.gray-hero-img {
	width: 100%;
    height: 150%;
    background: url(/img/gray-bg.png) top center no-repeat;
    transform: rotate(325deg);
    /* margin-top: 100px; */
    position: absolute;
    z-index: 12000;
    //top: 50%;
    //background-size: cover;
	top: 110%;
	transition: all 0.3s ease-out;
	margin-left: -500px;
	background-size: 35%;
	//transition-delay: 2s;
}

.gray-hero-block-active .gray-hero-img{
	//top: 15%;
	//transform: rotate(45deg);
}

@keyframes gradient {
	0% {
		background-size: 100%;
	}



	50% {
		background-size: 350%;
    	background-position: -100%;
	}

	100% {
		background-size: 100%;
		
	}
}

/* блок партнеров */

.gray-partners {
	color: #fff;
	opacity: .001;
    transform: translateY(20px);
	transition: transform 1s cubic-bezier(0.5,1,0.89,1),opacity .6s cubic-bezier(0.5,1,0.89,1);
}

.gray-partners.gray-hero-block-active-1 {
    transform: translateY(0) !important;
    opacity: .999 !important;
    transition-delay: 0s;
}

.gray-partners .row{
	min-height: 700px;
}

.gray-partners .col-12, .gray-partners .col-6{
	display: block;
}

.gray-partners .gray-partners-block{
	width: 100%;
	height: 100%;
	cursor: pointer;
	background-size: 140% !important;
	transition: all 1s cubic-bezier(0.5,1,0.89,1),opacity .6s cubic-bezier(0.5,1,0.89,1);
    aspect-ratio: 9/16;

}
.gray-partners .gray-partners-block:hover{
    background-position-y: -20px !important;
}

.gray-partners .gray-partners-block-bg {
	display: flex;
	width: 100%;
	height: 100%;
	flex-direction: column;
    justify-content: space-between;
	padding: 40px 30px;
    padding-bottom: 16px;
}

.gray-partners .col-6 .gpb-top{
	width: 100%;
	text-align: center;
	color: #fff;
	font-weight: 500;
	font-size: 22px;
}

.gray-partners .col-6 .gpb-bot{
	width: 100%;
	text-align: left;
	position: relative;
	color: #fff;
	font-weight: 500;
	font-size: 22px;
	//padding-bottom: 70px;

    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


.gray-partners .col-6:nth-child(1){

}

.gray-partners .col-6:nth-child(1) .gray-partners-block{
	background: #fff;
	cursor: default;
}

.gray-partners .row .col-6:nth-child(1) .gpb-top{
	font-size: 50px;
	background: linear-gradient(53deg, rgba(154,63,114,1) 31%, rgba(48,78,143,1) 100%);
	font-weight: 600;
	color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
	text-align: left;
	line-height: 1;
}

.gray-partners .row .col-6:nth-child(1) .gpb-top span {
    color: #657476;
    font-weight: 500;
    font-size: 24px;
    text-align: left;
    padding-bottom: 5px;
    display: block;
    background: #657476;
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
}

.gray-partners .col-6:nth-child(1) .gpb-bot{
	color: #657476;
	font-weight: 500;
	font-size: 24px;
	text-align: left;
	/* padding-bottom: 20px; */
}

.gray-partners .col-6:nth-child(2){

}



.gray-partners .col-6:nth-child(2) .gray-partners-block{
	background: url(/img/gp-1.jpg) top center no-repeat;
	background-size: cover;
}

.gray-partners .col-6:nth-child(2) .gray-partners-block-bg{
	background: linear-gradient(180deg, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.6) 100%);
}



.gray-partners .col-6:nth-child(2) .gpb-bot{
	text-align: left;
	padding-right: 0%
}

.gray-partners .col-6:nth-child(3){

}

.gray-partners .col-6:nth-child(3) .gray-partners-block{
	background: url(/img/gp-2.jpg) top center no-repeat;
	background-size: cover;
}

.gray-partners .col-6:nth-child(3) .gray-partners-block-bg{
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(0,111,185,0.3701855742296919) 60%, rgba(0,111,185,1) 100%);
}

.gray-partners .col-6:nth-child(3) .gpb-bot{
	text-align: center;
}

.gray-partners .col-6:nth-child(3) .gpb-top{
	text-align: left;
	padding-right: 30%
}

.gray-partners .col-6:nth-child(4){

}

.gray-partners .col-6:nth-child(4) .gray-partners-block{
    background: url(/img/gp-3.jpg) top center no-repeat;
	background-size: cover;
}


.gray-partners .col-6:nth-child(4) .gray-partners-block-bg{
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(61,98,179,0.3701855742296919) 60%, rgba(61,98,179,1) 100%);
}

.gray-partners .col-6:nth-child(4) .gpb-bot{
	text-align: left;
	padding-right: 0%;
    width: 100%;
}

.gray-partners-block {
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
}

.gpb-top {

}

.gpb-bot {

}

.gpb-link {
	//position: absolute;
    //right: 5px;
    //bottom: 0px;
    border-radius: 10px;
    padding: 15px 23px;
    //height: 60px;
    //width: 60px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease-out;
    font-size: 16px;
    font-weight: 400;
    margin-top: 30px;
    width: auto !important;
    color: #1A3F40;


    

}

.gpb-link:after {
    content: "";
    position: absolute;
    //width: 16px;
    //height: 16px;
    //border-top: 3px solid #1A3F40;
    //border-right: 3px solid #1A3F40;
    margin-left: -120px;
    //transform: rotate(45deg);
    /* margin-right: 50px; */
    //margin-top: 9px;
    transition: all 0.3s ease-out;

	color: #1A3F40;
	font-size: 24px;
	content: "add";
    font-family: 'Material Symbols Outlined';
    font-weight: 600;
}

.gpb-link:hover {
	//height: 70px;
    //width: 70px;
	//right: 0px;
    //bottom: -5px;
    color: #fff;
    text-decoration: none;
    background: #5ac31a;
}

.gpb-link:hover:after {
	border-color: #fff;
	color: #fff;
}

.gpb-link:before {
    background: #8dc63f !important;
}

.gray-partners-block-bg .gray-hero-top-link {
    text-align: left;
    //margin-top: -80px;
}

.gray-partners-block-bg .gray-hero-top-link a {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 54px !important;
}

.gray-partners-block-bg .gray-hero-top-link a:before {
    position: relative;
    top: 0px;
    margin-right: 3px;
    font-size: 24px;
    content: "add";
}

/* полоса гарантия */

.gray-hero-garant {
	width: 100%;
	display: flex;
    align-items: center;
	background: #D2D9EA;
	justify-content: center;
    padding-left: 0%;
    padding-right: 0%;
    transition: all 0.8s ease-out;
	padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 10px;
}

.ghg-content {
	color: #204294;
	text-decoration: none;
	font-size: 16px;
    display: flex;
    align-items: center;
}

.ghg-content:before {
	color: #204294;
    content: "verified_user";
    font-family: 'Material Symbols Outlined';
    font-size: 26px;
    margin-right: 5px;
	text-decoration: none;
}

.ghg-content:after {
    content: "";
    //position: absolute;
    width: 7px;
    height: 7px;
    border-top: 2px solid #204294;
    border-right: 2px solid #204294;
    margin-left: 6px;
    transform: rotate(45deg);
    /* margin-right: 50px; */
    //margin-top: 12px;
    transition: all 0.3s ease-out;
}

.ghg-content a {
	color: #204294;
}

.ghg-content a:hover {
	color: #204294;
	text-decoration: underline;
}

/* продукция */

.white-wrap {
	padding: 30px;
    padding-bottom: 14px;
	width: 100%;
	padding-top: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	/* min-height: 700px; */
	position: relative;
}

@media (max-width: 769px){

.white-wrap {
	padding: 0px;
}

}

.white-wrap .row{
	/* height: 100%; */
    margin-left: 0px;
    margin-right: 0px;
}

.white-wrap .slider-block .row{
	height: 100%;
}


.white-wrap .col-xl-3 {
    padding-right: 7px;
    padding-left: 7px;
}

.white-wrap .row div.col-xl-3:first-child{
	padding-left: 0px;
}

.white-wrap .row div.col-xl-3:last-child{
	padding-right: 0px;
}


.white-wrap .col-lg-3 {
    padding-right: 7px;
    padding-left: 7px;
}

.white-wrap .row div.col-lg-3:first-child{
	padding-left: 0px;
}

.white-wrap .row div.col-lg-3:last-child{
	padding-right: 0px;
}

.white-wrap .col-lg-4 {
    padding-right: 4.6px;
    padding-left: 4.6px;
}

.white-wrap .row div.col-lg-4:first-child{
	/*padding-left: 0px;
    padding-right: 9.3px;*/
}

.white-wrap .row div.col-lg-4:last-child{
	padding-right: 0px;
    padding-left: 9.3px;
}

.gray-block {
	display: flex;
	flex-direction: column;
	align-items: center;
    justify-content: space-between;
	width: 100%;
	height: 100%;
	background: #fff;	
	border-radius: 10px;
	overflow: hidden;
	position: relative;
	padding: 0px;
	cursor: pointer;

	transition: transform 1s cubic-bezier(0.5,1,0.89,1),opacity .6s cubic-bezier(0.5,1,0.89,1);

	opacity: .001;
    transform: translateY(20px);

}

.gray-block.gray-hero-block-active-1 {
    transform: translateY(0) !important;
    opacity: .999 !important;
	transition-delay: 0s;
}

.gray-block-img {
	border-radius: 10px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
	width: 100%;
    aspect-ratio: 16/9;
    display: block;
	margin-top: 30px;
	background-size: 110%;
	overflow: hidden;
	
}

.gray-block:hover .gray-block-img{
    background-position-y: calc(50% - 15px) !important;
}

.gray-block-img-1 {
    background: url(/img/gray/catalog/gray-catalog-1.jpg) center center no-repeat;
	transition: all 1s ease-out;
	background-size: cover;
}

.gray-block-img-2 {
    background: url(/img/gray/catalog/gray-catalog-2.jpg) center center no-repeat;
	transition: all 1s ease-out;
	background-size: cover;
}

.gray-block-img-3 {
    background: url(/img/gray/catalog/gray-catalog-3.jpg) center center no-repeat;
	transition: all 1s ease-out;
	background-size: cover;
}

.gray-block-img-4 {
    background: url(/img/gray/catalog/gray-catalog-4.jpg) center center no-repeat;
	transition: all 1s ease-out;
	background-size: cover;
}

.gray-block-img-5 {
    background: url(/img/gray/catalog/gray-catalog-5.jpg) center center no-repeat;
	transition: all 1s ease-out;
	background-size: cover;
}

.gray-block-img-6 {
    background: url(/img/gray/catalog/gray-catalog-6.jpg) center center no-repeat;
	transition: all 1s ease-out;
	background-size: cover;
}

.col-lg-4 .gray-block .gray-hero-top-title {
	font-size: 1.7rem;
}

.col-lg-4 .gray-block .gray-hero-top-descr {

}

/* дома */

.gray-hero-img-doma {
	width: 700px;
    height: 100%;
    background: url(/img/gray-doma.png) top center no-repeat;
    transform: rotate(20deg);
    /* margin-top: 100px; */
    position: absolute;
    //top: 50%;
    //background-size: cover;
	top: 110%;
	transition: all 1s ease-out;
	background-size: contain;
    padding: 14px;
}

.gray-hero-block-active .gray-hero-img-doma{
	top: 50%;
	transform: rotate(0deg);
}

.gray-block-3-img {
	width: 100%;
	display: flex;
	margin-top: 30px;
    position: relative;
    top: 12px;
    overflow: hidden;
}

.block-doma .row {
    margin-left: -14px;
    margin-right: -14px;
}

.gray-block-doma {
    padding-bottom: 12px;
    margin-bottom: 15px;
}

.gray-block-doma .gray-block-3-img .gray-block-img:nth-child(1) {
    background: url(/img/main/main-1.jpg) center center no-repeat;
    background-size: 130%;
    transition: all 1s ease-out;
	width: 30%;
	margin: 20px;
}

.gray-block-doma .gray-block-3-img .gray-block-img:nth-child(2) {
    background: url(/img/main/main-1.jpg) center center no-repeat;
    background-size: 130%;
    transition: all 1s ease-out;
	aspect-ratio: 3/1;
    border-radius: 217px;
	margin: 20px;
}


.gray-block-doma .gray-block-3-img .gray-block-img:nth-child(3) {
    background: url(/img/main/main-1.jpg) center center no-repeat;
    background-size: 130%;
    transition: all 1s ease-out;
	width: 30%;
	margin: 20px;
}


@keyframes scroll{
  0% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(-100%, 0);
  }
}
.scroll_bg {
	display: block;
    width: 4000px;
    height: 500px;
    border-radius: 10px;
    overflow: hidden;
    /* overflow: hidden; */
    //animation: scroll 35s infinite linear;
	//overflow-x: scroll;
  //overflow-y: hidden;
  white-space: nowrap;
}

.scroll_bg::-webkit-scrollbar {
  display: none;
}
.scroll_bg .img {
	display: inline-block;
    /* padding-left: 100%; */
    /* -webkit-animation: scroll 5s infinite linear; */
   // -moz-animation: scroll 25s infinite linear;
    // animation: scroll 25s infinite linear; 
    background-image: url(/img/gray-block-doma-1.jpg);
	width: 900px;
    height: 100%;
    /* aspect-ratio: 1/1; */
    margin-left: -5px;
    background-size: contain;
    margin-right: 14px;
    /* margin-left: 20px; */
    overflow: hidden;
    background-repeat: no-repeat;
    border-radius: 10px;
    background-size: cover;
}

.scroll_bg .img:nth-child(1) {
	background-image: url(/img/gray-block-doma-1.jpg);
}

.scroll_bg .img:nth-child(2) {
	background-image: url(/img/gray-block-doma-2.jpg);	
}


.scroll_bg .img:nth-child(3) {
	background-image: url(/img/gray-block-doma-3.jpg);	
}

.scroll_bg .img:nth-child(4) {
	background-image: url(/img/gray-block-doma-4.jpg);	
}

.scroll_bg .img:nth-child(5) {
	background-image: url(/img/gray-block-doma-5.jpg);	
}

/* другая продукция */


.gray-other {
    //margin-top: 30px;
    //background: #F5F6F6;
	//padding: 30px;
	position: relative;
    width: auto;
    padding: 0px;
    //margin-left: 5px !important;
    width: calc(100% + 12px);
}

.gray-other .row{
    margin-top: 30px;
    width: 100%;
    display: flex;
    padding-left: 60px;
    /* padding-right: 75px; */
    margin: 0px;
}

.gray-other .gray-hero-block-title{
    margin-bottom: 3px;
}

.gray-other-item {
    cursor: pointer;
    border-radius: 10px;
    /* height: 150px; */
    display: inline-flex;
    width: 100%;
    flex-direction: column;
    padding: 0px 0px;
    padding-bottom: 10px;
	align-items: center;
    background: #fff;
}

.gray-other-item-img {
	height: 100%;
	width: auto;
	aspect-ratio: 1/1;
	border-radius: 10px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	width: 100%;
	display: inline-block;
	position: relative;
	transition: all 1s ease-out;
}

.gray-other-item:hover .gray-other-item-img {
    //background-position-y: calc(50% - 10px) !important;
	background-position-y: -25px !important;
}

.gray-other-stik {
    border-radius: 10px;
    padding: 8px 13px;
    background: #ffffffee;
    color: #5ac31a;
    position: absolute;
    margin-left: 0px;
    margin-top: 0px;
    font-size: 14px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 0px;
}

.gray-other-stik-1 {
    color: #204294;
}

.gray-other-stik-2 {
    color: #FFB053;
}

.gray-other-stik-3 {
    color: #413F4C;
}

.gray-other-stik-4 {
    color: #FF9C6B;
}

.gray-other-stik-5 {
    color: #725FA2;
}

.gray-other-stik-6 {
    color: #FF7050;
}

.gray-other-stik-7 {
    color: #BF3A59;
}

.gray-other-stik-8 {
    color: #852049;
}

.gray-other-item-text {
    padding: 10px 20px;
}

.gray-other-item-text strong{
	color: #1A3F40;
	font-weight: 500;
	display: block;
}

.gray-other-item-text strong:hover{
	color: #7AAD35;
}

.gray-other-item-text p{
	color: #657476;
    font-weight: 500;
	display: none;
}

.gray-other-item:hover .gray-other-plus {
    opacity: 1;
}

.gray-other-plus {
	position: absolute;
	margin-left: -30px;
    margin-top: -30px;
	left: 50%;
    top: 50%;
    border-radius: 50%;
    height: 60px;
    width: 60px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.5s linear;
    z-index: 2000;
    cursor: pointer;
	opacity: 0;

    display: none !important;
}

.gray-other-plus:after {
    content: "";
    position: absolute;
    //width: 16px;
    //height: 16px;
    //border-top: 3px solid #1A3F40;
    //border-right: 3px solid #1A3F40;
    //margin-left: -5px;
    //transform: rotate(45deg);
    /* margin-right: 50px; */
    //margin-top: 9px;
    transition: all 0.3s ease-out;

	color: #1A3F40;
	font-size: 34px;
	content: "add";
    font-family: 'Material Symbols Outlined';
}

.gray-other-plus:before {
    background: #8dc63f !important;
}

.gray-other-plus:hover:after {
    border-color: #fff;
    color: #fff;
}



.other-slider-container {
	display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    justify-content: space-between;
    /* padding: 0px 20px; */
    position: absolute;
    padding-left: 0px;
    padding-right: 0px;
    top: 0%;
    margin-top: 0px;
    margin-right: -14px;
	//z-index: 980;
}

.other-slider-container a span{
	font-family: 'Material Symbols Outlined';
	font-size: 26px;
	text-decoration: none;
}

.other-slider-container .slick-disabled {
	display: inline-flex !important;
	align-items: center;
}

.other-slider-container a {
	display: inline-flex !important;
    align-items: center;
	margin: 0px 3px;
	margin-left: 2px;
	font-size: 16px;
    border-radius: 10px;
    height: 54px !important;
}

.other-slider-container a:hover {
	color: #fff;
	text-decoration: none;
    background: #5ac31a;
}

.other-slider-container a:hover:after {
    //border-color: #fff;
    color: #fff;
}

.slick-list {
	z-index: 990;
	//padding-left: 0px !important;
}

.slick-list:after {
    //content: "";
    height: 100%;
    width: 10%;
    //border: solid 1px #ff0000;
    position: absolute;
    display: block;
    top: 0px;
    left: 0px;
    background: #f5f6f6;
}

.other-slider-container .slick-next {

	//margin-right: 7%;
    //z-index: 9999;
    //position: absolute;
}

.other-slider-container .slick-prev {

//margin-right: 7%;
//z-index: 9999;
//position: absolute;
}


.gray-other .gray-hero-top-link {
    width: 100%;
    margin-top: 0px;
    padding-left: 14px;
    padding-right: 14px;
}

.gray-other .gray-hero-top-link a{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 54px !important;
    margin-left: 0px;

    border-radius: 53px;
}

.gray-other .gray-hero-top-link a:before{
    position: relative;
    top: 0px;

}

/* галерея */

.slider {
    border-radius: 10px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    //overflow: hidden;
}

.slider-control:not(.inactive) {
	cursor: none !important;

}

.slider-control {
	width: 40%;
}

.slider-descr-bottom {
	font-size: 22px;
	font-weight: 500;
	padding-right: 20px;
}

.cursor-left {
	display: none;
    z-index: 1000;
    border-radius: 50%;
    height: 120px;
    width: 120px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.1s linear;
	position: absolute;
	z-index: 1000;
	cursor: none !important;
}

.cursor-left:after {
	content: "";
    //transition: all 0.3s ease-out;
    color: #1A3F40;
    font-size: 34px;
    content: "West";
    font-family: 'Material Symbols Outlined';
}

.cursor-right {
	display: none;
    z-index: 1000;
    border-radius: 50%;
    height: 120px;
    width: 120px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.1s linear;
	position: absolute;
	z-index: 1000;
	cursor: none !important;
}

.cursor-right:after {
	content: "";
    //transition: all 0.3s ease-out;
    color: #1A3F40;
    font-size: 34px;
    content: "East";
    font-family: 'Material Symbols Outlined';
}

.slider-num {
    //position: absolute;
    color: #fff;
    font-size: 40px;
    z-index: 100;
    top: 50px;
    left: 220px;
}

.slider-num strong {
    font-weight: 300;
	color: #212529;
}

.slider-num small {
    font-size: 60%;
}

.slider-plus {
	position: absolute;
    //margin-bottom: 30px;
    //margin-left: -30px;
    left: 50%;
    bottom: 0px;
    border-radius: 50%;
    height: 60px;
    width: 60px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 1s linear;
    z-index: 900;
    cursor: pointer;

	left: 0%;
    top: 0px;

	margin-top: 30px;
    margin-left: 30px;
}

.slider-plus:after {
    content: "";
    position: absolute;
    //width: 16px;
    //height: 16px;
    //border-top: 3px solid #1A3F40;
    //border-right: 3px solid #1A3F40;
    //margin-left: -5px;
    //transform: rotate(45deg);
    /* margin-right: 50px; */
    //margin-top: 9px;
    transition: all 0.3s ease-out;

	color: #1A3F40;
	font-size: 34px;
	content: "add";
    font-family: 'Material Symbols Outlined';
}

.slider-plus:before {
    background: #5ac31a !important;
}

.slider-plus:hover:after {
    border-color: #fff;
    color: #fff;
}

.slider-plus-big {
    color: #A487A5;
    font-size: 32px;
    padding: 20px 50px !important;
    text-align: center;
	cursor: pointer;
}


.slider-plus-big {
  border: 2px solid #A487A5;
  background-color: #F5F6F6;
  position: relative;
  z-index: 1;
  padding: 5px;
}

.slider-plus-big::after,
.slider-plus-big::before {
  content: "";
  display: block;
  border: 5px solid #F5F6F6;
  z-index: 20;
  position: absolute;
}

.slider-plus-big::after {
  left: -3px;
  top: 40px;
  right: -3px;
  bottom: 40px;
  border-top: none;
  border-bottom: none;
}

.slider-plus-big::before {
  left: 40px;
  top: -3px;
  right: 40px;
  bottom: -3px;
  border-left: none;
  border-right: none;
}

.slider-descr {
	display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
    padding: 40px 50px;
	//background: #F5F6F6;
    cursor: default;
}

.slider-descr-link {
    right: 5px;
    bottom: 0px;
    border-radius: 50%;
    height: 60px;
    width: 60px;
    background: #fff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease-out;
	position: relative;
}

.slider-descr-link:after {
    content: "";
    position: absolute;
    //width: 16px;
    //height: 16px;
    //border-top: 3px solid #1A3F40;
    //border-right: 3px solid #1A3F40;
    //margin-left: -5px;
    //transform: rotate(45deg);
    /* margin-right: 50px; */
    //margin-top: 9px;
    transition: all 0.3s ease-out;

	color: #1A3F40;
	font-size: 34px;
	content: "east";
    font-family: 'Material Symbols Outlined';
}

.slider-descr-link-left:after {
	content: "west";
}

.slider-descr-link:hover {
	//height: 70px;
    //width: 70px;
	//right: 0px;
    //bottom: -5px;
}
.slider-descr-link:hover:after {
	border-color: #fff;
	color: #fff;
}

.slider-descr-link:before {
    background: #5ac31a !important;
}

.slider-descr .slider-num {
	display: inline-flex;
	align-items: center;
	color: #657476;
	transition: all 0.3s ease-out;
}

.slider-want {
	color: #7AAD35;

	position: absolute;
    margin-bottom: 30px;
    margin-left: -30px;
    left: 50%;
    bottom: 0px;
	z-index: 1000;

    font-size: 14px;
    background: #fff;
    padding: 13px 30px;
    border-radius: 10px;
    text-decoration: none;
    padding-right: 43px;
    transition: all 0.3s ease-out;
}

.slider-want:after {
    content: "";
    position: absolute;
    width: 9px;
    height: 9px;
    border-top: 2px solid #7AAD35;
    border-right: 2px solid #7AAD35;
    margin-left: 6px;
    transform: rotate(45deg);
    /* margin-right: 50px; */
    margin-top: 6px;
    transition: all 0.3s ease-out;
}

.slider-want:hover {
	background: #8dc63f;
	color: #fff;
	text-decoration: none;
}

.slider-want:hover:after {
	border-color: #fff;
}


.slider-descr-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}



.slider-rub {
	position: absolute;
    margin-top: 0px;
    margin-left: 30px;
    left: 0%;
    top: 110px;
    border-radius: 50%;
    height: 60px;
    width: 60px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 1s linear;
    z-index: 900;
    cursor: pointer;
}

.slider-rub:after {
    content: "";
    position: absolute;
    //width: 16px;
    //height: 16px;
    //border-top: 3px solid #1A3F40;
    //border-right: 3px solid #1A3F40;
    //margin-left: -5px;
    //transform: rotate(45deg);
    /* margin-right: 50px; */
    //margin-top: 9px;
    transition: all 0.3s ease-out;

	color: #1A3F40;
	font-size: 34px;
	content: "currency_ruble";
    font-family: 'Material Symbols Outlined';
}

.slider-rub:before {
    background: #5ac31a !important;
}

.slider-rub:hover:after {
    border-color: #fff;
    color: #fff;
}

.slider-rub-active:before {
	content: "";
    height: auto;
    /* width: 180% !important; */
    aspect-ratio: 1/1;
    //top: -100%;
    /* margin-top: 50%; */
    margin-left: -90%;
	margin-top: -90%;
	
	transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
}

.slider-rub-active:after {
    border-color: #fff;
    color: #fff;
}

.slider-rub-tip {
	position: absolute;
    top: 110px;
    left: 50px;
    z-index: -1 !important;
    transition: all 0.8s ease-out;
    background: #ffff;
    border-radius: 200px;
    padding: 20px 40px 20px 40px;
	opacity: 0;
	display: flex;
    justify-content: center;
    align-items: center;
	width: 410px;
    height: 60px;
	font-size: 16px;

}

.slider-rub-tip:hover {
	color: #7AAD35;
}

.slider-rub-tip-active {
	right: 130px;
    opacity: 1 !important;
    z-index: 890 !important;
	box-shadow: 0 6px 12px rgb(0 0 0 / 10%);
	cursor: pointer;

	padding-left: 50px;
	width: 460px;
}

.slider-save {
	position: absolute;
    margin-top: 0px;
    margin-left: 30px;
    left: 0%;
    top: 190px;
    border-radius: 50%;
    height: 60px;
    width: 60px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 1s linear;
    z-index: 900;
    cursor: pointer;
}

.slider-save:after {
    content: "";
    position: absolute;
    //width: 16px;
    //height: 16px;
    //border-top: 3px solid #1A3F40;
    //border-right: 3px solid #1A3F40;
    //margin-left: -5px;
    //transform: rotate(45deg);
    /* margin-right: 50px; */
    //margin-top: 9px;
    transition: all 0.3s ease-out;

	color: #1A3F40;
	font-size: 34px;
	content: "download";
    font-family: 'Material Symbols Outlined';
}

.slider-save:before {
    background: #5ac31a !important;
}

.slider-save:hover:after {
    border-color: #fff;
    color: #fff;
}

.slider-save-active:before {
	content: "";
    height: auto;
    /* width: 180% !important; */
    aspect-ratio: 1/1;
    //top: -100%;
    /* margin-top: 50%; */
    margin-left: -90%;
	margin-top: -90%;
	
	transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
}

.slider-save-active:after {
    border-color: #fff;
    color: #fff;
}

.slider-save-tip {
	position: absolute;
    top: 190px;
    left: 50px;
    z-index: -1 !important;
    transition: all 0.8s ease-out;
    background: #ffff;
    border-radius: 200px;
    padding: 20px 40px 20px 40px;
	opacity: 0;
	display: flex;
    justify-content: center;
    align-items: center;
	width: 310px;
    height: 60px;
	font-size: 16px;

}

.slider-save-tip:hover {
	color: #7AAD35;
}

.slider-save-tip-active {
	right: 130px;
    opacity: 1 !important;
    z-index: 890 !important;
	box-shadow: 0 6px 12px rgb(0 0 0 / 10%);
	cursor: pointer;

	padding-left: 50px;
	width: 360px;
}

.slider-plus-active:after {
    border-color: #fff;
    color: #fff;
}


.slider-plus:hover:after {
    border-color: #fff;
    color: #fff;
}

.slider-plus-active:before {
	content: "";
    height: auto;
    /* width: 180% !important; */
    aspect-ratio: 1/1;
    //top: -100%;
    /* margin-top: 50%; */
    margin-left: -90%;
	margin-top: -90%;
	
	transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
}

.slider-plus-tip {
	position: absolute;
	top: 30px;
    left: 50px;
    z-index: -1 !important;
    transition: all 0.8s ease-out;
    background: #ffff;
    border-radius: 200px;
    padding: 20px 40px 20px 40px;
	opacity: 0;
	display: flex;
    justify-content: center;
    align-items: center;
	width: 330px;
    height: 60px;
	font-size: 16px;
}

.slider-plus-tip:hover {
	color: #7AAD35;
}

.slider-plus-tip-active {
	right: 130px;
    opacity: 1 !important;
    z-index: 890 !important;
	box-shadow: 0 6px 12px rgb(0 0 0 / 10%);
	cursor: pointer;
	padding-left: 50px;
	width: 380px;
}

.slider-block {
	transition: all 1.3s ease-out;
    background: #fff;
    border-radius: 10px;
    padding: 14px;
}

.slider-block-full {
	transition: all 1.3s ease-out;
}

.slider-container {
	transition: all 1.3s ease-out;
    margin-right: 0px !important;
	//height: 0px;
    border-radius: 10px !important;    
}


.slider-block-full .slider-container {
	position: fixed !important;
    top: 0px;
    left: 0px;
    right: 0px;
    margin: 0px !important;
    width: 100%;
    height: 100vh !important;
    z-index: 9900 !important;
    border-radius: 0px !important;
	transition: all 1.3s ease-out;
}



.slider-block-full .slider-container .slide {
	height: 100vh !important;
}

.slider-block-full .slider-plus {
	right: 35px;
	left: auto;
}

.slider-block-full .slider-plus:after {
	content: "close";
}

.slider-block-full .slider-plus-tip {
	display: none;
}

.slider-block-full .slider-descr-top-links {
	position: fixed;
    z-index: 9990;
	left: 5px;
    top: 0px;
    margin-top: 30px;
    margin-left: 30px;
}

.slider-block .slider-control-1 {
    background: #f5f4f2;   
}

:root {
	--progress : 5%;
}

.progress-circle {
  --color: #5ac31a;
  --color-2: #ffffff;
  --circle-size: 100%;
  --border-width: 10px;

  //--progress : 5%;
  
  aspect-ratio: 1/1;
  margin: 40px 40px;
  margin-left: 0px;

  width: var(--circle-size);
  //height: var(--circle-size);
  border-radius: 50%;
  //margin: .5em;
  background-image: conic-gradient(var(--color) var(--progress), var(--color-2) 0);
  position: relative;


  transition: all 1.2s ease-in-out;

}

.progress-circle1 {
	//background-image: conic-gradient(var(--color) var(--progress), var(--color-2) 0);
}

.progress-circle::before {
  --inner-circle-size: calc(var(--circle-size) - var(--border-width));
  --inner-circle-gap: calc(var(--border-width) / 2);

  content: '';
  display: block;
  width: var(--inner-circle-size);
  height: var(--inner-circle-size);
  background-color: #f5f4f2;
  border-radius: 50%;
  position: relative;
  left: var(--inner-circle-gap);
  top: var(--inner-circle-gap);
}
.progress-circle .slider-num {
	position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -42px;
    margin-top: -25px;
}

.slider-descr-top-num .slider-num {
	display: none;
}


.slide__bg {
	background-position-y: bottom;
}

.slider-block-hid .slider-container{
	opacity: 0;
	transition: all 0.5s ease-out;
	position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    margin: 0px !important;
    width: 100%;
    height: 100vh !important;
    z-index: 0;
	visibility: hidden;
}

.slider-block-hid.slider-block-full .slider-container{
	opacity: 1;
	visibility: visible;
}

/* не нашли */

.gray-find {
	min-height: auto;
	//margin-bottom: 60px;
	margin-top: 0px;
    border-radius: 10px;
    background: #fff;
    padding: 20px;
    padding-bottom: 40px;
}

.gray-find .col-12{
	padding: 0px;
	text-align: center;
}

.gray-find .col-12 strong{
	color: #1A3F40;
	text-align: center;
    font-weight: 500;
	font-size: 24px;
    margin-bottom: 30px;
    position: relative;
}

.gray-find .col-12 p{
	color: #5C7879;
	font-weight: 500;
	font-size: 24px;
	text-align: center;
	margin-bottom: 30px;
	padding: 0% 30%;
}

.gray-find_ .col-12 a{
	color: #fff;
	font-size: 18px;
    background: #8dc63f;
    padding: 13px 30px;
    border-radius: 10px;
	text-decoration: none;
	padding-right: 43px;
	transition: all 0.3s ease-out;


	background: linear-gradient(to left, #8dc63f 50%, #1a3f40e6 50%) right !important;
    background-size: 210% !important;
    transition: .8s ease-out;

}

.gray-find_ .col-12 a:after {
    content: "";
    position: absolute;
    width: 9px;
    height: 9px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    margin-left: 6px;
    transform: rotate(45deg);
    /* margin-right: 50px; */
    margin-top: 11px;
    transition: all 0.3s ease-out;
}

.gray-find_ .col-12 a:hover{ 
    //background: #EA2C62;


	background-position: left !important;
    background-size: 200% !important;
}

/* статьи */

.article_text .col-lg-4{


}

.gray-block-art {
    background: transparent;
    padding: 0px -20px;
}

.gray-art-item {
	cursor: pointer;
    //margin: 8px;
    margin-top: 0px;
    background: #F5F6F6;
    padding: 10px;
    padding-bottom: 10px;
    height: 100%;
    margin-bottom: 0px;
    border-radius: 15px;

    display: flex;
    flex-direction: column;
    justify-content: space-between;

    justify-content: flex-start;

    transition: all 0.3s ease-out;

}

.gray-art-item:hover {
    transform: scale(1.02);
}

.gray-art-item p{
	font-size: 16px;
}

.gray-art-stik {
    border-radius: 10px;
    padding: 8px 13px;
    background: #D2D9EAcc;
    color: #204294;
    position: absolute;
    margin-left: 0px;
    margin-top: 0px;
    font-size: 14px;
    z-index: 1;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 0px;
}

.gray-art-item-img {
	aspect-ratio: 16/9;
    background-size: cover;
	margin-bottom: 10px;
	position: relative;
	transition: all 1s ease-out;
	border-radius: 10px;
    /*border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;*/
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;

}

.gray-art-item-img-empty {
    padding-top: 15px;
    display: block;
}

.gray-art-item-img-stick {
	position: absolute;
    right: 0px;
    top: 0px;
    border-radius: 10px;

    border-top-left-radius: 0px;
    border-bottom-right-radius: 0px;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
	//padding-left: 15px;
    background: #ffffffcc;
}

.gray-art-item-img-stick span {
	display: inline-block;
	padding: 8px 13px;

    border-radius: 10px;
    color: #5ac31a;
    //margin-left: 15px;
    padding-left: 30px;
    font-size: 14px;

    display: none;
}

.gray-art-item-img-stick span.material-symbols-outlined {
	padding: 0px;
    margin-left: -13px;
    /* margin-top: 5px; */
    position: absolute;
    top: 0px;
    margin-top: 5px;
    left: 20px;
    font-size: 24px;

  font-variation-settings:
  'FILL' 1,
  'wght' 200,
  'GRAD' 0,
  'opsz' 48

}

.material-symbols-outlined {
  font-variation-settings:
  'FILL'0,
  'wght' 200,
  'GRAD' 0,
  'opsz' 48
}



.gray-art-item-descr {
    color: #657476;
	font-size: 14px;
	margin-bottom: 10px;
    padding: 0px 5px;
    display: flex;
    width: 100%;
    justify-content: space-between;

    background: #AD7BAC;
    font-size: 12px;
    color: #fff;
    display: flex;
    border-radius: 5px;
    padding: 2px 8px;
    padding-top: 1px;
    width: max-content;

}

.gray-art-item-descr.descr-1 {
    background: #FF9C6B;
}

.gray-art-item-descr.descr-2 {
    background: #AD7BAC;
}

.gray-art-item-descr.descr-3 {
    background: #725FA2;
}

.gray-art-item-descr.descr-4 {
    background: #FF7050;
}

.gray-art-item-descr.descr-5 {
    background: #BF3A59;
}

.gray-art-item-descr.descr-6 {
    background: #852049;
}

.gray-art-item-descr.descr-7 {
    background: #204294;
}


.gray-art-item .places-sticks {
    /* margin-left: 10px; */
}

.gray-art-item .stick {
    color: #0069b4;
    border-color: #0069b4;
    background: #fff !important;
    border: 0px !important
}

.stick.descr-1 {
    background: #FF9C6Bcc;
    border-color: #0069b4;
    color: #0069b4;
}

.stick.descr-2 {
    background: #AD7BACcc;
    border-color: #AD7BAC;
    color: #AD7BAC;
}

.stick.descr-3 {
    background: #725FA2cc;
    border-color: #725FA2;
    color: #725FA2;
}

.stick.descr-4 {
    background: #FF7050cc;
    border-color: #FF7050;
    color: #FF7050;
}

.stick.descr-5 {
    background: #BF3A59cc;
    border-color: #BF3A59;
    color: #BF3A59;
}

.stick.descr-6 {
    background: #852049cc;
    border-color: #852049;
    color: #852049;
}

.stick.descr-7 {
    background: #204294cc;
    border-color: #204394;
    color: #204394;
}

.stick.descr-8 {
    background: #7BBB51cc;
    border-color: #7BBB51;
    color: #7BBB51;
}


.stick.descr-9 {
    background: #FFB053cc;
    border-color: #FFB053;
    color: #FFB053;
}


.stick.descr-10 {
    background: #413F4Ccc;
    border-color: #413F4C;
    color: #413F4C;
}

.stick.descr-11 {
    background: #204294cc;
    border-color: #204294;
    color: #204294;
}


.gray-art-item-descr-text {
    padding-top: 2px;
}

.gray-art-item-descr-icons {
    display: inline-flex; 
}

.gray-art-item-descr-icons .zen-share-btn {
    border: 0px;
    height: 24px;
    margin: 0px;
}

.gray-art-item-descr-icons .zen-share-btn:before {
    font-size: 20px;
}

.gray-art-item-descr-icons .zen-btn-heart {
    border: 0px;  
    height: 24px;
    margin: 0px;
    background: transparent;
}

.gray-art-item-descr-icons .zen-btn-heart:before {
    font-size: 20px;
}

.gray-art-item-descr-icons .share-menu {
    bottom: 38px;
    z-index: 100;
}

.gray-art-item-text {

}

.gray-art-item-text p{
    margin-bottom: 0px;
}

.gray-art-item-title {
	/*font-weight: 500;*/
	margin-bottom: 10px;
	display: block;
	text-decoration: none;
	color: #1A3F40;
    /* min-height: 55px;*/
    padding: 0px 5px;

    font-size: 17px;
    /*font-family: 'Geometria-Medium';*/
    line-height: 1.3;
}


.gray-art-item-date {
    font-size: 14px;
    color: #8C959C;
    padding: 0px 5px;
    margin-bottom: 3px;
}

.gray-art-item-title:hover {
	font-weight: 500;
	//margin-bottom: 15px;
	text-decoration: none;
    color: #1A3F40;
}


.gray-art-item:hover .gray-art-item-img {
    /*background-position-y: calc(50% - 15px) !important;*/
}


.art-plus {
	position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 50%;
    height: 60px;
    width: 60px;
	margin-left: -30px;
	margin-top: -30px;
    background: #fff;
    display: flex;
	justify-content: center;
    align-items: center;
	transition: all 0.5s linear;
	opacity: 0;

    display: none !important;
}

.gray-art-item:hover .art-plus {
	opacity: 1;
}

.art-plus:after {
    content: "";
    position: absolute;
    //width: 16px;
    //height: 16px;
    //border-top: 3px solid #1A3F40;
    //border-right: 3px solid #1A3F40;
    //margin-left: -5px;
    //transform: rotate(45deg);
    /* margin-right: 50px; */
    //margin-top: 9px;
    transition: all 0.3s ease-out;

	color: #1A3F40;
	font-size: 34px;
	content: "add";
    font-family: 'Material Symbols Outlined';
}
.art-plus:hover {
	//height: 70px;
    //width: 70px;
	//right: 0px;
    //bottom: -5px;
}
.art-plus:hover:after {
	border-color: #fff;
	color: #fff;
}

.art-plus:before {
    background: #8dc63f !important;
}


.gray-art-item .gray-hero-top-link {
    width: 100%;
    margin-top: 0px;
    padding: 0px 14px;

    display: none;
}

.gray-art-item .gray-hero-top-link a{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 54px !important;
    margin-left: 0px;
}

.gray-art-item .gray-hero-top-link a:before{
    position: relative;
    top: 0px;
    content: "add";
}


@media (max-width: 768px) {
    .gray-art-item {
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
        justify-content: flex-start;
        padding-bottom: 5px;
    }

    .gray-art-item .zen-btn, .gray-art-item .article-vremya {
        font-size: 12px;
        text-wrap-mode: nowrap;
    }

    .gray-art-item .gray-art-item-img {
        aspect-ratio: auto;
        display: flex;
        align-items: flex-start;
        height: fit-content;
    }

    .gray-art-item .gray-art-item-img img{
        display: none;
    }

    .gray-art-item-img .stick-art-type {
        position: absolute;
        top: 0px;
        right: 2px;
        left: auto;
        bottom: auto;
        font-size: 12px;
    }

    .gray-art-item-text {
        width: 100%;
    }

    .gray-art-item-title {
        margin-bottom: 0px;
    }

    .gray-art-item .places-sticks {
        margin-bottom: 10px;
    }

    .gray-art-item .gray-art-item-date {
        font-size: 12px;
    }
}

/* подвал */

.gray-footer {
	widht: 100%;
	margin-top: 10px;
	//background: #F5F6F6;
	color: #5C7879;
}

.gray-footer b {
	font-weight: 500;
}

.gray-footer-wrap {
	padding: 50px;
    width: 100%;
	padding-left: 10%;
	padding-right: 10%;
}

.gray-footer .row{
}

.gray-footer .row p{
	color: #5C7879;
}

.gray-footer a{
	color: #5C7879;
	text-decoration: none;
}

.gray-footer a:hover{
	text-decoration: none;
	color: #7AAD35;
}


.gray-footer .row:nth-child(1){
	padding-bottom: 80px;
}

.gray-footer .row:nth-child(1) .col-12{
	display: flex;
	flex-direction: column;
    justify-content: space-between;
}

.gray-footer .row:nth-child(2){
	border-top: solid 1px #5c78797a;
	padding-top: 30px;
	padding-bottom: 30px;
	font-size: 14px;
}

.gray-footer .row:nth-child(3){
	font-size: 12px;
}

.gray-footer .gf-logo{
	
}

.gray-footer .gf-logo img{
	
}


.gray-footer .gf-menu{
	padding-right: 25%;
}

.gray-footer .gf-menu strong{
	display: block;
	margin-bottom: 20px;
	color: #1A3F40;
	font-weight: 600;
	font-size: 14px;

}

.gray-footer .gf-menu a{
	display: block;
	color: #5C7879;
	text-decoration: none;
	margin-bottom: 5px;
	font-size: 14px;
}

.gray-footer .gf-menu a:hover{
	text-decoration: none;
	color: #5ac31a;
}

.but-circle:before {
    //background: #E8F4D9 !important;
}

.but-circle:after {
    //color: #1A3F40 !important;
}

.gray-art .gray-hero-top-link-all {
    margin-top: 10px;
    margin-bottom: 12px;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;

    display: none !important;

}

.gray-art .gray-hero-top-link-all a{
    background: #fff;
}

.gray-hero-top-link-all a:hover {
    color: #fff;
    background: #5ac31a;
    text-decoration: none !important;
}

/* не нашли */

.gray-hero-find {
	width: 100%;
	display: flex;
    align-items: center;
	background: #DEF3D1;
	justify-content: center;
    padding-left: 0%;
    padding-right: 0%;
    transition: all 0.8s ease-out;
	padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 10px;
}

.ghf-content {
	color: #5ac31a;
	text-decoration: none;
	font-size: 16px;
    display: flex;
    align-items: center;
}

.ghf-content:before {
	color: #5ac31a;
    content: "help";
    font-family: 'Material Symbols Outlined';
    font-size: 26px;
    margin-right: 5px;
	text-decoration: none;
}

.ghf-content:after {
    content: "";
    //position: absolute;
    width: 7px;
    height: 7px;
    border-top: 2px solid #5ac31a;
    border-right: 2px solid #5ac31a;
    margin-left: 6px;
    transform: rotate(45deg);
    /* margin-right: 50px; */
    //margin-top: 12px;
    transition: all 0.3s ease-out;
}

.ghf-content a {
	color: #5ac31a;
}

.ghf-content a:hover {
	color: #5ac31a;
	text-decoration: underline;
}

/* все статьи */

.arts-block {
	margin-bottom: 40px;
}


.gray-hero-arts {
	width: 100%;
	display: flex;
    align-items: center;
	background: #ffb05333;
	justify-content: center;
    padding-left: 0%;
    padding-right: 0%;
    transition: all 0.8s ease-out;
	padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 10px;
}

.gha-content {
	color: #ffb053;
	text-decoration: none;
	font-size: 16px;
    display: flex;
    align-items: center;
}

.gha-content:before {
	color: #ffb053;
    content: "newsmode";
    font-family: 'Material Symbols Outlined';
    font-size: 26px;
    margin-right: 5px;
	text-decoration: none;
}

.gha-content:after {
    content: "";
    //position: absolute;
    width: 7px;
    height: 7px;
    border-top: 2px solid #ffb053;
    border-right: 2px solid #ffb053;
    margin-left: 6px;
    transform: rotate(45deg);
    /* margin-right: 50px; */
    //margin-top: 12px;
    transition: all 0.3s ease-out;
}

.gha-content a {
	color: #ffb053;
}

.gha-content a:hover {
	color: #ffb053;
	text-decoration: underline;
}

a.up-top-show {
    /*background: #5ac31a;*/
}

.gray-centr-but {
    border: solid 2px #5ac31a;
}

.hint-btn {
    display: block;
    width: 100%;
    background: #5ac31a;
}

.page-title {
    font-size: 50px;
    margin-bottom: 25px;

    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 10;
}




.contact-centr {
    background: #f5f4f2 !important;
}

.contact-panel-close {
    background: #5ac31a !important;
}

.contact-centr-buts .cc-but:before {
    background: #f5f4f2 !important;  
}

.coms-content {
    border: 0px solid #e1e1e1;
    border-radius: 10px;
    text-align: center;
    display: block;
    padding: 18px 20px;
    margin-top: 16px;
    background: #fff;
}

.coms-content img {
    width: auto!important;
}

.article-text h2 {
    /*font-size: 30px;*/
}












/* страница статей */



.art-panel-buts {
    position: sticky;
        top: auto;
        margin-left: 0px;
        top: 30px;	
    
        //height: 100%;
        //background: #F5F6F6 !important;
        border-radius: 0px;
        margin-top: 0px;
        padding: 0px;
        background: transparent;
        margin-right: 10px;
    }
    
    .art-panel-buts.art-slick {
    position: fixed;
        top: auto;
        bottom: 30px;
        left: auto;
        margin-left: -80px;
    }
    
 
    
    .art-panel-buts {
        display: block;
        z-index: 0;
        //padding-top: 75px;
        padding-bottom: 20px;
        //background: transparent !important;
    }
    
    .art-panel-buts button, .art-panel-buts a {
        display: flex;
        text-align: left;
        justify-content: flex-start;
        font-weight: normal;
    color: #1A3F40;
        margin-bottom: 10px;
    }
    
    .art-panel-buts .zen-btn-like {
        width: 100%;
    
    }
    
    .art-panel-buts .zen-btn-views {
        width: 100%;
        cursor: default;
    }
    
    .art-panel-buts .zen-btn-like.zen-btn-heart {
        //padding: 2px !important;
    }
    
    .art-panel-buts .zen-comm-btn, .art-panel-buts .zen-share-btn, .art-panel-buts .zen-btn-like {
        background: transparent;
        width: 100%;
    color: #1A3F40;
    }
    
    .art-panel-buts .zen-share-btn .icon {
        width: 28px;
    }
    
    .art-panel-buts .zen-btn {
        padding: 2px;
        border: 0px !important;
    }
    
    .art-panel-buts .zen-btn .icon{
        margin-right: 10px;
    }
    
    .share-menu {
        width: 215px !important;
        text-align: left;
        right: 0px !important;
        bottom: 70px;
        height: auto;
        //padding: 10px;
        border-radius: 10px;
        overflow: hidden;
    }

    .share-menu li{
        padding: 1px 10px;
    }

    .share-menu li:hover{
        padding: 1px 10px;
        background: #f5f4f2;

    }

    .share-menu li:hover a{
        color: #1A3F40;
        text-decoration: none;
    }

    .share-box {
        position: relative;
    }

    .share-menu li a {
        margin-top: 7px !important;
        margin-bottom: 7px !important;
    }
    
    @media (max-width: 768px) {
    
    .art-panel-buts {
        display: none;
    }
    
    }
    
    .article-oglav {
        //position: sticky;
        top: 120px;
        //padding: 15px;
        //background: #fff;
        background: #F6F6F6;
        border-radius: 15px;
        overflow: hidden;
        padding: 0px 5px;
    }
    
    .table-oglav ul{
        padding-left: 0px;
    }
    
    .table-oglav ul li{
        list-style-type: none;
    }
    
    .table-oglav ul li a{
        color: var(--color-gray-light);
        font-weight: 400;
        text-decoration: none;
        border-radius: 5px;
        padding: 7px 25px;
        display: block;
        margin-bottom: 0px;
        /*min-height: 53px;*/
        font-size: 15px;
    }
    
    .table-oglav ul li a:hover {
        color: #1A3F40;
        background-color: rgba(255,255,255,0.5);
        text-decoration: none;
    }
    
    .table-oglav ul li.active a{
        color: #1A3F40;
        font-weight: 500;
        background: #fff;
    
    }
    
    .table-oglav-title {
        /*font-weight: 800;*/
        font-family: Geometria-Medium;
        font-size: 15px;
        color: #1A3F40;
        padding-left: 15px;
        margin-bottom: 20px;
        margin-top: 30px;
    }
    
    .article-line-1 {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        //margin-bottom: 15px;
        position: relative;
        z-index: 100;
    }

    .gray-art-item-img {
        overflow: initial;
    }

    .gray-art-item-img .article-line-1 {
        display: flex;
        justify-content: space-between;
        align-items: center;
        //margin-bottom: 15px;
        position: relative;
        z-index: 90;
        padding: 10px;

        transition: all 0.5s linear;
        transform: translateY(20px);
        opacity: 0;
    }

    .gray-art-item:hover .article-line-1 {
        transform: translateY(0px);
        opacity: 1;
    }

    .gray-art-item-img .article-line-1 .zen-btn{
        height: 37px;
        border-radius: 10px;
    }

    .gray-art-item-img .article-line-1 .article-vremya {
        height: 37px;
        border-radius: 10px;
    }
    .gray-art-item-img .article-line-1 .article-reit {
        position: initial;
    }


    .article-line-1 .article-reit {
        position: relative;
        top: 0px;
        padding: 0px;
        height: auto;
        left: 0px;
        width: auto;
        background: transparent; 
        margin: 0px;
    }

    .article-line-1  .zen-btn {
        width: auto;
        height: auto;
        background: transparent; 
        margin: 0px;
        border: 0px !important;
        position: relative;
        z-index: -1;
    }

    .article-line-1 .article-vremya{
        position: relative;
        top: 0px;
        padding: 0px;
        height: auto;
        left: 0px;
        width: auto;
        background: transparent; 
        margin: 0px;

    }
    
    .article-avtor {
        font-weight: 500;
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-radius: 15px;
        margin-bottom: 10px;
        margin-top: 10px;
        background: #F6F6F6;
        padding: 10px 20px;
    }

    .article-avtor-left {
        display: flex;
    }

    .article-avtor-right {
        display: flex;
    }

    .article-avtor-right span{
        display: inline-block;
        font-size: 15px;
        font-weight: 400;
        margin-right: 10px;
        color: var(--color-gray-light);
    }
    
    
    .article-avtor:after {
    
    }
    
    .article-avtor img {
        display: inline-block;
        border-radius: 50%;
        width: 50px !important;
        margin-right: 20px;
    }
    
    .article-avtor .article-avtor-text{
        position: relative;
        z-index: 100;
        display: flex;
        align-items: center;
        font-size: 15px;
    }
    
    .article-avtor span{
        display: inline-block;
        //margin: 20px 0px 0px 0px;
        font-size: 15px;
        font-weight: 400;
        //color: #fff;
        margin-right: 10px;
        color: var(--color-gray-light);
    }
    
    .article-avtor .gray-hero-top-link {
        opacity: 1;
        transform: none;
        margin-bottom: 0px;
        display: inline-block;
        margin-left: 20px;
    }
    
    .article-avtor .gray-hero-top-link a:before {
        content: "grade";
        font-size: 25px;
        top: 6px;
    }
    
    .article-vremya {
        padding-right: 5px;
        display: inline-flex;
        align-items: center;
    
        width: auto;
        //margin-right: 10px;
        background: #ffffffcc;
        border: 0px;
        padding: 3px 12px !important;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        height: 53px;
        padding: 17px 23px;
        border-radius: 55px;

        font-size: 16px;
    }
    
    .article-vremya:before {
        color: var(--color-gray-light) !important;
        content: "av_timer";
        font-family: 'Material Symbols Outlined';
        font-size: 22px;
        margin-right: 4px;
    }

    .article-vremya:hover {
        /* background: #fff; */
    }
    
    .article-line-2 {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        margin: 15px 0px;
        top: -2px;
        flex-direction: column;
    }
    
    .article-line-2-left {
        width: 100%;
        display: flex;
        justify-content: space-between;
        margin-bottom: 0px;
    }
    
    .article-line-2-left .zen-btn {
        margin-left: 0px !important;
        /* background: #F6F6F6;
        color: #5B7778; */
        padding-left: 20px !important;
        padding-right: 20px !important;
        border-radius: 55px;
        border-radius: 15px;
        background: #F6F6F6;
    }
    
    .article-line-2-left .zen-btn:hover {
        background: #D7FCD1;
    }
    
    .article-line-2-left .zen-btn:before {
        color: #1A3F40;	
    }
    
    .article-line-2-right {
        width: 100%;
    }
    
    .article-line-2-right button{
        width: 100% !important;
    }
    
    .article-line-2.stik {
        display: flex;
        position: fixed;
        bottom: -100px;
        right: 27%;
        left: 27%;
        background: #14191F;
        border-radius: 33px;
        height: 67px;
        top: auto;
        z-index: 2000;
        width: 46%;
        //transform: translateY(200%);	
        transition: all 0.8s ease-out;
        //visibility: hidden;
    }
    
    .article-line-2.stik-vis {
        //transform: translateY(0%) !important;
        //visibility: visible;
        bottom: 18px;
    }
    
    .zen-comm-btn, .zen-share-btn, .zen-btn-like {
        width: auto;
        border-radius: 16px;
        margin-right: 10px;
        background: #fff;
        border: 0px;
        padding: 3px 12px !important;
        display: inline-flex;
        justify-content: center;
        align-items: center;
    }
    
    
    .article-line-2.stik .zen-comm-btn, .article-line-2.stik .zen-share-btn, .article-line-2.stik .zen-btn-like {
        width: auto;
        border-radius: 16px;
        margin-right: 10px;
        background: #29333D;
        border: 0px;
        padding: 3px 12px !important;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        color: #fff;
    }
    
    .article-line-2.stik .zen-comm-btn:before, .article-line-2.stik .zen-share-btn:before, .article-line-2.stik .zen-btn-like:before {
        color: #fff !important;
    }
    
    .article-line-2.stik .zen-comm-btn:hover, .article-line-2.stik .zen-share-btn:hover, .article-line-2.stik .zen-btn-like:hover {
        width: auto;
        border-radius: 16px;
        margin-right: 10px;
        background: #fff;
        border: 0px;
        padding: 3px 12px !important;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        color: #1A3F40;
    }
    
    .article-line-2.stik .zen-comm-btn:hover:before, .article-line-2.stik .zen-share-btn:hover:before, .article-line-2.stik .zen-btn-like:hover:before {
        color: #1A3F40 !important;
    }
    
    .article-header {
        aspect-ratio: 16 / 9;
        padding: 20px 20px;
        padding-bottom: 0px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        border-radius: 15px;
        position: relative;
    }
    
    .article-header:after {
        content: '';
        width: 100%;
        height: 50%;
        aspect-ratio: 16/9;
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        /*background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.4) 70%,rgba(0,0,0,0.7) 100%);

        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 30%, rgba(0, 0, 0, 0.9) 100%);

        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(246 246 246 / 50%) 50%, rgb(246 246 246 / 100%) 100%);*/
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(246 246 246 / 85%) 70%, rgb(246 246 246 / 100%) 100%);
        border-radius: 15px;
    }
    
    .article-header h1 {
        position: relative;
        z-index: 100;
        color: #fff;
        color: #1A3F40;
        margin-top: 50px;
    }
    
    .article-content {
        padding-right: 10px;
        padding-left: 10px;
        border-radius: 15px;
        overflow: hidden;
        margin-top: 10px;
        background: #F6F6F6;
        padding-top: 20px;
        position: relative;

        color: #5B7778;
    }

    .article-content p, .article-content h2, .article-content h3{
        padding-left: 10px;
        padding-right: 10px;
    }

    .container-art-new .row{
        margin-right: 0px;
        margin-left: 0px;
    } 
    
    .zen-feed-btn {
        width: auto;
        border-radius: 16px;
        margin-right: 10px;
        background: #fff;
        border: 0px;
        padding: 3px 14px !important;
        color: #5ac31a !important;

        display: none !important;
    }
    
    .zen-feed-btn:hover {
        color: #5ac31a;
        background: #D7FCD1;
    }
    
    .zen-feed-btn:hover:before {
        color: #5ac31a !important;
    }
    
    
    .zen-feed-btn:before {
        color: #5ac31a !important;
        content: "maps_ugc";
        font-family: 'Material Symbols Outlined';
        font-size: 26px;
        margin-right: 5px;
    }
    
    .article-reit {
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        right: 30px;
        top: 30px;
    }
    
    .article-reit-span {
        //font-size: 16px;
        display: inline-flex;
        padding: 17px 23px;
        height: 53px;
        background: #ffffffcc;
        border-radius: 10px;
        color: #1A3F40;
        //margin-left: 15px;
        justify-content: center;
        align-items: center;
    }
     .article-reit-span span {
        color: #5ac31a;
        //font-weight: 500;
     }

    .article-reit-span span.material-symbols-outlined {
        padding: 0px;
        margin-left: 0px;
        /* margin-top: 5px; */
        top: -2px;
        margin-top: 0px;
        margin-left: 10px;
        position: relative;
        //left: 35px;
        font-variation-settings: 'FILL' 1, 'wght' 200, 'GRAD' 0, 'opsz' 48;
    }
    
    .zen-comm-btn, .zen-share-btn, .zen-btn-like {
        border-radius: 10px;
        padding: 17px 23px;
        height: 53px;
    }
    
    .article-back {
        //margin-left: 15px;
        border-radius: 15px;
        padding: 7px 20px;
        //display: inline-block;
        margin-bottom: 0px;
        /*color: #0069b4 !important;*/
        color: #1A3F40;
        font-weight: 400;
        background: #F6F6F6;
        text-decoration: none;
        //padding-left: 50px;
        display: inline-flex !important;
        justify-content: center !important;
        width: 100%;
        align-items: center;
        font-size: 15px;
    }
    
    .article-back:hover {
        /* background: #D7FCD1; */
        color: #2688EB !important;
        text-decoration: none;
    }
    
    .article-back:before {
        color: #1A3F40 !important;
       /* color: #0069b4;*/
        content: "navigate_before";
        font-family: 'Material Symbols Outlined';
        font-size: 22px;
        margin-right: 2px;
        position: relative;
        //top: -2px;
        font-weight: 500;
    }
    
    .article-back:hover:before {
        color: #2688EB !important;
    }
    
    .article-line-2 a {
        display: inline-flex;
        width: auto !important;
        margin: 0px !important;
        margin-bottom: 15px !important;
    }
    
    .article-line-2 button {
        display: inline-flex;
        //width: auto !important;
        margin: 0px !important;
        margin-bottom: 15px !important;
        //margin-left: 12px !important;
        padding: 3px 12px !important;
        height: 53px;
        //color: #fff !important;
        justify-content: center;

        background: #F6F6F6;
        border-radius: 55px;
    }

    @media (max-width: 1850px) {

        .article_text .col-xl-4 {
            -ms-flex: 0 0 50%;
            flex: 0 0 50%;
            max-width: 50%;
        }
        
        }

    .gray-other .row{
        padding-left: 0px;
        padding-right: 0px;
        margin-right: -24px;
    }

    .gray-other  .slider-descr-link {
        display: none !important;
    }

    .gray-other:hover .slider-descr-link {
        display: inline-flex !important;
        z-index: 2000;
        height: 60px;
        border-radius: 50%;
        margin-top: -80px;
        box-shadow: 0 6px 12px rgb(0 0 0 / 10%);
    }