

/* Start:/local/templates/tvoybasseyn/components/bitrix/catalog.element/wb-pool_detail_page/style.css?176355426115579*/
.wrapper{
    display: flex;
    justify-content: space-between;
}
.pool-detail{
    width: 100%;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    padding-left: 48px;
}
.pool-detail .breadcrumbs{    
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    color: rgba(0, 0, 0, .5)
}
.pool-detail .breadcrumbs a{
    text-decoration: none;       
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    color: rgba(0, 0, 0, .5)
}

.pool-detail__top{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.pool-detail__left, .pool-detail__right{
    width: calc(50% - 19px);
}
.pool-detail__right-inner{
    max-width: 600px;
    text-align: center;
    margin: 0 auto;
}
.pool-detail__descr {
    padding-top: 64px;
    display: flex;
    justify-content: space-between;
}
.pool-detail__col{
    width: calc(100% - 200px);
}
.pool-detail__col:nth-child(2){
    width: 200px;
    text-align: right;
}
.pool-detail__name{    
    font-family: "Montserrat", sans-serif;
    font-size: 28px;
    font-weight: 500;
    line-height: normal;
    color: #000;
    margin: 0;
    padding: 0;
    padding-bottom: 12px;
}
.pool-detail__size{   
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    color: #000;
}
.pool-detail__price {  
    font-family: "Montserrat", sans-serif;
    font-size: 22px;
    font-weight: 500;
    line-height: 34px;
    color: #4081FF;
    padding-bottom: 12px;
}
.pool-detail__buy{
    width: 146px;
    height: 44px;
    background-color: #4081FF;
    border: 1px solid rgba(0, 0, 0, .08);
    border-radius: 4px;
    display: inline-flex;
    justify-content: center;
    align-items: center; 
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 500;
    line-height: normal;
    color: #fff;
    transition: .3s;
    cursor: pointer;
}
.pool-detail__buy:hover{
    opacity: .75;
}
.pool-detail__buy span{
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 16px;
    background-image: url(/local/templates/tvoybasseyn/components/bitrix/catalog.element/wb-pool_detail_page/images/cart.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.pool-detail__line {
    padding-top: 32px;
}
.pool-detail__line p{
    margin: 0;
    padding: 0;
    padding-top: 16px;
}
.pool-detail__sub-title { 
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    color: #000;
    display: inline-block;
    padding-right: 16px;
}
.pool-detail__text {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    color: #000;
}
.pool-detail .pool-detail__drawing{    
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    color: #4081FF !important;
    text-decoration: none;
    padding-bottom: 4px;
    display: inline-block;
    border-bottom: 1px solid #4081FF;
    transition: .3s !important;
    margin-top: 34px;
    height: auto;
    background: none !important;
    width: auto !important;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0 !important;
}
.pool-detail__drawing:hover{
    border: none;
}
.pool-detail__slider img{
    max-width: 100%;
    width: 100%;
}
.pool-detail__slider .owl-nav button {
    width: 36px;
    height: 36px;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: contain !important;
    position: absolute;
    top: calc(50% - 18px);
}
.pool-detail__slider .owl-nav .owl-prev {
    background-image: url(/local/templates/tvoybasseyn/components/bitrix/catalog.element/wb-pool_detail_page/images/arrow-l.png) !important;
    left: 0px;
}
.pool-detail__slider .owl-nav .owl-next {
    background-image: url(/local/templates/tvoybasseyn/components/bitrix/catalog.element/wb-pool_detail_page/images/arrow-r.png) !important;
    right: 0px;
}
.pool-detail__slider .owl-dots {
    display: none;
}
.pool-detail__options {
    display: flex;
    justify-content: flex-start;
}
.pool-detail__options .pool-detail__option {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 12px;
    margin-right: 32px;
    text-align: left;
}
.pool-detail__options .option__icon {
    width: 35px;
    height: 35px;
}
.pool-detail__options .option__icon img{
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}
.pool-detail__options .option__text { 
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    color: #000;
    padding-left: 12px;
}
.pool-detail__order{
    min-height: 44px;
    background-color: #4081FF;
    border: 1px solid rgba(0, 0, 0, .08);
    border-radius: 4px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 500;
    line-height: normal;
    color: #fff;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 12px;
    padding-bottom: 12px;
    margin-top: 22px;
    transition: .3s;
    box-sizing: border-box;
    cursor: pointer;
}
.pool-detail__order:hover{
    opacity: .75;
}
.pool-detail__advantages {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 6px;
    padding-top: 64px;
    padding-bottom: 50px;
}
.pool-detail__advantages .advantage {
    width: 140px;
    height: 140px;
    border-radius: 12px;
    background-color: #BFDEF1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
.pool-detail__advantages .advantage__text{   
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    color: #000;
    padding: 12px 4px 0 4px;
    text-align: center;
}
.pool-detail__advantages .advantage__pic{
    height: 89px;
    padding: 12px 4px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pool-detail__advantages .advantage__pic img{
    max-width: 108px;
    max-height: 100%;
    width: auto;
    height: auto;
    display: inline-block;
}





@media(max-width: 1024px){
    .pool-detail{
        padding-left: 15px;
        padding-right: 15px;
    }
}



@media(max-width: 920px){
    .pool-detail__top{
        flex-direction: column;
    }
    .pool-detail__left, .pool-detail__right{
        width: 100%;
    }
    .pool-detail__descr {
        padding-top: 32px;
        flex-direction: column;
        padding-bottom: 24px;
    }
    .pool-detail__col{
        width: 100%;
    }
    .pool-detail__col:nth-child(2){
        width: 100%;
        text-align: left;
        padding-top: 24px;
        gap: 12px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .pool-detail__name{  
        padding-bottom: 8px;
    }
    .pool-detail__price { 
        width: calc(100% - 165px);
        padding-bottom: 0;
    }
    .pool-detail__buy{
        width: 150px;
    }
    .pool-detail__line {
        padding-top: 24px;
    }
    .pool-detail__drawing{ 
        margin-top: 24px;
    }
    .pool-detail__advantages {
        flex-wrap: wrap;
        max-width: 700px;
        margin: 0 auto;
        padding-top: 32px;
        padding-bottom: 32px;
    }
}



@media(max-width: 768px){
    .pool-detail__right-inner{
        text-align: left;
    }
    .pool-detail__descr {
        padding-bottom: 24px;
    }
    .pool-detail__options {
        flex-wrap: wrap;
    }
    .pool-detail__options .pool-detail__option {
        width: 100%;
    }
    .pool-detail__options .option__text { 
        width: calc(100% - 35px);
    }
    .pool-detail__order{
        text-align: center;
    }
    .pool-detail__advantages{
	justify-content: center;
    }
}




/*ПОПАП ОКНО*/

.pool-modal{
    display: none;
    box-sizing: border-box;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    padding-left: 48px;
    position: fixed;
    top: 0px;
    right: 0px;
    width: calc(100% - 28rem);
    height: 100%;
    overflow: auto;
    z-index: 9999;
    background-color: #fff;
}
.pool-modal .modal-close-wrapper{
    min-height: 96px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 0 32px;
}
.pool-modal .modal-close{
    display: inline-block;
    text-decoration: none;
    transition: .3s;
    border-bottom: 1px solid #000;      
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    color: #000;
    padding-bottom: 4px;
    width: auto;
    height: auto;
    position: relative;
    right: auto;
    top: auto;
}
.pool-modal .modal-close:hover{
    border-bottom: 1px solid transparent;
}
.pool-modal .modal-close:after, .pool-modal .modal-close:before{
	display: none;
}

.pool-modal__top{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.pool-modal__left, .pool-modal__right{
    width: calc(50% - 19px);
}
.pool-modal__right-inner{
    max-width: 600px;
    text-align: center;
}
.pool-modal__image img{
    max-width: 100%;
}
.pool-modal__descr {
    padding-top: 64px;
}
.pool-modal__line{
    display: flex;
    justify-content: space-between;
}
.pool-modal__col{
    width: calc(100% - 200px);
}
.pool-modal__col:nth-child(2){
    width: 200px;
    text-align: right;
}
.pool-modal__name{    
    font-family: "Montserrat", sans-serif;
    font-size: 28px;
    font-weight: 500;
    line-height: normal;
    color: #000;
    margin: 0;
    padding: 0;
    padding-bottom: 12px;
}
.pool-modal__descr-inner{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 80px;
    padding-top: 36px;
}
.pool-modal__size, .pool-modal__color{   
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    color: #000;
    padding-bottom: 12px;
}
.pool-modal__descr-title{  
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    color: #000;
    padding-bottom: 16px;
}
.pool-modal__descr-content{  
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    color: #000;
}
.pool-modal__price {  
    font-family: "Montserrat", sans-serif;
    font-size: 22px;
    font-weight: 500;
    line-height: 34px;
    color: #4081FF;
    padding-bottom: 12px;
}
.pool-modal__icons{
    padding-top: 36px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 12px;
}
.pool-modal__icon{
    width: 60px;
    height: 60px;
}
.pool-modal__icon img{
    width: 100%;
    height: auto;
}
.pool-modal__consultation{
    min-height: 44px;
    background-color: #4081FF;
    border: 1px solid rgba(0, 0, 0, .08);
    border-radius: 4px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 500;
    line-height: normal;
    color: #fff !important;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 12px;
    padding-bottom: 12px;
    margin-top: 22px;
    transition: .3s;
    box-sizing: border-box;
}
.info_text {
    font-size: 14px;
}
.pool-modal__consultation:hover{
    opacity: .75;
}
.pool-modal__total{    
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: normal;
    color: #000;
    margin-top: 32px;
}
.pool-modal__total span{
    font-size: 20px;
}

.pool-modal__options {
    padding-top: 40px;
    padding-bottom: 40px;
}
.pool-modal__option {
    border: 1px solid #4081FF;
    border-radius: 12px;
    box-sizing: border-box;
    padding: 8px 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 12px;
    cursor: pointer;
}
.pool-modal__option.pool-modal__option__active{
    box-shadow: 0 0 2px 2px #4081FF;
}
.pool-modal__option-image {
    width: 52px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 16px;
}
.pool-modal__option-image img{
    max-width: 100%;
    height: auto;
}
.pool-modal__option-info {
    width: calc(100% - 236px);
}
.pool-modal__option-title {  
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    color: #000;
    padding-bottom: 4px; 
}
.pool-modal__option-text { 
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    color: #000;

}
.pool-modal__option-price {
    width: 152px;
    margin-left: 16px;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    color: #000;
}



@media(max-width: 1100px){
    .pool-modal{
        padding-left: 15px;
        padding-right: 15px;
    }
}



@media(max-width: 1100px){
    .pool-modal__top{
        flex-direction: column;
    }
    .pool-modal__left, .pool-modal__right{
        width: 100%;
    }
    .pool-modal .modal-close-wrapper{
        min-height: 56px;
        padding: 0;
    }
    .pool-modal__descr {
        padding-top: 0px;
        flex-direction: column;
    }
    .pool-modal__col{
        width: 100%;
    }
    .pool-modal__col:nth-child(2){
        width: 100%;
        text-align: left;
        gap: 12px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }
    .pool-modal__name{  
        padding-bottom: 8px;
    }
    .pool-modal__price { 
        width: calc(100% - 165px);
        padding-bottom: 24px;
    }
    .pool-modal__line {
        flex-direction: column;
    }
    .pool-modal__drawing{ 
        margin-top: 24px;
    }    
    .pool-modal__size, .pool-modal__color{
        text-align: center;
    }
    .pool-modal__descr-inner{
        justify-content: center;
        padding-top: 24px;
        gap: 40px;
    }
    .pool-modal__icons{
        justify-content: center;
        margin: 0 auto;
        padding-top: 14px;
    }
    .pool-modal__options{
        padding-top: 0;
    }
    .pool-modal__total-wrapper{
        text-align: center;
        padding-bottom: 24px;
    }
}


@media(max-width: 1024px){
	.pool-modal{
		width: 100%;
	}
}


@media(max-width: 768px){
    .pool-modal__right-inner{
        text-align: left;
        text-align: center;
    }
    .pool-modal__descr {
        padding-bottom: 24px;
    }
    .pool-modal__consultation{
        text-align: center;
    }

    .pool-modal__option-info {
        width: calc(100% - 68px);
    }
    .pool-modal__option-price {
        width: 100%;
        text-align: center;
        margin-top: 16px;
    }
        .pool-modal__price { 
        width: calc(100% - 25px);
    }
}

@media(max-width: 350px){
.pool-modal__consultation {
    font-size: 14px;
    padding-left: 30px;
    padding-right: 30px;
}
}

.new-price::after{
	content: "*";
	color: red;
}

/* End */


/* Start:/local/templates/tvoybasseyn/components/bitrix/breadcrumb/tb_2020/style.css?1750345257585*/
.bx-breadcrumb {
	margin: 10px 0;
}
.bx-breadcrumb i {
	color: #b5bdc2;
	line-height: 13px;
	font-size: 12px;
	vertical-align: middle;
	margin-right: 5px;
}
.bx-breadcrumb .bx-breadcrumb-item {
	float: left;
	margin-bottom: 10px;
	white-space: nowrap;
	line-height: 13px;
	vertical-align: middle;
	margin-right: 10px;
}
.bx-breadcrumb .bx-breadcrumb-item span {
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 13px;
	white-space: normal;
}
.bx-breadcrumb .bx-breadcrumb-item a {border-bottom: none;}
.bx-breadcrumb .bx-breadcrumb-item a:hover {}

/* End */


/* Start:/local/templates/tvoybasseyn/components/bitrix/news.list/dop_config/style.css?17532680134099*/
.gallery__image_slide {
    height: 350px;
    margin-bottom: 30px;
    text-align: center;
    vertical-align: middle;
    align-items: center;
    display: flex;
}
.gallery__image_slide a {
    margin: 0 auto;
}
.gallery__image_slide img {
    height: 100%;
}
.seo_text_wb-pool {
    font-family: "TTNorms Regular";
    font-size: 18px;
    text-align: left;
    padding: 10px 20px !important;
    background-color: #007adc;
    color: #fff;
    line-height: 1.6;
    letter-spacing: 0em;
    border-radius: 15px;
    margin-bottom: 20px !important;
    opacity: 1;
}
.seo_text_wb-pool h3 {
    margin: 10px 0px;
    font-weight: 600;
    color: #fff;
    font-size: 17px;
}
.wb-pool-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 40px;
}
.wrap_name_img {
    display: inline-flex;
    align-items: center;
    width: 100%;
    padding-left: 30px;
}
.gallery__title,
.link_gallery__title {
    font-size: 28px;
}
.block_prop {
    display: inline-flex;
    width: 80%;
    font-size: 18px;
    padding-left: 30px;
    line-height: 35px;
    align-items: center;
    justify-content: space-between;
}
.drawing {
    width: 200px;
    display: inline-block;
}
.drawing .btn.btn--blue {
    width: 100%;
    padding: 0px;
}
.val_prop {
    font-weight: bold;
    text-align: right;
}

.price {
    width: 100%;
    position: relative;
    font-size: 20px;
    padding-left: 30px;
    margin-top: 20px;
    font-weight: 600;
}

.wb-pool-item .owl-dots {
    display: inline-block;
    margin: 0 auto;
    width: 100%;
    text-align: center;
}
.wb-pool-item .owl-dots .owl-dot {
    display: inline-block;
    width: 14px;
}
.wb-pool-item .owl-dots span {
    width: 10px;
    height: 10px;
    display: block;
    border: 1px solid #ccc;
    border-radius: 50px;
}
.wb-pool-item .owl-dots .owl-dot.active span {
    background: #2196F3;
    border-color: #fff;
}
.wrap_block_img_scheme .owl-nav {
    display: none;
}


.wrap_block_img_scheme .owl-nav {
    display: block;

}
.wb-pool-item .owl-dots {
    display: none;
}
.wrap_block_img_scheme .owl-prev:active,
.wrap_block_img_scheme .owl-next:active{
    /*background-color: rgb(0 0 0 / 75%) !important;*/
    /*opacity: 1;*/
}
.wrap_block_img_scheme .owl-prev,
.wrap_block_img_scheme .owl-next {
        background-repeat: no-repeat !important;
        /*background-color: rgb(0 0 0 / 78%) !important;*/
        background-position: center center !important;
        transition: 0.2s;
        z-index: 20;
        background-size: auto !important;
        position: absolute;
        top: 0;
        height: 100%;
        width: 12%;
        display: flex;
        justify-content: center;
        align-items: center;
        color: white;
        text-shadow: 0 0 2px black;
        font-size: 30px;
        opacity: 0.5;
        transition: 200ms opacity;
}
.wrap_block_img_scheme .owl-prev {
    left: 0px;
    background-image: url(/local/templates/tvoybasseyn/images/prev.png) !important;
}
.wrap_block_img_scheme .owl-next {
    right: 0px;
    background-image: url(/local/templates/tvoybasseyn/images/next.png) !important;
}




.wbpool_title {
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: bold;
    letter-spacing: -1.6px;
}

@media(max-width: 840px){
.wb-pool-list {
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
}
}

@media(max-width: 680px){
.block_prop {
    width: 95%;
flex-wrap: wrap;
}
.gallery__image_slide {
   /*width: 320px;*/
        margin: 0 auto;
}
.wrap_block_img_scheme .owl-prev, .wrap_block_img_nextProgect .owl-prev {
    left: 0px;
}
.wrap_block_img_scheme .owl-next, .wrap_block_img_nextProgect .owl-next {
    right: 0px;
}
}
@media(max-width: 520px){
    .gallery__image_slide {
        height: auto;
        width: 320px;
    }
}

@media(max-width: 400px){
.gallery__image_slide {
    height: 250px;
}
}

@media(max-width: 380px){
.drawing {
    width: 120px;
}
.wrap_name_img, .block_prop, .price {
    padding-left: 10px;
}
}
@media(max-width: 350px){
.gallery__image_slide {
    height: 220px;
}
}


/* End */


/* Start:/local/templates/tvoybasseyn/components/bitrix/news.list/advantages_list/style.css?17532642864099*/
.gallery__image_slide {
    height: 350px;
    margin-bottom: 30px;
    text-align: center;
    vertical-align: middle;
    align-items: center;
    display: flex;
}
.gallery__image_slide a {
    margin: 0 auto;
}
.gallery__image_slide img {
    height: 100%;
}
.seo_text_wb-pool {
    font-family: "TTNorms Regular";
    font-size: 18px;
    text-align: left;
    padding: 10px 20px !important;
    background-color: #007adc;
    color: #fff;
    line-height: 1.6;
    letter-spacing: 0em;
    border-radius: 15px;
    margin-bottom: 20px !important;
    opacity: 1;
}
.seo_text_wb-pool h3 {
    margin: 10px 0px;
    font-weight: 600;
    color: #fff;
    font-size: 17px;
}
.wb-pool-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 40px;
}
.wrap_name_img {
    display: inline-flex;
    align-items: center;
    width: 100%;
    padding-left: 30px;
}
.gallery__title,
.link_gallery__title {
    font-size: 28px;
}
.block_prop {
    display: inline-flex;
    width: 80%;
    font-size: 18px;
    padding-left: 30px;
    line-height: 35px;
    align-items: center;
    justify-content: space-between;
}
.drawing {
    width: 200px;
    display: inline-block;
}
.drawing .btn.btn--blue {
    width: 100%;
    padding: 0px;
}
.val_prop {
    font-weight: bold;
    text-align: right;
}

.price {
    width: 100%;
    position: relative;
    font-size: 20px;
    padding-left: 30px;
    margin-top: 20px;
    font-weight: 600;
}

.wb-pool-item .owl-dots {
    display: inline-block;
    margin: 0 auto;
    width: 100%;
    text-align: center;
}
.wb-pool-item .owl-dots .owl-dot {
    display: inline-block;
    width: 14px;
}
.wb-pool-item .owl-dots span {
    width: 10px;
    height: 10px;
    display: block;
    border: 1px solid #ccc;
    border-radius: 50px;
}
.wb-pool-item .owl-dots .owl-dot.active span {
    background: #2196F3;
    border-color: #fff;
}
.wrap_block_img_scheme .owl-nav {
    display: none;
}


.wrap_block_img_scheme .owl-nav {
    display: block;

}
.wb-pool-item .owl-dots {
    display: none;
}
.wrap_block_img_scheme .owl-prev:active,
.wrap_block_img_scheme .owl-next:active{
    /*background-color: rgb(0 0 0 / 75%) !important;*/
    /*opacity: 1;*/
}
.wrap_block_img_scheme .owl-prev,
.wrap_block_img_scheme .owl-next {
        background-repeat: no-repeat !important;
        /*background-color: rgb(0 0 0 / 78%) !important;*/
        background-position: center center !important;
        transition: 0.2s;
        z-index: 20;
        background-size: auto !important;
        position: absolute;
        top: 0;
        height: 100%;
        width: 12%;
        display: flex;
        justify-content: center;
        align-items: center;
        color: white;
        text-shadow: 0 0 2px black;
        font-size: 30px;
        opacity: 0.5;
        transition: 200ms opacity;
}
.wrap_block_img_scheme .owl-prev {
    left: 0px;
    background-image: url(/local/templates/tvoybasseyn/images/prev.png) !important;
}
.wrap_block_img_scheme .owl-next {
    right: 0px;
    background-image: url(/local/templates/tvoybasseyn/images/next.png) !important;
}




.wbpool_title {
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: bold;
    letter-spacing: -1.6px;
}

@media(max-width: 840px){
.wb-pool-list {
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
}
}

@media(max-width: 680px){
.block_prop {
    width: 95%;
flex-wrap: wrap;
}
.gallery__image_slide {
   /*width: 320px;*/
        margin: 0 auto;
}
.wrap_block_img_scheme .owl-prev, .wrap_block_img_nextProgect .owl-prev {
    left: 0px;
}
.wrap_block_img_scheme .owl-next, .wrap_block_img_nextProgect .owl-next {
    right: 0px;
}
}
@media(max-width: 520px){
    .gallery__image_slide {
        height: auto;
        width: 320px;
    }
}

@media(max-width: 400px){
.gallery__image_slide {
    height: 250px;
}
}

@media(max-width: 380px){
.drawing {
    width: 120px;
}
.wrap_name_img, .block_prop, .price {
    padding-left: 10px;
}
}
@media(max-width: 350px){
.gallery__image_slide {
    height: 220px;
}
}


/* End */
/* /local/templates/tvoybasseyn/components/bitrix/catalog.element/wb-pool_detail_page/style.css?176355426115579 */
/* /local/templates/tvoybasseyn/components/bitrix/breadcrumb/tb_2020/style.css?1750345257585 */
/* /local/templates/tvoybasseyn/components/bitrix/news.list/dop_config/style.css?17532680134099 */
/* /local/templates/tvoybasseyn/components/bitrix/news.list/advantages_list/style.css?17532642864099 */
