
.shablon_1 p {
	text-align:justify;
	margin: 0px 0px 15px;
}
.shablon_1 h3 {
	text-align:center;
}
.shablon_1_item a {
	color: #81c370 !important;
	background-color: unset !important;
}




.postww p {
	/* text-align:justify !important; */
	margin: 0px 0px 15px;
	
}
.postww h3 {
	text-align:center;
}
.postww_item-green a {
	color: #81c370 !important;
	background-color: unset !important;
}
.postww_item-orange a {
	color: #ff6a4c !important;
	background-color: unset !important;
}
.postww_item {

}
.item-obv {
	border: #ff6a4c 3px solid;
	padding: 15px;
	border-radius: 17px;
	margin: 10px 0px;
	height: 96%;
}

.text-orange {
	color: #ff6a4c;
}




.st-top {
	display: flex;
}
.st-top-left {
    display: flex;
    align-items: center;
}
.st-top-left-num {
    width: 50px;
    height: 50px;
    background-color: #81c370;
    color: #fff;
    font-weight: bold;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    margin-right: 10px;
}

.st-top-right {
	display: flex;
	flex-direction: column;
}
.st-top-right a {
	font-size: 17px;
	font-weight: bold;
	justify-content: start !important;
}
.st-top-right span {
	font-weight: bold;
}



.st-top-image {
	margin: 10px 0px;
}
.st-top-image a {
	display: flex;
	width: 100%;
	opacity: 1;
	border-radius: 20px;
	overflow: hidden;
}
.st-top-image img {
	z-index:99;
	display: flex;
    width: 100%;
    justify-content: center;
	font-size: 20px;
	transition-duration: 0.7s;
	transition: transform 10s;
}

.st-top-image img:hover {
	 transform: scale(1.2);
}



.plaz a {
	color: #81c370 !important;
	background-color: unset !important;
}

.plaz {
	border-radius: 17px;
	padding: 20px 38px;
	margin: 15px 0px;
}
.plaz-img {
	display: flow-root;
}
.plaz-img img {
	width: 350px;
	height: 350px !important;
    float: left;
    margin: 0px 20px 5px 0px
}
.green {
	background: #eefff1;
}
.green-obv {
	border: #81c370 4px solid;
}

.list-orange div {
	font-size: 16px;
	color: #ff6a4c;
	margin-right:4px;
	font-weight: bold;
    width: 83px;
    display: flex;
    height: 52px;
	justify-content: center;
    align-items: center;
}
.list-orange table td {
    border: 3px #fff solid;
    padding: 5px 15px;
    /* background: #f6f6f6; */
}
.list-orange table tr {
    background: #f6f6f6;
}
.list-orange table tr:nth-child(1) {
	background: none;
}
.list-orange h3 {
	color: #ff6a4c;
}


.orang {
	background: #ffe3dd;
}
.orang-obv {
	border: #ff6a4c 3px solid;
}
.orang-bg {
	background: #ff6a4c;
}

.dashed {
	border-style: dashed !important;
}
.dotted {
	border-style: dotted !important;
}
.double {
	border-style: double !important;
}


.plazka-green-lin {
	border: #81c370 solid 4px;
	border-radius: 17px;
	padding: 20px 38px;
	background: #eefff1;
	margin: 15px 0px;
}



.get {
    text-align: left;
    font-size: 14px;
	font-weight: bold;
    display: flex;
    justify-content: flex-start;
	text-decoration: underline;
	color: #81c370 !important;
	font-weight: bold;
	background-color: unset !important;
	z-index:99;
	margin: 7px 0px 35px;
}



.snoska {
	border: #81c370 solid 4px; 
	border-radius: 17px; 
	padding: 20px 38px; 
	background: #eefff1;
	margin: 15px 0px;
}


.st-video {
    display: flex;
    justify-content: center;
	margin-top:40px;
	border-radius: 17px;
	overflow:hidden;
}
.st-video iframe {
    width: 100%;
    height: 562px;
}

@media (max-width: 1199px) {
	.st-video iframe {
		height: 471px;
	}
}
@media (max-width: 991px) {
	.st-video iframe {
		height: 351px;
	}
}
@media (max-width: 767px) {
	.st-video iframe {
		height: 259px !important;
	}
	.plaz-img {
		display: flex;
		flex-direction: column;
	}
	.plaz-img img {
		width: 100%;
		height: auto !important;
	}

}



.postww {
	position: relative;
}

.postww h2 {
	text-align: center;
}


.plaz2 {
	border-radius: 17px;
	padding: 20px 38px;
	margin: 10px 0px;
	height: 100%;
}

.orang2-bg {
    background: #e67f3b;
}

.orang2-obv {
	border: #e67f3b 3px solid;
	background: rgba(255, 255, 255, 0.8);
}
.orang2-title {
    color: #e67f3b;
    font-weight: bold;
    font-size: 18px;
    padding-bottom: 10px;
}
.disp-flex {
	display: flex;
    flex-direction: column;
}
.orang2-obv2 {
	background: #e67f3b;
	border-radius: 17px;
}
.orang2-obv2 h3 {
	color: #fff;
	font-size: 20px;
}
.orang2-obv2-text {
	background: #fff;
	border: #000 1px solid;
	border-radius: 17px;
}
.postww_item-orange2 a {
	color: #e67f3b !important;
	background-color: unset !important;
}
.item-obv2 {
	border: #e67f3b 3px solid;
	padding: 15px;
	border-radius: 17px;
	margin: 10px 0px;
	height: 96%;
}




    .bounce-2 {
        animation-name: bounce-2;
        animation-timing-function: ease;
		animation-duration: 6s;
        animation-iteration-count: infinite;
		background: #fff;
		z-index: 999;
    }
    @keyframes bounce-2 {
        0%   { transform: translateY(0); }
        50%  { transform: translateY(-100px); }
        100% { transform: translateY(0); }
    }
	
	
	.img-bg-bott {
		position: absolute;
		bottom: -150px;
		right: -70px;
		width: 400px;
		height: 400px;
		background-image: url(https://yaskravaklumba.com.ua/catalog/view/theme/default/image/top/bg-perec-top.png);
		background-repeat: no-repeat;
		background-position: bottom right;
		background-size: 100% auto;
		opacity: 1;
	}
@media (max-width: 991px) {
	.img-bg-bott {
		right: 0px;
	}
}	

















.item_rokss {
	width: 100%;
    background: #89c37b;
    position: relative;
    display: flex;
	flex-direction: column;
	padding: 20px;
	margin: 30px 0px;
    border-radius: 10px;
}
.item_rokss_snig {
    background-color: #fff;
    padding: 20px 40% 20px 20px;
    border-radius: 20px;
    margin: 50px 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
	
	/* box-shadow: 4px 4px 7px 2px rgb(0 0 0 / 39%); */
}
.item_rokss_fox {
    background: #e67f3b;
    width: 35%;
    position: absolute;
    right: 40px;
    border-radius: 10px;
    color: #fff;
	padding: 20px;
	box-shadow: 4px 4px 7px 2px rgb(0 0 0 / 39%);
    border: #fff 1px solid;
	z-index: 99;
	margin-top: 15px;
}
.item_rokss_fox img{
	width: 100%;

}
.item_rokss_text {
	margin-top: 20px;
}
.item_rokss_title {
    padding: 5px 22px 21px 26px;
    font-size: 20px;
    font-weight: bold;
	color: #e67f3b;
    display: flex;
    justify-content: center;
    align-items: center;
}
.item_rokss_title a {

    font-size: 20px !important;
    font-weight: bold !important;
    color: #e67f3b !important;
	background: none  !important;

}
.item_rokss_num {
	position: absolute;
    top: 55px;
    left: 10px;
	background: #e67f3b;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-weight: bold;
    font-size: 30px;
	border: #fff 1px solid;
    box-shadow: 4px 4px 7px 2px rgb(0 0 0 / 25%);
    border-radius: -5px;
}
.item_rokss_batton {
    width: 100%;
    display: flex;
    justify-content: center;
	padding: 30px 0px 5px;
}
.item_rokss_batton a {
	background: #e67f3b !important;
    color: #fff !important;
    padding: 12px 60px;
    border-radius: 7px;
	font-weight: bold;
}
.revers .item_rokss_snig{
	padding: 20px 20px 20px 40%;
}
.revers .item_rokss_fox{
	left: 40px;
	right: unset;
}
.revers .item_rokss_num{
	left: unset;
	right: 10px;
	
}
.item_rokss_mob {
	display: none;
}
@media (max-width: 767px) {

	.item_rokss_snig {
		padding: 20px !important;
		margin-bottom: 0px;
	}


	.item_rokss_fox {
		right:unset;
		margin-right: 20px;
		margin-bottom: 20px;
		position: unset;
		box-shadow: unset;
		width: calc(100% + 40px);
		margin-left: -20px;
		
		border-radius: 0px;
		border: none;
	}
	
	.item_rokss_title {

	}
	.revers .item_rokss_num{
		left: 10px;
		right: unset;
		
	}
	
	
}



.shablon_5 {

}
.pro100 {

}
.pro100_text {
	margin: 40px 0px;
    font-weight: bold;
}
.pro100_block-s {
	display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
}
.pro100_block {
   /* display: flex; */
	flex-direction: column;
    padding: 20px;
    margin: 10px;
    border-radius: 20px;
    box-shadow: 4px 5px 28px rgb(0 0 0 / 25%);

}
.t-block {
    max-width: 331px;
}
.pro100_block-title {
	color: #5ebb46;
	font-size: 20px;
    width: 100%;
    padding: 0px 0px 10px 0px;
    font-family: emoji;
    font-weight: bold;
}
.t-zag {
	font-family: emoji;
    font-weight: bold;
    font-size: 25px;
    align-items: center;
	color: #5ebb46;
	margin: 32px 10px;
	text-align: center;
}
@media (max-width: 1100px) {
	.pro100_block-s {
		justify-content: center;
	}
}