* {
  margin: 0;
  padding: 0;
  font-family: "Quicksand", sans-serif;
  box-sizing: border-box;
}

@font-face {
  font-family: face;
  src: url(../fonts/Balkara.woff);
}
@font-face {
  font-family: cons;
  src: url(../fonts/consola.woff);
}

#pSogl{
        font-size: 0.7vw;
    margin-bottom: 0;
    margin-top: 1vw;
}
.butTop {
  background: url(../img/butTop.svg) no-repeat;
  background-size: contain;
  width: 3vw;
  height: 3vw;
  position: fixed;
  z-index: 10;
  bottom: 1vw;
  right: 1vw;
  display: block;
}

a {
  text-decoration: none;
  color: #0A0A0A;
}

h1, h2 {
  font-family: "face", sans-serif;
}

.container {
  position: relative;
}

.head {
  height: 16.4vw;
}

::-webkit-scrollbar {
  display: none;
}

.logo {
  background: url(../img/logo.svg) no-repeat;
  height: 10vw;
  width: 34%;
  position: absolute;
  top: 6vw;
  left: 6vw;
  background-size: contain;
}

.uzor {
  background: url(../img/fUzorTop.svg) no-repeat;
  position: absolute;
  width: 100%;
  height: 177vw;
  background-size: contain;
  z-index: -1;
}

.footUzor {
  background: url(../img/fUzorTop.svg) no-repeat;
  position: relative;
  width: 100%;
  height: 177vw;
  transform: scaleY(-1);
  background-size: contain;
  z-index: -1;
}

.menu_but {
  display: none;
}

.menu_block {
  display: none;
}

.menu_line {
  position: absolute;
  top: 10vw;
  right: 5%;
  width: 37vw;
  display: flex;
  justify-content: space-between;
}
.menu_line a {
  font-family: "face", sans-serif;
  font-size: 2vw;
  color: #47433F;
  white-space: nowrap;
}

.fir_bl {
  width: 92vw;
  height: 25vw;
  background: url(../img/backFirstBlock.svg) no-repeat;
  padding: 1.6vw 1.8vw;
  margin: 0 auto;
  background-size: contain;
}
.fir_bl h1 {
  font-size: 4vw;
  font-family: "face", sans-serif;
  color: #FAFAFA;
  letter-spacing: 0.03em;
  font-weight: 400;
}
.fir_bl .mask {
  width: 26vw;
  height: 20vw;
  background: url(../img/mask.png) no-repeat;
  position: absolute;
  top: 5%;
  left: 72%;
  background-size: contain;
}
.fir_bl p, .fir_bl a {
  font-family: "face", sans-serif;
  color: #FAFAFA;
  font-size: 2.4vw;
}
.fir_bl .frs_gr, .fir_bl .sec_gr, .fir_bl .trhri_gr {
  position: absolute;
}
.fir_bl .frs_gr {
  top: 36%;
  left: 2%;
  height: 55%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.fir_bl .sec_gr {
  top: 36%;
  left: 18%;
  height: 55%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
}
.fir_bl .trhri_gr {
  top: 36%;
  left: 38%;
  height: 34%;
  text-align: right;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.fir_bl .obrzv {
  padding: 0.8vw 1.7vw;
  background: #9B9390;
  width: auto;
  border-radius: 100px;
  cursor: pointer;
  transition: 0.3s;
  position: absolute;
  right: 0;
  top: 115%;
}
.fir_bl .obrzv:hover {
  background: #E2DDDB;
  color: #47433F;
}

.sec_bl {
  padding-top: 2vw;
  width: 91vw;
  margin: 0 auto;
}
.sec_bl h2, .sec_bl h3 {
  color: #47433F;
  font-size: 2.4vw;
  font-family: "face", sans-serif;
}
.sec_bl p {
  font-family: "cons", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.5vw;
  letter-spacing: -0.03em;
  color: #47433F;
  padding-top: 1vw;
}
.sec_bl .pozvNam {
  display: grid;
  grid-column-gap: 1.5vw;
  grid-template-columns: 0.11fr 1fr;
}
.sec_bl .pozvNam .photoBack {
  background: url(../img/pozvNam.png) no-repeat;
  width: 13.4vw;
  height: 13.4vw;
  background-size: contain;
}
.sec_bl .pozvNam a {
  font-family: "cons", sans-serif;
}
.sec_bl .pozvNam span {
  cursor: pointer;
}
.sec_bl .needDoc {
  display: grid;
  grid-column-gap: 1.5vw;
  grid-template-columns: 0.11fr 1fr;
}
.sec_bl .needDoc .photoBack {
  background: url(../img/needDoc.png) no-repeat;
  width: 13.4vw;
  height: 13.4vw;
  background-size: contain;
}
.sec_bl .needCall {
  display: grid;
  grid-column-gap: 1.5vw;
  grid-template-columns: 0.11fr 1fr;
}
.sec_bl .needCall .photoBack {
  background: url(../img/needCall.png) no-repeat;
  width: 13.4vw;
  height: 13.4vw;
  background-size: contain;
}
.sec_bl .atent {
  display: grid;
  grid-column-gap: 1.5vw;
  grid-template-columns: 0.11fr 1fr;
}
.sec_bl .atent .photoBack {
  background: url(../img/atent.png) no-repeat;
  width: 13.4vw;
  height: 13.4vw;
  background-size: contain;
}
.sec_bl .cont {
  display: grid;
  grid-template-columns: 0.9fr 1fr;
  grid-template-rows: repeat(2, 1fr);
  padding-top: 2.5vw;
}

.four_bl {
  width: 91vw;
  padding: 1.6vw 1.8vw;
  margin: 1.2vw auto;
}
.four_bl h2, .four_bl h3 {
  color: #47433F;
  font-size: 2.4vw;
  font-family: "face", sans-serif;
}
.four_bl .contMob {
  display: none !important;
}
.four_bl .cont.active {
  display: grid;
}
.four_bl .cont, .four_bl .contMob {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 1.68vw;
  margin-top: 1vw;
}
.four_bl .cont .close_dpUsl, .four_bl .contMob .close_dpUsl {
  position: absolute;
  top: 3.1vw;
  right: 1.9vw;
  cursor: pointer;
  display: none;
}
.four_bl .cont .close_dpUsl.active, .four_bl .contMob .close_dpUsl.active {
  display: block;
}
.four_bl .cont .slide, .four_bl .contMob .slide {
  display: grid;
  grid-template-rows: repeat(4, 1fr);
  grid-row-gap: 1.2vw;
}
.four_bl .cont .slide.disable, .four_bl .contMob .slide.disable {
  display: none;
}
.four_bl .cont .dpUsl, .four_bl .contMob .dpUsl {
  width: 20.7vw;
  height: 7.55vw;
  background: url(../img/dpUslRam.svg) no-repeat;
  background-size: contain;
  display: flex;
  align-items: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
}
.four_bl .cont .dpUsl p, .four_bl .contMob .dpUsl p {
  font-size: 1.9vw;
  font-family: "face", sans-serif;
  color: #5B4D45;
}
.four_bl .cont .dpUsl .contImg, .four_bl .contMob .dpUsl .contImg {
  width: 4.7vw;
  display: flex;
  margin-left: 1.1vw;
  flex-direction: column;
  align-items: center;
}
.four_bl .cont .slideBack, .four_bl .contMob .slideBack {
  background: #E2DDDB;
  display: none;
  border-radius: 8px;
}
.four_bl .cont .slideBack .dpusl_info, .four_bl .contMob .slideBack .dpusl_info {
  padding: 15px;
  display: none;
  justify-content: space-between;
}
.four_bl .cont .slideBack .dpusl_info h1, .four_bl .contMob .slideBack .dpusl_info h1 {
  color: #47433F;
}
.four_bl .cont .slideBack .dpusl_info p, .four_bl .contMob .slideBack .dpusl_info p {
  color: #47433F;
  font-family: "cons", sans-serif;
  margin: 0.7vw 0;
  font-size: 1.15vw;
}
.four_bl .cont .slideBack .dpusl_info p a, .four_bl .cont .slideBack .dpusl_info p span, .four_bl .contMob .slideBack .dpusl_info p a, .four_bl .contMob .slideBack .dpusl_info p span {
  font-weight: bold;
  font-family: "cons", sans-serif;
}
.four_bl .cont .slideBack .dpusl_info p:last-child, .four_bl .contMob .slideBack .dpusl_info p:last-child {
  margin-bottom: 0;
}
.four_bl .cont .slideBack .dpusl_info .dpusl_info_text, .four_bl .contMob .slideBack .dpusl_info .dpusl_info_text {
  width: 63.4vw;
}
.four_bl .cont .slideBack .dpusl_info .dpusl_info_text h1, .four_bl .contMob .slideBack .dpusl_info .dpusl_info_text h1 {
  font-size: 2.14vw;
}
.four_bl .cont .slideBack .dpusl_info .dpusl_info_text ul, .four_bl .contMob .slideBack .dpusl_info .dpusl_info_text ul {
  margin-left: 1.6vw;
}
.four_bl .cont .slideBack .dpusl_info .dpusl_info_text ul li, .four_bl .contMob .slideBack .dpusl_info .dpusl_info_text ul li {
  font-family: "cons", sans-serif;
  font-size: 0.95vw;
}
.four_bl .cont .slideBack .dpusl_info .dpusl_info_block, .four_bl .contMob .slideBack .dpusl_info .dpusl_info_block {
  width: 26.6vw;
  height: 21.8vw;
  border-radius: 8px;
  background: white;
}
.four_bl .cont .slideBack .dpusl_info.active, .four_bl .contMob .slideBack .dpusl_info.active {
  display: flex;
}
.four_bl .cont .slide.disable ~ .slideBack, .four_bl .contMob .slide.disable ~ .slideBack {
  grid-area: 1/2/2/5;
  display: block;
}
.four_bl .circle_group {
  width: 5vw;
  justify-content: space-between;
  margin-top: 1vw;
  margin-left: 7.6vw;
  display: flex;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  height: 25px;
}
.four_bl .circle_group.active {
  opacity: 1;
  pointer-events: auto;
}
.four_bl .circle {
  width: 0.8vw;
  height: 0.8vw;
  border-radius: 100%;
  background: #47433F;
  transition: 0.3s;
  cursor: pointer;
}
.four_bl .circle.active {
  width: 1.3vw;
  height: 1.3vw;
}

.five_bl {
  width: 92vw;
  padding: 1.6vw 1.8vw;
  margin: 1.2vw auto 0 auto;
  background: #47433F;
}
.five_bl .five_bl_back {
  background: url(../img/backThirBlock.svg) no-repeat;
  background-size: cover;
  width: 92vw;
  height: 28vw;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.five_bl h2, .five_bl h3 {
  color: #47433F;
  font-size: 2.4vw;
  font-family: "face", sans-serif;
}
.five_bl .cont {
  margin: 1vw 0;
  position: relative;
  z-index: 2;
}
.five_bl .spoiler {
  padding: 0.15vw 0;
  display: block;
  justify-content: center;
  text-align: left;
  width: 80%;
  margin: 0 auto;
}
.five_bl .spoiler_title {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  display: flex;
  border: #9B9390 0.2vw solid;
  background: #E2DDDB;
  padding: 0.3vw;
  z-index: 10;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transition: 0.3s;
  font-family: "face", sans-serif;
  font-size: 2vw;
  color: #47433F;
}
.five_bl .spoiler_text {
  display: none;
  padding: 0.9vw 1.6vw;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: #CFCAC8;
  font-family: "cons", sans-serif;
  font-size: 1.25vw;
}
.five_bl .spoiler_text ul {
  margin: 15px 0 15px 50px;
}
.five_bl .spoiler_text * {
  font-family: "cons", sans-serif;
}

.six_bl .cont {
  width: 92vw;
  padding: 1.6vw 1.8vw;
  margin: 0 auto;
  background: #47433F;
  display: flex;
}
.six_bl .cont iframe {
  width: 47.1vw !important;
  height: 24.5vw;
}
.six_bl .cont .mapBlLine {
  width: 46.3vw;
  height: 100%;
  background: url(../img/mapBlLine.svg) no-repeat;
  background-size: contain;
  position: absolute;
  margin: 0.4vw;
  z-index: 9;
  pointer-events: none;
}
.six_bl .cont .mapBlText {
  margin-left: 2.1vw;
}
.six_bl .cont .mapBlText img {
  width: 22.9vw;
}
.six_bl .cont .grText {
  margin: 1.93vw 0;
}
.six_bl .cont p, .six_bl .cont a {
  color: #E2DDDB;
  font-family: "face", sans-serif;
  font-size: 2.4vw;
}
.six_bl .cont iframe {
  filter: grayscale(1);
}

.footer {
  width: 100%;
  position: absolute;
  bottom: -9vw;
  z-index: -1;
}

.info_about_company {
  width: 91vw;
  padding: 1.6vw 1.8vw;
  margin: 1.2vw auto;
}
.info_about_company .cont {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 1vw;
  margin: 1vw 0.5vw;
}
.info_about_company h2 {
  color: #47433F;
  font-size: 2.4vw;
  font-family: "face", sans-serif;
}
.info_about_company h3 {
  color: #47433F;
  font-size: 1.4vw;
  font-family: "cons", sans-serif;
  margin-top: 1.1vw;
}
.info_about_company p {
  font-size: 1.1vw;
  font-family: "cons", sans-serif;
}

.popup_temn {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(71, 67, 63, 0.7803921569);
  display: none;
}

.popup_cta {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1000;
  display: flex;
  transform: translateY(-50%) translateX(-50%);
  display: none;
}
.popup_cta img {
  width: 27vw;
  height: 34vw;
}
.popup_cta .cta_info {
  width: 28vw;
  height: 34vw;
  background: white;
  padding-top: 1.5vw;
  position: relative;
}
.popup_cta .cta_info_cont {
  margin: 0 auto;
  width: 22.6vw;
}
.popup_cta .cta_logo {
  background: url(../img/logo.svg) no-repeat;
  background-size: contain;
  width: 22.6vw;
  height: 6.15vw;
}
.popup_cta p {
  font-size: 1.85vw;
  color: #47433F;
  font-family: "face", sans-serif;
  margin-top: 1.1vw;
  margin-bottom: 1.4vw;
}
.popup_cta input {
  color: #47433F;
  font-family: "cons", sans-serif;
  font-size: 1.85vw;
  width: 22.6vw;
  border: solid 0.12vw #47433F;
  padding: 0.5vw 1vw;
  outline: none;
  margin-bottom: 0.8vw;
}
.popup_cta button {
  width: 22.6vw;
  font-size: 1.85vw;
  border: solid 0.12vw #47433F;
  color: #47433F;
  font-family: "cons", sans-serif;
  outline: none;
  padding: 0.45vw;
  background: none;
  cursor: pointer;
  transition: 0.3s;
}
.popup_cta button:hover {
  background: #E2DDDB;
}
.popup_cta .cta_close {
  position: absolute;
  top: 0.3vw;
  right: 0.3vw;
  cursor: pointer;
  z-index: 500;
}
.popup_cta .cta_close svg {
  width: 1.7vw;
  height: 1.7vw;
}

.popup_cta.active, .popup_temn.active {
  display: flex;
}

@media (max-width: 576px) {
  .logo {
    height: 17vw;
    width: 60%;
  }
  .menu_line {
    display: none;
  }
  .menu_but {
    display: block;
    transition: 0.3s;
    width: 6vw;
    height: 6vw;
    border-radius: 8px;
    background: url(../img/menuBut.svg);
    background-size: contain;
    position: absolute;
    top: 10vw;
    right: 5vw;
  }
  .menu_block {
    display: flex;
    visibility: hidden;
    background: #E2DDDB;
    padding: 1.5vw;
    flex-direction: column;
    align-items: flex-end;
    width: 26.7vw;
    position: absolute;
    top: 17vw;
    right: 5vw;
    border-radius: 8px;
    transform-origin: top;
    height: 26vw;
    transition: 0.3s;
    transform: scaleY(0);
    z-index: 200;
  }
  .menu_block a {
    font-family: "face", sans-serif;
    font-size: 4vw;
    color: #47433F;
    padding: 0.5vw;
  }
  .menu_block.active {
    visibility: visible;
    transform: scaleY(1);
  }
  .fir_bl {
    margin-top: 8vw;
    height: 97vw;
    background: url(../img/backFirst576.svg) no-repeat;
    background-size: cover;
  }
  .fir_bl h1 {
    font-size: 8vw;
  }
  .fir_bl p {
    font-size: 7.7vw;
  }
  .fir_bl .mask {
    display: none;
  }
  .fir_bl .frs_gr {
    height: 32%;
    top: 27%;
  }
  .fir_bl .sec_gr {
    height: 32%;
    top: 27%;
    right: 3%;
  }
  .fir_bl .trhri_gr {
    height: 20%;
    left: auto;
    right: 2%;
    width: 93%;
    top: 65%;
  }
  .fir_bl .trhri_gr a, .fir_bl .trhri_gr p {
    font-size: 7vw;
  }
  .fir_bl .obrzv {
    padding: 0.9vw 1.9vw;
  }
  .sec_bl h2, .sec_bl h3 {
    font-size: 8vw;
    color: #9B9390;
  }
  .sec_bl .cont {
    display: flex;
    flex-direction: column;
    padding-top: 4.5vw;
  }
  .sec_bl .pozvNam, .sec_bl .needDoc, .sec_bl .needCall, .sec_bl .atent {
    grid-template-columns: 0.3fr 1fr;
    padding-bottom: 5vw;
  }
  .sec_bl .pozvNam .photoBack, .sec_bl .needDoc .photoBack, .sec_bl .needCall .photoBack, .sec_bl .atent .photoBack {
    width: 20.5vw;
    height: 20.5vw;
  }
  .sec_bl p {
    font-size: 3.3vw;
  }
  .info_about_company h2 {
    font-size: 8vw;
    color: #9B9390;
  }
  .info_about_company h3 {
    font-size: 3.3vw;
  }
  .info_about_company .cont {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 1vw;
    grid-row-gap: 5vw;
    margin: 4vw 0.5vw;
  }
  .info_about_company .cont p {
    font-size: 3vw;
  }
  .four_bl h2 {
    font-size: 8vw;
  }
  .four_bl .cont {
    display: none;
  }
  .four_bl .contMob {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .four_bl .contMob .dpUsl {
    width: 42vw;
    height: 15.4vw;
    margin-bottom: 2vw;
  }
  .four_bl .contMob .dpUsl p {
    font-size: 3.8vw;
    margin-left: 0.6vw;
  }
  .four_bl .contMob .dpUsl .contImg {
    margin-left: 3vw;
    width: 8vw;
  }
  .four_bl .contMob .dpUsl .contImg img {
    width: 8vw !important;
    height: 9vw !important;
  }
  .four_bl .contMob .slide {
    grid-row-gap: 2.2vw;
  }
  .four_bl .contMob .slide1, .four_bl .contMob .slide2 {
    margin-bottom: 2.2vw;
  }
  .four_bl .slideBack {
    width: 86vw;
  }
  .four_bl .slideBack .dpusl_info_text {
    width: 100% !important;
  }
  .four_bl .slideBack .dpusl_info_text h1 {
    font-size: 6vw !important;
  }
  .four_bl .slideBack .dpusl_info_text p {
    font-size: 2.8vw !important;
    margin: 3vw 0 !important;
  }
  .four_bl .slideBack .dpusl_info_text p:last-child {
    margin-bottom: 0 !important;
  }
  .four_bl .slideBack .dpusl_info_text ul {
    margin-left: 5vw !important;
  }
  .four_bl .slideBack .dpusl_info_text ul li {
    font-size: 2.8vw !important;
  }
  .four_bl .slideBack .dpusl_info_block {
    width: 100% !important;
  }
  .five_bl h2 {
    font-size: 8vw;
  }
  .five_bl .five_bl_back {
    height: 78vw;
  }
  .five_bl .spoiler {
    width: 100%;
  }
  .five_bl .spoiler_title {
    font-size: 4vw;
  }
  .five_bl .spoiler_text {
    font-size: 3.25vw;
  }
  .six_bl .mapBlText img {
    width: 39vw !important;
  }
  .six_bl a, .six_bl p {
    font-size: 4.4vw !important;
  }
  .six_bl iframe {
    height: 57vw !important;
  }
  .six_bl .mapBlLine {
    background: url(../img/mapBlLine576.svg) no-repeat !important;
    background-size: contain !important;
  }
  .uzor {
    background: url(../img/fUzorTop576.svg) no-repeat !important;
    height: 609vw;
    background-size: contain !important;
  }
  .footUzor {
    background: url(../img/fUzorTop576.svg) no-repeat !important;
    height: 609vw;
    background-size: contain !important;
  }
  .popup_cta .cta_info_cont {
    width: 41vw;
  }
  .popup_cta .cta_info {
    width: 48vw !important;
    height: 63vw !important;
  }
  .popup_cta img {
    width: 47vw !important;
    height: 63vw !important;
  }
  .popup_cta .cta_logo {
    height: 11.15vw;
    width: 40.6vw;
  }
  .popup_cta p {
    font-size: 3.4vw;
  }
  .popup_cta input {
    width: 100%;
    font-size: 3.4vw;
    border: solid 0.2vw #47433F;
  }
  .popup_cta button {
    width: 100%;
    font-size: 3.4vw;
    border: solid 0.2vw #47433F;
  }
  .popup_cta svg {
    width: 3.7vw !important;
    height: 3.7vw !important;
  }
  .butTop {
    width: 10vw;
    height: 10vw;
    bottom: 3vw;
    right: 3vw;
  }
}/*# sourceMappingURL=style.css.map */