@import url('https://fonts.googleapis.com/css?family=Gabriela&subset=cyrillic');


/* project colors
    #cc4e4e; #logo Title
*/

*{
	margin: 0;
	padding: 0;
}

body {
    background-color: #f1eee9;
    color: #434445;
    font-family: 'Gabriela', serif;
    font-size: 18px;
    margin: 0;
    width: 100%;
}

a {
    color: #646464;
    text-decoration: underline;
}

a.hover {
    color: #646464;
    text-decoration: none;
}

a.noUnder {
    text-decoration: none;
}

.btn.disabled {
    opacity: 1;
}

header{
    padding: 10px 0;
    background: url("../img/columns-container-bg.png") 100% 0 repeat-x;
}

.icon-circle {
    width: 50px;
    height: 50px;
    font-size: 30px;
    position: relative;
    display: inline-block;
    border-radius: 50%;
    border: 1px solid #f1f3f9;
    background: #f1f3f9;
    color: #3a4c5e;
    line-height: 50px;
    text-align: center;
  /*vertical-align: middle;*/
}

#top-phone-block {
    margin-top: 30px
}

.icon-gradient {
    background: linear-gradient(135deg, #34b8c0 0%, #6f51c7 100%);
    color: transparent;
    color: #34b8c0;
    font-size: 30px;
}

#phone-block p {
    line-height: 25px;
    margin: 0;
    font-size:1.2em;
    margin-bottom: 5px;
}

#logo {
    text-align: center;
    margin-top: 10px;
}


#logoBlock img {
}


#logo-title {
    font-size: 1.5em;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 5px;
    line-height: 30px;
}

#top-estimate {
    text-align: right;
    margin-right: 35px;
    margin-top: 35px;
}

.btn-one {
    text-shadow: 0 1px 0 #fff;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 1px 1px rgba(0,0,0,.075);
    color: #fff;
    background-color: #a54c4f;
    padding: 11px 22px 11px 20px;
    transition: all 0.3s ease;
}

.btn-top {
    font-size: 1.1em;

}

.btn-one:hover, .btn-one:active {
    background-color: #c49634;
    color: #fff;
}

#top-btn-desc {
    font-size: 0.8em;
    text-align: right;
    margin-top: 10px;
    font-weight: 700;
}

#mainNav {
    background: #3a4c5e;
    justify-content: center;
    display: flex;
    align-items: center;
    box-shadow: 0 3px 14px 0 rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    position: relative;
    top: 0px;
    /*margin-top: -20px;*/
}

#mainNav li {
    margin-left: 0;

}

#mainNav li:before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 22px;
    background: url('../img/menu-item-border.png') 0 0 no-repeat;
    padding-right: 2px;
    margin-top: 18px;
}

#mainNav li:last-child:before {
    display: none;
}

#mainNav li a {
    color: #fff;
    padding: 16px 13px;
    font-weight: 700;
    border-radius: unset;
    transition: 180ms ease-in-out;
    float: left;
    font-size: 0.9em;
}

#mainNav li a.active, #mainNav li a:hover {
    color: #c49634;
    position: relative;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background: #6f51c7;
    color: #fff;
}


#baner-content {
    margin-top: 40px;
}

#mainBaner {
    background: url(../img/bg-header-1.jpg) no-repeat center;
    height: 720px;
    color: #fff;
    border-bottom: 1px solid #eaedef;
}

#mainBaner h1 {
    margin-top: 90px;t
    text-transform: uppercase;
    font-weight: 700;
    text-shadow: 5px 5px 5px rgba(0, 0, 0, 1);
    color: #fff;
    font-size: 2.6em;
}

#mainBaner h2 {
    text-shadow: 3px 1px 3px rgba(0, 0, 0, 1);
    color: #fff;
    font-size: 1.6em;
    margin-top: 12px;
    text-decoration: underline;
    background-color: #3a4c5e;
    width: max-content;
}

#main-bullets {
    margin-top: 50px;
}

#main-bullets i {
    color: #c49634;
    font-size: 1.3em;
}

#main-bullets h3 {
    font-size: 1.4em;
    text-shadow: 3px 3px 3px rgba(0, 0, 0, 1);
    margin-top: 0;
    line-height: 40px;
}

.btn-bullets {
    font-size: 1.2em;
}

#mainOrderCallForm {
    margin-top: 40px;
}

#main-bullets input {
    height: 53px;
    width: 100%;
    font-size: 1.2em;
}

#banerFormBlock {
    border: 1px solid #fff;
}

#banerFormBlock h4 {
    text-align: center;
    font-size: 1.7em;
    background-color: #3a4c5e;
    margin-top: 0;
    padding: 10px;
}


.under-title {
    margin: 0 auto 15px;
    width: 50%;
    color: #fff;
}


#banerFormBlock {
    margin-top: 45px;
}

#banerForm {
    width: 70%;
    margin: 0 auto;
}

#banerFormBlock select {
    font-size: 1em;
    padding: 5px 10px;
    height: 40px;
    width: 100%;
}

#inputPhoneAss {
    font-size: 1em;
    padding: 5px 10px;
    height: 40px;
    width: 100%;
}

#banerFormBlock button {
    font-size: 1.2em;
    border-radius: 23px;
    padding: 10px 50px;
    height: 55px;
}

#textItem {
    width: 100%;
    height: 80px;
    padding: 10px 15px;
    color: #000;
}

#assSubmit {
    text-shadow: 0 1px 0 #fff;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 1px 1px rgba(0,0,0,.075);
    color: #fff;
    background-color: #a54c4f;
    padding: 11px 22px 11px 20px;
    transition: all 0.3s ease;
    border: none;
    border-radius: 2px;
    margin-left: -15px;
}

#assSubmit:hover {
    background-color: #c49634;
}

#categories {
    background: url("../img/columns-container-bg.png") 100% 0 repeat-x;
    padding-top: 40px;
    padding-bottom: 40px;
}

#categories .row {
    background: url('../img/slider-row-bg.png') 0 0 repeat-x,#f8f8f8 url(../../../../img/slider-row-bg2.png) 0 100% repeat-x;
    padding-top: 53px;
    padding-bottom: 45px;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 6px;
    -moz-box-shadow: rgba(0,0,0,.2) 0 0 15px;
    -webkit-box-shadow: rgba(0,0,0,.2) 0 0 15px;
    box-shadow: rgba(0,0,0,.2) 0 0 15px;
   /* margin: 0 -60px;*/
}

.cat-block {
   /* width: 400px;*/
    overflow: hidden;
}

#categories h3 {
    text-align: center;
    font-weight: 700;

}

.cat-imgs {
    background: #fff;
    box-shadow: rgba(0,0,0,.1) 0 0 20px;
    text-align: center;
    padding: 15px 5px;
    overflow: hidden;
}

.cat-imgs img {
    width: 30%;

}

.cat-desc {
    width: 80%;
    margin: 0 auto 15px;
    text-align: center;
}

.cat-btn {
    text-align: center;
    margin-bottom: 30px;
}

.section-header {
    text-transform: uppercase;
    text-align: center;
    color: #695049;
    margin: 0;
    font-size: 1.8em;
    margin-bottom: 30px;
    font-weight: 700;
}

hr.divider {
    width: 120px;
    height: 4px;
    background: #34b8c0;
    text-align: center;
    margin: 0 auto 30px;
}

.under-title-2 {
    text-transform: uppercase;
    border-bottom: 1px solid #3a4c5e;
    padding-bottom: 10px;
    font-weight: 700;
    font-size: 1.3em;
    margin-bottom: 25px;
}

.loading {
    display: none;
}

#middle-upload {
    background: url("../img/columns-container-bg.png") 100% 0 repeat-x;
    padding-top: 40px;
    padding-bottom: 40px;
}

#callFormBlock {
    width: 80%;
    margin: 25px auto;
}

#callFormBlock input {
    font-size: 1em;
    padding: 5px 10px;
    height: 40px;
    width: 100%;
}

#callFormBlock textarea {
    width: 100%;
    height: 100px;
    padding: 10px 15px;
    color: #000;
}

#callFormBlock .row {
    margin-bottom: 25px;
}

#inputCallPhotoBlock {
    text-align: center;
    margin: 0 auto;
}

#inputCallButton {
    font-size: 1.2em;
}

#underCallForm {
    margin-top: 40px;
}

#conf-delim {
    background-color: #3a4c5e;
    padding: 30px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    border-top: 5px solid rgba(0,0,0,.1);
    border-bottom: 5px solid rgba(0,0,0,.1);
}

#advantages {
    background: url("../img/columns-container-bg.png") 100% 0 repeat-x;
    padding-top: 40px;
    padding-bottom: 40px;
    border-top: 5px solid rgba(0,0,0,.1);
}

.scheme-counter {
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 30px;
    background-color: #3a4c5e;
    color: #fff;
    border-radius: 50%;
    font-weight: 700;
}

.HTicon {
    margin: 0 auto;
    text-align: center;
}

.rm-item-block {
    margin-bottom: 50px;
    height: 200px;
    padding: 10px;
    box-shadow: inset 2px 2px 0 rgba(255,255,255,.15), 0 10px 10px rgba(0,0,0,.075);
}

.rm-item-block h3 {
    font-size: 1.5em;
}

.rm-desc {

}

.rm-item-img {
    margin-top: 20px;
}

#f-logo {
    text-align: center;
    margin-top: 10px;
}


#f-logoBlock img {
}


#f-logo-title {
    font-size: 1.5em;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 5px;
    line-height: 30px;
}

#f-logo-desc {
}

footer {
    background-color: #3a4c5e;
    padding: 30px;
    color: #fff;
}

#f-logo-text {
    text-align: justify;
    font-size: 0.8em;
}

#f-phone-block {

}

#f-phone-icon {
    padding-top: 2px;
}


#f-email-block {
    padding-top: 12px;
}

#f-phone-block p {
    line-height: 25px;
    margin: 0;
    font-size:1em;
    margin-bottom: 5px;
}

#f-phone-block a, #f-email-block a {
    color: #fff;
    font-weight: 400;
}

#f-map-block {
    padding-top: 13px;
}

#footer-map-block {
    border: 5px solid #eee;
}

#f-email-icon {
    margin-bottom: 7px;
}

#footer-contacts {
    margin-top: 30px;
    margin-left: 30px;
}

#footer-contacts .row {
    margin-bottom: 15px;
}

.navbar-brand {
    height: 100%;
    font-size: 1.3em;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 30px;
    padding-left:30px;
}

.navbar-brand img {
    display: inline;
}

.navbar-toggle {
    margin-top: 16px;
}

.navmenu-nav {
    padding-top: 90px;
}

#top-menu li {
    float: none;
}

#info-block-1 {

}

.info-block {
    background: url("../img/columns-container-bg.png") 100% 0 repeat-x;
    padding-top: 40px;
    padding-bottom: 40px;
}

/*
#categories .row {
    background: url('../img/slider-row-bg.png') 0 0 repeat-x,#f8f8f8 url(../../../../img/slider-row-bg2.png) 0 100% repeat-x;
    padding-top: 53px;
    padding-bottom: 45px;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 6px;
    -moz-box-shadow: rgba(0,0,0,.2) 0 0 15px;
    -webkit-box-shadow: rgba(0,0,0,.2) 0 0 15px;
    box-shadow: rgba(0,0,0,.2) 0 0 15px;
    margin: 0 -60px;
}
*/

#iconBaner {
    background: url(../img/bg-header-2.jpg) no-repeat center;
    height: 630px;
    color: #fff;
    border-bottom: 1px solid #eaedef;
}

.box {
    background: #fbfbfb;
    border: 1px solid #d6d4d4;
    padding: 14px 18px 13px;
    margin: 0 0 30px;
    line-height: 23px;
}

.box i {
    color: #3a4c5e;
}

.unList {
    list-style: none;
}

.inner-list {
    margin-left: 80px;
}

.inner-list i {
    font-size: 1.5em;
    color: #3a4c5e;
}

.inner-list li {
    font-size: 1.1em;
    margin-bottom: 25px;
}

.rm-item-block-mini {
    margin-bottom: 15px;
    padding: 10px;
    box-shadow: inset 2px 2px 0 rgba(255,255,255,.15), 0 10px 10px rgba(0,0,0,.075);
}

.rm-item-block-mini h3 {
    font-size: 1.5em;
}

.rm-desc-mini {
    font-size: 1.1em;
    padding-top: 8px;
}

.rm-item-img-mini {
    margin-top: 1px;
}

.scheme-counter-mini {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 24px;
    background-color: #3a4c5e;
    color: #fff;
    border-radius: 50%;
    font-weight: 700;
}

.HTicon-mini {
    margin: 0 auto;
    text-align: center;
}

.box-light {
    background: #fbfbfb;
    border: 1px solid #d6d4d4;
    padding: 14px 18px 13px;
    margin: 30px auto;
    line-height: 23px;
}

.divider-mini {
    border: 1px solid #fff;
}

#main-content ol, #main-content ul {
    margin-left: 40px;
}

@media (min-width: 800px) {
    .captcha-row {
        justify-content: center;
        display: flex;
    }
}
