

/* Start:/bitrix/templates/exemet/styles.css?17656651938345*/
@import url("/bitrix/templates/exemet/./css/main.css");
.beono-flashmessage{
	top: 35% !important;
}
@media screen and (max-width: 480px){
	#grid[data-columns]::before {
		content: '1 .column.size-1of1';
	}
}

@media screen and (min-width: 481px) and (max-width: 768px) {
	#grid[data-columns]::before {
		content: '2 .column.size-1of2';
	}
}
@media screen and (min-width: 769px) {
	#grid[data-columns]::before {
		content: '3 .column.size-1of3';
	}
}


/* Again, you�re free to use and define the classes: */
.column { float: left; }
.size-1of1 { width: 33.3%; }
.size-1of2 { width: 50%; }
.size-1of3 { width: 100%; }




/* gamma */
.gamma-nav{
    position: static;
}
.gamma-container {
    min-height: 200px;
    padding:20px;
}

.gamma-gallery {
    list-style-type: none;
    padding: 0;
    margin: 0;
    width: 100%;
    position: relative;
}

/* http://nicolasgallagher.com/micro-clearfix-hack/ */
.gamma-gallery:before,
.gamma-gallery:after {
    content: " ";
    display: table;
}

.gamma-gallery:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
.gamma-gallery {
    *zoom: 1;
}
 */

.gamma-gallery li {
    display: block;
    position: relative;
    cursor: pointer;
    float: left;
    padding: 4px;
}

.gamma-gallery li img {
    max-width: 100%;
    width: auto;
    height: auto;
    display: block;
}

.gamma-description {
    background: #fff;
    background: rgba(255, 255, 255, 0.6);
    position: absolute;
    top: 20px;
    left: 20px;
    bottom: 20px;
    right: 20px;
    text-align: center;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: opacity 0.4s ease-in-out;
    -moz-transition: opacity 0.4s ease-in-out;
    -ms-transition: opacity 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
}

.no-touch .gamma-gallery li:hover .gamma-description {
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    opacity: 1;
}
 
.gamma-description:before {
    content: '';
    height: 100%;
}

.gamma-description:before,
.gamma-description h3 {
    display: inline-block;
    vertical-align: middle;
}

.gamma-description h3 {
    width: 100%;
    padding: 0 20px;
}

.gamma-buttons {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10001;
}

.gamma-buttons button {
    float: left;
    background: #333;
    color: #fff;
    display: block;
    width: 30px;
    height: 30px;
    margin-left: 5px;
    cursor: pointer;
    border: none;
    outline: none;
}

.gamma-buttons button:before,
.gamma-nav span:before {
    speak: none;
    display: block;
    text-align: center;
    opacity: 0.7;
    outline: none;
}

.no-touch .gamma-buttons button:hover {
    background: #666;
}

button.gamma-btn-close:before {
    content: '\2715';
}

button.gamma-btn-ssplay:before {
    content: '\25b6';
}

button.gamma-btn-sspause:before {
    content: '\2389';
}

.gamma-single-view {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;   
    z-index: 10000;
    text-align: center;
    display:none;
}

.gamma-overlay {
    background: #000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    display: none;
    z-index: 9999;
}

.gamma-single-view img {
    position: absolute;
    cursor: pointer;
}

.gamma-description-wrapper {
    background: rgba(0,0,0,0.7);
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 10;
    padding: 5px 0;
}

.gamma-single-view .gamma-description {
    background: transparent;
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
    top: auto;
}

.gamma-single-view .gamma-description h3 {
    padding: 5px 0;
    color: #fff;
}

.gamma-nav span {
    position: absolute;
    display: block;
    width: 20px;
    height: 38px;
    top: 50%;
    margin-top: -19px;
    left: 20px;
    cursor: pointer;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.gamma-nav span.gamma-next {
    left: auto;
    right: 20px;
}

.gamma-nav span:before {
    color: #fff;
    opacity: 0.7;
}

.gamma-nav span:hover:before {
    opacity: 1;
}

.gamma-nav span:before {
    display: block;
    margin: 0;
    width: auto;
}

.gamma-nav span.gamma-prev:before {
    content: '\e75d';
}

.gamma-nav span.gamma-next:before {
    content: '\e75e';
}

.gamma-img-fly {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99999;
}

/* Loaders */

.gamma-loading {
    background: transparent url(/bitrix/templates/exemet/./gallery/images/loader_light.gif) no-repeat center center;
}

.gamma-single-view.gamma-loading {
    background: transparent url(/bitrix/templates/exemet/./gallery/images/loader_dark.gif) no-repeat center center;
}


/* Make some things unselectable. Remove where selection is needed: */

.gamma-container img,
.gamma-nav span,
.gamma-buttons button,
.gamma-description-wrapper,
.gamma-description,
.gamma-description h3 {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@media screen and (max-width: 750px) {

    .gamma-description {
        top: 10px;
        left: 10px;
        bottom: 10px;
        right: 10px;
    }

    .gamma-description h3 {
        padding: 0 5px;
    }

}

@media screen and (max-width: 500px) {

    .gamma-buttons {
        float: left;
        clear: both;
    }

}


#download_program .by-form{
	margin-top: 2px !important;
}

#download_program .inp{
	margin-bottom: 2px !important;
}

#download_program .form__button{
	margin-top: 10px !important;
}

#download_program p{
	margin-top: 4px !important;
}

.fancybox-close {
    top: 0;
    right: 0;
}
.zoomContainer { z-index: 100000; }

.success-message{
	color: #009900 !important;
}
.error-message{
	color: #DD0000 !important;	
}

#timeline {
	line-height: 1.5em;
	margin: 0px 75px 26px 75px;
}

#timeline div{
	font-family: banderapro;
	font-size: 16px;
	color: rgb(60, 60, 60);
}

#timeline .diller-title {
    font-size: 18px !important;
    margin-bottom: 0 !important;
	font-weight: bold;
}



.product .product-list-img {
	margin-top: -230px !important;
}
@media only screen and (max-width:359px) and (min-width:0){
	.product .product-list-img {
		margin-top: -130px !important;
	}
}
@media only screen and (max-width:479px) and (min-width:360px){
	.product .product-list-img {
		margin-top: -100px !important;
	}
}
@media only screen and (max-width:767px) and (min-width:480px){
	.product .product-list-img {
		margin-top: -10px !important;
	}
}
@media only screen and (max-width:1260px) and (min-width:768px){
	.product .product-list-img {
		margin-top: -130px !important;
	}
}
.product-description ul{
	list-style: none outside none;
	padding-left: 15px;
}
.product-description ul li{
    margin: 15px 0px;
    color: rgb(62, 64, 67);
    font-size: 16px;
	list-style: none outside none;
	text-align: left;
}
.product-description ul li:after{
    content: "";
    display: block;
    background-size: auto auto;
    background-repeat: no-repeat;
    background-image: url("/bitrix/templates/exemet/./images/circle.png");
    width: 5px;
    height: 5px;
    background-position: center center;
    left: -15px;
    top: 10px;
    position: absolute;
}


@media only screen and (min-width:1260px){
	.content .coloralign {
		padding-left: 90px;
	}
	.accessories-container .accessories-box__table {
		height: 0 !important;
		min-height: 200px !important;
	}
	.accessories-container .accessories-box {
		margin: 20px 15px 50px !important;
	}
	.accessories-container  .accessories-box__name{
		padding-top: 24px !important;
	}	
}
.content .color-item{
	margin-bottom: 20px;
}




.video-block-opt {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

@media (max-width: 640px) {

  .video-block-opt {
      position: relative;
      padding-bottom: 56.25%;
      padding-top: 30px;
      height: 0;
      overflow: hidden;
  }
  .video-block-opt iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
  }

}







/* End */


/* Start:/bitrix/templates/exemet/template_styles.css?176566519330*/
@import url("/bitrix/templates/exemet/./css/main.css");
/* End */
/* /bitrix/templates/exemet/styles.css?17656651938345 */
/* /bitrix/templates/exemet/template_styles.css?176566519330 */
