﻿* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

:focus {
    outline: none;
}

.buttonSend,
:not(tr, td):hover {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

tr:hover {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.center {
    text-align: center;
}

[data-adaptive~="col-lg-1"]>* {
    max-width: 100%;
    width: 100%;
}

[data-adaptive~="center"]>* {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

[data-adaptive~="margin-5"] {
    margin-top: 5px;
    margin-bottom: 5px;
}

[data-adaptive~="margin-10"] {
    margin-top: 10px;
    margin-bottom: 10px;
}

[data-adaptive~="margin-15"] {
    margin-top: 15px;
    margin-bottom: 15px;
}

[data-adaptive~="margin-20"] {
    margin-top: 20px;
    margin-bottom: 20px;
}

[data-adaptive~="margin-30"] {
    margin-top: 30px;
    margin-bottom: 30px;
}

[data-adaptive~="margin"] {
    margin-top: 60px;
    margin-bottom: 60px;
}



[data-adaptive~="marginObject-5"]>* {
    margin-top: 5px;
    margin-bottom: 5px;
}

[data-adaptive~="marginObject-10"]>* {
    margin-top: 10px;
    margin-bottom: 10px;
}

[data-adaptive~="marginObject-15"]>* {
    margin-top: 15px;
    margin-bottom: 15px;
}

[data-adaptive~="marginObject-20"]>* {
    margin-top: 20px;
    margin-bottom: 20px;
}

[data-adaptive~="marginObject-30"]>* {
    margin-top: 30px;
    margin-bottom: 30px;
}

[data-adaptive~="marginObject"]>* {
    margin-top: 60px;
    margin-bottom: 60px;
}


[data-adaptive~="padding-5"] {
    padding-top: 5px;
    padding-bottom: 5px;
}

[data-adaptive~="padding-10"] {
    padding-top: 10px;
    padding-bottom: 10px;
}

[data-adaptive~="padding-15"] {
    padding-top: 15px;
    padding-bottom: 15px;
}

[data-adaptive~="padding-20"] {
    padding-top: 20px;
    padding-bottom: 20px;
}

[data-adaptive~="padding-30"] {
    padding-top: 30px;
    padding-bottom: 30px;
}

[data-adaptive~="padding"] {
    padding-top: 60px;
    padding-bottom: 60px;
}



[data-adaptive~="paddingObject-5"]>* {
    padding: 5px;
}

[data-adaptive~="paddingObject-10"]>* {
    padding: 10px;
}

[data-adaptive~="paddingObject-15"]>* {
    padding: 15px;
}

[data-adaptive~="paddingObject-20"]>* {
    padding: 20px;
}

[data-adaptive~="paddingObject-30"]>* {
    padding: 30px;
}

[data-adaptive~="paddingObject"]>* {
    padding: 60px;
}


[data-adaptive~="flex"] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}

[data-adaptive~="flexnowrap"] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

[data-adaptive~="flexwrap"] {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}

[data-adaptive~="flexbetween"] {
    -webkit-justify-content: space-between;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
}

[data-adaptive~="flexaround"] {
    -webkit-justify-content: space-around;
    -webkit-box-pack: space-around;
    -ms-flex-pack: space-around;
    justify-content: space-around;
}

[data-adaptive~="flexcenter"] {
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

[data-adaptive~="flexstart"] {
    -webkit-align-items: flex-start;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
}

[data-adaptive~="flexend"] {
    -webkit-align-items: flex-end;
    -webkit-box-align: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
}

[data-adaptive~="flexjscenter"] {
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

[data-adaptive~="flexcolumn"] {
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

[data-adaptive~="flexgrow"]>* {
    -webkit-flex: 1;
    -ms-flex: 1;
    -webkit-box-flex: 1;
    flex: 1;
}


#pagemenu a::after,
#pagemenu a {
    transition: none;
}



@media (max-width: 1200px) {

    .conteiner {
        padding-left: 30px;
        padding-right: 30px;
    }

}

@media (min-width: 901px) {

    [data-adaptive~="col-lg-2"]>* {
        max-width: calc(50% - 15px);
        width: 100%;
    }

    [data-adaptive~="col-lg-3"]>* {
        max-width: calc(100%/3 - 15px);
        width: 100%;
    }

    [data-adaptive~="col-lg-4"]>* {
        max-width: calc(25% - 15px);
        width: 100%;
    }
}

@media (max-width: 1140px) {}

@media (max-width: 1024px) {
    #rezvonok_3 {
        height: auto;
    }

    #global0 {
        margin-right: auto;
        margin-left: 60px;
    }

}

@media (max-width: 900px) {

    [data-adaptive~="flexjscenter900"] {
        -webkit-justify-content: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    [data-adaptive~="flexcolumn-900"] {
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    [data-adaptive~="flexjscenter-900"] {
        -webkit-justify-content: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    [data-adaptive~="flexcenter-900"] {
        -webkit-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    [data-adaptive~="col-md-3"]>* {
        max-width: calc(100%/3 - 15px);
        width: 100%;
    }

    [data-adaptive~="col-md-2"]>* {
        max-width: calc(50% - 15px);
        width: 100%;
    }

    [data-adaptive~="col-md-4"]>* {
        max-width: calc(25% - 15px);
        width: 100%;
    }

    [data-adaptive~="col-md"]>* {
        max-width: 100%;
        width: 100%;
    }

    .categoryShop.t1 .object img {
        position: relative;
        top: 0px;
        right: 0;
        left: 0;
        order: -1;
    }
}

@media (max-width: 768px) {

    #div18,
    #div19,
    #div20,
    .c {
        padding: 10px 0 10px 30px;
    }

    #div7 {
        background: url(../../www/skin/stopka.png) calc(100% + 400px) -107px no-repeat, url(../../www/skin/shapka.png) top center no-repeat;
    }

    .consultForm {
        -webkit-flex: inherit;
        -ms-flex: inherit;
        -webkit-box-flex: inherit;
        flex: inherit;
        width: 100%;
    }


    #siteSubtitle {
        font-size: 24px;
    }

    #logotypeblock {
        font-size: 0;
    }

    [data-adaptive~="flexwrap-md"] {
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
    }

    [data-adaptive~="flexbetween-md"] {
        -webkit-justify-content: space-between;
        -webkit-box-pack: space-between;
        -ms-flex-pack: space-between;
        justify-content: space-between;
    }

    [data-adaptive~="flexcolumn-md"] {
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    [data-adaptive~="flexjscenter-md"] {
        -webkit-justify-content: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

}

@media (max-width: 700px) {

    .contentTitle {
        font-size: 26px;
        line-height: 30px;
        text-align: center;
    }

    .contentTitle:after {
        left: 0;
        right: 0;
    }

    #content td.title {
        padding: 30px 18px !important;
    }

    #content td:nth-child(1) {
        padding-bottom: 6px;
    }

    #content td:nth-child(2) {
        padding-top: 0;
        font-weight: bold;
    }

    #content td:nth-child(3) {
        display: none;
    }

    #siteTitle {
        text-align: center;
    }

    .tableRow:hover .buttonSend {
        background-color: #f84c05;
        color: #fff;
        border: 2px solid #f84c05;
        border-bottom: 2px solid #c73a00;
    }

    #LogotypeBlock {
        text-align: center;
    }

    #LogotypeBlock a {
        margin: auto;
    }

    #pageTitle br {
        display: none;
    }

    [data-adaptive~="flexbetween700"] {
        -webkit-justify-content: space-between;
        -webkit-box-pack: space-between;
        -ms-flex-pack: space-between;
        justify-content: space-between;
    }

    [data-adaptive~="flexwrap700"] {
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
    }

    [data-adaptive~="flexdirection700"] {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    [data-adaptive~="flexjscenter-sm"] {
        -webkit-justify-content: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    [data-adaptive~="flexcolumn-sm"] {
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    [data-adaptive~="col-sm"]>* {
        max-width: 100%;
        width: 100%;
    }

    .contentTitle br,
    #siteTitle br {
        display: none;
    }

    .tel {
        margin-top: 4px;
        margin-bottom: 4px;
    }


    /* --------- TABLE  -------- */

    .tableRowEven:hover,
    .tableRowOdd:hover,
    .tableHeader:hover {
        color: #454545;
    }

    .tableRowEven:hover,
    .tableRowOdd:hover {
        background-color: #f7f7f7 !important;
        color: inherit;
    }

    .tableRow:not(.noadaptive) td:first-child {
        background-color: #eee;
    }

    table:not(.noadaptive),
    table:not(.noadaptive) thead,
    table:not(.noadaptive) tbody,
    table:not(.noadaptive) th,
    table:not(.noadaptive) td,
    table:not(.noadaptive) tr {
        display: block;
        text-align: center;
    }

    .tableTable:not(.noadaptive) strong {
        font-size: 32px;
        margin-top: 30px;
        display: block;
    }

    table:not(.noadaptive) thead tr.tableHeader {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    table:not(.noadaptive) td {
        border: none !important;
        width: 100% !important;
        position: relative;
    }

    table:not(.noadaptive) td:before {
        margin-bottom: 10px;
        display: inherit;
        font-family: Roboto;
    }

    .tableRow:not(.noadaptive) td {
        font-family: RobotoBold;
    }

    .tableRow:not(.noadaptive) td:before {
        display: block;
        font-family: Roboto;
        margin-bottom: 10px;
    }

    .tableRow {
        height: auto;
    }

    .tableRow:not(.noadaptive) td:nth-child(2n+1) {
        background-color: var(--green);
        color: var(--white);
    }

    .tableRow td:last-child:not(.noadaptive) {
        background-color: #fff;
        border-color: #fff !important;
        text-align: center;
        margin-bottom: 10px;
    }

    .tableRow:before {
        box-shadow: none;
    }


    /* --------- end TABLE  -------- */


}

@media (max-width: 600px) {
    #pageTitle {
        text-align: center;
    }

    #siteSubtitle {
        display: none;
    }

    #LogotypeBlock {
        margin: 0 30px 20px;
    }

    .tel {
        font-family: NeoSansMed;
    }

    [data-adaptive~="flexjscenter-md-600"] {
        -webkit-justify-content: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}


@media (max-width: 425px) {
    .consultForm {
        background-color: var(--prime);
        padding: 30px;
    }

    #global1 {
        width: 100%;
    }

    .buttonSend[click="click101001"] {
        background-image: url(none);
        position: relative;
        top: 30px;
        margin-bottom: 30px;
        padding: 14px 36px;
        width: 100%;
        text-align: center;
    }

    #siteTitle {
        text-align: left;
    }

    .dl-menuwrapper button {
        position: relative !important;
        top: 0 !important;
    }

    #LogotypeBlock {
        margin: 20px 0 0 0;
    }

    #global0 {
        margin-left: 0;
        order: -1;
    }

    #global0 {
        order: -1;
    }

    #div7 {
        background: url(none) calc(100% + 300px) -107px no-repeat,
            url(../../www/skin/shapka.png) top center no-repeat;
    }

    .subTitle {
        display: none;
    }

    .tel {
        font-size: 18px;
    }

    .ya-site-form__submit {
        width: 100% !important;
        margin: 0 !important;
    }

    #pageTitle {
        font-size: 26px;
    }

    [data-adaptive~="paddingObject"]>* {
        padding: 30px;
    }

    [data-adaptive~="padding"] {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .dl-menuwrapper .dl-menu {
        min-width: auto;
    }

    #siteTitle {
        font-size: 26px;
        line-height: 30px;
        margin-bottom: 20px;
        margin-top: 10px;
    }

    .tel {
        display: inline-block;
        line-height: 1;
    }

    table:not(.noadaptive),
    table:not(.noadaptive) thead,
    table:not(.noadaptive) tbody,
    table:not(.noadaptive) th,
    table:not(.noadaptive) td,
    table:not(.noadaptive) tr {
        display: block;
        text-align: left;
    }

    ul {
        padding-left: 15px;
    }

}

@media (max-width: 375px) {

    .buttonSend {
        font-size: 13px;
        padding: 12px 16px;
        text-align: center;
        width: 100%;
    }

    ul {
        padding-left: 0;
    }

    img#sitelogotype {
        max-width: 70%;
    }

}

@media (max-width: 340px) {
    #siteTitle {
        font-size: 20px;
        line-height: 24px;
    }

}

@media (max-width: 320px) {}
