*
blue #339BE1
*/
html {
  font-size: 18px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: 'Segoe UI', Helvetica, Arial, sans-serif;
  /*font-family: 'Fira Sans', sans-serif;*/
  font-size: 18px;
  line-height: 1;
  font-weight: lighter;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@font-face
{
    font-family:'segoelight';
    src:url(../fonts/Segoe/segoeuil.eot?) format("eot"),url(../fonts/Segoe/segoeuil.ttf?) format("truetype")
}

@font-face
{
    font-family:'segoebold';
    src:url(../fonts/Segoe/segoeuib.eot?) format("eot"),url(../fonts/Segoe/seguisb.ttf?) format("truetype")
}

@font-face
{
    font-family:'segoe';
    src:url(../fonts/Segoe/segoeui.ttf?) format("truetype"),url(../fonts/Segoe/segoeui.eot?) format("eot")
}

@font-face
{
    font-family:'AvanteInt';
    src:url(../fonts/a_avanteint/a_AvanteInt_Book.ttf?) format("truetype")
}
@font-face
{
    font-family:'a_AvanteInt_BookItalic';
    src:url(../fonts/a_avanteint/a_AvanteInt_BookItalic.ttf?) format("truetype")
}

.text-left{
    text-align: left;
}
.text-right{
    text-align: right;
}
.text-center{
    text-align: center;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.bold{
	font-weight: normal;
}
.italic{
    font-style: italic;
}
.container-max {
    padding: 0 5px;
}
.padding-v-container{
    padding-top:30px;
    padding-bottom:30px;
}

.kill-bottom-padding{
    padding-bottom:0!important;
}
.kill-bottom-margin{
    margin-bottom:0!important;
}
.kill-top-margin{
    margin-top:0!important;
}
.kill-left-padding{
    padding-left:0!important;
}
.kill-right-padding{
    padding-right:0!important;
}

.block100 p{
    line-height: 1.5;
    font-size: 25px;
}

.block70 p{
    line-height: 1.5;
    font-size: 18px;
}

.prod_font_type{
    font-family: 'AvanteInt';
}

._pro_f{
    font-family: 'segoebold';
    color: #9D9E9E;
    font-style: italic;

}

.block100 .no-crop-img{
    line-height: 2;
}
.slide_hover_text{
    z-index: 10;
}
.slide_hover_text h1{
    font-size: 40px;
    background: #fff;
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 20px 0;
    font-weight: lighter;
}
.slider{
    width: 100%;
    position: relative;
}
.lite_word_b{font-family: 'AvanteInt';color:#339BE1;}
.lite_word.l{color:#483B6E;}
.lite_word.i{color: #88407C;}
.lite_word.t{color: #D82D2A;}
.lite_word.e{color: #E57F37;}

.vertical-align {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.fl-dir-column{
	flex-direction: column !important;
}
.vertical-align-left-text {
    display: flex;
   
    justify-content: center;
    flex-direction: column;
}

.vertical-align-false {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}

.slider{overflow: hidden;}


.flex-parent-row-center{
    padding: 0;
    margin: 0;
    width: 100%;
    flex-flow: row wrap;
    justify-content: center;
    align-items: stretch;
    align-content: center;

    margin: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}

.flex-parent-row-center-jastify{
    padding: 0;
    margin: 0;
    width: 100%;
    flex-flow: row wrap;
    justify-content: space-around;
    align-items: stretch;
    align-content: space-around;

    margin: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}

.flex-parent-row-center-left{
    padding: 0;
    margin: 0;
    width: 100%;
    flex-flow: row wrap;
    justify-content: center;
    align-items: stretch;
    align-content: center;

    margin: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}


@media (min-width: 768px) {
.flex-parent-row-center-left{
    padding: 0;
    margin: 0;
    width: 100%;
    flex-flow: row wrap;
    justify-content: space-around;
    align-items: stretch;
    align-content: space-around;

    margin: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}}

@media (min-width: 1200px) {
.flex-parent-row-center-left{
    padding: 0;
    margin: 0;
    width: 100%;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: space-around;

    margin: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}}

.flex-parent-row-center-right{
    padding: 0;
    margin: 0;
    width: 100%;
    flex-flow: row wrap;
    justify-content: space-around;
    align-items: stretch;
    align-content: space-around;

    margin: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}

@media (min-width: 1200px) {
.flex-parent-row-center-right{
    padding: 0;
    margin: 0;
    width: 100%;
    flex-flow: row wrap;
    justify-content: flex-end;
    align-items: stretch;
    align-content: space-around;

    margin: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}}

.main_spheres{
	padding-left:0px!important;
	margin-left:0px!important;
	margin-bottom:0px!important;
	margin-top:0px!important;
	list-style:none;
	justify-content: initial!important;

	
}
.main_spheres > li{
	width: 300px;
	min-height: 40px;
	justify-content: initial!important;
	align-items: initial!important;
	
}
.brands > li{
    width: 200px;
    border: 1px solid #999999;
    text-align: center;
    line-height:60px;
    padding-bottom: 5px;
    list-style: none;
    margin:10px;
}
.istore_block{
	background-color: #43B2E5;
	color: #ffffff;
}
.istore_block_green{
	background-color: #85B735!important;
}
.istore_block img{
	max-width: 180px;
}
.istore_block h3, .istore_block  h5{
	color: #ffffff!important;
}
.istore_block  h5 a, .istore_block  h5 a:hover{
	color: #ffffff!important;
}

.istore_block .main_btn_white{
	margin-bottom: 20px;
}

.home_automation > li{
    width: 200px;
    height: 200px;
    border: 1px solid #999999;
    text-align: center;
    list-style: none;
    margin:30px;
    
}
.home_automation > li div{
    padding: 30px 0;
    height: 126px;
	vertical-align: middle;
}

.more_capabilites > li{
    width: 470px;
    height: 180px;
    border: 1px solid #999999;
    text-align: left;
    list-style: none;
    margin:10px;
   
}
.more_capabilites > li div{
    
    height: 126px;
	/* justify-content: initial; */
	padding: 10px;
}

.how_it_works > li{

    text-align: center;
    line-height:1.2;
    list-style: none;
    margin:10px;
    //cursor: pointer;
    max-width: 280px;
}
.how_it_works > li > img{
    padding-bottom: 10px;
}
.how_it_works{
    padding-bottom: 50px;
}
.vignette {
  position: relative;
  display: inline-block;
}
.vignette:before {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  height: 100%;
  width: 100%;
}

/* .vignette1:before {
Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e3e3e3+0,e3e3e3+100&1+0,0.01+11,0+90,1+100
background: -moz-linear-gradient(left,  rgba(227,227,227,1) 0%, rgba(227,227,227,0.01) 11%, rgba(227,227,227,0) 90%, rgba(227,227,227,1) 100%); FF3.6-15
background: -webkit-linear-gradient(left,  rgba(227,227,227,1) 0%,rgba(227,227,227,0.01) 11%,rgba(227,227,227,0) 90%,rgba(227,227,227,1) 100%); Chrome10-25,Safari5.1-6
background: linear-gradient(to right,  rgba(227,227,227,1) 0%,rgba(227,227,227,0.01) 11%,rgba(227,227,227,0) 90%,rgba(227,227,227,1) 100%); W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3e3e3', endColorstr='#e3e3e3',GradientType=1 ); IE6-9
}
 */

.border-link{
    text-decoration: none;
    border-bottom: 1px solid;
}

.without_programming,
.fon-repeat-1{
    background: transparent url(/upload/3.x/pics/debut_light_@2X.png) repeat 0 0;
}
.fon-color-1{
    background: #D9F0FD;
}
.fon-color-2{
    background: #65C1F4;
}
.get_modules{
    background-color:#EBEBEB;
}
.automatic_interface{

}
.automatic_interface img{margin: 0 auto;}
.cennter-img img {margin: 0 auto;}

.ready_controls_modules{
    /*background-color: #cccccc;*/
     background: transparent url(/upload/3.x/pics/bright_squares_@2X.png) repeat 0 0;
    /*background-image: repeating-linear-gradient(45deg, transparent, transparent 100px, rgba(255,255,255,.1) 100px, rgba(255,255,255,.1) 200px);*/
}
.ir_server{
    border: 1px solid #bbb;
    padding: 30px;
}
.ir_server img{
    text-align: center;
}
.single_net{background-color: #0597D3;color: #fff}
.ir_offline{background-color: #6C6C6C;color: #fff}

.ir_home_atomation .vertical-align{
    min-height: 300px;

}
.ir_home_atomation {
    
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#dddddd+0,dddddd+18,000000+100&0.65+0,0+18,0+100 */
    background: -moz-linear-gradient(top,  rgba(221,221,221,0.65) 0%, rgba(221,221,221,0) 18%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(221,221,221,0.65) 0%,rgba(221,221,221,0) 18%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(221,221,221,0.65) 0%,rgba(221,221,221,0) 18%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6dddddd', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */

}
.ir_home_atomation_unbackground{
    background: none!important;
}

.automatic_interface{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e7e7e7+0,e7e7e7+100&1+0,0+20,0+78,1+100 */
    background: -moz-linear-gradient(top,  rgba(231,231,231,1) 0%, rgba(231,231,231,0) 20%, rgba(231,231,231,0) 78%, rgba(231,231,231,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(231,231,231,1) 0%,rgba(231,231,231,0) 20%,rgba(231,231,231,0) 78%,rgba(231,231,231,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(231,231,231,1) 0%,rgba(231,231,231,0) 20%,rgba(231,231,231,0) 78%,rgba(231,231,231,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7e7e7', endColorstr='#e7e7e7',GradientType=0 ); /* IE6-9 */
}
.get_modules{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7db9e8+0,e7e7e7+68,e7e7e7+100&0.01+0,0+68,1+100 */
    background: -moz-linear-gradient(top,  rgba(125,185,232,0.01) 0%, rgba(231,231,231,0) 68%, rgba(231,231,231,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(125,185,232,0.01) 0%,rgba(231,231,231,0) 68%,rgba(231,231,231,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(125,185,232,0.01) 0%,rgba(231,231,231,0) 68%,rgba(231,231,231,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#037db9e8', endColorstr='#e7e7e7',GradientType=0 ); /* IE6-9 */
}

.s_contact
{
    line-height:40px;
    height:40px;
    font-size:18px;
    margin-bottom:8px;
}

.s_contact a
{
    text-decoration:none;
    border-bottom:none;
    color: #19A1E5;
}

.s_contact span
{
    display:inline-block;
    width:50px;
    height:40px;
    float:left;
    background:transparent url(/bitrix/templates/iridium_digitalpromo/css/images/icons_support_contacts.png) no-repeat 0 0
}

.s_contact_email span
{
    background:transparent url(/bitrix/templates/iridium_digitalpromo/css/images/icons_support_contacts.png) no-repeat 0 -46px
}

.s_contact_skype span
{
    background:transparent url(/bitrix/templates/iridium_digitalpromo/css/images/icons_support_contacts.png) no-repeat 0 -95px
}

.s_contact_site span
{
    background:transparent url(/bitrix/templates/iridium_digitalpromo/css/images/icons_support_contacts.png) no-repeat 0 -153px
}

.ir_how_it_works,.ir_pro_home_automation{
    background:transparent url(../img/bg-275.png) repeat 0 0;
}
.ir_tools ul{padding:10px 0 0 20px;}
.orange{color: #FF6600;}
.blue{color: #0A99DB;}
.purlpe{color: #686BD4;}
.green{color: #059B37;}

.green-list li {list-style-image: url(/upload/3.x/pics/li_freeride.png);}
.orange-list li {list-style-image: url(/upload/3.x/pics/lite_li_installers.png);}
.purlpe-list li {list-style-image: url(/upload/3.x/pics/lite_li_home_automation.png);}
.blue-list li {list-style-image: url(/upload/3.x/pics/lite_li_customers.png);}

.orange-list,
.green-list,
.purlpe-list,
.blue-list{line-height: 1.5}

.reg_block{
    background: #E5E5E5;
}

.btn{
    text-align: center;
    line-height: 2;
    display: inline-block;
    cursor: pointer;
}
.btn:hover,
.btn:active,
.btn:visited{
    text-decoration: none;
}

.big-btn{
    font-size: 25px;
    padding: 0 100px;
    line-height: 3;
}
.link_server{
	color: #0CB8CF;
	border-bottom: 1px solid #0CB8CF;
}
.link_server:hover{
    color: #0A99DB;
	border-bottom: 1px solid #0A99DB;
}
.middle-btn{
    font-size: 22px;
    padding: 15px 49px;
    line-height: 1.5;
}
.green-btn{
    color: #fff;
    background: #059B37;
}

.green-btn:hover,
.green-btn:visited{
    color: #fff;
}
.lightgreen-btn{
    color: #fff;
    background: #1ACC98;
}

.lightgreen-btn:hover,
.lightgreen-btn:visited{
    color: #fff;
}

.blue-btn{
    color: #fff;
    background: #34AADC;
}
.blue-btn:hover,
.blue-btn:visited{
    color: #fff;
}

.orange-btn{
    color: #fff;
    background: #FE6839;
}

.orange-btn:hover,
.orange-btn:visited{
    color: #fff;
}
.purlpe-btn{
    color: #fff;
    background: #813893;
}

.purlpe-btn:hover,
.purlpe-btn:visited{
    color: #fff;
}

.transparent-white-btn,
.transparent-white-btn:visited{
    color: #fff;
    background:transparent;
    border: 1px solid #fff;
}
.transparent-white-btn:hover{
    color: #000;
    background: #fff;
}

.transparent-blue-btn,
.transparent-blue-btn:visited{
    color: #0A99DB;
    background:transparent;
    border: 1px solid #0A99DB;
}
.transparent-blue-btn:hover{
    color: #fff;
    background: #0A99DB;
}

.transparent-green-btn,
.transparent-green-btn:visited{
    color: #3EA925;
    background:transparent;
    border: 1px solid #3EA925;
}
.transparent-green-btn:hover{
    color: #fff;
    background: #3EA925;
}

.transparent-orange-btn,
.transparent-orange-btn:visited{
    color: #FF6600;
    background:transparent;
    border: 1px solid #FF6600;
}
.transparent-orange-btn:hover{
    color: #fff;
    background: #FF6600;
}

.transparent-purple-btn,
.transparent-purple-btn:visited{
    color: #686BD4;
    background:transparent;
    border: 1px solid #686BD4;
}
.transparent-purple-btn:hover{
    color: #fff;
    background: #686BD4;
}
.download_ico:hover .focus_ico{
    width: 53px;
    height: 53px;
    border-radius: 50%;
    border: 2px solid #fff;
}

.focus_ico{
  border:none;
  width: 55px;
  height: 55px;
  border-radius: 50%;
 
  -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
       -o-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
          transition: all 0.3s ease;
}

.how_it_works div{
    height: 230px;
}
.block100 p.sub{
    font-size: 1.2em;
}

/*.how_it_works li:hover .focus{
//    width: 184px;
//    height: 184px;
//    border-radius: 50%;
//    border: 5px solid #329CDD;
//}*/

.focus{
  border:none;
  width: 189px;
  height: 189px;
  border-radius: 50%;
 
  -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
       -o-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
          transition: all 0.3s ease;
}

div#rotator div.unvis {position:absolute;}
div#rotator div {
    cursor: pointer;
}

.ir_home_atomation li:hover .svg path {
    fill: #fff;
    -webkit-transition: all 0.5s ease;
       -moz-transition: all 0.5s ease;
         -o-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
            transition: all 0.5s ease;
}

.smart_home .svg path {fill: #009933}
.light_control .svg path {fill: #FF6633}
.home_cinema .svg path {fill: #1AA1E5}
.climate_control .svg path {fill: #003399}
.multiroom .svg path {fill: #713380}
.intelligent_buildings .svg path {fill: #006633}
.offices .svg path {fill: #1AA1E5}
.apartment_houses .svg path {fill: #9900CC}
.education .svg path {fill: #FF6600}
.congress_halls .svg path {fill: #003399}
.hotels .svg path {fill: #2669A2}
.hospitals .svg path {fill: #FF0000}

.server-svg-1 .svg path {fill: #0CB8CF}
.server-svg-2 .svg path {fill: #61A7F7}
.server-svg-3 .svg path {fill: #5F74D9}

.store-svg-1 .svg path {fill: #fff}
.store-svg-1{
    background: #1AA1E5;
    width: 230px;
    margin: 0 auto;
    padding: 36px 0px;
    color: #fff;
    font-weight: bold;
    text-indent: -6px;
    display: block;
    border: 2px solid #1AA1E5;
    -webkit-transition: all 0.5s ease;
       -moz-transition: all 0.5s ease;
         -o-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
            transition: all 0.5s ease;
}

.store-svg-1:hover .svg path {
    fill: #1AA1E5;
    -webkit-transition: all 0.5s ease;
       -moz-transition: all 0.5s ease;
         -o-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
            transition: all 0.5s ease;
}

.store-svg-1:visited {color: #fff;}
.store-svg-1:hover
{
    border: 2px dashed #1AA1E5;
    color: #1AA1E5;
    background: #fff;
}

/*
//.smart_home:hover{background: #009933}
//.light_control:hover{background: #FF6633}
//.home_cinema:hover{background: #1AA1E5}
//.climate_control:hover{background: #003399}
//.multiroom:hover{background: #713380}
//.intelligent_buildings:hover{background: #006633}
//.offices:hover{background: #1AA1E5}
//.apartment_houses:hover{background: #9900CC}
//.education:hover{background: #FF6600}
//.congress_halls:hover{background: #003399}
//.hotels:hover{background: #2669A2}
//.hospitals:hover{background: #FF0000}


//.home_automation li:hover {color: #fff}
//.home_automation li:hover .svg path {fill: #fff}
*/

.Home_Automation_Manufactures .svg path {fill: #686BD4;}
.Potential_Module_Developers .svg path {fill:#0A99DB;}
.information_for_PLC_Manufacturers .svg path {fill:#0A99DB;}

.documentation .svg path {fill: #33CC99}
.faq .svg path {fill: #339BE1}
.forum .svg path {fill: #5C6373}
.downloads .svg path {fill: #FF6633}
.list_of_recommended_equipment .svg path {fill: #009933}
.online_courses .svg path {fill: #00CCFF}
.certified_specialist .svg path {fill: #00A0E3}

.documentation:hover{background: #33CC99}
.faq:hover{background: #339BE1}
.forum:hover{background: #5C6373}
.downloads:hover{background: #FF6633}
.list_of_recommended_equipment:hover{background: #009933}
.online_courses:hover{background: #00CCFF}
.certified_specialist:hover{background: #00A0E3}

.documentation a{color: #33CC99}
.faq a{color: #339BE1}
.forum a{color: #5C6373}
.downloads a{color: #FF6633}
.list_of_recommended_equipment a{color: #009933}
.online_courses a{color: #00CCFF}
.certified_specialist a{color: #00A0E3}

.Control_in_the_local_net_and_via_the_Internet .svg path {fill: #003399;}
.Single_interface_to_control_automation_systems_and_AV .svg path {fill: #FF6600;}
.Intercom_between_panels_and_house_intercom .svg path {fill: #669999;}

.IP-cameras .svg path {fill: #6666FF;}
.Driver_Development_Kit .svg path {fill: #00A0E3;}
.Full_freedom .svg path {fill: #066DDC;}

.Multi-protocol .svg path {fill: #9B9B9B;}
.Auto_scale_of_interfaces .svg path {fill: #006633;}
.Trends_and_charts_of_resource_consumption .svg path {fill: #33CC99;}

.Access_to_system_functions .svg path {fill: #82AC58;}
.Animated_objects .svg path {fill: #19A1E4;}
.Dynamic_lists .svg path {fill: #00A0E3;}

.Ready_templates .svg path {fill: #42C0FB;}
.Portrait_Landscape_auto-switch .svg path {fill: #FF6600;}
.Weather_widgets_and_informer .svg path {fill: #006633;}

.Built-in_iRidium_Script .svg path {fill: #CC3300;}
.Built-in_IR-base .svg path {fill: #FE0000;}
.Remote_project_update .svg path {fill: #6699FF;}

.Multiplatform .svg path {fill: #01EFE1;}
.Wide_language_support .svg path {fill: #3300CC;}
.Download_via_QR .svg path {fill: #CC3366;}


.documentation a:visited,
.faq a:visited,
.forum a:visited,
.downloads a:visited,
.list_of_recommended_equipment a:visited,
.online_courses a:visited{color: inherit;}
.certified_specialist a:visited{color: inherit;}

.home_automation >  li > a{
    background-color: transparent;
    display: inline-block;
    padding-bottom: 36px;
    width: 100%;
}


.documentation a:hover{color:#fff;}
.faq a:hover{color:#fff;}
.forum a:hover{color:#fff;}
.downloads a:hover{color:#fff;}
.list_of_recommended_equipment a:hover{color:#fff;}
.online_courses a:hover{color:#fff;}
.certified_specialist a:hover{color:#fff;}




/*pro*/
.ir_pro_studio{
    background: #E6E6E6;
}

.ir_pro_server{
    background: #CCCCCC
}

.app_name li h3{margin-bottom: 0}
.ir_pro_ul li{
    font-size: 25px;
}
.ir_pro_ul{
    padding-left: 20px;
}

p.tools{
    font-size: 16px;
}

.tools_email{
        border: 1px solid #efefef;
    padding: 15px;
    width: 100%;
}

.margin0auto{margin:0 auto;}
.fn{float: none!important;}


.some_sp_svg .svg{
    width: 100%;
}

.disable_thr_opac{
    opacity: 0.2;
}

.pro-list-prods{
    margin-top: 10px
}
.i3pro{
    margin-top: 50px
}

.mobile_center{
    text-align: center;
}
.cover-page-container{
    height: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: transparent;
}

@media (min-width: 768px) {
    .flex-mobile-center{
        align-items: flex-start;
    }
    .cover-page-container{
          height: 414px;
    }
    .cover-main-page{
        background-image: url(/upload/3.x/pics/main/splash_en_6.jpg);
    }
    .cover-main-page-ru{
        background-image: url(/upload/3.x/pics/main/splash_ru_6.jpg);
    }
    .container-max {
        padding: 0 30px;
    }

}

@media (min-width: 960px)  {.cover-page-container{height: 460px;}}
@media (min-width: 1000px) {.cover-page-container{height: 550px;}}
@media (min-width: 1200px) {.cover-page-container{height: 600px;}}


@media (min-width: 1280px) {
    .mobile_center{
        text-align: left;
    }
    .cover-page-container{
        height: 700px;
    }
}

@media (min-width: 1500px) {.cover-page-container{height: 800px;}}
@media (min-width: 1800px) {.cover-page-container{height: 900px;}}
@media (min-width: 1920px) {.cover-page-container{height: 1000px;}}
@media (min-width: 2500px) {.cover-page-container{height: 1300px;}}

ul.tools_for_installer{
    text-align: left!important;
}

.tools_for_installer{
    padding: 0!important;
    padding-left: 20px!important;
    margin:0 0 20px 0!important;
}
.ul-nopadding{
    padding-left: 18px;
}

.ul-middle{
    font-size: 25px
}

.no-margin{
	-webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
}

.no-margin-after{
    -webkit-margin-after: 0em;
}

.kill-vertical-padding{
    padding-top: 0;
    padding-bottom: 0;
}
.bxslider li:not(:first-child) {display: none;}


.release_summer_info_back_en{
    background: #fff url(/upload/3.x/pics/lite/release_fon_en-compressor.png) repeat-x 0 0;
    text-align: center;
}
.release_summer_info_back_ru{
    background: #fff url(/upload/3.x/pics/lite/release_fon_ru-compressor.png) repeat-x 0 0;
    text-align: center;
}
.release_summer_info{
    padding: 0 25px;
    font-size: 25px;
    color: #fff;
    background: #33CB98;
    display: inline-block;
    line-height: 85px;
}



.main_h1{
	color: #868786;
	line-height: 1.3;
	text-align: left;
	font-size: 2.4em;
    padding-left: 20px;
}
.brands_h1{
	color: #000;
	line-height: 1.3;
	text-align: left;
	font-size: 2.4em;
}

.main_h1_btn{
	color: #fff;
    background: #2B9DD8;
	border-radius: 4px;
	/*padding: 2px 15px;*/
    padding: 5px 16px 9px;
	font-size: 0.65em;
}
.main_h1_btn:hover{
	color: #fff;
    background: #00B3ED;
}
.small-btn{padding: 2px 15px;}
.products_main{
	background: #EFF4F9;
}
.products_block > li{
	width: 352px;
    color: #fff;
    text-align: left;
    list-style: none;
    margin: 40px 20px 40px 20px;
	padding: 40px;
	min-height: 260px;
    min-width: 250px;
}

.product_pro{
	background: #1E6AA2;
}
.product_server{
	background: #868786;
}
.product_lite{
	background: #60B5D3;
	position: relative;
}

.release_autumn_2016{
    position: absolute;
    background-image: url('/upload/3.x/pics/main_new/release_coming_soon_ru.png');
    background-color: transparent;
    background-position: 100% 0;
    background-repeat: no-repeat;
    bottom: 0;
    right: 0;
    display: block;
    width: 126px;
    height: 94px;
    z-index: 1;
}
/*
.release_autumn_2016_l{
	position: absolute;
	background-image: url('/upload/3.x/pics/lite_new/release_coming_soon_ru_l.png');
    background-color: transparent;
    background-position: 100% 0;
    background-repeat: no-repeat;
    bottom: 0;
    right: 0;
    display: block;
    width: 226px;
    height: 162px;
    z-index: 1;
}*/

.release_autumn_2016_l{
    position: absolute;
    background-image: url('/upload/3.x/pics/lite_new/release_coming_soon_ru_ln.png');
    background-color: transparent;
    background-position: 100% 0;
    background-repeat: no-repeat;
    top: 0;
    right: 0;
    display: block;
    width: 226px;
    height: 162px;
    z-index: 1;
}

.release_autumn_2016_en{
	position: absolute;
	background-image: url('/upload/3.x/pics/main_new/release_coming_soon_en.png');
    background-color: transparent;
    background-position: 100% 0;
    background-repeat: no-repeat;
    bottom: 0;
    right: 0;
    display: block;
    width: 126px;
    height: 94px;
    z-index: 1;
}

/*.release_autumn_2016_en_l{
	position: absolute;
	background-image: url('/upload/3.x/pics/lite_new/release_coming_soon_en_l.png');
    background-color: transparent;
    background-position: 100% 0;
    background-repeat: no-repeat;
    bottom: 0;
    right: 0;
    display: block;
    width: 226px;
    height: 162px;
    z-index: 1;
}*/

.release_autumn_2016_en_l{
    position: absolute;
    background-image: url('/upload/3.x/pics/lite_new/release_coming_soon_en_ln.png');
    background-color: transparent;
    background-position: 100% 0;
    background-repeat: no-repeat;
    top: 0;
    right: 0;
    display: block;
    width: 226px;
    height: 162px;
    z-index: 1;
}

.name_product{
	font-size: 3.5em;
	margin-bottom: 16px;
}
.description_product{
	font-size: 1.3em;
	margin-bottom: 16px;
}
.description_product_li{
	padding-left: 20px;
	font-size: 0.9em;
	margin: 16px 0px 16px 0px;
}
.description_product_li > li{
	margin-bottom: 16px;
}
.fishka_product{
	font-size: 0.8em;
	font-weight: bold;
}
.description_product_btn{
	font-size: 1.3em;
	margin-top: 30px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 10px 0 10px 0;
	text-decoration: none;
}
.description_product_btn > a, .description_product_btn > a:visited, .description_product_btn1> a, .description_product_btn1 > a:visited{
	color: #fff;
}
.description_product_btn > a:hover, .description_product_btn > a:active, .description_product_btn1> a:hover, .description_product_btn1> a:active{
	color: #ccc;
}
.description_product_btn1{
	font-size: 1.3em;
	border-bottom: 1px solid #fff;
	padding: 10px 0 10px 0;
	text-decoration: none;
}

.platform_pic{
    min-height: 350px;
	background-image: url('/upload/3.x/pics/main_new/platforms.png');
    background-color: transparent;
    background-position: center bottom;
    background-repeat: no-repeat;
}
.scope_block{
	background: #EFF4F9;
	min-height: 350px;
}
.pos_relative {
	position: relative;
}
.platform_block_main{
	min-height: 460px;
	background: #fff;
}
.block_main_any_platform{
	min-width: 265px;
	min-height: 300px;
	float: right;
}

.pic_any_system_automation{
	
}
.pic_system_automation{
	width:100%;
}
@media (min-width: 768px){

.platform_pic {background-position: center center; background-size: 50%;}
}
@media (min-width: 1000px){
.block_main_any_platform{width: 265px;}
.platform_pic {background-position: left center;} }

@media (min-width: 1200px){
.products_block > li:last-child{ margin-right: 0px;}
.products_block > li:first-child{ margin-left: 0px;}}

.main_h1_server{
	color: #fff;
	line-height: 1.3;
	text-align: left;
	font-size: 2.4em;
}
.server_block{
	background: #717169	url('/upload/3.x/pics/server_new/server_main_pic.png') 0% 0 no-repeat;
	background-size: cover;
}
@media (min-width: 1000px){
	.server_block{min-height: 300px;}
}
@media (min-width: 1200px){
	.server_block{min-height: 460px;}
}
.block100 .main_text, .main_text{
	padding: 0px;
	font-size: 1.1em;
	line-height: 1.3;
}
.grey_text{
	color: #868786 !important;
}
.green_text{
	color: #80BCA3 !important;
}
.main_text a {
	color: #1E6AA2;
	text-decoration: underline;
}
.main_li{
	font-size: 1.1em;
	line-height: 1.3;
	padding-left: 20px;
}
.main_li > li{
	list-style-type: circle;
}
.main_ol{
	font-size: 1.1em;
	line-height: 1.3;
	padding-left: 20px;
}
.main_ol > li{
	margin:10px 0 10px 0;
}
.main_h2{
	font-size: 2em;
	padding: 0px;
}
.main_h3{
	font-size: 1.6em;
	padding: 0px;
}
.server_platform_block{
	list-style: none;
	line-height: 1.3;
}
.server_platform_block > li {
    padding: 40px 20px 40px 20px;
	width: 500px;
	border-bottom: 1px solid #9D9E9E;
}
.server_platform_block > li div img{
	vertical-align: middle;
	margin: 20px 0 20px 0;
	
}
.name_server{
	list-style: none;
	font-size: 1.8em;
}
.description_blue_list{
	margin: 10px 0 20px 0;
	list-style-image: url(/upload/3.x/pics/lite_li_customers.png);
	padding-left: 40px;
	font-size: 0.8em;
}
.description_server_btn > a{
	color: #9D9E9E;
	font-size: 0.9em;
}
.description_server_btn > a: hover{
	color: #00CCFF;
}
.server_pic{
	min-height: 200px;
}
.add_logic{
	background: #E6E6E6	url('/upload/3.x/pics/server_new/add_logic.png') 0% 0 no-repeat;
	background-size: contain;
	padding-top: 300px;
	min-height: 460px;
}
@media (min-width: 560px){
.add_logic{padding-top: 400px;}
}
@media (min-width: 640px){
.add_logic{padding-top: 500px;}
}
@media (min-width: 768px){
	.add_logic{padding-top: 0px;
	background-size: 70%;}
}
@media (min-width: 1000px){
	.add_logic{padding-top: 0px;
	background-size: contain;}
}

.add_logic_bg {
	background: #E6E6E6;
}
.padding_top_20{
	padding: 20px 0 10px 0;
}

.pro_block{
	background: #314B59	url('/upload/3.x/pics/pro_new/pro_main_pic.png') 0% 0 no-repeat;
	background-size: cover;
}
.hdl_block{
    background: #744696	url('/upload/3.x/pics/equipment/hdl/Banner/Background.jpg') 31% 0 no-repeat;
	background-size: cover;
    min-height: 300px;
}
@media (min-width: 1000px){
	.pro_block{min-height: 300px;}
    .hdl_block{min-height: 416px;}
}
@media (min-width: 1200px){
	.pro_block{min-height: 460px;}
    .hdl_block{min-height: 740px;}
}
.white_text{ 
	color: #fff;
    margin: 5px 0 5px 0;}
	
.brands_new > li{
	border: 2px solid rgba(28, 117, 188, 0.0);
	border-radius: 6px;
    min-height: 60px;
    width: 200px;
    text-align: center;
    line-height:60px;
    padding-bottom: 5px;
    list-style: none;
    margin:10px;
}

.brands_new  a > li{
	border: 2px solid rgba(28, 117, 188, 0.0);
	border-radius: 6px;
    min-height: 60px;
    width: 200px;
    text-align: center;
    line-height:60px;
    padding-bottom: 5px;
    list-style: none;
    margin:10px;
}
.brands_new a > li:hover {
	border: 2px solid #1c75bc;
    border-radius: 6px;
    min-height: 60px;
	-webkit-filter: none;
}

.brands_new > li a{
	-webkit-filter: grayscale(100%);
}
.brands_new  a > li {
	-webkit-filter: grayscale(100%);
}
.brands_new > li img{
	-webkit-filter: grayscale(100%);
	opacity: 0.5;
}
.brands_new > li a img{
	opacity: 1.0!important;
}


.support_brands, .support_brands_second {
	border: 2px solid rgba(28, 117, 188, 0.0);
	border-radius: 6px;
    min-height: 60px;
    text-align: center;
    line-height:60px;
    padding-bottom: 0px;
}

.support_brands  div img, .support_brands_second div img{
	border: 2px solid rgba(28, 117, 188, 0.0);
	border-radius: 6px;
    min-width: 140px;
    min-height: 60px;
    text-align: center;
    line-height:60px;
    padding-bottom: 0px;
	transition: 1s;
}
.support_brands div:hover img {
	border: 2px solid #1c75bc;
    border-radius: 6px;
    min-height: 60px;
}
.support_brands div:hover a img{
	-webkit-filter: grayscale(100%);
}
.support_brands_second  div:hover img {
	border: 2px solid #1c75bc;
    border-radius: 6px;
    min-height: 60px;
}
.support_brands_second  div:hover a img{
	-webkit-filter: none;
}

.support_brands a, .support_brands_second  a{
	-webkit-filter: none;
}
.support_brands  img, .support_brands_second  img{
	-webkit-filter: none;
}
.support_brands div:hover img, .support_brands_second  div:hover img{
	-webkit-filter: none;
}



.brands_new_sm > li, .brands_new_sm a > li{
    width: 130px!important;
}

.scope > li{
    width: 100px;
    height: 100px;
    border: none;
    text-align: center;
    list-style: none;
    margin:10px;
	justify-content: initial;
	
}
.scope > li div{
    
}

.capabilites > li{
    width: 470px;
    min-height: 100px;
    border: none;
    text-align: left;
    list-style: none;
    margin: 10px;
	justify-content: initial;
	
}

.capabilites svg {
	height: 300px;
    width: 300px;
}

@media (min-width: 770px){
    .capabilites svg {
	height: 72px;
    width: 72px;
    }
}

.capabilites > li div{
    
    height: 126px;
	padding: 10px;
}

.cap_green .svg path {fill: #80BCA3;}
.cap_light_blue .svg path {fill: #60B4D2;}
.cap_blue .svg path {fill: #2669A2;}

.faq_block{
	min-height: 200px;
}
.faq_block  .main_text a{text-decoration: none;}



.lite_block{
	background: #fff url('/upload/3.x/pics/lite_new/lite_main_pic.png') 0% 0 no-repeat;
	background-size: initial;
	min-height: 400px;}
	
@media (min-width: 768px){
.lite_block{
	background: #fff url('/upload/3.x/pics/lite_new/lite_main_pic.png') -100% 0 no-repeat;
	background-size: contain;
	min-height: 400px;
}
}
@media (min-width: 992px){
.lite_block{
	background: #fff url('/upload/3.x/pics/lite_new/lite_main_pic.png') -30% 0 no-repeat;
	background-size: contain;
	min-height: 400px;
}
}
@media (min-width: 1200px){
.lite_block{
	background: #fff url('/upload/3.x/pics/lite_new/lite_main_pic.png') 0% 0 no-repeat;
	background-size: contain;
	min-height: 400px;
}	
}


.main_lite_block {
	background: #16436D url(/upload/3.x/pics/lite/Banner/lite_banner.jpg) 31% 0 no-repeat;
	background-size: cover;
	min-height: 300px;
}
@media (min-width: 768px){
	.main_lite_block{
		min-height: 560px;
	}
}
@media (min-width: 992px){
	.main_lite_block{
		min-height: 620px;
	}
}
@media (min-width: 1200px){
	.main_lite_block{
		min-height: 620px;
		}
}
@media (min-width: 1500px){
	.main_lite_block{
		min-height: 740px;
		}
}




.main_how_to_start_lite {
	background-image: none;
}
@media (min-width: 1200px){
.main_how_to_start_lite {
	background-image: url(/upload/3.x/pics/lite/x2/x2-13.png);
	background-repeat: no-repeat;
	background-position: center 200px;
	background-size: 876px auto;
}
.main_how_to_start_lite_block{
	margin-top:20px;
	margin-bottom:20px;
}
}

.main_how_to_start_homekit {
	background-image: none;
}
@media (min-width: 1200px){
.main_how_to_start_homekit {
	background-image: url(/upload/3.x/pics/homekit/x2/step_line.png);
	background-repeat: no-repeat;
	background-position: center 180px;
	background-size: 876px auto;
}}

.black_block{
	background: #000;
}
@media (min-width: 990px){
.black_block iframe{height:700px;}
}
@media (min-width: 770px){
.black_block iframe{height:400px;}
}
.amx_block{
	background: #E2ECEC url('/upload/3.x/pics/brands/amx_main_pic_transparent.png') 0% 0 no-repeat;
	background-size: initial;
	min-height: 400px;
}
.knx_block{
	background: #c8d7e7 url('/upload/3.x/pics/brands/knx_main_pic_transparent.png') 0% 0 no-repeat;
	background-size: initial;
	min-height: 400px;
}
.crestron_block{
	background: #bbbcbd url('/upload/3.x/pics/brands/crestron_main_pic_transparent.png') 0% 0 no-repeat;
	background-size: initial;
	min-height: 400px;
}

@media (min-width: 1200px){
.knx_block{
	background: #c8d7e7 url('/upload/3.x/pics/brands/knx_main_pic.png') 0% 0 no-repeat;
	background-size: contain;
	min-height: 400px;
}
.amx_block{
	background: #E2ECEC url('/upload/3.x/pics/brands/amx_main_pic.png') 0% 0 no-repeat;
	background-size: contain;
	min-height: 400px;
}
.crestron_block{
	background: #bbbcbd url('/upload/3.x/pics/brands/crestron_main_pic.png') 0% 0 no-repeat;
	background-size: contain;
	min-height: 400px;
}

}

.main_h1_lite{
	color: #000;
	line-height: 1.3;
	text-align: left;
	font-size: 2.4em;
}
.editbox_lite{
	border: 1px solid #E6E6E6;
	border-radius: 4px;
	padding: 5px;
}

.accordion_new {
	margin: auto;
}
.accordion_new input {
	display: none;
}

.box_new {
	position: relative;
	color: #27aae1;
	transition: all .3s ease-in-out;
}
.box_new::before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
	pointer-events: none;
}
.box-title_new {
	width: calc(100%);
	height: 40px;
	line-height:  1;
	display: inline-block;
	cursor: pointer;
	padding: 30px;
    font-size: 1.25em;
    font-family: SF UI Display Light;
}
.box-content_new {
	width: calc(100%);
	padding: 0px 0px 0px 80px;
	font-size: 11pt;
	color: grey;
    display: none;
    transition: all .3s ease-in-out;
}
.box-close_new {
	position: absolute;
	
	width: 100%;
	top: 0;
	left: 0;
	cursor: pointer;
    display: none;
    height: 0px;
    transition: all .3s ease-in-out;
}
input:checked + .box_new {
	height: auto;
	margin: 0 0 16px 0;
    transition: all .3s ease-in-out;
}
input:checked + .box_new .box-title_new {
	
}
input:checked + .box_new .box-content_new,
input:checked + .box_new .box-close_new {
    display: inline-block;
    height: 40px;
    transition: all .3s ease-in-out;
}
.how_it_work_pic{
	position: right bottom;
}
.block_important{
	background: #EFF4F9;
	border-left: #2B9DD8 solid 3px;
	padding: 20px 40px 20px 40px;
	margin: 40px 0 40px 0;
}
.block_important a{
	text-decoration: none;
}
.any_platform{
	min-height: 300px;
}
.hr {
	color: #999999;
	size: 1px;
	width: 100%;
}
.video_pro_block{
	min-width: 360px;
	min-height: 230px;
	margin: 20px;
}
@media (min-width: 1000px){
	.video{	
		min-width: 540px;
		min-height: 340px;}
}
@media (min-width: 768px){
	.video{	
		min-width: 360px;
		min-height: 230px;
	}
}
@media (min-width: 560px){
	.video{	
		min-width: 540px;
		min-height: 340px;
	}
}
.scope_text{
	margin-top: 10px;
	font-size: 0.8em;
}
.projects {
	text-align: center;
	margin-bottom: 40px;
}
.projects a{
	text-decoration: none;
	opacity: 0.7;
	filter: alpha(Opacity=70);
}
.projects a:hover{

}
@media (min-width: 990px){
	.projects{text-align: left;}
}


.iridium_global_wraper{
    min-height:100%;
    height:auto!important;
    height:100%;
    margin:0 auto -230px
}

.push{
    height: 300px;
}


html
{
    -webkit-text-size-adjust:none;
    height:100%
}

body
{
    height:100%;
}
