@font-face {
  font-family: 'Museo Sans Cyrl';
  src: url("../fonts/MuseoSansCyrl-500.eot?#iefix") format("embedded-opentype"), url("../fonts/MuseoSansCyrl-500.otf") format("opentype"), url("../fonts/MuseoSansCyrl-500.woff") format("woff"), url("../fonts/MuseoSansCyrl-500.ttf") format("truetype"), url("../fonts/MuseoSansCyrl-500.svg#MuseoSansCyrl-500") format("svg");
  font-weight: 500;
  font-style: normal;
}

/* font-family: "PhilosopherRegular"; */
@font-face {
    font-family: "PhilosopherRegular";
    src: url("../fonts/PhilosopherRegular/PhilosopherRegular.eot");
    src: url("../fonts/PhilosopherRegular/PhilosopherRegular.eot?#iefix")format("embedded-opentype"),
    url("../fonts/PhilosopherRegular/PhilosopherRegular.woff") format("woff"),
    url("../fonts/PhilosopherRegular/PhilosopherRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "PhilosopherBold"; */
@font-face {
    font-family: "PhilosopherBold";
    src: url("../fonts/PhilosopherBold/PhilosopherBold.eot");
    src: url("../fonts/PhilosopherBold/PhilosopherBold.eot?#iefix")format("embedded-opentype"),
    url("../fonts/PhilosopherBold/PhilosopherBold.woff") format("woff"),
    url("../fonts/PhilosopherBold/PhilosopherBold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}


body, * {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  background: #fff;
    font-family: 'Museo Sans Cyrl';
}

.container {
  max-width: 1260px;
  min-width: 990px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 0 15px;
}

.clearfix {
  clear: both;
}

.clearfix:before, .clearfix:after {
  content: '';
  display: table;
  clear: both;
}

.wrapper {
  position: relative;
  height: 100%;
  min-height: 100%;
}

.content {
  height: 100%;
  min-height: 100%;
}

.fixed-bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}

header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 98;
}




#overlay {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.65);
    z-index: 999;
    -webkit-animation: fade .6s;
    -moz-animation: fade .6s;
    animation: fade .6s;
    overflow: auto;
}



.popup4 {
    top: 5%;
    left: 0;
    right: 0;       
    font-size: 14px;
    margin: auto;
    width: 85%;
    min-width: 320px;
    max-width: 850px;
    position: absolute;
    padding: 15px 20px;
    border: 1px solid #383838;
    background: #fefefe;
    z-index: 999999;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    font: 14px/18px 'Tahoma', Arial, sans-serif;
    -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-animation: fade .6s;
    -moz-animation: fade .6s;
    animation: fade .6s;
}



.close {
    top: 10px;
    right: 10px;
    width: 32px;
    height: 32px;
    position: absolute;
    border: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background-color: #e4097f;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    cursor: pointer;
    outline: none;
 
}
.close:before {
    color: rgba(255, 255, 255, 0.9);
    content: "X";
    font-family:  Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.9);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
/* кнопка закрытия при наведении */
.close:hover {
    background-color: rgba(252, 20, 0, 0.8);
}




header .top-header {
  background: url("../img/top-header-bg.jpg") no-repeat center top;
  background-size: cover;
  text-align: right;
}

header .top-header .phone a {
  color: #fff !important;      
  text-decoration: none !important;
  font-family: "PhilosopherBold", Arial, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 41px;
  background: url("../img/cofee-icon.png") no-repeat 18px center, transparent;
  display: inline-block;
  padding: 0 15px 0 40px;
}

header .top-header .phone a.addr
{
color: #fee1fd !important;
background: url("../img/mapi.png") no-repeat 15px center, transparent;
}

header .top-header .adrr  a {
  color: #fff !important;
  float:left;
  text-decoration: none !important;
  font-family: "PhilosopherBold", Arial, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 41px;
  background: url("../img/cofee-icon.png") no-repeat 15px center, transparent;
  display: inline-block;
  padding: 0 15px 0 45px;
}

header .top-header .logo {
  position: absolute;
  width: 276px;
  left: 0%;
  margin-left: 0px;
  top: 0;
  z-index: 6;
}

header .top-header .logo a img {
  display: block;
  max-width: 100%;
}

header .bottom-header {
  background: url("../img/bg_menu_s.png") no-repeat center top;
  background-size: cover;
  padding: 30px 0;
  position: relative;
}

header .bottom-header:before {
  content: '';
  width: 100%;
  height: 11px;
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  right: 0;
  background: url("../img/header-shadow.png") repeat-x left top;
}

header .bottom-header .menu ul {
  display: table;
  width: 100%;
  float: left;
}

header .bottom-header .menu ul.menu-left {
  padding-left: 272px;
  font-family: "PhilosopherRegular", Arial, sans-serif;
}

header .bottom-header .menu ul.menu-left li {
  padding: 0 25px;
}

header .bottom-header .menu ul.menu-left li:first-child {
  padding-left: 0;
}

header .bottom-header .menu ul.menu-right {
  padding-left: 90px;
  text-align: right;
}

header .bottom-header .menu ul.menu-right li:last-child {
  padding-right: 0;
}

header .bottom-header .menu ul li {
  display: inline-block;
  list-style: none;
  vertical-align: top;
  padding: 0 11px;
}

header .bottom-header .menu ul li a {
  color: #76204f;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  text-decoration: underline;
}

header .bottom-header .menu ul li a:hover {
  text-decoration: none;
}

.section-1 {
  margin-top: 19px;
  padding-top: 100px;
  min-height: 700px;
  background: url("../img/section-1-bg.jpg") no-repeat center top;

  position: relative;
}



.section-1 h1 {
  color: #bc327e;
font-family: 'Museo Sans Cyrl';
font-size: 38px;
line-height: 50px;
text-transform: uppercase;
  text-align: left;
  margin-bottom: 15px;   
  padding-left:15px;
  margin-top:55px;
}

.section-1 .box {
  background: url("../img/bg_zapis.png") no-repeat center top;
  width: 336px;
  margin: 0 0 0 40px;
  position: relative;
  text-align: center;
padding-top: 93px;
 

}


.section-1 .box h3{
font-family: "PhilosopherBold", Arial, sans-serif;
font-size: 38px;
color:#bb327d;
 padding-bottom: 10px;
}


.section-1 .box h4{
font-family: "PhilosopherRegular", Arial, sans-serif;
font-size: 18px;
color:#3b2317;
text-transform: uppercase;
 padding-bottom: 7px;
}

.section-1 .box h5{
font-family: "PhilosopherBold", Arial, sans-serif;
font-size: 38px;
color:#5b0e46;

margin-bottom: 112px;

}


.section-1 .box h5 span{
color:#bb327d;

}



.boxx {
  background: url("../img/bg_zapis.png") no-repeat center top;
  width: 336px;
  margin: 50px 0 0 20px;
  position: relative;
  text-align: center;
padding-top: 93px;
 

}


.boxx h3{
font-family: "PhilosopherBold", Arial, sans-serif;
font-size: 38px;
color:#bb327d;
 padding-bottom: 10px;
}


.boxx h4{
font-family: "PhilosopherRegular", Arial, sans-serif;
font-size: 18px;
color:#3b2317;
text-transform: uppercase;
 padding-bottom: 7px;
}

.boxx h5{
font-family: "PhilosopherBold", Arial, sans-serif;
font-size: 38px;
color:#5b0e46;

margin-bottom: 112px;

}


.boxx h5 span{
color:#bb327d;

}


.boxx  a {
  color: #9df981;
  font-size: 30px;
  line-height: 34px;
  margin-bottom: 15px;
  display: inline-block;
  font-weight: 700;
  text-decoration: underline;
}

.boxx  .btn {
font-family: 'Museo Sans Cyrl';
  color: #fde9eb !important;
  text-decoration: none !important;
  line-height: 60px;
  width: 100%;
  display: block;
  width: 314px;
  margin: 0 auto;
  padding: 0;
  font-size: 22px;
  font-weight: 700;
  border-radius: 10px;
  text-transform: uppercase;
  text-decoration: none !important;
  background-color: #ab2e73;
  transition: .2s linear;
}

.boxx .btn:hover {
  background: #fb84d3;
}


.ulsale {
position: absolute;

top: 20px;
margin: 0px auto;
text-align: left;
width: 400px;
height: 300px;
left: 50%;
margin-left: -200px;
}


.ulsale ul{
font-family: "PhilosopherRegular", Arial, sans-serif;
  font-style: normal;
  color: #1d0813;
  line-height: 20px;
  font-size: 16px;
  padding: 100px 0 0 94px;
  
  list-style:none;
}

.ulsale ul li{padding-bottom:14px; color:#1b1b1b; }

 .ulsale ul li span{color:#bb327d; }
  .ulsale ul li b{	font-style: normal; font-weight:400; }


.section-1 .box .rub {
  width: 94px;
  height: 94px;
  position: absolute;
  top: -27px;
  right: -27px;
  background: url("../img/rub-icon.png") no-repeat center center;
  background-size: contain;
}

.section-1 .box a {
  color: #9df981;
  font-size: 30px;
  line-height: 34px;
  margin-bottom: 15px;
  display: inline-block;
  font-weight: 700;
  text-decoration: underline;
}

.section-1 .box .btn {
font-family: 'Museo Sans Cyrl';
  color: #fde9eb !important;
  text-decoration: none !important;
  line-height: 60px;
  width: 100%;
  display: block;
  width: 314px;
  margin: 0 auto;
  padding: 0;
  font-size: 22px;
  font-weight: 700;
  border-radius: 10px;
  text-transform: uppercase;
  text-decoration: none !important;
  background-color: #ab2e73;
  transition: .2s linear;
}

.section-1 .box .btn:hover {
  background: #fb84d3;
}

.section-1 .box .image {
  position: absolute;
  top: 100%;
}

.section-1 .box .image img {
  display: block;
  width: 100%;
  max-width: 100%;
}

.section-1 .preims {
  display: block;
  width: 100%;
  text-align: right;
  padding-right: 70px;
}

.section-1 .preims p {
  display: inline-block;
  vertical-align: top;
  color: #3b2317;
  font-size: 24px;
  line-height: 40px;
  margin-left: 70px;
  font-weight: 700;
}

.section-1 .preims .rub-square {
  display: inline-block;
  vertical-align: top;
  width: 39px;
  height: 43px;
  background: url("../img/rub-icon-square.png") no-repeat center center;
  margin-right: 10px;
}

.section-1 .preims .book-square {
  display: inline-block;
  vertical-align: top;
  width: 39px;
  height: 43px;
  background: url("../img/book-icon-square.png") no-repeat center center;
  margin-right: 10px;
}

.section-2 {
  padding-top: 40px;
  background: url("../img/bg-wall.jpg") repeat left top;
  text-align: center;
  position: relative;
  padding-bottom: 152px;
}







.section-2 h3 {
font-family: 'Museo Sans Cyrl';
  font-size: 28px;
  text-align: center;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff5fb;
    margin-top: 10px;
  margin-bottom: 30px;
}

.section-2 h3 span.green {
  color: #178d44;
}

.section-2 .title {
  color: #178d44;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}

.section-2 .box {
  margin: 0 auto;
  width: 100%;
  max-width: 311px;
  background: #fff;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  position: relative;
  margin-bottom: 200px;
}

.section-2 .box .text {
  min-height: 101px;
  padding: 15px 15px 0 15px;
}

.section-2 .box .text a {
  display: block;
  color: #5a4d46;
  font-size: 17px;
  font-weight: 700;
  text-decoration: underline;
  margin-bottom: 10px;
}

.section-2 .box .text a:hover {
  text-decoration: none;
}

.section-2 .box .image {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
}

.section-2 .box .image .rub {
  width: 94px;
  height: 94px;
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -47px;
  top: 50%;
  margin-top: -47px;
  background: url("../img/rub-icon.png") no-repeat center center;
}

.section-2 .box .image .garant {
  width: 108px;
  height: 108px;
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -54px;
  top: 50%;
  margin-top: -54px;
  background: url("../img/garant-icon.png") no-repeat center center;
}

.section-2 .box .image img {
  display: block;
  max-width: 100%;
  width: 100%;
}

.section-2 .row .col-3 {
  float: left;
  width: 33.333%;
  padding: 0 20px;
}

h2 {
  font-family: 'Museo Sans Cyrl';
  font-size: 32px;
  line-height: 34px;
  text-transform: uppercase;
  color: #3b2317;
  text-align: center;
  margin-bottom: 45px;
}

h2 span.orange {
  color: #ffca40;
}

.section-3 {
  padding-top: 45px;
  padding-bottom: 45px;
  background: url("../img/section-3-bg.jpg") no-repeat center top, #ffe9f8;
}

.section-3 .box {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 1px 1.7px 16.7px 1.3px rgba(82, 82, 77, 0.13);
  margin-bottom: 30px;
  padding: 40px 0 0 0;
}

.section-3 .box:after {

content: '';
  width: 96%;
  height: 20px;
  position: absolute;
  display: block;
  bottom: -10px;
  left: 0;
  right: 0;

  background-color: #fff;
  border-radius: 10px;
  box-shadow: 1px 1.7px 16.7px 1.3px rgba(82, 82, 77, 0.13);
  margin: 0px auto;
  padding: 0px 0 0 0;
}



.section-3 .box3 {
  
 
  margin-bottom: 30px;
  padding: 40px 0 0 0;
  height:610px;
}





.section-3 .box2:after {

content: '';
  width: 94%;
  height: 20px;
  position: absolute;
  display: block;
  bottom: -18px;
  left: 0;
  right: 0;

  background-color: #fff;
  border-radius: 10px;
  box-shadow: 1px 1.7px 16.7px 1.3px rgba(82, 82, 77, 0.13);
  margin: 0px auto;
  padding: 0px 0 0 0;
}


.section-3 .box h6 {
font-family: "PhilosopherRegular", Arial, sans-serif;
  font-size: 24px;
    position: absolute;
height: 40px;
width:420px;
  display: block;
 top: -20px;
  left: 0;
  right: 0;
  margin: 0px auto;
  text-align: center;
  background:#ffe8f8;
  color:#45122e;
  border-radius: 5px;
  box-shadow: 1px 1.7px 16.7px 1.3px rgba(82, 82, 77, 0.13);
  text-transform: uppercase;
  box-shadow: 1px 1px 4px 1.3px rgba(82, 82, 77, 0.16);
  padding:7px;
  
}

.section-3 .description, .section-8 .description {
    color: #3b2317;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 50px;
    text-align: left;
}


.section-3 .box .image {
  float: left;
  display: block;
  position: relative;
  width: 25%;
  min-width: 310px !important;
}

.section-3 .box .image img {
  display: block;
  max-width: 100%;
}

.section-3 .box .image .garant {
  width: 108px;
  height: 108px;
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -54px;
  bottom: 20px;
  background: url("../img/garant-icon.png") no-repeat center center;
}

.section-3 .box .text {
  float: left;
  width: 46%;
  padding: 20px 15px;
}





.section-3 .box3 h6 {
font-family: "PhilosopherRegular", Arial, sans-serif;
  font-size: 24px;
    position: absolute;
height: 40px;
width:680px;
  display: block;
 top: -50px;
  left: 0;
  right: 0;
  margin: 0px auto;
  text-align: center;
  background:#a22b6d;
  color:#ffeffa;
  border-radius: 5px;
  box-shadow: 1px 1.7px 16.7px 1.3px rgba(82, 82, 77, 0.13);
  text-transform: uppercase;
  box-shadow: 1px 1px 4px 1.3px rgba(82, 82, 77, 0.16);
  padding:7px;
  
}

.section-3 .box3 h6 span {
color:#fdcb45;     }




.section-3 .box3 .image {
  float: left;
  display: block;
  position: relative;
  width: 25%;
  min-width: 310px !important;
}

.section-3 .box3 .image img {
  display: block;
  max-width: 100%;
}

.section-3 .box3 .image .garant {
  width: 108px;
  height: 108px;
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -54px;
  bottom: 20px;
  background: url("../img/garant-icon.png") no-repeat center center;
}

.section-3 .box3 .text {
  float: left;
  width: 46%;
  padding: 20px 15px;
}







.section-3 .box .text .info-item {
  display: inline-block;
  vertical-align: top;
  color: #3b2317;
  font-family: 'Museo Sans Cyrl';
  font-size: 18px;
  margin-right: 20px;
  margin-bottom: 5px;
  line-height: 42px;
}

.section-3 .box .text .info-item .price {
  font-size: 36px;
}

.section-3 .box .text .info-item .rub {
  display: inline-block;
  vertical-align: top;
  width: 39px;
  height: 43px;
  background: url("../img/rub-icon-square.png") no-repeat center center;
  margin-right: 10px;
  box-sizing: contain;
}

.section-3 .box .text .info-item .book {
  display: inline-block;
  vertical-align: top;
  width: 39px;
  height: 43px;
  background: url("../img/book-icon-square.png") no-repeat center center;
  margin-right: 10px;
}

.section-3 .box .text .info-item .bus {
  display: inline-block;
  vertical-align: top;
  width: 40px;
  height: 43px;
  background: url("../img/bus-icon-square.png") no-repeat center center;
  margin-right: 10px;
}

.section-3 .box .text .description {
  color: #3b2317;
  font-family: 'Museo Sans Cyrl';
  font-size: 16px;
  line-height: 20px;
  margin-top: 10px;
  margin-bottom: 30px;
}

.section-3 .box .text .info-house {
  line-height: 20px;
  color: #3b2317;
  font-family: 'Museo Sans Cyrl';
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 10px;
}

.section-3 .box .text .info-house .price {
  font-size: 24px;
}

.section-3 .box .text .info-house .rub-inline {
  display: inline-block;
  vertical-align: top;
  width: 14px;
  height: 20px;
  background: url("../img/rub-inline-icon.png") no-repeat center center;
  margin-right: 10px;
}

.section-3 .box .developer-info {
  float: right;
  width: 280px;
  padding-right: 10px;
  text-align: center;
}

.section-3 .box .developer-info .name {
  color: #3b2317;
  height: 54px;
  font-family: 'Museo Sans Cyrl';
  background: url("../img/section-3/box-item-bg.png") no-repeat center top;
  font-size: 18px;
  line-height: 54px;
  text-align: center;
  overflow: hidden;
  margin-bottom: 30px;
}

.section-3 .box .developer-info .credit {
  display: inline-block;
  color: #82ce72;
  font-family: 'Museo Sans Cyrl';
  font-size: 32px;
  line-height: 41px;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.section-3 .box .developer-info .credit .checked-icon {
  display: inline-block;
  vertical-align: top;
  width: 40px;
  height: 41px;
  background: url("../img/checked-icon.png") no-repeat center center;
  margin-right: 10px;
}

.section-3 .box .developer-info p {
  color: #633b27;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 10px;
}

.section-3 .box .developer-info .phone {
  color: #3b2317 !important;
  font-size: 30px;
  font-weight: 700;
  line-height: 34px;
  text-decoration: none !important;
  margin-bottom: 30px;
  display: block;
}

.section-3 .box .developer-info .btn {
  display: block;
  width: 100%;
  color: #3b2317 !important;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 60px;
  background-color: #ffca40;
  text-decoration: none !important;
  border-radius: 10px;
  transition: .2s linear;
}

.section-3 .box .developer-info .btn:hover {
  background: #e5b434;
}

.section-3 .text-center {
  text-align: center;
}

.section-3 .text-center .btn {
  display: inline-block;
  color: #3b2317 !important;
  font-size: 24px;
  padding: 0 25px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 60px;
  background-color: #ffca40;
  text-decoration: none !important;
  border-radius: 10px;
  margin-top: 20px;
  margin-bottom: 50px;
  transition: .2s linear;
}

.section-3 .text-center .btn:hover {
  background: #e5b434;
}

.section-3 h2{color:#72536d; margin-bottom: 18px; }

.section-4 {
  padding-top: 50px;
  background: url("../img/section-4/section-4-bg.jpg") repeat left top;
}

.section-4 h2 {
  margin-bottom: 40px;
}

.section-4 .col-3 {
  float: left;
  width: 25%;
}

.section-4 .col-3 .item {
  max-width: 235px;
  margin: 0	auto 20px;
}

.section-4 .col-3 .item .icon {
  display: block;
  height: 87px;
  margin: 0 auto 20px;
}

.section-4 .col-3 .item .icon.icon-1 {
  background: url("../img/section-4/icon-1.png") no-repeat center center;
}

.section-4 .col-3 .item .icon.icon-2 {
  background: url("../img/section-4/icon-2.png") no-repeat center center;
}

.section-4 .col-3 .item .icon.icon-3 {
  background: url("../img/section-4/icon-3.png") no-repeat center center;
}

.section-4 .col-3 .item .icon.icon-4 {
  background: url("../img/section-4/icon-4.png") no-repeat center center;
}

.section-4 .col-3 .text {
  padding: 0 10px;
  text-align: center;
  color: #3b2317;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.section-5 {
  text-align: center;
  padding-top: 40px;
  background: #fff;
  position: relative;
}

.section-5:before {
  content: '';
  width: 100%;
  height: 11px;
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  right: 0;
  background: url("../img/header-shadow.png") repeat-x left top;
  z-index: 1;
  opacity: .3;
}

.section-5:after {
  content: '';
  width: 100%;
  height: 11px;
  position: absolute;
  display: block;
  bottom: 100%;
  left: 0;
  right: 0;
  background: url("../img/shadow-top.png") repeat-x left top;
  z-index: 1;
}

.section-5 .btn {
  display: inline-block;
  vertical-align: top;
  color: #3b2317;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 60px;
  background-color: #ffca40;
  border-radius: 10px;
  padding: 0 25px;
  padding-left: 50px;
  text-decoration: none !important;
  margin: 0 5px 30px 5px;
  transition: .2s linear;
}

.section-5 .btn:hover {
  background: #e5b434;
}

.section-5 .btn span {
  position: relative;
  display: inline-block;
  line-height: 60px;
  vertical-align: top;
}

.section-5 .btn span:before {
  content: '';
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: top;
  position: absolute;
  left: -25px;
  top: 50%;
  margin-top: -10px;
  line-height: 60px;
  background: url("../img/rub-btn-icon.png") no-repeat center center;
}

.section-6, .section-8 {
  padding-top: 40px;
  background: url("../img/bg-wall.jpg") repeat left top;
  text-align: center;
  position: relative;
}

.section-6 .description, .section-8 .description {
  color: #3b2317;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 50px;
  text-align: left;
}

.section-6 .bx-wrapper, .section-6 .bx-viewport, .section-8 .bx-wrapper, .section-8 .bx-viewport {
  background: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  box-shadow: none !important;
}

.section-6 .bx-wrapper, .section-8 .bx-wrapper {
  margin: 0 auto !important;
}

.section-6 .bx-viewport, .section-8 .bx-viewport {
  padding-top: 30px !important;
}

.section-6 .bx-controls-direction a, .section-8 .bx-controls-direction a {
  display: block !important;
  width: 32px;
  height: 56px;
  margin-top: -28px;
}

.section-6 .bx-controls-direction a.bx-prev, .section-8 .bx-controls-direction a.bx-prev {
  background: url("../img/slider/controls.png") no-repeat left center;
  left: -45px;
}

.section-6 .bx-controls-direction a.bx-next, .section-8 .bx-controls-direction a.bx-next {
  background: url("../img/slider/controls.png") no-repeat right center;
  right: -45px;
}

.section-6 .slider .item, .section-8 .slider .item {
  max-width: 274px;
  margin: 0 auto 40px;
  background-color: #fbfdff;
  border-radius: 10px;
  box-shadow: 1px 1.7px 16.7px 1.3px rgba(82, 82, 77, 0.13);
  margin-right: 16px;
  position: relative;
}

.section-6 .slider .item.star:before, .section-8 .slider .item.star:before {
  z-index: 1;
  content: '';
  position: absolute;
  width: 44px;
  height: 44px;
  right: -22px;
  top: -22px;
  background: url("../img/star-icon.png") no-repeat center center;
}

.section-6 .slider .item .image, .section-8 .slider .item .image {
  position: relative;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  margin-bottom: 10px;
  overflow: hidden;
}

.section-6 .slider .item .image img, .section-8 .slider .item .image img {
  display: block;
  width: 100%;
  max-width: 100%;
}

.section-6 .slider .item .text, .section-8 .slider .item .text {
  padding: 10px;
}

.section-6 .slider .item .text .title, .section-8 .slider .item .text .title {
  margin-bottom: 20px;
}

.section-6 .slider .item .text .title a, .section-8 .slider .item .text .title a {
  color: #3b2317 !important;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  height: 22px;
  text-decoration: underline;
  text-transform: uppercase;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.section-6 .slider .item .text .title a:hover, .section-8 .slider .item .text .title a:hover {
  text-decoration: none;
}

.section-6 .slider .item .text .info, .section-8 .slider .item .text .info {
  min-height: 66px;
  margin-bottom: 15px;
}

.section-6 .slider .item .text .info p, .section-8 .slider .item .text .info p {
  color: #3b2317;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  margin: 0;
}

.section-6 .slider .item .text .price span, .section-8 .slider .item .text .price span {
  color: #3b2317;
  font-size: 30px;
  font-weight: 700;
  line-height: 22px;
  text-transform: uppercase;
}

.section-6 .slider .item .text .price span:after, .section-8 .slider .item .text .price span:after {
  content: '';
  width: 15px;
  height: 24px;
  display: inline-block;
  margin-left: 3px;
  vertical-align: top;
  background: url("../img/rub-brown-icon.png") no-repeat center center;
}

.section-6 .text-center, .section-8 .text-center {
  text-align: center;
}

.section-6 .text-center .btn, .section-8 .text-center .btn {
  display: inline-block;
  color: #3b2317 !important;
  font-size: 24px;
  padding: 0 25px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 60px;
  background-color: #ffca40;
  text-decoration: none !important;
  border-radius: 10px;
  margin-top: 20px;
  margin-bottom: 50px;
  transition: .2s linear;
}

.section-6 .text-center .btn:hover, .section-8 .text-center .btn:hover {
  background: #e5b434;
}

.section-8 {
  position: relative;
}

.section-8:before {
  content: '';
  width: 100%;
  height: 11px;
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  right: 0;
  background: url("../img/header-shadow.png") repeat-x left top;
  z-index: 1;
  opacity: .3;
}

.section-7 {
  padding-top: 40px;
  padding-bottom: 20px;
  text-align: center;
  position: relative;
}

.section-7:before {
  content: '';
  width: 100%;
  height: 11px;
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  right: 0;
  background: url("../img/header-shadow.png") repeat-x left top;
  z-index: 1;
  opacity: .3;
}

.section-7 .description {
  color: #3b2317;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 30px;
  text-align: left;
}

.section-7 h4 {
  color: #3b2317;
  font-family: 'Museo Sans Cyrl';
  font-size: 24px;
  line-height: 30px;
  text-transform: uppercase;
  margin-bottom: 30px;
  text-align: left;
}

.section-7 h4.inline-block {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  float: left;
  margin-right: 30px;
  line-height: 40px;
}

.section-7 .bank-logos {
  display: block;
  float: left;
  width: auto;
}

.section-7 .bank-logos img {
  display: block;
  max-width: 100%;
}

.section-7 .row .col-8 {
  float: left;
  width: 66.66%;
  text-align: left;
}

.section-7 .row .col-8 .info {
  display: inline-block;
  margin-right: 75px;
  vertical-align: top;
}

.section-7 .row .col-8 .info p {
  color: #633b27;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 10px;
  text-align: left;
}

.section-7 .row .col-8 .preims {
  margin-top: 30px;
  padding-left: 30px;
  margin-bottom: 30px;
}

.section-7 .row .col-8 .preims li {
  list-style: none;
  display: block;
  margin-bottom: 10px;
  color: #3b2317;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  position: relative;
}

.section-7 .row .col-8 .preims li:before {
  content: '';
  position: absolute;
  left: -27px;
  top: 5px;
  width: 17px;
  height: 17px;
  background: url("../img/plus-icon.png") no-repeat center center;
}

.section-7 .row .col-4 {
  width: 33.33%;
  float: left;
}

.section-7 .row .col-4 .box {
  margin-top: 50px;
  max-width: 361px;
  background-color: #ffca40;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  position: relative;
}

.section-7 .row .col-4 .box .image {
  position: absolute;
  top: 99%;
  left: 0;
  right: 0;
}

.section-7 .row .col-4 .box .image img {
  display: block;
  width: 100%;
  max-width: 100%;
}

.section-7 .row .col-4 .box .text {
  padding: 40px 40px 0 40px;
}

.section-7 .row .col-4 .box .text p {
  color: #633b27;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 10px;
}

.section-7 .row .col-4 .box .text .phone {
  color: #3b2317 !important;
  display: block;
  font-size: 30px;
  text-decoration: none !important;
  font-weight: 700;
  line-height: 34px;
  margin-bottom: 20px;
}

.section-7 .row .col-4 .box .text .btn {
  color: #fff !important;
  text-decoration: none !important;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 60px;
  display: block;
  background-color: #3b2317;
  border-radius: 10px;
  transition: .2s linear;
}

.section-7 .row .col-4 .box .text .btn:hover {
  background: #5d3825;
}

.section-9 {
  padding-top: 40px;
  text-align: center;
  position: relative;
  background: url("../img/section-9-bg.jpg") no-repeat center top;
  background-size: cover;
  min-height: 480px;
}

.section-9 .preims {
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 40px;
}

.section-9 .preims p {
  display: inline-block;
  vertical-align: top;
  color: #3b2317;
  font-size: 24px;
  line-height: 40px;
  margin-right: 35px;
  margin-left: 35px;
  font-weight: 700;
}

.section-9 .preims .rub-square {
  display: inline-block;
  vertical-align: top;
  width: 39px;
  height: 43px;
  background: url("../img/rub-icon-square.png") no-repeat center center;
  margin-right: 10px;
}

.section-9 .preims .book-square {
  display: inline-block;
  vertical-align: top;
  width: 39px;
  height: 43px;
  background: url("../img/book-icon-square.png") no-repeat center center;
  margin-right: 10px;
}

.section-9 .box {
  background: rgba(244, 244, 244, 0.75);
  border: 3px solid #3b2317;
  border-radius: 10px;
  display: inline-block;
  padding: 10px 40px 10px 20px;
  margin-bottom: 20px;
}

.section-9 .box p {
  color: #3b2317;
  font-family: 'Museo Sans Cyrl';
  font-size: 32px;
  line-height: 34px;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
}

.section-9 .box .rub-icon {
  width: 94px;
  height: 94px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  background: url("../img/rub-icon.png") no-repeat center center;
  background-size: contain;
}

.section-9 .text-center {
  text-align: center;
}

.section-9 .text-center .btn {
  display: inline-block;
  color: #3b2317 !important;
  font-size: 24px;
  padding: 0 25px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 60px;
  background-color: #ffca40;
  text-decoration: none !important;
  border-radius: 10px;
  margin-top: 20px;
  margin-bottom: 50px;
  transition: .2s linear;
}

.section-9 .text-center .btn:hover {
  background: #e5b434;
}

.section-10 {
  text-align: center;
  position: relative;
  min-height: 515px;
}

.section-10:before {
  content: '';
  width: 100%;
  height: 11px;
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  right: 0;
  background: url("../img/header-shadow.png") repeat-x left top;
  z-index: 1;
  opacity: .3;
}

.section-10 .box {
font-family: 'Museo Sans Cyrl';
  position: absolute;
  top: 0;
  display: block;
  left: 50%;
  margin-left: -180px;
  width: 361px;
  background-color: #fba5d5;
  padding: 25px 20px 0 20px;
}

.section-10 .box .logo {
  display: inline-block;
}

.section-10 .box .logo img {
  display: block;
  max-width: 100%;
}

.section-10 .box .image {
  position: absolute;
  top: 99%;
  left: 0;
  right: 0;
}

.section-10 .box .image img {
  display: block;
  width: 100%;
  max-width: 100%;
}

.section-10 .box p {
  color: #fefdfd;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 10px;
}

.section-10 .box .phone {
  color: #3b2317 !important;
  display: block;
  font-size: 28px;
  text-decoration: none !important;
  font-weight: 700;
  line-height: 34px;
}


.section-11 {
 padding-top: 15px;
padding-bottom: 5px;
background: #ffe8f8;
}

.section-11 h2{
font-family: 'Museo Sans Cyrl';
font-size: 32px;
line-height: 34px;
text-transform: uppercase;
color: #72536d;
text-align: center;
margin-bottom: 25px;
}


footer {
  padding: 20px 0;
  background: #cc85bf;
}

footer .left {
  float: left;
  width: 50%;
}

footer .right {
  float: right;
  width: 50%;
  text-align: right;
}

footer .name {
  color: #fefdfd;
  font-size: 18px;
  font-weight: 700;
}

footer .adres {
  color: #fefdfd;
  font-size: 18px;
  font-weight: 700;
}

footer .creator {
  color: #fbb8dd;
  font-size: 16px;
  font-weight: 400;
}

footer .creator a {
  color: #fbb8dd;
  font-size: 16px;
  font-weight: 400;
  text-decoration: underline;
}

footer .creator a:hover {
  text-decoration: none;
}

.modal {
  padding: 30px;
}

.modal label {
  display: block;
  color: #45291b;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}

.modal input {
  margin-bottom: 20px;
  color: #5b5b5b;
  font-size: 22px;
  font-weight: 400;
  display: block;
  width: 100%;
  padding: 0 15px;
  line-height: 40px;
}

.modal input[type="submit"] {
 display: block;
width: 100%;
color: #fff !important;
font-size: 24px;
font-weight: 700;
text-transform: uppercase;
line-height: 60px;
background-color: #A76D9F;
border: 0;
text-decoration: none !important;
border-radius: 10px;
transition: .2s linear;
cursor: pointer;
}

.modal input[type="submit"]:hover {
  background: #e5b434;
}

.blocker {
  z-index: 12312312123;
}

@media (max-width: 1260px) {
  .slider .bx-wrapper {
    max-width: 888px !important;
  }
}

@media (max-width: 1200px) {
  header .top-header .logo {
    
  }
  header .bottom-header .menu ul.menu-left li {
    padding: 0 17px;
  }
  header .bottom-header .menu ul.menu-left li a {
    font-size: 16px;
  }
  header .bottom-header .menu ul.menu-right li {
    padding: 0 8px;
  }
  header .bottom-header .menu ul.menu-right li a {
    font-size: 16px;
  }
  .section-3 .box .text {
    padding-bottom: 0;
    width: 38%;
  }
  .section-3 .box .text .info-house {
    font-size: 16px;
  }
  .section-3 .box .text .info-house .price {
    font-size: 18px;
  }
  .section-3 .box .text .description {
    margin-bottom: 10px;
  }
  .section-7 .row .col-4 .box .text .btn {
    font-size: 21px;
  }
}

.scrollbox {
 overflow: auto;
 width: 200px;
 max-height: 270px;
 margin: 30px auto;
 background:
  linear-gradient(white 30%, rgba(255,255,255,0)),
  linear-gradient(rgba(255,255,255,0), white 70%) 0 100%,
  radial-gradient(farthest-side at 50% 0, rgba(0,0,0,.2), rgba(0,0,0,0)),
  radial-gradient(farthest-side at 50% 100%, rgba(0,0,0,.2), rgba(0,0,0,0)) 0 100%;
 background-repeat: no-repeat;
 background-size: 100% 40px, 100% 40px, 100% 14px, 100% 14px;
 background-attachment: local, local, scroll, scroll;
}

.block_popular .uni_parent_col {
    margin-top: -8px;
    margin-bottom: -8px;
}
.uni_parent_col {
    margin-left: -8px !important;
    margin-right: -8px !important;
}

.block_popular .uni_col {
    padding: 0px;
}
.block_popular .one_categories {
    position: relative;
}
.uni-50 {
    width: 50%;
}
.uni_col {
    padding-left: 8px;
    padding-right: 8px;
    box-sizing: border-box;
    float: left;
}

.block_popular .uni_col.uni-50 a.image {
    padding-top: 50%;
}
.block_popular .uni_col a.image {
    position: relative;
}
.block_popular .uni_col a.image {
    display: block;
    width: 100%;
    padding-top: 100%;
}

.block_popular .uni_col a.image .wrapperr {
    position: absolute;
    top: 8px;
    left: 8px;
    right: 8px;
    bottom: 8px;
}

.block_popular .uni_col a.image .wrapperr div {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    background-position: center;
}
.block_popular .uni_col .wrapperr .wrapper-shadow {
    display: block;
    overflow: hidden;
}
.hover_shadow {
    transition-property: box-shadow;
    transition: 0.2s;
}

.block_popular .uni_col {
    padding: 0px;
}
.block_popular .one_categories {
    position: relative;
}
.uni-25 {
    width: 25%;
}
.uni_col {
    padding-left: 8px;
    padding-right: 8px;
    box-sizing: border-box;
    float: left;
}

.uni-50 {
    width: 50%;
}

.block_popular .uni_col .name {
font-family: 'Museo Sans Cyrl';
    color: #3b2317;
    font-size: 18px;
    position: absolute;
    left: 20px;
    bottom: 20px;
    display: block;
    padding: 6px 10px;
    font-weight: bold;
    left: 20px;
    bottom: 10px;
    display: block;
    padding: 6px 10px;
    font-weight: bold;
    max-width: 90%;
    word-wrap: break-word;
    border-radius: 3px;
  text-transform: uppercase;
}

body .solid_button, body .solid_element, body .catalog-button, body .login_page .rememberme .USER_REMEMBER::before {
    background-color: #ffe8f8 !important;
}


.block_popular .uni_col a.image .wrapperr {
    position: absolute;
    top: 8px;
    left: 8px;
    right: 8px;
    bottom: 8px;
}

.block_popular .uni_col a.image {
    display: block;
    width: 100%;
    padding-top: 100%;
}

.section-6 .bx-wrapper, .section-2 .bx-viewport, .section-8 .bx-wrapper, .section-8 .bx-viewport {
  background: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  box-shadow: none !important;
}

.section-2 .bx-wrapper, .section-8 .bx-wrapper {
  margin: 0 auto !important;
}

.section-2 .bx-viewport, .section-8 .bx-viewport {
  padding-top: 21px !important;
}

.section-2 .bx-controls-direction a, .section-8 .bx-controls-direction a {
  display: block !important;
  width: 46px;
  height: 56px;
  margin-top: -28px;
}

.section-2 .bx-controls-direction a.bx-prev, .section-8 .bx-controls-direction a.bx-prev {
  background: url("../img/slider/controls.png") no-repeat left center;
  left: -45px;
}

.section-2 .bx-controls-direction a.bx-next, .section-8 .bx-controls-direction a.bx-next {
  background: url("../img/slider/controls.png") no-repeat right center;
  right: -45px;
}


.section-2 .slider {
margin:60px 0 20px 0;
background:#f4deed;
box-shadow: 0px -1px 6px 0px rgba(50, 50, 50, 0.25);
  }
  
.section-2  .text-center  {margin:0px 0 0px 0; position:static; z-index:999; padding-top: 230px;}


.section-2 .text-center .btn, .section-8 .text-center .btn {
font-family: 'Museo Sans Cyrl';
    display: inline-block;
    color: #fde9eb !important;
    font-size: 18px;
    padding: 0 20px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 40px;
    background-color: #ab2e73;
    text-decoration: none !important;
    border-radius: 10px;
    margin-top: 20px;
    margin-bottom: 10px;
    transition: .2s linear;
    z-index:999;
}


.section-2 .text-center  h4 {
font-family: 'Museo Sans Cyrl';
color: #4f1434 !important;
    font-size: 14px;
    text-transform: uppercase;
     font-weight: 400;
     padding-top:10px;
     
}
   

.section-2 .text-center  h5 {font-family: 'Museo Sans Cyrl';
color: #4f1434 !important;
    font-size: 14px;
      font-weight: 400;
      padding-top:10px;
    }
    
    .section-2 .text-center  h5 span {font-weight: 700;}



.section-2 .slider .item, .section-8 .slider .item {
  max-width: 372px;
  margin: 0 auto 40px;
  background-color: #fbfdff;
 
  margin-right: 3px;
  position: relative;
  margin-left: 10px;
}



.section-2 .slider .item .image, .section-8 .slider .item .image {
  position: relative;
  
  margin-bottom: 10px;
  overflow: hidden;
}

.section-2 .slider .item .image img, .section-8 .slider .item .image img {
  display: block;
  width: 100%;
  max-width: 100%;
}

.section-2 .slider .item .text, .section-8 .slider .item .text {
  padding: 10px;
}

.section-2 .slider .item .text .title, .section-8 .slider .item .text .title {
  margin-bottom: 20px;
}

.section-2 .slider .item .text .title a, .section-8 .slider .item .text .title a {
  color: #3b2317 !important;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  height: 22px;
  text-decoration: underline;
  text-transform: uppercase;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.section-2 .slider .item .text .title a:hover, .section-8 .slider .item .text .title a:hover {
  text-decoration: none;
}

.section-2 .slider .item .text .info, .section-8 .slider .item .text .info {
  min-height: 66px;
  margin-bottom: 15px;
}

.section-2 .slider .item .text .info p, .section-8 .slider .item .text .info p {
  color: #3b2317;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  margin: 0;
}

.section-2 .slider .item .text .price span, .section-8 .slider .item .text .price span {
  color: #3b2317;
  font-size: 30px;
  font-weight: 700;
  line-height: 22px;
  text-transform: uppercase;
}

.section-2 .slider .item .text .price span:after, .section-8 .slider .item .text .price span:after {
  content: '';
  width: 15px;
  height: 24px;
  display: inline-block;
  margin-left: 3px;
  vertical-align: top;
  background: url("../img/rub-brown-icon.png") no-repeat center center;
}

.section-2 .text-center {
 
  content: '';
  position: absolute;
 display: table;
  width: 753px;
  height: 391px;
left:50%;
margin-left: -379px;
  bottom: 0px;
  background: url("../img/slider/iphone.png") no-repeat center center;
   z-index: 0;
   opasity: .99;
}   

.ac-container{
  width: 100%;
  margin: 0px auto ;
  text-align: left;
}
.ac-container label{
  font-family: 'Museo Sans Cyrl';
  padding: 7px 20px 10px 55px;
  position: relative;
  z-index: 20;
  display: block;
  height: 45px;
  cursor: pointer;
  color: #4f1434;
  text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
  line-height: 33px;
  font-size: 20px;
  background: #ffffff;
  background: -moz-linear-gradient(top, #fee9f7 1%, #fbd4ee 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#fee9f7), color-stop(100%,#fbd4ee));
  background: -webkit-linear-gradient(top, #fee9f7 1%,#fbd4ee 100%);
  background: -o-linear-gradient(top, #fee9f7 1%,#fbd4ee 100%);
  background: -ms-linear-gradient(top, #fee9f7 1%,#fbd4ee 100%);
  background: linear-gradient(top, #fee9f7 1%,#fbd4ee 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fbd4ee',GradientType=0 );
  box-shadow: 
    0px 0px 0px 1px rgba(155,155,155,0.3), 
    1px 0px 0px 0px rgba(255,255,255,0.9) inset, 
    0px 2px 2px rgba(0,0,0,0.1);
    text-transform: uppercase;
    opacity: 0.86;
}
.ac-container label:hover{
  background: #fff;
}
.ac-container input:checked + label,
.ac-container input:checked + label:hover{
  background: #dfa3d6;
  color: #fff;
  text-shadow: 0px 1px 1px rgba(255,255,255, 0.6);
  box-shadow: 
    0px 0px 0px 1px rgba(155,155,155,0.3), 
    0px 2px 2px rgba(0,0,0,0.1);
}
.ac-container label:hover:after,
.ac-container input:checked + label:hover:after{
  content: '';
  position: absolute;
  width: 24px;
  height: 24px;
  right: 13px;
  top: 7px;
  background: transparent url(../images/arrow_down.png) no-repeat center center;	
}
.ac-container input:checked + label:hover:after{
  background-image: url(../images/arrow_up.png);
}



.ac-container label:after,
.ac-container input:checked + label:hover:after{
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  left: 23px;
  top: 10px;
  background: transparent url(../images/arrow_down.png) no-repeat center center;	
}
.ac-container input:checked + label:after{
  background-image: url(../images/arrow_up.png);
}



.ac-container input{
  display: none;
}
.ac-container article{
  background: rgba(255, 255, 255, 0.5);
  margin-top: -1px;
  overflow: hidden;
  height: 0px;
  position: relative;
  z-index: 10;
  -webkit-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
  -moz-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
  -o-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
  -ms-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
  transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
}
.ac-container article p{
  font-family: 'Museo Sans Cyrl';
  font-style: normal;
  color: #1d0813;
  line-height: 23px;
  font-size: 16px;
  padding: 20px;
  text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
}
.ac-container article ul{
font-family: "PhilosopherRegular", Arial, sans-serif;
  font-style: italic;
  color: #1d0813;
  line-height: 23px;
  font-size: 20px;
  padding: 0px 0 0 60px;
  text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
  list-style:none;
}

.ac-container article ul li{padding-bottom:8px; }

.ac-container input:checked ~ article{
  -webkit-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
  -moz-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
  -o-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
  -ms-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
  transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
  box-shadow: 0px 0px 0px 1px rgba(155,155,155,0.3);
}
.ac-container input:checked ~ article.ac-small{
  height: 140px;
}
.ac-container input:checked ~ article.ac-medium{
  height: 180px;
}
.ac-container input:checked ~ article.ac-large{
  height: 230px;
}

.ac-container input:checked ~ article.ac-large300{
  height: 300px;
}

.ac-container input:checked ~ article.ac-big{
  height: 500px;
}

.ac-container input:checked ~ article.ac-big600{
  height: 700px;
}

.ac-container input:checked ~ article.ac-big900{
  height: 900px;
}


.block_popular .wrapper-shadow .category-image:hover {
  -webkit-transform: scale(1.2,1.2);
     -moz-transform: scale(1.2,1.2);
    -ms-transform: scale(1.2,1.2);
     -o-transform: scale(1.2,1.2);
      transform: scale(1.2,1.2);
}


#cookie_note{
    display: none;
    position: fixed;
    bottom: 15px;
    left: 50%;
    max-width: 90%;
    transform: translateX(-50%);
    padding: 20px;
    background-color: white;
    border-radius: 4px;
    box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4);
}

#cookie_note p{
    margin: 0;
    font-size: 0.7rem;
    text-align: left;
    color: black;
}

.cookie_accept{
    width:20%;
}
@media (min-width: 576px){
    #cookie_note.show{
        display: flex;
    }
}

@media (max-width: 575px){
    #cookie_note.show{
        display: block;
        text-align: left;
    }
}


