@import url('https://fonts.googleapis.com/css?family=Prata');
/* font-family: 'Prata', serif; */


/* colors red:
#e46c6c */

body {
  background: #fff;
  font-family: 'Prata', serif;
  font-weight: 400;
  color: #282828;
  line-height: 26px;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Prata', serif !important;
  color: #68513E;
}
.intro {
    color:white;
}
p {
  color: #68513E;
  font-size: 22px;
  line-height: 33px;
  }
a {
  color: rgb(34, 80, 201);
  -webkit-transition: color 400ms, background-color 400ms;
  -moz-transition: color 400ms, background-color 400ms;
  -o-transition: color 400ms, background-color 400ms;
  transition: color 400ms, background-color 400ms;
}
a:hover,
a:focus {
  text-decoration: none;
  /* color: rgb(43, 90, 255); */
}
hr {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #fff;
}

.gradiant {
  background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
}
.gradiant-horizontal {
  background-image: -moz-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
}

#about {
    margin-top: 150px;
}

.section-header {
  margin-bottom: 50px;
}
.section-header {
    text-align: center;
    text-align: -webkit-center;
    text-align: -moz-center;
    text-align: -o-center;
/*  margin-bottom: 50px;*/
}

.section-header p {
    width: 69%;
    text-align:center;
    color: #68513E;
    font-size: 22px;
}
.section-header p.new {
    width: 69%;
    text-align:center;
    color: #e46c6c;
    font-size: 32px;
    line-height: 30px;
    position: relative;
    top: 30px;
}

.section-header img.diamond-ico {
    width: 70px;
    margin: 25px;
}
.section-header img.catalog-ico {
    width: 135px;
    margin: 25px;
}
.section-header img.calc-ico {
    width: 135px;
    margin: 25px;
}
.section-header img.gallery-ico {
    width: 143px;
    margin: 30px;
}
.section-header img.oplata-ico {
    width: 80px;
    margin: 30px;
}
img.divider {
    width: 500px;
    margin: 50px 0;
}
.divider-footer-container {
    text-align: center;
    text-align: -webkit-center;
    text-align: -o-center;
    text-align: -moz-center;
    margin: 0 auto;
}
img.footer-divider {
    margin-top:0;
}

.copyright-footer {
    font-size: 12px;
}
.divider-big {
    background: url(../images/icons/SVG/wave.svg)repeat-x;
    height: 20px;
    width: 100%;
    margin: 100px 0;
    opacity: 0.5;
}

/* Калькулятор */
/* Контейнер */
.calc {
  height: auto;
  min-height: 200px;
  margin-bottom: 150px;
}
/* Контейнер */

/* вид камня */
/* #grandex, #staron, #himacs, #polystoun {
  display: none;
} */
@keyframes reveal {

  0%{
    opacity: 0;
    transform: translateY(-50px);
  }
  100%{
    opacity: 1;
    transform: translateY(0);
  }

}
.reveals {
  display: block !important;
  animation: reveal 0.5s forwards ease;
}
.hidden {
  display: none !important;
}
h3.stoun-type {
  font-size: 37px;
  display: inline;
  margin-right: 25px;
}
select {
  font-size: 28px;
  border-radius: 14px;
  padding: 5px;
  color: #68513e;
  border: 2px solid #68513e;
}



.partner-logo {
  display: block;
}
/* radio */
/* label {
  display: none;
} */
input[type="radio"] {
    display:none;
}
/* input[type="radio"] + label {
    color: #68513e;
    font-family:Arial, sans-serif;
    font-size:14px;
} */
input[type="radio"] + label span {
    display:inline-block;
    width:30px;
    height:30px;
    margin:-1px 4px 0 0;
    vertical-align:middle;
    cursor:pointer;
    -moz-border-radius:  50%;
    border-radius:  50%;
    margin-bottom: 40px;
}

input[type="radio"] + label span {
     background-color: #efefef;
}

input[type="radio"]:checked + label span{
     background-color: #e46c6c;
}

input[type="radio"] + label span,
input[type="radio"]:checked + label span {
  -webkit-transition:background-color 0.4s linear;
  -o-transition:background-color 0.4s linear;
  -moz-transition:background-color 0.4s linear;
  transition:background-color 0.4s linear;
}
/* /radio */
/* /Калькулятор */

.section-header .section-title {
  font-size: 3em;
  font-family: Prata, serif;
  line-height: 1.22em;
  color: #68513E;
  position: relative;
  padding-bottom: 20px;
  margin: 0 0 20px;
  display: block;
  text-align: center;
  text-transform: uppercase;
}


.btn {
  border-width: 0;
  border-radius: 0;
}
.btn.btn-primary {
  background: #f33131;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus {
  background: #88BD40;
}
.listarrow{
padding:0px;
}
.listarrow li{
list-style:none;
margin:0px;
padding:0px;
}
.listarrow li i{
padding-right:15px;
color: #F33131;
}
.heroText{
    background: #020202;
    padding: 25px 0;
    color: #fff;
}
.heroBtn {
    float: right;
    margin: 24px 0;
}
.heroBtn a {
    color: #FFF;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 400;
    padding: 0px 26px;
    height: 40px;
    line-height: 40px;
    display: table;
    border: 2px solid #FFF;
    border-radius: 3px;
}
.column-title {
  margin-top: 0;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
  margin-bottom: 15px;
  position: relative;
}
.column-title:after {
  content: " ";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 40%;
}
ul.nostyle {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}
ul.nostyle i {
  color: #45aed6;
}
.scaleIn {
  -webkit-animation-name: scaleIn;
  animation-name: scaleIn;
}


@-webkit-keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes tel-zoom {
    0% {transform:scale(1);}
    100% {transform:scale(1.2);}

}
@keyframes menu-down {
    0% {transform:translateY(-100px);}
    70% {transform:translateY(10px);}
    100% {transform:translateY(0);}

}

@keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
/*************************
*******Header******
**************************/
/* .colonka {
    background: #000;
    height: 30px;
}
.colonka:nth-last-child(odd) {
    background: gray;

} */
body {
    background: rgb(233, 233, 230) url(../images/fon.jpg);
}
/* nav */
.topnav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#navigation-top {
    padding: 20px;
}
.nav-logo {text-align: left;}
#navigation-top .nav-logo img {
    width: 175px;
}
#navigation-top .nav-links {
    text-align: center;
    font-size: 40px;
    padding-top: 10px;
}
        #navigation-top .nav-links ul li {
            list-style: none;
            text-align: center;
            font-size: 16px;
            padding-right: 20px;
        }
            #navigation-top .nav-links ul li a {
                color: white;
                text-transform: uppercase;
                margin-right: 36px;
            }
            #navigation-top .nav-links ul li a:hover {
                color: #e46c6c !important;
                border-bottom: 2px solid #e46c6c;
            }
.glyphicon-earphone {
    font-size: 21px;
    padding-top: 8px;
    animation: tel-zoom infinite alternate 0.8s ease-in-out;
	color:white;
}

.nav-wrap {
    position: relative;
    text-align: center;
}
.top-nav-standart {
    position: static;

}
.top-nav-fixed {
    position: fixed;
    background: white;
    box-shadow: 0 10px 20px rgba(69, 68, 61, 0.2);
    z-index: 999;
    margin: 0 auto;
    width: 100%;
    animation: reveal-from-top forwards 1s ease;
}
    @keyframes reveal-from-top {
        0% {transform:translatey(-50px)}
        100% {transform:translateY(0)}

        }

    .top-nav-fixed>a {
        color: #68513E;

    }

.phone-top {
  display: flex;
  justify-content: flex-end;
  }
  .phone-top span {
    display: inline-block;
    margin-right: 20px;
  }
a.phone-top {
    font-size: 16px;
    color: white;
    float: right;
    padding-top: 8px;
    padding-right: 15px;
}
/* /nav */



#hero-banner{
/*
  overflow: hidden;
  height:650px;
  background: #392d14 url('../images/banner/banner.jpg');
  background-size:cover;
  color:#fff;
  margin-top: 70px;
  background-position: top center;
    background-attachment: fixed;
*/
    /*закрепил для паралакса*/
}
/*
#hero-banner.item {
  height: 558px;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
}
#hero-banner.banner-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #000;
}
*/
#hero-banner h2 {
  margin-top: 275px;
  font-size: 39px;
  line-height: 49px;
text-align:center;
}
#hero-banner p {
  font-size: 22px;
margin-bottom:20px;
line-height:35px;
text-align:center
}
a.round-button {
text-align: center;
width: 150px;
margin: 0 auto;
display: block;
background: transparent;
border: 2px solid #fff;
}
a.round-button:hover{
text-align: center;
width: 150px;
margin: 0 auto;
display: block;
background: #fff;
border: 2px solid #fff;
color:#000;
}
a.context-button {
    font-size: 20px;
    padding: 7px 12px;
    width: auto;
    display: inline-block;
    background: transparent;
    border: 2px solid #68513E;
    color:#68513E;
    border-radius:50px;
    margin: 50px 0;
}

a.context-button:hover {
    background: #68513E;
    border: 2px solid #68513E;
    color:white;
    border-radius:50px;

}


#hero-banner.banner-inner h2 > span {
  color: #45aed6;
}
#hero-banner.banner-inner .btn {
  margin-top: 10px;
}

#hero-text {
  padding: 50px 0;
  border-top: 1px solid #FFFFFF;
}
#hero-text h2 {
  margin-top: 0;
}
#hero-text .btn {
  margin-top: 40px;
}
#cta2 {
  background: #45b1da;
  color: #fff;
  padding-top: 70px;
}
#cta2 .btn {
  margin-top: 10px;
}
#cta2 h2 {
  color: #fff;
  font-size: 44px;
  line-height: 1;
}
#cta2 h2 > span {
  color: #45aed6;
}
#features h2, #portfolio p{ color: #4A4A4A;}
#features {
  padding: 100px 0;
  background: #FFFFFF;
  color: #000;
}
.portfolio-items .isotope {
    left: 14px !important;
}

.text-bg {
    background: url(../images/icons/SVG/home-bg.svg)no-repeat;
    background: url(../images/icons/2x/home-bg.png)no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 1400px;
}
.catalog-bg {
    margin-top: 50px;
    background: url(../images/icons/SVG/catalog-bg.svg)no-repeat;
    background: url(../images/icons/2x/catalog-bg.png)no-repeat;
    background-position: top;
	background-size:cover;
}

#info {
    margin-top: 200px;
}
#info .block-text {

}
#info h2 {
    font-size: 3em;
    text-transform: uppercase;
    line-height: 51px;
    color: #68513E;
}
#info h3 {
    font-size: 25px;
    text-shadow: 0px 0px 0px #68513E;
    text-transform: uppercase;
    line-height: 38px;
    color: #68513E;
}
#info p {
    margin: 20px 0;
    color: #68513E;
    font-size: 16px;
    line-height: 30px;
}
#info p.block-height {
    min-height: 153px;
}
#info img {}

#info .text-block {
    margin-bottom: 30px;
}
/* catalog */
.items {
 width: 100%;
 overflow: hidden;


}
.materials-item {
  margin-bottom: 160px;
}
.materials-item p {
  font-size: 19px;
  color:#68513E;
  padding: 5px 25px;
}
  .materials-item p.number {
    font-size: 98px;
    opacity: 0.2;
    padding: 45px 0 0 0;
    word-wrap: normal;
  }
  .materials-item p.name-of-stone {
    font-size: 39px;
    line-height: 48px;
    text-transform: uppercase;
  }

.materials {
  height: 300px;
    width: 100%;
  margin: 50px 0;
}
.materials-item-1 {
  background: #584745 url(../images/materials/item-1.gif);
}
.materials-item-2 {
  background: #5a616c url(../images/materials/item-2.gif);
}
.materials-item-3 {
  background: #aba398 url(../images/materials/item-3.gif);
}

.small-item {
  margin: 30px 0;
  text-align: center;
  text-align: -webkit-center;
  text-align: -o-center;
  text-align: -moz-center;

}
.small-item img {
  width: 70%;
  box-shadow: 0 20px 20px 10px rgba(182, 168, 142, 0.64);
  border-radius: 50px;
  border: 2px solid #fff;
    -webkit-transition: -webkit-box-shadow .2s ease-in-out;
}
.small-item img:hover {
    cursor: pointer;
}
.small-item img:active { /*выделение кружков*/
            box-shadow:
                0px 10px 2px 0px rgba(128,128,128,.6); /* shadow */
            -webkit-box-shadow:
                0px 10px 2px 0px rgba(128,128,128,.6); /* shadow */
        }
.small-item img:active { /*трансформация при наведении мышкой*/
    -webkit-transform: translate(0, 5px);
}

.round-items-row {
  width: 90%;
  margin: 0 auto;
}
.round-items {text-align: center;}
.round-items p.subtext {
  margin-top: 90px;
  color: #68513E;
  font-size: 22px;
  line-height: 33px;
}


/* portfolio */

#portfolio .portfolio-filter {
  list-style: none;
  padding: 0;
  margin: 50px;
  display: inline-block;
}
#portfolio .portfolio-filter > li {
  float: left;
  display: block;
}
#portfolio .portfolio-filter > li a {
    display: block;
    margin: 0px 17px;
    color: #68513e !important;
    border-bottom: 1px solid #68513e;
    font-size: 18px;
}
#portfolio .portfolio-filter > li a:hover,
#portfolio .portfolio-filter > li a.active {
    color: #e46c6c !important;
    border-bottom: 2px solid #e46c6c;
}
#portfolio .portfolio-items {
  margin: -15px;
}
#portfolio .portfolio-item {
  width: 24.9%;
  float: left;
  padding: 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#portfolio .portfolio-item .portfolio-item-inner {
  position: relative;
}
#portfolio .portfolio-item .portfolio-item-inner .portfolio-info {
  opacity: 0;
  transition: opacity 400ms;
  -webkit-transition: opacity 400ms;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  padding: 18px 0 0;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  height:100%;
}
#portfolio .portfolio-item .portfolio-item-inner .portfolio-info h3 {
  font-size: 16px;
  line-height: 1;
  margin: 0;
  color: #fff;
}
#portfolio .portfolio-item .portfolio-item-inner .portfolio-info .preview {
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: #FFFFFF;
  display:block;
  text-align: center;
  margin: 15px auto;
  font-size: 36px;
  border: 0;
}
#portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
}


#portfolio {
    margin-bottom: 50px;
}

/* Start: Recommended Isotope styles */
/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  /* pointer-events: none; */
  z-index: 1;
}
/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
/* End: Recommended Isotope styles */
/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
.img-thumbnail {
display: inline-block;
max-width: 100%;
height: auto;
line-height: 1.42857143;
border: 1px solid #ddd;
border-radius: 0px;
padding:0px;
-webkit-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
margin-bottom: 15px;
}
#testimonial {
  background: #222222;
  background-size: cover;
  padding: 100px 0;
  color: #fff;
}
#testimonial h2{
color:#fff;
}
#testimonial h4 {
  color: #fff;
  margin-bottom: 8px;
}
#testimonial small {
  display: block;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.7);
}
#testimonial .btns {
  margin-top: 10px;
}
#carousel-testimonial a.btn.btn-primary.btn-sm {
background: transparent;
border: 1px solid rgba(255, 255, 255, 0.2);
margin: 0 8px;
}

/*Team*/
#our-team {
  padding: 100px 0;
}
#our-team .team-member {
  padding: 0;
}
#our-team .team-member .team-img {
  margin: 0;
}
#our-team .team-member .team-info {
  background: #f33131;
  color: #ffffff;
  padding: 7px 0;
}
#our-team .team-member:hover .social-icons > li > a {
  color: #f33131;
}

#our-team .social-icons {
  list-style: none;
  padding: 0;
  margin: 0;
  -webkit-transition: height 1s; /* For Safari 3.1 to 6.0 */
  transition: height 1s;
  border: #000 dashed 1px;
  padding: 6px 0 6px;
}
#our-team .social-icons > li {
  display: inline-block;
}
#our-team .social-icons > li > a {
  display: block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  color: #222222;
  background: #E5E5E5;
  border-radius: 3px;
  border: 1px solid #E5E5E5;
  margin: 5px 10px;
}

.ssilka {
    margin: 5%;
    text-align: center;
}



/* partners */

.partners {
    margin-bottom: 80px;
    background: white;
}
.partners img{
    width: 100%;
}
.about-partners {
    text-align: center;
    margin-bottom: 50px;

}
.about-partners p {
    font-size: 22px;
    color:#68513e;

}

/*  /partners */

/* oplata */
.cards {
    width: 90%;
    margin: 0 auto;
    text-align: -webkit-center;
    text-align: -o-center;
    text-align: -moz-center;
    margin-bottom:50px;
}
.img-cards {
    width: 142px;
}
.banks-logo {
  width: auto;
  height: 57px;
  margin-right: 11px;
  margin-bottom: 8px;
}
/*/ oplata */



/* nav */
.nav.main-tab {
  background: #eee;
  border-bottom: 3px solid #222534;
  border-radius: 3px 3px 0 0;
}
.nav.main-tab > li > a {
  color: #272727;
}
.nav.main-tab > li.active > a {
  background: #222534;
  color: #45aed6;
}
.nav.main-tab > li:first-child > a {
  border-radius: 3px 0 0 0;
}
.nav.main-tab > li:last-child > a {
  border-radius: 0 3px 0 0;
}
 .navbar-nav {margin: 0;/* border-right: 1px solid #E6E6E6; */}
.tab-content {
  border: 1px solid #eee;
  border-top: 0;
  padding: 20px 20px 10px;
  border-radius: 0 0 3px 3px;
}
.panel-default {
  border-color: #eee;
}
.panel-default > .panel-heading {
  background-color: #fff;
  border-color: #eee;
}
.panel-default > .panel-heading .panel-title {
  font-size: 14px;
  font-weight: normal;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #eee;
}
#business-stats {
  padding: 100px 0 70px;
  background: #222222;
  background-size: cover;
  color: #fff;
}
#business-stats h1,
#business-stats h2,
#business-stats h3,
#business-stats h4 {
  color: #fff;
}
#business-stats strong {
  display: block;
  margin-bottom: 30px;
}
.business-stats {
  display: inline-block;
  width: 140px;
  height: 140px;
  font-size: 24px;
  line-height: 140px;
  border: 4px solid #F33131;
  border-radius: 100px;
  margin-bottom: 20px;
}
#pricing {
  padding: 100px 0 70px;
}
#pricing ul.pricing {
  list-style: none;
  padding: 0;
  margin: 70px 0 30px;
  padding: 15px;
  text-align: center;
  background: #ffffff;
  border: 1px dashed;
}
#pricing ul.pricing li {
  display: block;
  padding: 10px;
}
#pricing ul.pricing li.plan-header {
  /* background: #EFEFEF; */
  margin: -15px -15px 10px;
  padding: 15px 15px 30px;
  border: 0;
  color: #fff !important;
}
#pricing ul.pricing li.plan-header .price-duration {
  position: relative;
  margin-top: 15px;
  top: -10px;
  display: inline-block;
  width: 116px;
  height: 116px;
  color: #222;
  background-color: #ffffff;
  border-radius: 50%;
}
#pricing ul.pricing li.plan-header .price-duration > span {
  display: block;
  line-height: 1;
}
#pricing ul.pricing li.plan-header .price-duration > span.price {
  font-size: 24px;
  font-weight: 700;
  margin-top: 35px;
}
#pricing ul.pricing li.plan-header .price-duration > span.duration {
  margin-top: 5px;
}
#pricing ul.pricing li.plan-header .plan-name {
  margin-top: 10px;
  font-size: 24px;
  color: #222222;
  font-weight: bold;
  line-height: 1;
  text-transform: uppercase;
}
#pricing ul.pricing.featured {
  background: #222222;
  border: 0;
  color: #FFF;
}
#pricing ul.pricing.featured  li.plan-header .price-duration{color: #f24e4e;}
#pricing ul.pricing.featured li.plan-header {
  /* background: #F33131; */
}
#pricing ul.pricing.featured li.plan-header .plan-name {
  color: #F33131;
}
#contact-us {
  padding: 100px 0 10px;
}
#contact-us h1,
#contact-us h2 {
}
/*Contact*/
 .contact-info{
 padding:60px 0;
 }
.contact-info address {
margin-bottom: 20px;
font-style: normal;
line-height: 27px;
font-size: 15px;
}
.contact-info .form-control {
padding: 6px 12px;
border-radius: 0;
}
 .business-stats:before {
content: '';
margin: 17px;
display: block;
border: currentcolor;
height: 100px;
border-radius: 50%;
position: absolute;
width: 100px;
}


/***********************
********* form ******
************************/
.feedbackForm {
    margin-top: 60px;
}
.form-wrapper-bg {
    padding: 50px 20px;
}
form {
    margin: 100px 0 0;
}
.form-group  {
    margin-bottom: 40px;

}
.form-group input, textarea.form-control {
    font-size: 28px;
    font-weight: normal;
    font-style: normal;
    color: #68513e !important;
    border-radius: 0;

}
.form-control::-moz-placeholder {
    font-size: 28px;
    font-weight: normal;
    font-style: normal;
    color: #68513e !important;

}
.form-control {
    background:none;
    border: none;
    border-bottom: 1px solid #68513e;
    height: 70px;
}
.form-control:focus {
    color: #68513e;
    box-shadow: none;
    border-color: #a33b10;
    background: #fffffc;
}
label {
    font-weight: 400;
    color: #8a7456;
    font-size: 17px;
}
 .captcha {
    width: 57%;
}
.sending {
    text-align: center;
}
.send {
    font-size: 20px;
    padding: 7px 12px;
    width: auto;
    display: inline-block;
    background: transparent;
    border: 2px solid #68513E;
    color:#68513E;
    border-radius:50px;
    margin: 50px 0;
    transition: 0.3s ease all;
}
.send[disabled] {
    color: #b4b4b4;
    background: #dcdcdc;
    border: none;
}
.send[disabled]:hover {
    color: #b4b4b4;
    background: #dcdcdc;
    border: none;
}
.send:hover {
    background: #68513E;
    border: 2px solid #68513E;
    color:white;
    border-radius:50px;
}

.we-connect {
    text-align: center;
}
.we-connect p {
    font-size: 19px;
    color: #68513e;
}


/* logo small */
.logo-small {
    text-align: center;
    margin: 80px 0 20px 0;
}
.logo-small img {
    width: 150px;
}
/*  /logo small */


/***********************
********* Footer ******
************************/
#footer {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #E9D9C6;
}

#footer h5 {
    font-size: 28px;
    color: #3A221C;
}
#footer p {
    font-size: 21px;
    color: #3A221C;
    width: 320px;
}
.footer-contacts {
    float: right;
}

.footer-contacts ul li {
    list-style: none;
    text-align: right;
    color: #3A221C;
    font-size: 22px;
    line-height: 38px;
}

.footer-contacts ul a {
    color: #3A221C;
}

.copyright {
    text-align: center;
    font-size: 14px;
    margin: 0 auto;
    background: #d8c8b5;
    padding-top: 4px;
    color: #3a221c;
}

/**** Menu***/
ul.menuPrice {
	margin:0;
	padding:0;
}
ul.menuPrice li {
    list-style: none;
    padding: 0;
	background:#fff;
    padding: 0px;
    color: #000;
}
ul.menuPrice li  a{
	float:left;
	width:100%;
    padding: 10px;
    background: #f9f9f9;
    margin-bottom: 4px;
	color:#000;
}
ul.menuPrice li  a:hover{
	background: #f33131;
	color: #fff;
}
ul.menuPrice li .number{
	float:right;
}
.help-block ul {
 padding:0;
}
.help-block ul li {
    list-style: none;
    color: red;
}

    /* /added */
#hero-banner h2 {
/* margin-top: 161px; */
font-size: 31px;
line-height: 40px;
padding: 10px;
}
#hero-banner p {
font-size: 18px;
padding: 10px;
}
#portfolio .portfolio-filter {
list-style: none;
padding: 0;
margin: 0 0 12px;
}
#portfolio .portfolio-filter > li a {
display: block;
padding: 7px 15px;
margin: 5px 2px;
}
	#portfolio .portfolio-item {
	width: 48.9%;
	padding: 8px;
	}
	#portfolio .portfolio-item .portfolio-item-inner .portfolio-info .preview {
width: 28px;
height: 24px;
line-height: 24px;
margin: 9px auto;
}
#portfolio .portfolio-item .portfolio-item-inner .portfolio-info {
padding: 7px 0 0;
}
}

/* Мои стили */
.navbar-brand > img {
    width: 150px;
}

#hero-banner {
    margin-top: 0;
    height: 660px;
}

#main-nav.navbar-default .navbar-nav > li.active > a, #main-nav.navbar-default .navbar-nav > li.open > a, #main-nav.navbar-default .navbar-nav > li:hover > a {
    background: none;
}
.navbar-nav > li {
    border: none !important;
}
.navbar-default .navbar-nav > li > a {
    color: white;
}
#main-nav.navbar-default .navbar-nav > li.active > a, #main-nav.navbar-default .navbar-nav > li.open > a, #main-nav.navbar-default .navbar-nav > li:hover > a {
    color: #fdc7c7;
}
.banner-elements {
    text-align: center;
    text-align: -moz-center;
    text-align: -webkit-center;
    text-align: -o-center;
}
.banner-elements img {
    margin: 30px;
    width: 264px;
}
.banner-elements h1 {
    font-size: 20px;
    font-weight: 200;
    width: 50%;
    line-height: 28px;
}
#hero-banner a.round-button {
    border-radius: 50px;
    color: white;
    font-size: 21px;
    margin: 40px 0;
    padding: 5px;
}
#hero-banner a.round-button:hover {
    background: white;
    color: rgb(37, 18, 2);
}


.form-control {
  box-shadow: none;
  -webkit-box-shadow: none !important;
}

.collapsed-menu-animation {
    animation-name:menu-down;
    animation-direction: normal;
    animation-duration: 0.8s;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
}

/* navigation-top */

.phone-over {
    display: none;
    width: 70px;
    height: 70px;
    position: absolute;
    bottom: 50px;
    right: 30px;
    border-radius: 20px;
    z-index: 999;
    position: fixed;
    bottom: 5%;
    right: 5%;

}

@media only screen and (max-width: 1300px) {
    .glyphicon-earphone {
        display: none;
    }
}
@media only screen and (max-width: 990px) {
    .phone-top, .nav-logo  {
        display: none;
    }
}


@media only screen and (max-width: 768px) {
    .catalog-bg {
        background: url(../images/icons/2x/catalog-bg.png);
    }
    .text-bg {
        background: url(../images/icons/2x/home-bg.png);
    }
    .small-item img {
        width: 82%;
        border-radius: 90px;
        border: 6px solid #fff;
}

#portfolio .portfolio-filter > li a {
    margin: 5px 10px;
}
    #info {
        margin-top: 50px;
    }

    .banner-elements h1, .section-header p {
        width: 100%;
    }
    #hero-banner{
      background: #392d14 url('../images/banner/banner768.jpg');
      }
    #info p.block-height {
          min-height: 100px;
          line-height: 26px;
      }
    .footer-name-block {
        width: 50%;
        float: left;
    }
    }

    @media only screen and (max-width: 480px) {
    .materials-item p.number {
      margin-bottom: 60px;
      }
		.slide {
			display:none;
		}
		#about {
			margin-top:20px;
		}
        /* body {
            padding: 0 30px;
        } */
        #portfolio .portfolio-items {
            margin: 0 auto;
            padding: 0;
        }
        .section-header .section-title {
            word-wrap: break-word;
        }
        .nav-wrap {display: none;}
        .small-block {
            width: 100%;
        }
        .medium-block {
            width: 50%;
        }
        #hero-banner{
          background: #392d14 url('../images/banner/banner480.jpg');
          background-size: cover;
          }

        #portfolio .portfolio-filter > li {
            width: 101%;
            margin-bottom: 25px;
        }
        .divider-big {
            margin: 25px 0;
        }

        .materials-item {
            margin-bottom: 50px;
        }
        .round-items-row {
            width: 100%;
        }
        .small-item img {
            width: 100%;
            border: 3px solid #fff;
        }
        .catalog-bg, .text-bg {
            background: none;
        }




            .small-item img {
                border-radius: 100px;
            }
        img.divider {
            margin: 30px 0;
        }
        .banner-elements img {
            width: 120px;
        }
        #hero-banner {
            height: auto;
        }

            #footer {
                position: absolute;
                text-align: center;
                left: 0;
                width: 100%;
                margin: 0 auto;
                }
                #footer p {
                    width: 100%;
                }
                .footer-contacts {
                    text-align: center;
                    float: none;
                }
                .footer-contacts ul {
                    padding: 0;
                }
                .footer-contacts ul li {
                    text-align: center;
                    float: none;
                }
                .footer-name-block {
                    width: 100%;
                    margin-bottom: 30px;
                }



        /* added */
        img.divider {
            width: 100%;
        }
        .section-header .section-title {
            font-size: 1.8em;
            line-height: 150%;
        }
        #info {margin-top: 0;}
        #info h2 {font-size: 1.8em;}
        .phone-over {
            display: block;
        }
    }


    @media only screen and (max-width: 320px) {
        .img-cards {
            width: 107px;
        }
    }
