/*NOTE: This file is intended for programmers. Aspro technical support is not advised to work with him.*/

/* Examples (uncomment to use):*/

/* Expand site width */
/* body .wrapper { max-width: 1400px !important;  } */

/* Set site background image */
/* body {  background: url(image_source) top no-repeat; }

/* Hide compare button */
/* a.compare_item { display: none !important;  }*/


.form-dilers {
	position: absolute;
top: 5%;
right: 5%;
}

.article-search {
	max-width: 80%;
}

.download-section {
	float: right;
}

.lic-li {
	max-width: 60%;
	margin: 0 auto;
}

.top-btn:hover .svg {
	background-color: transparent !important; 
}


.bx_ordercart .bx_ordercart_order_pay .bx_ordercart_order_pay_center .checkout {display: none;}


/*NOTE: This file is intended for programmers. Aspro technical support is not advised to work with him.*/

/* Examples (uncomment to use):*/

/* Expand site width */
/* body .wrapper { max-width: 1400px !important;  } */

/* Set site background image */
/* body {  background: url(image_source) top no-repeat; }

/* Hide compare button */
/* a.compare_item { display: none !important;  }*/

.item-sert {
	padding: 0 25%;
}

.price-section {
    background: #f9f9f9;
}

.price-subsection {
    background: #AAA;
}

.price-section-title {
    background: #FFF;
    padding: 5px 10px;
    border-radius: 2px;
    color: #333;
}

input.article-search {
    width: 300px;
}

.price-section-title a {
    color: #333;
}

.price-section-title a:hover {
    border-bottom: 1px dashed #FFF;
}

.download-section {
    float: right;
}

.price-subsection-title {
    background: #999;
}

.price-section-inner {
    display: none;
}

.margin-bot-15 {
    margin-bottom: 15px;
}

.bg-video {
    width: 100%;
    height: 800px;
    position: relative;
    margin-top: -25px;
    overflow: hidden;
}

#bgvid {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    transform: translateX(-50%) translateY(-50%);
    background: url('//demosthenes.info/assets/images/polina.jpg') no-repeat;
    background-size: cover;
    transition: 1s opacity;
}

.stopfade {
    opacity: .5;
}

.form-deal {
    font-family: Agenda-Light, Agenda Light, Agenda, Arial Narrow, sans-serif;
    font-weight: 100;
    background: rgba(0, 0, 0, 0.3);
    color: white;
    padding: 2rem;
    max-width: 400px;
    width: 100%;
    float: right;
    font-size: 1.2rem;
    margin-right: 5%;
    margin-top: 100px;
}

h1 {
    font-size: 3rem;
    text-transform: uppercase;
    margin-top: 0;
    letter-spacing: .3rem;
}

#polina button {
    display: block;
    width: 80%;
    padding: .4rem;
    border: none;
    margin: 1rem auto;
    font-size: 1.3rem;
    background: rgba(255, 255, 255, 0.23);
    color: #fff;
    border-radius: 3px;
    cursor: pointer;
    transition: .3s background;
}

#polina button:hover {
    background: rgba(0, 0, 0, 0.5);
}

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

}

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

}

.header__working{
    font-size: 12px;
    line-height: 1.1!important;
    min-width: 200px;
    position: relative;
}
.header__working .fa{
    background: #edd33f;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    width: 20px;
    margin-right: 20px;
    float: left;
}
.header__working-wrapper{
    transform: translate(0,-50%);
    position: absolute;
    top: 50%;
    left: 45px;
}
.header__working p{
    margin: 0;
}

/* dilers */
.dilers {
    position: relative;
    min-height: 710px;
    overflow: hidden;
}

.dilers video {
    height: auto;
    min-width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto!important;
    max-width: unset;
}

.form-dilers {
    position: relative;
    margin: 5% 8% 10% auto;
}

@media (max-width: 768px) {
    .form-dilers {
        right: 0;
        left: 0;
        margin: 0 auto;
        padding-left: 30px;
        padding-right: 30px;
        width: calc(100% - 30px);
    }
}
@media (max-width: 576px){
    .form-dilers{
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
}


.header-bar{
    display: flex;
    padding-left: 34%;
    justify-content: flex-end;
}
.header-bar .top-block-item:first-child{
    flex-grow: 1;
    padding-left: 25px;
}
.header-bar .top-block-item:last-child{
    padding-right: 0;
}
@media (max-width: 1300px){
    .header-bar__address{
        display: none!important;
    }
}@media (max-width: 1070px){
    .header-bar__working{
        display: none!important;
    }
}

.lic-li {
	padding: 0 25%;
}

.btn-yellow {
	background-color: #ffff00;
    color: #000;
    border: none;
    font-weight: bold;
}

.flexslider .left .banner_title {
	color: #000;
}

.sections_wrapper .list .item.section_item .img {
	margin-top: -29px;
}