
/*

_$$$$___$$$$$$___$$$$___$$___$$__$$$$___$$______$$__$$___$$$$
$$________$$____$$______$$$_$$$_$$__$$__$$__$$__$$_$$___$$__$$
_$$$$_____$$____$$_$$$__$$_$_$$_$$__$$__$$$$$$__$$$$____$$$$$$
____$$____$$____$$__$$__$$___$$_$$__$$______$$__$$_$$___$$__$$
_$$$$___$$$$$$___$$$$___$$___$$__$$$$_______$$__$$__$$__$$__$$

Sigmo4ka sigm@ukr.net 

*/

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

html, body {
     height: 100%;
     font-size: 100%;
     font-family: 'Lato', sans-serif;
     color: #3d5563;
     width: 100%;
     max-width: 1980px;
     margin-left: auto;
     margin-right: auto;
}
 img {
     max-width: 100%;
}

 .mobill {
     display: none !important;
}
 .logo-mob {
     display: none;
}
 .logo-desct {
     display: block;
}
@font-face {
     font-family: 'Archive';
     src: url('../fonts/Archive.otf');  
     /*font-weight: 200;
     font-style: normal;*/
}
@font-face {
     font-family: 'Lato-Medium';
     src: url('../fonts/Lato-Medium.ttf');  
     /*font-weight: 200;
     font-style: normal;*/
}

/*input placeholder color*/
.map-form ::-webkit-input-placeholder {color:#666;}
.map-form ::-moz-placeholder          {color:#666;}/* Firefox 19+ */
.map-form :-moz-placeholder           {color:#666;}/* Firefox 18- */
.map-form :-ms-input-placeholder      {color:#666;}

/*grid*/

.dflex {
     display: flex;
}
.w20 {
     width: 20%;
}
.w30 {
     width: 30%;
}
.w40 {
     width: 40%;
}
.w50 {
     width: 50%;
}
.w60 {
     width: 60%;
}
.w70 {
     width: 70%;
}
.w80 {
     width: 80%;
}
.w90 {
     width: 90%;
}
/*end grid*/


#wrapper {
    min-width: 316px;
    margin: 0 auto;
}

.container {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    padding: 0;
}

header {
    position: absolute;
    width: 100%;
    top: 90px;
    left: 0;
    z-index: 4;
}

header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header .header_container {
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: flex-start;
    max-width: 1288px;
}

header.fixed .header_container {
    flex-direction: row;
}

.fixed .screen1-r3 {
    display: none;
}

.fixed .slogan {
    display: none;
}

.fixed .menu-wrap {
    -webkit-order: 2;
    -ms-order: 2;
    order: 2;
    padding-left: 0;
}

header.fixed {
    position: fixed;
    background: rgba(0, 0, 0, 0.8);
    border-bottom: 1px solid #000;
    z-index: 7;
    padding-top: 0px;
    padding-bottom: 0;
    top: 0;
}

header.fixed .documents {
    display: none;
}

header.fixed .free {
    display: none;
}

header.fixed .phone-flex {
    display: none;
}

.logo-small {
    display: none;
}

header.fixed .container {
    align-items: center;
}

header.fixed .logo-text {
    display: none;
}

header.fixed .logo img {
    width: auto;
    margin-top: 0;
}

header.fixed .logo {
    width: auto;
    margin-right: 25px;
    order: 1;
    margin-bottom: 0;
}

header .contacts a {
    display: block;
    color: #FFF;
    width: 149px;
    font-size: 19px;
    text-decoration: none;
}

header.fixed .contacts a:hover {
    opacity: 0.8;
}

h1 {
    display: none;
}

.fixed .top-nav ul {
    justify-content: flex-end;
}

.fixed .top-nav ul li {
    margin-left: 30px;
    margin-right: 30px;
}

.screen1-r2 a:hover {
    opacity: 0.8;
}

.top-nav ul {
    display: flex;
    list-style-type: none;
    justify-content: space-between;
    height: 100%;
    align-items: flex-start;
    padding: 0 36px;
    width: 100%;
}

.fixed .top-nav ul {
    margin-top: 5px;
    background: transparent;
    border: none;
    flex-direction: row;
    padding-left: 0;
}

.top-nav li {
    line-height: 184%;
    padding: 0;   
}

.fixed .top-nav li {
    width: auto;
    height: auto;
}

/*.top-nav li a {
    text-decoration: none;
}*/

.nav a {
    font-family: 'Archive', sans-serif;
    font-size: 16px;
    color: #42497a;
    text-transform: uppercase;
    width: 100%;
    display: flex;
    flex-direction: column;
    text-align: left;
}

.navigation {
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.fixed .nav a {
    font-size: 17px;
    color: rgba(255, 255, 255, 1);
}

header.fixed .container {
    background: none;
    padding-top: 0;
    height: 53px;
    overflow-y: hidden;
}

.nav a:hover {
    opacity: 0.8;
}

.fixed .top-nav li {
    line-height: 100%;
    padding: 0;
    border-right: none;
}

.fixed.sga-nav {
    height: 57px;
    overflow-y: hidden;
}

.contacts>ul {
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    list-style-type: none;
}

.logo {
    width: auto;
    position: relative;
    padding-right: 0px;
    margin-left: 19px;
    margin-bottom: 78px;
}

.fixed .logo-a {
    margin-left: 0;
    width: 235px;
    margin-top: 9px;
}

.logo-a {
    display: block;
    text-decoration: none;
    text-align: center;
}

.logo-a:hover {
    opacity: 0.9;
}


/* magnific popup*/

.mfp-iframe-holder .mfp-close {
    color: #ff7019;
}

.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
    background-color: #f2f1f0;
    opacity: 0.7;
}

.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}

.mfp-fade1.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.mfp-fade1.mfp-bg.mfp-ready {
    opacity: 0.85;
}

.mfp-fade1.mfp-bg.mfp-removing {
    opacity: 0;
}

.mfp-fade1.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.mfp-fade1.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
    max-width: 550px;
    max-width: 1000px;
}

.mfp-fade1.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}

.popup-bl {
    width: 100%;
    padding: 100px 0;
    background: #000;
}

.br-form {
    height: 150px;
    width: 100%;
    display: block;
}

.closed-c {
    width: 40px;
    height: 40px;
    cursor: pointer;
    background: url("../images/close.png") no-repeat center center;
    position: absolute;
    top: 6px;
    right: 10px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: -webkit-transform linear 0.5s;
    transition: -webkit-transform linear 0.5s;
    transition: transform linear 0.5s;
    transition: transform linear 0.5s, -webkit-transform linear 0.5s;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.closed-c:hover {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: -webkit-transform linear 0.5s;
    transition: -webkit-transform linear 0.5s;
    transition: transform linear 0.5s;
    transition: transform linear 0.5s, -webkit-transform linear 0.5s;
}

.mfp-close-btn-in .mfp-close {
    display: none;
}


/* end of magnific popup*/


/* popup styles*/

.popup-zap__block_left {
    text-align: center;
}

.popup-zap {
    max-width: 667px;
    margin: 0 auto;
    position: relative;
    background: #fff;
    padding: 32px 43px 42px;
    border-radius: 0px;
    background: url(../images/form-modal.jpg);
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    border: 6px solid #fff;
}

.titel-h2 {
    line-height: 48px;
    -ms-text-align-last: center;
    text-align-last: center;
    text-align: center;
    color: #42497a;
    margin-bottom: 0px;
    font-family: 'Archive', sans-serif;
    font-size: 45px;
}

.in-form {
    width: 100%;
    height: 43px;
    line-height: 43px;
    padding: 4px 14px;
    font-size: 14px;
    border-radius: 7px;
    margin-bottom: 7px;
    border: 3px solid #fff;
    outline: none;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    max-width: 388px;
    margin-left: auto;
    margin-right: auto;
}

.white-popup .btn {
    padding-bottom: 6px;
}

.btn-gradient {
    width: 232px;
    height: 43px;
    border: 3px solid #fff;
    border-radius: 6px;
    cursor: pointer;
    font-size: 14px;
    color: #fff;
    cursor: pointer;   
    background: url(../images/btn.jpg) 0 0 no-repeat;
    text-transform: uppercase;
    color: #000;
    font-family: 'Archive', sans-serif;
    font-size: 15px;
    letter-spacing: 0.5px;
    margin-top: 10px;
}

.btn-gradient:hover {
    -ms-background-position-y: -42px;
    background-position-y: -42px;
}

.before-btn-modal {
    font-size: 14px;
    max-width: 100%;
    position: relative;
    padding-left: 0;
    text-align: left;
    padding-right: 0;
    margin-bottom: 0;
    margin-top: 0;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    color: #333;   
    text-align: center;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    max-width: 344px;
}

.slogan {
    color: #333333;
    font-size: 18px;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    margin-right: 0;
    line-height: 22px;
    text-align: right;
    border-right: 1px solid #ccc;
    padding-right: 27px;
    letter-spacing: -0.4px;
}

.menu-wrap {
    display: flex;
    padding-left: 103px;
    margin-bottom: 61px;
}

.screen1-r2_adr {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    color: #666666;
    position: relative;
    padding-right: 24px;
    font-size: 14px;
    margin-left: 5px;
    text-align: right;
    line-height: 19px;
    letter-spacing: 0.2px;
}

.sec-1 {
    padding: 50px 0 50px;
    position: relative;
    background: url(../images/bg1.jpg) top center no-repeat;
    height: 606px;
    background-size: cover;
}

.want-call {
    width: 235px;
    height: 42px;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    color: #000;
    text-decoration: none;
    margin-bottom: 3px;
    background: #5668ac;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-size: 16px;
    padding-right: 15px;
    letter-spacing: 0;
    padding-bottom: 5px;
    padding: 0 6px;
    font-family: 'Archive', sans-serif;
    background: url(../images/btn.jpg) 0 0 no-repeat;
    text-transform: uppercase;
    padding-top: 3px;
}

.screen1-r2 a {
    font-family: 'Archive', sans-serif;
    font-weight: 300;
    font-size: 45px;
    text-decoration: none;
    color: #42497a;
}

header .screen1-r2 a {
    margin-left: 60px;
}

.want-call:hover {
    -ms-background-position-y: -42px;
    background-position-y: -42px;
}

.fixed .logo {
    display: block;
}

header .contacts {
    display: none;
}

header.fixed .contacts {
    display: block;
    margin-left: 43px;
}

.fixed .top-nav {
    position: relative;
    top: 31px;
    order: 2;
}

.fixed .top-nav li {
    background: none;
}

.fixed .screen1-r {
    order: 3;
}

header.fixed .screen1-r2 a {
    margin-left: 0;
    font-size: 23px;
    color: rgba(255, 255, 255, 0.5);
}

.screen1-r3 {
    display: flex;
    width: 100%;
    justify-content: flex-end;
    margin-top: 9px;
}


/*sec-2*/

.sec-2 {
    background: url(../images/bg2.jpg) center center no-repeat;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    padding: 50px 0 0px;
    color: #FFF;
    z-index: 2;
}

.sec-2_flex-cont {
    margin-top: 0px !important;
    justify-content: flex-end;
}

.sec-2_flex-cont p {
    margin-bottom: 30px;
    font-weight: 100;
    font-size: 24px;
    line-height: 127%;
    padding-right: 18px;
    color: #333;
    letter-spacing: 0px;
     font-family: 'Lato', sans-serif;
}

.sec-2 .w30 {
    width: 30%;
    text-align: right;
    margin-top: 74px;
}

.sec-2 .w30 img {
    margin-right: -13px;
}

.title-wrap {
    text-align: center;
}

.title {
    font-family: 'Archive', sans-serif;
    font-size: 45px;
    color: #42497a;
    text-transform: uppercase;
    margin-bottom: 29px;
    text-align: left;
}

.sec-title-left {
    font-size: 72px;
}

.flex-cont {
    display: flex;
    margin-top: 47px;
}


/*.sec-3 */

.sec-3 {
    position: relative;
    color: #FFF;
    z-index: 3;
}

.sec-3 .container {
    background: #d164a2;
    padding: 70px 0 0px;
    max-width: 1312px;
    border-radius: 3px;
    box-shadow: 0px 0px 50px 7px rgba(0, 0, 0, 0.2);
}

.sec-3 .title {
    padding-right: 56px;
    color: #FFF;
}


/*slider */

.pr_item a {
    outline: none;
    text-decoration: none;
}

.slider-right {
    background: #000;
    color: #FFF;
}

.pr_item {
    display: flex;
    height: 100%;
   /* margin-top: -7px;*/
}

.pr_item2 {
    position: absolute;
    left: 69%;
    top: 341px;
   /* z-index: 3;*/
}
.li-pr_item2 {
     z-index: 999 !important;
}
.pr_item3 {
    position: absolute;
   /* right: 0;*/
     left: 159%;
    top: 0px;
    z-index: 2;
}

.pr_item img {
    border: 6px solid #fff;
}

.pr_item1 .sl-title {
    width: 50%;
    padding-right: 10px;
    padding: 24px 17px 15px 3px;
}
.pr_item3 .sl-title {   
    padding: 24px 17px 15px 3px;
}

.pr_item3 .sl-title {
    width: 33%;
    margin-right: 0;
    margin-left: auto;
    margin-top: -5px;
    padding-right: 10px;
}

.sl-title {
    font-size: 18px;
    font-family: 'Archive', sans-serif;
    color: #333;
    text-transform: uppercase;
    padding: 24px 17px 15px 31px;
    line-height: 111%;
}

.gallery-wrap {
    padding-top: 35px;    
}

.zoom_img {
    position: relative;
    min-height: 728px;
}


/*sec-4*/

.sec-4 .title {
    width: 100%;   
    line-height: 90%;  
        margin-bottom: 0px;
}

.sec-4 .undertitle {
    width: 100%;
    padding-top: 25px;
    padding-left: 114px;
    max-width: 552px;
    margin-left: 0;
}

.about-ul_right {
    width: 100%;   
    text-align: left;
    padding-left: 24px;
    padding-right: 43px;
}

.best-ul {
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    margin-top: 0;
    width: 100%;
    margin-left: 44px;
}

.best-ul li {
    margin-bottom: 22px;
    display: flex;
    align-items: flex-start;
    text-align: center;
    width: 100%;
    position: relative;
}

.best-ul li:nth-child(4) {
    padding-top: 5px;
}

.best-ul li:nth-child(5) {
    padding-top: 7px;
}

.about-ul_img-wrap img {
    -webkit-border-radius: 25px;
    border-radius: 25px;
    margin-right: 25px;
}

.sec-4 {
    padding: 25px 0 0px;
    position: relative;
    background: url(../images/bg3.jpg) center center no-repeat;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: contain;  
}

.about-ul_titl {
    font-family: 'Archive', sans-serif;
    font-size: 18px;
    line-height: 22px;
    color: #333333;
    text-transform: uppercase;
    margin-top: 8px;
}

.about-ul_undertitl {
    font-size: 13px;
    font-family: 'Lato', sans-serif;
    /* font-style: italic;*/
    font-weight: 700;
    max-width: 405px;
    margin-top: 8px;
    color: #333;
   /* letter-spacing: -0.3px;*/
     font-family: 'Lato-Medium', sans-serif;
}


/*sec-5*/

.map-wrap {
    min-height: 720px;
    background: #CCC;
}

.sec-5 .flex-cont {
    padding-top: 50px;
    margin-top: 0;
}

.sec-5 .title {
    text-align: right;
    padding: 0 17px;
    margin-bottom: 35px;
}

.before-map {
    background: url(../images/form.jpg) 0 0 no-repeat;
    border: 6px solid #fff;
    margin-top: 6px;   
    padding: 25px 33px 34px 36px;
    background-size: cover;
}

.before-map .screen1-r2_phone {
    color: #42497a;
    font-size: 45px;
    font-family: 'Archive', sans-serif;
}

.map-flex {
    display: flex;
    justify-content: space-between;
}

.map-form form {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.map-form input {
    margin-bottom: 3px;
    height: 42px;
    padding: 13px 16px;
    outline: none;
    color: #666 !important;
    border: none;
    line-height: 39px;
    background: #fff;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-border-radius: 8px;
    border-radius: 5px;
    font-size: 14px;
    font-family: 'Lato-Medium', sans-serif;
    width: 33%;
}

.map-form textarea {
    width: 100%;
    height: 82px;
    padding: 13px 16px;
    outline: none;
    color: #666;
    margin-bottom: 9px;
    resize: none;
    background: #fff;
    border: none;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    font-size: 14px;
    font-family: 'Lato-Medium', sans-serif;
}

footer {
    background: url(../images/footer.jpg) center center no-repeat;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

footer .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 22px;
    padding-bottom: 22px;
}

.footer_menu a {
    font-size: 16px;
    font-weight: 200;
    color: #FFF;
    text-transform: uppercase;
    line-height: 31px;
    margin-left: 17px;
}

.footer_menu a:hover {
    opacity: 0.8;
}

.footer_menu ul {
    display: flex;
    list-style-type: none;
    margin-right: 0;
    margin-left: 0;
    padding-left: 0;
}

.footer_menu ul a {
    font-size: 16px;
    color: #fff;
    margin-left: 10px;
    margin-right: 12px;
    text-transform: uppercase;
    width: 100%;
    font-family: 'Archive', sans-serif;
    text-decoration: underline;
}

.foot-data {
    padding-left: 0;
    width: auto;
}

.btn {
    width: 236px;
    height: 31px;
    color: #fff;
    border: 3px solid #fff;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    font-family: 'Archive', sans-serif;
    font-size: 16px;
    padding: 3px 10px;
    cursor: pointer;
    outline: none;
    background: url(../images/btn.jpg) 0 0 no-repeat;
}

.contacts_right_bottom_btn-wrap .btn {
    padding-bottom: 0px;
    width: 234px;
    margin-top: 0px;
    height: 43px;
    color: #000;
    line-height: 32px;
}

.btn:hover {   
    -ms-background-position-y: -42px;
    background-position-y: -42px;
}

.agree {
    font-size: 14px;
    color: #333;
   /* font-family: 'Lato', sans-serif;*/
   /* font-weight: 700;*/
    margin-bottom: 10px;   
    text-align: left;
    padding-left: 29px;
    position: relative;
    margin-top: 6px;   
     font-family: 'Lato-Medium', sans-serif;
}

.contacts_right_bottom_btn-wrap {
    display: flex;
    justify-content: flex-start;
}

.footer_logo {
    font-size: 0;
}

.popup-lick p {
    color: #000;
    text-align: center;
}

.popup-zap h2 {
    font-size: 21px;
    margin-bottom: 10px;
    text-align: center;
    color: #42497a;
    margin-bottom: 0px;
    font-family: 'Archive', sans-serif;
    font-size: 45px;
}

.before-map .screen1-r2_adr {
    font-size: 16px;
    color: #333;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    margin-top: 12px;
    text-align: left;
    position: relative;
    letter-spacing: 0.3px;
    margin-left: 0;
    line-height: 22px;
}

.before-map .screen1-r2_adr:before {
    content: "";
    background: url(../images/before-adr.png) 0 0;
}

.screen1-r2_mail {
    text-align: right;
    line-height: 57px;
}

.screen1-r2_mail a {
    color: #42497a;
    font-size: 13px !important;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    text-decoration: underline;   
    margin-right: 0px;
    letter-spacing: 0.5px;
}

footer .screen1-r2_mail {
    margin-top: -10px;
}

.btn-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

form .btn-wrap {
    justify-content: center;
}

.foot-data p {
    font-size: 14px;
    color: #aeb4dc;
    font-family: 'Lato-Medium', sans-serif;  
}

.form-undertit {
    font-size: 18px;
    font-family: 'Archive', sans-serif;   
    color: #333;
    text-align: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 38px;
}

.foot-info {
    font-size: 14px;
    color: #aeb4dc;
    font-family: 'Lato-Medium', sans-serif;
}

.before-map .screen1-r2_adr {
    position: relative;
    font-family: 'Archive', sans-serif;
    font-size: 24px;
    padding-right: 0;
    line-height: 23px;
    margin-bottom: -6px;
}

.before-map .screen1-r2_adr span {
    font-size: 18px;
    font-family: 'Archive', sans-serif;
    letter-spacing: 0.1px;
}

.at420 {
    display: none;
}

.sec-5 {
    position: relative;
}

.form-inputs {
    display: flex;
    margin-top: 28px;
    justify-content: space-between;
}

.mapp {
    background: #CCC;
    min-height: 661px;   
    position: relative;
}

.sec-5:before {
    content: "";
    width: 100%;
    height: 228px;
    background: url(../images/bg-cont.png) center center no-repeat;
    z-index: 1;
    position: absolute;
    top: -3px;
    left: 0;
}

.absolute-cont {
    position: absolute;
    top: 118px;
   /* right: 0;
    left: 0;
    z-index: 2;
    width: 100%;*/
    right: 0;
    left: 25%;
    z-index: 2;
    width: 668px;
}

.container_before-map .w60 {
    margin-right: 0;
    margin-left: auto;
    width: 668px;
}

.pr_item2 img {
    max-width: 672px;
}

.pr_item.pr_item1 img {
    max-width: 550px;
}

.pr_item.pr_item3 img {
    max-width: 550px;
}

.slick-slide {
    position: relative;
}


/*begin media*/
@media all and (max-width: 1300px) {
      header.fixed .screen1-r2 a {
        margin-right: 15px;
    }
}
@media all and (max-width: 1280px) {
    .best-ul li:nth-child(3) img {
        right: auto;
        left: 65%;
    }
}

@media all and (max-width: 1280px) {}

@media all and (max-width: 1260px) {
   
    .sec-2_flex-cont {
        justify-content: space-between;
        flex-direction: column;
        padding: 0 20px;
    }
    .best-ul {
        margin-left: 0;
    }
    .sec-2_flex-cont p {
        font-size: 20px;
    }   
    .sec-3 .title {
        margin-bottom: 85px;
    }
    .sec-3 .title {
        padding-right: 0;
    }
    .top-nav ul {
        padding: 0 17px;
    }    
    .container_before-map .w40 {
        width: 476px;
    }
    .best-ul {
        padding-left: 19%;
        margin-top: 30px;
    }
    .about-ul_undertitl {
        max-width: 534px;
    }
    .sec-2_flex-cont .w50 {
        width: 100%;
    }
    .about-ul_undertitl {
        font-size: 16px;
        font-weight: 400;
    }
    .sec-4 .container {
        padding: 0 20px;
    }
    .pr_item {
        margin-top: 0;
    }
    /*1260*/
}

@media all and (max-width: 1200px) {
     .absolute-cont {
      left: 0;
      width: 100%;
    }
    /* .pr_item1 .sl-title {
       padding-left: 25px;
}
*/
    .sec-2_flex-cont p {
        padding-right: 0;
        text-align: justify;
    }
    .footer_menu ul a {
        font-size: 15px;
    }
    footer .screen1-r2_mail {
        margin-top: -5px;
    }
    .sec-2 {
        padding: 0px 0 0px;
    }
    .sec-5 {
        margin-top: 500px;
    }
    .absolute-cont {
        top: -471px;
    }
    .container_before-map .w60 {
        margin-right: auto;
    }
    .sec-5 .title {
        text-align: center;
    }
    .footer_menu {
        display: none;
    }
    footer .container {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media all and (max-width: 1150px) {
    .foot-data p {
        padding-left: 0;
    }
    .pr_item img {
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .pr_item.pr_item1 img {
        max-width: 460px;
    }
    .pr_item.pr_item3 img {
        max-width: 460px;
    }
    .pr_item2 img {
        max-width: 526px;
    }
    .pr_item3 .sl-title {
        width: 58%;
    }
    .zoom_img {
        min-height: 650px;
    }
}

@media all and (max-width: 1100px) {}

@media all and (max-width: 1080px) {}

@media all and (max-width: 1050px) {
    /*1050*/
}

@media all and (max-width: 1000px) {
     .pr_item {
     display: flex;
    align-items: center;
    justify-content: center;
}

    .title {
        font-size: 42px;
        text-align: center;
    }
    header .screen1-r2 a {
        margin-left: 0;
    }
    .screen1-r3 {
        margin-top: 13px;
    }
    .sec-1 {
        height: 480px;
    }
    .pr_item a {
        margin-left: auto;
        margin-right: auto;
    }
    .zoom_img {
        min-height: auto;
    }
    .pr_item3 {
        /*position: relative;*/
        position: initial;
        top: 0;
    }
    .pr_item2 {
        position: relative;
    }
    .pr_item.pr_item1 img {
        max-width: 550px;
    }
    .pr_item.pr_item2 img {
        max-width: 550px;
    }
    .pr_item.pr_item3 img {
        max-width: 550px;
    }
    .pr_item2 {      
        left: 0;
        right: 0;
        top: 0;
    }
    .slick-cloned {
  opacity: 0;
}

    .slick-prev,
    .slick-next {
        bottom: 45%;
    }
    .pr_item3 .sl-title {
        width: 100%;
    }
    .pr_item1 .sl-title {
        width: 100%;
    }
    .sec-4 .title {
        text-align: center;
        margin-top: 50px;
    }
    .mapp:after {
        display: none;
    }
    .container_before-map {
        padding: 0 36px 0 36px;
    }
    .want-call {
        height: 42px;
        margin-top: 5px;
    }
    .want-call {
        margin-left: 0;
    }
    .btn {
        font-size: 15px;
        padding: 3px 20px;
        max-width: 240px;
        margin-left: auto;
        margin-right: auto;
    }
    .sga-nav {
        height: 15px;
        bottom: -15px;
    }
    .top-nav {
        width: 100%;
        height: auto;
        z-index: 0;
    }
    .before-map .screen1-r2 a {
        font-size: 51px;
    }
    .sec-2 .w30 img {
        margin-right: 0;
        width: 214px;
    }
    /*begin menu 1 button*/
    #top-menu li {
        display: none;
        text-align: center;
        width: 100%;
        background: #000;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    #top-menu li:nth-child(1) {
        padding-top: 71px;
    }
    #top-menu li:last-child {
        padding-bottom: 68px;
    }
    .toggleMenu {
        border: none;
        border-radius: 0;
        height: 40px;
        width: 49px;
        z-index: 10000;
        padding: 6px 6px 9px;
        border-radius: 0px;
        position: relative;
        box-sizing: border-box;
        display: block;
        position: absolute;
        left: calc((100% - 46px) / 2);
        top: 22px;
        background: #5668ac;
    }
    .fixed .toggleMenu {
        top: -75px;
    }
    .sandwich {
        height: 24px;
        left: 9px;
        margin: auto;
        position: absolute;
        top: 9px;
        width: 28px;
        z-index: 200;
    }
    .sandwich.active .sw-topper {
        top: 9px;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .sw-topper {
        position: relative;
        top: 0;
        width: 28px;
        height: 3px;
        background: #fff;
        border: none;
        border-radius: 4px 4px 4px 4px;
        -webkit-transition: -webkit-transform 0.5s, top 0.2s;
        transition: transform 0.5s, top 0.2s;
        display: block;
    }
    .fixed .sw-topper {
        height: 3px;
    }
    .sandwich.active .sw-bottom {
        top: 6px;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .sw-bottom {
        position: relative;
        width: 28px;
        height: 3px;
        top: 5.6px;
        background: #fff;
        border: none;
        border-radius: 4px 4px 4px 4px;
        -webkit-transition: -webkit-transform 0.5s, top 0.2s;
        transition: transform 0.5s, top 0.2s;
        -webkit-transition-delay: 0.2s, 0s;
        transition-delay: 0.2s, 0s;
    }
    .sandwich.active .sw-footer {
        opacity: 0;
        top: 0;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    .sw-footer {
        position: relative;
        width: 28px;
        height: 3px;
        top: 12.5px;
        background: #fff;
        border: none;
        border-radius: 4px 4px 4px 4px;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
        -webkit-transition-delay: 0.1s;
        transition-delay: 0.1s;
    }
    .toggleMenu span {
        display: block;
    }
    .navigation {
        display: block;
        height: auto;
        top: 0px;
        right: 0;
        margin: 0;
        margin-top: 0;
        line-height: 25px;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .navigation li a {
        width: 100%;
        color: #fff;
        font-size: 24px;
        line-height: 240%;
    }
    .nav a {
        font-size: 16px;
    }
    .navigation li a {
        font-size: 23px;
        text-align: center;
    }
    .fixed .nav a {
        font-size: 23px;
    }
    .top-nav li a span {
        display: none;
    }
    .top-nav li {
        line-height: 100% !important;
        padding: 4px 0;
    }
    nav {
        background: transparent;
    }
    .top-nav ul {
        height: auto;
        padding: 0;
    }
    nav {
        background: transparent;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
    }
    .top-nav ul {
        margin-left: 0;
        margin-top: 113px;
    }
    /* * Spin */
    .hamburger {
        display: inline-block;
        cursor: pointer;
        transition-property: opacity, filter;
        transition-duration: 0.15s;
        transition-timing-function: linear;
        font: inherit;
        color: inherit;
        text-transform: none;
        background-color: transparent;
        border: 0;
        margin: 0;
        overflow: visible;
    }
    .hamburger:hover {
        opacity: 0.7;
    }
    .hamburger-box {
        width: 40px;
        height: 24px;
        display: inline-block;
        position: relative;
    }
    .hamburger-inner {
        display: block;
        top: 50%;
        margin-top: -2px;
    }
    .hamburger-inner,
    .hamburger-inner::before,
    .hamburger-inner::after {
        width: 30px;
        height: 1px;
        background-color: #fff;
        border-radius: 4px;
        position: absolute;
        transition-property: transform;
        transition-duration: 0.15s;
        transition-timing-function: ease;
    }
    .hamburger-inner::before,
    .hamburger-inner::after {
        content: "";
        display: block;
    }
    .hamburger-inner::before {
        top: -10px;
    }
    .hamburger-inner::after {
        bottom: -10px;
    }
    .hamburger-inner {
        width: 20px;
    }
    .is-active .hamburger-inner {
        width: 30px;
    }
    .hamburger--spin .hamburger-inner {
        transition-duration: 0.22s;
        transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    .hamburger--spin .hamburger-inner::before {
        transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
    }
    .hamburger--spin .hamburger-inner::after {
        transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    .hamburger--spin.is-active .hamburger-inner {
        transform: rotate(225deg);
        transition-delay: 0.12s;
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    .hamburger--spin.is-active .hamburger-inner::before {
        top: 0;
        opacity: 0;
        transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
    }
    .hamburger--spin.is-active .hamburger-inner::after {
        bottom: 0;
        transform: rotate(-90deg);
        transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    /*end of spin menu*/
    /*end menu*/
    .fixed .top-nav ul {
        margin-top: 0;
        width: 100%;
        position: fixed;
        flex-direction: column;
    }
    .logo-a {
        margin-left: 8px;
    }
    .slider-bg {
        min-height: 550px;
    }
    .about-ul_titl {
        font-size: 23px;
    }
    .map-form:before {
        top: 43%;
    }
    .fixed .toggleMenu {
        right: 15px;
    }
    .toggleMenu {
        top: 24px;
        right: 27px;
        left: auto;
    }
    .sga-nav {
        top: 0px;
    }
    .top-nav ul {
        border: none;
    }
    nav {
        background: transparent;
        position: fixed;
    }
    .sga-nav .container {
        width: 100%;
        align-items: center;
    }
    header.fixed .logo {
        margin-left: 15px;
        margin-top: 0;
    }
    header.fixed .contacts a {
        margin-right: 15px;
    }
    .sec-1 .screen1-r2 {
        margin-top: 17px;
    }    
    .footer_menu ul a {
        font-size: 16px;
        margin-left: 20px;
        margin-right: 20px;
    }  
    .contacts_right_bottom_btn-wrap {
        flex-direction: column;
    }
    .map-flex {
        flex-direction: column;
    }
    .agree {
        max-width: 100%;
        margin-top: 11px;
        padding-left: 0;
        text-align: center;
    }
    .agree:before {
        top: -5px;
    }
    .contacts_right_bottom_btn-wrap .btn {
        width: 100%;
    }
    .container.sec-1_flex {
        margin-top: 39px;
    }
    .sec-5 .title-wrap {
        text-align: center;
    }    
    .container_before-map {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .container_before-map .w40 {
        width: 100%;
    }
    .right-text {
        display: none;
    }
    .top-nav {       
        top: 0;
        right: 0;
    }
    .logo {
        width: auto;
        margin-right: 25px;      
    }
    .logo {
        width: auto;
        margin-right: auto;
        margin-left: auto;
        margin-top: 42px;
        margin-bottom: 23px;
    }   
    .top-nav li {
        height: auto;
    }   
    .no-agree {
        display: none;
    }
    .no-adr2 {
        display: none;
    }
    .sec-1 .screen1-r2_adr {
        margin-top: 5px;
    }
    .mapp {
        max-width: 100%;
        margin-left: 0;
    }
    .slogan {       
        width: 100%;
        text-align: center;
        padding-right: 0;
    }
    .slogan br {
        display: none;
    }
    header.fixed .screen1-r2 a {
        display: none;
    }
    .menu-wrap {
        width: 100%;
        padding-left: 0;
        margin-bottom: 0px;
        margin-top: 50px;
    }
    .sec-1 {
        background: url(../images/bg1-mob.jpg) top center no-repeat;
        background-size: cover;      
    }
    .best-ul {
        padding-left: 15%;
    }
    .form-inputs {
        margin-top: 0;
    }
    .screen1-r2_mail {
        line-height: 29px;
        margin-bottom: 19px;
    }
    .screen1-r2_mail a {
        font-size: 16px !important;
    }
    /*1000*/
}

@media all and (max-width: 950px) {
    /* tablet*/
    footer .screen1-r2 {
        width: 30%;
    }
    .footer_menu a {
        margin-left: 0;
    }
    .titel-h2 {
        font-size: 34px;
        line-height: 120%;
    }
    /*950*/
}

@media all and (max-width: 900px) {
    .map-form form {
        flex-direction: column;
    }
    .map-form input {
        max-width: 100%;
        margin-left: 0;      
    }
    .footer_menu {
        width: 100%;
        display: none;
    }
    .foot-data {       
        width: auto;       
    }
    .best-ul {
        padding-left: 10%;
    }
    /*900*/
}

@media all and (max-width: 870px) {
    footer .screen1-r2 {
        width: 100%;
        text-align: center;
    }
    .about-ul_titl {
        font-size: 20px;
    }
    .sec-2_flex-cont .w60 {
        width: 100%;
        padding: 64px 0;
    }
    .sec-2_flex-cont .w40 {
        width: 100%;
    }
    .sec-2_flex-cont {
        flex-direction: column;
        background: rgba(255, 255, 255, 0.8);
    }
    .sec-2_flex-cont .w40 img {
        display: none;
    }
    .sec-2 .container {
        background: url(../images/sec-2-left.jpg) 0 0 no-repeat;
        -webkit-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    .sec-2_flex-cont p {
        font-size: 18px;
    }
    .slick-prev {
        left: 27px;
    }
    /*870*/
}

@media all and (max-width: 850px) {
    .fixed .left-text {
        width: 100%;
    }
    .slick-prev {
        left: 2.8%;
    }
    .slick-next {
        right: 1.8%;
    }
    footer .container {
        flex-direction: column;
    }
    .foot-data {
        order: 2;
        margin-top: 10px;
    }
}

@media all and (max-width: 800px) {
    .sec-1 .screen1-r {
        margin-right: 31px;
    }
    .best-ul {
        padding-left: 8%;
    }
}

@media all and (max-width: 767px) {
     .before-map {
       padding: 25px 33px 34px 33px;
    }
    .form-inputs {
        flex-direction: column;
    }
    .map-form input {
        width: 100%;
    }
    .sec-5 {
        margin-top: 670px;
    }
    .absolute-cont {
        top: -618px;
    }
    .container_before-map .w60 {
        width: 100%;
    }
    .sl-title {
        padding: 24px 17px 41px 26px;
    }
    header .container {
        align-items: center;
    }
    footer .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    .screen1-r2_mail a {
        margin-right: 0;
    }
    .title {
        text-align: center;
    }   
    .sec-1 .screen1-r2_adr {       
        display: none;
    }
    .screen1-r3 {       
        justify-content: center;
    }
    .sec-1 .screen1-r {
        margin-right: 0;
    }   
    .agree {
        margin-top: 3px;
        margin-bottom: 14px;
    }
    .logo-big {
        margin-left: -8px;
    }
    html,
    body {
        width: 100%;
    }
    .sec-2_flex-cont .w40 {
        width: 100%;
        display: none;
    }
    .sec-2_flex-cont h2 {
        top: 0;
        position: relative;
    }
    .sec-2_flex-cont .w60 {
        width: 100%;
        padding-left: 0;
    }
    .sec-2_flex-cont img {
        margin-top: -6px;
        margin-right: 0;
    }
    h2 {
        text-align: center;
    }
    .sec-2_flex-cont {
        flex-direction: column;
    }
    .sec-2 .w30 {
        width: 100%;
        text-align: center;
        margin-top: 22px;
    }
    .sec-2 .w70 {
        width: 100%;
    }
    .sec-2_flex-cont p {
        padding-right: 0;
        text-align: justify;
        padding: 0 5px;
    }
    h2 {
        color: #000;
        font-weight: bold;
    }
    .logo-text {
        margin-left: 4px;
    }
    .slick-prev,
    .slick-next {
        top: 50%;
    }
    .gallery-wrap {
        padding-top: 25px;
    }
    .sec-5 .container {
        padding: 26px 0 40px 0;
    }
    .slick-dots li button {
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background: #ccc;
    }
    .slick-active button {
        background: #e09947 !important;
    }
    .sec-4 .title {
       margin-top: 0;
     }

    /*767*/
}

@media all and (max-width: 730px) {
    .sl-title {
        margin-top: -1.5%;
    }
    .pr_item {
        display: flex;
        height: 100%;
        flex-direction: column;
    }
    .before-map .screen1-r2_adr span {
        font-size: 16px;
        line-height: 100%;
    }
}

@media all and (max-width: 700px) {
    h2 {
        text-align: center;
    }
    h2 span {
        font-size: 32px;
    }
    h2 {
        font-size: 17px;
    }
}

@media all and (max-width: 670px) {
    .agree {
        margin-top: 16px;
        margin-bottom: 14px;
        max-width: 320px;
        margin-left: auto;
        margin-right: auto;
    }
    .map-form textarea {
        margin-bottom: 21px;
    }
}

@media all and (max-width: 650px) {
    .best-ul {
        padding-left: 0;
    }
    .about-ul_titl {
        line-height: 120%;
    }
    footer .container {
        flex-direction: column;
    }
    footer .screen1-r2_mail {
        margin-top: 13px;
    }
    .foot-logo {
        margin-bottom: 13px;
    }
    .best-ul li {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .best-ul li:nth-child(3) {}
    .best-ul li:nth-child(3) img {
        position: inherit;
    }
    .best-ul li:nth-child(3) .about-ul_right {
        order: 2;
    }
    .best-ul li:nth-child(4) img {
        position: inherit;
    }
    .best-ul li:nth-child(4) .about-ul_right {
        margin-top: 0;
    }
    .best-ul li:nth-child(2) img {
        position: inherit;
    }
    .best-ul li:nth-child(2) .about-ul_right {
        order: 2;
        margin-top: 0;
    }
    .best-ul li:nth-child(5) .about-ul_right {
        margin-top: 0;
        margin-left: 0;
    }
    .best-ul li:last-child {
        margin-bottom: 82px;
    }
    .best-ul li {
        width: 100%;
        max-width: 568px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        padding-left: 0;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        margin-bottom: 60px;
    }
    .about-ul_titl {
        text-align: center;
        margin-bottom: 14px;
    }
    .about-ul_img-wrap {
        margin-left: 0;
        margin-right: 0;
    }
    .about-ul_undertitl {
        text-align: center;
    }
    .container_before-map {
        padding: 0 15px;
    }
    .best-ul {
        padding-left: 0;
    }
    .about-ul_right {
        padding-right: 20px;
        padding-left: 20px;
    }
    /*  650*/
}

@media all and (max-width: 610px) {
    .pr_item.pr_item1 img,
    .pr_item.pr_item2 img,
    .pr_item.pr_item3 img {
        max-width: 100%;
    }
    .before-map .screen1-r2_adr {
        width: 371px;
    }
}

@media all and (max-width: 600px) {
    .logo {
        width: 294px;
        margin-right: auto;
        margin-left: auto;
        margin-top: 99px;
    }   
    .title {
        font-size: 35px;
        line-height: 40px;
    }
    .best-ul li {
        width: 100%;
        max-width: 568px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        padding-left: 0;
        background-position-x: center;
    }
    .sl-title {
        text-align: center;
    }
    .sl-undertitle {
        max-width: 100%;
        margin-bottom: 95px;
    }
    .sl-undertitle {
        max-width: 100%;
        margin-bottom: 95px;
        text-align: center;
        margin-left: 0;
        padding: 0 20px;
    }
    .best-ul li:last-child {
        margin-top: 0;
    }
    .sec-3 {
        padding-top: 0;
    }
    .undertitle {
        margin-top: 0;
    }
    .undertitle {
        padding-right: 0;
        text-align: center;
        width: 80% !important;
        margin-left: auto !important;
        margin-right: auto !important;
        font-size: 16px;
    }
    .sec-4 .title {
        width: 100%;
        text-align: center;
    }
    .sec-4 .undertitle {
        width: 100%;
    }
    .title {
        width: 100%;
        padding-left: 0;
        padding-left: 15px !important;
        padding-right: 15px !important;
        line-height: 120% !important;
    }
    .before-map .screen1-r2 a {
        font-size: 39px;
    }
    .before-map .screen1-r2_phone:before {
        top: -3px;
    }
    .before-map .screen1-r2_adr {
        margin-top: 17px;
    }
    .before-map .screen1-r2 {
        padding: 12px 0px 0 57px;
    }
    .before-map .screen1-r2 {
        padding: 14px 0px 0 0px;
        text-align: left;
    }
    .before-map .screen1-r2_adr {
        margin-left: 0px;
        margin-bottom: 5px;
    }
    .top-nav ul {
        margin-top: 0px;
    }
    /*600*/
}

@media all and (max-width: 570px) {
    .phone li:nth-child(1) a {
        font-size: 20px;
    }
    .fixed .phone li:nth-child(1) a {
        font-size: 19px;
    }
    .popup-zap {
        padding: 55px 25px 42px;
    }
    #popup1 textarea.in-form {
        height: 120px;
    }
    .sec-1 .screen1-r {
        flex-direction: column;
    }
    .want-call {
        margin-left: 0;
        padding: 0 15px;
    }
    /*570*/
}

@media all and (max-width: 550px) {
    .sec-1 .screen1-r {
        margin-right: auto;
        margin-left: auto;
    }
    .sec-1_flex {
        background-position-x: 42%;
        background: url(../images/bg1.jpg) 42% 0 no-repeat, rgba(0, 0, 0, 0.2);
        background-blend-mode: overlay;
        -webkit-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    .sec-1 .screen1-r {
        margin-right: auto;
        margin-left: auto;
        padding-right: 3px;
    }
}

@media all and (max-width: 530px) {
    .btn {
        width: 100%;
    }
    .toggleMenu {
        z-index: 26;
    }
    .fixed.sga-nav {
        z-index: 28;
    }
    .no500 {
        display: none;
    }
    .btn-wrap {
        flex-direction: column;
    }
    .before-btn-modal {
        margin-bottom: 21px;
        margin-top: 7px;
    }
    .before-btn-modal br {
        display: none;
    }
}

@media all and (max-width: 500px) {
    .about-ul_right {
        width: 90%;
    }
    .sec-2 {
         padding-top: 50px;
    }
    .logo {
       margin-top: 129px;
     }
     .menu-wrap {
           margin-top: 1px;
     }
     .sec-1 {
         background: url(../images/back.jpg) top center no-repeat;
         background-size: cover;
     }



}

@media all and (max-width: 480px) {
    .before-map {
        left: 0;
        right: 0;
        width: 100%;
    }
    .foot-logo {
        margin-top: 2px;
    }
    .foot-data {
        padding-right: 10px;
        padding-left: 10px;
        text-align: center;
        line-height: 122%;
    }
}

@media all and (max-width: 460px) {
    .undertitle {
        width: 90% !important;
        font-size: 16px;
    }
    .fixed .left-text {
        display: none;
    }
    .before-map {
        padding: 25px 23px 34px 23px;
    }
    .before-map .screen1-r2_adr {
        margin-top: 0;
    }
    .before-map .screen1-r2_adr span {
    font-size: 15px;
    }
}

@media all and (max-width: 430px) {
    .foot-info {
        text-align: center;       
    }
    .foot-data {
        order: 2;
        margin-top: 18px;
    }
    footer .container {
        width: 100%;
    }
    .screen1-r2 a {
        font-size: 39px;
        letter-spacing: -1px;
    }   
    .at420 {
        display: block;
    }
    .before-map .screen1-r2_adr {
        margin-left: 3px;
        max-width: 100%;
    }
    .sec-1 .screen1-r2_adr {
        display: none;
    }
    .before-map .screen1-r2_adr {
        width: 100%;
        line-height: 100%;
    }
    .about-ul_right {
        padding-right: 0;
        padding-left: 0;
    }
     .before-map .screen1-r2_adr span {
    font-size: 16px;
    }
}

@media all and (max-width: 400px) {
    
    header .header_container {
        padding: 10px 4px 4px;
    }    
    .left-text {
        display: none;
    }
    .toggleMenu {
        top: 14px;
        right: 20px;
    }
    .sga-nav {
        height: 66px;
    }
    /*.top-nav ul {
        margin-top: 65px;
    }*/
    .container.sec-1_flex {
        margin-top: 16px;
    }    
    .titel-h2 {
        font-size: 34px;
        line-height: 104%;
        margin-bottom: 26px;
    }
    .before-map .screen1-r2 a {
        font-size: 34px;
    }
    .screen1-r2_mail {
        text-align: left;
    }
}

@media all and (max-width: 380px) {
    .about-ul_right {
        width: 100%;
    }
    .agree {
        max-width: 261px;
    }
    .agree:before {
        top: 0px;
    }
    .title {
        font-size: 28px;
    }
    .about-ul_titl {
        font-size: 17px;
    }
}

@media all and (max-width: 360px) {
    .logo-big {
        max-width: 70px;
    }
    .agree {
        font-size: 12px;
    }    
    .before-map .screen1-r2_adr {
        width: 100%;
    }
    .before-map .screen1-r2 {
        max-width: 320px;
        padding-top: 0;
    }   
    .before-map .screen1-r2 a {
        font-size: 29px;
    }
    .container_before-map .w60 img {
        padding-right: 2px;
    }
    .fixed .logo-a {
        width: 199px;
    }
    .form-undertit {
        width: 100%;
    }
}

@media all and (max-width: 350px) {
    .in-form {
        width: 232px;
    }
}

@media all and (max-width: 330px) {
    .screen1-r2 a {
        font-size: 35px;
    }
    .sec-1 .screen1-r {
        padding-right: 1px;
    }
    .before-map .screen1-r2 a {
        font-size: 28px;
    }
    .before-map {
        border: none;
    }
    .container_before-map {
        padding: 0 6px;
    }
}