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

.adaptive {
    width: 960px;
}

header nav.main ul li a {
    padding: 0 6px;
}

header nav.main ul li a {
    font-size: 17px;
}

header nav.main ul li:last-child a {
    padding-right: 20px;
}

header nav.main ul li:first-child a {
    padding-left: 20px;
}

a.btn-red {
    width: 200px;
}

.main_form form h2 {
    font-size: 40px;
    width: 250px;
}

.main_form form .row .input_text {
    width: 180px;
    box-sizing: border-box;
}

.main_form form .right {
    width: 560px;
    padding: 0 10px;
}

.main_form form .row .input_text input {
    width: 100%;
}

.main_form form .row .input_text button {
    width: 100%;
}

.main_form form .row label {
    font-size: 14px;
}

.main_slider .adaptive .txt .row a.tel {
    white-space: nowrap;
}

.main_slider .adaptive .right img {
    width: 100%;
}

.main_form form {
    padding: 0 30px;
}

nav.navbar h3 {
    display: none;
}

footer .infos .cntBlock {
    padding: 0 30px 0 0;
}

body.inside_page .main_form form h2 {
    width: 300px;
}

.personaBlock {
    width: 295px;
}

.persona_info .left {
    width: 390px;
}

.persona_info .left img {
    width: 100%;
}

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

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

.srvBlock {
    width: 302.222px;
}

.srvBlock a img {
    width: 100%;
}

.cnt_tels .cntBlock a {
    font-size: 40px;
}

.cnt_info .cntBlock p {
    font-size: 22px;
}

.licenBlock {
    width: 220px;
}

.licenBlock img {
    width: 100%;
}

.socials a {
    width: 42px;
}

}

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

header nav.main ul {
    display: none;
}

header nav.main a.menu_but {
    display: flex !important;
    width: 60px;
    height: 60px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #000;
    position: relative;
    text-decoration: none;
    font-size: 30px;
}

header nav.main .adaptive {
}

header nav.main .adaptive:before {
    left: 0;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

header .cont .right .contacts a.tel {
    font-size: 19px;
}

header .cont .right .contacts span {
    font-size: 15px;
}

header .cont .right .btns a.btn.fbtn span {
    display: none;
}

header .cont .right .contacts {
    padding: 0 0 0 20px;
}

.main_form form {
    display: flex;
    flex-direction: column;
    padding: 30px;
    height: auto;
}

.main_form form h2 {
    width: 100%;
    border: none;
    font-size: 34px;
    text-align: center;
    padding: 0 0 20px;
}

.main_form form .right {
    width: auto;
    padding: 0;
}

.main_form form .row .input_text {
    padding: 0 0 0;
}

.main_form form .row {
    display: flex;
    flex-direction: column;
    padding: 0;
}

.main_form .adaptive {
    height: auto;
    padding: 20px 0 !important;
}

section.main_form {
}

.main_form form .row label {
    display: inline;
}

.main_form form .row .input_text {
    width: 100%;
    padding: 0 0 15px !important;
}

.main_form form .row .input_text input {
    width: 100%;
}

.main_form form .row .input_text:nth-child(3n) {
    padding: 0 0 10px;
}

.main_form form .row label span {
    float: left;
}

footer .entermap {
    display: none;
}

footer .infos {
    display: none;
}

nav.navbar h3 {
    display: none;
}

nav.navbar a {
    font-size: 16px;
    width: 315px;
    padding: 0 10px;
    box-sizing: border-box;
    margin: 5px 0;
}

.close_back {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 0.6);
    z-index: 121;
    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: 125;
    position: fixed;
    top: 0;
    left: -280px;
    width: 280px;
    height: 100%;
    transition: 0.3s;
    padding-top: 60px;
    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: 600;
    font-family: 'Myriad Pro';
}

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

.main_form {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 121;
    height: auto;
    display: none;
}

.main_form form {
    box-shadow: none;
    padding: 30px 0;
}

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

body.mform_open .main_form {
    display: block;
}

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

.cnt_tels .cntBlock {
    padding: 0 0 30px;
}

.cnt_tels .cntBlock a {
}

.cnt_tels .cntBlock p {
    font-size: 30px;
}

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

.cnt_info .cntBlock {
    padding: 0 0 20px;
}

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

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

.srvBlock {
    width: 306.666px;
}

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

a.zoomphoto img {
    display: block;
    max-width: 100%;
}

.personaBlock {
    margin: 0 20px 20px 0 !important;
}

.personaBlock {
    width: 310px;
}

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

.licenBlock {
    margin: 0 20px 20px 0;
}

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

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

.licenBlock {
    width: 310px;
}

section.pagetitle {
    height: 300px;
}

section.pagetitle .adaptive {
    padding-top: 80px;
}

.home_page .section_title {
    padding: 0 0 40px;
}

nav.navbar .adaptive {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.section_title h2 {
    font-size: 30px;
}

.main_slider .adaptive .right {
    display: none;
}

.main_slider {
    height: auto;
}

section.welcome {
    height: auto;
}

.main_slider .adaptive .txt {
    height: auto;
    padding: 80px 0;
}
    
}

@media only screen and (max-width: 739px) {
    
.adaptive {
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
}

.close_back {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 0.6);
    z-index: 121;
    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: 125;
    position: fixed;
    top: 0;
    left: -280px;
    width: 280px;
    height: 100%;
    transition: 0.3s;
    padding-top: 60px;
    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: 600;
    font-family: 'Myriad Pro';
}

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

body.menu_open {
    overflow: hidden;
}

.main_form {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        background: #fff;
        z-index: 121;
        height: auto;
        display: none;
}

.main_form form {
    box-shadow: none;
    padding: 30px 0;
}

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

body.mform_open .main_form {
    display: block;
}

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

.cnt_tels .cntBlock {
    padding: 0 0 30px;
}

.cnt_tels .cntBlock a {
}

.cnt_tels .cntBlock p {
    font-size: 30px;
}

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

.cnt_info .cntBlock {
    padding: 0 0 20px;
}

.main_slider .adaptive .right {
    display: none;
}

.main_slider {
    height: auto;
    padding: 0;
}

section.welcome {
    height: auto;
}

.main_slider .adaptive .txt {
    height: auto;
    padding: 80px 0;
}

header {
    height: auto;
}

header nav.main {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0;
    background: #fff;
    z-index: 2;
    height: 50px;
    box-shadow: 0px 0 15px 0 rgb(0 0 0 / 20%);
}

header .cont {
    height: auto;
    padding: 70px 0 20px;
}

header.fixed nav.main .adaptive {
    box-shadow: none;
}

header nav.main ul {
    display: none;
}

.adaptive {}

header nav.main .adaptive a.menu_but {
    display: flex !important;
    width: 50px;
    height: 50px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 26px;
    color: #000;
}

header nav.main .adaptive:before {display: none;}

.socials a {
    height: 50px;
    width: 50px;
}

a.btn-red {
    height: 50px;
    width: auto;
    padding: 0 10px;
    font-size: 14px;
}

header .cont .adaptive {
    display: flex;
    flex-direction: column;
}

header .cont .right {
    display: flex;
    flex-direction: column;
}

header .cont .right .contacts {
    padding: 20px 0 0;
    text-align: center;
    display: flex;
    align-items: center;
}

section.pagetitle .adaptive {
    display: flex;
    align-items: center;
}

section.pagetitle {
    height: auto;
    padding: 40px 0;
}

section.container .adaptive {
    padding: 0 20px;
}

section.container {
    padding: 30px 0;
}

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

ol.breadcrumb {
    font-size: 12px;
}

.main_form form {
    display: flex;
    flex-direction: column;
    padding: 30px;
    height: auto;
}

.main_form form h2 {
    width: 100%;
    border: none;
    font-size: 34px;
    text-align: center;
    padding: 0 0 20px;
}

.main_form form .right {
    width: auto;
    padding: 0;
}

.main_form form .row .input_text {
    padding: 0 0 0;
}

.main_form form .row {
    display: flex;
    flex-direction: column;
    padding: 0;
}

.main_form .adaptive {
    height: auto;
    padding: 20px 0 !important;
}

.main_form form .row label {
    display: inline;
}

.main_form form .row .input_text {
    width: 100%;
    padding: 0 0 15px !important;
}

.main_form form .row .input_text input {
    width: 100%;
}

.main_form form .row .input_text:nth-child(3n) {
    padding: 0 0 10px;
}

.main_form form .row label span {
    float: left;
}

body.mform_open {
    overflow: hidden;
}

nav.navbar .adaptive {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

nav.navbar h3 {
    display: none;
}

nav.navbar a {
    font-size: 18px;
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
    margin: 5px 0;
}

footer .cont {
    margin: 0;
    padding: 20px 20px;
}

footer .contacts {
    display: none;
}

footer .bottom .adaptive {
    padding: 0 20px;
}

header .cont .right .btns {
    display: none;
}

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

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

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

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

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

.main_slider .adaptive .txt h3 {
    font-size: 26px;
}

.main_slider .adaptive .txt h2 {
    font-size: 50px;
}

.main_slider .adaptive .txt .row {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.main_slider .adaptive .txt .row .btn {
    margin: 0 0 20px;
}

.section_title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.section_title h2 {
    font-size: 32px;
    margin: 0 0 20px;
}

}