
/*

_$$$$___$$$$$$___$$$$___$$___$$__$$$$___$$______$$__$$___$$$$
$$________$$____$$______$$$_$$$_$$__$$__$$__$$__$$_$$___$$__$$
_$$$$_____$$____$$_$$$__$$_$_$$_$$__$$__$$$$$$__$$$$____$$$$$$
____$$____$$____$$__$$__$$___$$_$$__$$______$$__$$_$$___$$__$$
_$$$$___$$$$$$___$$$$___$$___$$__$$$$_______$$__$$__$$__$$__$$

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: 'PT Sans', 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;
}


/*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: 1270px;
    margin: 0 auto;
    padding: 0;
}

header {
    position: absolute;
    width: 100%;
    top: 0px;
    left: 0;
    z-index: 4;
    background: #262626;
}

header:after {
    content: "";
    background: url(../images/header.png) 0 0;
    width: 49px;
    height: 25px;
    position: absolute;
    left: calc((100% - 49px)/2);
    bottom: -24px;
    z-index: -1;
}

header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

header .container.header_container {
    width: 100% !important;
    max-width: 100% !important;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
}

header.fixed .container.header_container {
    max-width: 1270px !important;
}

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 img {
    width: auto;
    margin-top: 8px;
}

header.fixed .logo {
    width: 54%;
    order: 1;
}

header .contacts a {
    display: block;
    color: #FFF;
    width: 149px;
    font-size: 19px;
    text-decoration: none;
}

header.fixed .contacts a:hover {
    opacity: 0.8;
}

h1 {
    text-transform: uppercase;
    font-size: 19px;
    color: #546EB0;
    font-family: 'Gotham Pro';
    font-weight: normal;
    font-style: normal;
    letter-spacing: 5.5px;
    margin-bottom: 46px;
    padding-left: 3px;
}

.fixed .top-nav ul {
    justify-content: flex-end;
}

.fixed .top-nav ul li {
    margin-left: 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: stretch;
    align-items: center;
    width: 100%;
    padding-right: 157px;
    padding-bottom: 4px;
}

.fixed .top-nav ul {
    background: transparent;
    border: none;
    padding-right: 0;
}

.top-nav li {
    padding: 0;
}

.fixed .top-nav li {
    width: auto;
    height: auto;
}

/*.top-nav li a {
    text-decoration: none;
}*/

.fixed .top-nav li a span {
    display: none;
}

.nav a {
    font-family: 'Gotham Pro';
    font-weight: normal;
    font-style: normal;
    color: #fff;
    font-size: 13px;
  /*  text-decoration: none;*/
    display: flex;
    flex-direction: column;
    text-align: left;
    margin-right: 12px;
}

header.fixed .container {
    overflow-y: hidden;
}

.nav a:hover {
    opacity: 0.8;
    text-decoration: none;
}

.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;
}

.fixed .logo {
    display: block;
}

.logo {
    display: none;
    width: 50%;
    position: relative;
    padding-right: 0px;
}

.logo-header {
    width: 62px;
}

.fixed .logo-a {
    margin-left: 0;
    width: 89px;
}

.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 {
    max-width: 672px;
    margin: 0 auto;
    position: relative;
    background: #fff;
    border-radius: 0px;
}

.titel-h2 {
    line-height: 48px;
    -ms-text-align-last: center;
    text-align-last: center;
    text-align: center;
    color: #fff;
    margin-bottom: 26px;
    font-size: 36px;
    background: #69A0D9;
    text-transform: uppercase;
    font-family: 'Gotham Pro';
    font-weight: 300;
    font-style: normal;
    letter-spacing: 6.5px;
    padding-right: 32px;
    padding-top: 5px;
    padding-bottom: 4px;
}

.popup-zap__block_left,
.popup-zap__block_right {
    padding-left: 47px;
    padding-right: 47px;
}

.in-form {
    width: 100%;
    height: 42px;
    line-height: 42px;
    padding: 4px 13px;
    font-size: 14px;
    border-radius: 3px;
    margin-bottom: 9px;
    border: 1px solid #c4c4c4;
    outline: none;
    font-family: 'Gotham Pro';
    font-weight: 500;
    font-style: normal;
    color: #666;
}

.white-popup .btn {
    padding-bottom: 0px;
    width: 48%;
}

textarea.in-form {
    height: 112px;
    resize: none;
    padding: 10px 13px;
    line-height: 120%;
}

.btn-gradient {
    background: #000;
    width: 152px;
    height: 50px;
    border: 1px solid #000;
    border-radius: 2px;
    cursor: pointer;
    font-size: 15px;
    color: #fff;
    cursor: pointer;
    font-family: 'UniSansHeavy', sans-serif;
}

.btn-gradient:hover {
    background: #6daae1;
}

.before-btn-modal {
    font-size: 12px;
    max-width: 100%;
    position: relative;
    padding-left: 0;
    text-align: left;
    padding-right: 10px;
    margin-bottom: 0;
    margin-top: 0;
    font-family: 'Gotham Pro';
    font-weight: 300;
    font-style: normal;
    color: #333;
}

.right-text {
    font-family: 'Gotham Pro';
    font-weight: normal;
    font-style: normal;
    color: #fff;
    font-size: 13px;
    width: 50%;
    text-align: left;
    background: #333;
    padding-left: 142px;
    height: 100%;
    align-items: center;
    display: flex;
    position: relative;
    padding-bottom: 4px;
    letter-spacing: -0.1px;
}

.right-text:before {
    content: "";
    background: url(../images/text-right.png) 0 0;
    width: 12px;
    height: 20px;
    position: absolute;
    left: 122px;
    top: 15px;
}

.fixed .right-text {
    display: none;
}

.sec-1 {
    padding: 0px 0 0px;
    position: relative;
    margin-top: 50px;
    background: url(../images/bg1.jpg) top center no-repeat;
    height: 534px;
    background-size: cover;
}

.sec-1:after {
    content: "";
    background: url(../images/sec-1-after.png) 0 0;
    width: 101px;
    height: 41px;
    position: absolute;
    left: calc((100% - 101px)/2);
    bottom: -41px;
    z-index: 3;
}

.want-call {
    width: 280px;
    height: 46px;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    color: #fff;
    text-decoration: none;
    margin-bottom: 3px;
    background: linear-gradient(to right, #546eb0, #6daae1);
    padding-right: 15px;
    letter-spacing: 0;
    padding-bottom: 5px;
    padding: 0 6px;
    font-family: 'Gotham Pro';
    font-weight: bold;
    font-style: normal;
    font-size: 14px;
    text-transform: uppercase;
}

.sec-1 .screen1-r2_adr {
    font-family: 'Gotham Pro';
    font-weight: normal;
    font-style: normal;
    color: #5668AC;
    position: relative;
    padding-right: 21px;
    font-size: 14px;
    margin-left: 5px;
    text-align: left;
    line-height: 19px;
    letter-spacing: -0.2px;
    text-transform: uppercase;
    margin-top: 7px;
}

.logo-sec-1 {
    width: 224px;
    margin-top: 70px;
    margin-bottom: 71px;
}

.screen1-r2 a {
    font-family: 'Gotham Pro';
    font-weight: normal;
    font-style: normal;
    font-size: 51px;
    text-decoration: none;
    color: #333;
    letter-spacing: 0.4px;
}

.screen1-r2_adr {
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    letter-spacing: 0.05px;
}

.want-call:hover {
    background: #6daae1;
}

.sec-1 .container {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.sec-1 .screen1-r {
    display: flex;
    align-items: flex-end;
    z-index: 3;
    flex-direction: column;
    margin-left: -1px;
}

.fixed .logo {
    display: block;
}

header .contacts {
    display: none;
}

header.fixed .contacts {
    display: block;
    margin-left: 43px;
}

.fixed .top-nav {
    position: relative;
    top: 0;
    order: 3;
}

.fixed .top-nav li {
    background: none;
}

.sga-nav {
    height: 50px;
}

.screen1-r3 {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-top: 9px;
}


/*sec-2*/

.sec-2 {
    position: relative;
    padding: 107px 0 32px;
    color: #FFF;
    z-index: 2;
    background: url(../images/bg2.jpg) center center no-repeat;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.sec-2:after {
    content: "";
    background: url(../images/sec-2-after.png) 0 0;
    width: 101px;
    height: 41px;
    position: absolute;
    left: calc((100% - 101px)/2);
    bottom: -41px;
    z-index: 3;
}

.sec-2_flex-cont {
    margin-top: 62px !important;
    justify-content: flex-end;
}

.sec-2_flex-cont p {
    margin-bottom: 22px;
    font-weight: 400;
    font-size: 18px;
    line-height: 142%;
    padding-right: 0px;
}

.sec-2 .w30 {
    width: 30%;
    text-align: right;
    margin-top: 74px;
}

.sec-2 .w30 img {
    margin-right: -13px;
}

.sec-2_text-wrap {
    max-width: 783px;
    padding-left: 25px;
    margin-top: -8px;
}

.title-wrap {
    text-align: center;
}

.title {
    font-family: 'Gotham Pro';
    font-weight: 300;
    font-style: normal;
    color: #fff;
    font-size: 36px;
    text-transform: uppercase;
    margin-bottom: 32px;
    text-align: center;
    letter-spacing: 7px;
}

.sec-2_flex-cont .w40 {
    width: 40%;
    font-size: 0;
}

.sec-2_flex-cont .w60 {
    width: 60%;
}

.sec-2_text p {
    font-family: 'Gotham Pro';
    font-weight: 300;
    font-style: normal;
    color: #fff;
    font-size: 16px;
    margin-bottom: 26px;
    line-height: 133%;
}

.sec-2_text {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding-left: 5px;
    justify-content: center;
}

.sec-title-left {
    font-size: 72px;
}

.sec-2_text p:last-child {
    margin-bottom: 0;
}

.flex-cont {
    display: flex;
    margin-top: 47px;
}


/*slider */

.pr_item a {
    outline: none;
}

.slider-right {
    background: #000;
    color: #FFF;
}

.sl-title {
    font-size: 24px;
    font-family: 'Gotham Pro';
    font-weight: bold;
    font-style: normal;
    color: #FFF;
    text-transform: uppercase;
    padding: 37px 17px 78px 17px;
    line-height: 118%;
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    letter-spacing: -0.5px;
}


/*.gallery-wrap {
     padding-top: 26px;
     margin-left: 43px;
     margin-right: 25px;
}*/

.pr_item {
    position: relative;
}


/*sec-4*/

.sec-4 .title {
    width: 100%;
    /* padding-top: 88px;
     line-height: 90%;*/
    color: #FFF;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 5;
    top: 90px;
}

.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-right: 24px;
    padding-top: 12px;
}

.best-ul {
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    margin-top: 61px;
    width: 100%;
    padding-left: 50px;
    padding-right: 18px;
}

.best-ul li {
    margin-bottom: 65px;
    display: flex;
    width: 25%;
    position: relative;
    flex-direction: column;
}

.about-ul_img-wrap {
    display: flex;
    align-items: flex-start;
}

.sec-4 {
    padding: 0px 0 0px;
    position: relative;
}

.about-ul_titl {
    font-family: 'Gotham Pro';
    font-weight: 900;
    font-style: normal;
    font-size: 17px;
    line-height: 125%;
    color: #fff;
    text-transform: uppercase;
    padding-left: 21px;
}

.about-ul_undertitl {
    font-size: 14px;
    font-family: 'Gotham Pro';
    font-weight: 300;
    font-style: normal;
    max-width: 464px;
    margin-top: 7px;
    line-height: 123%;
}


/*sec-5*/

.sec-5 {
    margin-top: -7px;
}

.sec-5 .container {
    position: relative;
    position: relative;
}

.map-wrap {
    min-height: 720px;
    background: #CCC;
}

.sec-5 .flex-cont {
    padding-top: 50px;
    margin-top: 0;
}

.sec-5 .title-wrap {
    text-align: left;
    padding: 0 47px;
}

.before-map .screen1-r2 {   
    text-align: center;
    padding: 5px 65px 0 51px;
}

.before-map .screen1-r2_phone {
    color: #ffffff;
    color: #333;
}
.before-map2 {
     position: absolute;
     top: 300px;    
     width: 470px;
     border: 1px solid #69A1DA;    
     margin-left: calc((100% - 470px) / 2);
     padding: 22px 22px 20px 22px;
         z-index: 999;
         background: #FFF;

}
.map-form form {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-right: 49px;
    position: relative;
}

.before-map1 {
    align-items: center;
}

.map-form input {
    width: 200px;
    height: 42px;
    padding: 0px 18px;
    outline: none;
    color: #666666;
    border: none;
    font-size: 14px;
    line-height: 42px;
    font-weight: 300;
    font-family: 'Gotham Pro';
    font-weight: 500;
    font-style: normal;
    margin-right: 12px;
}

/*.screen1-r2_mail {
    position: absolute;
    left: 0;
    bottom: 0;
    bottom: -36px;
}
*/
footer {
    background: linear-gradient(-45deg, #6daae1, #5776b6);
    position: relative;
    background: url("../images/bg-footer.jpg") center center no-repeat;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

footer:before {
    content: "";
    background: url(../images/footer-before.png) 0 0;
    width: 101px;
    height: 41px;
    position: absolute;
    left: calc((100% - 101px)/2);
    top: -41px;
    z-index: 3;
}

footer .container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding-top: 31px;
    padding-bottom: 37px;
    flex-direction: column;
}

.footer_menu a {
    font-size: 16px;
    color: #FFF;
    line-height: 31px;
    margin-left: 17px;
}

.footer_menu a:hover {
    opacity: 0.8;
    text-decoration: none;
}

.footer_menu ul {
    display: flex;
    list-style-type: none;
}

.footer_menu ul a {
    font-size: 16px;
    color: #fff;
    margin-left: 8px;
    margin-right: 8px;
    width: 100%;
    font-family: 'Gotham Pro';
    font-weight: normal;
    font-style: normal;
    text-decoration: underline;
}

.foot-data {
    padding-left: 0;
    width: auto;
}

.btn {
    width: 50%;
    height: 47px;
    color: #fff;
    font-family: 'Gotham Pro';
    font-weight: bold;
    font-style: normal;
    font-size: 14px;
    padding: 0px 10px;
    cursor: pointer;
    outline: none;
    background: linear-gradient(to right, #546eb0, #6daae1);
    text-transform: uppercase;
    border: none;
}

.contacts_right_bottom_btn-wrap .btn {
    padding-bottom: 0px;
    width: 248px;
    margin-top: 0px;
    height: 43px;
    background: #aed5f8;
    border: none;
    text-transform: uppercase;
    color: #1d4188;
    font-family: 'Gotham Pro';
    font-weight: bold;
    font-style: normal;
}

.btn:hover {
    background: #6daae1;
    color: #FFF;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.agree {
    font-size: 12px;
    color: #fff;
    font-family: 'Gotham Pro';
    font-weight: 300;
    font-style: normal;
    margin-bottom: 10px;
    text-align: right;
    padding-left: 0px;
    position: relative;
    /*font-style: italic;*/
    position: absolute;
    top: 55px;
    left: 0px;
}
.map-form {
     position: relative;
}
.contacts_right_bottom_btn-wrap {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    position: relative;
}

.footer_logo {
    font-size: 0;
}

.popup-lick p {
    color: #000;
}

.popup-zap h2 {
    font-size: 21px;
    margin-bottom: 10px;
}

.before-map {
    position: relative;
    padding-bottom: 54px;
    background: url("../images/bg-pre-map.jpg") center center no-repeat;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.before-map:after {
    content: "";
    background: url(../images/sec-2-after.png) 0 0;
    width: 101px;
    height: 41px;
    position: absolute;
    left: calc((100% - 101px)/2);
    bottom: -41px;
    z-index: 3;
}

.before-map .container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
        padding-top: 30px;
}

.before-map .screen1-r2_adr {
    font-size: 18px;
    color: #333;
    font-family: 'Gotham Pro';
    font-weight: normal;
    font-style: normal;
    margin-top: 0px;
    text-align: left;
    position: relative;
    padding-left: 31px;
    margin-bottom: 10px;
}

.before-map .screen1-r2_adr:before {
    content: "";
    background: url(../images/before-adr.png) 0 0;
}

.screen1-r2_mail {    
    font-size: 16px;
    color: #333;
    font-family: 'Gotham Pro';
    font-weight: normal;
    font-style: normal;
    padding-left: 32px;
    padding-top: 12px;
}

.screen1-r2_mail a {
    font-size: 16px;
    color: #5d84c2;
    font-family: 'Gotham Pro';
    font-weight: normal;
    font-style: normal;
    cursor: pointer;
}
.screen1-r2_mail a:hover {
     text-decoration: none;
     opacity: 0.8;
}

.btn-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 47px;
    padding-right: 47px;
    padding-bottom: 28px;
}

.foot-data p {
    font-size: 12px;
    color: #fff;
    font-family: 'Gotham Pro';
    font-weight: normal;
    font-style: normal;
    padding-top: 14px;
    line-height: 135%;
    text-align: center;
}

.form-undertit {
    font-size: 17px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    /*light */
    color: #333;
    text-align: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 38px;
}

.before-map .screen1-r2_phone {
    position: relative;
    color: #fff;
    letter-spacing: 0px;
}

.before-map .screen1-r2_adr {
    position: relative;
}

.before-map .screen1-r2_adr:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 2px;
    background: url(../images/text-right.png) 0 0;
    width: 12px;
    height: 20px;
}

.at420 {
    display: none;
}

.mapp {
    position: relative;
    height: 634px;
}

.no-agree {
        display: none;
    }
/*begin media*/

@media all and (max-width: 1750px) {
    .sec-2_text p {
        margin-bottom: 18px;
    }
    .sec-2_text-wrap {
        margin-top: -4px;
    }
    .sec-2_text {
        justify-content: flex-start;
    }
}

@media all and (max-width: 1600px) {
    .sec-2_text p {
        margin-bottom: 18px;
        line-height: 117%;
    }
    .sec-2_text-wrap {
        margin-top: 0px;
    }
}

@media all and (max-width: 1500px) {
    .sec-2_text p {
        margin-bottom: 10px;
    }
}

@media all and (max-width: 1400px) {
    .sec-2_text p {
        line-height: 108%;
    }
    .sl-title {
        font-size: 21px;
    }
}

@media all and (max-width: 1280px) {
   
    .container_before-map .w40 {
        width: 476px;
    }
    .before-map .screen1-r2_phone {
        font-size: 47px;
    }
    .footer_menu ul {
        margin-right: 0;
        margin-left: 0;
        padding-left: 0;
    }
}

@media all and (max-width: 1260px) {
    .sec-3 .title {
        margin-bottom: 85px;
    }
    .sec-3 .title {
        padding-right: 0;
    }
    .sec-2_text-wrap {
        padding-right: 25px;
    }
    .best-ul li {
        width: 50%;
    }
    .container_before-map .w60 {
        width: calc(100% - 476px);
    }
    .container_before-map .w40 {
        width: 476px;
    }
   
    .about-ul_undertitl {
        max-width: auto;
    }
    .map-form form {
        margin-right: 45px;
    }
    .before-map .screen1-r2_adr:before {
        left: 6px;
    }
    .before-map .screen1-r2_adr {
        font-size: 16px;       
    }   
    .contacts_right_bottom_btn-wrap .btn {
        width: 204px;
    }  
    .right-text {
        padding-left: 70px;
    }
    .right-text:before {
        left: 42px;
    }
    .top-nav ul {
        padding-right: 15%;
    }
    .slick-prev {
        left: 25px;
    }
    .slick-next {
        right: 25px;
    }
    .before-map .screen1-r2 {   
         padding: 5px 10px 0 51px;
     }

    /*1260*/
}

@media all and (max-width: 1200px) {
     .before-map .screen1-r2_phone {
    font-size: 37px;
}

    .sl-title {
        padding: 37px 17px 47px 17px;
        font-size: 20px;
    }
    .slick-prev,
    .slick-next {
        bottom: 13px;
    }
    .sec-4 .title {
        top: 58px;
    }
    footer .container {
        padding-left: 15px;
    }
    .screen1-r2_mail a {
        margin-right: 15px;
    }
    .footer_menu ul a {
        font-size: 15px;
    }
   
    .no-adr {
        display: none;
    }   
    header.fixed .logo {
        width: 52%;
    }
    header.fixed .container.header_container {
        padding: 0 10px;
    }
}

@media all and (max-width: 1150px) {
    .foot-data p {
        padding-left: 0;
    }
    .pr_item img {
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

@media all and (max-width: 1120px) {
     .map-form {
        margin-top: 33px;
    }
     .before-map2 {
        top: 366px;
    }
     .before-map {
       padding-bottom: 29px;
    }
    .before-map .screen1-r2 {
        width: 393px;
    }
    .logo-sec-1 {
        width: 178px;
        margin-top: 70px;
        margin-bottom: 33px;
    }
    .sec-1 {
        height: 474px;
    }
    .before-map .container {
        flex-wrap: wrap;
        justify-content: center;
    }
    .before-map .screen1-r2 {
        max-width: 504px;
        margin-left: auto;
        margin-right: auto;
    }
    .map-form {
      padding-left: 0;
    margin-top: 41px;
    margin-left: 65px;
    margin-right: 65px;
    }
    .map-form form {
      margin-right: 0;
        margin-bottom: 38px;
    }
}

@media all and (max-width: 1050px) {
    .right-text {
        padding-left: 50px;
    }
    .right-text:before {
        left: 28px;
    }
    header .container {
        height: auto;
    }
    .mapp:after {
        display: none;
    }
    .sec-2_text {
        padding-top: 0;
    }
    .container_before-map {
        padding: 0 36px 0 36px;
    }
    .want-call {
        margin-left: 0;
    }   
    .sga-nav {
        height: 50px;
        bottom: -15px;
    }
    .top-nav {
        width: 100%;
        height: auto;
        z-index: 0;
    }
    .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: #6daae1;
    }
    .fixed .toggleMenu {
        top: -19px;
    }
    .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: 20px;
        text-align: center;
        text-decoration: none;
    }
    .fixed .nav a {
        font-size: 20px;
    }
    .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;
    }
    header.fixed:after {
        display: none;
    }
    /* * 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;
    }
    .logo-a {
        margin-left: 8px;
    }
    .slider-bg {
        min-height: 550px;
    }
    .fixed .toggleMenu {
        right: 15px;
    }
    .toggleMenu {
        top: 5px;
        right: 27px;
        left: auto;
    }
    .sga-nav {
        top: 0px;
    }
    .top-nav ul {
        border: none;
    }
    nav {
        background: transparent;
        position: fixed;
    }
    .sga-nav .container {
        width: 100%;
    }
    header.fixed .logo {
        margin-left: 15px;
    }
    header.fixed .contacts a {
        margin-right: 15px;
    }
    .footer_menu ul a {
        font-size: 16px;
        margin-left: 20px;
        margin-right: 20px;
    }
    .container_before-map .w60 {
        width: 100%;
    }
    .contacts_right_bottom_btn-wrap {
        flex-direction: column;
    }
    .agree {
        margin-top: 0px;
    }
    .agree:before {
        top: -5px;
    }
    .contacts_right_bottom_btn-wrap .btn {
        width: 100%;
    }
    .sec-5 .title-wrap {
        text-align: center;
    }
    .container_before-map .w60 {
        width: 100%;
        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 {
        width: calc(100% - 150px);
        background: transparent;
        z-index: -1;
    }
    header .container.header_container {
        justify-content: flex-start;
    }
    .top-nav {
        width: 100%;
        top: 0;
        right: 0;
    }
    .logo {
        width: auto;
        margin-right: 25px;
        order: 1;
    }
    .left-text {
        order: 2;
        font-size: 24px;
        width: 250px;
    }
    header .container {
        justify-content: flex-start;
    }
    .top-nav li {
        height: auto;
    }
    
    .no-adr2 {
        display: none;
    }
    .about-ul_titl {
        font-size: 15px;
        line-height: 154%;
    }
    .about-ul_right {
        padding-right: 0;
    }
    .best-ul {
        padding-left: 45px;
        padding-right: 39px;
    }
    .best-ul {
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }
    .best-ul li {
        width: 48%;
    }
    .sl-title {
        position: relative;
        bottom: 0;
        letter-spacing: 0px;
    }
    .sl-title {
        padding: 55px 17px 47px 17px;
    }
    .slick-prev,
    .slick-next {
        bottom: 34px;
    }
    .gallery-wrap {
        background: #000;
    }
    .slick-next:before {
        display: none;
    }
    .slick-prev:before {
        display: none;
    }
    .slick-prev,
    .slick-next {
        width: 50px;
    }
    .slick-next {
        -ms-background-position-x: 50%;
        background-position-x: 50%;
    }
    .slick-prev {
        -ms-background-position-x: 50%;
        background-position-x: 50%;
    }
    header.fixed .logo img {
      margin-top: 4px;
     }

    /*1050*/
}

@media all and (max-width: 950px) {
    .slick-next {
        right: 1.8%;
    }
    .slick-prev {
        left: 27px;
    }
    /* tablet*/
    footer .screen1-r2 {
        width: 30%;
    }
    .footer_menu a {
        margin-left: 0;
    }
    .titel-h2 {
        font-size: 34px;
        line-height: 120%;
        letter-spacing: 3px;
    }
    /*950*/
}

@media all and (max-width: 900px) {
    .sec-2_flex-cont {
        margin-top: 45px !important;
    }
    .footer_menu {
        width: 100%;
    }
    .foot-data {
        padding-left: 23px;
        width: auto;
        padding-right: 26px;
    }
    .title {
        font-size: 29px;
    }
    .footer_menu ul {
        justify-content: center;
    }
    /*900*/
}

@media all and (max-width: 870px) {
    .sec-2_flex-cont {
        margin-left: 50px;
        margin-right: 50px;
    }
    footer .screen1-r2 {
        width: 100%;
        text-align: center;
    }
    .sec-2_flex-cont .w60 {
        width: 100%;
        padding: 49px 0 0;
    }
    .best-ul {
        padding-left: 50px;
        padding-right: 47px;
    }
    .sec-2_flex-cont .w40 {
        width: 100%;
        text-align: center;
    }
    .sec-2_flex-cont {
        flex-direction: column;
    }
    .sec-2_text-wrap {
        padding-left: 0;
        padding-right: 0;
        max-width: 100%;
    }
    .sec-2_flex-cont p {
        font-size: 16px;
    }
    .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%;
    }
    .before-map .screen1-r2_adr {
         font-size: 15px;
     }
     .screen1-r2_mail {
       padding-left: 30px;
     }

}

@media all and (max-width: 767px) {
     .map-form input {
    width: 184px;
    }
    .contacts_right_bottom_btn-wrap .btn {
         width: 189px;
    }
    .sec-2 {
        padding: 76px 0 32px;
    }
    .sec-2_flex-cont .w60 {
        padding: 23px 0 0;
    }
    .sec-2_flex-cont {
        margin-left: 15px;
        margin-right: 15px;
    }
    .best-ul li {
        width: 100% !important;
        max-width: 680px;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    footer .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    .screen1-r2_mail a {
        margin-right: 0;
    }
    .title {
        text-align: center;
    }
    header {
        position: fixed;
    }
    .slick-prev:before {
        display: none;
    }
    .slick-next:before {
        display: none;
    }
    .agree:before {
        top: -6px;
    }
    .agree {
        margin-top: 3px;
        margin-bottom: 14px;
    }
    .logo-big {
        margin-left: -8px;
    }
    html,
    body {
        width: 100%;
    }
    .sec-2_flex-cont .w40 {
        width: 100%;
    }
    .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;
    }
    .sec-2_text-wrap {
        max-width: 100%;
    }
    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;
    }
    h2 {
        color: #000;
        font-weight: bold;
    }
    .logo-text {
        margin-left: 4px;
    }
    .slick-prev,
    .slick-next {
        top: 35%;
    }
    .best-ul li {
        max-width: 750px;
    }
    .best-ul {
        padding-left: 15px;
        padding-right: 15px;
    }
    .about-ul_undertitl {
        max-width: 100%;
        text-align: justify;
    }
    .title {
        font-size: 27px;
        letter-spacing: 5px;
    }   
    .map-form form {
        margin-right: 0;
    }
    .map-form {
        padding-left: 0px;
    }
    /*767*/
}

@media all and (max-width: 730px) {
    .pr_item {
        display: flex;
        height: 100%;
        flex-direction: column;
    }
}

@media all and (max-width: 700px) {
    h2 {
        text-align: center;
    }
    h2 span {
        font-size: 32px;
    }
    h2 {
        font-size: 17px;
    }
    .btn-wrap {
        flex-direction: column;
    }
    .before-btn-modal {
        margin-bottom: 21px;
        margin-top: 5px;
        padding-right: 0;
    }
    .before-btn-modal br {
        display: none;
    }
    .white-popup .btn {
        min-width: 255px;
    }
}

@media all and (max-width: 650px) {
     .agree {
          position: relative;
          top: 0;
          max-width: 300px;
          margin-left: auto;
          margin-right: auto;
          text-align: center;
     }
     .before-map2 {
         top: 460px;
     }
     .map-form form {        
         margin-bottom: 18px;
     }
     .map-form {    
        margin-left: 0px; 
        margin-right: 0px; 
     }
    .before-map .container {
        flex-direction: column;
    }
    .map-form input {
        width: 356px;
        margin-right: 0;
    }
    .map-form form {
        flex-direction: column;
    }
    .map-form input {
        margin-bottom: 12px;
        max-width: 100%;
        margin-left: 8px;
        width: 362px;
    }
    .before-map .container {
        padding-right: 29px;
    }
    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;
    }
    .contacts_right_bottom_btn-wrap .btn {
        width: 362px;
        margin-left: 8px;
    }
    .about-ul_img-wrap {
        margin-left: 0;
        margin-right: 0;
        text-align: left;
    }
    .container_before-map {
        padding: 0 5px 0 19px;
    }
    .map-form {
        padding: 0px 0 0px 21px;
    }
    .footer_menu ul {
        display: none;
    }
    .foot-data p {
        padding-top: 0;
        line-height: 162%;
    }
    footer .container {
        padding-top: 18px;
        padding-bottom: 18px;
    }
    .screen1-r2_mail {
        top: -28px;
        left: 29px;
        font-size: 15px;
    }
    .right-text {
        width: 300px;
    }
    .slick-prev,
    .slick-next {
        top: 31%;
    }
    .titel-h2 {
        font-size: 29px;
        line-height: 120%;
        letter-spacing: 1px;
    }
    .closed-c {
        top: 0px;
    }
    .sec-4 {
        background: #000;
    }
    .sec-4 .title {
        top: 60px;
        position: relative;
        padding-bottom: 71px;
    }
    .map-form {
       margin-top: 33px;
    }
    .before-map .screen1-r2 {
    max-width: 100%;
     width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 24px;
    padding-right: 0;
}

    /*  650*/
}


@media all and (max-width: 600px) {
  

    .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;
    }
    .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_phone:before {
        top: -3px;
    }
    .before-map .screen1-r2_adr {
        margin-top: 3px;
    }
    .before-map .screen1-r2 {
       /* padding: 30px 0px 0 0px;*/
        /*text-align: left;*/
        width: auto;
        min-width: auto;
    }
    .before-map .screen1-r2_phone {
        font-size: 43px;
    }
    .map-form input {
        margin-left: 0px;
        width: 100%;
    }
    .before-map .container {
        padding-right: 21px;
    }
    .contacts_right_bottom_btn-wrap {
        width: 100%;
    }
    .contacts_right_bottom_btn-wrap .btn {
        width: 100%;
        margin-left: 0;
    }
    .agree {
        left: 0;
        text-align: center;
        width: 100%;
    }
    
    .map-form {
        padding: 0px 0 0px 21px;
        width: 100%;
    }
    /*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;
    }
    #popup1 textarea.in-form {
        height: 120px;
    }
    .sec-1 .screen1-r {
        flex-direction: column;
    }
    .want-call {
        margin-left: 0;
        padding: 0 15px;
    }
    .before-map .screen1-r2 {
       padding-left: 0;
     }

    /*570*/
}

@media all and (max-width: 550px) {
    .sec-4 .title {
        top: 48px;
        padding-bottom: 51px;
    }
    .mapp {
        max-height: 525px;
    }
    .fixed.sga-nav {
        position: relative;
    }
    .fixed .toggleMenu {
        position: fixed;
        top: 13px;
    }
    .sec-1 .screen1-r {
        margin-right: auto;
        margin-left: auto;
    }
    .sec-1 .screen1-r {
        margin-right: auto;
        margin-left: auto;        
    }
    .agree {
        max-width: 320px;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
    }
    .toggleMenu {
        right: 17px;
    }
    .right-text:before {
        left: 18px;
    }
    .right-text {
        width: 278px;
        padding-left: 43px;
    }
    .sl-title {
        font-size: 15px;
    }
    .slick-dots li button {
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background: #fff;
    }
    .slick-active button {
        background: #aed5f8 !important;
    }
    .slick-dots {
        bottom: 19px;
    }
    .slick-dotted.slick-slider {
        margin-bottom: 0;
    }
    .sl-title {
        padding: 41px 17px 53px 17px;
    }
    .before-map .container {
        padding-right: 0;
    }
    .map-form {
        padding: 0px 21px 0px 21px;
    }
    header {
        position: relative;
    }
    .before-map2 {   
         width: 92%;
         margin-left: 4%;
    }
    .logo-sec-1 {
       margin-top: 47px;
    }
    /*550*/
}

@media all and (max-width: 530px) {
    .btn {
        width: 100%;
    }
    .toggleMenu {
        z-index: 26;
    }
    .fixed.sga-nav {
        z-index: 28;
    }
    .no500 {
        display: none;
    }
}


@media all and (max-width: 480px) {
    .closed-c {
        display: none;
    }
    .titel-h2 {
        padding-right: 0;
    }
    .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%;
    }
    h1 {
        font-size: 17px;
        letter-spacing: 1.5px;
        margin-bottom: 40px;
    }
    .screen1-r2 a {
        font-size: 39px;
        letter-spacing: -1px;
    }
    .want-call {
        width: 100%;
        margin-top: 34px;
    }
    .sec-1 .screen1-r2_adr {
        display: none;
    }
}

@media all and (max-width: 460px) {
    .sl-title {
        padding: 24px 17px 47px 17px;
    }
    .undertitle {
        width: 90% !important;
        font-size: 16px;
    }
    .fixed .left-text {
        display: none;
    }
    .white-popup .btn {
        min-width: 100%;
    }
    .before-map2 {
         top: 436px;
     }

}

@media all and (max-width: 430px) {
    .titel-h2 {
        padding-left: 77px;
        padding-right: 77px;
        font-size: 27px;
    }
    .logo-big {
        max-width: 96px;
        margin-left: 30px;
        margin-top: 8px;
    }
    footer .container {
        width: 100%;
    }
    .screen1-r3 {
        margin-top: 9px;
        flex-direction: column;
    }
    .at420 {
        display: block;
    }
    .foot-data p {
        padding-top: 0;
        line-height: 135%;
    }
    .best-ul li {
        margin-bottom: 40px;
    }
    .popup-zap__block_left,
    .popup-zap__block_right {
        padding-left: 20px;
        padding-right: 20px;
    }
    .btn-wrap {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media all and (max-width: 400px) {
     .before-map .screen1-r2_phone {
         font-size: 32px;
     }
    .titel-h2 {
        padding-left: 58px;
        padding-right: 58px;
    }
    .right-text:before {
        top: 22px;
    }
    .logo-header {
        width: 41px;
    }
    .left-text {
        display: none;
    }
    .toggleMenu {
        top: 14px;
        right: 20px;
    }
    .sga-nav {
        height: 66px;
    }
    #wrapper {
        position: relative;
    }
    .map-form input {
        margin-bottom: 12px;
        max-width: 100%;
        margin-left: 0px;
        width: 100%;
    }
    .contacts_right_bottom_btn-wrap .btn {
        width: 100%;
        margin-left: 0px;
    }
}

@media all and (max-width: 380px) {
    .title {
        letter-spacing: 2px;
    }
    .agree {
        max-width: 261px;
    }
    .agree:before {
        top: 0px;
    }
    .title {
        font-size: 28px;
    }
    .about-ul_titl {
        font-weight: bold;
    }
}

@media all and (max-width: 360px) {
    .sl-title {
        font-size: 13px;
    }
    .logo-big {
        max-width: 70px;
    }
    .agree {
        font-size: 12px;
    }
    .foot-data {
        padding-right: 17px;
    }
    .before-map .screen1-r2_adr {
        width: 100%;
    }
    .before-map .screen1-r2 {
        max-width: 320px;
    }      
    .container_before-map .w60 img {
        padding-right: 2px;
    }
    .right-text {
        width: 245px;
        font-size: 12px;
    }
    .titel-h2 {
        padding-left: 45px;
        padding-right: 45px;
    }
}

@media all and (max-width: 330px) {
    .screen1-r2 a {
        font-size: 35px;
    }
    .sec-1 .screen1-r {
        padding-right: 1px;
    }   
    h1 {
        letter-spacing: 0.5px;
    }
}

.thanks .popup-zap {
    padding: 30px 50px;
}
.thanks .closed-c {    
    background: url(/images/close-black.png) no-repeat center center;
    }