﻿/*-------------------------------Основные стили---------------------------------*/

body
{
	background-color: #eff0f5;
	background-image:url(../images/textura_bg.png);
	background-repeat:repeat;
	width:100%;
	min-width:1280px;
	display: block;
	padding:0;
	margin:0;
}

/*-------------------------------Шапка---------------------------------*/
.bread-wrap {
    margin-top: 100px;
}
.bread-wrap .breadcrumb {
    padding-left: 0;
}
.news {
    display: flex;
}
.news__left {
    margin-right: 30px;
}
.news__right {
    text-align: left;
}
.news h3 a {
    color: #000;
}

.blockmenu
{
	background-color: #92d6eb;
	height: auto;
	top:0;
	z-index:1;
}

.blockmenu>ul
{
	list-style-type:none;
    display: flex;
    margin-top: 0;
}
.blockmenu>ul>li, .blockmenu>ul>li>a
{
	display: block;
	padding: 6px 15px;
	font-size:20px;
	text-decoration:none;
	color:#fff;
	/* Переход */
     -webkit-transition: all 0.2s ease 0s;
     -moz-transition: all 0.2s ease 0s;
     -o-transition: all 0.2s ease 0s;
     transition: all 0.2s ease 0s;
}
.blockmenu>ul>li:last-child, .blockmenu>ul>li>a:last-child
{
	border-bottom:none;
}
.blockmenu>ul>li>a:hover
{
	text-decoration:none;
	color:#c6edf9;
	/* Переход */
     -webkit-transition: all 0.2s ease 0s;
     -moz-transition: all 0.2s ease 0s;
     -o-transition: all 0.2s ease 0s;
     transition: all 0.2s ease 0s;
}

.phone
{
	position: absolute;
	top: 0;
	right: 0;
	height: 60px;
	line-height: 60px;
	width: 200px;
	color:#fff;
	font-size:18px;
	text-align: right;
}
.phone>span
{
	font-size:24px;
}
/*-------------------------------Слайдер в шапке---------------------------------*/
.actions
{
	margin-top:20px;
	padding-top:80px;
}
.sliderblock
{
	display: block;
	margin:0 auto;
	width:1280px;
	min-width:1280px;
}
.sliderblockcontent
{
	display: block;
	width:1200px;
	height:400px;
	overflow:hidden;
	position:relative;
}
.sbc
{
	width:100%;
    height:100%;
}
.sbc>img
{
	display:inline-block;
	width:394px;
	height:396px;
	vertical-align:top;
	margin-left:20px;
}
.slcontent
{
	display:inline-block;
	margin-left:20px;
}
.zag
{
	color:#ba410c;
	display:inline-block;
	font-size:74px;
	width:650px;
	padding-top:120px;
}
.text
{
	color:#5a5959;
	font-size:20px;
	display:block;
	line-height:1.3;
	margin-bottom:20px;
	margin-top:10px;
}

.strelki
{
	position:relative;
	display:inline-block;
	float:right;
	top:-230px;
	margin-right:0px;
}
.strelka_left
{
	border:none;
	width:40px;
	height:40px;
	background:url(../images/strelka_left.png) center center no-repeat;
	background-color:transparent;
	position:relative;
	top:15px;
	left:5px;
	/* Переход */
     -webkit-transition: all 0.5s ease 0s;
     -moz-transition: all 0.5s ease 0s;
     -o-transition: all 0.5s ease 0s;
     transition: all 0.5s ease 0s;
}
.strelka_left:hover
{
	background:url(../images/strelka_left_hover.png) center center no-repeat;
	left:-5px;
	cursor:pointer;
	/* Переход */
     -webkit-transition: all 0.5s ease 0s;
     -moz-transition: all 0.5s ease 0s;
     -o-transition: all 0.5s ease 0s;
     transition: all 0.5s ease 0s;
}
.strelka_right
{
	border:none;
	width:40px;
	height:65px;
	background:url(../images/strelka_right.png);
	background-color:transparent;
	position:relative;
	top:-20px;
	left:-10px;
	/* Переход */
     -webkit-transition: all 0.5s ease 0s;
     -moz-transition: all 0.5s ease 0s;
     -o-transition: all 0.5s ease 0s;
     transition: all 0.5s ease 0s;
}
.strelka_right:hover
{
	background:url(../images/strelka_right_hover.png);
	left:0;
	cursor:pointer;
	/* Переход */
     -webkit-transition: all 0.5s ease 0s;
     -moz-transition: all 0.5s ease 0s;
     -o-transition: all 0.5s ease 0s;
     transition: all 0.5s ease 0s;
}
span.input-errors {
	display: block;
	padding-bottom: 11px;
	color: #ba410c;
	text-align: center;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;

  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb li a {
    color: #ba410c;
}

.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}
.breadcrumb > .active {
  color: #777;
}
.instagram {
    position: absolute;
    top: 16px;
    right: 230px;
    
}
.instagram img {
        width: 30px;
}
.logo {
    color: #fff;
    font-size: 32px;
    line-height: 60px;
    text-transform: uppercase;
    font-weight: bold;
}
.ms2_product {
    width: 22%;
    float: left;
    margin-right: 4%;
    margin-bottom: 25px !important;
    background: #fff;
}
.ms2_product:nth-child(4n+4){
    margin-right: 0;
}
.ms2_product img {
    width: 100%;
}
.ms2_product__inner {
    font-size: 16px;
    padding: 20px;
}
.ms2_product__inner ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 20px;
}
.ms2_product a{
    color: #ba410c;
    font-size: 22px;
    text-decoration: none;
}
.old-price {
    color: red !important;
    display: inline-block !important;
    text-decoration: line-through;
}
.icons {
    display: inline-block;
    text-align: center;
    width: 100%;
}
.icons img {
    display: block;
    margin: 0 auto;
}
.icons  li {
    display: inline-block;
    padding: 0 20px;
}
.content table {
    width: 100%;
    font-size: 18px;
    
}
.content table tr td {
    padding: 10px;
}
.content table tr td:first-child {
    width: 40%;
    text-align: right;
    font-weight: bold;
}
.content table tr td:last-child {
    
    text-align: left;
}
.houses-nav2 li {
    cursor: pointer;
    position: relative;
    margin-right: 10px !important;
}
.houses-nav2 .curent:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 200px;
  border: 2px solid #ba410c;
}
.houses-nav2 .curent img {
  opacity: 0.35;
}
.pagination ul {
    display: inline-block;
    list-style: none;
    margin-top: 40px !important;
}
.pagination {
    clear: both;
    text-align: center;
    padding-bottom: 24px;
    padding-bottom: 1.5rem;
}
.pagination ul .disabled {
    padding: 5px 10px;
    background: #ebeff0;
    color: #fff;
} 
.pagination ul li {
    float: left;
    margin: 0 10px;
}
.pagination ul .active a {
    background: #ba410c;
    color: #fff;
}
.pagination ul li a {
    padding: 5px 10px;
    display: block;
    outline: 1px solid #ba410c;
    text-decoration: none;
    color: #ba410c;
}
.calc {
    position: absolute;
    top: 10px;
    right: 200px;
    height: 40px;
    line-height: 40px;
    width: 200px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    border: 1px solid #fff;
    text-decoration: none;
}
.left-slider {
    width: 70%;
    float: left;
}
.right-slider {
    width: 30%;
    float: left;
}
.right-slider button {
    width: 100%;
    
}
.last {
    margin-bottom: 10px;
}
.right-slider label {
    padding-bottom: 10px;
    display: block;
}
.right-slider input {
    width: 100%;
    border: 1px solid #ba410c;
    background: #ffffff;
    font-size: 16px;
    height: 38px;
    padding: 0 10px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    margin-bottom: 20px;
    padding-left: 50px;
}
.right-slider input[name="name"]{
        background: #ffffff url(../images/icon_name.png) no-repeat left center;
}
.right-slider input[name="phone"]{
    background: #ffffff url(../images/icon_phone.png) no-repeat left center;
}