@font-face {
  font-family: Mont;
  src: url(../fonts/Mont-Light.otf);
}

@font-face {
  font-family: Mont-SemiBold;
  src: url(../fonts/Mont-SemiBold.otf);
}

@font-face {
  font-family: Mont-Bold;
  src: url(../fonts/Mont-Bold.otf);
}

@font-face {
  font-family: Mont-Regular;
  src: url(../fonts/Mont-Regular.otf);
}

@font-face {
  font-family: Mont-Thin;
  src: url(../fonts/Mont-Thin.otf);
}

@font-face {
  font-family: Montserratarm-Light;
  src: url(../fonts/Montserratarm-Light.otf);
}

@font-face {
  font-family: Montserratarm-Bold;
  src: url(../fonts/Montserratarm-Bold.otf);
}

@font-face {
  font-family: Montserratarm-Regular;
  src: url(../fonts/Montserratarm-Regular.otf);
}

@font-face {
  font-family: Montserratarm-SemiBold;
  src: url(../fonts/Montserratarm-SemiBold.otf);
}

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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

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

caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

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

a img {
  border: none;
}

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

label {
  display: block;
}

.messages {
  background: no-repeat 10px 17px;
  border: 1px solid;
  border-width: 1px 1px 1px 0;
  border-radius: 2px;
  padding: 10px 20px 10px 20px;
  word-wrap: break-word;
  overflow-wrap: break-word;
  margin: 5px 0px;
}

.messages+.messages {
  margin-top: 1.538em;
}

.messages__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.messages__item+.messages__item {
  margin-top: 0.769em;
}

.messages--status {
  color: #325e1c;
  background-color: #f3faef;
  border-color: #c9e1bd #c9e1bd #c9e1bd transparent;
  box-shadow: -8px 0 0 #77b259;
}

.messages--warning {
  background-color: #fdf8ed;
  border-color: #f4daa6 #f4daa6 #f4daa6 transparent;
  color: #734c00;
  box-shadow: -8px 0 0 #e09600;
}

.messages--error {
  background-color: #fcf4f2;
  color: #a51b00;
  border-color: #f9c9bf #f9c9bf #f9c9bf transparent;
  box-shadow: -8px 0 0 #e62600;
}

.messages--error p.error {
  color: #a51b00;
}

form .field-multiple-table {
  margin: 0;
}

form .field-multiple-table .field-multiple-drag {
  width: 30px;
  padding-right: 0;
}

form .field-multiple-table .field-multiple-drag .tabledrag-handle {
  padding-right: 0.5em;
}

form .field-add-more-submit {
  margin: 0.5em 0 0;
}

div.tabs {
  margin: 1em 0;
}

ul.tabs {
  list-style: none;
  margin: 0 0 0.5em;
  padding: 0;
}

.tabs>li {
  display: inline-block;
  margin-right: 0.3em;
}

.tabs a {
  display: block;
  padding: 6px 10px;
  text-decoration: none;
  font-size: 13px;
  background: #e6e6e6;
  line-height: 100%;
  color: #444;
}

.tabs a.is-active {
  background-color: #982f25;
  color: #fff;
}

.tabs a:focus,
.tabs a:hover {
  background-color: #ff5100;
  color: #fff;
}

table {
  width: 100%;
  margin: 0 0 10px;
}

caption {
  text-align: left;
}

th {
  text-align: left;
  padding: 10px 12px;
}

thead th {
  background: #f5f5f2;
  border: solid #bfbfba;
  border-width: 1px 0;
  color: #333;
  text-transform: uppercase;
}

tr {
  border-bottom: 1px solid #e6e4df;
  padding: 0.1em 0.6em;
}

thead>tr {
  border-bottom: 1px solid #000;
}

tbody tr:hover,
tbody tr:focus {
  background: #f7fcff;
}

tbody tr.color-warning:hover,
tbody tr.color-warning:focus {
  background: #fdf8ed;
}

tbody tr.color-error:hover,
tbody tr.color-error:focus {
  background: #fcf4f2;
}

td,
th {
  vertical-align: middle;
}

td {
  padding: 10px 12px;
  text-align: left;
}

th>a {
  position: relative;
  display: block;
}

th>a:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: -10px;
  left: 0;
  right: 0;
  border-bottom: 2px solid transparent;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}

th.is-active>a {
  color: #004875;
}

th.is-active img {
  position: absolute;
  right: 0;
  top: 50%;
}

th.is-active>a:after {
  border-bottom-color: #004875;
}

th>a:hover,
th>a:focus,
th.is-active>a:hover,
th.is-active>a:focus {
  color: #008ee6;
  text-decoration: none;
}

th>a:hover:after,
th>a:focus:after,
th.is-active>a:hover:after,
th.is-active>a:focus:after {
  border-bottom-color: #008ee6;
}

td .item-list ul {
  margin: 0;
}

td.is-active {
  background: none;
}

th.select-all {
  width: 1px;
}

.caption {
  margin-bottom: 1.2em;
}

@media screen and (max-width: 37.5em) {

  th.priority-low,
  td.priority-low,
  th.priority-medium,
  td.priority-medium {
    display: none;
  }
}

@media screen and (max-width: 60em) {

  th.priority-low,
  td.priority-low {
    display: none;
  }
}

p {
  margin: 0 0 10px 0;
  font-size: 14px;
  line-height: 27px;
}

h1,
.h1 {
  font-size: 3em;
}

h2,
.h2 {
  font-size: 2em;
  margin-bottom: 20px;
  line-height: 56px;
}

h3,
.h3 {
  font-size: 1.5em;
}

h4,
.h4 {
  font-size: 1.2em;
  line-height: 1.2em;
}

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

em {
  font-style: italic;
}

strong,
b {
  font-weight: bold;
}

h2.title {
  color: #f60;
}

a {
  color: #191919;
  transition: all 0.3s ease 0s;
}

a:hover {
  color: #982f25;
  text-decoration: none;
}

ol,
ul {
  padding-left: 20px;
  margin-bottom: 20px;
}

ol li,
ul li {
  list-style: outside;
}

.list-unstyled li {
  list-style: none;
}

ol li {
  list-style-type: decimal;
}

ul.links.inline {
  padding: 0;
}

ul.links.inline li {
  list-style: none;
}

.form-email,
.form-text,
.form-textarea {
  border: 1px solid #e8e8e8;
  background: #f8f8f8;
  outline: none;
  display: block;
  margin-top: 0;
  width: 100%;
}

.block {
  margin-bottom: 70px;
}

.block-page-title-block {
  margin-bottom: 20px;
}

div#block-dorasf-theme-local-tasks {
  margin: 0;
}

body {
  font-size: 14px;
  line-height: 160%;
  color: #435a6b;
  overflow-x: hidden;
  font-weight: 300;
  background: #fff;
  text-align: left;
}

body.lang-ru,
body.lang-en {
  font-family: Mont, Montserratarm-Regular;
}

body.lang-hy {
  font-family: Montserratarm-Light, Mont;
}

.block>h2 {
  margin: 15px 0;
  font-size: 26px;
  text-transform: uppercase;
  font-weight: 700;
  color: #191919;
  position: relative;
  display: flex;
}

.block>h2:after {
  content: "";
  width: 30px;
  height: 30px;
  background: url(/themes/theme/images/gf.png) center center no-repeat;
  background-size: 23px;
  position: relative;
  top: -3px;
}

div#block-theme-frontcustomtext .field--name-body h2:before,
div#block-theme-frontcustomtext .field--name-body h2:after {
  content: "";
  width: 30px;
  height: 30px;
  background: url(/themes/theme/images/gf.png) center center no-repeat;
  background-size: 23px;
  position: relative;
  top: -3px;
  padding: 0px 15px;
}

.region-page-title h1 {
  margin: 30px 0;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 700;
  color: #191919;
  position: relative;
}

.path-frontpage .block>h2 {
  position: relative;
  font-size: 26px;
  line-height: 30px;
  letter-spacing: 1px;
}

.footerwidget {
  background: #108441;
  color: #86b59a;
  padding: 20px 0;
  border-top: 1px solid #f7f7f7;
}

.footerwidget h2.title {
  color: #fff;
}

.footerwidget .left {
  float: left;
  margin: 10px 10px 0 0;
}

.copyright {
  background: #000;
  text-align: center;
}

.map-and-address h2.title {
  display: none;
}

.google_map p,
.google_map .block {
  margin: 0;
}

.google_map iframe {
  display: block;
}

.footer-menu {
  margin: 0;
  border: 0;
  color: #fff;
  background-size: cover;
  padding: 80px 0;
}

.social-media {
  display: block;
  padding: 10px 0;
}

.social-media a {
  line-height: 100%;
  font-size: 1em;
  display: inline-block;
  padding: 4px 8px;
  width: 26px;
}

.social-media a:hover {
  color: #ff5100;
}

input,
button,
select,
textarea {
  color: #909090;
  font-size: 14px;
  max-width: 100%;
  background-color: #f9f9f9;
  border-width: 1px;
  border-color: #f1f1f1;
  border-radius: 0px;
  border-style: solid;
  padding: 10px 15px;
  -webkit-appearance: none;
}

input[type="radio"] {
  background: #f8f8f8;
  padding: 7px 15px;
  border-radius: 100%;
  -webkit-appearance: radio;
}

input[type="checkbox"] {
  background: #f8f8f8;
  font-size: 14px;
  padding: 7px 15px;
  border-radius: 100%;
  -webkit-appearance: checkbox;
}

.contact-message-form label {
  display: block;
}

.btn,
.node-readmore a,
.flexslider .more-link,
input[type="submit"] {
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  background: #f88c20;
  display: block;
  margin: 0 auto;
  border: 0;
  border-radius: 3px;
  padding: 9px 13px;
  cursor: pointer;
  letter-spacing: 1.02px;
}

.btn:hover,
.node-readmore a:hover,
.flexslider .more-link:hover,
input[type="submit"]:hover {
  background: #333;
  color: #fff;
}

.comment-wrap {
  overflow: hidden;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #f5f5f5;
}

.comment-wrap .author-details {
  float: left;
  width: 20%;
}

.comment-wrap .author-comments {
  padding-left: 5px;
  float: left;
  width: 80%;
}

.comment-wrap .author-comments h3 {
  margin-top: 10px;
  font-size: 18px;
}

.comment-wrap .author-comments p {
  margin-bottom: 10px;
}

.comment-submitted {
  padding: 5px 10px;
  border: 1px solid #eee;
  display: inline-block;
  line-height: 100%;
}

ul.links.inline li {
  display: inline-block;
  padding-right: 10px;
}

.sidebar {
  background: #fff;
  padding: 0 15px;
}

.sidebar .region h2.title {
  padding: 5px 0;
  margin: 0;
}

.region-content {
  min-height: 300px;
}

.path-frontpage .region-content {
  min-height: auto;
}

.form-item,
.form-actions {
  margin-top: 1em;
  margin-bottom: 1em;
}

tr.odd .form-item,
tr.even .form-item {
  margin-top: 0;
  margin-bottom: 0;
}

.form-composite>.fieldset-wrapper>.description,
.form-item .description {
  font-size: 0.7em;
  line-height: 150%;
}

label.option {
  display: inline;
  font-weight: normal;
}

.form-composite>legend,
.label {
  display: inline;
  font-size: inherit;
  font-weight: bold;
  margin: 0;
  padding: 0;
}

.form-checkboxes .form-item,
.form-radios .form-item {
  margin-top: 0.4em;
  margin-bottom: 0.4em;
}

.marker {
  color: #e00;
}

abbr.tabledrag-changed,
abbr.ajax-changed {
  border-bottom: none;
}

.form-item input.error,
.form-item textarea.error,
.form-item select.error {
  border: 2px solid red;
}

.owl-theme .owl-dots .owl-dot span {
  background: #b5b5b5;
  height: 7px;
  width: 7px;
}

.team,
.topwidget,
.bottom-widget,
.path-frontpage .main-content,
.products,
.footer,
.services,
.price-table,
.copyright,
.clients {
  /* padding: 20px 0; */
}

.main-content {
  padding: 0;
}

.features {
  padding: 0 15px;
}

.team,
.products,
.price-table {
  background: #fcfaf7;
}


.features .block,
.bottom-widget .block {
  overflow: hidden;
}

.features img,
.bottom-widget img {
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.clients .region ul li {
  display: inline-block;
  width: 100%;
  text-align: center;
}

.clients .region ul li img {
  max-width: 200px;
}

.services {
  text-align: center;
}

.testimonials-wrap {
  background: #fafafa;
  border-top: solid 1px #e3e3e3;
  border-bottom: solid 1px #e3e3e3;
  padding: 20px 0;
  text-align: center;
  font-size: 1em;
  line-height: 160%;
}

.region-testimonials {
  max-width: 600px;
  margin: 0 auto;
}

.testimonials-pic {
  width: 40px;
  height: 40px;
  display: inline-block;
  vertical-align: bottom;
  margin-right: 10px;
}

.testimonials-pic img {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.testimonials-author {
  padding: 0 5px;
  font-size: 0.75em;
  color: #555;
}

.price-table .card-header {
  border: 0;
  padding: 20px 0;
}

.price-table ul li {
  list-style: none;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.path-frontpage .feed-icon {
  display: none;
}

.team .team-list .region {
  background: #efefef;
  overflow: hidden;
  padding: 10px;
  border: 1px solid #eaeaea;
}

.top-nav {
  background: #f7f7fa;
  padding: 15px;
  font-size: 1.1em;
  position: relative;
  -moz-box-shadow: 1px 1px 4px #dedede;
  -webkit-box-shadow: 1px 1px 4px #dedede;
  box-shadow: 1px 1px 4px #dedede;
}

.top-nav .region-message,
.top-nav .region-email {
  display: inline-block;
}

.top-nav .fa {
  padding: 0 5px;
}

.top-nav .block,
.top-nav p {
  margin: 0;
}

.header {
  text-align: left;
  top: 0;
  position: fixed;
  z-index: 9;
  width: 100%;
  background: #ffffff94;
  box-shadow: 0 0 5px 2px #94949424;
  /* position: relative; */
}

.scrolled .header {
  position: fixed;
  background: #ffffffd9;
}

.scrolled .header .region-primary-menu li a {
  font-size: 13px;
}

.scrolled .region.region-topmessage svg {
  width: 23px;
  height: 23px;
  transition: all 0.7s;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 0 15px;
  max-width: 1320px;
  margin: 0 auto;
}

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

.scrolled .brand.logo {
  width: 40px;
}

.header .navbar-header {
  width: 100%;
}

.main-header nav {
  border: 0;
  margin: 0;
  position: relative;
  min-height: auto;
  background: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.main-header .region {
  position: relative;
  padding: 25px 0;
}

.main-header .block {
  margin: 0;
}

.main-header p,
.main-header .block {
  margin: 0;
}

.site-branding {
  position: relative;
  margin: 0;
}

.region-header .brand {
  width: 80px;
  margin: 0 auto;
  padding: 10px 0 0;
  transition: all 0.7s;
}

.flexslider {
  border: 0;
  max-width: 100%;
  margin: 0;
  overflow: hidden;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}

.flexslider .slider-caption-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: 99;
  text-align: left;
  font-size: 1.2em;
  line-height: 150%;
  color: #000;
  background: rgba(255, 255, 255, 0.7);
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  padding: 10px;
}

.flexslider .slider-caption {
  padding: 0px;
}

.flexslider .slider-title {
  font-size: 2em;
  font-weight: 600;
  color: #000;
}

.flexslider .slider-description {
  display: inline-block;
  clear: both;
  margin: 0;
}

.flexslider .slides li {
  position: relative;
}

.flexslider .slides li img {
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.flexslider .slides li:hover img {
  transform: scale(1.1);
}

.flexslider .flex-direction-nav {
  display: none;
  position: absolute;
  top: 50%;
  width: 100%;
}

.flexslider .flex-direction-nav li {
  list-style: none;
  margin: 0;
}

.flexslider .flex-direction-nav a {
  font-size: 0;
  padding: 10px;
}

.flexslider .flex-direction-nav a:before,
.flexslider .flex-direction-nav a:after {
  color: #fff;
}

.flexslider .flex-control-paging li {
  padding: 0;
  margin: 0;
}

.flexslider .flex-control-paging li a {
  width: 8px;
  height: 8px;
  display: block;
  background: #fff;
  cursor: pointer;
  text-indent: -9999px;
  -moz-border-radius: 0%;
  -webkit-border-radius: 0%;
  border-radius: 0%;
  margin-left: 10px;
}

.flexslider .flex-control-paging li a.flex-active {
  background: #000;
}

.flexslider .flex-control-nav {
  bottom: 0;
  text-align: left;
}

.navbar-toggle {
  cursor: pointer;
  float: right;
  background: none;
  border: 0;
  padding: 11px 0;
}

.navbar-toggle:focus {
  outline: none;
}

.navbar-toggle .fas {
  font-size: 2em;
  color: #000;
  border: 0;
  box-shadow: none;
}

.navbar-toggle-close {
  position: absolute;
  right: 0;
  padding: 18px;
  font-size: 2em;
  color: #2caef9;
  cursor: pointer;
  z-index: 99;
}

.navbar-default .navbar-toggle {
  z-index: 999;
  margin-right: 0;
  border: 0;
  border-radius: 0;
  color: #fff;
  background: none;
  padding: 6px 6px;
}

.navbar-default .navbar-toggle .icon-bar {
  display: block;
  width: 35px;
  height: 4px;
  border-radius: 1px;
  background-color: #212020;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  background: none;
}

nav h2 {
  display: none;
}

.menu-base-theme {
  background: none;
}

.menu-base-theme ul {
  background: none;
}

.menu-base-theme li a {
  color: #fff;
  line-height: 23px;
  padding: 0 !important;
}

.menu-base-theme li a:hover,
.menu-base-theme li a:focus,
.menu-base-theme li a:active,
.menu-base-theme li a.highlighted {
  background: none;
  color: #f60;
}

.menu-base-theme li a.sub-arrow {
  color: #999;
  font-size: 22px;
  padding: 5px;
  border-radius: 2px;
  border: 1px solid #dcdcdc;
  background: #efefef;
}

.menu-base-theme li a span.sub-arrow {
  line-height: 120%;
  font-size: 2em;
}

.region-primary-menu {
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 0px;
  position: fixed;
  top: 0;
  left: -100%;
  right: 100%;
  bottom: 0;
  width: auto;
  z-index: 99;
  transition: all 0.5s;
  padding: 0 15px;
}

.region-primary-menu.expand {
  left: 0;
  right: 10%;
}

.region-footer-menu ul {
  margin: 10px 0;
  padding: 0;
}

.region-footer-menu nav li {
  display: inline-block;
}

.region-footer-menu nav li a {
  display: block;
  padding: 2px 15px 2px 0;
}

.top-menu {
  font-size: 0.75em;
  background: #313d48;
  color: #fff;
}

.top-menu .top-blocks {
  overflow: hidden;
}

.top-menu .top-blocks .region {
  padding: 10px 10px 10px 0;
}

.top-menu .top-blocks .social-media {
  padding: 9px 0;
}

.top-menu p,
.top-menu .block {
  margin: 0;
}

.top-menu a {
  color: #fff;
}

.region-top-menu ul {
  margin: 0;
  padding: 0;
}

.region-top-menu nav li {
  display: inline-block;
}

.region-top-menu nav li a {
  padding: 2px 10px;
  text-transform: uppercase;
  line-height: 100%;
}

.bd-example {
  position: relative;
  padding: 20px;
  border: 2px solid #f7f7f9;
  background: #ececec;
}

.highlight {
  padding: 20px;
  background-color: #ffffff;
}

.highlight pre {
  border: 0;
  background: none;
}

.bd-example-type h1,
.bd-example-type h2,
.bd-example-type h3,
.bd-example-type h4,
.bd-example-type h5,
.bd-example-type h6 {
  margin: 0;
}

.bd-example-type .table td {
  padding: 15px 0;
  border-color: #eee;
}

.bd-example-type .table tr:first-child td {
  border-top: 0;
}

.topwidget .fa,
.topwidget .fas {
  font-size: 3em;
}

.topwidget .topwidget-list .region .block {
  position: relative;
  background: #efefef;
  overflow: hidden;
  color: #fff;
  margin-bottom: 30px;
}

.topwidget .topwidget-list .region .block:hover img {
  transform: scale(1.1);
}

.topwidget .topwidget-list .region .block .content * {
  color: #000;
}

.topwidget .topwidget-list .region .block img {
  width: 100%;
  display: block;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.topwidget .topwidget-list .region .block h2 {
  margin: 25px;
}

.topwidget .topwidget-list .region .block h3 {
  margin: 25px;
  font-size: 1.1em;
  font-weight: 300;
}

.topwidget .topwidget-list .region .block p:last-child {
  margin: 0;
}

.topwidget ul {
  margin: 0;
  padding: 0;
}

.topwidget ul li {
  list-style: none;
  padding-bottom: 6px;
  margin-bottom: 6px;
  border-bottom: 1px solid #dddddd42;
}

.contact-message-feedback-form {
  max-width: 650px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #e8e8e8;
  padding: 20px 30px;
}

.contact-message-feedback-form .form-text,
.contact-message-feedback-form .form-email,
.contact-message-feedback-form .form-textarea {
  width: 100%;
}

.user-login-form,
.user-form,
.user-pass {
  max-width: 500px;
  margin: 40px auto;
  border: 1px solid #e6e6e6;
  padding: 5px 20px;
  background: #fdfdfd;
}

.user-login-form .form-text,
.user-login-form .form-email,
.user-form .form-text,
.user-form .form-email,
.user-pass .form-text,
.user-pass .form-email {
  width: 100%;
}

.form-composite>.fieldset-wrapper>.description,
.form-item .description {
  color: #999;
  font-style: italic;
}

.maintenance-page {
  background: url("../images/maintenance-bg.png?1532937786") #66cbff center no-repeat;
  color: #fff;
  text-align: center;
  padding-top: 220px;
  padding-bottom: 100px;
  color: #000;
}

.maintenance-page .brand,
.maintenance-page .name-and-slogan {
  display: inline-block;
  vertical-align: middle;
}

.maintenance-page .site-name a {
  color: #404040;
}

.maintenance-page .site-slogan,
.maintenance-page .name-and-slogan {
  display: none;
}

.maintenance-msg {
  margin: 20px 0;
  padding: 20px 30px;
  display: inline-block;
  color: #404040;
  border: 1px solid #fff;
  background: #f2f4cf;
  background: rgba(242, 244, 207, 0.88);
  -moz-box-shadow: 5px 5px 0px #fff;
  -webkit-box-shadow: 5px 5px 0px #fff;
  box-shadow: 5px 5px 0px #fff;
}

.maintenance-msg h1 {
  text-transform: uppercase;
  font-weight: bold;
}

.path-user .profile>div {
  display: inline-block;
}

.path-user .profile .label {
  display: block;
  color: #333;
}

/* ------------------ */
.header .container .row {
  align-items: center;
  justify-content: space-between;
  margin: 0;
}

.region.region-page-title {
  position: relative;
}

.node .field__label {
  color: #000;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 10px;
}

.field.field--name-field-images.field--type-image {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: 1fr 1fr 1fr;
}

.field.field--name-field-images.field--type-image img {
  width: 100%;
  height: auto;
}

div#block-theme-language {
  position: relative;
}

div#block-theme-languageswitcher ul.links {
  margin: 0;
  padding: 0;
  list-style: none;
  background: #fff;
}

div#block-theme-languageswitcher ul.links li {
  list-style-type: none;
}

.region.region-header {
  position: relative;
}

.field-content.product-title {
  font-size: 18px;
  line-height: 23px;
  display: block;
  font-weight: bold;
  text-align: center;
}

.field-content.product-price {
  color: #962d24;
  letter-spacing: 2px;
  font-size: 15px;
  line-height: 15px;
  font-weight: bold;
  text-align: center;
  display: block;
}

.views-field.views-field-field-category-image {
  position: relative;
  overflow: hidden;
}

.views-field.views-field-field-category-image img {
  display: block;
  transition: all 0.2s;
  width: 100%;
}

.views-field.views-field-field-category-image:hover img {
  transform: scale(1.05);
}

.video-text-row.views-row span.field.field--name-title {
  margin-bottom: 20px;
  display: block;
}

.views-field.views-field-field-category-image a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(top,
      rgba(45, 45, 45, 0) 0%,
      rgba(45, 45, 45, 0.2) 60%,
      rgba(45, 45, 45, 0.8) 100%);
  background: -webkit-linear-gradient(top,
      rgba(45, 45, 45, 0) 0%,
      rgba(45, 45, 45, 0.2) 60%,
      rgba(45, 45, 45, 0.8) 100%);
  background: linear-gradient(to bottom,
      rgba(45, 45, 45, 0) 0%,
      rgba(45, 45, 45, 0.2) 60%,
      rgba(45, 45, 45, 0.8) 100%);
  z-index: 2;
}

.front-categories .views-view-responsive-grid__item-inner {
  position: relative;
}

.front-categories .category-title {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0000004a;
  flex-direction: column;
  gap: 20px;
}

.field-content.category-link a {
  background: #fff;
  color: #000;
  padding: 7px 20px;
  display: block;
}

.front-categories .category-title .views-field.views-field-name {
  color: #fff;
  font-size: 21px;
  font-weight: bold;
}

.front-categories .category-title .views-field.views-field-name a {
  color: #fff;
}

.more-link {
  text-align: center;
  margin-top: 30px;
}

.more-link a {
  background: #fff;
  color: #962d24;
  border-radius: 8px;
  padding: 9px 13px;
  font-size: 12px;
  margin: 0 auto;
  transition: all 0.2s;
  border: 1px solid #962d24;
  text-decoration: none;
}

.more-link a:hover {
  background: #fff;
  color: #962d24;
}

.slide__media {
  display: none;
}

.blog .views-view-responsive-grid__item-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  border: 1px solid #f1f1f1;
  border-radius: 15px;
  background: url(/sites/default/files/inline-images/bg.png) center center no-repeat;
  background-size: 32%;
  background-position-x: 120%;
  background-position-y: 230%;
}

.blog .views-view-responsive-grid__item-inner img {
  display: block;
}

.blog .views-view-responsive-grid__item-inner .views-field.views-field-fieldset {
  padding: 20px;
}

.page-node-type-blog .field.field--name-body {
  padding-right: 15px;
}

.page-node-type-blog h1.page-title {
  text-align: center;
}

.field-content.blog-title {
  font-size: 20px;
  line-height: 25px;
  margin: 10px 0;
  display: block;
}

.field-content.blog-content {
  font-size: 14px;
  line-height: 27px;
}

.field-content.blog-more a {
  background: #fff;
  color: #962d24;
  border-radius: 8px;
  padding: 6px 13px;
  font-size: 12px;
  margin: 0 auto;
  transition: all 0.2s;
  border: 1px solid #962d24;
  text-decoration: none;
}

button.navbar-toggle {
  position: absolute;
  left: 15px;
  top: 0;
  z-index: 2;
}

.field.field--name-title {
  font-size: 35px;
  line-height: 46px;
  margin-bottom: 30px;
  display: block;
}

.field.field--name-price.field--type-commerce-price {
  font-size: 30px;
  line-height: 30px;
  color: #993430;
}

.field.field--name-field-description {
  color: #7e7e7e;
  font-size: 14px;
  line-height: 27px;
}

.field.field--name-field-arhkayowt-yown,
.field.field--name-field-category {
  display: flex;
  align-items: center;
  gap: 10px;
}

.field.field--name-field-category a {
  padding: 8px;
  border: 1px solid #f1f1f1;
  font-size: 13px;
  line-height: 13px;
  display: inline-block;
  margin: 5px 10px;
  margin-left: 0px;
  border-radius: 3px;
}

body.path-product .layout__region.layout__region--second>div {
  width: 80%;
  margin-left: 10%;
}

body.path-product .header {
  margin-bottom: 30px;
}

.path-product .layout--twocol {
  align-items: center;
}

body.path-product .field.field--name-price {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
}

div#block-header-image-block {
  position: relative;
  margin-bottom: 50px;
}

div#block-header-image-block .views-field.views-field-field-image .field-content {
  height: 300px;
}

div#block-header-image-block .views-field.views-field-field-image .field-content img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

div#block-header-image-block .views-field.views-field-title .field-content {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: -moz-linear-gradient(top,
      rgba(45, 45, 45, 1) 0%,
      rgba(45, 45, 45, 0) 100%);
  background: -webkit-linear-gradient(top,
      rgba(45, 45, 45, 1) 0%,
      rgba(45, 45, 45, 0) 100%);
  background: linear-gradient(to bottom,
      rgba(45, 45, 45, 1) 0%,
      rgba(45, 45, 45, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2d2d2d', endColorstr='#007db9e8', GradientType=0);
  font-size: 50px;
  color: #fff;
}

div#block-theme-webform {
  background: url(../images/form-bg.jpg);
  background-size: cover;
}

div#block-theme-webform>.content {
  background: #f88c20bd;
  color: #fff;
  padding: 20px 30px;
}

div#block-theme-sidebarcontacts {
  background: url(../images/contact-bg.jpg);
  background-size: cover;
  margin-top: 10px;
  margin-bottom: 20px;
}

div#block-theme-sidebarcontacts>.content {
  background: #982b24c4;
  color: #fff;
  padding: 20px 30px;
}

div#block-address {
  background: url(../images/icon-map-location-white.png) left center no-repeat;
  padding-left: 40px;
  background-size: 28px;
}

div#block-mail {
  background: url(../images/icon-message-white.png) left center no-repeat;
  padding-left: 40px;
  background-size: 28px;
}

div#block-phone {
  background: url(../images/icon-smartphone-white.png) left center no-repeat;
  padding-left: 40px;
  background-size: 28px;
  margin: 20px 0;
}

.page-node-type-webform .layout__region.layout__region--first {
  padding: 0 50px 0 35px;
}

.page-node-type-webform .field--name-body p {
  display: flex;
  justify-content: space-between;
  margin: 0;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
  text-align: right;
}

li.pager__item {
  list-style-type: none;
}

ul.js-pager__items.pager {
  margin: 0;
  padding: 0;
}

div#block-theme-languageswitcher {
  display: none;
  position: absolute;
  top: 22px;
  right: 0;
  z-index: 9;
  padding-top: 10px;
  text-align: center;
}

div#block-theme-languageswitcher .block-content {
  background: #fff;
}

div#block-theme-language:hover div#block-theme-languageswitcher {
  display: block;
}

div#block-theme-languageswitcher ul.links li {
  margin: 0;
  padding: 0;
}

div#block-theme-languageswitcher ul.links a.language-link {
  padding: 5px 10px;
  font-size: 14px;
}

div#block-thex-language .field.field--name-body {
  display: flex;
  align-items: center;
}

div#block-theme-headerright {
  margin: 0;
}

div#block-theme-headerright svg {
  width: 23px;
}

div#block-theme-headerright>.content {
  display: flex;
  gap: 20px;
}

div#block-theme-headerright .block {
  margin: 0;
}

div#block-theme-globe svg {
  fill: #962d24;
}

.layout.layout--threecol-25-50-25 {
  align-items: center;
  text-align: center;
}

.ui-dialog .field.field--name-price,
.ui-dialog .field.field--name-title {
  font-size: 18px;
  line-height: 24px;
}

.ui-widget-content a {
  text-decoration: none !important;
  border: 0 !important;
  outline: none;
}

.ui-widget-header {
  border: 0 !important;
  background: #9a2b24 !important;
  color: #fff !important;
}

.ui-widget.ui-widget-content {
  border: 0 !important;
  padding: 0 !important;
}

.ui-dialog .ui-dialog-titlebar {
  border-radius: 0 !important;
}

.ajax-progress {
  font-size: 12px;
}

.cart-block--summary a {
  position: relative;
}

span.cart-block--summary__count {
  position: absolute;
  top: -3px;
  left: 16px;
  background: #982f25;
  color: #fff;
  font-size: 10px;
  width: 18px;
  height: 18px;
  text-align: center;
  border-radius: 100%;
  display: block;
  line-height: 20px;
}

span.cart-block--summary__icon {
  width: 30px;
  height: 30px;
}

span.cart-block--summary__icon svg {
  width: 30px;
  height: 30px;
}

.cart.cart-form .form-actions {
  display: flex;
  justify-content: space-between;
}

.cart.cart-form .form-actions input {
  margin: inherit;
}

.cart.cart-form .form-actions input#edit-checkout {
  background: #982f25;
}

.cart.cart-form tr th:nth-child(n + 2),
.cart.cart-form tr td:nth-child(n + 2) {
  text-align: center;
}

td.views-field.views-field-purchased-entity .layout__region.layout__region--content {
  display: flex;
  align-items: center;
  gap: 20px;
}

legend {
  padding-bottom: 10px;
  border-bottom: 2px solid #eee;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}

ol.checkout-progress {
  margin: 20px 0 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  background: #eee;
  /* color: #fff; */
  /* gap: 0 30px; */
}

.checkout-progress--step {
  display: block;
  padding: 10px 15px;
  position: relative;
  text-align: center;
  display: flex !important;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #fff;
}

.checkout-progress--step__current:after {
  content: "";
  width: 0;
  height: 0;
  /* border-top: 32px solid transparent;
  border-left: 31px solid #9a2a24;
  border-bottom: 33px solid transparent; */
  position: absolute;
  top: 0;
  right: -30px;
}

.checkout-progress--step__current {
  font-weight: inherit;
  background: #9a2a24;
  color: #fff;
  border-right: 0;
}

div#block-theme-checkoutprogress {
  margin: 0;
}

div#block-tesakani-menu {
  margin: 0;
}

.updates-first {
  background: #fcfaf7;
  padding: 70px 0;
  margin-bottom: 70px;
}

div#block-theme-aboutgroup {
  background-color: #eee;
  /* background: url(/sites/default/files/inline-images/cakes_1.webp) center center no-repeat;
  background-size: cover; */
}

div#block-theme-aboutgroup>.content {
  padding: 70px 15px;
}

div#block-theme-aboutgroup p,
div#block-theme-aboutgroup .views-field.views-field-view-node a,
div#block-theme-aboutgroup h2.title {
  color: #000;
}

div#block-celiac-block {
  display: grid;
  grid-template-columns: 2fr 3fr;
  gap: 100px;
  max-width: 1320px;
  margin: 0 auto;
  position: relative;
}

div#block-about-block {
  max-width: 1320px;
  margin: 0 auto 70px;
  display: grid;
  grid-template-columns: 2fr 3fr;
  gap: 100px;
  padding: 0 15px;
}

#footer .block {
  margin: 0;
}

div#block-celiac-block>h2,
div#block-about-block>h2 {
  margin: 0;
  text-align: left;
}

.views-field.views-field-view-node a {
  border-bottom: 1px solid;
}

.footer .brand.logo {
  width: 150px;
}

div#footer {
  background: #000000;
  color: #ffffff;
}

div#footer a {
  color: #ffffff;
}

div#footer .row {
  align-items: flex-end;
}

div#block-video-block .field--type-file {
  width: 100vw;
  height: calc(100vh - 168px);
}

div#block-video-block video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

div#block-video-block {
  margin-top: -142px;
}

div#block-video-block h2 {
  display: none;
}

div#block-text-block-2,
div#block-video-text-block,
div#block-theme-frontcustomtext {
  max-width: 1370px;
  margin-left: auto;
  margin-right: auto;
}

div#block-text-block-2 .layout__region.layout__region--content video,
div#block-video-text-block .layout__region.layout__region--content video {
  width: 100%;
  height: 100%;
  min-height: 350px;
  object-fit: cover;
  display: block;
}

div#block-text-block-2 .video-text-row.views-row:first-child .layout__region.layout__region--content,
div#block-video-text-block .video-text-row.views-row:first-child .layout__region.layout__region--content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  overflow: hidden;
}

div#block-text-block-2 .video-text-row.views-row:first-child .layout__region.layout__region--content img,
div#block-video-text-block .video-text-row.views-row:first-child .layout__region.layout__region--content img {
  border-radius: 40px;
}

div#block-video-text-block .video-text-row.views-row:last-child .layout__region.layout__region--content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  overflow: hidden;
}

div#block-text-block-2 .video-text-row.views-row .layout__region.layout__region--content>div:not(.field) {
  padding: 30px;
  display: flex;
  flex-direction: column;
  height: 100%;
  align-items: center;
  justify-content: center;
  /* background: url(/sites/default/files/inline-images/bg.png) -40% -30% repeat-y;
  background-size: 40%; */
  grid-column: 2;
}

div#block-video-text-block .video-text-row.views-row .layout__region.layout__region--content>div:not(.field) {
  padding: 30px;
  display: flex;
  flex-direction: column;
  height: 100%;
  align-items: center;
  justify-content: center;
  background: url(/sites/default/files/inline-images/bg.png) -40% -30% repeat-y;
  background-size: 40%;
}

div#block-text-block-2 .video-text-row.views-row:last-child .layout__region.layout__region--content>.field {
  grid-column: 2;
  grid-row: 1;
  height: 100%;
  grid-column: 1;
}

div#block-video-text-block .video-text-row.views-row:last-child .layout__region.layout__region--content>.field {
  grid-column: 2;
  grid-row: 1;
  height: 100%;
}

.video-text-row.views-row:first-child {
  margin-bottom: 70px;
}

.video-text-row.views-row span.field.field--name-title {
  margin-bottom: 20px;
  display: block;
}

div#block-theme-views-block-tesakani-block-1 {
  padding: 0 15px;
}

div#block-theme-views-block-tesakani-block-1 .slide__caption {
  padding: 20px;
}

.slide__description img,
.slide__description {
  position: relative;
  overflow: hidden;
}

nav.slick__arrow nav.slick__arrow {
  float: right;
  margin-right: 20px;
}

nav.slick__arrow button {
  font-size: 26px;
  padding: 6px 10px;
  margin-left: 10px;
  outline: none;
  cursor: pointer;
}

div#block-products-block {
  margin: 0 auto 70px;
  max-width: 1370px;
}

span.separator {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 1px;
  margin: 0 8px;
  background: #000;
  border-radius: 4px;
}

.title-price {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-direction: column;
  margin-top: 10px;
}

input.button--add-to-cart {
  box-shadow: 0 0 5px 1px #000;
  background: url(../images/carticon.svg) left center no-repeat #ffffff !important;
  padding: 12px 15px 12px 55px;
  color: #962d24 !important;
  font-size: 10px !important;
  line-height: 14px;
  background-position-x: 12px !important;
  background-size: 27px !important;
}

.views-element-container input.button--add-to-cart {
  box-shadow: 0 0 5px 1px #000;
  padding: 9px 0px 9px 35px;
  background: url(../images/carticon.svg) left center no-repeat #ffffff !important;
  background-size: 20px !important;
  color: #962d24 !important;
  background-position-x: 8px !important;
  font-size: 10px !important;
  line-height: 14px;
  width: 32px;
  transition: all 0.7s;
}

.views-element-container input.button--add-to-cart:hover {
  width: 197px;
  padding: 9px 12px 9px 36px;
}

.views-view-responsive-grid__item-inner {
  position: relative;
  overflow: hidden;
}

.views-view-responsive-grid__item-inner .views-field.views-field-variations-target-id {
  position: absolute;

  top: 10px;
  right: 10px;
  z-index: 2;
  overflow: hidden;
  border-radius: 10px;
}

.views-field.views-field-variations-target-id .form-actions {
  margin: 0;
}

.region.region-topmessage span {
  display: block;
}

.top-message {
  margin-top: 6px;
}


div#block-products-block footer {
  display: flex;
  align-items: center;
  padding: 15px;
  justify-content: center;
  background: #fcfaf7cf;
}

div#block-hacer-block footer {
  background: #fcfaf7;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  padding: 15px;
  justify-content: center;
}



div#block-text-block-2 .field.field--name-body a,
div#block-video-text-block .field.field--name-body a {
  background-color: #fff;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: bold;
  border-radius: 8px;
  text-align: center;
  cursor: pointer;
  border: 2px solid #435a6b;
  transition: background-color 0.3s ease;
  color: #435a6b;
}

div#block-text-block-2 .field.field--name-body a:hover,
div#block-video-text-block .field.field--name-body a:hover {
  background-color: #435a6b;
  color: #fff;
}

div#block-text-block-2 h4 {
  font-size: 26px;
  line-height: 37px;
  text-align: center;
}

div#block-video-text-block h4 {
  font-size: 26px;
  line-height: 37px;
  margin-bottom: 40px;
  text-align: center;
}

div#block-image-text-block {
  position: relative;
}

div#block-text-block-2 img,
div#block-video-text-block .field-content,
div#block-theme-slidercakes .field-content {
  height: 100%;
}

.image-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: #00000082;
  color: #fff;
  text-align: center;
}

.image-text .views-field.views-field-title {
  font-size: 42px;
  line-height: 60px;
}

div#block-image-text-block img {
  display: block;
}

.image-text .views-field.views-field-body {
  margin-top: 40px;
}

.image-text .views-field.views-field-body a {
  background-color: #fff;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: bold;
  border-radius: 8px;
  text-align: center;
  cursor: pointer;
  transition: background-color 0.3s ease;
  color: #435a6b;
}

.image-text .views-field.views-field-body a:hover {
  background-color: #435a6b;
  color: #fff;
}

.region.region-footer-title svg {
  width: 40px;
}

div#block-theme-instagram>h2 {
  text-transform: none;
  color: #fff;
  font-size: 14px;
  margin: 0;
}

.region.region-footer-title {
  margin-bottom: 30px;
}

.region.region-footer-title .field--name-body {
  display: flex;
  align-items: center;
}

form#webform-submission-subscribe-add-form {
  width: 400px;
  max-width: 100%;
}

form#webform-submission-subscribe-add-form input[type="tel"],
form#webform-submission-subscribe-add-form select {
  width: 400px;
  max-width: 100%;
}

.slide__caption {
  padding: 0;
}

div#block-home-slider .slick-slide.slick-current.slick-active img {
  animation: zoomOut 6s;
  opacity: 1 !important;
}

@keyframes zoomOut {
  from {
    transform: scale(1);
  }

  to {
    transform: scale(1.1);
  }
}


div#block-theme-slidercakes {
  position: relative;
  height: 82vh;

}

div#block-home-slider {
  margin: 0;
}

div#block-theme-slidercakes .views-field.views-field-field-slider-image {
  height: 82vh;
  width: 100%;
}


div#block-text-block-2 img,
div#block-video-text-block img,
div#block-theme-slidercakes img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

div#block-image-text-block {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  z-index: 2;
  justify-content: center;
}

body:not(.path-frontpage, .page-node-type-webform, .page-node-type-page) .dialog-off-canvas-main-canvas {
  margin-top: 110px;
}

td.views-field.views-field-remove-button input {
  background: url(/themes/theme/images/trash.svg) center center no-repeat !important;
  text-indent: -9999px;
  background-size: 16px !important;
}

td.views-field.views-field-title.views-field-total-price__number {
  font-weight: bold;
}

td.views-field.views-field-title.views-field-total-price__number div {
  font-weight: 400;
  font-size: 11px;
}

div#block-theme-checklist .content ul {
  margin: 0;
}

div#block-theme-checklist .content ul li {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 5px;
  margin: 5px 0;

}

div#block-theme-checklist .content ul li::before {
  content: '';
  display: inline-block;
  height: 20px;
  width: 20px;
  background-image: url(/themes/theme/images/check.svg);
}

div#block-theme-fronttextgroup>.content {}

div#block-theme-fronttextgroup {
  margin: 0;
  background: #fcfaf7;
  padding: 70px 0;
  margin-bottom: 70px;
}

.checkout-progress--step::before {
  display: none;
}

/* div#block-theme-checklist {
  background: url(/sites/default/files/inline-images/bg.png) right center no-repeat;
  background-size: contain;
} */

div#block-text-block-2 .field.field--name-body {
  text-align: justify;
}

div#block-theme-grouptext,
div#block-icon-text-block {
  max-width: 1370px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
}

div#block-theme-grouptext h2 {
  line-height: 35px;
  max-width: 80%;
  margin: 0 auto 20px;

}

div#block-icon-text-block,
div#block-theme-grouptext {
  text-align: center;
}

div#block-icon-text-block img {
  width: 60px;
}

#block-theme-grouptext h2:after {
  display: none;
}

div#block-icon-text-block .views-view-responsive-grid__item {
  padding: 20px;
  font-weight: bold;
  color: #922321;
}

div#block-theme-grouptext {
  margin-bottom: 0;
}

div#block-home-slider .views-field.views-field-field-slider-image-1 .field-content {
  height: 82vh;
  overflow: hidden;
  /* display: grid;
  grid-template-columns: 1fr 1fr; */
}

div#block-home-slider .views-field.views-field-field-slider-image-1 .field-content img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.views-field.views-field-field-slider-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #00000029;
  color: #fff;
  font-size: 30px;
  line-height: 40px;
  text-align: center;
}

.views-field.views-field-field-slider-text .field-content.slider-text {
  margin: 0 auto;
  max-width: 800px;
  padding: 30px;
  font-weight: bold;

}


.slide__caption {
  padding: 0 !important;
}

.region.region-footer-second span.navbar-toggle-close {
  display: none;
}

.region.region-footer-second .menu-base-theme li a {
  padding: 0;
  text-align: left;
}

.region.region-footer-second .menu-base-theme li {
  padding: 0;
  text-align: left;
}

.region.region-footer-second .menu-base-theme li {
  margin-bottom: 10px;
}

.view-col {
  position: relative;
}

.view-col .form-actions {
  position: absolute;
  top: 10px;
  right: 10px;
}

.toolbar-horizontal .header {
  top: 40px;
}

.cart-block--contents__items {
  max-height: calc(100vh - 70px) !important;
}

.cart-block--contents {
  width: auto !important;
  max-width: 100%;
  top: 71px;
}

.cart-block--contents.is-outside-horizontal {
  right: 0;
  box-shadow: 0 0 5px 2px #94949424;
}

.cart-block--contents__items {
  overflow-y: auto;
}

.layout-region.layout-region-checkout-secondary .field.field--name-title {
  font-size: 18px;
  line-height: 24px;
}

.field.field--name-field-characteristics {
  display: flex;
  text-align: center;
  gap: 30px;
}

.field.field--name-field-characteristics img {
  width: 50px;
}

.characteristics {
  position: absolute;
  top: 10px;
  left: 10px;
}

.characteristics h2,
.characteristics .field.field--name-name {
  display: none;
}

.characteristics .field.field--name-field-icon {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  width: 32px;
  height: 32px;
}

.characteristics img {
  width: 25px;
}

.characteristics {
  position: absolute;
  top: 10px;
  left: 10px;
  display: flex;
  gap: 10px;
}

.field__label {
  font-weight: bold;
}

.field.field--name-field-review-image {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.field.field--name-field-review-image>div {
  flex: 1 1 25%;
}