@media screen and (min-width: 980px) {
.t-records {opacity: 0;}
.t-records_animated {-webkit-transition: opacity ease-in-out .2s;-moz-transition: opacity ease-in-out .2s;-o-transition: opacity ease-in-out .2s;transition: opacity ease-in-out .2s;}
.t-records.t-records_visible {opacity: 1;}
}

.mzdbtn-text-title {
	font-weight: bold;
}


.mzdlogo_descr{font-size:16px;color:#000000;font-weight:400;padding-bottom:60px;}

.t-btn.mzdbtn_btn {color:#ffffff !important;background-color:#ff8601 !important;border-style:none !important;border-radius:20px !important;box-shadow:none !important;font-weight:600;}


.csssize {
    height: 9119px;
}
.t-body {
    margin: 0px;
}
#allrecords,
body {
    background-color: none;
}
#allrecords {
    -webkit-font-smoothing: antialiased;
}
#allrecords a {
    color: #ff8562;
    text-decoration: none;
}
#allrecords a,
#allrecords button
{
    outline: none;
}
#allrecords a:focus-visible,
#allrecords button:focus-visible
 {
    outline-color: #2015ff;
    outline-offset: 4px;
    outline-style: auto;
}
#allrecords .t-descr a:focus-visible,
#allrecords a[href^="tel"] {
    color: inherit;
    text-decoration: none;
}

#allrecords b,
#allrecords strong {
    font-weight: 700;
}
@media print {
    body,
    html {
        min-width: 1200px;
        max-width: 1200px;
        padding: 0;
        margin: 0 auto;
        border: none;
    }
}


.t-records {
    -webkit-font_smoothing: antialiased;
    background-color: none;
}
.t-records a {
    color: #ff8562;
    text-decoration: none;
}
.t-records a[href^="tel"] {
    color: inherit;
    text-decoration: none;
}

img:not([src]) {
    visibility: hidden;
}
.t-body_scroll-locked {
    position: fixed;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.r_anim {
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}
.r_hidden {
    opacity: 0;
}
.r_showed {
    opacity: 1;
}
@media screen and (max-width: 1024px) {
    a:active,
    button:active {
        -webkit-tap-highlight-color: rgba(255, 255, 255, 0.1);
    }
}
.t-title {
    font-family: "Roboto", Arial, sans-serif;
    font-weight: 600;
    color: #000000;
}
.t-descr {
    font-family: "Roboto", Arial, sans-serif;
    font-weight: 300;
    color: #000000;
}
.t-descr_xs {
    font-size: 16px;
    line-height: 1.55;
}
.t-descr_sm {
    font-size: 18px;
    line-height: 1.55;
}
.t-btn {
    display: inline-block;
    font-family: "Roboto", Arial, sans-serif;
    border: 0 none;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    font-weight: 700;
    background-image: none;
    cursor: pointer;
    -webkit-appearance: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.t-btn_sending {
    opacity: 0.5;
}
.t-align_center {
    text-align: center;
}


.t-rec_pt_15 {
    padding-top: 15px;
}
.t-rec_pt_30 {
    padding-top: 30px;
}
.t-rec_pb_15 {
    padding-bottom: 15px;
}
.t-btnflex,
.t-btn.t-btnflex,
.t-submit.t-btnflex {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5ch;
    max-width: 100%;
    height: unset;
    padding: 0;
    overflow: hidden;
    font-family: "Roboto", Arial, sans-serif, Arial, sans-serif;
    font-weight: 600;
    line-height: var(--line-height, 1.4);
    padding-top: calc(((var(--height, 0px) - 1em * var(--line-height, 1.4)) / 2) - var(--border-width, 0px));
    padding-bottom: calc(((var(--height, 0px) - 1em * var(--line-height, 1.4)) / 2) - var(--border-width, 0px));
    box-sizing: border-box;
    border-style: solid;
    border-color: transparent;
    border-width: var(--border-width, 0);
    background-image: none;
    cursor: pointer;
    user-select: none;
    text-decoration: none;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    white-space: nowrap;
}
.t-btnflex_text {
    max-width: 100%;
    overflow: hidden;
    text-align: center;
    white-space: inherit;
    text-overflow: ellipsis;
}
.t-btnflex_icon {
    position: relative;
    flex-shrink: 0;
    width: 1.4em;
    height: 1.4em;
    transition-duration: inherit;
}
.t-btnflex_icon::before,
.t-btnflex_icon::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    transition-property: opacity, visibility;
    transition-duration: inherit;
}
.t-btnflex_icon::before {
    content: "";
    background-image: var(--icon, none);
    transition-timing-function: cubic-bezier(0.25, 1, 0.5, 1);
}
.t-btnflex_icon_has_hover::after {
    content: "";
    opacity: 0;
    visibility: hidden;
    background-image: var(--icon-hover, none);
    transition-timing-function: cubic-bezier(0.45, 0, 0.55, 1);
}
@media (hover: hover) {
    .t-btnflex:hover .t-btnflex_icon_has_hover::before {
        opacity: 0;
        visibility: hidden;
        transition-timing-function: cubic-bezier(0.5, 0, 0.75, 0);
    }
    .t-btnflex:hover .t-btnflex_icon_has_hover::after {
        opacity: 1;
        visibility: visible;
    }
}
.t-btnflex_xs,
.t-btn.t-btnflex_xs,
.t-submit.t-btnflex_xs {
    --height: 35px;
    font-size: 13px;
    padding-left: 15px;
    padding-right: 15px;
}
.t-btnflex_sm,
.t-btn.t-btnflex_sm,
.t-submit.t-btnflex_sm {
    --height: 45px;
    font-size: 14px;
    padding-left: 30px;
    padding-right: 30px;
}
.t-btnflex_smd,
.t-btn.t-btnflex_smd,
.t-submit.t-btnflex_smd {
    --height: 50px;
    font-size: 15px;
    padding-left: 44px;
    padding-right: 44px;
}
.t-btnflex_md,
.t-btn.t-btnflex_md,
.t-submit.t-btnflex_md {
    --height: 60px;
    font-size: 16px;
    padding-left: 60px;
    padding-right: 60px;
}
.t-btnflex_lg,
.t-btn.t-btnflex_lg,
.t-submit.t-btnflex_lg {
    --height: 60px;
    font-size: 22px;
    padding-left: 70px;
    padding-right: 70px;
}
.t-btnflex_xl,
.t-btn.t-btnflex_xl,
.t-submit.t-btnflex_xl {
    --height: 80px;
    font-size: 26px;
    padding-left: 80px;
    padding-right: 80px;
}
.t-btnflex_xxl,
.t-btn.t-btnflex_xxl,
.t-submit.t-btnflex_xxl {
    --height: 100px;
    font-size: 30px;
    padding-left: 90px;
    padding-right: 90px;
}
@media screen and (max-width: 1200px) {
    .t-descr_xs {
        font-size: 14px;
    }
    .t-descr_sm {
        font-size: 16px;
    }
}
@media screen and (max-width: 640px) {
    .t-descr_xs {
        font-size: 12px;
        line-height: 1.45;
    }
    .t-descr_sm {
        font-size: 14px;
        line-height: 1.45;
    }
    .t-btn {
        white-space: normal;
    }


    .t-btnflex,
    .t-btn.t-btnflex,
    .t-submit.t-btnflex {
        white-space: normal;
    }
    .t-btnflex_sm,
    .t-btn.t-btnflex_sm,
    .t-submit.t-btnflex_sm {
        padding-left: 20px;
        padding-right: 20px;
    }
    .t-btnflex_md,
    .t-btn.t-btnflex_md,
    .t-submit.t-btnflex_md {
        padding-left: 30px;
        padding-right: 30px;
    }
    .t-btnflex_lg,
    .t-btn.t-btnflex_lg,
    .t-submit.t-btnflex_lg {
        font-size: 18px;
        padding-left: 40px;
        padding-right: 40px;
    }
    .t-btnflex_xl,
    .t-btn.t-btnflex_xl,
    .t-submit.t-btnflex_xl {
        font-size: 22px;
        padding-left: 50px;
        padding-right: 50px;
    }
    .t-btnflex_xxl,
    .t-btn.t-btnflex_xxl,
    .t-submit.t-btnflex_xxl {
        font-size: 26px;
        padding-left: 60px;
        padding-right: 60px;
    }
}
@media screen and (max-width: 480px) {
    .t-rec_pt_15 {
        padding-top: 15px;
    }
    .t-rec_pt_30 {
        padding-top: 30px;
    }
    .t-rec_pb_15 {
        padding-bottom: 15px;
    }
    .t-btnflex_xs,
    .t-btn.t-btnflex_xs,
    .t-submit.t-btnflex_xs {
        --height: 40px;
    }
    .t-btnflex_sm,
    .t-btn.t-btnflex_sm,
    .t-submit.t-btnflex_sm {
        --height: 50px;
    }
}
.mzdlogo_nopadding {
    padding-bottom: 0 !important;
}
.mzdlogo .t-col :not(.t-btn):first-child {
    padding-top: 0 !important;
}
.mzdlogo_img {
    display: block;
    max-width: 100%;
    width: 300px;
	
}

.t-align_right .mzdlogo_img,
.t-align_right .mzdlogo_descr {
    margin-left: auto;
}
.t-align_center .mzdlogo_img,
.t-align_center .mzdlogo_descr {
    margin-left: auto;
    margin-right: auto;
}
.mzdbutton_container {
    box-sizing: border-box;
}
.t-btn.mzdbtn {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
    padding: 12px;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    line-height: 1.2;
    height: auto;
    min-height: 60px;
    width: 100%;
    background: none;
}

.t-btn.mzdbtn_center {
    text-align: center;
}
.t-btn.mzdbtn_has_descr.mzdbtn {
    padding-top: 17px;
    padding-bottom: 17px;
}
.mzdbtn:last-child {
    margin-bottom: 0 !important;
}
.mzdbutton-list :last-child .t-btn.mzdbtn_sm {
    margin-bottom: 0;
}
.t-btn.mzdbtn_sm {
    min-height: 48px;
    font-size: 14px;
    padding: 12px;
}
.t-btn.mzdbtn_smd {
    min-height: 55px;
    font-size: 15px;
    padding: 12px;
}
.t-btn.mzdbtn_has_descr.mzdbtn_sm {
    padding-top: 14px;
    padding-bottom: 14px;
}
.t-btn.mzdbtn_lg {
    min-height: 64px;
    font-size: 16px;
    padding: 16px;
}
.t-btn.mzdbtn_has_descr.mzdbtn_lg {
    padding-top: 21px;
    padding-bottom: 21px;
}
.t-btn.mzdbtn_xl {
    min-height: 72px;
    font-size: 18px;
    padding: 18px;
}
.t-btn.mzdbtn_has_descr.mzdbtn_xl {
    padding-top: 23px;
    padding-bottom: 23px;
}
.t-btn.mzdbtn_xxl {
    min-height: 88px;
    font-size: 22px;
    padding: 22px;
}
.t-btn.mzdbtn_has_descr.mzdbtn_xxl {
    padding-top: 27px;
    padding-bottom: 27px;
}
.t-btn.mzdbtn svg {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    height: 100%;
}
.mzdbtn-img {
    visibility: hidden;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 7px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.mzdbtn-text-wrapper {
    max-width: 100%;
    text-overflow: clip;
    white-space: normal;
    padding: 0 12px;
    margin: 0;
    margin-right: auto;
    overflow-wrap: anywhere;
}
.t-btn.mzdbtn_center .mzdbtn-text-wrapper {
    margin-left: auto;
}

.mzdbtn-text-descr {
    font-size: 0.9em;
    text-transform: none;
    opacity: 0.8;
}
.mzdbtn-text-title ~ .mzdbtn-text-descr {
    margin-top: 1px;
}
.sale-20 {
position:absolute; right:-18px;z-index: 999;top:-72px;
}




@media (max-width: 431px) {

.mzdbtn-text-title ~ .ip 
 {
    margin: 0 8% 0 8% !important;
}

}

@media (max-width: 500px) {


.mzdbtn-text-title ~ .mzdbtn-text-descr
 {
    margin: 0 5% 0 5%;
}


}



@media (max-width: 640px) {
    .t-btn.mzdbtn {
        padding: 12px 20px;
        margin-bottom: 10px;
    }
    .t-btn.mzdbtn_lg,
    .t-btn.mzdbtn_xl,
    .t-btn.mzdbtn_xxl {
        min-height: 60px;
        font-size: 18px;
    }

    .mzdbtn-img {
        margin-left: 0;
    }
}


.t-align_center .photo {
    max-width: 100%;
}

