/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

.text-center{
  text-align: center;
}

.color-007C28{
  color:#007C28;
}



/* STYLES
   ========================================================================== */

*,
*::before,
*::after {
  box-sizing: border-box;
}

.body {
  overflow: hidden;
}

@font-face {
  font-family: 'Calibri';
  src: url('../fonts/Calibri.woff2') format('woff2'),
    url('../fonts/Calibri.woff') format('woff'),
    url('../fonts/Calibri.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: fallback;
}

@font-face {
  font-family: 'Calibri';
  src: url('../fonts/Calibri-Bold.woff2') format('woff2'),
    url('../fonts/Calibri-Bold.woff') format('woff'),
    url('../fonts/Calibri-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: fallback;
}

/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.container {
  position: relative;
  width: 100%;
  max-width: 1174px;
  margin: 0 auto;
  /*padding: 0 20px;*/
  padding: 0;
  box-sizing: border-box;
}

.container-full {
  width: 100%;
  width: 100%;
  max-width: 100%;
}

.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box;
}

.row {
  position: relative;
}

.column {
  position: relative;
}

@media (min-width: 400px) {}

@media (min-width: 1200px) {
  .container {
    width: 80%;
  }

  .column:first-child,
  .columns:first-child {
    margin-left: 0;
  }

  .one.column,
  .one.columns {
    width: 8.333333%;
  }

  .two.columns {
    width: 16.666667%;
  }

  .three.columns {
    width: 25%;
  }

  .four.columns {
    width: 33.333333%;
  }

  .five.columns {
    width: 41.666667%;
  }

  .six.columns,
  .one-half.column {
    width: 50%;
  }

  .seven.columns {
    width: 58.333333%;
  }

  .eight.columns {
    width: 66.666667%;
  }

  .nine.columns {
    width: 75%;
  }

  .ten.columns {
    width: 83.333333%;
  }

  .eleven.columns {
    width: 91.666667%;
  }

  .twelve.columns {
    width: 100%;
    margin-left: 0;
  }

  .one-third.column {
    width: 33.333333%;
  }

  .two-thirds.column {
    width: 66.666667%;
  }

  /* Offsets */
  .offset-by-one.column,
  .offset-by-one.columns {
    margin-left: 8.333333%;
  }

  .offset-by-two.column,
  .offset-by-two.columns {
    margin-left: 16.666667%;
  }

  .offset-by-three.column,
  .offset-by-three.columns {
    margin-left: 25%;
  }

  .offset-by-four.column,
  .offset-by-four.columns {
    margin-left: 33.333333%;
  }

  .offset-by-five.column,
  .offset-by-five.columns {
    margin-left: 41.666667%;
  }

  .offset-by-six.column,
  .offset-by-six.columns {
    margin-left: 50%;
  }

  .offset-by-seven.column,
  .offset-by-seven.columns {
    margin-left: 58.333333%;
  }

  .offset-by-eight.column,
  .offset-by-eight.columns {
    margin-left: 66.666667%;
  }

  .offset-by-nine.column,
  .offset-by-nine.columns {
    margin-left: 75%;
  }

  .offset-by-ten.column,
  .offset-by-ten.columns {
    margin-left: 83.333333%;
  }

  .offset-by-eleven.column,
  .offset-by-eleven.columns {
    margin-left: 91.666667%;
  }

  .offset-by-one-third.column,
  .offset-by-one-third.columns {
    margin-left: 33.333333%;
  }

  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns {
    margin-left: 66.666667%;
  }

  .offset-by-one-half.column,
  .offset-by-one-half.columns {
    margin-left: 50%;
  }

}


/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */

body {
  font-family: "Calibri", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #222222;
}


/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0;
}

p {
  margin-top: 0;
}


/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
  color: #1EAEDB;
}

a:hover {
  color: #0FA0CE;
}

.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  color: #ffffff;
  border-color: #274616;
  outline: 0;
}

.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
  color: #FFF;
  background-color: #33C3F0;
  border-color: #33C3F0;
}

.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
  color: #FFF;
  background-color: #1EAEDB;
  border-color: #1EAEDB;
}


/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  height: 38px;
  padding: 6px 10px;
  /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #fff;
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box;
}

/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea {
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px;
}

input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #33C3F0;
  outline: 0;
}

label,
legend {
  display: block;
  font-weight: 600;
}

fieldset {
  padding: 0;
  border-width: 0;
}

input[type="checkbox"],
input[type="radio"] {
  display: inline;
}

label>.label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: normal;
}


/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul {
  list-style: circle inside;
}

ol {
  list-style: decimal inside;
}

ol,
ul {
  padding-left: 0;
  margin-top: 0;
}

ul ul,
ul ol,
ol ol,
ol ul {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%;
}


/* Code
–––––––––––––––––––––––––––––––––––––––––––––––––– */
code {
  padding: .2rem .5rem;
  margin: 0 .2rem;
  font-size: 90%;
  white-space: nowrap;
  background: #F1F1F1;
  border: 1px solid #E1E1E1;
  border-radius: 4px;
}

pre>code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre;
}


/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
th,
td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #E1E1E1;
}

th:first-child,
td:first-child {
  padding-left: 0;
}

th:last-child,
td:last-child {
  padding-right: 0;
}

pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
  margin-bottom: 0;
}


/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.u-full-width {
  width: 100%;
  box-sizing: border-box;
}

.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box;
}

.u-pull-right {
  float: right;
}

.u-pull-left {
  float: left;
}


/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #E1E1E1;
}


/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* Self Clearing Goodness */
.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both;
}



/* jquery.fancybox.min.css
–––––––––––––––––––––––––––––––––––––––––––––––––– */
body.compensate-for-scrollbar {
  overflow: hidden
}

.fancybox-active {
  height: auto
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992
}

.fancybox-container * {
  box-sizing: border-box
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(.47, 0, .74, .71)
}

.fancybox-is-open .fancybox-bg {
  opacity: .9;
  transition-timing-function: cubic-bezier(.22, .61, .36, 1)
}

.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity .25s ease, visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997
}

.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  transition: opacity .25s ease 0s, visibility 0s ease 0s;
  visibility: visible
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.fancybox-toolbar {
  right: 0;
  top: 0
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994
}

.fancybox-slide:before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
  display: block
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0
}

.fancybox-slide--image:before {
  display: none
}

.fancybox-slide--html {
  padding: 6px
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle
}

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(.5, 0, .14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in
}

.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
  cursor: grab
}

.fancybox-is-grabbing .fancybox-content {
  cursor: grabbing
}

.fancybox-container [data-selectable=true] {
  cursor: text
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%
}

.fancybox-spaceball {
  z-index: 1
}

.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%
}

.fancybox-slide--video .fancybox-content {
  background: #000
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff
}

.fancybox-iframe,
.fancybox-video {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%
}

.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0
}

.fancybox-button {
  background: rgba(30, 30, 30, .6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px
}

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
  color: #ccc
}

.fancybox-button:hover {
  color: #fff
}

.fancybox-button:focus {
  outline: none
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none
}

.fancybox-button div {
  height: 100%
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0
}

.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:first-child,
.fancybox-button--pause svg:first-child,
.fancybox-button--play svg:nth-child(2) {
  display: none
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998
}

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none
}

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px
}

.fancybox-navigation .fancybox-button div {
  padding: 7px
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  padding: 31px 26px 31px 6px
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
}

.fancybox-caption {
  background: linear-gradient(0deg, rgba(0, 0, 0, .85) 0, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, transparent);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996
}

.fancybox-caption--separate {
  margin-top: -50px
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline
}

.fancybox-loading {
  animation: a 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999
}

@keyframes a {
  to {
    transform: rotate(1turn)
  }
}

.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, .25, 1)
}

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translateZ(0)
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(.5, .5, .5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1)
}

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-1turn)
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(1turn)
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0deg)
}

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1) translateZ(0)
}

.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translateZ(0) scale(1)
}

@media (max-height:576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px
  }

  .fancybox-slide--image {
    padding: 6px 0
  }

  .fancybox-close-small {
    right: -6px
  }

  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px
  }

  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px
  }

}

.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px
}

.fancybox-share p {
  margin: 0;
  padding: 0
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap
}

.fancybox-share__button:link,
.fancybox-share__button:visited {
  color: #fff
}

.fancybox-share__button:hover {
  text-decoration: none
}

.fancybox-share__button--fb {
  background: #3b5998
}

.fancybox-share__button--fb:hover {
  background: #344e86
}

.fancybox-share__button--pt {
  background: #bd081d
}

.fancybox-share__button--pt:hover {
  background: #aa0719
}

.fancybox-share__button--tw {
  background: #1da1f2
}

.fancybox-share__button--tw:hover {
  background: #0d95e8
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px
}

.fancybox-share__button svg path {
  fill: #fff
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%
}

.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, .1);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px
}

.fancybox-thumbs__list a:before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all .2s cubic-bezier(.25, .46, .45, .94);
  z-index: 99991
}

.fancybox-thumbs__list a:focus:before {
  opacity: .5
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
  opacity: 1
}

@media (max-width:576px) {
  .fancybox-thumbs {
    width: 110px
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px
  }

  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px)
  }
}


/*
DESKTOP
*/

/* Custom CSS
–––––––––––––––––––––––––––––––––––––––––––––––––– */

@media (min-width: 1200px) {

    .flex {
        display: flex;
    }

    .justify-content-center {
        justify-content: center;
    }

    .align-items-center {
        align-items: center;
    }

    .align-items-end {
        align-items: flex-end;
    }

    .gap10 {
        gap: 10px;
    }

    .header {
        margin-top: 25px;
        margin-bottom: 19px;
    }

    .logo-container {
        display: flex;
    }

    .logo-container-text {
        padding-left: 27px;
        padding-top: 15px;
        font-weight: 400;
        font-size: 16px;
        line-height: 22px;
        vertical-align: middle;
    }

    .contacts-container {
        text-align: end;
    }

    .contacts-container ul li {
        list-style-type: none;
        font-weight: bold;
        font-size: 20px;
        line-height: 100%;
        vertical-align: middle;
    }

    .contacts-container ul li a {
        color: #000000;
        text-decoration: none;
    }

    .contacts-container {
        padding-top: 10px;
    }

    .main-banner {
        background-color: #007C28;
        height: 487px;
    }

    .main-banner-bg {
        background-image: url(https://www.ramen.ru/upload/imghosting/1750855611d0c13dd446.jpg);
        background-size: cover;
        height: 487px;
    }

    .main-banner-content-menu {
        list-style-type: none;
        display: flex;
        gap: 20px;
        margin-top: 36px;
        margin-left: 20px;
    }

    .main-banner-content-menu a {
        color: #FFFFFF;
        text-decoration: none;
        font-weight: 700;
        font-size: 20px;
        line-height: 100%;
        text-align: center;
        display: block;
        background-color: rgba(33, 37, 41, .3);
        position: relative;
        padding: 14px 22px;
        border-radius: 20px;
        box-sizing: border-box;
    }

    .main-banner-content-menu a:hover {
        color: #EFEFEF;
        background-color: rgba(33, 37, 41, .7);
    }

    .main-banner-content-menu a:active {
        color: #EFEFEF;
        outline: 1px solid #EFEFEF;
        outline-offset: -1px;
        background-color: rgba(33, 37, 41, .7);
    }

    .main-banner-content-text {
        margin-left: 20px;
        margin-top: 70px;
        background-image: url(https://www.ramen.ru/upload/imghosting/175085367612d35b9396.svg);
        background-size: cover;
        height: 260px;
    }

    .main-banner-content-text h2 {
        font-weight: 700;
        font-size: 32px;
        line-height: 100%;
        letter-spacing: .5px;
        text-align: justify;
        vertical-align: middle;
        color: #FFFFFF;
        padding-top: 30px;
        padding-left: 28px;
        text-transform: uppercase;
    }

    .main-banner-content-text p {
        font-weight: 700;
        font-size: 23px;
        line-height: 100%;
        letter-spacing: .2px;
        text-align: justify;
        vertical-align: middle;
        color: #fff;
        padding-top: 10px;
        padding-left: 28px;
    }

    .main-banner-content-text span {
        color: #E9E000;
    }

    .main-banner-content-text a {
        color: #007C28;
        background-color: #ffffff;
        display: block;
        width: 247px;
        margin: 25px auto;
        border-radius: 15px;
        padding: 21px 14px;
        font-weight: 700;
        font-size: 20px;
        line-height: 100%;
        text-align: center;
        text-decoration: none;
    }

    .main-banner-content-text a:hover {
        color: #EFEFEF;
        background-color: #274616;
    }

    .main-banner-content-text a:active {
        color: #EFEFEF;
        background-color: #274616;
        outline: 1px solid #EFEFEF;
        outline-offset: -1px;
    }

    .main-figures {
        background-color: #F2F8F4;
    }

    .main-figures-element h3 {
        font-weight: 400;
        font-size: 16px;
        line-height: 100%;
        text-align: center;
        vertical-align: middle;
        color: #212529;
    }

    .main-figures-element strong {
        font-weight: 700;
        font-size: 64px;
        line-height: 50px !important;
        line-height: 100%;
        text-align: center;
        display: block;
        text-align: center;
        color: #007C28;
        padding-top: 10px;
    }

    .main-figures-element {
        margin: 15px 0;
    }

    .main-figures-element p {
        margin-top: 10px;
        font-size: 20px;
    }

    .main-figures-element.first::after {
        content: "";
        width: 11px;
        height: 80px;
        background: url("https://www.ramen.ru/upload/imghosting/1750856483081c410186.svg");
        display: block;
        background-repeat: no-repeat;
        position: absolute;
        top: 14px;
        right: 0;
    }

    .main-figures-element.second::after {
        content: "";
        width: 11px;
        height: 80px;
        background: url("https://www.ramen.ru/upload/imghosting/1750856483081c410186.svg");
        display: block;
        background-repeat: no-repeat;
        position: absolute;
        top: 14px;
        right: 0;
    }

    .about-rd .twelve {
        margin: 33px 0;
        padding: 0 33px;
    }

    .about-rd-first .image-second {
        position: absolute;
        top: 33px;
        left: 90px;
    }

    .about-rd-first .image-third {
        position: absolute;
        top: 266px;
        left: 70px;
    }

    .about-rd-first .image-fourth {
        position: absolute;
        top: 374px;
        right: 61px;
    }

    .about-rd-first .title-first {
        font-weight: 700;
        font-size: 55px;
        line-height: 100%;
        vertical-align: middle;
        position: absolute;
        top: 95px;
        left: 422px;
        color: #97BF00;
        text-transform: uppercase;
    }

    .about-rd-first .title-second {
        font-weight: 700;
        font-size: 55px;
        line-height: 100%;
        vertical-align: middle;
        position: absolute;
        top: 148px;
        left: 175px;
        color: #97BF00;
        text-transform: uppercase;
    }

    .about-rd-first .title-third {
        position: absolute;
        top: 205px;
        left: 80px;
        font-weight: 400;
        color: #274616;
        font-size: 40px;
        line-height: 100%;
        vertical-align: middle;
        text-transform: uppercase;
    }

    .about-rd-first .text {
        position: absolute;
        top: 210px;
        color: #274616;
        right: 80px;
        width: 420px;
        font-weight: 400;
        font-size: 24px;
        line-height: 30px;
        vertical-align: middle;
        background-color: rgba(255, 255, 255, .75);
    }

    .about-rd-second img {
        margin: 0 62px 0 auto;
        display: block;
        position: relative;
        z-index: 1;
    }

    .about-rd-second ul {
        margin-top: 75px;
        list-style-type: disc;
        margin-left: 85px;
        position: relative;
        z-index: 11;
    }

    .about-rd-second li {
        font-size: 24px;
        line-height: 100%;
        vertical-align: middle;
        color: #007C28;
        background-color: rgba(255, 255, 255, .75);
        margin-bottom: 78px;
        list-style: disc;
        width: 393px;
    }

    .about-rd-second li span {
        color: #000000;
        padding-left: 20px;
        display: block;
    }

    .rd-common-text {
        width: 527px;
        left: 177px;
    }



    .rd-common-text h3 {
        font-weight: 700;
        font-size: 36px;
        line-height: 56px;

        vertical-align: middle;
    }

    .rd-common-text p {
        font-weight: 700;
        font-size: 24px;
        line-height: 30px;

        vertical-align: middle;
    }

    .rd-common-text.first {
        position: absolute;
        top: 40px;
        width: 527px;
    }

    .rd-common-text.second {
        position: absolute;
        top: 221px;
        width: 527px;
    }

    .rd-common-text.third {
        position: absolute;
        top: 402px;
        width: 450px;
    }

    .rd-common-text.fourth {
        position: absolute;
        top: 593px;
        width: 400px;
    }

    .rd-common-text.fifth {
        position: absolute;
        top: 764px;
        width: 450px;
    }


    .checkbox-input input[type="checkbox"],
    .checkbox-input input[type="radio"] {
        /*accent-color: #C56FFF;*/
        width: 20px;
        height: 20px;
    }



    .modalbox-form {
        display: none;
        width: 450px;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px;
    }

    .modalbox-form h3 {
        text-transform: uppercase;
        font-weight: 700;
        font-size: 20px;
        line-height: 25px;
        text-align: center;
        vertical-align: middle;
        margin: 0 0 20px;
        color: #000000;
        width: 300px;
        margin: 0 auto 15px;
    }

    .modalbox-form p {
        text-align: center;
        color: #000000;
        font-weight: 700;
        font-size: 14px;
        text-align: center;
        vertical-align: middle;
        width: 255px;
        margin: 0 auto;
    }

    .modalbox-form span {
        color: #007C28
    }

    .modalbox-form input {
        background-color: #EEEEEE;
        width: 100%;
        display: block;
        margin: 0 auto;
        margin-top: 20px;
        margin-bottom: 20px;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px;
    }

    .modalbox-form .checkbox-input {
        display: flex;
        align-items: center;
        gap: 15px;
        justify-content: center;
        margin: 15px 0;
    }

    .modalbox-form .checkbox-input input {
        margin: inherit;
    }

    .modalbox-form .checkbox-input label {
        width: 100%;
        font-weight: 700;
        font-size: 14px;
        line-height: 100%;

    }

    .modalbox-form input[type=submit] {
        color: #ffffff;
        background-color: #007C28;
        display: block;
        width: 250px;
        margin: 0 auto;
        border-radius: 15px;
        padding: 14px 5px;
        font-weight: 700;
        font-size: 20px;
        line-height: 100%;
        text-align: center;
        text-decoration: none;
        border: none;
    }

    .modalbox-form input[type=submit]:hover {
        color: #EFEFEF;
        background-color: #274616;
    }

    .modalbox-form input[type=submit]:active {
        color: #EFEFEF;
        background-color: #274616;
        border: none;
    }

    .about-rd-third {
        margin-top: 50px;
        line-height: 0;
    }

    .about-rd-third .one-half {
        width: 100%;
    }

    .about-rd-third img {
        width: 100%;
    }

    .rd-today {
        background-color: #274616;
    }

    .rd-today-first {
        background-color: #ffffff;
        -webkit-border-bottom-right-radius: 50px;
        -webkit-border-bottom-left-radius: 50px;
        -moz-border-radius-bottomright: 50px;
        -moz-border-radius-bottomleft: 50px;
        border-bottom-right-radius: 50px;
        border-bottom-left-radius: 50px;
    }

    .rd-today-first {
        background-color: #ffffff;
        -webkit-border-bottom-right-radius: 50px;
        -webkit-border-bottom-left-radius: 50px;
        -moz-border-radius-bottomright: 50px;
        -moz-border-radius-bottomleft: 50px;
        border-bottom-right-radius: 50px;
        border-bottom-left-radius: 50px;
    }

    .rd-today-first img {
        padding: 60px 0 60px 60px;
    }

    .rd-today-first ul {
        margin: 115px 0 20px 0;
        width: 450px;
        background-color: rgba(255, 255, 255, .75);
    }

    .rd-today-first li {
        display: block;
        margin: 42px 0;
        background: url(https://www.ramen.ru/upload/imghosting/17508858691e93598827.svg) 0 2px no-repeat;
        background-size: 20px 20px;
        padding-left: 34px;
        font-size: 16px;
    }

    .rd-today-first li span {
        font-weight: 700;
        font-size: 24px;
        line-height: 100%;

        vertical-align: middle;
    }

    .rd-today-calltoaction .first {
        font-weight: 700;
        font-size: 24px;
        line-height: 100%;
        margin-top: 55px;
        margin-left: 60px;
        color: #ffffff;

    }

    .rd-today-calltoaction .second {
        font-weight: 700;
        font-size: 24px;
        line-height: 100%;
        margin-top: 10px;
        margin-left: 60px;
        color: #ffffff;
    }

    .rd-today-calltoaction a {
        color: #007C28;
        background-color: #ffffff;
        display: block;
        width: 247px;
        margin: 53px auto;
        border-radius: 15px;
        padding: 21px 14px;
        font-weight: 700;
        font-size: 20px;
        line-height: 100%;
        text-align: center;
        text-decoration: none;
    }

    .rd-today-calltoaction a:hover {
        color: #FFFFFF;
        background-color: #007C28;
    }

    .rd-today-calltoaction a:active {
        color: #EFEFEF;
        background-color: #274616;
        outline: 1px solid #EFEFEF;
        outline-offset: -1px;
    }

    .our-products h2 {
        text-align: center;
        margin: 35px 0;
        text-transform: uppercase;
        color: #007C28;
    }

    .our-products img {
        margin: 0 auto;
        display: block;
        width: 1055px;
    }

    .our-products-calltoaction span {
        color: #007C28
    }

    .our-products-calltoaction .first {
        font-weight: 700;
        font-size: 24px;
        line-height: 100%;
        margin-top: 55px;
        margin-left: 60px;
        color: #274616;
    }

    .our-products-calltoaction .second {
        font-weight: 700;
        font-size: 24px;
        line-height: 100%;
        margin-top: 10px;
        margin-left: 60px;
        color: #274616;
    }

    .our-products-calltoaction {
        height: 168px;
    }

    .our-products-calltoaction a {
        color: #ffffff;
        background-color: #007C28;
        display: block;
        width: 247px;
        margin: 53px auto 0 0;
        border-radius: 15px;
        padding: 21px 14px;
        font-weight: 700;
        font-size: 20px;
        line-height: 100%;
        text-align: center;
        text-decoration: none;
    }

    .our-products-calltoaction a:hover {
        color: #007C28;
        background-color: #FFFFFF;
        border: 1px solid #007C28;
    }

    .our-products-calltoaction a:active {
        color: #007C28;
        background-color: #FFFFFF;
    }


    .rd-common {
        background-color: #007C28;
    }

    .rd-common-first .photo {
        margin: 0 auto;
        display: block;
    }

    .rd-common-first .how {
        position: absolute;
        top: 135px;
        left: 50px;
    }

    .rd-common-first .content {
        background-color: #ffffff;
        -webkit-border-bottom-right-radius: 62px;
        -webkit-border-bottom-left-radius: 62px;
        -moz-border-radius-bottomright: 62px;
        -moz-border-radius-bottomleft: 62px;
        border-bottom-right-radius: 62px;
        border-bottom-left-radius: 62px;
        height: 955px
    }

    .rd-common-first .content img.image1 {
        position: absolute;
        top: 76px;
        left: 51px;
    }

    .rd-common-first .content img.image2 {
        position: absolute;
        top: 35px;
        right: 0;
    }

    .rd-common-first .content img.image3 {
        position: absolute;
        bottom: 0px;
        right: 0;
        width: 593px;
    }

    .rd-common-calltoaction .first {
        font-weight: 700;
        font-size: 24px;
        line-height: 100%;
        margin-top: 55px;
        margin-left: 60px;
        color: #ffffff;
    }

    .rd-common-calltoaction .second {
        font-weight: 700;
        font-size: 24px;
        line-height: 100%;
        margin-top: 10px;
        margin-left: 60px;
        color: #ffffff;
    }

    .rd-common-calltoaction a {
        color: #007C28;
        background-color: #ffffff;
        display: block;
        width: 247px;
        margin: 53px auto;
        border-radius: 15px;
        padding: 21px 14px;
        font-weight: 700;
        font-size: 20px;
        line-height: 100%;
        text-align: center;
        text-decoration: none;
    }

    .rd-common-calltoaction a:hover {
        color: #EFEFEF;
        background-color: #274616;
    }

    .rd-common-calltoaction a:active {
        color: #EFEFEF;
        background-color: #274616;
        outline: 1px solid #EFEFEF;
        outline-offset: -1px;
    }

    .rd-common-calltoaction span {
        color: #ffffff
    }

    .fr-feedback-peoples {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        width: 815px;
        margin: 0 auto;
        gap: 50px;
    }

    .fr-feedback-peoples ul {
        display: flex;
        list-style-type: none;
        gap: 100px;
    }

    .fr-feedback-peoples li {
        width: 200px;
        height: 200px;
        position: relative;
    }

    .fr-feedback-peoples li img {
        width: 100%;
    }

    .fr-feedback-peoples a {
        color: #ffffff;
        background-color: #007C28;
        display: block;
        width: 147px;
        border-radius: 15px;
        padding: 14px 5px;
        font-weight: 700;
        font-size: 20px;
        line-height: 100%;
        text-align: center;
        text-decoration: none;
        position: absolute;
        left: 25px;
        bottom: 0;
    }

    .fr-feedback-peoples a:hover {
        color: #EFEFEF;
        background-color: #274616;
    }

    .fr-feedback-peoples a:active {
        color: #EFEFEF;
        background-color: #274616;
        outline: 1px solid #EFEFEF;
        outline-offset: -1px;
    }

    .fr-feedback h3 {
        text-align: center;
        margin: 33px 0 50px 0;
    }

    .fr-feedback .history {
        display: block;
        margin: 50px auto 33px auto;
    }

    .h3 {
        font-weight: 700;
        font-size: 32px;
        line-height: 100%;

        vertical-align: middle;
        text-align: center;
    }

    .svg-responsive-image {
        margin: 50px auto 0 auto;
        width: 800px;
    }

    .fr-feedback-calltoaction {
        height: 168px;
    }

    .fr-feedback-calltoaction .first {
        font-weight: 700;
        font-size: 24px;
        line-height: 100%;
        margin-top: 55px;
        margin-left: 60px;
        color: #274616;
    }

    .fr-feedback-calltoaction .second {
        font-weight: 700;
        font-size: 24px;
        line-height: 100%;
        margin-top: 10px;
        margin-left: 60px;
        color: #274616;
    }

    .fr-feedback-calltoaction a {
        color: #ffffff;
        background-color: #007C28;
        display: block;
        width: 247px;
        margin: 53px auto 0 auto;
        border-radius: 15px;
        padding: 21px 14px;
        font-weight: 700;
        font-size: 20px;
        line-height: 100%;
        text-align: center;
        text-decoration: none;
    }

    .fr-feedback-calltoaction a:hover {
        color: #007C28;
        background-color: #FFFFFF;
        border: 1px solid #007C28;
    }

    .fr-feedback-calltoaction a:active {
        color: #007C28;
        background-color: #FFFFFF;
    }

    .fr-feedback-calltoaction span {
        color: #007C28
    }

    .footer-presentation {
        background-color: #274616;
    }

    .footer-presentation .bg {
        display: block;
        height: 833px;
        margin: 50px 0 50px auto;
    }

    .footer-presentation .map {
        position: absolute;
        bottom: 100px;
        left: 0;
        width: 706px;
        height: 460px;
    }

    .feedback-form {
        position: absolute;
        bottom: 100px;
        right: 52px;
        width: 330px;
        height: 460px;
        background-color: #97BF00;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
    }

    .feedback-form h3 {
        text-transform: uppercase;
        font-weight: 700;
        font-size: 20px;
        line-height: 100%;
        text-align: center;
        vertical-align: middle;
        margin: 40px 0 20px;
        color: #ffffff;
    }

    .feedback-form p {
        text-align: center;
        color: #ffffff;
        font-weight: 700;
        font-size: 14px;
        text-align: center;
        vertical-align: middle;
        width: 255px;
        margin: 0 auto;
    }

    .feedback-form span {
        color: #007C28
    }

    .feedback-form .mask-name {
        width: 250px;
        display: block;
        margin: 0 auto;
        margin-top: 20px;
        margin-bottom: 20px;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px;
    }

    .feedback-form .mask-phone {
        width: 250px;
        display: block;
        margin: 0 auto;
        margin-bottom: 20px;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px;
    }

    .feedback-form .mask-email {
        width: 250px;
        display: block;
        margin: 0 auto;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px;
    }

    .feedback-form .checkbox-input {
        display: flex;
        align-items: center;
        gap: 15px;
        justify-content: center;
        margin: 15px 0;
    }

    .feedback-form label {
        width: 161px;
        font-weight: 700;
        font-size: 14px;
        line-height: 100%;

        vertical-align: middle;
    }

    .feedback-form .form__form-btn {
        color: #ffffff;
        background-color: #274616;
        display: block;
        width: 247px;
        margin: 0 auto;
        border: none;
        border-radius: 15px;
        padding: 10px 4px;
        font-weight: 700;
        font-size: 20px;
        line-height: 100%;
        text-align: center;
        text-decoration: none;
    }

    .feedback-form .form__form-btn:hover {
        color: #274616;
        background-color: #ffffff;
    }

    .feedback-form .form__form-btn:active {
        color: #274616;
        background-color: #ffffff;
        border: 1px solid #274616;
    }

}


/*
TABLET
*/
/* Custom CSS
–––––––––––––––––––––––––––––––––––––––––––––––––– */

@media (min-width: 501px) and (max-width: 1199px) {

  .flex {
    display: flex;
  }

  .justify-content-center {
    justify-content: center;
  }

  .align-items-center {
    align-items: center;
  }

  .align-items-end {
    align-items: flex-end;
  }

  .gap10 {
    gap: 10px;
  }

  .header {
    margin-top: 25px;
    margin-bottom: 19px;
  }

  .logo-container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .logo-container-text {
    padding-left: 27px;
    padding-top: 15px;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    vertical-align: middle;
    text-align: center;
  }

  .contacts-container {
    text-align: center;
  }

  .contacts-container ul li {
    list-style-type: none;
    font-weight: bold;
    font-size: 20px;
    line-height: 100%;
    vertical-align: middle;
  }

  .contacts-container ul li a {
    color: #000000;
    text-decoration: none;
  }

  .contacts-container {
    padding-top: 10px;
  }

  .main-banner {
    background-color: #007C28;
    height: 487px;
  }

  .main-banner-bg {
    background-image: url(https://www.ramen.ru/upload/imghosting/1750855611d0c13dd446.jpg);
    background-size: cover;
    height: 487px;
  }

  .main-banner-content-menu {
    list-style-type: none;
    display: flex;
    gap: 20px;
    margin-top: 36px;
    margin-left: 20px;
    justify-content: space-evenly;
  }

  .main-banner-content-menu a {
    color: #FFFFFF;
    text-decoration: none;
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    text-align: center;
    display: block;
    background-color: rgba(33, 37, 41, .3);
    position: relative;
    padding: 14px 22px;
    border-radius: 20px;
    box-sizing: border-box;
  }

  .main-banner-content-menu a:hover {
    color: #EFEFEF;
    background-color: rgba(33, 37, 41, .7);
  }

  .main-banner-content-menu a:active {
    color: #EFEFEF;
    outline: 1px solid #EFEFEF;
    outline-offset: -1px;
    background-color: rgba(33, 37, 41, .7);
  }

  .main-banner-content-text {
    margin-left: 20px;
    margin-top: 70px;
    background-image: url(https://www.ramen.ru/upload/imghosting/175085367612d35b9396.svg);
    background-size: cover;
    height: 269px;
    width: 95%;
  }

  .main-banner-content-text h2 {
    font-weight: 700;
    font-size: 32px;
    line-height: 100%;
    letter-spacing: .5px;
    text-align: justify;
    vertical-align: middle;
    color: #FFFFFF;
    padding-top: 30px;
    padding-left: 28px;
    text-transform: uppercase;
  }

  .main-banner-content-text p {
    font-weight: 700;
    font-size: 23px;
    line-height: 100%;
    letter-spacing: .2px;
    text-align: justify;
    vertical-align: middle;
    color: #fff;
    padding-top: 10px;
    padding-left: 28px;
  }

  .main-banner-content-text span {
    color: #E9E000;
  }

  .main-banner-content-text a {
    color: #007C28;
    background-color: #ffffff;
    display: block;
    width: 247px;
    margin: 25px auto;
    border-radius: 30px;
    padding: 21px 14px;
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    text-align: center;
    text-decoration: none;
  }

  .main-banner-content-text a:hover {
    color: #EFEFEF;
    background-color: #274616;
  }

  .main-banner-content-text a:active {
    color: #EFEFEF;
    background-color: #274616;
    outline: 1px solid #EFEFEF;
    outline-offset: -1px;
  }

  .main-figures .one-third.column {
    width: 33.33333333%;
  }



  .main-banner-content {
    margin-top: -487px;
  }

  .main-figures-element h3 {
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    vertical-align: middle;
    color: #212529;
  }

  .main-figures-element strong {
    font-weight: 700;
    font-size: 64px;
    line-height: 50px !important;
    line-height: 100%;
    text-align: center;
    display: block;
    text-align: center;
    color: #007C28;
    padding-top: 10px;
  }

  .main-figures-element {
    margin: 15px 0;
  }

  .main-figures-element p {
    margin-top: 10px;
    font-size: 20px;
  }

  .main-figures-element.first::after {
    content: "";
    width: 11px;
    height: 80px;
    background: url("https://www.ramen.ru/upload/imghosting/1750856483081c410186.svg");
    display: block;
    background-repeat: no-repeat;
    position: absolute;
    top: 14px;
    right: 0;
  }

  .main-figures-element.second::after {
    content: "";
    width: 11px;
    height: 80px;
    background: url("https://www.ramen.ru/upload/imghosting/1750856483081c410186.svg");
    display: block;
    background-repeat: no-repeat;
    position: absolute;
    top: 14px;
    right: 0;
  }

  .about-rd .twelve {
    margin: 33px 0;
    padding: 0 33px;
  }

  .about-rd-first .image-second {
    position: absolute;
    top: 33px;
    left: 90px;
  }

  .about-rd-first .image-third {
    position: absolute;
    top: 266px;
    left: 70px;
    opacity: .1;
    z-index: 2;
  }

  .about-rd-first .image-fourth {
    position: absolute;
    top: 354px;
    right: 61px;
    opacity: .3;
    z-index: 1;
  }

  .about-rd-first .title-first {
    font-weight: 700;
    font-size: 55px;
    line-height: 100%;
    vertical-align: middle;
    position: absolute;
    top: 95px;
    left: 422px;
    color: #97BF00;
    text-transform: uppercase;
  }

  .about-rd-first .title-second {
    font-weight: 700;
    font-size: 55px;
    line-height: 100%;
    vertical-align: middle;
    position: absolute;
    top: 148px;
    left: 175px;
    color: #97BF00;
    text-transform: uppercase;
  }

  .about-rd-first .title-third {
    position: absolute;
    top: 205px;
    left: 80px;
    font-weight: 400;
    color: #274616;
    font-size: 40px;
    line-height: 100%;
    vertical-align: middle;
    text-transform: uppercase;
  }

  .about-rd-first .text {
    position: absolute;
    top: 270px;
    color: #274616;
    left: 80px;
    width: 420px;
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    vertical-align: middle;
  }

  .about-rd-second .five.columns,
  .about-rd-second .seven.columns {
    width: 50%;
  }

  .about-rd-second img {
    margin: 0 62px 0 auto;
    display: block;
  }

  .about-rd-second ul {
    margin-top: 75px;
    list-style-type: disc;
    margin-left: 85px;
    z-index: 11;
    position: relative;
  }

  .about-rd-second .seven img {
    z-index: 1;
    position: relative;
  }

  .about-rd-second li {
    font-size: 24px;
    line-height: 100%;
    vertical-align: middle;
    color: #007C28;
    margin-bottom: 38px;
    list-style: disc;
    width: 393px;
    background-color: rgba(255, 255, 255, .8);
  }

  .about-rd-second li span {
    color: #000000;
    padding-left: 20px;
    display: block;
  }

  .rd-common-text {
    width: 527px;
    left: 177px;
  }



  .rd-common-text h3 {
    font-weight: 700;
    font-size: 36px;
    line-height: 56px;

    vertical-align: middle;
  }

  .rd-common-text p {
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;

    vertical-align: middle;
  }

  .rd-common-text.first {
    position: absolute;
    top: 40px;
    width: 527px;
  }

  .rd-common-text.second {
    position: absolute;
    top: 221px;
    width: 527px;
  }

  .rd-common-text.third {
    position: absolute;
    top: 402px;
    width: 450px;
  }

  .rd-common-text.fourth {
    position: absolute;
    top: 593px;
    width: 400px;
  }

  .rd-common-text.fifth {
    position: absolute;
    top: 764px;
    width: 450px;
  }


  .checkbox-input input[type="checkbox"],
  .checkbox-input input[type="radio"] {
    /*accent-color: #C56FFF;*/
    width: 20px;
    height: 20px;
  }



  .modalbox-form {
    display: none;
    width: 450px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
  }

  .modalbox-form h3 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    vertical-align: middle;
    margin: 0 0 20px;
    color: #000000;
    width: 300px;
    margin: 0 auto 15px;
  }

  .modalbox-form p {
    text-align: center;
    color: #000000;
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    vertical-align: middle;
    width: 255px;
    margin: 0 auto;
  }

  .modalbox-form span {
    color: #007C28
  }

  .modalbox-form input {
    background-color: #EEEEEE;
    width: 100%;
    display: block;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
  }

  .modalbox-form .checkbox-input {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: center;
    margin: 15px 0;
  }

  .modalbox-form .checkbox-input input {
    margin: inherit;
  }

  .modalbox-form .checkbox-input label {
    width: 100%;
    font-weight: 700;
    font-size: 14px;
    line-height: 100%;

  }

  .modalbox-form input[type=submit] {
    color: #ffffff;
    background-color: #007C28;
    display: block;
    width: 250px;
    margin: 0 auto;
    border-radius: 30px;
    padding: 14px 5px;
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    text-align: center;
    text-decoration: none;
    border: none;
  }

  .modalbox-form input[type=submit]:hover {
    color: #EFEFEF;
    background-color: #274616;
  }

  .modalbox-form input[type=submit]:active {
    color: #EFEFEF;
    background-color: #274616;
    border: none;
  }

  .about-rd-third {
    margin-top: 50px;
    line-height: 0;
  }

  .about-rd-third img {
    width: 100%;
  }

  .rd-today {
    background-color: #274616;
  }

  .rd-today-first {
    background-color: #ffffff;
    -webkit-border-bottom-right-radius: 50px;
    -webkit-border-bottom-left-radius: 50px;
    -moz-border-radius-bottomright: 50px;
    -moz-border-radius-bottomleft: 50px;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
  }

  .rd-today-first img {
    padding: 60px 0 20px 60px;
    margin: 0 auto;
    display: block;
  }

  .rd-today-first ul {
    margin: 0 auto 60px auto;
    padding: 0;
    width: 450px;
  }

  .rd-today-first li {
    display: block;
    margin: 22px 0;
    background: url(https://www.ramen.ru/upload/imghosting/17508858691e93598827.svg) 0 2px no-repeat;
    background-size: 20px 20px;
    padding-left: 34px;
    font-size: 16px;
  }

  .rd-today-first li span {
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;

    vertical-align: middle;
  }

  .rd-today-calltoaction .first {
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    margin-top: 55px;
    margin-left: 60px;
    color: #ffffff;

  }

  .rd-today-calltoaction .second {
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    margin-top: 10px;
    margin-left: 60px;
    color: #ffffff;
  }

  .rd-today-calltoaction a {
    color: #007C28;
    background-color: #ffffff;
    display: block;
    width: 247px;
    margin: 53px auto;
    border-radius: 30px;
    padding: 21px 14px;
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    text-align: center;
    text-decoration: none;
  }

  .rd-today-calltoaction a:hover {
    color: #FFFFFF;
    background-color: #007C28;
  }

  .rd-today-calltoaction a:active {
    color: #EFEFEF;
    background-color: #274616;
    outline: 1px solid #EFEFEF;
    outline-offset: -1px;
  }

  .our-products h2 {
    text-align: center;
    margin: 35px 0;
    text-transform: uppercase;
    color: #007C28;
  }

  .our-products img {
    margin: 0 auto;
    display: block;
    width: 100%;
  }

  .our-products-calltoaction {
    margin-bottom: 50px;
  }

  .our-products-calltoaction span {
    color: #007C28
  }

  .our-products-calltoaction .first {
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    margin-top: 55px;
    margin-left: 60px;
    color: #274616;
  }

  .our-products-calltoaction .second {
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    margin-top: 10px;
    margin-left: 60px;
    color: #274616;
  }

  .our-products-calltoaction a {
    color: #ffffff;
    background-color: #007C28;
    display: block;
    width: 247px;
    margin: 25px auto 0 auto;
    border-radius: 30px;
    padding: 21px 14px;
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    text-align: center;
    text-decoration: none;
  }

  .our-products-calltoaction a:hover {
    color: #007C28;
    background-color: #FFFFFF;
    outline: 1px solid #007C28;
    outline-offset: -1px;
  }

  .our-products-calltoaction a:active {
    color: #007C28;
    background-color: #FFFFFF;
  }


  .rd-common {
    background-color: #007C28;
  }

  .rd-common-first .photo {
    margin: 0 auto;
    display: block;
  }

  .rd-common-first .how {
    position: absolute;
    top: 135px;
    left: 50px;
  }

  .rd-common-first .content {
    background-color: #ffffff;
    -webkit-border-bottom-right-radius: 62px;
    -webkit-border-bottom-left-radius: 62px;
    -moz-border-radius-bottomright: 62px;
    -moz-border-radius-bottomleft: 62px;
    border-bottom-right-radius: 62px;
    border-bottom-left-radius: 62px;
    height: 955px
  }

  .rd-common-first .content img.image1 {
    position: absolute;
    top: 76px;
    left: 51px;
  }

  .rd-common-first .content img.image2 {
    position: absolute;
    top: 35px;
    right: 0;
  }

  .rd-common-first .content img.image3 {
    position: absolute;
    bottom: 0px;
    right: 0;
    width: 593px;
    opacity: .3;
  }

  .rd-common-calltoaction .first {
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    margin-top: 55px;
    margin-left: 60px;
    color: #ffffff;
  }

  .rd-common-calltoaction .second {
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    margin-top: 10px;
    margin-left: 60px;
    color: #ffffff;
  }

  .rd-common-calltoaction a {
    color: #007C28;
    background-color: #ffffff;
    display: block;
    width: 247px;
    margin: 53px auto;
    border-radius: 30px;
    padding: 21px 14px;
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    text-align: center;
    text-decoration: none;
  }

  .rd-common-calltoaction a:hover {
    color: #EFEFEF;
    background-color: #274616;
  }

  .rd-common-calltoaction a:active {
    color: #EFEFEF;
    background-color: #274616;
    outline: 1px solid #EFEFEF;
    outline-offset: -1px;
  }

  .rd-common-calltoaction span {
    color: #ffffff
  }

  .fr-feedback-peoples {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    margin: 0 auto;
    gap: 25px;
  }

  .fr-feedback-peoples ul {
    display: flex;
    list-style-type: none;
    gap: 25px;
  }

  .fr-feedback-peoples li {
    width: 200px;
    height: 200px;
    position: relative;
  }

  .fr-feedback-peoples li img {
    width: 100%;
  }

  .fr-feedback-peoples a {
    color: #ffffff;
    background-color: #007C28;
    display: block;
    width: 147px;
    border-radius: 30px;
    padding: 14px 5px;
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    text-align: center;
    text-decoration: none;
    position: absolute;
    left: 25px;
    bottom: 0;
  }

  .fr-feedback-peoples a:hover {
    color: #EFEFEF;
    background-color: #274616;
  }

  .fr-feedback-peoples a:active {
    color: #EFEFEF;
    background-color: #274616;
    outline: 1px solid #EFEFEF;
    outline-offset: -1px;
  }

  .fr-feedback h3 {
    text-align: center;
    margin: 33px 0 50px 0;
  }

  .fr-feedback .history {
    display: block;
    margin: 50px auto 33px auto;
  }

  .h3 {
    font-weight: 700;
    font-size: 32px;
    line-height: 100%;

    vertical-align: middle;
    text-align: center;
  }

  .svg-responsive-image {
    margin: 50px auto 0 auto;
    width: 800px;
  }

  .fr-feedback-calltoaction .first {
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    margin-top: 55px;
    margin-left: 60px;
    color: #274616;
  }

  .fr-feedback-calltoaction .second {
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    margin-top: 10px;
    margin-left: 60px;
    color: #274616;
  }

  .fr-feedback-calltoaction a {
    color: #ffffff;
    background-color: #007C28;
    display: block;
    width: 247px;
    margin: 33px auto 33px auto;
    border-radius: 30px;
    padding: 21px 14px;
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    text-align: center;
    text-decoration: none;
  }

  .fr-feedback-calltoaction a:hover {
    color: #007C28;
    background-color: #FFFFFF;
    outline: 1px solid #007C28;
    outline-offset: -1px;
  }

  .fr-feedback-calltoaction a:active {
    color: #007C28;
    background-color: #FFFFFF;
  }

  .fr-feedback-calltoaction span {
    color: #007C28
  }

  .footer-presentation {
    background-color: #274616;
    height: 1200px;
  }

  .footer-presentation .bg {
    display: block;
    height: 633px;
    margin: 50px 0 50px auto;
  }

  .footer-presentation .map {
    position: absolute;
    bottom: -440px;
    left: 5%;
    width: 90%;
    height: 460px;
  }

  .feedback-form {
    position: absolute;
    bottom: 80px;
    right: 52px;
    width: 85%;
    height: 360px;
    background-color: #97BF00;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
  }

  .feedback-form h3 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    text-align: center;
    vertical-align: middle;
    margin: 20px 0;
    color: #ffffff;
  }

  .feedback-form p {
    text-align: center;
    color: #ffffff;
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    vertical-align: middle;
    width: 400px;
    margin: 0 auto;
  }

  .feedback-form span {
    color: #007C28
  }

  .feedback-form .mask-name {
    width: 250px;
    display: block;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
  }

  .feedback-form .mask-phone {
    width: 250px;
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
  }

  .feedback-form .mask-email {
    width: 250px;
    display: block;
    margin: 0 auto;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
  }

  .feedback-form .checkbox-input {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: center;
    margin: 15px 0;
  }

  .feedback-form label {
    width: 361px;
    font-weight: 700;
    font-size: 14px;
    line-height: 100%;

    vertical-align: middle;
  }

  .feedback-form .form__form-btn {
    color: #ffffff;
    background-color: #274616;
    display: block;
    width: 247px;
    margin: 0 auto;
    border: none;
    border-radius: 30px;
    padding: 10px 4px;
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    text-align: center;
    text-decoration: none;
  }

  .feedback-form .form__form-btn:hover {
    color: #274616;
    background-color: #ffffff;
  }

  .feedback-form .form__form-btn:active {
    color: #274616;
    background-color: #ffffff;
    border: 1px solid #274616;
  }

}


/*
MOBILE
*/

@media (max-width: 500px) {

    .container {
        padding: 0 15px;
    }

    .flex {
        display: flex;
    }

    .justify-content-center {
        justify-content: center;
    }

    .align-items-center {
        align-items: center;
    }

    .align-items-end {
        align-items: flex-end;
    }

    .gap10 {
        gap: 10px;
    }

    .header {
        margin: 15px 0;
    }

    .header .one-half {
        width: 50%;
    }

    .header .row {
        display: flex;
        align-items: center;
    }

    .logo-container {
        display: flex;
    }

    .logo-container-image img {
        width: 100px;
    }

    .container-full .container {
        padding: 0;
    }

    .main-banner-content {
        margin-top: -487px;
    }

    .logo-container-text {
        display: none;
    }

    .contacts-container {
        text-align: end;
    }

    .contacts-container ul li {
        list-style-type: none;
        font-weight: bold;
        font-size: 16px;
        line-height: 100%;
        vertical-align: middle;
    }

    .contacts-container ul li a {
        color: #000000;
        text-decoration: none;
    }

    .contacts-container {
        padding-top: 10px;
    }

    .main-banner {
        height: 487px;
    }

    .main-banner-bg {
        background: linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)), url(https://www.ramen.ru/upload/imghosting/1750855611d0c13dd446.jpg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        height: 487px;
    }

    .main-banner-bg::after {
        opacity: .5;
    }

    .main-banner-content-menu {
        list-style-type: none;
        display: flex;
        gap: 5px;
        padding: 28px 15px;
        justify-content: space-between;
    }

    .main-banner-content-menu a {
        color: #FFFFFF;
        text-decoration: none;
        font-weight: 700;
        font-size: 14px;
        line-height: 100%;
        text-align: center;
        display: block;
        position: relative;
        padding: 10px 4px;
        border-radius: 30px;
        box-sizing: border-box;
        background-color: rgba(13, 15, 16, .5);
    }

    .main-banner-content-menu a:hover {
        color: #EFEFEF;
        background-color: rgba(13, 15, 16, .7);
    }

    .main-banner-content-menu a:active {
        color: #EFEFEF;
        outline: 1px solid #EFEFEF;
        outline-offset: -1px;
        background-color: rgba(13, 15, 16, .7);
    }

    .main-banner-content-text {
        margin: 57px 12px 0 12px;
        background-image: url(https://www.ramen.ru/upload/imghosting/175096219212d35b9385.svg);
        background-size: contain;
        background-repeat: no-repeat;
        height: 222px;
    }

    .main-banner-content-text h2 {
        font-weight: 700;
        font-size: 18px;
        line-height: 100%;
        letter-spacing: .3px;
        text-align: justify;
        vertical-align: middle;
        color: #FFFFFF;
        padding-top: 30px;
        padding-left: 10px;
        padding-bottom: 5px;
        text-transform: uppercase;
    }

    .main-banner-content-text p {
        font-weight: 700;
        font-size: 17px;
        line-height: 100%;
        letter-spacing: .4px;
        text-align: justify;
        vertical-align: middle;
        color: #fff;
        padding-top: 5px;
        padding-left: 10px;
        width: 96%;
    }

    .main-banner-content-text span {
        color: #E9E000;
    }

    .main-banner-content-text a {
        color: #007C28;
        background-color: #ffffff;
        display: block;
        width: 207px;
        margin: 15px auto;
        border-radius: 30px;
        padding: 14px;
        font-weight: 700;
        font-size: 16px;
        line-height: 100%;
        text-align: center;
        text-decoration: none;
    }

    .main-banner-content-text a:hover {
        color: #EFEFEF;
        background-color: #274616;
    }

    .main-banner-content-text a:active {
        color: #EFEFEF;
        background-color: #274616;
        outline: 1px solid #EFEFEF;
        outline-offset: -1px;
    }

    .main-figures {
        background-color: #F2F8F4;
    }

    .main-figures .one-third {
        width: 33.33333333%;
    }

    .main-figures-element h3 {
        font-weight: 400;
        font-size: 13.5px;
        line-height: 100%;
        text-align: center;
        vertical-align: middle;
        color: #212529;
    }

    .main-figures-element strong {
        font-weight: 700;
        font-size: 24px;
        line-height: 100%;
        text-align: center;
        display: block;
        text-align: center;
        color: #007C28;
    }

    .main-figures-element {
        margin: 15px 0;
    }

    .main-figures-element p {
        margin-top: 10px;
        font-size: 14px;
    }

    .about-rd-first {
        margin-top: 20px;
    }

    .about-rd-first .image-second {
        position: absolute;
        top: 0px;
        left: 20px;
        width: 110px;
    }

    .about-rd-first .image-third {
        position: absolute;
        top: 100px;
        left: 15px;
        width: 93%;
    }

    .about-rd-first .image-fourth {
        position: absolute;
        top: 530px;
        left: 15px;
        width: 93%;
    }

    .about-rd-first .title-first {
        font-weight: 700;
        font-size: 23px;
        line-height: 100%;
        vertical-align: middle;
        position: absolute;
        top: 17px;
        left: 130px;
        color: #97BF00;
        text-transform: uppercase;
    }

    .about-rd-first .title-second {
        font-weight: 700;
        font-size: 23px;
        line-height: 100%;
        vertical-align: middle;
        position: absolute;
        top: 40px;
        left: 25px;
        color: #97BF00;
        text-transform: uppercase;
    }

    .about-rd-first .title-third {
        position: absolute;
        top: 65px;
        left: 25px;
        font-weight: 400;
        color: #274616;
        font-size: 23px;
        line-height: 100%;
        vertical-align: middle;
        text-transform: uppercase;
    }

    .about-rd-first .text {
        position: absolute;
        top: 430px;
        color: #274616;
        left: 15px;
        width: 93%;
        font-weight: 400;
        font-size: 16px;
        line-height: 21px;
        vertical-align: middle;
        background-color: rgba(255, 255, 255, .8);
    }

    .about-rd-second .five.columns {
        margin-top: -405px;
    }

    .about-rd-second .seven.columns {
        margin-top: -270px;
    }

    .about-rd-second img {
        display: block;
        width: 93%;
        margin-left: 15px;
    }

    .about-rd-second ul {
        list-style-type: disc;
        margin-top: 8px;
        margin-left: 28px;
        background-color: rgba(255, 255, 255, .8);
    }

    .about-rd-second li {
        font-size: 16px;
        line-height: 100%;
        vertical-align: middle;
        color: #007C28;
        margin-bottom: 18px;
        list-style: disc;
        width: 350px;
    }

    .about-rd-second li span {
        color: #000000;
        padding-left: 20px;
        display: block;
    }

    .rd-common-text {
        width: 527px;
        left: 177px;
    }



    .rd-common-text h3 {
        font-weight: 700;
        font-size: 24px;
        line-height: 32px;
        vertical-align: middle;
    }

    .rd-common-text p {
        font-weight: 700;
        font-size: 16px;
        line-height: 21px;
        vertical-align: middle;
    }

    .rd-common-first .twelve.columns {
        padding: 0;
    }

    .rd-common-text.first {
        position: absolute;
        top: 10px;
        width: 270px;
        left: 80px;
    }

    .rd-common-text.second {
        position: absolute;
        top: 155px;
        width: 270px;
        left: 80px;
    }

    .rd-common-text.third {
        position: absolute;
        top: 280px;
        width: 270px;
        left: 80px;
    }

    .rd-common-text.fourth {
        position: absolute;
        top: 400px;
        width: 270px;
        left: 80px;
    }

    .rd-common-text.fifth {
        position: absolute;
        top: 510px;
        width: 270px;
        left: 80px;
    }


    .checkbox-input input[type="checkbox"],
    .checkbox-input input[type="radio"] {
        /*accent-color: #C56FFF;*/
        width: 20px;
        height: 20px;
    }



    .modalbox-form {
        display: none;
        width: 450px;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px;
    }

    .modalbox-form h3 {
        text-transform: uppercase;
        font-weight: 700;
        font-size: 16px;
        line-height: 25px;
        text-align: center;
        vertical-align: middle;
        margin: 0 0 20px;
        color: #000000;
        width: 300px;
        margin: 0 auto 15px;
    }

    .modalbox-form p {
        text-align: center;
        color: #000000;
        font-weight: 700;
        font-size: 14px;
        text-align: center;
        vertical-align: middle;
        width: 255px;
        margin: 0 auto;
    }

    .modalbox-form span {
        color: #007C28
    }

    .modalbox-form input {
        background-color: #EEEEEE;
        width: 100%;
        display: block;
        margin: 0 auto;
        margin-top: 20px;
        margin-bottom: 20px;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px;
    }

    .modalbox-form .checkbox-input {
        display: flex;
        align-items: center;
        gap: 15px;
        justify-content: center;
        margin: 15px 0;
    }

    .modalbox-form .checkbox-input input {
        margin: inherit;
    }

    .modalbox-form .checkbox-input label {
        width: 100%;
        font-weight: 700;
        font-size: 14px;
        line-height: 100%;

    }

    .modalbox-form input[type=submit] {
        color: #ffffff;
        background-color: #007C28;
        display: block;
        width: 250px;
        margin: 0 auto;
        border-radius: 15px;
        padding: 14px 5px;
        font-weight: 700;
        font-size: 16px;
        line-height: 100%;
        text-align: center;
        text-decoration: none;
        border: none;
    }

    .modalbox-form input[type=submit]:hover {
        color: #EFEFEF;
        background-color: #274616;
    }

    .modalbox-form input[type=submit]:active {
        color: #EFEFEF;
        background-color: #274616;
        border: none;
    }

    .about-rd-third {
        margin-top: 10px;
        line-height: 0;
    }

    .about-rd-third img {
        width: 100%;
    }

    .container-full.rd-today .container {
        width: 93%;
    }

    .rd-today {
        background-color: #274616;
    }

    .rd-today-first {
        background-color: #ffffff;
    }

    .rd-today-first img {
        width: 100%;
        padding: 16px;
    }

    .rd-today-first ul {
        margin: 15px 0 10px 0;
        padding: 0;
        width: 100%;
    }

    .rd-today-first li {
        display: block;
        background: url(https://www.ramen.ru/upload/imghosting/17508858691e93598827.svg) 0 4px no-repeat;
        background-size: 9px 9px;
        padding-left: 20px;
        font-size: 16px;
        padding-bottom: 15px;
        margin-left: 15px;
    }

    .rd-today-first li span {
        font-weight: 700;
        font-size: 16px;
        line-height: 100%;

        vertical-align: middle;
    }

    .rd-today-calltoaction .first {
        font-weight: 700;
        font-size: 16px;
        line-height: 100%;
        margin-top: 25px;
        margin-left: 0;
        color: #ffffff;

    }

    .rd-today-calltoaction .second {
        font-weight: 700;
        font-size: 16px;
        line-height: 100%;
        margin-top: 10px;
        margin-left: 0;
        color: #ffffff;
    }

    .rd-today-calltoaction a {
        color: #274616;
        background-color: #ffffff;
        display: block;
        width: 207px;
        margin: 20px auto 26px auto;
        border-radius: 30px;
        padding: 14px;
        font-weight: 700;
        font-size: 16px;
        line-height: 100%;
        text-align: center;
        text-decoration: none;
    }

    .rd-today-calltoaction a:hover {
        color: #FFFFFF;
        background-color: #007C28;
    }

    .rd-today-calltoaction a:active {
        color: #EFEFEF;
        background-color: #274616;
        outline: 1px solid #EFEFEF;
        outline-offset: -1px;
    }

    .our-products h2 {
        text-align: center;
        margin: 20px 0;
        text-transform: uppercase;
        color: #007C28;
    }

    .our-products img {
        margin: 0 auto;
        display: block;
        width: 100%;
    }

    .our-products-calltoaction span {
        color: #007C28
    }

    .our-products-calltoaction .first {
        font-weight: 700;
        font-size: 16px;
        line-height: 100%;
        margin-top: 25px;
        margin-left: 17px;
        color: #274616;
    }

    .our-products-calltoaction .second {
        font-weight: 700;
        font-size: 16px;
        line-height: 100%;
        margin-top: 10px;
        margin-left: 17px;
        color: #274616;
    }

    .our-products-calltoaction {
        height: 168px;
    }

    .our-products-calltoaction a {
        color: #ffffff;
        background-color: #007C28;
        display: block;
        width: 207px;
        margin: 23px auto;
        border-radius: 30px;
        padding: 14px;
        font-weight: 700;
        font-size: 16px;
        line-height: 100%;
        text-align: center;
        text-decoration: none;
    }

    .our-products-calltoaction a:hover {
        color: #007C28;
        background-color: #FFFFFF;
        border: 1px solid #007C28;
    }

    .our-products-calltoaction a:active {
        color: #007C28;
        background-color: #FFFFFF;
    }


    .rd-common {
        background-color: #007C28;
    }

    .rd-common .container.rd-common-first {
        padding: 0 15px;
    }

    .rd-common-first .photo {
        margin: 0 auto;
        display: block;
        width: 100%;
        margin-top: -5px;
    }

    .rd-common-first .how {
        position: absolute;
        top: 40px;
        left: 16px;
        width: 49%;
    }

    .rd-common-first .content {
        background-color: #ffffff;
        -webkit-border-bottom-right-radius: 62px;
        -webkit-border-bottom-left-radius: 62px;
        -moz-border-radius-bottomright: 62px;
        -moz-border-radius-bottomleft: 62px;
        border-bottom-right-radius: 62px;
        border-bottom-left-radius: 62px;
        height: 646px
    }

    .rd-common-first .content img.image1 {
        position: absolute;
        top: 40px;
        left: 21px;
        width: 40px;
    }

    .rd-common-first .content img.image2 {
        display: none;
    }

    .rd-common-first .content img.image3 {
        display: none;
    }

    .rd-common-calltoaction .first {
        font-weight: 700;
        font-size: 16px;
        line-height: 100%;
        margin-top: 25px;
        margin-left: 34px;
        color: #ffffff;
    }

    .rd-common-calltoaction .second {
        font-weight: 700;
        font-size: 16px;
        line-height: 100%;
        margin-top: 10px;
        margin-left: 34px;
        color: #ffffff;
    }

    .rd-common-calltoaction a {
        color: #007C28;
        background-color: #ffffff;
        display: block;
        width: 207px;
        margin: 23px auto 33px;
        border-radius: 30px;
        padding: 14px;
        font-weight: 700;
        font-size: 16px;
        line-height: 100%;
        text-align: center;
        text-decoration: none;
    }

    .rd-common-calltoaction a:hover {
        color: #EFEFEF;
        background-color: #274616;
    }

    .rd-common-calltoaction a:active {
        color: #EFEFEF;
        background-color: #274616;
        outline: 1px solid #EFEFEF;
        outline-offset: -1px;
    }

    .rd-common-calltoaction span {
        color: #ffffff
    }

    .fr-feedback-peoples {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        width: 100%;
        margin: 0 auto;
        gap: 10px;
    }

    .fr-feedback-peoples ul {
        display: flex;
        list-style-type: none;
        gap: 20px;
    }

    .fr-feedback-peoples li {
        width: 110px;
        height: 110px;
        position: relative;
    }

    .fr-feedback-peoples li img {
        width: 100%;
    }

    .fr-feedback-peoples a {
        color: #ffffff;
        background-color: #007C28;
        display: block;
        width: 100px;
        border-radius: 30px;
        padding: 5px;
        font-weight: 700;
        font-size: 15px;
        line-height: 100%;
        text-align: center;
        text-decoration: none;
        position: absolute;
        left: 7px;
        bottom: 0;
    }

    .fr-feedback-peoples a:hover {
        color: #EFEFEF;
        background-color: #274616;
    }

    .fr-feedback-peoples a:active {
        color: #EFEFEF;
        background-color: #274616;
        outline: 1px solid #EFEFEF;
        outline-offset: -1px;
    }

    .fr-feedback h3 {
        text-align: center;
        margin: 15px 0 15px 0;
        font-size: 15px;
    }

    .fr-feedback .history {
        display: block;
        width: 225px;
        margin: 38px auto 0;
    }

    .h3 {
        font-weight: 700;
        font-size: 32px;
        line-height: 100%;

        vertical-align: middle;
        text-align: center;
    }

    .svg-responsive-image {
        margin: 50px auto 0 auto;
        width: 800px;
    }

    .fr-feedback-calltoaction {
        height: 168px;
    }

    .fr-feedback-calltoaction .first {
        font-weight: 700;
        font-size: 16px;
        line-height: 100%;
        margin-top: 25px;
        margin-left: 17px;
        color: #274616;
    }

    .fr-feedback-calltoaction .second {
        font-weight: 700;
        font-size: 16px;
        line-height: 100%;
        margin-top: 10px;
        margin-left: 17px;
        color: #274616;
    }

    .fr-feedback-calltoaction a {
        color: #ffffff;
        background-color: #007C28;
        display: block;
        width: 207px;
        margin: 23px auto;
        border-radius: 30px;
        padding: 14px;
        font-weight: 700;
        font-size: 16px;
        line-height: 100%;
        text-align: center;
        text-decoration: none;
    }

    .fr-feedback-calltoaction a:hover {
        color: #007C28;
        background-color: #FFFFFF;
        border: 1px solid #007C28;
    }

    .fr-feedback-calltoaction a:active {
        color: #007C28;
        background-color: #FFFFFF;
    }

    .fr-feedback-calltoaction span {
        color: #007C28
    }

    .footer-presentation {
        background-color: #274616;
        height: 1020px;
    }

    .footer-presentation .bg {
        display: block;
        height: 633px;
        margin: 30px 15px 50px auto;
    }

    .footer-presentation .map {
        position: absolute;
        top: 700px;
        left: 15px;
        width: 93%;
    }

    .feedback-form {
        position: absolute;
        bottom: 120px;
        right: 30px;
        width: 82%;
        height: 440px;
        background-color: #97BF00;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
    }

    .feedback-form h3 {
        text-transform: uppercase;
        font-weight: 700;
        font-size: 16px;
        line-height: 100%;
        text-align: center;
        vertical-align: middle;
        margin: 20px 0 20px;
        color: #ffffff;
    }

    .feedback-form p {
        text-align: center;
        color: #ffffff;
        font-weight: 700;
        font-size: 16px;
        text-align: center;
        vertical-align: middle;
        width: 255px;
        margin: 0 auto;
    }

    .feedback-form span {
        color: #007C28
    }

    .feedback-form .mask-name {
        width: 250px;
        height: 50px;
        display: block;
        margin: 0 auto;
        margin-top: 20px;
        margin-bottom: 20px;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px;
    }

    .feedback-form .mask-phone {
        width: 250px;
        height: 50px;
        display: block;
        margin: 0 auto;
        margin-bottom: 20px;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px;
    }

    .feedback-form .mask-email {
        width: 250px;
        height: 50px;
        display: block;
        margin: 0 auto;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px;
    }

    .feedback-form .checkbox-input {
        display: flex;
        align-items: center;
        gap: 15px;
        justify-content: center;
        margin: 15px 0;
    }

    .feedback-form label {
        width: 161px;
        font-weight: 700;
        font-size: 14px;
        line-height: 100%;

        vertical-align: middle;
    }

    .feedback-form .form__form-btn {
        color: #ffffff;
        background-color: #274616;
        display: block;
        width: 207px;
        margin: 0 auto;
        border: none;
        border-radius: 30px;
        padding: 14px;
        font-weight: 700;
        font-size: 16px;
        line-height: 100%;
        text-align: center;
        text-decoration: none;
    }

    .feedback-form .form__form-btn:hover {
        color: #274616;
        background-color: #ffffff;
    }

    .feedback-form .form__form-btn:active {
        color: #274616;
        background-color: #ffffff;
        border: 1px solid #274616;
    }

}