/*; fonts.css ;*/

@font-face {
    font-family: 'icomoon';
    src: url("../fonts/icomoon.eot");
    src: url("../fonts/icomoon.eot#iefix") format("embedded-opentype"), url("../fonts/icomoon.woff") format("woff"), url("../fonts/icomoon.ttf") format("truetype"), url("../fonts/icomoon.svg#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url("../fonts/GilroyRegular.eot");
    src: url("../fonts/GilroyRegular.eot#iefix") format("embedded-opentype"), url("../fonts/GilroyRegular.woff") format("woff"), url("../fonts/GilroyRegular.ttf") format("truetype"), url("../fonts/GilroyRegular.svg#GilroyRegular") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url("../fonts/GilroySemiBold.eot");
    src: url("../fonts/GilroySemiBold.eot#iefix") format("embedded-opentype"), url("../fonts/GilroySemiBold.woff") format("woff"), url("../fonts/GilroySemiBold.ttf") format("truetype"), url("../fonts/GilroySemiBold.svg#GilroySemiBold") format("svg");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url("../fonts/GilroyBold.eot");
    src: url("../fonts/GilroyBold.eot#iefix") format("embedded-opentype"), url("../fonts/GilroyBold.woff") format("woff"), url("../fonts/GilroyBold.ttf") format("truetype"), url("../fonts/GilroyBold.svg#GilroyBold") format("svg");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url("../fonts/GilroyMedium.eot");
    src: url("../fonts/GilroyMedium.eot#iefix") format("embedded-opentype"), url("../fonts/GilroyMedium.woff") format("woff"), url("../fonts/GilroyMedium.ttf") format("truetype"), url("../fonts/GilroyMedium.svg#GilroyMedium") format("svg");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url("../fonts/GilroyExtraBold.eot");
    src: url("../fonts/GilroyExtraBold.eot#iefix") format("embedded-opentype"), url("../fonts/GilroyExtraBold.woff") format("woff"), url("../fonts/GilroyExtraBold.ttf") format("truetype"), url("../fonts/GilroyExtraBold.svg#GilroyExtraBold") format("svg");
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url("../fonts/GilroyRegularItalic.eot");
    src: url("../fonts/GilroyRegularItalic.eot#iefix") format("embedded-opentype"), url("../fonts/GilroyRegularItalic.woff") format("woff"), url("../fonts/GilroyRegularItalic.ttf") format("truetype"), url("../fonts/GilroyRegularItalic.svg#GilroyRegularItalic") format("svg");
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

/*!; normalize.css ;*/

html,
body {
    height: 100%;
}

body {
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: transparent;
    -webkit-text-size-adjust: 100%;
    -webkit-overflow-scrolling: touch;
}

table,
tr,
td {
    border: none;
    margin: 0px;
    padding: 0px;
}

table {
    border-collapse: collapse;
}

img,
button {
    border: 0px;
    outline: none;
}

p,
div,
h1,
h2,
h3,
h4,
h5,
h6,
fieldset,
form,
input,
textarea,
header,
nav,
section,
article,
aside,
footer {
    margin: 0px;
    padding: 0px;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

ul,
li,
ol {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

fieldset {
    border: none;
}

textarea {
    overflow: auto;
    outline: none;
    resize: none;
}

input,
select,
area {
    outline: none;
}

input [type="submit"]::-moz-focus-inner,
input [type="button"]::-moz-focus-inner {
    padding: 0;
    border: 0;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type='number'] {
    -moz-appearance: textfield;
}

::-ms-clear {
    display: none;
}

input:not[type="radio"],
input[type="button"],
input[type="submit"],
button {
    -webkit-appearance: none !important;
    border-radius: 0px !important;
}

/*!; base.css ;*/

body {
    background: #fff;
    color: #000;
    font-size: 14px;
    line-height: 130%;
    font-family: Gilroy;
    font-weight: 500;
    cursor: default;
    height: 100%;
}

@media only screen and (max-width: 650px) {
    body {
        font-size: 14px;
    }
}

a {
    color: #000;
    outline: none;
    text-decoration: none;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.ios a{
    -webkit-transition: all 0s ease;
    -o-transition: all 0s ease;
    transition: all 0s ease;
}

a:hover {
    color: #F07F43;
}

h1 {
    font-size: 48px;
    line-height: 113%;
    font-weight: 600;
    letter-spacing: 0.02em;
}

@media only screen and (max-width: 1236px) {
    h1 {
        font-size: 42px;
    }
}

@media only screen and (max-width: 650px) {
    h1 {
        line-height: 150%;
        font-weight: bold;
        font-size: 24px;
        letter-spacing: 0em;
    }
}

h2 {
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    line-height: 132%;
    letter-spacing: 0.02em;
}

@media only screen and (max-width: 860px) {
    h2 {
        font-size: 28px;
    }
}

@media only screen and (max-width: 650px) {
    h2 {
        font-size: 20px;
    }
}

h3 {
    font-size: 24px;
    font-weight: bold;
    line-height: 130%;
}

@media only screen and (max-width: 650px) {
    h3 {
        font-size: 18px;
    }
}

h4 {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 135%;
}

h5 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    padding-bottom: 18px;
    letter-spacing: 0.07em;
}

.clear {
    clear: both;
    height: 0px;
    font-size: 0px;
}

::-webkit-credentials-auto-fill-button,
::-webkit-contacts-auto-fill-button {
    visibility: hidden;
    pointer-events: none;
    position: absolute;
    right: 0;
}

.b-btn {
    background: #4ECC80;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    height: 61px;
    min-width: 285px;
    padding: 0 15px;
    line-height: 61px;
    border-radius: 30px;
    color: #fff;
    cursor: pointer;
    font: bold 16px Gilroy;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    white-space: nowrap;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media only screen and (max-width: 650px) {
    .b-btn {
        min-width: 280px;
        border-radius: 5px;
        height: 54px;
        line-height: 54px;
        width: 100%;
    }
}

.b-btn:hover {
    background: #5FEC97;
    color: #fff;
}

.b-btn.b-btn_orange {
    background: #F07F43;
}

.b-btn.b-btn_orange:hover {
    background: #FF9A64;
}

.b-btn_small {
    font-size: 14px;
    line-height: 55px;
    height: 55px;
    letter-spacing: 0.02em;
}

@media only screen and (max-width: 650px) {
    .b-btn_small {
        font-size: 16px;
        white-space: nowrap;
        background: #F07F43 !important;
    }
}

.b-btn_pdf {
    position: relative;
    line-height: 61px;
    padding-left: 70px;
    padding-right: 32px;
    min-width: inherit;
    letter-spacing: 0.02em;
}

@media only screen and (max-width: 650px) {
    .b-btn_pdf {
        line-height: 54px;
        background: #4ECC80 !important;
    }
}

.b-btn_pdf:before {
    content: '';
    position: absolute;
    background: url("../img/pdf.svg") no-repeat;
    height: 47px;
    width: 40px;
    top: 11px;
    left: 22px;
    display: inline-block;
}

@media only screen and (max-width: 650px) {
    .b-btn_pdf:before {
        top: 8px;
    }
}

.b-header {
    background: #F4F4F4;
    height: 70px;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    min-width: 320px;
}

@media only screen and (max-width: 999px) {
    .b-header {
        height: 48px;
    }
}

@media only screen and (max-width: 650px) {
    .b-header {
        background: #fff;
    }
}

.b-header .b-wrap {
    position: relative;
}

.b-header.fixed {
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.b-logo {
    float: left;
    margin: 10px 97px 0 0;
    width: 113px;
}

@media only screen and (max-width: 1236px) {
    .b-header .b-logo {
        margin-right: 30px;
    }
}

@media only screen and (max-width: 999px) {
    .b-header .b-logo {
        float: none;
        position: absolute;
        top: -3px;
        left: 50%;
        width: 90px;
        margin-left: -45px;
    }
}

.b-logo__img {
    display: block;
    max-width: 100%;
}

.call-mob {
    display: none;
}

@media only screen and (max-width: 999px) {
    .call-mob {
        display: block;
        position: absolute;
        top: 5px;
        right: 7px;
        text-align: center;
        width: 100px;
        font-size: 12px;
        padding: 27px 0 0;
        white-space: nowrap;
    }
    .call-mob__icon {
        display: block;
        position: absolute;
        background: url("../img/call_mob.png?ver1.2") no-repeat;
        background-size: 100%;
        height: 28px;
        width: 27px;
        top: 2px;
        left: 50%;
        margin-left: -13px;
		font-size:0;
    }
    .call-mob__text {
        display: block;
    }
}

.b-nav {
    float: left;
}

.b-nav__item {
    float: left;
    padding: 26px 45px 0 0;
}

@media only screen and (max-width: 1170px) {
    .b-nav__item {
        padding-right: 25px;
    }
}

.b-nav__item:last-child {
    padding-right: 0;
}

.b-nav__link {
    font-size: 13px;
}

.b-nav__link.active {
    color: #F07F43;
}

.b-header__bg {
    /* background: #fff; */
    height: 70px;
    width: 4000px;
    position: absolute;
    right: -3737px;
    top: 0;
}

@media only screen and (max-width: 1080px) {
    .b-header__bg {
        display: none;
    }
}

.b-header__contacts {
    float: right;
    padding: 18px 0 0;
    text-align: right;
    position: relative;
}

.b-header__phone {
    font-weight: bold;
    display: block;
}

.b-header__link {
    text-transform: uppercase;
    display: inline-block;
    color: #F07F43;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    padding: 4px 0 0;
    border-bottom: 1px solid transparent;
}

.b-header__link:hover {
    border-bottom-color: #F07F43;
}

@media only screen and (max-width: 999px) {
    .b-header__content {
        background: #4ECC80;
        position: fixed;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 1000;
        overflow-y: auto;
        display: none;
    }
}

@media only screen and (max-width: 999px) {
    .menu-opened .b-header__content {
        display: block;
        max-height: 510px;
    }
}

.burger {
    display: none;
    width: 24px;
    height: 17px;
    position: absolute;
    top: 16px;
    left: 15px;
    cursor: pointer;
}

@media only screen and (max-width: 999px) {
    .burger {
        display: block;
    }
}

.burger span,
.burger span:before,
.burger span:after {
    content: '';
    background: #F07F43;
    display: block;
    position: relative;
    width: 24px;
    height: 3px;
    webkit-transition: background .3s ease-out, top .3s 0s ease-out, -webkit-transform .2s .4s ease-out;
    transition: background .3s ease-out, top .3s 0s ease-out, -webkit-transform .2s .4s ease-out;
    -webkit-transition: background .3s ease-out, top .3s 0s ease-out, -webkit-transform .2s .4s ease-out;
    -o-transition: transform .2s .4s ease-out, background .3s ease-out, top .3s 0s ease-out;
    transition: transform .2s .4s ease-out, background .3s ease-out, top .3s 0s ease-out;
    transition: transform .2s .4s ease-out, background .3s ease-out, top .3s 0s ease-out, -webkit-transform .2s .4s ease-out;
}

.burger span:after,
.burger span:before {
    -webkit-transition: top .3s .3s ease-out, -webkit-transform .2s .0s ease-out;
    transition: top .3s .3s ease-out, -webkit-transform .2s .0s ease-out;
    -o-transition: transform .2s .0s ease-out, top .3s .3s ease-out;
    transition: transform .2s .0s ease-out, top .3s .3s ease-out;
    transition: transform .2s .0s ease-out, top .3s .3s ease-out, -webkit-transform .2s .0s ease-out;
}

.burger span:before {
    top: 7px;
}

.burger span:after {
    top: 11px;
}

.burger.opened {
    position: fixed;
    z-index: 99999999;
    height: 34px;
    top: 11px;
    left: 20px;
}

.burger.opened span {
    background: transparent;
}

.burger.opened span:before,
.burger.opened span:after {
    -webkit-transition: top .3s .0s ease-out, -webkit-transform .2s .3s ease-out;
    transition: top .3s .0s ease-out, -webkit-transform .2s .3s ease-out;
    -o-transition: transform .2s .3s ease-out, top .3s .0s ease-out;
    transition: transform .2s .3s ease-out, top .3s .0s ease-out;
    transition: transform .2s .3s ease-out, top .3s .0s ease-out, -webkit-transform .2s .3s ease-out;
    background: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 2px;
    width: 16px;
}

.burger.opened span:before {
    top: 14px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.burger.opened span:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 12px;
}

.menu-opened .b-nav {
    float: none;
    text-align: center;
    margin: 0 23px;
    padding: 54px 0 5px;
}

.menu-opened .b-nav .b-nav__item {
    float: none;
    padding: 0 0 37px;
}

.menu-opened .b-nav .b-nav__item .b-nav__link {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.02em;
}

.menu-opened .b-nav .b-nav__item .b-nav__link.active {
    color: #F07F43;
}

.menu-opened .b-header__contacts {
    float: none;
    text-align: center;
    border-top: 1px solid #83dba6;
    padding: 33px 0;
    margin: 0 23px;
}

.menu-opened .b-header__contacts .b-header__phone {
    display: none;
}

.menu-opened .b-header__contacts .b-header__link {
    color: #fff;
    font-weight: 800;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

.menu-opened .b-header__contacts .b-header__link:hover {
    border-bottom-color: transparent;
}

.b-page {
    overflow: hidden;
}

@media only screen and (max-width: 320px) {
    .b-page {
        width: 320px;
        overflow-x: auto;
    }
}

.b-wrap {
    margin: 0 auto;
    max-width: 1236px;
    position: relative;
    z-index: 200;
}

@media only screen and (max-width: 1236px) {
    .b-wrap {
        padding: 0 20px;
    }
}

.b-section-intro {
    padding-top: 70px;
}

@media only screen and (max-width: 999px) {
    .b-section-intro {
        background: url("../img/head_bg_mob.png") no-repeat 80% center;
    }
}

@media only screen and (max-width: 650px) {
    .b-section-intro {
        background-position: 45% 53px;
        padding-top: 62px;
    }
}

.b-section-intro .b-wrap {
    display: table;
    width: 100%;
}

@media only screen and (max-width: 999px) {
    .b-section-intro .b-wrap {
        display: block;
    }
}

.text-orange {
    color: #F07F43;
}

.text-green {
    color: #4ECC80;
}

.form-content-left {
    width: 587px;
    float: left;
    padding: 65px 0 68px;
}

@media only screen and (max-width: 1236px) {
    .form-content-left {
        width: 50%;
        padding-right: 20px;
        padding-bottom: 30px;
    }
}

@media only screen and (max-width: 999px) {
    .form-content-left {
        width: 100%;
        float: none;
        padding-top: 20px;
    }
}

@media only screen and (max-width: 650px) {
    .form-content-left {
        padding-bottom: 2px;
        padding-right: 0;
    }
}

.b-headline {
    padding-bottom: 14px;
}

@media only screen and (max-width: 650px) {
    .b-headline {
        padding-bottom: 0;
    }
}

@media only screen and (max-width: 480px) {
    .b-headline {
        max-width: 300px;
    }
}

.text-desktop {
    display: block;
}

@media only screen and (max-width: 480px) {
    .text-desktop {
        display: none;
    }
}

.text-mob {
    display: none;
}

@media only screen and (max-width: 480px) {
    .text-mob {
        display: block;
    }
}

.b-text {
    font-size: 18px;
    line-height: 135%;
    padding-bottom: 30px;
    max-width: 435px;
    letter-spacing: 0.01em;
}

@media only screen and (max-width: 650px) {
    .b-text {
        max-width: none;
        line-height: 150%;
        font-weight: bold;
        padding-bottom: 24px;
        font-size: 22px;
    }
}

@media only screen and (max-width: 480px) {
    .b-text {
        max-width: 300px;
    }
}

.b-text br {
    display: none;
}

@media only screen and (max-width: 480px) {
    .b-text br {
        display: block;
    }
}

.b-form {
    padding: 51px 0 0;
    max-width: 285px;
}

@media only screen and (max-width: 1236px) {
    .b-form {
        padding-top: 20px;
    }
}

@media only screen and (max-width: 650px) {
    .b-form {
        padding-top: 0;
        max-width: inherit;
    }
}

@media only screen and (max-width: 480px) {
    .b-form {
        max-width: 100%;
    }
}

.b-form .b-btn {
    margin-top: 10px;
}

@media only screen and (max-width: 650px) {
    .b-form .b-btn {
        margin-top: 5px;
    }
}

.b-form__text {
    font-weight: bold;
    font-size: 16px;
    line-height: 132%;
    padding-bottom: 30px;
}

@media only screen and (max-width: 650px) {
    .b-form__text {
        font-size: 14px;
        line-height: 150%;
        text-indent: 32px;
        position: relative;
        padding-bottom: 19px;
    }
    .b-form__text:before {
        content: '';
        position: absolute;
        background: #F07F43;
        height: 2px;
        width: 23px;
        top: 8px;
        left: 0px;
    }
}

.form-group {
    position: relative;
    margin-bottom: 30px;
}

@media only screen and (max-width: 650px) {
    .form-group {
        margin-bottom: 23px;
    }
}

.form__input-label {
    top: -5px;
    left: 0px;
    font-size: 14px;
    font-family: Gilroy;
    color: #000;
    font-weight: 500;
    pointer-events: none;
    position: absolute;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

@media only screen and (max-width: 650px) {
    .form__input-label {
        font-size: 14px;
    }
}

.form__input-label.focus {
    top: -19px;
    left: 1px;
    font-size: 10px !important;
    color: #4ECC80;
}

label.error {
    color: #f10;
    position: absolute;
    bottom: -19px;
    left: 0;
    pointer-events: none;
}

@media only screen and (max-width: 650px) {
    label.error {
        font-size: 10px;
        bottom: -15px;
    }
}

.b-input {
    border: 0px;
    background: none;
    border-bottom: 2px solid #909090;
    height: 20px;
    width: 100%;
    font: normal 14px Gilroy;
    border-radius: 0px !important;
}

@media only screen and (max-width: 650px) {
    .b-input {
        height: 21px;
        max-width: inherit;
        font-size: 14px;
        border-bottom-width: 1px;
    }
}

@media only screen and (max-width: 480px) {
    .b-input {
        max-width: 232px;
    }
}

.form-content-right {
    width: 558px;
    float: right;
    padding: 72px 0 68px;
    margin-left: auto;
    position: relative;
}

@media only screen and (max-width: 1236px) {
    .form-content-right {
        width: 50%;
    }
}

@media only screen and (max-width: 999px) {
    .form-content-right {
        width: 100%;
        float: none;
        padding-top: 0px;
        padding-bottom: 30px;
    }
}

@media only screen and (max-width: 650px) {
    .form-content-right {
        padding-bottom: 0px;
        padding-top: 20px;
    }
}

.form-content-right img {
    display: block;
    max-width: 100%;
    max-height: inherit;
}

@media only screen and (max-width: 999px) {
    .form-content-right img {
        display: none;
    }
}

.b-hd-mob {
    display: none;
}

@media only screen and (max-width: 650px) {
    .b-hd-mob {
        display: block;
        padding-bottom: 13px !important;
    }
}

.b-section1__bg {
    background: #4ECC80;
    width: 4000px;
    position: absolute;
    right: -3739px;
    top: 0;
    height: 100%;
}

@media only screen and (max-width: 999px) {
    .b-section1__bg {
        display: none;
    }
}

.b-section1__info {
    background: #fff;
    /*border: 1px solid #e3e3e3;*/
    border-bottom: 0px;
    padding: 25px 0;
    position: absolute;
    bottom: 0px;
    left: -147px;
    min-width: 444px;
    font-size: 0;
}

@media only screen and (max-width: 1236px) {
    .b-section1__info {
        left: -100px;
    }
}

@media only screen and (max-width: 999px) {
    .b-section1__info {
        position: static;
        left: 0;
        width: 100%;
        border: 1px solid #e3e3e3;
    }
}

@media only screen and (max-width: 650px) {
    .b-section1__info {
        border: 0px;
        padding: 0px;
        min-width: inherit;
    }
}

.b-info-box {
    display: inline-block;
    vertical-align: top;
    width: 33.33%;
    text-align: center;
}

.b-info-box:first-child {
    padding-left: 11px;
}

@media only screen and (max-width: 650px) {
    .b-info-box:first-child {
        padding-left: 0;
    }
}

.b-info-box:nth-child(2) img {
    width: 62px;
    position: relative;
    top: 6px;
}

@media only screen and (max-width: 650px) {
    .b-info-box:nth-child(2) img {
        height: 43px;
        width: 50px;
        top: 0px;
    }
}

.b-info-box:nth-child(3) img {
    position: relative;
    top: 6px;
}

@media only screen and (max-width: 650px) {
    .b-info-box:nth-child(3) img {
        height: 45px;
        width: 40px;
        top: -1px;
    }
}

.b-info-box:nth-child(3) {
    padding-right: 8px;
}

@media only screen and (max-width: 650px) {
    .b-info-box:nth-child(3) {
        padding-right: 0;
    }
}

.b-info-box__icon {
    margin: 0 auto 10px;
    width: 53px;
    position: relative;
    height: 58px;
}

@media only screen and (max-width: 650px) {
    .b-info-box__icon {
        height: 45px;
        width: 45px;
    }
}

.b-info-box__icon img {
    display: block;
    margin: 0 auto;
}

@media only screen and (max-width: 650px) {
    .b-info-box__icon img {
        height: 45px;
        width: 43px;
    }
}

.b-info-box__text {
    font-size: 13px;
    font-weight: 600;
    display: block;
}

@media only screen and (max-width: 650px) {
    .b-info-box__text {
        font-size: 14px;
        position: relative;
        top: -3px;
    }
}
@media only screen and (max-width: 370px) {
    .b-info-box__text {
        font-size: 12px;
    }
}

.img-mob {
    display: none;
}

@media only screen and (max-width: 999px) {
    .img-mob {
        display: block;
        height: 123px;
        left: 25%;
        position: relative;
        top: -70px;
    }
    .img-mob img {
        max-width: 100%;
        height: auto;
    }
}

@media only screen and (max-width: 999px) and (max-width: 650px) {
    .img-mob img {
        margin: -15px auto 0;
        display: block;
    }
}

@media only screen and (max-width: 650px) {
    .img-mob {
        top: 0;
        left: 0;
        text-align: center;
        height: 214px;
    }
}

.b-section-experience {
    background: #f5f5f5;
    position: relative;
    padding: 70px 0 75px;
    overflow: hidden;
}

@media only screen and (max-width: 650px) {
    .b-section-experience {
        background: none;
        padding: 22px 0 0;
    }
}

@media only screen and (max-width: 650px) {
    .b-section-experience h2 {
        padding-bottom: 0;
    }
}

@media only screen and (max-width: 480px) {
    .b-section-experience h2 {
        max-width: 260px;
    }
}

.text-bg {
    color: #f0f0f0;
    font-size: 198px;
    line-height: 100%;
    font-weight: 900;
    position: absolute;
    top: -26px;
    left: 0;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    white-space: nowrap;
}

@media only screen and (max-width: 1236px) {
    .text-bg {
        font-size: 170px;
        top: -10px;
    }
}

@media only screen and (max-width: 1170px) {
    .text-bg {
        font-size: 130px;
    }
}

@media only screen and (max-width: 999px) {
    .text-bg {
        font-size: 100px;
    }
}

@media only screen and (max-width: 650px) {
    .text-bg {
        display: none;
    }
}

.b-headline2 {
    padding-bottom: 30px;
    max-width: 800px;
    margin-right: auto;
    margin-left: auto;
}

@media only screen and (max-width: 860px) {
    .b-headline2 {
        max-width: 640px;
    }
}

.cost-wrap {
    display: table;
    width: 100%;
}

.cost-box {
    width: 33.33%;
    float: left;
}

.cost-box .b-btn {
    padding-top: 19px;
}

@media only screen and (max-width: 650px) {
    .cost-box .b-btn {
        padding-top: 0;
    }
}

.cost-box:first-child {
    text-align: right;
    padding-top: 43px;
    width: 30%;
}

@media only screen and (max-width: 1170px) {
    .cost-box:first-child {
        width: 35%;
    }
}

@media only screen and (max-width: 999px) {
    .cost-box:first-child {
        width: 50%;
        text-align: left;
        position: relative;
    }
}

@media only screen and (max-width: 650px) {
    .cost-box:first-child {
        width: 100%;
        padding-top: 0;
        margin: 0 auto;
    }
}

.cost-box:first-child .cost-info__item {
    padding-right: 12px;
    padding-left: 34px;
    position: relative;
    font-weight: 600;
}

@media only screen and (max-width: 999px) {
    .cost-box:first-child .cost-info__item {
        padding-left: 12px;
        padding-right: 34px;
    }
}

@media only screen and (max-width: 480px) {
    .cost-box:first-child .cost-info__item {
        padding-left: 9px;
    }
}

.cost-box:first-child .cost-info__item.cost-info__item_mob {
    display: none;
}

@media only screen and (max-width: 480px) {
    .cost-box:first-child .cost-info__item.cost-info__item_mob {
        display: block;
    }
}

.cost-box:first-child .cost-info__item:before {
    content: '';
    position: absolute;
    background: #F07F43;
    height: 4px;
    width: 4px;
    border-radius: 100%;
    top: 9px;
    right: -5px;
}

@media only screen and (max-width: 999px) {
    .cost-box:first-child .cost-info__item:before {
        right: auto;
        left: -5px;
    }
}

@media only screen and (max-width: 650px) {
    .cost-box:first-child .cost-info__item:before {
        height: 4px;
        width: 4px;
        top: 5px;
    }
}

@media only screen and (max-width: 480px) {
    .cost-box:first-child .cost-info__item:before {
        left: -2px;
        top: 6px;
    }
}

.cost-box:first-child .b-btn {
    margin-right: -8px;
}

.cost-box:nth-child(2) {
    width: 40%;
    padding-top: 20px;
}

@media only screen and (max-width: 1170px) {
    .cost-box:nth-child(2) {
        width: 30%;
        -ms-flex-item-align: center;
        align-self: center;
    }
}

@media only screen and (max-width: 999px) {
    .cost-box:nth-child(2) {
        display: none;
    }
}

.cost-box:nth-child(2) img {
    position: relative;
    left: 21px;
    max-width: 100%;
}

.cost-box:last-child {
    padding-top: 43px;
    width: 30%;
    position: relative;
    right: -10px;
}

@media only screen and (max-width: 1170px) {
    .cost-box:last-child {
        width: 35%;
    }
}

@media only screen and (max-width: 999px) {
    .cost-box:last-child {
        width: 50%;
    }
}

@media only screen and (max-width: 650px) {
    .cost-box:last-child {
        width: 100%;
        right: 0;
        margin: 0 auto;
        padding-top: 60px;
    }
}

@media only screen and (max-width: 480px) {
    .cost-box:last-child {
        padding-top: 37px;
    }
}

.cost-box:last-child .cost-headline__bord {
    border-bottom-color: #4ECC80;
}

.cost-box:last-child .cost-price {
    right: -1px;
}

.cost-box:last-child .cost-info {
    position: relative;
    left: 7px;
}

@media only screen and (max-width: 650px) {
    .cost-box:last-child .cost-info {
        left: 0;
    }
}

.cost-box:last-child .cost-note {
    right: 0px;
}

.cost-box:last-child .cost-info__item {
    padding-left: 12px;
    padding-right: 34px;
    position: relative;
}

.cost-box:last-child .cost-info__item.cost-info__item_mob {
    display: none;
}

@media only screen and (max-width: 480px) {
    .cost-box:last-child .cost-info__item.cost-info__item_mob {
        display: block;
    }
}

@media only screen and (max-width: 480px) {
    .cost-box:last-child .cost-info__item {
        font-weight: 600;
    }
}

.cost-box:last-child .cost-info__item:before {
    content: '';
    position: absolute;
    background: #4ECC80;
    height: 4px;
    width: 4px;
    border-radius: 10px;
    top: 9px;
    left: -5px;
}

@media only screen and (max-width: 650px) {
    .cost-box:last-child .cost-info__item:before {
        height: 5px;
        width: 5px;
        top: 5px;
    }
}

@media only screen and (max-width: 480px) {
    .cost-box:last-child .img-mob {
        left: -12px;
        margin-bottom: 8px;
    }
}

.cost-headline {
    padding-bottom: 37px;
}

@media only screen and (max-width: 650px) {
    .cost-headline {
        padding-bottom: 22px;
    }
}

@media only screen and (max-width: 480px) {
    .cost-headline {
        position: relative;
        top: -12px;
        padding-bottom: 10px;
    }
}

.cost-headline__bord {
    border-bottom: 10px solid #F07F43;
}

@media only screen and (max-width: 650px) {
    .cost-headline__bord {
        border-bottom-width: 7px;
    }
}

.cost-headline__bord span {
    position: relative;
    bottom: -8px;
}

.cost-info {
    padding-bottom: 14px;
    min-height: 240px;
}

@media only screen and (max-width: 999px) {
    .cost-info {
        min-height: 200px;
    }
}

@media only screen and (max-width: 650px) {
    .cost-info {
        min-height: inherit;
    }
}

.cost-info__item {
    line-height: 148%;
    padding: 0 0 12px;
    letter-spacing: 0.02em;
}

@media only screen and (max-width: 480px) {
    .cost-info__item {
        padding-bottom: 8px;
    }
}

.cost-price {
    padding-bottom: 19px;
    font-weight: normal;
    font-size: 18px;
    line-height: 130%;
    position: relative;
    right: -5px;
}

@media only screen and (max-width: 480px) {
    .cost-price {
        display: none;
    }
}

.cost-price strong {
    font-weight: bold;
    font-size: 24px;
    margin-left: 7px;
}

.cost-note {
    display: block;
    font-size: 12px;
    font-style: italic;
    padding-bottom: 25px;
    letter-spacing: 0.02em;
    position: relative;
    right: -8px;
}

@media only screen and (max-width: 480px) {
    .cost-note {
        font-weight: 600;
        right: 0;
    }
}

.b-section-systems {
    padding: 68px 0 36px;
}

@media only screen and (max-width: 650px) {
    .b-section-systems {
        padding-top: 23px;
        padding-bottom: 0;
    }
}

.b-section-systems .b-headline2 {
    padding-bottom: 52px;
}

.b-section-systems .b-headline2 br {
    display: none;
}

@media only screen and (max-width: 480px) {
    .b-section-systems .b-headline2 br {
        display: block;
    }
}

@media only screen and (max-width: 650px) {
    .b-section-systems .b-headline2 {
        padding-bottom: 21px;
    }
}

.system-wrap {
    font-size: 0;
    position: relative;
    left: -100px;
    margin-right: -100px;
}

@media only screen and (max-width: 1236px) {
    .system-wrap {
        left: -3%;
        margin-right: -3%;
    }
}

@media only screen and (max-width: 999px) {
    .system-wrap {
        left: -4%;
        margin-right: -4%;
    }
}

@media only screen and (max-width: 650px) {
    .system-wrap {
        left: 0;
        margin-right: 0;
    }
}

.system-box {
    width: 344px;
    border: 2px solid #efefef;
    display: inline-block;
    margin-left: 100px;
    margin-bottom: 50px;
}

@media only screen and (max-width: 1236px) {
    .system-box {
        width: 30%;
        margin-left: 3%;
    }
}

@media only screen and (max-width: 999px) {
    .system-box {
        width: 46%;
        margin-left: 4%;
        max-width: none;
        margin-bottom: 4%;
    }
}

@media only screen and (max-width: 650px) {
    .system-box {
        width: 33.33%;
        border: 0px;
        display: inline-block;
        vertical-align: top;
        margin-bottom: 20px;
        margin-left: 0;
    }
}
@media only screen and (max-width: 370px) {
    .system-box{
        width: 50%;
    }
}

.system-box:first-child .system-box__icon img {
    left: 5px;
    top: -7px;
}

@media only screen and (max-width: 650px) {
    .system-box:nth-child(2) .system-box__icon img img,
    .system-box:nth-child(3) .system-box__icon img img {
        position: relative;
        top: -3px;
    }
}

.system-box:nth-child(3) .system-box__info span {
    position: relative;
    left: -7px;
}

@media only screen and (max-width: 650px) {
    .system-box:nth-child(3) .system-box__info span {
        left: 0;
    }
}

.system-box__icon {
    width: 120px;
    float: left;
    border-right: 2px solid #efefef;
    height: 120px;
    position: relative;
}

@media only screen and (max-width: 650px) {
    .system-box__icon {
        border: 0px;
        width: 44px;
        margin: 0 auto;
        height: 44px;
        float: none;
    }
}

.system-box__icon img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: block;
}

@media only screen and (max-width: 650px) {
    .system-box__icon img {
        max-width: 100%;
        max-height: 100%;
    }
}

.system-box__info {
    font-size: 19px;
    height: 120px;
    max-width: 220px;
    margin-left: 120px;
    line-height: 120px;
    text-align: center;
    vertical-align: middle;
}

@media only screen and (max-width: 999px) {
    .system-box__info {
        font-size: 17px;
    }
}

@media only screen and (max-width: 650px) {
    .system-box__info {
        font-size: 13px;
        margin-left: 0;
        display: block;
        height: auto;
        line-height: 130%;
        padding-top: 3px;
    }
}


.system-box__info span {
    text-align: left;
    max-width: 140px;
    margin: 0 auto;
    display: inline-block;
    vertical-align: middle;
    line-height: 130%;
}

@media only screen and (max-width: 650px) {
    .system-box__info span {
        font-weight: bold;
        text-align: center;
    }
}

.b-section-reasons {
    background: url("../img/reasons_bg.png") no-repeat top center;
    background-size: cover;
}

@media only screen and (max-width: 650px) {
    .b-section-reasons {
        background: none;
    }
}

.b-section-reasons .b-wrap {
    padding: 71px 0;
}
@media only screen and (max-width: 999px) {
    .b-section-reasons .b-wrap{
        padding-right: 10px;
    }
}
@media only screen and (max-width: 650px) {
    .b-section-reasons .b-wrap {
        padding: 13px 20px;
    }
}

.b-section-reasons .b-headline2 {
    padding-bottom: 47px;
}

@media only screen and (max-width: 650px) {
    .b-section-reasons .b-headline2 {
        padding-bottom: 15px;
    }
}

@media only screen and (max-width: 480px) {
    .b-section-reasons .b-headline2 {
        max-width: 244px;
    }
    .b-section-reasons .b-headline2 br {
        display: none;
    }
}

.flex_row,
.reason-wrap,
.reason-box,
.product__preview,
.important-wrap,
.guarantee-wrap,
.opinion-wrap,
.b-contacts-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media only screen and (max-width: 650px) {
    .reason-wrap {
        position: relative;
        padding-bottom: 14px;
    }
}

.custom-paging2 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20px;
    text-align: center;
}

.custom-paging2 li {
    display: none;
    font-weight: bold;
    font-size: 14px;
}

.custom-paging2 li.slick-active {
    display: block;
}

.reason-col {
    width: 49.5%;
    padding: 0 0 0 30px;
}

@media only screen and (max-width: 650px) {
    .reason-col {
        width: 100% !important;
        padding: 10px 0 0 1px;
    }
}

.reason-col:last-child {
    width: 50.5%;
}

.reason-col:last-child .reason-box:last-child .reason-text-bg {
    top: -10px;
}

.reason-col:last-child .reason-box:last-child .reason-box__num > span {
    font-size: 80px;
    top: 4px;
}

.reason-col:last-child .reason-box:last-child .reason-box__num > span > span {
    top: -3px;
}

@media only screen and (max-width: 650px) {
    .reason-col:last-child .reason-box:last-child .reason-box__num {
        border-left: 0;
    }
}

@media only screen and (max-width: 650px) {
    .reason-col:last-child .reason-box:last-child .reason-box__num:before {
        left: -4px;
    }
}

@media only screen and (max-width: 650px) {
    .reason-col:last-child .reason-box:last-child .reason-box__num:after {
        left: -1px;
    }
}

.reason-col:last-child .reason-box:last-child .reason-box__text {
    max-width: 420px;
}

.reason-box {
    margin: 0 0 66px;
}

@media only screen and (max-width: 1170px) {
    .reason-box {
        display: block;
    }
}

@media only screen and (max-width: 650px) {
    .reason-box {
        margin-bottom: 0px;
        padding-bottom: 17px;
        position: relative;
    }
}

.reason-box:nth-child(2) .reason-text-bg {
    top: -4px;
}

.reason-box:last-child {
    margin-bottom: 53px;
}

@media only screen and (max-width: 650px) {
    .reason-box:last-child {
        margin-bottom: 0;
    }
}

.reason-box__num {
    height: 78px;
    width: 78px;
    margin-right: 30px;
    background: #83dba6;
}

@media only screen and (max-width: 1170px) {
    .reason-box__num {
        margin-right: 0 !important;
        float: left;
    }
}

@media only screen and (max-width: 650px) {
    .reason-box__num {
        background: none;
        border-left: 1px solid #baffe9;
        margin-right: 0;
        float: none;
        position: absolute;
        top: 0;
        left: 3px;
        height: 100%;
        width: 7px;
    }
    .reason-box__num:before {
        content: '';
        position: absolute;
        border: 1px solid #baffe9;
        height: 7px;
        width: 7px;
        background: #fff;
        top: 0;
        left: -5px;
        border-radius: 100%;
    }
    .reason-box__num:after {
        content: '';
        position: absolute;
        background: #baffe9;
        height: 3px;
        width: 3px;
        border-radius: 100%;
        top: 3px;
        left: -2px;
    }
}

.reason-box__num > span {
    color: #83dba6;
    font-size: 75px;
    line-height: 78px;
    display: block;
    position: relative;
    left: -12px;
    top: 2px;
    font-weight: 800;
}

@media only screen and (max-width: 650px) {
    .reason-box__num > span {
        display: none;
    }
}

.reason-box__num > span > span {
    color: #fff;
    font-size: 70px;
    display: block;
    position: absolute;
    left: 2px;
    top: 0px;
}

.reason-box__text {
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 410px;
    min-height: 78px;
    vertical-align: middle;
    line-height: 72px;
}

@media only screen and (max-width: 1170px) {
    .reason-box__text {
        padding-left: 20px;
        margin-left: 78px;
    }
}

@media only screen and (max-width: 650px) {
    .reason-box__text {
        max-width: none;
        min-height: inherit;
        line-height: normal;
        margin-left: 0;
        padding-left: 15px;
        vertical-align: top;
        position: relative;
        top: -3px;
    }
}

.reason-box__text p {
    font-weight: normal;
    font-size: 18px;
    line-height: 130%;
    letter-spacing: 0.02em;
    color: #363333;
    display: inline-block;
    vertical-align: middle;
    padding-top: 7px;
}

@media only screen and (max-width: 860px) {
    .reason-box__text p {
        font-size: 16px;
    }
}

@media only screen and (max-width: 650px) {
    .reason-box__text p {
        font-size: 14px;
        vertical-align: top;
        line-height: 140%;
    }
}

.reason-box__text p strong {
    font-weight: 600;
    text-transform: uppercase;
}

@media only screen and (max-width: 650px) {
    .reason-box__text p strong {
        text-transform: none;
    }
}

.reason-text-bg {
    position: absolute;
    top: -19px;
    left: 0;
    color: #4ECC80;
    opacity: .2;
    font-size: 48px;
    line-height: 100%;
    font-weight: 800;
    text-transform: uppercase;
}

@media only screen and (max-width: 1170px) {
    .reason-text-bg {
        left: 20px;
        font-size: 35px;
        top: -10px !important;
    }
}

@media only screen and (max-width: 860px) {
    .reason-text-bg {
        font-size: 26px;
    }
}

@media only screen and (max-width: 650px) {
    .reason-text-bg {
        position: relative;
        top: -3px !important;
        color: #a1f5da;
        opacity: 1;
        font-size: 20px;
        font-weight: 900;
        left: 0;
    }
}

.reason-note {
    color: #4A4949;
    font-size: 18px;
    font-style: italic;
    padding: 0 0 0 20px;
}

@media only screen and (max-width: 650px) {
    .reason-note {
        display: none;
    }
}

.b-section-products .b-wrap {
    padding: 72px 0 30px;
}

@media only screen and (max-width: 650px) {
    .b-section-products .b-wrap {
        padding: 0;
    }
}

.b-section-products .b-headline2 {
    padding-bottom: 41px;
}

@media only screen and (max-width: 650px) {
    .b-section-products .b-headline2 {
        padding-bottom: 20px;
    }
}

.sorter {
    padding: 0 0 40px;
    font-size: 0;
    text-align: center;
    position: relative;
    left: 10px;
}

@media only screen and (max-width: 1236px) {
    .sorter {
        left: 0;
    }
}

@media only screen and (max-width: 650px) {
    .sorter {
        text-align: left;
        padding: 0 20px 9px;
    }
}

.sorter__link {
    color: #4A4949;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 48px;
    padding: 0 35px 0 50px;
    display: inline-block;
    vertical-align: top;
    font-weight: 600;
    margin-right: -13px;
    cursor: pointer;
}

@media only screen and (max-width: 1170px) {
    .sorter__link {
        padding: 0 20px 0 40px;
    }
}

@media only screen and (max-width: 999px) {
    .sorter__link {
        border: 1px solid #000;
        margin: 0 5px 10px;
        padding: 0 20px;
        border-radius: 30px;
        font-size: 16px;
        line-height: 40px;
    }
}

@media only screen and (max-width: 860px) {
    .sorter__link {
        margin-right: 10px;
        margin-left: 10px;
    }
}

@media only screen and (max-width: 650px) {
    .sorter__link {
        font-size: 12px;
        min-width: 74px;
        padding: 0 7px;
        border-color: #5b5b5b;
        height: 24px;
        line-height: 22px;
        margin: 0 9px 9px 0;
        text-align: center;
        text-transform: none;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
}

.sorter__link.active {
    background: #fff;
    border-radius: 30px;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    position: relative;
    cursor: default;
}

@media only screen and (max-width: 999px) {
    .sorter__link.active {
        border-color: #F07F43;
        background: #F07F43;
        color: #fff;
    }
}

@media only screen and (max-width: 650px) {
    .sorter__link.active {
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

.sorter__link.active:hover {
    color: #4A4949;
}

.sorter__link.active:before {
    content: "\e92a";
    color: #f07f43;
    font-size: 16px;
    line-height: 20px;
    left: 25px;
    position: absolute;
    top: 14px;
    font-family: icomoon;
}

@media only screen and (max-width: 1170px) {
    .sorter__link.active:before {
        left: 15px;
    }
}

@media only screen and (max-width: 999px) {
    .sorter__link.active:before {
        display: none;
    }
}

.products-list {
    font-size: 0;
    padding: 10px 27px 0;
    opacity: 1!important
}
.hide-category{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    opacity: 0;
    pointer-events: none;
    overflow: hidden;
}

@media only screen and (max-width: 1236px) {
    .products-list {
        padding: 0;
    }
}

.product {
    width: 33.33%;
    display: inline-block;
    vertical-align: top;
    max-width: 352px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    padding: 34px 17px 85px;
    position: relative;
    background: #fff;
    margin: 0 20px 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.product .btn-center{
    position: absolute;
    left: 0px;
    bottom: 30px;
    width: 100%;
    padding: 0 15px 0 15px;
}

@media only screen and (max-width: 1170px) {
    .product .b-btn_small {
        min-width: inherit;
        width: 100%;
    }
}

@media only screen and (max-width: 650px) {
    .product .b-btn_small {
        max-width: 100%;
    }
    .product .btn-center{
        bottom: 0;
    }
    .products-list .slick-slide{
        min-height: 280px;
		height:auto
    }
}

@media only screen and (max-width: 480px) {
    .product .b-btn_small {
        max-width: 100%;
    }
}

@media only screen and (max-width: 1236px) {
    .product {
        width: 30%;
        margin-right: 1.5%;
        margin-left: 1.5%;
    }
}

@media only screen and (max-width: 999px) {
    .product {
        width: 47%;
        max-width: none;
    }
}

@media only screen and (max-width: 650px) {
    .product {
        -webkit-box-shadow: none;
        box-shadow: none;
        padding: 0 20px;
        margin: 0;
        width: 100%;
        border-radius: 0px;
        display: block;
        padding-bottom: 55px;
    }
}

.product__bg {
    color: #fcfcfc;
    font-size: 64px;
    line-height: 100%;
    text-transform: uppercase;
    position: absolute;
    top: 6px;
    left: 0;
    width: 100%;
    text-align: center;
    font-weight: 900;
}

@media only screen and (max-width: 650px) {
    .product__bg {
        display: none;
    }
}

.product__hd {
    text-align: center;
    text-transform: uppercase;
    position: relative;
}

@media only screen and (max-width: 650px) {
    .product__hd {
        text-align: left;
        margin-left: 146px;
    }
}

@media only screen and (max-width: 370px) {
    .product__hd {
        font-size: 14px;
    }
}

.product__preview {
    width: 100%;
}

@media only screen and (max-width: 650px) {
    .product__preview {
        display: table;
        margin-bottom: 26px;
        min-height: 185px;
    }
}

@media only screen and (max-width: 370px) {
    .product__preview {
        min-height: 161px;
    }
}

.product__price-mob {
    display: none;
}

@media only screen and (max-width: 650px) {
    .product__price-mob {
        display: block;
        font-size: 14px;
        font-weight: 600;
        padding-bottom: 8px;
        padding-top: 7px;
    }
}

@media only screen and (max-width: 370px) {
    .product__price-mob {
        font-size: 12px;
        padding-bottom: 10px;
    }
}

.product__img {
    width: 50%;
    position: relative;
    height: 209px;
    left: -6px;
}

@media only screen and (max-width: 650px) {
    .product__img {
        height: 158px;
        width: 125px;
        border: 1px solid #e8e8e8;
        left: 0;
        float: left;
        top: -18px;
    }
}

@media only screen and (max-width: 370px) {
    .product__img {
        top: -15px;
    }
}

.product__img img {
    display: block;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    max-width: 100%;
    max-height: 100%;
}

@media only screen and (max-width: 650px) {
    .product__img img {
        max-width: 80%;
        max-height: 80%;
    }
}

.product__img:before {
    content: '';
    position: absolute;
    background: #ecfcf2;
    border-radius: 100%;
    height: 134px;
    width: 134px;
    top: 50%;
    left: 50%;
    margin-top: -67px;
    margin-left: -67px;
}

@media only screen and (max-width: 650px) {
    .product__img:before {
        display: none;
    }
}

.product__info {
    width: 50%;
    padding: 9px 0 0;
    height: 220px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    vertical-align: middle;
    line-height: 220px;
}

@media only screen and (max-width: 650px) {
    .product__info {
        line-height: normal;
        height: inherit;
        padding: 0 0 0 21px;
        margin-left: 125px;
        width: auto;
    }
}

.product__info-wrap {
    display: inline-block;
    vertical-align: middle;
}

.product__info-row {
    display: block;
    position: relative;
    color: rgba(0, 0, 0, 0.8);
    font-size: 14px;
    line-height: 130%;
    padding: 0 0 14px 40px;
}

@media only screen and (max-width: 650px) {
    .product__info-row {
        padding-left: 29px;
        padding-bottom: 11px;
    }
    .product__info-row:after {
        content: '';
        position: absolute;
        background: #e8e8e8;
        height: 1px;
        width: 200px;
        bottom: 6px;
        left: 29px;
    }
}

@media only screen and (max-width: 370px) {
    .product__info-row {
        font-size: 12px;
        padding-left: 21px;
        padding-bottom: 8px;
    }
    .product__info-row:after {
        background: none;
    }
}

.product__info-row sup {
    font-size: 8px;
    line-height: 8px;
}

.product__info-row:before {
    font-family: icomoon;
}

.product__info-row.product__info-1:before {
    content: "\e918";
    color: #f07f43;
    font-size: 22px;
    line-height: 22px;
    position: absolute;
    top: -4px;
    left: 3px;
}

@media only screen and (max-width: 650px) {
    .product__info-row.product__info-1:before {
        font-size: 18px;
        line-height: 18px;
        left: 1px;
        top: 0;
    }
}

@media only screen and (max-width: 370px) {
    .product__info-row.product__info-1:before {
        left: 0px;
        font-size: 14px;
        top: -2px;
    }
}

.product__info-row.product__info-2:before {
    content: "\e919";
    color: #f07f43;
    font-size: 25px;
    line-height: 25px;
    position: absolute;
    top: -4px;
    left: -1px;
}

@media only screen and (max-width: 650px) {
    .product__info-row.product__info-2:before {
        font-size: 19px;
        line-height: 19px;
        left: -1px;
        top: 0;
    }
}

@media only screen and (max-width: 370px) {
    .product__info-row.product__info-2:before {
        left: -2px;
        font-size: 15px;
        top: -3px;
    }
}

.product__info-row.product__info-3:before {
    content: "\e91a";
    color: #f07f43;
    font-size: 27px;
    line-height: 27px;
    position: absolute;
    top: -4px;
    left: 3px;
}

@media only screen and (max-width: 650px) {
    .product__info-row.product__info-3:before {
        font-size: 22px;
        line-height: 22px;
        left: 2px;
        top: 0;
    }
}

@media only screen and (max-width: 370px) {
    .product__info-row.product__info-3:before {
        left: -2px;
        font-size: 19px;
        top: -3px;
    }
}

.product__info-row.product__info-4:before {
    content: "\e91b";
    color: #f07f43;
    font-size: 24px;
    line-height: 24px;
    position: absolute;
    top: -3px;
    left: 3px;
}

@media only screen and (max-width: 650px) {
    .product__info-row.product__info-4:before {
        font-size: 22px;
        line-height: 22px;
        left: 2px;
        top: 0;
    }
}

@media only screen and (max-width: 370px) {
    .product__info-row.product__info-4:before {
        left: -2px;
        font-size: 18px;
        top: -7px;
    }
}

.product__info-row.product__info-5 {
    color: #ADADAD;
    font-size: 10px;
    line-height: 130%;
    letter-spacing: 0.02em;
}

@media only screen and (max-width: 650px) {
    .product__info-row.product__info-5 {
        color: #000;
        position: relative;
        margin-right: -15px;
    }
}

@media only screen and (max-width: 370px) {
    .product__info-row.product__info-5 {
        margin-top: -6px;
    }
}

.product__info-row.product__info-5:before {
    content: '';
    position: absolute;
    background: url("../img/star2.svg") no-repeat;
    height: 14px;
    width: 15px;
    top: 0;
    left: 3px;
}

@media only screen and (max-width: 650px) {
    .product__info-row.product__info-5:before {
        width: 8px;
        height: 8px;
        background-size: 100%;
        left: 7px;
        top: 2px;
    }
}

@media only screen and (max-width: 370px) {
    .product__info-row.product__info-5:before {
        left: 1px;
        top: 3px;
        height: 6px;
        width: 6px;
    }
}

.product__info-row.product__info-5:after {
    display: none;
}

.product__info-row.product__info-6:before {
    content: '';
    position: absolute;
    background: url("../img/amount.svg") no-repeat;
    height: 24px;
    width: 23px;
    top: -3px;
    left: 2px;
}

@media only screen and (max-width: 650px) {
    .product__info-row.product__info-6:before {
        background-size: 100%;
        height: 22px;
        width: 21px;
        left: 0;
    }
}

@media only screen and (max-width: 370px) {
    .product__info-row.product__info-6:before {
        height: 18px;
        width: 19px;
        background-size: 100%;
        left: -3px;
    }
}

.product__price {
    font-size: 20px;
    font-weight: 600;
    display: block;
    text-align: right;
    padding-right: 60px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin-top: -10px;
    padding-bottom: 18px;
}

@media only screen and (max-width: 650px) {
    .product__price {
        display: none;
    }
}

.product__descrip {
    color: #4A4949;
    font-size: 12px;
    font-weight: 500;
    padding: 0 15px 16px 10px;
    line-height: 140%;
    letter-spacing: 0.02em;
}

@media only screen and (max-width: 650px) {
    .product__descrip {
        display: none;
    }
}

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

@media only screen and (max-width: 650px) {
    .btn-center {
        text-align: left;
    }
}

.b-section-estimate {
    background: url("../img/estimate_bg.jpg") no-repeat top center;
    min-height: 457px;
    background-size: cover;
}

/*@media (-webkit-min-device-pixel-ratio: 2),
(-webkit-min-device-pixel-ratio: 1.5),
(-o-min-device-pixel-ratio: 3/2),
(min-resolution: 144dpi) {
    .b-section-estimate {
        background-image: url("../img/estimate_bg@2x.jpg?ver1.2");
        background-position: 0 0;
        background-size: cover;
        -webkit-background-size: 100%, 457px";
    }
}*/

@media only screen and (max-width: 650px) {
    .b-section-estimate {
        background: none;
        position: relative;
        min-height: inherit;
    }
    .b-section-estimate:before {
        content: '';
        position: absolute;
        background: url("../img/question.svg") no-repeat top left;
        top: 28px;
        left: 21px;
        height: 74px;
        width: 48px;
    }
}

.b-section-estimate .b-wrap {
    display: table;
    width: 100%;
}

.estimate-left {
    float: left;
    padding: 116px 0 80px 21px;
    max-width: 560px;
    color: #fff;
}

@media only screen and (max-width: 999px) {
    .estimate-left {
        max-width: 400px;
        padding-top: 80px;
    }
}

@media only screen and (max-width: 860px) {
    .estimate-left {
        max-width: 330px;
    }
}

@media only screen and (max-width: 650px) {
    .estimate-left {
        color: #000;
        padding: 38px 0 0;
        max-width: inherit;
    }
    .estimate-left .b-wrap {
        position: relative;
    }
}

.estimate-left h2 {
    padding-bottom: 21px;
    text-align: left;
}

.estimate-left p {
    font-size: 16px;
    line-height: 150%;
    font-weight: normal;
    letter-spacing: 0.02em;
    padding-bottom: 28px;
}

@media only screen and (max-width: 650px) {
    .estimate-left p {
        font-size: 14px;
        line-height: 140%;
    }
}

@media only screen and (max-width: 370px) {
    .estimate-left p {
        padding-bottom: 23px;
    }
}

.estimate-left p strong {
    font-weight: 600;
}

@media only screen and (max-width: 370px) {
    /*.estimate-left .b-btn_pdf {
        display: none;
    }*/
}

.estimate-right {
    float: right;
    max-width: 257px;
    margin-right: 100px;
    padding: 48px 0 20px;
    text-align: center;
}

@media only screen and (max-width: 1170px) {
    .estimate-right {
        margin-right: 0;
    }
}

@media only screen and (max-width: 650px) {
    .estimate-right {
        padding: 0;
        float: none;
        text-align: left;
    }
}

.estimate-right a {
    display: block;
    position: relative;
    margin-bottom: 18px;
}

.estimate-right a:hover .loupe {
    background: #FF9A64;
}

.estimate-right img {
    display: block;
    max-width: 100%;
    height: auto;
}

@media only screen and (max-width: 650px) {
    .estimate-right img {
        display: none;
    }
}

.loupe {
    height: 73px;
    width: 73px;
    background: #F07F43;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -37px;
    margin-left: -37px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

@media only screen and (max-width: 650px) {
    .loupe {
        display: none;
    }
}

.loupe:before {
    content: "\e91e";
    color: #fff;
    font-family: icomoon;
    font-size: 40px;
    line-height: 73px;
    position: absolute;
    top: -1px;
    left: 15px;
}

.estimate-pdf {
    color: #fff;
    display: inline-block !important;
    border-bottom: 1px dotted #fff;
    padding: 0 0 0 20px;
    font-size: 12px;
}

@media only screen and (max-width: 650px) {
    .estimate-pdf {
        display: none !important;
    }
}

@media only screen and (max-width: 370px) {
    .estimate-pdf {
        /*display: inline-block !important;*/
        color: #000;
        border-bottom-color: #000;
    }
}

.estimate-pdf:hover {
    color: #fff;
    border-bottom-color: transparent;
}

@media only screen and (max-width: 370px) {
    .estimate-pdf:hover {
        color: #000;
    }
}

.estimate-pdf:before {
    content: "\e927";
    color: #fff;
    position: absolute;
    top: 1px;
    left: -3px;
    font-family: icomoon;
    font-size: 15px;
    line-height: 15px;
}

@media only screen and (max-width: 370px) {
    .estimate-pdf:before {
        color: #000;
        top: -2px;
        left: 1px;
    }
}

.b-section-important .b-wrap {
    padding: 75px 0;
}

@media only screen and (max-width: 650px) {
    .b-section-important .b-wrap {
        padding: 26px 20px 0;
    }
}

.b-section-important h2 {
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (max-width: 650px) {
    .b-section-important h2 {
        max-width: 500px;
    }
}

@media only screen and (max-width: 480px) {
    .b-section-important h2 {
        max-width: 250px;
        padding-bottom: 24px;
    }
}

.important-wrap {
    padding: 42px 0 0 0;
}

@media only screen and (max-width: 650px) {
    .important-wrap {
        padding: 0;
    }
}

.important-box {
    width: 33.33%;
    position: relative;
    padding: 0 0 0 135px;
}

@media only screen and (max-width: 860px) {
    .important-box {
        padding-left: 60px !important;
    }
}

@media only screen and (max-width: 650px) {
    .important-box {
        padding-left: 9px !important;
        border-left: 1px solid #4ECC80;
        width: 100%;
        padding-bottom: 20px;
        left: 3px;
    }
    .important-box:after {
        content: '';
        position: absolute;
        background: #4ECC80;
        top: 0;
        left: -2px;
        width: 3px;
        height: 26px;
    }
}

.important-box:nth-child(2) {
    padding-left: 113px;
}

.important-box:nth-child(3) {
    padding-left: 83px;
}

@media only screen and (max-width: 650px) {
    .important-box:nth-child(3) {
        border-left: 0;
    }
}

.important-box strong,
.important-box span {
    display: block;
    font-size: 18px;
    font-weight: 600;
    position: relative;
    line-height: 150%;
    letter-spacing: 0.02em;
}

@media only screen and (max-width: 999px) {
    .important-box strong,
    .important-box span {
        font-size: 16px;
    }
}

@media only screen and (max-width: 650px) {
    .important-box strong,
    .important-box span {
        font-size: 14px;
        top: -4px;
    }
}

.important-box span {
    font-size: 16px;
    font-weight: normal;
}

@media only screen and (max-width: 650px) {
    .important-box span {
        font-size: 13px;
    }
}

.important-box:before {
    font-family: icomoon;
    font-size: 145px;
    color: #f2f2f2;
    left: 65px;
    top: 25px;
    position: absolute;
}

@media only screen and (max-width: 860px) {
    .important-box:before {
        left: 10px !important;
    }
}

@media only screen and (max-width: 650px) {
    .important-box:before {
        display: none;
    }
}

.important-box.important-box_1:before {
    content: "\e915";
}

.important-box.important-box_2:before {
    content: "\e916";
    font-size: 140px;
    left: 38px;
    top: 27px;
}

@media only screen and (max-width: 1170px) {
    .important-box.important-box_2:before {
        left: 68px;
    }
}

.important-box.important-box_3:before {
    content: "\e917";
    font-size: 140px;
    left: 6px;
}

@media only screen and (max-width: 1170px) {
    .important-box.important-box_3:before {
        left: 36px;
    }
}

.b-section-certificates .b-wrap {
    padding: 15px 0 70px;
}

@media only screen and (max-width: 650px) {
    .b-section-certificates .b-wrap {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 6px;
        padding-bottom: 0;
    }
}

.b-section-certificates h2 {
    padding-bottom: 24px;
}

@media only screen and (max-width: 650px) {
    .b-section-certificates h2 {
        text-align: left;
        padding-bottom: 16px;
    }
}

@media only screen and (min-width: 1000px) {
    .certificate_slider {
        min-height: 406px;
        width: 947px;
        margin: 0 auto;
    }
}

@media only screen and (min-width: 1000px) and (max-width: 999px) {
    .certificate_slider {
        width: 100%;
    }
}

@media only screen and (min-width: 1000px) {
    .certificate_slider .slick-list {
        padding-top: 74px !important;
        padding-bottom: 30px !important;
        padding-left: 15% !important;
        padding-right: 15% !important;
    }
}

@media only screen and (min-width: 1000px) and (max-width: 999px) {
    .certificate_slider .slick-list {
        padding: 74px 0 !important;
    }
}

@media only screen and (min-width: 1000px) {
    .certificate_slider .slick-track {
        max-width: 100% !important;
        -webkit-transform: translate3d(0, 0, 0) !important;
        transform: translate3d(0, 0, 0) !important;
        -webkit-perspective: 100px;
        perspective: 100px;
    }
    .certificate_slider .slick-slide {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        opacity: 0;
        width: 100% !important;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-transition: opacity 1s, -webkit-transform 1s;
        transition: opacity 1s, -webkit-transform 1s;
        -o-transition: transform 1s, opacity 1s;
        transition: transform 1s, opacity 1s;
        transition: transform 1s, opacity 1s, -webkit-transform 1s;
    }
}

@media only screen and (min-width: 1000px) and (max-width: 999px) {
    .certificate_slider .slick-slide {
        width: inherit !important;
        max-width: 100%;
        position: relative;
        bottom: auto;
        right: auto;
    }
}

@media only screen and (min-width: 1000px) {
    .certificate_slider .slick-snext,
    .certificate_slider .slick-sprev {
        display: block;
    }
    .certificate_slider .slick-snext img,
    .certificate_slider .slick-sprev img{
        max-height: 250px;
        min-width: 100%;
        object-fit: cover;
        object-position: center;
    }
    .certificate_slider .slick-current {
        opacity: 1;
        position: relative;
        display: block;
        z-index: 2;
    }
    .certificate_slider .slick-current .certificate_slider__item {
        width: 590px;
        margin-top: -50px;
        margin-left: 5%;
    }
    .certificate_slider .slick-current img {
        width: 590px !important;
    }
}

@media only screen and (min-width: 1000px) and (max-width: 999px) {
    .certificate_slider .slick-current {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@media only screen and (min-width: 1000px) {
    .certificate_slider .slick-snext {
        opacity: 1;
        -webkit-transform: translate3d(57%, 0, 0px);
        transform: translate3d(57%, 0, 0px);
        z-index: 1;
    }
}

@media only screen and (min-width: 1000px) and (max-width: 1170px) {
    .certificate_slider .slick-snext {
        -webkit-transform: translate3d(47%, 0, 0px);
        transform: translate3d(47%, 0, 0px);
    }
}

@media only screen and (min-width: 1000px) and (max-width: 999px) {
    .certificate_slider .slick-snext {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@media only screen and (min-width: 1000px) {
    .certificate_slider .slick-sprev {
        opacity: 1;
        -webkit-transform: translate3d(-22%, 0, 0px);
        transform: translate3d(-22%, 0, 0px);
    }
}

@media only screen and (min-width: 1000px) and (max-width: 1170px) {
    .certificate_slider .slick-sprev {
        -webkit-transform: translate3d(-12%, 0, 0px);
        transform: translate3d(-12%, 0, 0px);
    }
}

@media only screen and (min-width: 1000px) and (max-width: 999px) {
    .certificate_slider .slick-sprev {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@media only screen and (min-width: 1000px) {
    .certificate_slider__item {
        width: 430px;
        position: relative;
        z-index: 100;
    }
}

@media only screen and (min-width: 1000px) and (max-width: 999px) {
    .certificate_slider__item {
        width: auto;
    }
}

@media only screen and (min-width: 1000px) {
    .certificate_slider__item:after {
        content: '';
        position: absolute;
        background: #060606;
        opacity: .8;
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }
    .certificate_slider__item img {
        display: block;
        max-width: 100%;
        margin: 0 auto;
    }
    .slick-center .certificate_slider__item {
        border: 3px solid #F07F43;
        -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
        z-index: 300;
        top: -2px;
    }
    .slick-center .certificate_slider__item:after {
        background: none;
    }
}

@media only screen and (max-width: 999px) {
    .certificate_slider {
        max-width: 689px;
        margin: 0 auto;
    }
    .certificate_slider .slick-list {
        padding: 74px 0 !important;
    }
    .certificate_slider__item {
        width: 100%;
        text-align: center;
    }
    .certificate_slider__item img {
        margin: 0 auto;
        max-width: 100%;
        display: block;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    .slick-center .certificate_slider__item img {
        border: 3px solid #F07F43;
        -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
        z-index: 300;
        top: -2px;
    }
}

@media only screen and (max-width: 999px) and (max-width: 999px) {
    .slick-center .certificate_slider__item img {
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

@media only screen and (max-width: 860px) {
    .certificate_slider .slick-list {
        padding: 40px 0 !important;
    }
}

@media only screen and (max-width: 650px) {
    .certificate_slider .slick-list {
        padding: 0 0 22px !important;
    }
    .slick-center .certificate_slider__item img {
        border-width: 2px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    .certificate_slider_wrap {
        margin: 0 4px;
    }
}

.b-section-guarantee {
    padding: 78px 0 63px;
    position: relative;
    background: #f4f4f4;
    overflow: hidden;
}

@media only screen and (max-width: 650px) {
    .b-section-guarantee {
        padding: 37px 0 0;
        background: none;
    }
}

@media only screen and (max-width: 650px) {
    .b-section-guarantee .b-wrap {
        padding-right: 0;
        padding-left: 0;
    }
}

.b-section-guarantee .text-bg {
    color: #efefef;
}

@media only screen and (max-width: 650px) {
    .b-section-guarantee .b-headline2 {
        max-width: 500px;
    }
}

@media only screen and (max-width: 480px) {
    .b-section-guarantee .b-headline2 {
        max-width: 250px;
    }
}

.b-section-guarantee .b-headline2 br {
    display: none;
}

@media only screen and (max-width: 480px) {
    .b-section-guarantee .b-headline2 br {
        display: block;
    }
}

@media only screen and (max-width: 650px) {
    .b-section-guarantee .b-headline2 {
        padding-bottom: 17px;
    }
}

.guarantee-wrap {
    padding: 16px 0;
    max-width: 1147px;
    margin: 0 auto;
}

@media only screen and (max-width: 650px) {
    .guarantee-wrap {
        display: block;
        padding-top: 0;
        padding-bottom: 22px;
    }
}

.guarantee-slider .slick-current {
    z-index: 900;
    position: relative;
}

.guarantee-slider .slick-slide:last-child .guarantee-box {
    padding-left: 97px;
}

.guarantee-slider .slick-slide:last-child .guarantee-box .guarantee-icon {
    width: 87px;
}

@media only screen and (max-width: 480px) {
    .guarantee-slider .slick-slide:last-child .guarantee-box p {
        max-width: none !important;
    }
}

.guarantee-slider .slick-slide:first-child .guarantee-box {
    margin-left: 20px;
}

@media only screen and (max-width: 650px) {
    .guarantee-content {
        display: inline-block;
        vertical-align: middle;
    }
}

.guarantee-box {
    width: 25%;
    background: #fff;
    border: 1px solid #e7e7e7;
    padding: 28px 18px 34px 24px;
}

@media only screen and (max-width: 860px) {
    .guarantee-box {
        width: 50%;
    }
}

@media only screen and (max-width: 650px) {
    .guarantee-box {
        width: 100%;
        padding: 6px 10px 9px 67px;
        border: 0px;
        background: #f3fcf9;
        position: relative;
        min-height: 100px;
        vertical-align: middle;
        line-height: 80px;
    }
}

.guarantee-box p {
    color: #363333;
    font-size: 13px;
    line-height: 140%;
    font-weight: normal;
    letter-spacing: 0.02em;
}

@media only screen and (max-width: 650px) {
    .guarantee-box p {
        font-size: 12px;
        max-width: 95%;
        padding-bottom: 5px;
    }
}

@media only screen and (max-width: 480px) {
    .guarantee-box p {
        max-width: 250px;
    }
}
@media only screen and (max-width: 370px) {
    .guarantee-box p {
        max-width: 190px;
    }
    .guarantee-box h4{
        font-size: 15px;
    }
}

@media only screen and (max-width: 860px) {
    .guarantee-box p br {
        display: none;
    }
}

@media only screen and (max-width: 370px) {
    .guarantee-box p br {
        display: block;
    }
}

.guarantee-box h4 {
    letter-spacing: 0.02em;
    padding-bottom: 10px;
}

@media only screen and (max-width: 650px) {
    .guarantee-box h4 {
        font-size: 16px;
        font-weight: 600;
        text-transform: none;
        padding-bottom: 7px;
    }
}

.guarantee-icon {
    height: 105px;
    margin-bottom: 30px;
    text-align: center;
}

.guarantee-icon img {
    display: block;
    margin: 0 auto;
    position: relative;
    left: -8px;
}

@media only screen and (max-width: 650px) {
    .guarantee-icon img {
        display: none;
    }
}

@media only screen and (max-width: 650px) {
    .guarantee-icon {
        background: #dcfff4;
        width: 57px;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
    }
}

@media only screen and (max-width: 650px) {
    .guarantee-icon.guarantee-icon0:before {
        content: '';
        position: absolute;
        background: url("../img/guarant_icon1_mob.svg") no-repeat;
        height: 50px;
        width: 65px;
        top: 18px;
        left: 50%;
        transform: translateX(-50%);
    }
    .guarantee-icon.guarantee-icon1:before {
        content: '';
        position: absolute;
        background: url("../img/guarant_icon2_mob.svg") no-repeat;
        height: 54px;
        width: 65px;
        top: 28px;
        left: 50%;
        transform: translateX(-50%);
    }
    .guarantee-icon.guarantee-icon2:before {
        content: '';
        position: absolute;
        background: url("../img/guarant_icon3_mob.svg") no-repeat;
        height: 48px;
        width: 52px;
        top: 23px;
        left: 50%;
        transform: translateX(-50%);
    }
    .guarantee-icon.guarantee-icon3:before {
        content: '';
        position: absolute;
        background: url("../img/guarant_icon4_mob.svg") no-repeat;
        height: 50px;
        width: 50px;
        top: 14px;
        left: 50%;
        transform: translateX(-50%);
    }
    .guarantee-icon.guarantee-icon4:before {
        content: '';
        position: absolute;
        background: url("../img/guarant_icon4_mob.svg") no-repeat;
        height: 50px;
        width: 50px;
        top: 14px;
        left: 50%;
        transform: translateX(-50%);
    }
}

@media only screen and (max-width: 650px) {
    .guarantee-icon.guarantee-icon4:before {
        top: 20px;
    }
}

@media only screen and (max-width: 480px) {
    .guarantee-icon.guarantee-icon1:before {
        top: 28px;
    }
    .guarantee-icon.guarantee-icon2:before {
        top: 38px;
    }
    .guarantee-icon.guarantee-icon3:before {
        top: 43px;
    }
}

.guarantee-slider .slick-track {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.guarantee-slider .slick-slide {
    height: inherit !important;
}

.b-section-steps {
    color: #fff;
    background: url("../img/step_bg.jpg") no-repeat;
    background-size: cover;
    padding: 70px 0 24px;
}

@media (-webkit-min-device-pixel-ratio: 2),
(-webkit-min-device-pixel-ratio: 1.5),
(-o-min-device-pixel-ratio: 3/2),
(min-resolution: 144dpi) {
    .b-section-steps {
        background-image: url("../img/step_bg@2x.jpg?ver1.2");
        background-position: 0 0;
        background-size: cover;
        -webkit-background-size: cover;
    }
}

@media only screen and (max-width: 650px) {
    .b-section-steps {
        background: none;
        padding: 20px 0 0;
    }
    .b-section-steps .b-headline2 {
        color: #000;
        padding-bottom: 13px;
    }
}

@media only screen and (max-width: 480px) {
    .b-section-steps .b-headline2 {
        max-width: 250px;
    }
}

.steps-wrap {
    padding: 6px 0;
    position: relative;
    left: -60px;
    margin-right: -100px;
    font-size: 0;
}

@media only screen and (max-width: 1236px) {
    .steps-wrap {
        left: -3%;
        margin-right: -3%;
    }
}

@media only screen and (max-width: 860px) {
    .steps-wrap {
        left: 0;
        margin-right: 0;
    }
}

.step-box {
    width: 320px;
    display: inline-block;
    vertical-align: top;
    margin-left: 100px;
    text-align: center;
    margin-bottom: 41px;
}

@media only screen and (max-width: 1236px) {
    .step-box {
        width: 30%;
        margin-left: 3%;
    }
}

@media only screen and (max-width: 860px) {
    .step-box {
        width: 50%;
        margin-left: 0;
    }
}

@media only screen and (max-width: 650px) {
    .step-box {
        width: auto;
        color: #000;
        text-align: left;
        border-left: 4px solid #f3fcf9;
        margin-left: 29px;
        position: relative;
        padding-bottom: 30px;
        padding-left: 43px;
        margin-bottom: 0;
    }
    .step-box:last-child {
        border-left-color: transparent;
    }
}

.step-box strong {
    color: #5FEC97;
    font-weight: bold;
    font-size: 18px;
    padding-bottom: 10px;
    display: block;
    letter-spacing: 0.02em;
}

@media only screen and (max-width: 650px) {
    .step-box strong {
        color: #000;
        font-size: 14px;
        position: relative;
        top: -2px;
        padding-bottom: 2px;
    }
}

.step-box p {
    letter-spacing: 0.02em;
    line-height: 150%;
    max-width: 290px;
    margin: 0 auto;
    font-size: 14px;
}

@media only screen and (max-width: 860px) {
    .step-box p {
        max-width: 340px;
        padding: 0 10px;
    }
}

@media only screen and (max-width: 650px) {
    .step-box p {
        font-size: 12px;
        padding: 0;
    }
    .step-box p br {
        display: none;
    }
}

@media only screen and (max-width: 650px) {
    .step-box:nth-child(even):not(:last-child) .step-box__num:before {
        content: '';
        position: absolute;
        background: #fff;
        width: 29px;
        height: 66px;
        top: -4px;
        left: -4px;
    }
}

@media only screen and (max-width: 650px) {
    .step-box:nth-child(odd):not(:first-child) .step-box__num:before {
        content: '';
        position: absolute;
        background: #fff;
        width: 33px;
        height: 66px;
        top: -4px;
        left: 29px;
    }
}

.step-box__num {
    height: 84px;
    margin: 0 auto 23px;
    border: 4px solid #4ECC80;
    border-radius: 100%;
    width: 84px;
    text-align: center;
    position: relative;
    padding: 10px;
}

@media only screen and (max-width: 650px) {
    .step-box__num {
        margin-left: 0;
        border-color: #f3fcf9;
        background: #fff;
        padding: 9px;
        height: 66px;
        width: 66px;
        margin-bottom: 0;
        position: absolute;
        top: 0;
        left: -33px;
    }
}

.step-box__num span {
    background: #4ECC80;
    display: block;
    height: 55px;
    width: 55px;
    font-weight: bold;
    font-size: 36px;
    line-height: 55px;
    text-align: center;
    border-radius: 100%;
}

@media only screen and (max-width: 650px) {
    .step-box__num span {
        height: 32px;
        width: 32px;
        color: #fff;
        font-size: 22px;
        line-height: 33px;
        border: 4px solid #83dba6;
        background: #4ecc80;
        position: relative;
        z-index: 2;
    }
    .step-box__num span:before {
        content: '';
        position: absolute;
        border: 3px solid #fff;
        top: 0px;
        left: 0px;
        height: 26px;
        width: 26px;
        border-radius: 100%;
        z-index: 1;
    }
}

.b-section-services {
    padding: 70px 0 79px;
}

@media only screen and (max-width: 650px) {
    .b-section-services {
        display: none;
    }
}

.service-wrap {
    font-size: 0;
    /*border: 1px solid #DFDFDF;*/
    margin: 20px 0 0;
    display: flex;
    flex-wrap: wrap;
}

.service-box {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
}

.service-box img {
    display: block;
    max-width: 100%;
    max-height: none;
    min-height: 100%;
    object-fit: cover;
}

@media only screen and (max-width: 1170px) {
    .service-box img {
        height: 100%;
        width: auto;
        max-width: none;
    }
}

.service-box__content {
    max-width: 458px;
    padding: 72px 0 60px;
    margin: 0 54px;
    font-size: 14px;
}

.service-box__content .b-btn {
    padding-top: 19px;
}

@media only screen and (max-width: 700px) {
    .service-box__content .b-btn {
        min-width: inherit;
        width: 100%;
    }
}

@media only screen and (max-width: 1236px) {
    .service-box__content {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

@media only screen and (max-width: 860px) {
    .service-box__content {
        margin: 0 30px;
    }
}

.service-box__content p {
    letter-spacing: 0.02em;
    padding-bottom: 27px;
}

.b-section-opinions {
    background: #F4F4F4;
    padding: 70px 0;
}

@media only screen and (max-width: 650px) {
    .b-section-opinions {
        background: none;
        padding: 3px 0 0;
    }
    .b-section-opinions .b-headline2 {
        padding-bottom: 20px;
    }
}

@media only screen and (max-width: 650px) {
    .b-section-opinions .b-wrap {
        padding: 0;
    }
}

.opinion-left {
    width: 50%;
    max-width: 597px;
    position: relative;
    padding-bottom: 57px;
    padding-top: 37px;
}

@media only screen and (max-width: 860px) {
    .opinion-left {
        width: 100%;
        margin-bottom: 30px;
        max-width: 100%;
        -ms-flex-order: 2;
        order: 2;
        -webkit-box-ordinal-group: 3;
    }
}

@media only screen and (max-width: 650px) {
    .opinion-left {
        padding-top: 0;
        margin-bottom: 11px;
    }
}

@media only screen and (max-width: 650px) {
    .employees {
        display: none;
    }
}



@media only screen and (max-width: 860px) {
    .opinion-slider,
    .opinion-slider-thumbs {
        max-width: 597px;
        margin: 0 auto;
    }
}

.opinion-img {
    position: relative;
	overflow:hidden;
}
.opinion-img img{ min-width:100%; min-height:100%; object-fit:cover; object-position:center center; display:block;}

.thumb {
    width: 33.33%;
    height: 135px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

@media only screen and (max-width: 650px) {
    .thumb {
        height: 72px;
    }
}

.thumb:after {
    content: '';
    position: absolute;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.thumb img {
    display: block;
    width: auto;
    margin: 0 auto;
    height: 100%;
    min-width: 100%;
}

.opinion-slider-thumbs .slick-current-new .thumb {
    cursor: default;
    border: 2px solid #F07F43;
}

.opinion-slider-thumbs .slick-current-new .thumb:after {
    display: none;
}

.custom-paging {
    position: absolute;
    bottom: -175px;
    height: 20px;
    right: 194px;
}

@media only screen and (max-width: 650px) {
    .custom-paging {
        bottom: -105px;
        right: 117px;
    }
}

.custom-paging li {
    display: none;
    font-size: 18px;
    font-weight: 600;
    vertical-align: baseline;
}

.custom-paging li span {
    font-size: 14px;
    margin-right: 3px;
}

.custom-paging li.slick-active {
    display: block;
}

.play-btn {
    height: 76px;
    width: 76px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -46px;
    margin-left: -41px;
}

@media only screen and (max-width: 650px) {
    .play-btn {
        height: 60px;
        width: 60px;
        margin-left: -30px;
        margin-top: -34px;
    }
}

.play-btn:before {
    content: "\e928";
    color: #f07f43;
    font-family: icomoon;
    font-size: 90px;
    line-height: 90px;
}

@media only screen and (max-width: 650px) {
    .play-btn:before {
        font-size: 70px;
        line-height: 70px;
    }
}

.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.video iframe {
    width: 100%;
    height: 100%;
}

.active .video {
    z-index: 3;
}

.opinion-right {
    width: 50%;
    position: relative;
    padding: 32px 0 0 85px;
}

@media only screen and (max-width: 1236px) {
    .opinion-right {
        padding-left: 40px;
    }
}

@media only screen and (max-width: 860px) {
    .opinion-right {
        width: 100%;
        padding-left: 80px;
        -ms-flex-order: 1;
        order: 1;
        -webkit-box-ordinal-group: 2;
    }
}

@media only screen and (max-width: 650px) {
    .opinion-right {
        padding-top: 0;
        padding-left: 20px;
        padding-right: 20px;
    }
}

.opinion-right:before {
    content: '';
    position: absolute;
    background: url("../img/quot.svg") no-repeat;
    height: 91px;
    width: 112px;
    top: 24px;
    left: 30px;
}

@media only screen and (max-width: 860px) {
    .opinion-right:before {
        left: 66px;
    }
}

@media only screen and (max-width: 650px) {
    .opinion-right:before {
        background-size: 100%;
        height: 74px;
        width: 60px;
        left: 16px;
        top: -17px;
    }
}

.opinion-right p {
    font-size: 18px;
    line-height: 160%;
    font-weight: normal;
    padding-bottom: 30px;
    max-width: 440px;
}

@media only screen and (max-width: 860px) {
    .opinion-right p {
        max-width: 100%;
    }
}

@media only screen and (max-width: 650px) {
    .opinion-right p {
        font-size: 12px;
        line-height: 132%;
        padding-bottom: 14px;
    }
}

.opinion-right__hd {
    padding-bottom: 29px;
    font-size: 24px;
    line-height: 130%;
    font-weight: 600;
    max-width: 408px;
}

@media only screen and (max-width: 860px) {
    .opinion-right__hd {
        max-width: 100%;
    }
}

@media only screen and (max-width: 650px) {
    .opinion-right__hd {
        font-size: 14px;
        padding-bottom: 7px;
    }
}

.employee {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin: 0 39px 0 0;
    padding-top: 7px;
}

@media only screen and (max-width: 1170px) {
    .employee {
        margin: 0 20px 0 0;
    }
}

@media only screen and (max-width: 999px) {
    .employee {
        max-width: 80px;
    }
}

.employee img {
    display: block;
    border-radius: 100%;
    margin: 0 auto 20px;
    max-width: 100%;
    height: 129px;
	width:129px;
	object-fit:cover;
	object-position:center top;
}

.employee span {
    display: block;
    font-weight: 600;
    font-size: 18px;
}

@media only screen and (max-width: 650px) {
    .b-section-faq {
        display: none;
    }
}

.b-section-faq .b-wrap {
    padding: 68px 0 75px;
}

.b-section-faq h2 {
    max-width: 560px;
}

.faq-wrap {
    font-size: 0;
    margin: 26px 0 0;
}

.faq-col {
    width: 50%;
    display: inline-block;
    vertical-align: top;
}

@media only screen and (max-width: 860px) {
    .faq-col {
        width: 100%;
        display: block;
    }
}

.faq-box {
    position: relative;
    padding: 20px 0;
    background: #fff;
}

.faq-box.active .question {
    color: #4ECC80;
}

.question {
    cursor: pointer;
    font-size: 18px;
    line-height: 60px;
    text-transform: uppercase;
    display: block;
    padding: 3px 110px 0 0;
    position: relative;
}

.question span {
    display: inline-block;
    line-height: 130%;
    vertical-align: middle;
}

@media only screen and (max-width: 1236px) {
    .question {
        padding-left: 20px;
    }
}

.question:after {
    content: "\e929";
    color: #f07f43;
    position: absolute;
    top: 50%;
    margin-top: -11px;
    right: 52px;
    font-size: 30px;
    line-height: 30px;
    font-family: icomoon;
}

@media only screen and (max-width: 1170px) {
    .question:after {
        right: 20px;
    }
}

.active .question:after {
    content: "\e91f";
    font-size: 5px;
    margin-top: -13px;
    right: 51px;
}

@media only screen and (max-width: 1170px) {
    .active .question:after {
        right: 19px;
    }
}

.answer {
    display: none;
    font-size: 18px;
    line-height: 165%;
    font-weight: normal;
    padding: 4px 110px 12px 0;
    position: relative;
    background: #fff;
}

@media only screen and (max-width: 1236px) {
    .answer {
        padding-left: 20px;
    }
}

.b-section-order .b-wrap {
    display: table;
    width: 100%;
    position: relative;
}




@media only screen and (max-width: 650px) {
    .b-section-order .b-wrap {
        display: block;
    }
}

.b-section-order .text-bg {
    font-size: 250px;
    color: #fafafa;
    width: auto;
    top: -35px;
    left: -10px;
}

@media only screen and (max-width: 1236px) {
    .b-section-order .text-bg {
        font-size: 170px;
        top: -10px;
    }
}

@media only screen and (max-width: 1170px) {
    .b-section-order .text-bg {
        font-size: 130px;
    }
}

@media only screen and (max-width: 860px) {
    .b-section-order .text-bg {
        left: 0;
        width: 100%;
    }
}

.b-section-order .form-content-right {
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
    width: 50%;
    float: right;
}

@media only screen and (max-width: 860px) {
    .b-section-order .form-content-right {
        display: none;
    }
}

.b-section-order .form-content-right img {
    position: relative;
    width: 720px;
    height: auto;
    display: block;
    max-width: 720px;
}

.b-section-order .form-content-left {
    position: relative;
    padding-top: 154px;
    padding-left: 96px;
    width: 50%;
    float: left;
}

@media only screen and (max-width: 1170px) {
    .b-section-order .form-content-left {
        padding-left: 20px;
    }
}

@media only screen and (max-width: 860px) {
    .b-section-order .form-content-left {
        float: none;
        width: 100%;
        padding-top: 0;
    }
}

@media only screen and (max-width: 650px) {
    .b-section-order .form-content-left {
        padding-right: 0;
        padding-left: 0;
    }
}

.b-section-order .form-content-left .b-form {
    max-width: 338px;
}

@media only screen and (max-width: 860px) {
    .b-section-order .form-content-left .b-form {
        max-width: none;
    }
}

.b-section-order .form-content-left .b-form .b-btn {
    min-width: 338px;
    margin-top: 7px;
}

@media only screen and (max-width: 650px) {
    .b-section-order .form-content-left .b-form .b-btn {
        min-width: 280px;
        background: #F07F43;
        margin-top: 11px;
    }
}

.b-section-order .form-content-left .b-form .form__input-label {
    font-size: 16px;
    top: -1px;
}

.b-section-order .form-content-left .b-form .form__input-label.focus {
    top: -14px;
}

@media only screen and (max-width: 650px) {
    .b-section-order .form-content-left .b-form .form__input-label {
        font-size: 12px;
    }
}

.b-section-order .form-content-left .b-form__text {
    max-width: 270px;
    padding-bottom: 40px;
}

@media only screen and (max-width: 650px) {
    .b-section-order .form-content-left .b-form__text {
        max-width: none;
        padding-bottom: 5px;
    }
}

.b-section-order .form-content-left .b-input {
    font-size: 16px;
    height: 26px;
}

@media only screen and (max-width: 650px) {
    .b-section-order .form-content-left .b-input {
        font-size: 12px;
        max-width: inherit;
        height: 18px;
    }
}

@media only screen and (max-width: 480px) {
    .b-section-order .form-content-left .b-input {
        max-width: 242px;
    }
}

.b-section-order .form-content-left .form-group {
    margin-bottom: 41px;
}

@media only screen and (max-width: 650px) {
    .b-section-order .form-content-left .form-group {
        margin-bottom: 19px;
    }
}

.b-section-order .b-form__text {
    font-size: 22px;
    line-height: 150%;
}

@media only screen and (max-width: 650px) {
    .b-section-order .b-form__text {
        font-size: 14px;
    }
}

.b-form__text-mob {
    display: none;
}

@media only screen and (max-width: 650px) {
    .b-form__text-mob {
        display: block;
        font-size: 13px;
        letter-spacing: -0.01em;
        padding-bottom: 31px;
    }
}

.b-section-contacts {
    height: 650px;
}

@media only screen and (max-width: 650px) {
    .b-section-contacts {
        height: auto;
    }
}

@media only screen and (max-width: 860px) {
    .b-section-contacts .b-wrap {
        padding: 0;
    }
}

.map,
.b-contacts {
    width: 50%;
}

.map {
    height: 700px;
    position: relative;
}
.map-mobile{
    display: none;
    height: 100%;
    overflow: hidden;
}
.map-mobile img{
    display: block;
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
@media only screen and (min-width: 861px) {
	.map-mobile img{ min-height:100%;}
}

@media only screen and (max-width: 860px) {
    .b-section-contacts{ height:auto;}
	.map {
        -ms-flex-order: 2;
        order: 2;
        -webkit-box-ordinal-group: 3;
        width: 100%;
        height:auto;
        overflow: hidden;
    }
	.map-mobile{
        display: block;
		height:auto;
		position:static;
    }
	.map-mobile img{
		display:block;
		width:100%;
		max-height:none;
		height:auto;
	}
}

@media only screen and (max-width: 650px) {
    .map {
        height: auto;
    }
    #map{
        display: none;
    }
    .map-mobile{
        display: block;
		height:auto
    }
	.map-mobile img{
		display:block;
		width:100%;
		max-height:none;
		height:auto;
		min-height:405px;
		object-fit:cover;
		object-position:center center;
	}
}



#map {
    height: 700px;
    width: 720px;
    position: absolute !important;
    top: 0;
    right: 0 !important;
}

@media only screen and (max-width: 860px) {
    #map {
        width: 100%;
        position: static !important;
        height: 400px;
    }
}

@media only screen and (max-width: 650px) {
    #map {
        height: 188px;
    }
}

.b-contacts {
    padding: 115px 70px 0;
}

@media only screen and (max-width: 860px) {
    .b-contacts {
        -ms-flex-order: 1;
        order: 1;
        -webkit-box-ordinal-group: 2;
        width: 100%;
        padding: 60px 25px;
    }
}

@media only screen and (max-width: 650px) {
    .b-contacts {
        padding: 26px 20px 0;
    }
}

.b-contacts .b-logo {
    width: 178px;
    margin-bottom: 42px;
    float: none;
    display: block;
}

@media only screen and (max-width: 650px) {
    .b-contacts .b-logo {
        width: 102px;
        margin: 0 auto 17px;
    }
}

.b-contacts .b-logo .b-logo__img {
    width: 100%;
}

.b-contacts__box {
    padding: 0 0 32px;
    line-height: 150%;
}

@media only screen and (max-width: 650px) {
    .b-contacts__box {
        padding-bottom: 12px;
    }
}

.b-contacts__box strong {
    display: block;
    font-size: 18px;
    font-weight: bold;
    padding: 0 0 10px 40px;
    position: relative;
    letter-spacing: 0.02em;
    padding-bottom: 4px;
}

@media only screen and (max-width: 650px) {
    .b-contacts__box strong {
        font-size: 14px;
        padding-left: 32px;
    }
}

.b-contacts__box strong:before {
    content: "\e91f";
    color: #f07f43;
    font-size: 5px;
    line-height: 5px;
    font-family: icomoon;
    position: absolute;
    top: 9px;
    left: 0;
}

@media only screen and (max-width: 650px) {
    .b-contacts__box strong:before {
        height: 2px;
        width: 23px;
        content: '';
        background: #F07F43;
        top: 10px;
    }
}

.b-contacts__box address,
.b-contacts__box span,
.b-contacts__box a {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    display: block;
    max-width: 390px;
}

@media only screen and (max-width: 860px) {
    .b-contacts__box address,
    .b-contacts__box span,
    .b-contacts__box a {
        max-width: none;
    }
}

@media only screen and (max-width: 650px) {
    .b-contacts__box address,
    .b-contacts__box span,
    .b-contacts__box a {
        font-size: 13px;
        line-height: 130%;
        max-width: 246px;
    }
}

.b-contacts__orders {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    padding: 11px 0;
    letter-spacing: 0.02em;
}

@media only screen and (max-width: 650px) {
    .b-contacts__orders {
        font-size: 16px;
        padding-top: 17px;
        padding-bottom: 17px;
    }
}

@media only screen and (max-width: 480px) {
    .b-contacts__orders {
        text-align: center;
    }
}

.fancybox-margin {
    margin-right: 17px;
}

.modal {
    display: none;
    overflow: hidden;
    -webkit-box-shadow: 8px 8px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 8px 8px 0 rgba(0, 0, 0, 0.1);
}

.modal .b-btn {
    min-width: 262px;
    padding-left: 0;
    padding-right: 0;
}

.fancybox-slide > * {
    padding: 0px !important;
}

.fancybox-close {
    background: url("../img/close.svg") no-repeat !important;
    height: 14px !important;
    width: 14px !important;
    z-index: 900 !important;
    top: 24px !important;
    right: 23px !important;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

@media only screen and (max-width: 480px) {
    .fancybox-close {
        top: 20px !important;
        right: 21px !important;
    }
}

.fancybox-close:hover {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
}

.fancybox-close-small:after {
    display: none;
}

.b-form-bg {
    background: #fff;
    max-width: 466px;
    padding: 52px 57px;
}

@media only screen and (max-width: 480px) {
    .b-form-bg {
        padding: 50px 28px;
    }
}

.b-form-bg .b-input {
    height: 26px;
    max-width: inherit;
}

.b-form-bg .form-group {
    margin-bottom: 25px;
}

.b-form-bg .b-btn {
    margin-top: 14px;
    width: 100%;
}

.modal-hd {
    color: #4ECC80;
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 4px;
}

@media only screen and (max-width: 650px) {
    .modal-hd {
        padding-bottom: 1px;
    }
}

.modal-text {
    font-size: 16px;
    padding-bottom: 35px;
    font-weight: 600;
    line-height: 150%;
}

@media only screen and (max-width: 650px) {
    .modal-text {
        line-height: 160%;
        font-weight: 600;
        max-width: 95%;
    }
}

.modal-note {
    font-size: 12px;
    font-weight: 300;
    padding: 28px 0 0;
    line-height: 150%;
}

@media only screen and (max-width: 650px) {
    .modal-note {
        padding-top: 20px;
    }
}

.modal_septic .modal-hd {
    color: #F07F43;
    padding-bottom: 35px;
}

.modal_septic .b-btn {
    background: #F07F43;
}

.modal_septic .b-btn:hover {
    background: #FF9A64;
}

.modal_kan .modal-hd {
    padding-bottom: 35px;
}

.modal-name {
    color: #4ECC80;
    text-transform: uppercase;
    text-align: left;
    font-size: 20px;
    padding-bottom: 4px;
}

@media only screen and (max-width: 650px) {
    .modal-name {
        color: #F07F43;
    }
}

.modal_cost .modal-hd {
    color: #000;
    font-size: 16px;
    padding-bottom: 35px;
}

.modal_cost .modal-hd .b-btn {
    background: #4ECC80;
}

.modal_cost .modal-hd .b-btn:hover {
    background: #5FEC97;
}

@media only screen and (max-width: 650px) {
    .modal_cost .b-btn {
        background: #F07F43;
    }
    .modal_cost .b-btn:hover {
        background: #FF9A64;
    }
}

.modal_estimate .modal-hd {
    color: #F07F43;
    font-size: 18px;
}

@media only screen and (max-width: 650px) {
    .modal_estimate .modal-hd {
        color: #4ECC80;
    }
}

.modal_estimate .b-btn_pdf:before {
    left: 54px;
}

@media only screen and (max-width: 650px) {
    .modal_estimate .b-btn_pdf:before {
        left: 12px;
    }
}

@media only screen and (max-width: 650px) {
    .modal_estimate .b-btn_pdf {
        padding-left: 50px;
    }
}

.modal .b-btn_pdf {
    padding-left: 35px;
}

.fancybox-opened {
    z-index: 99999;
}

.modal-conection {
    max-width: 500px;
    height: 100%;
    padding: 60px 40px;
    text-align: center;
}

.btn-mob {
    display: none;
}

.cost-wrap-brand {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

@media only screen and (max-width: 730px) {
    .cost-wrap-brand {
        position: relative;
    }
}

@media only screen and (max-width: 650px) {
    .cost-wrap-brand {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 480px) {
    .cost-wrap-brand {
        padding-bottom: 70px;
        margin-bottom: 0;
    }
}

.cost-wrap-brand .cost-box {
    width: 50%;
    padding-top: 28px;
    margin-left: 150px;
}

@media only screen and (max-width: 1170px) {
    .cost-wrap-brand .cost-box {
        margin-left: 0 !important;
    }
}

@media only screen and (max-width: 480px) {
    .cost-wrap-brand .cost-box {
        position: static !important;
    }
}

.cost-wrap-brand .cost-box:last-child {
    padding-right: 120px;
    display: block !important;
}

@media only screen and (max-width: 1170px) {
    .cost-wrap-brand .cost-box:last-child {
        padding-right: 0;
        padding-left: 50px;
    }
}

@media only screen and (max-width: 730px) {
    .cost-wrap-brand .cost-box:last-child {
        padding-left: 0;
    }
}

.cost-wrap-brand .cost-box .cost-info {
    padding-bottom: 26px;
}

.cost-wrap-brand .cost-box .cost-info__item {
    padding-bottom: 17px;
}

@media only screen and (max-width: 650px) {
    .cost-wrap-brand .cost-box .cost-info__item {
        padding-right: 0;
        padding-bottom: 8px;
    }
}

.cost-wrap-brand .cost-box .cost-info__item:before {
    height: 4px;
    width: 4px;
    top: 8px;
}

@media only screen and (max-width: 730px) {
    .cost-wrap-brand .cost-note {
        padding-bottom: 0;
    }
}

@media only screen and (max-width: 730px) {
    .cost-wrap-brand .b-btn:not(.btn-mob) {
        display: none;
    }
}

@media only screen and (max-width: 730px) {
    .cost-wrap-brand .btn-mob {
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
    }
}

@media only screen and (max-width: 650px) {
    .cost-wrap-brand .btn-mob {
        min-width: 100%;
    }
}

@media only screen and (max-width: 730px) {
    .cost-wrap-brand .cost-box:last-child {
        padding-left: 30px;
    }
}

@media only screen and (max-width: 650px) {
    .cost-wrap-brand .cost-box:last-child {
        width: 60%;
    }
}

@media only screen and (max-width: 480px) {
    .cost-wrap-brand .cost-box:last-child {
        padding-left: 10px;
        width: 70%;
    }
}

.cost-box__image {
    position: relative;
    margin-top: 21px;
    margin-left: 76px !important;
    padding-top: 0;
}

@media only screen and (max-width: 730px) {
    .cost-box__image {
        padding-bottom: 80px;
    }
}

@media only screen and (max-width: 650px) {
    .cost-box__image {
        width: 40% !important;
    }
}

@media only screen and (max-width: 480px) {
    .cost-box__image {
        width: 30% !important;
    }
}

.cost-box__image:before {
    content: '';
    position: absolute;
    height: 422px;
    width: 422px;
    border-radius: 100%;
    top: 0;
    left: 0;
    background: #c3e9d2;
}

@media only screen and (max-width: 999px) {
    .cost-box__image:before {
        height: 300px;
        width: 300px;
    }
}

@media only screen and (max-width: 650px) {
    .cost-box__image:before {
        width: 100px;
        height: 100px;
        top: 28px;
    }
}

@media only screen and (max-width: 480px) {
    .cost-box__image:before {
        width: 50px;
        height: 50px;
    }
}

.cost-box__image img {
    display: block;
    position: relative;
    top: 17px;
    left: 79px;
    max-width: 420px;
    height: auto;
}

@media only screen and (max-width: 999px) {
    .cost-box__image img {
        left: 30px;
        max-width: 360px;
    }
}

@media only screen and (max-width: 730px) {
    .cost-box__image img {
        max-width: 65%;
        margin: 0 auto;
        left: 0;
        top: 0;
    }
}

/*!; slick.css ;*/

.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.products-slider .slick-list,
.reason-slider .slick-list {
    overflow: visible;
}

@media only screen and (max-width: 650px) {
    .reason-slider .slick-list {
        overflow: hidden;
    }
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    display: block;
    margin: 0 auto;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    vertical-align: top !important;
    height: 100%;
    min-height: 1px;
    outline: none;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
}

.slick-prev.slick-disabled,
.slick-next.slick-disabled {
    opacity: 1;
}

.slick-arrow {
    height: 50px;
    width: 50px;
    position: absolute;
    top: 50%;
    margin-top: -27px;
    cursor: pointer;
    z-index: 11;
    font-family: icomoon;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    background: #F07F43;
}

.slick-arrow.slick-disabled {
    cursor: default;
}

.slick-arrow.slick-disabled:before {
    opacity: 0.5;
}

.slick-prev {
    left: -75px;
}

.slick-prev:before {
    content: "\e901";
    color: #fff;
    font-size: 16px;
    line-height: 50px;
}

.slick-next {
    right: -75px;
}

.slick-next:before {
    content: "\e900";
    color: #fff;
    font-size: 16px;
    line-height: 50px;
}

.certificate_slider .slick-prev,
.certificate_slider .slick-next {
    width: 258px;
    height: 340px;
    top: 40px;
    background: none;
    margin-top: 0;
}

@media only screen and (max-width: 1170px) {
    .certificate_slider .slick-prev,
    .certificate_slider .slick-next {
        width: 174px;
    }
}

@media only screen and (max-width: 999px) {
    .certificate_slider .slick-prev,
    .certificate_slider .slick-next {
        width: 50px;
    }
}

.certificate_slider .slick-prev:before,
.certificate_slider .slick-next:before {
    content: '';
    position: absolute;
    height: 50px;
    width: 50px;
    background: #F07F43;
    left: 0;
    top: 50%;
    margin-top: -25px;
}

.certificate_slider .slick-prev:after,
.certificate_slider .slick-next:after {
    content: "\e901";
    color: #fff;
    font-size: 16px;
    line-height: 50px;
    font-family: icomoon;
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -25px;
}

.certificate_slider .slick-prev:hover:before,
.certificate_slider .slick-next:hover:before {
    background: #FF9A64;
}

.certificate_slider .slick-next:before {
    left: auto;
    right: 0;
}

.certificate_slider .slick-next:after {
    content: "\e900";
    left: auto;
    right: 20px;
}

@media only screen and (max-width: 1170px) {
    .certificate_slider .slick-prev {
        left: 0px;
    }
    .certificate_slider .slick-next {
        right: 0px;
    }
}
.reviews-slider .custom-paging {
    top: 527px;
    margin-left: -220px;
    bottom: auto;
    left: 597px;
    margin-left: -241px;
}
.reviews-arrow {
    top: 533px;
    left: 597px;
    height: 57px;
    width: 80px;
}

.reviews-arrow:before {
    font-size: 26px;
    line-height: 57px;
}

.reviews-prev {
    margin-left: -160px
}
.reviews-next {
    right: auto;
    margin-left: -80px
}
/*.opinion-slider {*/
.opinion-img {
    text-align: center;
}
/*}*/
.opinion-slider .slick-arrow {
    width: 62px;
    height: 62px;
    line-height: 62px;
    text-align: center;
    color: #fff;
    top: -webkit-calc(50% + 36.5px );
    top: calc(50% + 36.5px );
    right: 0;
    z-index: 99;
    position: absolute;
    background: #040404;
    opacity: 0.5;
    -webkit-transition: all 0.33s linear;
    -o-transition: all 0.33s linear;
    transition: all 0.33s linear;
    border: none;
    font-size: 0;
}
.opinion-slider .slick-arrow:before {
    vertical-align: middle
}
.opinion-slider .slick-prev {
    left: 0;
    right: auto;
    padding: 0 4px 2px 0
}
.opinion-slider .slick-next {
    right: 0;
    padding: 0 0 2px 4px
}
.opinion-slider .slick-arrow.slick-disabled {
    cursor: default;
    opacity: .2
}
@media only screen and (max-width: 1240px) {
    .reviews-slider .custom-paging, .reviews-arrow {
        left: 50%;
    }
    .opinion-left {
        max-width: 50%
    }
}
@media only screen and (max-width: 860px) {
    .opinion-left {
        max-width: 100%
    }
    .reviews-slider .custom-paging, .reviews-arrow {
        left: 100%;
    }
    .reviews-slider {
        max-width: 627px;
        margin-left: auto;
        margin-right: auto
    }
    .opinion-right {
        padding: 0 15px 20px
    }
    .reviews-slider {
        padding-top: 64px
    }
    .reviews-arrow,
    .custom-paging  {
        top: 20px;
        bottom: auto
    }
    .custom-paging  {
        top: 13px;
    }
    .opinion-left {
        padding-right: 0
    }
    .reviews-slider .custom-paging {
        top: 9px;
    }
}

@media only screen and (max-width: 650px) {
    .opinion-left {
        max-width: 420px;
        margin-left: auto;
        margin-right: auto;
    }
    .opinion-right {
        max-width: 450px
    }
    .opinion-slider .slick-arrow {
        width: 45px;
        height: 45px;
        line-height: 1.1;
        padding-bottom: 6px;
    }

}

.opinion-slider,
.opinion-img {
    height: 334px;
}

@media only screen and (max-width: 650px) {
    .opinion-slider,
    .opinion-img {
        height: 220px;
    }
}

@media only screen and (max-width: 480px) {
    .opinion-slider,
    .opinion-img {
        height: 194px;
    }
}

@media only screen and (max-width: 650px) {
    .opinion-img img {
        max-height: 250px;
    }
}

@media only screen and (max-width: 480px) {
    .opinion-img img {
        max-height: 240px;
        width: auto;
    }
}
@media only screen and (max-width: 650px) {
    .reviews-arrow {
        width: 53px;
        height: 38px;
    }
    .reviews-arrow:before {
        font-size: 18px;
        line-height: 34px;
    }
    .reviewsk-prev {
        right: 53px;
        left: auto;
    }
    .reviews-next {
        right: 0;
    }
}

@media only screen and (max-width: 650px) {
    .reason-slider .slick-arrow {
        top: auto;
        bottom: 1px;
    }
    .reason-slider .slick-arrow.slick-prev,
    .reason-slider .slick-arrow.slick-next {
        background: #fcfcfc;
        border-radius: 100%;
        height: 24px;
        width: 24px;
        left: 50%;
        margin-left: -61px;
    }
    .opinion-slider .slick-arrow:before{
        line-height: 45px;
    }
    .reason-slider .slick-arrow.slick-prev:before,
    .reason-slider .slick-arrow.slick-next:before {
        content: '';
        position: absolute;
        top: 8px;
        left: 6px;
        background: url("../img/arrow_right_active.svg") no-repeat;
        height: 8px;
        width: 12px;
        -webkit-transition: all 0s ease;
        -o-transition: all 0s ease;
        transition: all 0s ease;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    .reason-slider .slick-arrow.slick-prev.slick-disabled:before,
    .reason-slider .slick-arrow.slick-next.slick-disabled:before {
        background: url("../img/arrow_left.svg") no-repeat;
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    .reason-slider .slick-arrow.slick-next {
        left: auto;
        right: 50%;
        margin-left: 0;
        margin-right: -61px;
    }
    .reason-slider .slick-arrow.slick-next:before {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    .reason-slider .slick-arrow.slick-next.slick-disabled:before {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}

@media only screen and (max-width: 650px) {
    .guarantee-slider .slick-arrow {
        background: none;
        top: 50%;
        margin-top: -42px;
    }
    .guarantee-slider .slick-arrow.slick-prev {
        left: -10px;
    }
    .guarantee-slider .slick-arrow.slick-prev:before {
        content: "\e901";
        color: #9ea4a2;
        font-size: 18px;
        line-height: 20px;
        top: 0;
        left: 0;
        font-weight: 100;
    }
    .guarantee-slider .slick-arrow.slick-next {
        right: -10px;
    }
    .guarantee-slider .slick-arrow.slick-next:before {
        content: "\e900";
        color: #9ea4a2;
        font-size: 18px;
        line-height: 20px;
        top: 0;
        left: 0;
    }
    .guarantee-slider .slick-arrow.slick-disabled {
        opacity: 0;
    }
}

.slick-dots {
    position: absolute;
    bottom: -8px;
    left: 0px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 0;
    text-align: center;
    font-size: 0;
}

.products-slider .slick-dots {
    bottom: 72px;
}

@media only screen and (max-width: 650px) {
    .products-slider .slick-dots {
        position: static;
        bottom: 62px;
        padding-top: 20px;
    }
    .b-section-products{
        padding-top: 15px;
    }
}

@media only screen and (max-width: 370px) {
    .products-slider .slick-dots {
        bottom: 64px;
    }
}

.slick-dots li {
    display: inline-block;
    vertical-align: top;
    height: 12px;
    width: 12px;
    position: relative;
    text-indent: -9999px;
    margin: 0 11px;
}

@media only screen and (max-width: 650px) {
    .slick-dots li {
        height: 6px;
        width: 6px;
        margin: 0 4px;
    }
}

.slick-dots li button {
    text-indent: -9999px;
    background: #4ECC80;
    border-radius: 100% !important;
    height: 12px;
    width: 12px;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0 auto;
    cursor: pointer;
    overflow: hidden;
    padding: 0;
    opacity: 0.5;
}

@media only screen and (max-width: 650px) {
    .slick-dots li button {
        height: 6px;
        width: 6px;
    }
}

.slick-dots li.slick-active,
.slick-dots li.slick-active button {
    opacity: 1;
}

.slick-dots li.slick-active {
    cursor: default;
}

.slick-dots li.slick-active button {
    background: #F07F43;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */

/* fancybox variables */

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
}

.fancybox-skin {
    position: relative;
    background: #FFF;
    color: #444;
    text-shadow: none;
    border-radius: 4px;
}

.fancybox-opened {
    z-index: 8030;
}

.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer,
.fancybox-inner {
    position: relative;
}

.fancybox-inner {
    overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}

.fancybox-image,
.fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060;
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
}

.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    z-index: 8040;
}

.fancybox-prev {
    left: 0;
}

.fancybox-next {
    right: 0;
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden;
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px;
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px;
}

.fancybox-nav:hover span {
    visibility: visible;
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: visible !important;
    height: auto;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
    visibility: hidden;
    font-size: 14px;
    line-height: 18px;
    font-family: "Ubuntu";
    color: #FFF;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}

.fancybox-opened .fancybox-title {
    visibility: visible;
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center;
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent;
    /* Fallback for web browsers that doesn't support RGBa */
    background: rgba(0, 0, 0, 0.8);
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap;
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}

.fancybox-title-inside-wrap {
    padding-top: 10px;
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, 0.8);
}

.fancybox-placeholder {
    z-index: 999;
    position: fixed;
    width: 100%;
    height: 100%;
    display: inline-block !important;
    top: 0;
    left: 0;
}

.fancybox-placeholder:before {
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: inline-block;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.85);
    position: absolute;
}

.fancybox-opened {
    z-index: 99999;
}

.fancybox-overlay {
    z-index: 9999;
}

@media only screen and (min-width: 1024px) {
    .b-section-order{
        position: relative;
    }
    .b-section-order .b-wrap{
        position: static;
    }
    .b-section-order .form-content-left {
        height: 720px;
    }
    .b-section-order .form-content-right{
        position: absolute;
        right: 0;
        top: 0;
        width: 50%;
        height: 100%;
        overflow: hidden;
    }
    .b-section-order .form-content-right img{
        max-width: none;
        min-width: 100%;
    }
    .b-section-contacts{
        position: relative;
        overflow: hidden;
    }
    #map{
        width: 100%;
        height: 100%;
    }
    .b-section-contacts  .b-wrap,
    .b-section-contacts  .b-contacts-wrap{
        position: static;
    }
    .b-section-contacts  .b-contacts-wrap{
        justify-content: flex-end;
    }
    .b-section-contacts  .map{
        position: absolute;
        left: 0;
        top: 0;
        width: 50%;
        height: 100%;
    }
    .b-section-contacts  .b-contacts{
        float: right;
    }
    #map-src{
        width: 100%;
        height: 100%;
        border: none;
    }
}
.certificate_slider__item.vertical img{
    max-height: 250px;
}
.slick-current .certificate_slider__item.vertical{
    border: none;
    box-shadow: none;
    transition: none;
}
.slick-current .certificate_slider__item.vertical img{
    border: 3px solid #F07F43;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    max-width: 280px;
    max-height: none;
    transition: none;
}
@media only screen and (max-width: 480px) {
    .cost-wrap-brand{
        display: block;
    }
    .cost-wrap-brand .cost-box{
        float: none;
        width: 100%;
    }
    .cost-wrap-brand .cost-box__image{
        width: 100%!important;
        padding-bottom: 10px;
    }
    .cost-wrap-brand .cost-box__image:before{
        display: none;
    }
    .cost-wrap-brand .cost-box:last-child{
        width: 100%;
        float: none;
    }
    .certificate_slider__item.vertical img{
        max-height: none;
    }
}





/*.admin-bar .b-header {
    top: 30px;
}*/

.wp-customizer .b-header,
.wp-core-ui .b-header {
    top: 0;
}

.ios .map-mobile{
     display: block!important;
}
.ios #map{
     display: none!important;
}

.wpcf7-response-output{ display: none !important; }
.wpcf7-form-control-wrap {display: block; }
.ajax-loader{ display:none!important}
.loaded{ opacity:0}


.privacy-policy .b-section-services p{
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: .02em;
    color: #363333;
    display: inline-block;
    vertical-align: middle;
    padding-top: 7px;
    padding-bottom: 7px;
}
.privacy-policy .b-section-services ul{
    padding-top: 10px;
    padding-bottom: 10px;
}
.privacy-policy .b-section-services ul li{
    list-style-type: disc;
    list-style-position: inside;
    padding-top: 7px;
    padding-bottom: 7px;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: .02em;
    color: #363333;
}
.privacy-policy .b-section-services ol{
    padding-top: 10px;
    padding-bottom: 10px;
}
.privacy-policy .b-section-services ol li{
    list-style-type:decimal;
    padding-top: 7px;
    padding-bottom: 7px;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: .02em;
    color: #363333;
}
.privacy-policy .b-section-services h2, .privacy-policy .b-section-services h3{ padding-top: 10px; padding-bottom: 10px;}

@media only screen and (min-width: 1000px) {
    .privacy-policy .b-section-services{
        padding-top: 100px;
    }
}

/* REDESIGNE start*/
@media only screen and (min-width: 1236px){
    /*.b-section-intro .form-content-right > img { height: 75%; }*/
    .b-section-intro .form-content-right > img { height: 100%; }
}
@media only screen and (max-width: 1024px) and (min-width: 1001px){
    .b-header__contacts { float: right; padding: 10px 0 0; text-align: right; position: absolute; right: 10px; }
}
@media only screen and (min-width: 1025px) {
    /*.b-section-intro .b-wrap { display: table; width: 100%; max-width: 100%; }*/
    .b-section-intro .b-headline { padding-bottom: 37px; max-width: 550px; }
    .b-section-intro .b-section1__bg { display: none; }
    .b-section-intro .b-section1__info { position: initial; display: flex; flex-direction: row; } /*padding-left: 20%*/
    .b-section-intro .form-content-left,
    .b-section-intro .form-content-right { width: 50%; }
    .b-section-intro .form-content-right img { width: 100%; max-height: 560px; }
    .b-section-intro .form-content-left { float: right; padding-left: 70px; }
    .b-section-intro .form-content-right { float: left; padding: 0; } /*max-height: 600px;*/
    .b-section-intro .b-form { padding: 0; }
    .b-header .b-nav { display: none; }
    .b-header .b-signature { display: block; position: absolute; font-size: 9px; font-weight: bold; margin-top: -5px; }
    .b-header .b-center { float: left; display: block; text-align: center; width: 60%; padding: 15px; }
    .b-header__contacts { padding: 10px 0 0; }
    .b-form__text { padding-bottom: 37px; }
    .b-header .b-header__contacts .b-header__link{ display: none; }
    .b-header.changed .b-header__contacts span{ display: none; }
    .b-header.changed .b-header__content .b-center { display: none; }
    .b-header.changed .b-header__contacts .b-header__link{ display: block; }
    .b-header.changed .b-header__content .b-nav { display: block; }
    .b-section-intro .bord { padding-bottom:10px; } /*height: 700px;*/
    /*.b-section-intro .form-content-right img { height: 80%; width: 80%; float: right; }*/
    /*.b-section-experience .cost-box { padding: 0; margin: 0; }*/
    .b-section-experience .cost-box__image img { top: 0; left: 0; margin: auto; }
    .b-section-experience .cost-box_image-center { width: 422px; height: 422px; margin: auto 0; }
}
@media only screen and (max-width: 1024px) {
    .b-header .b-nav { display: block; }
    .b-header .b-signature,
    .b-header .b-center { display: none; }
}
/* REDESIGNE end */

/* start popup download book */
.promo { text-align: center; position: fixed; background: rgba(0, 0, 0, .8); z-index: 999; width: 300px; bottom: 0; left: -320px; transition: all .3s; color: #fff; }
.promo:hover { background: rgba(0, 0, 0, 1); }
.promo__close, .promo__foot { z-index: 999; position: absolute; }
.promo__head { font-size: 18px; line-height: 24px; }
.promo__close { right: 15px;top: 5px;color: #888;cursor: pointer;transition: all .3s; }
.promo__play {padding: 10px 0;}

.promo__foot {font-size: 14px;color: #ddd;cursor: pointer;bottom: 10px;width: 300px;left: 0;position: relative;}
.promo__foot span {padding-bottom: 2px;border-bottom: 1px dotted #777; color: #ddd;}
.promo__close.icon-cross.promo__closebut i {font-size: 24px;line-height: 20px;}
.close { opacity: 0.3; }
.close:hover {opacity: 1;}
.close:before, .close:after {position: absolute;content: ' ';height: 20px;width: 2px;background-color: white; }
.close:before { transform: rotate(45deg); }
.close:after { transform: rotate(-45deg); }
/* eof popup download book */