@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
}

.popup-button .btn-danger {
    background-color: #d1088e;
    border-color: #d1088e;
    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;
}

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

.text {
    display: flex;
    flex: 1;
    margin-right: 20px !important;
}

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

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

}

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

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: 28px;
    background-color: #384adc;
    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: #22309e;
}

.t-btn_pink,
a.t-btn_pink,
button.t-btn_pink {
    background-color: #d1088e;
}

.t-btn_pink:hover,
a.t-btn_pink:hover,
button.t-btn_pink:hover {
    background-color: #ad0876;
}

.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(../images/t-promo-bg.jpg);
    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(../images/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: 24px;
    position: relative;
    padding-left: 70px;
}
.top-row__dateweek::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 42%;
    width: 60px;
    height: 4px;
    background-color: #ad0876;
}

.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: #d1088e;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    padding: 8px 10px;
    transition: all 0.5s;
}

.t-spoiler-control:hover {
    color: #ad0876;
}

.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 !important;
}

.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: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(../images/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(../images/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: 1250px) {
    /*  .form-page-content .panel-button {
          padding: 8px 26px;
      }*/
}

@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: 30px;
    }

    .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: 768px) {
    .fz-54 .container {
        padding: 0 15px;
        width: 100%;
    }
}

}

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

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
}
@media (max-width: 500px) {
.overflow-table{
	overflow: auto;
	position: relative;
	}
}
