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

.adaptive {
    width: 960px;
}

header .menu ul li {
    margin: 0 0 0 15px;
}

header .menu {
    margin: 0 20px 0 0;
}

header .logotype a span {
    font-size: 20px;
    line-height: 30px;
}

section.about_us .left {
    width: 400px;
}

section.about_us .left img {
    width: 100%;
}

section.about_us .adaptive .right {
    width: 560px;
    box-sizing: border-box;
}

.srvBlock {
    width: 300px;
}

footer .cont .adaptive .col.info.noborder {
    width: 400px;
}

footer .cont .adaptive .col.fmenu {
    width: 250px;
}

footer .cont .adaptive .col.contacts {
    width: 310px;
}

.workBlock:nth-child(4n) {
    margin: 0 30px 30px 0 !important;
}

.workBlock {
    width: 300px;
    margin: 0 30px 30px 0;
}

.workBlock:nth-child(3n) {
    margin: 0 0 30px !important;
}

.workBlock a img {
    width: 100%;
}

body.reviews_page.inside_page section.container .adaptive .left {
    width: 400px;
}

body.reviews_page.inside_page section.container .adaptive .right {
    width: 560px;
}

}

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

header .menu {
    display: none;
}

section.about_us .adaptive {
    display: flex;
    flex-direction: column;
}

section.about_us .adaptive .right {
    padding: 40px 0 0;
}

section.about_us .adaptive .left {
    width: 100%;
}

section.about_us .adaptive .left img {
    display: block;
    width: 100%;
}

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

.srvBlock:nth-child(3n) {
    margin: 0 30px 30px 0 !important;
}

.srvBlock {
    width: 305px;
}

.srvBlock:nth-child(2n) {
    margin: 0 0 30px !important;
}

footer .cont .adaptive .col.fmenu {
    display: none;
}

footer .cont .adaptive .col.info.noborder {
    width: 50%;
}

footer .cont .adaptive .col.contacts {
    width: 50%;
}

header {
    position: absolute !important;
    height: 90px !important;
    background: transparent !important;
    border-top: 50px solid black;
}

nav.mobile_panel {
    height: 50px;
    background: #181818;
    width: 100%;
    display: block !important;
    position: fixed;
    z-index: 201;
}

nav.mobile_panel a.menu_but {
    height: 50px;
    width: 50px;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #fff;
    font-size: 40px;
}

.close_back {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 0.6);
    z-index: 210;
    opacity: 0;
    visibility: hidden;
    display: block !important;
    transition: 0.3s;
}

body.menu_open .close_back {
    opacity: 1;
    visibility: visible;
}

.mobile_menu {
    background: #ffffff;
    overflow: hidden;
    z-index: 215;
    position: fixed;
    top: 0;
    left: -300px;
    width: 300px;
    height: 100%;
    transition: 0.3s;
    padding-top: 20px;
    display: flex !important;
    overflow: auto;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

body.menu_open .mobile_menu {
    left: 0;
}

.mobile_menu ul {
    width: 100%;
}

.mobile_menu ul li {
    border-top: 1px solid rgb(0 0 0 / 10%);
}

.mobile_menu ul li:first-child {
    border: none;
}

.mobile_menu ul li a {
    text-decoration: none;
    display: flex;
    padding: 10px 20px;
    box-sizing: border-box;
    color: #000;
    font-size: 16px;
    font-weight: 500;
}

header .logotype img {
    height: 60px;
}

.workBlock {
    width: 305px;
    margin: 0 30px 30px 0;
}

.workBlock:nth-child(4n) {
    margin: 0 0 30px;
}

.workBlock:nth-child(2n) {
    margin: 0px 0 30px;
}

.workBlock img {
    display: block;
    width: 100%;
}

body.contacts_page.inside_page section.container .adaptive {
    display: flex;
    flex-direction: column-reverse;
}

body.contacts_page.inside_page section.container .adaptive .entermap {
    width: 100%;
    height: 400px;
}

.contacts_text {
    width: 100%;
    padding: 0 0 50px;
}

section.pagetitle h1 {
    font-size: 32px;
}

.modal_but_close {
    top: 5px;
    right: 5px;
    border: transparent;
    background: transparent;
    box-shadow: none;
}

.modal_but_close:hover {
    background: transparent;
    color: red;
}

}

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

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

header .menu {
    display: none;
}

section.about_us .adaptive {
    display: flex;
    flex-direction: column;
}

section.about_us .adaptive .right {
    padding: 40px 0 0;
}

section.about_us .adaptive .left {
    width: 100%;
}

section.about_us .adaptive .left img {
    display: block;
    width: 100%;
}

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

.srvBlock {
    width: 100%;
    margin: 0 0 20px !important;
}

footer .cont .adaptive .col.fmenu {
    display: none;
}

footer .cont .adaptive .col.info.noborder {
    width: 100%;
    padding: 0;
    text-align: center;
    padding: 0 0 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

footer .cont .adaptive .col.contacts {
    width: 100%;
    text-align: center;
    padding: 0 0 40px;
}

header {
    position: absolute !important;
    height: 90px !important;
    background: transparent !important;
    border-top: 50px solid black;
}

nav.mobile_panel {
    height: 50px;
    background: #181818;
    width: 100%;
    display: block !important;
    position: fixed;
    z-index: 201;
}

nav.mobile_panel a.menu_but {
    height: 50px;
    width: 50px;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #fff;
    font-size: 40px;
}

.close_back {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 0.6);
    z-index: 210;
    opacity: 0;
    visibility: hidden;
    display: block !important;
    transition: 0.3s;
}

body.menu_open .close_back {
    opacity: 1;
    visibility: visible;
}

.mobile_menu {
    background: #ffffff;
    overflow: hidden;
    z-index: 215;
    position: fixed;
    top: 0;
    left: -300px;
    width: 300px;
    height: 100%;
    transition: 0.3s;
    padding-top: 20px;
    display: flex !important;
    overflow: auto;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

body.menu_open .mobile_menu {
    left: 0;
}

.mobile_menu ul {
    width: 100%;
}

.mobile_menu ul li {
    border-top: 1px solid rgb(0 0 0 / 10%);
}

.mobile_menu ul li:first-child {
    border: none;
}

.mobile_menu ul li a {
    text-decoration: none;
    display: flex;
    padding: 10px 20px;
    box-sizing: border-box;
    color: #000;
    font-size: 16px;
    font-weight: 500;
}

header .logotype img {
    height: 60px;
}

.workBlock {
    width: 100%;
    margin: 0 0 30px !important;
}

.workBlock img {
    display: block;
    width: 100%;
}

body.contacts_page.inside_page section.container .adaptive {
    display: flex;
    flex-direction: column-reverse;
}

body.contacts_page.inside_page section.container .adaptive .entermap {
    width: 100%;
    height: 400px;
}

.contacts_text {
    width: 100%;
    padding: 0 0 50px;
}

section.pagetitle h1 {
    font-size: 32px;
}

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

footer .cont {
    height: auto;
}

footer {
    margin: 0;
    height: auto;
}

hr.clear.footer {
    height: 0;
}

footer .cont .adaptive .col {
    border: none;
}

header .logotype a span {
    font-size: 16px;
    line-height: 22px;
    display: none;
}

section.welcome {
    height: auto;
}

section.welcome .adaptive .text {
    padding: 50px 20px;
    box-sizing: border-box;
}

section.welcome .adaptive .btns {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

section.welcome .adaptive .btns a {
    margin: 0 5px 10px;
}

body.reviews_page.inside_page section.container .adaptive .left {
    display: none;
}

body.reviews_page.inside_page section.container .adaptive .right {
    width: 100%;
}

body.reviews_page.inside_page section.container .adaptive .right div {
    width: 100% !important;
}

.modal_but_close {
    top: 5px;
    right: 5px;
    border: transparent;
    background: transparent;
    box-shadow: none;
}

.modal_but_close:hover {
    background: transparent;
    color: red;
}

.modal_window1.act, .modal_window2.act {align-items: flex-end;}

.modal_block {
    width: 100%;
    border-radius: 0px;
}

.modal_block .cont .line {
    display: flex;
    flex-direction: column;
}

.modal_block .cont .line .input_text {
    margin: 0 0 10px;
}

.modal_block .cont .line .input_btn {
    margin: 0;
}

.modal_block .cont .line .input_text input {
    width: 100%;
}

.modal_block .cont .line button {
    width: 100%;
}

.modal_block .bottom {
    display: none;
}

header .contacts a.tel {
    font-size: 16px;
}

}