@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');
a {
  text-decoration: none !important;
  outline: none !important;
}
* {
    font-family: 'Montserrat';
    font-weight: normal;
    padding: 0;
}
html {
  overflow-x:hidden;
}
.line-head {
    background-color: #f0f0f0;
    border-bottom: 1px solid #e8e8e8;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 999;
}
.line-head-height{
  height: 42px;
}
.line-head .container__info {
    margin-bottom: 0;
}
.container__info {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 44px;
}
.line-head-block {
    font-size: 14px;
}
.e-mail_line a {
    line-height: 1.5;
    color: #212529;
}
.e-mail, .adress-list, .town-list, .clock, .lk-client, .lang-list {
    display: flex;
    align-items: center;
    height: 40px;
}
.e-mail, .adress-list, .town-list, .clock, .lk-client, .lang-list {
    position: relative;
}
.pb-70 {
	padding-bottom: 70px;
}
.e-mail:before, .adress-list:before, .town-list:before, .clock:before, .top-lang-clent:before {
    content: "";
    width: 20px;
    height: 20px;
    display: block;
    margin-right: 6px;
}
.e-mail:before {
    background: url('../img/mail.svg') no-repeat;
    background-size: contain;
    background-position: center;
}
.adress-list:before {
    background: url('../img/location.svg') no-repeat;
    background-size: contain;
    background-position: center;
}
.clock:before {
    background: url('../img/clock_circle.svg') no-repeat;
    background-size: contain;
    background-position: center;
}
.town-list:before {
    background: url('../img/compass.svg') no-repeat;
    background-size: contain;
    background-position: center;
}
.lk-client a {
  font-weight: 500;
  color: #D74B4B;
}
.lk-client a:hover {
  text-decoration: underline !important;
}
.e-mail_line a:hover {
  text-decoration: underline !important;
}
.header-bg {
    z-index: 100;
}
.header-content {
    height: 100px;
    z-index: 90;
    position: relative;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none;
}
.gl-shapka-logo {
    width: 114px;
    background-position: center;
}
.gl-shapka-logo {
    /* background: url('../img/logo.svg') no-repeat; */
    height: 57px;
    width: 185px;
    display: block;
    float: left;
    background-size: contain;
}
.top-menu-bg {
    height: 100%;
}
.top-menu__nav {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .5rem 1rem;
    padding: 0 0 0 0;
    height: 100%;
}
.top-menu_mobile {
    display: none;
}
.top-menu {
    padding: 0;
    margin: 0;
    list-style: none;
    height: 100%;
}
.top-menu {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.feedback {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    margin-left: 25px;
}
.top-menu__item {
    display: flex;
    align-items: center;
    padding: 0px 12px;
    position: relative;
    height: 100%;
    background-position: bottom;
    background-repeat-y: no-repeat;
    transition: all .3s;
}
.top-menu__item a {
    color: #111;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: all .3s;
    font-size: 16px;
}
.usl_link {
    border-bottom: 2px solid transparent;
}
.top-menu__nav .chevron {
    background: url('../img/Vector.svg') no-repeat;
    display: inline-block;
    width: 15px;
    height: 5px;
    margin-left: 5px;
    margin-top: 3px;
    cursor: pointer;
    transition: all 0.3s ease 0s;
}
.chevron.open {
    background: url('../img/Vector.svg') no-repeat;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.top-menu__item:hover .top-menu__link {
    color: #999999;
    text-decoration: none;
    transition: all .3s;
}
.usl_link.open {
    border-color: #FEE600;
}
.uslugi-list.open {
    display: block;
}
.dd-menu {
    display: none;
    position: relative;
}
.dd-menu__block {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 900;
    background: #fff;
    box-shadow: 0 10px 15px -15px #000000;
}
.dd-menu__nav {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}
.dd-menu-wrp{
    max-width: 33.333%;
    box-sizing: border-box;
}
.dd-menu-wrp img{
    max-width: 100%;
    height: auto;
}
.pb-5, .py-5 {
    padding-bottom: 3rem!important;
}
.pt-5, .py-5 {
    padding-top: 3rem!important;
}
.dd-menu__list {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    bottom: 32px;
}
.dd-menu__list li{
  position: relative;
}

.dd-menu__list .sub-menu{
  list-style: none;
  padding-top: 21px;
  display: none;
  background: #fff;
  z-index: 3;
}
.dd-menu__list .sub-menu li{
  padding-left: 20px;
  position: relative;
}
.dd-menu__list .sub-menu li:before{
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 14px;
  height: 14px;
  background: url('https://rosgeoplus.ru/wp-content/images/marker-ul.png') no-repeat;
}
.sub-click{
  display: block;
  position: absolute;
  right: 0;
  top: -4px;
  background: #f9f292 url('https://rosgeoplus.ru/wp-content/images/arrow-dawn.png') center center no-repeat;
  width: 15px;
  height: 11px;
  box-sizing: border-box;
  padding: 12px;
  transition: 0.25s;
}
.uslugi-list{
  display: block;
}
.uslugi-list .dd-menu__block{
  display: none;
}
.sub-click.active-sub{
  transform: rotate(180deg);
}
.class_click_sub{
  padding-right: 30px;
}
.dd-menu__item {
    line-height: 1;
    margin-top: 19px;
}
.dd-menu__item:first-child{
  margin-top: 0;
}
.dd-menu__block{
  padding-bottom: 19px;
}
.dd-menu__item a {
    color: #000;
}
.dd-menu__item a:hover {
    color: #FEE600;
    text-decoration: none;
}
.absolute-wrap-menu.usl_link.open {
    z-index: 110;
    display: block;
    background-position: top;
    position: absolute;
    left: 0;
    top: 98px;
    transition: all 2s linear;
    opacity: 1;
    border-top: 2px solid #FEE600;
    border-bottom: none;
}
.absolute-wrap-menu.usl_link.open {
    z-index: 110;
    display: block;
    background-position: top;
    position: absolute;
    left: 0;
    top: 98px;
    transition: all 2s linear;
    opacity: 1;
}
.top-menu__divider--item {
    padding: 2px 0px;
}
.top-menu__item:hover a {
    color: #999999;
    text-decoration: none;
    background-position: bottom;
    background-repeat-y: no-repeat;
    cursor: pointer;
    transition: all .3s;
}
.top-menu__divider--item a {
    padding: 10px 20px 10px 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    flex: auto;
    transition: all .1s;
}
.top-menu__divider--item a:hover {
    background-color: #f2f7f9;
    color: #FEE600;
    transition: all .1s;
    text-decoration: none;
    transition: all .3s;
}
.absolute-wrap-menu.usl_link {
    display: none;
    z-index: -10;
    position: absolute;
    transition: all .3s;
    background-color: #fff;
    width: 136%;
    list-style: none;
    top: -120;
    left: 0;
    padding: 0;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    transition: all 2s linear;
}
.header-bg.open {
    background: url('../img/bge8e8e9.png') center bottom repeat-x;
    
}
.header-bg {
    z-index: 100;
}
.header-logo {
  padding-top: 10px;
}
.slider-fwidth__item {
  height: 500px;
}
.slide__col {
    height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    max-width: 82%;
}
.slide__desc {
  font-size: 18px;
  line-height: 22px;
  color: #FFFFFF;
  margin-bottom: 30px;
}
.slide__title {
margin-bottom: 50px;
font-weight: bold;
font-size: 50px;
line-height: 51px;
color: #f8f8f8;
text-shadow: 3px 3px 3px #393939;
}
.feedback a {
  font-weight: bold;
  font-size: 18px;
  color: #000000;
}
.btn-call a {
  background: #FEE600;
  font-weight: 500 !important;
  font-size: 14px !important;
  color: #000000;
  padding: 10px 20px;
}
.btn-call {
  margin-top: 0;
}
.lk-client-in a{
  font-weight: bold;
  font-size: 18px;
  color: #000000;
}
.btn-consult a {
  background: #FEE600;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #000000;
  padding: 15px 15px;
}
.btn-consult {
    display: inline-block;
    margin-right: 30px;
}
.btn-podr {
    display: inline-block;
}
.btn-podr a {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  text-decoration-line: underline !important;
  color: #bfbfbf;
}
.slick-dots {
  bottom: 30px;
}
.uslugi-home {
  padding-top: 70px;
}
.title-blok {
  font-weight: bold;
  font-size: 30px;
  line-height: 37px;
  color: #2B2D33;
  margin-bottom: 50px;
}
.r-n-km .title-blok{
    margin-bottom: 0;
}
.t-usluga {
  font-weight: bold;
  font-size: 30px;
  line-height: 35px;
  color: #000000;
  margin-bottom: 25px;
}
.usluga {
  background: #F4F6F8;
}
.img-usluga img {
  width: 100%;
}
.content-u {
  padding: 30px;
}
.text-u {
  color: #808185;
  font-size: 14px;
  line-height: 19px;
}
.btn-u {
  border-top: 1px solid rgba(176, 176, 176, 0.3);
  padding: 15px 30px;
}
.btn-u a {
  font-weight: 500;
  font-size: 16px;
  line-height: 35px;
  color: #2B2D33;
}
.btn-u p {
  font-weight: 500;
  font-size: 16px;
  line-height: 35px;
  color: #2B2D33;
}
.btn-u:hover {
  background: #FEE600;
}
.btn-u a:before {
    content: '';
    background: url('../img/btns.svg') no-repeat;
    width: 14px;
    height: 14px;
    display: block;
    position: absolute;
    right: 40px;
    bottom: 25px;
}
.btn-u p:before {
    content: '';
    background: url('../img/btns.svg') no-repeat;
    width: 14px;
    height: 14px;
    display: block;
    position: absolute;
    right: 40px;
    bottom: 25px;
}
.commers-sale-blok {
  margin-top: 110px;
  margin-bottom: 130px;
}

.sale-one {
    background: url('../img/fon-kompred.jpg') no-repeat;
    padding: 40px;
}
.title-sale-one {
  font-weight: bold;
  font-size: 30px;
  line-height: 35px;
  color: #928d5c;
  margin-bottom: 30px;
}
.min-title-sale-one {
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 23px;
  color: #222222;
  font-weight: 500;
}
.min-title-sale-one span {
  font-weight: bold;
}
.forms-sale .user-box {
  position: relative;
}
.forms-sale .user-box input {
  width: 60%;
  padding: 10px 15px;
  font-size: 16px;
  color: #000;
  border: none;
  border-bottom: 2px solid #d9c908;
  outline: none;
  background: #fff;
}
.forms-sale .user-box label {
  position: absolute;
  top:0;
  left: 0;
  padding: 10px 0;
  font-size: 16px;
  color: #fff;
  font-weight: normal;
  pointer-events: none;
  transition: .5s;
}
.forms-sale .user-box input:focus ~ label,
.forms-sale .user-box input:valid ~ label {
  top: -20px;
  left: 0;
  color: #FFFFFF;
  font-weight: normal;
  font-size: 10px;
}
.text-pol {
  margin-top: 15px;
  margin-bottom: 30px;
  font-size: 8px;
  color: #B0B0B0;
}
.btn-s a {
  background: #FEE600;
  padding: 12px 50px;
  font-weight: 500;
  font-size: 14px;
  color: #000000;
}
.btn-s a:hover {
  background: #fff05d;
}
.commers img {
    height: 350px;
    position: absolute;
    top: -45px;
    right: 110px;
}
.commers img.img-pozi{
  right: -24px;
  top: auto;
  bottom: -53px;
  height: auto;
  max-width: 51%;
}
.sale-one2 .row{
  position: relative;
}
.sale-one2 .col-md-6{
  position: static;
}
.img-home-compani img {
	width: 100%;
	border-radius: 15px;
}
.title-blok span {
  color: #c8ba3d;
  font-weight: bold;
}
.mobile-step {
  margin-bottom: 50px;
}
.section-step {
  padding-bottom: 70px;
}
.zapusk-text {
    position: relative;
    padding-left: 25px;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    color: #000000;
}
.z-1 {
    margin-bottom: 30px;
}
.z-2{
  padding-bottom: 40px;
}
.zapusk-text:before {
    content: '';
    width: 10px;
    height: 10px;
    display: inline-block;
    background: #FEE600;
    border-radius: 30px;
    position: absolute;
    margin-top: 10px;
    left: 0;
}
.step {
    margin-top: 70px;
    margin-left: 40px;
}
.number-step {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    color: #2B2D33;
    background: #F8F8F8;
    display: inline-block;
    border-radius: 83px;
    width: 70px;
    height: 70px;
    text-align: center;
    line-height: 68px;
}
.title-step {
    font-weight: bold;
    font-size: 22px;
    line-height: 27px;
    color: #272727;
    margin-top: 30px;
}
.desc-step {
    font-size: 18px;
    line-height: 23px;
    color: #9A9A9A;
    margin-top: 30px;
}
.head-usl .bradcrumb {
    margin-right: 15px;
}
.arrow {
    background: url('../img/right-arrow.svg') no-repeat;
    height: 240px;
    background-position: center;
}
.page-container {
    display: flex;
    flex-direction: column;
}
.page-container_lisense .doc-link {
    position: relative;
    display: flex;
    align-items: center;
    padding-bottom: 20px;
    letter-spacing: 0.24px;
}
.doc-link {
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #1b1b1b;
}
.page-container a:hover {
    color: #FEE600;
}
.page-container_lisense .doc-link:before {

}
.page-container_lisense .doc-link:before {
    content: url('../img/doc.svg');
    width: 30px;
    height: 30px;
    margin-right: 20px;
    margin-top: -5px;
}
.voptros {
  padding-bottom: 70px;
}
details {
    display: block;
    background: #fff;
    width: 100%;
    overflow: hidden;
    margin-bottom: 1.5rem;
}
summary {
    display: block;
    padding-bottom: 20px;
    border-bottom: 1px solid #D1D1D1;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #9A9A9A;
    cursor: pointer;
    position: relative;
}
.otvet {
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #272727;
}
details[open] summary ~ * {
    animation: sweep .5s ease-in-out;
}
summary ~ * {
    padding: 40px 0 40px 0;
}
summary:before {
    top: .4em;
    right: .3em;
    color: transparent;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTYuNTkgOC41OUwxMiAxMy4xNyA3LjQxIDguNTkgNiAxMGw2IDYgNi02eiIvPjxwYXRoIGQ9Ik0wIDBoMjR2MjRIMHoiIGZpbGw9Im5vbmUiLz48L3N2Zz4=) no-repeat 50% 50% / 1em 1em;
    width: 26px;
    font-size: 40px;
    height: 13px;
    content: "";
    position: absolute;
    transition: transform .5s;
}
/* details[open] > summary:before {
    transform: scale(1,-1);
} */
.voptros .active > summary:before{
  transform: scale(1,-1);
}
.contacts {
  background: #FAFAFA;
  padding-top: 70px;
  padding-bottom: 70px;
}
.title-froms {
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  color: #263238;
  margin-bottom: 30px;
}
.title-froms span {
  font-weight: bold;
  color: #c8ba3d;
}
.min-text-forms {
  font-size: 18px;
  line-height: 23px;
  color: #263238;
  margin-bottom: 50px;
}
.min-text-forms span {
  font-weight: bold;
}

.form-companys .user-box {
  position: relative;
}
.form-companys .user-box input {
  width: 100%;
  padding: 10px 0;
  font-size: 16px;
  color: #999999;
  border: none;
  border-bottom: 1px solid #999999;
  margin-bottom: 30px;
  outline: none;
  background: transparent;
}
.form-companys .user-box label {
  position: absolute;
  top:0;
  left: 0;
  padding: 10px 0;
  font-size: 16px;
  color: #999999;
  font-weight: normal;
  pointer-events: none;
  transition: .5s;
}
.form-companys .user-box input:focus ~ label,
.form-companys .user-box input:valid ~ label {
  top: -20px;
  left: 0;
  color: #999999;
  font-weight: normal;
  font-size: 10px;
}
.btn-ss a {
  background: #FEE600;
  padding: 20px 50px;
  font-weight: 600;
  font-size: 16px;
  line-height: 28px;
  color: #263238;
}
.container__info {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 44px;
}
.contacts .contacts__left-col {
    display: flex;
    flex-direction: column;
}
.contacts__left-col {
    flex: 0 0 50%;
}
.contacts__right-col {
    flex: 0 0 41%;
}
.gl-contacts-right-info-top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}
.gl-contacts-right-info-phone--p, .gl-contacts-right-info-mail--p, .gl-contacts-right-info-adress--p, .gl-contacts-right-info-bottom--p {
    text-transform: uppercase;
    padding-bottom: 5px;
    font-size: 18px;
    line-height: 28px;
    color: #000000;
    margin: 0;
}
.gl-contacts-right-info-adress--span {
    margin-bottom: 22px;
}
.gl-contacts-right-info-phone--a, .gl-contacts-right-info-mail--a, .gl-contacts-right-info-adress--span {
  font-size: 20px;
  line-height: 28px;
  color: #263238;
  font-weight: bold;
}
.gl-contacts-right-info-adress-pochta-adres {
  font-size: 15px;
  line-height: 28px;
  color: #263238;
  font-weight: bold;
}
.gl-contacts-right-info-bottom ul {
    padding-left: 18px;
}
.gl-contacts-right-info-middle {
  margin-bottom: 30px;
}
.btn-ss {
  margin-top: 35px;
  position: relative;
}
.dm-modal-in .wpcf7-spinner{
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -23px;
}
.docs {
    margin-top: 50px;
}
.docs a {
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #000000;
    display: block;
    margin-bottom: 20px;
}
.docs a:hover {
    color: #FEE600;
}
.docs a:before {
    content: '';
    background: url('../img/doc.svg') no-repeat;
    width: 30px;
    height: 35px;
    display: block;
    float: left;
    margin-right: 15px;
    margin-top: -5px;
}
.company-home {
  padding-top: 70px;
  padding-bottom: 70px;
  background: #2B2D33;
  margin-bottom: 70px;
}
.white-title {
  color: #cdcdcd;
}
.min-conpany-home {
  font-size: 14px;
  line-height: 21px;
  color: #b8b8b8;
  margin-bottom: 60px;
}
.img-home-compani {
  text-align: center;
  margin-bottom: 40px;
}
.footer {
  background: #2B2D33;
  padding-top: 30px;
  padding-bottom: 30px;
}
.line-footer {
  border-top: 1px solid rgba(235, 235, 235, 0.5);
  padding-top: 30px;
}
.text-copi {
  font-size: 14px;
  line-height: 17px;
  color: #FFFFFF;
}
.link_footer {
    text-align: right;
}
.link_footer a {
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
}
.link_footer a:hover {
  text-decoration: underline !important;
}
.link_footer span {
    color: #ffffff;
}
.logo-footer {
  margin-bottom: 30px;
}
.tels-footer {
  margin-bottom: 10px;
}
.tels-footer a {
  font-size: 18px;
  line-height: 22px;
  color: #FFFFFF;
}
.tel-footer {
  margin-bottom: 20px;
}
.info-tel-footer {
  font-size: 8px;
  line-height: 10px;
  color: #FFFFFF;
}
.glob-footer-cont {
  margin-bottom: 30px;
}
.title-menu-footer {
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  color: #e7e7e7;
  margin-bottom: 30px;
}
.footer-menu a {
  font-size: 16px;
  line-height: 20px;
  color: #a9a9a9;
}
.footer-menu li {
  padding-bottom: 20px;
  list-style-type: none;
}


.dots-style {
  text-align: center;
  display: flex;
  justify-content: center;
  list-style: none;
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
}

.dots-style button {
  background: transparent;
  border: 0.5px solid #ffffff;
  border-radius: 50%;
  font-size: 0;
  height: 10px;
  width: 10px;
  margin: 5px;
  outline: none;
}
.dots-style li[class="slick-active"] button {
  background: #FEE600;
  border: 0.5px solid #fee600;
}
.slick-dotted.slick-slider {
    margin-bottom: 0px !important;
}
.slider .slick-arrow{
   position: absolute;
   top: 50%;
   margin: -15px 0 0 0;
   z-index: 2;
   width: 30px;
   height: 30px;
 }
 .slider .slick-arrow.slick-prev{
    left: 30px;
}
.slider .slick-arrow.slick-next{
    right: 30px;
}
section#page {
    padding: 0 0;
}
section.header_min {
    height: 350px;
    display: flex;
    align-items: center;
    position: relative;
    background-position: center !important;
    overflow: hidden;
}
.header-screen {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    margin-top: 70px;
    height: 100%;
}
.header_min .header-screen {
    margin-top: 0;
}
.container__col {
    display: flex;
    flex-direction: column;
}
.header_min .container__col {
    margin-bottom: 43px;
}
.header-screen .bradcrumb {
    position: absolute;
    bottom: 28px;
    right: 0;
}
.bradcrumb {
    position: absolute;
    right: 0;
    bottom: 28px;
}
.bradcrumb {
    font-size: 16px;
    color: #fff;
}
.bradcrumb a  {
    font-size: 16px;
    color: #fff;
}
.desc-page {
  font-size: 16px;
  line-height: 21px;
  margin-top: 25px;
  color: #FFFFFF;
}
.h1-title-page, .h1-title-page h1 {
  font-weight: 500;
  font-size: 48px;
  line-height: 51px;
  color: #FFFFFF;
}
.map {
 margin-top: 40px;
}

.bg-page_uslugi {
    background-color: #f6fafc;
    background-repeat: no-repeat;
    padding-top: 0;
    padding-bottom: 0;
    height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
}
.head-usl {
    position: relative;
    display: flex;
    align-items: flex-start;
    height: 350px;
}
.head-usl {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    height: 100%;
}
.title-uslugs {
    position: absolute;
    top: 30%;
}
.head-usl .bradcrumb {
    align-self: flex-end;
    margin-bottom: 50px;
}
.tabs-list {
    display: flex;
    flex-wrap: wrap;
}
.tabs-list_uslugi {
    width: 100%;
    min-height: 100px;
    margin-bottom: -50px;
    list-style: none;
    box-shadow: 0px 0px 50px 0px rgb(29 29 27 / 10%);
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    border-radius: 15px;
    padding: 15px 0px;
}
.tabs-list_uslugi .tabs-list__item {
    padding: 0px 32px;
    position: relative;
}
.price {
    font-weight: bold;
    color: #0b1f35;
}
.price_uslugi {
    font-size: 22px;
}
.bg-page_uslugi .price-text_uslugi {
    font-size: 16px;
    color: #999999;
    font-weight: 400;
}
.vnutri-usluga {
  padding-top: 120px;
}
.btn-usluga-wn a {
  background: #FEE600;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #000000;
  padding: 17px 40px;
}
.title-b-u, .title-b-u h2 {
  font-weight: 600;
  font-size: 30px;
  line-height: 30px;
  text-decoration-line: underline;
  color: #000000;
  margin-bottom: 50px;
}
.text-b-u {
  font-size: 15px;
  line-height: 21px;
  color: #000000;
}
.bg-m-u {
  height: 160px;
  width: 160px;
  padding: 20px;
}
.text-m-b-u {
  font-weight: bold;
  font-size: 14px;
  line-height: 19px;
  color: #FFFFFF;
  position: relative;
  bottom: -80px;
}
.cont-right-b-u {
  margin-bottom: 60px;
}
.cont-right-b-u a {
  display: inline-block;
}
.bg-m-u {
  margin-right: 20px;
  margin-bottom: 20px;
}


.vnutri-usluga .big-number {
    margin: 0;
}
.big-number {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 10px;
    margin-bottom: 20px;
}
.big-number__item {
    position: relative;
    flex: 0 0 32%;
}
.big-number__item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0px;
    width: 50px;
    height: 2px;
    background: #FEE600;
}
.number__o-kompanii {
    font-size: 36px;
    color: #FEE600;
    line-height: 21px;
    padding-top: 20px;
    font-weight: bold;
}
.after-number-text {
    font-size: 16px;
    color: #000000;
    font-weight: 500;
    margin: 30px 0px;
}
.mt-50 {
  margin-top: 50px;
}
.company-usluga-slider {
  padding-top: 70px;
  padding-bottom: 70px;
  background: #FAFAFA;
}
.vnutri-compani {
  padding-top: 70px;
}
.p-70 {
  padding-top: 70px;
}
/* modal window*/
.dm-overlay {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.65);
    /* display: none; */
    opacity: 0;
    overflow: auto;
    width: 100%;
    height: 100%;
    z-index: -1;
    pointer-events: none;
}
.dm-overlay:target {
    /* display: block; */
    opacity: 1;
 /*    -webkit-animation: fade .6s;
    -moz-animation: fade .6s;
    animation: fade .6s; */
    transition: 0.3s;
    pointer-events: auto;
    z-index: 1000;
}
.dm-table {
    display: table;
    width: 100%;
    height: 100%;
}
.dm-modal {
    display: inline-block;
    width: 100%;
    height: 100vh;
    padding: 20px 50px 50px 50px;
    color: #cfd8dc;
    text-align: left;
}
.dm-modal .contacts-form-usluga {
  margin-top: 20px;
}
.dm-modal .usluga-form input {
  border: 1px solid rgba(15, 107, 169, 0.9);
  color: rgba(15, 107, 169, 0.9);
}
.dm-modal .usluga-form input::placeholder {
  color: rgba(15, 107, 169, 0.9);
}
.dm-modal .usluga-form button {
  margin-top: 20px;
}
.close {
    z-index: 9999;
    width: 30px;
    height: 30px;
    color: #000000;
    text-align: center;
    text-decoration: none;
    line-height: 26px;
    cursor: pointer;
    position: relative;
    right: -54px;
    top: -15px;
    transition: all .3s;
    background: url('../img/close.svg') no-repeat;
    opacity: 0.4;
    transition: 0.25s;
}
.close:hover{
	opacity: 1;
}
.white {
    background: #ffffff !important;
}
@-moz-keyframes fade {
    from {
        opacity: 0;
    }
    to {
        opacity: 1
    }
}
@-webkit-keyframes fade {
    from {
        opacity: 0;
    }
    to {
        opacity: 1
    }
}
@keyframes fade {
    from {
        opacity: 0;
    }
    to {
        opacity: 1
    }
}
.title-forms-u {
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  color: #000000;
}
.title-forms-u span {
  color: #000000;
}
.text-forms-u {
  font-size: 17px;
  line-height: 28px;
  text-align: center;
  color: #000000;
  margin-top: 30px;
  margin-bottom: 60px;
}
.mod {
  text-align: center;
  max-width: 622px;
  margin: 0 auto;
}
.mod.btn-ss a {
	padding: 20px 35px;
}
/* /modal window*/
.buttom-form {
	background: #FEE600;
    padding: 20px 50px;
    font-weight: 600;
    font-size: 16px;
    line-height: 28px;
    color: #263238;
    outline: none;
    border: none;
}
.btn-commerc {
    background: #FEE600;
    padding: 12px 50px;
    font-weight: 500;
    font-size: 14px;
    color: #000000;
    outline: none;
    border: none;
}
.wpcf7-response-output {
	color: #000;
	font-weight: 600;
}

.show-link {
    cursor: pointer;
}
.page-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.page-item_vakansii {
    margin-top: 0;
    margin-bottom: 25px;
    padding-top: 0px;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 0px;
    background-color: #f6f7f9;
    border-radius: 15px;
    transition: all .3s;
}
.page-item__head {
    display: flex;
    flex-wrap: wrap;
}
.page-item__head_vakansii {
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
}
.page-item__content_vakansii.show-content {
    display: flex;
    padding: 0;
    max-height: 0px;
    overflow: hidden;
    border-top: 1px solid transparent;
    transition: all .35s;
    opacity: 1;
}
.page-item__content {
    width: 100%;
}
.page-item__content {
    display: flex;
    flex-direction: column;
}
.page-item__col-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.page-item__col-left .h4-title_vakansii {
    margin-top: 20px;
}
.h4-title_blue {
    color: #000000;
    text-decoration: underline;
}
.h4-title {
    max-width: fit-content;
    font-weight: bold;
    font-size: 22px;
    line-height: 24px;
}
p {
    padding: 0;
    margin: 0;
}
.tabs-list {
    display: flex;
    flex-wrap: wrap;
}
.tabs-list_vakansii {
    padding-top: 33px;
    padding-bottom: 32px;
}
.tabs-list__item-vakansii {
    position: relative;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 52px;
    padding-bottom: 0px;
}
.tabs-list__item-vakansii span {
    font-size: 12px;
    color: #999;
}
.tabs-list__item-vakansii p {
    font-size: 16px;
    line-height: 20px;
}
.tabs-list__item-vakansii:after {
    content: "";
    position: absolute;
    top: 0;
    right: 26px;
    width: 1px;
    height: 44px;
    background-color: #d4d4d4;
}
.page-item__more_vakansii.show-content.visible {
    padding: 28px 0px;
    height: 100%;
    width: 100%;
    transition: all .4s;
    opacity: 1;
}
.show-content.visible {
    overflow: hidden;
}
.page-item__more_vakansii.show-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    padding: 0;
    border: none;
    height: 0px;
    overflow: hidden;
    width: 100%;
    transition: all .4s;
    opacity: 0;
}
.visible {
    visibility: visible!important;
}
.app-btn.show-content {
    padding: 0px 42px;
    height: 0;
    opacity: 0;
    transition: all .4s;
}
[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
}
.app-btn {
    line-height: 1;
    border: none;
    font-size: 16px;
    background: #FEE600;
    color: #000;
    font-weight: 500;
    padding: 14px 29px;
    border: 1px solid #FEE600;
    transition: all .3s;
    outline: none !important;
}
.page-item__date {
    line-height: 12px;
    color: #999;
}
.page-item__link {
    font-weight: 500;
    line-height: 16px;
    color: #000000;
    border-bottom: 1px solid #000000;
    cursor: pointer;
}
.app-btn.show-content.visible {
    padding: 15px 42px;
    height: 46px;
    opacity: 1;
    transition: all .4s;
}
.page-item__content_vakansii.show-content.visible {
    opacity: 1;
    max-height: 1500px;
    padding-bottom: 32px;
    border-top: 1px solid #d4d4d4;
    transition: all 1s;
}
.page-item__content_vakansii .page-item__block {
    justify-content: space-between;
    padding-top: 33px;
}
.page-item__block {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.h4-title {
    max-width: fit-content;
    font-size: 22px;
    font-weight: bold;
    line-height: 24px;
}
.content-list_vakansii {
    padding-top: 0;
    padding-bottom: 21px;
    margin: 0;
    max-width: 725px;
    width: 100%;
    border-bottom: 1px solid #d4d4d4;
    color: #0056b3;
}
.content-list__item {
    font-size: 14px;
    line-height: 20px;
}
.content-list_vakansii .content-list__item p {
    padding-top: 3px;
    padding-bottom: 14px;
    color: #000;
}
.tabs-list__item-vakansii:last-child:after {
    content: "";
    position: absolute;
    top: 0;
    right: 26px;
    width: 1px;
    height: 44px;
    background-color: transparent;
}
.rt-img-holder img {
	width: 100%;
}
..rt-tpg-container .layout1 .rt-holder .rt-detail h2, .rt-tpg-container .layout1 .rt-holder .rt-detail h3, .rt-tpg-container .layout1 .rt-holder .rt-detail h4, .rt-tpg-container .isotope1 .rt-holder .rt-detail h2, .rt-tpg-container .isotope1 .rt-holder .rt-detail h3, .rt-tpg-container .isotope1 .rt-holder .rt-detail h4, .rt-tpg-container .carousel1 .rt-holder .rt-detail h2, .rt-tpg-container .carousel1 .rt-holder .rt-detail h3, .rt-tpg-container .carousel1 .rt-holder .rt-detail h4 {
	line-height: 31px;
}
.spisk-post li {
	list-style: none;
    margin-bottom: 20px;
}
.spisk-post a {
	color: #000;
    font-size: 14px;
    line-height: 19px;
}
.spisk-post a:hover {
	color: #FEE600;
}
.widget-title {
	font-size: 16px;
    font-weight: bold;
	margin-bottom: 20px;
}
.zag-blok {
    background: #f4f4f4;
    padding: 20px 0px;
    text-align: center;
}
.entry-title {
    font-size: 26px;
    font-weight: 600;
    color: #000;
    margin-top: 0px;
    margin-bottom: 20px;
}
.bred {
    text-align: center;
}
.bred .bradcrumb {
	color: #000;
    position: inherit;
}
.bred .bradcrumb a {
    color: #000;
}
.blogss {
	padding: 70px 0px;
}
.work-our-slder .owl-carousel-img img{
	max-width: 270px;
	max-height: 162px;
}
.work-our{
    margin-top: 50px;
}


/* mystyle */
.h1-title-page h1{
  margin: 0;
}
.title-b-u h2{
  margin: 0;
}
.voptros summary{
  padding-right: 43px;
}
.text-pol-b{
  color: #454545;
  font-size: 17px;
  display: block;
  margin-bottom: 14px;
}
.block-kom{
  padding-bottom: 105px;
}
.licens{
  padding-bottom: 30px;
}
.block-kom h2{
  color: #535252;
  font-family: 'Montserrat';
  margin-bottom: 40px;
  font-size: 30px;
  text-align: center;
  font-weight: bold;
}
.block-kom h2 div{
  display: inline-block;
  color: #a59f6a;
  font-weight: 700;
  font-size: 30px;
}
.block-kom h2 span{
  color: #535252;
  font-weight: 400;
}
.number-st{
  position: relative;
  padding-top: 15px;
  text-align: center;
  margin-bottom: 20px;
}
.number-st:before{
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
  width: 55px;
  height: 3px;
  background: #d6d4ca;
}
.number-st1{
  display: block;
  font-weight: bold;
  color: #aca671;
  font-size: 62px;
//  text-shadow: 2px 2px 1px rgba(55, 55, 55, 0.6);
  position: relative;
  z-index: 2;
}
.number-st1 span{
  font-size: 50px;
  font-weight: bold;
}
.number-st2{
  display: block;
  font-size: 75px;
  font-weight: bold;
  color: rgba(152,152,152,0.1);
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  top: -2px;
}
.kom-txt, .kom-txt p{
  color: #383838;
  font-size: 17px;
  font-weight: 500;
  text-align: center;
  line-height: 1.2;
}
.col-d4 .number-st1 span, .col-d4 .number-st2 span{
  font-size: 20px;
  display: inline-block;
}
.block-kom span.bl{
  position: absolute;
  top: -2px;
  font-size: 16px;
  font-weight: bold;
  color: #c8c8c8;
  text-shadow: none;
  text-transform: uppercase;
}
.block-kom .row{
  display: flex;
  flex-wrap: wrap;
}
.right-content-compani img{
  max-width: 100%;
}
.right-content-compani .slider-compani-home img{
  max-width: none;
}
.company-home .col-md-6{
  width: 48%;
}
.company-home .col-md-6 + .col-md-6{
  width: 52%;
} 
.text-b-u p{
  margin-bottom: 19px;
}
.text-b-u ul{
  list-style: none;
  padding-left: 20px;
  margin-bottom: 19px;
}
.text-b-u ul li{
  position: relative;
  padding-left: 12px;
  margin-bottom: 3px;
}
.text-b-u ul li:last-child{
  margin-bottom: 0;
}
.text-b-u ul li:before{
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 9px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #000;
}
.img-home-compani img{
  position: relative;
  right: 60px;
  max-width: none;
  width: 650px;
}
.ico-vp-wrap{
  position: absolute;
  display: none;
  bottom: 45px;
  left: -139px;
  z-index: 3;
  background: #fff;
  color: #000;
  font-size: 14px;
  line-height: 1.2;
  padding: 15px 10px;
  box-sizing: border-box;
  width: 300px;
  box-shadow: 0 0 10px 3px rgb(0 0 0 / 15%);
}
.ico-vp-wrap:before {
    content: '';
    display: block;
    border: 10px solid transparent;
    border-top: 10px solid #fff;
    position: absolute;
    left: calc(50% - 5px);
    bottom: -20px;
}
.ico-vp{
  position: absolute;
  right: -14px;
  bottom: 9px;
}
/* my st */
.text-b-u img{
  max-width: 100%;
}
.text-b-u .col-lg-3 img, .img-hover img{
  position: relative;
  transition: 0.25s;
  bottom: 0;
}
.text-b-u .col-lg-3 img:hover, .img-hover img:hover{
  bottom: 10px;
}
.fre-uslugi-h .img-usluga{
  position: relative;
}
.fre-uslugi-h .img-usluga{
  display: block;
}
.t-usluga-h{
  color: #454545;
  font-size: 21px;
  font-weight: bold;
  text-transform: uppercase;
  position: absolute;
  bottom: 8px;
  background: rgba(249,249,249,0.85);
  left: -6px;
  right: 0;
  max-width: 285px;
  box-sizing: border-box;
  border-left: 10px solid #fce900;
  padding: 14px 16px;
  transition: 1.2s;
}
.fre-uslugi-h .img-usluga:hover .t-usluga-h{
  background: #fbfbfb;
  box-shadow: 0px 2px 12px 0px rgba(94,93,93,0.8);
}
.fre-uslugi-h .img-usluga img{
  position: relative;
  bottom: 0;
  transition: 0.25s;
}
.fre-uslugi-h .img-usluga:hover img{
  bottom: 9px;
}
.t-usluga-h:before{
  content: '';
  display: block;
  position: absolute;
  left: -10px;
  top: -5px;
  background: url('../img/yg.png') no-repeat;
  width: 6px;
  height: 5px;
}
.h1-st{
  background: #F8F9FA;
  padding: 23px 0;
  margin-top: 21px;
}
.h1-st h1, .h1-stt h2, .h1-stt .div-title{
  text-transform: uppercase;
  color: #2f3035;
  font-size: 29px;
  display: table;
  position: relative;
  line-height: 1.3;
  padding: 0;
  margin: 0;
  font-weight: 600;
}
.h1-st h1:before, .h1-stt h2:before, .h1-stt .div-title:before{
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 60px;
  height: 3px;
  background: #f6df03;
}
.container-zag{
  padding-top: 10px;
}
.wrp-base{
  padding-top: 35px;
  display: flex;
  flex-wrap: wrap;
}
.row-style > div{
  position: relative;
}
.row-style > div a:last-child{
  position: absolute;
  bottom: 0;
  left: 22px;
  background: rgba(51,51,51,0.85);
  border-left: 5px solid #fce900;
  padding: 5px 8px;
  color: #fff;
  display: block;
  text-align: left;
  max-width: 80%;
  width: 100%;
  box-sizing: border-box;
  line-height: 1.2;
  min-height: 48px;
  display: flex;
  align-items: center;
}
.row-style > div a:hover{
  color: #f2f721;
}
.form-bl-wrp{
  padding: 55px 0;
}
.form-bl{
  background: url('../img/fon-forms.jpg') no-repeat;
  padding: 31px 39px;
}
.form-bl-f{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 39px;
}
.form-bl-l{
  width: 34%;
  margin-right: 2%;
}
.form-bl-r{
  width: 37.5%;
  margin-right: 2%;
}
.form-bl-rr{
  max-width: 24.5%;
  position: relative;
}
.checkbox-in{
  position: absolute;
  left: 0;
  bottom: 0;
  padding-top: 5px;
}
.checkbox-in label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 23px;
  box-sizing: border-box;
  margin: 0;
  color: #252525;
  font-size: 11px;
  font-family: 'Montserrat';
  font-weight: 600;
  line-height: 1.2;
  max-width: 200px;
}
.checkbox-in input[type=checkbox], .checkbox-in input[type=radio] {
  display: none;
}
.checkbox-in label:before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 10px;
  position: absolute;
  left: 0;
  top: 0;
  border: 1px solid #a8a7a7;
}
.checkbox-in input[type=checkbox]:checked + label:before, .checkbox-in input[type=radio]:checked + label:before {
  content: "\2713";
  font-size: 12px;
  color: #000;
  text-align: center;
  line-height: 11px;
}
.form-bl-bottom-wrp{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.form-bl-bottom-l{
  max-width: 70%;
  box-sizing: border-box;
  padding-right: 15px;
}
.form-bl-bottom-r{
  width: 30%;
}
.form-bl-bottom-r a{
  float: right;
}
.form-bl h2{
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
  position: relative;
  color: #474747;
  font-weight: bold;
  font-size: 28px;
  text-transform: uppercase;
  display: table;
}
.form-bl h2:before{
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -8px;
  height: 1px;
  background: #897a00;
}
.form-bl__desc{
  color: #474747;
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 22px;
}
.form-bl__desc span{
  color: #afa236;
  font-weight: bold;
}
.form-my-style input[type="text"], .form-my-style input[type="tel"], .form-my-style input[type="email"], .form-my-style textarea{
  display: block;
  box-sizing: border-box;
  width: 100%;
  color: #2c2d32;
  font-size: 15px;
  font-family: 'Montserrat';
  height: 40px;
  padding: 0 10px;
  border: none;
  background: #fff;
  border-bottom: 2px solid #d9c908;
}
.form-my-style textarea{
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  height: 98px;
}
.form-bl input[type="text"]{
  margin-bottom: 18px;
}
.form-my-style input[placeholder] {
    opacity: 1;
    color: #2c2d32;
    font-family: 'Montserrat';
}
.form-my-style textarea[placeholder] {
    opacity: 1;
    color: #2c2d32;
    font-family: 'Montserrat';
}
.form-my-style input::-moz-placeholder {
    opacity: 1;
    color: #2c2d32;
    font-family: 'Montserrat';
}
.form-my-style input:-moz-placeholder {
    opacity: 1;
    color: #2c2d32;
    font-family: 'Montserrat';
}
.form-my-style textarea:-moz-placeholder {
    opacity: 1;
    color: #2c2d32;
    font-family: 'Montserrat';
}
.form-my-style textarea::-moz-placeholder {
    opacity: 1;
    color: #2c2d32;
    font-family: 'Montserrat';
}
.btn-submit-cf{
  cursor: pointer;
  font-family: 'Montserrat';
  color: #2c2d32!important;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  background: #fee409;
  display: block;
  padding: 0 7px;
  box-sizing: border-box;
  border: 1px solid #fff;
  box-shadow: 0 0 0 1px #fee409;
  width: 240px;
  height: 50px;
  transition: 0.25s;
  margin-bottom: 9px;
}
a.btn-submit-cf{
  height: auto;
  padding: 11px 7px;
  margin-bottom: 0;
  display: block;
}
.form-bl-bottom{
  padding-top: 29px;
  border-top: 1px dashed #8f8f8f;
}
.form-bl-bottom-l .form-bl__desc{
  margin-bottom: 0;
}
.top-mf{
  background: #1f1f23;
}
.top-mf h2{
  text-align: center;
  color: #f7f6f6;
  font-size: 22px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 20px 12px;
  margin: 0;
}
.mf-wrp{
  padding: 22px 40px 23px;
}
.mf-wrp h3{
  margin: 0 auto 23px;
  color: #1f1f23;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  max-width: 435px;
  line-height: 1.5;
}

.form-my-style2 input[type="text"], .form-my-style2 input[type="tel"], .form-my-style2 input[type="email"]{
  display: block;
  box-sizing: border-box;
  width: 100%;
  font-family: 'Montserrat';
  height: 40px;
  padding: 0 10px;
  border: none;
  background: #fff;
  height: 46px;
  color: #383838;
  font-size: 17px;
  margin-bottom: 22px;
  border: 1px solid #c5c5c5;
}
.form-my-style input[placeholder] {
    opacity: 1;
    color: #383838;
    font-family: 'Montserrat';
}
.form-my-style input::-moz-placeholder {
    opacity: 1;
    color: #383838;
    font-family: 'Montserrat';
}
.form-my-style input:-moz-placeholder {
    opacity: 1;
    color: #383838;
    font-family: 'Montserrat';
}
.checkbox-int, .checkbox-int2{
  position: static;
  padding: 0;
}
.checkbox-int label, .checkbox-int2 label{
  max-width: 100%;
}
.checkbox-int{
  margin-bottom: 22px;
}
.checkbox-int label{
  font-size: 14px;
  color: #6d6c6c;
  padding-left: 25px;
}
.checkbox-int label:before {
  width: 18px;
  height: 18px;
  border: 1px solid #d3d3d3;
  top: -1px;
}
.checkbox-int input[type="checkbox"]:checked + label:before, .checkbox-int input[type="radio"]:checked + label:before {
  background: #1f1f23;
  color: #fee409;
  line-height: 15px;
  font-size: 15px;
}
.checkbox-int-wrp{
  margin-bottom: 9px;
}
.checkbox-int-wrp:last-child{
  margin-bottom: 0;
}
.checkbox-int2{
  margin-bottom: 15px;
  padding-top: 15px;
  border-top: 1px dashed #c5c5c5;
}
.checkbox-int2 label{
  font-size: 12px;
  color: #888888;
  font-family: 'Montserrat';
}
.checkbox-int2 label:before {
  border: 1px solid #d4d4d4;
}
.checkbox-int2 label:before {
  width: 15px;
  height: 15px;
  border: 1px solid #d3d3d3;
}
.checkbox-int2 input[type="checkbox"]:checked + label:before {
  color: #38393c;
  font-size: 12px;
  line-height: 12px;
}
.mf-wrp input[type="submit"]{
  cursor: pointer;
  border: none;
  background: #fee409;
  transition: 0.25s;
  border-bottom: 2px solid #1f1f23;
  color: #2c2d32;
  font-size: 16px;
  font-weight: bold;
  font-family: 'Montserrat';
  height: 48px;
  width: 177px;
  box-sizing: border-box;
  display: block;
  margin: 0 auto;
}
.form-my-style2 .mfp-close{
  top: -33px;
  right: -25px;
  color: #fff!important;
}
.form-my-style .wpcf7-spinner{
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.form-my-style .wpcf7-not-valid-tip{
  font-size: 12px;
}
.form-my-style .text-753 .wpcf7-not-valid-tip{
  margin-top: -17px;
}
.form-my-style .wpcf7 form .wpcf7-response-output{
  font-size: 14px;
  margin: 0;
}
.checkbox-int-wrp br{
  display: none;
}
.form-my-style2 br{
  display: none;
}
.form-my-style2 .wpcf7 form .wpcf7-response-output{
  margin: 0;
  color: #333;
  margin-bottom: 12px;
  margin-top: 5px;
  font-size: 12px;
}
.form-my-style2 .wpcf7-spinner{
  margin: 5px auto 7px;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.form-my-style2 .wpcf7-not-valid-tip{
  margin-top: -22px;
  font-size: 13px;
  line-height: 1.3;
}
.aer-block-wrp{
  background: #f5f6f8;
  position: relative;
  padding-top: 25px;
}
.aer-block__top{
  position: relative;
  top: auto;
  bottom: auto;
  max-width: none;
  padding: 17px 12px;
  padding-left: 24px;
}
.aer-block-l{
  width: 60%;
}
.aer-block{
  padding: 90px 0 0;
}
.aer-block__top h3{
  margin: 0;
  color: #f3f3f3;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.aer-block__top span{
  display: block;
  text-transform: uppercase;
  color: #f3f3f3;
  font-size: 16px;
  font-weight: 500;
}
.aer-wrap{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 42px 0 35px;
  padding-left: 27px;
}
.aer-dt{
  display: flex;
  align-items: center;
  max-width: 50%;
  box-sizing: border-box;
}
.aer-dt span{
  display: block;
  color: #3d3e3e;
  font-size: 16px;
  font-weight: 600;
  max-width: 200px;
}
.aer-dt img{
  margin-right: 18px;
}
.aer1{
  padding-right: 9px;
}
.aer-img{
  position: absolute;
  right: 0;
  top: -29px;
  transition: 1.5s;
}
.aer-block-wrp:hover .aer-img{
    top: -51px;
}
.img-wrp{
  position: relative;
  line-height: 0;
  padding-right: 35px;
  box-sizing: border-box;
  width: 41%;
}
.img-wrp img{
  box-shadow: 4px 4px 0 0 #e4e4e4;
  max-width: 100%;
}
.wrapper-base{
  width: 59%;
}
.wrapper-base li{
  color: #000;
  font-size: 14px;
  margin-bottom: 11px;
  position: relative;
  padding-left: 30px;
}
.dop-text ul{
  list-style: none;
}
.dop-text li{
  position: relative;
  padding-left: 30px;
  margin-bottom: 8px;
}
.dop-text li:last-child{
  margin-bottom: 0;
}
.dop-text li:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 6px;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-left: 7px solid #535353;
  border-bottom: 4px solid transparent;
  margin-left: 7px;
}
.wrapper-base p{
    margin-bottom: 11px;
}
.wrapper-base li:last-child{
  margin-bottom: 0;
}
.wrapper-base li:before{
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 6px;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-left: 7px solid #535353;
  border-bottom: 4px solid transparent;
  margin-left: 7px;
}
.wrapper-base ul{
  list-style: none;
  padding-bottom: 15px;
  padding-top: 15px;
  margin-bottom: 0;
  padding-left: 11px;
  background: #F8F8F9;
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
}
.wrapper-base-bottom{
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  padding-top: 20px;
  padding-bottom: 11px;
  position: relative;
}
.bs-item{
  width: 33.333%;
  box-sizing: border-box;
  padding: 0 15px;
}
.bs-item{
  display: flex;
  align-items: center;
}
.ico-bs{
  margin-right: 15px;
}
.bs-data{
  color: #383737;
  font-size: 14px;
  font-weight: 600;
}
.bs-data div{
  display: block;
  color: #383737;
  font-size: 14px;
  font-weight: 400;
}
.wrapper-base-bottom:before{
  content: '';
  display: block;
  position: absolute;
  left: 15px;
  right: 15px;
  height: 1px;
  top: 0;
}
.wrapper-base-bottom:after{
  content: '';
  display: block;
  position: absolute;
  left: 15px;
  right: 15px;
  height: 1px;
  bottom: 0;
  border-bottom: 1px dashed #e5e5e5;
}
.tel-bs-wrp{
  display: flex;
  align-items: center;
  padding-top: 23px;
}
.tel-bs{
  display: table;
  padding-left: 55px;
  position: relative;
  color: #383737;
  font-weight: 600;
  font-size: 20px;
  margin-right: 51px;
}
.tel-bs:before{
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top:50%;
  background: url('../img/tel1.png') no-repeat;
  transform: translate(0, -50%);
  width: 32px;
  height: 32px;
}
.tel-bs-wrp .btn-call{
  margin: 0;
}
.tel-bs-wrp .btn-call a{
  width: 185px;
  text-align: center;
  box-sizing: border-box;
  display: block;
}
.commers-sale-blok-b2, .section-step2, .block-kom-b2, .licens-b2, .voptros-b2, .painted-b2{
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 55px;
    padding-bottom: 55px;
}
.commers-sale-blok-b2{
    padding-top: 105px;
}
#small-dialog .email-591{
    display: none;
}
.r-n-km2 .title-blok{
  margin-bottom: -15px;
  margin-left: 56px;
  margin-top: 40px;
}
.r-n-km .title-blok{
  margin-bottom: 25px;
}
.r-n-km2{
    padding-top: 27px;
}
.container-zag{
    padding-bottom: 30px;
}
.grid-bt-wrp, .grid-bt-wrp2{
	width: 100%;
}
.grid-bt{
	padding-top: 20px;
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}
.grid-bt__item{
	display: block;
	width: 33.333%;
	padding: 0 15px;
	box-sizing: border-box;
	margin-bottom: 30px;
}
.grid-bt__item a{
	color: #333!important;
	font-weight: 600;
	font-size: 16px;
	display: flex;
	border: 2px solid #E5E5E5;
	padding: 2px;
	align-items: center;
	height: 100%;
	box-sizing: border-box;
	transition: 0.25s;
	box-shadow: none;
}
.grid-bt__item a:hover{
	box-shadow: 0 0 11px 6px #e7e7e7;
	border: 2px solid #bfbfbf;
}
.grid-bt__item a span{
	color: #333!important;
	font-weight: 600;
	font-size: 16px;
	text-align: center;
	display: block;
	width: 100%;
	padding: 0 7px;
}
.grid-bt-wrp2 .grid-bt__item a{
	border-left: 4px solid #FEE600;
}
.grid-bt-wrp2 .grid-bt__item span{
	padding-top: 4px;
	padding-bottom: 4px;
}
.grid-bt-wrp2 .grid-bt{
	padding-top: 45px;
}
.item-srvise-m .uslugi-list:after, .dd-menu__nav2:after, .dd-menu__nav2 ul:after{
	content: '';
	display: block;
	clear: both;
}
.dd-menu__nav2{
	display: block;
}
.top-menu_mobile .dd-menu__block2 li a {
	min-width: 30px!important;
}
.dd-menu__nav2 li{
	width: auto!important;
	display: table;
    float: right;
    clear: both;
}
.dd-menu__block2 .container{
	width: auto;
}
.dd-menu__block2 .class_click_sub{
	padding-right: 46px;
}
.top-menu_mobile .dd-menu__block2 li a.sub-click{
	top: 0;
}
.sub-click2{
	display: block;
    position: absolute;
    left: 72px;
    top: 2px;
    background: #f9f292 url(https://rosgeoplus.ru/wp-content/images/arrow-dawn.png) center center no-repeat;
    width: 15px;
    height: 11px;
    box-sizing: border-box;
    padding: 12px;
    transition: 0.25s;
}
.item-srvise-m, .item-srvise-m > a{
	position: relative;
}
.top-menu_mobile__link_click .sub-click2{
	transition: 0.6s;
}
.active_rotate .sub-click2{
	transform: rotate(180deg);
}
.dd-menu__nav2 .sub-menu{
	width: auto!important;
}
.grid-bt-wrp2 .grid-bt__item{
	width: 25%;
}
.grid-bt-wrp2 .grid-bt__item a{
	font-size: 15px;
}
.crumbs-wrp ul{
  list-style: none;
  display: flex;
  margin-bottom: 0;
}
.crumbs-wrp li{
  margin-right: 22px;
  position: relative;
  font-family: 'Montserrat';
  color: #979696;
  font-size: 13px;
}
.crumbs-wrp li:last-child{
  margin-right: 0;
}
.crumbs-wrp a{
  text-decoration: underline!important;
  font-family: 'Montserrat';
  color: #979696;
}
.crumbs-wrp a:hover{
  text-decoration: none!important;
}
.crumbs-wrp li:before{
  content: '';
  display: block;
  position: absolute;
  right: -15px;
  top: 50%;
  width: 6px;
  height: 9px;
  background: url('../img/bc-arrow.png') no-repeat;
  transform: translate(0, -50%);
}
.crumbs-wrp li:last-child:before{
  display: none;
}
.crumbs-wrap{
  padding-top: 12px;
}
.aer-block-h h3 a{
  font-size: 20px;
  font-family: "Montserrat";
  font-weight: bold;
  color: rgb(243, 243, 243);
  transition: 0.25s;
}
.aer-block-h h3 a:hover{
  color: #f4f6a8;
}
.slide__desc2{
  color: #fbfbfb!important;
  font-size: 37px;
  font-weight: bold;
  text-shadow: 1px 1px 9px rgba(0, 0, 0, 0.57);
  width: 100%;
  padding: 16px 10px;
  box-sizing: border-box;
  text-align: center;
  max-width: 668px;
  background: #7c7968;
  box-shadow: 2px 2px 12px 0 rgba(94,93,93,0.7);
  margin-bottom: 33px;
  display: block;
  transition: all 0.5s;
}
.slide__desc2:hover {
  color: #eef7e8 !important;
  box-shadow: 2px 2px 6px 0 rgba(94,93,93,0.4);
}

.li-sda{
  list-style: none;
  margin-bottom: 0!important
}
.li-sda a{
  display: block;
  color: #161616;
  font-size: 19px;
  font-weight: 500;
}
.li-sda li{
  margin-bottom: 11px;
  position: relative;
  padding-left: 30px;
}
.li-sda li:last-child{
  margin-bottom: 0;
}
.li-sda li:before{
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-left: 7px solid #8a7d04;
  border-bottom: 7px solid transparent;
}
.li-sda-wrp{
  margin-bottom: 30px;
}
/* .li-sda-wrp{
  position: relative;
  box-shadow: inset 3px 3px 140px 0px rgba(255, 255, 255, 0.55);
  padding: 30px;
  border-radius: 50%;
}
 */
.btn-group-slider2 .btn-consult a{
  display: block;
  color: #131313;
  font-size: 14px;
  text-transform: uppercase;
  text-shadow: 1px 1px 5px rgba(100,99,99,0.5);
  width: 226px;
  box-shadow: 1px 1px 17px 0 #646363;
  border-bottom: 1px solid #4e4e4e;
  box-sizing: border-box;
  text-align: center;
  font-weight: bold;
  padding: 15px 7px;
  letter-spacing: 1px;
  transition: 0.25s;
}
.btn-group-slider2 .btn-consult a:hover{
  background: #e2f103;
  transition: 0.5s;
}
.li-sda-wrap{
  padding-left: 39px;
}
.adres-hed-mm{
  display: none;
}

.dop-text {
 padding-top: 40px;
}
.dop-text p{
  margin-bottom: 10px;
}
.dop-text strong{
  font-weight: 600;
  color:#000;
}
.dop-text ul{
  margin-left: 30px;
}
.dop-text a{
  font-weight: 600;
  color: #cb9600;
}
.dop-text a:hover{
    color: #d9b910;
}
.price-btn{
    display: flex;
    flex-wrap: wrap;
    background: #fff;
}
.price-btn a{
    width: calc(25% - 5px);
    box-sizing: border-box;
    padding: 14px 18px;
    background: #fde900;
    color: #242424;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    border: 1px solid #d6d6d6;
    border-bottom: none;
    margin-right: 5px;
    position: relative;
}
.price-btn a.active{
    background: #fff;
}
.price-btn a:last-child{
    margin-right: 0;
}
.price-btn{
    position: relative;
}
.price-btn:before{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 28px;
    bottom: 0;
    background: #d6d6d6;
    height: 1px;
}
.price-btn a.active:before{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    height: 2px;
    bottom: -2px;
    background: #fff;
}
.block-prive, .block-price{
    display: flex;
    flex-wrap: wrap;
}
.block-price-left, .block-price-right{
    width: 50%;
    box-sizing: border-box;
    padding: 25px;
    padding-top: 33px;
}
.block-price{
    border: 1px solid #d6d6d6;
    position: relative;
    bottom: 2px;
    z-index: -1;
}
.name-price{
    flex: 0 0 auto;
    width: auto;
    max-width: none;
    padding-right: 8px;
}
.price-n{
    flex: 0 0 auto;
    width: auto;
    max-width: none;
    padding-left: 8px;
}
.bg-border{
    width: auto;
    max-width: 100%;
    flex-grow: 3;
    height: 1px;
    border-bottom: 1px dotted #333;
    position: relative;
    top: 12px;
}
.name-price, .price-n{
    color: #242424;
    font-size: 14px;
    font-weight: 500;
}
.price-item{
    display: flex;
    padding: 11px 0;
}
.block-price-left{
    position: relative;
}
.block-price-left:before{
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 12px;
    bottom: 12px;
    width: 1px;
    border-right: 1px dashed #d8d5d5;
}
.block-price{
    display: none;
}
.block-price1{
    display: flex;
}
.price-wrp{
    padding: 50px 0 20px;
}
.price-wrp .title-blok{
    text-align: center;
}
.block-price-right{
    position: relative;
}
.block-price-right:before{
    content: '';
    display: block;
    position: absolute;
    right: -1px;
    top: -1px;
    background: url('../img/r-v.jpg') no-repeat;
    width: 29px;
    height: 29px;
}

.wrp-video{
  display: flex;
  flex-wrap: wrap;
}
.wrap-frame{
  width: 40%; 
  box-sizing: border-box;
}
.info-video{
  display: flex;
  flex-wrap: wrap;
  width: 60%;
  box-sizing: border-box;
  padding-left: 5px;
}
.col-link{
  color: #242424;
  font-size: 17px;
  padding: 7px 30px;
  padding-right: 14px;
  background: #f3f3f3;
  cursor: pointer;
  transition: 0.25s;
  display: block;
  border: 1px solid #fff;
  box-sizing: border-box;
  width: 33.333%;
  font-weight: 500;
  border-bottom: 3px solid transparent;
}
.col-link:hover{
  background: #fff;
  color: #242424;
  border-bottom: 3px solid #fae802;
}
.wrap-frame a{
  display: block;
  line-height: 0;
  position: relative;
  padding: 3px;
  border: 1px solid #9c9c9c;
}
.wrap-frame a img{
  margin-bottom: 0!important;
}
.wrap-frame a:before{
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top:50%;
  width: 64px;
  height: 64px;
  margin: 0 auto;
  background: url('../img/load-v.png') no-repeat;
  transform: translate(0, -50%);
}
.wrapper-video .top-zag{
  margin-bottom: 47px;
}
.popup-youtube img{
  max-width: none;
  width: 100%;
}
.container-video .title-blok > div{
  font-size: 20px;
}
.container-video .title-blok {
  text-align: center;
}
.wrap-frame iframe {
  width: 100%;
  height: 347px;
  min-height: auto;
  display: block;
  margin: 0;
}
/* *** */
.wrap-sl-geodez{
    display: flex;
    flex-wrap: wrap;
}
.wrp-sl-geodez{
    width: 32%;
    box-sizing: border-box;
}
.wrapper-sl-geodez{
    width: 68%;
    box-sizing: border-box;
}
.wrp-sl-cont-block-geodez{
    display: flex;
    flex-wrap: wrap;
}
.wrapper-sl-geodez img{
    padding: 2px;
    border: 1px solid #d4d4d4;
}
.wrp-sl-img-geodez{
    width: 54%;
    margin-right: 2%;
}
.wrp-sl-txt-geodez{
    width: 44%;
    position: relative;
    /* padding-bottom: 42px; 
    padding-top: 11px;*/
}
.wrp-sl-txt-geodez, .wrp-sl-txt-geodez p{
    color: #3c3c3c;
    font-weight: 400;
    font-size: 14px;
}
.wrp-sl-txt-geodez p{
    margin-bottom: 15px;
}
.sl-info-geodez{
    position: absolute;
    left: 0;
    bottom: 17px;
}
.sl-info-geodez b{
    color: #3c3c3c;
    font-size: 14px;
    font-weight: bold;
}
.click-img-ptf-geodez a{
    display: block;
    color: #3c3c3c;
    font-size: 14px;
    font-weight: 500;
    padding: 12px 14px;
    background: #f7f7f7;
    border: 1px solid #d4d4d4;
    text-decoration: none!important;
    transition: 0.25s;
    border-left: 3px solid #fee409;
}
.click-img-ptf-geodez a:hover{
    box-shadow: 0 0 5px 3px #e7e7e7;
    border-top: 1px solid #8f8888;
    border-right: 1px solid #8f8888;
    border-bottom: 1px solid #8f8888;
    background: #f0f0f0;
}
.click-img-ptf-geodez a.active{
    background: #fff;
}
.click-img-ptf-geodez{
    margin-bottom: 7px;
}
.click-img-ptf-geodez:last-child{
    margin-bottom: 0;
}

/* kadastr */
.wrap-sl-kadastr{
    display: flex;
    flex-wrap: wrap;
}
.wrp-sl-kadastr{
    width: 32%;
    box-sizing: border-box;
}
.wrapper-sl-kadastr{
    width: 68%;
    box-sizing: border-box;
}
.wrp-sl-cont-block-kadastr{
    display: flex;
    flex-wrap: wrap;
}
.wrapper-sl-kadastr img{
    padding: 2px;
    border: 1px solid #d4d4d4;
}
.wrp-sl-img-kadastr{
    width: 54%;
    margin-right: 2%;
}
.wrp-sl-txt-kadastr{
    width: 44%;
    position: relative;
    /* padding-bottom: 42px; 
    padding-top: 11px;*/
}
.wrp-sl-txt-kadastr, .wrp-sl-txt-kadastr p{
    color: #3c3c3c;
    font-weight: 300;
    font-size: 14px;
}
.wrp-sl-txt-kadastr p{
    margin-bottom: 15px;
}
.sl-info-kadastr{
    position: absolute;
    left: 0;
    bottom: 17px;
}
.sl-info-kadastr b{
    color: #3c3c3c;
    font-size: 14px;
    font-weight: bold;
}
.click-img-ptf-kadastr a{
    display: block;
    color: #3c3c3c;
    font-size: 14px;
    font-weight: 300;
    padding: 12px 14px;
    background: #fff;
    border: 1px solid #d4d4d4;
    text-decoration: none!important;
    transition: 0.25s;
    border-left: 3px solid #fee409;
}
.click-img-ptf-kadastr a:hover{
    box-shadow: 0 0 11px 6px #e7e7e7;
    border-top: 1px solid #8f8888;
    border-right: 1px solid #8f8888;
    border-bottom: 1px solid #8f8888;
}
.click-img-ptf-kadastr a.active{
    background: #e9e9e9;
}
.click-img-ptf-kadastr{
    margin-bottom: 7px;
}
.click-img-ptf-kadastr:last-child{
    margin-bottom: 0;
}

.button-wrp button, .button-wrp span, .button-wrp div{
    display: block;
    width: 28px;
    height: 16px;
    cursor: pointer;
    border: none;
    position: relative;
    right: 17px;
}
.button-wrp .slick-prev-in{
    background: url('../img/button-bottom.png') no-repeat;
}
.button-wrp .slick-next-in{
    background: url('../img/button-top.png') no-repeat;
    margin-left: 15px;
}
.click-img-ptf-hidden-geodez{
  overflow: auto;
  height: 263px;
  position: relative;
  left: 17px;
}
.multiple-geodez {
  overflow: hidden;
  position: relative;
  padding-bottom: 12px;
  right: 17px;
}
.button-wrp{
    display: flex;
    justify-content: center;
}
.wrap-sl-geodez{
    padding-bottom: 100px;
}
.wrp-sl-cont-block-geodez{
    display: none;
}
.cont-index1{
    display: flex;
}
.click-img-ptf-geodez a{
    width: calc(100% - 17px);
    box-sizing: border-box;
}
.button-wrp{
    width: 100%;
    box-sizing: border-box;
}
.tabs-geodez-wrap{
	margin-top: 40px;
}

.tabs-geodez-wrap .title-blok{
	text-align: center;
	line-height: 26px;
	font-size: 26px;
}
.wrp-sl-img-geodez img{
	width: 100%;
}

.click-img-ptf-hidden-kadastr{
  overflow: auto;
  height: 263px;
  position: relative;
  left: 17px;
}
.multiple-kadastr {
  overflow: hidden;
  position: relative;
  padding-bottom: 12px;
  right: 17px;
}

.wrap-sl-kadastr{
    padding-bottom: 100px;
}
.wrp-sl-cont-block-kadastr{
    display: none;
}
.cont-index1{
    display: flex;
}
.click-img-ptf-kadastr a{
    width: calc(100% - 17px);
    box-sizing: border-box;
}
.button-wrp{
    width: 100%;
    box-sizing: border-box;
}
.tabs-kadastr-wrap .title-blok{
	text-align: center;
}
.wrp-sl-img-kadastr img{
	width: 100%;
}

.er-left{
    width: 100%;
    background: none;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 130px;
    position: relative;
}
.er-left span{
    display: block;
    color: #878787;
    font-size: 25px;
    margin-bottom: 64px;
}
.er-menu li{
    position: relative;
    margin-bottom: 9px;
    padding-left: 20px;
}
.er-menu li:last-child{
    margin-bottom: 0;
}
.er-menu li:before{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 10px;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-left: 7px solid #d9d9d9;
    border-bottom: 7px solid transparent;
}
.er-menu{
    list-style: none;
    margin: 0;
    padding: 0;
}
.er-menu li a{
    display: block;
    color: #2c2c2c;
    font-size: 25px;
}
.er-menu li a:hover{
    text-decoration: underline;
}
.er-left h1, .er-left h2{
    margin-bottom: 35px;
}
.pig404{
    position: absolute;
    right: 0;
    top: 0;
    max-width: calc(100% - 430px);
}
h1.h1-title-page-s{
  padding: 0;
  margin: 0;
}
.voptros.voptros-b2 ul{
  padding-left: 11px;
  list-style: none;
}
.voptros.voptros-b2 ul li{
  position: relative;
  padding-left: 23px;
  color: #000000;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
}
.voptros.voptros-b2 ul li::marker{
  display: none!important;
}
.voptros.voptros-b2 ul li:before{
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 10px;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-left: 7px solid #535353;
  border-bottom: 4px solid transparent;
  margin-left: 7px;
}
.voptros .otvet{
  display: none;
}
.dm-modal-in{
	display: table;
	margin: 0 auto;
	padding: 40px 70px;
	box-shadow: 1px 1px 9px 0 rgba(51,51,51,0.25);
	box-sizing: border-box;
}
.white-in{
	padding: 0;
}
.dm-overlay{
	background: #fff;
  	height: 100%;
}
.dm-table{
	height: auto;
	display: flex;
  	align-items: center;
  	justify-content: center;
  	min-height: 100%;
}
.dm-overlay{
	height: auto;
	bottom: 0;
	padding: 15px 0;
  /* animation: fade .6s; */
  transition: 0.3s;
}
.dm-modal{
	height: auto;
}
.dm-modal .contacts-form-usluga {
	margin-top: 0;
}
.text-poll{
	position: relative;
}
.text-poll .checkbox-in{
	position: static;
	text-align: left;
}
.text-poll .checkbox-in input[type=checkbox]:checked + label:before{
    color: #625f46;
    font-weight: 900;
    line-height: 18px;
    text-indent: 0px;
    font-size: 18px;
}
.text-poll .checkbox-in label:before {
	width: 20px;
	height: 20px;
	top: -1px;
}
.text-poll .checkbox-in label{
	font-size: 15px;
	max-width: 100%;
	box-sizing: border-box;
	text-indent: 5px;
}
.text-poll a, .obr-url, .obr-url2{
	text-decoration: underline!important;
	color: #252525 !important;
	font-weight: 500;
}
.text-poll a:hover {
	color: #46830f !important;
}
.obr-url:hover {
	color: #46830f !important;
}
.obr-url2:hover {
	color: #46830f !important;
}

#wpcf7-f201-o4 .wpcf7-form-control-wrap input, #wpcf7-f201-o3 .wpcf7-form-control-wrap input{
	padding-left: 11px;
	box-sizing: border-box;
}
.dm-modal-in form{
	margin: 0 auto;
	display: block;
	max-width: 480px;
}
.text-forms-u{
	margin-bottom: 30px;
}
.container-km{
	padding: 40px 50px;
	box-shadow: 1px 1px 9px 0 rgba(51,51,51,0.25);
}
.container-km .title-blok{
	font-weight: 600;
	margin-bottom: 31px;
}
.container-km .zapusk-text{
	font-size: 21px;
	font-weight: 400;
	padding-left: 0;
}
.container-km .zapusk-text:before {
	display: none;
}
.container-km .z-2{
	padding-bottom: 0;
}
.ico-row{
	display: flex;
	align-items: center;
}
.ico-row img{
	margin-right: 20px;
	flex-shrink: 0;
}
.container-km-mb{
	margin-bottom: 40px;
}
.tab-footer{
	padding: 40px 0;
}
.block-ft{
	box-shadow: 1px 1px 9px 0 rgba(51,51,51,0.25);
	display: flex;
	margin-bottom: 50px;
}
.block-ft-img{
	max-width: 400px;
	position: relative;
	overflow: hidden;
}
.block-ft-img img{
	max-width: 100%;
	object-fit: cover;
	height: 100%;
}
.block-ft-img:before {
	content: '';
	display: block;
	position: absolute;
	background: #fff;
	width: 90px;
	top: 0;
	bottom: -25px;
	right: -40px;
	transform: rotate(9deg);
}
.block-ft-txt{
	padding: 30px;
	padding-left: 15px;
	width: calc(100% - 400px);
	box-sizing: border-box;
}
.block-ft-txt, .block-ft-txt p{
	font-size: 17px;
}
.block-ft-txt h2, .block-ft-txt .div-title{
	font-size: 24px;
	text-transform: none;
	margin-bottom: 28px;
}
.owl-carousel-img{
	border: 1px solid #ccc;
}
.owl-carousel-style .owl-dots{
	display: none;
}
.owl-carousel-style .owl-nav button{
	position: absolute;
	top: 50%;
	margin-top: -16px;
	font-size: 0!important;
	color: rgba(0, 0, 0, 0)!important;
	display: block;
	width: 16px;
	height: 33px;
}
.owl-carousel-style .owl-nav button.owl-prev{
	display: none;
}
.owl-carousel-style .owl-nav button.owl-next{
	right: 0;
	background: url('../img/arrow-grey-in.png') no-repeat!important;
}
.work-our-slder{
	padding-right: 25px;
}
.wath-widget:before {
  content: '';
  display: block;
  position: absolute;
  left: -10px;
  top: 0;
  bottom: 0;
  width: 10px;
  background: rgba(0, 0, 0, 0);
}
.wath-widget {
  position: fixed;
  right: 30px;
  bottom: 40px;
  display: block;
  width: 70px;
  height: 70px;
  background: url('../img/text-to-telegram.png') no-repeat;
    background-size: auto;
  background-size: 100% 100%;
  z-index: 9;
  text-decoration: none;
}
.wa-in {
  position: relative;
  display: none;
  right: 252px;
  width: 246px;
  top: 50%;
  padding: 9px 10px;
  color: #333;
  font-size: 13px;
  background: #fff;
  border: 2px solid #2189c0;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.wath-widget:hover .wa-in {
  display: block;
}
.slide__col .li-sda a:hover{
  text-decoration: underline!important;
  color: #957e2b;
  transition: 0.25s;
}
#cookie-consent {
  position: fixed;
  box-shadow: 0 -2px 15px rgba(0,0,0,0.2);
  z-index: 9999;
  display: none;
  width: 285px;
  right: 24px;
  left: auto;
  bottom: 10px;
  background: #fff;
  border-radius: 20px;
  text-align: left;
  padding: 20px 25px;
  font-size: 12px;
}
#cookie-consent span {
  display: block;
  padding-bottom: 10px;
}
#cookie-consent button {
  background: #9de79f;
  color: #000;
  padding: 5px 22px;
  margin-right: 20px;
  cursor: pointer;
  border-radius: 3px;
  border: 2px solid #4CAF50;
  transition: 0.5s;
  font: inherit;
  outline: none;
}
#cookie-consent a {
  color: #000;
  text-decoration: underline!important;
  transition: 0.5s;
}
#cookie-consent a:hover{
  text-decoration: none!important;
}
.dd-menu-wrp > img{
  margin-bottom: 12px;
  zoom: 0.8;
}
.grafik-work{
  position: relative;
}
.grafik-work__wrp{
  position: absolute;
  z-index: 3;
  width: 155px;
  box-shadow: 0px 0px 3px #ccc;
  z-index: 100;
  background: #f6fafc;
  text-align: left;
  left: 50%;
  transform: translate(-50%, 0);
  top: 34px;
  display: none;
}
.grafik-work:hover .grafik-work__wrp{
  display: block;
}
.grafik-work__wrp span{
  padding: 2px 10px;
  display: block;
  font-size: 14px;
}
.grafik-work__wrp span.gtitle{
  background: #eaeaea;
  color: #212529;
  display: block;
  padding: 3px 10px;
}
.line-head-wrp{
  display: flex;
  align-items: center;
  margin-left: auto;
}
.line-head-wrp .e-mail_line{
  margin-right: 35px;
}
.line-head-wrp .adress-list{
  margin-right: 40px;
}
.shadow-wrapper{
  position: absolute;
  z-index: 99;
  left: 0;
  top: 0;
  filter: drop-shadow(0 0 10px rgba(0,0,0,0.2));
}
.gl-shapka-logo-top{
    background: #fff;
    display: block;
    padding: 7px 18px;
    box-sizing: border-box;
    width: 276px;
    clip-path: polygon(
        0% 0%,
        100% 0%,
        92.5% 100%,
        7.5% 100% 
    );
}
.gl-shapka-logo-top img{
  display: table;
  margin: 0 auto;
}
.line-head-block{
  position: relative;
}
.header-content.head{
  border-bottom: 1px solid #d4d4d4;
}
.preim2{
  margin-top: 40px;
  margin-bottom: 20px;
}



/* responsive */
@media screen and (min-width: 992px) {
    .dd-menu__list > .dd-menu__item:nth-child(1) a{
        color: rgb(69, 69, 69);
        font-size: 16px;
        font-weight: bold;
        text-transform: uppercase;
        position: absolute;
        bottom: 8px;
        background: rgba(249, 249, 249, 0.85);
        left: -6px;
        right: 0px;
        max-width: 230px;
        box-sizing: border-box;
        border-left: 10px solid rgb(252, 233, 0);
        padding: 14px 16px;
        transition: 1.2s;
    }
    .dd-menu__list > .dd-menu__item:nth-child(1) a:before {
        content: "";
        display: block;
        position: absolute;
        left: -10px;
        top: -5px;
        background: url("../img/yg.png") no-repeat;
        width: 6px;
        height: 5px;
    }
    .dd-menu__list > .dd-menu__item:nth-child(1){
        margin-bottom: 0;
        padding-bottom: 23px;
    }
        .dd-menu__list > .dd-menu__item:nth-child(1) a:hover {
        background: #fbfbfb;
        box-shadow: 0px 2px 12px 0px rgba(94,93,93,0.8);
    }
}
@media screen and (max-width: 1199px) {
.img-home-compani img{
    width: auto;
    max-width: 100%;
  }
  .aer-img{
    max-width: 428px;
  }
  .row-style > div{
    display: table;
    margin-left: auto;
    margin-right: auto;
    width: auto;
    float: none;
  }
  .line-head-wrp .adress-list{
    margin-right: 19px;
  }
}
.line-head-mb, .info-m{
  display: none;
}
@media screen and (max-width: 992px) {
  body{
    overflow-x: hidden;
  }
  .line-head-mb{
    display: block;
    padding-top: 15px;
    padding-bottom: 30px;
    position: relative;
    border: none;
  }
  .line-head-mb:before{
    content: '';
    display: block;
    position: absolute;
    left: 26px;
    right: 26px;
    top: 0;
    height: 1px;
    background: #ececec;
  }
   .tel-mb{
    display: block;
    text-align: right;
    color: #000;
    font-size: 18px;
    font-weight: bold;
  }
  body .top-menu-bg{
    height: auto;
    padding-bottom: 30px;
    top: 102px;
    top: 0;
    display: block;
    position: absolute;
    z-index: 3;
  }
  .top-menu-bg-hr{
    height: 1px;
    position: absolute;
    bottom: 0;
    left: -10px;
    right: -10px;
    box-shadow: 0 5px 8px 0px rgba(51,51,51,0.7);
  }
  body .top-menu-bg:before, body .top-menu-bg:after{
    content: '';
    display: block;
    position: absolute;
    left: -26px;
    width: 26px;
    background: #fff;
    top: 0;
    bottom: 0;
  }
  body .top-menu-bg:after{
    right: -26px;
    left: auto;
  }
.top-menu__nav, .header-content, .top-menu-bg{
    align-items: flex-start!important;
  }
  body .top-menu__nav{
    display: block;
    width: 100%;
    padding-top: 30px;
  }
  body .top-menu_mobile{
    padding: 0 25px;
  }
  .top-menu_mobile li{
    margin-bottom: 5px;
    text-align: right;
  }
  .top-menu_mobile li a{
    display: inline-block;
    min-width: 176px;
    padding-bottom: 5px;
    border-bottom: 1px dashed #e7e7e7;
    font-size: 19px;
    color: #000;
  }
  .header .feedback{
    display: block;
    float: right;
    padding-right: 20px;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .info-m{
    display: block;
    clear: both;
    float: right;
    padding-top: 30px;
  }
  .info-m .line-head-block{
    margin: 0;
    display: block;
    text-align: right;
    padding-right: 25px;
    margin-bottom: 11px;
  }
  .info-m .adress-list:before, .e-mail:before, .info-m .clock:before  {
    display: none;
  }
  .info-m .adress-list:after {
    background: url('../img/location.svg') no-repeat;
    background-size: contain;
    background-position: center;
    content: "";
    width: 20px;
    height: 20px;
    display: block;
    margin-left: 6px;
    margin-right: 0;
  }
  .info-m .e-mail:after {
    background: url('../img/mail.svg') no-repeat;
    background-size: contain;
    background-position: center;
    content: "";
    width: 20px;
    height: 20px;
    display: block;
    margin-left: 6px;
    margin-right: 0;
  }
  .info-m .clock:after {
    background: url('../img/clock_circle.svg') no-repeat;
    background-size: contain;
    background-position: center;
    content: "";
    width: 20px;
    height: 20px;
    display: block;
    margin-left: 6px;
    margin-right: 0;
  }
  .info-m .clock, .info-m .e-mail, .info-m .adress-list{
    justify-content: flex-end;
    height: 34px;
  }
  .info-m .lk-client a{
    color: #c3473e;
    font-size: 14px;
    font-weight: 600;
    justify-content: flex-end;
  }
  .info-m .lk-client{
    position: relative;
    justify-content: flex-end;
    padding-right: 26px;
    padding-top: 14px;
  }
  .info-m .lk-client:before{
    content: '';
    display: block;
    position: absolute;
    right: 26px;
    top: 2px;
    height: 1px;
    background: #cccccc;
    width: 175px;
  }
  body .header-burger.active:before {
    top: 11px;
  }
  body .header-burger.active:after {
    bottom: 7px;
  }
  body .header-bg__container.container, .line-head-mb .container{
    max-width: 970px;
    width: 100%;
  }
  .form-bl-f{
    display: block;
  }
  .form-bl-l, .form-bl-r, .form-bl-rr{
    width: 100%;
    max-width: 100%;
    margin-right: 0;
  }
  .checkbox-in{
    position: static;
  }
  .form-bl input[type="tel"], .form-bl textarea, .form-bl input[type="text"] {
    margin-bottom: 15px;
  }
  .form-my-style .text-753 .wpcf7-not-valid-tip {
    margin-top: 0;
  }
  .form-my-style .wpcf7-not-valid-tip{
    margin-top: -12px!important;
  }
  .crumbs-wrap{
    position: relative;
  }
  .crumbs-wrp ul{
    overflow-x: auto;
    padding-bottom: 7px;
    position: relative;
  }
  .crumbs-wrp li {
    white-space: nowrap;
  }
  .prk {
    height: 10px;
    background: #fff;
    position: absolute;
    bottom: -3px;
    left: 0;
    right: 0;
  }
  .line-head-mb .container{
    display: flex!important;
    width: auto!important;
    max-width: none!important;
    align-items: center;
  }
  .line-head-mb-l{
    font-size: 15px;
    font-weight: 500;
    color: #6b6a6a;
    margin-right: 11px;
  }
  .line-head-mb-r{
    margin-left: auto;
  }
  .adres-hed-mm{
    display: block;
  }
  .header-burger-wrp{
    padding: 11px;
    padding-top: 22px;
    background: #f5f5f5;
  }
  .wrap-frame {
    margin: 0 auto 14px;
    max-width: 410px;
    width: 100%;
  }
  .info-video {
    padding: 0;
    width: 100%;
  }
  .top-menu_mobile .dd-menu__list{
  	margin-bottom: 35px;
  }
  .top-menu_mobile .dd-menu__list:last-child{
  	margin-bottom: 0;
  }
  .top-menu_mobile .dd-menu__block2 li:first-child a{
  	border-bottom: none;
  }
  .line-head-wrp .e-mail_line, .line-head-wrp .grafik-work, .line-head-wrp .adress-list, .adres-hed-mm .tel-mb{
    display: none;
  }
  .adres-hed-mm{
    position: absolute;
    right: 0;
    top: 18px;
  }
  .line-head-mb-r{
    margin-left: 25px;
  }
  .header-content{
    height: 60px;
  }
  .top-menu-bg.active{
    position: fixed;
    top: 42px;
    height: 95vh;
    height: 95dvh;
  }
  body .top-menu__nav{
    overflow: auto;
  }
}
@media screen and (max-width: 991px) {
  .number-st1, .number-st1 {
    font-size: 40px;
  }
  .col-d4 .number-st1 span, .col-d4 .number-st2 span {
    font-size: 18px;
  }
  .kom-txt, .kom-txt p{
    font-size: 15px;
  }
  .kom-txt p br{
    display: none;
  }
  .number-st2{
    font-size: 42px;
  }
  .block-kom span.bl {
    font-size: 14px;
  }
  .company-home .col-md-6 + .col-md-6, .company-home .col-md-6{
    width: 100%;
  }
  .text-b-u img{
    max-width: 100%;
  }
  .tabs-list_uslugi .btn-usluga-wn{
    padding-top: 20px;
    padding-bottom: 9px
  }
  .ico-vp-wrap {
    right: 0;
    left: auto;
  }
  .form-bl-bottom-wrp{
    display: block;
  }
  .form-bl-bottom-l, .form-bl-bottom-r{
    width: 100%;
    max-width: 100%;
  }
  .form-bl-bottom-r a {
    float: none;
  }
  .form-bl-bottom-l{
    margin-bottom: 15px;
  }
  .form-bl-bottom{
    padding-top: 65px;
  }
  .form-bl-f{
    margin-bottom: 15px;
  }
  .aer-img{
    display: none;
  }
  .aer-block-l{
    width: 100%;
  }
  .aer-block__top{
    left: 0;
  }
  .aer-block-wrp{
    padding-top: 0;
  }
  .aer-block{
    padding-top: 0;
  }
  .wrp-base{
    display: block;
  }
  .img-wrp{
    padding-right: 0;
    width: auto;
    display: table;
    margin: 0 auto 20px;
  }
  .wrapper-base{
    width: auto;
  }
  .grid-bt__item a{
  	font-size: 14px;
  	line-height: 1.2;
  }
  .grid-bt__item, .grid-bt-wrp2 .grid-bt__item{
  	width: 50%;
  }
  .grid-bt{
  	justify-content: center;
  	padding-top: 45px;
  }
  .dd-menu__block2 .container{
  	width: auto;
  	box-sizing: border-box;
  }
  .dd-menu__block2{
  	/* width: calc(100% + 78px);
	right: -39px; */
    box-sizing: border-box;
    width: auto;
    left: -25px;
    right: -25px;
  }
  .sub-click2{
  	top: 0;
  }
  .dd-menu__list{
  	padding-top: 25px;
  }
  .dd-menu__list1{
  	padding-top: 0;
  }
  .dd-menu__list > .dd-menu__item:nth-child(1){
  	margin-bottom: 0;
  }
  .block-price-right:before {
    display: none;
  }
  .block-price-left, .block-price-right{
    width: 100%;
  }
  .block-price-left{
    padding-bottom: 0;
  }
  .block-price-right{
    padding-top: 0;
  }
  .price-btn:before {
    right: 0;
  }
  .price-btn a{
    font-size: 16px;
    padding: 9px 10px;
    width: 33.333%;
    margin-right: 0;
  }
  .price-wrp{
    padding-bottom: 0;
  }
  .block-price-left:before {
    display: none;
  }
  .wrp-sl-img-geodez{
  	margin: 0;
  	width: 100%;
  }
  .wrp-sl-txt-geodez{
  	width: 100%;
  }
    .wrp-sl-img-kadastr{
  	margin: 0;
  	width: 100%;
  }
  .wrp-sl-txt-kadastr{
  	width: 100%;
  }
  .block-ft-img:before {
  	display: none;
  }
  .block-ft{
  	display: block;
  }
  .block-ft-txt{
  	width: 100%;
  	padding-left: 20px;
  	padding-right: 20px;
  }
  .block-ft-img{
  	max-width: 100%;
  }
  .block-ft-img img{
  	width: 100%;
    max-height: 415px;
    object-fit: cover;
  }
  .block-ft{
  	margin-bottom: 0;
  }
  .dd-menu-wrp{
    max-width: 31%;
  }
}
@media screen and (max-width: 768px) {
  .h1-title-page h1{
    font-size: 34px;
    line-height: 1.2;
  }
  .block-kom span.bl{
    top: -12px;
  }
  .block-kom .col-xs-6{
    margin-bottom: 20px;
  }
  .section-step2 .z-1{
    margin-bottom: 0;
  }
  .section-step2 .row .col-sm-6{
    margin-bottom: 0;
  }
  .section-step2 .z-2 .col-sm-6:last-child{
    margin-bottom: 0;
  }
  .section-step2 .number-step{
    position: relative;
    margin-right: 15px;
    top: 27px;
    min-width: 50px;
    min-height: 50px;
    width: 50px;
    height: 50px;
    line-height: 51px;
    font-size: 32px;
  }
  .section-step2 .mobile-step{
    display: flex;
    flex-wrap: wrap;
  }
  .section-step2 .desc-step{
    width: 100%;
    padding-left: 65px;
    box-sizing: border-box;
  }
  .section-step2 .title-step{
    width: calc(100% - 85px);
  }
  .line-head > .container{
    padding-right: 0;
    padding-left: 10px;
  }
  .forms-sale .user-box input {
  width: 100%;
  }
.form-bl{
  background: url('../img/fon-forms-mob.jpg') no-repeat;
  background-position: center;
}
.commers-sale-blok {
  margin-top: 50px;
  margin-bottom: 60px;
}
.r-n-km2 .title-blok{
  margin-top: 20px;
}
.uslugi-home {
  padding-top: 20px;
}
.company-home {
  padding-top: 30px;
}
.doc-link {
    font-size: 12px;
    line-height: 20px;
}
.licens{
  padding-bottom: 5px;
}
.contacts {
  padding-top: 30px;
}
.title-froms {
  font-size: 20px;
}
summary {
    line-height: 20px;
}
.otvet {
    line-height: 20px;
}
.min-text-forms {
  font-size: 16px;
}
.gl-contacts-right-info-phone--a, .gl-contacts-right-info-mail--a, .gl-contacts-right-info-adress--span {
  font-size: 18px;
}
.dop-text ul{
  margin-left: 0;
}
.tabs-geodez-wrap .title-blok{
	font-size: 20px;
}
.wrp-sl-txt-geodez p{
    font-size: 12px;
    line-height: 16px;
}
.buttom-form {
    padding: 10px 30px;
}
.commers-sale-blok-b2{
    margin-top: 5px;
    margin-bottom: 20px;
}
.section-step2{
    margin-top: 30px;
}
.painted-b2{
    margin-top: 50px;
}
}
@media screen and (max-width: 668px) {
  .tabs-list_uslugi .tabs-list__item{
    margin-bottom: 19px;
  }
  .tabs-list_uslugi{
    padding-bottom: 0;
  }
  .title-b-u, .title-b-u h2 {
    font-size: 20px;
  }
  .ico-vp-wrap{
    width: 224px;
  }
  .line-head-mb:before {
    right: 15px;
    left: 15px;
  }
  .form-bl h2{
    font-size: 17px;
  }
  .form-bl__desc{
    font-size: 16px;
  }
  .form-bl {
    padding-left: 25px;
    padding-right: 25px;
  }
  .form-bl-wrp {
    padding: 20px 0;
  }
  .mf-wrp{
    padding-left: 15px;
    padding-right: 15px;
  }
  .mf-wrp h3{
    font-size: 16px;
    margin-bottom: 15px;
  }
  .top-mf h2 {
    font-size: 18px;
    padding: 16px 12px;
  }
  .aer-dt span{
    font-size: 14px;
    line-height: 1.3;
  }
  .aer-wrap{
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .aer-dt{
    max-width: none;
    display: table;
    margin: 0 auto;
    text-align: center;
  }
  .aer-dt img{
    display: table;
    margin: 0 auto;
  }
  .aer1{
    padding-right: 0;
    margin-bottom: 22px;
  }
  .h1-st h1, .h1-stt h2{
    font-size: 20px;
  }
  .h1-st {
    padding: 14px 0;
  }
  .bs-item{
    width: 50%;
    margin-bottom: 25px;
  }
  .tel-bs{
    font-size: 18px;
    margin-right: 35px;
  }
  .h1-st{
    background-position: center center!important;
    background-repeat: no-repeat!important;
  }
  .wrapper-base ul{
    margin-bottom: 15px;
  }
  .slide__desc2{
    font-size: 23px;
    padding: 13px;
  }
  .li-sda-wrap{
    padding-left: 17px;
  }
  .li-sda a{
    font-size: 16px;
  }
  .col-link {
    padding: 7px 7px;
    font-size: 14px;
  }
	.click-img-ptf-geodez a{
	  font-size: 13px;
	  padding: 9px 9px;
	}
		.click-img-ptf-kadastr a{
	  font-size: 13px;
	  padding: 9px 9px;
	}
  .pig404{
    display: none;
  }
  .er-left{
    padding-bottom: 45px;
  }
  .er-menu li a{
    font-size: 21px;
  }
  .er-menu li:before {
    top: 8px;
  }
}
@media screen and (max-width: 599px) {
	.grid-bt__item, .grid-bt-wrp2 .grid-bt__item{
		width: 100%;
		margin-bottom: 15px;
	}
	.dd-menu__list .sub-menu li:before {
		right: 0;
		left: auto;
	}
	.dd-menu__list .sub-menu li{
		padding-left: 0;
		padding-right: 20px;
	}
	.dd-menu__nav2 .sub-menu{
		position: relative;
		left: 30px;
	}
	.top-menu_mobile li a{
		font-size: 16px;
	}
  .name-price, .price-n{
    font-size: 12px;
  }
  .wrap-frame iframe {
    height: 285px;
  }
  .price-wrp .title-blok, .tabs-geodez-wrap .tabs-kadastr-wrap .title-blok{
    font-size: 19px;
    line-height: 1.3;
  }
  .tabs-geodez-wrap .tabs-kadastr-wrap .title-blok{
  	margin-bottom: 20px;
  }
  .wrap-sl-geodez{
  	padding-bottom: 10px;
  }
    .wrap-sl-kadastr{
  	padding-bottom: 40px;
  }
  .container-video .title-blok{
  	font-size: 21px;
  	line-height: 1.4;
  }
  .container-video .title-blok > div{
  	font-size: 16px;
  }

	.click-img-ptf-geodez a{
		font-size: 12px;
		word-wrap: break-word;
		word-break: break-all;
	}
		.click-img-ptf-kadastr a{
		font-size: 12px;
		word-wrap: break-word;
		word-break: break-all;
	}
  .img-wrp{
    max-width: 80%;
  }
  .otvet, .voptros summary, .voptros.voptros-b2 ul li{
    font-size: 15px;
  }
  .voptros.voptros-b2 ul li:before {
    top: 11px;
  }
  .ico-row img{
    transform: scale(0.75);
    margin-right: 0;
  }
  .title-blok{
    font-size: 20px;
    margin-bottom: 25px;
  }
  .container-km .zapusk-text{
    font-size: 18px;
  }
  .work-our .item{
    padding: 2px;
  }
  .block-ft-txt .div-title{
    font-size: 17px;
  }
  .block-ft-txt, .block-ft-txt p{
    font-size: 13px;
  }
  .wath-widget{
    width: 40px;
    height: 40px;
    right: 15px;
  }
  .wa-in{
    font-size: 12px;
    width: 226px;
    right: 235px;
  }
  .lk-client-in a{
    font-size: 16px;
  }
  .line-head-mb-r{
    margin-left: 15px;
  }
  .gl-shapka-logo-top{
    width: 100%;
    max-width: 45vw;
    box-sizing: border-box;
    margin-right: 15px;
  }
  .gl-shapka-logo-top img{
    max-width: 91%;
  }
  .dd-menu__list1{
    padding-top: 15px;
  }
  .top-menu_mobile .dd-menu__block2 li:first-child a{
    padding: 10px 15px;
    border-left: 7px solid #fce900;
    color: rgb(69, 69, 69);
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    background-color: #f1f1f1;
  }
  .top-menu_mobile .dd-menu__block2 li:first-child{
    display: block;
  }
}
@media screen and (max-width: 460px) {
  .number-st1, .number-st1, .number-st1 span {
    font-size: 31px;
  }
  .number-st2{
    font-size: 35px;
  }
  .kom-txt, .kom-txt p {
    font-size: 14px;
  }
  .block-kom h2{
    font-size: 20px;
  }
  .block-kom h2 div{
  font-size: 22px;
//  display: block;
}

  .h1-title-page h1{
    font-size: 31px;
  }
  .tabs-list__item:nth-child(3){
    margin-bottom: 0;
  }
  .bg-page_uslugi {
    height: 475px;
  }
  .ico-vp-wrap {
    width: 250px;
  }
  .bradcrumb{
    padding-left: 15px;
    padding-top: 15px;
  }
  .t-usluga-h{
    font-size: 15px;
  }
  .title-sale-one {
  font-size: 20px;
  line-height: 25px;
}
  .aer-block__top h3{
    font-size: 16px;
  }
  .aer-block__top span{
    font-size: 15px;
  }
  .tel-bs-wrp{
    display: table;
    margin: 0 auto;
  }
  .tel-bs{
    margin-right: 0;
    text-align: center;
    margin-bottom: 20px;
  }
  .tel-bs-wrp .btn-call a{
    margin: 0 auto;
  }
  .bs-item{
    width: auto;
  }
  .wrapper-base-bottom{
    display: block;
  }
  .commers-sale-blok-b2, .section-step2, .block-kom-b2, .licens-b2, .voptros-b2, .painted-b2{
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .block-kom-b2{
    padding-top: 10px;
  }
  .r-n-km .title-blok, .r-n-km2 .title-blok{
    font-size: 20px;
    line-height: 1.2;
    margin-left: 38px;
  }
  .section-step2 .zapusk-text{
    font-size: 16px;
    line-height: 1.2;
  }
  .section-step2 .title-step{
    font-size: 17px;
    line-height: 1.3;
  }
  .section-step2 .desc-step{
    font-size: 15px;
  }
  .licens-b2 .title-blok{
    font-size: 22px;
  }
  .licens-b2 .doc-link{
    font-size: 12px;
    line-height: 1.4;
  }
  .commers-sale-blok-b2 .title-sale-one{
    font-size: 19px;
    line-height: 1.3;
  }
  .commers-sale-blok-b2 .min-title-sale-one{
    font-size: 15px;
  }
  .commers-sale-blok-b2 .text-pol-b{
    font-size: 14px;
  }
  .voptros-b2 .title-blok{
    font-size: 20px;
  }
  .voptros-b2 .otvet{
    font-size: 15px;
    line-height: 1.5;
  }
  .voptros-b2 summary{
    font-size: 15px;
    line-height: 1.5;
  }
  .wrapper-base-bottom .bs-item:last-child{
    margin-bottom: 10px;
  }
  .desc-step {
    margin-top: 12px;
	}
	.step {
	    margin-top: 30px;
	    margin-left: 15px;
	}
	.sale-one {
	    padding: 30px;
	}
	.h1-st h1, .h1-stt h2{
	  font-weight: 700;
	}
	.dd-menu__nav2 li{
		float: left;
	}
	.sub-menu li a{
		text-align: left;
	}
	.dd-menu__list .sub-menu li {
	  padding-left: 20px;
	  padding-right: 0;
	}
	.dd-menu__list .sub-menu li::before {
	  right: auto;
	  left: 0;
	}
	.dd-menu__block2 .class_click_sub{
		padding-right: 40px;
	}
	.top-menu_mobile .dd-menu__block2 li a{
		float: left;
		margin-right: 12px;
	}
	.top-menu_mobile .dd-menu__block2 li a + a{
		text-align: left;
		display: block;
		position: static;
		margin-right: 0;
	}
	.sub-menu{
		clear: both;
	}
  .gl-shapka-logo{
    max-width: 140px;
  }
  .tel-mb{
    font-size: 15px;
  }
  .adres-hed-mm span{
    font-size: 12px;
  }
  .line-head-mb-l{
    font-size: 13px;
  }
  .slide__desc2{
    font-size: 16px;
  }
  .li-sda a{
    font-size: 13px;
  }
  .slider-fwidth__item{
    height: auto;
    box-sizing: border-box;
  }
  .btn-group-slider2 .btn-consult a{
    margin: 0!important;
  }
  .slider-fwidth__item{
    background-position: 29% center!important;
  }
  .li-sda li{
    padding-left: 15px;
  }
  .slide__col{
    height: auto;
    padding: 30px 0 60px;
  }
  .slider .slick-arrow{
    display: none!important;
  }
  .btn-group-slider2 .btn-consult a{
    width: 175px;
    padding: 9px 5px;
    font-size: 11px;
  }
  .slide__desc2{
    max-width: 100%;
  }
  .slide__col{
    max-width: 100%;
  }
  .block-price-left, .block-price-right{
    padding-left: 12px;
    padding-right: 12px;
  }
  .price-btn a{
    font-size: 12px;
  }
  .col-link {
    width: 50%;
    font-size: 13px;
  }
  .price-wrp br{
    display: none;
  }
  .name-price{
    max-width: 60%;
    box-sizing: border-box;
    background: #fff;
  }
  .price-item{
    position: relative;
  }
  .price{
    max-width: 30%;
    background: #fff;
  }
  .bg-border{
    position: absolute;
    left: 0;
    right: 0;
    top: 22px;
    bottom: auto;
    z-index: -1;
  }
  .price-item{
    justify-content: space-between;
  }
  .price-n{
    background: #fff;
  }
	.wrp-sl-geodez{
	  width: 140px;
	}
	.wrapper-sl-geodez {
	  width: calc(100% - 140px);
	}
		.wrp-sl-kadastr{
	  width: 140px;
	}
	.wrapper-sl-kadastr {
	  width: calc(100% - 140px);
	}
  .gl-shapka-logo img{
    max-width: 100%;
  }
  .work-our{
    padding-bottom: 50px;
    margin-top: 40px;
  }
  .container-km{
	 padding: 30px 20px;
  }
  .line-head-mb-r{
    margin-left: 8px;
  }
  .lk-client-in a{
    font-size: 14px;
  }
.btn-consult a {
  font-size: 12px;
}
.btn-podr a {
  font-size: 12px;
}
}
@media screen and (max-width: 400px) {
  body .top-menu-bg:before, body .top-menu-bg:after {
    content: '';
    display: block;
    position: absolute;
    left: -15px;
    width: 15px;
  }
  body .top-menu-bg:after {
    right: -15px;
    left: auto;
  }
  body .top-menu-bg{
    right: -120vw;
  }
  .btn-submit-cf{
    width: 100%;
  }
  .mf-wrp input[type="submit"]{
    width: 100%;
  }
  .price-item{
    justify-content: space-between;
  }
}
@media screen and (max-width: 380px) {
  .line-head-wrp .lk-client-in a{
    font-size: 12px;
  }
}
@media screen and (max-width: 340px) {
  .block-kom .row .col-xs-6{
    width: 100%;
  }
  .gl-shapka-logo{
    max-width: 120px;
  }
}