:root {
 
  --font-mont: "Montserrat", sans-serif;
  --font-fred:  "Fredoka", sans-serif;
  --font-ind: "Indie Flower", sans-serif;
  --red: #CB6C68;
}

* {
  box-sizing: border-box;
}

div#timer {
    text-align: center;
    display: block;
}
.price-block {
  position: relative;
  z-index: 3;
}


.content-editor ul li {
  padding-left: 15px;
  position: relative;
  margin: 0 0 10px;
  line-height: 1.3;
}
.content-editor ul {
    margin: 0 0 30px;
}
.page-template-page-price .first-box h1 {
  color: #cb6c68;
}
.content-editor ul li {
    padding-left: 15px;
    position: relative;
}
.content-editor h2 {

  font-size: 28px;
}
.content-editor ul li:before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    background: #cb6c68;
    border-radius: 6px;
    position: absolute;
    top: 7px;
    left: 0px;
}

.content-editor h2 {
    margin: 0 0 30px;
}

.content-editor p {
    font-size: 16px;
    font-weight: 600;
}

.content-editor p strong {
    font-weight: 700;
    color: #cb6c68;
}

.content-editor {
    margin-bottom: 60px;
}
.page-template-page-marriage .vote-info__img img {
  max-width: 80px;
}
.page-template-page-marriage h1 {
  font-family: "Lobster", serif!important;
  color: #ebb045 !important;
}
.page-template-page-marriage #voteform input {
  border: 1px solid #ebb045;
}

.page-template-page-marriage #voteform label,
.page-template-page-marriage #voteform input {
  color: #ebb045;
}


.page-template-page-marriage  header.site-header {
  display: none;
}
.page-template-page-vote .field-btn button {
  background: #f0c987;
  border-radius: 50px;
}
form.wpcf7-form.submitting .field-btn button {
  opacity: .5;
  pointer-events: none;
}

.page-template-page-marriage .field-btn button {
  background: #ebb045;
}

.page-template-page-marriage .wpcf7 form.sent .wpcf7-response-output {
  color: #ebb045;
}

.page-template-page-marriage .first-box,
.page-template-page-vote .first-box {
  padding: 80px 0 240px;
  position: relative;
  background: #17212b;
}

.page-template-page-vote .first-box h1 {
  color: #f0c987!important;
}

body {
  margin: 0;
  -webkit-font-smoothing: auto;
  font-family: var(--font-mont);
}

.vote-info__editor {
    display: none;
}
.vote-info__img {
  text-align: center;
  margin: 0 0 30px;
}
.vote-info__img img {
  max-width: 280px;
  margin: 0 auto;
}
.count-info {
  font-size: 16px;
  font-weight: 600;
  max-width: 480px;
  margin: 30px auto 0;
  text-align: center;
}
.page-template-page-vote .first-box {
  padding-top: 50px;
}
.page-vote h1 {
  margin: 0 0 30px;
}
.vote-info img {
  max-width: 350px;
}
.vote-info p {
  font-weight: 500;
  font-size: 16px;
}
.vote-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 35px;
  margin-top: 60px;
}
.vote-info__editor p {
  margin: 0 0 20px;
}
.vote-info h2 {
    font-size: 31px;
    margin: 0;
    display: inline-flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    gap: 15px;
    border: 3px solid;
    padding: 10px 30px;
    border-radius: 35px;
    text-transform: capitalize;
}
.page-template.page-template-page-vote header,
.page-template.page-template-page-vote footer {
  display: none;
}

#voteform .field {
  position: relative;
}
#voteform .wpcf7-not-valid-tip {
  position: absolute;
  bottom: 0;
  transform: translate(0, 100%);
  left: 15px;
}
#voteform input, #voteform textarea {
  color: #f0c987;
  font-size: 16px;
  font-family: var(--font-mont);
  font-weight: 500;
}
textarea:focus {
  outline: none;
  box-shadow: none;
}
.decor-t {
  font-size: 26px !important;
}
div#voteform textarea:focus {
  outline: none;
  box-shadow: none;
}
div#voteform textarea {
  border: 1px solid #cb6c68;
  border-radius: 5px;
  background: transparent;
  max-height: 145px;
  color: #000;
}

div#timer div {
  position: relative;
}
div#timer span {
  display: block;
  text-align: center;
  font-family: var(--font-fred);
  font-size: 60px;
  font-weight: 600;
  color: #cb6c68;
  line-height: 1;
}

div#timer div {
  font-family: var(--font-mont);
  font-size: 12px;
  color: #fff;
  font-weight: 700;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
#timer {
font-family: Arial, sans-serif;
font-size: 30px;
display: flex;
gap: 10px;
justify-content: space-between;
}

#timer span {
display: inline-block;
transition: transform 0.3s ease;
}

#timer span.changing {
transform: scale(1.2);
}
div#timer {
  max-width: 480px;
  margin: 0 auto;
}
div#radiofield {}

#radiofield label input {
    display: none;
}

#radiofield label input:checked ~ span:before {
    opacity: 1;
}

#radiofield span {
    position: relative;
    display: block;
}

#radiofield label span:after {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #fff;
    top: 0px;
}

#radiofield label span:before {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #cb6c68;
    opacity: 0;
    z-index: 1;
    top: 5px;
    left: 5px!important;!importan;!importa;!import;!impor;!impo;!imp;!im;!i;!;!;
}

#radiofield label span:before, #radiofield label span:after {
    position: absolute;
    left: 0;
}

#radiofield label {
    margin: 0;
    display: block;
}

#radiofield br {
    display: none;
}

#radiofield label span {
    padding-left: 35px;
    position: relative;
}

#radiofield span.wpcf7-form-control.wpcf7-radio {
    display: flex;
    gap: 35px;
    margin-top: 15px;
}

#voteform {
  gap: 20px;
}

#radiofield .first {
    min-height: auto;
    height: auto;
    background: transparent;
    max-height: max-content;
}

#radiofield span {
    margin: 0;
}
#voteform input {
  border: 1px solid #f0c987;
}
#voteform {
  margin-top: 45px;
}
#voteform label {
  color: #f0c987;
  font-size: 18px;
  font-weight: 600;
}

@media screen and (max-width: 390px) {
  div#timer span {
      font-size: 50px;
  }
}













a.showmore:hover {
  border-color: #96caee;
  text-decoration: none;
}
a.showmore {
  font-size: 19px;
  color: #000;
  font-family: var(--font-fred);
  font-weight: 600;
  text-align: center;
  border: 2px solid #3e88bb;
  border-radius: 50px;
  padding: 10px 5px;
  width: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 50px auto 0;
  background: #96caee;
  transition: .25s;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-fred);
}
.entry-content {
  margin: 0;
  padding: 40px 0 60px;
}
.entry-content {
  margin: 0;
  padding: 40px 0 60px;
}
.entry-content h3 {
  font-size: 28px;
}
.entry-content h2 {
  font-size: 32px;
}
.entry-content h2, .entry-content h3 {
  margin: 45px 0 30px;
}
.table-box {
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}


.table-box::-webkit-scrollbar {
  width: 4px;
  height: 6px;
  border-radius: 6px;
}

.table-box::-webkit-scrollbar-track {
  /*background: #fdf1eb;*/
  border-radius: 6px;
}

.table-box::-webkit-scrollbar-thumb {
  background-color: #cb6c68;
  border-radius: 20px;
  border: 0px solid #fdf1eb;
}

table {
  border: 1px solid #fff;
  border-radius: 10px;
  overflow: hidden;
}

table tr {
  border-bottom: 1px solid #fff;
  background: #fde7dc;
}

table tr:last-child {
  border: 0;
}

table td {
  border-right: 1px solid #ffffff;
  padding: 6px;
  font-size: 15px;
}

table td:last-child {
  border-right: 0px;
}

table td strong, table td b {
  font-weight: 600;
}

table tr:nth-child(even) {
  background: #ffeeeb;
}
.wpcf7 form.invalid .wpcf7-response-output, 
.wpcf7 form.unaccepted .wpcf7-response-output, 
.wpcf7 form.payment-required .wpcf7-response-output {
  border: 0;
  padding: 0;
  font-family: var(--font-fred);
  font-size: 16px;
  max-width: 240px;
  line-height: 1.2;
  margin: 0 auto;
  text-align: center;
}
.field-btn p {
  text-align: center;
}
.hidden {
  display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
  border-color: #46b450;
  padding: 0;
  border: 0;
  font-weight: 600;
  margin: 0;
  text-align: center;
  font-family: var(--font-fred);
  color: #cb6c68;
}
.wpcf7-not-valid-tip {
  color: #cb6c68;
  font-size: 14px;
  font-weight: normal;
  display: block;
  font-family: var(--font-fred);
}
.field input.wpcf7-not-valid {
  border-color: #cb6c68 !important;
}

.field input {
  color: #000;
}
.editor p {
  margin: 0 0 15px;
}
.editor {
  font-family: var(--font-fred);
  font-size: 18px;
}

.about {
  background: linear-gradient(229deg, #8cc3e9 0%, #b7e1ff 100%);
  overflow-y: hidden;
  position: relative;
  padding-top: 242px;
  padding-bottom: 100px;
}
.about .container {
  max-width: 1024px;
}
.about__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.about .container {
  position: relative;
  z-index: 1;
}

.faq__block {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 60px;
}

.faq__meta {
  max-width: 480px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.faq .container {
  max-width: 1024px;
}

.faq__meta img {
  max-width: 220px;
}
.faq {
  padding: 100px 0;
}
.faq__editor li {
  font-family: var(--font-fred);
  font-size: 18px;
  margin: 0 0 15px;
}


.faq__editor ol {
  list-style: none;
  counter-reset: my-awesome-counter;
}
.faq__editor ol li {
  counter-increment: my-awesome-counter;
}

.faq__editor li {
  font-family: var(--font-fred);
  font-size: 18px;
  margin: 0 0 15px;
  display: flex;
  align-items: center;
  line-height: 1.1;
  gap: 15px;
}
.faq__editor > p {
  font-family: var(--font-fred);
  font-size: 24px;
  max-width: 420px;
  font-weight: 700;
  margin: 0 0 35px;
}
.faq__editor ol li::before {
  content: counter(my-awesome-counter);
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  min-width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #a8d7f7;
}

.edges {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  max-width: 768px;
  margin: 80px auto 0;
}
.edge__value {
  font-family: var(--font-fred);
  font-size: 78px;
  font-weight: 900;
  text-align: center;
  color: #fff;
  line-height: 1;
}
.edge__text {
  font-size: 24px;
  text-align: center;
  font-weight: 500;
  font-family: var(--font-fred);
  line-height: 1;
  color: #fff;
}
.about .clouds svg {
  transform: translate(-50%, -1px) rotate(180deg);
  bottom: auto;
  top: 0px;
}

.admin-bar .about .clouds {
  bottom: 0px;
}

.about__block {
    display: flex;
    flex-direction: column;
    gap: 60px;
    align-items: center;
}
.about__block h2 {
  text-align: left;
  margin: 0 0 30px;
  line-height: 1;
  position: relative;
  color: #fff;
  font-size: 52px;
}


.first {
  min-height: 768px;
  height: calc(var(--vh, 1vh)* 100);
  transition: .15s;
  background: linear-gradient(209deg, #feb997 0%, #fdf1eb 100%);
  overflow-y: hidden;
  position: relative;
  max-height: 1024px;
}
.modal-header {
  padding: 0;
  border: 0;
}
.modal-header {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.modal-body {
  padding-top: 50px;
}
.modal-header .close {
  padding: 0;
  margin: 0;
  display: flex;
  width: 32px;
  height: 32px;
  align-items: center;
  justify-content: center;
  opacity: 1;
}
.modal-content {
  position: relative;
}
.modal-content {
  border: 0;
  border-radius: 15px;
}
.site-header {
  position: fixed;
  top: 40px;
  right: 0;
  left: 0;
  z-index: 4;
}

.social a svg {
  fill: #FFE0D1;
}

.logo span {
  font-size: 36px;
  color: #cb6c68;
  font-family: var(--font-fred);
  font-weight: 800;
}

.logo {
  position: relative;
}

.logo img {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-43%, -61%);
}

.admin-bar .site-header {
  top: 72px;
}

.site-header nav {
  border-radius: 80px;
  padding: 20px 35px !important;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
.social {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-left: 36px;
}
.social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: #fff;
  border-radius: 50%;
}

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

.site-header nav ul a {
  padding: 0;
  font-weight: 500;
  font-size: 20px;
  color: var(--red);
  font-family: var(--font-fred);
}
.site-header nav ul {
  display: flex;
  align-items: center;
  gap: 24px;
}
#main-menu {
  margin-left: auto;
  display: flex;
  align-items: center;
}
.first .container {
  padding-top: 130px;
  position: relative;
  z-index: 1;
}

.first h1 {
  text-align: center;
  font-family: var(--font-fred);
  font-size: 78px;
  font-weight: 600;
  color: #fff;
  position: relative;
  z-index: 1;
  margin: 160px 0 0;
}
.first h1 span {
  display: block;
}

.first h1 .sub-1 {
  font-size: 36px;
  font-family: var(--font-ind);
}

.first h1 .sub-2 {
  font-size: 36px;
  color: var(--red);
}

.circle {
  width: 500px;
  filter: blur(130px);
  -webkit-filter: blur(130px);
  background: #ffc2a5;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  
}

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


.clouds {
  position: absolute;
  overflow: hidden;
  left: 0;
  bottom: 0;
  max-width: 100%;
  width: 100%;
  height: 100%;
}

.admin-bar .clouds {
  bottom: -32px;
}

.product__price {
  font-size: 24px;
  color: #000;
  font-family: var(--font-fred);
  font-weight: 600;
  text-align: center;
  margin: 10px 0;
}

.products {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 46px;
}

.btn--cart {
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #8CC3E9;
  border: 3px solid #64A6D2;
  border-radius: 50%;
  scale: 1;
  transition: .15s;
}

.btn--product:before {
  content: '';
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  text-indent: -999em;
  white-space: nowrap;
  z-index: 1;
}

.btn,
.btn:focus {
  outline: none;
  border: 0;
  box-shadow: none;
  padding: 0;
}

.btn--product {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.title-medium {
  font-size: 46px;
  font-weight: 600;
  color: #000;
  font-family: var(--font-fred);
  text-align: center;
  margin: 20px 0 60px;
}

.product:hover .btn--cart {
  scale: 1.1;
}

.product {
  position: relative;
  text-align: center;
}

.btn--cart {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(0%, -50%);
}

svg.clouds__main {
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 3;
  transform: translate(-50%, 1px);
}


.line2-1 {
  width: 489px;
  height: 165px;
  background: url(/wp-content/themes/wp-bootstrap-starter-master/img/line2-1.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.line2-2 {
  width: 504px;
  height: 165px;
  background: url(/wp-content/themes/wp-bootstrap-starter-master/img/line2-2.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.line3-1 {
  width: 520px;
  height: 170px;
  background: url(/wp-content/themes/wp-bootstrap-starter-master/img/line3-1.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 7%;
}

.line4-1 {
  width: 520px;
  height: 170px;
  background: url(/wp-content/themes/wp-bootstrap-starter-master/img/line3-1.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0%;
}


.line2 {
  bottom: 100px;
}

.line3 {
  bottom: 100px;
  height: 170px;
}
.line4 {
  bottom: 120px;
  height: 170px;
  width: 520px!important;
}
.line2, 
.line3,
.line4 {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 50%;
  width: 1000px;
  transform: translate(-50%, 0);
}



.contact {
  background: linear-gradient(209deg, #ffe0d1 0%, #fdf1eb 100%);
  padding: 100px 0;
}

.fields h2 {
  font-family: var(--font-fred);
  font-size: 52px;
  margin: 0 0 30px;
  text-align: center;
}


.field-btn button {
  font-family: var(--font-fred);
  width: 180px;
  height: 60px;
  font-weight: 600;
  font-size: 24px;
  border: 0;
  background: #f6bda1;
  border-radius: 50px;
}
.field input {
  background: transparent;
  border: 1px solid #f6bda1;
  padding: 5px 15px;
  border-radius: 50px;
  height: 50px;
  font-size: 18px;
  font-family: var(--font-fred);
}
.fields input:focus {
  background: transparent;
  outline: none;
  box-shadow: none;
  border: 1px solid #f6bda1;
}
.field input::placeholder {
  font-family: var(--font-fred);
  
  color: #000;
}

.fields {
  display: flex;
  flex-direction: column;
  gap: 0;
  max-width: 526px;
  margin: 0 auto;
}

.line2-1 {
  animation: line2-1 6s linear infinite;
}

@keyframes line2-1 {
  0% {
      transform: translateX(0%); 
  }
  50% {
      transform: translateX(10%); 
  }
  100% {
      transform: translateX(0%);
  }
}


.line2-2 {
  animation: line2-2 8s linear infinite;
}

@keyframes line2-2 {
  0% {
      transform: translateX(0%); 
  }
  50% {
      transform: translateX(-10%); 
  }
  100% {
      transform: translateX(0%);
  }
}

.line3-1 {
  animation: line3-1 9s linear infinite;
}

@keyframes line3-1 {
  0% {
      transform: translateX(0%); 
  }
  50% {
      transform: translateX(5%); 
  }
  100% {
      transform: translateX(0%);
  }
}

.line4-1 {
  animation: line4-1 10s linear infinite;
}

@keyframes line4-1 {
  0% {
      transform: translate(0%, 0%); 
  }
  50% {
      transform: translate(-3%, 5%); 
  }
  100% {
      transform: translate(0%, 0%);
  }
}


.dekor-line {
  position: absolute;
  bottom: 100px;
  width: 100%;
  left: 50%;
  transform: translate(-50%, 0);
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  max-width: 1200px;
}


.worksheets {
  overflow: hidden;
  position: relative;
}

.container {
  max-width: 1200px;
  width: 100%;
}







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



body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}


.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 {
    border-left-color: #fff;
}

.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;
}

.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;
}

/* 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;
}

.entry-content .container > h2:first-child {
  margin-top: 0;
}

.entry-content h2 b, .entry-content h2, .entry-content h3 {
  font-weight: 600;
}

.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
--------------------------------------------------------------*/

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

.navbar-dark .site-info {
  color: #fff;
}
.copyright {
  font-size: 0.875rem;
  margin-bottom: 0;
  text-align: center;
}

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

footer {
  padding: 50px 0;
  background: #cb6c68;
  color: #fff;
}

footer {
  padding: 50px 0;
  background: #cb6c68;
  color: #fff;
}
footer .logo span {
  color: #fff;
  line-height: 1;
}

.footer-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer .social svg {
  fill: #cb6c68;
}
footer #main-nav a.nav-link {
  padding: 0;
}

footer #main-nav ul {
  display: flex;
  align-items: center;
  gap: 15px;
}


.social svg {
  fill: var(--red) !important;
  opacity: .8;
}


.site-header.scroll nav {
  background: rgba(255, 255, 255, 0.85);
}

.site-header nav {
  background: rgba(255, 255, 255, 0.2);
  transition: .15s;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.first-box {
  padding: 200px 0 240px;
  background: linear-gradient(209deg, #feb997 0%, #fdf1eb 100%);
  position: relative;
}

.first-box h1 {
  text-align: center;
  font-family: var(--font-fred);
  font-size: 78px;
  font-weight: 600;
  color: #fff;
}

.page-worksheet .worksheets {
  padding: 0 0 100px 0;
}
.grammar__box a {
  display: flex;
  align-items: center;
  text-align: center;
  font-family: var(--font-fred);
  font-size: 42px;
  font-weight: 600;
  color: var(--red);
  gap: 15px;
  margin: 0 0 20px;
}

.grammar__boxs {
  padding: 50px 0 100px;
}

.grammar__box a img {
  max-width: 64px;
}
.page-inner .title-meta {
  padding-top: 180px;
  background: linear-gradient(209deg, #feb997 0%, #fdf1eb 100%);
  padding-bottom: 60px;
}

.page-inner .title-meta h1 {
  font-weight: 600;
  font-size: 40px;
  font-family: var(--font-fred);
  color: var(--red);
  max-width: 991px;
  margin: 0 auto;
  text-align: center;
}
@media only screen and (max-width: 1199px) {
  .content-editor {
    margin-bottom: 60px;
    padding: 0 10px;
}
  .grammar__box a {
    font-size: 30px;
    margin: 0 0 20px;
  }
  .grammar__boxs {
    padding: 32px 0 50px;
  }
  .page-inner .title-meta h1 {
    font-size: 30px;

  }
  .page-inner .title-meta {
    padding-top: 140px;
  }

  .first-box h1 {
    font-size: 44px;
  }

  .first-box {
    padding: 150px 0 150px;
    position: relative;
  }

  .about__block {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
  .social a svg {
    max-width: 18px;
    max-height: 18px;
  }
  .social a {
      width: 30px;
      height: 30px;
  }

  .about__content p {
    font-size: 16px;
  }
  .edge__value {
    font-size: 52px;
  }
  .edge__text {
    font-size: 18px;
  }
  .site-header nav ul a {
    font-size: 16px;
  }

  .site-header nav {
    padding: 5px 35px !important;
  }

  .logo span {
    font-size: 30px;
  }

  .logo img {
    max-width: 40px;
  }

  .dekor-line img {
    max-width: 70%;
  }

  .dekor-2 {
    text-align: right;
  }

  .dekor-line {
    bottom: 170px;
    max-width: 910px;
  }

  .first h1 {
    margin: 120px 0 0;
  }
}


.btn--menu {
  display: none;
}

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

  .site-header {
    top: 20px;
  }

  .logo img {
    max-width: 30px;
  }

  .logo img {
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-42%, -48%);
  }
  .site-header nav ul {
    flex-direction: column;
  }

  #main-menu a svg {
    fill: var(--red);
  }
  #main-menu a {
      color: #fff;
  }
  #main-menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    flex-direction: column;
    background: var(--red);
    padding: 120px 0 80px;
    transform: translate(-101%, 0);
    transition: .15s;
  }

  .site-header nav {
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    
  }

  .menu-open #main-menu {
    transform: translate(0%, 0);
  }

  .site-header nav {
    padding: 5px 20px !important;
  }
  .btn--menu {
    display: flex;

    justify-content: center;
    align-items: flex-end;
    padding: 0;
    border: 0;
    position: relative;
    width: 30px;
    height: 30px;
    border-radius: 0;
  }

  .btn--menu:before, 
  .btn--menu:after {
    background: var(--red);
    border-radius: 2px;
    height: 2px;
    width: 30px;
    transition: .25s;
  }

  .btn--menu span {
    width: 24px;
    background: var(--red);
    border-radius: 2px;
    height: 2px;
    transition: .25s;
  }

  

  .btn--menu span {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 3px;
  }

  .btn--menu {
    gap: 3px;
    display: flex;
    flex-direction: column;
  }

  .btn--menu:after, 
  .btn--menu:before {
    content: '';
    display: block;
    height: 2px;
    position: absolute;
    top: 50%;
  }

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

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

  .btn--menu.menu-open:after {
    transform: translate(0px, calc(-50% - 0px)) rotate(45deg);
    background: #fff;
  }

  .btn--menu.menu-open:before {
      transform: translate(0px, calc(-50% - 0px)) rotate(-45deg);
      background: #fff;
  }

  
  

  .btn--menu.menu-open span {
    opacity: 0;
  }


  .social {
    margin: auto 0 0;
  }
  
  .first h1 {
    font-size: 50px;
  }
  .first h1 .sub-1 {
    font-size: 26px;
    margin: 15px 0 5px;
  }
  .dekor-line img {
    max-width: 60%;
  }
  .dekor-line {
    bottom: 210px;
    max-width: 768px;
  }
}

.first h1 br {
  display: none;
}


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

  #voteform label {
   
    font-size: 16px;
    font-weight: 500;
}

  .fields h2 {
    font-size: 44px;
    margin: 0 0 20px;

  }
  .about__block {
    grid-template-columns: 1fr;
  }
  .about__media img {
    max-width: 320px;
  }
  .about__media {
      text-align: center;
  }
  .edges {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-top: 50px;
  }
  .faq__block {
    grid-template-columns: 1fr;
  }
  .faq__meta {
    max-width: 100%;
  }
  .about {
    padding-bottom: 50px;
  }
  .faq__editor > p {
    max-width: 100%;
  }
  .circle {
    width: 100%;
    background: #ffba99;
  }
  .contact {
    padding: 50px 0;
  }
  .first h1 br {
    display: block;
  }
  .footer-box {
    flex-direction: column;
    gap: 30px;
  }
  footer #main-nav ul {
    flex-direction: column;
  }
  .faq {
    padding: 50px 0;
  }
  .first h1 {
    margin-top: 20px;
  }

  .first h1 .sub-1 {
    font-size: 24px;
    margin: 15px 0 5px;
  }
  .first h1 .sub-2 {
    font-size: 28px;
    color: var(--red);
  }
  .site-header nav ul a {
    font-size: 24px;
  }

  svg.clouds__main {
    height: 175px;
  }

  .line2 {
    bottom: 70px;
  }

  .line2-1 {
    width: 320px;
    height: 108px;
  }

  .line2-2,
  .line3-1,
  .line4-1 {
    width: 320px;
    height: 106px;
  }

  .line3 {
    bottom: 80px;
    height: 106px;
    max-width: 520px;
  }
  .line4 {
    bottom: 105px;
    height: 106px;
    width: 520px !important;
  }

  .line4-1 {
    right: auto;
    left: 9%;
  } 

  .dekor-line img {
    max-width: 100%;
  }
  .dekor-line {
    bottom: 145px;
  
  }

  .products {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 40px;
    column-gap: 30px;
  }
}