/*--------------------------------------------------------------------Первый экран*/
.item-page__first-screen{
    background-color: transparent;
}
section.head-block-v981{
    /*background: url(/images/panoramnoe-osteklenie-balkonov/bg1.png);*/
    min-height: 657px;
    background-size:100% 100%;
    background-repeat:no-repeat;
    padding-top: 60px;
    padding-bottom: 36px;
}
.vn41{
    font-style: normal;
    font-weight: 700;
    font-size: 17px;
    line-height: 20px;
    color: #000000;
}
.mainv981{
    margin-bottom: 45px;
}
.mainv981 .h1{
    font-weight: 700;
    font-size: 32px;
    line-height: 37px;
}
.mainv981 p span{
    color: #D32424;
    font-weight: 600;
}
.thblocin{
    margin-bottom: 50px;
}
.thblocin p{
    font-size: 16px;
    line-height: 1;
    color: #000;
    margin-bottom: -0.1em;
}
.headlcoin{
    font-weight: 700;
    font-size: 24px;
    line-height: 1.1;
    color: #000;
    margin-bottom: 50px;
}
.headformsends{
    margin-bottom: 50px;
}
form.headformsends input[type=name] {
    color: #000;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    border-left: none !important;
    border-right: none !important;
    border-top: none !important;
    border-bottom: 1px solid #000 !important;
    background-color: transparent;
    box-shadow: none;
    outline: none;
}
form.headformsends input[type=tel] {
    color:#000;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    border-left: none !important;
    border-right: none !important;
    border-top: none !important;
    border-bottom: 1px solid #000 !important;
    background-color: transparent;
    box-shadow: none;
    outline: none;
}
form.headformsends input[type=name]::-webkit-input-placeholder {
    color:#000;
    font-weight: 400;
    font-size: 16px;
}
form.headformsends input[type=name]::-moz-placeholder {
    color:#000;
    font-weight: 400;
    font-size: 16px;
}
form.headformsends input[type=tel]::-webkit-input-placeholder {
    color:#000;
    font-weight: 400;
    font-size: 16px;
}
form.headformsends input[type=tel]::-moz-placeholder {
    color:#000;
    font-weight: 400;
    font-size: 16px;
}
form.headformsends #button{
    background: linear-gradient(98.41deg, #D32424 19.78%, #FB4747 111.68%);
    border: none !important;
    color: #fff;
    padding: 5px 44px;
    margin-top: 15px;
}
form.headformsends #button:hover {
    opacity:0.7;
}
.headformsends .form-check-label{
    font-weight: 300;
    font-size: 10px;
    color: #000;
}
/*------------------------------------------------------------------//Первый экран*/
/*--------------------------------------------------------------------Цена на панорамное остекление балконов*/
.catalog-page .products .product-item{
    position: relative;
    -webkit-box-shadow: 0 0 30px rgba(1, 1, 1, 0.03);
    box-shadow: 0 0 30px rgba(1, 1, 1, 0.03);
    border: 1px solid #e0d7c5;
    padding: 25px;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.catalog-page .products .product-item::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 10px solid #d50000;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.catalog-page .products .product-item:hover{
    -webkit-box-shadow: 0 0 40px rgba(1, 1, 1, 0.1);
    box-shadow: 0 0 40px rgba(1, 1, 1, 0.1);
}
.catalog-page .products .product-item:hover::before{
    opacity: 1;
}
.catalog-page .products .product-item .title{
    font-family: "MuseoSansCyrl", sans-serif;
    font-weight: 700;
    color: #212121;
    line-height: 1;
}
.catalog-page .products .product-item .bottom-line .btn{
    height: 40px;
    font-size: 14px;
}
.pricen span{
    font-family: "MuseoSansCyrl", sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
}
/*------------------------------------------------------------------//Цена на панорамное остекление балконов*/
/*--------------------------------------------------------------------Панорамное остекление - tabs*/
.plisse {
    background: #f6f8f9;
    padding-top: 60px;
    padding-bottom: 60px;
}
.plisse__text .title {
    font-size: 35px;
    font-weight: 700;
    color: #ff9591;
}
.plisse .nav{
    border: none !important;
}
.plisse .nav-tabs .nav-link{
    border: 2px solid #ff9591 !important;
    text-decoration: none;
    color: #ff9591;
}
.plisse .nav-tabs .nav-link:hover{
    background-color: #fff;
}
.plisse .nav-tabs .nav-link.active{
    background-color: #ff9591;
    color: #fff !important;
}
.plisse .nav-tabs .nav-link-z1,
.plisse .nav-tabs .nav-link-z2{
    border-right: none !important;
}
.plisse .nav-tabs .nav-link-z1{
    border-top-right-radius: 0 !important;
    border-bottom-left-radius: 5px;
}
.plisse .nav-tabs .nav-link-z3{
    border-top-left-radius: 0 !important;
    border-bottom-right-radius: 5px;
}
.plisse .nav-tabs .nav-link-z2{
    border-radius: 0 !important;
}
.z-pr{
    display: block;
    position: absolute;
    width: 128px;
    height: 67px;
    background: url(/images/panoramnoe-osteklenie-balkonov/zpr.png) no-repeat;
    color: #fff;
    padding-top: 7px;
}
.z-pr p{
    font-family: "GothamProBold", sans-serif;
    font-size: 19px;
}
.z-pr p span{
    font-size: 15px;
}
.r-3{
    right: -9px;
    top: 100px;
}
.plisse .pop{
    display: inline-block;
    margin-top: 20px;
}
.tabz a{
    border-radius: 5px;
    background-color: #8277ea;
    -webkit-box-shadow: 0 5px 12px 0 #8277ea80;
    box-shadow: 0 5px 12px 0 #8277ea80;
    padding: 10px 20px;
    color: #fff;
}
.plisse a {
    text-decoration: none;
}
/*------------------------------------------------------------------//Панорамное остекление - tabs*/
/*--------------------------------------------------------------------Преимущества панорамного остекления*/
.kdf{
    font-family: arial, helvetica, sans-serif;
}
.kdf .text{
    font-size: 16px;
}
.kdf .text-green{
    color: #5b9b21;
}
.kdf .title{
    font-size: 27px;
    font-weight: 700;
}
.kdf .text-brown{
    color: #b01212;
}
.kdf .nodelete{
    font-size: 21px;
    font-weight: 600;
}
/*------------------------------------------------------------------//Преимущества панорамного остекления*/
/*--------------------------------------------------------------------Виды панорамного остекления*/
.vid-ostekleniya .elementor-icon-box-icon{
    display: inline-block;
    position: relative;
    width: 50px;
    height: 50px;
}
.vid-ostekleniya .elementor-icon-box-icon img{
    width: 50px;
    height: 50px;
}
/*--------------------------------------------------------------------Виды панорамного остекления*/
/*------------------------------------------------------------------------Block Панорамное остекление загородных домов*/
#b9999{
    min-height: 590px;
    max-height: 590px;
}
.block-gallery {
    width:100%;
    min-height: 650px;
    max-height: 650px;
    overflow: hidden;
}
.block-gallery-viewer {
    width: calc(100% - .5%);
    min-height: 650px;
    max-height: 650px;
    background-color: #eee;
    margin-right: .5%;
    background-size: cover;
    background-position: center center;
    transition: all .5s;
    position: relative;
}
.block-gallery-viewer span {
    display: block;
    opacity: 0;
    position: absolute;
    width:auto;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.71);
    color: white;
    transition: all 1s;
    padding: 10px 20px;
}
.block-gallery-items{
    width: 100%;
    transition:all 1s;
}
.block-gallery-items > a {
    display: block;
    width: 80%;
    margin-bottom :5px;
    overflow: hidden;
    transition: all .5s;
    position: relative;
}
.block-gallery-items > a > span {
    display: block;
    position: absolute;
    width: auto;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.71);
    color: white;
    transition: all 1s;
    padding: 3px 5px;
    font-size: 11pt;
}
.block-gallery-items > a:hover {
    opacity: 1;
}
.block-gallery-item-active {
    -webkit-filter: brightness(.5);
    filter:brightness(.5);
}
.block-gallery-items > a:hover > img {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.block-gallery-items > a > img {
    width: 100%;
    transition: all 0.3s;
}
/*----------------------------------------------------------------------//Block Панорамное остекление загородных домов*/
/*-----------------------------------------------------------------------------------Block Виды панорамного остекления*/
.slider-bottom{
    position: relative;
    width: 100%;
    padding: 120px 0 100px;
}
.slider-bottom__item-img{
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
}
.slider-bottom__item-img img{
    display: block;
    position: relative;
    width: 25px;
    height: 25px;
}
.slider-bottom__item-img_1{
    background-color: #7367F0;
}
.slider-bottom__item-img_2{
    background-color: orange;
}
.slider-bottom__item-img_3{
    background-color: #28C76F;
}
.slider-bottom__item-title{
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 15px;
}
.slider-bottom__item-description{
    font-size: 14px;
    font-weight: 600;
    line-height: 1.3em;
    margin-bottom: 0;
}
/*---------------------------------------------------------------------------------//Block Виды панорамного остекления*/



