/*-------------------------reset-------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

body {
  line-height: 1.25;
  background-color: #111;
  color: #fff;
  overflow-x: hidden; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none; }

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

body * {
  box-sizing: border-box;
  font-family: 'Quicksand', sans-serif;
  font-weight: 400;
  font-style: normal; }

.containerf {
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto; }

img {
  max-width: 100%;
  height: auto; }

a,
a:hover,
a:focus,
a:visited {
  outline: none;
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease; }

.wpcf7-submit {
  -webkit-appearance: none !important; }

strong {
  font-weight: 700; }

i {
  font-style: italic; }

.wrapper {
  overflow-x: hidden; }

.bg {
  background-image: url(../images/bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

/*-------------------------topblock------------------------*/
.topblock__inside {
  padding-top: 70px;
  padding-bottom: 125px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
.topblock__left {
  flex-basis: 39%;
  padding-top: 60px; }
  .topblock__left .titlef {
    text-align: left; }
  .topblock__left .subtitlef {
    text-align: left; }
.topblock__logos {
  flex-basis: calc(61% - 355px);
  text-align: center; }
.topblock__logorow {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px; }
.topblock__img {
  flex-basis: 50%; }
.topblock__imgcenter {
  padding-bottom: 10px; }
.topblock__imgright {
  text-align: right;
  padding-right: 20px; }
.topblock__imgbetwen {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 30px; }
.topblock__right {
  flex-basis: 355px; }

.titlef {
  font-size: 40px;
  color: #fdd863;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.37;
  font-weight: 700;
  margin-bottom: 20px; }

.subtitlef {
  margin-bottom: 35px;
  line-height: 1.8;
  font-size: 16px;
  text-align: center;
  font-weight: 500; }

/*-------------------------formm------------------------*/
.formm {
  padding: 10px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.2);
  max-width: 355px; }
  .formm__open {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    background-color: #fff;
    padding: 35px 20px 20px; }
  .formm__title {
    margin-bottom: 50px;
    font-size: 24px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    color: #102036; }
  .formm__form {
    color: #4f4f4f; }

.inputf {
  width: 100%;
  margin-bottom: 17px;
  font-style: italic;
  outline: none;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  height: 43px;
  padding: 5px 13px;
  font-size: 14px;
  font-weight: 600;
  color: #000;
  border: 1px solid #959799; }
  .inputf ::placeholder {
    color: #959799; }
  .inputf__row {
    display: flex;
    justify-content: space-between; }
  .inputf__small {
    flex-basis: 26%; }
  .inputf__big {
    flex-basis: 71%; }

.btnyellow {
  background-color: #fcd044;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  outline: none;
  border: 0;
  width: 100%;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  color: #000;
  text-transform: uppercase;
  text-align: center;
  font-size: 14px;
  height: 43px;
  margin-top: 20px;
  font-weight: 700;
  cursor: pointer;
  margin-bottom: 20px; }
  .btnyellow:hover {
    background-color: #fdc716; }

.labelf {
  margin-bottom: 15px; }
  .labelf label span {
    position: relative;
    font-size: 12px;
    color: #4f4f4f;
    display: block;
    font-weight: 600;
    padding-left: 30px;
    line-height: 1.2;
    cursor: pointer; }
    .labelf label span:before {
      content: "";
      transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      display: block;
      position: absolute;
      left: 0;
      top: 3px;
      background-position: center;
      background-repeat: no-repeat;
      width: 21px;
      height: 21px;
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      background-color: #fff;
      border: 1px solid #515151; }
    .labelf label span a {
      font-weight: 600;
      text-decoration: underline; }
      .labelf label span a:hover {
        text-decoration: none;
        color: #fcd044; }
  .labelf label input {
    display: none; }
    .labelf label input:checked + span:before {
      background-image: url(../images/check.png); }

/*-------------------------nav------------------------*/
.ingredient .subtitlef {
  max-width: 1050px;
  width: 100%;
  margin-left: auto;
  margin-right: auto; }
.ingredient__inside {
  display: flex;
  flex-wrap: wrap;
  padding-top: 63px;
  padding-bottom: 57px; }
.ingredient__item {
  flex-basis: calc(100% / 3);
  text-align: center;
  margin-bottom: 105px; }
.ingredient__img {
  margin-bottom: 15px;
  height: 105px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center; }
.ingredient__descr {
  text-transform: uppercase;
  font-size: 18px;
  line-height: 1.8;
  font-weight: 600; }

/*-------------------------join------------------------*/
.join {
  padding-bottom: 110px; }
  .join__inside {
    padding-top: 40px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
  .join__left {
    flex-basis: 50%;
    padding-left: 75px;
    padding-top: 140px; }
  .join__item {
    display: flex;
    align-items: center;
    margin-bottom: 47px; }
  .join__numb {
    background-image: url(../images/prefooter.png);
    background-repeat: no-repeat;
    background-position: center;
    flex-basis: 90px;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
    font-size: 30px;
    color: #fed03d;
    font-weight: 600; }
  .join__text {
    flex-basis: calc(100% - 100px);
    font-size: 20px;
    font-weight: 600;
    padding-left: 15px; }
  .join__right {
    flex-basis: 50%;
    padding-left: 75px; }

/*-------------------------footer------------------------*/
.footer {
  background-color: #2d394d;
  padding-top: 40px;
  padding-bottom: 80px; }
  .footer__text {
    font-weight: 500;
    font-size: 14px;
    color: #8693aa;
    text-align: center;
    line-height: 1.7; }

.hideondesc {
  display: none; }

/*-------------------------adaptive------------------------*/
@media screen and (max-width: 1320px) {
  .containerf {
    padding: 0 20px; }

  .join__left {
    padding-left: 20px; } }
@media screen and (max-width: 1180px) {
  .topblock__logos {
    display: none; }

  .topblock__left {
    flex-basis: calc(100% - 365px); } }
@media screen and (max-width: 980px) {
  .titlef br {
    display: none; }

  .join__right {
    padding-left: 0; }

  .join__left {
    padding-left: 0; } }
@media screen and (max-width: 760px) {
  .topblock__left {
    flex-basis: 100%; }

  .hideondesc {
    display: block;
    margin-top: 30px;
    margin-bottom: 0; }

  .hideonmob {
    display: none; }

  .topblock__logos {
    margin-bottom: 30px;
    flex-basis: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center; }

  .topblock__logorow,
  .topblock__imgbetwen {
    flex-basis: 66%;
    align-items: center;
    justify-content: space-around; }

  .topblock__img {
    flex-basis: 26%; }

  .topblock__imgcenter,
  .topblock__imgright {
    flex-basis: 33%; }

  .titlef {
    font-size: 32px; }

  .topblock__left {
    padding-top: 0; }

  .topblock__right {
    flex-basis: 100%; }

  .formm {
    margin-left: auto;
    margin-right: auto; }

  .topblock__inside {
    padding-bottom: 70px; }

  .ingredient__descr {
    font-size: 16px; }

  .ingredient__item {
    flex-basis: 50%;
    margin-bottom: 40px;
    padding: 10px; }

  .join__left {
    padding-top: 0;
    flex-basis: 100%; }

  .join__item {
    margin-bottom: 30px; }

  .join__right {
    flex-basis: 100%; }

  .join {
    padding-bottom: 60px; }

  .footer__text {
    font-size: 13px; }

  .footer {
    padding-bottom: 50px; }

  .ingredient__descr br {
    display: none; } }
@media screen and (max-width: 460px) {
  .topblock__imgbetwen {
    margin-top: 0; } }
@media screen and (max-width: 410px) {
  .titlef {
    font-size: 30px; }

  .formm__open {
    padding-left: 10px;
    padding-right: 10px; }

  .containerf {
    padding-left: 15px;
    padding-right: 15px; }

  .inputf {
    padding-left: 10px;
    padding-right: 10px; }

  .ingredient__inside {
    padding-top: 40px; }

  .ingredient__descr {
    font-size: 14px; }

  .join__text {
    font-size: 16px; }

  .ingredient__img {
    height: 70px; }
    .ingredient__img img {
      height: 70px;
      width: auto; } }

/*# sourceMappingURL=style.css.map */
