/** Shopify CDN: Minification failed

Line 143:0 Unexpected "}"

**/
.gorizont {
  display:block;
  width: 800px;
  height: 400px;
  position: relative;
  background: #ffffff;
}
  .close {
    width: 30px;
    height: 30px;
    position: absolute;
    right: -15px;
    top: -15px;
    color: #ffffff;
    background-color: #000000;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .imageContainer {
    height: 360px;
    width: 360px;
    border-radius: 25px;
    position: absolute;
    left: 30px;
    top: 20px;
    background-color: #f5f5f5;
  }

  .gorizont img {
    margin: 20px;
    height: 320px;
    width: 320px;
  }

	.vertical img {
    margin: 20px;
    height: 320px;
    width: 320px;
  }

  .summary {
    height: 360px;
    width: 320px;
    position: absolute;
    right: 30px;
    top: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .title {
    font-family: "Mavis";
    font-size: 23px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
  }

  .infoContainer {
    padding: 50px 0;
    height: 364px;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 1px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .buttonBlock {
    display: flex;
  }
  .price {
    height: 43px;
    width: 195px;
    background: #f5f5f5;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    color: #686868;
    margin-right: 15px;
  }
  .gotit {
    height: 43px;
    width: 114px;
    border-radius: 25px;
    background: #e4828a;
    border: 0.4px solid #686868;
    outline-style: none;
    font-family: "Mavis";
    font-size: 25px;
    font-weight: 700;
    line-height: 29px;
    color: white;
  }
  .gotit:hover {
    cursor: pointer;
    background: #df6d6d;
  }

  .vertical {
    display: none;
    height: 800px;
    width: 400px;
    position: relative;
    background: #ffffff;
  }

  .verticImage {
    top: 30px;
    left: 20px;
  }

  .verticSummer {
    bottom: 30px;
    top: auto;
  }

  @media screen and (max-width: 760px) {
    .vertical {
      display:block;
    }
    .gorizont {
      display:none;
    }
    .modal-dialog {
      width:400px;
    }
  }

}
