.notice {    padding: 10px 20px;
    background: #e06968;
    border: 1px solid #ca6060;
    color: #fff;
    line-height: 1.5;
    margin-bottom: 20px;
    margin-top: 15px;
}

/* Start:/local/templates/jostovo/components/bitrix/news.list/slider_home/style.css?1508838994150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/local/templates/jostovo/components/bitrix/news.list/trays/style.css?1508838994150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */
/* /local/templates/jostovo/components/bitrix/news.list/slider_home/style.css?1508838994150 */
/* /local/templates/jostovo/components/bitrix/news.list/trays/style.css?1508838994150 */
.swiper-container img {
	width: 100%;
}

body .form-control {
 height: auto;
 padding: 2px 12px;

}
#thanks {
	color: #fff;
	    text-align: center;
	        background: rgba(65, 255, 65, 0.6);
    line-height: 30px;
    margin-top: 10px;
    box-shadow: 0 0 2px #000 inset;

}
.painters-page.b7 {
	min-height: 500px;
	background: url(bg.jpg) center center no-repeat #2d2d2d;
  background-size: cover;
   
}
.painters-page.b7 .container {
     padding-top: 40px;
    padding-bottom: 15px;
    background: rgba(255, 255, 255, 0.73);
    margin-top: -20px;
    text-align: center;
}
.painters-page .text {
	color: inherit;
}
.painters-page .text:hover {
	color: #df2828;
}

@media (max-width: 1420px) {
 body .footer a {
   margin-left: 39px;
  }
  body .b1 a {
    margin-left: 14px;
  }
} 

@media (max-width: 1250px) {
 body .footer a {
   margin-left: 32px;
  }
  body .b1 a {
    margin-left: 24px;
  }
} 


@media (max-width: 1100px) { 
body .footer a, body .b1 a {
    margin-left: 14px;
}
}

@media (max-width: 450px) {
body .b7 a.text {
    width: 42%;
}
}

.lang {
 position: absolute;
    top: 10px;
    right: 1rem;
  
}
.lang.lang a {
   margin-left: 0;
  }

@media (max-width: 990px) {
 .lang {
    position: absolute;
    top: 3px;
    right: 20px;
}
  .lang-wrap {
   height: 21px;
  }
}

@media (min-width: 480px) {
  .lang img {
   max-width: 20px;
  }
}

.ny-table {
 border: 1px solid silver; border-collapse: collapse; padding: 10px;
  width:100%;
  margin-bottom: 1rem;
}
.ny-table td {
 border: 1px solid silver;
  padding: 0.5rem;
}
.ny-table tr td:last-child {
 width: 25%;
}

.text h2{font-size: 1.3rem; margin-bottom: 1em; font-weight: bold;}
.text ul {list-style: disc; margin-bottom: 2rem; margin-left: 1rem;
list-style-position: inside;}
.text ul li {margin-bottom: 1rem;}
.text p + h2 {margin-top: 2rem;}
.big-links {margin-bottom: 1.4rem;}
.big-links a {outline: 0!important;font-size: 1.4rem; color: #fff; border-bottom: 1px dotted #fff;}
.big-links a:hover, .big-links a:active, .big-links a:focus  {color: #f77272; text-decoration: none; border-bottom-color: transparent;}
.flex-image-row {display: flex; align-items: flex-start;}
.editor .flex-image-row-2 img {max-width: 45%}

.mc-types {display: flex; flex-wrap: wrap;}
.mc-types .cell-4 { padding: 15px; -ms-flex-preferred-size: 33.3333%;
     flex-basis: 33.3333%; max-width: 33.333%;}
.mc-types .cell-6 { padding: 15px; -ms-flex-preferred-size: 50%;
     flex-basis: 50%; max-width: 50%;}
.mc-types .image-container2 {display: flex; width: 100%; height: 80%;  -webkit-box-align: center;
     -ms-flex-align: center;
             -ms-grid-row-align: center;
         align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center;
}
.mc-types .mc-title { padding: 10px 0; text-align: center;}

@media (max-width: 500px) {
  .mc-types .cell-4 { -ms-flex-preferred-size: 100%;
     flex-basis: 100%; max-width: 100%;}
   .mc-types .cell-6 { -ms-flex-preferred-size: 100%;
     flex-basis: 100%; max-width: 100%;}
}


@media (min-width: 769px) {
 .flex-center-sm {display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center;}
}

.decor-table {
 margin: 10px 0;
  border-collapse: collapse;
}
.decor-table thead {text-transform: uppercase;}
.decor-table td {
  border: 1px solid silver;
  padding: 5px 10px;
}

body .image-container {    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    overflow: hidden;}
body .image-container a {
  position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
body .image-container img {
  width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.row.mc-types {
 max-width: 700px;
}
.big-links p {
    outline: 0!important;
    font-size: 1.4rem;
    color: #fff;
}

.row-pics {
 
  margin: 0 -10px;
}
body p.row-pics { 
  margin: 0 -10px;
}
.row-pics img {
 padding: 10px;
  width: calc(100% / 3);
}

@media (max-width: 480px) {
  .row-pics img {
     width: 100%;
   }
}

.tours-tabs {
 overflow: hidden;
}
.tours-tabs h2 {
     
    width: 50%;
    float: left;
    border: 1px solid #fff;
    text-align: center;
  margin-right: -1px;
}
.tours-tabs a {
 display: block;
  transition: all 0.5s;
-moz-transition: all 0.5s; 
-webkit-transition: all 0.5s; 
-o-transition: all 0.5s; 
  padding: 10px;  
  color: #fff;
  line-height: 1.2;
}
.tours-tabs a:hover {
  text-decoration: none;
 background: #fff;
  color: #000;
}
.tours-tabs a:focus {
 color: #fff;
 text-decoration: none;
  outline: none;
}

@media (max-width: 480px) {
  .tours-tabs a {
    font-size: 16px;
  }
}



.qs50 {
  /*line-height: 150px;*/
 color: #fff; font-size: 12px; text-align:  center;
}
.qs50 a {
 margin: 0!important;
  font-size: 13px!important;
}
@media screen and (max-width: 1200px) {
.qs50 {
    /*line-height: 120px;*/
}
}
@media (max-width: 992px) {
.qs50 {
  text-align:  center;
  padding-bottom: 30px; 
  line-height: 1.4;
  }
}

.is-error-feedback-input { 
 background: red!important;
}

.policy a {
  font-size: 10px !important;
}
.information {
  padding-bottom: 10px; 
}
.product-descr h3 {font-weight: bold;}

.ff-two-img {
 display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
 }
.ff-two-img img {max-width: 50%!important;}

.editor.page-9734133 p {line-height: 1.6;}
.editor.page-9734133 a {color: #f77272;}
.editor.page-9734133 a:hover {text-decoration:underline;} 
@media (max-width: 1440px) {
  .b1 .main-menu a {margin-left: 11px;}
}

@media (max-width: 768px) {
  .page-9734133 {text-align: center;}
}

.emphas {
 text-transform: uppercase;
    font-size: 24px;
    padding: 20px 9%;
    line-height: 1.8;
}


.new-info-text{
  color: #fff;
  p{
    margin-bottom: 1rem;
  }
  a{
    color: #fff!important;
  }
}



@media screen and (max-width:767px) {
  .img-ex{
    display: none;
  }
}
@media screen and (min-width:768px) {
  .img-ex-mob{
    display: none;
  }
}
