*,
p,
ul {
  padding: 0;
  margin: 0;
}

a,
a:visited {
  color: inherit;
}

a.button-yellow,
body {
  color: var(--color-black);
}

img,
video {
  width: 100%;
}

a,
abbr,
acronym,
address,
applet,
big,
blockquote,
body,
caption,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
font,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
iframe,
img,
ins,
kbd,
label,
legend,
li,
object,
ol,
p,
pre,
q,
s,
samp,
small,
span,
strike,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
tt,
ul,
var {
  vertical-align: baseline;
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  outline: 0;
}

* {
  border: 0;
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
}

.container {
  margin: 0 auto;
  max-width: 1320px;
}

.wrapper {
  max-width: 1090px;
}

.w-auto {
  width: auto !important;
}

body {
  overflow: initial;
  font-family: "Proxima Nova", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 155%;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

img {
  height: 100%;
  object-fit: cover;
}

select {
  border: none;
  outline: 0;
}

input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
}

input:focus::placeholder {
  transition: 0.3s;
  color: transparent !important;
}

button {
  background-color: transparent;
  display: block;
}

.size-main {
  margin: 0 auto;
  max-width: 1560px;
  padding: 0 60px;
}

.social-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: #fff;
}

.social-list a {
  transition: color 0.5s, opacity 0.5s;
  color: var(--color-gray-dark);
}

.social-list a:hover {
  opacity: 0.8;
}

.social-list__item-link {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
}

.wpcf7-form .wpcf7-not-valid-tip {
  position: absolute;
}

.wpcf7-form .wpcf7-response-output {
  border: none !important;
  text-align: center;
}

.button-main {
  padding: 25px 40px;
  text-align: center;
  width: fit-content;
  min-width: 200px;
  font-size: 18px;
  font-weight: 700;
  line-height: 0.75;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.4s ease;
  background-color: #f6f6f6;
  border-radius: 80px;
  color: #000;
  cursor: pointer;
}

.button-main:not(.button-yellow) {
  color: #000 !important;
}

@media only screen and (max-width: 575px) {
  .button-main {
    width: 100%;
    padding: 26px 16px;
  }
}

.header__button .button-main {
  font-size: 16px;
}

.title-hero,
.title-regular {
  font-size: 72px;
  line-height: 1;
  color: var(--color-gray-blue);
  font-weight: 700;
}

.button-main svg {
  width: 15px;
  height: 14px;
}

.button-main:hover {
  background-color: #ededed;
}

.button-main:focus,
.button-main:active {
  background-color: #dcdcdc;
}

a.button-yellow {
  background-color: #ffc300;
  color: #27383f;
}

a.button-yellow:hover {
  background-color: #ffd650;
}

a.button-yellow:focus,
a.button-yellow:active {
  background-color: #f1bb0a;
}

a.button-white {
  background-color: #fff;
  color: var(--color-gray-blue);
}

a.button-white:hover {
  background-color: #ccc;
}

a.button-white:active {
  background-color: #eee;
}

.title-icon-heart {
  width: 50px;
  height: 42px;
}