.typetabs-wrap * {
    box-sizing: border-box;
}

.ChairsFullScreenContainer {
    display: flex;
    margin: 0 auto;
    padding-bottom: 80px;
    padding-top: 70px;
    width: 85%;
    flex-wrap: wrap;
    max-width: 1600px;
}

.OneOfThreeSections {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: auto;
}

.ChairsSectionRow.active:before,
.ChairsSectionRow.active:after {
    display: block !important;
}

.OneOfThreeSections:nth-child(1) {
    justify-content: right;
}

.OneOfThreeSections:nth-child(3) {
    justify-content: left;
}

.OneOfThreeSections:nth-child(1) .ChairsSectionRow:nth-child(1):before {
    background-color: #5d5d5d;
    content: '';
    height: 1px;
    position: absolute;
    width: 45px;
    top: 71px;
    right: -21px;
    z-index: 1;
    display: none;
}

.OneOfThreeSections:nth-child(1) .ChairsSectionRow:nth-child(1):after {
    background-color: #5d5d5d;
    content: '';
    height: 1px;
    position: absolute;
    width: 83px;
    top: 71px;
    right: -21px;
    transform: rotate(130deg);
    transform-origin: top right;
    z-index: 1;
    display: none;
}

.OneOfThreeSections:nth-child(1) .ChairsSectionRow:nth-child(2):before {
    background-color: #5d5d5d;
    content: '';
    height: 1px;
    position: absolute;
    width: 223px;
    top: 35px;
    left: 177px;
    transform: rotate(0deg);
    transform-origin: top left;
    z-index: 1;
    display: none;
}

.OneOfThreeSections:nth-child(1) .ChairsSectionRow:nth-child(2):after {
    background-color: #5d5d5d;
    content: '';
    height: 1px;
    position: absolute;
    width: 207px;
    top: 36px;
    left: 193px;
    transform: rotate(145deg);
    transform-origin: top right;
    z-index: 1;
    display: none;
}

.OneOfThreeSections:nth-child(1) .ChairsSectionRow:nth-child(3):before {
    background-color: #5d5d5d;
    content: '';
    height: 1px;
    position: absolute;
    width: 91px;
    top: 76px;
    right: 23px;
    transform: rotate(180deg);
    transform-origin: top right;
    z-index: 1;
    display: none;
}

.OneOfThreeSections:nth-child(1) .ChairsSectionRow:nth-child(3):after {
    background-color: #5d5d5d;
    content: '';
    height: 1px;
    position: absolute;
    width: 0;
    top: 0;
    right: 0;
    transform: rotate(0deg);
    transform-origin: top right;
    z-index: 1;
    display: none;
}

.OneOfThreeSections:nth-child(3) .ChairsSectionRow:nth-child(1):before {
    background-color: #5d5d5d;
    content: '';
    height: 1px;
    position: absolute;
    width: 30px;
    top: 155px;
    left: -14px;
    transform: rotate(0deg);
    transform-origin: top left;
    z-index: 1;
    display: none;
}

.OneOfThreeSections:nth-child(3) .ChairsSectionRow:nth-child(1):after {
    background-color: #5d5d5d;
    content: '';
    height: 1px;
    position: absolute;
    width: 58px;
    top: 204px;
    left: -102px;
    transform: rotate(121deg);
    transform-origin: bottom right;
    z-index: 1;
    display: none;
}

.OneOfThreeSections:nth-child(3) .ChairsSectionRow:nth-child(2):before {
    background-color: #5d5d5d;
    content: '';
    height: 1px;
    position: absolute;
    width: 311px;
    top: 167px;
    left: -71px;
    transform: rotate(14deg);
    transform-origin: top left;
    z-index: 1;
    display: none;
}

.OneOfThreeSections:nth-child(3) .ChairsSectionRow:nth-child(2):after {
    background-color: #5d5d5d;
    content: '';
    height: 1px;
    position: absolute;
    width: 90px;
    top: 243px;
    left: 141px;
    transform: rotate(150deg);
    transform-origin: top right;
    z-index: 1;
    display: none;
}

.OneOfThreeSections:nth-child(3) .ChairsSectionRow:nth-child(3):before {
    background-color: #5d5d5d;
    content: '';
    height: 1px;
    position: absolute;
    width: 0;
    top: 0;
    left: 0;
    transform: rotate(0deg);
    transform-origin: top right;
    z-index: 1;
    display: none;
}

.OneOfThreeSections:nth-child(3) .ChairsSectionRow:nth-child(3):after {
    background-color: #5d5d5d;
    content: '';
    height: 1px;
    position: absolute;
    width: 70px;
    top: 120px;
    left: 0;
    transform: rotate(180deg);
    transform-origin: top left;
    z-index: 1;
    display: none;
}

.OneOfThreeSections:nth-child(2) {
    width: auto;
    align-items: center;
    position: relative;
}

.RoundImage {
    border-radius: 50%;
    border: 15px solid #fff;
    height: 200px;
    width: 200px;
    cursor: pointer;
}

.OneOfThreeSections .description {
    text-align: right;
}

.ChairsSectionRow {
    display: flex;
    margin: 20px 0;
    position: relative;
}

.how-it-works__wrp .ChairsSectionRow {
    width: 458px;
    z-index: 20;
}

.ChairsTextWrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 20px;
    width: calc(100% - 220px);
}

.ChairsTextWrapper.right {
    padding-left: 20px;
    padding-right: 0;
}

.ChairsTextWrapper.right .h4 {
    text-align: left;
}

.ChairsTextWrapper.right .description {
    text-align: left;
}

.h4 {
    color: #6491f7;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 12px;
    margin-top: 12px;
    text-transform: uppercase;
    width: 100%;
    text-align: right;
}

.h4.center {
    text-align: center;
}

.FlipperWrapper {
    display: inline-block;
    text-align: center;
    padding-top: 100px;
    position: relative;
    width: 100%;
    padding-bottom: 20px;
}

.FlipperLabels {
    max-width: 250px;
    position: absolute;
    z-index: 20;
}

.FlipperLabels.one {
    top: 70px;
    left: 79px;
    text-align: left;
}

.FlipperLabels.two {
    top: 460px;
    left: 80px;
    text-align: left;
}

.FlipperLabels.three {
    top: 60px;
    right: 128px;
}

.FlipperLabels.four {
    top: 492px;
    right: 70px;
    text-align: left;
}

.Sled .FlipperLabels.one {
    top: 120px;
    left: 85px;
}

.Sled .FlipperLabels.two {
    top: 270px;
    left: 55px;
}

.Sled .FlipperLabels.three {
    top: 70px;
    left: 590px;
    right: auto;
}

.Sled .FlipperLabels.four {
    top: 140px;
    right: 0;
    display: flex;
    flex-wrap: wrap;
}

.Stacking .FlipperLabels.one {
    top: 70px;
    left: 140px;
    text-align: left;
}

.Stacking .FlipperLabels.one .h4 {
    text-align: left;
}

.Stacking .FlipperLabels.two {
    top: 460px;
    left: 10px;
}

.Stacking .FlipperLabels.two {
    top: 376px;
    left: 128px;
}

.description {
    font-size: 14px;
    color: #707070;
    line-height: 20px;
}

.StackWrapper .description {
    text-align: center;
}

.StackWrapper .h4 {
    color: #707070;
}

.veneerLanding .landing-h5 {
    font-size: 16px;
    line-height: 1.6;
}

.veneerLanding .Features .landing-h5 {
    font-size: 20px;
}

.StackWrapper {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

.FlipperLabels.sketch {
    text-align: center;
}

.FlipperLabels.sketch > img {
    opacity: .5;
}

.FlipperLabels.sketch .h4 {
    /*color: #707070;*/
}

.ChairsColors.veneerContainer .options__item {
    width: 8.33333%;
    min-width: 0;
}

.ChairsColors.veneerContainer .item-img-wrapper {
    max-height: 66px;
}

.ChairsColors .options__item-img {
    height: auto;
}

.landing-h5 a {
    text-decoration: none;
    color: #b3492c;
}

.landing-h5 a:hover {
    text-decoration: underline;
}

.SledStacking .FlipperLabels > img {
    max-width: 180px;
}

.SledStacking .FlipperLabels.one {
    top: 180px;
    left: 880px;
}

.SledStacking .FlipperLabels.one .h4 {
    text-align: left;
}

.SledStacking .FlipperLabels.two {
    top: 250px;
    left: 770px;
    text-align: center;
}

.SledStacking .FlipperLabels.three {
    top: 250px;
    right: 100px;
    text-align: center;
}

.CheirsTable tr:nth-child(even) {
    background-color: #fff;
}

.CheirsTable thead tr {
    background-color: #fff;
}

.CheirsTable tr th:nth-child(2),
.CheirsTable tr th:nth-child(3),
.CheirsTable tr th:nth-child(4),
.CheirsTable tr th:nth-child(5) {
    border-right: none;
    border-left: none;
}

.CheirsTable tr th:nth-child(6) {
    border-left: none;
}

.CheirsTable tr th:nth-child(1) {
    min-width: 230px;
    text-align: right;
}

.CheirsTable th {
    background-color: transparent;
    color: #707070;
    font-size: 16px;
    font-weight: 400;
}

.CheirsTable th .description {
    color: #E96758;
    font-size: 18px;
}

.TableImageWrapper > img {
    width: auto;
}

.veneerContainer {
    justify-content: center;
}

.Grey {
    background-color: #f4f4f4;
    padding-bottom: 80px;
}

.Grey .options__item:hover {
    background-color: #f4f4f4;
}

.item-img-wrapper.border {
    border: 1px solid #dedede;
}

.Stacking > img {
    max-width: 470px;
}

.Stacking .FlipperLabels.four .h4 {
    text-align: left;
}

.Stacking .FlipperLabels.two .h4 {
    text-align: center;
}

.Stacking .FlipperLabels.one .h4:before {
    background-color: #dedede;
    content: '';
    height: 1px;
    position: absolute;
    width: 30px;
    top: 32px;
    right: -10px;
    transform: rotate(0deg);
    transform-origin: top left;
}

.Stacking .FlipperLabels.one .h4:after {
    background-color: #dedede;
    content: '';
    height: 1px;
    position: absolute;
    width: 100px;
    top: 32px;
    right: -109px;
    transform: rotate(21deg);
    transform-origin: top left;
}

.Stacking .FlipperLabels.three .h4:before {
    background-color: #dedede;
    content: '';
    height: 1px;
    position: absolute;
    width: 30px;
    top: 32px;
    left: -40px;
    transform: rotate(0deg);
    transform-origin: top left;
}

.Stacking .FlipperLabels.three .h4:after {
    background-color: #dedede;
    content: '';
    height: 1px;
    position: absolute;
    width: 206px;
    top: 33px;
    left: -247px;
    transform: rotate(-48deg);
    transform-origin: top right;
}

.Stacking .FlipperLabels.four .h4:before {
    background-color: #dedede;
    content: '';
    height: 1px;
    position: absolute;
    width: 30px;
    top: 32px;
    left: -40px;
    transform: rotate(0deg);
    transform-origin: top left;
}

.Stacking .FlipperLabels.four .h4:after {
    background-color: #dedede;
    content: '';
    height: 1px;
    position: absolute;
    width: 187px;
    top: 32px;
    left: -226px;
    transform: rotate(47deg);
    transform-origin: top right;
}

.Flipper .FlipperLabels .h4 {
    text-align: left;
}

.Flipper .FlipperWrapper > img {
    max-width: 520px;
}

.Flipper .FlipperLabels.one .h4:before {
    background-color: #dedede;
    content: '';
    height: 1px;
    position: absolute;
    width: 30px;
    top: 32px;
    right: -10px;
    transform: rotate(0deg);
    transform-origin: top left;
}

.Flipper .FlipperLabels.one .h4:after {
    background-color: #dedede;
    content: '';
    height: 1px;
    position: absolute;
    width: 100px;
    top: 32px;
    right: -109px;
    transform: rotate(21deg);
    transform-origin: top left;
}

.Flipper .FlipperLabels.two .h4:before {
    background-color: #dedede;
    content: '';
    height: 1px;
    position: absolute;
    width: 30px;
    top: 32px;
    right: -40px;
    transform: rotate(0deg);
    transform-origin: top left;
}

.Flipper .FlipperLabels.two .h4:after {
    background-color: #dedede;
    content: '';
    height: 1px;
    position: absolute;
    width: 167px;
    top: 32px;
    right: -207px;
    transform: rotate(36deg);
    transform-origin: top left;
}

.Flipper .FlipperLabels.three .h4:before {
    background-color: #dedede;
    content: '';
    height: 1px;
    position: absolute;
    width: 30px;
    top: 32px;
    left: -40px;
    transform: rotate(0deg);
    transform-origin: top left;
}

.Flipper .FlipperLabels.three .h4:after {
    background-color: #dedede;
    content: '';
    height: 1px;
    position: absolute;
    width: 208px;
    top: 32px;
    left: -247px;
    transform: rotate(-42deg);
    transform-origin: top right;
}

.Flipper .FlipperLabels.four .h4:before {
    background-color: #dedede;
    content: '';
    height: 1px;
    position: absolute;
    width: 30px;
    top: 32px;
    left: -40px;
    transform: rotate(0deg);
    transform-origin: top left;
}

.Flipper .FlipperLabels.four .h4:after {
    background-color: #dedede;
    content: '';
    height: 1px;
    position: absolute;
    width: 167px;
    top: 32px;
    left: -207px;
    transform: rotate(42deg);
    transform-origin: top right;
}

.Flipper .StackWrapper > img {
    max-width: 720px;
}

.Flipper .StackWrapper .description {
    padding-bottom: 40px;
}

.Flipper {
    padding-bottom: 70px;
}

.Flipper .landing-h4 {
    margin-top: 0;
}

.Sled .FlipperWrapper > .SledImgWrapper img{
    max-width: 320px;
}

.SledImgWrapper:nth-child(1) img {
    max-height: 370px;
}

.Sled .FlipperWrapper.SledStacking > .SledImgWrapper img {
    max-height: 480px;
    padding: 0;
}

.FlipperWrapper.SledStacking {
    padding: 0;
}

.FlipperWrapper.SledStacking img {
    max-height: 410px;
}

.Sled .FlipperWrapper > .SledImgWrapper:nth-child(1) {
    padding-right: 80px;
}

.Sled .FlipperWrapper > .SledImgWrapper:nth-child(2) {
    padding-left: 80px;
}

.Sled .FlipperLabels.two .h4 {
    text-align: left;
}

.Sled .FlipperLabels.one .h4:before {
    background-color: #dedede;
    content: '';
    height: 1px;
    position: absolute;
    width: 30px;
    top: 43px;
    right: 20px;
    transform: rotate(0deg);
    transform-origin: top left;
}

.Sled .FlipperLabels.one .h4:after {
    background-color: #dedede;
    content: '';
    height: 1px;
    position: absolute;
    width: 118px;
    top: 43px;
    right: -98px;
    transform: rotate(46deg);
    transform-origin: top left;
}

.Sled .SledStacking .FlipperLabels.one .h4:before {
    display: none;
}

.Sled .SledStacking .FlipperLabels.one .h4:after {
    display: none;
}

.Sled .FlipperLabels.two .h4:before {
    background-color: #dedede;
    content: '';
    height: 1px;
    position: absolute;
    width: 30px;
    top: 92px;
    right: 20px;
    transform: rotate(0deg);
    transform-origin: top left;
}

.Sled .FlipperLabels.two .h4:after {
    background-color: #dedede;
    content: '';
    height: 1px;
    position: absolute;
    width: 101px;
    top: 93px;
    right: -81px;
    transform: rotate(30deg);
    transform-origin: top left;
}

.Sled .FlipperLabels.three .h4:before {
    background-color: #dedede;
    content: '';
    height: 1px;
    position: absolute;
    width: 30px;
    top: 73px;
    right: -10px;
    transform: rotate(0deg);
    transform-origin: top left;
}

.Sled .FlipperLabels.three .h4:after {
    background-color: #dedede;
    content: '';
    height: 1px;
    position: absolute;
    width: 81px;
    top: 73px;
    right: -90px;
    transform: rotate(50deg);
    transform-origin: top left;
}

.Sled .FlipperLabels.three .description:before {
    background-color: #dedede;
    content: '';
    height: 1px;
    position: absolute;
    width: 30px;
    top: 73px;
    left: -10px;
    transform: rotate(0deg);
    transform-origin: top left;
}

.Sled .FlipperLabels.three .description:after {
    background-color: #dedede;
    content: '';
    height: 1px;
    position: absolute;
    width: 161px;
    top: 73px;
    left: -171px;
    transform: rotate(-60deg);
    transform-origin: top right;
}

.sm {
    width: 100%;
    text-align: center;
}

.sm > img {
    border-radius: 50%;
    max-width: 90px;
    border: 1px solid #dedede;
}

.Sled .FlipperLabels.four .description:before {
    background-color: #dedede;
    content: '';
    height: 1px;
    position: absolute;
    width: 30px;
    top: 163px;
    left: 140px;
    transform: rotate(0deg);
    transform-origin: top left;
}

.Sled .FlipperLabels.four .description:after {
    background-color: #dedede;
    content: '';
    height: 1px;
    position: absolute;
    width: 159px;
    top: 163px;
    left: -19px;
    transform: rotate(-58deg);
    transform-origin: top right;
}

.SledImgWrapper {
    display: inline-block;
}

.Sled .FlipperWrapper {
    padding-bottom: 0;
}

.Sled .FlipperWrapper.SledStacking {
    padding-bottom: 70px;
}

.veneerContainer .item-img-wrapper {
    transform-origin: bottom;
    transition: .2s;
}

.veneerContainer .item-img-wrapper:hover {
    transform: scale(1.5);
    transform-origin: 50% 70%;
    transition: .2s;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.23);
}

.veneerContainer .options__item:hover {
    background-color: transparent;
}

.smallSpan {
    font-size: 14px;
    margin: 0;
}

.onlyMobileWrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.CheirsTable {
    max-width: 100%;
    min-width: 900px;
}

.CheirsTable thead,
.CheirsTable tbody {
    min-width: 900px;
}

.specifications .divider {
    margin-left: 10px;
    height: 17px;
    width: 1px;
    margin-right: 10px;
    background-color: #9e9e9e;
    margin-top: 0;
}

#gallery {
    margin-bottom: 0;
}

.landing-h4.mt45 {
    margin-top: 45px;
}

#selectTableToConfigure {
    margin-top: -10px;
}

.resourses-downloads-aspire {
    margin-top: 0;
}

#main-slider-slick {
    position: relative;

}

.chairsLanding #main-slider-slick img {
    position: relative;
    bottom: 0;
}

.View360 {
    width: 60px;
    margin-top: -10px;
    opacity: .3;
}

.cd-product-viewer-wrapper.Stacking360 img {
    max-height: 650px;
}

.SledImgWrapper .h4 {
    margin-top: 25px;
}

.RoundVideoWrapper {
    border-radius: 50%;
    border: 1px solid #dedede;
    box-shadow: 0 0 0 2px transparent;
    height: 200px;
    width: 200px;
    overflow: hidden;
    transition: .3s;
    position: relative;
}

.RoundVideoWrapper.active {
    border: 1px solid #6491f7;
    box-shadow: 0 0 0 2px #6491f7,
    3px 3px 10px 10px #dedede,
    4px 4px 10px 10px #dedede;
}

.RoundVideoWrapper > video {
    max-height: 100%;
}

.OneOfThreeSections .View360 {
    margin-top: -50px;
    z-index: 55;
    margin-bottom: 20px;
}

/*======================================*/
/*VIDEO*/
/*======================================*/
.video-wrapper {
    position: relative;
}

.video-wrapper > video.has-media-controls-hidden::-webkit-media-controls {
    display: none;
}

.video-overlay-play-button {
    box-sizing: border-box;
    width: 60px;
    padding: 0;
    position: absolute;
    top: 70px;
    left: 70px;
    display: block;
    opacity: 1;
    transition: opacity 150ms;
}

.RoundVideoWrapper.active .video-overlay-play-button {
    opacity: 0;
    display: none;
    cursor: default;
}

.RoundVideoWrapper:hover .video-overlay-play-button {
    opacity: 0;
    display: none;
    cursor: default;
}

.video-overlay-play-button.is-hidden {
    display: none;
}
/*======================================*/
/*END VIDEO*/
/*======================================*/

.how-it-works__wrp .Container {
    position: relative;
    width: 85%;
    max-width: 1422px;
}

#air-calculator .Button-Configure {
    margin: 30px auto 0;
}

/*=====================================*/
/*MEDIA QUERIES*/
/*=====================================*/

@media all and (max-width: 1660px) {
    .how-it-works__wrp .Container {
        margin: 0;
        width: 100%;
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
        box-sizing: border-box;
    }
}

@media all and (max-width: 1400px) {
    .ChairsSectionRow:before,
    .ChairsSectionRow:after,
    .h4:after,
    .h4:before,
    .description:before,
    .description:after {
        display: none !important;
    }

    .ChairsSectionRow.active:before,
    .ChairsSectionRow.active:after {
        display: none !important;
    }

    .RoundImage {
        height: 180px;
        width: 180px;
    }
}

@media all and (max-width: 1220px) {
    .how-it-works__wrp .Container {
        flex-wrap: nowrap;
    }

    .how-it-works__wrp .ChairsSectionRow {
        width: 400px;
        margin-bottom: 0;
    }

    .OneOfThreeSections:nth-child(2) {
        min-width: 245px;
    }

    .how-it-works__img-wrp, .how-it-works__img-wrp img {
        min-width: 245px;
    }
}

@media all and (max-width: 1200px) {
    #gallery {
        margin-bottom: 0;
    }

    .ChairsTextWrapper {
        padding: 0 20px;
    }
}

@media all and (max-width: 1024px) {
    .how-it-works__wrp .Container {
        flex-direction: row;
    }

    .RoundImage {
        height: 120px;
        width: 120px;
    }

    .how-it-works__wrp .ChairsSectionRow {
        width: 300px;
    }

    .ChairsTextWrapper {
        width: calc(100% - 120px);
    }

    .OneOfThreeSections {
        width: calc(50% - 123px);
    }

    .OneOfThreeSections:nth-child(2) {
        width: 245px;
    }
}

@media all and (max-width: 900px) {
    .how-it-works__wrp .Container {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .OneOfThreeSections:nth-child(2) {
        width: 245px;
        order: 3;
        margin: 0 50%;
    }

    .OneOfThreeSections:nth-child(1) {
        width: 50%;
        order: 1;
        padding-right: 10px;
    }

    .OneOfThreeSections:nth-child(3) {
        width: 50%;
        order: 2;
        padding-left: 10px;
    }

    .how-it-works__wrp .ChairsSectionRow {
        width: 100%;
    }

    .RoundImage {
        height: 180px;
        width: 180px;
    }

    .ChairsTextWrapper {
        width: calc(100% - 180px);
    }

    .OneOfThreeSections:nth-child(3) .ChairsSectionRow  {
        flex-direction: row-reverse;
    }
}

@media all and (max-width: 650px) {
    .ChairsColors.veneerContainer .options__item {
        width: 25%;
    }
}

@media all and (max-width: 590px) {
    .Flipper .FlipperWrapper > img {
        max-width: 100%;
    }

    .Stacking > img {
        max-width: 100%;
    }

    .OneOfThreeSections:nth-child(2) > img {
        max-width: 100%;
    }
}

@media all and (max-width: 490px) {
    .ChairsSectionRow {
        flex-direction: column;
        align-items: center;
    }

    .ChairsFullScreenContainer .h4 {
        text-align: center;
    }

    .ChairsTextWrapper {
        padding: 0;
    }

    .OneOfThreeSections .description {
        text-align: center;
        font-size: 16px;
        line-height: 1.6;
    }

    .ChairsTextWrapper.right {
        padding: 0;
    }

    .ChairsTextWrapper.right .h4 {
        text-align: center;
    }

    .ChairsTextWrapper.right .description {
        text-align: center;
    }

    .FlipperLabels {
        width: 100%;
    }

    .FlipperLabels.one,
    .FlipperLabels.two,
    .FlipperLabels.three,
    .FlipperLabels.four {
        padding: 20px 0;
    }

    .slick-prev {
        left: -12px;
    }

    .slick-next {
        right: -5px;
    }

    .slick-prev:before,
    .slick-next:before {
        width: 25px;
        height: 25px;
    }

    .stcGallery {
        max-width: calc(100% - 30px);
        margin: 0 15px;
    }

    .slick-prev, .slick-next {
        top: calc(50% - 10px);
    }

    .ChairsColors.veneerContainer .options__item {
        width: 50%;
    }

    .ChairsColors.veneerContainer .item-img-wrapper {
        max-height: 96px;
    }

    .Sled .options__item-img {
        width: 100%;
    }

    .ChairsColors .options__item-img {
        max-width: 100%;
    }

    #selectTableToConfigure {
        margin-top: 0;
    }

    .ChairsTextWrapper {
        width: 100%;
    }

}

@media all and (max-width: 420px) {
    .Sled .FlipperWrapper > .SledImgWrapper img {
        max-width: 100%;
    }
}

@media all and (max-width: 720px) {
    .OneOfThreeSections:nth-child(3) .ChairsSectionRow:nth-child(1) .ChairsTextWrapper {
        width: calc(100%);
    }
}


@media all and (max-width: 430px) {
    .veneerLanding.landing-page.chairsLanding .specifications {
        display: none;
    }

    .ChairsTextWrapper {
        order: 2;
    }

    .RoundImage {
        order: 1;
    }

    .description {
        font-size: 16px;
        line-height: 1.6;
    }

    .veneerLanding #main-slider-wrap {
        margin-bottom: 0;
    }

    .Details-Buttons-Slide {
        margin-top: 0;
    }
}

.task-wrap {
    cursor: ew-resize;
    position: relative;
    max-width: 360px;
    width: 360px;
    height: 600px;
}

.spritespin-progress {
    position: absolute;
    width: 80%;
    left: 10%;
    top: 45%;
}
.spritespin-progress-label {
    color: grey;
}
.spritespin-progress-bar {
    background-color: grey;
    height: 1px;
}

.spritespin {
    width: 100%;
}

.spinStackingChair-wrap {
    cursor: ew-resize;
    position: relative;
    max-width: 360px;
    width: 360px;
    height: 520px;
}
.spinFlippergChair-wrap {
    cursor: ew-resize;
    position: relative;
    max-width: 400px;
    width: 400px;
    height: 560px;
}
.spinSledLeftChair-wrap {
    cursor: ew-resize;
    position: relative;
    max-width: 254px;
    width: 254px;
    height: 370px;
    margin-left: 20px;
}
.spinSledRightChair-wrap {
    cursor: ew-resize;
    position: relative;
    max-width: 320px;
    width: 320px;
    height:  485px;
    margin-left: 70px;
}

@media all and (max-width: 960px) {
    .spinSledLeftChair-wrap {
        margin-left: 0;
    }
    .spinSledRightChair-wrap {
        margin-left: 0;
    }
}

.icons-wrap {margin-top: 50px; width: 100%;
    max-width: none; padding: 60px 20px 100px 20px;   background-color: #3c3b3b; }

.science-wrap {
    width: 100%;
    background-color: #f3f8f7;
    max-width: none;

}
.science-wrap picture {
    width: 100%;
    text-align: center;
}

.science-wrap .landing-h5 {
    width: 40%;
    margin-bottom: 30px;
}

.science2-wrap {
    width: 100%;
    background-color: #f7f6f6;
    max-width: none;
}

.science2-wrap .landing-h5 {
    width: 40%;
    margin-bottom: 30px;
}

.micro-wrap  .landing-h5 {
    margin-bottom: 30px;
}

.select-wrap {
    width: 100%;
    max-width: none;
    background-color: #f3f7f6;
}
.select-wrap table {
    width: 60%;
    max-width: 60%;
}
.select-wrap table tr {
    border-left: none;
    border-right: none;
}

.select-wrap table tr.imagesRow_3iW7R
{
    border-top: none;
    border-bottom: none;
}

.select-wrap table tr.imagesRow_123123, .select-wrap table tr.lastNormalRow_13kp8
{
    border-top: none;
    border-bottom: none;
}


.select-wrap table tr {
    background-color: transparent;
}
.select-wrap table td, .select-wrap table th {
    border: none;
    background-color: transparent;

}
.select-wrap table th p, .select-wrap table td p {
    font-size: 16px;
    margin: 0;
    line-height: 1.6;
}
.select-wrap table .columnHeader_3oh-G p {
    font-size: 22px;
}
.image_QQPcC, .image_QQPcC {
    max-width: 255px;
}
.imageWrapper_3i9Y0 {display: flex; justify-content: center}
.rowHeader_2gl-r {text-align: left}
.cell_3KkhS {text-align: center;

}
.select-wrap .check-mark {
    display: inline-block;
    text-align: center;
    width: 14px;
    height: 9px;
    border: 1px solid #3c3b3b;
    border-top: none;
    border-right: none;
    transform: rotate(-45deg);
}
:after, :before {
    border-style: solid;
    border-width: 0;
    box-sizing: border-box;
}

.air-calculator-container .ctext  span{
    font-weight: 500;
}
.select-wrap .x-mark:after, .select-wrap .x-mark:before {
    position: absolute;
    left: 7px;
    height: 16px;
    content: "";
    border-left: 1px solid #3c3b3b;
}

.select-wrap .x-mark:before {
    transform: rotate(-45deg);
}

.select-wrap .x-mark {
    position: relative;
    width: 16px;
    height: 16px;
    display: inline-block;
    text-align: center;
}

.select-wrap .x-mark:before {
    transform: rotate(-45deg);
}

.select-wrap .x-mark:after {
    transform: rotate(45deg);
}

.select-wrap .x-mark:after, .select-wrap .x-mark:before {
    position: absolute;
    left: 7px;
    height: 16px;
    content: "";
    border-left: 1px solid #3c3b3b;
}
.second-table .cell_3KkhS {
    text-align: left;
}
.second-table-wrap {padding-bottom: 60px;}

.air-request-form {
    width: 100%;
    padding-top: 0;
}

#air-request-form h3 {
    margin-top: 30px;
}

.air-banner-wrp {
    box-sizing: border-box;
    height: 785px;
    max-height: calc(100vh - 130px);
    background: rgb(195,230,255);
    background: linear-gradient(180deg, rgba(195,230,255,1) 0%, rgba(225,250,242,1) 74%, rgba(255,255,255,1) 100%);
    position: relative;
    margin-bottom: 20px;
    padding: 0 20px 70px 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.air-banner-item {
    width: 33.33333%;
    margin: 0;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
}

.air-banner-item__upper  .air-banner__filter-img {
    margin-top: 95px;
}

.air-banner-item__portable .air-banner__filter-img {
    margin-top: 65px;
    margin-bottom: 50px;
}

.air-banner-text {
    text-align: left;
    color: #5e5e5e;
    font-size: 40px;
    line-height: 55px;
}

.air-banner-text__percents {
    color: #E96758;
    font-size: 64px;
}

.air-info-wrp {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.air-row {
    display: flex;
    width: 100%;
    justify-content: center;
}

.air-row__logo {
    margin-bottom: 30px;
    border-bottom: 1px solid #555759;
    padding-bottom: 20px;
}

.air-row__logo .safe-t-logo {
    width: 170px;
}

.air-title {
    color: #707070;
    font-size: 36px;
    text-transform: uppercase;
    margin: 0;
    font-weight: 400;
    text-align: center;
}

.air-descr {
    color: #707070;
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    font-weight: 400;
}

.air-info-wrp .category_title {
    font-size: 19px;
    font-weight: 500;
    width: 109px;
    margin-top: 10px;
    color: #707070;
    margin-left: 12px;
}

.Details-Buttons-Slide {
    margin-bottom: 0;
}

.air-info-wrp .Button-Text {
    margin: 0;
    padding: 0;
}

.remove99-text {
    height: 200px;
    line-height: 200px;
    font-size: 35px;
    color: #5e5e5e;
    text-align: center;
    background-color: #e4e4e4;
    font-weight: 500;
    margin-top: 50px;
    margin-bottom: 50px;
}

.gallery .slick-slide {
    display: flex;
    justify-content: center;

}

.gallery .slick-slide a {
    overflow: hidden;
    display: flex;
    align-items: flex-end;
}

.remove99-text__percents {
    color: #E96758;
    font-size: 56px;
    padding: 0 10px;
    font-weight: 500;
}

.cl2_features__container {
    margin-top: 0;
}

.cl2-wrap .ChairsSectionRow:first-child {
    margin-top: 0;
}

.high-volume-air-flow__row h4 {
    text-align: left;
}

.cl2-wrap .right-dir .ImageWrapper {
    width: 450px;
    max-width: 50%;
    margin-left: 50px;
    margin-right: 0;
}

.cl2-wrap .right-dir .ChairsTextWrapper {
    text-align: left;
    padding-right: 0;
    padding-left: 40px;
    width: calc(100% - 500px);
    min-width: 50%;
}

.cl2-wrap .third-row .ImageWrapper {
    width: 500px;
    max-width: 50%;
    margin-left: 0;
    margin-right: 100px;
}

.cl2-wrap .third-row.touchless-control .ImageWrapper {
    width: 243px;
    max-width: 50%;
    margin-left: 0;
    margin-right: 100px;
    margin-bottom: 0;
}
.cl2-wrap .whisper-quiet-img__row  .ChairsTextWrapper {
    width: calc(100% - 361px);
    padding-left: 20px;
    min-width: 50%;
}

.whisper-quiet-img__row h4 {
    text-align: left;
}

.whisper-quiet-img__row.right-dir .ImageWrapper {
    width: 290px;
    max-width: 50%;
    margin-right: 0;
    margin-left: 100px;
}

.medical-grade__row .ChairsTextWrapper {
    padding-right: 50px;
    width: calc(100% - 500px);
    min-width: 50%;
}

.medical-grade__row .ImageWrapper {
    width: 500px;
    max-width: 50%;
}

.medical-grade-img {
    width: 500px;
}

.air-specification-container table {
    width: auto;
}

.air-specification-container table tr {

    background-color: #f6f6f6;
}

.air-specification-container table tr:nth-child(odd) {
    background-color: #ffffff;
}
.air-specification-container table .image img {


    padding-top: 20px;
    height: 220px;
}


.air-specification-container table td {
    font-size: 16px;
    color: #525252;
    font-weight: 500;
    border: 1px solid #c6c7c7;
    margin: 0;
    height: 50px;
    padding: 0 4px 0 25px;
    text-align: left;
}

.air-specification-container table td:first-child {
    width: 350px;

}

.air-specification-container table td:nth-child(2), .air-specification-container table td:last-child {
    width: 300px;
    text-align: center;
}

.air-specification-container .fa-check {
    color: #00e359;
}

.six-wrap img {
    width: 100%
}

.cl2-wrap .features__section .h4 {
    text-align: right;
    border: none;
}

.cl2-wrap .features__section .right-dir .h4 {
    text-align: left;
}

.awards-wrp {
    height: 325px;
    width: 100%;
    background-color: #e4e4e4;
    position: relative;
    margin-top: 30px;
}

.awards-wrp .Container {
    position: relative;
    height: 100%;
}

.awards-text-wrp {
    position: absolute;
    left: 0;
    top: 0;
    height: 325px;
    width: 75px;
    background: url('/assets/images/safe-t/air/awards/awards-text.jpg.webp') no-repeat center -1px;
}

.award-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 75px;
}

.award_columns {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 100%;
    justify-content: right;
}

.award_column {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: auto;
    margin: 0 5px;
    max-width: 33%;
}

.award-content__img-wrp {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: end;
    max-height: 150px;
    margin-bottom: 30px;
}

.award_column:nth-child(1) .award-content__img-wrp {
    max-width: 300px;
}

.award_column:nth-child(2) .award-content__img-wrp {
    max-width: 290px;
}

.award_column:nth-child(3) .award-content__img-wrp {
    max-width: 275px;
}

.award-content__img-wrp img {
    width: 100%;
    height: auto;
    margin-top: 20px;
}

.award-content__text-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 15px;
}

.award-content__text-item h3 {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
    width: 100%;
    margin: 0 0 10px 0;
    padding: 0;
}

.award-content__text-item p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
    padding: 0;
    text-align: center;
}

.air-filter-wrp {
    width: 100%;
    height: 726px;
    padding-top: 60px;
    background-color: #f4f4f4;
    position: relative;
    display: flex;
    justify-content: center;
}

.air-filter-text__container-wrp {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.air-filter-text__container {
    position: relative;
    height: 100%;
}

.air-filter-text-wrp {
    position: absolute;
    top: 60px;
    left: 190px;
    width: 650px;
    z-index: 30;
}

.air-filter-text-wrp h3 {
    font-size: 30px;
    line-height: 30px;
    font-weight: 400;
    margin-bottom: 30px;
}

.air-filter-text-wrp p {
    font-size: 14px;
    line-height: 20px;
    color: #4d4d4d;
}

.air-unit-bg-img {
    position: absolute;
    left: -9999px;
    right: -9999px;
    height: 100%;
    z-index: 10;
    max-width: none;
    width: auto;
    margin: 0 auto;
}

.air-filter-img-wrp {
    width: 100%;
    overflow: hidden;
    position: relative;
    height: calc(100% + 60px);
    margin-top: -60px;
}

.how-it-works__img-wrp {
    height: 100%;
    width: auto;
}

.how-it-works__img-wrp,
.how-it-works__img-wrp img {
    max-height: 600px;
}

.how-it-works__wrp {
    background-color: #f2f2f2;
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

.air-hiw-btn.disabled {
    opacity: 0.3;
}

.air-hiw-btn {
    width: 45px;
    height: 45px;
    position: absolute;
    box-sizing: border-box;
    border: 4px solid #d39e90;
    background-color: #E96758;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 45px;
    cursor: pointer;
}

.air-hiw-btn img {
    width: 15px;
    height: 15px;
    filter: invert(100%) sepia(0%) saturate(7392%) hue-rotate(100deg) brightness(118%) contrast(98%);
}

.air-hiw-btn:not(.disabled):hover img {
    transform: rotateZ(45deg);
    transition: all 0.6s ease;
}

.air-hiw-btn.active img {
    transform: rotateZ(45deg);
}

.air-hiw-btn-6 {
    top: -13px;
    left: 67px;
}

.air-hiw-btn-1 {
    top: 150px;
    left: 110px;
}

.air-hiw-btn-4 {
    bottom: 200px;
    left: 67px;
}

.air-hiw-btn-3 {
    top: 222px;
    right: 33px;
}

.air-hiw-btn-2 {
    bottom: 350px;
    right: 67px;
}

.air-hiw-btn-5 {
    bottom: 150px;
    right: 67px;
}

.RoundImage {
    box-shadow: 3px 5px 10px 2px rgba(0, 0, 0, 0.08);
}

.RoundImage.glow {
    box-shadow: 0 0 9px 6px rgba(50, 155, 245, 0.4);
}

.air-filter-img {
    display: none;
}

.air-filter-img.active {
    display: block;
}

.change-filter-text-wrp {
    max-width: 300px;
    margin: 0 20px 10px 20px;
}

.change-filter-text-wrp p{
    font-size: 16px;
    color: #4d4d4d;
    line-height: 22px;
    text-align: center;
}

.change-filter-wrp  {
    display: flex;
    justify-content: center;
    flex-direction: column;
    overflow: hidden;
    align-items: center;
}

.change-filter-wrp img {
    max-width: 190px;

}

.how-it-works-title {
    margin-top: 30px;
}

.change-filter-wrp picture {
    max-width: 240px;
    margin: 20px auto 0 auto;
}

.gray-bg {
    background-color: #f4f4f4;
    width: 100%;
    display: flex;
    justify-content: center;
}

.cl2-wrap .third-row .ChairsTextWrapper {
    width: 70%;
    margin-right: 50px;
    padding: 0;
}

.pollutants-wrp {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.pollutants-row {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: baseline;
}

.pollutants-item {
    width: 250px;
    margin: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.pollutants-item img {
    width: 140px;
    height: 140px;
    margin: 0;
}

.pollutants-item p {
    padding: 0;
    margin: 0;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
}

.six-img-wrp {
    width: 100%;
    overflow: hidden;
}

.air-tooltip {
    display: none;
}

.calc__row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    color: #525252;
    margin-top: 30px;
    width: 100%;
    justify-content: center;
    align-items: stretch;
}

.calc__item {
    width: calc(50% - 100px);
    padding: 0;
    margin: 0 20px;
    min-width: 400px;
    overflow: hidden;
    align-self: stretch;
    height: auto;
}

.calc__item .Button-Configure {
    margin: 30px auto 10px;
}

.calc__item:first-child {
    margin-left: 0;
}

.calc__item:last-child {
    margin-right: 0;
}

.calc__item-wrp {
    border: 1px solid #c6c7c7;
    width: 100%;
    height: 100%;
    margin-bottom: 30px;
}

.calc-form-header {
    border-bottom: 1px solid #c6c7c7;
    padding: 15px 20px;
    background-color: #f6f6f6;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    font-weight: 500;
}

.calc-form-wrp {
    padding: 30px 40px 0 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

.calc-form-notes {
    width: 100%;
    font-size: 13px;
    line-height: 24px;
    margin-top: 10px;
    text-align: left;
}
.calc-form-notes b {
    font-weight: 500;
}

.calc-form-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    padding: 0;
    margin: 0;
    justify-content: center;
}

.calc-form-inputs {
    display: flex;
    flex-direction: column;
    margin-right: 30px;
    width: 100%;
    justify-content: center;
}

.calc-form-descr {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 20px;
    white-space: nowrap;
    text-align: center;
}

.calc-form-descr .input-like-span {
    width: 40px;
}

.speed-divider {
    padding-right: 6px;
}

.sca-x-air__param-row, .sca-air__param-row {
    justify-content: flex-start;
    padding-left: 20px;
}

.calc-form-params {
    display: flex;
    flex-direction: column;
    max-width: 600px;
}

.calc-form-params .calc-form-descr {
    text-align: center;
}

.calc-form-input-row {
    width: 100%;
    display: flex;
    flex-direction: row;
    margin-bottom: 20px;
    justify-content: center;
}

.calc-label {
    font-size: 16px;
    line-height: 55px;
    padding-right: 12px;
    text-align: right;
}

.sca-x-air__item .calc-label {
    width: 70px;
}

.sca-x-air-form, .sca-air-form, .sca-x-air-facility-form, .sca-air-facility-form {
    padding-top: 0 !important;
}

.sca-x-air-form .form-item-label.form-item-label__label-air {
    width: 100px;
}

.sca-x-air-form .form-item-label.form-item-label__label-air .text-input{
    padding-top: 10px;
}

.calc-label-descr {
    font-size: 16px;
    line-height: 55px;
    padding-left: 12px;
}

.calc-param-table {
    border: 1px solid #c6c7c7;
    width: 100%;
    border-collapse: collapse;
}

.calc-param-table tr {
    border: none;
    background: none;
}

.calc-param-table td {
    width: 33%;
    border: none;
    font-size: 16px;
    line-height: 24px;
    padding: 10px;
    box-sizing: border-box;
}

.input-like-span {
    border: none;
    outline: none;
    font-size: 16px;
    line-height: 24px;
    cursor: text;
    width: 100%;
    padding: 0;
    color: #707070;
    text-align: center;
    font-family: Raleway, sans-serif;
}

.calc__result-wrp {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
    align-self: center;
}

.calc-form-notes b {

}
.result-table {
    border: none;
    border-collapse: collapse;
    width: 100%;
}

.result-table tr {
    border: none;
    border-bottom: 1px solid #c6c7c7;
    background: none;
}

.result-table tr.no-border {
    border: none;
}

.result-table td {
    text-align: center;
    border: 3px solid #ffffff;
    font-size: 16px;
    line-height: 24px;
    background-color: #dddddd;
    white-space: nowrap;
}

.result-table tr.header-tr {
    border-bottom: none;
    background-color: #f6f6f6;
}

.result-table tr.header-tr td {
    text-align: center;
    border: 3px solid #ffffff;
    font-weight: 500;
}

.result-table tr:not(.header-tr) td:last-child {
    text-align: left;
    background-color: #f6f6f6;

}

.result-table tr:not(.header-tr) td:last-child input {
    font-weight: 500;
    font-size: 28px;
    color: #E96758;
    background-color: transparent;
}
.result-table .sca_x_air_cfm_result-td {
    background-color: #f6f6f6;
}

.result-table .input-like-span {
    text-align: center;
}

.sca-x-air-facility__item .calc-form-inputs {
    margin-right: 0;
    width: 100%;
}

.sca-x-air-facility__item .calc-label {
    width: 240px;
}

.sca-x-air-facility-form .form-item-label.form-item-label__label-air {
    width: 100px;
}

.sca-x-air-facility-form .form-item-label.form-item-label__label-air .text-input{
    padding-top: 10px;
}

.sca-x-air-facility-form .calc-label-descr {
    min-width: 320px;
}

.sca-x-air-facility__item .result-table {
    max-width: 590px;
}

.sca-x-air-facility__item .input-like-span {
    width: 100%;
    text-align: center;
    margin-left: 0;
    background-color: transparent;
    font-weight: 500;
    font-size: 28px;
    color: #E96758;
}

.sca-x-air-facility__item tr.header-tr input {
    background-color: #f6f6f6;
    margin-left: 0;
}


.sca-air__item .calc-label {
    width: 70px;
}

.sca-air-form .form-item-label.form-item-label__label-air {
    width: 100px;
}

.sca-air-form .form-item-label.form-item-label__label-air .text-input{
    padding-top: 10px;
}

.sca-air-facility__item .calc-form-inputs {
    margin-right: 0;
    width: 100%;
}

.sca-air-facility__item .calc-label {
    width: 240px;
}

.sca-air-facility-form .form-item-label.form-item-label__label-air {
    width: 100px;
}

.sca-air-facility-form .form-item-label.form-item-label__label-air .text-input{
    padding-top: 10px;
}

.sca-air-facility-form .calc-label-descr {
    min-width: 320px;
}

.sca-air-facility__item .result-table {
    max-width: 590px;
}

.sca-air-facility__item .input-like-span {
    width: 100%;
    text-align: center;
    margin-left: 0;
    font-weight: 500;
    font-size: 18px;
    color: #525252;
}

.sca-air-facility__item tr.header-tr input {
    background-color: #f6f6f6;
    margin-left: 0;
}

.air-slide-btns {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.air-slide-btns .Button {
    margin-right: 5px;
    margin-left: 5px;
}

.air-calculator-container {
    width: 85%;
    margin-top: 30px;
}

.air-calculator-container .typetabs {
    width: 100%;
    margin-top: 20px;
}

.typetabs-wrap {
    width: 100%;
}

.typetabs-content {
    width: 100%;
}

.air-filter-texts {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    position: absolute;
    bottom: 10px;
    left: 45px;
    z-index: 30;
}

.air-filter-texts__item {
    margin: 0 40px 0 0;
}

.air-filter-texts__item-title {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 5px;
    color: #484848;
    font-weight: 500;

}

.air-filter-texts__item-descr {
    font-size: 14px;
    line-height: 18px;
    color: #4d4d4d;
    font-weight: 400;
}


.Button-Configure.info-btn {
    background-color: #ffffff;
}

.Button-Configure.info-btn .Button-Text {
    color: #E96758;
}

.Button-Configure.info-btn .Button-Circle {
    background-color: #eeeeee;
}

.air-filter-img-wrp-scroll {
    height: 100%;
    width: 100%;
}

.typetabs li.current {
    background-color: #fff;
    border-bottom: 1px solid #fff;
}

.typetabs li.current:after {
    border-bottom: 1px solid #fff;
}

.sca-x-air__param-row {
    width: 100%;
    margin-top: 0;
}

.sca-air__param-row {
    width: 100%;
    margin-top: 0;
    padding-left: 20px;
}

.air-calculator-container h3 {
    margin-top: 30px;
}

.trusted-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.trusted-item {
    width: 105px;
    height: 105px;
    margin: 15px 10px;
    background: url('/assets/images/safe-t/air/sports-logos.jpg.webp') no-repeat;
    background-size: 750%;
    filter: grayscale(100%);
    opacity: 0.8;
    cursor: pointer;
    transition: all 0.6s ease;
}

.trusted-item:hover {
    filter: grayscale(0%);
    opacity: 1;
}

.trusted-item-1 { background-position: -10px -3px; }
.trusted-item-2 { background-position: -120px -3px; }
.trusted-item-3 { background-position: -230px -3px; }
.trusted-item-4 { background-position: -342px -3px; }
.trusted-item-5 { background-position: -453px -3px; }
.trusted-item-6 { background-position: -563px -3px; }
.trusted-item-7 { background-position: -674px -3px; }
.trusted-item-8 { background-position: -10px -115px; }
.trusted-item-9 { background-position: -120px -115px; }
.trusted-item-10 { background-position: -230px -115px; }
.trusted-item-11 { background-position: -342px -115px; }
.trusted-item-12 { background-position: -453px -115px; }
.trusted-item-13 { background-position: -563px -115px; }
.trusted-item-14 { background-position: -674px -115px; }

.trusted-container .trusted-h3-blank {
    margin-top: 10px;
    margin-bottom: 40px;
    line-height: 1px;
}


.trusted-logo-item {
    background: url('/assets/images/safe-t/air/logos.jpg.webp') no-repeat;
    box-sizing: border-box;
    margin: 25px 20px;
}

.trusted-logo-item-1 { width: 330px; height: 60px; background-size: 407%; background-position: -107px -42px; }
.trusted-logo-item-2 { width: 330px; height: 60px; background-size: 500%; background-position: -709px -60px; }
.trusted-logo-item-3 { width: 230px; height: 60px; background-size: 515%; background-position: -889px -37px; }
.trusted-logo-item-4 { width: 210px; height: 60px; background-size: 606%; background-position: -43px -147px; }
.trusted-logo-item-5 { width: 250px; height: 60px; background-size: 530%; background-position: -310px -159px; }
.trusted-logo-item-6 { width: 330px; height: 60px; background-size: 380%; background-position: -603px -150px; }
.trusted-logo-item-7 { width: 245px; height: 60px; background-size: 420%; background-position: -798px -120px; }
.trusted-logo-item-8 { width: 250px; height: 60px; background-size: 446%; background-position: -71px -229px; }
.trusted-logo-item-9 { width: 275px; height: 60px; background-size: 432%; background-position: -382px -244px; }
.trusted-logo-item-10 { width: 220px; height: 80px; background-size: 600%; background-position: -773px -261px; }
.trusted-logo-item-11 { width: 160px; height: 60px; background-size: 800%; background-position: -1026px -269px; }
.trusted-logo-item-12 { width: 340px; height: 60px; background-size: 380%; background-position: -201px -394px; }
.trusted-logo-item-13 { width: 170px; height: 60px; background-size: 680%; background-position: -529px -346px; }
.trusted-logo-item-14 { width: 230px; height: 60px; background-size: 550%; background-position: -841px -382px; }


.trusted-container .ctext {
    font-size: 26px;
    font-weight: 500;
    color: #5e5e5e;
}

.trusted-container .ctext.ctext-trusted-descr {
    font-size: 16px;
    line-height: 24px;
    color: #4d4d4d;
    margin-bottom: 20px;
}

.note-red {
    margin-bottom: 15px;
}

.include-stands-fields .form-single-label-wrap {
    align-items: flex-end;
    justify-content: flex-end;
}


.include-stands-fields .big-label {
    max-width: 340px;
}

.air-video-container {
    margin-bottom: 30px;
}

.air_features__container {
    width: 85%;
}

.plyr__poster {
    background-color: #fff;
}



.cl2-wrap .stand__row  {
    margin-top: -30px;
}
.cl2-wrap .stand__row .ChairsTextWrapper {
    width: 72%;
}
.cl2-wrap .stand__row .ImageWrapper {

    width: 240px;
    max-width: 50%;
}

.form-items-row__ap-type {
    justify-content: center;
    margin-bottom: 20px;
}

.form-items-row__ap-type .form-item-col33 {
    width: 220px;
}

.air-request-form .form-item-label__ap {
    width: 160px;
    position: relative;
    height: 36px;
    line-height: 18px;
    display: flex;
    align-items: center;
}

.form-item-label__ap .CheckBox {
    top: 11px
}

.form-items-row__ap-type .custom-error-wrapper-class {
    width: 100%;
    text-align: center;
    color: #E96758;
    font-size: 13px;
    white-space: nowrap;
}

.form-items-row__ap-type.error-validation .CheckBox {
    border-bottom: 2px solid #E96758;
}

.form-items-row__ap-label p {
    position: relative;
}

.air-request-form .form-items-row__ap-label .item-placeholder {
    line-height: 0;
    left: auto;
}

.air-tabs-btns-wrp {
    width: 100%;
    z-index: 100;
    padding: 20px 0;
    position: sticky;
    top: 30px;
    margin-top: -103px;
}

.air-tabs-btns-wrp.scroll-down {
    top: 0;
}

.air-tabs-btns-wrp.isSticky {
    background-color: #fff;
}

.air-tabs-btns {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.air-tabs-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: calc(33.33333% - 20px);
    font-size: 18px;
    line-height: 24px;
    padding: 18px 0 16px 0;
    margin: 0 15px;
    background-color: #E96758;
    color: white;
    cursor: pointer;
    font-weight: 400;
}

.air-tabs-btn.active {
    color: white;
}

.air-tabs-btn:first-child {
    margin-left: 0;
}

.air-tabs-btn:last-child {
    margin-right: 0;
}

.air-tab {
    width: 100%;
}

.plyr--video {
    width: 100%;
    max-height: calc(100vh - 200px);
}

.two-side-features img {
    max-height: 460px;
}
.two-side-features {
    display: flex;
    flex-wrap: nowrap;
}
.two-side-features .text-part {
    display: flex;
    align-items: center;
    max-width: 540px;
}
.two-side-features ul {

}
.two-side-features ul li {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 1.6;
    list-style: disc;
    margin-left: 30px;
}
.effective-graph-img {max-width: 1000px}
.flow-air-img {max-width: 1000px}

.compare-section {
    margin-top: 30px
}
.compare-section  .ItLabels {
    min-width: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.compare-section  .ItLabelsWrapper {
    display: flex;
    align-items: center;
}
.ItLabels img {
    height: 160px;
}
.compare-section .h4{
    text-align: center;
    margin-bottom: 20px;
    color: #707070;
}
.shorter_filter
{
    margin: 0 50px;
}
.select-wrap22 tr td {
    width: 180px;
}
.select-wrap22 tr td:nth-child(1) {
    min-width: 230px;
    text-align: right;
}
.select-wrap22 tr:nth-child(even) {
    background-color: #fff;
}

.member-image {
    max-width: 700px;
    margin: 0 auto;
}
.air-flow-portable img.flow-air-img {
    max-width: 700px;
    margin: 20px auto 0 auto;
}

.flow-air-img-wrp {
    max-width: 100%;
    margin: 0;
    padding: 0;
    width: 100%;
    overflow-x: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.air-flow-portable .img-scroll {
    min-width: 700px;
    width: auto;
    max-width: none;
}

.air-flow-portable .flow-air-img {
    width: 700px;
    margin: 20px auto 0 auto;
}

.air-flow-upper .img-scroll {
    min-width: 1000px;
    width: auto;
    max-width: none;
}

.air-flow-upper .flow-air-img {
    width: 1000px;
    margin: 20px auto 0 auto;
}

.effective-graph-container .img-scroll {
    min-width: 1000px;
    width: auto;
    max-width: none;
}

.effective-graph-container .effective-graph-img {
    width: 1000px;
    margin: 20px auto 0 auto;
}

.air-rnd-container .resourses-column {
    width: 33%;
}

/*MEDIA QUERIES*/
@media all and (min-width: 1600px) {
    .how-it-works__img-wrp,
    .how-it-works__img-wrp img {
        max-height: 800px;
    }

    .air-filter-texts__item {
        margin: 0 60px 0 0;
    }

    .air-filter-texts {
        left: 85px;
    }
}

@media screen and (min-width: 1920px) {
    .air-filter-texts {
        left: 200px;
    }
}

@media all and (min-width: 2400px) {
    .air-filter-wrp {
        height: 946px;
    }

    .air-filter-text__container-wrp {
        top: 50px;
    }

    .air-filter-texts {
        left: 500px;
    }

    .air-filter-texts__item {
        margin: 0 100px 0 0;
    }


}

@media all and (max-width: 1600px) {
    .air-hiw-btn-6 {
        top: 29px;
        left: 35px;
    }

    .air-hiw-btn-1 {
        top: 171px;
        left: 67px;
    }

    .air-hiw-btn-4 {
        bottom: 200px;
        left: 47px;
    }

    .air-hiw-btn-3 {
        top: 122px;
        right: 33px;
    }

    .air-hiw-btn-2 {
        bottom: 350px;
        right: 47px;
    }

    .air-hiw-btn-5 {
        bottom: 150px;
        right: 47px;
    }

    .OneOfThreeSections:nth-child(1) .ChairsSectionRow:nth-child(1):before {
        width: 69px;
        top: 53px;
        right: -41px;
        transform: rotate(156deg);
    }

    .OneOfThreeSections:nth-child(1) .ChairsSectionRow:nth-child(1):after {
        width: 47px;
        top: 72px;
        right: -21px;
        transform: rotate(180deg);
    }

    .OneOfThreeSections:nth-child(1) .ChairsSectionRow:nth-child(2):before {
        width: 206px;
        top: 35px;
        left: 177px;
        transform: rotate(0deg);
    }

    .OneOfThreeSections:nth-child(1) .ChairsSectionRow:nth-child(2):after {
        width: 176px;
        top: 36px;
        left: 207px;
        transform: rotate(147deg);
    }

    .OneOfThreeSections:nth-child(1) .ChairsSectionRow:nth-child(3):before {
        width: 91px;
        top: 67px;
        right: 23px;
        transform: rotate(148deg);
    }

    .OneOfThreeSections:nth-child(3) .ChairsSectionRow:nth-child(2):before {
        width: 138px;
        top: 108px;
        left: -55px;
        transform: rotate(39deg);
        transform-origin: top left;
    }

    .OneOfThreeSections:nth-child(3) .ChairsSectionRow:nth-child(2):after {
        width: 250px;
        top: 196px;
        left: 302px;
        transform: rotate(180deg);
        transform-origin: top left;
    }

    .OneOfThreeSections:nth-child(3) .ChairsSectionRow:nth-child(3):after {
        width: 62px;
        top: 90px;
        left: 0;
        transform: rotate(205deg);
    }

    .OneOfThreeSections:nth-child(3) .ChairsSectionRow:nth-child(1):after {
        width: 0;
        top: 0;
        left: 0;
        transform: rotate(0deg);
        transform-origin: bottom right;
    }

    .OneOfThreeSections:nth-child(3) .ChairsSectionRow:nth-child(1):before {
        width: 37px;
        top: 125px;
        left: -34px;
        transform: rotate(0deg);
    }

    .air-banner-wrp {
        height: 510px;
    }

    .air-banner-item__sca .air-banner__filter-img {
        width: 150px;
    }

    .air-banner-item__upper  .air-banner__filter-img {
        width: 330px;
        margin-top: 30px;
    }

    .air-banner-item__portable .air-banner__filter-img {
        width: 200px;
        margin-top: 40px;
        margin-bottom: 30px;
    }

    .air-banner-text {
        font-size: 28px;
        line-height: 40px;
    }

    .air-banner-text__percents {
        font-size: 45px;
    }

    .air-info-wrp .category_title {
        font-size: 15px;
        line-height: 21px;
    }

    .air-row__logo {
        margin-bottom: 24px;
        padding-bottom: 15px;
    }

    .air-title {
        font-size: 30px;
    }

    .air-tabs-btn {
        font-size: 14px;
        margin: 0 10px;
        width: calc(33.33333% - 15px);
        padding: 12px 0px 10px 0px;
    }

    .air-slide-btns .Button {
        height: 35px;
        width: 168px;
        min-width: 168px;
    }
}

@media all and (min-width: 1024px) and (max-width: 1680px) {
    .air-filter-texts__item {
        margin: 10px 60px 0 0;
    }

    .air-filter-text-wrp {
        left: 150px;
    }

    .air-filter-texts__item-descr {
        font-size: 14px;
        line-height: 18px;
    }

    .air-filter-texts__item-title {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 5px;
    }
}

@media all and (max-width: 1470px) {
    .calc__item {
        width: calc(50% - 40px);
    }

    .air-filter-wrp {
        height: 700px;
    }

    .air-title {
        text-align: center;
    }

    .air-row__logo .safe-t-logo {
        width: 150px;
    }
}

@media all and (max-width: 1280px) {
    .air-filter-texts {
        left: 0;
    }
}

@media all and (max-width: 1200px) {
    .pollutants-item {
        width: 200px;
    }

    .pollutants-item img {
        width: 100px;
        height: 100px;
    }

    .pollutants-item p {
        font-size: 16px;
        line-height: 20px;
    }

    .result-table td {
        white-space: normal;
    }

    .air-calculator-container {
        max-width: 100%;
        padding-left: 35px;
        padding-right: 35px;
        width: calc(100% - 70px);
    }

    .calc__result-wrp {
        width: calc(100% - 20px);
    }

    .air-filter-wrp {
        height: 650px;
    }

    .air-title {
        text-align: center;
    }

    .air-row__logo .safe-t-logo {
        width: 120px;
    }

    .air-slide-btns {
        justify-content: center;
        align-items: center;
    }

    .air-slide-btns .Button {
        width: auto;
        min-width: 150px;
        margin-bottom: 10px;
    }

    .DownloadBrochureWrap {
        margin-top: 0;
        flex-direction: column;
    }
}

@media all and (max-width: 1134px) {
    .calc-form-wrp {
        padding: 30px 10px;
    }
}

@media all and (max-width: 1024px) {
    .air-filter-text-wrp {
        width: 450px;
        top: 40px;
    }

    .air-calculator-container {
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
        width: 100%;
    }

    .sca-x-air-facility__item .result-table td:first-child {
        padding-left: 20px;
    }

    .cl2_features__container {
        width: 100%;
    }

    .medical-grade__row .ImageWrapper {
        width: 300px;
    }

    .medical-grade__row .ChairsTextWrapper {
        width: calc(100% - 300px);
    }

    .cl2-wrap .right-dir .ImageWrapper {
        width: 300px;
    }

    .cl2-wrap .right-dir .ChairsTextWrapper {
        width: calc(100% - 300px);
    }

    .change-filter-wrp:nth-child(4) img {
        margin-top: -110px;
    }

    .air-row__logo .safe-t-logo {
        width: 100px;
    }

    .air-info-wrp .category_title {
        font-size: 16px;
    }

    .air-title {
        text-align: center;
    }

    .air-descr {
        font-size: 14px;
    }

    .air-slide-btns {
        flex-direction: column;
    }

    .air-info-wrp {
        width: 230px;
    }

    .air-slide-btns .Button {
        width: auto;
        min-width: 150px;
        margin-bottom: 10px;
    }

    .DownloadBrochureWrap {
        margin-top: 0;
        flex-direction: column;
    }

    .calc-form-inputs {
        margin-right: 5px;
        margin-left: 5px;
    }

    .calc__item {
        min-width: 360px;
    }

    .air-tabs-btns {
        display: none;
    }

    .air-tabs-btns-dropdown {
        display: flex;
    }

    .air-tabs-btns-wrp {
        top: 60px;
    }

    .air-title {
        font-size: 26px;
    }

    .air-banner-item__portable .air-banner__filter-img {
        margin-top: 25px;
    }

    .air-banner-text {
        font-size: 24px;
        line-height: 34px;
    }

    .air-banner-text__percents {
        font-size: 34px;
    }

    .air-banner-item__sca {
        width: calc(23% - 10px);
    }

    .air-banner-item__upper {
        width: calc(43% - 20px);
    }

}

@media all and (max-width: 900px) {
    .air-filter-text-wrp h3 {
        margin-top: 15px;
        margin-bottom: 15px;
    }
}

@media all and (max-width: 800px) {
    .form-item-label.error-validation .custom-error-wrapper-class {
        font-size: 11px;
    }

    .air-filter-texts__item-title {
        font-size: 14px;
        line-height: 18px;
    }

    .air-filter-texts__item-descr {
        font-size: 12px;
        line-height: 16px;
    }

    .air-filter-text-wrp h3 {
        font-size: 26px;
    }

    .sca-x-air-facility__item .result-table {
        max-width: 100%;
    }

    .calc__result-wrp {
        width: 100%;
    }

    .air-filter-wrp {
        height: 565px;
    }

    .air-filter-img-wrp {
        height: 625px;
    }

    .air-unit-bg-img {
        height: 625px;
    }

    .air-filter-text-wrp {
        top: 60px;
    }

    .air-filter-texts {
        left: -30px;
    }
}

@media all and (max-width: 740px) {
    .medical-grade-img {
        width: auto;
    }
    .cl2-wrap .right-dir .ImageWrapper {
        width: auto;
        margin-left: auto;
        margin-right: auto;
    }
    .medical-grade__row .ImageWrapper {
        width: auto;
    }
    .cl2-wrap .features__section .h4 {
        text-align: center;
    }
    .medical-grade__row .ChairsTextWrapper {
        padding: 0;
        width: calc(100%);
    }

    .cl2-wrap .right-dir .ChairsTextWrapper {
        text-align: center;
        padding: 0;
        width: calc(100%);
    }
    .cl2-wrap .features__section .right-dir .h4 {
        text-align: center;
    }
    .cl2-wrap .right-dir .ImageWrapper {
        margin: 0 auto;
        order: 1;
    }
    .cl2-wrap .features__section .description {
        margin-top: 0;
    }
    .cl2-wrap .third-row.touchless-control .ImageWrapper {
        width: auto;
        margin-left: auto;
        margin-right: auto;
        margin-top: 20px;
    }
    .cl2-wrap .third-row .ChairsTextWrapper {
        width: auto;
        margin-right: 0;
        margin-left: 0;
        padding: 0;
    }
    .cl2-wrap .third-row .ChairsTextWrapper .h4 {
        margin-top: 40px;
    }
    .OneOfThreeSections:nth-child(3) .ChairsSectionRow {
        flex-direction: column;
    }

    .ChairsFullScreenContainer {
        padding-bottom: 0;
        padding-top: 0;
    }
    .how-it-works__wrp .Container {
        margin: 0;
        width: 100%;
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
        box-sizing: border-box;
    }
    .OneOfThreeSections:nth-child(1) {
        width: 100%;
    }
    .OneOfThreeSections:nth-child(2) {
        width: 100%;
    }
    .OneOfThreeSections:nth-child(3) {
        width: 100%;
    }
    .pollutants-item {
        width: 150px;
    }

    .pollutants-item img {
        width: 80px;
        height: 80px;
    }

    .pollutants-item p {
        font-size: 14px;
        line-height: 18px;
    }

    .air-row__logo .safe-t-logo {
        position: relative;
        width: 100px;
        margin-left: 40px;
    }

    .air-row__logo {
        position: relative;
        margin-bottom: 10px;
        border-bottom: 1px solid #555759;
        padding-bottom: 7px;
    }

    .air-banner-wrp {
        width: 100%;
        height: 660px;
        margin-bottom: 5px;
    }

    .air-title {
        color: #707070;
        font-size: 31px;
        text-transform: none;
        margin: 0;
        text-align: center;
        font-weight: 400;
    }

    .air-row__logo .safe-t-logo {
        width: 100px;
        margin-left: 40px;
    }

    .air-info-wrp .category_title {
        font-size: 14px;
        margin-top: 0;
    }

    .how-it-works-title .h3 {
        margin-top: 0.93em;
    }

    .how-it-works-title {
        margin-top: 10px;
    }

    .ChairsTextWrapper .h4 {
        margin-bottom: -10px;
    }

    .cl2-wrap .features__section .h4 {
        font-size: 23px;
        margin-bottom: 12px;
        margin-top: 24px;
    }

    .IndustrialStrength {
        position: relative;
        margin-top: 180px;
    }

    .air-filter-text-wrp {
        width: auto;
        position: relative;
        left: auto;
        margin: auto auto 45px auto;
        right: auto;
        font-size: 16px;
        text-align: center;
        padding: 0;
        line-height: 24px;
    }
}

@media all and (max-width: 430px) {
    ::-webkit-scrollbar {
        -webkit-appearance: none;
        width: 7px;
        height: 6px;
        background: #e6e6e6;
    }

    ::-webkit-scrollbar-thumb {
        border-radius: 2px;
        background-color: rgba(0, 0, 0, .5);
        -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5);
    }

    .air-filter-wrp {
        overflow: hidden;
        margin-top: 30px;
        height: auto;
        flex-direction: column-reverse;
        padding: 0;
        background-color: #fff;
    }

    .air-filter-wrp img {
        height: 625px;
        max-height: none;
        top: -226px;
    }

    .air-filter-text__container-wrp {
        position: relative;
        margin-top: 170px;
        background-color: #f4f4f4;
    }

    .pollutants-item {
        width: 85px;
    }

    .pollutants-item img {
        width: 60px;
        height: 60px;
    }

    .pollutants-item p {
        font-size: 14px;
        line-height: 20px;
    }

    .whisper-quiet-img {
        max-width: 230px;
    }

    .six-img-wrp-scroll {
        min-width: 1130px;
    }

    .six-img-wrp {
        overflow-x: scroll;
    }

    .pollutants-container h3 {
        margin-top: 30px;
    }

    .air-specification-container h3 {
        margin-top: 30px;
    }

    .change-filter-wrp img {
        max-height: 180px;
    }

    .change-filter-wrp picture {
        margin: 0 auto;
    }

    .change-filter-text-wrp {
        max-width: 100%;
    }

    .change-filter-wrp:nth-child(4) img {
        margin-top: -50px;
    }

    .air-specification-container table .image img {
        height: auto;
    }

    .air-specification__table-wrp {
        width: 100%;
        overflow-x: scroll;
    }

    .air-specification__table-wrp-scroll {
        min-width: 600px;
    }

    .air-specification-container table td {
        font-size: 14px;
    }

    #clear2_form_up .form-single-row-fields .big-label {
        font-size: 14px;
    }

    #clear2_form_up .text-input {
        height: 35px;
    }

    #clear2_form_up .form-single-row-fields {
        margin-bottom: 15px;
    }

    #air-request-form h3 {
        margin-bottom: 10px;
        margin-top: 40px;
    }

    #clear2_form_up .form-single-row-fields .item-placeholder {
        line-height: 35px;
        top: -12px;
    }

    #clear2_form_up .include-stands-fields .item-placeholder {
        top: 6px;
    }

    .awards-text-wrp {
        display: none;
    }

    .award-content {
        padding-left: 0;
        width: auto;
        max-width: none;
    }

    .award_columns {
        flex-direction: column;
    }

    .award_column {
        width: 100%;
        max-width: none;
        margin-bottom: 30px;
        margin-right: 0;
        margin-left: 0;
    }

    .awards-wrp {
        height: auto;
    }

    .award-content__img-wrp {
        margin-bottom: 10px;
    }

    .wait48 {
        margin-bottom: 20px;
        margin-top: 5px;
    }

    .landing-page-only .gallery .Container .h2 {
        margin-top: 30px;
    }

    .award_column:nth-child(1) .award-content__img-wrp {
        max-width: 240px;
    }

    .award_column:nth-child(2) .award-content__img-wrp {
        max-width: 220px;
    }

    .award_column:nth-child(3) .award-content__img-wrp {
        max-width: 210px;
    }

    .air-filter-text-wrp {
        margin-top: -50px;
    }

    .air-filter-text-wrp h3 {
        margin-top: 20px;
        font-size: 20px;
    }


    .air-tooltip.active {
        display: flex;
        border: 1px solid #a8a8a8;
        border-radius: 4px;
        font-size: 14px;
        color: #6491f7;
        font-weight: 500;
        line-height: 26px;
        padding: 0 10px;
        position: absolute;
        background-color: #f2f2f2;
    }

    .air-tooltip-6 {
        top: 75px;
        left: 45px;
    }
    .DownloadBrochureWrap {
        flex-direction: row;
    }
    .air-slide-btns {
        flex-direction: row;
        justify-content: center;
    }

    .air-slide-btns .Button {
        margin-bottom: 10px;
    }

    .DownloadBrochureWrap {
        margin-top: 4px;
    }

    .air-filter-text__container-wrp {
        order: 1;
        position: relative;
        margin: 0;
        padding: 0;
    }

    .container__safe-t .Button-Configure {

        width: 130px;
        min-width: 130px;
    }
    .container__safe-t .ctext p {
        font-size: 14px;
        line-height: 22px;
    }


    .air-filter-img-wrp {
        overflow-x: scroll;
        height: 400px;
        margin-top: 0;
    }

    .air-filter-img-wrp-scroll {
        width: 1200px;
        height: 400px;
        overflow: hidden;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }

    .air-filter-texts {
        width: 1054px;
    }

    .typetabs {
        border-bottom: 1px solid #adadad;
    }

    .calc-form-header {
        width: 100%;
    }

    .calc__item {
        width: 100%;
        margin: 0;
        min-width: auto;
    }

    .calc-label {
        line-height: 35px;
        font-size: 14px;
    }

    .calc-label-descr {
        line-height: 35px;
        font-size: 14px;
    }

    .sca-x-air-form .form-item-label.form-item-label__label-air .text-input,
    .sca-air-form .form-item-label.form-item-label__label-air .text-input,
    .sca-x-air-facility-form .form-item-label.form-item-label__label-air .text-input,
    .sca-air-facility-form .form-item-label.form-item-label__label-air .text-input {
        height: 35px;
        line-height: 35px;
        font-size: 14px;
    }

    .calc__result-wrp {
        margin-top: 10px;
    }

    .calc-form-wrp {
        padding: 10px;
    }

    .result-table tr:not(.header-tr) td:last-child input {
        font-size: 16px;
    }

    .air-hiw-btn:not(.disabled):hover img {
        transform: rotateZ(0deg);
        transition: all 0.6s ease;
    }

    .air-hiw-btn.active img {
        transform: rotateZ(45deg) !important;
        transition: all 0.6s ease;
    }

    .clear2-result {
        margin-top: 4px;
    }

    .air-calculator-container h3 {
        margin-top: 10px;
    }

    .cl2-wrap .ChairsSectionRow {
        margin: 20px 0;
    }

    .stand__row .ImageWrapper {
        width: 100%;
        max-width: none;
        align-items: center;
    }

    .air-banner-wrp {
        position: relative;
        height: 580px;
        padding-bottom: 200px;
        max-height: none;
    }

    .air-banner-text {
        position: absolute;
        font-size: 16px;
        line-height: 22px;
        top: 80px;
        left: 170px;
    }

    .air-banner-text__percents {
        font-size: 26px;
    }

    .air-banner-item__sca  .air-banner__filter-img {
        position: absolute;
        width: 100px;
        top: 30px;
    }

    .air-banner-item__upper  .air-banner__filter-img {
        position: absolute;
        width: 300px;
        margin: 0;
        top: 170px;
        left: 30px;
    }

    .air-banner-item__portable .air-banner__filter-img {
        position: absolute;
        width: 180px;
        margin: 0;
        top: 250px;
        left: 130px;
    }

    .Header {
        height: 56px;
    }

    .air-tabs-btns {
        display: none;
    }

    .air-tabs-btns-dropdown .stcP {
        margin-right: 0;
        margin-bottom: 10px;
        margin-top: 0;
        width: 100%;
        text-align: left;
        box-sizing: border-box;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 0;
    }

    .air-tabs-btns-dropdown .stcUl.onlyMobile {
        width: calc(100% - 16px);
        box-sizing: border-box;
        margin-left: 8px;
        margin-right: 8px;
        padding-left: 8px;
    }

    .air-info-wrp {
        position: absolute;
        bottom: 0;
        left: 0;
        width: calc(100% - 40px);
        margin-left: 20px;
        margin-right: 20px;
    }

    .air-title {
        font-size: 29px;
    }

    .air-tabs-btns-wrp {
        top: 56px;
        margin-top: 0;
        padding-top: 0;
    }

    .flow-air-img-wrp {
        display: block;
    }

    .ItLabelsWrapper {
        flex-direction: column;
        justify-content: center;
    }

    .compare-section .ItLabels {
        max-width: none;
        min-width: auto;
        width: 100%;
        margin-bottom: 30px;
    }


    .compare-section .ItLabels:last-child {
        margin-bottom: 0;
    }

    .compare-section .h4 {
        text-align: center;
    }

    .compare-section {
        padding-bottom: 30px;
    }

    .select-wrap22 tr td:nth-child(1) {
        min-width: auto;
        width: 120px;
    }
}

@media all and (max-width: 320px) {
    #clear2_form_up .form-single-row-fields .dbl-320-label .item-placeholder {
        top: 6px;
    }

    .air-banner-wrp {
        height: 765px;
    }

    .air-info-wrp {
        bottom: -15px;
    }
}

@media all and (min-width: 414px) and (min-height: 896px) {
    .air-info-wrp {
        bottom: 35px;
    }
}

@media all and   (min-width: 1440px) {
    .trusted-wrp {
        width: 90%;
    }
}

@media all and (min-width: 320px) and (max-width: 475px) {
    #gallery .Container .h2 {
        display: none;
    }

    .DownloadBrochure {
        font-size: 14px;
    }

    .DownloadBrochureWrap {
        margin-top: -3px;
    }

    .DownloadBrochure .resImg {
        padding-right: 7px;
    }
}

@media all and (min-width: 414px) and (max-width: 475px) {
    .air-banner-wrp {
        height: 535px;
    }
}
/*NO CSS CLASSES HERE, ONLY MEDIA QUERIES*/
/*SEARCH MEDIA START TO WRITE COMMON CSS*/
/*END OF FILE!!!!!!!!!!!!*/