@font-face {
  font-family: 'Myriad Pro';
  src: url("../fonts/MyriadPro-Regular.eot");
  src: url("../fonts/MyriadPro-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/MyriadPro-Regular.woff2") format("woff2"), url("../fonts/MyriadPro-Regular.woff") format("woff"), url("../fonts/MyriadPro-Regular.ttf") format("truetype"), url("../fonts/MyriadPro-Regular.svg#MyriadPro-Regular") format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Myriad Pro';
  src: url("../fonts/MyriadPro-Semibold.eot");
  src: url("../fonts/MyriadPro-Semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/MyriadPro-Semibold.woff2") format("woff2"), url("../fonts/MyriadPro-Semibold.woff") format("woff"), url("../fonts/MyriadPro-Semibold.ttf") format("truetype"), url("../fonts/MyriadPro-Semibold.svg#MyriadPro-Semibold") format("svg");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Myriad Pro';
  src: url("../fonts/MyriadPro-Light.eot");
  src: url("../fonts/MyriadPro-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/MyriadPro-Light.woff2") format("woff2"), url("../fonts/MyriadPro-Light.woff") format("woff"), url("../fonts/MyriadPro-Light.ttf") format("truetype"), url("../fonts/MyriadPro-Light.svg#MyriadPro-Light") format("svg");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Myriad Pro Light';
  src: url("../fonts/MyriadPro-Light.eot");
  src: url("../fonts/MyriadPro-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/MyriadPro-Light.woff2") format("woff2"), url("../fonts/MyriadPro-Light.woff") format("woff"), url("../fonts/MyriadPro-Light.ttf") format("truetype"), url("../fonts/MyriadPro-Light.svg#MyriadPro-Light") format("svg");
  font-weight: 300;
  font-style: normal;
}


html {
    font-size: 16px;
    font-family: "Myriad Pro", sans-serif;
}

body {
    font-family: "Myriad Pro", sans-serif;
}

* {
    outline:none !important;
}

img {
    max-width: 100%;
}



.block_city {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
    padding-left: 0;
    padding-right: 0;
    display: none;
}

.block_city.active {
    display: block;
}

.cities {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;

}

.city__group {
    width:20%;
    padding: 0 20px;
    box-sizing: border-box;
    margin-bottom: 2.5rem;
}

.city__liter {
    font-size: 3.125rem;
    line-height: 1;
    color: #44a326;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #5c5c5c;
    display: inline-block;
    min-width: 30%;
    cursor: pointer;
}

.city__item {
    display: block;
    font-size: 1.5625rem;
    color: #5c5c5c;
    margin-bottom: 10px;
    cursor: pointer;
}

a.city__item:hover,
a.city__item:visited,
a.city__item {
    text-decoration: none;
    color: #5c5c5c;
}

.block_city {
    position: relative;
}

.cities__modal-block {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 10;
}

.cities__modal {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    align-items: center;
    justify-content: center;
    z-index: 2;
    display: none;
}


.cities__modal.active {
    display: flex;
}

.cities__overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.5);
}

.container-fluid {
    overflow: hidden;
}

.cities__overlay:before {
    content: '';
    width: 15px;
    height: 100%;
    background: rgba(0,0,0,0.5);
    position: absolute;
    left: -15px;
    top: 0;
}

.cities__overlay:after {
    content: '';
    width: 15px;
    height: 100%;
    background: rgba(0,0,0,0.5);
    position: absolute;
    right: -15px;
    top: 0;
}

.cities__body {
    width: 700px;
    min-width: 300px;
    max-height: 80%;
    padding: 25px 50px;
    background: #fff;
    position: relative;
    z-index: 3;
}

.cities__close {
    position: absolute;
    top: 10px;
    right: 20px;
    width: 23px;
    height: 31px;
    background: url(../img/ui/close_grey_default.svg) no-repeat center center;
    background-size: cover;
    cursor: pointer;
    z-index: 1;
}

.cities__close:hover {
    background: url(../img/ui/close_green_active.svg) no-repeat center center;
}

.cities__header {
    font-size: 2.0625rem;
    color: #44a326;
    text-align: center;
}

.shops_name {
    font-size: 1.5625rem;
    color: #44a326;
    margin-bottom: 15px;
}

.shops_line {
    font-size: 1.25rem;
    color: #3a3939;
}

.shops__item {
    margin-bottom: 30px;
}
.shops {
    max-height: 50vh;
    overflow: auto;
}

.mCSB_scrollTools {
    width: 3px;
}

.mCSB_draggerContainer {
    position: relative;
}

.mCSB_draggerContainer:before {
    display: block;
    content: '';
    width: 1px;
    height: 100%;
    background: #8b8b8a;
    margin-left: 1px;
}

.mCSB_scrollTools .mCSB_dragger {
    width: 3px;
    background: #44a326;
    left: 0px;
}

.mCS-autoHide>.mCustomScrollBox>.mCSB_scrollTools, 
.mCS-autoHide>.mCustomScrollBox~.mCSB_scrollTools {
    opacity: 1 !important;
}

/*buy button*/
#buybutton{top:150px;right:10px;position:fixed;z-index:110;}

.img-circle{
    background-color:#44a326;
    box-sizing:content-box;
    -webkit-box-sizing:content-box;
}
.circletext{
    z-index: 12;
    box-sizing:content-box;
    -webkit-box-sizing:content-box;
    border: 2px solid #44a326;
    width:198px;
    height:198px;
    width:10.3125vw;
    height:10.3125vw;
    /*bottom:-25px;*/
    top:0px;
    right:10px;
    right:0.5208333333333334vw;
    position:absolute;
    -webkit-border-radius:100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    opacity: .5;
    -webkit-animation: circle-anim 2.4s infinite ease-in-out !important;
    -moz-animation: circle-anim 2.4s infinite ease-in-out !important;
    -ms-animation: circle-anim 2.4s infinite ease-in-out !important;
    -o-animation: circle-anim 2.4s infinite ease-in-out !important;
    animation: circle-anim 2.4s infinite ease-in-out !important;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all 0.5s;
}
.circle-fill{
    z-index: 11;
    box-sizing:content-box;
    -webkit-box-sizing:content-box;
    background-color:#44a326;
    width:132px;
    height:132px;
    height:6.875vw;
    width:6.875vw;
    /*bottom:0px;*/
    top:33px;
    top:1.71875vw;
    right:43px;
    right:2.2395833333333335vw;
    position:absolute;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: circle-fill-anim 2.3s infinite ease-in-out;
    -moz-animation: circle-fill-anim 2.3s infinite ease-in-out;
    -ms-animation: circle-fill-anim 2.3s infinite ease-in-out;
    -o-animation: circle-fill-anim 2.3s infinite ease-in-out;
    animation: circle-fill-anim 2.3s infinite ease-in-out;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;-o-transition: all .5s;transition: all 0.5s;
}
.img-circle{
    z-index: 10;
    box-sizing:content-box;
    -webkit-box-sizing:content-box;
    width:102px;
    height:102px;
    width:5.3125vw;
    height:5.3125vw;
    /*bottom: 14px;*/
    top:48px;
    top:2.5vw;
    right: 58px;
    right:3.0208333333333335vw;
    position:absolute;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: .7;
}
.img-circleblock{
    box-sizing:content-box;
    -webkit-box-sizing:content-box;
    width:102px;
    height:102px;
    width:5.3125vw;
    height:5.3125vw;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    color: #FFF;
    position: relative;
    z-index: 12;
    font-weight:normal;
    font-size:25px;
    font-size:1.3vw;
    cursor:pointer;
    
}
.img-circle:hover{opacity: 1;}

@keyframes pulse {0% {transform: scale(0.9);opacity: 1;}
  50% {transform: scale(1); opacity: 1; }   
  100% {transform: scale(0.9);opacity: 1;}}
 @-webkit-keyframes pulse {0% {-webkit-transform: scale(0.95);opacity: 1;}
  50% {-webkit-transform: scale(1);opacity: 1;}   
  100% {-webkit-transform: scale(0.95);opacity: 1;}}
@keyframes tossing {
  0% {transform: rotate(-8deg);}
  50% {transform: rotate(8deg);}
  100% {transform: rotate(-8deg);}}
@-webkit-keyframes tossing {
  0% {-webkit-transform: rotate(-8deg);}
  50% {-webkit-transform: rotate(8deg);}
  100% {-webkit-transform: rotate(-8deg);}}
@-moz-keyframes circle-anim {
  0% {-moz-transform: rotate(0deg) scale(0.5) skew(1deg);opacity: .1;-moz-opacity: .1;-webkit-opacity: .1;-o-opacity: .1;}
  30% {-moz-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .5;-moz-opacity: .5;-webkit-opacity: .5;-o-opacity: .5;}
  100% {-moz-transform: rotate(0deg) scale(1) skew(1deg);opacity: .6;-moz-opacity: .6;-webkit-opacity: .6;-o-opacity: .1;}}
@-webkit-keyframes circle-anim {
  0% {-webkit-transform: rotate(0deg) scale(0.5) skew(1deg);-webkit-opacity: .1;}
  30% {-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);-webkit-opacity: .5;}
  100% {-webkit-transform: rotate(0deg) scale(1) skew(1deg);-webkit-opacity: .1;}}
@-o-keyframes circle-anim {
  0% {-o-transform: rotate(0deg) kscale(0.5) skew(1deg);-o-opacity: .1;}
  30% {-o-transform: rotate(0deg) scale(0.7) skew(1deg);-o-opacity: .5;}
  100% {-o-transform: rotate(0deg) scale(1) skew(1deg);-o-opacity: .1;}}
@keyframes circle-anim {
  0% {transform: rotate(0deg) scale(0.5) skew(1deg);opacity: .1;}
  30% {transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .5;}
  100% {transform: rotate(0deg) scale(1) skew(1deg);
opacity: .1;}}
@-moz-keyframes circle-fill-anim {
  0% {-moz-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
  50% {-moz-transform: rotate(0deg) -moz-scale(1) skew(1deg);opacity: .2;}
  100% {-moz-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}
@-webkit-keyframes circle-fill-anim {
  0% {-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;  }
  50% {-webkit-transform: rotate(0deg) scale(1) skew(1deg);opacity: .2;  }
  100% {-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}
@-o-keyframes circle-fill-anim {
  0% {-o-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
  50% {-o-transform: rotate(0deg) scale(1) skew(1deg);opacity: .2;}
  100% {-o-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}
@keyframes circle-fill-anim {
  0% {transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
  50% {transform: rotate(0deg) scale(1) skew(1deg);opacity: .2;}
  100% {transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}
/*/buy button*/

.block-25_line
 {
    padding-top: 1.125rem;
    background-color: #f8f8fa;
    background-repeat: no-repeat;
    background-position: center 180px;
    padding-bottom: 1.875rem;
}

.ribbon_blue {
    background-image: url(/local/templates/ballu/images/turbo/lenta.png); 
    background-position: center top 130px;
}

.compare__left {
    float: left;
    width: 25%
}
.compare__right {
    float: right;
    width: 75%;
    position: relative;
    z-index: 2;
}

.compare__cell {
    padding: 5px 0px;
    font-size: 1.1rem;
    color: #706f6f;
    display: flex;
    align-items: center;
    position: relative;

}

.compare__cell_same {
    overflow: visible !important;
}

.compare__left .compare__cell.hover {
    z-index: 2;
}

.compare__left .compare__cell.hover:before {
    content: '';
    width: 4000px;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    left: -1000px;
    z-index: -1;
}


.compare__cell_name:before,
.compare__cell_img:before,
.compare__cell_controls:before
{
    background:initial !important;
    display: none;
}

.compare__right .compare__cell {
    justify-content: center;
}

.compare__cell:nth-child(odd) {
    /*background-color: #cecece;*/
}

.compare__cell_name {
    font-size: 1.5625rem;
    color: #706f6f;
    padding: 15px 0;
}

.compare__item {
    float: left;
    display: inline-block;
    width:calc(33% - 2px);
    box-sizing: border-box;
    text-align: center;
    border: 1px solid transparent;
    margin: 0 20px;
}

.compare__item:hover {
    border:  1px solid  #44a326;
}


.compare__cell_img {
    display: flex;
    height: 130px;
    align-items:flex-end;
    position: relative;

}

.compare__left .compare__cell_img:after {
    content: "";
    position: absolute;
    width: 4000px;
    height: 10px;
    background: #edecec;
    left: 0;
    bottom: -7px;
    z-index: 0;
    left: -2000px;
}

.compare__cell_img img {
    max-height: 90%;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.compare__cell_char-main {
    font-family: "Myriad Pro Light";
    color: #52ae32;
    font-size: 1.5625rem;
}

.compare__right .compare__cell_char-main {
    font-size: 2.3125rem;
}

.compare__cell_price {
    font-family: "Myriad Pro";
    color: #52ae32;
    font-size: 1.5625rem;
}

.compare__right .compare__cell_price {
    font-size:2.3125rem;
}

.control_delete {
    font-size:1.4375rem;
    color: #706f6f;
    cursor: pointer;
}

.show-different {
    display: none;
}

.control_delete.active .hide-different {
    display: none;
}

.control_delete.active .to-delete {
    transform: rotate(0);
}

.control_delete.active .show-different {
    display: inline;
}

.to-delete {
    display: inline-block;
    width: 17px;
    height: 17px;
    background: url(../img/close2_default.png) no-repeat left center;
    margin-right: 10px;
    position: relative;
    top: 3px;
    cursor: pointer;
    transform: rotate(45deg);
    transition: .5s;
}

.color_green .to-delete{
    background: url(../img/close2_green.png) no-repeat left center;
}
.color_light-blue .to-delete{
    background: url(../img/close2_light-blue.png) no-repeat left center;
}
.color_blue .to-delete{
    background: url(../img/close2_blue.png) no-repeat left center;
}
.color_yellow .to-delete{
    background: url(../img/close2_yellow.png) no-repeat left center;
}

.compare__cell.compare__cell_controls  {
    padding-bottom: 0;
    padding-top:0;
}

.compare__cell_controls .butn {
    width: 100%;
    padding: 5px 10px;
    font-size: 20px;
    margin-bottom: 0;
    border-color: transparent;
    color: #52ae32;
}

.compare__item:hover .butn {
    border-color: #44a326;
    border-left-color: transparent !important;
    border-right:transparent !important;
    border-bottom-color:transparent !important;
}

.compare__item:hover .butn + .butn {
    border-bottom-color: transparent;
}

.compare__item .butn:hover,
.compare__item .butn.butn_blue:hover {
    color: #fff;
}
.butn:hover{
    background: #44a326;
}
.compare__item .butn.butn_blue  {
    color: #169fdb;
}

.compare__item:hover .butn.butn_blue {
    border-color: #169fdb;
}

.slick-arrow {
    transition: .3s;
}

.slick-arrow.slick-disabled {
    opacity: 0 !important;
}

.slick-arrow:hover {
    opacity: 1;
}

.slick-arrow:before,
.slick-arrow:after {
    display: none;
}

.colors {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.colors__item {
    float: left;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    margin-bottom: 10px;
    border: 3px solid #b8b7b7;
    box-sizing: border-box;
    cursor: pointer;
}

.colors__item.active,
.colors__item:hover {
    border: 3px solid #52ae32;
}

.colors__body {
    overflow: hidden;
}


.color_light-blue {
    color: #7a7979 !important;
}

.color_blue {
    color: #48c1cc  !important;
    /*169fdb   Кондиционеры*/
}

.compare__cellcompare__cell_name.color_grey{
    color: #7a7979  !important;
}

.color_grey {
    color: #7a7979  !important;
    
}

.color_yellow {
    color: #7a7979  !important;
}

.color_white {
    color: #fff;
}

.butn_green {
    color: #a2c617;
    border-color:#a2c617;
    /*a2c617   Увлажнители*/
}
.butn_green:hover {
    color: #fff;
    background:#a2c617;
    /*a2c617   Увлажнители*/
}
a.butn_green,
a.butn_green:visited {
    display: block;
    color: #a2c617;
    text-decoration: none;
    /*a2c617   Увлажнители*/
}
a.butn_green:visited:hover,
a.butn_green:hover {
    color: #fff;
    background:#a2c617;
    /*a2c617   Увлажнители*/
}

.butn_light-blue {
    color: #2db8c5;
    border-color:#2db8c5;
}
.butn_light-blue:hover {
    color: #fff;
    background:#2db8c5;
}
a.butn_light-blue,
a.butn_light-blue:visited {
    display: block;
    color: #2db8c5;
    text-decoration: none;
}
a.butn_light-blue:visited:hover,
a.butn_light-blue:hover {
    color: #fff;
    background:#2db8c5;
}

.butn_blue {
    color: #169fdb;
    border-color:#169fdb;
}
.butn_blue:hover {
    color: #fff;
    background:#169fdb;
}
a.butn_blue,
a.butn_blue:visited {
    display: block;
    color: #169fdb;
    text-decoration: none;
}
a.butn_blue:visited:hover,
a.butn_blue:hover {
    color: #fff;
    background:#169fdb;
}



.butn_yellow {
    color: #ffcc00;
    border-color:#ffcc00;
}
.butn_yellow:hover {
    color: #fff;
    background:#ffcc00;
}
a.butn_yellow,
a.butn_yellow:visited {
    display: block;
    color: #ffcc00;
    text-decoration: none;
}
a.butn_yellow:visited:hover,
a.butn_yellow:hover {
    color: #fff;
    background:#ffcc00;
}

.compare__item .butn.butn_grey  {
    color:  #7a7979;
}

.compare__item .butn.butn_light-blue  {
    color:  #169fdb;
}

.compare__item .butn.butn_blue  {
    color: #169fdb;
}

.compare__item .butn.butn_yellow  {
    color: #ffcc00;
}

.compare__item .butn.butn_green:hover
{
    color:  #fff;
    background: #169fdb;
}

.compare__item .butn.butn_light-blue:hover
{
    color:  #fff;
    background: #169fdb;
}

.compare__item .butn.butn_blue:hover
{
    color:  #fff;
    background: #169fdb;
}

.compare__item .butn.butn_yellow:hover
{
    color:  #fff;
    background: #ffcc00;
}

.bg_gray {
    background: #edecec;
}

.bg_green {
    background: #a2c617;
}

.bg_light-blue {
 background:#2db8c5;
}

.bg_blue {
 background:#169fdb;
}

.bg_yellow {
background: #ffcc00 ;
}


.visible_desktop {
    display: block;
}

.visible_mobile {
    display: none;
}

.block__header {
    font-size: 50px;
    text-align: center;
    padding-bottom: 40px;
    font-family: Myriad Pro;
    text-transform: uppercase;
    color: #6d6e71;
}

.compare__slider .slick-arrow:before,
.compare__slider .slick-arrow:after
    {
        display: none;

    }

.compare__slider .slick-prev {
            background: url(/local/templates/ballu/images/promyshlennye-ventilyatory/vlevo.png) no-repeat center center;
            background-size: contain;
            height: 100px !important;
            width: 90px;
            top: 20%;
    }

.compare__slider .slick-next{
            background: url(/local/templates/ballu/images/promyshlennye-ventilyatory/vpravo.png) no-repeat center center;
            background-size: contain;
            height: 100px !important;
            width: 90px;
            top: 20%;
    }


.block-banner{
    position: relative;

}
.block-1__text {
    text-transform: uppercase;
}

.block-1__text {
    float: left;
    display: inline-block;
    position: relative;
    display: flex;
    align-items: stretch;
    margin-bottom: 1.4rem;
    margin-top: -6px;
    width: 100%;
    overflow: hidden;
  }

.block-1__text-1 {
    font-size: 30px;
    line-height: 1;
    color: #5c5c5c;
    font-family: "Myriad Pro";
    align-items: center;
    display: flex;
    text-align: right;
    width: 313px;
}
.block-1__separator {
    width: 1px;
    background: #4db848;
    margin: 0 20px;
   height: 130px;
}

.block-1__text-2-head {
    text-align: left;
    font-size: 50px;
    line-height: 1;
    font-family: "Myriad Pro";
    color: #4db848;
}

.block-1__text{
    position: absolute;
    bottom: 69px;
    left: 133px;
}

.block-1__text-2{
    align-self: center;
}


.block-2{
    background: url(/local/templates/ballu/images/turbo/banner-2.jpg) center top no-repeat;
    min-height: 902px;
    padding: 0 5.9375vw;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.block-2__img{
    width: 545px;
}

.block-2__txt{
    font-family: "Myriad Pro";
    font-size: 40px;
    text-align: center;
}

.slider_turbo {
    padding-left: 120px;
    padding-right: 120px;
}

.header_slider_titile {
    font-size: 60px;
    line-height: 1.3;
    font-family: "Myriad Pro";
    color: #646363;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 80px;
}

.block_slider_ballu {
    background: #edecec;
    padding-top: 90px;
    padding-bottom: 120px;
}

.advatages__title {
    font-size: 32px;
    font-family: "Myriad Pro";
    color: #44a326;
    margin-top: 30px;
}


.block__video-title{
    font-size: 60px;
    line-height: 1.3;
    font-family: "Myriad Pro";
    color: #646363;
    text-align: center;
    text-transform: uppercase;
    padding: 40px 0;
}

.block__video-play{
position: relative;
}

.button__play-img{
    position: absolute;
    top: 0;
    width: 100%;
    box-sizing: border-box;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}


.block__not-text{
    display: flex;
    align-self: center;
    width: 60%;
    padding: 40px 0;
    box-sizing: border-box;
}

.block__text{
    width: 40%;
    padding: 24px 0;
        box-sizing: border-box;
}

.block_left-images{
    padding: 0 5.9375vw;
    display: flex;
}

.left__title{
    font-size: 36px;
    text-align: center;
    color: #4db848;
    font-weight: bolder;
    font-family: "Myriad Pro";
    padding-bottom: 40px;
}

.left__description{
    font-size: 30px;
    color: #4db848;
    text-align: center;
    font-family: "Myriad Pro";
}

.block__text-title{
    font-size: 60px;
    color: #44a326;
    font-weight: bolder;
    font-family: "Myriad Pro";
    padding-bottom: 60px;
}

.block__text-descrption{
    font-size: 30px;
    color: #706f6f;
    font-family: "Myriad Pro";
}


.block__icons, .icon{
display: flex;
}


.block_icon{
    padding: 0 3.59375vw;
}

.icon__img{
    width: 100%;
}

.block__icons-title{
    font-size: 60px;
    line-height: 1.3;
    font-family: "Myriad Pro";
    color: #646363;
    text-align: center;
    text-transform: uppercase;
    padding: 40px 0;
}

.icon__description{
font-size: 24px;
font-family: "Myriad Pro";
color: #646363;
}

.icon__title{
font-size: 30px;
font-family: "Myriad Pro";
color: #646363;
font-weight: bolder;
}


.icon__txt {
    width: 70%;
    box-sizing: border-box;
    padding-left: 20px;
}

.icon__img {
    width: 30%;
}

.icon {
    width: 33%;
    box-sizing: border-box;
    padding: 30px;
}
.block__icons {
    flex-wrap: wrap;
    width: 100%;
}


.prefooter{
position: relative;
}


.prefooter__title{
position: absolute;
top: 30px;
left: 30px;
font-size: 60px;
color: #44a326;
width: 73%;
}
.block-2{
    position: relative;
}
.block-2__text{
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index:1;
    font-family: "Myriad Pro";
    font-size: 17px;
}
.block_slider_ballu-turbo{
    position: relative;
}
.slider_turbo__text{
    position: absolute;
    bottom: 20px;
    left: 100px;
    z-index: 2;
}
.turbo_buy:hover{
   text-decoration: none;
    color: #ffffff;
}
.turbo_buy{
    color: #169fdb;
}
.turbo_buy:focus{
    text-decoration: none;
    color: #169fdb;
}
.cart-modal-add2basket {
    width: 100%;
    height: auto;
    text-align: center;
}
.cart-modal-add2basket__name,
.cart-modal-add2basket__basket {
    margin: 15px 0;
}
#fancybox-content{
    width: auto !important;
}


@media (max-width: 1680px){
.prefooter__title{
    top: 23px;
    font-size: 53px;
}
}

@media (max-width: 1367px){
    .block-1__text {
    bottom: 15px;
    left: 94px;
}


.block_slider_ballu {
    padding-top: 50px;
    padding-bottom: 50px;
}

.header_slider_titile {
    padding-bottom: 50px;
}

.block_icon {
    padding: 0 2.59375vw;
}
.icon {
    padding: 10px;
}

.prefooter__title {
    top: 5px;
    font-size: 50px;
}
}


@media (max-width: 1280px){
.block-1__text {
    bottom: 8px;
    left: 62px;
}
.block-2__img {
    width: 450px;
}

.block-2__txt {
    font-size: 32px;
}
.advatages__title {
    font-size: 30px;}

.left__description{
    font-size: 28px;
}
.block_left-images {
    padding: 0 2.9375vw;
}

.block__text-descrption {
    font-size: 28px;}
    .icon__title {
    font-size: 25px;
}
.icon__description {
    font-size: 23px;
}
.prefooter__title {
    font-size: 47px;
    left: 44px;
}
}


@media (max-width: 1024px){
    .compare__slider_turbo .compare__cell_img img{
        width: 100px;
    }
    .cart-modal-add2basket{
        width: 100%;
    }
.block-1__text {
    bottom: -16px;
    left: 20px;
}

.block-1__text-1{
    font-size: 25px;
}

.block-1__text-2-head{
    font-size: 40px;
}
.block-2__img {
    width: 400px;
}
.slider_turbo {
    padding-left: 100px;
    padding-right: 100px;
}

.slick-slide img{
    width: 400px;
}
.advatages__title{
    font-size: 25px;
}

.header_slider_titile{
    font-size: 50px;
    padding-bottom: 40px;
}

.block__video-title {
    font-size: 50px;}

.button__play-img img{
    width: 15%;
}

.block__not-text{
width: 50%;
}
.block__text{
width: 50%;
}

.block__text-title{
    font-size: 50px;
    padding-bottom: 25px;
}

.block__text-descrption {
    font-size: 25px;
}

.block__icons-title{
    font-size: 50px;
    padding: 20px 0;
}

.icon__txt{
    padding-left: 10px;
}

.icon__title {
    font-size: 23px;
}

.icon__description {
    font-size: 20px;
}

.prefooter__title {
    font-size: 38px;}
}

@media (max-width: 823px){
    .block-1__text {
    bottom: -13px;
    left: -28px;
}
    .slider_turbo__text{
        left: 60px;
        bottom: 9px;
    }
.block-1__separator{
    height: 90px;
}
.block-1__text-2-head{
font-size: 30px;
}
    .block-2__text{
        bottom: 1px;
    }

.block-2{
    min-height: initial;
    background-size: cover;
}
.block-2__img {
    width: 250px;
    padding: 30px 0;
}
.block-2__txt {
    font-size: 25px;
}
.slick-slide img {
    width: 300px;
}
.header_slider_titile {
    font-size: 40px;
    padding-bottom: 30px;
}
.block_slider_ballu {
    padding-top: 30px;
    padding-bottom: 30px;
}
.block__video-title {
    font-size: 40px;
    padding: 30px 0;
}
.block_left-images{
    flex-direction: column-reverse;
}

.block__not-text {
    width: 70%;
}
.block__text {
    width: 100%;
    padding: 20px 70px;
}
.block__text-title{
    text-align: center;
}
.icon{
    flex-direction: column;
}
.icon__img {
    width: 40%}
.block_icon {
    padding: 0 5.59375vw;
}
.prefooter__title {
    font-size: 30px;
}
    .block-2__text{
        text-shadow: 0 0 50px rgba(255,255,255,1);
        color: #5c5c5c;
    }
}

@media (max-width: 812px){
.advatages__title {
    font-size: 23px;
}
}

@media (max-width: 768px){
    .block-2__text{
        display: inline;
        background-color: rgba(255, 255, 255, 0.5);
        padding: 5px;
    }
    .block-2{
        background: url(/local/templates/ballu/images/turbo/banner-2-768.jpg) center top no-repeat;
        min-height: 1016px;
    }
    .compare__cell_img img{
    width: 100px;
    }

    .block-1__text{
        flex-direction: column;
    }
    .block-1__text-1{
    text-align: inherit;
    width: 74%;
    font-size: 40px;
    }
    .block-1__separator{
    margin: 8px 0;
    width: 87%;
    height: 1px;
    }
    .block-1__text-2{
    align-self: inherit;
    }
    .block-1__text {
    bottom: 40px;
    left: 40px;
}
.block-1__text-2-head {
    font-size: 60px;
}
.block-2{
     align-items: inherit;   
}
.block-2__img {
    width: 330px;
    padding: 40px 0;
}
.slider_turbo {
    padding-left: 60px;
    padding-right: 60px;
}
.advatages__title {
    font-size: 24px;
}
.button__play-img img {
    width: 24%;
}
.icon__txt {
    width: 95%;}

.prefooter__title {
    font-size: 44px;
    line-height: 1;
}
    .compare__cell_controls .butn{
        line-height: 1;
    }
    .compare__cell_name{
        font-size: 1.5rem;
    }
}

@media (max-width: 667px){
    .compare__slider_turbo .compare__cell_img img {
        width: 85px;
    }
   .block-1__text {
    bottom: 18px;}

    .left__title {
    font-size: 30px;}

    .left__description {
    font-size: 25px;
}

.block__text {
    padding: 20px 40px;
}

.block__icons-title {
    font-size: 45px;
}
.block__header {
    font-size: 30px;
}

.compare__cell.compare__cell_img {
    height: 120px !important;
}

.compare__cell_name {
    font-size: 1rem;}
.compare__cell_controls .butn{
    font-size: 18px;
    line-height: 1;
}
.prefooter__title {
    font-size: 37px;
}

.slick-slide img {
    width: 245px;
}

.block-1__text-2-head {
    font-size: 50px;
}

.block-1__text-1 {
    width: 67%;
    font-size: 30px;
}

}

@media (max-width: 568px){
    .slider_turbo__text{
        display: none;
    }
.slider_turbo .slick-arrow[class*="next"], 
.slider_turbo  .slider-btn[class*="next"] {
    right: -2.5%;
}

.slider_turbo .slick-arrow[class*="next"]:after, 
.slider_turbo .slider-btn[class*="next"]:after{
background-size: contain;
}
.slider_turbo .slick-arrow[class*="next"]:before, 
.slider_turbo .slider-btn[class*="next"]:before{
background-size: contain;
}
.slider_turbo .slick-arrow[class*="prev"], 
.slider_turbo  .slider-btn[class*="prev"] {
    right: -2.5%;
}

.slider_turbo .slick-arrow[class*="prev"]:after, 
.slider_turbo .slider-btn[class*="prev"]:after{
background-size: contain;
}
.slider_turbo .slick-arrow[class*="prev"]:before, 
.slider_turbo .slider-btn[class*="prev"]:before{
background-size: contain;
}

.slick-slide img {
    width: 210px;
}
.advatages__title {
    font-size: 19px;
}
.left__description {
    font-size: 20px;
}
.left__title {
    font-size: 25px;
}
.block__text-descrption {
    font-size: 20px;
}
.block__text-title {
    font-size: 40px;}

.prefooter__title {
    font-size: 33px;
}
.block__icons-title {
    font-size: 40px;
}
.icon__title {
    font-size: 18px;
}
.icon__description {
    font-size: 18px;
}
    .block__not-text {
        width: 100%;
    }
    .block__text {
        padding: 20px 10px;
    }
    .block-2__text{
        right: 10px;
        left: 10px;
        font-size: 16px;
    }
}


@media (max-width: 414px){
    .block-1__text-2-head {
    font-size: 35px;
}
.block-1__text-1 {
    font-size: 26px;
}
.block-1__text {
    bottom: -4px;
    left: 29px;
}
.block-2 {
    min-height: 925px;
}
.block__icon_turbo .slick-slide img {
    width: 100%;
}
.header_slider_titile {
    font-size: 30px;}
.block__video-title {
    font-size: 30px;}
.left__description {
    font-size: 18px;
}
.block__icons-title {
    font-size: 30px;
}
.block__icon_turbo .slick-arrow[class*="next"], 
.block__icon_turbo  .slider-btn[class*="next"] {
    right: -11.5%;
    top: 15%;
}

.block__icon_turbo .slick-arrow[class*="next"]:after, 
.block__icon_turbo .slider-btn[class*="next"]:after{
background-size: contain;
}
.block__icon_turbo .slick-arrow[class*="next"]:before, 
.block__icon_turbo .slider-btn[class*="next"]:before{
background-size: contain;
}
.block__icon_turbo .slick-arrow[class*="prev"], 
.block__icon_turbo .slider-btn[class*="prev"] {
    left: -4.5%;
    top: 15%;
} 

.block__icon_turbo .slick-arrow[class*="prev"]:after, 
.block__icon_turbo .slider-btn[class*="prev"]:after{
background-size: contain;
}
.block__icon_turbo .slick-arrow[class*="prev"]:before, 
.block__icon_turbo .slider-btn[class*="prev"]:before{
background-size: contain;
}
.block__icon_turbo .icon{
    width: initial;
}
.block__icon_turbo .icon__img {
    width: 70%;
}

.slider_turbo .slick-slide img {
    width: 100%;
}
.left__title {
    font-size: 20px;
}
.prefooter__title {
    font-size: 24px;
    line-height: 1;
}

.compare__slider_turbo .slick-slide img {
    width: 60%;
}
.compare__slider_turbo .slick-arrow[class*="prev"], 
.compare__slider_turbo .slider-btn[class*="prev"] {
    top: 13%;
}
.compare__slider_turbo .slick-arrow[class*="next"], 
.compare__slider_turbo .slider-btn[class*="next"] {
    top: 13%;
}
    .block-2__text{
        bottom: 4px;
        line-height: 1;
        font-size: 14px;
    }
    .block-1__text-1{
        font-size: 24px;
    }
}

@media (max-width: 360px){

.block-1__text-1{
    font-size: 20px;
    text-align: center;
    width: 80%;
    font-size: 24px;
}
.block-1__text-2-head{
    font-size: 30px;
}
.block-1__text{
    left: 20px;
}
.block-2__img {
    width: 168px;
    padding: 13px 0;

}
.block-2__txt {
    font-size: 13px;
}
.block-2 {
    background: url(/local/templates/ballu/images/turbo/banner-2-320.jpg) center top no-repeat;
    background-size: cover;
    min-height: inherit;
}

.header_slider_titile {
    font-size: 20px;
    text-align: left;
    padding: 10px 10px;
}

.slider_turbo .slick-dots{
    top: 285px;
}
.slider_turbo .slick-dots li {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    background: #ccc;
}
.advatages__title {
    font-size: 20px;
    text-align: center;
    font-weight: bolder;
}

.slider_turbo .slick-arrow[class*="next"], .slider_turbo .slider-btn[class*="next"] {
    top: 300px;
}
.slider_turbo .slick-arrow[class*="prev"], .slider_turbo .slider-btn[class*="prev"] {
    top: 300px;
}
.block__video-title {
    font-size: 20px;
}
.block__text {
    padding: 10px 10px;
}

.block__text-descrption {
    font-size: 16px;
}
.block__not-text {
    width: 100%;
}
.left__description {
    font-size: 20px;
}
.block__icons-title {
    font-size: 25px;
}
.icon__description{
    text-align: center;
    font-size: 16px;
}
.icon__title{
    text-align: center;
    font-size: 16px;
}
.block__icon_turbo .icon__img {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.block__icon_turbo .icon__img img {
    width: 70%;
}
.block__icon_turbo .icon {
    padding: initial;
}
.block__header {
    font-size: 25px;
}

.compare__cell_name {
    font-size: 1.313rem;
}
.control_delete {
    font-size: 1rem;}
    
.prefooter__title{
line-height: 1;
    }
.compare__cell{
font-size: 1rem;
    }
}

@media (max-width: 320px){
.block-1__text {
    bottom: -23px;}
.block-2 {
    background: url(/local/templates/ballu/images/turbo/banner-2-320.jpg) center bottom no-repeat;
    background-size: auto;
}
.block-2__img {
    width: 122px;
    padding: 13px 0;
    min-height: 480px;
}
.slider_turbo .slick-dots {
    top: 242px;
}
.slider_turbo .slick-arrow[class*="prev"], 
.slider_turbo .slider-btn[class*="prev"] {
    top: 256px;
}
.slider_turbo .slick-arrow[class*="next"], 
.slider_turbo .slider-btn[class*="next"] {
    top: 256px;
}
.left__description {
    font-size: 18px;
}
.prefooter__title {
    font-size: 20px;
    left: 19px;
}
}
