body {
  width: 100%;
  height: 100%;
  margin: 0;
  border-spacing: 0px;
  background-image: linear-gradient(to bottom, #e9af49, #e3a946 66%, #d79941 80%, #e4ab47 87%, #e4ab47);
  background-size: cover;
  background-attachment: fixed;
}

#main {
  width: 100%;
  height: 100vh;
  max-width: 1200px;
  display: flex;
  position: relative;
  margin: auto;
  /*padding: 95px 65px;*/
  /*  background: url(../img/round-4-site.png) no-repeat 65px 95px;
    background-size: 465px;*/
}

#main1 {
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
  margin: auto;
}

#left {
  width: 50%;
}

#right {
  width: 50%;
}

.image {
  object-fit: contain;
}

#logo {
  padding: 10% 2% 10% 10%;
  width: 88%;
}

.nobackgroundimg {
  width: 1080px;
  background: none;
  padding-top: 15px;
  padding-bottom: 45px;
}

.logoflower {
  position: relative;
  width: 80%;
  padding: 10% 10% 3% 0;
}

.kvas-is {
  position: relative;
  width: 85%;
  padding-bottom: 5%;
  padding-left: 7%;
  font-family: 'Fira Sans', sans-serif;
  font-size: 1.7vw;
  line-height: 1.22;
  letter-spacing: 0vw;
  color: #000000;
}

.kvas-is a:first-child {
  margin: 2% 0% 7% 10%;
}

a div {
  width: 100%;
}

p {
  padding-left: 10%;
  margin-bottom: 5%;
}

p.uc {
  font-family: 'Fira Sans', sans-serif;
  font-size: 1.4vw;
  line-height: 1.21;
  color: #000000;
  padding-left: 4vw;
}

.k {
  background: url(../img/k.svg) no-repeat 0.6vw 0.3vw;
  background-size: 3vw 3vw;
}

.f {
  background: url(../img/f.svg) no-repeat 0.5vw 0.3vw;
  background-size: 3vw 3vw;
}

.b {
  background: url(../img/b.svg) no-repeat 0.5vw 0.3vw;
  background-size: 3vw 3vw;
}

.y {
  background: url(../img/y.svg) no-repeat 0.6vw 0.3vw;
  background-size: 3vw 3vw;
}

.button {
  display: block;
  background-image: url("/assets/img/button-1.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 75%;
  height: 11vw;
}

.button:hover {
  background-image: url("/assets/img/button-1-hov.svg");
}

#list {
  padding: 0 2vw;
  column-count: 2;
  column-gap: 1vw;
  column-rule-style: none;
}

.border {
  position: absolute;
  left: -3px;
  width: 27px;
  height: 728px;
  object-fit: contain;
}

.nobackgroundimg div {
  position: relative;
  /*float: left;*/
  height: 728px;
}

.bej-bg {
  background-image: linear-gradient(to top, #ffffff, #fffcf5);
}

.bl {
  width: 24px;
}

.border-copy {
  position: absolute;
  width: 27px;
  height: 728px;
  object-fit: contain;
  transform: rotate(-180deg);
}

#two {
  display: flex;
  width: 65vw;
}
#topfixborder {display: none;
  position: absolute;
  top: calc(35vh - 1px);
  width: 100%;
      height: 5vh;
      background: url(../img/border-hor.svg) repeat-x 0vw 0vw;
      background-position: left top;
      background-size: 18vw 6vw;
}

div.addresses {
  flex-grow: 1;
  -ms-overflow-style: none;
  /* for Internet Explorer, Edge */
  scrollbar-width: none;
  /* for Firefox */
  overflow-y: scroll;
  /*position: relative;
    width: 309px;*/
  width: 40vw;
  background: url(../img/border.svg) repeat-y 0vw 0vw, url(../img/border-rev.svg) repeat-y 0vw 0vw, rgba(255, 255, 255, 1);
  background-position: left top, right top;
  background-size: 3vw 9vw;
  padding: 0 3vw 3vw;
}

.mapouter {
  flex-grow: 1;
  position: relative;
  text-align: right;
  height: 100vh;
  width: 35vw;
}

.gmap_canvas {
  overflow: hidden;
  background: none !important;
  height: 100vh;
  width: 35vw;
}

div.addresses::-webkit-scrollbar {
  display: none;
  /* for Chrome, Safari, and Opera */
}

.addresses p {
  padding: 0;
  margin: 0 0 2% 4%;
  font-family: 'Fira Sans', sans-serif;
  font-size: 1.7vw;
  line-height: 1;
  letter-spacing: 0vw;
  color: #000000;
  z-index: 1000;
}

.addresses p a {
  display: block;
  margin: -1vw 0;
  padding: 0 0 1vw !important;
  padding: 0;
  font-family: 'Fira Sans', sans-serif;
  font-size: 1.7vw;
  line-height: 1;
  letter-spacing: 0vw;
  color: #000000;
}

.addresses p a:hover {
  color: #ff0000;
}

.addresses div.img {
  position: relative;
  top: 1vw;
  left: 5vw;
  width: 10vw;
  height: 5vw;
  background-image: url(../img/shops.svg);
  background-size: 10vw 5vw;
  background-repeat: no-repeat;
  padding-bottom: 2vw;
}

.place {
  font-size: 2vw !important;
  font-weight: 600;
  line-height: 1;
  padding-bottom: 1.2vw !important;
}

.place span {
  font-size: 2.2vw !important;
  line-height: 1;
  color: #e5001c;
}

#list p.shops {
  padding-left: 1vw;
  padding-bottom: 1vw;
}

#click {
  padding: 4vw;
  font-style: italic;
}

.right {
  flex-grow: 1;
  -ms-overflow-style: none;
  /* for Internet Explorer, Edge */
  scrollbar-width: none;
  /* for Firefox */
  overflow-y: scroll;
  width: 25vw;
  padding: 3vw 1vw 3vw 2vw;
}

.right::-webkit-scrollbar {
  display: none;
  /* for Chrome, Safari, and Opera */
}

.uzor {
  width: 19vw;
  height: 26vw;
  background: url(../img/uzor.svg) no-repeat 1vw 0;
  background-size: 18vw 26vw;
}

table, tr, td {
  margin: 0;
  padding: 0;
  vertical-align: top;
  height: 728px;
  border-spacing: 0px;
}

.main table, tr, td {
  margin: 0;
  padding: 0;
  vertical-align: top;
  height: 428px;
  border-spacing: 0px;
}

.phone {
  text-align: center;
  color: #000000;
  width: 20vw;
  font-family: 'Fira Sans', sans-serif;
  font-size: 1.4vw;
  background: url(../img/phone.svg) no-repeat 0vw 1vw;
  background-size: 20vw 4vw;
  padding-top: 5vw;
  padding-bottom: 2vw;
}

.right a {
  text-decoration: none !important;
}

.back {
  background: url(../img/back.svg) no-repeat 2vw 0vw;
  background-size: 16vw 5vw;
  padding-left: 2vw;
  width: 16vw;
  height: 5vw;
  object-fit: contain;
}

.back:hover {
  background: url(../img/back-h.svg) no-repeat 2vw 0vw;
  background-size: 16vw 5vw;
}

@media (min-width: 1201px) {
  .kvas-is {
    font-size: 20.4px !important;
  }
  
  .k, .f {
    padding-left: 51px;
    background-size: 36px 36px;
    }

  .button {
    height: 131px;
  }
}

@media (max-width: 100vh) {
  #main {
    flex-direction: column;
  }

  #left, #right {
    width: 100%;
  }

  #logo {
    padding: 10% 10% 7% 10%;
    width: 80%;
  }

  .logoflower {
    position: relative;
    width: 80%;
    padding: 0% 14% 3% 6%;
  }

  .kvas-is {
    width: 90%;
    padding-left: 5%;
    font-size: 3.45vw;
  }

  .button {
    margin: 4% 0% 8% 5% !important;
    background-size: 100% 100%;
    width: 90%;
    height: 28vw;
  }

  .kvas-is p {
    margin-left: 4%;
  }

  .k {
    background: url(../img/k.svg) no-repeat 1.2vw 0.6vw;
    background-size: 6vw 6vw;
  }

  .f {
    background: url(../img/f.svg) no-repeat 1vw 0.6vw;
    background-size: 6vw 6vw;
  }

  #main1 {
    width: 100%;
    height: 100vh;
    flex-direction: column;
  }
  .mapouter {
    height: 35vh;
    width: 100%;
}
.gmap_canvas {
    height: 35vh;
    width: 100%;
}
#topfixborder {display: block; z-index: 1000;
}
#two {
  width: 100%;
      height: 65vh;
  flex-direction: column;
  -ms-overflow-style: none;
  /* for Internet Explorer, Edge */
  scrollbar-width: none;
  /* for Firefox */
  overflow-y: scroll;
}

#two::-webkit-scrollbar {
  display: none;
  /* for Chrome, Safari, and Opera */
}

div.addresses {
    width: calc(100% - 6vw);
    background: url(../img/border-hor-rev.svg) repeat-x 0vw 0vw, rgba(255, 255, 255, 1);
        overflow-y: initial;
    background-position: left bottom;
    background-size: 18vw 6vw;

    padding: 0 3vw 6vw;
}
.right {

      width: calc(100% - 36vw);
      overflow-y: initial;
      padding: 8vw 18vw 12vw;

}
.uzor {
  width: 64vw;
  height: 75vw;
  background: url(../img/uzor.svg) no-repeat 0vw 0;
  background-position: center;
  background-size: 64vw 75vw;
}

.addresses div.img {
  top: 8vw;
  left: 4vw;
  width: 30vw;
  height: 15vw;
  background-size: 30vw 15vw;
  padding-bottom: 10vw;
}
.addresses p {
  padding: 0;
  margin: 0 0 2% 4%;
  font-family: 'Fira Sans', sans-serif;
  font-size: 4.857vw;
  line-height: 1;
  letter-spacing: 0vw;
  color: #000000;
  z-index: 1000;
}

.addresses p a {
  display: block;
  margin: -2.857vw 0;
  padding: 0 0 2.857vw !important;
  padding: 0;
  font-family: 'Fira Sans', sans-serif;
  font-size: 4vw;
  line-height: 1;
  letter-spacing: 0vw;
  color: #000000;
}
#list {
    padding: 0 2vw;
    column-gap: 4vw;
}
.place {
    font-size: 5.714vw !important;
    font-weight: 600;
    line-height: 1;
    padding-bottom: 3.428vw !important;
}
.place span {
    font-size: 6.286vw !important;
    line-height: 1;
    color: #e5001c;
}
p.uc {
    font-family: 'Fira Sans', sans-serif;
    font-size: 4vw;
    line-height: 1.21;
    color: #000000;
    padding-left: 11.428vw;
}
.right p:nth-child(2) {margin-top: 7vw;}
.b {
    background: url(../img/b.svg) no-repeat 1.429vw 0.857vw;
    background-size: 8.571vw 8.571vw;
}
.y {
    background: url(../img/y.svg) no-repeat 1.714vw 0.857vw;
    background-size: 8.571vw 8.571vw;
}
.phone {
    width: 57.143vw;
    font-family: 'Fira Sans', sans-serif;
    font-size: 4vw;
    background: url(../img/phone.svg) no-repeat 0vw 2.857vw;
    background-size: 57.143vw 11.428vw;
    padding-top: 14.286vw;
    padding-bottom: 5.714vw;
}
.back {
    background: url(../img/back.svg) no-repeat 5.714vw 0vw;
    background-size: 45.714vw 14.286vw;
    padding-left: 5.714vw;
    width: 45.714vw;
    height: 14.286vw;
    object-fit: contain;
}
.back:hover {
  background: url(../img/back-h.svg) no-repeat 5.714vw 0vw;
  background-size: 45.714vw 14.286vw;
}
}
