:root {
  --font-monte: "MonteCarlo", cursive;
  --font-carilo: 'Conv_Carilo';
  --font-h: 'HelveticaNeueCyr';
  --color-blue: #5C86F4;
}

body {
  margin: 0;
  -webkit-font-smoothing: auto;
  color: #fff;
  background: #020817;
  font-family: var(--font-h);
}

#contact .footer__contact > div:last-child p {
    line-height: 1.2;
}

#contact a:hover,
.footer__contact a:hover{
    text-decoration: none;
	color: var(--color-blue);
}
#contact a,
.footer__contact a{
    color: #fff;
	
}

div.footer__contact p {
    text-transform: math-auto;
}

.slider-nav div {
    outline: none;
}
html, body {
  overflow-x: hidden;
}

div#somelier {
  overflow: hidden;
}
.contact__inner .social a {
  margin: 0 4px;
}

.contact {
  padding-top: 160px;
}
article p {
  margin: 0 0 20px;
}
article h2, article h3, article h4, article h5, article h6 {
  margin: 0 0 20px;
}
article .letter {
  font-family: var(--font-h);
}
.contact .section-title span {
  font-family: var(--font-monte);
}
.hidden {
  display: none;
}

.contact {
  position: relative;
}
.contact__decor:before {
  content: '';
  display: block;
  padding-top: 43%;
}
.contact__decor {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(/wp-content/themes/wp-bootstrap-starter-master/img/contact-decor-min.png);
  top: 50%;
  width: calc(100vw + 20%);
  max-width: 2300px;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}

.contact .container {
  position: relative;
}
.contact .section-title {
  font-size: 160px;
  font-weight: 300;
  text-align: center;
  line-height: 1;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 20px;
}
.contact__inner > div.footer__contact > div {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.contact__inner > div.footer__contact {
  position: absolute;
  left: 50%;
  transform: translate(-51%, 0);
  top: 55%;
  display: flex;
  justify-content: space-between;
  gap: 0;
  width: 810px;
}
.contact__inner {
  position: relative;
  display: flex;
  justify-content: center;
}
.footer-bottom {
  padding: 0 0 32px;
  margin: 0 0 32px;
  border-bottom: 1px solid #5C86F4;
}
.test1 {
 font-family: var(--font-carilo);
}

.test2 {
  font-family: var(--font-monte);
}

.letter {
  font-family: var(--font-carilo);
  text-transform: uppercase;
}
.section-subtitle {
  font-weight: 400;
  font-size: 40px;
  font-family: var(--font-monte);
  line-height: 1;
}


a,
a:hover {
  text-decoration: none;
}

a {
  transition: .25s;
}

.collections .section-subtitle {
  font-family: var(--font-h);
  font-weight: 300;
  font-size: 24px;
  text-align: center;
}

.collections .block-meta {
  text-align: center;
  margin: 0 0 56px;
}



.collections__items {
  display: flex;
  justify-content: center;
  gap: 30px;
}

.collections__item {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
}

.hours .container {
  position: relative;
  display: flex;
  justify-content: center;
}
.hours .container {
  padding-bottom: 235px;
}
.hours .container > img {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.hours__items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 350px;
  padding: 0 11%;
}
.editor {
  line-height: 1.2;
}
/*
.partners__box {
  display: grid;
  grid-template-columns: 1fr 1fr;
}*/

.partners__box {
    display: flex;
    justify-content: center;
    align-items: center;
}
.partners-full img {
    width: 100%;
    height: auto;
}
.partners__box {
    position: relative;
}
.partners h2 {
    position: absolute;
    top: 0;
    right: 0;
}

.partners-full {
	max-width: 1920px;
	margin: 0 auto;
}
.partners-full img {
    width: 100%;
    height: auto;
}

.logos {
  display: grid;
  grid-template-columns: 1fr 1fr 30px 1fr;
}

.logos > div.logo-2-5 {
  position: absolute;
  width: 32%;
  left: 0;
  bottom: 0;
  transform: translate(-100%, 0px);
  border-bottom: 1px solid #5c86f4;
}

.logo-2-1 {
  border-top: 1px solid #5c86f4;
  border-bottom: 1px solid #5c86f4;
}

.logo-2-2 {
  border-top: 1px solid #5c86f4;
  border-right: 1px solid #5c86f4;
}

.logo-2-3 {
  grid-area: auto / 4 / auto / 5;
  border-left: 1px solid #5c86f4;
  border-bottom: 1px solid #5c86f4;
}

.logo-2-4 {
  grid-area: auto / 2 / auto / 3;
  border-right: 1px solid #5c86f4;
}

.logos.logos-2 {
  position: relative;
}

.partners h2 {
  font-weight: 300;
  text-align: right;
}

.logos-2 {
  grid-area: auto / 2 / auto / 3;
}

.logos > div {
  position: relative;
}

.logos > div:before {
  content: '';
  display: block;
  padding-top: 100%;
}

.logos > div img {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  max-width: 80%;
  height: auto;
}
.logo-1 {
  grid-area: auto / 4 / auto / 5;
  border-right: 1px solid #5c86f4;
  border-bottom: 1px solid #5c86f4;
}
.logo-4 {
  grid-area: auto / 4 / auto / 5;
}
.logo-2, .logo-5 {
  border-left: 1px solid #5c86f4;
}
.logo-2, .logo-3, .logo-4 {
  border-bottom: 1px solid #5c86f4;
}
.map .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.map .section-title {
  font-size: 40px;
  margin: 0 0 16px;
}






.forms__boxs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 120px;
}

.field input, .field textarea {
  background: transparent;
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  border: 1px solid #fff;
  padding: 15px;
  border-radius: 24px;
  min-height: 48px;
}

.field textarea {
  border-radius: 24px;
  max-height: 220px;
}

.field input::placeholder, .field textarea::placeholder {
  color: #d0d0d0;
}

.field label {
  font-weight: 400;
  font-size: 16px;
  display: block;
}

.field input:focus, .field textarea:focus {
  background: transparent;
  outline: none;
  border: 1px solid #fff;
  box-shadow: none;
}

.field input.wpcf7-not-valid {
  border: 1px solid #5c86f4;
}

span.wpcf7-not-valid-tip {
  display: none;
}

.field {
  margin: 0 0 16px;
}

.wpcf7-acceptance label span {
  position: relative;
  padding-left: 35px;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  display: block;
}

.wpcf7-acceptance label span a {
  font-weight: 500;
  text-decoration: underline;
  color: #5c86f4;
}

.wpcf7-acceptance label span:before, .wpcf7-acceptance label span:after {
  content: '';
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 18px;
  height: 18px;
  border-radius: 3px;
  background: #fff;
}

.wpcf7-acceptance label span:before {
  background: url(/wp-content/themes/wp-bootstrap-starter-master/img/check.png) no-repeat center #000!important;
  z-index: 1;
  background-size: cover!important;
  opacity: 0;
}

.wpcf7-acceptance label input:checked ~ span:before {
  opacity: 1;
}

.wpcf7-acceptance label input {
  display: none;
}

.field span {
  margin: 0;
}

span.wpcf7-form-control-wrap, 
span.wpcf7-form-control-wrap > div {
  width: 100%;
  display: block;
}















section.partners h2 {
  font-weight: 300;
}

.hours .section-title {
  font-size: 48px;
  margin: 82px 0 20px;
}

.collections__item p {
  font-weight: 300;
  font-size: 16px;
  max-width: 170px;
}















.firstscreen {
  position: relative;
}

.firstscreen .decor {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  
}

.container {
  max-width: 1530px;
}


#menu-main a {
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  padding: 0;
  line-height: 1;
  text-transform: uppercase;
}

#menu-main a:hover {
  color: var(--color-blue);
  text-decoration: underline;
}

#menu-main ul {
  display: flex;
  flex-direction: row;
  gap: 40px;
}

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

#menu-main {
  margin: 0 0 0 auto;
}


.site-header.scroller {
  border-bottom: 1px solid rgb(255 255 255 / 15%);
  padding: 10px 0;
  background: #020817;
}
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 32px 0 0 0;
  z-index: 2;
  transition: .25s;
}
.iti__country-list {
  color: #000 !important;
}
.firstscreen {
  padding: 96px 0 0 0;
}

.section-title {
  font-weight: 400;
  font-size: 80px;
}
.firts__block {
  position: relative;
  display: flex;
  justify-content: center;
  padding-top: 160px;
}

.firts__block > .title, .firts__block > .meta {
  position: absolute;
}


.firts__img .decor-img {
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(50%, -40px);
}

.firts__img {
  position: relative;
}

.firts__block .meta {
  max-width: 260px;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-100%, 140px);
}



.firts__block .meta__title {
  font-weight: 400;
  font-size: 24px;
  margin: 0 0 24px;
}

.editor {
  font-size: 16px;
}

h1.title {
  font-weight: 400;
  font-size: 160px;
}

.firts__block > .title {
  top: 48px;
  left: 0;
  right: 0;
  text-align: center;
}



.about__decor {
  min-height: 1010px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.about__decor > div {
  position: relative;
}

.about__decor > div img {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-24%, 0px);
}

.about__decor {
  min-height: 1010px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.about__decor > div {
  position: relative;
}

.about__decor > div img {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-28%, 0px);
}

.about .editor p {
  font-size: 20px;
  margin: 0 0 15px;
}

.about .editor {
  max-width: 490px;
  text-align: left;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(-5%, 225px);
  width: 100%;
}

.about h2 {
  display: inline-flex;
  transform: translate(32%, 0px);
}

.about .container {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 75px;
}

.about {
  position: relative;
}


.product__img {
  width: 220px;
  height: 220px;
  border-radius: 50%;
  overflow: hidden;
}

.product__img .img {
  height: 220px;
  width: 220px;
}

p.product__title {
  font-weight: 400;
  font-size: 24px;
}

p.product__desc {
  font-weight: 300;
  font-size: 16px;
  text-align: left;
  line-height: 1.2;
}

.product {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
}


.products .block-meta {
  display: inline-flex;
  flex-direction: column;
  text-align: left;
  margin: 0 0 64px;
}

.products .block-meta h2 {
  line-height: 1;
  margin: 0;
}

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





.somelier {
  border-radius: 100px;
  border: 1px solid #fff;
  overflow: hidden;
}

.somelier {
  position: relative;
  padding: 56px 100px;
  margin-top: 160px;
}

.somelier:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: linear-gradient(133deg, rgba(255, 255, 255, 0.4) 0%, rgba(153, 153, 153, 0) 100%), linear-gradient(133deg, rgba(255, 255, 255, 0.4) 0%, #000c26 100%);
  backdrop-filter: blur(50px);
  opacity: .2;
}

.somelier__inner {
  position: relative;
}

.somelier__img {
  border-radius: 24px;
  overflow: hidden;
  width: 380px;
  position: relative;
}

.somelier__img:before {
  content: '';
  display: block;
  padding-top: 100%;
}


.field--submit p {
  width: 300px;
  position: relative;
}
.field--submit button {
  position: absolute;
  top: 50%;
  transform: translate(56%, -50%);
  left: 0;
  backdrop-filter: blur(0px);
}
.field--submit {
  padding-top: 40px;
  display: flex;
  justify-content: center;
  position: relative;
}
.btn:focus {
  outline: none;
  box-shadow: none;
}
.field--submit button {
  background: transparent;
  overflow: hidden;
  backdrop-filter: blur(5px);
  border: 0;
  min-width: 180px!important;
}

.field input:focus, .field textarea:focus {
  color: #fff;
}

.wpcf7 form.sent .wpcf7-response-output {
  text-align: center;
  padding: 0;
  border: 0;
  color: var(--color-blue);
  margin: 0;
}

.form__main {
  padding: 0 50px;
}

.form__meta {
  position: relative;
  margin: 0 0 40px;
  padding-right: 135px;
}

.fields {
  position: relative;
}
.fields > p:nth-child(1) {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(0px, calc(-100% + 33px));
}

.form__meta p {
  font-size: 20px;
  line-height: 1.2;
}

.form__meta img {
  position: absolute;
  right: 0;
  bottom: 0;
}

.forms h2 {
  font-size: 60px;
  font-weight: 300;
  text-transform: uppercase;
  margin: 0 0 40px;
  text-align: center;
}

.forms h2 span:nth-child(2) {
  font-family: var(--font-h);
}
#forms h2 span:nth-child(2) {
  font-family: var(--font-h);
}
.field--submit button:hover {
  color: #fff;
}

.field--submit button:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(133deg, rgba(255, 255, 255, 0.4) 0%, rgba(153, 153, 153, 0) 100%), linear-gradient(133deg, rgba(255, 255, 255, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  z-index: -1;
  backdrop-filter: blur(50px);
}
main.page-inner article a:hover {
  text-decoration: underline;
}
main.page-inner article a {
  color: #5c86f4;
}
main.page-inner {
  padding-top: 140px;
  padding-bottom: 140px;
}
.link:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(133deg, rgba(255, 255, 255, 0.4) 0%, rgba(153, 153, 153, 0) 100%), linear-gradient(133deg, rgba(255, 255, 255, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  z-index: -1;
  backdrop-filter: blur(50px);
  transition: .25s;
}

.link:hover {
  color: #fff;
}
.link {
  overflow: hidden;
  display: inline-flex;
  justify-content: center;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  height: 54px;
  align-items: center;
  padding: 0 15px;
  min-width: 230px;
  border-radius: 50px;
  line-height: 1;
 
	position: relative;
}
.somelier__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wpcf7 form.invalid .wpcf7-response-output {
  text-align: center;
  padding: 0;
  margin: 0;
  border: 0;
}

.goals {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 30px;
}

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

.goals__media {
}

.goals__content .editor p {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
}

.goals__content .editor h3 {
  font-weight: 300;
  line-height: 1;
  font-size: 24px;
  margin: 0 0 8px;
}

.goals > div:nth-child(2) {
  padding-top: 16px;
}

.goals__content .editor {
  position: relative;
}

.goals > div:nth-child(3) {
  display: flex;
  align-items: flex-end;
}

.goals__addit {
  position: absolute;
  transform: translate(0px, -100%);
  right: 0;
  top: -16px;
}

.vision .section-title {
  text-align: center;
  margin: 0 0 110px;
}


.somelier__media {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.somelier__inner {
  display: grid;
  grid-template-columns: 380px 1fr;
  gap: 100px;
}

.somelier__content h2 {
  line-height: 1;
  margin: 0 0 25px;
  text-align: center;
}

.somelier__editors {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  text-align: left;
  line-height: 1.2;
  margin: 0 0 40px;
}

.somilier__boxs {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
}

.somilier__boxs .box__title {
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
  margin: 15px 0 8px;
}

.somilier__boxs .box__desc {
  font-size: 16px;
  line-height: 1.2;
}
.footer {
  display: flex;
  align-items: flex-start;
  padding-top: 80px;
  border-top: 1px solid #5C86F4;
}

.footer__contact p {
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  text-transform: lowercase;
}

.footer__contact p span {
  display: block;
  text-transform: uppercase;
  margin: 0 0 8px;
}

.footer__contact {
  display: grid;
  grid-template-columns: auto auto;
  gap: 40px;
  margin: 0 auto;
}

p.menu-title {
  color: #5C86F4;
  font-weight: 400;
  font-size: 16px;
  text-decoration: underline;
  margin: 0 0 16px;
  line-height: 1;
}

.footer__menus ul li a, .footer__menus a {
  padding: 0;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  line-height: 1;
  margin: 0 0 8px;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  color: #fff;
  font-size: 16px;
  margin-top: 80px;
}

.footer-bottom a {
  color: #fff;
  font-size: 16px;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer__menus {
  display: flex;
  gap: 80px;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
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;
}

dfn {
  font-style: italic;
}

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 2.5rem;
}

hr {
  box-sizing: content-box;
  height: 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-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;
}


h1, h2, h3, h4, h5, h6 {

}

p {
  margin-bottom: 0em;
}
h1.entry-title {
 
}
h2.entry-title {
 
}
h3.widget-title {
  
}


body {
  
}

img {
 
}

figure {
 
}

table {
  
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
header#masthead {
  
}

.navbar-brand > a {
 
}

.navbar-brand > a:visited, .navbar-brand > a:hover {
  text-decoration: none;
}

#page-sub-header {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 0;
  text-align: center;
  font-size: 1.25rem;
  background-size: cover !important;
}

body:not(.theme-preset-active) #page-sub-header h1 {
  line-height: 1.6;
  font-size: 4rem;
  color: #563e7c;
  margin: 0 0 1rem;
  border: 0;
  padding: 0;
}

#page-sub-header p {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 1.25rem;
  font-weight: 300;
}
body:not(.theme-preset-active) #page-sub-header p {
color: #212529;
}
a.page-scroller {
  color: #333;
  font-size: 2.6rem;
  display: inline-block;
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  body:not(.theme-preset-active) #page-sub-header h1 {
    font-size: 3.750rem;
  }
  body:not(.theme-preset-active) #page-sub-header {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 992px) {
  #page-sub-header p {
    max-width: 43rem;
    margin: 0 auto;
  }
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#masthead nav {
  padding-left: 0;
  padding-right: 0;
}


.navbar-brand {
  height: auto;
}

.navbar-toggle .icon-bar {
  background: #000 none repeat scroll 0 0;
}

.dropdown-menu .dropdown-toggle::after {
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  border-top: 0.3em solid transparent;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children {
    position: relative;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}
.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>.dropdown-menu {
    display: block;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>a:after {

}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left {
    float: none;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

.dropdown-item {
  line-height: 1.2;
  padding-bottom: 0.313rem;
  padding-top: 0.313rem;
}

.dropdown-menu {
  min-width: 12.500rem;
}

.dropdown .open .dropdown-menu {
  display: block;
  left: 12.250em;
  top: 0;
}

.dropdown-menu .dropdown-item {
  white-space: normal;
  background: transparent;
  line-height: 1.6;
}
.dropdown-menu .dropdown-item:hover {
  background: transparent;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .dropdown-menu li > .dropdown-menu {
    right: -9.875rem;
    top: 1.375rem;
  }
}
@media screen and (max-width: 991px) {
  .navbar-nav .dropdown-menu {
    border: medium none;
    margin-left: 1.250rem;
    padding: 0;
  }

  .dropdown-menu li a {
    padding: 0;
  }

  #masthead .navbar-nav > li > a {
    padding-bottom: 0.625rem;
    padding-top: 0.313rem;
  }

  .navbar-light .navbar-toggler {
    border: medium none;
    outline: none;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
.comment-content.card-block {
  padding: 20px;
}

.navigation.post-navigation {
  padding-top: 1.875rem;
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a {
  border: 1px solid #ddd;
  border-radius: 0.938rem;
  display: inline-block;
  padding: 0.313rem 0.875rem;
  text-decoration: none;
}

.post-navigation .nav-next a::after {
  content: " \2192";
}

.post-navigation .nav-previous a::before {
  content: "\2190 ";
}

.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
  background: #eee none repeat scroll 0 0;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 0.313rem;
  line-height: normal;
  padding: 0.938rem 1.438rem 0.875rem;
  text-decoration: none;
  top: 0.313rem;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

a img.alignright {
  float: right;
  margin: 0.313rem 0 1.25rem 1.25rem;
}

a img.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.alignleft {
  float: left;
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignleft {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignright {
  margin: 0.313rem 0 1.25rem 1.25rem;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  font-size: 0.875rem;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

.widget_search .search-form input[type="submit"] {
  display: none;
}

.nav > li > a:focus,
.nav > li > a:hover {
  background-color: #eee;
  text-decoration: none;
}
.half-rule {
  width: 6rem;
  margin: 2.5rem 0;
}
.widget_categories .nav-link {
  display: inline-block;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
#content.site-content {
  padding-bottom: 3.75rem;
  padding-top: 4.125rem;
}

.sticky .entry-title::before {
  content: '\f08d';
  font-family: "Font Awesome\ 5 Free";
  font-size: 1.563rem;
  left: -2.5rem;
  position: absolute;
  top: 0.375rem;
  font-weight: 900;
}

.sticky .entry-title {
  position: relative;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.page-template-blank-page .entry-content,
.blank-page-with-container .entry-content {
  margin-top: 0;
}

.post.hentry {
  margin-bottom: 4rem;
}

.posted-on, .byline, .comments-link {
  color: #9a9a9a;
}

.entry-title > a {
  color: inherit;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.comment-body .pull-left {
  padding-right: 0.625rem;
}

.comment-list .comment {
  display: block;
}

.comment-list {
  padding-left: 0;
}

.comments-title {
  font-size: 1.125rem;
}

.comment-list .pingback {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0.563rem 0;
}

.comment-list .pingback:first-child {
  border: medium none;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  background: #f1f1f1 none repeat scroll 0 0;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 0.313rem 0.313rem 0;
  text-align: center;
}
.wp-caption img[class*="wp-image-"] {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}
.wp-caption .wp-caption-text {
  font-size: 0.688rem;
  line-height: 1.063rem;
  margin: 0;
  padding: 0.625rem;
}

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-item .gallery-columns-2 {
  max-width: 50%;
}
.gallery-item .gallery-columns-3 {
  max-width: 33.33333%;
}
.gallery-item .gallery-columns-4 {
  max-width: 25%;
}
.gallery-item .gallery-columns-5 {
  max-width: 20%;
}
.gallery-item .gallery-columns-6 {
  max-width: 16.66667%;
}
.gallery-item .gallery-columns-7 {
  max-width: 14.28571%;
}
.gallery-item .gallery-columns-8 {
  max-width: 12.5%;
}
.gallery-item .gallery-columns-9 {
  max-width: 11.11111%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugin Compatibility
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Woocommerce
--------------------------------------------------------------*/
.woocommerce-cart-form .shop_table .coupon .input-text {
  width: 8.313rem !important;
}

.variations_form .variations .value > select {
  margin-bottom: 0.625rem;
}

.woocommerce-MyAccount-content .col-1,
.woocommerce-MyAccount-content .col-2 {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Elementor
--------------------------------------------------------------*/
.elementor-page article .entry-footer {
  display: none;
}

.elementor-page.page-template-fullwidth #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.elementor-page .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
## Visual Composer
--------------------------------------------------------------*/
.vc_desktop article .entry-footer {
  display: none;
}

.vc_desktop #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.vc_desktop .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer#colophon {
  font-size: 85%;
}
body:not(.theme-preset-active) footer#colophon {
  color: #99979c;
  background-color: #f7f7f7;
}
.navbar-dark .site-info {
  color: #fff;
}
.copyright {
  font-size: 0.875rem;
  margin-bottom: 0;
  text-align: center;
}

.copyright a, footer#colophon a {
  color: inherit;
}

.btn--menu {
  position: relative;
  padding: 0;
  border: 0;
  width: 34px;
  height: 34px;
  border-radius: 0;
  display: none;
}
.btn--menu.btn.menu-open {
  background: linear-gradient(133deg, rgba(255, 255, 255, 0.4) 0%, #000333 100%), linear-gradient(133deg, rgba(255, 255, 255, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
  border-radius: 50%;
}
.btn--menu.menu-open span {
  opacity: 0;
}

.btn--menu span {
  opacity:1;
  transition: .15s;
}

.btn--menu:before, 
.btn--menu:after, 
.btn--menu span:before, 
.btn--menu span:after {
  content: '';
  display: block;
  background: #fff;
  position: absolute;
  top: 50%;
  transition: .25s;
  height: 2px;
}

.btn--menu:before, .btn--menu:after {
  width: 30px;
  left: 50%;
}

.btn--menu:before {
  transform: translate(-50%, calc(-50% - 8px)) rotate(0deg);
}

.btn--menu.menu-open:before {
  transform: translate(-50%, calc(-50% - 0px)) rotate(45deg);
  right: auto;
  left: 50%;
  width: 20px;
}

.btn--menu:after {
  transform: translate(-50%, calc(-50% + 4px)) rotate(0deg);
}

.btn--menu.menu-open:after {
  transform: translate(-50%, calc(-50% + 0px)) rotate(-45deg);
  right: auto;
  left: 50%;
  width: 20px;
}

.btn--menu span:before {
  transform: translate(0px, calc(-50% - 2px)) rotate(0deg);
  width: 22px;
  right: 2px;
}

.btn--menu span:after {
  transform: translate(0px, calc(-50% + 10px)) rotate(0deg);
  width: 22px;
  right: 2px;
}

.partners {
  position: relative;
}

.partners-bg:before {
  content: '';
  display: block;
  padding-top: 56%;
}
.partners-bg {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  width: 100%;
  background-image: url(/wp-content/themes/wp-bootstrap-starter-master/img/partners-bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  max-width: 1920px;
  min-width: 1920px;
}

@media only screen and (max-width: 1520px) {

  .partners-bg {
    transform: translate(-50%, -43%);
    min-width: 1200px;
  }
  .somelier {
    padding: 56px 70px;
    margin-top: 120px;
  }
  .somelier__inner {
    gap: 70px;
  }
  .section-title {
    font-size: 62px;
  }

  .forms h2 {
    font-size: 42px;
  }

}

@media only screen and (max-width: 1440px) {
  .hours .section-title {
    font-size: 32px;
    max-width: 41%;
  }

}



@media only screen and (max-width: 1400px) {
  .somelier__content h2 {
    font-size: 56px;
  }
  .goals__content .editor p {
    font-size: 14px;
  }
  .goals__addit img {
    max-height: 190px;
    max-width: 190px;
  }
  h1.title {
    font-size: 120px;
  }

  .slider-nav .next img {
    transform: rotate(180deg);
  }
  .slider-nav {
      position: absolute;
      top: 0;
      right: 0;
      transform: translate(0px, 0%);
      display: flex;
      gap: 16px;
  }

  .swiper.productSlider {
    padding-top: 72px;
  }
}


@media only screen and (max-width: 1366px) {

  h1.title {
    font-size: 80px;
  }
  .firts__block {
    padding-top: 92px;
  }

  .firts__block > .title {
    top: 0px;
  }

  .firts__img img.main-img {
    max-width: 445px;
    height: auto;
  }

  .firts__img img.decor-img {
    max-width: 95px;
    height: auto;
    transform: translate(50%, 0px);
  }
}

.mobile-first {
  display: none;
}

.som-mobile {
  display: none;
}

.hours__items img {
  display: none;
}

.map img {
  max-width: 100%;
  height: auto;
}
.footer__menus a:hover {
  color: #5C86F4;
  text-decoration: underline;
}
section.forms,
section.map,
section.hours,
section.products,
section.vision,
.collections,
.partners  {
  padding-top: 160px;
}
.firstscreen {
  padding-bottom: 70px;
}

.first-decor {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(/wp-content/themes/wp-bootstrap-starter-master/img/first-decor-min.png);
  top: 50%;
  width: calc(100vw + 30%);
  max-width: 2515px;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
  background-position: center;
  min-width: 1310px;
}
.first-decor:before {
  content: '';
  display: block;
  padding-top: 50%;
}


.about-dec {
  position: absolute;
  left: 0%;
  transform: translate(-53%, 47%);
  background: url(/wp-content/themes/wp-bootstrap-starter-master/img/about-decor-min.png);
  top: 0%;
  width: 1560px;
  max-width: 1560px;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
  background-position: center;
  min-width: auto;
}

.about-dec:before {
  content: '';
  display: block;
  padding-top: 50%;
}

.vision-decor {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -30%);
  background: url(/wp-content/themes/wp-bootstrap-starter-master/img/vision.png);
  top: 50%;
  width: 1370px;
  max-width: 1370px;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
  background-position: center;
  min-width: 1300px;
}

.vision-decor:before {
  content: '';
  display: block;
  padding-top: 50%;
}

.vision {
  position: relative;
}
.about h2 span:last-child {
  margin-left: 15px;
}
.products .block-meta h2 span:nth-child(2) {
  font-family: var(--font-h);
  text-transform: lowercase;
}
.products .block-meta h2 span {
  font-family: var(--font-monte);
}
.somelier__content h2 span {
  font-family: var(--font-monte);
}
.vision .section-title span:nth-child(2) {
  font-family: var(--font-h);
}
.collections .section-title span {
  margin-left: 15px;
}
.collections .section-title span:first-child {
  margin: 0;
}
.hours .section-title span:nth-child(3) {
  text-transform: unset;
}

.map .section-title span:nth-child(2),
.map .section-title span:nth-child(3) {
  text-transform: unset;
}

.map .section-title span:nth-child(1),
.map .section-title span:nth-child(2),
.map .section-title span:nth-child(3),
.hours .section-title span:nth-child(1), 
.hours .section-title span:nth-child(2), 
.hours .section-title span:nth-child(3) {
  font-family: var(--font-h);
}
.hours .section-title span,
.map .section-title span,
.partners h2 span,
#forms h2 span {
  font-family: var(--font-monte);
}
@media only screen and (max-width: 1199px) {

  .about h2 span:last-child {
    margin-left: 10px;
  }

  section.partners h2 {
    font-size: 32px;
  }
  .partners-bg {
    transform: translate(-50%, -43%);
    min-width: 768px;
  }
  .vision-decor {
    transform: translate(-50%, 0%);
    top: 25%;
  }

  .about-dec {
    transform: translate(-26%, 25%);
    width: 710px;
    max-width: 710px;
  }
  .firstscreen {
    padding-bottom: 100px;
  }

  .partners,
  section.forms,
  section.map,
  section.hours,
  section.products,
  section.vision,
  .collections {
    padding-top: 100px;
  }

  section.vision {
    padding: 100px 0;
  }

  .contact .section-title {
    font-size: 48px;
    text-align: left;
    position: relative;
    left: 15px;
    top: 0;
  }
  .contact__decor {
    transform: translate(-50%, -48%);
    top: auto;
    width: calc(100vw + 50%);
    z-index: -1;
    bottom: 0;
  }
  .contact {
    padding-top: 80px;
  }
  .contact__inner > div.footer__contact {
    transform: translate(0px, 0px);
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    flex-direction: column;
    margin: 24px 0;
    gap: 32px;
    order: 1!important;
  }
  .contact__inner > img {
    order: 5;
  }
  .contact__inner > div.footer__contact > div {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  .contact__inner {
    flex-direction: column;
  }

  .forms h2 {
    font-size: 32px;
    margin: 0 0 24px;
  }

  .map .section-title {
    font-size: 32px;
    margin: 0 0 16px;
    max-width: 280px;
    text-align: center;
  }
  .fields > p:nth-child(1) img {
    max-height: 72px;
    transform: translate(-20px, 0px);
  }
  .form__meta {
    position: relative;
    margin: 0 0 40px;
    padding-right: 0px;
  }
  .forms__boxs {
    gap: 30px;
  }

  .form__main {
    padding: 0 0px;
  }
  .field--submit {
    padding-top: 0px;
  }
  .form__meta p {
    font-size: 16px;
    line-height: 1.2;
  }
  .hours .container > img {
    display: none;
  }
  .hours__items {
    display: flex;
    flex-direction: column;
    gap: 32px;
    padding: 0;
  }
  .hours__items img {
    display: block;
    max-width: 100%;
    height: auto;
  }
  .hours .section-title {
    max-width: 210px;
    text-align: center;
    margin: 0 auto 40px;
  }
  .hours .container {
    padding-bottom: 0px;
  }
  .collections .block-meta h2 {
    order: 2;
  }
  .collections .block-meta {
      display: flex;
      flex-direction: column;
  }
  .collections .section-subtitle {
        font-size: 16px;
        order: 2;
        width: 300px;
        margin: 0 auto;
        text-align: center;
   }
  .collections .block-meta {
    text-align: center;
    margin: 0 0 40px;
  }

  .collections__item img {
    max-width: 100%;
    height: auto;
  }
  .collections .section-title {
    font-size: 32px;
    font-weight: 300;
    max-width: 200px;
    margin: 0 auto;
  }

  .goals {
    grid-template-columns: 1fr 1fr;
  }
  .goals__content .editor p {
    font-size: 16px;
  }
  .goals__content .editor {
    max-width: 360px;
  }
  .somelier {
    padding: 40px 15px;
    margin-top: 96px;
  }

  .somelier__content h2 {
    font-size: 32px;
  }
  .somelier__inner {
    gap: 40px;
  }
  .section-title {
    font-size: 56px;
  }

  .somelier__inner {
    grid-template-columns: 320px 1fr;
  }

  .somelier__img {
    width: 320px;
  }

  .products .block-meta h2 {
    font-size: 40px;
    text-align: center;
    max-width: 240px;
    font-weight: 300;
  }

  .products .block-meta h2 {
    order: 2;
  }
  .products .block-meta .section-subtitle {
      order: 1;
      font-size: 24px;
      margin: 0 0 5px;
  }
  .products .block-meta {
    margin: 0 0 40px;
  }
  .swiper.productSlider {
    padding-top: 48px;
  }
  .slider-nav {
    gap: 8px;
  }
  .about .container {
    position: relative;
    top: 0;
  }
  .swiper-button-disabled {
    opacity: .5;
}
  .about__decor {
    grid-template-columns: 1fr;
    min-height: auto;
    max-width: 640px;
    margin: 0 auto;
  }

  .about .editor p {
    font-size: 16px;
  }
  .about .editor {
    position: relative;
    transform: translate(0px, 0px);
    margin-top: 30px;
    font-size: 16px;
  }
  .about__decor > div:first-child {
    padding: 0 15px;
  }

  .about h2 {
    display: block;
    transform: translate(0%, 0px);
    font-size: 56px;
    text-align: center;
  }

  .about__decor > div img {
    position: relative;
    transform: translate(0px, 0%);
    max-width: 640px;
    height: auto;
  }


  .footer-bottom {
    padding: 0 0 24px;
    margin: 0 0 40px;
  }

  .footer__contact {
    flex: 0 0 100%;
    order: 3;
    grid-template-columns: 1fr 1fr 1fr;
    margin: 64px 0;
  }

  .footer__menus {
    margin-left: 64px;
  }
  .footer {
    flex-wrap: wrap;
  } 
  .site-header {
    padding: 16px 0 0 0;
  }

  .btn--menu {
    display: block;
  }

  .logo img,
  .footer__logo img {
    max-width: 101px;
    height: auto;
  }

  #menu-main ul {
    flex-direction: column;
    gap: 18px;
  }

  #menu-main a {
    font-size: 24px;
  }


  #menu-main ul {
    position: relative;
  }
  #menu-main ul:before {
    content: '';
    display: block;
    height: 340px;
    position: absolute;
    background: url(/wp-content/themes/wp-bootstrap-starter-master/img/mobile-menu.png);
    left: 0;
    transform: translate(0px, 100%);
    bottom: -100px;
    right: 0;
    margin: 0 auto;
    max-width: 340px;
    width: 100%;
    background-size: contain;
}
  #menu-main {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #020817;
    padding: 203px 40px 40px;
    transform: translate(101%, 0%);
    transition: .25s;
  }

  .site-header nav {
    justify-content: space-between;
  }
  .site-header .logo {
    position: relative;
    z-index: 1;
  }
  .site-header.menu-open #menu-main {
    transform: translate(0%, 0%);
  }

  body.menu-open, html.menu-open {
    overflow: hidden;
  }
  
}
.somelier__media h2 {
  display: none;
}
@media only screen and (max-width: 1024px) {

  section.about {
    padding-top: 90px;
}

  .vision .section-title {
    text-align: center;
    margin: 0 0 32px;
    font-size: 32px;
  }

  .goals__addit img {
    max-height: 146px;
    max-width: 146px;
  }

  .somelier__media h2 {
    display: block;
    font-size: 32px;
  }
  .somelier:before {
    background: linear-gradient(133deg, rgb(255 255 255 / 0%) 0%, rgba(153, 153, 153, 0) 100%), linear-gradient(133deg, rgb(255 255 255 / 31%) 0%, #000c26 100%);
  }
  .som-mobile {
    display: flex;
    justify-content: center;
  }

  .somelier__inner {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .somelier__inner {
    grid-template-columns: 1fr;
  }
  .somelier__editors {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .somilier__boxs {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .somelier__media > a {
    display: none;
  }
  .firstscreen {
    padding: 140px 0 0 0;
  }
  .firts__block {
    flex-direction: column;
    padding-top: 20px;
  }

  .firts__img > img {
    display: none;
  }

  .firts__block > .title {
    position: absolute;
    font-size: 56px;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  .firts__img {
    display: flex;
    flex-direction: column;
  }

  .mobile-first {
    display: flex;
    justify-content: center;
    position: relative;
    max-width: 340px;
    margin: 0 auto;
  }

  .firts__img img.main-img {
    max-width: 100%;
  }

  .firts__img img.decor-img {
    max-width: 80px;
    transform: translate(5%, 50%);
  }

  .firts__block .meta__title {
    line-height: 1;
  }
  .firts__block .meta {
    position: relative;
    transform: translate(0px, 00px);
    order: 2;
    margin-top: 60px;
  }
  .som-mobile {
    margin-top: 40px;
  }

  .somelier__img {
    width: 100%;
    max-width: 320px;
}

.somelier__content h2 {
  display: none;
}
}

.goals__mobile {
  display: none;
}
.error-block > span {
  font-size: 140px;
}
.error-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}

.partners-mobile {
  display: none;
}

@media only screen and (max-width: 767px) { 
	
	.partners-full {
    display: none;
}

  .somelier {
    margin-top: 56px;
  }

  section.vision {
    padding: 100px 0 20px;
}

  .partners-mobile {
    display: block;
  }

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

  .partners-bg {
    display: none;
  }
  .logos {
    display: none !important;
  }
  .partners__box {
    display: flex;
    flex-direction: column;
    position: relative;
  }
  section.partners h2 {
    position: absolute;
    right: 0;
    top: 0;
  }
  .footer .footer__menus {
    row-gap: 24px;
    width: 100%;
    column-gap: 40px;
}

  main.page-inner {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .forms__boxs {
    grid-template-columns: 1fr;
  }
  .goals__mobile {
    display: block;
  }
  .goals {
    grid-template-columns: 1fr;
  }

  .collections__items {
    flex-direction: column;
    gap: 56px;
  }

  .goals > div:last-child {
    display: grid;
    grid-template-columns: 120px 1fr;
    gap: 24px;
    align-items: flex-start;
  }
  .goals > div:nth-child(2) {
    padding-top: 0;
  }
  .goals {
    gap: 40px;
  }
  .goals > div:last-child {
    order: 3;
  }

  .goals > div:first-child {
    order: 1;
  }

  .goals > div:nth-child(2) {
    order: 2;
  }
  .goals > div:nth-child(3) {
    order: 4;
  }
  .goals__addit {
    display: none;
}
  .about h2 {
    text-align: right;
  }

  .about__decor {
    max-width: 100%;
  }
  .about__decor > div:last-child {
    height: 260px;
    position: relative;
  }
  .about-dec {
    transform: translate(-28%, 0%);
    width: 710px;
    max-width: 710px;
    opacity: .5;
  }
  .about__decor > div img {
    position: absolute;
    bottom: 0;
    height: 320px;
    width: auto;
    top: auto;
  }
  .footer {
    padding-top: 24px;
    flex-direction: column;
    gap: 40px;
  }
  .footer__contact {
    margin: 0;
    grid-template-columns: 1fr 1fr;
  }
  .footer__menus {
    margin-left: 0px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 0;
    column-gap: 80px;
  }

  .footer__menus > div:nth-child(1) {
    grid-area: 1 / auto / 3 / auto;
  }
  .footer__menus > div:nth-child(3) {
      grid-area: auto / 2 / auto / 3;
  }

  .footer__contact p:nth-child(3) {
    grid-area: auto / 1 / auto / 3;
  }
  .footer {
    margin-bottom: 40px;
  }
  .footer-bottom, .footer-bottom a {
    font-size: 14px;
    flex-direction: column;
  }
  .footer-bottom a {
    text-align: right;
    margin-top: 10px;
  } 
}
