/*ФИЛЬТР*/
.switch-mode-btn{
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
    border-bottom: none;
    border-radius: 2px;
    padding: 5px 10px 6px 25px;
    margin: 20px 20px 0 0;
}
.switch-mode-btn:hover,
.switch-mode-btn:active,
.switch-mode-btn:focus,
.switch-mode-btn:active:focus{
    border-bottom: none;
}
.switch-mode-btn-selected{
    background-color: rgb(226, 0, 37);
}

.switch-mode-btn-filter:before, .switch-mode-btn-seria:before, .switch-mode-btn-search:before{
    content: '';
    position: absolute;
    top: 7px;
    left: 8px;
}
.switch-mode-btn-filter:before{
    width: 13px;
    height: 12px;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 13 12"><polygon points="0 0 0 2 4 6 4 10 9 12 9 6 13 2 13 0 0 0" style="fill:rgb(28, 92, 169)"/></svg>') no-repeat;
}
.switch-mode-btn-seria:before{
    width: 11px;
    height: 11px;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 11 11"><defs><style>.a{fill:rgb(25, 91, 170);}</style></defs><rect class="a" width="3" height="3"/><rect class="a" x="4" width="3" height="3"/><rect class="a" x="8" width="3" height="3"/><rect class="a" y="4" width="3" height="3"/><rect class="a" x="4" y="4" width="3" height="3"/><rect class="a" x="8" y="4" width="3" height="3"/><rect class="a" y="8" width="3" height="3"/><rect class="a" x="4" y="8" width="3" height="3"/><rect class="a" x="8" y="8" width="3" height="3"/></svg>') no-repeat;
}
.switch-mode-btn-search:before{
    width: 14px;
    height: 14px;
    background: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 14 14" style="enable-background:new 0 0 14 14;" xml:space="preserve"> <path style="fill:rgb(25, 91, 170);" d="M8.5,0C5.5,0,3,2.5,3,5.5c0,1.1,0.3,2.1,0.9,3l-3.7,3.7l1.6,1.6l3.7-3.7c0.9,0.6,1.9,0.9,3,0.9 c3,0,5.5-2.5,5.5-5.5C14,2.5,11.5,0,8.5,0z M8.5,8.7c-1.8,0-3.2-1.4-3.2-3.2c0-1.8,1.4-3.2,3.2-3.2s3.2,1.4,3.2,3.2 C11.7,7.3,10.3,8.7,8.5,8.7z"/></svg>') no-repeat;
}
.switch-mode-btn-selected.switch-mode-btn-filter:before{
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 13 12"><polygon points="0 0 0 2 4 6 4 10 9 12 9 6 13 2 13 0 0 0" style="fill:rgb(255, 255, 255)"/></svg>') no-repeat;
}
.switch-mode-btn-selected.switch-mode-btn-seria:before{
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 11 11"><defs><style>.a{fill:rgb(255, 255, 255);}</style></defs><rect class="a" width="3" height="3"/><rect class="a" x="4" width="3" height="3"/><rect class="a" x="8" width="3" height="3"/><rect class="a" y="4" width="3" height="3"/><rect class="a" x="4" y="4" width="3" height="3"/><rect class="a" x="8" y="4" width="3" height="3"/><rect class="a" y="8" width="3" height="3"/><rect class="a" x="4" y="8" width="3" height="3"/><rect class="a" x="8" y="8" width="3" height="3"/></svg>') no-repeat;
}

.switch-mode-btn>span{
    color: rgb(25, 91, 171);
    border-bottom: 1px solid rgba(25, 91, 171, .3);
    transition: color .3s, border-bottom-color .3s;
}
.switch-mode-btn:hover>span{
    color: rgb(0, 67, 148);
    border-bottom: 1px solid rgba(0, 67, 148, .5);
    transition: color .05s, border-bottom-color .05s;
}
.switch-mode-btn-selected>span, .switch-mode-btn-selected>span:hover{
    color: white !important;
    border-bottom: none !important;
    transition: none;
}

.grid-cell-wrapper:before, .grid-cell-wrapper:after{
    content: " ";
    clear: both;
    display: block;
}

.grid-cell-filter{
    width: 100%;
    float: none;
    margin-bottom: 40px;
}
.grid-cell-output{
    padding: 0;
}

.filter-intro-text{
    position: relative;
    color: white;
    font-weight: 500;
    background: rgb(25, 91, 171);
    border-radius: 3px;
    padding: 13px 23px;
}
.filter-intro-text:before{
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    background-image: url('data:image/svg+xml;utf8,<svg version="1.0" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 7 15" style="enable-background:new 0 0 7 15;" xml:space="preserve"><style type="text/css">.st0{fill:rgb(18, 89, 174);}</style><path class="st0" d="M7,0v15L0.7,8.6C0.1,8,0,7,0.7,6.4L7,0z"/></svg>');
    width: 7px;
    height: 15px;
    margin: -8px 0 0 -7px;
}
.filter-intro-description-wrapper{
    background-color: rgb(239, 240, 241);
    background-image: url("../img/filter-air-curtain.png");
    background-position: 25px 0;
    background-repeat: no-repeat;
    border-radius: 2px;
    overflow: hidden;
    padding: 200px 25px 25px 25px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
    .filter-intro-description-wrapper {
        background-image: url("../img/filter-air-curtain@2x.png");
        background-size: 462px 197px;
    }
}
.filter-intro-description-wrapper h3{
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
    padding: 0 0 10px 0;
}
.filter-intro-description-wrapper h4{
    font-size: 17px;
    line-height: 21px;
    font-weight: 700;
    padding: 0 0 2px 0;
}
.filter-intro-description-wrapper h4 + p{
    padding: 0 0 15px 0;
}
.filter-intro-description-wrapper p{
    padding: 0 0 6px 0;
}

@media (min-width: 700px){
    .grid-cell-filter{
        width: 260px;
        float: left;
        margin-bottom: 0px;
    }
    .grid-cell-output{
        padding: 0 0 0 310px;
    }
}

.filter-form{
    position: relative;
    border-radius: 2.5px;
    padding: 0;
    margin: 0px;
}
.filter-form:after{
    content: '';
    position: absolute;
    top: 100%;
    right: 50%;
    width: 24px;
    height: 24px;
    background-color: white;
    border-radius: 3px;
    transform: rotate(45deg);
    margin-top: -20px;
}
.filter-form2{
    overflow: hidden;
    padding: 25px 23px 25px 23px;
}
.filter-form .form-info-block{
    position: relative;
}
.filter-form .form-info-block:before{
    position: absolute;
    top: -18px;
    left: -35px;
    font-size: 100px;
    line-height: 80px;
    font-weight: 800;
    color: rgb(242, 244, 246);
}
@supports (-webkit-background-clip: text){
    .filter-form .form-info-block:before{
        background: linear-gradient(rgb(238, 239, 240), rgb(242, 244, 246));
        -webkit-background-clip: text;
        color: transparent;
    }
}
.filter-form2 div:nth-of-type(1):before{
    content: '1';
}
.filter-form2 div:nth-of-type(2):before{
    content: '2';
}
.filter-form2 div:nth-of-type(3):before{
    content: '3';
}
.filter-form2 div:nth-of-type(4):before{
    content: '4';
}
.filter-form2 div:nth-of-type(5):before{
    content: '5';
}
.form-label-head{
    position: relative;
    letter-spacing: 0.4px;
}
.form-label-head-helper{
    position: relative;
    font-size: 13px;
    line-height: 15px;
    color: rgb(150, 150, 150);
    padding-bottom: 10px;
    margin-top: -4px;
}
.filter-form .form-label-radio{
    position: relative;
    padding: 1px 0 3px 0;
}
.filter-form .form-input-text{
    position: relative;
}
.filter-input-note, .form-label-radio-checked .filter-input-note{
    font-size: 12px;
    line-height: 14px;
    font-weight: 400;
    color: rgb(100, 100, 100);
    padding: 0 0 3px 20px;
}

.filter-submit-btn{
    background: rgb(25, 91, 171);
    border-radius: 15px;
    box-shadow: none;
}
.filter-submit-btn:hover{
    background: rgb(3, 74, 160);
    box-shadow: none;
}
.filter-submit-btn:active{
    background: rgb(3, 74, 160);
    box-shadow: inset 0 -1px 0 rgba(0, 59, 131, .75);
}
.filter-submit-btn:focus:active{
    display: flex;
    color: white;
}

@media (min-width: 700px){
    .filter-form:after{
        top: 50%;
        right: -4px;
        width: 24px;
        height: 24px;
        margin-top: -12px;
    }
}
/* / / ФИЛЬТР*/


/*КАРТОЧКА МОДЕЛИ*/
.ouput-wrapper{
    position: relative;
    display: block;
    width: 100%;
    border-radius: 2px;
    box-shadow: 0 1px 3px rgba(107, 102, 81 , .3);
    background-color: white;
    margin: 0 0 20px 0;
}
.output-photo-wrapper{
    display: block;
    width: 100%;
    vertical-align: middle;
    text-align: left;
    padding: 12px 20px;
}
.output-photo{
    max-width: 160px;
    max-height: 120px;
}
.output-info-wrapper{
    position: relative;
    display: block;
    vertical-align: middle;
    background: linear-gradient(rgb(250, 250, 250), rgb(246, 246, 246));
    padding: 15px 20px 15px 20px;
}
.output-info-wrapper:before, .output-info-wrapper:after{
    content: '';
    position: absolute;
}
.output-seria{
    font-size: 12px;
    line-height: 16px;
    padding: 0 0 8px 0;
}
.output-model{
    font-size: 22px;
    line-height: 26px;
    font-weight: 800;
    padding: 0 0 8px 0;
}
.output-count{
    color: rgb(226, 0, 37);
    font-weight: 400;
}
.output-count-pieces{
    font-size: 12px;
}
.output-source{
    font-size: 13px;
    line-height: 15px;
    font-weight: 700;
    padding: 0 0 10px 0;
}
.output-source.output-source-electricity{
    color: rgb(25, 91, 171);
}
.output-source.output-source-water{
    color: rgb(225, 0, 37);
}
.output-source.output-source-without{
    color: rgb(122, 146, 167);
}

.output-source.output-source-electricity span,
.output-source.output-source-water span,
.output-source.output-source-without span{
    display: inline-block;
    width: 13px;
    height: 16px;
    vertical-align: middle;
    background-position: center 0;
    background-repeat: no-repeat;
}

.output-source.output-source-electricity span{
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 13 16"><defs><style>.a{fill:url(#a);}.b{fill:url(#b);}</style><linearGradient id="a" x1="2" y1="8.5" x2="13" y2="8.5" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="rgb(26, 92, 172)"/><stop offset="1" stop-color="rgb(38, 111, 200)"/></linearGradient><linearGradient id="b" x1="0" y1="2" x2="3" y2="2" xlink:href="#a"/></defs><polygon class="a" points="2 10 7.32 1 11 1 7 7 13 7 4 16 6 10 2 10"/></svg>');
}
.output-source.output-source-water span{
    width: 10px;
    height: 16px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 10 15"><defs><style>.a{fill:url(#a);}</style><linearGradient id="a" x1="3.5" y1="7.5" x2="13.5" y2="7.5" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="rgb(226, 30, 40)"/><stop offset="1" stop-color="rgb(238, 31, 50)"/></linearGradient></defs><title>Frico air curtain</title><path class="a" d="M8.5,15a4.84,4.84,0,0,0,5-4.94c0-3.75-5-6.41-5-10.06,0,3.65-5,6.25-5,10A4.9,4.9,0,0,0,8.5,15Z" transform="translate(-3.5)"/></svg>');
}
.output-source.output-source-without span{
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 13 16"><defs><style>.a{fill:url(#a);}.b{fill:url(#b);}</style><linearGradient id="a" x1="4.72" y1="11.85" x2="11.29" y2="11.85" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="rgb(144, 165, 183)"/><stop offset="1" stop-color="rgb(163, 185, 205)"/></linearGradient><linearGradient id="b" x1="0" y1="7" x2="13" y2="7" xlink:href="#a"/></defs><title>Untitled-1</title><path class="a" d="M10,10.21V7.71L4.72,13A3.19,3.19,0,0,0,8,16a3.2,3.2,0,0,0,3.29-3.19A3.29,3.29,0,0,0,10,10.21Z" transform="translate(-1)"/><polygon class="b" points="13 2.84 1 14 0 14 0 13 5 9 5 0 9 0 9 5 12 2 13 2.84"/></svg>');
}



.output-rule{
    height: 1px;
    background-color: rgb(212, 213, 215);
}
.output-feature-wrapper{
    display: inline-block;
    padding: 8px 15px 0px 0;
}
.output-feature-name{
    display: block;
    font-size: 11px;
    line-height: 13px;
    color: rgb(120, 120, 120);
    padding: 0 0 3px 0;
}
.output-feature-value{
    display: block;
    font-size: 12px;
    line-height: 14px;
    font-weight: 700;
    color: rgb(70, 70, 70);
}

.without-sign, .electricity-sign, .water-sign{
    display: inline-block;
    width: 13px;
    height: 16px;
    background-position: center 0;
    background-repeat: no-repeat;
}
.without-sign{
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 13 16"><defs><style>.a{fill:url(#a);}.b{fill:url(#b);}</style><linearGradient id="a" x1="4.72" y1="11.85" x2="11.29" y2="11.85" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="rgb(144, 165, 183)"/><stop offset="1" stop-color="rgb(163, 185, 205)"/></linearGradient><linearGradient id="b" x1="0" y1="7" x2="13" y2="7" xlink:href="#a"/></defs><title>Untitled-1</title><path class="a" d="M10,10.21V7.71L4.72,13A3.19,3.19,0,0,0,8,16a3.2,3.2,0,0,0,3.29-3.19A3.29,3.29,0,0,0,10,10.21Z" transform="translate(-1)"/><polygon class="b" points="13 2.84 1 14 0 14 0 13 5 9 5 0 9 0 9 5 12 2 13 2.84"/></svg>');
}
.electricity-sign{
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 13 16"><defs><style>.a{fill:url(#a);}.b{fill:url(#b);}</style><linearGradient id="a" x1="2" y1="8.5" x2="13" y2="8.5" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="rgb(26, 92, 172)"/><stop offset="1" stop-color="rgb(38, 111, 200)"/></linearGradient><linearGradient id="b" x1="0" y1="2" x2="3" y2="2" xlink:href="#a"/></defs><polygon class="a" points="2 10 7.32 1 11 1 7 7 13 7 4 16 6 10 2 10"/></svg>');
}
.water-sign{
    width: 10px;
    height: 16px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 10 15"><defs><style>.a{fill:url(#a);}</style><linearGradient id="a" x1="3.5" y1="7.5" x2="13.5" y2="7.5" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="rgb(226, 30, 40)"/><stop offset="1" stop-color="rgb(238, 31, 50)"/></linearGradient></defs><title>Frico air curtain</title><path class="a" d="M8.5,15a4.84,4.84,0,0,0,5-4.94c0-3.75-5-6.41-5-10.06,0,3.65-5,6.25-5,10A4.9,4.9,0,0,0,8.5,15Z" transform="translate(-3.5)"/></svg>');
}

@media (min-width: 700px) {
    .output-photo{
        max-width: 200px;
        max-height: 160px;
    }
    .output-model{
        font-size: 26px;
        line-height: 30px;
    }
}

@media (min-width: 900px){
    .ouput-wrapper{
        display: table;
    }
    .output-photo-wrapper{
        display: table-cell;
        width: 250px;
        text-align: center;
    }
    .output-photo{
        max-width: 210px;
        max-height: 180px;
    }
    .output-info-wrapper{
        display: table-cell;
    }
    .output-info-wrapper:after{
        top: 50%;
        left: -6px;
        width: 12px;
        height: 12px;
        background-color: rgb(248, 248, 248);
        border-left: 1px solid rgb(242, 242, 241);
        border-bottom: 1px solid rgb(242, 242, 241);
        border-radius: 0 0 0 3px;
        transform: rotate(45deg);
        margin-top: -6px;
    }
    .output-info-wrapper:before{
        top: 0;
        left: 0;
        width: 1px;
        height: 100%;
        background: linear-gradient(rgb(247, 247, 247), rgb(235, 235, 232));
    }
    .output-seria a{
        font-weight: 700;
    }
    .output-model{
        font-size: 22px;
        line-height: 26px;
    }

    .output-feature-wrapper{
        padding: 6px 15px 0px 0;
    }
}
@media (min-width: 1100px){
    .output-photo-wrapper{
        width: 300px;
        padding: 15px 25px;
    }
    .output-photo{
        max-width: 250px;
        max-height: 200px;
    }
    .output-info-wrapper{
        padding: 24px 20px 24px 23px;
    }
    .output-model{
        font-size: 32px;
        line-height: 36px;
        padding: 0 0 8px 0;
    }
    .output-feature-wrapper{
        padding: 15px 18px 0px 0;
    }
}
/* / / КАРТОЧКА МОДЕЛИ*/



/*ПОИСК*/
@media (min-width: 500px) {
    .search-card .output-photo{
        max-width: 200px;
        max-height: 160px;
    }
    .search-card .output-model{
        font-size: 26px;
        line-height: 30px;
    }
}

@media (min-width: 700px){
    .search-card.ouput-wrapper{
        display: table;
    }
    .search-card .output-photo-wrapper{
        display: table-cell;
        width: 250px;
        text-align: center;
    }
    .search-card .output-photo{
        max-width: 210px;
        max-height: 180px;
    }
    .search-card .output-info-wrapper{
        display: table-cell;
    }
    .search-card .output-info-wrapper:after{
        top: 50%;
        left: -6px;
        width: 12px;
        height: 12px;
        background-color: rgb(248, 248, 248);
        border-left: 1px solid rgb(242, 242, 241);
        border-bottom: 1px solid rgb(242, 242, 241);
        border-radius: 0 0 0 3px;
        transform: rotate(45deg);
        margin-top: -6px;
    }
    .search-card .output-info-wrapper:before{
        top: 0;
        left: 0;
        width: 1px;
        height: 100%;
        background: linear-gradient(rgb(247, 247, 247), rgb(235, 235, 232));
    }
    .search-card .output-seria a{
        font-weight: 700;
    }
    .search-card .output-model{
        font-size: 22px;
        line-height: 26px;
    }

    .search-card .output-feature-wrapper{
        padding: 6px 15px 0px 0;
    }
}
@media (min-width: 900px){
    .search-card .output-photo-wrapper{
        width: 300px;
        padding: 15px 25px;
    }
    .search-card .output-photo{
        max-width: 250px;
        max-height: 200px;
    }
    .search-card .output-info-wrapper{
        padding: 24px 20px 24px 23px;
    }
    .search-card .output-model{
        font-size: 32px;
        line-height: 36px;
        padding: 0 0 8px 0;
    }
    .search-card .output-feature-wrapper{
        padding: 15px 18px 0px 0;
    }
}
/* / / ПОИСК*/



/*СЕРИИ*/
.seria-intro-wrapper{
    padding: 0 0 30px 0;
}
.anchor-seria-link{
    display: inline-block;
    font-size: 13px;
    line-height: 15px;
    margin: 0 15px 10px 0;
}
.seria-intro-text{
    font-size: 13px;
    line-height: 21px;
}
.seria-intro-seria{
    font-size: 32px;
    line-height: 36px;
    font-weight: 800;
    padding: 0 0 10px 0;
}

.grey-wrapper{
    background: linear-gradient(rgb(248, 248, 248), rgb(244, 244, 244));
    border-radius: 3px;
}
.grey-wrapper-intro-seria{
    padding: 10px 17px 0 17px;
    margin: 0 0 10px 0;
}
.intro-seria-feature-wrapper{
    display: inline-block;
    vertical-align: top;
    padding: 2px 15px 15px 0;
}
.intro-seria-feature-name{
    display: block;
    font-size: 12px;
    line-height: 13px;
    color: rgb(120, 120, 120);
    padding: 0 0 5px 0;
}
.intro-seria-feature-value{
    display: block;
    font-size: 13px;
    line-height: 14px;
    font-weight: 700;
    color: rgb(70, 70, 70);
}

.shadow-wrapper{
    padding: 10px 0;
}
.models-table{
    border-radius: 3px;
    box-shadow: 0 1px 3px rgba(107, 102, 81, .3);
    margin: 5px 2px;
}
.models-table thead td{
    border-bottom: 1px solid rgb(245, 245, 246);
}
.models-table thead p{
    font-size: 13px;
    line-height: 13px;
    color: rgb(109, 119, 130);
    padding: 15px 15px 15px 15px;
}
.models-table tbody tr:first-child td{
    padding-top: 7px;
}
.models-table tbody tr:last-child td{
    padding-bottom: 7px;
}
.models-table td{
    vertical-align: middle;
}
.models-table p{
    font-size: 13px;
    line-height: 15px;
    white-space: nowrap;
    padding: 10px 15px 10px 15px;
}
.models-table-sign{
    vertical-align: -2px;
    margin-right: 2px;
}
.models-table img{
    max-width: 140px;
    max-height: 100px;
}
/* / / СЕРИИ*/




/*СЕРИЯ*/
.grey-wrapper-seria{
    vertical-align: top;
    padding: 12px 16px 0px 16px;
}
.seria-feature-wrapper{
    display: inline-block;
    vertical-align: top;
    padding: 0px 14px 12px 0;
}
.seria-feature-name{
    display: block;
    font-size: 12px;
    line-height: 14px;
    color: rgb(120, 120, 120);
    padding: 0 0 1px 0;
}
.seria-feature-value{
    display: block;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    color: rgb(70, 70, 70);
}
.grey-wrapper-thermozone{
    min-height: 155px;
    border-radius: 3px;
    padding: 20px 25px;
}
.thermozone-logo{
    display: none;
    width: 154px;
    height: 143px;
    float: right;
    background-image: url("../img/thermozone-logo.png");
    background-size: 100% 100%;
    margin: -20px 0 10px 15px;
}
.grey-wrapper-thermozone h3{
    font-size: 22px;
    line-height: 24px;
    color: rgb(120, 120, 120);
    padding: 0 0 8px 0;
}
.grey-wrapper-thermozone p{
    font-size: 13px;
    line-height: 19px;
}

.seria-link{
    display: inline-block;
    font-size: 13px;
    line-height: 15px;
    margin: 0 15px 10px 0;
}

@media (min-width: 500px){
    .grey-wrapper-seria{
        padding: 16px 20px 0px 20px;
    }
    .seria-feature-wrapper{
        padding: 0px 20px 16px 0;
    }
    .seria-feature-name{
        font-size: 13px;
        line-height: 15px;
    }
    .seria-feature-value{
        font-size: 18px;
        line-height: 22px;
    }
    .thermozone-logo{
        display: block;
    }
}

@media (min-width: 700px){
    .seria-feature-value{
        font-size: 21px;
        line-height: 25px;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
    .thermozone-logo{
        background-image: url("../img/thermozone-logo@2x.png");
    }
}
/* / / СЕРИЯ*/



/*МОДЕЛЬ*/
.models-seria{
    margin: -15px 0 5px 0;
}
.vendor-code{
    color: rgb(150, 150, 150);
}
.vendor-code-value{
    color: rgb(226, 0, 37);
}
.model-main-photo-wrapper{
    background-size: 0%;
    background-position: right center;
    background-repeat: no-repeat;
    border-radius: 3px;
    margin: 0px 0 20px 0;
}
.model-main-photo{
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 400px;
    padding: 30px 0;

}
.model-heater-wrapper{
    display: inline-block;
    vertical-align: top;
    background-color: white;
    border-radius: 2px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
    padding: 4px 12px 4px 8px;
    margin-bottom: 16px;
}
.model-heater-wrapper p{
    font-size: 22px;
    line-height: 22px;
    font-weight: 700;
}
.model-heater-without{
    color: rgb(122, 146, 167);
}
.model-heater-water{
    color: rgb(226, 0, 38);
}
.model-heater-electricity{
    color: rgb(25, 91, 171);
}
.model-heater-sign{
    width: 26px;
    height: 32px;
    vertical-align: -7px;
    margin-right: 5px;
}

.all-devices-quick-link{
    position: relative;
    display: inline-block;
    background-color: rgb(247, 247, 247);
    padding: 5px 11px 5px 13px;
}
.all-devices-quick-link:after{
    content: '';
    position: absolute;
    top: 0;
    right: -9px;
    width: 9px;
    height: 100%;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 9 30"><polygon points="0 0 9 15 0 30 0 0" style="fill:rgb(247, 248, 248)"/></svg>') no-repeat;
    background-size: 100% 100%;
}

.model-table{
    border: 1px solid rgb(226, 228, 230);
    border-radius: 3px;
    padding: 8px 25px;
}
.model-table tr{
    background-image: url('../img/table-line.png'); /* Картинка с точками*/
    background-repeat: repeat-x;
    background-position: 0 calc(100% - 13px);
    vertical-align: bottom;
}
.model-table td{
    padding: 10px 0px;
}
.model-table td:first-child{
    padding-right: 30px;
}
.model-table td:nth-child(2){
    vertical-align: bottom;
}
.model-table p{
    display: block;
    font-size: 13px;
    line-height: 15px;
    background-color: white;
}
.model-table td:first-child p{
    display: inline;
    font-weight: 700;
    color: rgb(109, 119, 130);
}

.grey-wrapper-calc{
    min-height: 112px;
    border-radius: 3px;
    padding: 14px 22px;
}
.calc-logo{
    display: none;
    width: 84px;
    height: 84px;
    float: right;
    background-image: url("../img/calc-sign.png");
    background-size: 100% 100%;
    margin: 0 0 10px 15px;
}
.grey-wrapper-calc p{
    font-size: 16px;
    line-height: 24px;
}

@media (min-width: 700px){
    .calc-logo{
        display: block;
    }
}
@media (min-width: 700px){
    .model-main-photo-wrapper{
        background-size: 100%;
        margin: 30px 0 60px 0;
    }
    .model-main-photo-wrapper{
        background-size: 75%;
    }
    .model-main-photo{
        width: 75%;
        width: auto;
        height: auto;
        max-height: 500px;
        padding: 50px 0;
    }
}
@media (min-width: 960px){
    .model-main-photo-wrapper{
        background-size: 70%;
    }
    .model-main-photo{
        max-width: 50%;
        width: auto;
        height: auto;
        max-height: 650px;
        padding: 80px 0;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
    .calc-logo{
        background-image: url("../img/calc-sign@2x.png");
    }
}
/* / / МОДЕЛЬ*/




/*ДОКУМЕНТЫ*/
.document-link{
    position: relative;
    padding: 7px 0 15px 40px;
}
.document-link>a{
    position: relative;
    color: rgb(60, 60, 60);
    line-height: 20px;
    border-bottom: 1px solid rgba(60, 60, 60, .3);
}
.document-link>a:hover{
    color: rgb(30, 30, 30);
    border-bottom: 1px solid rgba(30, 30, 30, .5);
}
.document-link>a[href$=".jpg"],
.document-link>a[href$=".jpeg"],
.document-link>a[href$=".png"],
.document-link>a[href$=".gif"]{
    color: rgb(239, 157, 0);
    border-bottom: 1px solid rgba(239, 157, 0, .3);
}
.document-link>a[href$=".jpg"]:hover,
.document-link>a[href$=".jpeg"]:hover,
.document-link>a[href$=".png"]:hover,
.document-link>a[href$=".gif"]:hover{
    color: rgb(231, 141, 0);
    border-bottom: 1px solid rgba(231, 141, 0, .3);
}
.document-link>a[href$=".pdf"]{
    color: rgb(234, 74, 54);
    border-bottom: 1px solid rgba(234, 74, 54, .3);
}
.document-link>a[href$=".pdf"]:hover{
    color: rgb(217, 24, 0);
    border-bottom: 1px solid rgba(217, 24, 0, .5);
}
.document-link>a[href$=".doc"]{
    color: rgb(41, 84, 151);
    border-bottom: 1px solid rgba(41, 84, 151, .3);
}
.document-link>a[href$=".doc"]:hover{
    color: rgb(7, 64, 153);
    border-bottom: 1px solid rgba(7, 64, 153, .5);
}
.document-link>a:before{
    content: '';
    position: absolute;
    top: 21px;
    left: -38px;
    width: 30px;
    height: 18px;
    background-image: url("../img/doc-signs.png");
    background-position: 0px 0px;
    background-size: 30px 72px;
    margin-top: -19px;
}
.document-link>a:before{
    background-position: 0px 0px;
}
.document-link>a[href$=".jpg"]:before,
.document-link>a[href$=".jpeg"]:before,
.document-link>a[href$=".png"]:before,
.document-link>a[href$=".gif"]:before{
    background-position: 0px -18px;
}
.document-link>a[href$=".doc"]:before{
    background-position: 0px -36px;
}
.document-link>a[href$=".pdf"]:before{
    background-position: 0px -54px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
    .document-link>a:before{
        background-image: url("../img/doc-signs@2x.png");
    }
}
/* / / ДОКУМЕНТЫ*/




/*О КОМПАНИИ*/
/*Сотрудники*/
.company-staff-block{
    display: inline-block;
    width: 140px;
    vertical-align: top;
    padding: 5px 30px 15px 0;
}
.a .company-staff-name{
    font-size: 13px;
    line-height: 15px;
    padding: 2px 0 2px 0;
}
.company-staff-post{
    font-size: 11px;
    line-height: 12px;
    font-style: italic;
    color: rgb(150, 150, 150);
}
/* / / Сотрудники*/

/*Таблица с реквизитами*/
.about-company-td{
    padding: 7px 10px 7px 0;
}
/* / / Таблица с реквизитами*/
/* / / О КОМПАНИИ*/


/*НОВОСТИ*/
.news-item-wrapper{
    max-width: 1000px;
    padding: 0 0 40px 0;
}
.news-item-date{
    font-size: 11px;
    line-height: 22px;
    color: rgb(137, 155, 170);
    float: left;
}
.news-item-text{
    padding: 0 0 10px 120px;
}
.to-all-news-icon{
    display: inline-block;
    width: 29px;
    height: 23px;
    vertical-align: middle;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 29 23"><defs><style>.a{fill:rgb(28, 92, 170);}</style></defs><title>Untitled-1</title><path class="a" d="M23,0H4A1,1,0,0,0,3,1V4H1A0.92,0.92,0,0,0,0,5V20a3.16,3.16,0,0,0,3,3H28a1.08,1.08,0,0,0,1-1V6C29,5.85,23.15,0,23,0ZM3,22a2,2,0,0,1-2-2V5H3V22Zm25,0H4V1H23l5,5V22Z"/><path class="a" d="M23,1H22V6a1,1,0,0,0,1,1h6V6H23V1Z"/><path class="a" d="M6,7H20V3H6V7ZM7,4H19V6H7V4Z"/><path class="a" d="M17,15v5h9V15H17Zm8,4H18V16h7v3Z"/><rect class="a" x="6" y="15" width="9" height="1"/><rect class="a" x="6" y="12" width="20" height="1"/><rect class="a" x="6" y="9" width="20" height="1"/><rect class="a" x="6" y="18" width="9" height="1"/></svg>') no-repeat;
    margin-right: 7px;
}
/* / / НОВОСТИ*/


/*ВОПРОСЫ И ОТВЕТЫ*/
.question-link-page-p{
    font-size: 13px;
    line-height: 20px;
    font-style: italic;
    width: 100%;
    padding: 0 0px 14px 0;
}
.answer-wrapper{
    padding: 0 0 40px 0;
}
.answer-answer-wrapper{
    background-color: rgb(246, 247, 249);
    border-radius: 2px;
    padding: 10px 16px;
    margin-bottom: 10px;
}
.answer-answer-wrapper h3{
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    font-style: italic;
}
/* / / ВОПРОСЫ И ОТВЕТЫ*/


/*ВАКАНСИИ*/
.vacancyes-intro-img{
    width: 100%;
}
.vacancy-wrapper{
    display: inline-block;
    width: 100%;
    vertical-align: top;
    padding: 25px 30px 25px 0px;
}
.vacancy-wrapper h2{
    font-size: 17px;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0 0 20px 0;
}
.vacancy-wrapper blockquote{
    font-size: 15px;
    line-height: 17px;
    font-weight: 700;
    color: rgb(64, 159, 0);
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 0 0 20px 0;
}
.vacancy-wrapper h3{
    font-size: 15px;
    line-height: 17px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 0 0 5px 0;
}
.vacancy-wrapper p{
    font-size: 14px;
    line-height: 20px;
}
.vacancy-wrapper p + h3{
    padding-top: 28px;
}
.vacancy-wrapper ul{
    padding: 0px 0 10px 25px;
}
.vacancy-wrapper li{
    padding: 2px 0 2px 0;
}
.vacancy-none{
    background-color: rgb(245, 245, 245);
    padding: 4px 15px;
    border-radius: 3px;
    margin: 20px 0 0 0;
}

@media (min-width: 500px){
    .vacancy-wrapper h2{
        font-size: 20px;
        line-height: 24px;
    }
}
@media (min-width: 700px){
    .vacancyes-intro-img{
        width: 60%;
    }
    .vacancy-wrapper{
        display: inline-block;
        width: 50%;
    }
}
@media (min-width: 960px){
    .vacancyes-intro-img{
        width: 60%;
    }
}
/* / / ВАКАНСИИ*/



/*ДИЛЕРАМ*/
.dialers-jucov-name{
    font-size: 24px;
    line-height: 24px;
}
/* / / ДИЛЕРАМ*/


/*ГДЕ КУПИТЬ*/
.where-intro-img{
    width: 100%;
    max-width: 1050px;
}






.del-letters-cities-w{
    padding: 0 0 25px 0;
}
.where-buy-letter{
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 18px;
    color: rgb(25, 91, 171);
    text-transform: uppercase;
    border: none !important;
    border-radius: 2px;
    padding: 5px 9px 5px 9px;
    margin: 0 0 8px 0;
}
.where-buy-letter:hover{
    background-color: rgb(245, 245, 245);
}
.where-buy-letter span{
    border-bottom: 1px dotted rgba(25, 91, 171, .3);
}
.where-buy-letter:hover span{
    border-bottom-color: transparent;
}
.where-buy-letter-selected, .where-buy-letter-selected:hover{
    color: white !important;
    background-color: rgb(226, 0, 37);
}

.where-buy-letter-selected:before{
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    width: 11px;
    height: 4px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 11 4" enable-background="new 0 0 11 4" xml:space="preserve"><path fill="rgb(226, 0, 37)" d="M11,0c-1,0-1.5,0.7-2,1C8.2,1.6,6.3,3.7,6.3,3.7c-0.4,0.4-1.1,0.4-1.5,0c0,0-2-2.1-2.7-2.7C1.5,0.7,1,0,0,0C2,0,7,0,11,0z"/></svg>');
    margin: 0 0 0 -5px;
}


.where-buy-city{
    position: relative;
    display: none;
    color: rgb(25, 91, 171);
    border: none !important;
    border-radius: 2px;
    padding: 2px 9px 2px 9px;
    margin: 0 0 6px 0;
}
.where-buy-city span{
    border-bottom: 1px dotted rgba(25, 91, 171, .3);
}
.where-buy-city:hover{
    background-color: rgb(245, 245, 245);
    border: none;
}
.where-buy-city-selected{
    color: white !important;
    background-color: rgb(226, 0, 37);
}
.where-buy-city-selected span{
    border: none;
}
.where-buy-city-selected:hover, .where-buy-city-selected:focus {
    color: white;
    background-color: rgb(226, 0, 37);
    border: none !important;
}
.where-buy-city-selected:before{
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    width: 11px;
    height: 4px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 11 4" enable-background="new 0 0 11 4" xml:space="preserve"><path fill="rgb(229, 79, 47)" d="M11,0c-1,0-1.5,0.7-2,1C8.2,1.6,6.3,3.7,6.3,3.7c-0.4,0.4-1.1,0.4-1.5,0c0,0-2-2.1-2.7-2.7C1.5,0.7,1,0,0,0C2,0,7,0,11,0z"/></svg>');
    margin: 0 0 0 -5px;
}
.where-buy-adress-wrapper{
    font-size: 1rem;
    line-height: 1.333rem;
    /*border-radius: 1px 0 0 1px;*/
    cursor: pointer;
    padding: 8px 10px;
}
.where-buy-adress-wrapper:hover{
    background: rgba(0, 0, 0, .02);
}
.where-buy-adress-wrapper .where-buy-adress{
    color: rgb(48, 91, 173);
    border-bottom: 1px dotted rgba(48, 91, 173, .5);
}
.where-buy-adress-wrapper-selected{
    position: relative;
    background-color: rgb(226, 0, 37);
    cursor: default;
}
.where-buy-adress-wrapper-selected:hover{
    background-color: rgb(226, 0, 37);
}
.where-buy-adress-wrapper-selected .where-buy-adress{
    color: white;
    border-bottom: none;
}
.where-buy-adress-wrapper-selected:hover .where-buy-adress{
    color: white;
    border-bottom: none;
}
.del-map-adresses-w{
    position: relative;
}

.del-adresses-w{
    position: relative;
    z-index: 1;
    background: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, .9) 80%, rgba(255, 255, 255, .8));
    padding: 0 0 25px 0;
}
.where-buy-adress{
    color: rgb(58, 101, 183);
    font-size: 14px;
    line-height: 16px;
    border-bottom: 1px dotted rgba(58, 101, 183, .3);
}
.where-buy-map-wrapper{
    height: 595px;
}

@media (min-width: 800px){
    .del-adresses-w{
        width: 300px;
        float: left;
        padding: 0;
    }
}

/* / / ГДЕ КУПИТЬ*/




/*КОНТАКТНАЯ ИНФОРМАЦИЯ*/
.a .adress{
    font-size: 22px;
    line-height: 28px;
    font-weight: 800;
    padding: 0 0 6px 0;
}
.a .adress p{
    padding: 0;
}
.a .adress-description{
    font-size: 13px;
    line-height: 15px;
    color: rgb(150, 150, 150);
}
/* / / КОНТАКТНАЯ ИНФОРМАЦИЯ*/


