@font-face {
  font-family: "Oswald";
  src: url(../fonts/Oswald/Oswald-Regular.woff2);
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Oswald";
  src: url(../fonts/Oswald/Oswald-Bold.woff2);
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url(../fonts/Roboto/Roboto-Regular.woff2);
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url(../fonts/Roboto/Roboto-Medium.woff2);
  font-weight: 500;
  font-style: normal;
  font-display: swap;
} 
@font-face {
  font-family: "Roboto";
  src: url(../fonts/Roboto/Roboto-Bold.woff2);
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'fontello';
  src: url(../fonts/fontello/fontello.woff2);
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  color: var(--yellow);
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-dark::before{
  color: var(--dark-blue);
}
.icon-white::before{
  color: var(--white);
}
.icon-user:before { content: '\e800'; } 
.icon-feather:before { content: '\e801'; } 
.icon-location:before { content: '\e802'; } 
.icon-phone:before { content: '\e803'; } 
.icon-clock:before { content: '\e805'; } 
.icon-mail-alt:before { content: '\f0e0'; } 
.icon-angle-double-right:before { content: '\f101'; } 
.icon-angle-left:before { content: '\f104'; } 
.icon-angle-right:before { content: '\f105'; } 
.icon-angle-up:before { content: '\f106'; } 
.icon-angle-down:before { content: '\f107'; } 
.icon-direction:before { content: '\f124'; } 
.icon-address-card-o:before { content: '\f2bc'; } 
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
:root {
  --white: #fff;
  --yellow: #ff9900;
  --yellow-hover: #e08700;
  --dark-blue: #051829;
  --light-blue-btn: #08c;
  --light-blue-btn-hover: #0074ad;
  --light-blue: #337ab7;
  --light-blue-hover: #23527c;
  --text-gray: #6a6a6a;
  --contrast-blue: #111e45;
  --red: #ee2222;
}
h1,h2 {
  font-family: "Oswald", sans-serif;
  text-align: right;
  font-weight: 400;
  font-size: 30px;
  color: var(--dark-blue);
}
h3{
  color: var(--dark-blue);
  font-family: "Oswald", sans-serif;
  margin-bottom: 5px;
  font-size: 22px;
  font-weight: normal;
  width: fit-content;
}
strong{
  font-family: "Oswald", sans-serif;
}
p {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  color: var(--text-gray);
}
a{
  text-decoration: none;
  color: var(--light-blue);
  transition: .2s;
  font-family: "Roboto", sans-serif;
}
a:hover{
  color: var(--light-blue-hover);
}
ul {
  margin-left: 19px;
}
ul li {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  color: var(--text-gray);
  line-height: 1.6em;
  padding-bottom: 10px;
}
ul li::marker{
  color: var(--yellow);
}
ul li a{
  text-decoration: underline;  
}
ul li a:hover{
  color: var(--yellow);
}
ul li span.online-request{
  transition: .2s;
  color: var(--light-blue);
  text-decoration: underline;
}
ul li span.online-request:hover {
  cursor: pointer;
  color: var(--yellow)    
}
iframe#map{
  width: 100%;
}
.text-bold{
  font-family: "Oswald", sans-serif;
  font-size: 20px !important;
  color: var(--dark-blue);
  margin-bottom: 10px;
  margin-top: 10px;
}
.text-bold span{
  color: var(--yellow);
}
.wrapper {
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
}
.bottom-menu{
  display: none;
}
.bottom-actions{
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9;
}
.bottom-actions .top-items{
  display: flex;
}
.scroll-to-top {
  opacity: 0;
  background: var(--yellow);
  border-radius: 5px;
  align-items: center;
  display: flex;
  box-shadow: 0 0 10px 5px #c2c2c279;
  z-index: -9;
  transition: .3s;
}
.scroll-to-top{
  margin-left: auto;
  margin-right: 60px;
  margin-bottom: 20px;
  width: 45px;
  height: 45px;
}
.scroll-to-top.active {
  opacity: 1;
  margin-right: 20px;
  z-index: 9;
}
.scroll-to-top.active:hover {
  background: #ecbd00;
}
.scroll-to-top i {
  width: 100%;
  font-size: 16px;
  text-align: center;
}
h1:hover::after, h2:hover::after{
  animation: headlineUnderline;
  animation-duration: .5s;
}
h1::after, h2::after{
  content: "";
  width: 30%;
  display: flex;
  margin-top: 12px;
  border-radius: 2px;
  background: var(--yellow);
  height: 2px;
  margin-right: 0;
  margin-left: auto;
}
.concrete-price-highlight-number {
  display: none;
}
.consumer-choice{
border: 2px solid var(--red);
padding: 5px !important;
border-radius: 4px;
}
.item.consumer-choice .info p{
  position: relative;
}
.item.consumer-choice .info p::after{
  content: 'Выбор покупателей!';
  font-size: 12px;
  font-weight: 200;
  font-family: 'Roboto', sans-serif;
  position: absolute;
  top: -22px;
  right: -30px;
  display: flex;
  padding: 2px 5px;
  border-radius: 2px;
  background: var(--red);
  color: var(--white);
}
/* =========================== modal =========================== */
.modal-window{
  position: fixed;
  z-index: 12;
  background: var(--white);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  max-width: 90%;
  width: 100%;
  padding: 20px;
  overflow-y: scroll;
  height: 90%;
}
.modal-window.active{
  transform: translate(-50%, -50%) scale(1);
}
.modal-window .headline{
  margin-bottom: 40px;
}
.modal-window .headline ul li{
font-size: 16px;
}
.modal-window .headline h2{
  text-align: left;
  width: fit-content;
  margin-bottom: 20px;
}
.modal-window .headline h2::after{
  margin-left: 0;
  margin-right: auto;
}
.modal-window .fullfill{
  margin-top: 30px;
  margin-bottom: 30px;
}
.modal-window .fullfill span{
  padding: 10px 20px;
  border: 1px solid var(--dark-blue);
  border-radius: 8px;
  display: flex;
  width: 280px;
  gap: 10px;
  align-items: center;
  color: var(--dark-blue);
  background: transparent;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  transition: .2s;
  cursor: pointer;
}
.modal-window .fullfill span:hover{
  font-size: 94%;
  box-shadow:0 0 12px rgba(167, 167, 167, 0.493) ;
}
.modal-window .fullfill span i{
  font-size: 18px;
}
.modal-window .fullfill span i::before{
  transform: rotateX(180deg);
}
.modal-window .fullfill span.active i::before{
  transform: rotateX(0deg) translateY(0%);
}
.modal-window .contact-info{
  display: flex;
  background: transparent;
  border: none;
  gap: 20px;
}
.modal-window .contact-info .item {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}
.modal-window .contact-info .item label{
  font-size: 16px;
  font-weight: 500;
  color: var(--text-gray);
  font-family: 'Roboto', sans-serif;
}
.modal-window .contact-info .item .input{
  display: flex;
  flex-direction: row;
  transition: .2s;
}
.modal-window .contact-info .item .input i{
  padding: 10px;
  background: var(--dark-blue);
  display: flex;
  border-radius: 8px 0 0 8px;
}
.modal-window .contact-info .item .input input{
  width: 100%;
  padding: 6px;
  font-size: 16px;
  border: 1px solid #cecece;
  display: flex;
  border-radius: 0 8px 8px 0;
}
.modal-window .contact-info .item .input input:focus{
  border: none;
  outline: none;
  box-shadow: 0 0 8px 3px #0000002a;
}
.modal-window .interested-in{
  margin-top: 30px;
}
.modal-window .interested-in.disable{
  display: none;
}
.modal-window .interested-in .heading{
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 20px;
}
.modal-window .interested-in .items{
  border: none;
  background: transparent;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.modal-window .interested-in .items .item{
  max-width: calc(100% / 4);
  width: 100%;
}
.modal-window .interested-in .items .item p{
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: var(--text-gray);
  margin-bottom: 10px;
}
.modal-window .interested-in .items .item .input{
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  font-weight: normal;
  color: var(--text-gray);
  margin-bottom: 10px;
}
.modal-window .interested-in .items .item .input input.additional{
  border: none;
  border-bottom: 1px solid var(--text-gray);
  padding: 5px;
  max-width: 120px;
  margin-left: 10px;
}
.modal-window .message{
  display: flex;
  flex-direction: column;
  margin-top: 50px;
  margin-bottom: 20px;
}
.modal-window .message.disable{
  display: none;
}
.modal-window .message label{
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: var(--text-gray);
  margin-bottom: 10px;
}
.modal-window .message textarea{
  resize: vertical;
  max-height: 300px;
  min-height: 100px;
  font-family: 'Roboto', sans-serif;
  padding: 10px;
  font-size: 15px;
  border: 1px solid #cecece;
  display: flex;
  border-radius: 8px;
}
.modal-window .message textarea:focus{
  border: none;
  outline: none;
  box-shadow: 0 0 8px 3px #0000002a;
}
.modal-window .send{
  margin-top: 20px;
  display: flex;
  gap: 20px;
}
.modal-window .send .agreement{
  max-width: 70%;
  display: flex;
  gap: 20px;
}
.modal-window .send .agreement label{
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  color: var(--text-gray);
  display: flex;
  text-align: justify;
}
.modal-window .send button{
  padding: 14px;
  min-width: 280px;
  background: var(--yellow);
  border-radius: 8px;
  font-size: 16px;
  color: var(--white);
  border: none;
  height: fit-content;
  transition: .2s;
  cursor: pointer;
}
.modal-window .send button:hover{
  background: #eb9310;
  font-size: 110%;
  box-shadow:0 0 12px rgba(167, 167, 167, 0.493) ;
}
.overlay{
  position: fixed;
  z-index: 11;
  opacity: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #05182971;
  pointer-events: none;
}
.overlay.active{
  pointer-events: all;
  opacity: 1;
}
.modal-window .cross {
  margin-left: auto;
  width: 30px;
  margin-right: 0;
  display: flex;
  align-items: center;
  background: var(--dark-blue);
  color: var(--white);
  border-radius: 40px;
  cursor: pointer;
  height: 30px;
}
.modal-window .cross span{
  margin: auto;
}
.input-validation-error{
  display: none;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  font-weight: 600;
  padding: 10px 20px;
  width: fit-content;
  color: #d51717;
  background-color: #ffdddd;
  border-radius: 10px;
  margin: 10px 0;
  transition: .2s;
}
/* =========================== success-modal =========================== */
.success-modal-window.active{
  display: flex;
  flex-direction: column;
  max-width: 60%;
  height: auto;
  top: 20px;
  transform: translate(-50%, 0);
  overflow-y: auto;
  border-radius: 5px;
  padding: 20px;
  box-shadow: 0 0 20px 4px rgb(153 153 153 / 32%);
}
.success-modal-window{
  display: none;
}
.overlay.close-success-modal.active{
  pointer-events: all;
  opacity: 0;
}
.overlay.close-success-modal{
  pointer-events: none;
}
.success-modal-window .success-text p{
  text-align: center;
}
.success-modal-window .success-text p:first-child{
  font-size: 34px;
  color: var(--yellow);
  font-family: 'Oswald', sans-serif;
  margin-bottom: 30px;
}
.success-modal-window .success-text p:last-child{
  font-size: 16px;
  color: var(--dark-blue);
  font-family: 'Roboto', sans-serif;
  margin-bottom: 50px;
}
.success-modal-window button{
  margin: 0 auto;
  font-family: 'Roboto', sans-serif;
  width: fit-content;
  padding: 10px 60px;
  font-size: 18px;
  border: none;
  display: flex;
  background: var(--yellow);
  color: var(--white);
  border-radius: 4px;
  transition: .3s;
  cursor: pointer;
}
.success-modal-window button:hover{
  background: #eb9310;
  font-size: 113%;
  box-shadow:0 0 12px rgba(167, 167, 167, 0.493) ;
}
/* =========================== @keyframes =========================== */
/* @keyframes mainScreenImage {
  from {
    left: 100%;
  }
  to {
    left: 0%;
  }
} */
/* @keyframes mainScreenContent {
  from {
    left: -100%;
  }
  to {
    left: 0;
  }
} */
@keyframes headlineUnderline {
  from {
    width: 0;
  }
  to {
    width: 30%;
  }
}
@keyframes navUnderline {
  from {
    width: 0;
  }
  to {
    width: 30px;
  }
}
/* =========================== call-to-action =========================== */
.call-to-action {
  display: flex;
  flex-direction: column;
}
.call-to-action .call-button {
  text-align: center;
  padding: 20px 25px;
  margin-bottom: 20px;
  color: var(--white);
  border-radius: 5px;
  background: var(--yellow);
  transition: 0.3s;
}
.call-to-action .call-button:hover {
  background: #eb9310;
  font-size: 110%;
  box-shadow:0 0 12px rgba(167, 167, 167, 0.493) ;
}
.call-to-action .online-request {
  border: none;
  text-decoration: none;
  text-align: center;
  padding: 20px 25px;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  color: var(--white);
  background: var(--light-blue-btn);
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.call-to-action .online-request:hover {
  background: #0074ad;
  font-size: 110%;
  box-shadow:0 0 12px rgba(167, 167, 167, 0.493) ;
}
/* =========================== header =========================== */
header {
  position: absolute;
  z-index: 9;
  width: 100%;
}
header .wrapper {
  max-width: 1170px;
  width: 100%;
}
header .top-header {
  height: 50px;
  background: transparent;
  display: flex;
  align-items: center;
  margin: 15px auto;
  gap: 10px;
}
/* header .top-header .call-button {
  padding: 8px 46px;
  background: var(--yellow);
  text-decoration: none;
  color: #051829;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 600;
  border-radius: 4px;
  margin-right: 0;
  margin-left: auto;
  border: 2px solid var(--yellow);
  transition: 0.2s;
}
header .top-header .call-button:hover {
  background: var(--dark-blue);
  color: var(--white);
} */
header .top-header {
  display: flex;
  gap: 20px;
  align-items: center;
}
header .top-header div.item .phones {
  display: flex;
  flex-direction: row;
}
header .top-header div.item .phones a {
  display: flex;
}
header .top-header div.item span,
header .top-header div.item a,
header .top-header div.item .phones a {
  text-decoration: none;
  color: var(--white);
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 500;
  transition: 0.2s;
  font-style: normal;
  text-align: center;
}
header .top-header div.item a.secnod-phone {
  margin-left: 20px;
}
header .top-header div.item span i,  
header .top-header div.item a i{
  margin-right: 10px;
}
header .top-header div.item a:hover {
  color: var(--yellow);
}
header .top-header div.item {
  display: flex;
}
header .top-header div .image {
  height:16px;
  margin-right: 10px;
}
header .top-header div img {
  height: 100%;
  object-fit: cover;
}
header .bottom-header {
  height: 90px;
  background: var(--white);
  display: flex;
  align-items: center;
  padding: 0 15px;
  border-radius: 5px;
}
header .bottom-header > a{
  width: 196px;
  height: 46px;
  display: flex;
  img {
    width: 100%;
    object-fit: contain;
  }
}
header .bottom-header .hamburger {
  display: none;
}
header .bottom-header nav {
  margin: 0 auto;
  display: flex;
  gap: 10px;
  position: relative;
}
header .bottom-header nav .main-item {
  cursor: pointer;
  padding: 10px 20px;
  color: var(--dark-blue);
}
header .bottom-header nav .main-item a{
  color: var(--dark-blue);
}
header .bottom-header nav .main-item .link {
  display: flex;
}
header .bottom-header nav .main-item .link i::before{
  transition: .3s;
}
header .bottom-header nav .main-item .link i{
  display: flex;
  align-items: center;
}
header .bottom-header nav .main-item:hover > .link i::before {
transform: rotate(180deg);
}
header .bottom-header nav .main-item i::before {
  font-size: 20px;
}
header .bottom-header nav .main-item:hover .nav-link {
  display: block;
}
header .bottom-header nav .main-item:hover .nav-link::after {
  display: flex;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  content: "";
  width: 30px;
  background: var(--yellow);
  height: 2px;
  border-radius: 4px;
  animation-name: navUnderline;
  animation-duration: 0.3s;
}
header .bottom-header nav .item span, header .bottom-header nav .item a {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 15px;
  text-decoration: none;
  padding: 10px;
  display: flex;
  position: relative;
}
header .bottom-header nav .item .second-level-list {
  position: absolute;
  display: none;
  background: var(--dark-blue);
  border-radius: 4px;
  overflow: hidden;
}
header .bottom-header nav .item .second-level-list {
  flex-direction: column;
}
header .bottom-header nav .item .second-level-list a, header .bottom-header nav .item .second-level-list span {
  text-decoration: none;
  color: #c3bfbf;
  padding: 10px 20px;
}
header .bottom-header nav .item:hover > .second-level-list {
  display: flex;
}
header .bottom-header nav .main-item .sub-link i{
  transform: rotate(-90deg);
}
header .bottom-header nav .item .item span, header .bottom-header nav .item .item a {
  font-weight: 400;
  font-size: 14px;
}
header .bottom-header nav .item .item .sub-link{
  display: flex;
}
header .bottom-header nav .item .item:hover .sub-link, header .bottom-header nav .item .item:hover .sub-link span, header .bottom-header nav .item .item a:hover {
  background: var(--yellow);
  color: var(--white);
}
/* =========================== slider =========================== */
.slider-container {
  position: relative;
}
.slider-container .slider {
  position: relative;
}
.slider-container .slider .slide {
  position: relative;
  width: 100%;
  display: flex;
  height: 100%;
  max-height: 820px;
  min-height: 500px;
  overflow-x: hidden;
}
.slider-container .slider .slide img {
  width: 100%;
  position: relative;
  object-fit: cover;
}
.slider-container .slider .slide img.animation {
  left: 0;
  /* animation: mainScreenImage; */
  animation-duration: 1s;
  transition: ease;
}
.slider-container .slider .slide .img-cover {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: 0.6;
}
.slider-container .slider .slide .content {
  position: absolute;
  width: 100%;
  top: 40%;
  text-align: center;
  left: -100%;
}
.slider-container .slider .slide .content.animation {
  /* animation: mainScreenContent; */
  animation-duration: 1s;
  left: 0;
}
.slider-container .slider .slide .content strong{
  font-size: 100px;
  font-weight: 700;
  color: var(--white);
  word-wrap: break-word;
}
.slider-container .slider .slide .content strong span {
  color: var(--yellow);
}
.slider-container .slider .slide .content .back-from-err {
  color: var(--light-blue);
  font-family: 'Roboto', sans-serif;
}
.slider-container .slider .slide .content .back-from-err:hover {
  color: var(--light-blue-hover);
}
.slider-container .slider .slide .content .breadcrumbs{
  margin-top: 20px;
  color: var(--white);
}
 .slider-container .slider .slide .content .breadcrumbs{
  a, span {
    text-decoration: none;
    color: var(--white);
    font-family: 'Roboto', sans-serif;
    &.active {
      color: var(--yellow);
    }
  }
}
 .slider-container .slider .slide .content .breadcrumbs .arrow{
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
}
 .slider-container .slider .slide .content .breadcrumbs a.active{
  color: var(--yellow);
}
 .slider-container .slider .slide .content .breadcrumbs a:hover{
  color: var(--yellow);
}
/* =========================== about =========================== */
.about {
  margin-bottom: 60px;
}
.about.wrapper {
  max-width: 90%;
}
.about .container {
  width: 100%;
  padding: 0 20px;
  margin-top: -110px;
  border-radius: 6px;
  z-index: 9;
  position: relative;
  background: var(--dark-blue);
}
.about .container .items {
  display: flex;
  width: 100%;
}
.about .container .items .item {
  width: 100%;
  text-align: center;
  padding: 30px 20px;
}
.about .container .items .item span {
  color: var(--white);
  opacity: 0.2;
  font-size: 62px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
}
.about .container .items .number {
display: flex;
flex-direction: column;
}
.about .container .items .number strong {
  color: var(--yellow);
  font-size: 32px;
  font-weight: normal;
  line-height: 1.1;
  position: relative;
  top: -35px;
}
.about .container .items .description p {
  color: var(--white);
  font-size: 16px;
  font-weight: normal;
  line-height: 1.6;
}
/* =========================== buy-in-minsk =========================== */
.buy-in-minsk {
  margin-bottom: 40px;
}
.buy-in-minsk .headline {
  margin-bottom: 40px;
  width: 49%;
}
.buy-in-minsk .headline h1 {
  text-align: right;
  font-weight: 400;
  font-size: 36px;
  color: var(--dark-blue);
}
.buy-in-minsk .information {
  padding: 20px;
  display: flex;
  gap: 40px;
  width: 100%;
}
.buy-in-minsk .information .images {
  max-width: 550px;
  width: 100%;
  object-fit: cover;
  margin-left: auto;
  margin-right: 0;
}
.buy-in-minsk .information .images img {
  width: 100%;
  max-width: 800px;
  height: auto;
  max-height: 600px;
}
.buy-in-minsk .information .text{
  width: 50%;
}
.buy-in-minsk .information .text .info p {
  line-height: 1.8em;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 15px;
  text-align: justify;
}
.buy-in-minsk .information .text .info p:last-child {
  margin-bottom: 0;
}
.buy-in-minsk .information .text .info p strong {
  color: var(--yellow);
  font-family: "Roboto", sans-serif;
}
.buy-in-minsk .information .text .info p span {
  font-weight: 600;
  color: var(--dark-blue);
}
.buy-in-minsk .information .text .info p a{
  color: var(--light-blue);
}
.buy-in-minsk .information .text .call-to-action .phone-number:first-child {
margin-bottom: 0;
margin-top: 10px;
}
.buy-in-minsk .information .text .call-to-action .phone-number {
  text-align: center;
  display: block;
  padding: 10px;
  font-family: "Oswald", sans-serif;
  font-size: 30px;
  margin-bottom: 20px;
}
.buy-in-minsk .information .text .call-to-action .phone-number:hover {
  color: var(--light-blue-hover);
  text-decoration: underline;
}
/* =========================== buy-delivery =========================== */
.buy-delivery {
  padding: 40px 0;
  padding-bottom: 0;
  margin-bottom: 60px;
  background: #f4f4f4;
}
.buy-delivery .headline {
  width: 50%;
  margin-bottom: 40px;
}
.buy-delivery .headline p{
  text-align: right;
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.8em;
}
.buy-delivery .headline p a{
  text-decoration: underline;
  color: var(--light-blue);
}
.buy-delivery .container .concrete .items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.buy-delivery .container .concrete .items .item {
  background: var(--dark-blue);
}
.buy-delivery .container .concrete .items .item.rent {
  background: var(--yellow);
}
.buy-delivery .container .concrete .items .item {
  display: flex;
  flex-direction: column;
  padding: 50px 50px 55px;
  height: 100%;
  min-height: 360px;
}
.buy-delivery .container .concrete .items .item h3 {
  color: var(--white);
  font-family: "Oswald", sans-serif;
  font-size: 24px;
  margin-bottom: 30px;
  line-height: 1.1;
  font-weight: normal;
}
.buy-delivery .container .concrete .items .item p {
  color: var(--white);
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 1.8em;
}
.buy-delivery .container .concrete .items .item ul {
  margin-bottom: 36px;
}
.buy-delivery .container .concrete .items .item ul li {
  color: var(--white);
}
.buy-delivery .container .concrete .items .item ul li::marker {
  color: var(--white);
}
.buy-delivery .container .concrete .items .item ul li a {
  text-decoration: none;
}
.buy-delivery .container div .items .item ul li a:hover {
  opacity: 0.8;
}
.buy-delivery .container .concrete .items .item h3 span {
  color: var(--yellow);
}
.buy-delivery .container .concrete .items .item.rent h3 span {
  color: var(--dark-blue);
}
.buy-delivery .container .concrete .items .item.rent ul li a:hover {
  color: var(--dark-blue);
}
.buy-delivery .container .concrete .items .item.img {
  padding: 0;
  object-fit: cover;
  width: 100%;
  display: flex;
  overflow: hidden;
}
.buy-delivery .container .concrete .items .item.img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  cursor: crosshair;
  transition: .3s;
}
.buy-delivery .container .concrete .items .item.img img:hover {
  transform: scale(1.1);
}
/* ============================ concrete-delivery ============================ */
.concrete-delivery.wrapper {
  max-width: 1560px;
}
.concrete-delivery .container {
  display: flex;
  gap: 60px;
  margin-bottom: 60px;
}
.concrete-delivery .container .headline {
  width: 30%;
}
.concrete-delivery .container .headline h2 {
  margin-bottom: 40px;
}
.concrete-delivery .container .headline p {
  font-size: 16px;
  text-align: right;
  line-height: 1.8em;
  max-width: 500px;
  margin-right: 0;
  margin-bottom: 40px;  
  margin-left: auto;
}
.concrete-delivery .container .advantages {
  width: 70%;
}
.concrete-delivery .container .advantages .head p {
  font-size: 16px;
  text-align: left;
  line-height: 1.8em;
  margin-top: 5px;
  text-align: justify;
}
.concrete-delivery .container .advantages .head ul li {
  font-size: 16px;
  line-height: 1.8em;
  margin-top: 5px;
}
.concrete-delivery .container .advantages .head a {
  text-decoration: none;
  color: var(--light-blue);
}
.concrete-delivery .container .advantages .head span {
  color: var(--dark-blue);
  font-weight: 500;
}
.concrete-delivery .container .advantages .head strong {
  color: var(--yellow);
  font-family: 'Roboto', sans-serif;
}
.concrete-delivery .container .advantages .items-container{
  margin-top: 20px; 
}
.concrete-delivery .container .advantages .items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
}
.concrete-delivery .container .advantages .items .item {
  padding: 20px 25px 25px;
  background: var(--dark-blue);
  cursor: crosshair;
  height: fit-content;
}
.concrete-delivery .container .advantages .items .item h3 {
  font-size: 18px;
  color: var(--yellow);
  font-family: "Oswald", sans-serif;
  margin-bottom: 0.4em;
  font-weight: normal;
  transition: all 0.2s ease;
}
.concrete-delivery .container .advantages .items .item:hover h3 {
  font-size: 22px;
}
.concrete-delivery .container .advantages .items .item p {
  font-size: 16px;
  color: var(--white);
  font-family: "Roboto", sans-serif;
  line-height: 1.8em;
}
/* ====================== .call-to-action-slider ============================== */
.call-to-action-slider-container {
  position: relative;
  margin-bottom: 60px;
}
.call-to-action-slider-container .slider {
  position: relative;
}
.call-to-action-slider-container .call-to-action-slider .slide {
  position: relative;
  width: 100%;
  display: flex;
  height: 690px;
}
.call-to-action-slider-container .call-to-action-slider .slide img {
  width: 100%;
  position: relative;
  object-fit: cover;
}
.call-to-action-slider-container .call-to-action-slider .slide .content {
  position: absolute;
  width: 100%;
  top: 26%;
  text-align: center;
  font-size: 88px;
  color: var(--white);
}
.call-to-action-slider-container .call-to-action-slider .slide .content p, .call-to-action-slider-container .call-to-action-slider .slide .content h2 {
  font-family: "Oswald", sans-serif;
  font-size: 30px;
  color: var(--white);
  margin: 0 auto;
  width: fit-content;
}
.call-to-action-slider-container .call-to-action-slider .slide .content h2::after {
  display: none;
}
.call-to-action-slider-container
  .call-to-action-slider
  .slide
  .content h2 {
  margin-bottom: 30px;
  text-align: center;
}
.call-to-action-slider-container
  .call-to-action-slider
  .slide
  .content p {
  margin-bottom: 12px;
}
.call-to-action-slider-container
  .call-to-action-slider
  .slide
  .content
  .call-to-action {
  display: flex;
  flex-direction: column;
  max-width: 500px;
  margin: 0 auto;
}
.call-to-action-slider-container
  .call-to-action-slider
  .slide
  .content
  .call-to-action
  .phone-number {
  text-decoration: none;
  color: var(--yellow);
  font-size: 30px;
  font-family: "Oswald", sans-serif;
  font-weight: normal;
}
.call-to-action-slider-container
  .call-to-action-slider
  .slide
  .content
  .call-to-action
  .phone-number:hover {
  text-decoration: underline;
}
.call-to-action-slider-container
  .call-to-action-slider
  .slide
  .content
  .call-to-action
  .call-button {
  font-size: 16px;
  margin-top: 35px;
}
.call-to-action-slider-container
  .call-to-action-slider
  .slide
  .content
  .call-to-action
  .online-request {
  font-size: 16px;
}

/* =========================== buy-with-mixer ============================= */
.buy-with-mixer {
  display: flex;
  gap: 60px;
  margin-bottom: 60px;
}
.buy-with-mixer.wrapper {
  max-width: 1560px;
}
.buy-with-mixer .left {
  width: 30%;
}
.buy-with-mixer .left .head h2 {
  text-align: right;
  font-weight: 400;
  font-size: 30px;
  margin-bottom: 40px;
  color: var(--dark-blue);
}
.buy-with-mixer .left .head h2::after {
  content: "";
  display: flex;
  width: 31%;
  margin-top: 10px;
  border-radius: 2px;
  background: var(--yellow);
  height: 2px;
  margin-right: 0;
  margin-left: auto;
}

.buy-with-mixer .left .head p {
  font-size: 16px;
  text-align: right;
  line-height: 1.8em;
  margin-right: 0;
  margin-left: auto;
  margin-bottom: 30px;
}

.buy-with-mixer .left .head .call-to-action {
  max-width: 560px;
  width: 100%;
}
.buy-with-mixer .left .head .call-to-action a,
.buy-with-mixer .left .head .call-to-action button {
  font-size: 16px;
}
.buy-with-mixer .right {
  width: 70%; 
}
.buy-with-mixer .right p {
  font-size: 16px;
  line-height: 1.8em;
  margin-bottom: 25px;
  text-align: justify;
}
.buy-with-mixer .right .need-concrete {
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  color: var(--dark-blue);
  margin-bottom: 20px;
}
.buy-with-mixer .right p:first-child {
  margin-top: 8px;
}
.buy-with-mixer .right ul {
  margin-bottom: 10px;
}
.buy-with-mixer .right .quote {
  display: flex;
  margin-bottom: 25px;
  background: var(--dark-blue);
  padding: 30px 20px 30px 40px;
}
.buy-with-mixer .right .quote p {
  margin: 0;
  padding: 10px 20px;
  color: var(--white);
}
.buy-with-mixer .right .quote::before {
  content: "";
  display: flex;
  height: auto;
  width: 8px;
  background: var(--yellow);
}
 .videos {
  max-width: 900px;
  margin: 0 auto;
  margin-top: 70px;
}
.videos .videos-container {
  display: flex;
  justify-content: space-between;
}
.videos .videos-container .video video {
  width: 320px;
  height: 560px;
  display: flex;
}
.videos {
  max-width: 1050px;
  width: 100%;
  height: 540px;
  position: relative;
  overflow: hidden;
  margin-top: 0;
}
.videos .videos-container {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: 100%;
  transition: 0.5s;
  gap: 50px;
}
.videos .videos-container .video {
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.videos .videos-container .video:last-child {
  display: flex;
}
.videos .videos-container .video video {
  width: 300px;
  height: 540px;
  object-fit: cover;
}
.video-bubles {
  display: flex;
  gap: 15px;
  width: fit-content;
  padding-right: 20px;
  margin: 10px auto 0;
}
.video-bubles .item {
  background: var(--white);
  width: 22px;
  height: 6px;
  border-radius: 15px;
  transition: 0.3s;
  cursor: pointer;
}
.video-bubles .item.active {
  scale: 1.2;
  background: var(--yellow);
}
/* ==================== footer ====================== */
footer{
  background: var(--dark-blue);
  width: 100%;
  padding: 50px 0 0;
  h3 {
    font-family: 'Oswald', sans-serif;
    font-size: 26px;
    color: var(--white);
    font-weight: 400;
    margin-bottom: 40px;
    width: fit-content;
    &::after {
      content: '';
      display: flex;
      width: 30%;
      height: 2px;
      border-radius: 2px;
      background: var(--yellow);
      margin-top: 2px;
    }
    &:hover::after {
      animation: headlineUnderline;
      animation-duration: .4s;
    }
  }
  .wrapper {
    display: grid;
    grid-template-columns: repeat(2, auto);
    max-width: 90%;
    margin-bottom: 30px;
    gap: 40px;
    .left {
      /* max-width: 50%; */
      .text {
        p {
          color: var(--white);
          font-size: 16px;
          line-height: 1.8em;
          &:last-child {
            margin-top: 20px;
          }
        }
      }
      .action {
        margin-top: 100px;
        display: flex;
        gap: 60px;
        .contacts {
          display: flex;
          flex-direction: column;
          span, > div {
            text-decoration: none;
            color: var(--white);
            font-family: 'Roboto', sans-serif;
            padding: 10px 0;
            display: flex;
            transition: .2s;
            a, p {
              text-decoration: none;
              color: var(--white);
              font-family: 'Roboto', sans-serif;
              transition: .2s;
              font-size: 16px;
            }
            a {
              &:hover {
                color: var(--yellow);
              }
            }
            i {
              font-size: 18px;
              margin-right: 10px; 
              display: flex;
            }
            div {
              display: flex;
              flex-direction: column;
              gap: 5px;
            }
          }
        }
        .phones {
          display: flex;
          flex-direction: column;
          gap: 5px;
          padding: 0 !important;
        }
      }
    }
    .right {
      display: flex;
      gap: 60px;
      /* max-width: 50%; */
      a {
        text-decoration: none;
        color: var(--white);
        font-family: 'Roboto', sans-serif;
        transition:.2s;
        &:hover {
          color: var(--yellow);
        }
      }
      .ws-menu {
        display: flex;
        flex-direction: column;
        gap: 10px;
        .item {
          a {
            padding: 10px 0;
            display: block;
          }
        }
      }
    }
    .developer {
      display: flex;
      gap: 20px;
      align-items: center;
      grid-column: 2;
      justify-self: end;
      a.text {
          max-width: 160px;
          color: rgba(255, 255, 255, .5);
      }
      a {
          max-width: 140px;
          img {
              width: 100%;
              display: flex;
          }
      }
  }
    .share {
      .items {
        display: flex;
        flex-wrap: wrap;
        gap: 5px;
        a img {
          width: 36px;
          height: 36px;
          display: flex;
          border-radius: 10px;
        }
      }
    }
  }
  .copyright {
    background: #000;
    span {
      color: #a7a7a7;
      max-width: 1170px;
      margin: 0 auto;
      display: flex;
      padding: 20px 0;
      font-family: 'Roboto', sans-serif;
      font-size: 14px;
      text-align: center;
      width: fit-content;
    }
  }
}
/* ==================== media-screen ====================== */
@media screen and (max-width: 1600px) {
  .slider-container .slider .slide .content strong{
    font-size: 94px;
  }
  .slider-container .slider .slide{
    max-height: 600px;
  }
  .buy-with-mixer.wrapper{
    max-width: 90%;
  }
  .concrete-delivery.wrapper {
    max-width: 90%;
  }
}
@media screen and (max-width: 1400px) {
  .slider-container .slider .slide .content strong {
    font-size: 88px;
  }
}
@media screen and (max-width: 1366px) {
  .slider-container .slider .slide .content strong{
    font-size: 80px;
  }
}
@media screen and (max-width: 1280px) {
  .slider-container .slider .slide .content strong{
    font-size: 78px;
  }
  .modal-window .interested-in .items{
    gap: 40px;
  }
  .modal-window .interested-in .items .item{
    max-width: calc((100% / 2) - 40px);
  }
}
@media screen and (max-width: 1180px) {
  header .wrapper {
    max-width: 970px;
  }
  .wrapper{
    max-width: 96%;
  }
  footer .wrapper{
    max-width: 90%;
  }
  footer .copyright span{
    max-width: 90%;
  }
}
@media screen and (max-width: 1080px) {
  /* ======================= buy-delivery ================= */
  .buy-delivery .container .concrete .items {
    grid-template-columns: repeat(2, 1fr);
  }
  .buy-delivery .container .concrete .items .item:nth-child(1) {
    order: 1;
  }
  .buy-delivery .container .concrete .items .item:nth-child(2) {
    order: 2;
  }
  .buy-delivery .container .concrete .items .item:nth-child(3) {
    order: 4;
  }
  .buy-delivery .container .concrete .items .item:nth-child(4) {
    order: 3;
  }
  .buy-delivery .container .concrete .items .item:nth-child(5) {
    order: 6;
  }
  .buy-delivery .container .concrete .items .item:nth-child(6) {
    order: 5;
  }
  .buy-delivery .container .concrete .items .item:nth-child(7) {
    order: 7;
  }
  .buy-delivery .container .concrete .items .item:nth-child(8) {
    order: 8;
  }
}
@media (min-width: 768px) and (max-width: 1020px) {
  .slider-container .slider .slide {
    min-height: 660px;
  }
}
@media screen and (max-width: 1020px) {
  .slider-container .slider .slide .content strong{
    font-size: 90px;
  }
.videos {
    max-width: 640px;
  }
.videos .video video {
    width: auto;
    height: 520px;
  }
  .scroll-to-top{
    margin-bottom: 10px;
    width: 40px;
    height: 40px;
  }
  .scroll-to-top.active {
    margin-right: 10px;
  }
  .scroll-to-top img {
    max-width: 13px;
  }
}
@media screen and (max-width: 992px) {
  header {
    position: static;
  }
  header .wrapper {
    max-width: unset;
    border-radius: 0;
  }
  header .top-header {
    height: 70px;
    margin: 0;
    background: var(--dark-blue);
    padding: 0 15px;
  }
  header .bottom-header {
    height: 65px;
    position: relative;
  }
  header .bottom-header .photo-container {
    width: 180px;
  }
  header .bottom-header .hamburger {
    display: flex;
    margin-right: 0;
    margin-left: auto;
    align-items: center;
    background: var(--dark-blue);

    border-radius: 2px;
    width: 30px;
    height: 30px;
  }
  header .bottom-header .hamburger .items {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin: 0 auto;
    transition: 0.2s;
  }
  header .bottom-header .hamburger .items span {
    background: var(--white);
    display: flex;
    width: 20px;
    content: "";
    height: 1px;
  }
  header .bottom-header .hamburger.active .items {
    gap: 0px;
    position: relative;
    padding: 10px;
  }
  header .bottom-header .hamburger.active .items span:nth-child(2) {
    display: none;
  }
  header .bottom-header .hamburger.active .items span:first-child {
    transform: rotate(45deg);
    position: absolute;
    left: 0;
  }
  header .bottom-header .hamburger.active .items span:last-child {
    transform: rotate(-45deg);
    position: absolute;
    left: 0;
  }
  header .bottom-header nav {
    display: flex;
    width: 100%;
    flex-direction: column;
    position: absolute;
    z-index: 99;
    align-items: center;
    top: 100%;
    left: -100%;
    background: var(--white);
    transition: 0.2s;
  }
  header .bottom-header nav.active {
    left: 0;
  }
  header .bottom-header nav .item .second-level-list {
    position: static;
  }
  header .bottom-header nav .item:hover > .second-level-list {
    display: none;
  }
  header .bottom-header nav .item .second-level-list.active {
    display: flex;
    width: 100%;
  }
  header .bottom-header nav .main-item {
    width: fit-content;
  }
  header .bottom-header nav .item {
    width: 100%;
  }
  header .bottom-header nav .main-item:hover .nav-link:after {
    display: none;
  }
  header .bottom-header nav .item span {
    margin: 0 auto;
    width: 100%;
    display: flex;
    align-items: center;
  }
  header .bottom-header nav .main-item img{
    margin-right: 10px;
  }
  header .bottom-header nav .main-item .sub-link img{
    transition: .3s;
  }
  header .bottom-header nav .main-item .sub-link img{
    transform: rotate(0deg);
  }
  header .bottom-header nav .main-item .sub-link.active img{
    transform: rotate(180deg);
  }
  .slider-container .slider .slide .content{
    top: 35%;
  }
}
@media screen and (max-width: 940px) {
  .slider-container .slider .slide .content strong{
    font-size: 80px;
  }
}
@media screen and (max-width: 870px) {
  .slider-container .slider .slide .content strong{
    font-size: 70px;
  }
  footer .wrapper{
    display: flex;
    flex-direction: column;
    gap: 50px;
  }
  footer .wrapper .left{
    max-width: unset;
  }
  footer .wrapper .right{
    max-width: unset;
  }
  footer .wrapper .left .action{
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .success-modal-window.active{
    max-width: 90%;
  }
  .modal-window .send{
    flex-direction: column;
  }
  .modal-window .send button{
    width: 100%;
  }
  .modal-window .send .agreement{
    max-width: 100%;
  }
  .call-to-action{
    margin-top: 40px;
  }
  .modal-window .fullfill span{
    width: 100%;
  }
  .modal-window .fullfill span i{
    margin-left: auto;
    margin-right: 0;
  }
  /* ==================== header ================ */
  header .top-header, header .top-header {
    flex-direction: column;
  }
  header .top-header {
    gap: 10px;
  }
  header .top-header {
    height: auto;
    padding: 30px 15px;
  }
  header .top-header .call-button {
    margin: 15px auto 0;
  }
  header .top-header div.item span, header .top-header div.item a{
    text-align: center;
  }
  header .top-header div.item span, header .top-header div.item a{
    font-weight: normal;
  }
  /* ==================== slider ================ */
  .slider-container .slider .slide .content strong{
    font-size: 60px;
  }
  .slider-container .slider .slide .content {
    top: 30%;
  }
  /* ======================= about ================= */
  .about .container {
    margin-top: -70px;
  }
  .about .container .items {
    flex-direction: column;
  }
  .about .container .items .item {
    padding: 20px;
  }
  .about .container .items .item span {
    font-size: 60px;
  }
  .about .container .items .number p {
    font-size: 30px;
  }
  /* ======================= buy-in-minsk ================= */
  .buy-in-minsk.wrapper {
    max-width: 90%;
  }
  .buy-in-minsk .headline {
    width: 100%;
  }
  .buy-in-minsk .information {
    display: flex;
    flex-direction: column;
    padding: 0;
  }
  .buy-in-minsk .information .text .info p {
    text-align: justify;
  }
  .buy-in-minsk .information .images {
    display: contents;
  }
  .buy-in-minsk .information .text{
    width: 100%;
  }
  /* ======================= buy-delivery ================= */
  .buy-delivery .headline {
    width: 100%;
    max-width: calc(90% - 40px);
    margin: 0 auto;
    margin-bottom: 40px;
  }
  .buy-delivery .container .concrete .items {
    display: flex;
    flex-direction: column;
  }
  .buy-delivery .container .concrete .items .item.img {
    max-height: 340px;
    overflow: hidden;
  }
  .buy-delivery .container .concrete .items .item.img img {
    width: 100%;
    max-height: 470px;
  }
  .buy-delivery .container .concrete .items .item:nth-child(n) {
    order: unset;
  }
  .buy-delivery .container .concrete .items .item:nth-child(5) {
    order: 2;
  }
  .buy-delivery .container .concrete .items .item:nth-child(6) {
    order: 1;
  }
  .buy-delivery .container .concrete .items .item:nth-child(7) {
    order: 4;
  }
  .buy-delivery .container .concrete .items .item:nth-child(8) {
    order: 3;
  }
  .buy-delivery .container .concrete .items .item {
    min-height: unset;
  }
  /* =================== concrete-delivery ================== */
  .concrete-delivery .container {
    flex-direction: column;
    gap: 40px;
  }
  .concrete-delivery .container .headline {
    width: 100%;
  }
  .concrete-delivery .container .advantages .items {
    display: flex;
    flex-direction: column;
  }
  .concrete-delivery .container .advantages{
    width: 100%;
  }
  .concrete-delivery .container .headline p{
    margin-bottom: 0;
  }
  /* ================= call-to-action-slider-container ======================= */
  .call-to-action-slider-container .call-to-action-slider .slide .content .call-to-action {
    max-width: 90%;
  }
  .call-to-action-slider-container .call-to-action-slider .slide .content h2{
    max-width: 90%;
  }
  .call-to-action-slider-container
    .call-to-action-slider
    .slide
    .content
    p:nth-child(2) {
    font-size: 28px;
  }
  /* ==================== buy-with-mixer===================== */
  .buy-with-mixer {
    flex-direction: column;
  }
  .buy-with-mixer.wrapper {
    max-width: 90%;
    gap: 30px;
  }
  .buy-with-mixer .left {
    width: 100%;
  }
  .buy-with-mixer .left .head .call-to-action {
    max-width: none;
  }
  .buy-with-mixer .right{
    width: 100%;
  }
  .buy-with-mixer .right .need-concrete {
    max-width: 560px;
  }
  .buy-with-mixer .left .head p{
    margin-bottom: 0;
  }
  .videos {
    max-width: 320px;
    width: 100%;
    height: 540px;
    position: relative;
    overflow: hidden;
  }
  .videos .videos-container {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    width: 200%;
    height: 100%;
    transition: 0.5s;
    gap: 20px;
  }
  .videos .videos-container .video {
    margin: 0 auto;
    display: flex;
    align-items: center;
  }
  .videos .videos-container .video:last-child {
    display: flex;
  }
  .videos .videos-container .video video {
    width: 300px;
    height: 540px;
  }
  .video-bubles {
    display: flex;
    gap: 15px;
    width: fit-content;
    padding-right: 20px;
    margin: 10px auto 0;
  }
  .video-bubles .item {
    background: var(--white);
    width: 22px;
    height: 6px;
    border-radius: 15px;
    transition: 0.3s;
    cursor: pointer;
  }
  .video-bubles .item.active {
    scale: 1.2;
    background: var(--yellow);
  }
}
@media screen and (max-width: 540px) {    
  .modal-window .contact-info{
    flex-direction: column;
  }
  .modal-window .headline ul li{
    text-align: justify;
  }
  .modal-window .interested-in .items{
    flex-direction: column;
    gap: 40px;
  }
  .modal-window .send button{
    width: 100%;
    min-width: unset;
  }
  .modal-window .interested-in .items .item{
    max-width: unset;
  }
  .slider-container .slider .slide .content strong{
    font-size: 50px;
  }
  footer .wrapper .right{
    gap: 20px;
  }
}
@media screen and (max-width: 480px) {
  .bottom-menu{
    display: flex;
    margin-bottom: -50px;
    height: 50px;
    width: 100%;
    background: var(--yellow);
    transition: .3s;
  }
  .bottom-menu.active{
    margin-bottom: 0;
  }
  .bottom-menu span{
    width: 1px;
    height: 100%;
    background: #fdcc9e;
    display: none;
  }
  .bottom-menu .item{
    width: 42%;
    display: flex;
    align-items: center;
    &.viber {
      width: 16%;
      background: #7061ea;
      a {
        padding: 0;
      }
    }
  }
  .bottom-menu .item:first-child{
    background: var(--light-blue-btn);
  }
  .bottom-menu .item a, .bottom-menu .item button{
    margin: 0 auto;
    width: 100%;
    padding: 15.5px;
    text-decoration: none;
    color: var(--white);
    font-family: 'Roboto', sans-serif;
    text-align: center;
    background: transparent;
    border: none;
    font-size: 16px;
    cursor: pointer;
  }
  .bottom-menu .item a img {
    width: 100%;
    max-height: 30px;
    display: flex;
  }
  .scroll-to-top{
    bottom: 60px;
  }
  .buy-with-mixer .right .quote {
    padding: 15px 10px 15px 30px;
  }
  .slider-container .slider .slide .content strong{
    font-size: 48px;
  }
  .call-to-action-slider-container .call-to-action-slider .slide .content p:first-child {
    font-size: 28px;
  }
  .call-to-action-slider-container .call-to-action-slider .slide .content p:nth-child(2) {
    font-size: 24px;
  }
  .call-to-action-slider-container .call-to-action-slider .slide .content .call-to-action .phone-number {
    font-size: 28px;
  }
  footer h3{
    margin-bottom: 10px;
  }
  footer .wrapper .right .list a{
    padding: 2px 0;
  }
  footer .wrapper .right{
    flex-direction: column;
    gap: 50px;
  }
  footer .wrapper .left .action{
    flex-direction: column;
    gap: 50px;
  }
}
@media screen and (max-width: 390px) {
  header .top-header div.item .phones{
    flex-direction: column;
  }
  header .top-header div.item a.secnod-phone{
    margin-top: 10px;
    margin-left: 0;
  }
  header .top-header div.item .icon-phone{
    margin-top: 100%;
    display: flex;
    }
}
