.icons.icon-g {
    background-image: url(/img/pinterest-white.png);
    background-position: 2px 0px;
    background-size: contain;
}
.label.none {background: none;}
.item_old_price {display: none;}
.sect-item .label.plussize {background-image: url(images/icon_tip_14.png); text-indent: -9999px;}
.sect-item .label.share_1 {background-image: url(/img/share_1_sm.png); text-indent: -9999px;}
input {box-shadow: none !important;}
.bx_lt {opacity: 0;}
div.notify {
    position: relative;
    top: -15px;
    margin: 0 0 10px 5px;
    font-size: 12px;
}
.dropdown-menu.noclose {padding-bottom: 0 !important;}
.dropdown-menu.noclose .wrap-first {padding-bottom: 15px !important;}
.reviews-section {overflow-y: auto;}

.form-group .efpb__btn {
    align-self: flex-start;
}

p.start-video {padding-bottom: 25px;}

@media (min-width: 995px) {
.jcarousel-wrapper {height: 547px !important;}
}
@media (max-width: 995px) {
.product-image-list > li {max-width: 100%;}
.jcarousel-wrapper {height: 412px !important;}
}
.link-product-image {margin-top: 0 !important;}
.product-image-list {margin-left: 0 !important;}
.jcarousel-wrapper li {margin-top: 0 !important;}
.jcarousel-control-prev,.jcarousel-control-prev {opacity: 1 !important; cursor: pointer !important;}
.btn.btn-add-cart{background-color: #ef6ea8; border-color: #ef6ea8; color: #fff;}
/*[SEO.RU nchernysheva] task 15554*/
h1.product-title{font-size: 26px}
/*[SEO.RU]*/
.partner-product {position: relative; top: -18px;}
.icons.icon-lupa {background-position: -163px -464px;}
@media (max-width: 995px) {
.icon-lupa.popup {display: none !important;}
}
.nodelay.delay {display: none !important;}
.btn-disabled {
    background-color: #ffffff;
    border: 1px solid #dbd7d7;
    color: #dbd7d7;
}
.pink, .navbar-nav.main-menu > li > a.pink {color: #ef6ea8;}
.custom-select-field.dropdown.bx_size ul {margin-left: 0 !important;}
.custom-select-field .dropdown-menu > li span {
  font-family: "HeliosCondBold", sans-serif;
  padding-left: 10px;
  padding-right: 10px;
}
.custom-select-field .dropdown-menu > li span:hover,
.custom-select-field .dropdown-menu > li span:focus {
  background-color: #e9e9e9;
  color: #91aec4;
}
/*
.dropdown-menu > li > a,
.dropdown-menu > li > span {
  color: #3a3a3a;
  padding: 5px 20px;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > span:hover,
.dropdown-menu > li > a:focus,
.dropdown-menu > li > span:focus {
  background-color: #355cdb;
  color: #fff;
}
*/
.dropdown-menu > li > a, .dropdown-menu > li > span {display: block; padding: 5px 10px; cursor: pointer;}
.dropdown-menu > li.bx_active > span {background: #e9e9e9; color: #91aec4;}
.up.toggle.active {margin-bottom: 10px;}
.list-content > li + li {margin-top: 10px;}
.radio {display: inline-block; margin-left: 10px;}
.magnify-main .product-image-list {margin-top: 40px;}
.magnify-main .product-image-list li {display: none;}
.magnify-main .product-image-list li:nth-child(1) {display: block;}
.magnify-main .product-image-list li:nth-child(2) {display: block;}
.magnify-main .product-image-list li:nth-child(3) {display: block;}
.magnify-main .product-image-list li:nth-child(4) {display: block;}

@media (max-width: 859px) {
.m-b-mobile {margin-bottom: 40px;}
}
.logo {height: auto;}
.basket-photo {padding: 0;}
.navbar-nav > li > .dropdown-menu.alignleft {margin-top: 0; text-align-last: left;}
.main-content .col-xs-6.bx_item_detail_scu, .main-content .col-xs-6.bx_item_detail_size {width: auto; float: none;}
.bx_bigimages_imgcontainer {margin-top: 0 !important;}
@media (max-width: 860px) {
.icon-lupa.zoom {display: none;}
}
@media (min-width: 860px) {
.icon-lupa.popup {display: none;}
}
.item_info_section .dropdown-menu {width: 100% !important;}
.item_info_section .dropdown-menu li {width: auto !important; padding-top: 0 !important;}
.product-title {text-transform: lowercase;}
.product-title span {font-size: 26px;}
.product-title span.capital {text-transform: capitalize;}
.product-image-list > li > span > span.cnt_item {
  display: block;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  position: relative;
}
.product-image-list > li > span {cursor: pointer;}
.product-image-list > li > span > span.cnt_item:hover:before {
  content: '';
  height: 100%;
  width: 100%;
  left: 0;
  position: absolute;
  top: 0;
  z-index: 200;
  background-color: rgba(255, 255, 255, 0.6);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
ul > li > span.cnt.is-shop {
  font-size: 13px;
  text-indent: 18px;
  color: #b1b1b1 !important;
}

/*
    .modal-open {
        overflow: hidden
    }

    .modal {
        display: none;
        overflow: hidden;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1050;
        -webkit-overflow-scrolling: touch;
        outline: 0
    }

    .modal.fade .modal-dialog {
        -webkit-transform: translate(0, -25%);
        -ms-transform: translate(0, -25%);
        -o-transform: translate(0, -25%);
        transform: translate(0, -25%);
        -webkit-transition: -webkit-transform 0.3s ease-out;
        -o-transition: -o-transform 0.3s ease-out;
        transition: transform 0.3s ease-out
    }

    .modal.in .modal-dialog {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    .modal-open .modal {
        overflow-x: hidden;
        overflow-y: auto
    }

    .modal-dialog {
        position: relative;
        width: auto;
        width: 341px;
        margin: 10px auto;
    }
    .modal-dialog.all-width {
        width: 100%;
    }

    .modal-content {
        position: relative;
        background-color: #fff;
        border: 1px solid #999;
        border: 1px solid rgba(0, 0, 0, 0.2);
        border-radius: 6px;
        -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
        box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        outline: 0
    }

    .modal-content.no-shadow {
        border: 0;
        border-radius: 0;
        box-shadow: none;
        background-clip: padding-box;
    }

    .modal-backdrop {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1040;
        background-color: #000
    }

    .modal-backdrop.fade {
        opacity: 0;
        filter: alpha(opacity=0)
    }

    .modal-backdrop.in {
        opacity: .5;
        filter: alpha(opacity=50)
    }

    .modal-header {
        padding: 15px;
        border-bottom: 1px solid #e5e5e5
    }

    .modal-header .close {
        margin-top: -2px
    }

    .modal-title {
        margin: 0;
        line-height: 1.42857143
    }

    .modal-body {
        position: relative;
        padding: 15px
    }

    .modal-footer {
        padding: 15px;
        text-align: right;
        border-top: 1px solid #e5e5e5
    }

    .modal-footer .btn + .btn {
        margin-left: 5px;
        margin-bottom: 0
    }

    .modal-footer .btn-group .btn + .btn {
        margin-left: -1px
    }

    .modal-footer .btn-block + .btn-block {
        margin-left: 0
    }
    .form-group {
        margin-bottom: 20px;
    }
    .form-control {
        border: 1px solid #7289a3;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        -khtml-border-radius: 0;
        border-radius: 0;
        box-shadow: none;
        color: #3a3a3a;
        height: 30px;
        padding: 0 10px;
        outline: none;
        width: 100%;
        margin: 10px 0;
    }
    .input-group .form-control {
        height: 36px;
    }

    .icons {
        background: url("sprite.png") no-repeat;
        cursor: pointer;
        display: inline-block;
        vertical-align: middle;
    }
    .icons.icon-close {
        background-position: -90px -324px;
        height: 21px;
        width: 21px;
    }
    .modal-dialog .modal-content button.close {
        background: none;
        border: 0;
        position: absolute;
        right: 5px;
    }

    .forgot-pass {
        text-align: center;
        padding: 0;
    }
    .forgot-pass a {
        border-bottom: 1px dashed #7a7a7a;
        display: inline-block;
        color: #3a3a3a;
        text-decoration: none;
    }
    ul li {
        list-style: none;;
    }
    .btn {
        background-color: #dbd7d7;
        border: 1px solid #355cdb;
        color: #355cdb;
        display: inline-block;
        font: 15px 'Helios Cond Light';
        padding: 9px 65px;
        outline: none;
        text-transform: uppercase;
        -webkit-transition: all 0.2s linear;
        transition: all 0.2s linear;
    }
    .btn:hover,
    .btn:focus {
        background-color: #fff;
    }
    .text-center {
        text-align: center;
    }
    .title-search-result .modal-body {
        width: 620px;
        margin: 0 auto;
        padding: 35px 15px;
    }
    .title-search-result .form-group {
        display: flex;
        justify-content: space-between;
    }
    .title-search-result .form-control.large {
        width: 420px;
        text-transform: uppercase;
        height: 37px;
        font-size: 16px;
        margin: 0;
    }
*/
    .title-search-result .form-result h4 {
        color: #1e1e1e;
        text-align: center;
        text-transform: uppercase;
    }
    .title-search-result .form-result ul li {
        text-align: center;
        text-transform: uppercase;
        width: 80%;
        margin-left: 10%;
    }
@media (max-width: 860px) {
    .title-search-result .form-result ul li {
        text-transform: uppercase;
        width: 100%;
        margin-left: 32%;
    }
}
    .title-search-result .form-result ul li a {
        color: #1e1e1e;
        text-decoration: none;
    }
    .title-search-result .form-result.no-results {
        text-align: center;
    }
    .title-search-result .products-block {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: space-around;
    }
    .title-search-result .products-block a {
        text-decoration: none;
        color: inherit;
    }
    .title-search-result .products-block img, .title-search-result .products-block span {
        display: block;
        text-align: center;
    }
    .title-search-result .products-block img {
        margin-bottom: 10px;
    }
    .title-search-result .products-block span span {
        display: inline;
    }
    .title-search-result .products-block .product-element_price {
        color: #076ebe;
    }
    .title-search-result .products-block .product-element_price .currency {
        color: #1e1e1e;
    }
    .title-search-result .product-element_name {
        font-size: 16px;
    }

*/
    #myAuth .modal-open {
        overflow: hidden
    }

    #myAuth .modal {
        display: none;
        overflow: hidden;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1050;
        -webkit-overflow-scrolling: touch;
        outline: 0
    }

    #myAuth .modal.fade .modal-dialog {
        -webkit-transform: translate(0, -25%);
        -ms-transform: translate(0, -25%);
        -o-transform: translate(0, -25%);
        transform: translate(0, -25%);
        -webkit-transition: -webkit-transform 0.3s ease-out;
        -o-transition: -o-transform 0.3s ease-out;
        transition: transform 0.3s ease-out
    }

    #myAuth .modal.in .modal-dialog {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    #myAuth .modal-open .modal {
        overflow-x: hidden;
        overflow-y: auto
    }

    #myAuth .modal-dialog {
        position: relative;
        width: auto;
        width: 341px;
        margin: 10px auto;
    }

    #myAuth .modal-content {
        position: relative;
        background-color: #fff;
        border: 1px solid #999;
        border: 1px solid rgba(0, 0, 0, 0.2);
        border-radius: 6px;
        -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
        box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        outline: 0
    }

    #myAuth .modal-backdrop {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1040;
        background-color: #000
    }

    #myAuth .modal-backdrop.fade {
        opacity: 0;
        filter: alpha(opacity=0)
    }

    #myAuth .modal-backdrop.in {
        opacity: .5;
        filter: alpha(opacity=50)
    }

    #myAuth .modal-header {
        padding: 15px;
        border-bottom: 1px solid #e5e5e5
    }

    #myAuth .modal-header .close {
        margin-top: -2px
    }

    #myAuth .modal-title {
        margin: 0;
        line-height: 1.42857143
    }

    #myAuth .modal-body {
        position: relative;
        padding: 15px
    }

    #myAuth .modal-footer {
        padding: 15px;
        text-align: right;
        border-top: 1px solid #e5e5e5
    }

    #myAuth .modal-footer .btn + .btn {
        margin-left: 5px;
        margin-bottom: 0
    }

    #myAuth .modal-footer .btn-group .btn + .btn {
        margin-left: -1px
    }

    #myAuth .modal-footer .btn-block + .btn-block {
        margin-left: 0
    }

    #myAuth .form-group {
        margin-bottom: 20px;
    }

    #myAuth .form-control {
        border: 1px solid #7289a3;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        -khtml-border-radius: 0;
        border-radius: 0;
        box-shadow: none;
        color: #3a3a3a;
        height: 30px;
        padding: 0 10px;
        outline: none;
        width: 100%;
        margin: 10px 0;
    }

    #myAuth .input-group .form-control {
        height: 36px; color: #3a3a3a;
    }

    #myAuth .icons {
        background: url("images/sprite.png") no-repeat;
        cursor: pointer;
        display: inline-block;
        vertical-align: middle;
    }

    #myAuth .icons.icon-close {
        background-position: -90px -324px;
        height: 21px;
        width: 21px;
    }

    #myAuth .modal-dialog .modal-content button.close {
        background: none;
        border: 0;
        position: absolute;
        right: 5px;
    }

    #myAuth .forgot-pass {
        text-align: center;
        padding: 0;
    }

    #myAuth .forgot-pass a {
        border-bottom: 1px dashed #7a7a7a;
        display: inline-block;
        color: #3a3a3a;
        text-decoration: none;
    }
    #myAuth ul li {
        list-style: none;;
    }

    #myAuth .btn {
        background-color: #dbd7d7;
        border: 1px solid #355cdb;
        color: #355cdb;
        display: inline-block;
        font: 15px 'Helios Cond Light';
        padding: 9px 65px;
        outline: none;
        text-transform: uppercase;
        -webkit-transition: all 0.2s linear;
        transition: all 0.2s linear;
    }
    #myAuth .btn:hover,
    #myAuth .btn:focus {
        background-color: #fff;
    }
    #myAuth .text-center {
        text-align: center;
    }




@media (max-width: 995px) {
.valera {display: none !important;;}
}
		.valera{
			display:none;
			position:fixed;
			z-index:11111;
		}
		.valera img{
			max-width: 400px;
		}
		.valera-1{
			left:0;
			bottom:0;
		}
		.valera-2{
			left:0;
			top:0;
		}
		.valera-3{
			right:0;
			top:0;			
		}
		.valera-4{
			right:0;
			bottom:0;			
		}

a.sasha {
	font-size: 26px;
    color: #999;
    font-family: "HeliosCondBold", sans-serif;
    margin-top: 0;
    margin-bottom: 20px;
}
a.sasha1 {
	font-size: 26px;
    color: #ef6ea8;
    font-family: "HeliosCondBold", sans-serif;
    margin-top: 0;
    margin-bottom: 20px;
}
a.sasha:active {color:red}
a.sasha:hover{color:#000000}

img.saopl{
margin:10px 20px 10px 10px;
}
img.saopl:hover{
border:1px solid #000000;
}


h1.stati{
margin:20px;
color: #ef6ea8;
text-transform:uppercase;
text-align:center;
font-size: 24px;
}

/* Базовые стили слоя затемнения и модального окна  */
.overlay {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    display: none;
/* фон затемнения */
    background-color: rgba(0, 0, 0, 0.65);
    position: fixed; /* фиксированное поцизионирование */
    cursor: default; /* тип курсара */
}
/* активируем слой затемнения */
.overlay:target {
    display: block;
}
/* стили модального окна */
.popup2 {
    height: 550px;
    top: -100%;
    right: 0;
    left: 50%;
    z-index: 20;
    margin: 0;
    width: 85%;
    min-width: 320px;
    max-width: 600px;
/* фиксированное позиционирование, окно стабильно при прокрутке */
    position: fixed;
    padding: 15px;
    border: 1px solid #383838;
    background: #fefefe;

/* внешняя тень */
    -webkit-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -moz-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -ms-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -webkit-transform: translate(-50%, -500%);
    -ms-transform: translate(-50%, -500%);
    -o-transform: translate(-50%, -500%);
    transform: translate(-50%, -500%);
    -webkit-transition: -webkit-transform 0.6s ease-out;
    -moz-transition: -moz-transform 0.6s ease-out;
    -o-transition: -o-transform 0.6s ease-out;
    transition: transform 0.6s ease-out;
}
/* активируем модальный блок */
.overlay:target+.popup2 {
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    top: 20%;
}
/* формируем кнопку закрытия */
.close2 {
    top: -10px;
    right: -10px;
    width: 20px;
    height: 20px;
    position: absolute;
    padding: 0;
    border: 2px solid #ccc;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
    background-color: rgba(61, 61, 61, 0.8);
    -webkit-box-shadow: 0px 0px 10px #000;
    -moz-box-shadow: 0px 0px 10px #000;
    box-shadow: 0px 0px 10px #000;
    text-align: center;
    text-decoration: none;
    font: 13px/20px 'Tahoma', Arial, sans-serif;
    font-weight: bold;
    -webkit-transition: all ease .8s;
    -moz-transition: all ease .8s;
    -ms-transition: all ease .8s;
    -o-transition: all ease .8s;
    transition: all ease .8s;
}
.close2:before {
    color: rgba(255, 255, 255, 0.9);
    content: "X";
    text-shadow: 0 -1px rgba(0, 0, 0, 0.9);
    font-size: 12px;
}
.close2:hover {
    background-color: rgba(252, 20, 0, 0.8);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);    
}
/* изображения внутри окна */
.popup2 img {
    width: 100%;
    height: auto;
}
/* миниатюры слева/справа */
.pic-left, 
.pic-right {
    width: 25%;
    height: auto;
}
.pic-left {
    float: left;
    margin: 5px 15px 5px 0;
}
.pic-right {
    float: right;
    margin: 5px 0 5px 15px;
}




a.buttons-green:hover  {
  background-image: linear-gradient(#b71201, #d91602);
}

img.icons2{
width:30px;
float:left;
margin-right:10px;
margin-top:-3px;
}
a.buttons-green2 {
float:left;
 clear:both;
  width: 50%;
  min-width: 200px;
  background-image: linear-gradient(#d91602, #b71201);
  text-decoration: none;
  padding: 9px;
  color: #ffffff;
  text-align: center;
  font-size:22px;
margin-left:25%;

border-radius:5px;
}

a.buttons-green2:hover  {
  background-image: linear-gradient(#b71201, #d91602);
}
a.buttons-green3 {
float:left;
 clear:both;
  width: 50%;
  min-width: 200px;
  background-image: linear-gradient(#ef6ea8, #d15f92);
  text-decoration: none;
  padding: 9px;
  color: #ffffff;
  text-align: center;
  font-size:22px;
margin-left:25%;

border-radius:5px;
}

a.buttons-green3:hover  {
  background-image: linear-gradient(#d15f92, #ef6ea8);
}

a.buttons-green4 {
	float:right;
  width: 30%;
  min-width: 200px;
  background-image: linear-gradient(#ef6ea8, #d15f92);
  text-decoration: none;
  padding: 9px;
  color: #ffffff;
  text-align: center;
  font-size:22px;
margin-top:-15%;
margin-right:15%;
border-radius:5px;
}

a.buttons-green4:hover  {
  background-image: linear-gradient(#d15f92, #ef6ea8);
}

a.buttons-green5 {
	float:right;
  width: 30%;
  min-width: 200px;
  background-image: linear-gradient(#cbdc00, #86ad00);
  text-decoration: none;
  padding: 9px;
  color: #ffffff;
  text-align: center;
  font-size:22px;
margin-top:-15%;
margin-right:15%;
border-radius:5px;
}

a.buttons-green5:hover  {
  background-image: linear-gradient(#86ad00, #cbdc00);
}

img.proza{
opacity: 0.9;
}
img.proza:hover{
opacity: 1;
}
.overlay2 {
	background: #000;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1000;
	opacity: .5;
}
.visible2 {
	background: #fff;
	position: fixed;
	left: 50%;
	top: 50%;
	margin-top: -200px;
	overflow: hidden;
	z-index: 2000;
	width: 500px;
	padding: 0px;
	margin-left: -250px;
}

.content2 {
	padding: 0 1em;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}


input.subscribe-form-item__btn subscribe-form-item__btn--btn-submit {
 clear:both;
  width: 50%;
  min-width: 200px;
  background-image: linear-gradient(#ef6ea8, #d15f92);
  text-decoration: none;
  padding: 9px;
  color: #ffffff;
  text-align: center;
  font-size:22px;
margin-left:25%;

border-radius:5px;
}

div.subscribe-form-item subscribe-form-item--btn-submit  {
  background-image: linear-gradient(#d15f92, #ef6ea8);
}

a.insta {
float:right;
margin-top:0px;
color:#ef6ea8;
text-transform: uppercase;
text-align: right;
font-size: 24px;
}

a.insta:hover {
  color:#3a3a3a;
}

div.black-fon {
background-color:rgba(0, 0, 0, 0.1);
}

div.black-fon:hover {
background-color:rgba(0, 0, 0, 0.5);
}

h2.black-fon {
text-transform: uppercase;
color:#ffffff;
margin-top:-50px;
margin-left:20px;
}

th.table-sas {
padding: 10px;
background-color:#e1e1e1;
text-align:center;
font-size:18px;
border:1px solid #ffffff;
}

blockquote.ii {
margin: 0;
padding: 40px;
color: #3F484D;
position: relative;
font-family: 'Lato', sans-serif;
text-align: center;
border-left:none;
}
blockquote.ii:before, blockquote:after {
font-size: 45px;
color: #78bfe8;
position: absolute;
height: 2px;
left: 40px;
right: 40px;
line-height: .5;
background: linear-gradient(to right, #78bfe8 45%, transparent 45%, transparent), linear-gradient(to right, transparent, transparent 55%, #78bfe8 55%);
font-family: serif;
}
blockquote.ii:before {
content: "\201C";
top: 30px;
}
blockquote.ii:after {
content: "\201D";
bottom: 30px;
}
blockquote.ii p {
font-size: 20px;
}
blockquote.ii footer {
margin-bottom: 1em;
}
blockquote.ii cite {
font-style: normal;
}
		.tooltip1 {
			border-bottom: 1px dotted #000000; color: #000000; outline: none;
			cursor: help; text-decoration: none;
			position: relative;
		}
		.tooltip1 span {
			margin-left: -999em;
			position: absolute;
		}
		.tooltip1:hover span {
			border-radius: 5px 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; 
			box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 5px 5px rgba(0, 0, 0, 0.1); -moz-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
			font-family: Calibri, Tahoma, Geneva, sans-serif;
			position: absolute; left: 1em; top: 2em; z-index: 99;
			margin-left: 0; width: 250px;
			background-color:#ffffff;
			padding:10px;
		}

		.tooltip1:hover em {
			font-family: Candara, Tahoma, Geneva, sans-serif; font-size: 1.2em; font-weight: bold;
			display: block; padding: 0.2em 0 0.6em 0;
		}

.link-basket1 {
  background: url("/bitrix/templates/mledy_2016/images/icon-basket.png") left 0 no-repeat;
  display: inline-block;
  font-family: "HeliosCondLight2", sans-serif !important;
  min-height: 23px;
  padding-left: 30px;
}

.link-pers1 {
font-family: "HeliosCondBold", sans-serif;
border-bottom: 1px solid #7a7a7a;
}

div.btn-chp {
width:200px;
height:60px;
background-color:#fff001;
color:#000000;
text-transform: uppercase;
text-align: center;
font-family: "HeliosCondBold", sans-serif;
font-size: 24px;
padding:15px;
position:relative;
z-index:1;
margin:-100px auto 80px auto;
}

div.btn-chp:hover {
width:200px;
height:60px;
background-color:#000000;
color:#fff001;
text-transform: uppercase;
font-family: "HeliosCondBold", sans-serif;
font-size: 24px;
}

a.btn-chp:hover {
color:#fff001;
}

div.btn-chp1 {
width:30%;
min-width:300px;
background-color:#fff001;
color:#000000;
text-transform: uppercase;
text-align: center;
font-family: "HeliosCondBold", sans-serif;
font-size: 24px;
padding:15px;
margin:auto;
border:2px solid #fff001;
}

div.btn-chp1:hover {
background-color:#000000;
color:#fff001;
border:2px solid #fff001;
}

a.btn-chp1:hover {
color:#fff001;
}

img.front-ny:hover {

    filter: alpha (Opacity=0);/* прозрачность для IE */

    opacity: 0;/* прозрачность для других браузеров */

}

div.btn-chp2 {
width:200px;
height:60px;
background-color:#000000;
color:#fff001;
text-transform: uppercase;
text-align: center;
font-family: "HeliosCondBold", sans-serif;
font-size: 24px;
padding:15px;
position:relative;
z-index:1;
margin:-100px auto 80px auto;
border:2px solid #000000;
}

div.btn-chp2:hover {
width:200px;
height:60px;
background-color:#fff001;
color:#000000;
text-transform: uppercase;
font-family: "HeliosCondBold", sans-serif;
font-size: 24px;
border:2px solid #000000;
}

a.btn-chp2:hover {
color:#000000;
}

a.link-dashed1 {
font-size: 14px;
font-family: "HeliosCondLight2", sans-serif !important;
color:#757575;
border-bottom: 1px dashed #757575;
text-align:center;
margin-top:10px;
}

a.btn1{
background-color: #dbd7d7;
    border: 1px solid #355cdb;
    color: #355cdb;
    display: inline-block;
    font: 15px "HeliosCondRegular", sans-serif;
    padding: 10px 15px 8px;
    outline: none;
    text-transform: uppercase;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
margin-right:20px;
}
a.btn1:hover {
    background-color: #fff;
}

div.btn-bnys2 {
width:240px;
height:70px;
background: linear-gradient(to top, #089790, #03f5e8);
color:#ffffff;
text-transform: uppercase;
text-align: center;
font-family: "HeliosCondBold", sans-serif;
font-size: 28px;
padding:15px;
position:relative;
z-index:1;
margin:-100px auto 80px auto;
}

div.btn-bnys2:hover {
background: linear-gradient(to top, #03f5e8, #089790);
text-transform: uppercase;
font-family: "HeliosCondBold", sans-serif;
font-size: 28px;
}
@media (max-width: 767px) {
    .btns-card__line .btn {
        display: inline-block;
        vertical-align: top;
        margin: 0px;
    }
    .btns-card__line__box {
        display: flex;
        -webkit-justify-content: space-between; /* Safari */
        justify-content: space-between;
    }
}
.popup-polit {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 70px;
	z-index: 100;
	background-color: rgba(245, 245, 245, 1);
	display: flex;
	align-items: center;
	justify-content: center;
}
.popup-polit p {
	margin-right: 40px;
	flex: 1;
	min-width: 0;
	font-size: 16px;
	color: rgba(58, 58, 58, 1);
	max-width: 1245px;
	margin-bottom: 0;
}
.popup-polit p a {
	text-decoration: underline;
}
.popup-polit p a:hover {
	text-decoration: none;
}
.popup-polit__wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 1340px;
}
.popup-polit__btn {
	width: 188px;
	background-color: rgba(130, 188, 232, 1);
	height: 52px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	outline: none;
	border: 0;
	transition: 250ms ease;
}
.popup-polit__btn:hover {
	background-color: #c9c6d5;
}
@media (max-width:1340px) {
	.popup-polit {
		height: auto;
	}
	.popup-polit__wrap {
		max-width: 100%;
		padding: 20px;
	}
}
@media (max-width:768px) {
	.popup-polit__wrap {
		flex-direction: column;
	}
	.popup-polit p {
		width: 100%;
		font-size: 14px;
		line-height: 20px;
		margin-right: 0;
		margin-bottom: 10px;
	}
	.popup-polit__btn {
		width: 100%;
		height: 44px;
		font-size: 17px;
	}
}