@keyframes slidetrap {
    /*ОТ ШИРИНЫ #container+3px ДО ШИРИНЫ trap*/
	from {
		width: 889px;/*АДАПТИРОВАТЬ*/
		border-left: 0px solid white;
		border-bottom: 462px solid rgba(0, 0, 0, 1);/*АДАПТИРОВАТЬ*/
	}

	to {

		width: 397px;/*АДАПТИРОВАТЬ*/
		border-left: 109px solid white;/*АДАПТИРОВАТЬ*/
		border-bottom: 462px solid rgba(0, 0, 0, 0);/*АДАПТИРОВАТЬ*/
	}
}

@keyframes slideblock {
	from {
		width: 0px;
		border-right: 11px solid white;/*АДАПТИРОВАТЬ*/
	}

	to {

		width: 489px;/*АДАПТИРОВАТЬ*/
		border-right: 109px solid white;/*АДАПТИРОВАТЬ*/
	}
}
@keyframes blocknumbers {

		from {
			opacity: 0;
		}

		to {

			opacity: 1;
		}
	}
    @keyframes blocktexts {

		from {
			opacity: 0;
            bottom: -3px;
		}

		to {

			opacity: 1;
            bottom: 0px
		}
	}

.trap {
	border-right: 0 solid transparent;
	position: absolute;
	right: 0;
	z-index: 500;
	animation-name: slidetrap;
	animation-duration: 2s;
}

#container {

	background: wheat;
    position: relative;
	/*position: relative;
	top: 50px;
	left: 300px;*/
	z-index: 499;
	background: right url('media/blackneruds.webp');
	overflow: hidden;
	/* box-shadow: 1px 1px 2px black;*/
}
#container-mobile{
    display: none;
}
#main-form-web{
       padding-left: 25px; 
}
#banner-row{
        display: flex; 
        position: relative; 
        margin: auto;
        max-width: 1313px; 

    }
#banner-container{
    padding-left: 40px;
    padding-right: 40px;
    margin-top: 50px;
}

.block {
	position: absolute;
	left: 0;
	z-index: 501;

	animation-name: slideblock;
	animation-duration: 2s;
	border-top: 462px solid white;
	border-left: 0 solid transparent;



}

#block-content {
	position: absolute;
	left: 0;
	width: 598px;
	height: 462px;
	z-index: 502;
	mix-blend-mode: difference;

}
#block-number-1{
        animation-name: blocknumbers;
        animation-duration: 1s;
        animation-delay: 0.3s;
        opacity: 0;
        animation-fill-mode: forwards;
    }
    #block-text-1{
        animation-name: blocktexts;
        animation-duration: 1s;
        animation-delay: 0.3s;
        opacity: 0;
        animation-fill-mode: forwards;
    }
    #block-number-2{
        animation-name: blocknumbers;
        animation-duration: 1s;
        animation-delay: 0.6s;
        opacity: 0;
        animation-fill-mode: forwards;
    }
    #block-text-2{
        animation-name: blocktexts;
        animation-duration: 1s;
        animation-delay: 0.6s;
        opacity: 0;
        animation-fill-mode: forwards;
    }
    #block-number-3{
        animation-name: blocknumbers;
        animation-duration: 1s;
        animation-delay: 0.9s;
        opacity: 0;
        animation-fill-mode: forwards;
    }
    #block-text-3{
        animation-name: blocktexts;
        animation-duration: 1s;
        animation-delay: 0.9s;
        opacity: 0;
        animation-fill-mode: forwards;
    }


#banner-header {
	font-size: 24px;
	font-family: 'PFBeauSansPro';
    font-weight: 600;
	padding-left: 35px;
	color: #fff;

}

.banner-bold-text {
	font-size: 18px;
	font-family: 'PFBeauSansPro';
    font-weight: 700;
	padding-left: 35px;
	padding-right: 83px;
	color: #ccc;

}

.banner-book-text {
	font-size: 17px;
	font-family: 'PFBeauSansPro';
    font-weight: 400;
	padding-left: 35px;
	padding-right: 83px;
	color: #ccc;
	position: relative;
	display: block;

}


.big-selected {
	text-indent: -11px;
}

.big-selected:before {
	position: relative;
	top: 0;
	left: -24px;
	border-left: 11px solid #3ED8D2;
	content: "";
	mix-blend-mode: normal;
}

.book-selected {
	text-indent: -2px;
}

.book-selected:before {
	position: relative;
	top: 0;
	left: -33px;
	border-left: 2px solid #3ED8D2;
	content: "";
}
@media (max-width: 768px) {
    #container{
        display: none;
    }
    #main-form-web{
        display: none;
    }
}

@media (max-width: 992px) and (min-width: 768px) {
    #container{
        display: none;
    }
    #main-form-web{
        display: none;
    }

} 
@media (max-width: 1200px) and (min-width: 992px) {
    #banner-row{
        width: 960px; 

    }
	#container {
		width: 640px;
		height: 333px;
	}
    #main-form-web{
        width: 290px;
    }
	.trap {
		width: 281px;
		border-bottom: 333px solid rgba(0, 0, 0, 0);
		border-left: 78px solid white;
	}
    #trap-inner{
        position: absolute; 
        
        width: 203px; 
        right: 10px;
        margin-top: 20px; 
        align-items: center;
    }
    
    .trap-inner-col{
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 16px;
	    
	
	    color: #fff;
        text-align: center;
    }
    .trap-header{
        font-size: 18px;
        margin-top: 15px;
        margin-bottom: 0px;
        text-decoration: underline;
        font-family: 'PFBeauSansPro';
        font-weight: 700;
    }
    .trap-teasis{
        font-size: 12px;
        font-family: 'PFBeauSansPro';
        font-weight: 200;
        margin-top: 8px;
        
    }
    .trap-dot{
        height: 6px;
        margin-top: 8px;
        
    }
    .dot{
        width: 6px;
        height: 6px;
        border-radius: 3px;
        background: #fff;
        margin: auto;
        display: block;
        position: absolute;
    }
    #trap-map-img{
        width: 150px;
        height: 150px;
        
    }

	.block {
		width: 359px;
		border-top: 396px solid white;
	}
    #block-numbers{
        width: 359px;
        padding-left: 20px;
        padding-right: 20px;
        mix-blend-mode: normal;
        position: relative;
        padding-top: 20px;

        
    }
    .block-number{
        font-family: 'PFBeauSansPro';
        font-weight: 700;
        font-size: 34px;
        color: #89FFFF;
        text-align: center;
        
    }
    .block-number-text{
        font-family: 'PFBeauSansPro';
        font-weight: 600;
        font-size: 11px;
        color: #ccc;
        text-align: center;
    }

	@keyframes slidetrap {

		from {
			width: 643px;
			border-left: 0px solid white;
			border-bottom: 333px solid rgba(0, 0, 0, 1);
		}

		to {

			width: 281px;
			border-left: 78px solid white;
			border-bottom: 333px solid rgba(0, 0, 0, 0);
		}
	}

	@keyframes slideblock {
		from {
			width: 0px;
			border-right: 11px solid white;
		}

		to {

			width: 360px;
			border-right: 78px solid white;
		}
	}


	#block-content {
		width: 415px;
		height: 396px;
	}
    #banner-header {
	font-size: 18px;
	padding-left: 27px;
    margin-bottom: 12px;
    margin-top: 6px;
}

.banner-bold-text {
	font-size: 13px;
	padding-left: 27px;
	padding-right: 10px;
    margin-bottom: 6px;
    margin-top: 6px;
}

.banner-book-text {
	font-size: 13px;
	padding-left: 27px;
	padding-right: 10px;
    margin-bottom: 6px;
    margin-top: 6px;
}
.big-selected:before {

	left: -19px;
	border-left: 8px solid #3ED8D2;

}


.book-selected:before {

	left: -25px;
    border-left: 2px solid #3ED8D2;

}
    
}

@media (max-width: 1393px) and (min-width: 1200px) {
    #banner-row{
        width: 1110px; 

    }
	#container {
		width: 760px;
		height: 396px;
	}
    #main-form-web{
        width: 350px;
    }

	.trap {
		width: 334px;
		border-bottom: 396px solid rgba(0, 0, 0, 0);
		border-left: 93px solid white;
	}
    #trap-inner{
        position: absolute; 
        
        width: 240px; 
        right: 10px;
        margin-top: 25px; 
        align-items: center;
    }
    .trap-inner-col{
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 16px;
	    
	
	    color: #fff;
        text-align: center;
    }
    .trap-header{
        font-size: 21px;
        margin-top: 15px;
        margin-bottom: 0px;
        text-decoration: underline;
        font-family: 'PFBeauSansPro';
        font-weight: 700;
    }
    .trap-teasis{
        font-size: 14px;
        font-family: 'PFBeauSansPro';
        font-weight: 200;
        margin-top: 10px;
        
    }
    .trap-dot{
        height: 10px;
        margin-top: 10px;
        
    }
    .dot{
        width: 8px;
        height: 8px;
        border-radius: 4px;
        background: #fff;
        margin: auto;
        display: block;
        position: absolute;
    }
    #trap-map-img{
        width: 180px;
        height: 180px;
        
    }
	.block {
		width: 426px;
		border-top: 396px solid white;
		border-right: 93px solid white;
	}
    #block-numbers{
        width: 426px;
        padding-left: 25px;
        padding-right: 25px;
        mix-blend-mode: normal;
        position: relative;
        padding-top: 40px;

        
    }
    .block-number{
        font-family: 'PFBeauSansPro';
        font-weight: 700;
        font-size: 38px;
        color: #89FFFF;
        text-align: center;
        
    }
    .block-number-text{
        font-family: 'PFBeauSansPro';
        font-weight: 600;
        font-size: 12px;
        color: #ccc;
        text-align: center;
    }

	@keyframes slidetrap {

		from {
			width: 763px;
			border-left: 0px solid white;
			border-bottom: 396px solid rgba(0, 0, 0, 1);
		}

		to {

			width: 334px;
			border-left: 93px solid white;
			border-bottom: 396px solid rgba(0, 0, 0, 0);
		}
	}

	@keyframes slideblock {
		from {
			width: 0px;
			border-right: 11px solid white;
		}

		to {

			width: 426px;
			border-right: 93px solid white;

		}
	}
	#block-content {
		width: 480px;
		height: 396px;
	}
    #banner-header {
	font-size: 21px;
	padding-left: 27px;
    margin-bottom: 12px;
    margin-top: 6px;
}

.banner-bold-text {
	font-size: 15px;
	padding-left: 27px;
	padding-right: 10px;
    margin-bottom: 6px;
    margin-top: 6px;
}

.banner-book-text {
	font-size: 14px;
	padding-left: 27px;
	padding-right: 10px;
    margin-bottom: 6px;
    margin-top: 6px;
}
.big-selected:before {

	left: -19px;
	border-left: 8px solid #3ED8D2;

}


.book-selected:before {

	left: -25px;
    border-left: 2px solid #3ED8D2;

}

}
@media (min-width: 1393px) {
    #banner-row{
        width: 1310px; 

    }
	#container {
		width: 886px;
		height: 462px;
	}
    #main-form-web{
        width: 399px;
        padding-left: 100px;
    }

	.trap {
		width: 389px;
		border-bottom: 462px solid rgba(0, 0, 0, 0);
		border-left: 109px solid white;
	}
    #trap-inner{
        position: absolute; 
        
        width: 280px; 
        right: 20px;
        margin-top: 25px; 
        align-items: center;
    }
    .trap-inner-col{
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 16px;
	    
	
	    color: #fff;
        text-align: center;
    }
    .trap-header{
        font-size: 21px;
        margin-top: 15px;
        margin-bottom: 0px;
        text-decoration: underline;
        font-family: 'PFBeauSansPro';
        font-weight: 700;
    }
    .trap-teasis{
        font-size: 15px;
        font-family: 'PFBeauSansPro';
        font-weight: 200;
        margin-top: 15px;
        
    }
    .trap-dot{
        height: 10px;
        margin-top: 15px;
        
    }
    .dot{
        width: 10px;
        height: 10px;
        border-radius: 5px;
        background: #fff;
        margin: auto;
        display: block;
        position: absolute;
    }
    #trap-map-img{
        width: 200px;
        height: 200px;
        
    }

	.block {
		width: 497px;
		border-top: 462px solid white;
		border-right: 109px solid white;
	}
    #block-numbers{
        width: 497px;
        padding-left: 25px;
        padding-right: 25px;
        mix-blend-mode: normal;
        position: relative;

        
    }
    .block-number{
        font-family: 'PFBeauSansPro';
        font-weight: 700;
        font-size: 42px;
        color: #89FFFF;
        text-align: center;
        
    }
    .block-number-text{
        font-family: 'PFBeauSansPro';
        font-weight: 600;
        font-size: 14px;
        color: #ccc;
        text-align: center;
    }
    
    

	@keyframes slidetrap {

		from {
			width: 889px;
			border-left: 0px solid white;
			border-bottom: 462px solid rgba(0, 0, 0, 1);
		}

		to {

			width: 389px;
			border-left: 109px solid white;
			border-bottom: 462px solid rgba(0, 0, 0, 0);
		}
	}
    

	@keyframes slideblock {
		from {
			width: 0px;
			border-right: 11px solid white;
		}

		to {

			width: 497px;
			border-right: 109px solid white;

		}
	}
}