/* mob */


    .menuMain {
        position: static;
    }

    .menuMain__items {
        display: block;
        height: auto;
        position: fixed;
        z-index: 700;
        left: -100%;
        transition: left 200ms linear;
        /*top: 135px;*/
        top: calc(100vw*318/1442);
        width: 100%;
        height: calc(100vh - 100vw*318/1442);
        background: #f1f1f1;
        box-shadow: 0px 3px 3px rgba(0,0,0,0.3);
        box-sizing: border-box;
        padding-left: 25px;
        padding-right: 10px;
        padding-top: 24px;
        padding-bottom: 24px;
        overflow: auto;
        background: #fafafa;
    }
    .top_fix .menuMain__items {
        top: 101px;
        height: calc(100vh - 101px);
    }
    .menuMain__items.active {
        left: 0%;
        transition: left 200ms linear;
    }

    .menuMain__item {
        height: auto;
        display: table;
    }

    .menuMain__link, .menuMain__link:visited  {
        background: none;
        color: #545454;
        color: #55849f;
        font-size: 18px;
        font-weight: bold;
        text-align: left;
        display: table;
        width: auto;
        padding-top: 11px;
        padding-bottom: 11px;
        text-decoration: none;
    }
    .menuMain__link.active, .menuMain__link:hover {
        color: #545454;
        color: #55849f;
    }
    .menuMain__item:hover .menuMain__link {
        background: none;
    }

    .menuMain__item:hover > a > span,
    .menuMain__item > a.active > span {
        border-bottom: none;
    }
    /*.menuMain__item.levels:after {
        display: none;
    }*/

    i.fa-ellipsis-v {
        display: none;
    }

    .dots {
        display: block;
/*		position: absolute;
        right: 20px;
        top: 50%;
        transform: translateY(-50%);*/
    }
    /*
    .menuMain .dots.active {
        position: fixed;
        z-index: 1200;
        margin: 0;
        left: auto;
        right: 10px;
        top: 30px;
    }
    .level_column .menuMain .dots.active i {
        background: #a60024;
    }
    */

    .level_column  ul {
        box-sizing: border-box;
    }

    .level_column .ur_2 {
        position: fixed;
        z-index: 10;
        left: 100%;
        transition: left 200ms linear;
        top: calc(100vw*318/1442);
        width: 100%;
        height: calc(100vh - 100vw*318/1442);
        background: transparent;
        box-shadow: none;
        opacity: 1.0;
        padding-left: 30px;
        padding-top: 40px;
        padding-right: 15px;
        padding-bottom: 9px;
        width: 100%;
        background: #f8f8f8;
        overflow: auto;
    }
    .top_fix .level_column .ur_2 {
        top: 101px;
        height: calc(100vh - 101px);
    }
    .level_column .ur_2.active {
        left: 0%;
        transition: left 200ms linear;
    }

    .level_column .ur_3 {
        position: fixed;
        z-index: 10;
        left: 100%;
        transition: left 200ms linear;
        top: calc(100vw*318/1442);
        width: 100%;
        height: calc(100vh - 100vw*318/1442);
        background: transparent;
        box-shadow: none;
        opacity: 1.0;
        padding-left: 30px;
        padding-top: 40px;
        padding-right: 15px;
        padding-bottom: 9px;
        width: 100%;
        background: #f6f6f6;
        overflow: auto;
    }
    .top_fix .level_column .ur_3 {
        top: 101px;
        height: calc(100vh - 101px);
    }
    .level_column .ur_3.active {
        left: 0%;
        transition: left 200ms linear;
    }

    .level_column .ur_4 {
        position: fixed;
        z-index: 10;
        left: 100%;
        transition: left 200ms linear;
        top: calc(100vw*318/1442);
        width: 100%;
        height: calc(100vh - 100vw*318/1442);
        background: transparent;
        box-shadow: none;
        opacity: 1.0;
        padding-left: 30px;
        padding-top: 40px;
        padding-right: 15px;
        padding-bottom: 9px;
        width: 100%;
        background: #f4f4f4;
        overflow: auto;
    }
    .top_fix .level_column .ur_4 {
        top: 101px;
        height: calc(100vh - 101px);
    }
    .level_column .ur_4.active {
        left: 0%;
        transition: left 200ms linear;
    }

    .top_nav_cont {
        padding-right: 0px;
        margin-left: 0px;
        position: static;
        width: 100%;
        min-width: 100%;
        height: 1px;
    }
    .ur_2 > li.levels .ur_2__link,
    .ur_3 > li.levels .ur_3__link,
    .ur_4 > li.levels .ur_4__link {
        display: table;
    }
    .ur_2 > li.ur_2__link,
    .ur_3 > li.ur_3__link,
    .ur_4 > li.ur_4__link {
        display: table;
    }
    .ur_2__link, .ur_3__link, .ur_4__link {
    	display: block;
       /*	font-family: 'Montserrat', sans-serif;*/
    	font-weight: 400;
    	font-size: 1.4rem;
    	color: #55849f;
        font-size: 18px;
        font-weight: bold;
    	line-height: 1.3;
        padding-top: 11px;
        padding-bottom: 11px;
    	text-transform: none;
    	text-decoration: none;
    	cursor: pointer;
    	display: block;
    	position: relative;
    	box-sizing: border-box;
    }
    .menuMain__item ul li:hover > a, .menuMain__item ul li.active > a {
    	color: #55849f;
    }
    .menuMain__item ul li:hover > a span, .menuMain__item ul li.active > a span {
    	border-bottom: 1px solid #fff;
    }


    span.tm_back_arrow {
        display: block;
        position: absolute;
        left: 24px;
        top: 0px;
        width: 30px;
        height: 20px;
        color: #55849f;
        font-size: 42px;
        line-height: 1.0;
        cursor: pointer;
    }



.dots {
    width: 22px;
    height: 33px;
    padding-top: 15px;
    cursor: pointer;
    position: absolute;
    left: 10px;
    top: 20px;
}
.dots i {
    display: block;
    width: 22px;
    height: 3px;
    border-radius: 0px;
    background: #f0f0f0;
    margin: 3px auto;
    position: relative;
    transition: all 0.2s linear 0.0s;
}

.dots i:nth-child(1) {
    margin-top: 0px;
}


.level_column .dots.active {
    position: fixed;
    z-index: 1200;
    margin: 0;
    left: auto;
    right: 10px;
    top: 10px;
}
.level_column .dots.active i {
    background: #a60024;
}



.dots.active i:nth-child(2) {
    opacity: 0.0;
    transition: opacity 0.2s linear 0.0s;
    display: none;
    transition: display 1s linear 0.5s;
}
.dots.active i:nth-child(1) {
    width: 22px;
    transform: rotate(45deg);
    top: 8px;
    transition: all 0.2s linear 0.0s;
}
.dots.active i:nth-child(3) {
    width: 22px;
    transform: rotate(-45deg);
    top: 2px;
    transition: all 0.2s linear 0.0s;
}


/* logo */

#logo {
    position: static;
    max-width: 70%;
    margin-bottom: -3px;
}






/*  */
.header_height {
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding-right: 0px;
    margin-bottom: 0rem;
}

.tm_ten,
#top-menu { display: none; }

#middle > .wrapper > .container_block {
    display: flex;
    flex-direction: column-reverse;
    /*flex-direction: column;*/
}

#center {
    margin-left: 0px;
}
.vertmenu {
    display: none;
}

#left {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    margin-bottom: 30px;
}

#left > a.ur_1 {
    text-align: center;
}

.flex_galery {
    margin-bottom: 30px;
}

.container_block {
    overflow: hidden;
    margin-left: 15px;
    margin-right: 15px;
}

.shadowBlock {
    margin-left: 0px;
    margin-right: 0px;
    border-radius: 0px;
}

.beShadow {
   display: flex;
   flex-direction: column;
}
.bb_fdb,
.bb_menu,
.bb_contact {
    width: 100%;
}

.bb_contact {
    margin-bottom: 10px;
}

.bb_menu {
    background: none;
    padding-left: 0px;
    margin-bottom: 30px;
}
.bb_fdb {
    background: none;
}
.bb_fdb_body {
    padding-left: 0px;
}

.bb_menu ul.top_menu {
    padding-left: 0px;
}

.bb_menu .add_head {
    padding-left: 0px;
}

.bb_fdb_body {
    margin: 0;
}

.bb_fdb_line {
    display: flex;
    flex-direction: column;
}
.bb_fdb_right {
    margin-left: 0;
}
.bb_fdb_feedback .PrivacyPolicy {
    margin-left: 0;
    margin-bottom: 10px;
}

.bb_fdb_feedback .saveProfile_mess {
    left: 25px;
    top: 19px;
    width: 234px;
    height: 82px;
}

#footer {
    margin-bottom: 60px;
}

.mobile_device .messenger-block-mob {
    height: 60px;
    border-top: 2px solid #cccccc;
    background: rgba(255, 255, 255, 0.85);
}

.messenger-block-mob a {
    width: 40px;
}

.mobile_device .shadowBlock {
    margin-bottom: 0px;
}

.cop {
    text-align: center;
    float: none;
}

.grx {
    text-align: center;
    float: none;
    padding-top: 5px;
    padding-bottom: 10px;
}

a.map_button {
    margin-left: -60px;
}


.form_left {
    margin: 20px auto 30px;
}

.form_left .hd {
    font-size: 18px;
    margin-bottom: 10px;
}

.formAuthor {
    padding: 10px 15px;
}

.feedback table {
    width: 100%;
    max-width:400px;
}


@media screen and (min-width: 576px){


}

    #header {
        position: fixed;
        z-index: 100;
        width: 100%;
    }

@media screen and (min-width: 768px){

    #header {
        position: static;
        z-index: 1;
    }

    #logo{
        max-width: 430px;
    }

    #center {
        margin-left: 275px;
    }

    .header_height {
        justify-content: flex-end;
        margin-bottom: 0;
        padding-right: 23px;
    }

    .tm_ten,
    #top-menu { display: block; }
    #top-menu table td a { font-size:14px; }
    #top-menu table td a {
        padding: 10px 7px;
    }

    .vertmenu {
        display: block;
    }

    #left {
        float: left;
        width: 270px;
        padding-right: 22px;
        margin-bottom: 0px;
    }
    #middle > .wrapper > .container_block  {
        display: block;
    }
    .container_block {
        overflow: hidden;
        margin-left: 25px;
        margin-right: 25px;
    }

    .shadowBlock {
        margin-left: 25px;
        margin-right: 25px;
        border-radius: 9px;
    }

    .beShadow {
        display: block;
    }

    .bb_fdb {
        width: 39%;
        background: no-repeat left 24px url(../images/design/bb_razd.png);
    }
    .bb_menu {
        width: 22%;
        background: none;
        padding-left: 9%;
        background: no-repeat left 24px url(../images/design/bb_razd.png);
    }
    .bb_contact {
        width: 30%;
        background: none;
    }
    .bb_fdb_body {
        padding-left: 0px;
    }

    #footer {
        margin-bottom: 0px;
    }

    .bb_fdb_body {
        padding-left: 34%;
    }

    .form_left {
        margin: 40px 0;
    }

    .form_left .hd {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .formAuthor {
        padding: 20px 15px;
    }

}
@media screen and (min-width: 952px){
    #top-menu table td a { font-size:16px; }
    .flex_galery { margin-bottom: 60px; }
    .shadowBlock,
    .container_block {
        overflow: hidden;
        margin-left: 35px;
        margin-right: 35px;
    }
}
@media screen and (min-width: 1042px){
    #top-menu table td a { font-size:18px; }
}
@media screen and (min-width: 1200px){
    #top-menu table td a { font-size:20px; }
}
@media screen and (min-width: 1500px){
    #top-menu table td a { font-size:22px; }
}

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



    .feedback table,
    .feedback tbody,
    .feedback tr,
    .feedback td {
        display: block;
    }

    .feedback table {
        width: 100%;
        max-width:300px;
        margin-left: auto;
        margin-right: auto;
    }
    .feedback input[type="text"], .feedback textarea {
        width: 100%;

    }

    .for-submit,
    .feedback .for-submit input[type="submit"] {
        width: 100%;
    }

    #center {
        min-height: 50px;
        padding-top: 15px;
    }


}

