*,
*:before,
*:after {
    margin: 0;
    padding: 0;
    outline: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body {
    height: 100%;
}

body,
input,
button,
textarea,
select,
.fancybox-skin {
    font-family: "FuturaBookC";
    font-size: 14px;
    line-height: 1.2;
    color: #303338;
}

img {
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
}

a {
    color: #303338;
    text-decoration: none;
}

a.underlined {
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

a.underlined:hover {
    border-bottom-color: transparent;
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: ' ';
}

.clearfix:after,
.clear {
    clear: both;
}

.hidden,
.modals {
    display: none;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-strike {
    text-decoration: line-through;
}

.text-nowrap {
    white-space: nowrap;
}

.text-center {
    text-align: center;
}

.d-table {
    display: table;
}

.d-table-row {
    display: table-row;
}

.d-table-cell {
    display: table-cell;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.transition-1,
.transition-1:before,
.transition-1:after,
.slick-arrow,
.slick-dots button {
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

[placeholder]:focus::-webkit-input-placeholder {
    color: transparent !important;
}

[placeholder]:focus:-moz-placeholder {
    color: transparent !important;
}

[placeholder]:focus::-moz-placeholder {
    color: transparent !important;
}

[placeholder]:focus:-ms-input-placeholder {
    color: transparent !important;
}

.jq-selectbox.select-1 {
    text-align: left;
}

.jq-selectbox.select-1 .jq-selectbox__select {
    padding: 18px 45px 18px 28px;
    text-align: left;
    border: 1px solid #000;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.jq-selectbox.select-1 .jq-selectbox__select-text {
    font-size: 14px;
    line-height: 30px;
    color: #000;
}

.jq-selectbox.select-1 .jq-selectbox__trigger {
    position: absolute;
    right: 30px;
    top: 50%;
    width: 10px;
    height: 6px;
    margin: -3px 0 0;
    background: url("../images/arrow-down-1.svg");
    -webkit-background-size: 10px 6px;
    background-size: 10px 6px;
}

.jq-selectbox.select-1 .jq-selectbox__dropdown {
    width: 100%;
    border: 1px solid #000;
    background: #fff;
}

.jq-selectbox.select-1 .jq-selectbox__dropdown li {
    padding: 5px 28px;
    cursor: pointer;
}

.jq-selectbox.select-1 .jq-selectbox__dropdown li:hover {
    background: #000;
    color: #fff;
}

.jq-selectbox.select-1.opened.dropdown .jq-selectbox__select {
    border-bottom: none;
    -webkit-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
}

.jq-selectbox.select-1.opened.dropdown .jq-selectbox__dropdown {
    border-top: none;
    -webkit-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
}

.jq-selectbox.select-1.opened.dropup .jq-selectbox__select {
    border-top: none;
    -webkit-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
}

.jq-selectbox.select-1.opened.dropup .jq-selectbox__dropdown {
    border-bottom: none;
    -webkit-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
    -webkit-box-shadow: 0px -5px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px -5px 5px 0px rgba(0, 0, 0, 0.1);
}

.input-1, .textarea-1 {
    position: relative;
    padding: 0 10px 20px 37px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}

.input-1 input, .textarea-1 input,
.input-1 textarea,
.textarea-1 textarea {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 30px;
    padding: 0;
    font: 22px/30px 'FuturaLightC';
    color: #fff;
    border: none;
    outline: none;
    background: none;
}

.input-1 input::-webkit-input-placeholder, .textarea-1 input::-webkit-input-placeholder,
.input-1 textarea::-webkit-input-placeholder,
.textarea-1 textarea::-webkit-input-placeholder {
    color: #fff;
}

.input-1 input:-moz-placeholder, .textarea-1 input:-moz-placeholder,
.input-1 textarea:-moz-placeholder,
.textarea-1 textarea:-moz-placeholder {
    color: #fff;
    opacity: 1;
}

.input-1 input::-moz-placeholder, .textarea-1 input::-moz-placeholder,
.input-1 textarea::-moz-placeholder,
.textarea-1 textarea::-moz-placeholder {
    color: #fff;
    opacity: 1;
}

.input-1 input:-ms-input-placeholder, .textarea-1 input:-ms-input-placeholder,
.input-1 textarea:-ms-input-placeholder,
.textarea-1 textarea:-ms-input-placeholder {
    color: #fff;
}

.input-1:before, .textarea-1:before {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
}

.input-1.icon-name:before, .icon-name.textarea-1:before {
    width: 15px;
    height: 18px;
    background: url("../images/icon-user-1.svg") no-repeat;
}

.input-1.icon-phone:before, .icon-phone.textarea-1:before {
    width: 18px;
    height: 18px;
    background: url("../images/icon-phone-1.svg") no-repeat;
}

.input-1.error, .error.textarea-1 {
    border-color: #f00;
}

.textarea-1 {
    height: 80px;
    padding: 3px 10px;
}

.textarea-1 textarea {
    height: 100%;
    line-height: normal;
    resize: none;
}

.button-1 {
    position: relative;
    z-index: 1;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 60px;
    padding: 0 30px;
    font-size: 22px;
    line-height: 1;
    color: #fff !important;
    text-align: center;
    border: 2px solid #04bcf0;
    cursor: pointer;
    background: none;
}

.button-1:hover {
    background: #04bcf0;
    color: #fff !important;
}

.button-1:active {
    opacity: 0.8;
}

.button-2, .button-3 {
    position: relative;
    z-index: 1;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 70px;
    padding: 0 30px;
    font-size: 22px;
    line-height: 1;
    color: #04bcf0 !important;
    text-align: center;
    border: none;
    cursor: pointer;
    background: #fff;
}

.button-2:hover, .button-3:hover {
    background: #04bcf0;
    color: #fff !important;
}

.button-2:active, .button-3:active {
    opacity: 0.8;
}

.button-3 {
    height: 76px;
    color: #fff !important;
    background: #04bcf0;
}

.button-3:hover {
    background: #fff;
    color: #04bcf0 !important;
}

.fancybox-close {
    width: 18px;
    height: 18px;
    right: 10px;
    top: 11px;
    background: url("../images/icon-close-1.png") no-repeat;
}

@-webkit-keyframes floating {
    0% {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
    50% {
        -webkit-transform: translateY(12px);
        transform: translateY(12px);
    }
    100% {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
}

@keyframes floating {
    0% {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
    50% {
        -webkit-transform: translateY(12px);
        transform: translateY(12px);
    }
    100% {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
}

@-webkit-keyframes bt {
    0% {
        opacity: 0.1;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
    16% {
        opacity: 1;
        -webkit-transform: translate(35%, 0);
        transform: translate(35%, 0);
    }
    22% {
        opacity: 0.5;
        -webkit-transform: translate(55%, 0);
        transform: translate(55%, 0);
    }
    40% {
        -webkit-transform: translate(120%, 0);
        transform: translate(120%, 0);
    }
    100% {
        opacity: 0.35;
        -webkit-transform: translate(120%, 0);
        transform: translate(120%, 0);
    }
}

@keyframes bt {
    0% {
        opacity: 0.1;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
    16% {
        opacity: 1;
        -webkit-transform: translate(35%, 0);
        transform: translate(35%, 0);
    }
    22% {
        opacity: 0.5;
        -webkit-transform: translate(55%, 0);
        transform: translate(55%, 0);
    }
    40% {
        -webkit-transform: translate(120%, 0);
        transform: translate(120%, 0);
    }
    100% {
        opacity: 0.35;
        -webkit-transform: translate(120%, 0);
        transform: translate(120%, 0);
    }
}

/*
@keyframes sonarEffect {
	0% {
		opacity: 0.3;
	}
	40% {
		opacity: 0.5;
		box-shadow: 0 0 0 2px rgba($color_purple_4, 0.1), 0 0 10px 10px $color_purple_4, 0 0 0 10px rgba($color_purple_4, 0.5);
	}
	100% {
		box-shadow: 0 0 0 2px rgba($color_purple_4, 0.1), 0 0 10px 10px $color_purple_4, 0 0 0 10px rgba($color_purple_4, 0.5);
		transform: scale(1.5);
		opacity: 0;
	}
}
*/
.main-wrapper {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.container {
    position: relative;
    z-index: 1;
    width: 1200px;
    margin: 0 auto;
}

.mobile-menu {
    position: fixed;
    z-index: 10;
    right: 0;
    top: 0;
    bottom: 0;
    width: 220px;
    -webkit-transform: translateX(240px);
    -ms-transform: translateX(240px);
    transform: translateX(240px);
    background: #fff;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.4);
}

.mobile-menu ul {
    padding: 30px 0 0;
    font-size: 18px;
    font-weight: bold;
    list-style: none;
}

.mobile-menu ul a {
    display: block;
    padding: 10px 15px;
    color: #04bcf0;
}

.mobile-menu ul a:hover {
    background: #04bcf0;
    color: #fff;
}

.b-modal-video {
    width: 650px;
}

.b-modal-video-content {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.b-modal-video-content iframe,
.b-modal-video-content object,
.b-modal-video-content embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.b-up {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 10;
    width: 40px;
    height: 40px;
    -webkit-background-size: 20px auto;
    background-size: 20px auto;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    visibility: hidden;
    opacity: 0;
}

.b-up.active {
    visibility: visible;
    opacity: 1;
}

.b-header-menu-button {
    display: none;
    width: 30px;
    height: 30px;
    margin: 0 0 0 30px;
    background: url("../images/icon-menu-1.svg") center center no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}

/* START HERE */
.b-header {
    position: absolute;
    z-index: 10;
    left: 0;
    top: 0;
    width: 100%;
    color: #fff;
}

.b-header a:hover {
    color: #04bcf0;
}

.b-header a {
    transition: all 0.2s ease-in-out;
    color: #fff;
}

.b-header-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 15px;
}

.b-header-top-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.b-header-top-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.b-header-logo {
    display: inline-block;
    height: 90px;
    padding: 19px 25px 22px 32px;
    background: #fff;
}

.b-header-time {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 0 115px;
    font-size: 18px;
    text-transform: uppercase;
}

.b-header-time:before {
    display: block;
    content: '';
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 38px;
    height: 38px;
    margin: 0 8px 0 0;
    background: #04bcf0 url("../images/icon-clock-1.png") center center no-repeat;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.b-header-button {
    margin: 0 0 0 30px;
}

.b-header-lang {
    margin: 0 0 0 30px;
    list-style: none;
    font-size: 16px 'FuturaDemiC';
}

.b-header-phones {
    font-size: 20px;
    line-height: 1.4;
    letter-spacing: -0.3px;
}

.b-header-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 21px 15px 0;
    font-size: 22px;
    list-style: none;
}

.b-homescreen {
    min-height: 820px;
    color: #fff;
    background: url("../images/bg-1.jpg") center top no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.b-homescreen .container {
    padding-top: 200px;
    padding-bottom: 86px;
}

.b-homescreen a {
    color: #fff;
}

.b-homescreen-title {
    margin: 0 150px 0 15px;
    font: 66px/1.25 'FuturaDemiC';
    letter-spacing: -0.5px;
}

.b-homescreen-subtitle {
    margin: 30px 15px 0;
    font-size: 30px;
}

.b-homescreen-items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 150px 0 0;
}

.b-homescreen-item {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 30px 15px 0;
    height: 123px;
    font-size: 22px;
    line-height: 1.05;
    border: 3px solid #04bcf0;
    border-left: none;
}

.b-homescreen-item span {
    display: block;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    padding: 0 33px 0 30px;
}

.b-homescreen-item span:before {
    display: block;
    content: '';
    position: absolute;
    left: -6px;
    top: 22px;
    width: 19px;
    height: 15px;
    background: url("../images/icon-check-1.svg") no-repeat;
}

.b-homescreen-item:before, .b-homescreen-item:after {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    width: 3px;
    background: #04bcf0;
}

.b-homescreen-item:before {
    top: 0;
    height: 16px;
}

.b-homescreen-item:after {
    top: 46px;
    bottom: 0;
}

.b-homescreen-item:last-child {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 298px;
    padding: 0 120px 0 36px;
    background: #04bcf0 url("../images/arrow-right-1.svg") right 38px center no-repeat;
}

.b-title {
    padding: 0 15px;
    font: 64px/1 'FuturaDemiC';
    letter-spacing: -0.4px;
    color: #212529;
}

.b-pool {
    background: url("../images/bg-2.png") center top no-repeat;
}

.b-pool .container {
    padding-top: 94px;
    padding-bottom: 94px;
}

.b-pool .b-title {
    max-width: 50%;
    color: #21262a;
}

.b-pool-tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 49px 15px 0;
    font-size: 22px;
    line-height: 1.18;
    list-style: none;
}

.b-pool-tabs a {
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 225px;
    height: 100%;
    padding: 18px 31px 21px;
    color: #21262a;
}

.b-pool-tabs a:hover,
.b-pool-tabs a.active {
    color: #fff;
    background: #04bcf0;
}

.b-pool-slider {
    margin: 0 15px;
}

.b-pool-slide-text {
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 0.07px;
}

.b-pool-slide-text p, .b-pool-slide-text ul {
    margin: 31px 0 0;
}

.b-pool-slide-text ul {
    list-style: none;
}

.b-pool-slide-text ul li {
    position: relative;
    margin: 4px 0 0;
    padding: 0 0 0 28px;
}

.b-pool-slide-text ul li:first-child {
    margin-top: 0;
}

.b-pool-slide-text ul li:before {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 18px;
    height: 18px;
    background: url("../images/icon-li-1.png") no-repeat;
}

.b-comfort {
    min-height: 773px;
    background: url("../images/bg-3.jpg") center bottom no-repeat;
}

.b-comfort .container {
    padding-top: 33px;
    padding-bottom: 87px;
}

.b-comfort .b-title {
    max-width: 400px;
}

.b-comfort-items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 89px 15px 0;
    font-size: 20px;
    line-height: 1.2;
    list-style: none;
}

.b-comfort-items li {
    position: relative;
    width: 50%;
    margin: 0 0 146px;
    padding: 0 170px 0 30px;
}

.b-comfort-items li:nth-child(even) {
    padding: 0 30px 0 170px;
    text-align: right;
}

.b-comfort-items li:nth-child(even):before {
    left: auto;
    right: 0;
}

.b-comfort-items li:before {
    display: block;
    content: '';
    position: absolute;
    left: -1px;
    top: 2px;
    width: 18px;
    height: 18px;
    background: url("../images/icon-li-1.png") no-repeat;
}

.b-cta-1, .b-cta-2 {
    min-height: 699px;
    background: url("../images/bg-4.jpg") center top no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.b-cta-1 .container, .b-cta-2 .container {
    padding-top: 170px;
    padding-bottom: 1px;
}

.b-cta-1-form, .b-thanks {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 445px;
    margin: 0 15px -51px;
    padding: 45px 50px 50px;
    color: #fff;
    background: url("../images/bg-5.jpg") no-repeat;
}

.b-cta-1-form#modal_callback, #modal_callback.b-thanks {
    margin: 0;
}

.b-cta-1-form-title, .b-thanks-title {
    font: 46px/1 'FuturaDemiC';
}

.b-cta-1-form-subtitle, .b-thanks-title {
    margin: 5px 0 0;
    font-size: 34px;
    line-height: 1.05;
}

.b-cta-1-form-inputs {
    margin: 89px 0 0;
}

.b-cta-1-form-input {
    margin: 33px 0 0;
}

.b-cta-1-form-input:first-child {
    margin-top: 0;
}

.b-cta-1-form-button {
    width: 100%;
    margin: 30px 0 0;
}

.b-smart .container {
    padding-top: 144px;
    padding-bottom: 140px;
}

.b-smart-slider, .b-solutions-slider {
    margin: 60px 15px 0;
}

.b-smart-slider .slick-arrow, .b-solutions-slider .slick-arrow {
    position: absolute;
    top: 50%;
    width: 49px;
    height: 35px;
    margin: -67px 0 0;
    text-indent: -999px;
    background: url("../images/nav-1.png") no-repeat;
    border: none;
    overflow: hidden;
    cursor: pointer;
}

.b-smart-slider .slick-arrow.slick-prev, .b-solutions-slider .slick-arrow.slick-prev {
    left: -49px;
}

.b-smart-slider .slick-arrow.slick-next, .b-solutions-slider .slick-arrow.slick-next {
    right: -49px;
    background-position: -50px 0;
}

.b-smart-slide {
    position: relative;
    padding: 0 0 100px;
}

.b-smart-slide-content {
    position: absolute;
    z-index: 10;
    left: 0;
    bottom: 0;
    max-width: 551px;
    padding: 31px 50px 40px;
    color: #fff;
    background: url("../images/bg-6.jpg") no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.b-smart-slide-title {
    font-size: 30px;
    line-height: 1.3;
}

.b-smart-slide-button {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    max-width: 345px;
    height: 76px;
    margin: 23px 0 0;
}

.b-solutions {
    min-height: 1196px;
    background: url("../images/bg-7.jpg") center top no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.b-solutions .container {
    padding-top: 94px;
    padding-bottom: 116px;
}

.b-solutions .b-title {
    max-width: 550px;
}

.b-solutions-tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 60px 171px 0 0;
    font-size: 24px;
    list-style: none;
}

.b-solutions-tabs a {
    transition: all 0.2s ease-in-out;
    display: inline-block;
    padding: 15px;
}

.b-solutions-tabs a:hover,
.b-solutions-tabs a.active {
    color: #fff;
    background: #04bcf0;
}

.b-solutions-slider {
    margin-top: 30px;
}

.b-solutions-slider .slick-arrow {
    margin-top: -42px;
}

.b-solutions-slider .slick-list {
    overflow: visible;
}

.b-solutions-slide-bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 27px 0 0;
}

.b-solutions-slide-title {
    font: 32px/1 'FuturaDemiC';
}

.b-solutions-slide-text {
    margin: 16px 15% 0 0;
    font-size: 20px;
    line-height: 1.2;
}

.b-solutions-slide-button {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 288px;
    margin: 3px 0 0;
}

.b-technologies .container {
    padding-top: 80px;
    padding-bottom: 80px;
}

.b-technologies-text {
    margin: 40px 15px 0;
    font-size: 20px;
    line-height: 1.2;
}

.b-technologies-text p {
    margin: 24px 0 0;
}

.b-technologies-text p:first-child {
    margin-top: 0;
}

.b-technologies-sides {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 10px 0 0;
}

.b-technologies-side {
    width: 50%;
    margin: 30px 0 0;
    padding: 0 15px;
}

.b-technologies-side-title {
    margin: 20px 0 0;
    font-size: 28px;
    line-height: 1;
}

.b-technologies-slider .slick-arrow {
    position: absolute;
    z-index: 1;
    bottom: 0;
    width: 62px;
    height: 63px;
    text-indent: -999px;
    background: #04bcf0;
    border: none;
    overflow: hidden;
    cursor: pointer;
}

.b-technologies-slider .slick-arrow:before {
    display: block;
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 33px;
    height: 23px;
    margin: -12px 0 0 -11px;
    background: url("../images/nav-2.png") 0 -24px no-repeat;
}

.b-technologies-slider .slick-arrow.slick-prev {
    left: 0;
}

.b-technologies-slider .slick-arrow.slick-next {
    left: 62px;
}

.b-technologies-slider .slick-arrow.slick-next:before {
    margin-left: -23px;
    background-position: -34px -24px;
}

.b-technologies-slide img {
    width: 100%;
}

.b-examples {
    position: relative;
    color: #212529;
}

.b-examples .container {
    padding-top: 95px;
}

.b-examples .b-title {
    max-width: 750px;
}

.b-examples:before {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 45%;
    height: 100%;
    background: #f0f6f8;
}

.b-examples-slider {
    margin: 53px 15px 0;
}

.b-examples-slide.slick-slide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.b-examples-slide-right {
    margin: 0 0 0 28px;
}

.b-examples-slide-title {
    font: 32px/1 'FuturaDemiC';
}

.b-examples-slide-items {
    margin: 22px 0 0;
}

.b-examples-slide-item {
    margin: 31px 0 0;
    font-size: 20px;
    line-height: 1.2;
}

.b-examples-slide-item:first-child {
    margin-top: 0;
}

.b-examples-slide-item-title {
    font-family: 'FuturaDemiC';
}

.b-examples-slide-item-text {
    margin: 3px 0 0;
}

.b-examples-slide-gallery {
    width: 57.3%;
    margin: 6px 0 0;
}

.b-examples-slide-gallery .slick-arrow {
    position: absolute;
    z-index: 1;
    bottom: 0;
    width: 62px;
    height: 63px;
    text-indent: -999px;
    background: #04bcf0;
    border: none;
    overflow: hidden;
    cursor: pointer;
}

.b-examples-slide-gallery .slick-arrow:before {
    display: block;
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 33px;
    height: 23px;
    margin: -12px 0 0 -11px;
    background: url("../images/nav-2.png") 0 -24px no-repeat;
}

.b-examples-slide-gallery .slick-arrow.slick-prev {
    left: 0;
}

.b-examples-slide-gallery .slick-arrow.slick-next {
    left: 62px;
}

.b-examples-slide-gallery .slick-arrow.slick-next:before {
    margin-left: -23px;
    background-position: -34px -24px;
}

.b-examples-slide-gallery img {
    width: 100%;
}

.b-examples-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 68px 15px 0;
}

.b-examples-nav a {
    position: relative;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 76px;
    font-size: 22px;
    color: #343c61;
    background: #f0f6f8;
}

.b-examples-nav a:before {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    width: 33px;
    height: 23px;
    margin: -11px 0 0;
    background: url("../images/nav-2.png") 0 0 no-repeat;
}

.b-examples-nav a:hover, .b-examples-nav a.active {
    background: #04bcf0;
    color: #fff;
}

.b-examples-nav #nav_examples_prev {
    padding: 0 41px 0 85px;
}

.b-examples-nav #nav_examples_prev:before {
    left: 39px;
}

.b-examples-nav #nav_examples_prev:hover:before {
    background-position: 0 -24px;
}

.b-examples-nav #nav_examples_next {
    padding: 0 85px 0 41px;
}

.b-examples-nav #nav_examples_next:before {
    right: 39px;
    background-position: -34px 0;
}

.b-examples-nav #nav_examples_next:hover:before {
    background-position: -34px -24px;
}

.b-quality .container {
    padding-top: 96px;
    padding-bottom: 92px;
}

.b-quality-items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 42px 0 0;
}

.b-quality-item {
    position: relative;
    width: 25%;
    height: 139px;
    padding: 26px 15px 0 46px;
    font-size: 20px;
    line-height: 1.2;
    border-left: 1px solid #e8ecf1;
}

.b-quality-item:before {
    display: block;
    content: '';
    position: absolute;
    left: 15px;
    top: 28px;
    width: 18px;
    height: 18px;
    background: url("../images/icon-li-1.png") no-repeat;
}

.b-quality-item:nth-child(4n+1) {
    border-left: none;
}

.b-partners {
    position: relative;
    color: #212529;
}

.b-partners .container {
    padding-top: 44px;
    padding-bottom: 169px;
}

.b-partners .b-title {
    max-width: 850px;
}

.b-partners:before {
    display: block;
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 99px;
    width: 60%;
    background: #f0f6f8;
}

.b-partners-items {
    margin: 59px 0 0;
    padding: 0 0 91px;
}

.b-partners-items .slick-arrow {
    position: absolute;
    z-index: 1;
    bottom: 0;
    width: 62px;
    height: 63px;
    text-indent: -999px;
    background: #04bcf0;
    border: none;
    overflow: hidden;
    cursor: pointer;
}

.b-partners-items .slick-arrow:before {
    display: block;
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 33px;
    height: 23px;
    margin: -12px 0 0 -11px;
    background: url("../images/nav-2.png") 0 -24px no-repeat;
}

.b-partners-items .slick-arrow.slick-prev {
    left: 15px;
}

.b-partners-items .slick-arrow.slick-next {
    left: 77px;
}

.b-partners-items .slick-arrow.slick-next:before {
    margin-left: -23px;
    background-position: -34px -24px;
}

.b-partners-item {
    margin: 0 15px;
    line-height: 86px;
    text-align: center;
    border: 1px solid #e4e9eb;
    background: #fff;
}

.b-partners-item img {
    max-width: 80%;
    max-height: 90%;
    display: inline;
    vertical-align: middle;
}

.b-services {
    background: #f0f6f8;
}

.b-services .container {
    padding-top: 74px;
    padding-bottom: 95px;
}

.b-services .b-cta-1-form, .b-services .b-thanks {
    margin: 12px 0 0;
}

.b-services-bg {
    position: absolute;
    left: 100%;
    top: 0;
    height: 100%;
    margin: 0 0 0 -410px;
}

.b-services-bg img {
    max-width: none;
    height: 100%;
}

.b-services-content {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 54px 15px 0;
}

.b-services-item {
    position: relative;
    margin: 42px 0 0;
    padding: 0 20% 0 99px;
}

.b-services-item:first-child {
    margin-top: 0;
}

.b-services-item-icon {
    position: absolute;
    left: 0;
    top: 0;
}

.b-services-item-title {
    font: 26px/1.1 'FuturaDemiC';
}

.b-services-item-text {
    margin: 15px 0 0;
    font-size: 20px;
    line-height: 1.2;
}

.b-reviews .container {
    padding-top: 90px;
    padding-bottom: 101px;
}

.b-reviews-slider {
    margin: 60px 100px 0 0;
    padding: 0 0 28px;
}

.b-reviews-slider .slick-list {
    overflow: visible;
}

.b-reviews-slider .slick-arrow {
    position: absolute;
    z-index: 1;
    bottom: 0;
    width: 62px;
    height: 63px;
    text-indent: -999px;
    background: #04bcf0;
    border: none;
    overflow: hidden;
    cursor: pointer;
}

.b-reviews-slider .slick-arrow:before {
    display: block;
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 33px;
    height: 23px;
    margin: -12px 0 0 -11px;
    background: url("../images/nav-2.png") 0 -24px no-repeat;
}

.b-reviews-slider .slick-arrow.slick-prev {
    left: 15px;
}

.b-reviews-slider .slick-arrow.slick-next {
    left: 77px;
}

.b-reviews-slider .slick-arrow.slick-next:before {
    margin-left: -23px;
    background-position: -34px -24px;
}

.b-reviews-slide {
    margin: 0 15px;
    padding: 38px 42px 61px;
    border: 8px solid #f0f6f8;
}

.b-reviews-slide.slick-slide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.b-reviews-slide-image {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 4px 0 0;
}

.b-reviews-slide-content {
    margin: 0 0 0 29px;
}

.b-reviews-slide-title {
    font: 26px/1 'FuturaDemiC';
}

.b-reviews-slide-text {
    margin: 22px 0 0;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: -0.05px;
}

.b-reviews-slide-text p {
    margin: 31px 0 0;
}

.b-reviews-slide-text p:first-child {
    margin-top: 0;
}

.b-certs {
    display: none;
}

.b-certs .container {
    padding-top: 101px;
    padding-bottom: 45px;
}

.b-certs-slider {
    margin: 56px 0 0;
    padding: 0 0 132px;
}

.b-certs-slider .slick-arrow {
    position: absolute;
    z-index: 1;
    bottom: 0;
    width: 62px;
    height: 63px;
    text-indent: -999px;
    background: #04bcf0;
    border: none;
    overflow: hidden;
    cursor: pointer;
}

.b-certs-slider .slick-arrow:before {
    display: block;
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 33px;
    height: 23px;
    margin: -12px 0 0 -11px;
    background: url("../images/nav-2.png") 0 -24px no-repeat;
}

.b-certs-slider .slick-arrow.slick-prev {
    left: 15px;
}

.b-certs-slider .slick-arrow.slick-next {
    left: 77px;
}

.b-certs-slider .slick-arrow.slick-next:before {
    margin-left: -23px;
    background-position: -34px -24px;
}

.b-certs-slide {
    position: relative;
    display: block;
    margin: 0 38px 0 15px;
}

.b-certs-slide:before {
    display: block;
    content: '';
    position: absolute;
    z-index: 1;
    left: 11%;
    top: 7%;
    width: 80%;
    height: 85%;
    visibility: hidden;
    opacity: 0;
    background: #04bcf0 url("../images/icon-zoom-1.svg") center center no-repeat;
}

.b-certs-slide span {
    display: block;
    position: relative;
    padding: 0 0 130%;
    background: url("../images/bg-9.jpg") no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}

.b-certs-slide img {
    position: absolute;
    left: 11%;
    top: 7%;
    width: 80%;
    height: 85%;
}

.b-certs-slide:hover:before {
    visibility: visible;
    opacity: 1;
}

.b-steps .container {
    padding-top: 45px;
    padding-bottom: 120px;
}

.b-steps-items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 30px 0 0;
}

.b-steps-item {
    width: 25%;
    margin: 30px 0 0;
}

.b-steps-item-content {
    height: 296px;
    margin: 0 15px;
    padding: 25px 38px;
    font-size: 20px;
    line-height: 1.2;
    color: #fff;
    background: #04bcf0;
}

.b-steps-item-icon {
    height: 60px;
    margin: 70px 0 0;
}

.b-steps-item-text {
    margin: 10px 0 0;
}

.b-cta-2 {
    background-image: url("../images/bg-10.jpg");
}

.b-contacts .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 144px;
    padding-bottom: 76px;
}

.b-contacts-items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 27px 0 0;
}

.b-contacts-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 50%;
    margin: 50px 0 0;
    padding: 0 15px;
    font-size: 18px;
    line-height: 1.4;
}

.b-contacts-item.mod-wide {
    width: 100%;
}

.b-contacts-item a[href^="mailto:"] {
    color: #04bcf0;
}

.b-contacts-item-icon {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    background: #04bcf0;
}

.b-contacts-item-icon img {
    vertical-align: middle;
}

.b-contacts-item-content {
    margin: 0 0 0 17px;
}

.b-contacts-map iframe {
    width: 100% !important;
    height: 100% !important;
}

.b-contacts-map {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 570px;
    height: 600px;
    margin: 10px 15px 0 0;
}

.b-contacts-map img {
    max-width: none;
    max-height: none;
}

.b-footer {
    color: #fff;
    background: #141415;
}

.b-footer .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 39px;
    padding-bottom: 45px;
}

.b-footer a {
    color: #fff;
}

.b-footer-logo {
    display: inline-block;
    height: 50px;
    margin: 0 15px;
}

.b-footer-text {
    margin: 0 15px;
    font-size: 18px;
    text-align: center;
}

.b-footer-text p {
    margin: 10px 0 0;
}

.b-footer-text p:first-child {
    margin-top: 0;
}

.b-footer-button {
    margin: 0 15px;
}

.b-thanks {
    margin: 0;
}

.debug {
    position: fixed;
    z-index: 100;
    right: 0;
    bottom: 0;
    opacity: 0.5;
    padding: 5px;
    color: #fff;
    background: #000;
}

.debug:before {
    content: 'desktop';
}


.b-cta-1-form, .b-thanks {
    background-size: cover;
}

.wpcf7-not-valid {
    color: red !important;
}

.wpcf7-not-valid::-webkit-input-placeholder {
    color: red !important;
}

.wpcf7-not-valid::-moz-placeholder {
    color: red !important;
}

.wpcf7-not-valid:-moz-placeholder {
    color: red !important;
}

.wpcf7-not-valid:-ms-input-placeholder {
    color: red !important;
}

.wpcf7 form .wpcf7-response-output,
.wpcf7-not-valid-tip {
    display: none !important;
}

@media (max-width: 1199px) {
    .debug:before {
        content: '1199';
    }

    .container {
        width: auto;
    }

    .menu-active .mobile-menu {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    .b-header-menu-button {
        display: block;
    }

    .button-1 {
        height: 50px;
        font-size: 20px;
    }

    .b-header-logo {
        padding: 15px;
        height: 70px;
    }

    .b-header-time {
        margin-left: 30px;
        font-size: 16px;
    }

    .b-header-phones {
        font-size: 16px;
    }

    .b-header-menu {
        display: none;
    }

    .b-homescreen {
        min-height: auto;
    }

    .b-homescreen .container {
        padding-top: 150px;
    }

    .b-homescreen-title {
        font-size: 48px;
        line-height: 1;
    }

    .b-homescreen-subtitle {
        font-size: 28px;
    }

    .b-homescreen-items {
        margin-top: 100px;
    }

    .b-homescreen-item {
        width: 23% !important;
        height: 100px;
        margin: 2% 1% 0;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        font-size: 18px;
    }

    .b-homescreen-item:last-child {
        padding-right: 75px;
    }

    .b-title {
        font-size: 56px;
    }

    .b-cta-1-form, .b-thanks {
        margin: 0 auto -51px;
    }

    .b-smart .container {
        padding-bottom: 80px;
    }

    .b-solutions {
        min-height: auto;
    }

    .b-smart-slider .slick-arrow, .b-solutions-slider .slick-arrow,
    .b-solutions .slick-arrow {
        position: absolute;
        z-index: 1;
        top: auto;
        bottom: 0;
        width: 62px;
        height: 63px;
        text-indent: -999px;
        background: #04bcf0;
        border: none;
        overflow: hidden;
    }

    .b-smart-slider .slick-arrow:before, .b-solutions-slider .slick-arrow:before,
    .b-solutions .slick-arrow:before {
        display: block;
        content: '';
        position: absolute;
        left: 50%;
        top: 50%;
        width: 33px;
        height: 23px;
        margin: -12px 0 0 -11px;
        background: url("../images/nav-2.png") 0 -24px no-repeat;
    }

    .b-smart-slider .slick-arrow.slick-prev, .b-solutions-slider .slick-arrow.slick-prev,
    .b-solutions .slick-arrow.slick-prev {
        left: 0;
    }

    .b-smart-slider .slick-arrow.slick-next, .b-solutions-slider .slick-arrow.slick-next,
    .b-solutions .slick-arrow.slick-next {
        left: 62px;
    }

    .b-smart-slider .slick-arrow.slick-next:before, .b-solutions-slider .slick-arrow.slick-next:before,
    .b-solutions .slick-arrow.slick-next:before {
        margin-left: -23px;
        background-position: -34px -24px;
    }

    .b-smart-slide-content {
        position: static;
        margin: 30px auto 0;
        text-align: center;
    }

    .b-solutions-slider {
        padding-bottom: 80px;
    }

    .b-steps-item-icon {
        margin-top: 15px;
    }

    .b-steps-item-content {
        height: 100%;
        padding: 25px;
    }

    .b-contacts-items {
        display: block;
        margin: 0;
    }

    .b-contacts-item {
        width: auto !important;
    }
}

@media (max-width: 991px) {
    .debug:before {
        content: '991';
    }

    .b-header-time {
        display: none;
    }

    .b-homescreen-items {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .b-homescreen-item {
        width: 48% !important;
    }

    .b-title {
        max-width: none !important;
        font-size: 48px;
    }

    .b-title br {
        display: none;
    }

    .b-pool-tabs,
    .b-solutions-tabs {
        font-size: 18px;
        line-height: 1;
    }

    .b-pool-tabs a,
    .b-solutions-tabs a {
        padding: 15px;
    }

    .b-pool-slide-text,
    .b-comfort-items,
    .b-solutions-slide-text,
    .b-examples-slide-item,
    .b-quality-item,
    .b-services-item-text,
    .b-reviews-slide-text,
    .b-steps-item-content,
    .b-technologies-text {
        font-size: 18px;
    }

    .b-cta-1, .b-cta-2 {
        min-height: auto;
    }

    .b-cta-1-form, .b-thanks {
        padding: 30px;
        margin-bottom: -31px;
    }

    .b-cta-1-form-title, .b-thanks-title {
        font-size: 36px;
    }

    .b-cta-1-form-subtitle, .b-thanks-title {
        font-size: 24px;
    }

    .b-cta-1-form-inputs {
        margin-top: 50px;
    }

    .input-1, .textarea-1 {
        padding-bottom: 10px;
    }

    .button-2, .button-3 {
        height: 50px;
        font-size: 20px;
    }

    .b-solutions-tabs {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 60px 0 0;
    }

    .b-solutions-tabs a {
        -webkit-border-radius: 4px;
        border-radius: 4px;
    }

    .b-solutions-slide-title,
    .b-examples-slide-title {
        font-size: 28px;
    }

    .b-solutions-slide-text {
        margin-right: 15px;
    }

    .b-quality-items {
        margin: 15px 0 0;
    }

    .b-quality-item {
        width: 33.33%;
        height: auto;
        border: none !important;
    }

    .b-services-item {
        padding: 0 30px 0 70px;
    }

    .b-services .b-cta-1-form, .b-services .b-thanks {
        width: 350px;
    }

    .b-services-bg {
        margin-left: -335px;
    }

    .b-reviews-slider {
        margin: 60px 0 0;
    }

    .b-reviews .container {
        padding-bottom: 50px;
    }

    .b-certs .container {
        padding-top: 50px;
    }

    .b-contacts .container {
        display: block;
        padding-bottom: 0;
    }

    .b-contacts .b-title {
        text-align: center;
    }

    .b-contacts-left {
        max-width: 500px;
        margin: 0 auto;
    }

    .b-contacts-map {
        width: auto;
        margin: 30px 0 0;
    }
}

@media (max-width: 767px) {
    .debug:before {
        content: '767';
    }

    .b-modal-video {
        width: 480px;
    }

    .b-header-phones {
        display: none;
    }

    .b-homescreen-title {
        margin-right: 15px;
    }

    .b-title {
        font-size: 36px;
        text-align: center;
    }

    .b-pool .container {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .b-pool-tabs {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 30px 0 0;
        font-size: 16px;
    }

    .b-pool-tabs li {
        width: 50%;
    }

    .b-pool-tabs a {
        display: block;
        max-width: none;
        margin: 0 15px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
    }

    .b-pool-slider {
        margin-top: 15px;
    }

    .b-pool-slide-text,
    .b-comfort-items,
    .b-solutions-slide-text,
    .b-examples-slide-item,
    .b-quality-item,
    .b-services-item-text,
    .b-reviews-slide-text,
    .b-steps-item-content,
    .b-contacts-item,
    .b-footer-text,
    .b-technologies-text {
        font-size: 16px;
    }

    .b-comfort {
        min-height: auto;
        -webkit-background-size: auto 300px;
        background-size: auto 300px;
        background-position: center bottom;
    }

    .b-comfort .container {
        padding-bottom: 250px;
    }

    .b-comfort-items {
        margin-top: 0;
    }

    .b-comfort-items li {
        margin: 30px 0 0;
        padding-right: 30px;
    }

    .b-comfort-items li:nth-child(2n) {
        padding-left: 30px;
    }

    .b-cta-1 .container, .b-cta-2 .container {
        padding-top: 80px;
    }

    .b-smart .container {
        padding-top: 100px;
    }

    .b-smart-slide-title {
        font-size: 26px;
        line-height: 1;
    }

    .button-2, .button-3 {
        font-size: 16px;
    }

    .b-solutions .container {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .b-smart-slide-content {
        max-width: none;
        margin: 0;
    }

    .b-solutions-slide-bottom {
        display: block;
        text-align: center;
    }

    .b-solutions-slide-title {
        text-align: left;
    }

    .b-solutions-slide-text {
        margin-right: 0;
        text-align: left;
    }

    .b-solutions-slide-button {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: auto;
        margin: 30px 60px 0;
    }

    .b-solutions-slide-title,
    .b-examples-slide-title,
    .b-services-item-title,
    .b-services-item-title,
    .b-reviews-slide-title,
    .b-technologies-side-title {
        font-size: 22px;
    }

    .b-solutions-slider {
        padding-bottom: 0;
    }

    .b-solutions-slider .slick-arrow {
        width: 50px;
        height: 50px;
    }

    .b-solutions-slider .slick-arrow.slick-next {
        left: auto;
        right: 0;
    }

    .b-solutions-slider .slick-arrow:before {
        margin: -13px 0 0 -17px !important;
    }

    .b-examples {
        background: #f0f6f8;
    }

    .b-examples .container {
        padding-bottom: 50px;
    }

    .b-examples:before {
        display: none;
    }

    .b-examples-slide.slick-slide {
        display: block;
    }

    .b-examples-slide-gallery {
        width: auto;
    }

    .b-examples-slide-right {
        margin: 30px 0 0;
    }

    .b-examples-nav {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .b-examples-nav a {
        height: 45px;
    }

    .b-examples-nav #nav_examples_prev {
        padding: 0 15px 0 55px;
    }

    .b-examples-nav #nav_examples_prev:before {
        left: 15px;
    }

    .b-examples-nav #nav_examples_next {
        padding: 0 55px 0 15px;
    }

    .b-examples-nav #nav_examples_next:before {
        right: 15px;
    }

    .b-services .b-cta-1-form, .b-services .b-thanks {
        width: 455px;
        margin: 30px auto 0;
    }

    .b-services-bg {
        display: none;
    }

    .b-services-content {
        display: block;
        margin-top: 0;
    }

    .b-services-items {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .b-services-item {
        width: 50%;
        margin: 30px 0 0 !important;
    }

    .b-reviews-slide {
        padding: 30px 30px 50px;
        border-width: 4px;
    }

    .b-steps-item {
        width: 33.33%;
    }

    .b-footer .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        padding-top: 35px;
        padding-bottom: 35px;
    }

    .b-footer-text,
    .b-footer-button {
        margin: 30px 15px 0;
    }
}

@media (max-width: 575px) {
    .debug:before {
        content: '575';
    }

    .b-modal-video {
        width: auto;
    }

    .b-header-button {
        display: none;
    }

    .b-homescreen-title {
        font-size: 28px;
    }

    .b-homescreen-subtitle,
    .b-technologies-side-title {
        font-size: 18px;
    }

    .b-homescreen-items {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 60px;
    }

    .b-homescreen-item {
        width: 92% !important;
        height: 70px;
        margin: 4% 4% 0;
        font-size: 16px;
    }

    .b-title {
        font-size: 28px;
    }

    .b-pool {
        background: none;
    }

    .b-pool-tabs {
        font-size: 14px;
    }

    .b-pool-tabs a {
        padding: 10px;
    }

    .b-comfort {
        -webkit-background-size: auto 230px;
        background-size: auto 230px;
    }

    .b-comfort .container {
        padding-bottom: 200px;
    }

    .b-comfort-items {
        display: block;
    }

    .b-comfort-items li {
        width: auto;
        padding: 0 0 0 30px !important;
        text-align: left !important;
    }

    .b-comfort-items li:before {
        right: auto !important;
        left: -1px !important;
    }

    .b-cta-1-form, .b-thanks {
        width: 280px !important;
        text-align: center;
    }

    .b-cta-1-form-title, .b-thanks-title {
        font-size: 24px;
    }

    .b-cta-1-form-subtitle, .b-thanks-title {
        font-size: 18px;
    }

    .b-cta-1-form-inputs {
        margin-top: 30px;
    }

    .input-1, .textarea-1 {
        padding-bottom: 5px;
    }

    .input-1 input, .textarea-1 input {
        font-size: 16px;
    }

    .b-smart-slide-content {
        padding: 30px 15px;
    }

    .b-smart-slide-title {
        font-size: 18px;
    }

    .b-examples-nav {
        margin-top: 30px;
    }

    .b-examples-nav a {
        width: 45px;
        overflow: hidden;
        text-indent: 999px;
        color: transparent;
    }

    .b-quality-item {
        width: 50%;
        padding-left: 30px;
    }

    .b-quality-item:before {
        left: 7px;
    }

    .b-partners {
        background: #f0f6f8;
    }

    .b-partners .container {
        padding-bottom: 44px;
    }

    .b-partners:before {
        display: none;
    }

    .b-partners-items .slick-arrow,
    .b-reviews-slider .slick-arrow,
    .b-certs-slider .slick-arrow,
    .b-technologies-slider .slick-arrow {
        width: 45px;
        height: 45px;
    }

    .b-partners-items .slick-arrow.slick-next,
    .b-reviews-slider .slick-arrow.slick-next,
    .b-certs-slider .slick-arrow.slick-next,
    .b-technologies-slider .slick-arrow.slick-next {
        left: 60px;
    }

    .b-partners-items .slick-arrow:before,
    .b-reviews-slider .slick-arrow:before,
    .b-certs-slider .slick-arrow:before,
    .b-technologies-slider .slick-arrow:before {
        margin: -11px 0 0 -12px;
    }

    .b-technologies-slider .slick-arrow.slick-next {
        left: 45px;
    }

    .b-services-items {
        display: block;
    }

    .b-services-item {
        width: auto;
    }

    .b-reviews-slider {
        padding-bottom: 20px;
    }

    .b-reviews-slide {
        padding: 15px 15px 30px;
        text-align: center;
    }

    .b-reviews-slide img {
        display: inline;
        -webkit-border-radius: 50%;
        border-radius: 50%;
    }

    .b-reviews-slide.slick-slide {
        display: block;
    }

    .b-reviews-slide-content {
        margin: 30px 0 0;
    }

    .b-certs-slider {
        padding-bottom: 100px;
    }

    .b-certs-slide {
        margin: 0 15px;
    }

    .b-steps-item {
        width: 50%;
        margin: 10px 0 0;
        font-size: 13px;
    }

    .b-steps-item-content {
        margin: 0 5px;
        padding: 10px;
    }

    .b-technologies-sides {
        display: block;
    }

    .b-technologies-side {
        width: auto;
    }
}

@media (max-width: 320px) {
    .debug:before {
        content: '320';
    }
}
