/*!
Theme Name: aqua-theme
Theme URI: https://aquahouse-ufa.ru
Author: Nikolai Kiselev
Author URI: https://freelance.ru/jieuto10
Description: Тема создана для организации http://lezhebokov.com
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: aqua-theme
Tags: aqua-theme, aquahouse
*/

.range-two {
	display: none;
}

.sert-h {
    font-weight: 700;
    color: #262626;
    text-transform: uppercase;
    font-family: open-sans,sans-serif;
    text-align: center;
    margin: 40px 0 0;
}

.tt-rew {
    font-size: 30px;
    margin-bottom: 20px;
    line-height: 50px;
    color: #235672;
    text-transform: uppercase;
    margin-top: 0;
    font-weight: 700;
}

.form-reww input[type=submit] {
    font-size: 24px;
    font-weight: 700;
    background-color: #235672;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    padding: 20px 40px;
    margin-top: 20px;
}

.form-reww input[type=submit]:hover {
    background-color: #e0e0e0;
    color: #235672;
}

.in-put input, .form-reww textarea {
    line-height: 30px;
    width: 100%;
    border-radius: 2px;
    min-height: 33px;
    padding: 6px 14px;
    font-size: 18px;
    color: #7f7f7f;
    font-weight: 400;
    margin-bottom: 20px;
}

.form-reww .confidentiality {
    text-align: center;
    font-size: 12px;
}

.form-reww .confidentiality .check {
	margin-right: 10px;
}

.form-reww {
    border: 1px solid #e0e0e0;
    margin: auto;
    max-width: 900px;
    min-height: 476px;
    height: 100%;
    -webkit-box-shadow: 5px 5px 10px rgba(38,38,38,.2);
    box-shadow: 5px 5px 10px rgba(38,38,38,.2);
    background-color: #f9f9f9;
    padding: 40px 25px;
}

.in-put {
    display: inline-block;
    width: 49.6%;
    vertical-align: top;
    box-sizing: border-box;
}

.reviews-title {
    color: #235672;
    text-transform: uppercase;
    font-weight: 700;
    font-family: open-sans,sans-serif;
    margin-bottom: 10px;
}

.reviews-post {
	margin: 40px 0;
	background-color: #f8f8f8;
	border: 1px solid #ededed;
	padding: 20px 26px;
}

.reviews-content {
    font-size: 13px;
    color: #686868;
    line-height: 18px;
}

.reviews-meta {
    font-size: 12px;
    margin-bottom: 10px;
    color: darkgrey;
}

.footer-social a {
    color: #fff;

}

.colll {
    padding-left: 40px !important;
}

.colll:before {
    position: absolute;
    content: '';
    width: 32px;
    height: 32px;
    background-size: contain;
    left: 0;
    top: 20px;
}

.row .colll:first-child:before {
    background-image: url(/wp-content/themes/aqua-theme/assets/img/ic-one.png);
}

.row .colll:nth-child(2n):before {
    background-image: url(/wp-content/themes/aqua-theme/assets/img/ic-two.png);
}

.row .colll:last-child:before {
    background-image: url(/wp-content/themes/aqua-theme/assets/img/ic-three.png);
}

.phone-links li {
    list-style: none;
	margin-top: 0px !important;
}

.content .adress-txt p {
    margin-top: 0;
    margin-bottom: 0;
}

.phone-links {
    padding-left: 0 !important;
    margin: 0;
}

.footer-social a:hover {
    color: #0056b3;
}

.img-sertiff a {
	outline: none;
}

.sert-if .slick-prev:before, .sert-if .slick-next:before {
    font-size: 30px;
    line-height: 1;
    opacity: .75;
    color: #000;
}

.sert-if .slick-prev, .sert-ifk .slick-prev {
    left: -35px;
}

.sert-if  .slick-next, .sert-if  .slick-next {
    right: -35px;
}

.sert-if img {
    max-width: 100%;
    width: 100%;
    height: auto;
}

.sert-if {
    margin: 10px 0 10px;
}

.img-sertiff {
    padding: 10px;
}

.calc-calc h2,
.calc-calc .sub-ttt,
.news-block h2 {
    text-align: center;
}

.pr-serv {
    text-align: center;
    font-size: 18px;
    margin: 10px 0 0;
}

.bre-ad {
    padding-top: 30px;
}

/* --------------------------------------------------------------
# Forms + calc
-------------------------------------------------------------- */
.hide-cc {
    display: none;
}

.form-input {
    margin-bottom: 15px;
    text-align: center;
}

input.inp {
    width: 100%;
    outline: 3px solid #ececec;
    border: 1px solid #d3d3d3;
    padding: 7px 5px;
}

textarea {
    outline: 3px solid #ececec;
    border: 1px solid #d3d3d3;
    padding: 5px;
}

input.btn-submit {
    border: 3px solid #dedcdc;
    border-radius: 5px;
    background-color: #60b5d5;
    color: #fff;
    text-transform: uppercase;
    padding: 15px 35px;
    font-size: 18px;
}

.check-input span {
    font-size: 12px;
    display: inline-block;
    vertical-align: text-bottom;
}

.check-input input {
    margin-right: 5px;
}

.check-input a {
    text-decoration: none;
}

input[type=checkbox] {
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 16px;
    height: 16px;
    border: 2px solid #d3d3d3;
    background-color: #fff;
    vertical-align: text-bottom;
}

input[type=checkbox]:focus {
    outline: none;
}

input[type=checkbox]:checked:before {
    content: '';
    position: absolute;
    top: 1px;
    left: 0px;
    width: 12px;
    height: 6px;
    border-left: 2px solid #60b5d5;
    border-bottom: 2px solid #60b5d5;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/* --------------------------------------------------------------
## Calculator
-------------------------------------------------------------- */
.banner86 .section-title {
    margin-bottom: 0;
    line-height: 1.2;
}

.banner86 .section-subtitle {
    line-height: 1.2;
}

.calculator-container {
    max-width: 960px;
    margin: 30px auto 50px;
    background-color: #fcfbfa;
    border: 2px solid #ddd;
    padding: 15px;
}

.calculator-container input[type=radio] {
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 2px solid #d3d3d3;
    background-color: #fff;
    vertical-align: text-bottom;
}

.calculator-container input[type=radio]:checked:before {
    content: '';
    position: absolute;
    top: 1px;
    left: 0px;
    border-left: 2px solid #ca8311;
    border-bottom: 2px solid #ca8311;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.calculator-container input[type="checkbox"],
.calculator-container input[type="radio"] {
    display: block;
    width: 29px;
    height: 29px;
}

.calculator-container input[type="checkbox"]:focus,
.calculator-container input[type="radio"]:focus {
    outline: none;
}

.calculator-container input[type="checkbox"]:checked:before,
.calculator-container input[type="radio"]:checked:before {
    border-left-color: #235672;
    border-bottom-color: #235672;
    width: 24px;
    height: 14px;
    border-left-width: 3px;
    border-bottom-width: 3px;
}

.calculator-head {
    margin-bottom: 15px;
}

.calculator-head .work-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 500;
    border-radius: 2px;
    background-color: #a5a5a5;
    padding: 2px;
    color: #fff;
    text-transform: uppercase;
}

.calculator-head .work-label .work-check {
    background-color: #fff;
    padding: 3px;
}

.calculator-head .work-label .work-name {
    -ms-flex-item-align: center;
    align-self: center;
    margin: auto;
}

.fx-jc-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.calculator-body {
    padding: 25px 0 0;
    background: #fff url("/wp-content/uploads/2019/12/calc-bg.jpg") center center no-repeat;
    background-size: cover;
    border: 2px solid #ddd;
    border-radius: 2px;
}

.calculator-body .calc-item-row {
    padding: 0 25px 25px;
}

.calculator-body .work-class {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    margin-bottom: 10px;
}

.calculator-body .class-check {
    padding: 3px;
    border-radius: 2px;
    border: 2px solid #74675b;
    margin-right: 10px;
}

.calculator-body .range-title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
}

.calculator-body .calc-total-block {
    background: transparent url("/wp-content/uploads/2019/12/price-bg.png") left top no-repeat;
    background-size: cover;
    font-size: 25px;
    font-weight: 500;
    text-align: center;
    padding: 10px;
}

.work-label.checked {
    background-color: #235672;
}

.calculator-body .calc-total-block span {
    background-color: rgba(255, 255, 255, 0.48);
    padding-left: 10px;
    padding-right: 10px;
}

/* Range Slider */
.range-slider {
    padding-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.range-slider input[type="range"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    max-width: 460px;
    margin-right: 10px;
    width: 100%;
    height: 8px;
    border: 1px sold #ddd;
    border-radius: 3px;
    background-color: #e9e8e8;
}

.range-slider input[type="range"]:focus {
    outline: none;
}

.range-slider input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 40px;
    height: 34px;
    cursor: pointer;
    background-image: url("/wp-content/uploads/2019/12/hhhouse.png");
    background-size: cover;
    background-repeat: no-repeat;
}

.range-slider input[type="range"]::-moz-range-thumb {
    -moz-appearance: none;
    appearance: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    background-image: url("/wp-content/uploads/2019/12/hhhouse.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-color: transparent;
    border: none;
}

.range-slider span {
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
}

.range-slider .square-num {
    font-weight: 700;
    font-size: 36px;
}

/* -------------------------------------------------------------- */
@media screen and (max-width: 992px) {
    .calculator-container {
        background-color: transparent;
    }

    .calculator-body .range-container {
        padding-top: 20px;
    }

    .calculator-body .range-title {
        font-size: 14px;
    }

    .range-slider .square-num {
        font-size: 24px;
    }

    .calculator-head .work-label {
        font-size: 10px;
        margin-bottom: 10px;
    }

    .range-slider span {
        font-size: 16px;
        font-weight: 500;
    }

    .calculator-head .work-label .work-check {
        padding: 2px;
    }

    .calculator-container input[type="checkbox"],
    .calculator-container input[type="radio"] {
        width: 16px;
        height: 16px;
    }

    .calculator-container input[type="checkbox"]:checked:before,
    .calculator-container input[type="radio"]:checked:before {
        width: 12px;
        height: 7px;
    }

    .range-slider input[type="range"] {
        max-width: 80%;
    }

    .calculator-body .calc-total-block {
        font-size: 16px;
        background-position: right top;
        background-size: 120%;
        background-repeat: repeat-y;
    }
}

@media screen and (max-width: 768px) {
	body .in-put {
		width: 100%;
	}
}