.home {
    background: url(../img/bg-fon-callback.png?1);
    background-position: center;
    background-size: cover;
}

.first.--inverted .first__text strong {
    color: #fff;
}

.first.--inverted .first__h1 {
    color: #fff;
}

.first.--inverted .first__text {
    color: #fff;
}

.first__logo {
    padding-top: 30px;
    margin-bottom: 58px;
}

.first__bg {
    right: 0;
    top: 35%;
    max-width: 40%;
    position: absolute;
}

.container ._label {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(25% - 5px);
    flex: 0 0 calc(25% - 5px);
}

@media (max-width: 767px) {
    .first__bg {
        display: none;
    }
}

/*.first__bg {
    background-color: #E6E6E6;
}*/
.first__h1 {
    font-size: 40px;
    text-align: left;
    font-style: normal;
    font-weight: bold;
    line-height: 51px;
}

.first__title {
    font-size: 22px;
    line-height: 34px;
}

.first__text {
    color: #000000;
    font-size: 18px;
    line-height: 23px;
}

.crmresult .container {
    padding: 55px 0 55px 150px;
    text-align: center;
}

.crmresult .container:before {
    background: #ffffff url("../img/crmresult.svg") no-repeat 50px center;
}

@media (max-width: 767px) {
    .crmresult .container {
        padding: 150px 0 30px;
        text-align: center;
    }

    .crmresult .container:before {
        background: #ffffff url("../img/crmresult.svg") no-repeat center 25%;
    }
}



a {
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

@font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat-Regular.eot");
    src: local("Montserrat Regular"), local("Montserrat-Regular"), url("../fonts/Montserrat-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Regular.woff2") format("woff2"),
        url("../fonts/Montserrat-Regular.woff") format("woff"), url("../fonts/Montserrat-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat-Medium.eot");
    src: local("Montserrat Medium"), local("Montserrat-Medium"), url("../fonts/Montserrat-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Medium.woff2") format("woff2"),
        url("../fonts/Montserrat-Medium.woff") format("woff"), url("../fonts/Montserrat-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat-SemiBold.eot");
    src: local("Montserrat SemiBold"), local("Montserrat-SemiBold"), url("../fonts/Montserrat-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-SemiBold.woff2") format("woff2"),
        url("../fonts/Montserrat-SemiBold.woff") format("woff"), url("../fonts/Montserrat-SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat-Bold.eot");
    src: local("Montserrat Bold"), local("Montserrat-Bold"), url("../fonts/Montserrat-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Bold.woff2") format("woff2"), url("../fonts/Montserrat-Bold.woff") format("woff"),
        url("../fonts/Montserrat-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
}

h1,
.title-1 {
    font-family: Montserrat;
    color: #000000;
    font-size: 36px;
    line-height: 60px;
    font-weight: 700;
    letter-spacing: normal;
    text-align: center;
}

@media (max-width: 991px) {

    h1,
    .title-1 {
        font-size: 44px;
        line-height: 44px;
        margin-bottom: 35px;
    }
}

@media (max-width: 767px) {

    h1,
    .title-1 {
        margin-bottom: 30px;
        font-size: 30px;
        line-height: 45px;
    }
}

@media (max-width: 420px) {

    h1,
    .title-1 {
        margin-bottom: 20px;
        font-size: 26px;
        line-height: 32px;
    }
}

.text-main {
    color: #ff8a00 !important;
}

.link {
    color: #308cfc;
    font-size: 17px;
    line-height: normal;
    font-weight: 500;
    letter-spacing: normal;
    text-decoration: underline;
}

.link:hover {
    text-decoration: none;
}

.center {
    text-align: center;
}

.btn-fill {
    text-align: center;
    font-family: Montserrat;
    color: #ffffff;
    font-size: 18px;
    line-height: 18px;
    font-weight: 600;
    text-decoration: none;
    padding: 19px 30px 18px;
    color: #000;
    min-height: 55px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    border: none;
    cursor: pointer;
    display: inline-block;
    border-radius: 4px;
}

@media (max-width: 360px) {
    .btn-fill {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.btn-fill.btn-main {
    background-color: #ff8a00;
    color: #fff;
}

.btn-fill.btn-main:hover {
    background-color: #ffa133;
}

@media (max-width: 767px) {
    .btn-fill {
        width: 100%;
    }
}

body {
    max-width: 100%;
    color: #252525;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0;
    margin: 0;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 26/16;
    --main: #ff7c00;
}

body * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

main {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    overflow: hidden;
}

svg,
img {
    max-width: 100%;
    max-height: 100%;
}

.main-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
    overflow: hidden;
}

.main-wrap main {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

.main-wrap .footer {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.container {
    width: 1200px;
    max-width: calc(100% - 60px);
    margin: 0 auto;
}

@media screen and (max-width: 600px) {
    .container {
        max-width: calc(100% - 30px);
    }
}

.footer {
    background-color: #fff;
    padding: 40px 0;
    color: #3e3d40;
}

.footer a {
    color: #3e3d40;
}

@media (min-width: 768px) {
    .footer .only-mobile {
        display: none;
    }
}

.footer .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 991px) {
    .footer .container {
        display: block;
    }
}

.footer__left {
    font-size: 13px;
    line-height: normal;
    font-weight: 400;
    letter-spacing: normal;
}

.footer__right {
    margin: 15px 0;
}

@media (max-width: 991px) {
    .footer__right {
        margin-top: 25px;
    }
}

.footer__phone-text {
    font-size: 13px;
    line-height: normal;
    font-weight: 400;
    letter-spacing: normal;
    margin-bottom: 5px;
    margin-top: 10px;
}

.footer__phone {
    font-family: Montserrat;
    font-size: 18px;
    line-height: normal;
    font-weight: 700;
    letter-spacing: 0.28px;
    text-decoration: none;
}

.footer__phone:hover {
    text-decoration: underline;
}

.first {
    position: relative;
    z-index: 2;
    color: white;
    background-color: #e6e6e6;
}

.first .container {
    position: relative;
    z-index: 1;
    padding: 25px 0 70px;
}

.first__logo {
    width: 100%;
    margin-bottom: 65px;
}

.first__title {
    color: #ff6e11;
    font-size: 30px;
    line-height: 39px;
    font-weight: 700;
    margin-bottom: 20px;
    max-width: 640px;
}

.first__text {
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
    color: #000000;
    font-size: 21px;
    line-height: 30.5px;
    font-weight: 400;
    letter-spacing: normal;
    max-width: 630px;
}

.first__text strong {
    color: #000000;
    font-weight: 700;
}

.first__text ul {
    padding-left: 0;
    margin: 15px 0;
    list-style-type: none;
}

.first__text ul li {
    margin: 8px 0;
}

.first__btn {
    width: 345px;
    max-width: 100%;
    margin-top: 20px;
}

@media (max-width: 1199px) {
    .first__logo {
        margin-bottom: 60px;
    }

    .first__title {
        margin-bottom: 30px;
    }
}

@media (max-width: 991px) {
    .first__logo {
        margin-bottom: 40px;
    }

    .first__bg {
        right: -60px;
        max-width: 60%;
    }

    .first__title {
        font-size: 24px;
        max-width: 390px;
    }
}

@media (max-width: 767px) {
    .first .container {
        padding-top: 0;
        padding-bottom: 40px;
    }

    .first__bg {
        position: static;
        height: auto;
        max-width: calc(100% + 100px);
        margin-left: -40px;
    }

    .first__logo {
        margin-bottom: 30px;
    }

    .first__title {
        font-size: 22px;
        line-height: 1.4;
    }

    .first__text {
        font-size: 18px;
        line-height: 1.4;
    }
}

.form {
    width: 100%;
}

.form-wrap {
    position: relative;
    z-index: 3;
    margin-top: 0px;
}

.form .container {
    padding: 30px 0;
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 1199px) {
    .form .container {
        padding: 30px;
    }
}

@media (max-width: 767px) {
    .form .container {
        max-width: 100%;
        padding: 30px 15px;
        -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);
        box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);
    }
}

.form .container:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: -30px;
    top: 0;
    bottom: 0;
    right: -30px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
}

@media (max-width: 1199px) {
    .form .container:before {
        left: 0;
        right: 0;
    }
}

.form ._label {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(25% - 5px);
    flex: 0 0 calc(25% - 5px);
}

.form ._label-text {
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    text-transform: uppercase;
    color: #474d5e;
}

.form ._input {
    height: 45px;
    border-radius: 4px;
    border: 1px solid #ddd;
    background-color: #ffffff;
    padding: 5px 24px;
    color: #000;
    font-size: 18px;
    line-height: normal;
    margin-bottom: 10px;
    font-weight: 400;
    font-family: Montserrat;
    width: 100%;
}

.form ._btn {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 15px);
    flex: 0 0 calc(100% - 15px);
    width: 100%;
    margin-bottom: 10px;
    min-height: 45px;
    padding-top: 7px;
    padding-bottom: 8px;
}

.form ._info {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-top: 10px;
    text-align: right;
    font-family: Montserrat;
    color: #939db8;
    font-size: 13px;
    line-height: normal;
    font-weight: 400;
}

@media (max-width: 991px) {

    .form ._label,
    .form ._btn {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 15px);
        flex: 0 0 calc(50% - 15px);
    }
}

@media (max-width: 767px) {
    .form-wrap {
        margin-top: 0px;
        margin-bottom: 80px;
    }

    .form ._label,
    .form ._btn {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }

    .form ._input {
        margin-bottom: 15px;
        padding: 15px;
    }
}

.about {
    padding: 160px 0 180px;
}

.about__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.about__img {
    width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.about__content {
    width: 50%;
    padding-left: 60px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.about__title {
    font-family: Montserrat;
    color: #000000;
    font-size: 33px;
    line-height: normal;
    font-weight: 500;
}

.about__text {
    margin-top: 23px;
    font-family: Montserrat;
    color: #2c303b;
    font-size: 17px;
    line-height: 28px;
    font-weight: 400;
}

.about__action {
    margin-top: 33px;
}

.about__action a {
    min-width: 280px;
}

@media (max-width: 991px) {
    .about {
        padding: 60px 0;
    }

    .about__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .about__img,
    .about__content {
        width: 100%;
    }

    .about__content {
        padding-left: 0;
        margin-bottom: 60px;
    }
}


.home {
    padding: 0px 0 60px;
}

.home__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: top;
    -ms-flex-align: top;
    align-items: top;
}

.home__img {
    width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.home__content {
    width: 50%;
    padding-left: 60px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.home__title {
    font-family: Montserrat;
    color: #000000;
    font-size: 33px;
    line-height: normal;
    font-weight: 500;
}

.home__text {
    margin-top: 23px;
    font-family: Montserrat;
    color: #2c303b;
    font-size: 17px;
    line-height: 28px;
    font-weight: 400;
}

.home__action {
    margin-top: 33px;
}

.home__action a {
    min-width: 280px;
}

@media (max-width: 991px) {
    .home {
        padding: 60px 0;
    }

    .home__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .home__img,
    .home__content {
        width: 100%;
    }

    .home__content {
        padding-left: 0;
        margin-top: 60px;
    }
}

.include {
    padding: 110px 0 120px;
    background-color: #f7f7f4;
}

.include__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 50px -35px 15px;
}

.include__item {
    margin: 0 35px 60px;
    width: calc((100% - 210px) / 3);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.include__item ._title {
    font-family: Montserrat;
    color: #1d1d1b;
    font-size: 21px;
    line-height: normal;
    font-weight: 600;
}

.include__item ._text {
    font-family: Montserrat;
    color: #3e3d40;
    font-size: 17px;
    line-height: 24px;
    font-weight: 400;
    margin-top: 10px;
}

@media (max-width: 991px) {
    .include__item {
        margin: 0 30px 45px;
        width: calc((100% - 120px) / 2);
    }
}

@media (max-width: 767px) {
    .include {
        padding: 60px 0;
    }

    .include__row {
        margin: 30px 0;
    }

    .include__item {
        text-align: center;
        margin: 0 0 30px;
        width: 100%;
    }
}

.master {
    padding: 40px 0 100px;
}

.master__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.master__head .title-1 {
    text-align: left;
    padding-left: 36px;
}

.master__head-sticker {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.master__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 30px -18px;
}

.master__item {
    -webkit-box-shadow: 0 1px 20px rgba(0, 0, 0, 0.17);
    box-shadow: 0 1px 20px rgba(0, 0, 0, 0.17);
    border-radius: 5px;
    background-color: #fdfdfd;
    margin: 18px;
    padding: 20px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(33.33% - 36px);
}

.master__icon {
    text-align: right;
}

.master__title {
    color: #ff6e11;
    font-size: 27px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: 30px;
}

.master__text-big {
    color: #000000;
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
    margin-top: 15px;
}

.master__text {
    color: #3e3d40;
    font-size: 17px;
    font-weight: 400;
    line-height: 21px;
    padding-left: 18px;
    margin-top: 15px;
}

.master__ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    color: #3e3d40;
    font-size: 17px;
    font-weight: 400;
    line-height: 21px;
}

.master__ul li {
    padding-left: 18px;
    margin: 15px 0;
    position: relative;
}

.master__ul li:before {
    content: "";
    width: 8px;
    height: 8px;
    background-color: #ff6d00;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 8px;
}

.master__text-small {
    margin-top: 15px;
    color: #3e3d40;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
}

@media (max-width: 1260px) {
    .master__item {
        width: calc(50% - 36px);
    }

    .master__title {
        font-size: 24px;
    }
}

@media (max-width: 767px) {
    .master {
        padding: 40px 0;
    }

    .master__head {
        display: block;
    }

    .master__head .title-1 {
        padding-left: 0;
    }

    .master__head-sticker {
        float: right;
        width: 80px;
    }

    .master__item {
        width: calc(100% - 36px);
    }
}