body {
--pink: #E50071;
--pink_hover: #c90365;
}
@font-face {
    font-family: Roboto;
    src: url(/local/templates/main15/fonts/RobotoLight/RobotoLight.eot);
    src: url(/local/templates/main15/fonts/RobotoLight/RobotoLight.eot?#iefix) format("embedded-opentype"), url(/local/templates/main15/fonts/RobotoLight/RobotoLight.woff) format("woff"), url(/local/templates/main15/fonts/RobotoLight/RobotoLight.ttf) format("truetype");
    font-style: normal;
    font-weight: 300;
}

::-webkit-input-placeholder {
    color: #000
}

::-moz-placeholder {
    color: #000
}

:-moz-placeholder {
    color: #000
}

:-ms-input-placeholder {
    color: #000
}

.gray-bg{
  background-color: #f7f7f7;
}

.popup-button .btn-danger {
    background-color: var(--pink);
    border-color: var(--pink);
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 8px 18px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 5px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-bottom: 10px;
}

.t-diagnostic .panel-button input {
    height: 60px;
    padding: 0px 36px;
}

.popup-button .btn-danger:hover {
    color: #fff;
    background-color: #a0066d;
    border-color: #960666;
}

.t-order .panel-button {
    width: 100%;
    text-align: center;
    margin-top: 10px;
}

.btn {
    font-size: 18px;
}

.fz-54 {
  background: #fff;
  margin-top: -1px;
  font-size: 18px;
  font-weight: 300;
  line-height: normal;
}

.form-page-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.text {
    display: flex;
    flex: 1;
}

.fz-54 .clearfix {
    display: flex;
    flex-grow: 1;
}

.t-form .panel-button {
    padding: 0px;

}

.t-form .panel-button input {
    font-size: 18px;
}

p.privacy-policy {
    margin-top: 0px;
}

.t-btn,
a.t-btn,
button.t-btn,
input[type="submit"] {
    display: inline-block;
    text-decoration: none;
    color: #ffffff;
    border: none;
    box-shadow: none;
    border-radius: 0px;
    background-color: var(--pink);
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    padding: 19px 56px;
    line-height: normal;
    transition: all 0.5s;
    white-space: normal;
}

.t-btn:hover,
a.t-btn:hover,
button.t-btn:hover,
input[type="submit"]:hover {
    background-color: var(--pink);
color: white;
}

.t-btn_pink,
a.t-btn_pink,
button.t-btn_pink {
    background-color:  var(--pink);
color: white;
}

.t-btn_pink:hover,
a.t-btn_pink:hover,
button.t-btn_pink:hover {
    background-color: var(--pink);
color: white;
}

.fz-54 img {
    max-width: 100%;
    height: auto;
}

.fz-54 div.top-row-bg {
    position: relative;
    height: auto;
    padding: 40px 0 60px 0;
    background-image: url(/img/t-promo-new.png);
    background-size: cover;
    background-position: center center;
    color: #ffffff;
}

.fz-54 .top-row {
    font-size: 18px;
    font-weight: 300;
}

.fz-54 .top-row .h1 {
    font-size: inherit;
    font-weight: inherit;
    text-transform: none;
    margin: 0;
}

.fz-54 .top-row h1 {
    font-weight: 500;
    font-size: 52px;
    margin-top: 5px;
    margin-bottom: 24px;
}

.top-row__subtitle {
    line-height: 1.3;
}

.top-row__content {
    padding-top: 5px;
}

.top-row__content-title {
    font-weight: 500;
    font-size: 24px;
}

.top-row__content-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.top-row__content-list li {
    margin: 0 0 5px 0;
    padding: 0 0 0 28px;
    position: relative;
}

.top-row__content-list li:before {
    content: "";
    width: 18px;
    height: 18px;
    background: url(/img/check.svg) center center no-repeat;
    background-size: cover;
    display: block;
    position: absolute;
    left: 0;
    top: 0.5px;
}

.top-row__button {
    font-size: 18px;
    margin-top: 40px;
}

.top-row__dateweek {
    margin-top: -8px;
    margin-bottom: 16px;
    position: relative;
    padding-left: 70px;
}
.top-row__dateweek::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 42%;
    width: 60px;
    height: 4px;
    background-color: var(--pink);
}

.t-links-block {
    font-size: 20px;
    padding-top: 8px;
    line-height: 1.2;
    padding-bottom: 25px;
    background: #fff;
}

.t-links-block p {
    margin: 15px 0;
}

.t-tabs-section {
    background-color: #f7f7f7;
    padding-top: 52px;
    font-size: 18px;
}

.t-tabs {
    border: 1px solid #c6c6c6;
    background-color: #ffffff;
    margin-bottom: 40px;
}

.t-tabs__nav {
    display: -moz-flex;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
}

.tab-item {
    width: 33.33%;
}

.tab-item a {
    display: block;
    background-color: #383598;
    text-align: center;
    color: #ffffff;
    text-decoration: none;
    border-right: 1px solid #c6c6c6;
    font-size: 20px;
    padding: 40px;
    height: 100%;
    transition: all 0.5s;
}

.tab-item a:hover {
    background-color: #ffffff;
    color: #002c85;
}

.tab-item.active a {
    background-color: #ffffff;
    color: #002c85;
}

.tab-content-item {
    display: none;
}

.tab-content-item.active {
    display: block;
}

.t-tabs__inner {
    padding: 45px 30px;
}

.t-tabs__title {
    margin-top: 0;
    text-transform: uppercase;
    font-size: 30px;
}

.t-products {
    margin: 0;
    padding: 15px 0 0 0;
    list-style: none;
    display: -moz-flex;
    display: flex;
    flex-wrap: wrap;
}

.t-products__item {
    margin: 0 3.5px 7px 3.5px;
    background-color: #f7f7f7;
    width: calc(20% - 7px);
    padding: 30px 15px 10px 15px;
}

.t-products__image {
    min-height: 100px;
    display: -moz-flex;
    display: flex;
    -moz-align-items: center;
    align-items: center;
}

.t-products__image img {
    display: block;
}

.t-products__title {
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    margin-top: 12px;
    margin-bottom: 0;
}

.t-products__desc {
    margin: 0;
    font-size: 16px;
}

.t-spoiler {
    padding-top: 40px;
}

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

.t-spoiler-control {
    border: none;
    box-shadow: none;
    background: transparent;
    display: inline-block;
    text-align: center;
    color: var(--pink);
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    padding: 8px 10px;
    transition: all 0.5s;
}

.t-spoiler-control:hover {
    color: var(--pink);
}

.t-spoiler-content {
    display: none;
}

.t-spoiler__close {
    display: none;
}

.open .t-spoiler__close {
    display: inline;
}

.open .t-spoiler__open {
    display: none;
}

.t-form {
    position: relative;
    background-color: #ffd000;
    padding: 55px 25px 15px 25px;
}

.t-form:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 25px 0 25px;
    border-color: #ffffff transparent transparent transparent;
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -25px;
    z-index: 5;
}

.t-form h3 {
    margin-top: 0;
}

.t-form ul li {
    margin-bottom: 12px;
}

.t-form__content {
    font-weight: 600;
}

.t-form__border-text {
    padding: 20px 40px;
    text-align: center;
    border: 2px solid #b40d8c;
    margin-top: 25px;
    margin-bottom: 25px;
}

.form-page-content {
    display: -moz-flex;
    display: flex;
    flex-wrap: wrap;
    -moz-justify-content: space-between;
    justify-content: space-between;
}

.form-page-content .text {
    width: calc(33.33% - 14px);
}

.form-page-content .text input {
    width: 100%;
    font-size: 20px;
    padding: 15px 14px;
    height: 60px;
    text-transform: none;
}

.callback-form .form-page-content .text {
    width: 100%;
}

.callback-form .form-page-content .text input {
  width: 100%;
  padding: 8px 14px;
  font-size: 14px;
  line-height: 1.42857143;
  height: auto;
  color: #2e2f2f;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d1d2d3;
  border-radius: 5px;
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  -webkit-box-shadow: inset 0 2px 5px rgba(171,173,175,.8);
  -moz-box-shadow: inset 0 2px 5px rgba(171,173,175,.8);
  box-shadow: inset 0 2px 5px rgba(171,173,175,.8);
}

.callback-form .form-page-content .clearfix{
  width: 100%;
}

.form-page-content .panel-button {
    font-size: 18px;
    line-height: 20px;
    padding: 0px;
}

.callback-form .form-page-content .panel-button{
  width: 100%;
  font-size: inherit;
  line-height: normal;
}

.callback-form .form-page-content .panel-button input[type="submit"]{
  background: #fff;
  color: #323694;
  border: 2px solid #323694;
  text-transform: none;
  font-weight: normal;
  padding: 8px 18px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 5px;
}

.callback-form p.privacy-policy{
  margin-top: 10px;
}

.t-form__footer {
    width: 100%;
    display: -moz-flex;
    display: flex;
    -moz-justify-content: space-between;
    justify-content: space-between;
}

.t-form__label {
    font-size: 15px;
    width: 97%;
    text-align: right;
    margin-top: -20px;
}

.t-tabs-image {
    text-align: center;
}

.t-tabs-image img {
    display: inline-block;
}

.t-form__buttons {
    display: -moz-flex;
    display: flex;
    flex-wrap: wrap;
    -moz-align-items: center;
    align-items: center;
    -moz-justify-content: center;
    justify-content: center;
}

.t-form__buttons a {
    margin: 10px 22.5px;
}

.t-tabs__after {
    font-weight: 300;
    padding-bottom: 14px;
}

.t-list-whide {
    margin-top: 30px;
}

.t-list-whide li {
    margin-bottom: 27px;
    line-height: 1.44;
}

.t-partner {
    background-color: #ffffff;
    font-size: 18px;
    padding-top: 20px;
    padding-bottom: 55px;
}

.t-partner__grid {
    margin: 70px 0 0 0;
    padding: 0;
    list-style: none;
    display: -moz-flex;
    display: flex;
    -moz-justify-content: space-between;
    justify-content: space-between;
}

.t-partner__grid img {
    display: block;
    margin-bottom: 22px;
}

.t-partner__grid p {
    color: #63666a;
    font-weight: 700;
}

.t-partner__grid li {
    padding-right: 50px;
    -moz-flex-grow: 1;
    flex-grow: 1;
}

.t-partner__grid li:last-child {
    padding-right: 0;
}

.t-partner__grid li:nth-child(5) {
    flex-shrink: 0;
}

.t-partner__grid-label span {
    display: block;
}

.t-partner__grid-label .single-number {
    color: #383598;
    font-size: 90px;
    line-height: 70px;
}

.t-partner__grid-label .number {
    color: #383598;
    font-size: 48px;
    font-weight: bold;
    line-height: 48px;
}

.t-partner__grid-label .number_special {
    margin-top: 20px;
}

.t-partner__grid-label .text {
    color: #63666a;
    font-weight: 700;
}

.shoes-mark__grid {
    display: flex;
    flex-wrap: wrap;
    margin-top: 42px;
}

.shoes-mark__grid-item {
    width: calc(33.33% - 84px);
    margin: 0 124px 40px 0;
}

.shoes-mark__grid-item-img {
    min-height: 200px;
    text-align: center;
}

.shoes-mark__grid-item:nth-child(3n) {
    margin-right: 0;
}

.shoes-mark__grid-title {
    text-align: center;
    font-size: 24px;
    min-height: 60px;
    margin: 15px 0;
    line-height: 1.3;
}

.shoes-mark__grid-image {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    height: 290px;
}

.shoes-mark__grid-image:before {
    content: "";
    width: 100%;
    height: 220px;
    background-color: #2f3ca4;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.shoes-mark__grid-image img {
    position: relative;
    z-index: 2;
}

.shoes-mark__grid-link {
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    text-decoration: underline;
    margin-top: 10px;
    width: 100%;
    min-height: 51px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.shoes-mark__grid-price {
    text-align: center;
    font-size: 18px;
    border-top: 1px solid #ccc;
    padding-top: 10px;
    font-weight: 700;
}

.t-equip {
    background-color: #f7f7f7;
    padding-top: 48px;
    font-size: 18px;
    font-weight: 300;
}

.t-diagnostic {
    background-color: #ffd000;
    padding-top: 50px;
    padding-bottom: 24px;
}

.t-diagnostic .form-page-content .panel-button {
    font-size: 18px;
    line-height: 20px;
    padding: 0px 10px;
    display: flex;
    width: 33%;
}

.t-diagnostic__title {
    display: -moz-flex;
    display: flex;
    -moz-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 10px;
}

.t-diagnostic__title h3 {
    margin-top: 0;
    text-transform: uppercase;
    margin-bottom: 0;
}

.t-diagnostic__title h3 span {
    font-size: 24px;
}

.t-diagnostic__title p {
    margin-top: 10px;
    font-size: 18px;
    font-weight: 600;
    max-width: 57%;
}

.t-image-wrapper {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
}

.t-stages {
    font-size: 18px;
    font-weight: 300;
    padding-top: 25px;
    line-height: 1.44;
    padding-bottom: 30px;
}

.t-stages__grid {
    padding-top: 38px;
    padding-left: 55px;
}

.t-stages__grid-item {
    display: -moz-flex;
    display: flex;
    -moz-align-items: flex-start;
    align-items: flex-start;
    margin-bottom: 50px;
}

.t-stages__grid-item p {
    margin-left: 80px;
    font-weight: 500;
    margin-top: 50px;
}

.yellow-bg {
    background-color: #ffd000;
}

.t-questions {
    padding: 15px 0 40px 0;
}

.t-questions h3 {
    text-transform: uppercase;
}

.t-fine {
    font-size: 18px;
    font-weight: 300;
    padding-top: 25px;
    line-height: 1.44;
    padding-bottom: 30px;
}

.t-attention {
    display: -moz-flex;
    display: flex;
    -moz-align-items: center;
    align-items: center;
    font-weight: 600;
    background-color: rgba(255, 208, 0, 0.25);
    padding: 20px 100px 20px 34px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.t-attention__sign {
    flex-shrink: 0;
    color: #d2217f;
    border: 4px solid #d2217f;
    border-radius: 100%;
    width: 76px;
    height: 76px;
    display: -moz-flex;
    display: flex;
    -moz-align-items: center;
    align-items: center;
    -moz-justify-content: center;
    justify-content: center;
    margin-right: 29px;
    font-size: 29px;
    line-height: 29px;
    font-weight: bold;
}

.t-attention__text p {
    margin: 0;
}

.t-order {
    padding: 15px 0 40px 0;
    background-size: cover;
    background-position: center center;
    background-image: url(/img/t-org-bg.jpg);
}

.t-order h3 {
    text-transform: uppercase;
    margin-bottom: 54px;
}

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

.t-form__button {
    width: 100%;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

.t-form__privacy {
    width: 100%;
    text-align: center;
}

.t-order p.privacy-policy {
    font-size: 15px;
    line-height: normal;
    max-width: 750px;
    margin: 15px auto 0px;
    text-align: center;
}

.t-form__privacy p.privacy-policy a {
    text-decoration: underline;
}

.t-problems {
    font-size: 18px;
    font-weight: 300;
    padding-top: 25px;
    line-height: 1.44;
    padding-bottom: 30px;
}

.shoes-mark__exp-box {
    background: #f7f7f7 url(/img/check-bg.png) right bottom no-repeat;
    padding: 45px 40px 30px 40px;
    position: relative;
    z-index: 10;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.44;
}

.shoes-mark__exp_yellow {
    background-color: #ffd000;
    position: relative;
    z-index: 5;
    margin-top: -67px;
    padding-top: 120px;
    padding-bottom: 30px;
}

.t-text-block {
    font-size: 18px;
    font-weight: 300;
    padding-top: 25px;
    line-height: 1.44;
    padding-bottom: 30px;
}

.fz-54 .container {
    width: 1140px;
}

@media all and (max-width: 1200px) {
    .t-partner__grid {
        flex-wrap: wrap;
        -moz-justify-content: center;
        justify-content: center;
    }

    .fz-54 .container {
        padding: 0 45px;
        width: 100%;
    }

    .t-partner__grid li {
        padding: 15px;
        width: 33.33%;
    }

    .t-partner__grid li br {
        display: none;
    }
}

@media all and (max-width: 1130px) {
    .t-form__label {
        display: none;
    }
}

@media all and (max-width: 990px) {
    .clearfix {
        -moz-flex-direction: column;
        flex-direction: column;
    }

    .t-diagnostic .panel-button input {
        height: auto;
    }

    .t-diagnostic .form-page-content .panel-button {
        width: 100%;
    }

    .panel-button {
        width: 100%;
        text-align: center;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    p.privacy-policy {
        margin-top: 10px;
    }

    .shoes-mark__grid-item {
        width: 100%;
        margin-right: 0;
    }

    .shoes-mark__exp_yellow p {
        width: 100%;
        margin-bottom: 30px;
    }

    .t-products__item {
        width: calc(33.33% - 7px);
    }

    .form-page-content {
        -moz-flex-direction: column;
        flex-direction: column;
    }

    .form-page-content .text {
        width: 100%;
        margin-bottom: 15px;
    }

    .form-page-content .panel-button input,
    .t-diagnostic .form-page-content .panel-button input {
        width: 100%;
        padding: 18px 26px;
    }

    .t-form__label {
        display: none;
    }

    .t-diagnostic__title {
        -moz-flex-direction: column;
        flex-direction: column;
    }

    .t-diagnostic__title h3 {
        width: 100%;
    }

    .t-diagnostic__title h3 br {
        display: none;
    }

    .t-diagnostic__title h3 span {
        display: block;
    }

    .t-diagnostic__title p {
        max-width: 100%;
    }

    p.privacy-policy {
        width: 100%;
        text-align: center;
    }

    .t-stages__grid {
        padding-left: 0;
    }
}

@media all and (max-width: 860px) {
    .tab-item a {
        padding: 15px;
    }

    .t-products__item {
        width: calc(50% - 7px);
    }

    .t-stages__grid-item {
        -moz-flex-direction: column;
        flex-direction: column;
        text-align: center;
        -moz-align-items: center;
        align-items: center;
        margin-bottom: 0;
    }

    .t-stages__grid-item p {
        order: 1;
    }

    .t-stages__grid-item img {
        order: 2;
    }

    .t-stages__grid {
        padding-top: 0;
    }
}

@media (max-width: 768px) {
    .shoes-mark__exp-box {
        padding: 30px 20px 30px 20px;
    }

    .t-btn, a.t-btn, button.t-btn, input[type="submit"] {
        font-size: 18px;
        padding: 18px 36px;
    }

    .fz-54 .top-row .h1 {
        padding: 0;
    }
}

@media (max-width: 600px) {
    .tab-item a {
        padding: 10px;
        font-size: 15px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .t-products__item {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }

    .t-form__buttons a {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }

    .t-partner__grid li {
        width: 50%;
    }

    .t-attention {
        padding: 15px;
    }

    .t-attention__sign {
        margin-right: 19px;
        width: 56px;
        height: 56px;
    }

    .shoes-mark__exp-box {
        background-image: none;
    }
}

@media (max-width: 430px) {
    .tab-item {
        width: 100%;
        border-bottom: 1px solid #c6c6c6;
    }

    .tab-item a {
        border-right: none;
    }

    .fz-54 .top-row h1 {
        font-size: 38px;
    }

    .t-btn, a.t-btn, button.t-btn, input[type="submit"] {
        padding: 18px 28px;
    }

    .t-partner__grid li {
        width: 100%;
    }

    h3 {
        font-size: 24px;
    }
}

@media (max-width: 1024px) {
  .fz-54 .container {
    padding: 0 45px;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .fz-54 .container {
    padding: 0 15px;
  }
}

.a-feedback {
  padding-top: 100px;
  padding-bottom: 135px;
  text-align: center;
  background-image: url(/img/product-bg-4.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  color: #fff;
}

.a-feedback .a-section-title {
  text-align: left;
  margin-bottom: 0;
  font-size: 30.7px;
  font-weight: 700;
  font-family: Roboto, sans-serif;
  line-height: 1.2;
  line-height: normal;
}

.a-feedback .a-container {
  position: relative;
}

.a-feedback .form-content {
  width: 100%;
  margin-top: 20px;
}

.a-feedback .form-content form {
  display: flex;
  flex-wrap: wrap;
}

.a-feedback .form-content .text {
  width: 36%;
  float: left;
  margin-left: 0;
  padding-right: 25px;
  margin-right: 0;
  flex: none;
}

.a-feedback .form-content .form-button {
  clear: both;
  text-align: right;
  width: 28%;
}

.a-feedback .form-content .text .input-sm {
  border: 0;
  box-shadow: none;
  height: 50px;
  border-radius: 0;
  margin-bottom: 20px;
}

.a-feedback p.privacy-policy {
  font-size: 14px;
  position: absolute;
  width: 100%;
  right: 0;
  text-align: center;
  margin-top: 30px;
}

p.privacy-policy a {
  text-decoration: underline;
}

.a-feedback .form-content input[type=submit] {
  display: inline-block;
  font-size: 18px;
  padding: 13px 70px;
}

.a-feedback__form {
  max-width: 780px;
  margin: 0 auto 35px;
}

.a-feedback p.privacy-policy a {
  color: #ffffff;
}

.a-feedback__form-fields {
  display: flex;
  justify-content: space-between;
}

.a-feedback__form-field {
  width: 100%;
  max-width: 370px;
  margin-bottom: 22px;
}

.a-feedback__form-input, .a-feedback__form-label {
  display: block;
  width: 100%;
}

.a-feedback__form-label {
  margin-bottom: 7px;
  text-align: left;
}

.a-feedback__form-input {
  padding: 9px 10px 9px 16px;
  border: 1px solid #45464b;
}

.a-feedback__note {
  font-size: 14px;
}

.a-feedback__form-submit {
  display: flex;
  justify-content: center;
}

.a-feedback_whide {
  padding: 70px 0;
  background-image: url(/img/form.jpg);
}

.a-feedback_whide .a-section-title {
  font-size: 28px;
  margin-bottom: 50px;
}

.a-feedback_whide .form-content .text {
  width: 25.5%;
}

.a-feedback_whide .form-content .text.text_textarea {
  width: 100%;
  display: flex;
}

.a-feedback_whide .form-content .text.text_textarea textarea {
  width: 76%;
  resize: none;
  height: 97px;
  flex-shrink: 0;
  padding: 8px 14px;
}

.a-feedback_whide .form-content .text.text_textarea p.privacy-policy {
  position: relative;
  margin: 14px 0 0 30px;
  text-align: left;
  font-size: 14.7px;
  font-weight: 100;
  line-height: 1.5;
  letter-spacing: 0.37px;
}

.a-feedback_whide .form-content .form-button {
  width: 23.5%;
}

.a-feedback_whide .form-content input[type=submit] {
  padding: 15px 22px;
  font-size: 17.3px;
  width: 100%;
}

@media screen and (max-width: 1100px) {
  .a-feedback .form-content form {
    justify-content: center;
  }

  .a-feedback .form-content .text {
    width: 50%;
    display: block;
    float: none;
    flex: none;
    margin-right: 0;
  }

  .a-feedback_whide .form-content .form-button {
    width: 50%;
    padding-right: 25px;
    order: 3;
  }

  .a-feedback_whide .form-content input[type=submit] {
    width: 100%;
  }

  .a-feedback .form-content .form-button{
    text-align: center;
    width: 100%;
  }

  .a-feedback_whide .form-content .text {
    order: 1;
  }

  .a-feedback_whide .form-content .text.text_textarea {
    flex-wrap: wrap;
    order: 2;
  }

  .a-feedback_whide .form-content .text.text_textarea textarea {
    width: 100%;
    margin-bottom: 20px;
  }

  .a-feedback_whide .form-content .text.text_textarea p.privacy-policy {
    width: 100%;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .a-feedback .form-content .text {
    width: 100%;
    padding-right: 0;
    display: block;
    float: none;
    flex: none;
    margin-right: 0;
  }

  p.privacy-policy {
    line-height: 1.2;
  }

  .a-feedback .form-content .form-button {
    width: 280px;
  }

  .a-feedback_whide .form-content .form-button {
    width: 280px;
    padding-right: 0;
  }
}

@media screen and (max-width: 480px) {
  .a-feedback .form-content .form-button{
    width: 100%;
  }

  .a-feedback .form-content input[type=submit]{
    width: 100%;
  }

  .a-feedback{
    padding-top: 40px;
  }
}

.a-container {
  max-width: 1177px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 1200px) {
  .a-container {
    padding-right: 15px;
    padding-left: 15px;
  }
}


/*===========================
  FAQ
============================*/
.mm-faq {
  margin-bottom: 90px;
}
.mm-faq__items {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}
.mm-faq__item {
  border-bottom: 1px solid #eee;
}
.mm-faq__item:first-child {
  border-top: 1px solid #eee;
}
.mm-faq__item-panel {
  padding: 27px 50px 27px 0;
  position: relative;
  cursor: pointer;
}
.mm-faq__item-panel:hover .mm-faq__item-trigger {
  background-color: #eeeeee;
}
.mm-faq__item-panel.active .mm-faq__item-trigger {
  transform: rotate(-45deg);
}
.mm-faq__item-title {
  font-size: 24px;
  font-weight: 600;
}
.mm-faq__item-trigger {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjRweCIgaGVpZ2h0PSIyNHB4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPiA8ZyBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMXB4IiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHN0cm9rZS1saW5lY2FwPSJzcXVhcmUiPiA8ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxLjAwMDAwMCwgMS4wMDAwMDApIiBzdHJva2U9IiMyMjIyMjIiPiA8cGF0aCBkPSJNMCwxMSBMMjIsMTEiPjwvcGF0aD4gPHBhdGggZD0iTTExLDAgTDExLDIyIj48L3BhdGg+IDwvZz4gPC9nPiA8L3N2Zz4=);
  background-repeat: no-repeat;
  background-position: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #222;
  text-align: center;
  font-size: 35px;
  position: absolute;
  top: 24%;
  right: 0;
  border-radius: 50%;
  transition: all .2s ease;
}
.mm-faq__item-content {
  display: none;
  padding-bottom: 25px;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .mm-faq {
    margin-bottom: 30px;
  }
}
.mm-container {
  width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
}

.serv-attention {
  display: -moz-flex;
  display: flex;
  -moz-align-items: center;
  align-items: center;
  border-radius: 10px;
  border: solid 1px var(--pink);
  padding: 27px 75px 27px 75px;
}

.serv-attention img {
  flex-shrink: 0;
  margin-right: 54px;
}

.serv-attention p {
  margin: 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.45px;
}

.serv-attention_blue {
  border-radius: 0;
  border-color: #3c3b93;
}

div.serv-attention_no-border{
  border: none;
  padding: 27px 0 27px 0;
}

@media all and (max-width: 768px) {
  .serv-attention {
    padding: 25px;
  }
}

@media all and (max-width: 480px) {
  .serv-attention{
    flex-direction: column;
    align-items: flex-start;
  }

  .serv-attention img {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .t-partner{
    padding-bottom: 5px;
  }
}

.fz-54 .j-form-page .maskhelper {
    top: 50%;
    margin-top: -9px;
    right: 32px;
}

.fz-54 .j-form-page .inline-new .maskhelper {
    right: 6px;
}

.actions-row{
  display: flex;
  flex-wrap: wrap;
}

.actions-row__item{
  width: 33.33%;
  padding: 20px;
}

.actions-row__item_white{
  background-color: #ffffff;
}

.actions-row__title{
  text-align: center;
  margin-top: 0;
}

.actions-row__image{
  width: 100%;
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media all and (max-width: 768px) {
  .actions-row__item{
    width: 100%;
  }
}

.visually-hidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.special-h2 {
  margin-top: 50px;
  text-align: center;
}

.service-title {
  font-size: 28px;
  font-weight: normal;
}

.services-button {
  display: inline-block;
  color: #ffffff;
  background-color: var(--pink);
  border: 1px solid var(--pink);
  text-align: center;
  border-radius: 6px;
  font-size: 14.7px;
  font-weight: 300;
  font-style: normal;
  padding: 9px 20px;
  transition: all 0.5s;
}

.services-button:hover {
  text-decoration: none;
  color: #ffffff;
  background-color: var(--pink);
  border-color: var(--pink);
}

.services-button_outline {
  color: var(--pink);
  background-color: transparent;
}

.services-button_outline:hover {
  color: #ffffff;
  background-color: var(--pink);
  border-color: var(--pink);
}

@media all and (max-width: 340px) {
  .services-button {
    padding: 9px 10px;
  }
}

.services-grid {
  display: -moz-flex;
  display: flex;
  flex-wrap: wrap;
  -moz-justify-content: space-between;
  justify-content: space-between;
  margin-top: 35px;
  margin-bottom: 70px;
}

.services-grid_small {
  -moz-justify-content: space-between;
  justify-content: space-between;
  margin-top: 42px;
  margin-bottom: 35px;
}

.services-grid_small .services-grid__item {
  -moz-flex-direction: column;
  flex-direction: column;
  padding: 38px;
  width: calc(25% - 18px);
  margin-right: 24px;
  background-color: #f6f6f6;
  border-color: #f6f6f6;
}

.services-grid_small .services-grid__item.services-grid__ico {
    background: none;
    border: none;
    padding: 38px 0;
    width: 200px;
}

.services-grid__ico a.services-grid__ico-link {
    display: flex;
    width: 100%;
    height: auto;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
}

.services-grid__ico a.services-grid__ico-link span {
    -webkit-transition: color 100ms ease;
    -moz-transition: color 100ms ease;
    -ms-transition: color 100ms ease;
    -o-transition: color 100ms ease;
    transition: color 100ms ease;
}

.services-grid__ico .services-grid__ico-img svg path {
    -webkit-transition: all 150ms ease;
    -moz-transition: all 150ms ease;
    -ms-transition: all 150ms ease;
    -o-transition: all 150ms ease;
    transition: all 150ms ease;
}

.services-grid__ico .services-grid__ico-img {
    position: relative;
}

.services-grid__ico .services-grid__ico-img .ico-hover, .services-grid__ico .services-grid__ico-img .ico-front {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    transition: opacity 150ms ease-out;
    -webkit-transition: opacity 150ms ease-out;
    -moz-transition: opacity 150ms ease-in-out;
}

.services-grid__ico .services-grid__ico-img .ico-hover{
    opacity: 0;
}

.services-grid__ico a.services-grid__ico-link:hover .services-grid__ico-img .ico-front {
    opacity: 0;
}

.services-grid__ico a.services-grid__ico-link:hover .services-grid__ico-img .ico-hover {
    opacity: 1;
}

.services-grid__ico a.services-grid__ico-link:hover span{
    color: #FF65B1;
}

.services-grid__ico a.services-grid__ico-link:hover svg path{
    fill: #FF65B1;
}

.services-grid__ico .services-grid__ico-img {
    width: 110px;
    height: 110px;
    display: flex;
    align-items: center;
}

.services-grid__ico .services-grid__ico-img img, .services-grid__ico .services-grid__ico-img svg {
    width: 100%;
    height: auto;
}

.services-grid__ico .services-grid__ico-title {
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    color: #000;
    margin-top: 32px
}

.services-grid_small .services-grid__item:nth-child(4n) {
  margin-right: 0;
}

.services-grid_small .services-grid__right {
  width: 100%;
  padding-left: 0;
  padding-top: 36px;
}

.services-grid_small .services-grid__title {
  font-size: 24px;
  line-height: 1.06;
  color: #000000;
}

.services-grid_small .services-grid__price {
  font-size: 21.3px;
  font-weight: 300;
  letter-spacing: 0.53px;
  margin: 17px 0 0 0;
}

.services-grid__item {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  width: calc(50% - 12px);
  margin-bottom: 24px;
  padding: 48px 59px 60px 38px;
  display: -moz-flex;
  display: flex;
  flex-wrap: wrap;
}

.services-grid__image {
  width: 190px;
  position: relative;
  flex-shrink: 0;
  display: -moz-flex;
  display: flex;
  -moz-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  justify-content: center;
}

.services-grid__image img {
  display: block;
  max-width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
}

.services-grid__image:before {
  content: "";
  width: 100%;
  height: 100%;
  max-width: 176px;
  max-height: 176px;
  border-radius: 50%;
  background-color: var(--pink);
  display: block;
  opacity: 0.21;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.services-grid__right {
  width: calc(100% - 190px);
  padding-left: 31px;
}

.services-grid__title {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.22;
  letter-spacing: 0.6px;
  color: #464646;
  text-decoration: none;
}

.services-grid__content {
  margin-top: 20px;
}

.services-grid__content p {
  margin: 5px 0;
  font-size: 14.7px;
  font-weight: 300;
  color: #414141;
}

.services-grid__content p:first-child {
  margin-top: 0;
}

.services-grid__footer {
  display: -moz-flex;
  display: flex;
  -moz-align-items: center;
  align-items: center;
  margin-top: 28px;
}

.services-grid__price {
  margin: 0;
  width: 190px;
  font-size: 25.3px;
  font-weight: 300;
  line-height: 1.16;
  letter-spacing: 0.63px;
  color: #464646;
}

.services-grid__buttons {
  width: calc(100% - 190px);
  display: -moz-flex;
  display: flex;
  -moz-align-items: center;
  align-items: center;
  padding-left: 31px;
}

.services-grid__buttons .services-button {
  margin-right: 9px;
}

.services-grid__buttons .services-button:last-child {
  margin-right: 0;
}

@media all and (max-width: 1200px) {
  .services-grid__item {
    width: 100%;
    margin-right: 0;
  }
}

@media all and (max-width: 990px) {
  .services-grid_small .services-grid__item {
    width: calc(50% - 12px);
  }

  .services-grid_small .services-grid__item:nth-child(2n) {
    margin-right: 0;
  }
}

@media all and (max-width: 768px) {
  .services-grid-wrapper {
    padding: 0 15px;
  }
}

@media all and (max-width: 550px) {
  .services-grid__item {
    -moz-flex-direction: column;
    flex-direction: column;
    -moz-align-items: center;
    align-items: center;
    padding: 15px;
  }

  .services-grid__right {
    width: 100%;
    padding: 25px 0 0 0;
  }

  .services-grid__footer {
    -moz-flex-direction: column;
    flex-direction: column;
    -moz-align-items: center;
    align-items: center;
  }

  .services-grid__buttons {
    width: 100%;
    padding-left: 0;
    padding-top: 30px;
  }

  .services-grid_small .services-grid__item {
    width: 100%;
    margin-right: 0;
  }
}

.service-detail__row {
  display: -moz-flex;
  display: flex;
  -moz-align-items: flex-start;
  align-items: flex-start;
  border-bottom: 1px solid #cccccc;
  padding-top: 49px;
  padding-bottom: 54px;
}

.service-detail__main-image {
  min-height: 414px;
  background-color: #ffffff;
  width: 40%;
  padding: 20px;
  box-sizing: border-box;
  display: -moz-flex;
  display: flex;
  -moz-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  justify-content: center;
}

.service-detail__info {
  width: 60%;
  padding-left: 76px;
}

.service-detail__title {
  margin-top: 0;
  font-weight: 700;
  line-height: 1.05;
}

.service-detail__desc {
  font-size: 25px;
  font-weight: 300;
  margin-top: 30px;
  line-height: 1.2;
}

.service-detail__desc p {
  margin: 0 0 10px 0;
}

.service-detail__actions {
  display: -moz-flex;
  display: flex;
  flex-wrap: wrap;
  -moz-align-items: center;
  align-items: center;
  margin-top: 37px;
}

.service-detail__actions .services-button {
  margin-right: 12px;
}

.service-detail__actions .services-button:last-child {
  margin-right: 0;
}

.service-detail__price {
  margin: 0;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.75px;
  margin-right: 28px;
}

.service-detail__attention {
  display: -moz-flex;
  display: flex;
  -moz-align-items: center;
  align-items: center;
  margin-top: 32px;
}

.service-detail__attention span {
  width: 46px;
  height: 46px;
  border: solid 1px #323694;
  border-radius: 50%;
  color: #d52299;
  font-size: 20.5px;
  font-weight: bold;
  display: -moz-flex;
  display: flex;
  -moz-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  justify-content: center;
  flex-shrink: 0;
  margin-right: 18px;
}

.service-detail__attention p {
  margin: 0;
  -moz-flex-grow: 1;
  flex-grow: 1;
  font-size: 19px;
  font-weight: 300;
}

@media all and (max-width: 990px) {
  .service-detail__price {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
}

@media all and (max-width: 768px) {
  .service-detail {
    padding-right: 18px;
    padding-left: 18px;
  }

  .service-detail__row {
    -moz-flex-direction: column;
    flex-direction: column;
  }

  .service-detail__main-image {
    width: 100%;
    margin-bottom: 30px;
  }

  .service-detail__info {
    width: 100%;
    padding-left: 0;
  }
}

@media all and (max-width: 360px) {
  .service-detail__actions .services-button {
    width: 100%;
    margin: 0 0 20px 0;
  }
}

.service-why {
  padding-top: 30px;
  padding-bottom: 25px;
  border-bottom: 1px solid #cccccc;
}

.service-why__list {
  counter-reset: whyCounter;
  display: -moz-flex;
  display: flex;
  flex-wrap: wrap;
  margin: 40px 0 0 0;
  padding: 0;
  list-style: none;
}

.service-why__list li {
  display: -moz-flex;
  display: flex;
  -moz-align-items: center;
  align-items: center;
  width: calc(33.33% - 30px);
  margin-right: 45px;
  margin-bottom: 50px;
  font-size: 21px;
  font-weight: 300;
  line-height: 1.14;
}

.service-why__list li:nth-child(3n) {
  margin-right: 0;
}

.service-why__list li:before {
  content: counter(whyCounter);
  counter-increment: whyCounter;
  display: block;
  width: 56px;
  height: 56px;
  border: solid 1px #323694;
  border-radius: 50%;
  display: -moz-flex;
  display: flex;
  -moz-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  justify-content: center;
  font-size: 25px;
  font-weight: bold;
  flex-shrink: 0;
  margin-right: 33px;
  color: #d52299;
}

@media all and (max-width: 768px) {
  .service-why {
    padding-right: 18px;
    padding-left: 18px;
  }

  .service-why__list li {
    width: calc(50% - 22.5px);
  }

  .service-why__list li:nth-child(3n) {
    margin-right: 45px;
  }

  .service-why__list li:nth-child(2n) {
    margin-right: 0;
  }
}

@media all and (max-width: 550px) {
  .service-why__list li {
    width: 100%;
    margin-right: 0;
  }

  .service-why__list li:nth-child(3n) {
    margin-right: 0;
  }
}

.service-detail-grid {
  padding-top: 25px;
}

.service-detail-grid .service-title {
  margin-bottom: 15px;
}

.service-detail-grid .services-grid {
  margin-bottom: 0;
}

.service-detail-grid__desc {
  font-size: 17px;
  line-height: 1.35;
}

@media all and (max-width: 768px) {
  .service-detail-grid {
    padding-right: 18px;
    padding-left: 18px;
  }
}

.service-content {
  font-size: 17px;
  line-height: 1.35;
  padding-bottom: 57px;
}

.service-content h3 {
  font-size: 28px;
  font-weight: normal;
}

.service-content ul {
  list-style: none;
  padding-left: 0;
}

.service-content ul li {
  position: relative;
  padding-left: 54px;
  margin-bottom: 10px;
}

.service-content ul li:before {
  content: "";
  width: 30px;
  height: 3px;
  background-color: var(--pink);
  display: block;
  position: absolute;
  left: 0;
  top: 10px;
}

@media all and (max-width: 768px) {
  .service-content {
    padding-right: 18px;
    padding-left: 18px;
  }
}

.serv-add {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  margin: 45px 0;
}

.serv-add__item {
  display: -moz-flex;
  display: flex;
  -moz-align-items: center;
  align-items: center;
  -moz-justify-content: space-between;
  justify-content: space-between;
  border-bottom: 1px solid #cccccc;
  padding: 30px 45px;
  font-size: 21px;
}

.serv-add__item p {
  margin: 0;
}

.serv-add__item p:first-child {
  font-weight: bold;
  width: 70%;
}

.serv-add__item p:last-child {
  text-align: right;
  width: 30%;
}

.serv-add__item:last-child {
  border-bottom: none;
}

@media all and (max-width: 768px) {
  .serv-add__item {
    -moz-flex-direction: column;
    flex-direction: column;
    font-size: 17px;
  }

  .serv-add__item p:first-child {
    width: 100%;
  }

  .serv-add__item p:last-child {
    text-align: left;
    width: 100%;
  }
}

.serv-attention {
  display: -moz-flex;
  display: flex;
  -moz-align-items: center;
  align-items: center;
  border-radius: 10px;
  border: solid 1px var(--pink);
  padding: 27px 75px 27px 75px;
}

.serv-attention img {
  flex-shrink: 0;
  margin-right: 54px;
}

.serv-attention p {
  margin: 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.45px;
}

.serv-attention_blue {
  border-radius: 0;
  border-color: #3c3b93;
}

@media all and (max-width: 768px) {
  .serv-attention {
    padding: 25px;
  }
}

@media all and (max-width: 500px) {
  .serv-attention {
    -moz-flex-direction: column;
    flex-direction: column;
  }

  .serv-attention img {
    margin: 0 0 20px 0;
  }
}

.icons-block {
  padding: 30px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.icons-block__item {
  width: calc(25% - 30px);
  margin-right: 40px;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
}

.icons-block__item:nth-child(4n) {
  margin-right: 0;
}

.icons-block__item img {
  flex-shrink: 0;
  margin-right: 24px;
}

.icons-block__item p {
  margin: 0;
  flex-grow: 1;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.3;
}

@media all and (max-width: 990px) {
  .icons-block__item {
    width: calc(50% - 20px);
  }

  .icons-block__item:nth-child(2n) {
    margin-right: 0;
  }
}

@media all and (max-width: 767px) {
  .icons-block {
    padding: 30px 20px;
  }
}

@media all and (max-width: 550px) {
  .icons-block__item {
    width: 100%;
    margin-right: 0;
  }
}

.seo-block {
  border-top: 1px solid #d4d4d4;
  padding: 50px 0;
}

.seo-block .detail_text,
.seo-block .link_text {
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.3;
}

.seo-block .link_text a {
  color: #414141;
  text-decoration: none;
  position: relative;
  padding-left: 54px;
  margin-top: 18px;
}

.seo-block .link_text a:before {
  content: "";
  width: 30px;
  height: 3px;
  background-color: var(--pink);
  display: block;
  position: absolute;
  left: 0;
  top: 6px;
}

.seo-block .detail_text p,
.seo-block .detail_text div {
  position: relative;
  padding-left: 54px;
  margin-bottom: 0;
  margin-top: 18px;
  padding-right: 15px;
}

.seo-block .detail_text div:before,
.seo-block .detail_text p:before {
  content: "";
  width: 30px;
  height: 3px;
  background-color: var(--pink);
  display: block;
  position: absolute;
  left: 0;
  top: 6px;
}

.seo-block .link_text a:hover {
  text-decoration: underline;
}

.seo-block:after {
  content: "";
  display: table;
  clear: both;
}

@media all and (max-width: 767px) {
  .seo-block {
    padding: 30px 20px;
  }
}

.a-wrap {
  font-size: 18px;
  font-family: Roboto, sans-serif;
  color: #414141;
  line-height: 1.2;
  background-color: #ffffff;
}

.a-container {
  max-width: 1177px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 1200px) {
  .a-container {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.a-section-title {
  margin-bottom: 30px;
  font-size: 30.7px;
  letter-spacing: .77px;
  font-weight: 700;
  color: #000;
  line-height: normal;
}

.a-section-title-center {
    text-align: center;
}

@media all and (max-width: 500px) {
    .a-section-title-center {
        text-align: center!important;
    }
}

.a-section-title a{
  color: #000000;
  text-decoration: underline;
}

.a-section-title a:hover{
  text-decoration: none;
}

.a-main {
  padding-top: 15px;
  padding-bottom: 47px;
  text-align: center;
  background: url(/img/Group21-4.png) top center no-repeat;
  background-size: cover;
  color: #fff;
}

.a-main h1 {
  font-size: 49.3px;
  font-weight: 700;
  letter-spacing: 1.23px;
}

@media all and (max-width: 550px) {
  .a-main h1 {
    font-size: 29px;
  }
}

.a-main__title {
  font-weight: 700;
  font-size: 56px;
  line-height: .98;
  letter-spacing: 1.4px;
  max-width: 780px;
  margin: 10px auto 32px auto;
}

.a-btn {
  display: inline-block;
  vertical-align: top;
  padding: 14px 40px;
  font-weight: 700;
  background: #fade41;
  color: #000;
  border: none;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  white-space: normal;
  border-radius: 0;
  transition: all .3s ease;
}

.a-btn:hover {
  opacity: .8;
  text-decoration: none;
  color: #ffffff;
}

.a-btn_pink {
  background: var(--pink);
  color: #fff;
}
.a-btn_pink:focus {
  color: #fff;
  text-decoration: none;
}

.a-main__form input[type="text"],
.a-main__form input[type="number"],
.a-main__form input[type="tel"],
.a-main__form input[type="email"],
.a-main__form input[type="search"],
.a-main__form input[type="password"] {
  box-shadow: none;
  border-radius: 0;
}

.a-main__form-label {
  font-size: 21.3px;
  font-weight: 100;
  letter-spacing: 0.53px;
  margin-bottom: 10px;
}

.a-main__form form {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.a-main__form form .text {
  width: 398px;
  margin-right: 12.5px;
  flex: none;
}

.a-main__form form input[type="tel"],
.a-main__form form input[type="text"],
.a-main__form form input[type="email"] {
  padding: 15px 14px;
  font-size: 13.3px;
  font-weight: 300;
}

.a-main__form form .form-button {
  margin-left: 12.5px;
}

.a-main__form form .btn {
  width: 242px;
  padding: 18px 40px;
  font-size: 14px;
}

@media all and (max-width: 550px) {
  .a-main__form form {
    flex-wrap: wrap;
    margin-top: 40px;
  }

  .a-main__form form .text {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .a-main__form form .form-button {
    width: 100%;
    margin: 0;
  }

  .a-main__form form .form-button .btn {
    width: 100%;
  }
}

.a-section-title_white {
  color: #fff;
}

.a-feedback {
  padding-top: 100px;
  padding-bottom: 135px;
  text-align: center;
  background-image: url(/img/product-bg-4.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  color: #fff;
}

.a-feedback .a-section-title {
  text-align: left;
  margin-bottom: 0;
}

.a-feedback .a-container {
  position: relative;
}

.a-feedback .form-content {
  width: 100%;
  margin-top: 20px;
}

.a-feedback .form-content form {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.a-feedback .form-content .text {
  width: 36%;
  float: left;
  margin-left: 0;
  padding-right: 25px;
}

.a-feedback .form-content .form-button {
  clear: both;
  text-align: right;
  width: 28%;
}

.a-feedback .form-content .text .input-sm {
  border: 0;
  box-shadow: none;
  height: 50px;
  border-radius: 0;
  margin-bottom: 20px;
}

.a-feedback .form-content [data-type="FANTOME"] {
    display: none !important;
}

.a-feedback_whide .form-content .text.is-fantome {
    width: 0;
    display: none !important;
}

.a-feedback .form-content .text .iti__country-name, .callback-form .form-page-content .text .iti__country-name{
    color: #414141;
}

.a-feedback p.privacy-policy {
  font-size: 14px;
  position: absolute;
  width: 100%;
  right: 0;
  text-align: center;
  margin-top: 30px;
}

p.privacy-policy a {
  text-decoration: underline;
}

.a-feedback .form-content input[type=submit] {
  display: inline-block;
  font-size: 18px;
  padding: 13px 70px;
}

.a-feedback__form {
  max-width: 780px;
  margin: 0 auto 35px;
}

.a-feedback p.privacy-policy a {
  color: #ffffff;
}

.a-feedback__form-fields {
  display: flex;
  justify-content: space-between;
}

.a-feedback__form-field {
  width: 100%;
  max-width: 370px;
  margin-bottom: 22px;
}

.a-feedback__form-input, .a-feedback__form-label {
  display: block;
  width: 100%;
}

.a-feedback__form-label {
  margin-bottom: 7px;
  text-align: left;
}

.a-feedback__form-input {
  padding: 9px 10px 9px 16px;
  border: 1px solid #45464b;
}

.a-feedback__note {
  font-size: 14px;
}

.a-feedback__form-submit {
  display: flex;
  justify-content: center;
}

.a-feedback_whide {
  padding: 70px 0;
  background-image: url(/img/form.jpg);
}

.a-feedback_whide .a-section-title {
  font-size: 28px;
  margin-bottom: 50px;
}

.a-feedback_whide .form-content .text {
  width: 25.5%;
}

.a-feedback_whide .form-content .text.text_textarea {
  width: 100%;
  display: flex;
}

.a-feedback_whide .form-content .text.text_textarea textarea {
  width: 76%;
  resize: none;
  height: 97px;
  flex-shrink: 0;
  padding: 8px 14px;
}

.a-feedback_whide .form-content .text.text_textarea p.privacy-policy {
  position: relative;
  margin: 14px 0 0 30px;
  text-align: left;
  font-size: 14.7px;
  font-weight: 100;
  line-height: 1.5;
  letter-spacing: 0.37px;
}

.a-feedback_whide .form-content .form-button {
  width: 23.5%;
}

.a-feedback_whide .form-content input[type=submit] {
  padding: 13px 22px;
  font-size: 17.3px;
}

@media screen and (max-width: 1100px) {
  .a-feedback .form-content form {
    justify-content: center;
  }

  .a-feedback .form-content .text {
    width: 50%;
  }

  .a-feedback_whide .form-content .form-button {
    width: 50%;
    padding-right: 25px;
    order: 3;
  }

  .a-feedback_whide .form-content input[type=submit] {
    width: 100%;
  }

  .a-feedback_whide .form-content .text {
    order: 1;
  }

  .a-feedback_whide .form-content .text.text_textarea {
    flex-wrap: wrap;
    order: 2;
  }

  .a-feedback_whide .form-content .text.text_textarea textarea {
    width: 100%;
    margin-bottom: 20px;
  }

  .a-feedback_whide .form-content .text.text_textarea p.privacy-policy {
    width: 100%;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .a-feedback .form-content .text {
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
  }
    .a-feedback .form-content .text .input-sm
    {
        margin-bottom: 0;
    }

  p.privacy-policy {
    line-height: 1.2;
  }

  .a-feedback .form-content .form-button {
    width: 280px;
  }

  .a-feedback_whide .form-content .form-button {
    width: 280px;
    padding-right: 0;
  }
}

/* advantages */
.a-section {
  padding-top: 30px;
  padding-bottom: 30px;
}

.a-advantages {
  background-color: #e0e1f7;
  padding-top: 50px;
  padding-bottom: 50px;
  overflow: hidden;
}

.a-advantages .a-section-title {
  text-align: center;
}

.a-advantages .a-container {
  max-width: 960px;
}

.a-advantages__scheme {
  width: 1145px;
  height: 545px;
  background: url(/img/advantages_1.png) left top no-repeat;
  background-size: cover;
  position: relative;
  margin: 0px auto;
}

.a-advantages__scheme-point-wrap {
  width: 280px;
  position: absolute;
}

.a-advantages__scheme-point-wrap:nth-child(2) .a-advantages__scheme-point {
  -webkit-animation-delay: .15s;
  animation-delay: .15s;
}

.a-advantages__scheme-point-wrap:nth-child(3) .a-advantages__scheme-point {
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
}

.a-advantages__scheme-point-wrap_1 {
  top: 400px;
  left: 25px;
}

.a-advantages__scheme-point-wrap_2,
.a-advantages__scheme-point-wrap_5 {
  top: 144px;
  left: 360px;
}

.a-advantages__scheme-point-wrap_3 {
  top: 285px;
  left: 665px;
}

.a-advantages__scheme-point-wrap_4 {
  top: 360px;
  left: 70px;
}

.a-advantages__scheme-point-wrap_6 {
  top: 405px;
  left: 650px;
}

.a-advantages__scheme-title {
  display: none;
}

.a-advantages__scheme-point {
  display: table;
  margin-left: auto;
  margin-right: auto;
  padding: 3px;
  border: 1px solid #fec92c;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.a-advantages__scheme-point div {
  display: block;
  margin: 9px;
  border: 1px solid #fec92c;
  border-radius: 50%;
}

.a-advantages__scheme-point div span {
  display: block;
  width: 30px;
  height: 30px;
  margin: 5px;
  background-color: #fec92c;
  border-radius: 50%;
  box-shadow: 0 0 0 12px rgba(10, 23, 255, 0.4);
  position: relative;
  z-index: -1;
}

.a-advantages__scheme-content {
  width: 310px;
  padding: 25px 20px 20px 20px;
  font-size: 14px;
  background-color: #fff;
  opacity: 0;
  transition: opacity .25s ease-in;
  position: relative;
  z-index: 1;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  display: none;
  visibility: hidden;
}

.a-advantages__scheme-content.active {
  opacity: 1;
  bottom: 150%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.a-advantages__scheme-content:before {
  content: "";
  display: block;
  border-style: solid;
  border-width: 14px 15px 0 15px;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  bottom: -14px;
  left: 50%;
  margin-left: -15px;
}

.a-advantages__scheme-content-title {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

.a-advantages_warehouse .a-advantages__scheme {
  width: 980px;
  height: 562px;
  background: url(/img/advantages_2.png) left top no-repeat;
  background-size: cover;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

@media screen and (max-width: 1020px) {
  .a-advantages__scheme {
    width: 849px;
    height: 405px;
  }

  .a-advantages_warehouse .a-advantages__scheme {
    width: 740px;
    height: 425px;
  }

  .a-advantages__scheme-point-wrap_1 {
    top: 279px;
    left: -20px;
  }

  .a-advantages__scheme-point-wrap_2 {
    top: 75px;
    left: 210px;
  }

  .a-advantages__scheme-point-wrap_3 {
    top: 200px;
    left: 450px;
  }

  .a-advantages__scheme-point-wrap_4 {
    top: 279px;
    left: -20px;
  }

  .a-advantages__scheme-point-wrap_5 {
    top: 75px;
    left: 210px;
  }

  .a-advantages__scheme-point-wrap_6 {
    top: 290px;
    left: 455px;
  }
}

@media screen and (max-width: 767px) {
  .a-advantages .a-section-title {
    margin-bottom: 60px;
  }

  .a-advantages__scheme, .a-advantages_warehouse .a-advantages__scheme {
    background: 0 0;
    width: auto;
    height: auto;
  }

  .a-advantages__scheme-point-wrap {
    min-height: 170px;
    background-size: contain;
    position: relative;
    top: auto;
    left: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 45px;
  }

  .a-advantages__scheme-point-wrap_1 {
    background: url(/img/advantages_1-1.png) center no-repeat;
  }

  .a-advantages__scheme-point-wrap_2 {
    background: url(/img/warehouse_1.png) center no-repeat;
  }

  .a-advantages__scheme-point-wrap_3 {
    background: url(/img/advantages_1-2.png) center no-repeat;
  }

  .a-advantages__scheme-point-wrap_4 {
    background: url(/img/advantages_2-1.png) center no-repeat;
  }

  .a-advantages__scheme-point-wrap_5 {
    background: url(/img/warehouse_2.png) center no-repeat;
  }

  .a-advantages__scheme-point-wrap_6 {
    background: url(/img/advantages_2-2.png) center no-repeat;
  }

  .a-advantages__scheme-title {
    display: block;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    top: -25px;
  }

  .a-advantages__scheme-content {
    width: 280px;
    height: auto;
    margin-left: -140px;
    margin-right: auto;
    position: absolute;
    left: 50%;
  }

  .a-advantages__scheme-content.active {
    bottom: 90%;
    margin-left: auto;
  }
}

.a-common{
  padding-top: 50px;
  padding-bottom: 50px;
}

.a-support {
  padding-top: 53px;
  padding-bottom: 75px;
}

.a-support__grid {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-top: 48px;
}

.a-support__grid-item {
  display: flex;
  align-items: flex-start;
  width: calc(50% - 23px);
  margin-right: 46px;
  margin-bottom: 28px;
}

.a-support__grid_whide .a-support__grid-item{
  width: 100%;
  margin-right: 0;
}

.a-support__grid-item:nth-child(2n) {
  margin-right: 0;
}

.a-support__grid-item:before {
  content: "";
  width: 55px;
  height: 55px;
  background-image: url(/img/tick-inside-a-circle.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  flex-shrink: 0;
  margin-right: 33px;
}

.a-support__grid_numbers{
  counter-reset: supportNumbers;
}

.a-support__grid_numbers .a-support__grid-item{
  counter-increment: supportNumbers;
}

.a-support__grid_numbers .a-support__grid-item:before{
  content: counter(supportNumbers);
  background: transparent;
  width: 67px;
  height: 67px;
  border: solid 1px #31308d;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-right: 31px;
  color: var(--pink);
  font-size: 26px;
  font-weight: bold;
  line-height: 1;
}

.a-support__grid-item p {
  flex-grow: 1;
  font-size: 18px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.19;
  letter-spacing: 0.53px;
  margin: 0;
}

@media screen and (max-width: 990px) {
  .a-support__grid-item {
    width: calc(50% - 11.5px);
    margin-right: 23px;
  }

  .a-support__grid-item:nth-child(3n) {
    margin-right: 23px;
  }

  .a-support__grid-item:nth-child(2n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 600px) {
  .a-support__grid-item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }

  .a-support__grid-item:nth-child(3n) {
    margin-right: 0;
  }
}

.p-offer {
  background-color: #ffffff;
  padding-top: 28px;
  padding-bottom: 45px;
}

.p-offer__desc-title {
  font-size: 26.7px;
  font-weight: bold;
  letter-spacing: 0.67px;
  margin-top: 45px;
  margin-bottom: 18px;
}

.p-problems {
  background-color: #ffffff;
  padding-top: 54px;
  padding-bottom: 70px;
}

.p-problems .a-section-title {
  margin-bottom: 40px;
}

.p-problems .columns-block {
  padding-top: 10px;
}

.p-advantages {
  color: #ffffff;
  background-image: url(/img/product-bg-4.png);
  background-size: cover;
  background-position: center center;
  padding: 70px 0 50px 0;
}

.p-advantages__grid {
  display: -moz-flex;
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
}

.p-advantages__grid-item {
  width: calc(33.33% - 24px);
  margin-right: 36px;
}

.p-advantages__grid-item:nth-child(3n) {
  margin-right: 0;
  margin-bottom: 50px;
}

.p-advantages__grid-item p {
  font-size: 21.3px;
  font-weight: 100;
  line-height: 1.19;
  letter-spacing: 0.53px;
}

.p-advantages__grid-image {
  height: 60px;
  display: -moz-flex;
  display: flex;
  -moz-align-items: flex-end;
  align-items: flex-end;
  margin-bottom: 40px;
}

.p-advantages__grid-image img {
  max-width: 100%;
  height: auto;
}

.p-company {
  background-color: #f6f6f6;
  padding: 50px 0;
}

.p-company-cols {
  display: -moz-flex;
  display: flex;
  flex-wrap: wrap;
  -moz-justify-content: space-between;
  justify-content: space-between;
}

.p-company-col {
  width: calc(50% - 20px);
  margin-top: 50px;
}

.p-company-list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.19;
  letter-spacing: 0.53px;
}

.p-company-list li {
  margin: 0 0 30px 0;
  padding: 0 0 0 59px;
  position: relative;
}

.p-company-list li:before {
  content: "";
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background-color: var(--pink);
  display: block;
  position: absolute;
  left: 0;
  top: 2px;
}

.p-company-grid {
  display: -moz-flex;
  display: flex;
  flex-wrap: wrap;
  -moz-justify-content: space-between;
  justify-content: space-between;
}

.p-company-grid__item {
  background-color: #ffffff;
  width: calc(50% - 11px);
  margin-bottom: 22px;
  padding: 30px 28px;
}

.p-company-grid__item span {
  color: var(--pink);
  font-size: 37px;
  font-weight: bold;
  display: block;
}

.p-company-grid__item p {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 0;
}

.p-also {
  padding: 50px 0;
}

@media all and (max-width: 990px) {
  .p-company-col {
    width: 100%;
  }

  .p-advantages__grid-item {
    width: calc(50% - 18px);
  }

  .p-advantages__grid-item:nth-child(3n) {
    margin-right: 36px;
  }

  .p-advantages__grid-item:nth-child(2n) {
    margin-right: 0;
  }
}

@media all and (max-width: 550px) {
  .p-advantages__grid-item {
    width: 100%;
    margin-right: 0;
  }

  .p-company-col {
    margin-top: 25px;
  }

  .p-company-grid__item {
    width: 100%;
    margin-right: 0;
  }
}

.columns-block {
  display: -moz-flex;
  display: flex;
  flex-wrap: wrap;
  -moz-justify-content: space-between;
  justify-content: space-between;
}

.columns-block__item {
  width: calc(50% - 22.5px);
}

.columns-block__item p, .columns-block__item a {
  position: relative;
  font-size: 21px;
  font-weight: 300;
  line-height: 1.14;
  color: #414141;
  text-decoration: none;
  margin: 16px 0;
  display: block;
  padding-left: 52px;
}

.columns-block__item p:before, .columns-block__item a:before {
  content: "";
  width: 30px;
  height: 3px;
  background-color: var(--pink);
  display: block;
  position: absolute;
  left: 0;
  top: 8px;
}

.columns-block__item a:hover {
  text-decoration: underline;
}

p.columns-block__title,
.columns-block__title {
  font-size: 22.7px;
  font-weight: bold;
  line-height: 1.06;
  padding-left: 0;
  margin-bottom: 30px;
}

p.columns-block__title:before,
.columns-block__title:before {
  display: none;
}

p.comuns-block__icon,
.comuns-block__icon {
  padding-left: 0;
  display: -moz-flex;
  display: flex;
  -moz-align-items: center;
  align-items: center;
  font-size: 21px;
  font-weight: 300;
  line-height: 1.14;
  margin: 18px 0;
}

p.comuns-block__icon img,
.comuns-block__icon img {
  display: block;
  flex-shrink: 0;
  margin-right: 44px;
}

p.comuns-block__icon:before,
.comuns-block__icon:before {
  display: none;
}

@media all and (max-width: 990px) {
  .columns-block__item {
    width: 100%;
  }
}

.a-main .form-control.input-sm {
  height: auto;
}

.a-main .form-control.input-sm + .maskhelper {
  right: 16px;
}


.a-feedback .form-control.input-sm + .maskhelper {
  top: 16px;
  right: 39px;
}


.form-control.input-sm + .maskhelper {
  top: 6px;
  right: 9px;
}

.a-main .form-control.input-sm + .maskhelper {
  top: 16px;
  right: 9px;
}


.a-feedback_whide .form-control.input-sm + .maskhelper {
  top: 16px;
  right: 32px;
}

.a-container .form-content .text.error:before {
  display: none;
}

.a-container .form-content .text.error > input {
  background-color: rgba(232, 123, 123, 0.8);
}
.a-container .form-content .text.error:after {
  display: none;
}

.a-section.a-addequip{
  padding-top: 50px;
  padding-bottom: 50px;
}

.a-addequip__box{
  display: flex;
  background-color: #f6f6f6;
  margin-bottom: 15px;
  padding: 35px;
}

.a-addequip__content{
  width: calc(100% - 222px);
}

.a-addequip__info{
  width: 222px;
  padding-left: 60px;
}

.a-addequip__info .a-btn_pink{
  width: 100%;
}

.a-addequip__text p:last-child{
  margin-bottom: 0;
}

.a-addequip__title{
  margin-top: 0;
  font-weight: 700;
  font-size: 24px;
}

.a-addequip__image{
  position: relative;
  min-height: 161px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.a-addequip__image:before {
  content: "";
  width: 100%;
  height: 100%;
  max-width: 176px;
  max-height: 176px;
  border-radius: 50%;
  background-color: var(--pink);
  display: block;
  opacity: 0.21;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.a-addequip__image img {
  display: block;
  max-width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
}

.a-addequip__detail{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.a-addequip .a-section-title{
  text-align: center;
}

div[data-btn='.a-btn.buy-btn'] .form-control.input-sm + .maskhelper {
  top: 6px;
  right: 9px;
}

@media all and (max-width: 640px) {
  .a-addequip__box{
    flex-direction: column;
  }

  .a-addequip__content {
    width: 100%;
  }

  .a-addequip__info {
    width: 100%;
    padding-left: 0;
    padding-top: 25px;
  }
}

/*===========================
  Prices
============================*/
.a-prices {
  background-color: #f7f7f7;
  padding-top: 50px;
  line-height: normal;
  padding-bottom: 40px; }
.a-prices__items {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-top: 53px;
    margin-bottom: 17px; }
.a-prices__items.a-prices__items_whide{
  align-items: stretch;
}
.a-prices__items.a-prices__items_whide-100{
    width: 100%;
}
.a-prices__items.a-prices__items_whide-top{
  align-items: flex-start;
}
.a-prices__item {
    background-color: #ffffff;
    width: calc(25% - 17.25px);
    margin-right: 23px;
    transition: all .2s ease-in; }
.a-prices__item:last-child {
    margin-right: 0; }

.a-prices__items.a-prices__items_whide .a-prices__item, .a-prices__items.a-prices__items_whide-100 .a-prices__item{
  width: calc(50% - 11.5px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-content: flex-start;
}

.a-prices__items.a-prices__items_whide .a-prices__item:nth-child(2n), .a-prices__items.a-prices__items_whide-100 .a-prices__item:nth-child(2n){
  margin-right: 0;
}

.a-prices__item-pr-wrapper{
  flex-grow: 1;
}
.a-prices__item-pr-wrapper-100{
    width: 100%;
}
.a-prices__item-title {
    padding: 24px 10px;
    font-size: 30.7px;
    font-weight: bold;
    line-height: 0.83;
    letter-spacing: 0.77px;
    text-align: center;
    color: #ffffff;
    background-color: #000000;
    width: 100%;
}
.a-prices__item:nth-child(2) .a-prices__item-title{
  background-color: #31308d;
}
.a-prices__item:nth-child(3) .a-prices__item-title{
  background-color: #b81787;
}
.a-prices__item:nth-child(4) .a-prices__item-title{
  background-color: #9532a6;
}

.a-prices__item-footer{
  padding: 14px 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 0.83;
  letter-spacing: 0.77px;
  text-align: center;
  color: #ffffff;
  background-color: #000000;
  text-transform: uppercase;
  width: 100%;
  align-self: flex-end;
}
.a-prices__item-footer span{
  color: var(--pink);
}
.a-prices__item:nth-child(2) .a-prices__item-footer{
  background-color: #31308d;
}
.a-prices__item:nth-child(3) .a-prices__item-footer{
  background-color: #b81787;
}
.a-prices__item:nth-child(4) .a-prices__item-footer{
  background-color: #9532a6;
}

.a-prices__item-prices {
  width: 100%;
  border-bottom: 2px solid #f6f6f6;
  padding: 19px 25px 19px 39px;
}
.a-prices__item-prices.flex-align{
    padding: 0!important;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 65px;
}
.a-prices__item-prices-value {
  color: var(--pink);
  font-size: 26.7px;
  font-weight: bold;
  line-height: 0.95;
  letter-spacing: 0.67px;
}
.a-prices__item-prices-label{
  margin: 0 0 7px 0;
  font-size: 16px;
  font-weight: 100;
  font-style: italic;
  letter-spacing: 0.4px;
}

.a-prices__items_whide .a-prices__item-prices-label, .a-prices__items_whide-100 .a-prices__item-prices-label{
  font-size: 20px;
  font-weight: 700;
  font-style: normal;
}

.a-prices__desc{
  width: 100%;
}

.a-prices__desc-title{
  display: block;
  padding: 19px 25px 19px 39px;
  font-size: 18.7px;
  font-weight: 100;
  position: relative;
  line-height: 1.36;
  letter-spacing: 0.47px;
}

.a-prices__desc-title:after{
  content: "";
  width: 12px;
  height: 12px;
  background: url(/img/down-arrow.svg) center center no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -5px;
  right: 47px;
}

.a-prices__item-option {
  font-size: 15px;
  padding: 19px 25px 19px 39px;
  border-top: 2px solid #f6f6f6;
  position: relative; }
.a-prices__item-option_call {
    min-height: 90px; }
.a-prices__item-option_consultation {
    min-height: 70px; }
.a-prices__item-option_included {
  display: flex;
  align-items: flex-start;
    background: #ffffff; }
.a-prices__item-option_included:before {
    content: "";
    display: block;
    margin-right: 15px;
    flex-shrink: 0;
    width: 21px;
    height: 21px;
    background: url("/img/sprite.png") -741px -478px no-repeat; }
.a-prices__item-option-add {
    font-size: 24px;
    font-weight: 700; }
.a-prices__item-purchase {
  border: none;
  padding: 17px 40px 35px 40px;
  font-size: 17.3px;
  font-weight: bold;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.43px; }
.a-prices__item-purchase .a-btn {
    width: 100%;
    max-width: 250px; }
.a-prices__item-purchase .a-btn.btn-success{
  font-size: 14px;
  padding: 16.5px 30px;
  background-color: #5cb85c;
  border-color: #5cb85c;
}

@media screen and (max-width: 990px) {
  .a-prices__item{
    width: calc(50% - 11.5px);
    margin-bottom: 23px;
  }

  .a-prices__item:nth-child(2n){
    margin-right: 0;
  }
}

@media screen and (max-width: 550px) {
  .a-prices__item, .a-prices__items.a-prices__items_whide .a-prices__item, .a-prices__item, .a-prices__items.a-prices__items_whide-100 .a-prices__item{
    width: 100%;
    margin-right: 0;
  }

  .a-prices__item-purchase .a-btn{
    max-width: 100%;
  }
}

@media screen and (max-width: 380px) {
  .a-prices__items_whide .a-prices__item-prices-label, .a-prices__items_whide-100 .a-prices__item-prices-label{
    font-size: 16px;
  }
}

.a-prices-total{
  padding-top: 50px;
  padding-bottom: 50px;
}

.a-prices-total__box{
  position: relative;
  display: flex;
  justify-content: center;
  padding-bottom: 200px;
}

.a-prices-total__circle{
  width: 276px;
  height: 276px;
  border-radius: 50%;
  background-color: rgba(186, 8, 132, 0.21);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  color: #ffffff;
  font-size: 30px;
  line-height: normal;
  flex-direction: column;
  text-align: center;
  font-weight: 700;
}

.a-prices-total__circle span{
  text-transform: uppercase;
}

.a-prices-total__circle p{
  margin: 0;
}

.a-prices-total__image{
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  z-index: 10;
}

.a-prices-total__desc{
  display: flex;
  flex-direction: column;
  align-items: center;
}

.a-prices-total__desc p{
  max-width: 640px;
}

@media screen and (max-width: 660px) {
    .a-prices__item, .a-prices__items.a-prices__items_whide .a-prices__item, .a-prices__item, .a-prices__items.a-prices__items_whide-100 .a-prices__item{
        width: 100%;
        margin-right: 0;
    }
  .a-prices-total__image{
    display: none;
  }
  .a-prices-total__box{
    padding-bottom: 25px;
  }
}
.a-support__scheme{
  display: flex;
  margin-top: 42px;
}

.a-support__scheme-item{
  width: 25%;
  position: relative;
}

.a-support__scheme-item:after{
  content: "";
  width: calc(100% - 125px);
  height: 3px;
  background-color: #31308d;
  display: block;
  position: absolute;
  right: 13px;
  top: 51px;
}

.a-support__scheme-item:nth-child(4n)::after{
  display: none;
}

.a-support__scheme-item:nth-child(1)::after{
  background-image: linear-gradient(to left, var(--pink), #31308d);
}

.a-support__scheme-item:nth-child(2)::after{
  background-image: linear-gradient(to right, var(--pink), #31308d);
}

.a-support__scheme-item p{
  font-size: 21.3px;
  font-weight: 100;
  line-height: 1.19;
  letter-spacing: 0.53px;
  padding-right: 20px;
}

.a-support__scheme-image{
  width: 100px;
  height: 100px;
  border: solid 2px #31308d;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
  border-radius: 50%;
  position: relative;
}

.a-support__scheme-image_dark{
  border-color: var(--pink);
  background-color: var(--pink);
}

.a-support__scheme-image_dark:after{
  content: "";
  width: 38px;
  height: 38px;
  background: #ffffff url(/img/remove.svg) center center no-repeat;
  background-size: contain;
  border-radius: 50%;
  display: block;
  position: absolute;
  bottom: -2px;
  right: -14px;
  z-index: 2;
}

@media screen and (max-width: 860px) {
  .a-support__scheme-item:after{
    display: none;
  }

  .a-support__scheme{
    flex-wrap: wrap;
  }

  .a-support__scheme-item{
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 23px;
  }

  .a-support__scheme-image{
    flex-shrink: 0;
    margin-right: 30px;
    margin-bottom: 0;
  }

  .a-support__scheme-item p{
    margin: 0;
    padding: 0;
  }
    .a-prices__item-title {
        font-size: 24px;
    }
}

/*===========================
  Steps
============================*/
.a-steps {
  background-color: #f7f7f7;
  padding-top: 15px;
  padding-bottom: 50px; }
.a-steps .a-container{
  border-top: 1px solid #cecece;
  padding-top: 53px;
  position: relative;
}
.a-steps_no-border .a-container{
  border: none;
}
.a-steps .a-section-title{
  font-size: 26.7px;
}
.a-steps__grid{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 5px;
}
.a-steps__grid-item{
  width: 32%;
  display: flex;
  align-items: center;
}
.a-steps__grid-item span{
  width: 67px;
  height: 67px;
  border: solid 1px #31308d;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-right: 31px;
  color: var(--pink);
  font-size: 26px;
  font-weight: bold;
  line-height: 1;
}
.a-steps__grid-item p{
  margin: 0;
  font-size: 21.3px;
  font-weight: 100;
  line-height: 1.19;
  letter-spacing: 0.53px;
}
.a-btn_pink-empty {
  background: 0 0;
  color: var(--pink)!important;
  border: 2px solid var(--pink);
}
.a-steps .a-btn_pink-empty{
  position: absolute;
  top: 48px;
  right: 0;
  padding: 12px 55px;
  color: #000000!important;
}

@media screen and (max-width: 1100px) {
  .a-steps .a-btn_pink-empty {
    position: relative;
    top: auto;
    display: block;
    right: auto;
    max-width: 280px;
    margin: 40px auto 0 auto;
  }
}

@media screen and (max-width: 860px) {
  .a-steps__grid-item{
    width: 100%;
    margin-bottom: 30px;
  }

  .a-steps__grid-item:last-child{
    margin-bottom: 0;
  }
}

/*===========================
  FAQ
============================*/
.a-faq{
  padding-top: 52px;
  padding-bottom: 60px;
}

.a-faq .a-section-title{
  margin-bottom: 50px;
}

a.a-faq__quest{
  display: block;
  position: relative;
  background-color: #f6f6f6;
  margin-bottom: 8px;
  color: #31308d;
  font-size: 21.3px;
  font-weight: 500;
  line-height: 1.19;
  letter-spacing: 0.53px;
  padding: 23px 36px;
}

a.a-faq__quest:hover,
a.a-faq__quest:focus{
  text-decoration: none;
  color: var(--pink);
}

.a-faq__quest:after{
  content: "";
  width: 12px;
  height: 12px;
  background: url(/img/down-arrow.svg) center center no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -5px;
  right: 36px;
}

.a-faq__text{
  font-size: 21.3px;
  font-weight: 500;
  line-height: 1.19;
  letter-spacing: 0.53px;
  padding: 25px 36px;
}

/*===========================
  Result
============================*/
.a-result{
  padding-top: 52px;
  padding-bottom: 32px;
}

.a-result .a-container{
  position: relative;
}

.a-result__image{
  display: block;
  position: absolute;
  z-index: 10;
  left: 0;
  bottom: -75px
}

.a-result__inner{
  display: flex;
  justify-content: flex-end;
  width: 100%;
  padding-top: 20px;
}

.a-result__grid{
  width: 51%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.a-result__grid-item{
  width: calc(50% - 25px);
  display: flex;
  align-items: flex-start;
  margin-bottom: 17px;
}

.a-result__grid-item:before {
  content: "";
  width: 55px;
  height: 55px;
  background-image: url(/img/tick-inside-a-circle.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  flex-shrink: 0;
  margin-right: 33px;
}

.a-result__grid-item p{
  flex-grow: 1;
  font-size: 21.3px;
  font-weight: 100;
  line-height: 1.19;
  letter-spacing: 0.53px;
  margin: 0;
}

@media screen and (max-width: 1100px) {
  .a-result__image{
    display: none;
  }

  .a-result__grid{
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .a-result__grid-item {
    width: 100%;
  }
}

/*===========================
  Clients
============================*/
.a-clients{
  padding-top: 52px;
  padding-bottom: 50px;
}

.a-clients__grid{
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
}

.a-clients__grid-item{
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f6f6f6;
  padding: 18px 15px;
  width: calc(33.33% - 16px);
  margin: 0 24px 24px 0;
  min-height: 110px;
}

.a-clients__grid-item:nth-child(3n){
  margin-right: 0;
}

.a-clients__grid-item img{
  display: block;
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .a-clients__grid-item{
    width: calc(50% - 12px);
    margin: 0 24px 24px 0;
  }

  .a-clients__grid-item:nth-child(3n){
    margin-right: 24px;
  }

  .a-clients__grid-item:nth-child(2n){
    margin-right: 0;
  }
}

/*===========================
  Numbers
============================*/
.a-numbers {
  background-color: #31308d;
  color: #ffffff;
  padding-top: 78px;
  padding-bottom: 72px; }
.a-numbers__items {
  display: -ms-flexbox;
  display: flex; }
.a-numbers__item {
  width: 25%;
  padding-right: 70px; }
.a-numbers__item:nth-child(3){
  padding-right: 0;
}
.a-numbers__item:nth-child(4){
  padding-right: 0;
  padding-left: 40px;
}
.a-numbers__item-number {
  margin-bottom: 26px;
}
.a-numbers__item-number-val {
  font-size: 61.3px;
  font-weight: 100;
  line-height: 0.41;
  color: var(--pink);
  letter-spacing: 1.53px;
}

.a-numbers__item-text {
  font-size: 20px;
  font-weight: 100;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.19;
  letter-spacing: 0.53px;
}

@media screen and (max-width: 860px) {
  .a-numbers__items{
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .a-numbers__item {
    margin-bottom: 30px;
    width: calc(50% - 11.5px);
    padding-right: 0; }

  .a-numbers__item:nth-child(4){
    padding-left: 0;
  }
}

.gray-icons-grid{
  display: flex;
  flex-wrap: wrap;

  margin: 30px 0 0 0;
  padding: 0;
  list-style: none;
}

.gray-icons-grid li{
  width: calc(33.33% - 20px);
  margin-right: 30px;
  margin-bottom: 30px;
  background-color: #f6f6f6;
  padding: 30px;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.gray-icons-grid li:nth-child(3n){
  margin-right: 0;
}

.gray-icons-grid img{
  max-width: 76px;
}

.gray-icons-grid p:last-child{
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .gray-icons-grid li{
    width: 100%;
    margin-right: 0;
  }
}

.equip__grid{
  margin-top: 30px;
}

.equip__grid-item{
  display: flex;
  background-color: #f6f6f6;
  border: 1px solid #b3b3b3;
  width: 100%;
  margin-bottom: 25px;
}

.equip__grid-item img{
  max-width: 135px;
  margin-bottom: 10px;
}

.equip__grid-thumb{
  background-color: #ffffff;
  flex-shrink: 0;
  width: 215px;
  padding: 25px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}

.equip__grid-image{
  display: block;
}

.equip__grid-button{
  align-self: flex-end;
  font-size: 14px;
  border-radius: 4px;
  width: 100%;
}

.equip__grid-title{
  margin-bottom: 30px;
  font-size: 30.7px;
  letter-spacing: .77px;
  font-weight: 700;
  color: #000;
  line-height: normal;
  text-decoration: none;
  display: block;
}

.equip__grid-title:hover{
  text-decoration: underline;
}

.equip__grid-price{
  font-size: 20px;
  line-height: normal;
  font-weight: 700;
  margin-bottom: 0;
}

.equip__grid-price span{
  font-size: 30px;
}

.equip__grid-content{
  flex-grow: 1;
  padding: 25px;
}

.equip__title{
  font-weight: 700;
  font-size: 20px;
}

@media screen and (max-width: 600px) {
  .equip__grid-item{
    flex-direction: column;
  }

  .equip__grid-thumb{
    order: 2;
    width: 100%;
  }

  .equip__grid-content{
    order: 1;
    width: 100%;
  }

  .equip__grid-item img{
    margin-bottom: 30px;
  }
}

.columns-numbers{
  display: flex;
  flex-wrap: wrap;

  margin: 50px 0 0 0;
  padding: 0;
  list-style: none;

  counter-reset: columnsNumbers;
}

.columns-numbers__item{
  border: 1px solid #b3b3b3;
  width: calc(33.33% - 33.3px);
  margin-right: 50px;
  margin-bottom: 30px;
  counter-increment: columnsNumbers;
  position: relative;
  padding-top: 95px;
}

.columns-numbers__item:nth-child(3n){
  margin-right: 0;
}

.columns-numbers__item:before{
  content: counter(columnsNumbers);
  background: transparent;
  width: 67px;
  height: 67px;
  border: solid 1px #31308d;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-right: 0;
  color: var(--pink);
  font-size: 26px;
  font-weight: bold;
  line-height: 1;

  position: absolute;
  top: 14px;
  left: 50%;
  margin-left: -33.5px;
}

.columns-numbers__item p{
  padding: 20px;
  margin: 0;
  border-top: 1px solid #b3b3b3;
}

@media screen and (max-width: 768px) {
  .columns-numbers__item{
    width: 100%;
    margin-right: 0;
  }
}

.section-full {
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 1rem;
}


.a-economy-effect {
    background-color: #fff;
    padding-top: 100px;
    padding-bottom: 100px;
}

.a-economy-effect .a-section-title {
    font-size: 28px;
    line-height: 20px;
    width: 100%;
}
.a-economy-effect__item {
    position: relative;
    width: 25%;
}

.a-economy-effect__item p{
    font-size: 17px;
    line-height: 20px;
    color: #414141;
    padding-right: 20px;

}

.a-economy-effect__item::after {
    content: "";
    width: calc(100% - 125px);
    height: 3px;
    background-color: var(--pink);
    display: block;
    position: absolute;
    right: 13px;
    top: 51px;
}

.a-economy-effect__item:last-child::after {
    display: none;
}

.a-economy-effect__scheme {
    display: flex;
    margin-top: 42px;
}

.a-economy-effect__scheme-image {
    width: 100px;
    height: 100px;
    border: solid 2px #31308d;
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
    border-radius: 50%;
    position: relative;
    overflow: hidden;


}
@media all and (max-width: 900px) {
    .a-economy-effect__scheme {
        flex-direction: column;
        align-items: center;
    }
    .a-economy-effect__item::after {
        display: none;
        text-align: center;
    }
    .a-economy-effect__item {
        position: relative;
        width: 100%;
        max-width: 500px;
        text-align: center;
        margin-bottom: 45px;
    }
    .a-economy-effect__scheme-image {
        display: inline-block;
        margin-bottom: 0;
    }
    .a-section-title {
        text-align: center;
    }

    .a-economy-effect {
        padding-top: 50px;
        padding-bottom: 50px;
    }

}

.a-self-kassa-works {
    background-color: #F7F7F7;
    padding-top: 80px;
    padding-bottom: 160px;

}
.a-self-kassa-works__scheme {
    margin-top: 67px;
}


.a-self-kassa-works__item {
    overflow: hidden;
    width: 100%;
    display: flex;
    height: 280px;
    justify-content: space-between;
    margin-bottom: 135px;
}
.a-self-kassa-works__item.step-two,
.a-self-kassa-works__item.step-four {
    flex-direction: row-reverse;

}

.a-self-kassa-works__item:last-child {
    margin-bottom: 0;
}


.a-self-kassa-works__image,
.a-self-kassa-works__content {
    max-width: 500px;
    width: 100%;
    overflow: hidden;
    position: relative;
    object-fit: cover;

}

.a-self-kassa-works__image img,
.a-self-kassa-works__content img,
.a-self-kassa-works__image video{
    width: 100%;
    height: 100%;
    display: block;
    border: 1px solid #b3b3b3;
    background: url('/img/no-pictures.svg') center center no-repeat;
    background-size: 50px 50px;

}


.a-self-kassa-works__image video {
    object-fit: cover;
}

@media all and (max-width: 1100px) {
    .a-section-title {
        text-align: center;
    }
    .a-self-kassa-works__item.step-two,
    .a-self-kassa-works__item.step-four {
        flex-direction: column;
    }
    .a-self-kassa-works__item {
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        height: auto;
        margin-bottom: 50px;
    }

    .a-self-kassa-works__image {
        width: 100%;
        max-width: 500px;
        height: auto;
        margin-top: 30px;
        min-height:280px;
    }
}

@media all and (max-width: 500px) {
    .a-self-kassa-works {
        padding-top: 40px;
        padding-bottom: 70px;
    }

    .a-section-title {
        text-align: left;
    }

    .a-self-kassa-works__image {
        min-height: 0;
        padding-bottom: 50%;
        position: relative;
    }

    .a-self-kassa-works__image img{
        position: absolute;
        left: 0;
        top: 0;
    }
}

.a-self-kassa-complex {
    background-color: #fff;
    padding-top: 110px;
    padding-bottom: 80px;


}

.a-self-kassa-complex__message {
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
    color: #414141;
    border: 1px solid var(--pink);
    box-sizing: border-box;
    border-radius: 10px;
    padding: 42px 130px 40px 180px;
    position: relative;
    margin-bottom: 80px;
}

.a-self-kassa-complex__message::before {
    width: 63px;
    height: 61px;
    content: '';
    display: block;
    position: absolute;
    top: 50px;
    left: 80px;
    background: url('/img/horale.svg') center center no-repeat;
    background-size: contain;
}

.a-self-kassa-complex-list__wrapper {

    width: 100%;
    overflow: hidden;

}

.a-self-kassa-complex-list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    width: 1335px;

}

.a-self-kassa-complex-list__item {
    max-width: 295px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 146px;
    margin-bottom: 120px;
    min-height: 430px;
}
.a-self-kassa-complex-item__image {
    width: 145px;
    overflow: hidden;

    min-height: 200px;
}

.a-self-kassa-complex-item__image img {
    display: block;
    max-width: 100%;
    background: url('/img/no-pictures.svg') center center no-repeat;
    background-size: 50px 50px;
    height: 100%;
}

.a-self-kassa-complex-item__header {
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    color: #414141;
    max-width: 190px;
    margin: 24px auto 14px auto;
}
.a-self-kassa-complex-item__header--large {
    max-width: 250px;
}

.a-self-kassa-complex-item__price {
    display: block;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    border-top: 1px solid #ccc;
    padding-top: 12px;
    color: var(--pink);
}

.a-self-kassa-complex-item-btn__buy {
    margin-top: auto;
}

.a-self-kassa-complex-item__content {
    width: 100%;
}

@media all and (max-width: 1170px) {
    .a-self-kassa-complex-list__item {
        margin-right: 100px;
    }
}

@media all and (max-width: 1100px) {
    .a-self-kassa-complex-list__item {
        margin-right: 50px;
    }
}

@media all and (max-width: 1000px) {
    .a-self-kassa-complex-list__item {
        margin-right: 0;
    }
    .a-self-kassa-complex-list {
        flex-direction: column;
        align-items: center;
        width: 100%;
    }
}

@media all and (max-width: 780px){
    .a-self-kassa-complex__message {
        padding: 12px 50px 14px 90px;
        margin-bottom: 50px;
    }
    .a-self-kassa-complex__message::before {
        top: 30px;
        left: 14px;

    }
    .a-self-kassa-complex {
        padding-top: 80px;
        padding-bottom: 40px;
    }
}

@media all and (max-width: 500px){
    .a-self-kassa-complex__message {
        font-size: 15px;
        line-height: 18px;
    }
    .a-self-kassa-complex-item__header {
        font-size: 16px;
        line-height: 18px;

    }
    .a-self-kassa-complex-item__price {
        font-size: 15px;
        line-height: 18px;
    }
    .a-self-kassa-complex-list__item {
        margin-bottom: 47px;
        min-height: 400px;
    }
}

.a-what {
    padding-top: 90px;
    padding-bottom: 120px;
    background-color: #E5E5E5;;

}
.a-what .a-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.a-what-content-list {
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
    color: #414141;
    list-style: none;
    padding: 0;

}
.a-what-content {
    max-width: 500px;
}

.a-what .a-section-title {
    font-size: 28px;
    line-height: 30px;
    margin-top: 0;
}



.a-what-image {
    max-width: 600px;
    width: 100%;
    padding-bottom: 26%;
    position: relative;

}
.a-what-image img,
.a-what-image video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    border: 1px solid #ccc;
    background: url('/img/no-pictures.svg') center center no-repeat;
    background-size: 50px 50px;
}

.a-what-image video {
    object-fit: cover;
}


.a-what-content-list__item {
    font-size: inherit;
    line-height: inherit;
    padding-left: 25px;
    position: relative;
    margin-bottom: 20px;
}
.a-what-content-list__item::before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    display: block;
    position: absolute;
    top: 7px;
    left: 0;
    border-radius: 70px;
    background-color: var(--pink);
}
@media all and (max-width: 1130px) {
    .a-what .a-container {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .a-what-content {
        max-width: 100%;
    }
    .a-what-image {
        max-width: 100%;
        padding-bottom: 52%;
        margin-top: 30px;

    }
}

@media all and (max-width: 500px) {
    .a-what {
        padding-top: 60px;
        padding-bottom: 70px;
    }
}

.a-self-kassa-tasks {
    padding-top: 80px;
    padding-bottom: 40px;
    color: #000;
    background-color: #fff;

}

.a-self-kassa-tasks .a-section-title {
    font-size: 28px;
    margin-bottom: 70px;
}

.a-kassa-tasks-list {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 0;
    width: 1180px;
}

.a-kassa-tasks-list__item {
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #414141;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-grow: 0;
    flex-shrink: 0;
    max-width: 270px;
    width: 100%;
    margin-bottom: 70px;
    margin-right: 110px;
}

.a-kassa-tasks-list {

}


.a-self-kassa-tasks__wrapper {
    width:100%;
    overflow: hidden;
}


.a-kassa-tasks-list__item .task-image {
    width: 70px;
    height: 70px;
    display: inline-block;
    overflow: hidden;
    margin-bottom: 34px;
}

.a-kassa-tasks-list__item .task-image img {
    width: 100%;
    height: 100%;
}

.a-self-kassa-tasks .task-content{
    max-width: 210px;
}

@media all and (max-width: 1000px) {
    .a-kassa-tasks-list {
        width: 100%;
    }

}

@media all and (max-width: 786px) {
    .a-kassa-tasks-list {
        flex-direction: column;
        align-items: center;
    }
    .a-kassa-tasks-list__item {
        margin-right: 0;
    }
}


@media all and (max-width: 500px) {
    .a-self-kassa-tasks {
        padding-top: 40px;
        padding-bottom: 20px;
    }
}
.shopping img {
    margin-left: 8px;
}

.shcwain img{
    margin-left: 4px;
    margin-bottom: 6px;
}

.alarm img{
    margin-bottom: 9px;
    margin-left: 2px;
}

.cleverence-block {
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #414141;
}

.cleverence-block h3,
.cleverence-block h4 {
  color: #000000;
  margin-bottom: 60px;
  font-size: 31px;
  line-height: 36px;
  letter-spacing: 0.77px;
  width: 100%;
  display: block;
}

.cleverence-block__intro,
.cleverence-block__list {
  padding-top: 70px;
  padding-bottom: 90px;

}

.cleverence-list {
  font-weight: 400;
  font-size: 20px;
  line-height: 25px;
  letter-spacing: 0.53px;
}

.cleverence-block__intro .a-container,
.cleverence-block__list .a-container {
  display: flex;
  flex-flow: row wrap;
}

.cleverence-block__intro {
  background-color: #ffffff;
}

.cleverence-block__list {
  background-color: #F7F7F7;
}

.cleverence-intro__image {
  width: 487px;
  height: 450px;
  overflow: hidden;
}

.cleverence-intro__image img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}

.cleverence-intro__text {
  padding-top: 60px;
  max-width: 500px;
  width: 100%;
  margin-left: 45px;
}

.cleverence-intro__price {
  display: block;
  font-weight: 600;
  font-size: 40px;
  line-height: 47px;
  color: #414141;
}

.cleverence-intro__price span {
  color: #E40071;
}

.cleverence-button__wrp {
  margin-top: 20px;
}


.cleverence-button__wrp a {
  font-size: 18px;
  line-height: 21px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  background-color: #E40071;
}

.cleverence-list__image {
  width: 60px;
  height: 60px;
  overflow: hidden;
}

.cleverence-list__item {
  max-width: 376px;
  width: 100%;
  margin-right: 15px;
  margin-bottom: 15px;
  padding-right: 15px;
}

.cleverence-list__item:last-child {
  margin-right: 0;
}


@media all and (max-width: 1060px) {
 .cleverence-intro__text {
   max-width: 100%;
   margin-left: 0;

 }

 .cleverence-block h3,
 .cleverence-block h4 {
   text-align: center;
 }
}

@media all and (max-width: 810px) {
  .cleverence-block__list .a-container {
    flex-direction: column;
    align-items: center;
  }
}


@media all and (max-width: 500px) {
  .cleverence-list__item {
    text-align: center;
    padding-right: 0;
  }

  .cleverence-list__image {
    display: inline-block;
  }

  .cleverence-intro__image {
    max-width: 487px;
    width: 100%;
    height: auto;
  }

  .cleverence-intro__text {
    padding-top: 20px;
  }

  .cleverence-block h3,
  .cleverence-block h4 {
    font-size: 24px;
    line-height: 30px;
  }

  .cleverence-block {

    font-size: 16px;
    line-height: 20px;

  }
}

@media all and (max-width: 400px) {
  .cleverence-block h3,
  .cleverence-block h4 {
      margin-bottom: 20px;
      font-size: 20px;
  }
  .cleverence-button__wrp,
  .cleverence-intro__price {
    text-align: center;
  }

  .cleverence-button__wrp {
    margin-top: 30px;
  }
}



body {
    color: #000;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
}

.main {
    background-color: #fff !important;
}


.section {
    padding-top: 45px;
    padding-bottom: 63px;
}

.hero {
    padding: 123px 0 186px;
    color: #000;
    background-image: url('/img/hero_cover.jpg');
    background-size: cover;
    background-position: top right;
    background-repeat: no-repeat;
    background-color: #fff;
}

.section__header {
    margin-top: 0;
    margin-bottom: 50px;
    font-size: 38px;
    line-height: 1;
    text-align: center;
    color: #000;
}

.hero__header {
    display: block;
    max-width: 516px;
    margin-bottom: 10px;
    text-align: left;
}

.hero__description {
    max-width: 363px;
    margin-bottom: 55px;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.53px;

    color: #414141;
}

.hero__consult {
    margin-right: 27px;
}



.section__inner {
    max-width: 1208px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}

.but {
    display: inline-block;
    border-radius: 10px;
    border: 1px solid #000;
    padding-top: 11px;
    padding-bottom: 11px;
    padding-left: 22px;
    padding-right: 22px;
    min-width: 220px;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    letter-spacing: 0.53px;
    color: #000;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);
    background-color: rgba(255, 255, 255, 0);

    transition-porperty: background-color, color, border-color;
    transition-timing-function: ease, ease, ease;
    transition-duration: .2s, .2s, .2s;

}

.but--fill {
    color: #fff;
    border-color: var(--pink);
    background-color: var(--pink);
}

.but--fill:hover {
    color: var(--pink);
    border-color: var(--pink);
    background-color: #fff;
}

.but--outline {
    color: var(--pink);
    border-color: var(--pink);
    background-color: #fff;
}

.but--outline:hover {
    color: #fff;
    border-color: var(--pink);
    background-color: var(--pink);
}

.field-name {
    order: -1;
}

.field-email {
    order: 0;
}

.field-tel {
    order: 1;
}

.who__list,
.solution__list,
.tarif__description ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

.who__list {
    display: flex;
    flex-flow: row nowrap;
}

.who__item {
    flex: 1 1 calc(33.33% - 25px);
}

.who__item:not(:last-child) {
    margin-right: 25px;
}

.client-is__header {
    margin-top: 0;
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 24px;
    line-height: 25px;
    text-align: center;
    letter-spacing: 0.53px;
    color: #414141;
}

.client-is__description {
    margin-top: 0;
    font-size: 16px;
    line-height: 25px;
    text-align: center;
    letter-spacing: 0.53px;
}

.client-is {
    position: relative;
    z-index: 0;
    padding: 20px 50px 40px;
    background-color: #FFFFFF;
    border: 1px solid #C2C2C2;
    box-sizing: border-box;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);
    border-radius: 0px 0px 0px 50px;
}

.client-is svg,
.solution-is svg{
    width: 100px;
    height: 100px;
    position: absolute;
    bottom: 0;
    left: -13px;
    z-index: 1;
}

.solution,
.tarif {
    font-weight: 400;
    font-size: 24px;
    line-height: 25px;
    letter-spacing: 0.53px;
    color: #414141;
}

.solution-is {
    padding: 30px;
    padding-bottom: 113px;
    background-color: #FFFFFF;
    border: 1px solid #C2C2C2;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);
    border-radius: 0px 0px 0px 50px;
}

.solution-is__description {
    margin: 0;
    text-align: center;
}

.tarif__header {
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.53px;
    color: #414141;
}

.tarif__price {
    display: block;
    margin-bottom: 14px;
    width: 100%;
    color: var(--pink);
    font-size: 24px;
    line-height: 25px;
    text-align: center;
    letter-spacing: 0.53px;
}

.tarif__description ul li {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.53px;
}

.tarif {
    display: flex;
    flex-direction: column;
    padding: 26px 36px;
    background-color: #FFFFFF;
    border: 1px solid #e6e6e6;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
}

.prices__item.tarif:hover {
    border: 1px solid #f599c6;
    box-shadow: 0 2px 2px rgba(245, 153, 198, 1);
}

.prices__item.tarif img {
    margin: 14px auto;
}

.tarif__commit {
    margin-top: auto;
}

.tarif-look {
    display: block;
    margin-top: 12px;
    width: 100%;
    padding: 20px;
    text-align: center;
    background-color: #FFFFFF;
    border: 1px solid #e6e6e6;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
}

.tarif__description li {
    margin-bottom: 11px;
}

.tarif__description li:last-child {
    margin-bottom: 50px;
}

.prices__item.tarif.toggled {
    align-self: self-start;
    width: 100%;
}

.section__inner.all-child-toggled .prices__item.tarif.toggled {
    align-self: auto;
}

.toggle-control {
    display: flex;
    flex-direction: column;
    text-align: center;
    margin: 0 auto 16px;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
}

.toggle-control span {
    position: relative;
}

.tarif__description.toggle-content li:last-child {
    margin-bottom: 20px;
}

.tarif__description.toggle-content + .tarif__description p {
    font-size: 14px;
    font-weight: bold;
}

.toggle-control span:after {
    content: "";
    width: 12px;
    height: 12px;
    background: url(/img/down-arrow.svg) center center no-repeat;
    background-size: contain;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: -24px;
}

.toggle-control span:nth-child(1):after {
    transform: rotate(180deg);
}

@media screen and (max-width: 1100px) {
    .tarif__description.toggle-content {
        display: block;
    }
}

/*@media screen and (max-width: 500px) {*/
/*    .tarif__description.toggle-content + .tarif__description {*/
/*        display: block;*/
/*    }*/
/*}*/

.manufactor {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    width: 100%;
    min-height: 300px;
    background-color: #fdfdfd;
}

.manufactor img {
    width: 100%;
    height: 100%;
    object-position: center center;
    object-fit: contain;
}

.wide-slider {
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.wide-slider__wrapper .owl-stage {
    display: flex;
}

.wide-slider::before,
.wide-slider::after {
    position: absolute;
    z-index: 10;
    top: 0;
    bottom: 0;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    max-width: calc((100vw - 1178px) * 0.5);
}

.wide-slider__nav {
    position: absolute;
    z-index: 1000000;
    display: flex;
    max-width: 640px;
    height: 1px;
    justify-content: space-between;
    top: calc(50% - 30px);
    width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.wide-slider__prev,
.wide-slider__next {
    display: block;
    cursor: pointer;
    width: 60px;
    height: 60px;
    background-color: rgba(255, 255, 255, 0);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 30px 55px;
    border: none;
}

.wide-slider__prev {
    background-image: url("data:image/svg+xml,%3Csvg width='30' height='52' viewBox='0 0 30 52' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.52539 23.5251C0.158551 24.892 0.158551 27.108 1.52539 28.4749L23.7992 50.7487C25.1661 52.1156 27.3822 52.1156 28.749 50.7487C30.1158 49.3819 30.1158 47.1658 28.749 45.799L8.95001 26L28.749 6.20101C30.1158 4.83418 30.1158 2.6181 28.749 1.25126C27.3822 -0.115572 25.1661 -0.115572 23.7992 1.25126L1.52539 23.5251ZM6.23633 22.5H4.00026L4.00026 29.5H6.23633L6.23633 22.5Z' fill='%23E50071'/%3E%3C/svg%3E%0A");
}

.wide-slider__next {
    background-image: url("data:image/svg+xml,%3Csvg width='30' height='52' viewBox='0 0 30 52' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M28.7109 28.4749C30.0778 27.108 30.0778 24.892 28.7109 23.5251L6.43708 1.25126C5.07024 -0.115572 2.85417 -0.115572 1.48733 1.25126C0.120495 2.6181 0.120495 4.83418 1.48733 6.20101L21.2863 26L1.48733 45.799C0.120495 47.1658 0.120495 49.3819 1.48733 50.7487C2.85417 52.1156 5.07024 52.1156 6.43708 50.7487L28.7109 28.4749ZM24 29.5H26.2361V22.5H24V29.5Z' fill='%23E50071'/%3E%3C/svg%3E ");
}

.wide-slider::before {
    left: 0;
    background-image: linear-gradient(to right, #fff 50%, rgba(255, 255, 255, 0));
}

.wide-slider::after {
    right: 0;
    background-image: linear-gradient(to left, #fff 50%, rgba(255, 255, 255, 0));
}

.wide-slider__item {
    margin-right: 10px;
    flex-grow: 1;
}

.owl-dots,
.owl-prev,
.owl-next {
    display: none !important;
}

.solution__list {
    display: flex;
    flex-flow: row wrap;
    counter-reset: sect;
}

.solution__item {
    flex: 1 1 calc(33.333% - 26px);
    margin-bottom: 48px;
    position: relative;
    z-index: 0;
    counter-increment: sect;

}


.solution__item:not(:last-child):not(:nth-child(3n)) {
    margin-right: 26px;
}

.prices .section__inner {
    display: flex;
    flex-flow: row wrap;
}

.prices__item {
    flex: 1 1 25%;
}

.tarif-look,
.prices .section__header {
    flex: 1 1 100%;
}

.switch {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border: none;
    background-color: #fff;
    padding: 20px 40px;
}

.faq {
    background-color: #e0e0e0;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('/img/faq_cover.jpg');
}

.questions {
    background-color: #fff;
}

.switch::after {
    display: block;
    content: '';
    width: 40px;
    height: 40px;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='20' cy='20' r='19' fill='white' stroke='%23FFB2D8' stroke-width='2'/%3E%3Cline x1='20' y1='12' x2='20' y2='28' stroke='%23FFB2D8' stroke-width='2'/%3E%3Cline x1='12' y1='20' x2='28' y2='20' stroke='%23FFB2D8' stroke-width='2'/%3E%3C/svg%3E");
    transition-property: transform;
    transition-duration: 200ms;
    transition-timing-function: ease-in-out;
}

.question.open .switch::after {
    transform: rotate(-45deg);
}

.question {
    border-bottom: 1px solid #c2c2c2;
}

.question:first-child {
    border-top: 1px solid #c2c2c2;
}

.guestion-cover {
    padding: 20px 270px 20px 60px;
    background-color: #f8f8f8;
}

.guestion-cover p {
    margin-top: 0;
    font-size: 17px;
}

.guestion-cover p:only-child {
    margin-bottom: 0;
}

.switch__caption {
    font-size: 24px;
    line-height: 25px;
    letter-spacing: 0.53px;
    color: #414141;
}

.faq__buttons {
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
}

.feedback-speech__words {
    margin: 0;
}

.feedback__item {
    position: relative;
    flex-grow: 1;
    padding: 30px 60px;
    max-width: 758px;
    border: 1px solid #C2C2C2;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15);

}

.feedback__item::before {
    position: absolute;
    left: 16px;
    top: 30px;
    display: block;
    width: 24px;
    height: 20px;
    content: '';
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='20' viewBox='0 0 24 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.84789 0.160164C7.8693 0.18357 8.46843 -0.051998 9.47296 0.81576C9.49223 0.849879 9.5182 0.876438 9.5531 0.893009C10.5441 1.91602 10.3271 2.97345 10.3423 4.03613C10.3509 5.3659 10.3441 6.65567 10.3439 7.99186C10.3265 13.0595 10.5735 14.0512 9.47449 16.2015C9.21234 16.6853 8.87424 17.1631 8.50834 17.5944C8.46436 17.624 8.43021 17.6634 8.40378 17.7102C8.24147 17.8683 8.07913 18.0263 7.91685 18.1843C7.89193 18.1883 7.8763 18.2047 7.86469 18.2265C6.79975 19.125 5.49304 19.7068 4.11645 19.8594C1.21443 20.0932 1.78116 19.4789 1.73085 17.0701C1.9529 16.1529 2.66599 16.2879 3.28817 16.2966C3.84414 16.2965 4.36862 16.248 4.86663 15.9817C5.3913 15.7555 5.87397 15.3315 6.2181 14.8435C6.2403 14.8296 6.25587 14.8107 6.26061 14.7835C6.82506 14.0513 6.94363 13.0727 6.89375 12.1525C6.67293 10.6509 5.41638 10.9413 4.60496 10.9204C3.6993 10.8653 2.81174 11.0272 1.91656 10.828C0.951912 10.587 0.222047 9.70927 0.038107 8.70303C-0.0299962 6.65073 0.0132082 4.58393 0.0168532 2.50929C0.0688486 2.14952 0.175921 1.80889 0.343513 1.48927C0.371681 1.46483 0.390148 1.4342 0.397893 1.39676C1.50448 -0.333904 3.28926 0.251613 4.84789 0.160164ZM18.4917 0.160164C21.5131 0.18357 22.1123 -0.051998 23.1168 0.81576C23.1361 0.849879 23.162 0.876438 23.1969 0.893009C24.188 1.91602 23.9709 2.97345 23.9861 4.03613C23.9947 5.3659 23.988 6.65567 23.9877 7.99186C23.9703 13.0595 24.2174 14.0512 23.1183 16.2015C22.8562 16.6853 22.5181 17.1631 22.1522 17.5944C22.1082 17.624 22.074 17.6634 22.0476 17.7102C21.8853 17.8683 21.723 18.0263 21.5607 18.1843C21.5358 18.1883 21.5201 18.2047 21.5085 18.2265C20.4436 19.125 19.1369 19.7068 17.7603 19.8594C14.8583 20.0932 15.425 19.4789 15.3747 17.0701C15.5967 16.1529 16.3098 16.2879 16.932 16.2966C17.488 16.2965 18.0125 16.248 18.5105 15.9817C19.0351 15.7555 19.5178 15.3315 19.8619 14.8435C19.8841 14.8296 19.8997 14.8107 19.9044 14.7835C20.4689 14.0513 20.5875 13.0727 20.5376 12.1525C20.3168 10.6509 19.0602 10.9413 18.2488 10.9204C17.3431 10.8653 16.4556 11.0272 15.5604 10.828C14.5957 10.587 13.8659 9.70927 13.6819 8.70303C13.6138 6.65073 13.657 4.58393 13.6607 2.50929C13.7127 2.14952 13.8198 1.80889 13.9873 1.48927C14.0155 1.46483 14.034 1.4342 14.0417 1.39676C15.1483 -0.333904 16.9331 0.251613 18.4917 0.160164Z' fill='%23E50071'/%3E%3C/svg%3E");
}

.feedback-speech {
    padding-left: 25px;
    border-left: 4px solid #FFB2D8;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.feedback-speech__words {
    font-size: 16px;
    line-height: 25px;
    color: #414141;
    margin-bottom: 20px;
}

.feedback__author {
    font-size: 16px;
    line-height: 19px;
    color: #000000;

}

.feedback__author span {
    display: block;
    width: 100%;
}

.feedback .wide-slider__item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
}

.ask-form .section__inner {
    max-width: 770px;
}

.ask-form {
    padding-top: 50px;
    padding-bottom: 77px;
    background-color: #fff;
    background-position: 0 0;
    background-image: url('/img/form_cover.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}
.ask-form__form {
    padding: 88px 100px 64px;
    background-color: #fff;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.ask-form__form  .text {
    display: inline-block;
    flex-grow: 0;
    flex-basis: auto;
    margin-right: 0;
    margin-bottom: 10px;
    width: 100%;
}

.text input.form__control {
    display: inline-block;
    width: 100%;
    padding-left: 0;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #dcdcdc;
    box-shadow: none;
    height: 52px;
    font-size: 18px;
    line-height: 27px;
    color: #C0C0C0;
}

.text input.form__control[data-type="NAME"] {
    max-width: 100%;
}

.field-email,
.field-tel {
    max-width: 48%;
}

.field-email {
    margin-right: 20px;
}

.text textarea {
    display: block;
    width: 100%;
    height: 150px;
    border: none;
    border-bottom: 1px solid #dcdcdc;
    resize: none;
    font-size: 18px;
    line-height: 27px;

}

.text-area {
    margin-top: 20px;
    order: 2;
}

.form__submit {
    order: 4;
}

.form__agree {
    order: 3;
    font-weight: 300;
    font-size: 13px;
    line-height: 19px;
    color: #C0C0C0;
    margin-bottom: 34px;
}

:focus::-webkit-input-placeholder {
    color: transparent
}

:focus::-moz-placeholder {
    color: transparent
}

:focus:-moz-placeholder {
    color: transparent
}

:focus:-ms-input-placeholder {
    color: transparent
}

.feedback .wide-slider__nav {
    max-width: 730px;
}

.youtube {
    background-color: #000;
    position: relative;
    padding-top: 50%;
    overflow: hidden;
    cursor: pointer;
    width: 100%;
}

.youtube img {
    width: 100%;
    top: -20%;
    left: 0;
    opacity: 0.7;
}

.youtube .play-button {
    width: 60px;
    height: 40px;
    background-color: rgba(56, 54, 54, 0.88);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
    z-index: 1;
    border-radius: 20%;
}

.youtube .play-button::before {
    content: "";
    border-style: solid;
    border-width: 10px 0 10px 13.0px;
    border-color: rgba(12, 12, 12, 0) rgba(12, 12, 12, 0) rgba(12, 12, 12, 0) #fff;
}


.youtube img,
.youtube .play-button {
    cursor: pointer;
}

.youtube img,
.youtube iframe,
.youtube .play-button,
.youtube .play-button:before {
    position: absolute;
}

.youtube .play-button,
.youtube .play-button:before {
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
}

.youtube iframe {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.tarif__description ul li {
    position: relative;
    padding-left: 20px;
}

.tarif__description ul li::before {
    position: absolute;
    top: 7px;
    left: 0;
    display: block;
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 70px;
    background-color: var(--pink);
}

@media all and (max-width: 1400px) {
    .hero {
        padding: 53px 0 66px;
    }

    .client-is__description {
        font-size: 16px;
    }

    .client-is {
        padding-bottom: 70px;
    }

    .youtube {
        padding-top: 40%;
    }

    .solution, .tarif {
        font-size: 16px;
        line-height: 21px;
    }

    .section__header {
        margin-bottom: 36px;
        font-size: 32px;
    }

    .solution__item {
        margin-bottom: 28px;
    }

    .section {
        padding-top: 45px;
        padding-bottom: 23px;
    }

    .tarif {
        padding: 26px 22px;
    }

    .switch__caption {
        font-size: 19px;
        line-height: 1;
    }

    .text textarea {
        height: 100px;
    }

    .solution-is svg,
    .client-is svg {
        width: 85px;
        height: 85px;
    }
}

@media all and (max-width: 1280px) {
    .solution-is {
        padding-bottom: 93px;
    }

    .manufactor .section__header {
        margin-bottom: 0;
    }

    .wide-slider::before, .wide-slider::after {
        max-width: calc((100vw - 1178px) * 2);
    }

    .switch__caption {
        font-size: 16px;
        line-height: 1;
    }

    .switch {
        padding: 10px 40px;
    }

    .text-area {
        margin-top: 0px;
    }

    .text input.form__control {
        display: inline-block;
        height: 32px;
        font-size: 14px;
        line-height: 1;
    }

    .ask-form__form {
        padding: 40px 100px;
    }

    .text textarea {
        font-size: 14px;
        line-height: 1.5;
    }

    .j-form-page .ask-form__form .maskhelper {
        top: 5px;
        right: 12px;
    }

    .ask-form {
        padding-bottom: 45px;
    }
}

@media all and (max-width: 1100px) {

    .guestion-cover {
        padding: 20px;
    }

    .tarif {
        padding: 26px 15px;
        margin-bottom: 20px;
    }

    .tarif:last-child {
        margin-bottom: 0;
    }

    .prices .section__inner {
        display: flex;
        flex-flow: column nowrap;
    }

    .tarif__commit {
        max-width: 280px;
        margin: auto auto 0;
    }

    .feedback-speech__words {
        font-size: 15px;
        line-height: 1.5;
        color: #414141;
        margin-bottom: 10px;
    }

    .feedback .wide-slider::before,
    .feedback .wide-slider::after {
        max-width: calc((100vw - 768px) * .7);
    }

    .manufactors .wide-slider::before,
    .manufactors .wide-slider::after {
        max-width: calc((100vw - 525px) * 0.5);
    }
}

@media all and (max-width: 850px) {
    .hero {
        background-image: none;
        background-color: #fda0cf;
    }

    .manufactor {
        min-height: 200px;
    }

    .wide-slider__nav {
        max-width: 480px;
    }

    .client-is {
        padding: 20px 20px 40px;
    }

    .client-is__header {
        margin-bottom: 20px;
        font-weight: 400;
        font-size: 18px;
        line-height: 1.2;
    }

    .solution, .tarif {
        font-size: 14px;
        line-height: 1.5;
    }

    .feedback__item {
        max-width: 580px;
    }

    .feedback .wide-slider::before, .feedback .wide-slider::after {
        max-width: calc((100vw - 550px) * 0.5);
    }

    .section {
        padding-top: 45px;
        padding-bottom: 45px;
    }

    .feedback .wide-slider__item {
        padding-bottom: 3px;
    }

}

@media all and (max-width: 800px) {
    .who__list {
        flex-direction: column;
    }

    .who__item:not(:last-child) {
        margin-right: 0;
    }

    .who__item {
        margin-bottom: 20px;
        padding-bottom: 80px;
    }

    .field-email, .field-tel {
        max-width: 100%;
        margin-right: 0;
    }
}

@media all and (max-width: 650px) {
    .feedback__item {
        max-width: 100%;
    }

    .wide-slider__item {
        margin-right: 10px;
        margin-left: 10px;
    }

    .section__header {
        margin-bottom: 36px;
        font-size: 25px;
    }

    .section {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .wide-slider__nav {
        max-width: 373px;
    }

    .solution__item {
        flex: 1 1 calc(50% - 26px);
    }

    .solution__item:not(:last-child):nth-child(3n) {
        margin-right: 26px;
    }

    .solution__item:last-child,
    .solution__item:nth-child(2n) {
        margin-right: 0 !important;
    }

    .youtube {
        padding-top: 54%;
    }
}

@media all and (max-width: 600px) {
    .wide-slider__nav {
        max-width: 95%;
    }

    .manufactors .wide-slider::before, .manufactors .wide-slider::after {
        max-width: calc((100vw - 320px) * 0.5);
    }

    .feedback .wide-slider::before, .feedback .wide-slider::after {
        max-width: calc((100vw - 460px) * 0.5);
    }

    .ask-form__form {
        padding: 40px 50px;
    }

    .switch__caption {
        font-size: 13px;
        line-height: 1.6;
        text-align: left;
    }

    .switch::after {

        width: 30px;
        height: 30px;
    }

    .switch {
        padding: 10px 20px;
    }

    .guestion-cover p {
        font-size: 12px;
    }

    .switch__caption {
        max-width: 86%;
    }

    .feedback-speech__words {
        font-size: 13px;
        margin-bottom: 20px;
    }

    .feedback__author {
        font-size: 14px;
    }



}

@media all and (max-width: 500px) {

    .wide-slider__item {
        margin: 0;
    }

    .wide-slider__prev, .wide-slider__next {
        width: 40px;
        height: 40px;
    }

    .client-is {
        max-width: 370px;
    }

    .client-is__header {
        margin-bottom: 37px;
        font-size: 24px;
    }

    .who__list {
        align-items: center;
    }

    .solution__item {
        margin-right: 0 !important;
        max-width: 378px;
    }

    .solution__list {
        flex-direction: column;
        align-items: center;
    }

    .tarif__description {
        display: none;
    }

    .tarif__price {
        margin-bottom: 44px;
    }

    .tarif-look {
        margin-top: 0;
    }

    .feedback .wide-slider::before, .feedback .wide-slider::after {
        max-width: calc((100vw - 200px) * 0.2);
    }

    .hero__buttons {
        max-width: 370px;
    }

    .hero__buttons .but {
        width: 100%;
    }

    .hero__consult {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .solution, .tarif {
        font-size: 16px;
        line-height: 1.5;
        text-align: center;
    }

    .manufactor {
        min-height: 130px;
    }

    .feedback .wide-slider__nav {
        max-width: 91%;
    }

    .feedback__item {
        padding: 30px 40px;
    }

    .feedback__item::before {
        position: absolute;
        left: 7px;
    }
}

@media all and (max-width: 320px) {
    .solution-is svg,
    .client-is svg {
        width: 65px;
        height: 65px;
        font-size: 35px;
        left: -3px;
    }

    .section__header {
        margin-bottom: 36px;
        font-size: 20px;
    }

    .client-is:last-child,
    .solution__item:last-child {
        margin-bottom: 0;
    }

    .manufactors .section__header {
        margin-bottom: 16px;
    }

    .solution, .tarif {
        font-size: 15px;
    }
}
/**bit slider*/
.bit-slider__buttons {
    text-align: center;
    margin-top: 20px;
}

.bit-carousel {
    position: relative;
}

.bit-carousel__item {
    margin: 0 70px;
}

.bit-carousel .owl-item {
    display: flex;
    justify-content: center;
    align-items: center;
}

.bit-carousel .owl-item img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
}

.bit-carousel .owl-stage {
    margin: 30px 0;
    display: flex;
}

.bit-carousel .owl-nav button {
    z-index: 11;
    position: absolute;
    top: 0
}


.bit-carousel.owl-carousel .owl-dots {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

.bit-carousel.owl-carousel .owl-dot {
    width: 10px;
    height: 10px;
    margin: 7px;
    border-radius: 50%;
    background-color: #e6e4e4;
}

.bit-carousel.owl-carousel .owl-dot.active {
    background-color: #e3006f;
}

.bit-carousel .owl-dots {
    display: flex !important;
}

.bit-carousel .owl-prev,
.bit-carousel .owl-next {
    display: block !important;
}

.bit-slider-wrapper .container {
    overflow: hidden;
    position: relative;
}

.bit-slider-wrapper .wide-slider__nav {
    max-width: 100%;
}

.bit-carousel__item-text {
    padding-left: 30px;

}

.bit-carousel__item-text p, .bit-carousel__item-text ul {
    font-size: 18px;
    line-height: 24px;
}

@media all and (max-width: 1250px) {
    .bit-carousel__item-text p, .bit-carousel__item-text ul {
        font-size: 14px;
        line-height: 20px;
    }
}

@media all and (max-width: 991px) {
    .bit-carousel__item-text {
        padding-left: 0;
        padding-top: 20px;
    }

}

@media (max-width: 768px) {
    .fancybox-inner {
        width: 100% !important;
        height: 100% !important;
    }
}

@media (max-width: 500px) {
    .bit-slider-wrapper .wide-slider__prev, .bit-slider-wrapper .wide-slider__next {
        background-size: 15px 30px;
    }

    .bit-carousel__item {
        margin: 0px 25px;
    }

    .bit-slider-wrapper .wide-slider__prev, .bit-slider-wrapper .wide-slider__next {
        width: 20px;
    }
}
