@import "../fonts/mont/stylesheet.css";
a {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.button {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

[data-scroll-section] {
  perspective: 1px;
}

html.has-scroll-smooth {
  backface-visibility: hidden;
  transform: translateZ(0);
}

#__layout {
  overflow-x: hidden;
}

[data-load-container] {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100vw;
}

#header {
  position: relative;
  z-index: 11;
}

ul,
ol {
  padding: 0;
  margin: 0;
}

html {
  scroll-behavior: smooth;
}

*,
*::after,
*::before {
  font-family: "Mont";
  font-weight: normal;
  font-style: normal;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

a {
  color: #ffffff;
  text-decoration: none;
}
a:hover {
  color: #ffffff;
}

.Mcontainer {
  max-width: 1720px;
  margin: 0 auto;
}

p {
  margin-bottom: 0;
}

img {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
}

.section_title {
  font-family: "Mont";
  font-style: normal;
  font-weight: 600;
  font-size: 60px;
  line-height: 120%;
}

.divider {
  width: 100%;
  height: 1px;
  border: 1px solid #ededed;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-bottom: 0;
  padding-bottom: 0;
}

.owl-carousel {
  display: block !important;
}

@keyframes arrowHover {
  25% {
    left: 100%;
  }
  50% {
    opacity: 0;
    left: 150%;
  }
  75% {
    opacity: 0;
    left: -100%;
  }
  100% {
    opacity: 1;
    left: 50%;
  }
}
.deleteImages {
  min-height: 80vh;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.deleteImages img {
  width: 100%;
}

.hamburgerToggle {
  position: relative;
  transform: rotate(0deg);
  transition: 0.3s ease-in-out;
  cursor: pointer;
}

.left-menu {
  transition: all 0.3s ease;
  opacity: 0;
  align-items: flex-start;
  position: fixed;
  top: 50vh;
  left: calc((100vw - 1720px) / 2);
  z-index: -1;
  display: flex;
}
.left-menu.active {
  opacity: 1;
  z-index: 11;
}
.left-menu .line {
  margin-right: 15px;
  border-radius: 30px;
  overflow: hidden;
}
.left-menu .line .filled {
  width: 100%;
  height: 0px;
  background-color: #ededed;
  transition: all 1s ease;
}
.left-menu .line .dot {
  width: 11px;
  height: 11px;
  background-color: #000000;
  border-radius: 50%;
}
.left-menu ul {
  padding: 0;
  margin: 0;
}
.left-menu ul li {
  list-style-type: none;
  margin-bottom: 16px;
}
.left-menu ul li:last-child {
  margin-bottom: 0;
}
.left-menu ul li.active a {
  color: #000000;
}
.left-menu ul li a {
  transition: all 0.3s ease;
  font-family: "Mont";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 120%;
  color: #cdcdcd;
}
.left-menu ul li a:hover {
  color: #c9c8c7;
}

.mouse-cirlce {
  width: 150px;
  height: 150px;
  background: #ffda00;
  border-radius: 50%;
  position: absolute;
  transform: translateX(-50%) translateY(-50%);
  z-index: -1;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hamburgerToggle span {
  width: 30px;
  border-top: 3px solid #ffffff;
  border-radius: 2px;
  display: block;
  position: absolute;
  height: 1px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.3s ease-in-out;
}

.hamburgerToggle span:nth-child(1) {
  top: 0px;
}

.hamburgerToggle span:nth-child(2) {
  top: 10px;
}

.hamburgerToggle span:nth-child(3) {
  top: 20px;
}

.hamburgerToggle.open span:nth-child(1) {
  top: 10px;
  transform: rotate(135deg);
}

.hamburgerToggle.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

.hamburgerToggle.open span:nth-child(3) {
  top: 10px;
  transform: rotate(-135deg);
}

header {
  position: absolute;
  z-index: 10;
  width: 100%;
  padding: 50px 0px;
  z-index: 100;
}
header.client {
  position: relative;
}
header nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header nav .bars {
  padding: 13px 20px;
  cursor: pointer;
}
header nav .bars .bar {
  margin-bottom: 8px;
  width: 30px;
  border-top: 3px solid #ffffff;
  border-radius: 2px;
}
header nav .bars .bar:last-child {
  margin-bottom: 0;
}
header.black nav .logo a svg path {
  fill: #000000;
}
header.black nav .hamburgerToggle {
  padding: 13px 20px;
  cursor: pointer;
}
header.black nav .hamburgerToggle span {
  border-top: 3px solid #000000;
}

.hero-section {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 100vh;
  max-height: 100vh;
  background-color: #000000;
  color: #ffffff;
  padding-top: 30vh;
  padding-bottom: 14vh;
}
.hero-section .Mcontainer {
  max-height: 80vh;
  width: 100%;
}
.hero-section .Mcontainer .content .title {
  font-family: "Mont";
  font-style: normal;
  font-weight: normal;
  font-size: 60px;
  line-height: 120%;
  margin-bottom: 30px;
}
.hero-section .Mcontainer .content .description {
  font-family: "Mont";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 130%;
  margin-bottom: 60px;
}
.hero-section .Mcontainer .content .button {
  overflow: hidden;
  transition: all 0.3s ease;
  margin-bottom: 120px;
  border: 2px solid #ffffff;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 50px;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.hero-section .Mcontainer .content .button::before {
  transition: all 0.3s ease;
  display: block;
  background-color: #FF0000;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  z-index: 0;
}
.hero-section .Mcontainer .content .button span {
  transition: all 0.3s ease;
  color: #ffffff;
  z-index: 1;
  font-family: "Mont";
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 120%;
  margin-right: 6px;
}
.hero-section .Mcontainer .content .button svg {
  z-index: 1;
}
.hero-section .Mcontainer .content .button svg path {
  transition: all 0.3s ease;
}
.hero-section .Mcontainer .content .button:hover {
  border: 2px solid #FF0000;
}
.hero-section .Mcontainer .content .button:hover::before {
  width: 100%;
}
.hero-section .Mcontainer .content .button:hover span {
  color: #000000;
}
.hero-section .Mcontainer .content .button:hover svg path {
  fill: #000000;
}
.hero-section .Mcontainer .content .loader {
  margin-bottom: 30px;
  height: 1px;
  background-color: #272727;
}
.hero-section .Mcontainer .content .loader .sliderBar {
  animation-timing-function: linear;
  width: 0%;
  height: 100%;
  background-color: #ffffff;
  transition: width 0ms;
  transform-style: initial;
}
.hero-section .Mcontainer .content .loader .sliderBar.full {
  transition: width 7000ms;
  width: 100%;
}
.hero-section .Mcontainer .content .slider_text {
  transition: all 0.3s ease;
  padding: 5px 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 25px;
}
.hero-section .Mcontainer .content .slider_text .hero-slider {
  width: 80%;
}
.hero-section .Mcontainer .content .slider_text .hero-slider .item p {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-family: "Mont";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 120%;
  transition: all 0.3s ease;
}
.hero-section .Mcontainer .content .slider_text .pagination {
  display: flex;
  align-items: center;
}
.hero-section .Mcontainer .content .slider_text .pagination .nav-button {
  border: none;
  background-color: transparent;
  color: #000000;
}
.hero-section .Mcontainer .content .slider_text .pagination .counter {
  color: #000000;
  margin: 0 5px;
}
.hero-section .Mcontainer .content .slider_text:hover {
  background-color: #ffffff;
}
.hero-section .Mcontainer .content .slider_text:hover .hero-slider .item p {
  color: #000000;
}
.hero-section .Mcontainer .image {
  flex-direction: column;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-section .Mcontainer .image .hero-images {
  width: 92%;
}
.hero-section .Mcontainer .image .hero-images .item svg {
  max-height: 70vh;
}
.hero-section .Mcontainer .image .loader {
  width: 100%;
  display: none;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  margin-bottom: 30px;
  height: 1px;
  background-color: #272727;
}
.hero-section .Mcontainer .image .loader .sliderBar {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  transform: scaleX(0);
  transition: transform 0ms linear;
}
.hero-section .Mcontainer .image .loader .sliderBar.full {
  transform-origin: 0%;
  transition: transform 7000ms linear;
  transform: scaleX(1);
}
.hero-section .Mcontainer .image .slider_text {
  width: 100%;
  display: none;
  transition: all 0.3s ease;
  padding: 5px 10px;
  align-items: center;
  justify-content: space-between;
  border-radius: 25px;
}
.hero-section .Mcontainer .image .slider_text .hero-slider {
  width: 80%;
}
.hero-section .Mcontainer .image .slider_text .hero-slider .item p {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-family: "Mont";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 120%;
  transition: all 0.3s ease;
}
.hero-section .Mcontainer .image .slider_text .pagination {
  display: flex;
  align-items: center;
}
.hero-section .Mcontainer .image .slider_text .pagination .nav-button {
  border: none;
  background-color: transparent;
  color: #000000;
}
.hero-section .Mcontainer .image .slider_text .pagination .counter {
  color: #000000;
  margin: 0 5px;
}
.hero-section .Mcontainer .image .slider_text:hover {
  background-color: #ffffff;
}
.hero-section .Mcontainer .image .slider_text:hover .hero-slider .item p {
  color: #000000;
}

.quick-order {
  padding-bottom: 120px;
  padding-top: 120px;
}
.quick-order .Mcontainer .head {
  margin-bottom: 60px;
}
.quick-order .Mcontainer .head .section_title {
  margin-bottom: 30px;
}
.quick-order .Mcontainer .secondary-text {
  margin-bottom: 120px;
}
.quick-order .Mcontainer .secondary-text .col-md-5 p {
  font-family: "Mont";
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  line-height: 130%;
}
.quick-order .Mcontainer .image {
  display: flex;
  align-items: center;
}
.quick-order .Mcontainer .image .content {
  width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 120px 75px 60px;
  height: 100%;
  background-color: #FF0000;
}
.quick-order .Mcontainer .image .content ul {
  list-style-type: none;
}
.quick-order .Mcontainer .image .content ul li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.quick-order .Mcontainer .image .content ul li img {
  margin-right: 12px;
}
.quick-order .Mcontainer .image .content ul li span {
  color: #ffffff;
}
.quick-order .Mcontainer .image .content .button {
  padding: 30px 50px;
  background-color: #000000;
  color: #ffffff;
  border-radius: 50px;
  overflow: hidden;
  transition: all 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.quick-order .Mcontainer .image .content .button::before {
  transition: all 0.3s ease;
  display: block;
  background-color: #ffffff;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  z-index: 0;
}
.quick-order .Mcontainer .image .content .button span {
  transition: all 0.3s ease;
  color: #ffffff;
  z-index: 1;
  font-family: "Mont";
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 120%;
  margin-right: 6px;
}
.quick-order .Mcontainer .image .content .button svg {
  z-index: 1;
}
.quick-order .Mcontainer .image .content .button svg path {
  transition: all 0.3s ease;
}
.quick-order .Mcontainer .image .content .button:hover::before {
  width: 100%;
}
.quick-order .Mcontainer .image .content .button:hover span {
  color: #000000;
}
.quick-order .Mcontainer .image .content .button:hover svg path {
  fill: #000000;
}
.quick-order .Mcontainer .image .img {
  -o-object-position: center;
     object-position: center;
  width: 40%;
  height: auto;
  overflow: hidden;
}
.quick-order .Mcontainer .image .img img {
  min-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.stats {
  padding-bottom: 120px;
}
.stats .Mcontainer .section_title {
  margin-bottom: 30px;
}
.stats .Mcontainer .divider {
  margin-bottom: 60px;
}
.stats .Mcontainer .grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 120px;
  grid-row-gap: 30px;
}
.stats .Mcontainer .grid .item .title {
  font-family: "Mont";
  font-style: normal;
  font-weight: 600;
  font-size: 60px;
  line-height: 120%;
  color: #FF0000;
  margin-bottom: 24px;
}
.stats .Mcontainer .grid .item .description {
  font-family: "Mont";
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 120%;
  color: #000000;
}

.aboutStats {
  padding-top: 120px;
}

.start {
  margin-bottom: 120px;
  padding-top: 120px;
}
.start .head {
  margin-bottom: 60px;
}
.start .head .section_title {
  margin-bottom: 30px;
}
.start .content p {
  margin-bottom: 30px;
  font-family: "Mont";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 130%;
}
.start .content h3 {
  margin-bottom: 30px;
  font-family: "Mont";
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 130%;
}
.start .content h4 {
  margin-bottom: 30px;
  font-family: "Mont";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 130%;
}

.privacy .content ol,
.privacy .content ul {
  padding-left: 30px;
}
.privacy .content p {
  margin-bottom: 15px;
}
.privacy .content .title {
  margin: 30px 0;
  font-family: "Mont";
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 130%;
}
.privacy .content h4 {
  margin: 30px 0;
}

.news {
  padding-bottom: 120px;
}
.news .Mcontainer .header {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.news .Mcontainer .header a {
  font-family: "Mont";
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 120%;
  color: #000000;
}
.news .Mcontainer .divider {
  margin-bottom: 120px;
}
.news .Mcontainer .news-slider .agile__list {
  overflow: visible;
}
.news .Mcontainer .news-slider .item {
  padding: 40px;
  width: 550px !important;
  height: 375px;
  background-color: #f9f9f9;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-right: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.news .Mcontainer .news-slider .item .title {
  font-family: "Mont";
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 160%;
  color: #000000;
  margin-bottom: 5px;
}
.news .Mcontainer .news-slider .item .description {
  font-family: "Mont";
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 160%;
  color: #000000;
}
.news .Mcontainer .news-slider .item .bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.news .Mcontainer .news-slider .item .bottom .date {
  font-family: "Mont";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 160%;
  color: #000000;
}
.news .Mcontainer .news-slider .item .bottom .date span {
  color: #cdcdcd;
}
.news .Mcontainer .news-slider .item .bottom .link {
  overflow: hidden;
  width: 30px;
  height: 30px;
  position: relative;
  cursor: pointer;
}
.news .Mcontainer .news-slider .item .bottom .link:hover a svg {
  animation: arrowHover 0.5s linear 1;
}
.news .Mcontainer .news-slider .item .bottom .link a {
  background-color: #FF0000;
  display: block;
}
.news .Mcontainer .news-slider .item .bottom .link a svg {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  fill: #FF0000;
}
.news .Mcontainer .news-slider .owl-stage-outer {
  overflow: visible;
}

.locations {
  padding-bottom: 240px;
}
.locations .Mcontainer .section_title {
  margin-bottom: 30px;
}
.locations .Mcontainer .divider {
  margin-bottom: 60px;
}
.locations .Mcontainer .regions {
  list-style-type: none;
}
.locations .Mcontainer .regions li {
  transition: all 0.3s ease;
  cursor: pointer;
  font-family: "Mont";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  color: #cdcdcd;
  margin-bottom: 30px;
}
.locations .Mcontainer .regions li.active {
  color: #000000;
}
.locations .Mcontainer .cities {
  transition: all 0.3s ease;
  list-style-type: none;
  display: none;
}
.locations .Mcontainer .cities.active {
  display: block;
}
.locations .Mcontainer .cities li {
  cursor: pointer;
  font-family: "Mont";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
  color: #000000;
  margin-bottom: 30px;
}
.locations .Mcontainer .cities li.active {
  color: #000000;
}
.locations .Mcontainer .animations .regionAnimation {
  display: none;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}
.locations .Mcontainer .animations .regionAnimation:first-child {
  display: block;
}

.contacts .Mcontainer {
  margin-bottom: 120px;
}
.contacts .Mcontainer .about .title {
  font-family: "Mont";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  color: #000000;
  margin-bottom: 30px;
}
.contacts .Mcontainer .about .content {
  font-family: "Mont";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
  color: #000000;
  margin-bottom: 30px;
}
.contacts .Mcontainer .about .phone {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.contacts .Mcontainer .cities {
  -moz-column-count: 2;
       column-count: 2;
}
.contacts .Mcontainer .cities li {
  transition: all 0.3s ease;
  color: #cdcdcd;
}

.toBottom {
  padding: 30px;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  border: 2px solid #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: absolute;
  background: transparent;
  bottom: 23vh;
  left: calc((100vw - 1720px) / 2);
  mix-blend-mode: difference;
  transition: all 0.3s ease;
}
.toBottom svg path {
  transition: all 0.3s ease;
}
.toBottom:hover {
  background-color: #FF0000;
  border-color: #FF0000;
}
.toBottom:hover svg path {
  fill: #000000;
}

#mainMenu {
  transition: all 0.5s ease;
  right: -100%;
  top: 0;
  position: fixed;
  z-index: -1;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
#mainMenu .bg {
  z-index: -1;
  transform: translate(-50%, -50%);
  top: -80%;
  right: -80%;
  border-radius: 50%;
  position: absolute;
  transition: all 0.5s ease-in-out;
  transform: scale(0);
  background-color: #ffffff;
}
#mainMenu .Mcontainer {
  position: relative;
  max-width: 1800px !important;
  margin: 0 60px;
  height: 0;
  width: 0;
  transition: opacity 0.27s ease 0.5s;
  opacity: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}
#mainMenu .Mcontainer .links {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 1220px;
  margin: 0 auto;
}
#mainMenu .Mcontainer .links ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  list-style-type: none;
}
#mainMenu .Mcontainer .links ul li {
  margin: 30px 30px;
}
#mainMenu .Mcontainer .links ul li a {
  color: #000000;
  font-family: "Mont";
  font-style: normal;
  font-weight: normal;
  font-size: 60px;
  line-height: 120%;
}
#mainMenu .Mcontainer .footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  border-top: 1px solid #eeeeee;
  padding-top: 30px;
  padding-bottom: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#mainMenu .Mcontainer .footer .lang {
  display: flex;
  align-items: center;
}
#mainMenu .Mcontainer .footer .lang a {
  cursor: pointer;
  color: #000000;
  margin-left: 7px;
  font-family: "Mont";
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 120%;
}
#mainMenu .Mcontainer .footer .copyright {
  font-family: "Mont";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
  color: #929292;
}
#mainMenu.active {
  height: 100vh;
  z-index: 9;
  right: 0;
}
#mainMenu.active .Mcontainer {
  opacity: 1;
  height: 100%;
  width: 100%;
  transition: opacity 0.27s ease-out 0.5s;
}
#mainMenu.active .bg {
  width: 200%;
  height: 200%;
  transform: scale(2);
}
#mainMenu.close .Mcontainer {
  height: 0;
  width: 0;
  opacity: 0;
  transition: opacity 0.27s ease-in 0s;
}
#mainMenu.close .bg {
  width: 100px;
  height: 100px;
  transform: scale(1);
}
#mainMenu.black .bg {
  background-color: #000000;
}
#mainMenu.black .Mcontainer .footer {
  border-color: gray;
}
#mainMenu.black .Mcontainer .footer .lang a {
  color: #ffffff;
}
#mainMenu.black .Mcontainer .footer .copyright {
  color: #ffffff;
}
#mainMenu.black .Mcontainer .links ul li a {
  color: #ffffff;
}

.tariffs .Mcontainer .head {
  margin-bottom: 120px;
}
.tariffs .Mcontainer .head .section_title {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  display: inline-block;
  margin-bottom: 30px;
}
.tariffs .Mcontainer .head .section_title.dropdownToggler {
  cursor: pointer;
}
.tariffs .Mcontainer .filters {
  overflow-x: auto;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ededed;
  justify-content: flex-start;
  margin-bottom: 60px;
}
.tariffs .Mcontainer .filters .item {
  margin-right: 30px;
  padding-bottom: 30px;
}
.tariffs .Mcontainer .filters .item.active {
  border-bottom: 1px solid #000000;
}
.tariffs .Mcontainer .filters .item.active p {
  color: #000000;
}
.tariffs .Mcontainer .filters .item p {
  white-space: nowrap;
  cursor: pointer;
  font-family: "Mont";
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 120%;
  color: #cdcdcd;
}
.tariffs .Mcontainer .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tariffs .Mcontainer .wrapper .content .item {
  border-bottom: 1px solid #ededed;
  padding: 30px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tariffs .Mcontainer .wrapper .content .item.top {
  padding-top: 0;
}
.tariffs .Mcontainer .wrapper .content .item.top .name .title {
  font-family: "Mont";
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 160%;
  color: #000000;
}
.tariffs .Mcontainer .wrapper .content .item.top .cost {
  font-family: "Mont";
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 64px;
  color: #000000;
}
.tariffs .Mcontainer .wrapper .content .item.top .cost span {
  font-size: 24px;
  line-height: 38px;
  font-weight: normal;
}
.tariffs .Mcontainer .wrapper .content .item .name .title {
  font-family: "Mont";
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 160%;
  color: #000000;
}
.tariffs .Mcontainer .wrapper .content .item .name .description {
  font-family: "Mont";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 160%;
  color: #cdcdcd;
}
.tariffs .Mcontainer .wrapper .content .item .cost {
  font-family: "Mont";
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 160%;
  color: #000000;
}
.tariffs .Mcontainer .wrapper div .tariffAnims {
  position: relative;
  background: rgb(255, 255, 255);
}
.tariffs .Mcontainer .wrapper div .tariffAnims::before {
  background: linear-gradient(90deg, rgb(255, 255, 255) 80%, rgba(255, 255, 255, 0) 100%);
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  height: 100%;
  width: 50px;
  z-index: 1;
}

.cashback .Mcontainer .secondary-text {
  margin-bottom: 150px;
}
.cashback .Mcontainer .cashbackImg {
  min-height: 680px;
  position: relative;
}
.cashback .Mcontainer .cashbackImg img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.cashback .Mcontainer .cashbackImg .button {
  position: absolute;
  bottom: 60px;
  left: 60px;
  padding: 30px 50px;
  background-color: #FF0000;
  border-radius: 50px;
  font-family: "Mont";
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 120%;
  color: #000000;
}

.cashbackHero {
  max-height: inherit;
  min-height: inherit;
  filter: invert(100%);
}
.cashbackHero .Mcontainer .content .button {
  border-color: #000000;
  filter: invert(100%);
}
.cashbackHero .Mcontainer .content .button span {
  color: #000000;
}
.cashbackHero .Mcontainer .content .button svg path {
  fill: #000000;
}
.cashbackHero .item svg {
  filter: invert(100%);
}

footer {
  background-color: #000000;
  padding-top: 50px;
  padding-bottom: 120px;
}
footer .Mcontainer .top .social {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #272727;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer .Mcontainer .top .social .links {
  list-style-type: none;
  display: flex;
}
footer .Mcontainer .top .social .links li {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 30px;
}
footer .Mcontainer .top .social .links li:last-child {
  margin-right: 0;
}
footer .Mcontainer .top .main-links {
  margin-bottom: 30px;
  padding-bottom: 60px;
  border-bottom: 1px solid #272727;
}
footer .Mcontainer .top .main-links .row {
  width: 100%;
}
footer .Mcontainer .top .main-links .row .list ul {
  list-style-type: none;
}
footer .Mcontainer .top .main-links .row .list ul li {
  margin-bottom: 24px;
}
footer .Mcontainer .top .main-links .row .list ul li:last-child {
  margin-bottom: 0;
}
footer .Mcontainer .top .main-links .row .list ul li a {
  transition: all 0.3s ease;
  font-family: "Mont";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
  color: #4e4d4d;
}
footer .Mcontainer .top .main-links .row .list ul li a:hover {
  color: #ffffff;
}
footer .Mcontainer .top .texts {
  margin-bottom: 60px;
}
footer .Mcontainer .top .texts a {
  font-family: "Mont";
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 120%;
  color: #ffffff;
}
footer .Mcontainer .top .small-about {
  margin-bottom: 60px;
}
footer .Mcontainer .top .small-about p {
  font-family: "Mont";
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 120%;
  color: #4e4d4d;
}
footer .Mcontainer .top .copyright p {
  font-family: "Mont";
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 120%;
  color: #4e4d4d;
}
footer.white {
  filter: invert(100%);
}

.beDriver {
  padding-top: 90px;
  padding-bottom: 240px;
}

.regionsModal {
  background-color: rgba(0, 0, 0, 0.5);
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 100;
}
.regionsModal.active {
  display: flex;
}
.regionsModal .wrapper {
  position: relative;
  min-width: 50vw;
  padding: 48px;
  background-color: #ffffff;
  max-height: 90vh;
  width: 80vw;
}
.regionsModal .wrapper .title {
  margin-bottom: 48px;
  font-family: "Mont";
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 120%;
  text-align: left;
}
.regionsModal .wrapper button {
  background-color: transparent;
  border: none;
  position: absolute;
  top: 48px;
  right: 48px;
}
.regionsModal .wrapper .regions {
  list-style-type: none;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  max-height: -moz-min-content;
  max-height: min-content;
  max-height: 70vh;
}
.regionsModal .wrapper .regions li {
  cursor: pointer;
  width: 33.3333333333%;
  margin-bottom: 10px;
}
.regionsModal .wrapper .regions li h1 {
  margin-bottom: 10px;
}

@media only screen and (max-width: 1919px) {
  #mainMenu .Mcontainer .footer .copyright {
    font-size: 20px;
  }
  #mainMenu .Mcontainer .footer .lang a {
    font-size: 20px;
  }
  #mainMenu .Mcontainer .links ul li a {
    font-size: 54px;
  }
  .section_title {
    font-size: 48px;
  }
  .Mcontainer {
    max-width: 90vw;
  }
  .left-menu {
    left: 5vw;
  }
  .toBottom {
    left: 5vw;
  }
  .hero-section .Mcontainer .content .title {
    font-size: 48px;
  }
  .hero-section .Mcontainer .content .description {
    font-size: 16px;
  }
  .hero-section .Mcontainer .content .button {
    padding: 20px 40px;
  }
  .hero-section .Mcontainer .content .button span {
    font-size: 18px;
  }
  .quick-order {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .quick-order .Mcontainer .row .col-md-12 {
    margin-bottom: 30px;
  }
  .quick-order .Mcontainer .row .secondary-text {
    margin-bottom: 60px;
  }
  .quick-order .Mcontainer .row .secondary-text .col-md-5 p {
    font-size: 18px;
  }
  .quick-order .Mcontainer .row .image .content .button {
    padding: 20px 40px;
  }
  .quick-order .Mcontainer .row .image .content .button span {
    font-size: 18px;
  }
  .stats {
    padding-bottom: 60px;
  }
  .stats .Mcontainer .row .col-md-10 .divider {
    margin-bottom: 30px;
  }
  .stats .Mcontainer .row .col-md-10 .grid .item .title {
    font-size: 48px;
  }
  .stats .Mcontainer .row .col-md-10 .grid .item .description {
    font-size: 20px;
  }
  .news {
    padding-bottom: 60px;
  }
  .news .Mcontainer .divider {
    margin-bottom: 60px;
  }
  .locations {
    padding-bottom: 120px;
  }
  .toBottom {
    left: 5vw;
  }
  .tariffs .Mcontainer .head {
    margin-bottom: 60px;
  }
  .cashback .Mcontainer .cashbackImg .button {
    padding: 20px 40px;
  }
  .cashback .Mcontainer .cashbackImg .button span {
    font-size: 18px;
  }
  footer .Mcontainer .top .main-links .row .list ul li a {
    font-size: 22px;
  }
  footer .Mcontainer .top .texts a {
    font-size: 22px;
  }
  footer .Mcontainer .top .small-about p {
    font-size: 22px;
  }
  footer .Mcontainer .top .copyright p {
    font-size: 22px;
  }
}
@media only screen and (max-width: 1367px) {
  #mainMenu .Mcontainer .footer .copyright {
    font-size: 18px;
  }
  #mainMenu .Mcontainer .footer .lang a {
    font-size: 18px;
  }
  #mainMenu .Mcontainer .links ul li a {
    font-size: 50px;
  }
  .section_title {
    font-size: 42px;
  }
  .hamburgerToggle span {
    width: 25px;
  }
  .hamburgerToggle span:nth-child(2) {
    top: 8px;
  }
  .hamburgerToggle span:nth-child(3) {
    top: 16px;
  }
  header nav .logo svg {
    width: 120px;
  }
  .hero-section .Mcontainer .image .slider_text {
    background-color: #ffffff;
  }
  .hero-section .Mcontainer .image .slider_text .hero-slider {
    pointer-events: none;
  }
  .hero-section .Mcontainer .image .slider_text .hero-slider .item p {
    color: #000000;
    font-size: 15px;
  }
  .hero-section .Mcontainer .content .title {
    font-size: 42px;
  }
  .hero-section .Mcontainer .content .description {
    margin-bottom: 30px;
  }
  .hero-section .Mcontainer .content .button {
    padding: 15px 30px;
    margin-bottom: 60px;
  }
  .hero-section .Mcontainer .content .button span {
    font-size: 15px;
  }
  .hero-section .Mcontainer .content .button svg {
    width: 20px;
    height: 20px;
  }
  .hero-section .Mcontainer .content .loader {
    margin-bottom: 15px;
  }
  .hero-section .Mcontainer .content .slider_text {
    background-color: #ffffff;
  }
  .hero-section .Mcontainer .content .slider_text .hero-slider {
    pointer-events: none;
  }
  .hero-section .Mcontainer .content .slider_text .hero-slider .item p {
    color: #000000;
    font-size: 15px;
  }
  .quick-order .Mcontainer .row .image .img {
    width: 50%;
  }
  .quick-order .Mcontainer .row .image .content {
    width: 50%;
    padding: 60px 45px 30px;
  }
  .cashback .Mcontainer .cashbackImg {
    min-height: 400px;
  }
  .cashback .Mcontainer .cashbackImg .button {
    padding: 15px 30px;
  }
  .cashback .Mcontainer .cashbackImg .button span {
    font-size: 15px;
  }
  .cashback .Mcontainer .cashbackImg .button svg {
    width: 20px;
    height: 20px;
  }
  footer .Mcontainer .top .main-links .row .list ul li a {
    font-size: 20px;
  }
  footer .Mcontainer .top .texts a {
    font-size: 20px;
  }
  footer .Mcontainer .top .small-about p {
    font-size: 20px;
  }
  footer .Mcontainer .top .copyright p {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1201px) {
  .vue-map-container {
    height: 50vh !important;
  }
  #mainMenu .Mcontainer {
    padding-top: 0%;
  }
  #mainMenu .Mcontainer .links {
    margin: auto;
  }
  #mainMenu .Mcontainer .links ul li {
    margin: 20px 20px;
  }
  #mainMenu .Mcontainer .links ul li a {
    font-size: 40px;
  }
  #mainMenu .Mcontainer .footer .copyright {
    font-size: 16px;
  }
  #mainMenu .Mcontainer .footer .lang a {
    font-size: 16px;
  }
  footer {
    padding-bottom: 60px;
  }
  footer .Mcontainer .top .copyright p {
    font-size: 18px;
  }
  footer .Mcontainer .top .small-about p {
    font-size: 18px;
  }
  footer .Mcontainer .top .texts a {
    font-size: 18px;
  }
  footer .Mcontainer .top .main-links .row .list {
    margin-bottom: 30px;
  }
  footer .Mcontainer .top .main-links .row .list ul li a {
    font-size: 18px;
  }
  .hero-section {
    padding-top: 24vh;
    padding-bottom: 11vh;
  }
  .cashbackHero {
    padding-top: 10vh;
    padding-bottom: 10vh;
  }
  .toBottom {
    display: none;
  }
  .left-menu {
    display: none;
  }
  .left-menu.active {
    display: none;
  }
  .stats .Mcontainer .grid .item .title {
    font-size: 48px;
  }
  .start {
    padding-top: 120px;
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 1024px) {
  body {
    overflow: inherit;
  }
  .start .head {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 769px) {
  .deleteImages {
    min-height: 265px;
  }
  .section_title {
    font-size: 30px;
  }
  header {
    padding: 30px 0;
  }
  .regionsModal .wrapper .title {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .hero-section .Mcontainer .content .title {
    text-align: center;
  }
  .hero-section .Mcontainer .content .description {
    text-align: center;
  }
  .hero-section .Mcontainer .content .button {
    margin: 0 auto;
    margin-bottom: 30px;
  }
  .hero-section .Mcontainer .content .loader {
    display: none;
  }
  .hero-section .Mcontainer .content .slider_text {
    display: none;
  }
  .hero-section .Mcontainer .image .hero-images .item {
    margin: 0 auto;
    max-width: 200px;
  }
  .hero-section .Mcontainer .image .loader {
    margin-top: 15px;
    display: flex;
  }
  .hero-section .Mcontainer .image .slider_text {
    display: flex;
  }
  .hero-section .Mcontainer .image .slider_text .hero-slider {
    width: 100%;
  }
  .hero-section .Mcontainer .image .slider_text .hero-slider .item p {
    text-align: center;
  }
  .hero-section .Mcontainer .image .slider_text .pagination {
    display: none;
  }
  .hero-section {
    padding-top: 15vh;
    padding-bottom: 10vh;
  }
  .hero-section .Mcontainer .content .slider_text .hero-slider .item p {
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .hero-section .Mcontainer .content .slider_text .pagination button svg {
    font-size: 12px;
  }
  .hero-section .Mcontainer .content .slider_text .pagination .counter span {
    font-size: 12px;
  }
  .hero-section .Mcontainer .content .slider_text .hero-slider .item p {
    font-size: 12px;
  }
  .hero-section .Mcontainer .content .image .hero-images .item {
    margin: 0 auto;
    max-width: 200px;
  }
  .hero-section .Mcontainer .content .image .loader {
    margin-top: 15px;
    display: flex;
  }
  .hero-section .Mcontainer .content .image .slider_text {
    display: flex;
  }
  .hero-section .Mcontainer .content .image .slider_text .hero-slider {
    width: 100%;
  }
  .hero-section .Mcontainer .content .image .slider_text .hero-slider .item p {
    text-align: center;
  }
  .hero-section .Mcontainer .content .image .slider_text .pagination {
    display: none;
  }
  .hero-section .Mcontainer .content .title {
    font-size: 30px;
  }
  .hero-section .Mcontainer .content .description {
    font-size: 12px;
  }
  .hero-section .Mcontainer .content .button span {
    font-size: 14px;
  }
  .quick-order {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .quick-order .Mcontainer .row .secondary-text {
    margin-bottom: 30px;
  }
  .quick-order .Mcontainer .row .secondary-text p {
    font-size: 14px;
  }
  .quick-order .Mcontainer .row .col-md-12 {
    margin-bottom: 30px;
  }
  .quick-order .Mcontainer .row .image .img {
    width: 50%;
  }
  .quick-order .Mcontainer .row .image .img img {
    width: 100%;
  }
  .quick-order .Mcontainer .row .image .content {
    padding: 30px 30px;
    width: 50%;
  }
  .quick-order .Mcontainer .row .image .content .button {
    padding: 15px 30px;
  }
  .quick-order .Mcontainer .row .image .content .button span {
    font-size: 14px;
  }
  .quick-order .Mcontainer .row .image .content ul li {
    margin-bottom: 15px;
    font-size: 15px;
  }
  .quick-order .Mcontainer .row .image .content ul li img {
    width: 30px;
    height: 30px;
  }
  .quick-order .Mcontainer .head .section_title {
    margin-bottom: 20px;
  }
  .stats {
    padding-bottom: 30px;
  }
  .stats .Mcontainer .grid {
    grid-column-gap: 60px;
  }
  .stats .Mcontainer .grid .item .description {
    font-size: 18px;
  }
  .stats .Mcontainer .grid .item .title {
    font-size: 32px;
    margin-bottom: 15px;
  }
  .stats .Mcontainer .divider {
    margin-bottom: 30px;
  }
  .stats .Mcontainer .section_title {
    margin-bottom: 20px;
  }
  .news {
    padding-bottom: 60px;
  }
  .news .Mcontainer .divider {
    margin-bottom: 30px;
  }
  .news .Mcontainer .header {
    margin-bottom: 20px;
  }
  .news .Mcontainer .news-slider .item {
    width: 450px !important;
    height: 300px;
    padding: 20px;
  }
  .news .Mcontainer .news-slider .item .title {
    font-size: 22px;
  }
  .news .Mcontainer .news-slider .item .description {
    font-size: 18px;
  }
  .news .Mcontainer .news-slider .item .bottom .date {
    font-size: 18px;
  }
  .locations {
    padding-bottom: 60px;
  }
  .locations .Mcontainer .divider {
    margin-bottom: 30px;
  }
  .locations .Mcontainer .section_title {
    margin-bottom: 20px;
  }
  .locations .Mcontainer .regions {
    margin-bottom: 20px;
  }
  .locations .Mcontainer .regions li {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .locations .Mcontainer .cities li {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .contacts .Mcontainer {
    margin-bottom: 30px;
  }
  .contacts .Mcontainer .about .title {
    margin-bottom: 15px;
    font-size: 18px;
  }
  .contacts .Mcontainer .about .content {
    margin-bottom: 15px;
    font-size: 18px;
  }
  footer {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  footer .Mcontainer .top .social .logo a svg {
    width: 120px;
  }
  footer .Mcontainer .top .social .links li a svg {
    width: 20px;
    height: 20px;
  }
  footer .Mcontainer .top .main-links {
    padding-bottom: 30px;
  }
  footer .Mcontainer .top .main-links .row .list ul li {
    margin-bottom: 12px;
  }
  footer .Mcontainer .top .texts {
    margin-bottom: 30px;
  }
  footer .Mcontainer .top .texts a {
    font-size: 16px;
  }
  footer .Mcontainer .top .small-about {
    margin-bottom: 30px;
  }
  footer .Mcontainer .top .small-about p {
    font-size: 18px;
  }
  footer .Mcontainer .top .copyright p {
    font-size: 18px;
  }
  .tariffs .Mcontainer .head {
    margin-bottom: 30px;
  }
  .tariffs .Mcontainer .filters {
    margin-bottom: 30px;
  }
  .tariffs .Mcontainer .filters .item p {
    font-size: 18px;
  }
  .tariffs .Mcontainer .wrapper {
    flex-direction: column;
  }
  .tariffs .Mcontainer .wrapper .content {
    width: 100%;
  }
  .tariffs .Mcontainer .wrapper .content .item {
    padding: 15px;
  }
  .tariffs .Mcontainer .wrapper .content .item.top {
    padding-bottom: 20px;
  }
  .tariffs .Mcontainer .wrapper .content .item.top .name .title {
    font-size: 30px;
  }
  .tariffs .Mcontainer .wrapper .content .item.top .cost {
    font-size: 30px;
  }
  .tariffs .Mcontainer .wrapper .content .item .name .title {
    font-size: 18px;
  }
  .tariffs .Mcontainer .wrapper .animations {
    width: 100%;
  }
  .cashback .Mcontainer .cashbackImg .button {
    font-size: 14px;
    left: 30px;
    bottom: 30px;
  }
  .cashbackHero {
    padding-top: 5vh;
  }
}
@media only screen and (max-width: 568px) {
  .privacy .content ol,
  .privacy .content ul {
    padding-left: 15px;
  }
  .section_title {
    font-size: 26px;
    margin-bottom: 20px;
  }
  .start .head {
    margin-bottom: 20px;
  }
  .start .head .section_title {
    margin-bottom: 20px;
  }
  .start .content h3 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .start .content p {
    font-size: 16px;
    margin-bottom: 10px;
  }
  #mainMenu .Mcontainer {
    margin: 0 30px;
  }
  #mainMenu .Mcontainer .footer {
    flex-wrap: wrap;
    justify-content: center;
  }
  #mainMenu .Mcontainer .footer .lang {
    margin-bottom: 10px;
  }
  #mainMenu .Mcontainer .links ul li {
    margin: 20px;
  }
  #mainMenu .Mcontainer .links ul li a {
    font-size: 30px;
  }
  .quick-order .Mcontainer .row .secondary-text .col-md-6 {
    margin-bottom: 10px;
  }
  .quick-order .Mcontainer .row .secondary-text .col-md-6:last-child {
    margin-bottom: 0px;
  }
  .quick-order .Mcontainer .row .image {
    flex-direction: column;
  }
  .quick-order .Mcontainer .row .image .img {
    width: 100%;
  }
  .quick-order .Mcontainer .row .image .content {
    width: 100%;
    height: inherit;
  }
  .quick-order .Mcontainer .row .image .content ul {
    margin-bottom: 30px;
  }
  .stats .Mcontainer .grid {
    grid-column-gap: 30px;
  }
  .news .Mcontainer .news-slider .item {
    width: 80vw !important;
    height: 300px !important;
  }
  .news .Mcontainer .header a {
    font-size: 18px;
  }
  .tariffs .Mcontainer .head {
    margin-bottom: 20px;
  }
  .tariffs .Mcontainer .head .section_title {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .tariffs .Mcontainer .head .section_title img {
    width: 25px;
  }
  .tariffs .Mcontainer .filters {
    margin-bottom: 20px;
  }
  .tariffs .Mcontainer .filters .item {
    margin-right: 20px;
    padding-bottom: 20px;
  }
  .tariffs .Mcontainer .filters .item p {
    font-size: 14px;
  }
  .tariffs .Mcontainer .wrapper .content .item .name .title {
    font-size: 16px;
  }
  .tariffs .Mcontainer .wrapper .content .item .name .description {
    font-size: 14px;
  }
  .tariffs .Mcontainer .wrapper .content .item .cost {
    font-size: 18px;
  }
  .tariffs .Mcontainer .wrapper .content .item.top .name .title {
    font-size: 24px;
  }
  .tariffs .Mcontainer .wrapper .content .item.top .cost {
    font-size: 24px;
    line-height: inherit;
  }
}/*# sourceMappingURL=main.css.map */