/*
===================
== ELEMENTS CODE ==
===================
*/
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11 {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.col-1 {
  width: 8.33333333%;
}
.col-2 {
  width: 16.66666667%;
}
.col-3 {
  width: 25%;
}
.col-4 {
  width: 33.33333333%;
}
.col-5 {
  width: 41.66666667%;
}
.col-6 {
  width: 50%;
}
.col-7 {
  width: 58.33333333%;
}
.col-8 {
  width: 66.66666667%;
}
.col-9 {
  width: 75%;
}
.col-10 {
  width: 83.33333333%;
}
.col-11 {
  width: 91.66666667%;
}
.col-12 {
  width: 100%;
}
/*
================
== RESET CODE ==
================
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio[controls],
canvas,
video {
  display: inline-block;
}
html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
  -ms-text-size-adjust: 100%;
}
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
ul,
li,
ol,
a,
em,
img,
strong,
fieldset,
form,
label,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  list-style: none;
}
:focus {
  outline: 0;
}
img {
  vertical-align: middle;
  outline: 0;
}
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
  border: none;
}
html,
body,
textarea,
input {
  -webkit-text-size-adjust: none;
}
body {
  text-align: left;
  font-family: sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.2;
}
.alignnone {
  margin: 0;
}
.aligncenter,
div.aligncenter {
  margin: 5px auto 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: #f0f0f0;
  width: auto;
  max-width: 99%;
  /* Image does not overflow the content area */
  padding: 0;
  text-align: center;
  display: block;
}
.wp-caption.alignnone {
  margin: 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 5px;
}
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.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: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  min-height: 35px;
  -webkit-appearance: button;
  font-size: 14px;
  background: transparent;
  letter-spacing: 1px;
  border: 1px;
  text-transform: uppercase;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  -moz-opacity: 0.75;
  -khtml-opacity: 0.75;
  -webkit-opacity: 0.75;
  opacity: 0.75;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
input[type=text],
input[type=email],
input[type=url],
input[type=search],
input[type=password],
textarea {
  border: 1px solid #c4c5c7;
  height: 25px;
  font-size: 12px;
  padding: 5px;
  color: #5f6062;
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -ms-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
}
textarea {
  resize: none;
}
.float-left {
  float: left  !important;
}
.float-right {
  float: right !important;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-justify {
  text-align: justify;
}
.cf:before,
.cf:after {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.clear {
  clear: both;
}
a {
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: color 100ms linear;
  -moz-transition: color 100ms linear;
  -ms-transition: color 100ms linear;
  -o-transition: color 100ms linear;
  transition: color 100ms linear;
}
p {
  margin: 0 0 2.2em 0;
  text-align: left;
  line-height: 1.6;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
img {
  border: 0;
}
.small {
  font-size: 10px;
}
hr {
  display: block;
  height: 0px;
  line-height: 0px;
  border: 0;
  border-top: 1px solid;
  border-bottom: 1px solid;
  margin: 16px 0;
  float: none;
  clear: both;
  padding: 0;
}
.story {
  line-height: 1.5;
}
.story .wp-block-image {
  margin-bottom: 2em;
}
.story .wp-block-image figure {
  display: table!important;
}
.story .wp-block-image figcaption {
  color: #888;
  font-size: 12px;
  margin: 0;
  background: #f0f0f0;
  padding: 5px;
}
.story ul {
  list-style: square;
}
.story ul li {
  list-style: square;
}
.story ol {
  list-style: decimal;
}
.story ol li {
  list-style: decimal;
}
.story ul,
.story ol {
  margin: 0 0 1em 1.5em;
  line-height: 1.5;
}
.story ul ul,
.story ol ul,
.story ul ol,
.story ol ol {
  margin-bottom: 0;
}
.story ol ol {
  list-style: upper-alpha;
}
.story ol ol ol {
  list-style: lower-roman;
}
.story ol ol ol ol {
  list-style: lower-alpha;
}
.story h1,
.story h2,
.story h3,
.story h4,
.story h5,
.story h6 {
  text-transform: none;
  margin-bottom: 20px;
}
.story a:link,
.story a:visited,
.story a:hover,
.story a:active {
  text-decoration: none;
}
.story pre {
  background: #f2f2f2;
  padding: 20px;
  display: block;
  margin: 10px 15px 10px 0;
  overflow-x: auto;
  font-family: "Lucida Console", Monaco, monospace;
}
.story address {
  display: inline-block;
  padding: 20px;
  background: #eaeaea;
  line-height: 20px;
  margin-bottom: 15px;
}
.story abbr {
  text-transform: uppercase;
}
.story dl {
  background: #ffffff;
  padding: 20px;
  border: 1px solid #f2f2f2;
  display: block;
  margin-bottom: 25px;
  box-sizing: border-box;
}
.story dl dt {
  min-width: 150px;
  float: left;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
  font-weight: bold;
  letter-spacing: 0.005em;
  margin-bottom: 20px;
}
.story dl dd {
  margin-left: 160px;
  margin-bottom: 20px;
  line-height: 20px;
}
.story img.size-auto,
.story img.size-full,
.story img.size-large,
.story img.size-medium,
.story .attachment img {
  max-width: 100%;
  /* When images are too wide for containing element, force them to fit. */
  height: auto;
  /* Override height to match resized width for correct aspect ratio. */
}
.story .alignleft,
.story img.alignleft {
  float: left;
  margin-right: 2em;
}
.story .alignright,
.story img.alignright {
  float: right;
  margin-left: 2em;
}
.story .wp-block-cover.aligncenter {
  display: flex;
}
.story .wp-block-cover {
  margin-bottom: 2em;
}
.story .aligncenter,
.story img.aligncenter {
  display: block;
  clear: both;
  margin-left: auto;
  margin-right: auto;
}
.story .wp-block-cover-text {
  color: #ffffff;
  text-align: left;
}
.story .wp-block-cover-image .wp-block-subhead:not(.has-text-color),
.story .wp-block-cover-image h1:not(.has-text-color),
.story .wp-block-cover-image h2:not(.has-text-color),
.story .wp-block-cover-image h3:not(.has-text-color),
.story .wp-block-cover-image h4:not(.has-text-color),
.story .wp-block-cover-image h5:not(.has-text-color),
.story .wp-block-cover-image h6:not(.has-text-color),
.story .wp-block-cover-image p:not(.has-text-color),
.story .wp-block-cover .wp-block-subhead:not(.has-text-color),
.story .wp-block-cover h1:not(.has-text-color),
.story .wp-block-cover h2:not(.has-text-color),
.story .wp-block-cover h3:not(.has-text-color),
.story .wp-block-cover h4:not(.has-text-color),
.story .wp-block-cover h5:not(.has-text-color),
.story .wp-block-cover h6:not(.has-text-color),
.story .wp-block-cover p:not(.has-text-color) {
  color: #FFF;
}
.story .wp-block-button {
  margin-bottom: 20px;
}
.story img.alignleft,
.story img.alignright,
.story img.aligncenter {
  margin-bottom: 2em;
}
.story .wp-caption {
  line-height: 1.5;
  margin-bottom: 2em;
  text-align: center;
}
.story .wp-caption.alignnone {
  clear: both;
}
.story .wp-caption img {
  font-size: 10px;
}
.story .wp-caption p.wp-caption-text {
  color: #888;
  font-size: 12px;
  margin: 0;
}
.story section.not-found {
  padding-top: 230px!important;
  width: 100%!important;
  margin-bottom: 0!important;
}
.story section.not-found p {
  text-align: center;
  margin-bottom: 0!important;
}
.story .wp-smiley {
  margin: 0;
}
.story table {
  margin-bottom: 30px;
  border-collapse: collapse;
}
.story table a:hover {
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  -webkit-opacity: 0.6;
  opacity: 0.6;
  text-decoration: none!important;
}
.story table th {
  color: #000;
  background-color: #fdfbfb;
  letter-spacing: 0.05em;
}
.story table a {
  text-decoration: underline!important;
}
.story table td,
.story table th {
  padding: 20px 25px;
  border: 1px solid #f2f2f2;
}
.story .tagsphar {
  clear: both;
  padding-top: 30px;
}
.story span.post-page-numbers.current {
  background-color: #000;
  color: #FFF;
}
.story .tagsphar a,
.story .post_pages a,
.story span.post-page-numbers {
  font-weight: 900;
  font-size: 12px;
  border: 2px solid #000;
  padding: 2px 10px;
  margin: 3px;
  display: inline-block;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.story .tagsphar a:hover,
.story .post_pages a:hover,
.story span.post-page-numbers:hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  background-color: #000;
  color: #FFF;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.page-template .comments {
  margin-top: 60px;
}
.post_pages {
  clear: both;
  padding-top: 20px;
  padding-bottom: 20px;
}
.select2-container--default .select2-selection--single {
  border-radius: 0;
  border-color: #f2f2f2;
  border-bottom-width: 4px;
}
.select2-dropdown {
  border-radius: 0;
  border-color: #f2f2f2;
}
.select2-container .select2-selection--single {
  height: 44px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 44px;
  color: #898989;
  font-size: 14px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 44px;
}
/* Flexslider Default Styles
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
.flexslider {
  position: relative;
}
.flexslider ul,
.flexslider ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flexslider ul li,
.flexslider ol li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flexslider .slides > li {
  position: relative;
  display: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  text-align: center;
}
.flexslider .slides img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
  height: auto;
  width: auto;
}
.flexslider .descr {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px;
  background: rgba(100, 100, 100, 0.5);
  color: #fff;
  text-align: left;
}
.flexslider .descr h3 {
  text-align: left;
}
.flexslider .descr .text p:last-child {
  margin-bottom: 0;
}
.flexslider .flex-control-nav {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}
.flexslider .flex-control-nav li {
  display: inline-block;
  margin: 5px;
}
.flexslider .flex-control-nav li a {
  font-size: 0;
  text-indent: -9999px;
  width: 10px;
  height: 10px;
  display: block;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #c3c4c4;
}
.flexslider .flex-control-nav li a.flex-active {
  background-color: #c3c4c4;
}
.flex-container {
  position: relative;
}
.wrapper {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}
header.top .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 110px;
}
header.top .wrapper nav ul.menu-header {
  text-transform: uppercase;
  color: #304566;
  display: inline;
  font-size: 0;
  font-weight: 700;
}
header.top .wrapper nav ul.menu-header > li {
  display: inline-block;
  font-size: 15px;
  line-height: 20px;
  margin-left: 10px;
  margin-right: 10px;
  position: relative;
  padding-bottom: 10px;
}
header.top .wrapper nav ul.menu-header > li ul.sub-menu {
  display: none;
  background: #B3D0FD;
  padding: 20px 15px;
  border-radius: 30px;
  width: 200px;
  box-sizing: border-box;
  position: relative;
  top: 100%;
  left: 50%;
  margin-left: -100px;
  position: absolute;
  line-height: 30px;
  text-align: center;
  z-index: 9;
}
header.top .wrapper nav ul.menu-header > li ul.sub-menu li {
  padding: 0 20px;
  position: relative;
  display: inline-block;
}
header.top .wrapper nav ul.menu-header > li ul.sub-menu ul.sub-menu {
  display: none;
  left: 100%;
  margin-left: 0;
  top: 0;
  margin-top: -10px;
  background: #FFBEBE;
}
header.top .wrapper nav ul.menu-header > li ul.sub-menu li:hover ul.sub-menu {
  display: block;
}
header.top .wrapper nav ul.menu-header > li ul.sub-menu a:hover {
  color: #FFF;
}
header.top .wrapper nav ul.menu-header > li:nth-child(2n+2) ul.sub-menu {
  background: #94EDCA;
}
header.top .wrapper nav ul.menu-header > li:nth-child(2n+2) a::before {
  background: #94EDCA;
}
header.top .wrapper nav ul.menu-header > li:nth-child(3n+3) ul.sub-menu {
  background: #FFD3BD;
}
header.top .wrapper nav ul.menu-header > li:nth-child(3n+3) a::before {
  background: #FFD3BD;
}
header.top .wrapper nav ul.menu-header > li :nth-child(4n+4) ul.sub-menu {
  background: #FFF888;
}
header.top .wrapper nav ul.menu-header > li :nth-child(4n+4) a::before {
  background: #FFF888;
}
header.top .wrapper nav ul.menu-header > li:hover ul.sub-menu {
  display: block;
}
header.top .wrapper nav ul.menu-header > li:hover a::before {
  width: calc(100% + 10px);
  transition: all 300ms ease-in-out;
}
header.top .wrapper nav ul.menu-header > li.current-menu-item a::before {
  width: calc(100% + 10px);
}
header.top .wrapper nav ul.menu-header > li a {
  color: inherit;
}
header.top .wrapper nav ul.menu-header > li > a {
  color: inherit;
  position: relative;
}
header.top .wrapper nav ul.menu-header > li > a::before {
  content: "";
  width: 0;
  height: 10px;
  border-radius: 10px;
  display: block;
  position: absolute;
  top: 100%;
  left: -5px;
  margin-top: -10px;
  background: #B3D0FD;
  z-index: -1;
  transition: all 900ms ease-in-out;
}
header.top .right_info {
  display: flex;
  align-items: center;
  justify-content: right;
}
header.top .right_info .search_openner {
  margin-left: 10px;
}
.ale_cart_icon,
.ale_search_icon {
  width: 40px;
  height: 40px;
  position: relative;
}
.ale_cart_icon .mask,
.ale_search_icon .mask {
  width: 36px;
  height: 36px;
  border: 2px dashed #FFD3BD;
  background: transparent;
  border-radius: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.ale_cart_icon:hover .mask,
.ale_search_icon:hover .mask {
  animation: rotate_circle 4000ms linear infinite both;
}
.ale_cart_icon:hover .icon::after,
.ale_search_icon:hover .icon::after {
  bottom: 9px;
  transition: all 200ms ease-in;
  transform: scale(1);
}
.ale_cart_icon .icon,
.ale_search_icon .icon {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background: #FFD3BD;
  position: absolute;
  left: 5px;
  top: 5px;
}
.ale_cart_icon .icon::after,
.ale_search_icon .icon::after {
  content: "";
  width: 30px;
  height: 30px;
  background: url(../svg/cart.svg) center center no-repeat;
  transform: scale(0.6);
  bottom: 0px;
  display: block;
  position: absolute;
  left: 0;
  transition: all 200ms ease-in;
}
.ale_search_icon .mask {
  border-color: #B3D0FD;
}
.ale_search_icon .icon {
  background: #B3D0FD;
}
.ale_search_icon .icon::after {
  background: url(../svg/search.svg) center center no-repeat;
}
.alekids_search_modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
}
.alekids_search_modal form {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fefbf4;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
}
.alekids_search_modal .close_info {
  margin-bottom: 30px;
  display: block;
  color: #304566;
  font-weight: 900;
  font-size: 50px;
  position: relative;
}
.alekids_search_modal .close_info::before {
  content: "";
  width: calc(100% + 20px);
  height: 20px;
  border-radius: 20px;
  display: block;
  position: absolute;
  top: 100%;
  left: -10px;
  margin-top: -10px;
  background: #B3D0FD;
  z-index: -1;
}
.alekids_search_modal .close_info_second {
  margin-bottom: 100px;
  display: block;
  color: #304566;
  font-weight: 900;
  font-size: 50px;
  position: relative;
}
.alekids_search_modal .close_info_second::before {
  content: "";
  width: calc(100% + 20px);
  height: 20px;
  border-radius: 20px;
  display: block;
  position: absolute;
  top: 100%;
  left: -10px;
  margin-top: -10px;
  background: #FFD3BD;
  z-index: -1;
}
.alekids_search_modal input[type="text"] {
  border: 0;
  background: #FFF;
  width: 400px;
  height: 70px;
  padding: 0 30px;
  line-height: 70px;
  font-size: 26px;
  color: #7d7d7d;
  text-align: center;
  margin-bottom: 30px;
  font-weight: 900;
}
.alekids_search_modal input[type="text"]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #dfdfdf;
  font-weight: 400;
  font-size: 20px;
}
.alekids_search_modal input[type="text"]::-moz-placeholder {
  /* Firefox 19+ */
  color: #dfdfdf;
  font-weight: 400;
  font-size: 20px;
}
.alekids_search_modal input[type="text"]:-ms-input-placeholder {
  /* IE 10+ */
  color: #dfdfdf;
  font-weight: 400;
  font-size: 20px;
}
.alekids_search_modal input[type="text"]:-moz-placeholder {
  /* Firefox 18- */
  color: #dfdfdf;
  font-weight: 400;
  font-size: 20px;
}
.alekids_search_modal input[type="submit"] {
  background: transparent;
  border: 0;
  padding: 0;
  margin: 0;
  text-transform: none;
  font-size: 26px;
  font-weight: 900;
  color: #FFA1AC;
}
.colored_line {
  display: flex;
  align-items: center;
  justify-content: stretch;
  margin-bottom: 6px;
}
.colored_line div {
  height: 5px;
  border-radius: 15px;
  margin-left: 5px;
  margin-right: 5px;
  background: #FFD3BD;
  width: 100%;
}
.colored_line div:nth-child(2n) {
  background: #B3D0FD;
}
.colored_line div:nth-child(3n) {
  background: #FFF888;
}
.colored_line div:nth-child(4n) {
  background: #94EDCA;
}
.inner_header {
  background: url('../svg/header.svg') top left repeat-x;
  min-height: 220px;
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-end;
}
.inner_header .specific_icon_for_heading {
  position: absolute;
  right: 10px;
  top: 100%;
}
.inner_header h1 {
  font-style: normal;
  font-weight: 900;
  font-size: 50px;
  line-height: 60px;
  position: relative;
  margin-bottom: 0;
}
.inner_header h1::before {
  content: "";
  width: calc(100% + 20px);
  height: 20px;
  border-radius: 20px;
  display: block;
  position: absolute;
  top: 100%;
  left: -10px;
  margin-top: -25px;
  background: #FFD3BD;
  z-index: -1;
}
.inner_header .breadcrumbs {
  margin-top: 7px;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #C4C4C4;
}
.inner_header .breadcrumbs .separator {
  display: inline-block;
  margin-left: 9px;
  margin-right: 9px;
  color: #B3D0FD;
}
.inner_header .breadcrumbs a {
  color: #FFA1AC;
  transition: all 300ms ease-in-out;
}
.inner_header .breadcrumbs a:hover {
  color: #B3D0FD;
  transition: all 300ms ease-in-out;
}
@keyframes rotate_circle {
  100% {
    transform: rotateZ(360deg);
  }
}
