/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
button,
hr,
input {
  overflow: visible;
}
audio,
canvas,
progress,
video {
  display: inline-block;
}
progress,
sub,
sup {
  vertical-align: baseline;
}
[type=checkbox],
[type=radio],
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
figure {
  margin: 1em 40px;
}
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}
code,
kbd,
pre,
samp {
  font-family: monospace,monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:active,
a:hover {
  outline-width: 0;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
dfn {
  font-style: italic;
}
mark {
  background-color: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
select {
  text-transform: none;
}
[type=reset],
[type=submit],
button,
html [type=button] {
  -webkit-appearance: button;
}
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: ButtonText dotted 1px;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}
textarea {
  overflow: auto;
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
summary {
  display: list-item;
}
[hidden],
template {
  display: none;
}
/* ===============   COLORS   ============== */
/* ===============   FONTS   ============== */
@font-face {
  font-family: 'Crimson';
  src: url("../fonts/CrimsonText-SemiBold.ttf");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Cabin';
  src: url("../fonts/Cabin-Bold.ttf");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'OldStandard';
  src: url("../fonts/OldStandard-Regular.ttf");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Lora';
  src: url("../fonts/Lora-Regular.ttf");
  font-weight: 400;
  font-style: normal;
}
/* ===============   Most used selectors   ============== */
* {
  font-family: "Cabin", sans-serif;
}
.container {
  width: 1260px;
  max-width: 100vw;
}
body {
  background: #EFEFEF;
}
body:not(.hide-scroll) {
  padding-right: 0px!important;
}
body.hide-scroll {
  overflow: hidden;
}
body.hide-scroll .section-result {
  opacity: 1;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: opacity .3s, -webkit-transform 0s 0s;
  transition: opacity .3s, -webkit-transform 0s 0s;
  -o-transition: opacity .3s, transform 0s 0s;
  transition: opacity .3s, transform 0s 0s;
  transition: opacity .3s, transform 0s 0s, -webkit-transform 0s 0s;
}
button,
a.btn {
  background: #96DDCF;
  color: #42434A;
  padding: 17px 33px;
  border: none;
  display: inline-block;
  -webkit-box-shadow: 2px 2px 8px rgba(100, 100, 100, 0.3);
          box-shadow: 2px 2px 8px rgba(100, 100, 100, 0.3);
  outline: none;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  cursor: pointer;
  text-decoration: none;
}
button span,
a.btn span {
  font-size: 18px;
  letter-spacing: .6px;
  line-height: 22px;
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
}
button img,
a.btn img {
  width: 13px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 3px;
}
.wrap-btn {
  text-align: center;
}
a.btn {
  display: inline-block;
}
.a2a_default_style {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 500px;
  margin: 25px auto;
}
.a2a_default_style div[style="clear: both;"] {
  display: none;
}
[class*="a2a_button_"] {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  text-decoration: none;
  padding-right: 10px!important;
  -webkit-border-radius: 4px;
          border-radius: 4px;
}
[class*="a2a_button_"] span {
  margin-right: 10px!important;
}
.a2a_button_twitter {
  background: #55acee;
}
.a2a_button_facebook {
  background: #3b5998;
}
/* ===============   Style for pages   ============== */
header {
  background: #636F81;
  padding-top: 20px;
  padding-bottom: 20px;
}
header .container {
  position: relative;
}
header .sandwitch-icon {
  display: none;
}
header .logo {
  text-decoration: none;
  display: block;
}
header h2 {
  text-align: center;
  color: #fff;
  font-size: 35px;
  line-height: 32px;
  letter-spacing: .2px;
  font-weight: 600;
  font-family: "Crimson", sans-serif;
  margin-top: 5px;
  margin-bottom: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
header menu {
  padding: 0;
  width: -webkit-calc(100% - 30px);
  width: calc(100% - 30px);
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
  margin: 0;
  margin-top: 5px;
}
header menu:after {
  content: '';
  display: block;
  clear: both;
}
header menu li {
  list-style: none;
  float: right;
  margin-right: 0;
  margin-left: 70px;
  height: 100%;
}
header menu li:nth-child(-n+3) {
  float: left;
  margin-right: 70px;
  margin-left: 0;
}
header menu li a {
  text-decoration: none;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 1.5px;
  line-height: 18px;
  text-transform: uppercase;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  display: inline-block;
}
header menu li a:hover {
  color: #aaa;
}
header menu li.with-border {
  margin-top: -13px;
}
header menu li.with-border a {
  border: 2px solid #E679A3;
  background: #E679A3;
  padding: 11px;
}
header menu li.with-border a:hover {
  background: #d22769;
  border-color: #d22769;
  color: #fff;
}
header ul.another-menu {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
header ul.another-menu li {
  margin-right: 0;
}
header ul.another-menu li:not(:first-child) {
  margin-left: 70px;
}
.section-main {
  padding-top: 40px;
  padding-bottom: 60px;
}
.section-main h4 {
  font-size: 18px;
  line-height: 21.4px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1.5px;
}
.section-main h1 {
  font-size: 57px;
  line-height: 68.4px;
  letter-spacing: .2px;
  font-family: "OldStandard", sans-serif;
  font-weight: 400;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 60px;
}
.section-main h1 br {
  display: none;
}
.section-main h3 {
  font-family: "Lora", sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 26.25px;
  margin-top: 0;
  margin-bottom: 60px;
  text-align: center;
}
.section-main button,
.section-main a.btn {
  background: #96DDCF;
  color: #42434A;
}
.section-main button:hover,
.section-main a.btn:hover {
  background: #75ACA1;
}
.section-main button:active,
.section-main a.btn:active {
  background: #66978D;
}
.section-main .items {
  max-width: 1060px;
  margin: 0 auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-align-items: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.section-main .items .item {
  padding-left: 15px;
  padding-right: 15px;
  width: 20%;
  margin-bottom: 80px;
  cursor: pointer;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.section-main .items .item.disabled {
  opacity: .7;
}
.section-main .items .item .wrap-img {
  background: #fff;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  padding-left: 40px;
  padding-right: 40px;
  width: 182px;
  height: 182px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin: 0 auto;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.section-main .items .item .wrap-img:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  border-color: #636F81;
  border-style: solid;
  border-width: 0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.section-main .items .item .wrap-img img {
  max-width: 100px;
  max-height: 100px;
}
.section-main .items .item:not(.disabled):hover .wrap-img:before {
  border-width: 5px;
  border-color: #8D9EB8;
}
.section-main .items .item:not(.disabled):hover p {
  color: #5F616B;
}
.section-main .items input {
  position: absolute;
  /*left: -999999px;*/
  /*top: -99999px;*/
  opacity: 0;
  visibility: hidden;
}
.section-main .items input:checked + p + .wrap-img:before {
  border-width: 5px;
  border-color: #636F81!important;
}
.section-main .items p {
  font-size: 21px;
  font-weight: 700;
  letter-spacing: .7px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 28px;
  text-align: center;
  margin-bottom: 20px;
  margin-top: 20px;
  color: #42434A;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.section-result {
  background: rgba(66, 67, 74, 0.95);
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: 300;
  height: 100vh;
  overflow-y: auto;
  opacity: 0;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: opacity .3s, -webkit-transform 0s .3s;
  transition: opacity .3s, -webkit-transform 0s .3s;
  -o-transition: opacity .3s, transform 0s .3s;
  transition: opacity .3s, transform 0s .3s;
  transition: opacity .3s, transform 0s .3s, -webkit-transform 0s .3s;
}
.section-result .inner {
  padding-top: 30px;
  padding-bottom: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.section-result h2 {
  font-size: 42px;
  line-height: 52px;
  font-family: "OldStandard", sans-serif;
  color: #fff;
  font-weight: 400;
  text-align: center;
  margin-top: 0;
  margin-bottom: 50px;
}
.section-result .vase {
  text-align: center;
  margin-bottom: 30px;
}
.section-result .vase .wrapper {
  width: 300px;
  max-width: 95%;
  position: relative;
  margin: 0 auto;
}
.section-result .vase .wrapper img {
  width: 100%;
}
.section-result .text {
  width: 100%;
  font-size: 30px;
  margin-bottom: 30px;
}
.section-result p {
  font-size: inherit;
  font-family: "OldStandard", sans-serif;
  line-height: 1.2;
  margin: 0 auto;
  text-align: center;
  color: #fff;
}
.section-result p span {
  font-size: inherit;
  font-family: "OldStandard", sans-serif;
  line-height: 1.2;
  color: #42434A;
  margin: 0 auto;
}
.section-result .flowers {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}
.section-result .flowers img {
  width: 140px;
  padding: 0 10px;
  display: inline-block;
  vertical-align: middle;
  max-height: 140px;
}
.section-result .flowers .row-2 {
  margin-bottom: 10px;
  display: block;
  text-align: center;
  margin-top: 10px;
}
.section-result .flowers .row-2 span {
  display: inline-block;
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
  color: #fff;
  font-size: 25px;
  font-family: "OldStandard", sans-serif;
}
.section-result .flowers .row-2 img {
  max-width: 25%;
}
.section-result .flowers .row-2 img + :after {
  display: none;
}
.section-result .flowers .row-1 {
  display: block;
  text-align: center;
}
.section-result .flowers .row-1 img {
  max-width: 25%;
}
.section-result .wrap-btn {
  padding-bottom: 24px;
}
.section-result .wrap-btn.green button,
.section-result .wrap-btn.green a.btn {
  background: #96DDCF;
  color: #42434A;
}
.section-result .wrap-btn.green button img,
.section-result .wrap-btn.green a.btn img {
  width: 13px;
}
.section-result button,
.section-result a.btn {
  background: #E679A3;
  min-width: 350px;
  text-decoration: none;
  color: #fff;
  -webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
}
.section-result button:hover,
.section-result a.btn:hover {
  background: #C4678B;
}
.section-result button:active,
.section-result a.btn:active {
  background: #A35673;
}
footer {
  padding-top: 60px;
  padding-bottom: 30px;
  background: #636F81;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .logo {
  width: 150px;
}
footer ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
footer ul li {
  list-style: none;
}
footer ul li a {
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  margin-left: 35px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
footer ul li a:hover {
  color: #aaa;
}
footer .text {
  text-align: right;
  padding-top: 30px;
  color: #fff;
}
footer .text p {
  font-weight: 400;
  font-family: "OldStandard", sans-serif;
}
footer .text a {
  color: #fff;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  -webkit-text-decoration-color: rgba(255, 255, 255, 0);
          text-decoration-color: rgba(255, 255, 255, 0);
  font-weight: 400;
}
footer .text a:hover {
  -webkit-text-decoration-color: #ffffff;
          text-decoration-color: #ffffff;
}
/* ===============   Media selectors   ============== */
@media screen and (max-width: 1030px) {
  header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    z-index: 100;
  }
  header .container {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header h2 {
    text-align: center;
    color: #fff;
    font-size: 25px;
    line-height: 30px;
    margin: 0;
    padding-top: 4px;
  }
  header menu {
    background: #636F81;
    overflow: hidden;
    top: 44px;
    padding: 0 15px;
    padding-bottom: 15px;
    margin-top: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: .5s linear;
    -o-transition: .5s linear;
    transition: .5s linear;
    width: initial;
    left: 0;
    position: absolute;
    -webkit-transform: translateX(-110%);
        -ms-transform: translateX(-110%);
            transform: translateX(-110%);
  }
  header menu li {
    float: none!important;
    margin-left: 0!important;
    margin-right: 0!important;
  }
  header menu li.with-border {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
    margin-top: 0;
  }
  header menu li.with-border a {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 30px;
    padding-right: 30px;
    text-align: center;
  }
  header menu li a {
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    text-align: center;
  }
  header .main-row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
  }
  header .main-row .logo {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
    width: 100%;
  }
  header .sandwitch-icon {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    margin-top: -1px;
  }
  header .sandwitch-icon i {
    height: 2px;
    width: 25px;
    background: #fff;
    display: block;
    margin-bottom: 5px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
  }
  header .sandwitch-icon i:first-child {
    -webkit-transform-origin: bottom left;
        -ms-transform-origin: bottom left;
            transform-origin: bottom left;
  }
  header .sandwitch-icon i:last-child {
    margin-bottom: 0;
    -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
            transform-origin: top left;
  }
  header .show .sandwitch-icon i:first-child {
    -webkit-transform: rotate(45deg) translateY(-5px) translateX(2px);
        -ms-transform: rotate(45deg) translateY(-5px) translateX(2px);
            transform: rotate(45deg) translateY(-5px) translateX(2px);
  }
  header .show .sandwitch-icon i:nth-child(2) {
    opacity: 0;
  }
  header .show .sandwitch-icon i:last-child {
    -webkit-transform: rotate(-45deg) translateY(5px) translateX(2px);
        -ms-transform: rotate(-45deg) translateY(5px) translateX(2px);
            transform: rotate(-45deg) translateY(5px) translateX(2px);
  }
  header .show menu {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
  .section-main {
    padding-top: 95px;
  }
  .section-main .items .item {
    width: 25%;
  }
  .section-result .flowers .row-2 span {
    font-size: 18px;
  }
  footer {
    height: initial;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  footer .left {
    padding-top: 25px;
    padding-bottom: 20px;
  }
  footer .left a {
    display: inline-block;
  }
  footer .d-flex {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
  footer ul {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
  }
  footer ul li {
    text-align: center;
  }
  footer ul li a {
    margin-left: 0;
    margin-bottom: 20px;
  }
  button img,
  a.btn img {
    width: 10px;
  }
}
@media screen and (max-width: 800px) {
  .section-main .items .item {
    width: 33.33333333%;
  }
  .section-result h2 {
    margin-bottom: 40px;
    font-size: 37px;
    line-height: 48.4px;
  }
}
@media screen and (max-width: 768px) {
  .section-result h2 {
    margin-bottom: 10px;
  }
  .section-result .flowers img {
    width: 100px;
  }
  .section-result .vase .wrapper {
    width: 250px;
  }
  .section-result .text {
    font-size: 24px;
    line-height: 26px;
  }
  .section-result button,
  .section-result a.btn {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .section-result button span,
  .section-result a.btn span {
    font-size: 15px;
  }
  .section-result .wrap-btn {
    padding-bottom: 15px;
  }
  .a2a_default_style {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 670px) {
  .section-main .items .item .wrap-img {
    width: 160px;
    height: 160px;
    padding: 32px;
  }
  .section-main .items .item .wrap-img img {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
  }
  .section-main .items .item p {
    font-size: 18px;
    line-height: 24px;
  }
  .section-main h1 {
    line-height: 48.4px;
    font-size: 37px;
    margin-bottom: 20px;
  }
  .section-main {
    padding-top: 80px;
  }
  .section-result .vase {
    margin-left: -15px;
    margin-right: -15px;
  }
  .section-result .flowers img {
    width: 80px;
    max-height: 80px;
  }
  .section-result .vase .wrapper {
    width: 200px;
  }
}
@media screen and (max-width: 570px) {
  .section-main .items .item .wrap-img {
    width: 120px;
    height: 120px;
    padding: 22px;
  }
  .section-main .items .item p {
    font-size: 16px;
    line-height: 22px;
  }
}
@media screen and (max-width: 460px) {
  header h2 {
    font-size: 21px;
    line-height: 30px;
    letter-spacing: -0.8px;
  }
  .section-result h2 {
    max-width: 290px;
    margin: 0 auto;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 10px;
  }
  .section-main .items .item {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 25px;
  }
  .section-main .items .item .wrap-img {
    width: 90px;
    height: 90px;
    padding: 17px;
  }
  .section-main .items .item p {
    margin-bottom: 0;
    margin-top: 0;
    word-wrap: break-word;
    font-size: 10.5px;
    line-height: 20px;
  }
  .section-main {
    padding-bottom: 35px;
  }
  .section-main .items {
    margin-left: -8px;
    margin-right: -8px;
    margin-bottom: 15px;
  }
  button,
  a.btn {
    padding: 13px 13px;
  }
  button span,
  a.btn span {
    font-size: 15px;
  }
  .section-main h1 {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 10px;
  }
  .section-main h3 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 30px;
  }
  header ul.another-menu li:not(:first-child) {
    margin-left: 15px;
  }
  header menu li.with-border a,
  header ul li.with-border a {
    padding: 6px 9px;
  }
  header ul li a {
    font-size: 10px;
  }
  .section-result .flowers img {
    width: 60px;
    max-height: 60px;
  }
  .section-result .vase {
    margin-bottom: 20px;
  }
  .section-result .vase .wrapper {
    width: 150px;
  }
  .section-main .items input:checked + p + .wrap-img:before,
  .section-main .items .item:not(.disabled):hover .wrap-img:before {
    border-width: 3px;
  }
  footer ul li a {
    margin-bottom: 7px;
  }
  .section-result .vase .wrapper {
    max-width: 90%;
  }
  .section-result button,
  .section-result a.btn {
    padding: 10px 18px;
    min-width: 280px;
  }
  .section-result .text {
    font-size: 18px;
    line-height: 22px;
  }
  footer .text {
    text-align: justify;
  }
  footer .text a {
    font-family: "Cabin", sans-serif;
  }
  footer .text br {
    display: none;
  }
  .section-result button span,
  .section-result a.btn span {
    font-size: 13px;
  }
  .section-result .text {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 374px) {
  .section-result .text {
    font-size: 15px;
    line-height: 18px;
  }
  .section-result button,
  .section-result a.btn {
    padding: 8px 15px;
    min-width: 240px;
  }
  .section-result .inner {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .section-result .flowers img {
    padding-left: 5px;
    padding-right: 5px;
  }
  .section-result .vase .wrapper {
    width: 130px;
  }
  .section-result button span,
  .section-result a.btn span {
    font-size: 11px;
    line-height: 15px;
  }
  .section-result .vase {
    margin-bottom: 5px;
  }
  .section-result .text {
    margin-bottom: 10px;
  }
  .section-result .flowers img {
    width: 55px;
    max-height: 50px;
  }
}
@media screen and (min-width: 875px) {
  .section-result .vase .text {
    font-size: 30px;
    padding-top: 30px;
  }
  .section-main h1 br {
    display: block;
  }
}
