/*
Theme Name: ceilingi
Version: 1.2
Description: Специально для сайта http://www.ceilingi.ru/
Author: Akara & LimLab
*/
@font-face {
    font-weight: normal;
    font-family: "Myriad Pro";
 
    src: url("fonts/MyriadProRegular.woff") format("woff");
}
@font-face {
    font-weight: bold;
    line-height: 1;
    font-family: "Myriad Pro";
 
    src: url("fonts/MyriadProBold.woff") format("woff");
}
/* reset */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
img,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
 
    font: inherit;
    font-size: 100%;
 
    border: 0;
 
    vertical-align: baseline;
}
body {
    line-height: 1;
 
    word-wrap: break-word;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: none;
    content: "";
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.clearfix:before,
.clearfix:after {
    display: table;
 
    line-height: 0;
 
    content: "";
}
.clearfix:after {
    clear: both;
}
body {
    font: normal 100%/1.25 "Myriad Pro", Arial, Helvetica, sans-serif;
 
    color: #585858;
}
.wrapper {
    width: 100%;
    margin: auto;
    max-width: 1040px;
}
/*
.wrapper {
    max-width: 1140px !important; 
    width: 100% !important;
    margin: 0 auto !important;
    padding: 0 20px !important;
    box-sizing: border-box !important;
}*/


/* sections */
.section {
    padding: 30px 0;
}
.section-white {
    padding: 60px 0 52px;
}
.section-green {
    color: #fff;
 
    background: #96bf33;
    padding-bottom: 60px;
}
.section-green-dark {
    padding: 40px 0 32px;
 
    color: #fff;
 
    background: #678816;
}
.section-gray {
    position: relative;
    z-index: 5;
 
    padding: 35px 0;
 
    color: #fff;
 
    background: #585858;
    overflow: hidden;
}
.section-gray:before,
.section-gray:after {
    position: absolute;
    z-index: -1;
 
    display: block;
    width: 480px;
    height: 550px;
 
    background: #5b5b5b;
    content: "";
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.section-gray:before {
    top: -200px;
    left: -15px;
}
.section-gray:after {
    top: 160px;
    right: -165px;
}
.section-light-gray {
    background: #f3f3f3;
    padding-bottom: 18px;
}
.section-main {
    position: relative;
 
    overflow: hidden;
}
.section-main:before,
.section-main:after {
    position: absolute;
    z-index: -5;
 
    display: block;
    width: 480px;
    height: 550px;
 
    background: #f7f8f4;
    content: "";
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.section-main:before {
    top: -212px;
    left: -16px;
}
.section-main:after {
    top: 150px;
    right: -165px;
}
.section-pullin {
    padding-bottom: 295px;
}
/* cols */
.cols {
    font-size: 0;
}
.col {
    display: inline-block;
 
    font-size: initial;
    text-align: initial;
 
    margin-left: 2.1277%;
    vertical-align: top;
}
.col:first-child {
    margin-left: 0;
}
.col2 {
    width: 14.893617021276595%;
}
.col3 {
    width: 23.404255319148938%;
}
.col4 {
    width: 31.914893617021278%;
}
.col4:nth-child(3n + 1) {
    margin-left: 0;
}
.col5 {
    width: 40.42553191489362%;
}
.col6 {
    width: 48.93617021276596%;
}
.col7 {
    width: 57.4468085106383%;
}
.col8 {
    width: 65.95744680851064%;
}
.col9 {
    width: 74.46808510638297%;
}
.col10 {
    width: 82.97872340425532%;
}
.col-center,
.col-center:first-child {
    display: block;
    margin: 0 auto;
}
.cols-pullout {
    position: relative;
    z-index: 50;
 
    margin: -300px 0 10px;
 
    color: #585858;
}
/* typography */
.page-title {
    font-weight: bold;
    font-size: 26px;
    font-size: 1.625rem;
    text-align: center;
    text-transform: uppercase;
 
    margin-bottom: 25px;
}
.page-title-yellow {
    color: #fff200;
}
.posts-list-title {
    display: block;
 
    font-weight: bold;
    font-size: 20px;
    font-size: 1.25rem;
    text-transform: none;
    text-decoration: none;
 
    color: #007ac2;
 
    margin-bottom: 10px;
}
.posts-list-title a {
    text-decoration: none;
 
    color: inherit;
}
.posts-col-title {
    display: block;
   /* height: 40px;*/
    margin: 20px 0 10px;
 
    font-weight: bold;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1;
    text-transform: none;
    text-decoration: none;
 
    color: #585858;
 
    overflow: hidden;
}
.posts-col-title a {
    text-decoration: inherit;
 
    color: inherit;
}
.gallery-title {
    display: block;
 
    font-weight: bold;
    font-size: 18px;
    font-size: 1.125rem;
    text-decoration: none;
 
    color: inherit;
 
    margin-top: 14px;
}
.form-title {
    font-weight: bold;
    font-size: 18px;
    font-size: 1.125rem;
    text-transform: uppercase;
    text-decoration: none;
 
    margin-bottom: 10px;
}
.widget-title {
    font-size: 26px;
    font-size: 1.625rem;
    text-align: center;
 
    margin-bottom: 20px;
}
.widget-title-big {
    margin: 54px 0 2px;
 
    font-weight: bold;
    font-size: 37px;
    font-size: 2.3125rem;
    line-height: 1.18;
    text-transform: uppercase;
 
    color: #007ac2;
}
.widget-green {
    line-height: 1.2;
 
    color: #585858;
}
.widget-green:first-child {
    margin: 0 0 60px;
}
.widget-green .btn {
    min-height: auto;
}
.widget-green .btn-title {
    font-size: 22px;
    font-size: 1.375rem;
}
.widget-green-full {
    font-size: 18px;
    font-size: 1.125rem;
}
.widget-green-full .btn {
    margin-top: 25px;
}
.s-h1,
.s-h2,
.s-h3,
.s-h4,
.s-h5,
.s-h6 {
    margin: 30px 0 10px;
 
    font-weight: bold;
}
.s-h1,
.s-h2 {
    text-transform: uppercase;
 
    color: #007ac2;
}
.s-h1 {
    font-size: 24px;
    font-size: 1.5rem;
}
.s-h2 {
    font-size: 20px;
    font-size: 1.25rem;
}
.s-h3 {
    font-size: 18px;
    font-size: 1.125rem;
}
.s-h4 {
    font-size: 16px;
    font-size: 1rem;
}
.s-h5 {
    font-size: 14px;
    font-size: 0.875rem;
}
.s-h6 {
    font-size: 12px;
    font-size: 0.75rem;
}
.s-table {
    width: 100%;
}
.s-th,
.s-td {
    padding: 15px 20px;
 
    text-align: center;
 
    border: 1px solid currentcolor;
 
    vertical-align: middle;
}
.s-td:first-child {
    font-weight: bold;
    text-align: left;
    text-transform: uppercase;
}
.s-th {
    font-weight: bold;
    text-transform: uppercase;
 
    background: #c9c9c9;
}
.s-p {
    margin-bottom: 16px;
}
.s-ul {
    margin: 30px 0 30px 14px;
}
.s-ul .s-li {
    position: relative;
 
    margin: 10px 0;
    padding: 0 0 0 19px;
}
.s-ul .s-li:before {
    position: absolute;
    top: 7px;
    left: 0;
 
    display: block;
    width: 4px;
    height: 4px;
 
    border: 1px solid #96bf33;
 
    content: "";
}
.s-ol {
    margin: 30px 0 30px 14px;
    padding: 0 0 0 14px;
}
.s-ol .s-li {
    margin: 10px 0;
    padding: 0 0 0 4px;
 
    list-style: decimal outside;
}
.s-a {
    color: inherit;
}
.s-a:hover {
    text-decoration: none;
 
    color: #96bf33;
}
.table-wrap {
    margin-bottom: 30px;
    overflow-x: auto;
    overflow-y: auto;
}
/* post-content */
.post-content {
    margin: 42px 0 0;
}
.post-single-title {
    font-weight: bold;
    font-size: 24px;
    font-size: 1.5rem;
 
    color: #007ac2;
 
    margin-bottom: 16px;
}
.col-gallery {
    font-size: 0;
 
    margin-bottom: 22px;
}
/* posts-list */
.posts-list-item {
    padding: 31px 0;
 
    border-bottom: 1px solid currentcolor;
}
.posts-list-item:first-child {
    padding-top: 0;
}
.posts-list-text {
    line-height: 1.2;
}
.posts-list-footer {
    margin: 30px 0 0;
}
.posts-list-footer-text {
    margin: 0 8px 0 14px;
 
    font-weight: bold;
}
/* posts-cols */
.posts-cols {
    border-bottom: 1px solid currentcolor;
}
.posts-col {
    margin-bottom: 36px;
}
.posts-col-text {
    line-height: 1.2;
}
.posts-col-footer {
    margin-top: 15px;
}
.posts-col-date {
    margin: 9px 0 0;
 
    font-weight: bold;
    line-height: 23px;
}
/* header */
.header {
    position: relative;
 
    padding: 18px 0 0;
}
/* footer */
.footer {
    font-size: 14px;
    font-size: 0.875rem;
 
    min-height: 100px;
}
.footer p {
    margin: 0 0 10px;
}
.footer a {
    color: #fff;
}
.footer .copyright {
    margin: 12px 120px 0 0;
 
    max-width: 320px;
}
/* logo */
.logo {
    display: block;
    width: 152px;
    height: 72px;
 
    background: url("img/logo.png") no-repeat;
    text-indent: -9999px;
}
/* nav */
.nav {
    text-align: justify;
 
    margin-top: 25px;
}
.nav:after {
    display: inline-block;
    width: 100%;
    height: 0;
 
    content: "";
    overflow: hidden;
    visibility: hidden;
}
.nav li {
    display: inline-block;
}
.nav a,
.nav span {
    display: block;
 
    font-size: 18px;
    font-size: 1.125rem;
    text-transform: uppercase;
    text-decoration: none;
 
    color: inherit;
}
.nav a:hover,
.nav span {
    color: #96bf33;
}
.nav li:first-child a,
.nav li:first-child span {
    margin-left: 0;
}
/* toggle-switch */
.toggle-switch {
    position: absolute;
    top: 18px;
    right: 0;
 
    display: none;
    width: 30px;
    height: 20px;
 
    border-radius: 2px;
 
    cursor: pointer;
}
.toggle-switch span {
    position: absolute;
    top: 8px;
    right: 0;
    left: 0;
 
    display: block;
    height: 4px;
 
    background: #96bf33;
}
.toggle-switch span:after,
.toggle-switch span:before {
    position: absolute;
    left: 0;
 
    display: block;
    width: 100%;
    height: 4px;
 
    background: #96bf33;
    content: "";
}
.toggle-switch span:before {
    top: -8px;
}
.toggle-switch span:after {
    bottom: -8px;
}
/* crumbs  */
.crumbs {
    margin: 7px 0 25px;
 
    font-style: italic;
    font-size: 12px;
    font-size: 0.75rem;
}
.crumbs a {
    color: #a3a3a3;
}
.crumbs a:hover {
    color: #96bf33;
}
.crumbs .current {
    color: #96bf33;
}
.crumbs .sep {
    margin: 0 7px;
}
/* navigation */
.navigation {
    margin: 35px 0;
 
    font-weight: bold;
    text-align: center;
}
.navigation a,
.navigation span {
    display: inline-block;
    height: 35px;
 
    line-height: 35px;
    text-decoration: none;
 
    color: #585858;
    border-radius: 3px;
 
    min-width: 35px;
}
.navigation a:hover {
    color: #96bf33;
}
.navigation .current {
    background: #96bf33;
}
/* services */
.services {
    margin: 82px 0 30px;
}
/* map */
.map {
    margin: 0 0 46px;
 
    border-top: 6px solid #96bf33;
}
/* page-list */
.page-list {
    margin: 0 0 0 140px;
}
.page-list li {
    position: relative;
    width: 48%;
    display: inline-block;
    vertical-align: top;
    margin: 7px 0;
    padding: 0 0 0 19px;
    box-sizing: border-box;
}
.page-list li a {
    text-decoration: none;
 
    color: inherit;
}
.page-list li a:hover {
    color: #96bf33;
}
.page-list li:before {
    position: absolute;
    top: 7px;
    left: 0;
 
    display: block;
    width: 4px;
    height: 4px;
 
    border: 1px solid #96bf33;
 
    content: "";
}

/* contacts */
.contacts {
    margin-top: -5px;
}
.contacts-cols {
    margin: 23px 0;
 
    text-align: center;
}
.contacts-item {
    position: relative;
 
    margin: 7px 0 28px;
    padding: 0 0 0 33px;
}
.contacts-item a {
    text-decoration: none;
 
    color: inherit;
}
.contacts-item .ico {
    position: absolute;
    top: 0;
    left: -20px;
}
.contacts-phone {
    font-weight: bold;
    font-size: 20px;
    font-size: 1.25rem;
}
.phone {
    font-weight: bold;
    font-size: 24px;
    font-size: 1.5rem;
    text-transform: uppercase;
    text-decoration: none;
 
    color: #007ac2;
 
    margin-left: 30px;
}
.phone-link {
    font-weight: bold;
    font-size: 14px;
    font-size: 0.875rem;
    text-transform: uppercase;
    text-decoration: none;
 
    color: #585858;
}
/* review */
.review-text {
    position: relative;
 
    height: 167px;
    margin: 0 0 51px;
    padding: 30px 20px;
 
    border: 3px solid #a0c547;
    border-radius: 10px;
 
    box-sizing: border-box;
}
.review-text:before,
.review-text:after {
    position: absolute;
    top: 100%;
 
    display: block;
 
    border-left: 0 solid transparent;
    content: "";
}
.review-text:after {
    left: 61px;
 
    border-right: 24px solid transparent;
    border-top: 34px solid #678816;
}
.review-text:before {
    left: 58px;
 
    border-right: 31px solid transparent;
    border-top: 42px solid #a0c547;
}
.review-author {
    font-weight: bold;
    font-size: 20px;
    font-size: 1.25rem;
 
    margin-left: 27px;
}
.comment-body {
    position: relative;
 
    margin: 0 0 24px;
    padding: 20px 0;
 
    border-bottom: 1px solid currentcolor;
}
.comment-body:before {
    position: absolute;
    top: 12px;
    left: 0;
    z-index: -1;
 
    display: block;
    width: 69px;
    height: 53px;
 
    background: url("img/sprites.png") no-repeat;
    background-position: -89px -162px;
    content: "";
}
.comment-author {
    font-weight: bold;
    font-size: 20px;
    font-size: 1.25rem;
}
.comment-date {
    font-size: 16px;
    font-size: 1rem;
 
    color: #96bf33;
}
.comment-meta {
    margin-top: 20px;
}
/* icons */
.ico {
    display: inline-block;
 
    background: url("img/sprites.png") no-repeat;
    vertical-align: middle;
}
.ico-home {
    width: 26px;
    height: 21px;
 
    background-position: -99px -225px;
}
.ico-phone-small {
    width: 13px;
    height: 16px;
	
    background-position: -132px -231px;
    margin-right: 0px;
}
.ico-phone {
    width: 21px;
    height: 25px;
 
    background-position: -134px 0;
}
.ico-calendar {
    width: 24px;
    height: 23px;
 
    background-position: -101px 0;
    margin-right: 10px;
}
.ico-clock {
    width: 27px;
    height: 26px;
 
    background-position: -101px -28px;
}
.ico-map {
    width: 23px;
    height: 31px;
 
    background-position: -134px -36px;
}
.ico-mail {
    width: 27px;
    height: 20px;
 
    background-position: -101px -59px;
}
.ico-quote {
    width: 69px;
    height: 53px;
 
    background-position: -88px -93px;
}
.ico-quote-gray {
    width: 69px;
    height: 53px;
 
    background-position: -89px -162px;
}
.ico-calc {
    width: 82px;
    height: 82px;
}
.ico-calc2 {
    width: 70px;
    height: 69px;
 
    background-position: 0 -94px;
}
.ico-calc3 {
    width: 84px;
    height: 69px;
 
    background-position: 0 -177px;
}
.ico-top {
    width: 26px;
    height: 16px;
 
    background-position: -153px -230px;
}
.ico-social {
    line-height: 44px;
    text-align: center;
}
.ico-social-fb {
    width: 13px;
    height: 27px;
 
    background-position: -181px -94px;
}
.ico-social-in {
    width: 25px;
    height: 26px;
 
    background-position: -169px -58px;
}
.ico-social-vk {
    width: 31px;
    height: 18px;
 
    background-position: -163px 0;
}
.ico-social-gp {
    width: 29px;
    height: 26px;
 
    background-position: -165px -28px;
}

.ico-phone-m {
    width: 16px;
    height: 19px;
 
    background-position: -134px 0;
}

.ico-map-m {
    width: 17px;
    height: 23px;
 
    background-position: -134px -36px;
}
.ico-mail-m {
    width: 20px;
    height: 15px;
 
    background-position: -101px -59px;
}



/* btn */
.btn {
    display: inline-block;
    height: 40px;
    padding: 15px 21px;
 
    font-weight: bold;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
 
    color: #fff;
    border: 0;
    border-radius: 5px;
 
    background: #96bf33;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-transition: background 0.5s ease-in-out;
    transition: background 0.5s ease-in-out;
    vertical-align: middle;
}
.btn:hover {
    background: #414141;
}
.btn:active,
.btn:focus {
    background: #191919;
}
.btn-dark {
    background: #678816;
}
.btn-blue {
    color: #fff200;
 
    background: #007ac2;
}
.btn-blue:hover {
    background: #0065a2;
}
.btn-blue:active,
.btn-blue:focus {
    background: #00477d;
}
.btn-yellow {
    color: #007ac2;
 
    background: #fff200;
}
.btn-yellow:hover {
    background: #ffe400;
}
.btn-yellow:active,
.btn-yellow:focus {
    background: #ffcc00;
}
.btn-yellow .btn-text {
    color: #585858;
}
.btn-green {
    color: #fff200;
 
    background: #96bf33;
}
.btn-green:hover {
    background: #7da618;
}
.btn-green:active,
.btn-green:focus {
    background: #678816;
}
.btn-back {
    margin-top: 20px;
}
.btn-border {
    padding: 13px 21px;
 
    border: 2px solid currentcolor;
 
    background: transparent;
}
.btn-border-green {
    display: inline;
    padding: 6px 29px 3px;
 
    text-transform: none;
 
    color: #96bf33;
    border: 2px solid currentcolor;
 
    background: transparent;
    cursor: auto;
    vertical-align: baseline;
}
.btn-border-green:hover,
.btn-border-green:active {
    background: inherit;
}
.btn-circle {
    width: 44px;
    height: 44px;
    padding: 0;
 
    line-height: 44px;
 
    border-radius: 100px;
}
.btn-circle-big {
    width: 56px;
    height: 56px;
    padding: 0;
 
    line-height: 56px;
 
    border-radius: 100px;
 
    box-shadow: 0 8px 10px rgba(0, 0, 0, 0.5);
}
.btn-big {
    width: 100%;
    height: auto;
 
    text-align: left;
 
    border-radius: 12px;
 
    min-height: 137px;
}
.btn-title {
    font-size: 23px;
    font-size: 1.4375rem;
 
    color: inherit;
 
    margin-bottom: 5px;
}
.btn-text {
    font-weight: normal;
    font-size: 14px;
    font-size: 0.875rem;
    text-transform: none;
 
    color: #fff;
 
    overflow: hidden;
}
/* to-top */
#to-top {
    position: fixed;
    right: 60px;
    bottom: 50px;
    z-index: 99999;
 
    display: none;
}
/* label */
.label {
    display: block;
 
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1;
 
    margin-bottom: 4px;
}
/* field */
.field {
    width: 100%;
    height: 31px;
    padding: 0 12px;
 
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 31px;
    font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
 
    color: #585858;
    border: 1px solid #e1e1e1;
    border-radius: 2px;
 
    box-sizing: border-box;
}
.ninja-forms-all-fields-wrap .field-wrap {
    margin-bottom: 7px;
}
.comment-text-field {
    height: 92px !important;
}
.calculator-field {
    height: 30px;
    padding: 0 5px;
 
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 30px;
 
    background: #f7f6ec;
}

/*   тут заданы размеры поля ввода и звездочки в форме  */

.label-right .field-wrap {
     width: 100% !important;; 
}

.label-right .nf-field-element {
    width: 100% !important;   /* ← поле занимает 100% */
	
}
.label-right .nf-field-label {
    width: 5% !important;   /* ← звёздочка занимает 10% */
	margin-left: -25px;
}

.nf-form-fields-required {
	padding-bottom: 20px;
}
/* поле с текстом о законе*/
.label-right .nf-field-description {
    margin-right: 0% !important;
    order: 15;
}

.label-right .checkbox-wrap .nf-field-element {
    width: 49px !important;
}

.nf-field-label .nf-label-span, .nf-field-label label {
	width: 100% !important;
    font-weight: 600;
    margin: 0 0 20px 0;
    padding: 0;
}

.zakon {
	font-size: 12px;
}

.nf-form-fields-required {
	font-size: 12px;
}
/* тут скрываем подписи к полям формы на сайте, чтоб оставить подписи в письме*/
#nf-label-field-5, #nf-label-field-7, #nf-label-field-11, #nf-label-field-15, #nf-label-field-16 {
    visibility: hidden;
    height: 0;
    margin: 0;
    padding: 0;
    line-height: 0;
    overflow: hidden;
}

#nf-label-field-5 .ninja-forms-req-symbol,
#nf-label-field-7 .ninja-forms-req-symbol,
#nf-label-field-11 .ninja-forms-req-symbol,
#nf-label-field-15 .ninja-forms-req-symbol, 
#nf-label-field-16 .ninja-forms-req-symbol {
    visibility: visible;
}


/* social icons */
.social-icons {
    margin: 10px 0 0;
 
    font-size: 0;
}
.social-icons-item {
    margin-left: 15px;
}
.social-icons-item:first-child {
    margin-left: 0;
}
/* img */
img {
    height: auto;
 
    box-sizing: border-box;
    max-width: 100%;
}
.thumb {
    border: 2px solid #bebebe;
}
.alignleft {
    float: left;
 
    margin-right: 20px;
}
.alignright {
    float: right;
 
    margin-left: 20px;
}
.aligncenter {
    display: block;
    margin: auto;
 
    text-align: center;
}
/* form-item */
.form-item {
    margin: 0 0 10px;
}
/* form-calculator */
.form-calculator {
    margin: auto;
    padding: 18px;
 
    color: #585858;
    border-radius: 10px;
 
    background: #678816;
    max-width: 780px;
}
.form-calculator-fieldset {
    border: 1px solid #d4cf98;
    border-radius: 10px;
 
    background: #efeab3;
    margin-top: 18px;
}
.form-calculator-fieldset:first-child {
    margin-top: 0;
}
.form-calculator-title {
    margin: -1px -1px 10px;
    padding: 14px 13px 10px;
 
    font-weight: bold;
    font-size: 14px;
    font-size: 0.875rem;
    text-transform: uppercase;
 
    color: #fff;
    border-radius: 10px;
 
    background: #96bf33;
}
.form-calculator-item {
    margin: 0 13px 7px;
}
.form-calculator-result {
    position: relative;
 
    padding: 0 0 0 97px;
 
    line-height: 52px;
 
    margin-top: 15px;
}
.form-calculator-result-title {
    position: absolute;
    top: 15px;
    left: 0;
 
    width: 86px;
 
    font-weight: bold;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.2;
    text-transform: uppercase;
 
    color: #fff;
}
.form-calculator-result-total {
    display: block;
    width: 100%;
    height: 52px;
 
    font-size: 24px;
    font-size: 1.5rem;
    text-align: center;
 
    border: 0;
    border-radius: 10px;
 
    background: #fff200;
}
.post-single .form-calculator {
    margin-bottom: 40px;
}
.col-form {
    width: 48.51485148514851%;
 
    margin-left: 2.7778%;
}
/* main-slider */
#main-slider {
    position: relative;
 
    font-size: 0;
}
#main-slider .slides > li {
    display: none;
 
    overflow: hidden;
}
#main-slider .slides > li:first-child {
    display: block;
}
#main-slider .slides li {
    position: relative;
}
#main-slider img {
    position: relative;
    z-index: 0;
}
#main-slider .slide-wrapper {
    position: absolute;
    top: 0;
    left: 0;
 
    width: 100%;
    height: 100%;
 
    font-size: initial;
    text-align: center;
 
    box-sizing: border-box;
}
#main-slider .slide-wrapper:before {
    display: inline-block;
    width: 1%;
    height: 100%;
 
    content: " ";
    vertical-align: middle;
}
#main-slider .slide-inner {
    display: inline-block;
 
    color: #fff;
 
    box-sizing: border-box;
    vertical-align: middle;
}
#main-slider img {
    max-width: none;
}
#main-slider .slide-content {
    margin: 50px 0 40px;
 
    text-transform: uppercase;
}
#main-slider .slide-content p {
    margin: 0 0 8px;
}
/* carousel */
.carousel .slides > li {
    display: none;
 
    overflow: hidden;
}
.carousel .slides > li:nth-child(1),
.carousel .slides > li:nth-child(2) {
    display: inline-block;
    width: 49.7%;
}
.carousel .flex-control-nav {
    width: 100%;
 
    font-size: 0;
    text-align: center;
 
    margin-top: 24px;
}
.carousel .flex-control-nav li {
    display: inline-block;
}
.carousel .flex-control-nav a {
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 6px;
 
    border: 2px solid #96bf33;
    border-radius: 30px;
 
    background: #96bf33;
    box-sizing: border-box;
    text-indent: -9999px;
}
.carousel .flex-control-nav .flex-active {
    background: #fff200;
}
.post-single .carousel {
    margin: 23px 0;
}
.katalog {
    display: inline-block;
    width: 100%;
}
.katalog-vnesh {
    float: left;
    width: 25%;
	    padding: 10px;
    box-sizing: border-box;
}
.katalog-vytr img {
    border-radius: 100%;
}
.katalog-vytr p {
    text-align: center;
    padding-top: 10px;
	height: 44px;
}
.katalog-vytr a {
    color: #333;
}
.col-md-6.zavavka-pod-right.falkas {
    float: left;
    width: 50%;
}
.col-md-6.zavavka-pod-left {
    width: 50%;
    float: left;
}
.zavavka-pod {
    background-image: url(/35.jpg);
    background-size: cover;
    background-position: center;
    display: inline-block;
    width: 100%;
}

.zavavka-pod-ten {
    overflow: hidden;
    background: #0000009e;
    color: #fff;
    padding: 30px;
}
p.zavavka-pod-left-zag {
        font-size: 26px;
    font-weight: bold;
    margin-bottom: 30px;
}
p.zavavka-pod-left-zag2 {
    font-size: 19px;
    margin-bottom: 30px;
	padding: 0 20px 0 10px;
}
p.zavavka-pod-left-zag3 {
    font-size: 19px;
    margin-bottom: 20px;
	padding: 0 20px 0 10px;
}
p.zavavka-pod-left-zag4 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 0;
}
p.zavavka-pod-left-zag5 {
    margin-bottom: 0;
    font-size: 30px;
    color: #96bf33;
    font-weight: bold;
}
.col-md-6.zavavka-pod-left {
    text-align: center;
}
.zavavka-pod-right.falkas {
    padding: 36px 36px;
    background: #ffffff61;
    box-sizing: border-box;
}
.nashi-uslug-vnytr-zauav-fotm input {
    height: 42px!important;
    width: 93%!important;
}

.zavavka-pod-right p {
    color: #fff;
    font-size: 14px;
    margin-bottom: 0;
    margin-top: 10px;
}
@media only screen and (max-width: 950px) {
    .wrapper {
        width: 96%;
    }
    .widget-title-big {
        font-size: 30px;
        font-size: 1.875rem;
    }
    .section-main {
        overflow: visible;
    }
    .section-main:after,
    .section-main:before,
    .section-gray:after,
    .section-gray:before {
        display: none;
    }
    .toggle-switch {
        display: block;
    }
    .contacts {
        margin-top: 40px;
    }
    .nav {
        position: absolute;
        top: 50px;
        right: 0;
        z-index: 9999;
 
        display: none;
 
        border: 2px solid #96bf33;
 
        background: #fff;
        margin-top: 0;
        min-width: 300px;
    }
    .nav li {
        display: block;
    }
    .nav a,
    .nav span {
        display: block;
        padding: 10px;
    }
    .nav a:hover,
    .nav span {
        color: #fff;
 
        background: #96bf33;
    }
    .nav:after {
        display: none;
    }
    #to-top {
        right: 20px;
        bottom: 20px;
 
        opacity: 0.5;
    }
    #to-top:hover {
        opacity: 1;
    }
}
@media only screen and (max-width: 800px) {
    .col4,
    .col5,
    .col7,
    .col10 {
        display: block;
        width: 100%;
 
        margin-left: 0;
    }
    .col4 {
        margin-bottom: 30px;
    }
    .widget-title-big {
        margin-top: 0;
    }
    .cols-pullout {
        margin-top: -150px;
    }
    .section-pullin {
        padding-bottom: 150px;
    }
    .widget-green .form-calculator {
        margin-top: 30px;
    }
    .news-item img {
        float: left;
 
        margin-right: 20px;
    }
    .posts-col {
        display: inline-block;
        width: 48.93617021276596%;
 
        margin-left: 2.1277%;
    }
    .posts-col:nth-child(3n + 1) {
        margin-left: 2.1277%;
    }
    .posts-col:nth-child(2n + 1) {
        margin-left: 0;
    }
    .contacts-item .ico {
        left: 0;
    }
    .footer .alignleft,
    .footer .alignright {
        float: none;
        margin: 0 0 40px;
 
        text-align: center;
    }
}
@media only screen and (max-width: 690px) {
    .col3,
    .col9 {
        display: block;
        width: 100%;
 
        margin-left: 0;
    }
    .logo {
        margin: auto;
    }
    .header .ico-home {
        position: absolute;
        top: 18px;
        left: 0;
    }
    .header .alignleft,
    .header .alignright {
        float: none;
    }
    .contacts {
        margin:0 auto;
        
    }
    .phone-link,
    .phone {
        display: block;
        margin:0 auto;
		
    }
  /*  .phone-link {
       display: flex; justify-content: center; align-items: center;
    }
	.wts-link,
	.wts{
		display: block;
        margin:0 auto;
		
	}
	.wts-link {
		display: flex; justify-content: center; align-items: center;
	}
	.datetime{
		display: flex; justify-content: center; align-items: center;
	}
*/	
    .section-pullin {
        padding: 30px;
    }
    .cols-pullout {
        margin-top: 0;
    }
    .widget-green,
    .widget-title-big {
        color: #fff;
    }
}
@media only screen and (max-width: 600px) {
    .news-item img,
    .posts-list-item img {
        float: none;
        margin: 0 auto 10px;
    }
    .posts-col,
    .col-form {
        display: block;
        width: 100%;
 
        margin-left: 0;
    }
    .form-calculator {
        position: relative;
 
        padding-bottom: 70px;
    }
    .form-calculator-result {
        position: absolute;
        bottom: 18px;
        left: 0;
 
        width: 100%;
        padding: 0 18px 0 115px;
 
        box-sizing: border-box;
    }
    .form-calculator-result-title {
        left: 18px;
    }
    .form-calculator-fieldset {
        margin-bottom: 18px;
        margin-top: 0;
    }
    #main-slider .page-title {
        display: none;
    }
    #main-slider .slide-content {
        margin-top: 0;
    }
	.katalog-vnesh {
    width: 50%;
	}
}
a.phone-link {
    display: block;
}
.alignright {
    max-width: 232px;
    text-align: center;
}
.contacts.aligncenter {
    max-width: 400px;
    float: left;
    display: inline-block;
}
.contacts.aligncenter .contacts-item {
   /* max-width: 184px;*/
    float: left;
    display: inline-block;
}
.contacts.aligncenter   .contacts-item {
    position: relative;
    margin: 0px 0 0px;
    padding: 0 0 0 16px;
    text-align: left;

}
.contacts.aligncenter .contacts-item .ico {
    position: absolute;
    top: 0;
    left: -14px;
}
.contacts-item.datetime {
    /*min-width: 90px;
    width: auto;*/
     max-width: 100px;
     top: 10px;
}
.contacts-item.address {
     max-width: 160px; 
     top: 10px; 
	 right :0px;
	
}
.contacts-item.zvonok {
     max-width: 200px;
	 top: 20px;
	 left: 44px;
	 /*min-width: 200px;*/  
}
@media only screen and (max-width: 908px) {
	
.contacts.aligncenter {
    max-width: 200px;
    position: relative;
    display: inline-block;
    top: 0; 
	left: 0;
}	

	
a.phone-link {
    display: inline-block;
}
.alignright {
    max-width: 100%;
        float: left;
}
}
@media only screen and (max-width: 690px) {

.contacts.aligncenter {
    /*max-width: 200px;
    position: relative; 
	position: absolute;*/
    /*display: inline-block;
    margin:0 auto; 
    display: block;*/
	max-width: 100%;
    clear: left;
}	

	
.contacts.aligncenter {
  margin-left: 18%; 
	
}
.header .alignright {
        max-width: 100%;
        clear: left;
}
a.phone-link {
    display: inline-block;
}
.phone-link {
     margin-top: 0px;
     margin-bottom: 40px; 
}
a.wts-link {
    display: inline-block;
}
.wts-link {
     margin-top: -10px;
     margin-bottom: 10px; 
}
.alignright {
    max-width: 100%;
}
.contacts-item.datetime {
       max-width: 150px;
       	 
}
.contacts-item.datetime-txt{
       margin-top: 10px;
	 
}		
}

.katalog-vytr {
    float: left;
    width: 25%;
    padding: 10px;

}
.katalog-text {
    float: left;
    width: 70%;
    padding: 10px;
    box-sizing: border-box;
}
.katalog-vnesh {
    float: left;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}
@media only screen and (max-width: 800px){
.footer .alignleft, .footer .alignright {
    max-width: 100%;
    float: left;
    text-align: left;
}
}
span.prise {
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    padding: 25px 0  0;
}
.s-div.prise {
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    padding: 10px 0 10px 0;
    color: #96bf33;
}
 div#carousel-post ul.flex-direction-nav{
    display: none;
}
div#carousel-post img {
    height: auto;
    max-width: 300px;
}
.review-text-img, .review-title {
    display: inline-block;
    float: left;
}
.promotion {
    float: right;
    display: block;
    padding-left: 36px;
    background: url(img/logo-pdg.png) left center no-repeat;
    margin-top: 20px;
}
.katalog-vnesh {
    width: 50%;
}
.katalog-vnesh:nth-child(even ) {
    clear: right;

}
.katalog-vnesh:nth-child(odd ) {
        clear: left;
}
.cler{
    clear: both;

}
h2.page-title {
    clear: both;
}


.wrapper {
    clear: left;
}

.katalog-right {
    float: right;
    max-width: 425px;
    height: auto;
    position: relative;
    display: inline-block;
    padding: 10px;
    width: auto;
}
.katalog-right h3.s-h3 {
    text-align: center;
}
.section-green-dark .textwidget h3.s-h3 {
    text-align: center;
    padding-bottom: 15px;
}
div#carousel-post {
    clear: right;
}
div#slider-news .col.col4.news-item {
    width: 280px;
    margin: 0;
    padding: 0;
}
div#slider-news.carousel .slides > li:nth-child(1), div#slider-news.carousel .slides > li:nth-child(2) {
    display: inline-block;
    width: 31%;
}

.katalog-text {
    text-align: justify;
    font-size: 14px;
}
.form-order {
    background: white;
    color: black;
    padding: 23px;
}
.katalog-title a  {
    font-size: 18px;
    color: black;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    padding-bottom: 15px;
    text-align: left;
}
div#fancy_div {
    background: #FFF;
    color: #000;
    height: 100%;
    width: 100%;
    z-index: 100;
}
div#fancy_inner {
    height: auto;
}

/* красивый список */

.promo-list {
    counter-reset: myCounter;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.promo-list li.s-li {
    list-style: none;
    padding: 18px;
    margin: 0;
    position: relative;
    z-index: 1;
    width: 31.91489%;
    margin-bottom: 0px;
    margin-left: 2.12766%;
    min-height: 180px;
    background-color: #FFFFFF;
    box-sizing: border-box;
    border: 1px solid lightgray;
}

.promo-list li:nth-child(3n + 1) {
    margin-left: 0;
}
.promo-list li:before {
    counter-increment: myCounter;
    content:counter(myCounter);
    
    position: absolute;
    bottom: -15px;
    left: 182px;
    z-index: -1;
    color: #81d5ff;
    font-size: 156px;
    font-weight: bold;
    line-height: 1;

}

h3.s-h3 {
	margin-top: 5px;
	color: #96BF33;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
}

@media only screen and (max-width: 600px) {
.promo-list { display: block; }
.promo-list li.s-li {width: 96%; margin: 3px;}
}

/*---kat-cent-----*/
.kat {
    position: relative;
	/*display: inline-block;*/
	margin-bottom: 16px;
}


.kat img {
    height: 299px;
    width: 299px;
	margin: auto; 
    display: block;
}
.kat .kat-cent {
	position: absolute;
	top: 0;
    bottom: 0;
    left: 0;
    right: 0;
	display: flex; 
    vertical-align: middle; 
    flex-direction: column; 
    justify-content: center;
    text-align:center;/* выравниваем текст по центру по горизонтали */
    padding: 22px;/* убираем внутренние отступы, если они есть */
	color:#FFFFFF!important;
	text-shadow: 1px 0 1px #000, 
                 0 1px 1px #000, 
                 -1px 0 1px #000, 
                 0 -1px 1px #000;
    font-size: 36px;
    
}
.kat-cent a {	
	font-weight: 600;
    text-transform: uppercase;
	color:#FFFFFF!important;
	text-shadow: 1px 0 1px #000, 
                 0 1px 1px #000, 
                 -1px 0 1px #000, 
                 0 -1px 1px #000;
}


.wts {
	/*padding:0 40px 0 20px;*/
	top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

/*.wrapper {
    max-width: 100% !important; /* Растягиваем на весь экран */
    width: 100% !important;
    padding: 0 20px; /* Отступы по бокам */
    box-sizing: border-box;
}*/

/* Убираем маркеры списков только в слайдере */
#main-slider ul.slides ul,
#main-slider ul.slides li,
#main-slider .slide-content ul,
#main-slider .slide-content li {
    list-style: none !important;
    list-style-type: none !important;
    background-image: none !important;
    padding-left: 0 !important;
    margin-left: 0 !important;
}

#main-slider ul.slides li::before,
#main-slider ul.slides li::after,
#main-slider .slide-content li::before,
#main-slider .slide-content li::after {
    display: none !important;
    content: none !important;
    background: none !important;
}