.dlv_main {
  margin: 0;
  font-size: 16px;

}

.dlv_main {
  width: 100%;
}

.dlv_main_header {
  width: 100%;
  padding-top: 7.3vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

.dlv_main_header::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 265px;
  right: 0;
  width: 50vw;
  height: 100vw;
  background-image: url("../images/flowers.png");
  background-repeat: no-repeat;
  background-position: top right;
  -webkit-background-size: 50%;
  background-size: 50%;
}

.dlv_main_header_contacts {
  position: relative;
  width: 61.4%;
  margin-left: 17.7%;
  margin-right: 50.9%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.dlv_main_header_contacts::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: -20%;
  width: 100%;
  height: 100%;
  background-image: url("../images/call24.png");
  background-repeat: no-repeat;
  background-position: top left;
  -webkit-background-size: 17%;
  background-size: 17%;
}

.dlv_main_contacts_descriprion {
  width: 70%;
  font-size: 1.57em;
  font-family: "Myriad Pro";
  color: rgb(0, 0, 0);
  line-height: 1.083;
  text-transform: uppercase;
  padding-top: 0;
}

.dlv_main_numbers {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 4vw;

  font-size: 1.4em;
  font-family: "Myriad Pro";
  color: rgb(255, 136, 42);
  line-height: 1.083;
}

.dlv_main_number {
  width: 100%;
}

.dlv_main_number_space {
  display: none;
}

.dlv_main_description {
  position: relative;
  z-index: 2;
  width: 60%;
  margin-top: 17vw;
  margin-left: 17.7%;
  margin-right: 34.3%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;

  font-size: 1em;
  font-family: "Myriad Pro";
  color: rgb(0, 0, 0);
  line-height: 1.222;
  margin-bottom: 13.7vw;
}

.dlv_main_description::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: -4.5vw;
  left: -15vw;
  width: 100%;
  height: 350%;
  background-image: url("../images/laurel.png");
  background-repeat: no-repeat;
  background-position: top left;
  background-position: 0 0;
}

.dlv_card_wrapper {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0 24.8vw;
}


.dlv_card {
  position: relative;
  width: 60%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 8.1vw 5vw 0;
  text-align: center;
}

.dlv_card::before, .dlv_card::after {
  content: '';
  position: absolute;
  z-index: -11;
  bottom: 10px;
  width: 80%;
  height: 10%;
  background-color: #000;
  box-shadow: 0 0 10px 10px #00000050;
}

.dlv_card::after {
  right: 5%;
  transform: rotate(3deg);
}

.dlv_card::before {
  left: 5%;
  transform: rotate(-3deg);
}

.dlv_card:nth-child(n+2) {
  margin-top: 20px;
}



.dlv_card:nth-child(1) {
  background-color: #dde8d8;
}

.dlv_card:nth-child(1) .dlv_adding::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: -12vw;
  right: -15vw;
  width: 100%;
  height: 200%;
  background-image: url("../images/branch.png");
  background-repeat: no-repeat;
  background-position: top right;
}

.dlv_card:nth-child(2) {
  background-color: #ffe0b9;
}

.dlv_card:nth-child(3) {
  background-color: #ffd9d0;
}

.dlv_card:nth-child(3) .dlv_adding::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: -12vw;
  right: -15vw;
  width: 100%;
  height: 200%;
  background-image: url("../images/branch2.png");
  background-repeat: no-repeat;
  background-position: top right;
}

.dlv_card:nth-child(4) {
  background-color: #ffe0b9;
}

.dlv_card:nth-child(4) .dlv_adding::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: -12vw;
  left: -10vw;
  width: 100%;
  height: 200%;
  background-image: url("../images/branch3.png");
  background-repeat: no-repeat;
  background-position: top left;
}

.dlv_card:nth-child(5) {
  background-color: #ffd9d0;
}

.dlv_card:nth-child(6) {
  background-color: #dde8d8;
}

.dlv_card:nth-child(7) {
  background-color: #dde8d8;
}

.dlv_card:nth-child(7) .dlv_adding::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: -2vw;
  left: -15vw;
  width: 100%;
  height: 100%;
  background-image: url("../images/branch2.png");
  background-repeat: no-repeat;
  background-position: top right;
  transform: rotate(180deg);
}


.dlv_card:nth-child(8) {
  background-color: #ffe0b9;
}

.dlv_card:nth-child(9) {
  background-color: #ffd9d0;
}

.dlv_card:nth-child(9) .dlv_adding::before {
  content: '';
  position: absolute;
  z-index: -1;
  bottom: -22vw;
  right: -5vw;
  width: 100%;
  height: 100%;
  background-image: url("../images/branch5.png");
  background-repeat: no-repeat;
  background-position: bottom center;
}

.dlv_card:nth-child(9) .dlv_adding2::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 1vw;
  right: -19vw;
  width: 100%;
  height: 100%;
  background-image: url("../images/branch4.png");
  background-repeat: no-repeat;
  background-position: top right ;
}



.dlv_card_title {
  text-transform: uppercase;
  padding-bottom: 3vw;
  border-bottom: 1px solid #00000018;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;

  font-size: 1em;
  font-family: "Myriad Pro";
  color: rgb(0, 0, 0);
  line-height: 1.333;
}


.dlv_card_content {
  padding: 3vw 0;
  border-bottom: 1px solid #00000018;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;

  font-size: 0.95em;
  font-family: "Myriad Pro";
  color: rgb(0, 0, 0);
  line-height: 1.3;
}

.dlv_card_roolUp {
  padding: 3.9vw 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;

  background-image: url("../images/arrow_to_top.png");
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: 20px 11px;
  background-size: 20px 11px;
}

.dlv_button {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 30vw;
  height: 47px;
  margin-top: 1vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid red;
}

.dlv_prices {
  position: relative;
  width: 100%;
  padding: 20.5vw 0 18.75vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #f4f5f7;
}

.dlv_prices::before {
  content: '';
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/flowers3.png"), url("../images/flowers2.png"), url("../images/flowers1.png");
  background-repeat: no-repeat;
  background-position: left bottom, right 50%, left 10%;

}

.dlv_prices_title {
  position: relative;
  z-index: 1;
  width: 72.57%;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 13.8vw;

  font-size: 1.7em;
  font-family: "Myriad Pro";
  color: rgb(0, 0, 0);
  line-height: 1;
  text-transform: uppercase;
}

.dlv_prices_title::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: -10vw;
  left: -10vw;
  width: 100%;
  height: 500%;
  background-image: url("../images/withoutAngle.png");
  background-repeat: no-repeat;
  background-position: top left ;
}

.dlv_prices_card_wrapper {
  position: relative;
  z-index: 1;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.dlv_price_block {
  width: 60.9%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.dlv_price_block:nth-child(n+2) {
  margin-top: 8.5vw;
}

.dlv_price_card {
  width: 100%;
  padding: 18.75vw 0 12.3vw 0;
  background-color: rgba(255, 255, 255, 0.431);
}

.dlv_amount_of_price {
  width: 50vw;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding-bottom: 12.3vw;
  border-bottom: 1px solid #00000018;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;

  font-weight: bold;
  font-size: 2.85em;
  font-family: "Myriad Pro";
  color: rgb(0, 0, 0);
  /*line-height: 0.467;*/
}

.dlv_address {
  width: 50vw;
  margin-left: auto;
  margin-right: auto;
  margin-top: 8.85vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  font-size: 1.14em;
  font-family: "Myriad Pro";
  color: rgb(0, 0, 0);
  line-height: 1.5;
}

.dlv_price_description {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-around;
  margin-top: 5.7vw;
  font-size: 0.76em;
  font-family: "Myriad Pro";
  color: rgb(0, 0, 0);
  line-height: 1.5;
}

.dlv_price_description_items {

}

.dlv_map_wrapper {
  position: relative;
  z-index: 2;
}


.dlv_map {
  position: relative;
  z-index: 1;
  width: 100vw;
  height: 64.75vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;

  background-image: url("../images/map.png");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
}

.dlv_shadow_L_USD, .dlv_shadow_R_USD {
  content: '';
  position: absolute;
  z-index: -1;
  top: 10px;
  width: 100%;
  height: 10%;
  background-color: #000;
  box-shadow: 0 0 700px 70px #00000050;
}

.dlv_shadow_L_USD {
  right: 0%;
  transform: rotate(-2deg);
}

.dlv_shadow_R_USD {
  left: 0%;
  transform: rotate(2deg);
}

.dlv_shadow_L, .dlv_shadow_R {
  content: '';
  position: absolute;
  z-index: -1;
  bottom: 10px;
  width: 100%;
  height: 10%;
  background-color: #000;
  box-shadow: 0 0 20px 20px #00000025;
}

.dlv_shadow_L {
  right: 0%;
  transform: rotate(2deg);
}

.dlv_shadow_R {
  left: 0%;
  transform: rotate(-2deg);
}


.dlv_delivery {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 11.45vw 0 5.55vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #ffe0b9;
}

.dlv_delivery_title {
  text-align: center;
  text-transform: uppercase;
  font-size: 1.7em;
  font-family: "Myriad Pro";
  color: rgb(0, 0, 0);
  line-height: 0.778;
}

.dlv_delivery_content {
  width: 70vw;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5.73vw;
  font-size: 1.14em;
  font-family: "Myriad Pro";
  color: rgb(0, 0, 0);
  line-height: 1.5;
  text-align: center;
}

.dlv_delivery_numbers {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  margin-top: 8.5vw;
  font-size: 1.43em;
  font-family: "Myriad Pro";
  color: rgb(0, 0, 0);
  line-height: 1.333;
  text-align: center;
}

.dlv_number {
  width: 100%;
}

.dlv_number_space {
  display: none;
}

.dlv_payments {
  position: relative;
  width: 100%;
  padding-top: 42vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.dlv_payments::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: -28vw;
  left: 0vw;
  width: 100%;
  height: 100%;
  background-image: url("../images/arms.png");
  background-repeat: no-repeat;
  background-position: 0 0;
}

.dlv_payments_title {
  position: relative;

  width: 100vw;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;


  font-size: 1.71em;
  font-family: "Myriad Pro";
  color: rgb(0, 0, 0);
  line-height: 0.778;
  text-transform: uppercase;
  text-align: center;
}

.dlv_payments_title::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: -14vw;
  right: 0vw;
  width: 100%;
  height: 600%;
  background-image: url("../images/withoutAngle2.png");
  background-repeat: no-repeat;
  background-position: 68vw 0;
  box-shadow: 0 25px 100px 140px #ffffff;
  background-color: #fff;
}

.dlv_pay_card_wrapper {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
  margin-top: 13vw;
  padding-bottom: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.dlv_pay_card {
  position: relative;
  width: 60.6%;
  padding: 7vw 5vw 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.dlv_pay_card::before, .dlv_pay_card::after {
  content: '';
  position: absolute;
  z-index: -11;
  bottom: 10px;
  width: 80%;
  height: 10%;
  background-color: #000;
  box-shadow: 0 0 10px 10px #00000050;
}

.dlv_pay_card::after {
  right: 5%;
  transform: rotate(3deg);
}

.dlv_pay_card::before {
  left: 5%;
  transform: rotate(-3deg);
}

.dlv_pay_card:nth-child(n+2) {
  margin-top: 20px;
}


.dlv_pay_card:nth-child(1) {
  background-color: #ffe0b9;
}

.dlv_pay_card:nth-child(2) {
  background-color: #ffd9d0;
}

.dlv_pay_card:nth-child(3) {
  background-color: #dde8d8;
}

.dlv_pay_card:nth-child(4) {
  background-color: #dde8d8;
}

.dlv_pay_card:nth-child(5) {
  background-color: #ffe0b9;
}

.dlv_pay_card:nth-child(6) {
  background-color: #ffd9d0;
}



.dlv_pay_card_title {
  padding-bottom: 3vw;
  border-bottom: 1px solid #00000018;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;

  font-size: 1.046em;
  font-family: "Myriad Pro";
  color: rgb(0, 0, 0);
  line-height: 1.273;
  text-align: center;
}

.dlv_plug {
  padding: 3.9vw 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.dlv_special_plug {
  padding: 3vw 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.dlv_pay_card_content {
  font-size: 0.76em;
  font-family: "Myriad Pro";
  color: rgb(0, 0, 0);
  line-height: 1.625;
  text-align: center;
  padding: 3vw 0;
  border-bottom: 1px solid #00000018;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.dlv_pay_systems {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-around;
  -ms-align-items: center;
  align-items: center;
  margin-top: 3vw;
}

.dlv_pay_system {
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: contain;
  background-size: contain;
}

.dlv_maestro {
  width: 10.6vw;
  height: 8.2vw;
  background-image: url("../images/maestro.png");
}

.dlv_visa {
  width: 17.2vw;
  height: 6.57vw;
  background-image: url("../images/visa.png");
}

.dlv_MIR {
  width: 20.16vw;
  height: 5.78vw;
  background-image: url("../images/MIR.png");
}

.dlv_alfa {
  width: 19.27vw;
  height: 7.64vw;
  background-image: url("../images/alfa.png");
}

.dlv_Money {
  width: 52.95vw;
  height: 6.4vw;
  background-image: url("../images/Money.png");
}


.dlv_cash_block {
  position: relative;
  width: 100%;
  padding-top: 1.5%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #ffe0b9;
}


.dlv_cash_block::before, .dlv_cash_block::after {
  content: '';
  position: absolute;
  z-index: -11;
  bottom: 20px;
  width: 80%;
  height: 10%;
  background-color: #000;
  box-shadow: 0 0 15px 15px #00000050;
}

.dlv_cash_block::after {
  right: 5%;
  transform: rotate(3deg);
}

.dlv_cash_block::before {
  left: 5%;
  transform: rotate(-3deg);
}


.dlv_cash_block_title {
  margin-top: 7.1vw;
  font-size: 0.95em;
  font-family: "Myriad Pro";
  color: rgb(0, 0, 0);
  line-height: 1.4;
  text-align: center;
  padding: 0 0 3vw 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #00000018;
}

.dlv_cash_block_items {
  border-bottom: 1px solid #00000018;
  padding: 3vw 1.7vw 3vw 10.07vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.dlv_cash_block_item {
  position: relative;
  font-size: 0.856em;
  font-family: "Myriad Pro";
  color: rgb(0, 0, 0);
  line-height: 1.444;

}

.dlv_cash_block_item::before {
  content: '';
  position: absolute;
  z-index: 1;
  top: 1vw;
  left: -27px;
  width: 10%;
  height: 600%;
  background-image: url("../images/item.png");
  background-repeat: no-repeat;
  background-position: 0 0;
}

.dlv_cash_block_item:nth-child(n+2) {
  margin-top: 5.5vw;
}

.dlv_info {
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.dlv_payments .dlv_info:last-child {
  box-shadow: 0 50px 50px 5px #00000020;
}

.dlv_info:last-child {
  padding-bottom: 8.5vw;
}

.dlv_info_title {
  position: relative;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 10vw 8.85vw;
}
.dlv_info_title__special {
  padding-left: 5vw;
  margin: 10vw 18.85vw;
}

.dlv_info_title::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: -4.5vw;
  right: 7vw;
  width: 100%;
  height: 600%;
  background-image: url("../images/withoutAngle2.png");
  background-repeat: no-repeat;
  background-position: 0 0;
}

.dlv_info_title_text {
  font-size: 1.61em;
  width: 100%;
  font-family: "Myriad Pro";
  color: rgb(0, 0, 0);
  text-transform: uppercase;
  line-height: 1.25;
}

.dlv_info_content {
  font-size: 0.856em;
  font-family: "Circe";
  color: rgb(0, 0, 0);
  line-height: 1.333;
  padding: 0 6.25vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.dlv_info_content .dlv_paragraphTitle {
  margin-bottom: 6vw;
}

.dlv_info_content .dlv_paragraph {
  margin-bottom: 6vw;
}

.dlv_info_content .dlv_paragraph:last-child {
  margin-bottom: 0vw;
}

.dlv_paragraphTitle {
  font-weight: bold;
}

.dlv_paragraph {

}

.dlv_warning {
  position: relative;
  z-index: -2;
  width: 100%;
  padding: 11.45vw 0 5.55vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #ffe0b9;
}

.dlv_warning_title {
  font-size: 1.71em;
  font-family: "Myriad Pro";
  color: rgb(0, 0, 0);
  line-height: 1.25;
  text-align: center;
}

.dlv_warning .dlv_paragraph {
  margin-top: 7vw;
  text-align: justify;
}

.dlv_hide {
  display: none;
}

@media screen and (max-width: 500px) {
  .dlv_main_description {
    position: relative;
    z-index: 2;
    width: 70%;
  }
}


@media screen and (min-width: 786px) {
  .dlv_main {
    font-size: 25px;
  }

  .dlv_main {

  }

  .dlv_main_header {
    width: 100%;
    max-width: 1150px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 50px;
  }

  .dlv_main_header::before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0px;
    right: 0;
    width: 50vw;
    height: 100vw;
    background-image: url("../desctop_images/flowers.png");
    background-repeat: no-repeat;
    /*background-position: 70% 0;*/
  }

  .dlv_main_header_contacts {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;

    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .dlv_main_header_contacts::before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 1vw;
    left: -14%;
    width: 100%;
    height: 100%;
    background-image: url("../desctop_images/call24.png");
    background-repeat: no-repeat;
    background-position: top left;
    -webkit-background-size: 11%;
    background-size: 11%;
  }

  .dlv_main_contacts_descriprion {
    width: 70%;
    padding-top: 20px;
  }

  .dlv_main_numbers {
    width: 100%;
    margin-top: 10px;
    justify-content: left;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    font-size: 1.4em;
    font-family: "Myriad Pro";
    color: rgb(255, 136, 42);
    line-height: 1.083;
  }

  .dlv_main_number {
    width: 70%;
    max-width: 300px;
    font-size: 0.95em;
  }

  .dlv_main_number:last-child {
    text-align: center;
  }

  .dlv_main_number_space {
    display: block;
    width: 1%;
    text-align: center;
  }

  .dlv_main_description {
    width: 36%;
    font-size: 1.5rem;
    margin-top: 9.4%;
    margin-left: 10%;
    margin-bottom: 3vw;
  }

  .dlv_main_description::before {
    content: '';
    position: absolute;
    z-index: -1;
    top: -3.5vw;
    left: -8vw;
    width: 100%;
    height: 300%;
    background-image: url("../desctop_images/laurel.png");
    background-repeat: no-repeat;
    background-position: top left;
  }

  .dlv_card_wrapper {
    width: 100%;
    max-width: 1150px;
    margin-left: auto;
    margin-right: auto;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 6% 1.7% 15.565% 1.7%;
  }

  .dlv_card {
    width: 30.43%;
    height: 290px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 30.5px 45px;
    text-align: center;
  }



  .dlv_card:nth-child(1) .dlv_adding::before {
    content: '';
    position: absolute;
    z-index: -1;
    top: -5vw;
    right: -5.5vw;
    width: 100%;
    height: 200%;
    background-image: url("../images/branch.png");
    background-repeat: no-repeat;
    background-position: top right;
  }
  .dlv_card:nth-child(3) .dlv_adding::before {
    content: '';
    position: absolute;
    z-index: -1;
    top: -10vw;
    right: 2vw;
    width: 100%;
    height: 200%;
    background-image: url("../images/branch2.png");
    background-repeat: no-repeat;
    background-position: top right;
    transform: scale(1, -1) rotate(90deg);
  }

  .dlv_card:nth-child(4) .dlv_adding::before {
    content: '';
    position: absolute;
    z-index: -1;
    top: -2vw;
    left: -4vw;
    width: 100%;
    height: 200%;
    background-image: url("../images/branch3.png");
    background-repeat: no-repeat;
    background-position: top left;
  }

  .dlv_card:nth-child(5) .dlv_adding::before {
    content: '';
    position: absolute;
    z-index: -1;
    top: -5vw;
    right: -11vw;
    width: 100%;
    height: 200%;
    background-image: url("../images/branch2.png");
    background-repeat: no-repeat;
    background-position: top left;
  }

  .dlv_card:nth-child(7) .dlv_adding::before {
    content: '';
    position: absolute;
    z-index: -1;
    top: -8vw;
    left: 6.5vw;
    width: 100%;
    height: 100%;
    background-image: url("../images/branch2.png");
    background-repeat: no-repeat;
    background-position: top right;
    transform: rotate(360deg);
  }

  .dlv_card:nth-child(9) .dlv_adding::before {
    content: '';
    position: absolute;
    z-index: -1;
    bottom: -7vw;
    right: 10vw;
    width: 100%;
    height: 100%;
    background-image: url("../images/branch5.png");
    background-repeat: no-repeat;
    background-position: bottom center;
  }

  .dlv_card:nth-child(9) .dlv_adding2::before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 1vw;
    right: -5vw;
    width: 100%;
    height: 100%;
    background-image: url("../images/branch4.png");
    background-repeat: no-repeat;
    background-position: top right ;
  }





  .dlv_card:nth-child(n+2) {
    margin-top: 0px;
  }

  .dlv_card:nth-child(n+4) {
    margin-top: 30px;
  }

  .dlv_card_title {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    padding: 0px;
    height: 80px;
    font-size: 0.7em;

  }

  .dlv_card_content {
    padding: 17px 0 0 0;
    font-size: 0.75em;
    border: none
  }

  .dlv_card_roolUp {
    display: none;
  }

  .dlv_button {
    width: 179px;
    height: 37px;

  }

  .dlv_prices {
    padding-top: 5vw;
    padding-bottom: 90px;
  }

  .dlv_prices::before {
    content: '';
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 120%;
    background-image: url("../desctop_images/roses1.png"), url("../desctop_images/roses2.png");
    background-repeat: no-repeat;
    background-position: left bottom, right bottom;

  }

  .dlv_prices_title {
    text-align: center;
    margin-bottom: 5vw;
  }

  .dlv_prices_title::before {
    content: '';
    position: absolute;
    z-index: -1;
    top: -2vw;
    left: 22vw;
    width: 50%;
    height: 500%;
    background-image: url("../images/withoutAngle.png");
    background-repeat: no-repeat;
    background-position: top left ;
  }

  .dlv_prices_card_wrapper {
    max-width: 1150px;
    padding: 0 20px;
    margin-left: auto;
    margin-right: auto;
    justify-content: space-between;
    -ms-align-items: flex-start;
    align-items: flex-start;
  }

  .dlv_price_block {
    width: 30.4%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;

  }

  .dlv_price_block:nth-child(n+2) {
    margin-top: 0;
  }


  .dlv_price_card {
    width: 100%;
    padding: 0 30.5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 433px;
  }

  .dlv_amount_of_price {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    width: 100%;
    padding: 0;
    margin: 0;
    height: 220px;
    font-size: 2.3em;
    text-align: center;
  }

  .dlv_address {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    width: 100%;
    height: 213px;
    margin-top: 0vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;


    font-size: 0.9em;
  }

  .dlv_price_description {
    font-size: 1.1rem;
    margin-top: 30px;
  }


  .dlv_price_description_items {

    font-size: 1.1rem;
  }

  .dlv_map {
    width: 100vw;
    height: 43vw;

    background-image: url("../images/mapDesctop.png");
  }

  .dlv_shadow_L_USD, .dlv_shadow_R_USD {
    content: '';
    position: absolute;
    z-index: -1;
    top: 90px;
    width: 90%;
    height: 10%;
    background-color: #000;
    box-shadow: 0 0 100px 70px #000000;
  }

  .dlv_shadow_L_USD {
    right: 0%;
    transform: rotate(-4deg);
  }

  .dlv_shadow_R_USD {
    left: 0%;
    transform: rotate(4deg);
  }

  .dlv_shadow_L, .dlv_shadow_R {
    content: '';
    position: absolute;
    z-index: -1;
    bottom: 120px;
    width: 90%;
    height: 10%;
    background-color: #000;
    box-shadow: 0 0 120px 80px #00000095;
  }

  .dlv_shadow_L {
    right: 0%;
    transform: rotate(4deg);
  }

  .dlv_shadow_R {
    left: 0%;
    transform: rotate(-4deg);
  }


  .dlv_delivery {
    width: 100%;
    height: 472px;
    padding: 120px 0 100px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }


  .dlv_delivery_content {
    width: 40vw;
    margin-left: auto;
    margin-right: auto;
    margin-top: 38px;
    font-size: 1.14em;
    font-family: "Myriad Pro";
    color: rgb(0, 0, 0);
    line-height: 1.5;
    text-align: center;
  }

  .dlv_delivery_numbers {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    margin-top: 40px;
    font-size: 1.43em;
    font-family: "Myriad Pro";
    color: rgb(0, 0, 0);
    line-height: 1.333;
    text-align: center;
  }

  .dlv_number {
    width: 25%;
  }

  .dlv_number_space {
    display: block;
    text-align: center;
  }

  .dlv_payments {
    padding-top: 432px;
  }

  .dlv_payments::before {
    content: '';
    position: absolute;
    z-index: -1;
    top: -28vw;
    left: 0vw;
    width: 100%;
    height: 100%;
    background-image: url("../desctop_images/arms.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    -webkit-background-size: contain;
    background-size: contain;
    clip: rect(0, 100vw, 1100px, 0);
  }

  .dlv_payments_title::before {
    content: '';
    position: absolute;
    z-index: -1;
    top: -2vw;
    right: 0vw;
    width: 100%;
    height: 600%;
    background-image: url("../images/withoutAngle2.png");
    background-repeat: no-repeat;
    background-position: 57vw 0;
    box-shadow: 0 0 300px 300px #ffffff;
    background-color: #fff;
  }

  .dlv_pay_card_wrapper {
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    width: 100%;
    max-width: 1150px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    padding: 6% 1.7% 0 1.7%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .dlv_pay_card {
    width: 30.43%;
    height: 290px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 30.5px 45px;
    margin-bottom: 30px;
    text-align: center;
  }

  .dlv_pay_card:nth-child(n+2) {
    margin-top: 0px;
  }

  .dlv_pay_card_title {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: flex-start;
    align-items: flex-start;
    height: 85%;
    padding-bottom: 25px;
    padding-top: 25px;
    font-size: 0.8em;
  }

  .dlv_pay_card_title_special {
    height: 290px;
    border: none;
    padding-top: 50px;
    padding-bottom: 46px;
  }

  .dlv_pay_card_content {
    padding: 16px 0 0 0;
    border: none;
    font-size: 0.6em;
  }

  .dlv_pay_systems {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: space-around;
    -ms-align-items: center;
    align-items: center;
    margin-top: 30px;
  }

  .dlv_maestro {
    width: 52px;
    height: 46.5px;

    background-image: url("../images/maestro.png");
  }

  .dlv_visa {
    width: 89px;
    height: 36px;
    background-image: url("../images/visa.png");
  }

  .dlv_MIR {
    width: 107px;
    height: 33px;
    background-image: url("../images/MIR.png");
  }

  .dlv_alfa {
    width: 111px;
    height: 44px;
    background-image: url("../images/alfa.png");
  }

  .dlv_Money {
    width: 305px;
    height: 37px;
    background-image: url("../images/Money.png");
  }


  .dlv_cash_block {
    max-width: 100%;
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
  }

  .dlv_cash_block::before, .dlv_cash_block::after {
    content: '';
    position: absolute;
    z-index: -11;
    bottom: 30px;
    width: 90%;
    height: 10%;
    background-color: #000;
    box-shadow: 0 0 25px 15px #00000050;
  }

  .dlv_cash_block::after {
    right: 2%;
    transform: rotate(3deg);
  }

  .dlv_cash_block::before {
    left: 2%;
    transform: rotate(-3deg);
  }

  .dlv_cash_block_title {
    width: 95%;
    margin: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 50px 0 33px 0;

  }

  .dlv_cash_block_items {
    border-bottom: none;
    padding: 34px 50px 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .dlv_cash_block_item {
    font-size: 0.656em;
    font-family: "Myriad Pro";
    color: rgb(0, 0, 0);
    line-height: 1.444;
  }

  .dlv_cash_block_item::before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0.3vw;
    right: 2vw;
    width: 100%;
    height: 600%;
    background-image: url("../images/item.png");
    background-repeat: no-repeat;
    background-position: 0 0;
  }

  .dlv_cash_block_item:nth-child(n+2) {
    margin-top: 35px;
  }

  .dlv_info_title {
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 215px 0 105px;
  }

  .dlv_info_title::before {
    content: '';
    position: absolute;
    z-index: -1;
    top: -4vw;
    right: 0vw;
    width: 100%;
    height: 600%;
    background-image: url("../images/withoutAngle2.png");
    background-repeat: no-repeat;
    background-position: 30vw 2vw;
  }

  .dlv_info_title__special {
    margin-left: 3vw;
    margin-right: 10vw;
  }



  .dlv_info_title_text {
    font-size: 1.71em;
    width: 40%;
    font-family: "Myriad Pro";
    color: rgb(0, 0, 0);
    text-transform: uppercase;
    line-height: 1.25;
    text-align: center;
  }

  .dlv_info_content {
    max-width: 1150px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .dlv_info_content .dlv_paragraphTitle {
    margin-bottom: 30px;
  }

  .dlv_info_content .dlv_paragraph {
    margin-bottom: 30px;
  }

  .dlv_info_content .dlv_paragraph:last-child {
    margin-bottom: 0vw;
  }

  .dlv_warning {
    padding: 5.45vw 0 5.55vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #ffe0b9;
  }

  .dlv_warning_title {
    font-size: 1.71em;
    font-family: "Myriad Pro";
    color: rgb(0, 0, 0);
    line-height: 1.25;
    text-align: center;
  }

  .dlv_warning .dlv_paragraph {
    margin-top: 2vw;
    text-align: justify;
  }

  .dlv_yes {
    display: none;
  }



}
