.img-wrapper-turbo{
    display: inline-block;
    position: relative;
}

.img-wrapper-turbo .badge{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 180px;
    height: 178px;
    background: url("../images/sprite.png") 0 -140px no-repeat ;
}


.dtm-turbo-description{
    padding-top: 0px;
    padding-left: 20px;
}
.dtm-turbo-description ul{
    position: relative;
    left: -30px;
    line-height: 2.5;
}
/*--Описание котла--*/
.dtm-description,
.dtm-turbo-description{
    display: inline-block;
    max-width: 615px;
    width: 58%;
    vertical-align: top;
    text-align: left;
}
.dtm-description h3,
.dtm-turbo-description h3{
    margin-bottom: 20px;
    font-size: 52px;
    font-weight: 700;
    color: #4a4a4a;
}
.dtm-description h4,
.dtm-turbo-description h4{
    margin-bottom: 25px;
    font-size: 24px;
    font-weight: 700;
    color: #4a4a4a;
}
.dtm-description p,
.dtm-turbo-description p{
    line-height: 28px;
    margin-bottom: 30px;
}
.dtm-description ul,
.dtm-turbo-description ul,
.dtm-turbo-container ul{
    list-style-type: none;
    font-size: 18px;
    line-height: 2;
}
.dtm-description li,
.dtm-turbo-description li,
.dtm-turbo-contaiener li{
    vertical-align: top;
}
.dtm-description li span,
.dtm-turbo-description li span,
.dtm-turbo-container li span
{
    font-size: 30px;
    font-weight: 700;
    color: #f26522;
    vertical-align: middle;
    line-height: 1;
}

.dtm-turbo-description .boiler-features-wrapper li span {
    font-size: 14px;font-weight: normal;vertical-align: middle;line-height: 20px;color: #4a4a4a;
}

.dtm-turbo-description .boiler-features-wrapper li {
    margin-bottom: 0px!important;
}

.dtm-turbo-description .boiler-features-wrapper li:before {
    vertical-align: top;
    margin-top: 5px;
}

section.temperature-controller{
    background: #f2f2f2;
    height: 150px;
    margin-bottom: 65px;
    line-height: 150px;
}
.temperature-controller .img{
    width: 258px;
    height: 142px;
    display: inline-block;
    background: url("../images/temperature-controller.png") 0 0 no-repeat;
    vertical-align: middle;

}
.temperature-controller p{
    display: inline-block;
    width: 55%;
    max-width: 1050px;
    margin-left: 5px;
    line-height: 30px;
    vertical-align: middle;
    text-align: left;
    font-size: 22px;
    font-weight: 600;
    color: #000;
}

/*----Третья страница. Твердое топливо.----*/
h2.fuel-title{
    margin-top: 60px;
    margin-bottom: 20px;
}
section.solid-fuel{
    background: #fff;
    width: 1000px;
    margin: auto;
    margin-bottom: 35px;
}
section.solid-fuel .img{
    display: inline-block;
    width: 850px;
    height: 311px;
    background: url("../images/solid-fuel.jpg");
    margin-bottom: 30px;
}

/*--Accordion--*/
.accordion-wrapper
{
    margin-top: 15px;
    margin-bottom: 65px;
}
.accordion{
    text-align: left;
    display: inline-block;
    min-width: 1050px;

}
.accordion h3{
    width: 1050px;
    outline: none;
    padding: 10px 0 10px !important;
    font-weight: 700;
    font-size: 24px !important;
    color: #f26522;
    background: #f2f2f2;
    vertical-align: middle;
}
.accordion h3 .title{
    border-bottom: 2px dotted #f26522;
}
.accordion h3:hover .title{
    border-bottom: none;
}
.accordion h3+div{
    margin-top: 20px;
    text-align: center;
}
.accordion div.filled{
    background-color: #f2f2f2;
    padding: 5px 0;
    margin-top: 0;
}
.accordion h3+div img{
    display: inline-block;
    width: 1000px;
    height: auto;
}
.accordion-wrapper .iframe-wrapper{
    padding: 13px 0 0 0px;
    display: block;
    margin: auto;
}
/*--Таблица--*/
.accordion-wrapper table{
    text-align: left;
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 35px;
}
.accordion-wrapper table tr.table-title{
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    background: #f26522;
}
.accordion-wrapper td{
    padding: 10px 0 10px 15px;
}
.accordion-wrapper tr:nth-child(2n){
    background-color: #f2f2f2;
}
.accordion ul.docs{
    list-style: none;
    text-align: left;
    padding-left: 50px;
    line-height: 2;
}
.accordion ul.docs a{
    color: #f26522;
}

/*----Особенности котлов----*/
section.boiler-features{
    background: url("../images/bg4.jpg") 0 0 no-repeat;
    background-size: cover;
    padding-top: 15px;
    padding-bottom: 20px;
}
.boiler-features-wrapper ul{
    display: inline-block;
    width: 490px;
    list-style: none;
    line-height: 1.7;
}
.boiler-features-wrapper ul+ul{
    margin-left: 15px;
    vertical-align: top;
}
.boiler-features-wrapper li{
    text-align: left;
    margin-bottom: 15px;
}
.boiler-features-wrapper li span{
    display: inline-block;
    width: 440px;
    vertical-align: top
}
.boiler-features-wrapper li:before,
.our-manufacture li:before,
.real-environment li:before{
    content: '';
    display: inline-block;
    width: 22px;
    height: 17px;
    margin-right: 15px;
    background: url("../images/sprite.png") -180px 0 no-repeat;
}

h2.features-title{
    margin: 20px auto 30px;
    font-size: 42px;
}

.dtm-description li span, .dtm-turbo-description li span,.dtm-turbo-container li span {
    font-size: 30px;
    font-weight: 700;
    color: #f26522;
    vertical-align: middle;
    line-height: 1;
}

.no-hover:hover,.no-hover:focus {
    text-decoration: none!important;border: none;
}
.no-hover {
    margin-bottom: 25px;
    display: inline-block;
}

.ui-accordion-header {
    cursor: pointer;
}

section#action {
    background: url(../images/dtm-bg.png) center no-repeat;
    height: 710px;
    overflow: hidden;
    width: 100%;
    background-size: cover;
    position: relative;
}

section#action form {
    background: white;
    position: absolute;
    bottom: 25px;
    right: 170px;
}

section#action .action-text {
    font-size: 34px;
    color: white;
    position: absolute;
    right: 45px;
    top: 80px;
    font-weight: bold;
    line-height: 50px;
}

section#action .action-text span, section#action .action-text big {
    color: #f9a529;
    font-size: 50px;font-weight: bold;
}

.iframe-wrapper{
    display: inline-block;
    background: url("../images/sprite.png") -580px 0 no-repeat;
    width: 557px;
    height: 381px;
}
section.warm-in-house .iframe-wrapper{
    position: relative;
    top: -25px;
    padding: 13px 0 0 0;
}
.accordion-wrapper .iframe-wrapper{
    padding: 13px 0 0 0px;
    display: block;
    margin: auto;
}

.real-environment .iframe-wrapper{
    display: inline-block;
    padding-top: 13px;
    vertical-align: middle;
}
.manufacture-video-wrapper .iframe-wrapper{
    padding-top: 13px;
    position: relative;
    top: -25px;
}

.dtm-description h3, .dtm-turbo-description h3 {
    font-size: 36px!important;
}

.dtm-turbo-description h3 > span {
    font-size: 45px!important;
}

.dtm-turbo-description a {
    color: #f26522!important;
}

.dtm-turbo-description a:hover {
    color: #f26522!important;
}

.right-side,.left-side {
    display: inline-block;
    vertical-align: top;
}

.left-side {
    width: 610px;
    margin-right: 15px;
}