@font-face {
    font-family: "MyriadPro-Regular";
    src: local("MyriadPro-Regular"),
        /*вдруг шрифт уже есть на машине клиента,
        а если нет то будем грузить с сервера:*/
    url("../fonts/MyriadPro-Regular.eot"),
        /*для IE без указания формата - будет использовать oet*/
    url("../fonts/MyriadPro-Regular.woff") format("woff");
}

@font-face {
    font-family: "MyriadPro-Bold";
    src: local("MyriadPro-Bold"),
        /*вдруг шрифт уже есть на машине клиента,
        а если нет то будем грузить с сервера:*/
    url("../fonts/MyriadPro-Bold.eot"),
        /*для IE без указания формата - будет использовать oet*/
    url("../fonts/MyriadPro-Bold.woff") format("woff");
}

@font-face {
    font-family: "MyriadPro-BoldIt";
    src: local("MyriadPro-BoldIt"),
        /*вдруг шрифт уже есть на машине клиента,
        а если нет то будем грузить с сервера:*/
    url("../fonts/MyriadPro-BoldIt.eot"),
        /*для IE без указания формата - будет использовать oet*/
    url("../fonts/MyriadPro-BoldIt.woff") format("woff");
}

@font-face {
    font-family: "MyriadPro-It";
    src: local("MyriadPro-It"),
        /*вдруг шрифт уже есть на машине клиента,
        а если нет то будем грузить с сервера:*/
    url("../fonts/MyriadPro-It.eot"),
        /*для IE без указания формата - будет использовать oet*/
    url("../fonts/MyriadPro-It.woff") format("woff");
}

body.modal-open * {
    box-shadow: none !important;
}

main {
    overflow-x: hidden;
}

body {
    font-family: "MyriadPro-Regular", Arial;
    color: black;
    font-size: 16px;
    font-weight: normal;
    padding-top: 127px;
}

html,
body {
    position: relative;
    height: 100%;
}

.margin-section {
    margin-top: 67px;
}

a,
a:hover,
a:active,
a:focus {
    color: black;
    text-decoration: none;
}

.container {
    padding: 0;
}

.button-red {
    outline: none !important;
    width: 100%;
    height: 40px;
    font-size: 16px;
    font-family: "MyriadPro-Bold", Arial;
    color: white !important;
    border: none;
    border-radius: 5px;
    background-color: #ef4b02;
    align-items: center;
    padding-left: 25px;
    padding-right: 25px;
    box-shadow: 0 8px 18px rgba(255, 79, 0, 0.4);
    border-bottom: 4px solid #d74706;
    cursor: pointer;
    transition: all 0.3s;
    height: 54px;
}

.button-red:hover {
    box-shadow: 0 8px 30px rgba(255, 79, 0, 0.6);
}

.button-blue {
    outline: none !important;
    width: 100%;
    height: 40px;
    font-size: 16px;
    font-family: "MyriadPro-Bold", Arial;
    color: white !important;
    border: none;
    border-radius: 5px;
    background-color: #40d84b;
    align-items: center;
    padding-left: 25px;
    padding-right: 25px;
    box-shadow: 0 8px 18px rgba(5, 158, 16, 0.4);
    border-bottom: 4px solid #0582ef;
    cursor: pointer;
    transition: all 0.3s;
    height: 54px;
    background-color: #0093fd;
    border-bottom: 4px solid #0078d2;
    box-shadow: 0 8px 18px rgba(0, 102, 170, 0.57);
}

.button-blue:hover {
    box-shadow: 0 8px 30px rgba(5, 158, 16, 0.6);
}

.button-blue:hover {
    box-shadow: 0 8px 30px rgba(0, 102, 170, 0.8);
}

header {
    z-index: 10;
}

.mobile-header {
    display: flex;
    align-items: center;
    position: relative;
    display: none;
    padding: 0;
}

.mobile-header .hamburger {
    align-self: flex-end;
    position: absolute;
    right: 0;
    top: 0;
    padding-top: 28px;
    padding-right: 28px;
    padding-left: 28px;
}

.mobile-header .logo {
    width: 220px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mobile-header .logo svg {
    width: 40px;
    height: 40px;
}

.mobile-header .logo .title-logo {
    font-size: 13px;
    margin-bottom: 0;
    line-height: 15px;
    width: 76%;
}

.mobile-header .logo .title-logo span {
    font-family: "MyriadPro-Bold", Arial;
}

#bs-example-navbar-collapse-1.collapse:not(.show) {
    display: block;
}

.navbar-head {
    z-index: 2;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 999;
}

.top-info {
    width: 100%;
    background-color: white;
}

.top-info .container {
    display: flex;
    justify-content: space-between;
    position: relative;
    height: 87px;
    align-items: center;
    padding: 0;
    transition: all 0.3s;
}

.top-info .logo {
    width: 254px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s;
}

.top-info .logo svg {
    width: 53px;
    height: 53px;
}

.top-info .logo .title-logo {
    width: 75%;
    font-size: 15px;
    font-family: Arial;
    line-height: 17px;
    margin: 0;
}

.top-info .logo .title-logo span {
    font-family: "MyriadPro-Bold", Arial;
    font-size: 16px;
}

.top-info .logo:hover {
    opacity: 0.8;
}

.top-info .with-button {
    width: 222px;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s;
}

.top-info .with-button .block-with-number-time {
    position: relative;
    display: flex;
}

.top-info .with-button .number-top-info {
    font-size: 24px;
    font-family: "MyriadPro-Bold", Arial;
    color: black;
    position: relative;
    z-index: 2;
    transition: all 0.3s;
}

.phone-icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: all 0.3s;
}

.phone-icon svg {
    width: 30px;
    height: 30px;
    fill: #0093fd;
    margin-top: 4px;
}

.navs-page {
    background-color: #eff4f7;
    z-index: 2;
    position: fixed;
    left: 0;
    right: 0;
    top: 87px;
    z-index: 9;
    box-shadow: 0 12px 18px rgba(0, 102, 170, 0.09);
    border-bottom: 4px solid #e3ecf2;
    transition: all 0.3s;
}

.navs-page .list-navigations {
    display: flex;
    padding: 0;
    margin: 0;
    justify-content: space-between;
    list-style: none;
}

.navs-page .list-navigations li {
    position: relative;
    flex-basis: auto;
    flex-grow: 1;
    text-align: center;
}

.navs-page .list-navigations li a {
    display: block;
    width: 100%;
    height: 40px;
    align-items: center;
    display: flex;
    justify-content: center;
    position: relative;
    font-family: "MyriadPro-Bold", Arial;
    transition: all 0.3s ease-in-out 0s;
}

.navs-page .list-navigations li a:before {
    content: "";
    position: absolute;
    top: auto;
    width: 100%;
    height: 4px;
    bottom: -4px;
    left: 0;
    background-color: #c8d6df;
    visibility: hidden;
    transform: scaleX(0);
    transition: all 0.3s ease-in-out 0s;
}

.navs-page .list-navigations li a:hover {
    color: #0582ef;
}

.navs-page .list-navigations li a:hover:before {
    visibility: visible;
    transform: scaleX(1);
}

.hover-number {
    position: absolute;
    top: 87px;
    right: 0;
    background-color: white;
    border-radius: 5px;
    padding: 20px;
    padding-top: 17px;
    width: 264px;
    opacity: 0;
    transform: scaleY(0);
    transform-origin: 0 0;
    transition: 0.5s ease-in-out;
    box-shadow: 0 0px 40px rgba(109, 109, 109, 0.2);
    z-index: 1;
}

.hover-number:before {
    content: "";
    position: absolute;
    margin-top: -27px;
    margin-left: 29px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid white;
    transition: all 0.3s;
}

.hover-number .callback-text {
    font-family: "MyriadPro-Bold", Arial;
    line-height: 16px;
    margin-bottom: 16px;
}

.hover-number .mini-text {
    width: 100%;
    font-size: 13px;
    margin: 0;
    line-height: 15px;
    color: #97a5ad;
    padding-top: 20px;
}

.hover-number input[type=submit] {
    margin-top: 20px;
    justify-content: center;
}

.fixed-menu {
    z-index: 9999;
}

.fixed-menu .top-info .container {
    height: 55px;
}

.fixed-menu .top-info .logo {
    width: 251px;
    transform: scale(0.7);
}

.fixed-menu .with-button .phone-icon {
    transform: scale(0.7);
}

.fixed-menu .top-info .with-button .number-top-info {
    font-size: 20px;
}

.fixed-menu .top-info .with-button {
    width: 190px;
}

.fixed-menu .hover-number {
    top: 55px;
}

.fixed-menu .hover-number:before {
    margin-left: 60px;
}

.fixed-menu .navs-page {
    top: 55px;
}

.modal-my .modal-dialog {
    max-width: 610px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -305px;
    margin-top: -126px;
}

.modal-my .modal-content {
    background-color: inherit;
    border: none;
}

.modal-my .close {
    width: 15px;
    height: 15px;
    position: absolute;
    right: 15px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg height='300px' width='300px' fill='%23000000' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve' version='1.1' style='shape-rendering:geometricPrecision;text-rendering:geometricPrecision;image-rendering:optimizeQuality;' viewBox='0 0 5567 5564' x='0px' y='0px' fill-rule='evenodd' clip-rule='evenodd'%3E%3Cdefs%3E%3Cstyle type='text/css'%3E .fil0 {fill:%23000000;fill-rule:nonzero} %3C/style%3E%3C/defs%3E%3Cg%3E%3Cpath class='fil0' d='M1166 208l1615 1616 1616 -1616c632,-632 1600,319 959,960l-1615 1615 1615 1616c631,630 -329,1590 -959,959l-1616 -1615 -1615 1615c-631,631 -1590,-329 -960,-959l1616 -1616 -1616 -1615c-630,-631 329,-1591 960,-960z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
    background-size: cover;
    top: 15px;
    opacity: 1;
    outline: none !important;
    transition: all 0.3s;
}

.modal-my .close:hover {
    opacity: 0.5;
}

.modal-backdrop.show {
    opacity: 0.7;
}

.form-application-modal {
    background-color: white;
    width: 610px;
    padding: 30px 22px 30px 22px;
    border-radius: 10px;
    box-shadow: 0px 0px 20px 0 rgba(165, 165, 165, 0.36);
}

.form-application-modal:after {
    content: "";
    position: absolute;
    left: -20px;
    top: -20px;
    border: 2px dashed #05b2ff;
    width: 650px;
    height: 120%;
    border-radius: 10px;
    z-index: -1;
}

.form-application-modal .title-application {
    font-size: 24px;
    font-family: "MyriadPro-Bold", Arial;
    width: 80%;
    line-height: 25px;
    margin-bottom: 25px;
}

.form-application-modal .one-line {
    display: flex;
    justify-content: space-between;
}

.form-application-modal .one-line textarea {
    font-size: 14px;
    color: black;
    padding: 10px 19px 18px 19px;
    border: none;
    background-color: #f1f6f9;
    border-radius: 5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    width: 100%;
    transition: all 0.3s;
    max-height: 75px;
    min-height: 75px;
    border: 1px solid #cddce4;
}

.form-application-modal .one-line textarea:focus {
    box-shadow: 0 7px 35px rgba(0, 0, 0, 0.25);
}

.form-application-modal .one-line ::-webkit-input-placeholder {
    font-size: 16px;
    color: black;
}

.form-application-modal .one-line :-ms-input-placeholder {
    font-size: 16px;
    color: black;
}

.form-application-modal .one-line ::-ms-input-placeholder {
    font-size: 16px;
    color: black;
}

.form-application-modal .one-line ::-moz-placeholder {
    font-size: 16px;
    color: black;
}

.form-application-modal .one-line ::placeholder {
    font-size: 16px;
    color: black;
}

.form-application-modal .one-line .for-button {
    width: 50%;
}

.form-application-modal .one-line .for-button .button-yellow {
    height: 42px;
}

.form-application-modal .mini-text {
    font-size: 13px;
    color: #97a5ad;
    line-height: 15px;
    margin-top: 0;
    margin-bottom: 0;
    margin-top: 15px;
}

input {
    font-size: 16px;
    color: black;
    padding: 12.5px 19px 12.5px 19px;
    border: none;
    background-color: white;
    border-radius: 5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    width: 100%;
    border: 1px solid #cddce4;
    border-bottom: 4px solid #c7d7e2;
    box-shadow: 0 12px 18px rgba(0, 102, 170, 0.09);
    transition: all 0.3s;
}

input:focus {
    box-shadow: 0 12px 18px rgba(0, 102, 170, 0.23);
}

textarea {
    font-size: 16px;
    color: black;
    padding: 12.5px 19px 12.5px 19px;
    border: none;
    background-color: white;
    border-radius: 5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    width: 100%;
    border: 1px solid #cddce4;
    border-bottom: 4px solid #c7d7e2;
    box-shadow: 0 12px 18px rgba(0, 102, 170, 0.09);
    transition: all 0.3s;
}

textarea:focus {
    box-shadow: 0 12px 18px rgba(0, 102, 170, 0.23);
}

::-webkit-input-placeholder {
    color: black;
}

:-ms-input-placeholder {
    color: black;
}

::-ms-input-placeholder {
    color: black;
}

::-moz-placeholder {
    color: black;
}

::placeholder {
    color: black;
}

.banner--form {
    width: 100%;
    position: relative;
    z-index: 3;
}

.banner--form .mini-text-banner--form {
    font-size: 12px;
    color: #97a5ad;
    line-height: 15px;
    margin: 0;
    margin-top: 16px;
}

.banner--form .title-banner--form {
    font-size: 25px;
}

.cont-brands-mashines {
    position: relative;
    height: 100%;
}

.brands-mashines {
    position: absolute;
    width: 400px;
    height: 430px;
    background-size: auto 453px;
    background-repeat: no-repeat;
    left: 100px;
    bottom: 150px;
}

.section-banner {
    height: 570px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}

.section-banner>.container {
    height: 100%;
}

.section-banner>.container>.row {
    height: 100%;
    display: flex;
    align-items: center;
}

.section-banner>.container>.row>div {
    padding-right: 0;
}

.section-banner .with-h1 {
    position: relative;
    z-index: 3;
}

.section-banner h1 {
    font-size: 46px;
    font-family: "MyriadPro-Bold", Arial;
    margin-top: 50px;
}

.h1-blue {
	color: #0582ef;
}

.section-banner .block-advantages {
    margin-top: -160px;
}

.section-banner .list-adantages {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.section-banner .list-adantages .one-adv {
    width: 50%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.section-banner .list-adantages .one-adv .for-icon {
    width: 65px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-banner .list-adantages .one-adv .for-icon svg {
    max-width: 100%;
    height: 100%;
    width: 100%;
    fill: #2398fe;
}

.section-banner .list-adantages .one-adv .title-avd {
    width: 70%;
    margin: 0;
    font-size: 16px;
    line-height: 18px;
}

.title-section-a {
    text-align: center;
    font-size: 40px;
    margin-bottom: 40px;
    font-family: "MyriadPro-Bold", Arial;
}

.title-section-a span {
    color: #0582ef;
}

.advantages {
    background-color: #eff4f7;
    padding-top: 70px;
    padding-bottom: 70px;
}

.section-problems {
    padding-top: 70px;
    padding-bottom: 70px;
	background: linear-gradient(#ffffff, #eff4f7);
}

.section-problems .title-section-a {
    text-align: left;
}

.section-problems .list-problems {
    padding: 30px;
    background-color: white;
    border-radius: 5px;
    border-bottom: 4px solid #c7d7e2;
    box-shadow: 0 16px 38px rgba(0, 0, 0, 0.144);
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.section-problems .list-problems .one-problem {
    width: 33%;
    padding-left: 50px;
    position: relative;
    margin-bottom: 47px;
}

.section-problems .list-problems .one-problem:before {
    content: "";
    position: absolute;
    left: 0;
    width: 33px;
    height: 33px;
    top: 50%;
    margin-top: -16.5px;
    background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='iso-8859-1'?%3E%3C!-- Generator: Adobe Illustrator 19.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 567.41 567.41' style='enable-background:new 0 0 567.41 567.41;' xml:space='preserve' fill='%23f9512a'%3E%3Cg%3E%3Cpath d='M316.967,341.622h-45.388c-57.483,0-104.253,45.988-104.253,102.806c0,7.435,6.034,13.351,13.468,13.351 c7.435,0,13.468-6.33,13.468-13.764c0-42.667,33.958-76.392,77.317-76.392h45.388c42.632,0,77.317,34.644,77.317,76.953 c0,7.434,6.034,13.587,13.468,13.587s13.468-5.739,13.468-13.173C421.221,387.829,374.45,341.622,316.967,341.622z'/%3E%3Cpath d='M283.7,0c-41.203,0-80.856,8.643-117.968,25.651c-6.408-7.475-11.396-12.569-12.908-14.086 c-2.577-2.568-6.258-4.041-9.688-3.96c-3.627,0.036-7.084,1.535-9.589,4.157c-1.507,1.578-30.096,31.755-44.63,66.001 c-0.654,0.438-1.285,0.928-1.872,1.493C30.955,133.246,0.067,205.849,0.067,283.705c0,156.43,127.239,283.705,283.633,283.705 c156.403,0,283.642-127.275,283.642-283.705C567.342,127.266,440.103,0,283.7,0z M143.558,41.258 c14.573,16.826,35.296,44.84,37.792,66.147c1.598,13.585-0.278,23.489-5.567,29.442c-5.755,6.474-16.692,9.751-32.503,9.751 c-15.147,0-25.482-3.044-30.717-9.051c-5.019-5.782-6.573-15.821-4.624-29.846C111.315,83.638,131.365,56.1,143.558,41.258z M283.7,540.464c-141.543,0-256.696-115.181-256.696-256.759c0-57.812,18.832-112.423,53.631-157.16 c1.215,11.582,5.09,21.185,11.609,28.681c10.721,12.328,27.412,18.317,51.036,18.317c23.83,0,41.536-6.321,52.625-18.793 c10.631-11.942,14.734-28.93,12.211-50.488c-2.27-19.319-13.518-39.848-25.324-56.706c31.881-13.671,65.765-20.61,100.908-20.61 c141.543,0,256.706,115.181,256.706,256.759S425.243,540.464,283.7,540.464z'/%3E%3Cpath d='M398.558,281.442c7.434,0,13.468-6.025,13.468-13.468c0-7.443-6.034-13.468-13.468-13.468 c-17.661,0-32.584-15.578-32.584-34.012c0-7.434-6.034-13.468-13.468-13.468c-7.434,0-13.468,6.034-13.468,13.468 C339.037,253.536,366.297,281.442,398.558,281.442z'/%3E%3Cpath d='M226.792,221.203c0-7.443-6.034-13.468-13.468-13.468c-7.434,0-13.468,6.025-13.468,13.468 c0,17.67-15.569,32.593-33.994,32.593c-7.434,0-13.468,6.034-13.468,13.477s6.034,13.468,13.468,13.468 C198.886,280.742,226.792,253.473,226.792,221.203z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E");
    background-size: cover;
    background-position: center;
    transition: all 0.3s;
}

.section-problems .list-problems .one-problem span {
    font-size: 17px;
    color: #f9512a;
    position: relative;
    transition: all 0.3s;
}

.section-problems .list-problems .one-problem span:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    background-color: #f9512a;
    transition: all 0.3s;
}

.section-problems .list-problems .one-problem:nth-last-of-type(1):before {
    background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='iso-8859-1'?%3E%3C!-- Generator: Adobe Illustrator 19.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 567.41 567.41' style='enable-background:new 0 0 567.41 567.41;' xml:space='preserve' fill='%23e80000'%3E%3Cg%3E%3Cpath d='M316.967,341.622h-45.388c-57.483,0-104.253,45.988-104.253,102.806c0,7.435,6.034,13.351,13.468,13.351 c7.435,0,13.468-6.33,13.468-13.764c0-42.667,33.958-76.392,77.317-76.392h45.388c42.632,0,77.317,34.644,77.317,76.953 c0,7.434,6.034,13.587,13.468,13.587s13.468-5.739,13.468-13.173C421.221,387.829,374.45,341.622,316.967,341.622z'/%3E%3Cpath d='M283.7,0c-41.203,0-80.856,8.643-117.968,25.651c-6.408-7.475-11.396-12.569-12.908-14.086 c-2.577-2.568-6.258-4.041-9.688-3.96c-3.627,0.036-7.084,1.535-9.589,4.157c-1.507,1.578-30.096,31.755-44.63,66.001 c-0.654,0.438-1.285,0.928-1.872,1.493C30.955,133.246,0.067,205.849,0.067,283.705c0,156.43,127.239,283.705,283.633,283.705 c156.403,0,283.642-127.275,283.642-283.705C567.342,127.266,440.103,0,283.7,0z M143.558,41.258 c14.573,16.826,35.296,44.84,37.792,66.147c1.598,13.585-0.278,23.489-5.567,29.442c-5.755,6.474-16.692,9.751-32.503,9.751 c-15.147,0-25.482-3.044-30.717-9.051c-5.019-5.782-6.573-15.821-4.624-29.846C111.315,83.638,131.365,56.1,143.558,41.258z M283.7,540.464c-141.543,0-256.696-115.181-256.696-256.759c0-57.812,18.832-112.423,53.631-157.16 c1.215,11.582,5.09,21.185,11.609,28.681c10.721,12.328,27.412,18.317,51.036,18.317c23.83,0,41.536-6.321,52.625-18.793 c10.631-11.942,14.734-28.93,12.211-50.488c-2.27-19.319-13.518-39.848-25.324-56.706c31.881-13.671,65.765-20.61,100.908-20.61 c141.543,0,256.706,115.181,256.706,256.759S425.243,540.464,283.7,540.464z'/%3E%3Cpath d='M398.558,281.442c7.434,0,13.468-6.025,13.468-13.468c0-7.443-6.034-13.468-13.468-13.468 c-17.661,0-32.584-15.578-32.584-34.012c0-7.434-6.034-13.468-13.468-13.468c-7.434,0-13.468,6.034-13.468,13.468 C339.037,253.536,366.297,281.442,398.558,281.442z'/%3E%3Cpath d='M226.792,221.203c0-7.443-6.034-13.468-13.468-13.468c-7.434,0-13.468,6.025-13.468,13.468 c0,17.67-15.569,32.593-33.994,32.593c-7.434,0-13.468,6.034-13.468,13.477s6.034,13.468,13.468,13.468 C198.886,280.742,226.792,253.473,226.792,221.203z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E");
}

.section-problems .list-problems .one-problem:nth-last-of-type(1) span {
    color: #e80000;
}

.section-problems .list-problems .one-problem:nth-last-of-type(1) span:before {
    background-color: #e80000;
}

.section-problems .list-problems .one-problem:nth-last-of-type(1) {
    margin-bottom: 0;
}

.section-problems .list-problems .one-problem:hover:before {
    background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='iso-8859-1'?%3E%3C!-- Generator: Adobe Illustrator 19.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 559.463 559.463' style='enable-background:new 0 0 559.463 559.463;' xml:space='preserve' fill='%230582ef'%3E%3Cg%3E%3Cpath d='M371.558,263.727c17.733,0,32.117-14.375,32.117-32.117c0-17.742-14.384-32.126-32.117-32.126 c-17.742,0-32.108,14.384-32.108,32.126C339.45,249.352,353.816,263.727,371.558,263.727z'/%3E%3Cpath d='M393.422,332.245c-7.434,0-13.468,5.825-13.468,13.269c0,41.671-33.267,74.109-75.737,74.109H259.61 c-41.761,0-75.746-33.453-75.746-74.828c0-7.443-6.025-13.373-13.459-13.373c-7.443,0-13.468,5.909-13.468,13.352 c0,56.226,46.053,101.848,102.673,101.848h44.607c57.563,0,102.673-44.295,102.673-101.078 C406.89,338.101,400.865,332.245,393.422,332.245z'/%3E%3Cpath d='M218.954,227.127c0-7.443-6.034-13.504-13.468-13.504h-53.873c-7.434,0-13.468,6.061-13.468,13.504 c0,7.434,6.034,13.496,13.468,13.496h53.873C212.929,240.622,218.954,234.561,218.954,227.127z'/%3E%3Cpath d='M279.723,0C125.529,0,0.076,125.488,0.067,279.736c0,154.239,125.453,279.727,279.655,279.727 c154.212,0,279.673-125.488,279.673-279.727C559.396,125.488,433.935,0,279.723,0z M279.723,532.527 c-139.352,0-252.719-113.403-252.719-252.791S140.371,26.945,279.723,26.945c139.361,0,252.737,113.403,252.737,252.791 S419.084,532.527,279.723,532.527z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E");
}

.section-problems .list-problems .one-problem:hover span {
    color: #0582ef;
}

.section-problems .list-problems .one-problem:hover span:before {
    background-color: #0582ef;
}

.section-problems .mini-list-avd {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
    margin-top: 11px;
}

.section-problems .mini-list-avd li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    align-items: center;
}

.section-problems .mini-list-avd li:nth-last-of-type(1) {
    margin-bottom: 0;
}

.section-problems .mini-list-avd li span {
    width: 73%;
    font-size: 16px;
    line-height: 19px;
}

.section-problems .mini-list-avd li svg {
    display: inline-block;
    width: 44px;
    height: 44px;
    fill: #0582ef;
}

.section-table-price .title-section-a {
    margin-bottom: 60px;
    line-height: 45px;
    font-size: 50px;
}

.section-table-price .table-price-container {
    margin-top: -54px;
}

.section-table-price .table-price-container table thead {
    border: none;
}

.section-table-price .table-price-container table thead tr {
    border: none;
}

.section-table-price .table-price-container table thead tr th {
    border: none;
    border-bottom: none;
    font-size: 16px;
    font-family: "MyriadPro-Bold", Arial;
    color: #97a5ad;
    line-height: 30px;
}

.section-table-price .table-price-container table thead tr th:nth-child(1) {
    width: 56%;
}

.section-table-price .table-price-container table thead tr th:nth-child(2) {
    width: 27%;
}

.section-table-price .table-price-container table thead tr th:nth-child(3) {
    width: 17%;
}

.section-table-price .table-price-container table tbody tr {
    border-bottom: 10px solid white;
    border-top: none;
    border-radius: 5px;
    position: relative;
}

.section-table-price .table-price-container table tbody tr:nth-last-of-type(1) {
    border-bottom: none;
}

.section-table-price .table-price-container table tbody tr:nth-of-type(n + 9) {
    display: none;
}

.section-table-price .table-price-container table tbody tr td {
    border: none;
    position: relative;
    font-size: 16px;
    color: black;
    font-family: "MyriadPro-Regular", Arial !important;
    vertical-align: middle;
    line-height: 18px;
    padding-top: 0.85em;
    padding-bottom: 0.85em;
}

.section-table-price .table-price-container table tbody tr td:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #f1f6f9;
    border-radius: 5px;
}

.section-table-price .table-price-container table tbody tr td .button-price {
    display: block;
    color: #0582ef;
    font-family: "MyriadPro-Bold", Arial;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 2;
}

.section-table-price .table-price-container table tbody tr td .button-price span {
    position: relative;
}

.section-table-price .table-price-container table tbody tr td .button-price:before {
    opacity: 0;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #0093fd;
    border-bottom: 4px solid #0078d2;
    z-index: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    box-shadow: 0 12px 18px rgba(0, 102, 170, 0.4);
    transition: all 0.3s;
}

.section-table-price .table-price-container table tbody tr td .button-price:hover {
    color: white;
}

.section-table-price .table-price-container table tbody tr td .button-price:hover:before {
    opacity: 1;
}

.section-table-price .table-price-container table tbody tr td:nth-of-type(2) {
    font-family: "MyriadPro-Bold", Arial !important;
    font-size: 16px;
}

.section-table-price .table-price-container table tbody tr td:nth-of-type(2):before {
    border-radius: 0;
}

.section-table-price .table-price-container table tbody tr td:nth-of-type(1) {
    border-top-left-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
}

.section-table-price .table-price-container table tbody tr td:nth-last-child(1) {
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
    padding: 0 !important;
}

.section-table-price .table-price-container .watch-all {
    display: flex;
    width: 137px;
    justify-content: space-between;
    align-items: center;
    font-family: "MyriadPro-Bold", Arial;
    font-size: 16px;
    margin-top: 20px;
    cursor: pointer;
    transition: all 0.3s;
    color: #0582ef;
}

.section-table-price .table-price-container .watch-all svg {
    width: 35px;
    height: 25px;
    transition: all 0.3s;
    fill: #0582ef;
}

.section-table-price .table-price-container .watch-all:hover {
    color: black;
}

.section-table-price .table-price-container .watch-all:hover svg {
    fill: black;
}

.section-table-price .money-block {
    margin-top: -43px;
    text-align: center;
}

.section-table-price .money-block .title-money {
    font-size: 16px;
    font-family: "MyriadPro-Bold", Arial;
    color: #97a5ad;
    text-align: center;
    line-height: 18px;
    margin-bottom: 33px;
}

.section-table-price .money-block img {
    margin: 0 auto;
}

.section-promo-man {
    overflow: hidden;
    background-color: #eff4f7;
    padding-top: 70px;
    padding-bottom: 70px;
    padding: 0;
}

.section-promo-man>.container {
    padding-top: 155px;
    padding-bottom: 155px;
    position: relative;
    background-image: url("../img/engineers.png");
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: auto;
}

.section-promo-man .titile-promo {
    font-size: 45px;
    line-height: 47px;
    margin-bottom: 50px;
}

.section-promo-man .titile-promo span {
    font-family: "MyriadPro-Bold", Arial;
}

div.advantages {
  padding: 7em 0;
  -webkit-box-shadow: 0px 8px 20px 0px rgba(187, 207, 222, 0.28);
  box-shadow: 0px 8px 20px 0px rgba(187, 207, 222, 0.28);
}

@media (max-width: 575px) {
  div.advantages {
    padding-top: 4em !important;
  }
}

div.advantages h2 {
  margin-bottom: 0.4em;
  line-height: 1.2;
  text-align: left;
}

div.advantages .row {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 768px) {
  div.advantages .btn {
    width: 100%;
  }
}

@media (max-width: 991px) {
  .advantages__text {
    margin-bottom: 1em;
  }
  .section-banner .block-advantages {
    margin-top: 0;
  }
}

.advantages__text:after {
  position: absolute;
  bottom: -19%;
  right: -20%;
  z-index: -1;
}

@media (max-width: 991px) {
  .advantages__text:after {
    display: none;
    content: '';
  }
}

.advantages__list {
  position: relative;
  z-index: 2;
  /* Блочная модель */
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: -30px;
  /* Типографика */
  font-weight: 600;
  text-align: center;
}

@media (max-width: 575px) {
  .advantages__list {
    margin-left: 0;
  }
}

.advantages__list-item {
  /* Позиционирование */
  position: relative;
  margin: 0 0 30px 30px;
  padding: 1.9em 2.5em 2.2em 2.5em;
  width: calc(50% - 30px);
  background: #fff;
  border-radius: 3px;
  -webkit-box-shadow: 0px 8px 20px 0px rgba(187, 207, 222, 0.38);
  box-shadow: 0px 8px 20px 0px rgba(187, 207, 222, 0.38);
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: 0.1s ease;
  transition: 0.1s ease;
}

.mob991 {
	display: none;
}

.advantages__list-item:hover {
  background-color: #0085fc;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0idnNnZyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjEwMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPjxzdG9wIHN0b3AtY29sb3I9IiMwMDY5ZjgiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIwIi8+PHN0b3Agc3RvcC1jb2xvcj0iIzAwYTFmZiIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjdnNnZykiIC8+PC9zdmc+);
  background-image: -webkit-repeating-linear-gradient(45deg, #0069f8 0%, #00a1ff 100%);
  background-image: repeating-linear-gradient(45deg, #0069f8 0%, #00a1ff 100%);
  background-image: -ms-repeating-linear-gradient(45deg, #0069f8 0%, #00a1ff 100%);
  color: #fff;
}

.advantages__list-item:hover:before {
  display: none;
}

.advantages__list-item:before {
  /* Позиционирование */
  position: absolute;
  left: 50%;
  top: -24px;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  display: block;
  width: 42px;
  height: 42px;
  /* Оформление */
  content: '';
  background: #007efb;
  border-radius: 50%;
}

.advantages__list-item * {
  -webkit-transition: 0.1s ease;
  transition: 0.1s ease;
}

.advantages__list-item__digit {
  margin-bottom: 6px;
  font-size: 32px;
  font-weight: 900;
}

h2 {
  font-size: 38px;
  font-family: "MyriadPro-Bold", Arial;
}

@media (max-width: 575px) {
  h2 {
    font-size: 20px !important;
  }
}

div h2 {
  margin-bottom: 1.5em;
}

div h2 span {
  color: #0582ef;
}

.btn {
  display: inline-block;
  padding: 0.7em 2em;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  background-color: #ef4b02;
  border: none;
  border-radius: 3px;
  -webkit-box-shadow: 0px 4px 8px 0px rgba(255, 90, 0, 0.45);
  box-shadow: 0px 4px 8px 0px rgba(255, 90, 0, 0.45);
}

.btn-blue {
  margin-top: 10px;
  background-color: #0582ef;
  -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 135, 252, 0.45);
  box-shadow: 0px 4px 8px 0px rgba(0, 135, 252, 0.45);
}

@media (max-width: 575px) {
  .btn {
    width: 100%;
  }
}

.btn:focus, .btn.focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

@media (max-width: 768px) {
  div.advantages .btn {
    width: 100%;
  }
  .advantages__list-item {
    margin-left: 0;
    width: 100%;
  }
}

.masters {
    padding-top: 60px;
    padding-bottom: 60px;
	background: linear-gradient(#fff, #f2f2f2);
}
.reviews {
    padding-top: 60px;
    padding-bottom: 60px;
}

.mast-block{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 40px 40px;
}

.mast-item{
    position: relative;
    flex: 1 1 240px;
    padding:20px 20px 20px;
    border-radius: 5px;
    border: 2px solid var(--color-blue);
    border-image: linear-gradient(355deg, #1E038D, rgba(30, 3, 141, 0));
    border-image-slice: 1;
	text-align: center;
}

.mast-photo{
    width: 200px;
    height: 200px;
    margin-bottom: 20px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.20);
}

.mast-data{
    font-size: 13px;
    font-weight: 400;
    margin: 0;
	text-align: center;
}

.mast-data .mast-name{
    display: block;
    margin-bottom: 10px;
    font-size: 16px;   
    font-style: italic; 
    font-weight: 700;
}

.rev-block{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 40px 40px;
}

.rev-item{
    position: relative;
    flex: 1 1 500px;
    padding:20px 20px 20px;
    border-radius: 5px;
    border: 2px solid var(--color-blue);
    border-image: linear-gradient(355deg, #1E038D, rgba(30, 3, 141, 0));
    border-image-slice: 1;
}

.rev-photo{
    width: 100px;
    height: 100px;
    margin-right: 20px;
    float: left;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.20);
}

.rev-data{
    font-size: 13px;
    font-weight: 400;
    margin: 0;  
}

.rev-data .rev-name{
    display: block;
    margin-bottom: 10px;
    font-size: 16px;   
    font-style: italic; 
    font-weight: 700;
}

.section-sale {
    position: relative;
    margin-top: 171px;
	margin-bottom: 150px;
}

.section-sale .cont-sale {
    position: relative;
    border: 10px solid #0093fd;
    border-radius: 5px;
    background-size: cover;
    padding: 40px 25px 40px 25px;
    box-shadow: 0 16px 38px rgba(0, 0, 0, 0.253);
}

.section-sale .cont-sale:before {
    content: "";
    position: absolute;
    right: -200px;
    top: -120px;
    width: 552px;
    height: 537px;
    background-image: url("../img/sale-santeh.png");
    background-size: contain;
	background-repeat: no-repeat;
}

.section-sale .cont-sale .for-title-s {
    font-size: 23px;
    color: #613004;
    margin-bottom: 0;
}

.section-sale .cont-sale .margin {
    margin-bottom: 25px;
}

.section-sale .cont-sale .title-sale {
    font-size: 39px;
    font-family: "MyriadPro-Bold", Arial;
    margin-bottom: 0;
    margin-top: -3px;
}

.section-sale .cont-sale .title-sale span {
    color: #0093fd;
}

.section-last-form {
    background-color: #eff4f7;
    position: relative;
    overflow: hidden;
}

.section-last-form>.container {
    position: relative;
    padding-top: 90px;
    padding-bottom: 90px;
}

.section-last-form>.container:before {
    content: "";
    position: absolute;
    width: 650px;
    height: 612px;
    background-size: contain;
    right: -80px;
    bottom: 0;
    background-image: url("../img/contacts.png");
}

.section-last-form .title-l-f {
    font-size: 45px;
    margin-bottom: 10px;
    font-family: "MyriadPro-Bold", Arial;
}

.section-last-form .under-t-l-f {
    font-size: 23px;
    line-height: 26px;
    margin-bottom: 40px;
}

.section-last-form .under-t-l-f span {
    color: #0582ef;
}

.section-last-form textarea {
    margin-top: 20px;
    max-height: 97px;
    min-height: 97px;
}

.section-last-form .banner--form .mini-text-banner--form {
    font-size: 11px;
}

.footer {
    padding: 20px 0;
    background-color: #e3ecf2;
	display: block;
}

.cont_footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    -ms-flex-align: center;
    -ms-flex-pack: justify;
}

.foot-yur {
    width: 100%;
    margin-top: 10px;
    font-size: 11px;
}

@media screen and (max-width: 1199px) {
    .top-info .logo {
        width: 220px;
    }

    .top-info .logo svg {
        width: 40px;
        height: 40px;
    }

    .top-info .logo .title-logo {
        width: 80%;
    }

    .top-info .logo .title-logo span {
        font-size: 15px;
    }

    .top-info .logo .title-logo {
        font-size: 13px;
    }

    .brands-mashines {
        left: -238px;
    }
	
	.section-promo-man .titile-promo {
		font-size: 40px;
	}
	
    .mast-block{
        gap: 30px 30px;
    }
    .mast-item{
        flex: 1 1 200px;
    }
	.mast-photo {
		width: 160px;
		height: 160px;
	}
    .rev-block{
        gap: 30px 30px;
    }
    .rev-item{
        flex: 1 1 400px;
    }

    .section-banner .banner--form {
        width: 100%;
    }

    .section-table-price .table-price-container table thead tr th:nth-child(2) {
        width: 31%;
    }

    .section-table-price .table-price-container table thead tr th:nth-child(1) {
        width: 52%;
    }

    .brands-mashines {
        width: 400px;
        height: 416px;
        background-size: auto 400px;
		left: 70px;
    }

    .section-problems .list-problems .one-problem span {
        font-size: 16px;
    }

    .section-problems .list-problems .one-problem {
        padding-left: 44px;
    }

    .section-problems .mini-list-avd li span {
        font-size: 15px;
    }

    .section-promo-man>.container {
        background-size: 29%;
        padding-top: 105px;
        padding-bottom: 105px;
    }

    .title-section-a {
        font-size: 36px;
    }

    .section-sale {
        margin-top: 152px;
    }

    .section-sale .cont-sale:before {
        right: -155px;
    }

    .section-last-form .under-t-l-f {
        font-size: 19px;
    }

    .section-last-form>.container:before {
        width: 602px;
        height: 564px;
        background-repeat: no-repeat;
        right: -94px;
    }
}

@media screen and (max-width: 991px) {
    .hover-number {
        display: none;
    }

    #bs-example-navbar-collapse-1.collapse:not(.show) {
        display: none;
    }
    .mobile-header {
        display: block;
        position: relative;
    }

    .mobile-header>.container {
        position: relative;
        height: 90px;
        display: flex;
        align-items: center;
    }

    .mobile-header .hamburger {
        padding-top: 17px;
        padding-bottom: 13px;
        z-index: 99;
    }

    .hamburger-inner,
    .hamburger-inner:after,
    .hamburger-inner:before {
        background-color: black;
    }

    .top-info {
        overflow-y: auto;
        flex-direction: column-reverse;
        text-align: center;
    }

    .top-info .logo {
        display: none !important;
    }

    .top-info .container {
        flex-direction: column;
    }

    .top-info .container {
        height: auto;
    }

    .navbar-head {
        background-color: white;
        position: absolute;
        width: 100%;
        top: 0;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    }

    .top-info .with-button {
        margin-top: 20px;
        width: auto;
        height: 88px;
        align-items: flex-start;
    }

    .top-info .with-button .number-top-info {
        font-size: 24px;
        margin-bottom: 6px;
        margin-left: 20px;
    }

    body {
        padding-top: 100px;
    }

    .navbar-head {
        z-index: 9;
    }

    .mobile-header .hamburger {
        z-index: 99;
    }

    .mobile-header {
        position: fixed;
        height: 60px;
        top: -1px;
        width: 100%;
        z-index: 999;
        background-color: white;
    }

    .mobile-header .container {
        position: relative;
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 100%;
    }

    .mobile-header .numberr {
        color: black;
        font-family: "MyriadPro-Bold", Arial;
        font-size: 20px;
    }

    .navbar-head {
        position: fixed;
        margin-top: 59px;
        z-index: 999;
    }

    .navs-page {
        top: 59px;
    }

    .top-info .with-button {
        margin-top: 15px;
    }

    .section-banner {
        height: auto;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .section-banner h1 {
        margin-bottom: 50px;
    }

    .section-banner .banner--form {
        width: 99%;
    }

    .section-banner {
        background-position: center right -395px;
    }
	
	.desc991 {
		display: none;
	}
	
	.mob991 {
		display: block;
	}

    .brands-mashines {
        left: -128px;
        width: 485px;
        height: 279px;
        background-size: cover;
        top: -232px;
    }

    .section-table-price .table-price-container {
        margin-top: 10px;
    }

    .money-block {
        display: none;
    }

    .brands-mashines {
        display: none;
    }

    .section-banner .list-adantages .one-adv .title-avd {
        width: 74%;
    }

    .section-problems {
        background-color: #eff4f7;
        padding-top: 32px;
        padding-bottom: 32px;
        margin-top: 56px;
    }

    .section-problems .mini-list-avd {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .section-problems .mini-list-avd li span {
        width: 81%;
    }

    .section-problems .mini-list-avd li {
        width: 43%;
    }

    .section-table-price .title-section-a {
        line-height: 38px;
        font-size: 41px;
		margin-bottom: 0;
    }

    .section-promo-man>.container {
        background-image: none;
    }

    .section-promo-man>.container {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .title-section-a {
        font-size: 29px;
    }

    .margin-section {
        margin-top: 52px;
    }

    .section-sale .cont-sale:before {
		right: -235px;
		top: -50px;
		width: 446px;
		height: 230px;
    }

    .section-sale {
        margin-top: 98px;
    }

    .mast-item{
        flex: 1 1 300px;
    }
	.mast-photo {
		width: 200px;
		height: 200px;
	}

    .section-last-form>.container:before {
        background-image: none;
        display: none;
    }

    .section-last-form>.container {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .section-last-form input:nth-child(1) {
        margin-bottom: 20px;
    }

    .section-last-form textarea {
        margin-top: 0;
    }

}

@media (max-width: 767px) {
    .container {
        width: 320px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .row {
        margin-right: 0;
        margin-left: 0;
    }

    .top-info .with-button .number-top-info {
        font-size: 21px;
        line-height: 38px;
    }

    .mobile-header .numberr {
        font-size: 16px;
    }
    .top-info .with-button {
        margin-top: 10px;
    }

    .modal-my .modal-dialog {
        max-width: 300px;
        margin-left: -150px;
        margin-top: -200px;
    }
	.sending-successful, .sending-failed {
		left: 10%;
		right: 10%;
	}
   .form-application-modal {
        width: 300px;
    }

    .form-application-modal .title-application {
        font-size: 17px;
        width: 100%;
    }

    .form-application-modal .one-line {
        flex-wrap: wrap;
    }
    .navs-page .list-navigations li a {
        font-size: 14px;
    }

    .section-banner h1 span {
        font-size: 23px;
    }

    .section-banner h1 {
        font-size: 24px;
        margin-bottom: 35px;
        text-align: center;
		margin-top: 0;
    }

    .section-banner>.container>.row>div {
        padding-left: 0;
    }

    .section-banner {
        background-image: none !important;
    }

    .section-banner .banner--form .title-banner--form {
        font-size: 19px;
        text-align: center;
    }

    .brands-mashines {
        background-image: none !important;
        display: none;
    }
	
    .mast-item{
        flex: 1 1 200px;
    }
	.mast-photo {
		width: 160px;
		height: 160px;
	}

    .section-banner form {
        border: 2px dashed #f9512a;
        padding-top: 15px;
    }

    .section-banner .banner--form input {
        margin-bottom: 20px;
    }

    .section-banner .banner--form .title-banner--form {
        margin-bottom: 3px;
    }

    .section-banner .mini-text-banner--form {
        font-size: 12px;
        text-align: center;
        color: black;
        opacity: 0.5;
    }

    .margin-section {
        margin-top: 25px;
    }

    .section-table-price .table-price-container table thead tr th:nth-child(3) {
        display: none;
    }

    .section-table-price .table-price-container table tbody tr td:nth-last-child(1) {
        display: none;
    }

    .section-table-price .table-price-container table tbody tr td {
        font-size: 11px;
        line-height: 14px;
        padding: 0.5em;
        padding-top: 0.5em;
        padding-bottom: 0.5em;
    }

    .section-table-price .table-price-container table tbody tr td:nth-of-type(2) {
        font-size: 11px;
    }

    .form-application-modal:after {
        display: none;
    }

    .one-line>.row>div {
        padding: 0;
    }

    .form-application-modal .title-application {
        line-height: 19px;
    }

    .navs-page .list-navigations li:nth-child(1), .navs-page .list-navigations li:nth-child(2), .navs-page .list-navigations li:nth-child(4) {
        display: none;
    }

    .navs-page .list-navigations li a {
        font-size: 13px;
    }

    .section-banner .list-adantages .one-adv .for-icon {
        width: 35px;
        height: 30px;
    }

    .section-banner .list-adantages .one-adv .title-avd {
        font-size: 13px;
    }

    .section-banner .list-adantages {
        margin-bottom: 0;
    }

    .section-banner form {
        padding-bottom: 15px;
    }

    .banner--form>form,
    .banner--form>form>div>div {
        padding-left: 0;
        padding-right: 0;
    }

    .inputs {
        margin-bottom: 20px;
    }

    .section-banner .banner--form form {
        padding-left: 15px;
        padding-right: 15px;
    }

    .title-section-a {
        font-size: 24px;
        text-align: center !important;
    }

    .section-problems .list-problems .one-problem {
        width: 100%;
        padding-left: 40px;
        margin-bottom: 15px;
    }

    .section-problems .list-problems .one-problem:before {
        width: 28px;
        height: 28px;
    }

    .section-problems .mini-list-avd li {
        width: 100%;
    }

    .section-table-price .title-section-a {
        line-height: 29px;
        font-size: 27px;
    }

    .section-promo-man .titile-promo {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 33px;
    }

    .section-brands .title-section-a {
        font-size: 22px;
        line-height: 25px;
    }

    .section-sale .cont-sale:before {
        right: -135px;
		top: -83px;
		width: 234px;
		height: 180px;
    }

    .section-sale .cont-sale {
        padding: 25px 15px 38px 15px;
    }

    .section-sale .cont-sale .title-sale {
        font-size: 32px;
        line-height: 32px;
        margin-top: 30px;
		margin-bottom: 10px;
    }

    .section-sale .cont-sale .for-title-s {
        font-size: 19px;
        line-height: 20px;
    }

    .section-last-form .title-l-f {
        font-size: 30px;
    }

    .margin-section {
        margin-top: 40px;
    }

    .section-sale .cont-sale {
        background-image: none !important;
    }

    .container {
        padding-left: 0;
        padding-right: 0;
    }

    .section-banner>.container,
    .mobile-header>.container {
        padding-left: 10px;
        padding-right: 10px;
		flex-direction: column;
		justify-content: space-evenly;
    }

	.mobile-header {
		height: 80px;
	}

	.fixed-menu .navs-page, .navs-page {
		top: 75px;
	}

    .section-sale .cont-sale .for-title-s {
        font-size: 21px;
        line-height: 23px;
    }

    .masters {
        padding-bottom: 30px;
    }
    .reviews {
        padding-bottom: 30px;
    }
    .foot-logo, .call--foot {
        width: 100%;
        margin-top: 5px;
        margin-bottom: 5px;
        text-align: center;
    }
}

.hidd-textarea {
    display: none;
}

.sending-successful {
    display: none;
	position: fixed;
	left: 25%;
	right: 25%;
	top: 40%;
	text-align: center;
	color: #000;
	background-color: #fff;
	-webkit-box-shadow: 0 5px 26px rgba(0, 0, 0, 0.23);
	box-shadow: 0 5px 26px rgba(0, 0, 0, 0.23);
	border-radius: 0.5rem;
	height: calc(30vh - 1rem);
	line-height: calc(30vh - 1rem);
	z-index: 1000;
}

.sending-failed {
    display: none;
	position: fixed;
	left: 25%;
	right: 25%;
	top: 40%;
	text-align: center;
	color: #000;
	background-color: #F7D5D3;
	-webkit-box-shadow: 0 5px 26px rgba(0, 0, 0, 0.23);
	box-shadow: 0 5px 26px rgba(0, 0, 0, 0.23);
	border-radius: 0.5rem;
	height: calc(30vh - 1rem);
	line-height: calc(30vh - 1rem);
	z-index: 1000;
}

.site-policy-line {
    padding: 3px 10px;
    background: #e3ecf2;
    border-top: 1px solid #ccc;
}

.site-policy-line .site-policy-line-inner {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    font-size: 12px;
    line-height: 18px;
    color: #333;
}

.site-policy-line .site-policy-line-inner a {
    color: #0036d0;
    text-decoration: underline;
}