@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@700&display=swap");
* {
  padding: 0px;
  margin: 0px;
  border: none;
  font-family: "Nunito", sans-serif;
}

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

select:focus-visible {
  outline: none;
  box-shadow: none;
  border-color: initial;
}

a,
a:link,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

aside,
nav,
footer,
header,
section,
main {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-size: inherit;
  font-weight: inherit;
}

ul,
ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

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

address {
  font-style: normal;
}

/* Form */
input,
textarea,
button,
select {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
}

input::-ms-clear {
  display: none;
}

button,
input[type=submit] {
  display: inline-block;
  box-shadow: none;
  background-color: transparent;
  background: none;
  cursor: pointer;
}

input:focus,
input:active,
button:focus,
button:active {
  outline: none;
}

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

label {
  cursor: pointer;
}

legend {
  display: block;
}

body.contacts header,
body.cases header {
  background-color: #222550;
}

header {
  height: 100px;
  display: flex;
  color: #fff;
}
header .nav {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 40px;
}
header .nav .logo-lang {
  display: flex;
  flex-direction: row;
  width: 33%;
  -moz-column-gap: 150px;
       column-gap: 150px;
}
header .nav .logo-lang a {
  color: #fff;
  display: flex;
  align-items: center;
}
header .nav .logo-lang a img.logo {
  width: 121px;
}
header .nav .logo-lang select {
  background: none;
  color: #ffffff;
}
header .nav .logo-lang select option {
  color: black;
}
header .nav .nav-list {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 17%;
}
header .nav .nav-list .nav-link {
  color: #ffffff;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
}
header .nav .nav-list .nav-link:hover {
  color: #e6b269;
}
header .nav .nav-list .nav-link.nav-link.active {
  color: #e6b269;
}
header .nav .connect-us {
  width: 33%;
  display: flex;
  justify-content: flex-end;
}
header .nav .connect-us button {
  opacity: 0.9;
  background-color: #175cd3;
  color: #ffffff;
  padding: 16px 24px;
  border-radius: 10px;
}
header .nav .connect-us button:hover {
  opacity: 1;
}
header .nav-button {
  display: none;
}

body.cases footer,
body.contacts footer {
  background-color: #222550;
  color: #ffffff;
}

footer {
  width: 100%;
  background-color: #ffffff;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 50px;
  padding: 30px 100px;
}
footer .logo-email-phone-rights {
  width: 40%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
footer .logo-email-phone-rights .logo-email-phone {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px;
}
footer .logo-email-phone-rights .logo-email-phone .logo {
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .logo-email-phone-rights .logo-email-phone .logo a {
  color: #000;
  display: flex;
  align-items: center;
}
footer .logo-email-phone-rights .logo-email-phone .logo a img.logo {
  width: 121px;
}
footer .logo-email-phone-rights .logo-email-phone .email-phone {
  height: 70px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-around;
}
footer .logo-email-phone-rights .logo-email-phone .email-phone .email {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
footer .logo-email-phone-rights .logo-email-phone .email-phone .phone {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
footer .logo-email-phone-rights .rights {
  display: flex;
  align-self: flex-start;
}
footer .address {
  width: 50%;
}

body {
  background-color: #222550;
  background-image: url("../images/bgs/bg.svg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
body.cases, body.contacts {
  background: none;
}
body section {
  padding: 0 20px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
body section > h1 {
  font-weight: 700;
  font-size: 64px;
  line-height: 85px;
  text-align: center;
  padding-bottom: 24px;
}
body section > h2 {
  font-weight: 700;
  font-size: 48px;
  line-height: 64px;
  text-align: center;
  color: #e6b269;
}
body section > h3 {
  font-weight: 700;
  font-size: 36px;
  line-height: 48px;
  text-align: center;
  color: #e6b269;
  padding-bottom: 24px;
}
body section > h4 {
  font-weight: 700;
  font-size: 26px;
  line-height: 35px;
  text-align: center;
  color: #e6b269;
  padding-bottom: 24px;
}
body section > .element {
  padding: 100px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
body section.magrin.height115 {
  height: 115px;
}
body section.magrin.height585 {
  height: 585px;
}
body section.main h1 {
  color: #ffffff;
}
body section.main button.connect-us {
  opacity: 0.9;
  background-color: #ffffff;
  color: #175cd3;
  padding: 16px 24px;
  border-radius: 10px;
}
body section.main button.connect-us:hover {
  opacity: 1;
}
body section.instruments {
  display: flex;
  align-items: center;
  flex-direction: column;
}
body section.instruments h2 {
  text-align: center;
  color: #e6b269;
  padding-bottom: 50px;
}
body section.instruments img.google-marketing-platform-img {
  margin-left: 60px;
}
body section.solutions h2 {
  color: #ffffff;
  padding-bottom: 50px;
}
body section.solutions .solutions-div {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
body section.solutions .solutions-div .solution {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 280px;
  height: 80px;
  background-color: #ffffff;
  border-radius: 20px;
  text-align: center;
  margin-bottom: 25px;
}
body section.platform {
  margin-top: 200px;
  background-image: url("../images/bgs/bg-radio.svg");
  background-repeat: no-repeat;
  background-position: center;
  padding-bottom: 450px;
}
body section.platform h2 {
  color: #ffffff;
  padding-bottom: 50px;
}
body section.platform h2 span {
  color: #e6b269;
}
body section.platform h4 {
  color: #ffffff;
}
body section.platform div.technologies {
  margin-top: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-items: stretch;
}
body section.platform div.technologies .technology {
  width: 30%;
  padding: 25px 20px;
  background-color: #ffffff;
  border-radius: 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
}
body section.platform div.technologies .technology .background-img {
  width: 50px;
  height: 50px;
  background-color: #e6b269;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
body section.platform div.technologies .technology div.technology-name {
  margin: 20px 0;
  color: #175cd3;
  font-weight: 700;
  font-size: 32px;
  line-height: 42px;
  text-align: left;
}
body section.platform div.technologies .technology div.technology-description {
  font-size: 18px;
  line-height: 24px;
  text-align: left;
  justify-self: end;
}
body section.choice {
  background-image: url("../images/bgs/elements.svg");
  background-repeat: no-repeat;
  padding-bottom: 200px;
  padding-top: 165px;
  background-position: top;
}
body section.choice h3 {
  color: #ffffff;
}
body section.choice h3 span {
  color: #e6b269;
}
body section.choice h4 {
  color: #ffffff;
}
body section.choice h4 span {
  color: #e6b269;
}
body section.choice button {
  margin-top: 50px;
  color: #ffffff;
  padding: 16px 24px;
  background-color: #175cd3;
  border-radius: 10px;
  opacity: 0.9;
}
body section.choice button:hover {
  opacity: 1;
}
body section.why-us {
  width: 100%;
  flex-direction: row;
  align-items: flex-start;
}
body section.why-us h3 {
  padding-top: 25px;
  width: 30%;
  color: #ffffff;
}
body section.why-us div.reasons {
  width: 70%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: stretch;
}
body section.why-us div.reasons .reason {
  width: 50%;
  padding: 25px 20px;
  border-radius: 20px;
  text-align: center;
}
body section.why-us div.reasons .reason .background-img {
  width: 50px;
  height: 50px;
  background-color: #e6b269;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
body section.why-us div.reasons .reason div.reason-name {
  margin: 20px 0;
  color: #e6b269;
  font-weight: 700;
  font-size: 32px;
  line-height: 42px;
  text-align: left;
}
body section.why-us div.reasons .reason div.reason-description {
  font-size: 18px;
  color: #ffffff;
  line-height: 24px;
  text-align: left;
}
body section.team h2 {
  padding-top: 25px;
  color: #ffffff;
}
body section.team .members {
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
}
body section.team .members .member {
  width: 33%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  padding-top: 30px;
}
body section.team .members .member .member-foto {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid #175cd3;
  border-radius: 50%;
  padding: 10px;
}
body section.team .members .member .member-foto img.foto {
  border-radius: 50%;
  width: 240px;
  height: 240px;
}
body section.team .members .member .member-name {
  text-align: start;
  padding-left: 30px;
  padding-top: 15px;
  width: 80%;
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  color: #e6b269;
}
body section.team .members .member .member-experience {
  font-size: 16px;
  width: 80%;
  padding-left: 30px;
  color: #ffffff;
  line-height: 20px;
  text-align: start;
}
body section.contacts {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  background-color: #ffffff;
  padding: 40px 20px;
}
body section.contacts h1 {
  font-weight: 700;
  font-size: 40px;
  margin-top: 32px;
  line-height: 53px;
  padding-bottom: 0;
}
body section.contacts h2 {
  font-weight: 700;
  font-size: 36px;
  line-height: 48px;
  margin-bottom: 32px;
  color: black;
}
body section.contacts h4 {
  padding: 32px 0 16px;
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
  letter-spacing: 0.05em;
  color: #000;
}
body section.contacts div {
  padding-bottom: 16px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #303030;
}
body section.contacts div span {
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
}
body section.contacts div.email-phone {
  display: flex;
  flex-direction: row;
  align-items: center;
  -moz-column-gap: 50px;
       column-gap: 50px;
}
body section.contacts div.share {
  margin-bottom: 32px;
  color: #a6a6a6;
  font-weight: 500;
  font-size: 20px;
  line-height: 27px;
}
body section.contacts form {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
body section.contacts form textarea,
body section.contacts form input {
  width: 300px;
  border: 1px solid #a6a6a6;
  border-radius: 10px;
  padding: 7px;
  margin-bottom: 24px;
}
body section.contacts form button {
  opacity: 0.9;
  background-color: #175cd3;
  color: #ffffff;
  padding: 16px 24px;
  border-radius: 10px;
}
body section.contacts form button:hover {
  opacity: 1;
}
body section.cases {
  background-color: #ffffff;
  padding: 40px 20px;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: space-between;
}
body section.cases .case {
  width: 70%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}
body section.cases .case h2 {
  font-weight: 700;
  font-size: 36px;
  line-height: 48px;
}
body section.cases .case h4 {
  padding: 32px 0 16px;
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
  letter-spacing: 0.05em;
  color: #000;
}
body section.cases .case div {
  padding-bottom: 16px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #303030;
}
body section.cases .case ul {
  list-style: none;
}
body section.cases .case ul li {
  padding-bottom: 10px;
}
body section.cases .case ul li:before {
  content: "—";
  position: relative;
  left: -5px;
}
body section.cases .burger {
  width: 20%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
}
body section.cases .burger .description {
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #a6a6a6;
  padding-bottom: 16px;
}
body section.cases .burger .address {
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.05em;
  color: #303030;
}
body section.cases .burger .burger-king {
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.05em;
}
body section.cases .burger .burger-king a {
  color: #175cd3;
}

@media (max-width: 1230px) {
  body header {
    background-size: contain;
  }
  body header .nav {
    padding: 0 20px;
  }
  body header .nav .logo-lang {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 70%;
    -moz-column-gap: 0;
         column-gap: 0;
  }
  body header .nav .nav-list {
    display: none;
  }
  body header .nav .nav-list.open {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    z-index: 1;
    padding: 46px 30px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    row-gap: 40px;
  }
  body header .nav .nav-list.open .nav-item {
    z-index: 2;
    color: #000 !important;
  }
  body header .nav .nav-list.open .nav-item .nav-link {
    color: #000;
    font-size: 34px;
    font-weight: 600;
  }
  body header .nav .nav-button {
    display: block;
    z-index: 2;
  }
  body header .nav .connect-us {
    display: none;
  }
  body section {
    padding: 0 20px;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  body section > h1 {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    padding-bottom: 24px;
  }
  body section > h2 {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    color: #e6b269;
  }
  body section > h3 {
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    color: #e6b269;
    padding-bottom: 24px;
  }
  body section > h4 {
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    color: #e6b269;
    padding-bottom: 24px;
  }
  body section > .element {
    padding: 100px 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  body section.magrin {
    display: none;
  }
  body section.main button.connect-us {
    margin: 35px auto;
    opacity: 0.9;
    background-color: #ffffff;
    color: #175cd3;
    padding: 16px 24px;
    border-radius: 10px;
  }
  body section.main button.connect-us:hover {
    opacity: 1;
  }
  body section.instruments {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  body section.instruments h2 {
    text-align: center;
    color: #e6b269;
    padding-bottom: 50px;
  }
  body section.instruments img.google-marketing-platform-img {
    margin-left: 0;
  }
  body section.solutions h2 {
    color: #ffffff;
    padding-bottom: 50px;
  }
  body section.solutions .solutions-div {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  body section.solutions .solutions-div .solution {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 280px;
    height: 80px;
    background-color: #ffffff;
    border-radius: 20px;
    text-align: center;
    margin: 10px;
  }
  body section.platform {
    margin-top: 200px;
    background-image: url("../images/bgs/bg-radio.svg");
    background-repeat: no-repeat;
    background-position: center;
    padding-bottom: 0;
  }
  body section.platform h2 {
    color: #ffffff;
    padding-bottom: 50px;
  }
  body section.platform h2 span {
    color: #e6b269;
  }
  body section.platform h4 {
    color: #ffffff;
  }
  body section.platform div.technologies {
    margin-top: 60px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
  }
  body section.platform div.technologies .technology {
    margin-bottom: 20px;
    width: 100%;
    padding: 15px 10px;
    background-color: #ffffff;
    border-radius: 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
  }
  body section.platform div.technologies .technology .background-img {
    width: 50px;
    height: 50px;
    background-color: #e6b269;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  body section.platform div.technologies .technology div.technology-name {
    margin: 20px 0;
    color: #175cd3;
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    text-align: left;
  }
  body section.platform div.technologies .technology div.technology-description {
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    text-align: left;
    justify-self: end;
  }
  body section.choice {
    background-image: url("../images/bgs/elements.svg");
    background-repeat: no-repeat;
    padding-bottom: 200px;
    padding-top: 165px;
    background-position: top;
  }
  body section.choice h3 {
    color: #ffffff;
  }
  body section.choice h3 span {
    color: #e6b269;
  }
  body section.choice h4 {
    color: #ffffff;
  }
  body section.choice h4 span {
    color: #e6b269;
  }
  body section.choice button {
    margin-top: 50px;
    color: #ffffff;
    padding: 16px 24px;
    background-color: #175cd3;
    border-radius: 10px;
    opacity: 0.9;
  }
  body section.choice button:hover {
    opacity: 1;
  }
  body section.why-us {
    width: 100%;
    flex-direction: column;
    align-items: center;
  }
  body section.why-us h3 {
    width: 100%;
    padding-top: 25px;
    color: #ffffff;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
  }
  body section.why-us div.reasons {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
  }
  body section.why-us div.reasons .reason {
    width: 100%;
    padding: 25px 20px;
    border-radius: 20px;
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  body section.why-us div.reasons .reason .background-img {
    width: 50px;
    height: 50px;
    background-color: #e6b269;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  body section.why-us div.reasons .reason div.reason-name {
    margin: 20px 0;
    color: #e6b269;
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
  }
  body section.why-us div.reasons .reason div.reason-description {
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
  }
  body section.team h2 {
    padding-top: 25px;
    color: #ffffff;
  }
  body section.team .members {
    width: 100%;
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-direction: column;
  }
  body section.team .members .member {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    padding-top: 30px;
  }
  body section.team .members .member:last-child {
    padding-bottom: 30px;
  }
  body section.team .members .member .member-foto {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid #175cd3;
    border-radius: 50%;
    padding: 10px;
  }
  body section.team .members .member .member-foto img.foto {
    border-radius: 50%;
    width: 240px;
    height: 240px;
  }
  body section.team .members .member .member-name {
    padding-left: 0;
    padding-top: 15px;
    width: 100%;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #e6b269;
  }
  body section.team .members .member .member-experience {
    width: 100%;
    padding-left: 0;
    color: #ffffff;
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
  }
  body footer {
    display: none;
  }
  body body.cases {
    background-color: #ffffff;
  }
  body body.cases header {
    background-color: #222550;
    color: #ffffff;
  }
  body body.cases section.cases {
    background-color: #ffffff;
    padding: 100px 20px 0;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: baseline;
    justify-content: space-between;
  }
  body body.cases section.cases .case {
    width: 80%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
  }
  body body.cases section.cases .burger {
    width: 20%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
  }
  body div span {
    display: none;
  }
}/*# sourceMappingURL=main.css.map */