body {
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    color: #333;
    font-size: 14px; 
    background: url(images/bg.gif) center bottom no-repeat;
    background-size: 100%;
}
h1, h2, h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}
ul, ol {
    margin: 0;
    padding: 0;
    list-style: none;
}
p {
    line-height: 25px;
}
a {
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    color: #01a2e9;
}
input, button {
    font-family: 'Montserrat', sans-serif;
    outline: none;
}
a:focus {
    outline: none;
    text-decoration: none;
}
input {
    border-radius: 0;
}
.partners a.post-img {
    height: 148px;
    overflow: hidden;
    display: block;
}
.mobile-menu {
    background: rgba(51, 51, 51, 0.97);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
}
.mobile-menu .mobile-menu-wrap {
    float: none;
    margin: 30% auto 0 auto;
    display: table;
}
.mobile-menu .mobile-menu-wrap li {
    float: none;
    text-align: center;
}
.mobile-menu .mobile-menu-wrap li a {
    color: #fff;
    font-size: 20px;
    display: block;
    margin: 20px 0;
} 
.top {
    background: #414141;
    min-width: 100%;
    min-height: 42px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 100;
    padding: 5px;
}
.top .phones {
	background: none;
}
.top-menu {
    margin-top: 3px;
}
.top-menu .menu-top-container li {
    float: left;
}
.top-menu .menu-top-container li a {
    color: #fff;
    font-size: .75em;
    text-transform: uppercase;
    padding: 0 16px;
    margin: 4px 0;
    line-height: 28px;
    display: block;
}
.top-menu .menu-top-container li a:hover {
    background: #333;
    text-decoration: none;
}
.header {
    margin-top: 42px;
}
.navigation .menu-nav-container {
    display: table;
    margin: 0 auto;
}
.navigation .menu-nav-container li {
    background: url(../images/sep-menu.gif) right no-repeat;
    float: left;
    padding: 0 10px;
    position: relative;
    z-index: 99;
}
.navigation .menu-nav-container li:after {
    background: #ed1d24;
    height: 20px;
    width: 3px;
    content: '';
    margin: 11px -10px 0 0;
    float: right;
}
.navigation .menu-nav-container li:last-child:after {
   display: none;
}
.navigation .menu-nav-container li a {
    float: left;
    display: block;
    padding: 10px 20px;
    font-weight: bold;
    font-size: 1.1em;
    color: #404040;
    text-transform: uppercase;
    -webkit-transition: all 150ms;
    -moz-transition: all 150ms;
    -ms-transition: all 150ms;
    -o-transition: all 150ms;
    transition: all 150ms;
}
.navigation .menu-nav-container li a:hover {
    background: #00a2e8;
    color: #fff;
    text-decoration: none;
}
.logotype {
    display: table;
    margin: 30px auto;
    width: 220px;
}
.logotype img {
    width: 100%;
}
.phones-list {
    float: right;
    display: table;
}
.phones-list li {
    float: left;
}
.phones-list li a {
    float: left;
    color: #fff;
    font-size: 15px;
    margin: 7px 0;
}
.phones-list li i {
    float: left;
    color: #ed1d24;
    font-size: 16px;
    margin: 10px 8px 0 13px;
}
.phones-list .callback {
    background: #01a2e8;
    font-size: 11px;
    display: block;
    padding: 3px 10px;
    margin: 4px 0 0 10px;
}
.widget_polylang {
    margin: 5px 0;
}
.widget_polylang li {
    float: left;
}
.widget_polylang li a {
    display: block;
    color: #fff;
    font-size: 12px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}
.widget_polylang .current-lang a {
    background: #0000002b;
}
.phones-list .callback:hover {
    background: #2ec0ff;
    text-decoration: none;
}
.location {
    margin: 54px 0;
}
.location i {
    font-size: 44px;
    float: left;
    margin: 0 13px 0 0;
    color: #ed1d24;
}
#searchform {
    margin: 54px 0;
    float: right;
}
#searchform input[type="text"] {
    background: #efefef;
    border: 0;
    height: 35px;
    font-size: 11px;
    padding: 0 10px;
}
#searchform input[type="submit"] {
    background: #e4e4e4 url(images/search-solid.svg) center no-repeat;
    background-size: 12px;
    border: 0;
    width: 35px;
    height: 35px;
    float: right;
}
footer {
    margin: 150px 0 0 0;
    padding: 0 0 30px 0;
}
footer,
footer a {
    font-size: 12px;
    color: #fff;
}
footer p {
    margin: 3px 0;
    padding: 0;
}
footer img {
    width: 130px;
    margin: 0 0 11px 0;
}
footer a:hover {
    color: #01a2e9;
    text-decoration: none;
}
.menu-footer {
    float: right;
    text-align: right;
    line-height: 22px;
}
.social-list {
    display: table;
    float: right;
    margin: 5px 0 0 0;
}
.social-list li {
    float: left;
}
.social-list li a {
    font-size: 20px;
    margin: 0 0 0 10px;
}
.socials {
    margin: 60px 0 0 0;
    text-align: right;
    float: right;
}
.sendmail {
    display: table;
    border: 1px solid;
    padding: 10px 20px;
    margin: 66px 0 0 0;
	border-radius: 2px;
}
.metaslider {
    max-width: 1600px;
    margin: 20px auto;
    overflow: hidden;
}
.title-home {
    font-size: 24px;
    font-weight: 500;
    margin: 30px 0 25px 0;
}
.home-content {
    line-height: 24px;
    font-size: 15px;
    background: #f4f6fc;
    padding: 70px 0;
    margin-top: 60px;
    margin-bottom: 40px;
}
.home-content img {
    margin: 15px 0;
    box-shadow: 10px 15px 30px 0px rgba(16,29,48,0.1);
}
.t1 {
    text-align: center;
    font-size: 30px;
    max-width: 770px;
    line-height: 43px;
    font-weight: 500;
    margin: 0 auto 40px auto;
}
.t2 {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 33px;
    color: #737373;
}
.t3 {
    font-size: 30px;
    max-width: 770px;
    line-height: 43px;
    font-weight: 500;
    margin: 0 auto 40px auto;
}
.t4 {
    max-width: 800px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 33px;
    color: #737373;
}
.quote ul {
    margin: 30px 0;
}
.quote ul li {
    background: url(images/ico/ico_check.svg) left no-repeat;
    background-size: 22px;
    font-size: 16px;
    padding: 9px 0 9px 35px;
    line-height: 26px;
}
.info .title-home {
    text-align: center;
}
.brands-list {
    display: table;
    width: 100%;
}
.brands-list li {
    float: left;
    width: 20%;
    min-height: 185px;
    position: relative;
}
.brands-list li img {
    max-width: 90%;
    height: auto;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    display: table;
    width: 110px;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray; /* IE 6-9 */
    opacity: .6;
    -webkit-transition: all 150ms;
    -moz-transition: all 150ms;
    -ms-transition: all 150ms;
    -o-transition: all 150ms;
    transition: all 150ms;
}
.brands-list li:hover img {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
    opacity: 1;
}
.title {
    font-size: 40px;
    font-weight: 500;
    margin: 50px 0 30px 0;
}
.np a {
    background: url(images/np.jpg) center no-repeat !important;
    background-size: contain !important;
    width: 100%;
    height: 150px;
    margin: 20px 0 !important;
    padding: 0 !important;
}
.ownservice a {
    background: url(images/kiy.png) center no-repeat !important;
    background-size: contain !important;
    width: 100%;
    height: 150px;
    margin: 20px 0 !important;
    padding: 0 !important;
}
.delivery {
    margin: 30px auto;
}
.delivery .deliverytext {
    font-size: 23px;
    display: table;
    margin: 0 auto;
    font-style: normal;
}
.delivery>div {
    width: 47%;
    margin: 15px;
    float: left;
    padding: 20px;
    border: 1px solid #ddd;
}
.work,
.delivery {
    display: table;
    width: 100%;
}
.work>div {
    width: 25%;
    float: left;
}
.work>div>div {
    display: block;
    border: 1px solid #ddd;
    margin: 15px;
    padding: 15px;
}
.work a,
.delivery a {
    display: table;
    background: #15a6ea;
    color: #fff;
    border-radius: 10px;
    padding: 1px 25px;
    font-style: normal;
    margin: 0 auto;
}
.work>div>div:before {
    content: '';
    width: 100%;
    height: 150px;
    background-size: 100% !important;
    display: block;
    margin: 0 0 15px 0;
}
.work .workua div:before {
    background: url(images/works/workua.png) center no-repeat;
}
.work .rabotaua div:before {
    background: url(images/works/rabotaua.png) center no-repeat;
}
.work .vserabotniki div:before {
    background: url(images/works/vserabotniki.png) center no-repeat;
}
.work .jobsmarket div:before {
    background: url(images/works/jobsmarket.png) center no-repeat;
}
.work .hh div:before {
    background: url(images/works/hh.ua.png) center no-repeat;
}
/* Important styles */
#toggle {
    display: block;
    width: 40px;
    height: 40px;
    position: fixed;
    z-index: 9999;
    top: 68px;
    right: 30px;
    display: none;
}
#toggle span:after,
#toggle span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -9px;
}
#toggle span:after{
  top: 9px;
}
#toggle span {
  position: relative;
  display: block;
}

#toggle span,
#toggle span:after,
#toggle span:before {
    width: 100%;
    height: 2px;
    background-color: #ed1d24;
    transition: all 0.3s;
    backface-visibility: hidden;
    border-radius: 2px;
}

/* on activation */
#toggle.on span {
  background-color: transparent;
}
#toggle.on span:before {
  transform: rotate(45deg) translate(5px, 5px);
}
#toggle.on span:after {
  transform: rotate(-45deg) translate(7px, -8px);
}
#toggle.on + #menu {
  opacity: 1;
  visibility: visible;
}

/* menu appearance*/
#menu {
    position: fixed;
    color: #999;
    left: 0;
    top: 0;
    width: 100%;
    padding: 10px;
    text-align: center;
    background: #333;
    opacity: 0;
    visibility: hidden;
    transition: opacity .4s;
    z-index: 999;
}
#menu .menu-top-container li a {
    font-size: 14px;
}
#menu .menu-top-container {
    border-top: 2px solid #dddddd40;
    margin: 30px 0 0 0;
    padding: 25px 0 0 0;
}

.wpcf7-form .wpcf7-submit {
    width: 150px;
    background: #f76440;
    border: 0;
    color: #fff;
    font-size: 12px;
    padding: 4px 30px;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.emodal-title {
    font-family: 'Circe Light', sans-serif !important;
    margin: 10px 0 20px 0;
    width: 80%;
    line-height: 28px;
}
span.wpcf7-not-valid-tip {
    font-size: 10px !important;
    margin: -9px 0 0 0;
    text-align: right;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    display: block;
    font-size: 11px !important;
    line-height: 14px !important;
    background: #f7e702;
    padding: 7px 15px !important;
    margin: 0;
}
div.wpcf7-mail-sent-ok {
    display: block;
    margin: 0;
    background: #3a8e15;
    font-size: 11px;
    line-height: 15px;
    padding: 10px 15px;
    color: #fff;
}
.emodal-close {
    background: url(images/close.svg);
    background-size: contain;
    background-color: transparent !important;
    width: 40px;
    height: 40px;
    font-size: 0 !important;
    top: 10px !important;
    right: 10px !important;
}

.wpcf7-form input {
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    height: 38px;
    font-size: 12px;
    margin: 7px 0 4px 0;
    border: 0;
    background: #f1f1f1;
    padding: 6px 13px;
    width: 100%;
    border-radius: 0;
}
.wpcf7-form-control-wrap textarea {
    font-family: 'Montserrat', sans-serif; 
    font-weight: normal;
    border: 0;
    background: #f1f1f1;
    padding: 10px;
    font-size: 12px;
    font-weight: 400;
    width: 100%;
    margin: 7px 0 0 0;
    outline: none;
}
.wpcf7-form .wpcf7-submit {
    width: 150px;
    background: #01a2e8;
    border: 0;
    color: #fff;
    font-size: 12px;
    padding: 4px 30px;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.emodal-title {
    font-family: 'Circe Light', sans-serif !important;
    margin: 10px 0 20px 0;
    width: 80%;
    line-height: 28px;
}
.caption-wrap {
    display: none !important;
}
.icons-home {
    margin-top: 50px;
}
.icons-home p {
    text-align: center;
    padding: 5px 0;
    font-size: 16px;
}
.quote {
    max-width: 700px;
    margin: 50px auto 0 auto;
    border: 10px solid #f4f6fc;
    padding: 50px;
}
.icons-home img {
    max-width: 60px;
    margin: 20px auto;
    display: table;
}
.section-1 {
    margin-top: 100px;
}
.info .fas,
.info .far {
    font-size: 44px;
    margin: 20px auto 20px auto;
    display: table;
    color: #01a2e9;
    width: 120px;
    height: 120px;
    line-height: 120px;
    text-align: center;
    /* background: #01a2e9; */
    border-radius: 50%;
    border: 1px dashed;
    /* box-shadow: 7px -5px 0 #01a2e926; */
}
.info .item p {
    text-align: center;
    max-width: 130px;
    margin: 0 auto;
}
.services .item {
    background: #f3f3f3;
    width: 100%;
    display: block;
    height: 150px;
    margin: 0 0 30px 0;
    position: relative;
    overflow: hidden;
}

/**/
.my-double-slide .item{
    margin: 0 0 5px 0;
}

.montazh-page .item h4 span {
    font-size: 10px;
    border: 1px solid #6ac259;
    padding: 5px;
    color: #6ac259;
    margin: -10px 0 0 0;
}
.services .item:before {
    content: '';
    background: rgba(65, 65, 65, 0.55);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.services .item:hover:before {
    background: rgba(65, 65, 65, 0.35);
}
.services .teplovie-nasosi {
    background: url(images/montazh/teplovie-nasosi.jpg) no-repeat;
    background-size: cover;
}
.services .solnecnie-kollektora {
    background: url(images/montazh/solnecnie-kollektora.jpg) no-repeat;
    background-size: cover;
}
.services .teplovie-nasosi {
    background: url(images/montazh/teplovie-nasosi.jpg) no-repeat;
    background-size: cover;
}
.services .kotly {
    background: url(images/montazh/kotly.jpg) no-repeat;
    background-size: cover;
}
.services .teply-pol {
    background: url(images/montazh/teply-pol.jpg) no-repeat;
    background-size: cover;
}
.services .holodniy-potolok {
    background: url(images/montazh/holodniy-potolok.jpg) no-repeat;
    background-size: cover;
}
.services .radiatori {
    background: url(images/montazh/radiatori-i-konvektori.jpg) no-repeat;
    background-size: cover;
}
.services .fankoil {
    background: url(images/montazh/fankoil.jpg) no-repeat;
    background-size: cover;
}
.services .ventilacia {
    background: url(images/montazh/ventilacia.jpg) no-repeat;
    background-size: cover;
}
.services .nasosi {
    background: url(images/montazh/nasosi.jpg) no-repeat;
    background-size: cover;
}
.services .vodoprovod {
    background: url(images/montazh/kanalizatsia.jpg) no-repeat;
    background-size: cover;
}
.services .kanalizatsia {
    background: url(images/montazh/vodoprovod.jpg) no-repeat;
    background-size: cover;
}
.services .kondicionirovanie {
    background: url(images/montazh/kondicionirovanie.jpg) no-repeat;
    background-size: cover;
}
.services .sistemy-otopleniya {
    background: url(images/montazh/sistem-otopleniya.jpg) no-repeat;
    background-size: cover;
}
.services .kotelnye {
    background: url(images/montazh/kotelnye.jpg) no-repeat;
    background-size: cover;
}
.services .santehnika {
    background: url(images/montazh/santehnika.jpg) no-repeat;
    background-size: cover;
}
.services .dizajnerskie-radiatory {
    background: url(images/montazh/radiatori.jpg) no-repeat;
    background-size: cover;
}
.portfolio .item .text-1 {
    top: auto;
    bottom: 0;
    text-align: left;
    left: 0;
    background: rgba(51, 51, 51, 0.9);
    width: 100%;
    padding: 5px 10px;
    font-size: 11px;
    text-shadow: none;
    font-weight: normal;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.portfolio .item:before {
    content: '';
    background: rgba(65, 65, 65, 0.8);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    opacity: 0;
}
.portfolio .item:hover .text-1 {
    background: #01a2e8;
    padding: 10px 10px 10px 10px;
}
.portfolio .item:hover:before {
    opacity: 0;
}
.portfolio .item img {
    width: 100%;
}
.portfolio .item a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.services .bx-viewport .item .text-1 {
    position: absolute;
    bottom: 10px;
    left: 10%;
    top: auto;
    width: 80%;
    height: 43px;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    z-index: 2;
    color: #fff;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
    overflow: hidden;
}
.services .item .text-1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    z-index: 2;
    color: #fff;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}
.services .item .text-1 a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 64px 0;
    color: #fff;
}
.services .item .text-1 a:hover {
    background: #01a2e88c;
    text-decoration: none;
}
.item-icon {
    text-align: center;
    color: #01a2e9;
    min-height: 170px;
    background: #f9f9f9;
    padding: 10px 0;
    margin: 0 0 30px 0;
    -webkit-transition: all 150ms;
    -moz-transition: all 150ms;
    -ms-transition: all 150ms;
    -o-transition: all 150ms;
    transition: all 150ms;
}
.item-icon:hover {
    background: #333;
    color: #fff;
}
.item-icon .text-1 {
    font-size: 60px;
    font-weight: 500;
}
.item-icon .text-2 {
    font-weight: 500;
    padding: 0 40px;
    font-size: 16px;
}
.feedback-block {
    background: #01a2e9;
    padding: 40px;
    color: #fff;
    border-radius: 40px 0;
    margin: 50px auto 0 auto;
    max-width: 850px;
}
.back {
    background: #01a2e8;
    color: #fff;
    padding: 5px 10px;
    display: inline-block;
    margin: 20px 0 0 0;
}
.back:hover {
    color: #fff;
}
.single-post .single-post ul {
    list-style: disc;
    padding: 0 0 0 18px;
}
.single-post .single-post ul li {
	padding: 5px 0;
}
.single-post .title {
    font-size: 25px;
}
.btn {
    background: #01a2e8;
    color: #fff;
    border-radius: 0;
    margin: 15px 0;
}
.btn:hover {
    color: #fff;
    background: #22b6f7;
}
.btn.pdf {
    background: #01a2e8 url(images/pdf.svg) left 10px center no-repeat;
    background-size: 15px;
    padding: 7px 15px 7px 35px;
}
.btn.pdf:hover {
    background: #22b6f7 url(images/pdf.svg) left 10px center no-repeat;
    background-size: 15px;
    padding: 7px 15px 7px 35px;
}
.feedback-block .title {
    margin: 0 0 20px 0;
    text-align: center;
}
.feedback-block .wpcf7-form .wpcf7-submit {
    background: #fff;
    color: #333;
    margin: 20px auto 0 auto;
    display: block;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}
.feedback-block label {
    width: 50px;
    float: left;
}
.inputs {
    display: table;
    margin: 0 auto;
}
.inputs .wpcf7-form-control-wrap {
    float: left;
    margin: 0 15px;
}
.inputs .wpcf7-form-control-wrap input {
    opacity: .6;
}
.inputs .wpcf7-form-control-wrap input:focus {
    opacity: 1;
    color: #333;
}
.navigation .menu-nav-container .current-menu-item a {
    color: #ee1e25;
}
.partners img {
    max-width: 100%;
    height: auto;
}
.partners {
    margin-top: 50px;
    margin-bottom: 50px;
}
.partners .col-sm-3 {
    min-height: 270px;  
}
.partners .text-1 {
    color: #000;
    font-weight: bold;
    margin: 15px 0 7px 0;
}
.partners .text-2 {
    font-size: 12px;
    color: #9e9e9e;
}
.partners .text-2 p {
    line-height: initial;
    padding: 5px 0 0 0;
}
.montazh-page .example {
    margin-top: 30px;
}
.project-page .row .col-sm-4 .title,
.montazh-page .row .col-sm-4 .title {
    font-size: 25px;
    margin: 10px 0 25px 0;
}
.project-page .title span,
.montazh-page .title span {
    font-size: 16px;
    font-weight: normal;
}
.price-date .price {
    font-size: 17px;
    color: #ed1d23;
}
.price-date .date {
    margin-bottom: 20px;
    padding-top: 8px;
    font-size: 10px;
    border-left: 1px solid;
}
.price-date {
    font-weight: 500;
}
.project-page ul li,
.montazh-page ul li {
    background: url(images/checked.svg) left center no-repeat;
    background-size: 15px;
    padding: 6px 0 6px 25px;
}


.project-page .item,
.montazh-page .item {
    padding: 30px;
}


.project-page .item.grey,
.montazh-page .item.grey {
    background: #f9f9f9;
    margin-top: 60px;
}
.project-page .item.blue,
.montazh-page .item.blue {
    background: rgba(1, 162, 232, 0.15);
    margin-top: 30px;
}
.project-page .item.red,
.montazh-page .item.red {
    background: rgba(237, 29, 35, 0.06);
    margin-top: 40px;
}
.alignright {
    float: right;
    margin: 0 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 0 20px 20px 0;
}
.category-news .category-list .post-desc {
	height: auto;
    max-height: 120px;
}
.category-list img {
	max-width: 100%;
	height: auto;
}
.category-list h3 {
    font-size: 19px;
}
.category-list .post-desc {
    font-size: 12px;
    color: #6d6d6d;
    height: 120px;
    overflow: hidden;
    margin: 0 0 20px 0;
    position: relative;
}
.category-list .post-desc:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70px;
    z-index: 999;
    content: '';
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.category-list .post-more {
    background: #01a2e8;
    color: #fff;
    padding: 5px 10px;
    font-size: 12px;
}

.montazh-page .bxslider li {
    background: none;
    padding: 0;
}
.page-id-151 iframe {
	margin-top: 30px;
}
.page-id-151 h3 {
	margin-top: 40px;
}
.page-id-151 h3:after {
	content: '';
    width: 50px;
    height: 2px;
    background: #00a2e8;
    display: block;
    margin: 20px 0 20px 0;
}
.page-id-151 .single-page a {
	color: #333;
}
.page-id-2203 .single-page ul {
	list-style: disc;
	padding: 0px 0px 10px 20px;
}
.page-id-2203 .single-page ul li {
	padding: 5px 0;
}
.contact-works, .contact-mail, .phones {
	line-height: 25px;
	padding: 0 0 0 30px;
}
.contact-location {
	line-height: 25px;
	padding: 10px 0 10px 30px;
}
.contact-works {
	background: url(images/time.svg) left no-repeat;
	background-size: 20px;
}
.contact-mail {
	background: url(images/mail.svg) left no-repeat;
	background-size: 20px;
}
.phones {
	background: url(images/phones.svg) left no-repeat;
	background-size: 20px;
}
.contact-location {
	background: url(images/location.svg) left no-repeat;
	background-size: 20px;
}
.single-page-shop {
    max-width: 1600px;
}
#woof_widget-3 {
    border-right: 1px solid #ddd;
    padding: 0 40px 0 0;
    margin: 0 40px 0 0;
}
.woof_container_inner h4 {
    background: #01a2e8;
    color: #fff;
    padding: 10px 20px;
    font-size: 16px;
}
.widget-woof .woof_list label {
    padding-top: 7px;
    padding-bottom: 0px;
    line-height: 19px;
    font-weight: normal;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
    background-color: #ed1d24;
}
.single-page-shop .woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 16px;
    color: #01a2e8;
    line-height: 22px;
    margin: 0 0 10px 0;
}
.single-page-shop .woocommerce ul.products li.product .price {
    color: #ed1d24;
    font-size: 16px;
}
.single-page-shop .woocommerce a.button {
    color: #fff;
    background-color: #25cc41;
    font-weight: 500;
    font-size: 16px;
    padding: 10px 15px;
    box-shadow: 0 10px 10px rgba(37, 204, 65, 0.15);
}
.single-page-shop .woocommerce a.button:hover {
    color: #fff;
    background-color: #1bde3c;
    box-shadow: none;
}
.single-page-shop .woocommerce ul.products li.product,
.single-page-shop .woocommerce-page ul.products li.product {
    padding: 15px;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -ms-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}
.single-page-shop .woocommerce ul.products li.product:hover,
.single-page-shop .woocommerce-page ul.products li.product:hover {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 780px) {
    .services  .bx-wrapper .bx-controls-direction a {
        top: -40px;
    }
    .services  .bx-wrapper .bx-prev {
        left: 10px;
    }
    .services  .bx-wrapper .bx-next {
        right: 10px;
    }
    .inputs .wpcf7-form-control-wrap {
        float: none;
        margin: 0 auto;
    }
    .phones-list {
        margin: 0 auto;
        float: none;
    }
    .navigation {
        display: none;
    }
    .top {
        position: relative;
    }
    .header {
        margin: 0;
    }
    .location {
        margin: 20px 0;
        display: table;
        font-size: 11px;
    }
    .location i {
        font-size: 31px;
    }
    #searchform {
        display: none;
    }
    #searchform input[type="text"] {
        width: 180px;
    }
    .top-menu {
        display: none;
    }
    footer {
        background: #333;
        padding: 40px 0 30px 0;
    }
    #toggle {
        display: block;
    }
    .brands-list li {
        width: 50%;
    }
    .item-icon .text-1 {
        font-size: 35px;
    }
    .item-icon .text-2 {
        padding: 0 10px;
        font-size: 11px;
    }
    .item-icon {
        min-height: 120px;
    }
    .title {
        font-size: 30px;
    }
    .phones-list .callback {
        display: none;
    }
    .phones-list li a {
        font-size: 16px;
    }
    .phones-list li i {
        font-size: 18px;
    }
    .top {
        min-height: 38px;
    }
    footer {
        text-align: center;
    }
    .sendmail {
        cursor: pointer;
        margin: 20px auto;
    }
    .menu-footer {
        float: none;
        display: table;
        margin: 0 auto;
    }
    .menu-footer li {
        float: left;
        padding: 0 10px;
    }
    .socials {
        float: none;
        margin: 0 auto;
        display: table;
        text-align: center;
    }
    .social-list {
        float: none;
        margin: 10px auto 20px auto;
    }
    .project-page img,
    .montazh-page img {
        width: 100% !important;
        margin: 15px 0 !important;
    }
    .work>div {
        width: 100%;
    }
    .single-page img.size-full {
        width: 100%;
        height: auto;
    }
}

/* Custom */

.wpcf7-form .wpcf7-submit,
.phones-list .callback,
.btn {
	border-radius: 2px;
}

.emodal-title {
	font-size: 24px !important;
}

.wpcf7-form input {
	font-size: 14px;
}

.emodal-content .wpcf7-form .wpcf7-submit {
	margin: 20px auto 0;
	display: table;
}

.inputs .wpcf7-form-control-wrap input {opacity: 1; color: #333}

.wpcf7 form.sent .wpcf7-response-output {display: none !important;}

.phones-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: nowrap;
}

.phones-row .socials {
	margin: 0 !important;
	margin-right: 10px !important;
	float: none;
}

.phones-row .social-list {
	display: block;
	margin: 0;
	white-space: nowrap;
}

.phones-row .social-list li {
	float: none;
	display: inline-block;
	margin-right: 6px;
}

.phones-row .social-list li:last-child {margin-right: none;}

/* Proekt */

.row-project .item.grey,
.row-project .item.blue,
.row-project .item.red {
	margin-top: 0;
	height: 100%;
	
}

.project-page .item img {width: 100% !important; height: auto;}

.row-project {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
}


#posledstvia img {width: 100% !important; height: auto;}


.services .item .text-1 a {transition: all .3s ease-in-out;}


.portfolio .item a img {
	display: block;
	position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    object-fit: cover;
	filter: grayscale(100%);
	transition: all .3s ease-in-out;
}

.portfolio .item a:hover img {
	filter: grayscale(0%);
	transform: translate(-50%, -50%) scale(1.05, 1.05);
}

.services .bx-viewport .item .text-1 {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 80px;
}


.partners img {
	display: block;
	transition: all .3s ease-in-out;
	
}


.partners .post-img:hover img {
	transform:  scale(1.05, 1.05);
}


.post-article {
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-start;
}

.post-article__wrapper {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid rgba(0,0,0, .1);
}

.post-article__wrapper:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}

.post-article .post-desc:after {display: none;}

.post-article__content {
	flex: 1;
}

.post-article__thumbnail {
	display: block;
	position: relative;
	flex: none;
	margin-right: 30px;
	width: 250px;
	height: 180px;
}

.post-article__thumbnail img {
	display: block;
	position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    object-fit: cover;
	
}

/* Catalog */

.product img {
	display: block;
	
}

.product img {
	display: block;
	transition: all .3s ease-in-out;
	
}


li.product:hover img {
	transform:  scale(1.05, 1.05);
}

.woocommerce-loop-product__title {
	overflow: hidden;
display: flex;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
height: 32px;
	padding: 0;
	margin: 7px 0;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
	padding: 0 !important;
	margin: 7px 0;
}

.woocommerce ul.products li.product .price, .woocommerce ul.products li.product .price {
	font-size: 1.15em !important;
}

.woocommerce ul.products li.product .button:hover {
	background: #01a2e9;
	color: #fff;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
	font-size: 16px;
}

.breadcrumbs {
	margin: 20px 0;
}
.breadcrumbs__item {
	display: inline-block;
	position: relative;
	
}

.breadcrumbs__item:after {
	content: '-';
	
}

.breadcrumbs__item:last-child:after {
	display: none;
	
}

.breadcrumbs a {
	color: #01a2e9 !important;
}

.breadcrumbs .is-active {
	color: #000;
}

.navigation .menu-nav-container li a {padding: 10px;}


@media screen and (max-width: 700px) {
	.post-article {
		flex-wrap: wrap;
	}
	
	.post-article__thumbnail {
		width: 100%;
		height: auto;
		padding-top: 56.6%;
		margin-right:0;
		margin-bottom: 15px;
	}
	
}


@media screen and (max-width: 550px) {
	header .socials {
		display: none;
	}
	
}

.single-product .woocommerce div.product div.images img {
    display: block;
    width: auto;
    height: auto;
    box-shadow: none;
    max-height: 400px;
    margin: auto;
}
.single-product .woocommerce-product-gallery--with-images{
    border: 1px solid #6e6b6b63;
}
.single-product .related.products ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.single-product .related.products ul li{
    padding: 10px!important;
    border-radius: 6px;
    box-shadow: 0px 0px 8px #0000003d;
    text-align: center;
	overflow:hidden;
	margin: 10px!important;
    flex-grow: 1;
    display: flex;
    flex-wrap: wrap;
}
.single-product .related.products .shop-description-btn{
    margin-top: auto;
    margin-bottom: 0;
}
.single-product .breadcrumbs__list{
	padding:10px;
	background-color:#f4f6fc;
}
.single-product .title{
	font-weight: 800;
    letter-spacing: 1px;
}
.single-product .product_meta .posted_in{
  display:none;
}
.single-product .back{
	display:none;
}
.product-order-wrap{
    display: block;
    max-width: 400px;
}
.product-order-wrap .wpcf7-radio{
	margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
    justify-content: flex-start;
}
.product-order-wrap .wpcf7-radio input{
    height:27px;
}
.shop-description-btn{
    padding: 10px 25px;
    margin: auto;
    display: flex;
    justify-content: center;
    border: 1px solid;
	margin-top: 15px;
}
.products .woocommerce-loop-product__title{
    word-break: break-word;
    text-align: center;
    max-width: 240px;
    margin: auto!important;
}
.woocommerce nav.woocommerce-pagination ul li a, 
.woocommerce nav.woocommerce-pagination ul li span{
	font-size: 18px!important;
    padding: 15px!important;
}
.woocommerce ul.products li.product .price {
text-align:center;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
    color: #77a464;
    font-size: 1.75em!important;
 
}

.wpcf7-form .wpcf7-submit {
    width: auto;
    background: #01a2e8;
    border: 0;
    color: #fff;
    font-size: 13px;
    padding: 4px 15px;
    letter-spacing: 0px;
    text-transform: uppercase;
    min-width: 125px;
}

.wpcf7-spinner {
    display: none!important;
}

.wpcf7-form .wpcf7-submit.buyBtn {
    background: #1ec01b;
    margin-right: 20px;
}