
.t-menusub__list{
    padding-top: 1rem;
}
#rec1114767646{
    width: 100%; position: fixed; top: 0; z-index: 9997;
    height: 5rem;
    backdrop-filter: blur(25px);
}
.t-menusub__content{
    background: #353535;
    box-shadow: 0 -1rem 2rem rgba(0, 0, 0, 0.2);
}
#rec1114767646 .t-menusub__menu_bottom:after{
    border-bottom-color: #353535 !important;
}
.t-menusub__menu_bottom:after, .t-menusub__menu_bottom:before {
	border-bottom-color: #353535 !important;
}
#rec1114767646 .t-menu__link-item[href="#start"]:not(.t978__menu-link) {
    position: relative;
    display:flex;
    justify-content: center;
    justify-self: center;
	align-items: center;
    width: 12rem;
    height: 3rem;
}
#rec1114767646 .t-menu__link-item[href="#start"]:not(.t978__menu-link):after,#rec1114767646 .t-menu__link-item[href="#start"]:not(.t978__menu-link):before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	box-sizing: content-box;
	pointer-events: none;
	border-radius: 0px 0px 0px 0px;
	transition: opacity 0.8s ease-in-out;
}
#rec1114767646 .t-menu__link-item[href="#start"]:not(.t978__menu-link):before{
	z-index: -2;
	opacity: 1;
	background-color: transparent;
	background-image: linear-gradient(0.246turn, rgba(240, 158, 56, 1) 0%, rgba(89, 31, 226, 1) 100%);   
}
#rec1114767646 .t-menu__link-item[href="#start"]:not(.t978__menu-link):after{
	z-index: -1;
	opacity: 0;
	background-color: transparent;
	background-image: linear-gradient(0.681turn, rgba(240, 158, 56, 1) 0%, rgba(89, 31, 226, 1) 100%);
}
#rec1114767646 .t-menu__link-item[href="#start"]:not(.t978__menu-link) {
	color: #ffffff;
	font-size: 18px;
	font-family: 'HalvarBreit', Arial, sans-serif;
}   
#rec1114767646 .t-menu__link-item.t-active[href="#start"]:not(.t978__menu-link) {
    color:#fff !important;
}
div[data-tilda-page-id="67528345"] #rec1114767646 .t-menu__link-item[data-menu-item-number="2"]:not(.t978__menu-link){
    color:#f09e38 !important;
}

#rec1114767646 .t-menusub__menu .t-menusub__link-item{
    color:#fff;
}
#rec1114767646 .t-menusub__menu .t-menusub__link-item[href*="#"] {
    	color: rgb(240, 158, 56) !important;
    	font-weight: 400 !important;
    	text-transform: uppercase !important;
    	margin-top: 1.5rem !important;
    	border-bottom:1px solid rgb(240, 158, 56) !important;
}



/* Кнопка заказа */

.button-start{
    /*transform: scale(0.8);*/
}

@media (max-width:1199px){    
    .button-start:before{
        box-sizing: border-box;
        content: '';
        position: absolute;
        top: -1rem;
        left: -1rem;
        width: calc(100% + 2rem);
        height: calc(100% + 2rem);
        border: 2px solid #ffffff;
    	box-shadow: 0px 0px 4px #ffffff, 0px 0px 4px #ffffff inset;
        transition: all 0.5s linear 0s;
        
      animation-name: startlink-2;
      animation-duration: 5s;
      animation-iteration-count: infinite;
      z-index:-1;
    }
    
    .button-start:after{
        box-sizing: border-box;
        content: '';
        position: absolute;
        top: -1rem;
        left: -1rem;
        width: calc(100% + 2rem);
        height: calc(100% + 2rem);
        border-radius: 1rem;
        border: 2px solid #50e3d8;
    	box-shadow: 0px 0px 4px #50e3d8, 0px 0px 4px #50e3d8 inset;
        transition: all 0.5s linear 0s;
        
      animation-name: startlink-1;
      animation-duration: 5s;
      animation-iteration-count: infinite;
    }
    
    @keyframes startlink-1 {
      from {
       border-radius: 1rem;
       transform: skewX(2deg);
       border: 2px solid #ffffff;
       box-shadow: 0px 0px 4px #ffffff, 0px 0px 4px #ffffff inset;
      }
      10% {
        border: 2px solid #ffffff;
        box-shadow: 0px 0px 4px #ffffff, 0px 0px 4px #ffffff inset;
      }
      40% {
        border-radius: 1.5rem;
        transform: skewX(-6deg);
        border: 2px solid #50e3d8;
    	box-shadow: 0px 0px 4px #50e3d8, 0px 0px 4px #50e3d8 inset;
      }
      70% {
        border: 2px solid #591fe2;
        box-shadow: 0px 0px 4px #591fe2, 0px 0px 4px #591fe2 inset;
      }
      to {
       border-radius: 1rem;
       transform: skewX(2deg);
       border: 2px solid #ffffff;
       box-shadow: 0px 0px 4px #ffffff, 0px 0px 4px #ffffff inset;
      }
    }
    
    @keyframes startlink-2 {
      from {
        border-radius: 1.5rem;
        transform: skewY(-0.5deg);
        border: 2px solid rgba(240,158,56,1);
    	box-shadow: 0px 0px 4px rgba(240,158,56,1), 0px 0px 4px rgba(240,158,56,1) inset;
      }
      70% {
        border-radius: 1.25rem;
        transform: skewY(0.5deg);
        border: 2px solid #fff;
    	box-shadow: 0px 0px 4px #fff, 0px 0px 4px #ffff inset;
      }
      to {
       border-radius: 1.5rem;
       transform: skewY(-0.5deg);
       border: 2px solid rgba(240,158,56,1);
       box-shadow: 0px 0px 4px rgba(240,158,56,1), 0px 0px 4px rgba(240,158,56,1) inset;
      }
    }
}

@media (min-width:1200px){    
    .button-start .tn-atom__sbs-anim-wrapper:before{
        box-sizing: border-box;
        content: '';
        position: absolute;
        top: -1rem;
        left: -1rem;
        width: calc(100% + 2rem);
        height: calc(100% + 2rem);
        border: 2px solid #ffffff;
    	box-shadow: 0px 0px 4px #ffffff, 0px 0px 4px #ffffff inset;
        transition: all 0.5s linear 0s;
        
      animation-name: startlink-2;
      animation-duration: 5s;
      animation-iteration-count: infinite;
      z-index:-1;
    }
    
    .button-start .tn-atom__sbs-anim-wrapper:after{
        box-sizing: border-box;
        content: '';
        position: absolute;
        top: -1rem;
        left: -1rem;
        width: calc(100% + 2rem);
        height: calc(100% + 2rem);
        border-radius: 1rem;
        border: 2px solid #50e3d8;
    	box-shadow: 0px 0px 4px #50e3d8, 0px 0px 4px #50e3d8 inset;
        transition: all 0.5s linear 0s;
        
      animation-name: startlink-1;
      animation-duration: 5s;
      animation-iteration-count: infinite;
    }
    
    @keyframes startlink-1 {
      from {
       border-radius: 1rem;
       transform: skewX(2deg);
       border: 2px solid #ffffff;
       box-shadow: 0px 0px 4px #ffffff, 0px 0px 4px #ffffff inset;
      }
      10% {
        border: 2px solid #ffffff;
        box-shadow: 0px 0px 4px #ffffff, 0px 0px 4px #ffffff inset;
      }
      40% {
        border-radius: 1.5rem;
        transform: skewX(-6deg);
        border: 2px solid #50e3d8;
    	box-shadow: 0px 0px 4px #50e3d8, 0px 0px 4px #50e3d8 inset;
      }
      70% {
        border: 2px solid #591fe2;
        box-shadow: 0px 0px 4px #591fe2, 0px 0px 4px #591fe2 inset;
      }
      to {
       border-radius: 1rem;
       transform: skewX(2deg);
       border: 2px solid #ffffff;
       box-shadow: 0px 0px 4px #ffffff, 0px 0px 4px #ffffff inset;
      }
    }
    
    @keyframes startlink-2 {
      from {
        border-radius: 1.5rem;
        transform: skewY(-0.5deg);
        border: 2px solid rgba(240,158,56,1);
    	box-shadow: 0px 0px 4px rgba(240,158,56,1), 0px 0px 4px rgba(240,158,56,1) inset;
      }
      70% {
        border-radius: 1.25rem;
        transform: skewY(0.5deg);
        border: 2px solid #fff;
    	box-shadow: 0px 0px 4px #fff, 0px 0px 4px #ffff inset;
      }
      to {
       border-radius: 1.5rem;
       transform: skewY(-0.5deg);
       border: 2px solid rgba(240,158,56,1);
       box-shadow: 0px 0px 4px rgba(240,158,56,1), 0px 0px 4px rgba(240,158,56,1) inset;
      }
    }
}

/* Включаем декорирование обложек портфолио */
div[id*="rec"] .tn-atom__videoiframe,
div[id*="rec"] a[role="img"]{
    position:relative;
}

div[id*="rec"] .tn-atom__videoiframe:before,
div[id*="rec"] a[role="img"]:before{
    content:'';
    position:absolute;
    left:0;
    top:0;
    right:0;
    width:100%;
    height:80px;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 28.2.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Слой_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 1585 190.9' style='enable-background:new 0 0 1585 190.9;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bclip-path:url(%23SVGID_00000129913913757822098030000016169095531201100223_);%7D .st1%7Bfill:%236D6D6C;%7D .st2%7Bfill:%23EF8164;%7D .st3%7Bfill:%23919191;%7D .st4%7Bfill:%23171717;%7D .st5%7Bfill:%23F1F1F1;%7D .st6%7Bfill:%2362549F;%7D .st7%7Bfill:%23F09D39;%7D .st8%7Bfill:%233A3A3A;%7D .st9%7Bfill:%23494494;%7D%0A%3C/style%3E%3Cg%3E%3Cdefs%3E%3Crect id='SVGID_1_' y='-4.5' width='1585' height='821.7'/%3E%3C/defs%3E%3CclipPath id='SVGID_00000149370296983792755780000006288643896024262056_'%3E%3Cuse xlink:href='%23SVGID_1_' style='overflow:visible;'/%3E%3C/clipPath%3E%3Cg style='clip-path:url(%23SVGID_00000149370296983792755780000006288643896024262056_);'%3E%3Crect x='1489.9' y='33.5' class='st1' width='31.7' height='31.7'/%3E%3Crect x='31.7' y='33.5' class='st1' width='31.7' height='31.7'/%3E%3Crect x='1141.2' y='128.6' class='st2' width='31.7' height='31.7'/%3E%3Crect x='31.7' y='160.3' class='st3' width='31.7' height='31.7'/%3E%3Crect x='412.1' y='128.6' class='st4' width='31.7' height='31.7'/%3E%3Crect x='1489.9' y='128.6' class='st5' width='31.7' height='31.7'/%3E%3Crect x='1426.5' y='65.2' class='st6' width='31.7' height='31.7'/%3E%3Crect x='1363.1' y='96.9' class='st3' width='31.7' height='31.7'/%3E%3Crect x='1299.7' y='33.5' class='st3' width='31.7' height='31.7'/%3E%3Crect x='1204.6' y='96.9' class='st3' width='31.7' height='31.7'/%3E%3Crect x='1204.6' y='33.5' class='st7' width='31.7' height='31.7'/%3E%3Crect x='1014.4' y='33.5' class='st3' width='31.7' height='31.7'/%3E%3Crect x='1109.5' y='65.2' class='st3' width='31.7' height='31.7'/%3E%3Crect x='919.3' y='33.5' class='st7' width='31.7' height='31.7'/%3E%3Crect x='855.9' y='65.2' class='st3' width='31.7' height='31.7'/%3E%3Crect x='634' y='96.9' class='st3' width='31.7' height='31.7'/%3E%3Crect x='760.8' y='96.9' class='st3' width='31.7' height='31.7'/%3E%3Crect x='697.4' y='65.2' class='st3' width='31.7' height='31.7'/%3E%3Crect x='570.6' y='33.5' class='st3' width='31.7' height='31.7'/%3E%3Crect x='380.4' y='65.2' class='st3' width='31.7' height='31.7'/%3E%3Crect x='285.3' y='33.5' class='st3' width='31.7' height='31.7'/%3E%3Crect x='126.8' y='65.2' class='st3' width='31.7' height='31.7'/%3E%3Crect x='190.2' y='33.5' class='st3' width='31.7' height='31.7'/%3E%3Crect x='158.5' y='65.2' class='st1' width='31.7' height='31.7'/%3E%3Crect x='475.5' y='33.5' class='st3' width='31.7' height='31.7'/%3E%3Crect x='475.5' y='96.9' class='st3' width='31.7' height='31.7'/%3E%3Crect x='1458.2' y='33.5' class='st8' width='31.7' height='31.7'/%3E%3Crect x='0' y='33.5' class='st8' width='31.7' height='31.7'/%3E%3Crect x='1331.4' y='65.2' class='st8' width='31.7' height='31.7'/%3E%3Crect x='887.6' y='33.5' class='st8' width='31.7' height='31.7'/%3E%3Crect x='1077.8' y='65.2' class='st8' width='31.7' height='31.7'/%3E%3Crect x='602.3' y='65.2' class='st2' width='31.7' height='31.7'/%3E%3Crect x='729.1' y='33.5' class='st8' width='31.7' height='31.7'/%3E%3Crect x='1172.9' y='33.5' class='st1' width='31.7' height='31.7'/%3E%3Crect x='1046.1' y='33.5' class='st6' width='31.7' height='31.7'/%3E%3Crect x='951' y='33.5' class='st1' width='31.7' height='31.7'/%3E%3Crect x='824.2' y='65.2' class='st1' width='31.7' height='31.7'/%3E%3Crect x='348.7' y='65.2' class='st8' width='31.7' height='31.7'/%3E%3Crect x='158.5' y='33.5' class='st8' width='31.7' height='31.7'/%3E%3Crect x='317' y='33.5' class='st7' width='31.7' height='31.7'/%3E%3Crect x='221.9' y='33.5' class='st6' width='31.7' height='31.7'/%3E%3Crect x='1458.2' y='65.2' class='st5' width='31.7' height='31.7'/%3E%3Crect x='0' y='65.2' class='st5' width='31.7' height='31.7'/%3E%3Crect x='1331.4' y='96.9' class='st5' width='31.7' height='31.7'/%3E%3Crect x='1236.3' y='33.5' class='st5' width='31.7' height='31.7'/%3E%3Crect x='982.7' y='33.5' class='st5' width='31.7' height='31.7'/%3E%3Crect x='919.3' y='65.2' class='st5' width='31.7' height='31.7'/%3E%3Crect x='792.5' y='33.5' class='st5' width='31.7' height='31.7'/%3E%3Crect x='507.2' y='33.5' class='st5' width='31.7' height='31.7'/%3E%3Crect x='380.4' y='33.5' class='st5' width='31.7' height='31.7'/%3E%3Crect x='253.6' y='33.5' class='st5' width='31.7' height='31.7'/%3E%3Crect x='190.2' y='65.2' class='st5' width='31.7' height='31.7'/%3E%3Crect x='1109.5' y='33.5' class='st5' width='31.7' height='31.7'/%3E%3Crect x='1553.3' y='96.9' class='st1' width='31.7' height='31.7'/%3E%3Crect x='95.1' y='96.9' class='st1' width='31.7' height='31.7'/%3E%3Crect x='1521.6' y='65.2' class='st2' width='31.7' height='31.7'/%3E%3Crect x='63.4' y='65.2' class='st2' width='31.7' height='31.7'/%3E%3Crect x='1521.6' y='33.5' class='st4' width='63.4' height='31.7'/%3E%3Crect x='63.4' y='33.5' class='st4' width='63.4' height='31.7'/%3E%3Crect y='-546.2' class='st4' width='1585' height='579.8'/%3E%3Crect x='1331.4' y='33.5' class='st4' width='126.8' height='31.7'/%3E%3Crect x='1394.8' y='65.2' class='st4' width='31.7' height='31.7'/%3E%3Crect x='1299.7' y='65.2' class='st4' width='31.7' height='31.7'/%3E%3Crect x='1268' y='33.5' class='st4' width='31.7' height='31.7'/%3E%3Crect x='1236.3' y='65.2' class='st4' width='31.7' height='31.7'/%3E%3Crect x='1141.2' y='33.5' class='st4' width='31.7' height='31.7'/%3E%3Crect x='1077.8' y='33.5' class='st4' width='31.7' height='31.7'/%3E%3Crect x='792.5' y='65.2' class='st9' width='31.7' height='31.7'/%3E%3Crect x='951' y='65.2' class='st4' width='31.7' height='31.7'/%3E%3Crect x='982.7' y='96.9' class='st4' width='31.7' height='31.7'/%3E%3Crect x='570.6' y='65.2' class='st4' width='31.7' height='31.7'/%3E%3Crect x='538.9' y='33.5' class='st4' width='31.7' height='31.7'/%3E%3Crect x='507.2' y='65.2' class='st4' width='31.7' height='31.7'/%3E%3Crect x='443.8' y='33.5' class='st9' width='31.7' height='31.7'/%3E%3Crect x='348.7' y='33.5' class='st4' width='31.7' height='31.7'/%3E%3Crect x='126.8' y='33.5' class='st4' width='31.7' height='31.7'/%3E%3Crect x='221.9' y='65.2' class='st4' width='31.7' height='31.7'/%3E%3Crect x='253.6' y='96.9' class='st4' width='31.7' height='31.7'/%3E%3Crect x='412.1' y='33.5' class='st4' width='31.7' height='31.7'/%3E%3Crect x='665.7' y='65.2' class='st4' width='31.7' height='31.7'/%3E%3Crect x='602.3' y='33.5' class='st4' width='126.8' height='31.7'/%3E%3Crect x='855.9' y='33.5' class='st4' width='31.7' height='31.7'/%3E%3Crect x='824.2' y='33.5' class='st4' width='31.7' height='31.7'/%3E%3Crect x='760.8' y='33.5' class='st4' width='31.7' height='31.7'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
	background-repeat: no-repeat;
	background-repeat: repeat-x;
	background-position: top;
	z-index: 1;
}

div[id*="rec"] .tn-atom__videoiframe:after,
div[id*="rec"] a[role="img"]:after{
    content:'';
    position:absolute;
    right:0;
    bottom:0;
    left:0;
    width:100%;
    height:80px;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 28.2.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Слой_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 1585 196.9' style='enable-background:new 0 0 1585 196.9;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bclip-path:url(%23SVGID_00000041272756937227451170000002578609605274177181_);%7D .st1%7Bfill:%236D6D6C;%7D .st2%7Bfill:%23171717;%7D .st3%7Bfill:%23F09D39;%7D .st4%7Bfill:%23F1F1F1;%7D .st5%7Bfill:%23919191;%7D .st6%7Bfill:%23EF8164;%7D .st7%7Bfill:%2362549F;%7D .st8%7Bfill:%233A3A3A;%7D .st9%7Bfill:%23494494;%7D%0A%3C/style%3E%3Cg%3E%3Cdefs%3E%3Crect id='SVGID_1_' y='-620.3' width='1585' height='821.7'/%3E%3C/defs%3E%3CclipPath id='SVGID_00000052061776490528426790000015844633380410151603_'%3E%3Cuse xlink:href='%23SVGID_1_' style='overflow:visible;'/%3E%3C/clipPath%3E%3Cg style='clip-path:url(%23SVGID_00000052061776490528426790000015844633380410151603_);'%3E%3Cg%3E%3Crect x='63.4' y='126.2' class='st1' width='31.7' height='31.7'/%3E%3Crect x='1521.6' y='126.2' class='st1' width='31.7' height='31.7'/%3E%3Crect x='412.1' y='31.1' class='st2' width='31.7' height='31.7'/%3E%3Crect x='1521.6' y='-0.6' class='st3' width='31.7' height='31.7'/%3E%3Crect x='1141.2' y='31.1' class='st2' width='31.7' height='31.7'/%3E%3Crect x='63.4' y='31.1' class='st4' width='31.7' height='31.7'/%3E%3Crect x='126.8' y='94.5' class='st5' width='31.7' height='31.7'/%3E%3Crect x='190.2' y='62.8' class='st6' width='31.7' height='31.7'/%3E%3Crect x='253.6' y='126.2' class='st5' width='31.7' height='31.7'/%3E%3Crect x='348.7' y='62.8' class='st5' width='31.7' height='31.7'/%3E%3Crect x='348.7' y='126.2' class='st3' width='31.7' height='31.7'/%3E%3Crect x='538.9' y='126.2' class='st5' width='31.7' height='31.7'/%3E%3Crect x='443.8' y='94.5' class='st7' width='31.7' height='31.7'/%3E%3Crect x='634' y='126.2' class='st5' width='31.7' height='31.7'/%3E%3Crect x='697.4' y='94.5' class='st5' width='31.7' height='31.7'/%3E%3Crect x='919.3' y='62.8' class='st7' width='31.7' height='31.7'/%3E%3Crect x='792.5' y='62.8' class='st5' width='31.7' height='31.7'/%3E%3Crect x='855.9' y='94.5' class='st5' width='31.7' height='31.7'/%3E%3Crect x='982.7' y='126.2' class='st5' width='31.7' height='31.7'/%3E%3Crect x='1172.9' y='94.5' class='st5' width='31.7' height='31.7'/%3E%3Crect x='1268' y='126.2' class='st7' width='31.7' height='31.7'/%3E%3Crect x='1426.5' y='94.5' class='st5' width='31.7' height='31.7'/%3E%3Crect x='1363.1' y='126.2' class='st5' width='31.7' height='31.7'/%3E%3Crect x='1394.8' y='94.5' class='st1' width='31.7' height='31.7'/%3E%3Crect x='1077.8' y='126.2' class='st5' width='31.7' height='31.7'/%3E%3Crect x='1077.8' y='62.8' class='st3' width='31.7' height='31.7'/%3E%3Crect x='95.1' y='126.2' class='st7' width='31.7' height='31.7'/%3E%3Crect x='1553.3' y='126.2' class='st8' width='31.7' height='31.7'/%3E%3Crect x='221.9' y='94.5' class='st8' width='31.7' height='31.7'/%3E%3Crect x='665.7' y='126.2' class='st8' width='31.7' height='31.7'/%3E%3Crect x='475.5' y='94.5' class='st8' width='31.7' height='31.7'/%3E%3Crect x='951' y='94.5' class='st8' width='31.7' height='31.7'/%3E%3Crect x='824.2' y='126.2' class='st8' width='31.7' height='31.7'/%3E%3Crect x='380.4' y='126.2' class='st1' width='31.7' height='31.7'/%3E%3Crect x='507.2' y='126.2' class='st1' width='31.7' height='31.7'/%3E%3Crect x='602.3' y='126.2' class='st6' width='31.7' height='31.7'/%3E%3Crect x='729.1' y='94.5' class='st1' width='31.7' height='31.7'/%3E%3Crect x='1204.6' y='94.5' class='st8' width='31.7' height='31.7'/%3E%3Crect x='1394.8' y='126.2' class='st9' width='31.7' height='31.7'/%3E%3Crect x='1236.3' y='126.2' class='st1' width='31.7' height='31.7'/%3E%3Crect x='1331.4' y='126.2' class='st1' width='31.7' height='31.7'/%3E%3Crect x='95.1' y='94.5' class='st4' width='31.7' height='31.7'/%3E%3Crect x='1553.3' y='94.5' class='st4' width='31.7' height='31.7'/%3E%3Crect x='221.9' y='62.8' class='st4' width='31.7' height='31.7'/%3E%3Crect x='317' y='126.2' class='st4' width='31.7' height='31.7'/%3E%3Crect x='570.6' y='126.2' class='st4' width='31.7' height='31.7'/%3E%3Crect x='634' y='94.5' class='st4' width='31.7' height='31.7'/%3E%3Crect x='760.8' y='126.2' class='st4' width='31.7' height='31.7'/%3E%3Crect x='1046.1' y='126.2' class='st4' width='31.7' height='31.7'/%3E%3Crect x='1172.9' y='126.2' class='st4' width='31.7' height='31.7'/%3E%3Crect x='1299.7' y='126.2' class='st4' width='31.7' height='31.7'/%3E%3Crect x='1363.1' y='94.5' class='st4' width='31.7' height='31.7'/%3E%3Crect x='443.8' y='126.2' class='st4' width='31.7' height='31.7'/%3E%3Crect y='62.8' class='st1' width='31.7' height='31.7'/%3E%3Crect x='1458.2' y='62.8' class='st1' width='31.7' height='31.7'/%3E%3Crect x='31.7' y='94.5' class='st2' width='31.7' height='31.7'/%3E%3Crect x='1489.9' y='94.5' class='st6' width='31.7' height='31.7'/%3E%3Crect y='126.2' class='st2' width='63.4' height='31.7'/%3E%3Crect x='1458.2' y='126.2' class='st2' width='63.4' height='31.7'/%3E%3Crect y='157.9' class='st2' width='1585' height='579.8'/%3E%3Crect x='126.8' y='126.2' class='st2' width='126.8' height='31.7'/%3E%3Crect x='158.5' y='94.5' class='st2' width='31.7' height='31.7'/%3E%3Crect x='253.6' y='94.5' class='st9' width='31.7' height='31.7'/%3E%3Crect x='285.3' y='126.2' class='st2' width='31.7' height='31.7'/%3E%3Crect x='317' y='94.5' class='st2' width='31.7' height='31.7'/%3E%3Crect x='412.1' y='126.2' class='st2' width='31.7' height='31.7'/%3E%3Crect x='475.5' y='126.2' class='st2' width='31.7' height='31.7'/%3E%3Crect x='760.8' y='94.5' class='st6' width='31.7' height='31.7'/%3E%3Crect x='602.3' y='94.5' class='st2' width='31.7' height='31.7'/%3E%3Crect x='570.6' y='62.8' class='st2' width='31.7' height='31.7'/%3E%3Crect x='982.7' y='94.5' class='st2' width='31.7' height='31.7'/%3E%3Crect x='1014.4' y='126.2' class='st2' width='31.7' height='31.7'/%3E%3Crect x='1046.1' y='94.5' class='st2' width='31.7' height='31.7'/%3E%3Crect x='1109.5' y='126.2' class='st2' width='31.7' height='31.7'/%3E%3Crect x='1204.6' y='126.2' class='st2' width='31.7' height='31.7'/%3E%3Crect x='1426.5' y='126.2' class='st2' width='31.7' height='31.7'/%3E%3Crect x='1331.4' y='94.5' class='st2' width='31.7' height='31.7'/%3E%3Crect x='1299.7' y='62.8' class='st2' width='31.7' height='31.7'/%3E%3Crect x='1141.2' y='126.2' class='st6' width='31.7' height='31.7'/%3E%3Crect x='887.6' y='94.5' class='st2' width='31.7' height='31.7'/%3E%3Crect x='855.9' y='126.2' class='st2' width='126.8' height='31.7'/%3E%3Crect x='697.4' y='126.2' class='st3' width='31.7' height='31.7'/%3E%3Crect x='729.1' y='126.2' class='st2' width='31.7' height='31.7'/%3E%3Crect x='792.5' y='126.2' class='st2' width='31.7' height='31.7'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
	background-repeat: no-repeat;
	background-repeat: repeat-x;
	background-position: bottom;
	z-index: 1;
}

/* Отменяем декорирование некоторых обложек */
div[id*="rec"]:nth-child(2n+8) .rendered [data-elem-type="video"]:nth-child(3) .tn-atom__videoiframe:before,
div[id*="rec"]:nth-child(2n+8) .rendered [data-elem-type="video"]:nth-child(3) .tn-atom__videoiframe:after,
div[id*="rec"]:nth-child(2n+8) .rendered [data-elem-type="shape"]:nth-child(3) a[role="img"]:before,
div[id*="rec"]:nth-child(2n+8) .rendered [data-elem-type="shape"]:nth-child(3) a[role="img"]:after,

div[id*="rec"]:nth-child(2n+7) .rendered [data-elem-type="video"]:nth-child(6) .tn-atom__videoiframe:before,
div[id*="rec"]:nth-child(2n+7) .rendered [data-elem-type="video"]:nth-child(6) .tn-atom__videoiframe:after,
div[id*="rec"]:nth-child(2n+7) .rendered [data-elem-type="shape"]:nth-child(6) a[role="img"]:before,
div[id*="rec"]:nth-child(2n+7) .rendered [data-elem-type="shape"]:nth-child(6) a[role="img"]:after,

div[id*="rec"]:nth-child(2n+9) .rendered [data-elem-type="video"]:nth-child(3) .tn-atom__videoiframe:before,
div[id*="rec"]:nth-child(2n+9) .rendered [data-elem-type="video"]:nth-child(3) .tn-atom__videoiframe:after,
div[id*="rec"]:nth-child(2n+9) .rendered [data-elem-type="shape"]:nth-child(3) a[role="img"]:before,
div[id*="rec"]:nth-child(2n+9) .rendered [data-elem-type="shape"]:nth-child(3) a[role="img"]:after,

div[id*="rec"]:nth-child(2n+9) .rendered [data-elem-type="video"]:nth-child(7) .tn-atom__videoiframe:before,
div[id*="rec"]:nth-child(2n+9) .rendered [data-elem-type="video"]:nth-child(7) .tn-atom__videoiframe:after,
div[id*="rec"]:nth-child(2n+9) .rendered [data-elem-type="shape"]:nth-child(7) a[role="img"]:before,
div[id*="rec"]:nth-child(2n+9) .rendered [data-elem-type="shape"]:nth-child(7) a[role="img"]:after,

div[id*="rec"]:nth-child(2n+10) .rendered [data-elem-type="video"]:nth-child(5) .tn-atom__videoiframe:before,
div[id*="rec"]:nth-child(2n+10) .rendered [data-elem-type="video"]:nth-child(5) .tn-atom__videoiframe:after,
div[id*="rec"]:nth-child(2n+10) .rendered [data-elem-type="shape"]:nth-child(5) a[role="img"]:before,
div[id*="rec"]:nth-child(2n+10) .rendered [data-elem-type="shape"]:nth-child(5) a[role="img"]:after,

div[id*="rec"]:nth-child(2n+12) .rendered [data-elem-type="video"]:nth-child(4) .tn-atom__videoiframe:before,
div[id*="rec"]:nth-child(2n+12) .rendered [data-elem-type="video"]:nth-child(4) .tn-atom__videoiframe:after,
div[id*="rec"]:nth-child(2n+12) .rendered [data-elem-type="shape"]:nth-child(4) a[role="img"]:before,
div[id*="rec"]:nth-child(2n+12) .rendered [data-elem-type="shape"]:nth-child(4) a[role="img"]:after,

div[id*="rec"]:nth-child(2n+13) .rendered [data-elem-type="video"]:nth-child(6) .tn-atom__videoiframe:before,
div[id*="rec"]:nth-child(2n+13) .rendered [data-elem-type="video"]:nth-child(6) .tn-atom__videoiframe:after,
div[id*="rec"]:nth-child(2n+13) .rendered [data-elem-type="shape"]:nth-child(6) a[role="img"]:before,
div[id*="rec"]:nth-child(2n+13) .rendered [data-elem-type="shape"]:nth-child(6) a[role="img"]:after,

div[id*="rec"]:nth-child(2n+15) .rendered [data-elem-type="video"]:nth-child(7) .tn-atom__videoiframe:before,
div[id*="rec"]:nth-child(2n+15) .rendered [data-elem-type="video"]:nth-child(7) .tn-atom__videoiframe:after,
div[id*="rec"]:nth-child(2n+15) .rendered [data-elem-type="shape"]:nth-child(7) a[role="img"]:before,
div[id*="rec"]:nth-child(2n+15) .rendered [data-elem-type="shape"]:nth-child(7) a[role="img"]:after,

div[id*="rec"]:nth-child(2n+21) .rendered [data-elem-type="video"]:nth-child(5) .tn-atom__videoiframe:before,
div[id*="rec"]:nth-child(2n+21) .rendered [data-elem-type="video"]:nth-child(5) .tn-atom__videoiframe:after,
div[id*="rec"]:nth-child(2n+21) .rendered [data-elem-type="shape"]:nth-child(5) a[role="img"]:before,
div[id*="rec"]:nth-child(2n+21) .rendered [data-elem-type="shape"]:nth-child(5) a[role="img"]:after,

div[id*="rec"]:nth-child(2n+23) .rendered [data-elem-type="video"]:nth-child(5) .tn-atom__videoiframe:before,
div[id*="rec"]:nth-child(2n+23) .rendered [data-elem-type="video"]:nth-child(5) .tn-atom__videoiframe:after,
div[id*="rec"]:nth-child(2n+23) .rendered [data-elem-type="shape"]:nth-child(5) a[role="img"]:before,
div[id*="rec"]:nth-child(2n+23) .rendered [data-elem-type="shape"]:nth-child(5) a[role="img"]:after,

div[id*="rec"]:nth-child(2n+27) .rendered [data-elem-type="video"]:nth-child(4) .tn-atom__videoiframe:before,
div[id*="rec"]:nth-child(2n+27) .rendered [data-elem-type="video"]:nth-child(4) .tn-atom__videoiframe:after,
div[id*="rec"]:nth-child(2n+27) .rendered [data-elem-type="shape"]:nth-child(4) a[role="img"]:before,
div[id*="rec"]:nth-child(2n+27) .rendered [data-elem-type="shape"]:nth-child(4) a[role="img"]:after,

div[id*="rec"]:nth-child(2n+34) .rendered [data-elem-type="video"]:nth-child(10) .tn-atom__videoiframe:before,
div[id*="rec"]:nth-child(2n+34) .rendered [data-elem-type="video"]:nth-child(10) .tn-atom__videoiframe:after,
div[id*="rec"]:nth-child(2n+34) .rendered [data-elem-type="shape"]:nth-child(10) a[role="img"]:before,
div[id*="rec"]:nth-child(2n+34) .rendered [data-elem-type="shape"]:nth-child(10) a[role="img"]:after,

div[id*="rec"]:nth-child(2n+36) .rendered [data-elem-type="video"]:nth-child(6) .tn-atom__videoiframe:before,
div[id*="rec"]:nth-child(2n+36) .rendered [data-elem-type="video"]:nth-child(6) .tn-atom__videoiframe:after,
div[id*="rec"]:nth-child(2n+36) .rendered [data-elem-type="shape"]:nth-child(6) a[role="img"]:before,
div[id*="rec"]:nth-child(2n+36) .rendered [data-elem-type="shape"]:nth-child(6) a[role="img"]:after,

div[id*="rec"]:nth-child(2n+37) .rendered [data-elem-type="video"]:nth-child(9) .tn-atom__videoiframe:before,
div[id*="rec"]:nth-child(2n+37) .rendered [data-elem-type="video"]:nth-child(9) .tn-atom__videoiframe:after,
div[id*="rec"]:nth-child(2n+37) .rendered [data-elem-type="shape"]:nth-child(9) a[role="img"]:before,
div[id*="rec"]:nth-child(2n+37) .rendered [data-elem-type="shape"]:nth-child(9) a[role="img"]:after,

div[id*="rec"]:nth-child(2n+43) .rendered [data-elem-type="video"]:nth-child(8) .tn-atom__videoiframe:before,
div[id*="rec"]:nth-child(2n+43) .rendered [data-elem-type="video"]:nth-child(8) .tn-atom__videoiframe:after,
div[id*="rec"]:nth-child(2n+43) .rendered [data-elem-type="shape"]:nth-child(8) a[role="img"]:before,
div[id*="rec"]:nth-child(2n+43) .rendered [data-elem-type="shape"]:nth-child(8) a[role="img"]:after{
    display:none !important;
}

/* Исключаем декорирование фото и видео в footer */
footer.t-records .tn-atom__videoiframe:before,
footer.t-records .tn-atom__videoiframe:after,
footer.t-records a[role="img"]:before,
footer.t-records a[role="img"]:after{
    display:none !important;
}




