*,
p {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
}

.wrapper {
  overflow: hidden;
  width: 100%;
}

dl,
ol,
ul {
  margin: 0;
}

a {
  transition: all 0.3s ease;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.navbar-brand {
  margin-right: 0;
}
.container {
  max-width: 1440px !important; 
}

@media (max-width: 1920px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1440px;
  }
}
::-webkit-scrollbar {
  width: 0;
}

/* Track */
::-webkit-scrollbar-track {
  display: none;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: transparent;
  border-radius: 6px;
}

a.btnone {
  display: inline-block;
  border-radius: 5px;
  border: 1px solid #a5148c;
  color: #a5148c;
  font-family: "Raleway";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 19px 25px;
}
a.btnone img {
  margin-right: 10px;
}
a.btnone:hover {
  border-radius: 5px;
  border: 1px solid #a5148c;
  background: #a5148c;
  color: #fff;
}

a.btntoo {
  border-radius: 5px;
  background: #fecc00;
  padding: 20px 25px;
  color: #000;
  font-family: "Raleway";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
a.btntoo:hover {
  background: #f90;
}

a.btnthree {
  border-radius: 5px;
  background: #fff;
  color: #000;
  font-family: "Raleway";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 17px 25px;
}
a.btnthree img {
  margin-right: 10px;
}
a.btnthree:hover {
  border-radius: 5px;
  background: #a5148c;
  color: #fff;
}

a.btnfour {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  background: #fff;
  padding: 20px 25px;
  color: #3aafc9;
  font-family: "Raleway";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
a.btnfour svg {
  margin-right: 10px;
}
a.btnfour:hover {
  border-radius: 5px;
  background: #3aafc9;
  color: #fff;
}
a.btnfour:hover path {
  fill: #fff;
}

a.btnfive {
  border-radius: 5px;
  border: 1px solid #5bd76f;
  background: #fff;
  padding: 16px 25px;
  color: #000;
  font-family: "Raleway";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media (max-width: 480px) {
  a.btnfive {
    display: block;
  }
}
a.btnfive svg {
  margin-right: 10px;
}
a.btnfive:hover {
  border-radius: 5px;
  border: 1px solid #5bd76f;
  background: #5bd76f;
  color: #fff;
}
a.btnfive:hover path {
  fill: #fff;
}

a.btnsix {
  font-size: 16px;
  padding: 15px 30px;
  border-radius: 4px;
  color: #000000;
  background-color: #ffcc00;
}
a.btnsix:hover {
  background-color: #fff;
  border: 1px solid #ffcc00;
}

.modal {
  margin: 0;
  border-radius: 0;
  --bs-modal-margin: 0;
  --bs-modal-border-color: none;
  --bs-modal-border-radius: 0;
}
.modal .modal-header {
  border-bottom: 0;
  padding-bottom: 84px;
}
.modal .modal-header a img {
  width: 154px;
  height: 55px;
}
.modal .modal-header button {
  font-size: 25px;
  color: #000;
  box-shadow: none;
}
.modal .modal-body {
  padding-bottom: 130px;
  border-bottom: 1px solid #82513c;
}
.modal .modal-body .modal_body_ul li {
  margin-bottom: 30px;
}
.modal .modal-body .modal_body_ul li a {
  color: #35180f;
  font-family: "Raleway";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.modal .modal-bottom {
  padding: 30px 0 1000px 16px;
}
.modal .modal-bottom a {
  color: #35180f;
  font-variant-numeric: lining-nums proportional-nums;
  font-family: "Raleway";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

header {
  font-family: "Raleway";
  padding: 11px 0 22px 0;
}
header .header_block {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 480px) {
  header .header_block .header_block_start {
    width: 75%;
  }
}
header .header_block .header_block_btn {
  display: none;
}
@media only screen and (max-width: 992px) {
  header .header_block .header_block_btn {
    display: block;
  }
  header .header_block .header_block_btn button {
    border: none;
  }
}
@media only screen and (max-width: 992px) {
  header .header_block .header_block_center {
    display: none;
  }
}
header .header_block .header_block_center ul li {
  padding: 0 10px;
}
header .header_block .header_block_center ul li a {
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  color: #35180f;
}
@media only screen and (max-width: 992px) {
  header .header_block .header_block_end {
    display: none;
  }
}
header .header_block .header_block_end a {
  font-family: "Raleway";
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
  color: #35180f;
}

.choco {
  position: relative;
  height: 1088px;
  margin-bottom: 28px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.choco > picture img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.choco .choco_main h1,
.choco .choco_main p,
.choco .choco_next {
  position: relative;
  z-index: 5;
}
@media only screen and (max-width: 480px) {
  .choco {
    /* background-image: url(../img/choco_mb_bg.png); */
    height: 825px;
  }
}
.choco .choco_main {
  padding: 63px 0 395px 0;
}
@media only screen and (max-width: 480px) {
  .choco .choco_main {
    padding-bottom: 260px;
  }
}
.choco .choco_main h1 {
  color: #fff;
  font-size: 110px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #fff;
  margin-bottom: 30px;
}
@media only screen and (max-width: 480px) {
  .choco .choco_main h1 {
    font-size: 48px;
    margin-bottom: 20px;
  }
}
.choco .choco_main p {
  color: #fff;
  font-family: "Nautilus Pompilius";
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 56px;
  letter-spacing: 1.92px;
}
@media only screen and (max-width: 480px) {
  .choco .choco_main p {
    font-size: 28px;
    line-height: 123%; /* 34.44px */
    letter-spacing: 1.12px;
  }
}
.choco__inner {
  display: flex;
  flex-direction: column;
}
.choco .choco_next {
  max-width: 921px;
  padding: 20px 0;
  align-self: center;
  border-radius: 25px;
  border: 2px solid #fecc00;
  background: #fff;
}
.choco .choco_next .choco_next_by {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media only screen and (max-width: 480px) {
  .choco .choco_next .choco_next_by {
    display: block;
  }
}
.choco .choco_next .choco_next_by p {
  padding: 0 30px;
}

.xit {
  margin-bottom: 100px;
}
.xit .xit_block {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  gap: 30px;
}
@media (max-width: 992px) {
  .xit .xit_block {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 576px) {
  .xit .xit_block {
    grid-template-columns: 1fr;
    align-items: stretch;
    gap: 20px;
  }
}
.xit .xit_block .xit_block_item {
  height: 500px;
  background-size: cover;
  background-position: center;
}
@media only screen and (max-width: 576px) {
  .xit .xit_block .xit_block_item {
    height: 400px;
    margin: 0 10px !important;
  }
}
.xit .xit_block .xit_block_item .xit_block_item_bottom {
  color: #35180f;
  font-family: "Nautilus Pompilius";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #35180f;
}
.xit .xit_block .xit_block_item:first-child {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 31px 0 46px 0;
  text-align: center;
}
.xit .xit_block .xit_block_item .xit_block_item_top {
  display: flex;
  align-items: center;
  justify-content: center;
}
.xit .xit_block .xit_block_item .xit_block_item_top .xit_block_item_top_one {
  display: flex;
  align-items: center;
  border-radius: 25px;
  background: #fecc00;
  padding: 10px 20px;
}
.xit .xit_block .xit_block_item .xit_block_item_top .xit_block_item_top_one p {
  margin-left: 7px;
  color: #35180f;
  font-family: "Raleway";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.xit .xit_block .xit_block_item:nth-child(2) {
  display: flex;
  align-items: center;
  justify-content: end;
  text-align: center;
  flex-direction: column;
  padding: 31px 0 46px 0;
}
.xit .xit_block .xit_block_item:last-child {
  margin-right: 0;
}
.xit .xit_block .xit_block_item:last-child p {
  color: #fff;
  font-family: "Nautilus Pompilius";
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 145px 29px 0 29px;
}
@media only screen and (max-width: 480px) {
  .xit .xit_block .xit_block_item:last-child p {
    padding-top: 80px;
  }
}

.stars {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
  text-align: center;
}
.stars .stars_main {
  display: flex;
  align-items: center;
  border-radius: 50px;
  border: 2px solid #fecc00;
  background: #fff;
  padding: 15px;
}
.stars .stars_main p {
  color: #35180f;
  font-family: "Nautilus Pompilius";
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #35180f;
  padding: 0 35px;
}

.range {
  background-image: url(../img/rangebg.png);
  background-size: contain;
  background-position: center;
  margin-bottom: 50px;
  padding: 170px 0 205px 0;
}
@media only screen and (max-width: 480px) {
  .range {
    padding-top: 170px;
    height: 100%;
    padding-bottom: 140px;
    background-position: left;
  }
  .stars .stars_main p {
    font-size: 32px;
    padding: 0 25px;
  }
}
@media only screen and (max-width: 992px) {
  .range .range_img {
    margin-bottom: 20px;
  }
  .range .range_img img {
    width: 100%;
  }
}
.range .range_main {
  max-width: 513px;
  font-family: "Raleway";
}
@media only screen and (max-width: 480px) {
  .range .range_main {
    width: auto;
  }
}
.range .range_main p {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 20px;
}
.range .range_main h4 {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.range .range_main h2 {
  color: #000;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: #000;
  margin-bottom: 20px;
}
@media only screen and (max-width: 480px) {
  .range .range_main h2 {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.range .range_main .range_main_bottom {
  margin-bottom: 37px;
}
@media only screen and (max-width: 480px) {
  .range .range_main .range_main_btn {
    text-align: center;
  }
}

.chocalate {
  margin-bottom: 80px;
}
@media only screen and (max-width: 992px) {
  .chocalate .range_img img {
    width: 100%;
    margin-bottom: 20px;
  }
}
.chocalate .range_main {
  max-width: 513px;
  font-family: "Raleway";
}
@media only screen and (max-width: 480px) {
  .chocalate .range_main {
    width: auto;
  }
}
.chocalate .range_main p {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 20px;
}
.chocalate .range_main h4 {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.chocalate .range_main h2 {
  color: #000;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: #000;
  margin-bottom: 20px;
}
@media only screen and (max-width: 480px) {
  .chocalate .range_main h2 {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.chocalate .range_main .range_main_bottom {
  margin-bottom: 37px;
}
@media only screen and (max-width: 480px) {
  .chocalate .range_main .range_main_btn {
    text-align: center;
  }
}

.derko .range_img img, .range_img img, .chocalate .range_img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.derko {
  background-image: url(../img/derko.png);  
  background-size: contain;
  background-position: center;
  margin-bottom: 50px;
  padding: 170px 0 0 0;
  height: 1515px;
}
@media only screen and (max-width: 1476px) {
  .derko, .range {
    background-size: cover;
  }
}
@media only screen and (max-width: 992px) {
  .derko {
    padding-top: 130px;
    height: auto;
  }

  .range_main {
    max-width: 100% !important;
  }
  .derko .derko_bottom .derko_bottom_main p {
    margin-bottom: 35px;
  }
  .derko .derko_bottom .derko_bottom_main {
    transform: translateY(-150px);
  }
}
@media only screen and (max-width: 992px) {
  .derko .range_img img {
    width: 100%;
    margin-bottom: 20px;
  }
}
.derko .range_main {
  max-width: 513px;
  font-family: "Raleway";
}
@media only screen and (max-width: 480px) {
  .derko .range_main {
    width: auto;
  }
  /*.derko {
    background: url('../img/Group.png');
  }*/
}
.derko .range_main p {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 20px;
}
.derko .range_main h4 {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.derko .range_main h2 {
  color: #000;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: #000;
  margin-bottom: 20px;
}
@media only screen and (max-width: 480px) {
  .derko .range_main h2 {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.derko .range_main .range_main_bottom {
  margin-bottom: 37px;
}
@media only screen and (max-width: 480px) {
  .derko .range_main .range_main_btn {
    text-align: center;
  }
}
.derko .derko_bottom {
  margin-top: 90px;
}
@media only screen and (max-width: 480px) {
  .derko .derko_bottom {
    /*background-image: url(../img/derko_mb.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 360px;*/
    height: 350px;
  }
}
.derko .derko_bottom .derko_bottom_btn {
  margin-bottom: 200px;
  text-align: center;
}
@media only screen and (max-width: 480px) {
  .derko .derko_bottom .derko_bottom_btn {
    display: none;
  }
}
.derko .derko_bottom .derko_bottom_main {
  text-align: center;
}
.derko .derko_bottom .derko_bottom_main p {
  color: #fff;
  font-family: "Raleway";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  margin-bottom: 85px;
}
@media only screen and (max-width: 480px) {
  .derko .derko_bottom .derko_bottom_main p {
    font-size: 20px;
    padding: 100px 0 0;
    max-width: 215px;
    margin: 0 auto 37px;
  }
}
.derko .derko_bottom .derko_bottom_main .derko_bottom_main_btn {
  text-align: center;
}

.abaut .abaut_main {
  margin-bottom: 60px;
}
.abaut img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.abaut .abaut_main .abaut_main_img {
  text-align: end;
}
@media only screen and (max-width: 480px) {
  .abaut .abaut_main .abaut_main_img img {
    width: 100%;
  }
}
.abaut .abaut_main .abaut_main_as {
  padding-top: 87px;
}
@media only screen and (max-width: 480px) {
  .abaut .abaut_main .abaut_main_as {
    padding-top: 20px;
  }
}
.abaut .abaut_main .abaut_main_as h3 {
  color: #000;
  font-family: "Nautilus Pompilius";
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 50px;
}
@media only screen and (max-width: 480px) {
  .abaut .abaut_main .abaut_main_as h3 {
    text-align: center;
    margin-bottom: 20px;
  }
}
.abaut .abaut_main .abaut_main_as p {
  color: #000;
  font-family: "Raleway";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 30px;
}
.abaut .abaut_main .abaut_main_as p:last-child {
  margin-bottom: 0;
}
.abaut .abaut_soms {
  background: #fecc00;
  padding: 44px 0 36px 0;
}
.abaut .abaut_soms .abaut_soms_main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 15px;
}
.abaut .abaut_soms .abaut_soms_main .abaut_soms_main_item {
  display: flex;
  align-items: center;
}
.gift_block_img img {
  width: 100%;
  display: block;
  height: auto;
  object-fit: cover;
}
@media only screen and (max-width: 480px) {
  .abaut .abaut_soms .abaut_soms_main .abaut_soms_main_item {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .gift .gift_block .gift_block_main .gift_block_main_top {
    margin-bottom: 40px !important;
  }
  .gift .gift_block .gift_block_main .gift_block_main_body {
    margin-bottom: 30px !important;
  }
  .gift .gift_block .gift_block_main .gift_block_main_bottom a {
    width: 100% !important;
    margin-bottom: 20px !important;
  }
}
.abaut .abaut_soms .abaut_soms_main .abaut_soms_main_item:last-child {
  margin-right: 0;
}
.abaut .abaut_soms .abaut_soms_main .abaut_soms_main_item .abaut_soms_main_item_img {
  margin-right: 22px;
}
.abaut .abaut_soms .abaut_soms_main .abaut_soms_main_item .abaut_soms_main_item_nas {
  width: 222px;
}
.abaut .abaut_soms .abaut_soms_main .abaut_soms_main_item .abaut_soms_main_item_nas h5 {
  color: #000;
  font-family: "Nautilus Pompilius";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 10px;
}
@media only screen and (max-width: 480px) {
  .abaut .abaut_soms .abaut_soms_main .abaut_soms_main_item .abaut_soms_main_item_nas h5 {
    margin-bottom: 5px;
  }
}
.abaut .abaut_soms .abaut_soms_main .abaut_soms_main_item .abaut_soms_main_item_nas p {
  color: #000;
  font-family: "Raleway";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.gift {
  background: rgba(248, 222, 210, 0.76);
}
@media only screen and (max-width: 480px) {
  .gift .gift_block .row {
    display: flex;
    flex-direction: column-reverse !important;
  }
}
@media only screen and (max-width: 480px) {
  .gift .gift_block .gift_block_img img {
    width: 100%;
  }
}
.gift .gift_block .gift_block_main {
  padding-top: 78px;
}
@media only screen and (max-width: 480px) {
  .gift .gift_block .gift_block_main {
    padding-top: 50px;
  }
}
.gift .gift_block .gift_block_main .gift_block_main_top {
  color: #000;
  font-family: "Nautilus Pompilius";
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 50px;
}
@media only screen and (max-width: 480px) {
  .gift .gift_block .gift_block_main .gift_block_main_top {
    font-size: 32px;
    text-align: center;
  }
}
.gift .gift_block .gift_block_main .gift_block_main_body {
  display: grid;
  grid-template-columns: repeat(2, max-content);
  gap: 0 50px;
  align-items: center;
  margin-bottom: 55px;
}
.gift .gift_block .gift_block_main .gift_block_main_body .gift_block_main_body_left {
  margin-right: 50px;
}
.gift .gift_block .gift_block_main .gift_block_main_body .gift_block_main_body_left:last-child {
  margin-right: 0;
}
.gift .gift_block .gift_block_main .gift_block_main_body .gift_block_main_body_left_item {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.gift .gift_block .gift_block_main .gift_block_main_body .gift_block_main_body_left_item p {
  color: #35180f;
  font-family: "Raleway";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-left: 10px;
}
@media only screen and (max-width: 480px) {
  .gift .gift_block .gift_block_main .gift_block_main_body {
    gap: 0 30px;
    justify-content: center;
  }
  .gift
    .gift_block
    .gift_block_main
    .gift_block_main_body
    .gift_block_main_body_left
    .gift_block_main_body_left_item
    p {
    font-size: 14px;
  }
}
.gift .gift_block .gift_block_main .gift_block_main_bottom {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.gift .gift_block .gift_block_main .gift_block_main_bottom a {
  margin-bottom: 30px;
  width: 256px;
}

.new {
  background: #eec2fe;
  padding: 32px 0 40px;
}
.new .new_block {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 576px) {
  .new .new_block {
    display: block;
  }
}
.new .new_block .new_block_img {
  text-align: center;
  margin-bottom: 15px;
}
@media only screen and (max-width: 480px) {
  .new .new_block .new_block_img svg {
    margin-right: 10px;
  }
}
.new .new_block .new_block_img svg:first-child {
  display: none;
}
@media only screen and (max-width: 480px) {
  .new .new_block .new_block_img svg:first-child {
    display: inline-block;
  }
}
.new .new_block .new_block_img svg:last-child {
  display: none;
}
@media only screen and (max-width: 480px) {
  .new .new_block .new_block_img svg:last-child {
    display: inline-block;
    margin-right: 0;
  }
}
@media only screen and (max-width: 576px) {
  .new .new_block .new_block_img {
    display: block;
  }
}
@media only screen and (max-width: 576px) {
  .new .new_block .new_block_imgg,
  .new .new_block .new_block_imggg {
    display: none;
  }
}
.new .new_block p {
  margin-left: 34px;
  margin-right: 45px;
  color: #35180f;
  font-family: "Raleway";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.new .new_block .new_block_btn {
  margin-right: 60px;
}
@media only screen and (max-width: 576px) {
  .new .new_block .new_block_btn {
    text-align: center;
    margin-right: 0;
    margin-top: 20px;
  }
  .new .new_block p {
    margin: 0;
  }
}

.phone {
  background-image: url(../img/phone_bg.png);
  background-size: cover;
  padding: 83px 0 65px 0;
}
@media only screen and (max-width: 480px) {
  .phone {
    padding-top: 50px;
    background-size: 170%;
  }
}
.phone .phone_block .phone_block_main {
  padding-left: 45px;
}
@media only screen and (max-width: 480px) {
  .phone .phone_block .phone_block_main {
    padding-left: 0;
  }
}
.phone .phone_block .phone_block_main .phone_block_main_top {
  margin-bottom: 45px;
}
.phone .phone_block .phone_block_main .phone_block_main_top h5 {
  color: #000;
  font-family: "Nautilus Pompilius";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 20px;
}
@media only screen and (max-width: 480px) {
  .phone .phone_block .phone_block_main .phone_block_main_top h5 {
    text-align: center;
  }
}
.phone .phone_block .phone_block_main .phone_block_main_top p {
  color: #000;
  font-variant-numeric: lining-nums proportional-nums;
  font-family: "Raleway";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media only screen and (max-width: 480px) {
  .phone .phone_block .phone_block_main .phone_block_main_btn {
    text-align: center;
  }
}
@media only screen and (max-width: 480px) {
  .phone .phone_block .phone_block_img {
    text-align: center;
    margin-top: 68px;
  }
}

.product {
  padding: 50px 0;
}
@media only screen and (max-width: 480px) {
  .product .product_block {
    padding: 0 15px;
  }
}
.product .product_block .product_block_item {
  border: 2px solid #ffcc00;
  border-radius: 3px;
  padding: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 480px) {
  .product .product_block .product_block_item {
    height: auto;
    padding: 15px;
  }
}
.product .product_block .product_block_item .product_block_item_img {
  margin-bottom: 10px;
  text-align: center;
}
.product .product_block .product_block_item .product_block_item_img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.product .product_block .product_block_item .product_block_item_body h4 {
  color: #000;
  font-family: Raleway;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media only screen and (max-width: 480px) {
  .product .product_block .product_block_item .product_block_item_body h4 {
    font-size: 16px;
  }
}
.product .product_block .product_block_item .product_block_item_body p {
  color: #000;
  font-family: "Raleway";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media only screen and (max-width: 480px) {
  .product .product_block .product_block_item .product_block_item_body p {
    font-size: 12px;
  }
}
.product .product_block .product_block_item .product_block_item_btn {
  text-align: center;
  margin: 30px 0 0;
  display: flex;
  flex-grow: 1;
  align-items: flex-end;
  justify-content: center;
}

footer {
  background: #35180f;
  padding: 65px 0 65px 45px;
}
@media only screen and (max-width: 480px) {
  footer {
    padding-left: 0;
  }
}
footer .footer_blok {
  display: flex;
  align-items: start;
  gap: 160px;
}
footer a.btnone {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
}
@media only screen and (max-width: 992px) {
  footer .footer_blok {
    gap: 30px;
  }
}
@media only screen and (max-width: 768px) {
  footer .footer_blok {
    flex-direction: column;
  }
}
@media only screen and (max-width: 480px) {
  footer .footer_blok {
    display: block;
  }
}
footer .footer_blok .footer_blok_left {
  padding-top: 17px;
}
@media only screen and (max-width: 480px) {
  footer .footer_blok .footer_blok_left {
    display: none;
  }
}
footer .footer_blok .footer_blok_left_mb {
  display: none;
}
@media only screen and (max-width: 480px) {
  footer .footer_blok .footer_blok_left_mb {
    display: block;
  }
}
@media only screen and (max-width: 480px) {
  footer .footer_blok .footer_blok_center {
    margin-right: 0;
    margin-bottom: 50px;
  }
}
footer .footer_blok .footer_blok_center h4 {
  color: #fff;
  font-family: "Raleway";
  font-size: 20px;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
  margin-bottom: 20px;
}
footer .footer_blok .footer_blok_center ul {
  padding-left: 0;
}
footer .footer_blok .footer_blok_center ul li {
  margin-bottom: 15px;
}
footer .footer_blok .footer_blok_center ul li a {
  display: inline-block;
  color: #fff;
  font-family: "Raleway";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media only screen and (max-width: 480px) {
  footer .footer_blok .footer_blok_right {
    margin-top: 50px;
  }
}
footer .footer_blok .footer_blok_right h4 {
  color: #fff;
  font-family: "Raleway";
  font-size: 20px;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
  margin-bottom: 24px;
}
footer .footer_blok .footer_blok_right ul {
  padding-left: 0;
}
footer .footer_blok .footer_blok_right ul li {
  margin-bottom: 22px;
}
footer .footer_blok .footer_blok_right ul li a {
  color: #fff;
  font-variant-numeric: lining-nums proportional-nums;
  font-family: "Raleway";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
footer .footer_blok .footer_blok_right ul li:last-child {
  margin-bottom: 0;
}
footer .footer_blok .footer_blok_right ul li:last-child a {
  color: #fff;
  font-variant-numeric: lining-nums proportional-nums;
  font-family: "Raleway";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
} 

.dropdown-item.reset-dropdown-item {
  line-height: 0;
  padding: 0;
  border-radius: 0;
}

.swiper {
  width: 100%;
  height: 300px;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #ffcc00;
}

.swiper-button-next, .swiper-button-prev {
  color: #ffcc00;
}

.swiper-button-next::after, .swiper-button-prev::after {
  font-size: 25px;
}

.modal-dialog {
  width: 100% !important;
  max-width: 100% !important;
}

.modal.show {
  display: block;
}

@media (max-width: 768px) {
  .choco .choco_main h1 {
    font-size: 65px;
  }
}