@media only screen and (min-width: 1060px) and (max-width: 1300px) {

.adaptive {
    width: 960px;
}

section.welcome .text .title {
    font-size: 50px;
}

}

@media only screen and (min-width: 740px) and (max-width: 1059px) {
    
.adaptive {
    width: 640px;
}

section.welcome .text .title {
    font-size: 40px;
}

section.welcome .text .desc {
    font-size: 15px;
    line-height: 20px;
}

header .tels {
    width: 50%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

header .logotype {
    width: 50%;
}

section.welcome .text {
    width: 100%;
}

.benBlock .desc {
    font-size: 15px;
    line-height: 18px;
}

.benBlock .title {}

.au {
    display: flex;
    flex-direction: column;
}

.au .image, .au .text {
    width: 100%;
    padding: 0;
}

.au .image {
    padding: 0 0 40px;
}

section.contacts .entermap {position: relative;width: 100%;height: 300px;}

section.contacts {
    height: auto;
    display: flex;
    flex-direction: column-reverse;
}

section.contacts .adaptive {
    padding: 50px 0;
}

section.contacts .left {
    width: 100%;
}

header .logotype a span {
    font-size: 22px;
}

section.pricelist .table table tr *:nth-child(2) {
    width: 50px;
    text-align: right;
}

section.pricelist .table table tr * {
    font-size: 15px;
    line-height: 18px;
}

}

@media only screen and (max-width: 739px) {

.adaptive {
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
}

section.welcome .text .title {
    font-size: 40px;
}

section.welcome .text .desc {
    font-size: 15px;
    line-height: 20px;
}

header .tels {
    width: 50%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

header .logotype {
    width: 290px;
}

section.welcome .text {
    width: 100%;
}

.benBlock .desc {
    font-size: 15px;
    line-height: 18px;
}

.benBlock .title {}

.au {
    display: flex;
    flex-direction: column;
}

.au .image, .au .text {
    width: 100%;
    padding: 0;
}

.au .image {
    padding: 0 0 40px;
}

section.contacts .entermap {position: relative;width: 100%;height: 300px;}

section.contacts {
    height: auto;
    display: flex;
    flex-direction: column-reverse;
}

section.contacts .adaptive {
    padding: 50px 15px;
}

section.contacts .left {
    width: 100%;
}

header {
    height: auto;
}

.logotype a img {
    height: 80px;
    border-radius: 10px;
}

header .adaptive {
    display: flex;
    flex-direction: column;
    align-items: center;
}

header .tels {
    width: auto;
    padding: 0 0 20px;
}

.logotype {}

header .logotype a {
    padding: 20px 0;
}

section.welcome .adaptive {padding-top: 170px;padding-bottom: 100px;box-sizing: border-box;}

.benefits {
    display: flex;
    flex-direction: column;
}

.benBlock {
    border: none;
    width: 100%;
    padding: 30px;
    border-top: 1px solid rgb(0 0 0 / 5%);
}

header .logotype a span {
    font-size: 22px;
    text-align: center;
}

section.pricelist .table table tr *:nth-child(2) {
    width: 50px;
    text-align: right;
}

section.pricelist .table table tr * {
    font-size: 15px;
    line-height: 18px;
    padding: 10px 10px;
}

.stepBlock {
    width: 100%;
    left: auto !important;
    display: flex;
    flex-direction: row;
}

.stepBlock .number {
    right: 0 !important;
    left: 0 !important;
}

.stepBlock .text {
    text-align: left !important;
    padding: 0 0 0 20px;
}

.steps .line {
    left: 30px;
}

section.pricelist .title, section.images .title, section.steps .title {
    font-size: 24px;
    padding: 0 15px;
}

.au .text .title {
    font-size: 24px;
}

}