/*!
Theme Name: Koka
Theme URI: https://underscores.me/
Author: VVV
Author URI: https://registeam.com
Description: Koka Clinic
Version: 1.0.0
Tested up to: 7.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: koka
Tags: featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Koka is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/* rubik-300 - latin_cyrillic */

@font-face {
  font-family: "Rubik";
  font-display: swap;
  font-style: normal;
  font-weight: 300;
  src: local(""), url("/wp-content/themes/koka/assets/fonts/rubik-v21-latin_cyrillic-300.woff2") format("woff2"), url("/wp-content/themes/koka/assets/fonts/rubik-v21-latin_cyrillic-300.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* rubik-regular - latin_cyrillic */

@font-face {
  font-family: "Rubik";
  font-display: swap;
  font-style: normal;
  font-weight: 400;
  src: local(""), url("/wp-content/themes/koka/assets/fonts/rubik-v21-latin_cyrillic-regular.woff2") format("woff2"), url("/wp-content/themes/koka/assets/fonts/rubik-v21-latin_cyrillic-regular.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* rubik-500 - latin_cyrillic */

@font-face {
  font-family: "Rubik";
  font-display: swap;
  font-style: normal;
  font-weight: 500;
  src: local(""), url("/wp-content/themes/koka/assets/fonts/rubik-v21-latin_cyrillic-500.woff2") format("woff2"), url("/wp-content/themes/koka/assets/fonts/rubik-v21-latin_cyrillic-500.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* rubik-600 - latin_cyrillic */

@font-face {
  font-family: "Rubik";
  font-display: swap;
  font-style: normal;
  font-weight: 600;
  src: local(""), url("/wp-content/themes/koka/assets/fonts/rubik-v21-latin_cyrillic-600.woff2") format("woff2"), url("/wp-content/themes/koka/assets/fonts/rubik-v21-latin_cyrillic-600.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* rubik-700 - latin_cyrillic */

@font-face {
  font-family: "Rubik";
  font-display: swap;
  font-style: normal;
  font-weight: 700;
  src: local(""), url("/wp-content/themes/koka/assets/fonts/rubik-v21-latin_cyrillic-700.woff2") format("woff2"), url("/wp-content/themes/koka/assets/fonts/rubik-v21-latin_cyrillic-700.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

@font-face {
  font-family: "icons-frontello";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  src: url("/wp-content/themes/koka/assets/fonts/icons-frontello.woff2") format("woff2"), url("/wp-content/themes/koka/assets/fonts/icons-frontello.woff") format("woff");
}

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */

*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */

body,
button,
input,
select,
optgroup,
textarea {
  color: #232323;
  font-family: "Rubik", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */

body {
  background: #fff;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
  max-width: 100%;
}

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

figure {
  margin: 1em 0;
}

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

/* Links
--------------------------------------------- */

a {
  color: #3EBDA5;
}

a:visited {
  color: #3EBDA5;
}

a:hover,
a:focus,
a:active {
  color: #3EBDA5;
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */

button,
input[type=button],
input[type=reset],
input[type=submit],
.button {
  display: inline-block;
  padding: 13px 25px;
  background-color: #F4D833;
  border: 2px solid #F4D833;
  border-radius: 45px;
  color: #232323;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.button.button-theme__fill {
  background-color: #F4D833;
  border: 2px solid #F4D833;
  color: #232323;
}

.button.button-theme__fill:hover,
.button.button-theme__fill:active,
.button.button-theme__fill:focus {
  box-shadow: 0 10px 35px rgba(32, 127, 109, 0.3);
}

.button.button-theme__border {
  background-color: transparent;
  border: 2px solid #3EBDA5;
  color: #3EBDA5;
}

.button.button-theme__border:hover,
.button.button-theme__border:active,
.button.button-theme__border:focus {
  background-color: #3EBDA5;
  color: #ffffff;
}

.button.button-theme__border-white {
  background-color: transparent;
  border: 2px solid #ffffff;
  color: #ffffff;
}

.button.button-theme__border-white:hover,
.button.button-theme__border-white:active,
.button.button-theme__border-white:focus {
  background-color: #ffffff;
  color: #3EBDA5;
}

.button.button-theme__shadow-green {
  box-shadow: 0 18px 43px rgba(32, 127, 109, 0.3);
}

.button.button-theme__shadow-green:hover,
.button.button-theme__shadow-green:active,
.button.button-theme__shadow-green:focus {
  box-shadow: none;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color] {
  width: 100%;
  color: #666;
  border: none;
  border-bottom: 1px solid #3EBDA5;
  border-radius: 0;
  padding: 3px;
  outline: none;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus {
  color: #232323;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
  color: #666;
  border: 1px solid #3EBDA5;
  border-radius: 0;
  padding: 3px;
  outline: none;
}

textarea:focus {
  color: #232323;
}

/* Forms
--------------------------------------------- */

@keyframes shadowZoomAcid {
  0% {
    box-shadow: 0 0 0 0 rgba(159, 196, 26, 0);
  }

  50% {
    box-shadow: 0 0 0 0 rgba(159, 196, 26, 0);
  }

  60% {
    box-shadow: 0 0 0 15px rgba(219, 250, 242, 0.5);
  }

  70% {
    box-shadow: 0 0 0 30px rgba(159, 196, 26, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(159, 196, 26, 0);
  }
}

@keyframes shadowZoomGreen {
  0% {
    box-shadow: 0 0 0 0 rgba(68, 216, 180, 0);
  }

  50% {
    box-shadow: 0 0 0 0 rgba(68, 216, 180, 0);
  }

  60% {
    box-shadow: 0 0 0 15px rgba(68, 216, 180, 0.3);
  }

  70% {
    box-shadow: 0 0 0 30px rgba(68, 216, 180, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(68, 216, 180, 0);
  }
}

@keyframes shadowZoomPink {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 153, 161, 0);
  }

  50% {
    box-shadow: 0 0 0 0 rgba(255, 153, 161, 0);
  }

  60% {
    box-shadow: 0 0 0 15px rgba(255, 246, 197, 0.5);
  }

  70% {
    box-shadow: 0 0 0 30px rgba(255, 153, 161, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(255, 153, 161, 0);
  }
}

@keyframes rotateIcon {
  0% {
    transform: rotate(0deg);
  }

  8.5% {
    transform: rotate(0deg);
  }

  10% {
    transform: rotate(15deg);
  }

  13% {
    transform: rotate(-15deg);
  }

  16% {
    transform: rotate(15deg);
  }

  19% {
    transform: rotate(-15deg);
  }

  21% {
    transform: rotate(15deg);
  }

  24% {
    transform: rotate(-15deg);
  }

  25.5% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/**
 * Author: https://github.com/elliotdahl/flex-grid-lite
 * Docs: https://flexgridlite.elliotdahl.com/
 */

.grid {
  box-sizing: border-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
  flex: 0 1 auto;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -8px 0 -8px;
}

.grid.grid-nogutter {
  margin: 0;
}

.grid.grid-nogutter > .col {
  padding: 0;
}

.col {
  box-sizing: border-box;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  -webkit-flex-basis: 0;
  flex-basis: 0;
  max-width: 100%;
  min-width: 0;
  padding: 0 8px 0 8px;
}

.col-align-top {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.col-align-bottom {
  align-self: flex-end;
}

.col-align-middle {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.col-top {
  justify-content: flex-start !important;
  flex-direction: column;
  display: flex;
}

.col-bottom {
  justify-content: flex-end !important;
  flex-direction: column;
  display: flex;
}

.col-middle {
  justify-content: center;
  flex-direction: column;
  display: flex;
}

.col-stretch {
  justify-content: stretch;
  flex-direction: column;
  display: flex;
}

.grid-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.grid-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.grid-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.grid-around {
  justify-content: space-around;
}

.grid-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.col-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.col-last {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.grid-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.col-fixed {
  flex: initial;
}

.col-grow-2 {
  flex-grow: 2;
}

.col-grow-3 {
  flex-grow: 3;
}

.col-grow-4 {
  flex-grow: 4;
}

.col-grow-5 {
  flex-grow: 5;
}

.col-grow-6 {
  flex-grow: 6;
}

.col-grow-7 {
  flex-grow: 7;
}

.col-grow-8 {
  flex-grow: 8;
}

.col-grow-9 {
  flex-grow: 9;
}

.col-grow-10 {
  flex-grow: 10;
}

.col-grow-11 {
  flex-grow: 11;
}

.col-1 {
  -ms-flex-preferred-size: 8.3333333333%;
  -webkit-flex-basis: 8.3333333333%;
  flex-basis: 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  -ms-flex-preferred-size: 16.6666666667%;
  -webkit-flex-basis: 16.6666666667%;
  flex-basis: 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  -ms-flex-preferred-size: 25%;
  -webkit-flex-basis: 25%;
  flex-basis: 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex-preferred-size: 33.3333333333%;
  -webkit-flex-basis: 33.3333333333%;
  flex-basis: 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  -ms-flex-preferred-size: 41.6666666667%;
  -webkit-flex-basis: 41.6666666667%;
  flex-basis: 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  -ms-flex-preferred-size: 50%;
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex-preferred-size: 58.3333333333%;
  -webkit-flex-basis: 58.3333333333%;
  flex-basis: 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  -ms-flex-preferred-size: 66.6666666667%;
  -webkit-flex-basis: 66.6666666667%;
  flex-basis: 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  -ms-flex-preferred-size: 75%;
  -webkit-flex-basis: 75%;
  flex-basis: 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex-preferred-size: 83.3333333333%;
  -webkit-flex-basis: 83.3333333333%;
  flex-basis: 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  -ms-flex-preferred-size: 91.6666666667%;
  -webkit-flex-basis: 91.6666666667%;
  flex-basis: 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  -ms-flex-preferred-size: 100%;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  max-width: 100%;
}

.container,
.container-full {
  max-width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  /*@media (min-width: 576px) {
    max-width: 540px;
  }
  @media (min-width: 768px) {
    max-width: 720px;
  }
  @media (min-width: 992px) {
    max-width: 960px;
  }*/
}

body.logged-in.admin-bar .site-header {
  top: 32px;
}

.site-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  padding: 0;
  background-color: #ffffff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  z-index: 10;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.header-top-wrapper {
  position: relative;
  min-height: auto;
  padding: 20px 0 20px;
  background-color: #ffffff;
  line-height: 1;
  z-index: 2;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.header-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.header-logo {
  margin-right: 25px;
}

.header-logo img {
  width: 120px;
  height: auto;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  /*@media screen and (max-width: 900px) {
    width: 120px;
  }
  @media screen and (max-width: 768px) {
    width: 80px;
  }*/
}

.header-info__wrapper {
  display: flex;
  align-items: center;
  margin-right: 25px;
}

.header-info__icon {
  margin-right: 15px;
  line-height: 1;
  width: 30px;
  height: 30px;
}

.header-info__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.header-info__text {
  max-width: 170px;
  font-size: 0.875rem;
}

.header-info__text span {
  display: block;
  font-size: 0.875rem;
  line-height: 1;
}

.header-address {
  display: none;
}

.header-work-time {
  display: none;
}

.header-buttons {
  display: flex;
  align-items: center;
  margin-right: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.header-appointment {
  margin-right: 25px;
}

.header-phone-mobile {
  display: block;
  line-height: 0;
  animation: shadowZoomPink 2s 1s ease-in-out infinite;
}

.header-bottom-wrapper {
  padding-bottom: 0;
  /*position: absolute;
  top: 105px;
  right: 0;
  left: 0;*/
  display: none;
  width: 100%;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  z-index: 1;
}

.header-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 50px;
  background-color: #DBFAF2;
  border-radius: 45px;
}

.header-phone {
  line-height: 1;
}

.header-phone a {
  color: #3EBDA5;
  font-weight: 700;
  font-size: 1.75rem;
  line-height: 1;
  text-decoration: none;
}

.header-phone a:hover,
.header-phone a:active {
  color: #232323;
}

.off-canvas-menu__btn {
  position: static;
  display: flex;
  align-items: center;
  width: 35px;
  height: 35px;
  cursor: pointer;
  line-height: 1;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.off-canvas-menu__btn span {
  position: relative;
  display: block;
  width: 34px;
  height: 4px;
  transition: height ease-in-out 0.3s 0.3s;
  border-radius: 2px;
  background-color: #3EBDA5;
}

.off-canvas-menu__btn span:before,
.off-canvas-menu__btn span:after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  content: "";
  border-radius: 2px;
  background-color: #3EBDA5;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.off-canvas-menu__btn span:before {
  top: -11px;
}

.off-canvas-menu__btn span:after {
  bottom: -11px;
}

.float-header {
  /*.off-canvas-menu__btn {
    @media screen and (min-width: 1024px) {
      right: 0;
    }
  }*/
  /*.header-buttons {
    @media screen and (min-width: 1024px) {
      margin-right: 60px;
    }
  }*/
}

.float-header .header-top-wrapper {
  min-height: 75px;
  padding: 10px 0 10px;
}

.float-header .header-bottom-wrapper {
  /*position: absolute;
  top: -75px;*/
}

.hero {
  position: relative;
  min-height: auto;
  padding: 30px 0 0;
}

.hero-bg {
  position: static;
  height: 300px;
  border-radius: 35px;
  background-image: url(/wp-content/themes/koka/assets/img/hero-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-info-wrapper {
  position: relative;
  max-width: 100%;
  z-index: 2;
}

.hero-logo {
  display: none;
  margin-bottom: 20px;
}

.hero-logo img {
  width: 200px;
  height: auto;
  object-fit: contain;
}

.hero-title {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 1.75rem;
  line-height: 2.0625rem;
  color: #232323;
  text-align: center;
}

.hero-buttons {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  order: revert;
}

.hero-buttons button {
  min-width: 260px;
  margin-bottom: 25px;
}

.advantages {
  margin-top: 60px;
  margin-bottom: 60px;
}

.advantages-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.advantage-item {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 90px;
  width: 90px;
  height: 90px;
  margin: 15px 10px;
  padding: 5px;
  background: #ffffff;
  border-radius: 25px;
  box-shadow: -1px 7px 38px rgba(30, 116, 100, 0.15);
  transform: rotate(-5deg);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.advantage-item:hover {
  box-shadow: -1px 7px 54px rgba(30, 116, 100, 0.4);
  transform: rotate(0deg);
}

.advantage-item:hover .advantage-item_wrapper {
  transform: rotate(0deg);
}

.advantage-item_wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transform: rotate(5deg);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.advantage-item__icon {
  width: 30px;
  height: 30px;
  margin-bottom: 5px;
  line-height: 1;
}

.advantage-item__text {
  font-weight: 500;
  font-size: 0.625rem;
  line-height: 0.75rem;
}

.about {
  margin-bottom: 60px;
  line-height: 1;
}

.about-wrapper {
  display: flex;
  align-items: center;
  flex-direction: column-reverse;
  justify-content: space-between;
}

.about-photo-wrapper {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-photo img {
  border-radius: 45px;
  overflow: hidden;
}

.about-photo-note__wrapper {
  width: 165px;
  margin-left: -75px;
  padding: 20px 15px;
  background-color: #ffffff;
  border-radius: 25px;
  box-shadow: 6px 20px 50px rgba(28, 124, 106, 0.15);
}

.about-photo-note__image {
  width: 80px;
  margin-bottom: 10px;
}

.about-photo-note {
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.125rem;
}

.about-text-wrapper {
  width: 100%;
  margin-bottom: 20px;
}

.about-title {
  margin-bottom: 25px;
}

.about-text {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.text-underline {
  position: relative;
  display: inline-block;
  border-bottom: 8px solid #3EBDA5;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 6px;
  /*&:after {
    content: '';
    display: block;
    width: 100%;
    height: 8px;
    line-height: 1;
    background-color: $color__main;
  }*/
}

.services {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 35px 15px;
  background-color: #DBFAF2;
  border-radius: 35px;
}

.services-text__wrapper {
  width: 100%;
  margin-bottom: 30px;
  text-align: center;
}

.services-title {
  margin-bottom: 20px;
}

.services-text {
  margin-bottom: 30px;
  font-size: 0.875rem;
}

.services-icons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}

.services-icons-item {
  display: flex;
  justify-content: center;
  width: 50%;
  height: auto;
  padding: 15px;
  text-align: center;
}

.services-icons__item-wrapper {
  width: 90px;
  height: 90px;
  background-color: #ffffff;
  border-radius: 25px;
  padding: 5px;
  box-shadow: 6px 20px 50px rgba(28, 124, 106, 0.15);
}

.services-icons__icon {
  margin-bottom: 5px;
}

.services-icons__icon img {
  width: 35px;
  height: 35px;
  object-fit: contain;
}

.services-icons__text {
  font-weight: 500;
  font-size: 0.625rem;
  line-height: 0.75rem;
}

.programs {
  padding: 60px 0;
}

.programs-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.programs-list-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-top: 25px;
  padding: 25px 20px;
  border-radius: 25px;
  box-shadow: 0.2px 7px 30px rgba(44, 159, 137, 0.17);
  cursor: pointer;
  overflow: hidden;
}

.programs-list-item:after {
  content: "";
  position: absolute;
  top: -200px;
  right: -124px;
  width: 300px;
  height: 300px;
  border: 90px solid;
  border-radius: 70px;
  transform: rotate(-7deg);
  z-index: 1;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.programs-list-item.even-elem {
  background-color: #DBFAF2;
}

.programs-list-item.even-elem:after {
  border-color: #EFFEFA;
}

.programs-list-item.odd-elem {
  background-color: #FFF6C5;
}

.programs-list-item.odd-elem:after {
  border-color: #FFFDF1;
}

.programs-list-item.program-open.even-elem:after,
.programs-list-item:hover.even-elem:after,
.programs-list-item:active.even-elem:after,
.programs-list-item:focus.even-elem:after {
  border-color: #3EBDA5;
}

.programs-list-item.program-open.odd-elem:after,
.programs-list-item:hover.odd-elem:after,
.programs-list-item:active.odd-elem:after,
.programs-list-item:focus.odd-elem:after {
  border-color: #F4D833;
}

.programs-list-item.program-open .programs-list-item__name,
.programs-list-item:hover .programs-list-item__name,
.programs-list-item:active .programs-list-item__name,
.programs-list-item:focus .programs-list-item__name {
  color: #232323;
}

.programs-list-item.program-open .programs-list-item__arrow .arrow-icon.right,
.programs-list-item:hover .programs-list-item__arrow .arrow-icon.right,
.programs-list-item:active .programs-list-item__arrow .arrow-icon.right,
.programs-list-item:focus .programs-list-item__arrow .arrow-icon.right {
  color: #232323;
  transform: rotate(45deg);
}

.programs-list-item__name {
  position: relative;
  color: #3EBDA5;
  font-size: 1rem;
  font-weight: 700;
  z-index: 2;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.programs-list-item__arrow {
  line-height: 0;
}

.programs-list-item__arrow .arrow-icon.right {
  position: relative;
  color: #3EBDA5;
  padding: 6px;
  font-weight: 500;
  z-index: 2;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.program-content {
  display: none;
  width: 100%;
  margin-top: 20px;
  padding: 30px 15px;
  box-shadow: 0.2px 3px 20px rgba(44, 159, 137, 0.11);
  border-radius: 25px;
}

.specialists {
  padding: 60px 0;
}

.specialists-list .slick-dots {
  left: -20px;
  right: auto;
  top: 40%;
  display: flex;
  flex-direction: column;
  width: auto;
}

.specialists-list .slick-dots li {
  margin: 5px 0;
}

.specialists-list .slick-dots li button:before {
  background-color: #3EBDA5;
}

.specialists-section-title {
  margin-bottom: 40px;
}

.specialists-grid-wrapper {
  flex-direction: column-reverse;
}

.specialists-list-item {
  padding: 5px;
  cursor: pointer;
}

.specialists-list-item.slick-current .specialists-list__item_wrap {
  box-shadow: 1px 2px 16px rgba(33, 93, 82, 0.11);
}

.specialists-list__item_wrap {
  padding: 15px;
  display: flex;
  align-items: center;
  background-color: #ffffff;
  border-radius: 35px;
}

.specialists-list-img {
  width: 90px;
  height: 90px;
  margin-right: 30px;
  background: url(/wp-content/themes/koka/assets/img/spec-bg-no-rotate.svg) no-repeat center;
  background-size: contain;
  border-radius: 30px;
  transform: rotate(-10deg);
  overflow: hidden;
}

.specialists-list-img__wrap {
  height: 100%;
  width: 100%;
  transform: rotate(10deg);
}

.specialists-list__info-name {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.1875rem;
}

.specialists-list__info-specialization {
  color: #454545;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.0625rem;
}

.specialist-info {
  margin-bottom: 25px;
}

.specialist-info .slick-prev,
.specialist-info .slick-next {
  top: 0;
  width: 25px;
  height: 28px;
  z-index: 2;
}

.specialist-info .slick-prev {
  right: 40px;
  left: auto;
}

.specialist-info .slick-next {
  right: 0;
}

.specialist-info .slick-prev:before,
.specialist-info .slick-next:before {
  color: #3EBDA5;
  font-size: 1.75rem;
}

.specialist-info .slick-dots {
  position: static;
  padding: 10px 0;
}

.specialist-info .slick-dots button:before {
  background-color: #3EBDA5;
}

.specialist-info-item {
  padding: 10px 5px 10px;
  margin-top: 60px;
}

.specialist-info__item-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #FFFFFF;
  box-shadow: 1px 2px 16px rgba(33, 93, 82, 0.11);
  border-radius: 35px;
}

.specialist-info-image {
  flex-basis: 100%;
  max-width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
}

.specialist-info-image__wrap img {
  width: auto;
}

.specialist-info-wrapper {
  flex-basis: 100%;
  max-width: 100%;
  padding: 20px 15px;
}

.specialist-info-name {
  margin-bottom: 10px;
  color: #3EBDA5;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.1875rem;
}

.specialist-info-specialization {
  margin-bottom: 25px;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 0.875rem;
}

.specialist-info-text {
  max-height: 300px;
  padding-right: 5px;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 0.875rem;
  overflow-y: auto;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}

.specialist-info-text::-webkit-scrollbar {
  width: 10px;
}

.specialist-info-text::-webkit-scrollbar-track {
  background: #DBFAF2;
}

.specialist-info-text::-webkit-scrollbar-thumb {
  background: #3EBDA5;
}

.specialist-info-text::-webkit-scrollbar-thumb:hover {
  background: #30836E;
}

.specialist-info-text ul,
.specialist-info-text ol {
  margin: 0;
  padding-left: 5px;
}

.specialists-buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
}

.specialists-buttons button {
  margin: 0 15px 20px;
}

.vaccination {
  padding: 60px 0;
}

.vaccination .section-title {
  margin-bottom: 40px;
}

.vaccination-text__wrapper {
  padding-right: 0;
  margin-bottom: 25px;
}

.vaccination-photo__wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.vaccination-calendar {
  position: static;
  order: 2;
  margin: 60px 0 0 -60px;
}

.vaccination-calendar a {
  display: block;
  border-radius: 25px;
  line-height: 0;
  box-shadow: -12.3px 17px 54px rgba(18, 126, 106, 0.17);
  overflow: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.vaccination-calendar a:hover,
.vaccination-calendar a:active,
.vaccination-calendar a:focus {
  box-shadow: none;
}

.vaccination-calendar img {
  width: 140px;
}

.vaccination-calendar-bg {
  order: 1;
  width: 240px;
  height: 290px;
  border-radius: 35px;
  line-height: 0;
  overflow: hidden;
}

.vaccination-calendar-bg img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: 40%;
}

.prices {
  position: relative;
  padding: 60px 0;
  z-index: 1;
}

.prices:after {
  content: "";
  position: absolute;
  right: -100px;
  bottom: -100px;
  display: block;
  width: 420px;
  height: 420px;
  background: url(/wp-content/themes/koka/assets/img/prices-bg.svg) no-repeat center;
  background-size: contain;
}

.prices-title {
  margin-bottom: 30px;
}

.prices-tab-navigation .slick-track {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.prices-tab-navigation .slick-track:before,
.prices-tab-navigation .slick-track:after {
  content: none;
}

.prices-tab-link {
  min-width: 250px;
  min-height: 40px;
  margin: 0 0 25px;
  padding: 10px 20px;
  background-color: #ffffff;
  border: 2px solid #3EBDA5;
  border-radius: 45px;
  font-weight: 500;
  font-size: 1rem;
  line-height: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.prices-tab-link:hover {
  background-color: #3EBDA5;
  border-color: #3EBDA5;
  color: #ffffff;
}

.prices-tab-link.slick-active.slick-current {
  background-color: #3EBDA5;
  border-color: #3EBDA5;
  color: #ffffff;
}

.prices-tab-wrapper {
  position: relative;
  z-index: 2;
}

.prices-tab-content__wrap .slick-prev,
.prices-tab-content__wrap .slick-next {
  top: -120px;
  width: 25px;
  height: 28px;
  z-index: 2;
}

.prices-tab-content__wrap .slick-prev {
  right: 40px;
  left: auto;
}

.prices-tab-content__wrap .slick-next {
  right: 0;
}

.prices-tab-content__wrap .slick-prev:before,
.prices-tab-content__wrap .slick-next:before {
  color: #3EBDA5;
  font-size: 1.75rem;
}

.prices-tab-content {
  display: none;
  padding: 30px 10px;
  border: 2px solid #3EBDA5;
  border-radius: 35px;
}

.prices-tab__content-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #3EBDA5;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.0625rem;
}

.prices-tab-content__wrapper {
  display: flex;
  flex-direction: column;
  max-height: 350px;
  min-height: 250px;
  overflow-y: auto;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}

.prices-tab-content__wrapper::-webkit-scrollbar {
  width: 10px;
}

.prices-tab-content__wrapper::-webkit-scrollbar-track {
  background: #DBFAF2;
}

.prices-tab-content__wrapper::-webkit-scrollbar-thumb {
  background: #3EBDA5;
}

.prices-tab-content__wrapper::-webkit-scrollbar-thumb:hover {
  background: #30836E;
}

.prices-tab-content__item-wrap {
  width: 100%;
}

.prices-tab-content__item-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: auto;
  margin: 0 10px;
  padding: 10px 0;
  border-bottom: 1px solid #3EBDA5;
}

.prices-tab-content__item-name,
.prices-tab-content__item-price {
  font-size: 0.875rem;
}

.prices-tab-content__item-name {
  padding-right: 15px;
}

.cta {
  position: relative;
  padding: 60px 0;
  z-index: 2;
}

.cta .button-theme__fill:hover {
  box-shadow: 0 10px 35px rgba(17, 74, 63, 0.58);
}

.cta-text {
  margin-bottom: 30px;
  color: #3EBDA5;
  font-weight: 700;
  font-size: 2rem;
  line-height: 2.375rem;
  text-align: center;
}

.cta-buttons-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 230px;
  padding: 15px;
  background: url(/wp-content/themes/koka/assets/img/cta-btn-bg-shape.svg) no-repeat center;
  background-size: contain;
}

.cta-button-item {
  padding: 20px 0;
}

.cta-button-item button {
  min-width: 260px;
}

.contacts {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 60px 0;
  z-index: 3;
}

.contacts-title {
  margin-bottom: 30px;
}

.map {
  margin-bottom: 60px;
  border-radius: 35px;
  overflow: hidden;
  order: 2;
}

.contacts-grid {
  order: 1;
  margin-bottom: 30px;
}

.contact-item-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}

.contact-item-icon {
  min-width: 60px;
  width: 60px;
  height: 60px;
  margin-right: 20px;
  padding: 10px;
  background-color: #E2EAE9;
  border-radius: 20px;
}

.contact-item-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.contact-item-text {
  font-size: 0.875rem;
  line-height: 1.0625rem;
}

.contact-item-text strong,
.contact-item-text span {
  display: block;
}

.contact-item-text strong {
  margin-bottom: 10px;
}

.contact-item-text a {
  color: #232323;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.5rem;
  text-decoration: none;
}

.btn-cta {
  position: fixed;
  z-index: 50;
  bottom: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
  opacity: 1;
  transition: all ease-in-out 0.5s;
  padding: 0 10px 10px;
  width: 100%;
  max-width: 480px;
  min-width: 320px;
  left: 50%;
  transform: translateX(-50%);
}

.btn-cta.hidden {
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transform: translateX(-100%);
  left: 0;
}

.btn-cta .btn {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.1;
  position: relative;
  display: flex;
  align-items: center;
  padding: 7px 20px 7px 7px;
  background: #ffffff;
  margin: 0;
  text-align: center;
}

.btn-cta .btn .icon-urgent-message-outline {
  animation: rotateIcon 3s ease-in-out infinite;
}

.btn-cta .btn .icon-bell {
  animation: rotateIcon 3s 1.5s ease infinite;
}

.btn-cta .btn .icon-letter {
  animation: rotateIcon 3s 0.75s ease-in-out infinite;
}

.btn-cta .btn-cta_compliant {
  animation: shadowZoomAcid 2s ease-in-out infinite;
  color: #3EBDA5;
  background: #DBFAF2;
  box-shadow: 0 0 0 0 rgba(159, 196, 26, 0);
  display: none;
}

.btn-cta .btn-cta_appointment {
  animation: shadowZoomGreen 2s ease-in-out infinite;
  color: #034852;
  background: #44d8b4;
  box-shadow: 0 0 0 0 rgba(68, 216, 180, 0);
}

.btn-cta .btn-cta_doctor {
  animation: shadowZoomPink 2s 1s ease-in-out infinite;
  color: #232323;
  background: #F4D833;
  box-shadow: 0 0 0 0 rgba(255, 153, 161, 0);
}

.btn-cta .btn [class^=icon-] {
  font-size: 20px;
  line-height: 34px;
  display: block;
  width: 34px;
  height: 34px;
  text-align: center;
  border-radius: 50%;
  background: #ffffff;
  flex-shrink: 0;
}

.btn-cta-collapse {
  display: none;
}

.btn-cta_text {
  flex-grow: 1;
  overflow: hidden;
  max-width: 250px;
}

.btn {
  font-size: 23px;
  font-weight: 500;
  line-height: 30px;
  position: relative;
  display: inline-block;
  overflow: hidden;
  margin: 0 0 18px;
  padding: 10px 50px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  border: none;
  border-radius: 25px;
  outline: none;
}

.btn [class^=icon-] {
  margin: 0 0.5em 0 0;
}

[class^=icon-]:before,
[class*=" icon-"]:before {
  font-family: "icons-frontello", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1em;
  display: inline-block;
  width: 1em;
  margin-right: 0;
  margin-left: 0;
  text-align: center;
  text-decoration: inherit;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
}

.icon-urgent-message-outline:before {
  content: "\f0e5";
}

.icon-bell:before {
  content: "\e802";
}

.site-footer {
  position: relative;
  margin-top: 200px;
  background-color: #DBFAF2;
  z-index: 2;
}

.site-footer:before {
  content: "";
  position: absolute;
  top: -125px;
  right: 0;
  left: 0;
  display: block;
  height: 125px;
  background: url("/wp-content/themes/koka/assets/img/footer-wave-bg.svg") no-repeat center transparent;
  background-size: cover;
  z-index: 1;
}

.footer-container {
  position: relative;
}

.footer-favicon-logo {
  position: absolute;
  top: -225px;
  right: 0;
  display: block;
  width: 200px;
  height: 200px;
  z-index: -1;
}

.footer-favicon-logo img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.footer-top {
  padding: 10px 0 35px;
}

.footer-top__logo {
  margin-bottom: 30px;
  text-align: center;
}

.footer-top__logo img {
  width: 150px;
}

.footer-top__socials {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}

.footer-top__socials-label {
  margin-right: 0;
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.1875rem;
}

.footer-top__socials-group {
  display: flex;
  align-items: center;
}

.footer-top__socials-item {
  margin: 0 20px;
}

.footer-top__socials-item a {
  display: flex;
  padding: 15px;
  background-color: #F4D833;
  border-radius: 20px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.footer-top__socials-item a:hover,
.footer-top__socials-item a:active,
.footer-top__socials-item a:focus {
  box-shadow: 0 18px 43px rgba(32, 127, 109, 0.3);
}

.footer-top__menu {
  display: flex;
  justify-content: center;
}

.footer-menu,
.footer-links {
  display: flex;
  margin: 0;
  padding: 0;
  line-height: 1;
  list-style: none;
}

.footer-menu .menu-item:not(:last-child),
.footer-links .menu-item:not(:last-child) {
  padding-right: 40px;
}

.footer-menu {
  flex-direction: column;
}

.footer-menu .menu-item:not(:last-child) {
  padding-right: 0;
}

.footer-menu .menu-item a {
  display: inline-block;
  padding: 10px 0;
  color: #232323;
  text-decoration: none;
}

.footer-links a {
  color: #535B59;
  font-weight: 300;
  font-size: 0.875rem;
  line-height: 1.0625rem;
  text-decoration: none;
}

.footer-bottom {
  align-items: center;
  padding: 35px 0;
  border-top: 2px solid #8FC8BA;
  text-align: center;
}

.footer-bottom__links {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.footer-bottom__copyright {
  color: #535B59;
  font-weight: 300;
  font-size: 0.875rem;
  line-height: 1.0625rem;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */

.main-navigation {
  display: block;
  width: 100%;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
}

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}

.main-navigation ul ul a {
  font-size: 0.875rem;
  width: 200px;
  padding: 10px 0;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation li {
  position: relative;
}

.main-navigation a {
  display: block;
  padding: 15px 0;
  color: #232323;
  font-weight: 500;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.main-navigation a:hover {
  color: #3EBDA5;
}

.main-navigation .sub-menu {
  flex-direction: column;
  padding: 10px;
  background-color: #ffffff;
}

.main-navigation .sub-menu li {
  padding: 0 10px;
  border-bottom: 2px solid transparent;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.main-navigation .sub-menu li:hover {
  border-bottom-color: #3EBDA5;
}

.main-navigation .menu-item-has-children > a {
  position: relative;
  padding-right: 15px;
}

.main-navigation .menu-item-has-children > a:hover:after {
  transform: rotate(180deg);
}

.main-navigation .menu-item-has-children > a:after {
  content: "";
  position: absolute;
  top: calc(50% - 5px);
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgdmlld0JveD0iMCAwIDQ5MS45OTYgNDkxLjk5NiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDkxLjk5NiA0OTEuOTk2OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8Zz4NCgk8Zz4NCgkJPHBhdGggZD0iTTQ4NC4xMzIsMTI0Ljk4NmwtMTYuMTE2LTE2LjIyOGMtNS4wNzItNS4wNjgtMTEuODItNy44Ni0xOS4wMzItNy44NmMtNy4yMDgsMC0xMy45NjQsMi43OTItMTkuMDM2LDcuODZsLTE4My44NCwxODMuODQ4DQoJCQlMNjIuMDU2LDEwOC41NTRjLTUuMDY0LTUuMDY4LTExLjgyLTcuODU2LTE5LjAyOC03Ljg1NnMtMTMuOTY4LDIuNzg4LTE5LjAzNiw3Ljg1NmwtMTYuMTIsMTYuMTI4DQoJCQljLTEwLjQ5NiwxMC40ODgtMTAuNDk2LDI3LjU3MiwwLDM4LjA2bDIxOS4xMzYsMjE5LjkyNGM1LjA2NCw1LjA2NCwxMS44MTIsOC42MzIsMTkuMDg0LDguNjMyaDAuMDg0DQoJCQljNy4yMTIsMCwxMy45Ni0zLjU3MiwxOS4wMjQtOC42MzJsMjE4LjkzMi0yMTkuMzI4YzUuMDcyLTUuMDY0LDcuODU2LTEyLjAxNiw3Ljg2NC0xOS4yMjQNCgkJCUM0OTEuOTk2LDEzNi45MDIsNDg5LjIwNCwxMzAuMDQ2LDQ4NC4xMzIsMTI0Ljk4NnoiLz4NCgk8L2c+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8L3N2Zz4NCg==);
  background-repeat: no-repeat;
  background-size: contain;
  height: 10px;
  width: 10px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.main-navigation .current_page_item a {
  color: #3EBDA5;
}

#primary-menu.menu {
  height: 55px;
}

#primary-menu.menu li:not(:last-child) {
  padding-right: 20px;
}

/* Posts and pages
--------------------------------------------- */

.sticky {
  display: block;
}

.updated:not(.published) {
  display: none;
}

.page-title {
  margin-top: 0;
}

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

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

.site {
  overflow-x: hidden;
}

.site-main {
  margin-top: 110px;
}

/* Widgets
--------------------------------------------- */

.widget {
  margin: 0 0 1.5em;
}

.widget select {
  max-width: 100%;
}

/* 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 logo link wraps around logo image. */

.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */

.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

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

/* Galleries
--------------------------------------------- */

.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

.fancybox-slide--html {
  padding: 10px 15px;
}

.fancybox-wrapper {
  display: none;
  border-radius: 45px;
}

.fancybox-wrapper.fancybox-content {
  width: 100%;
  max-width: 100%;
  overflow: unset;
}

.fancybox-wrapper .fancybox-close-small {
  top: -10px;
  right: -10px;
  height: 50px;
  width: 50px;
  background-color: #3EBDA5;
  border-radius: 50%;
  color: #ffffff;
  opacity: 1;
}

.fancybox-wrapper .fancybox-close-small svg {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.fancybox-wrapper .fancybox-close-small:hover svg {
  transform: rotate(-180deg);
}

.popup-form-title {
  margin-bottom: 10px;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
}

.popup-form-subtitle {
  margin-bottom: 25px;
  line-height: 1.55;
  text-align: center;
}

.popup-form-submit {
  text-align: center;
}

.mm-menu_theme-dark {
  --mm-color-background: #3EBDA5;
  border-radius: 45px 0 0 45px;
  overflow: hidden;
}

.mm-menu_theme-dark:after {
  content: "";
  position: absolute;
  right: -70px;
  bottom: -70px;
  display: block;
  width: 300px;
  height: 300px;
  background: url(/wp-content/themes/koka/assets/img/off-canvas-menu-bg.svg) no-repeat center;
  background-size: contain;
}

.mm-menu_theme-dark .mm-panel {
  background: transparent;
}

.mm-menu_theme-dark .mm-panel:after {
  content: none;
}

.mm-navbar {
  border-bottom: none;
}

.mm-listitem:after {
  content: none;
}

.mm-listitem__text {
  display: inline-block;
  padding-left: 40px;
  border-bottom: none;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.3125rem;
}

.off-canvas__close-menu-icon {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  width: 40px;
  height: 40px;
}

.off-canvas__close-menu-wrapper {
  position: relative;
  display: block;
  width: 24px;
  height: 24px;
  margin: auto;
  cursor: pointer;
}

.off-canvas__close-menu-wrapper span {
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #ffffff;
}

.off-canvas__close-menu-wrapper span:nth-child(1) {
  top: 12px;
  right: 0;
  transform: rotate(45deg);
}

.off-canvas__close-menu-wrapper span:nth-child(2) {
  top: 12px;
  right: 0;
  transform: rotate(-45deg);
}

.mm-navbars_top > .mm-navbar {
  border-bottom: none;
}

.mm-navbars_bottom .mm-navbar:first-child {
  border-top: none;
}

.off-canvas-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 20px 30px;
  z-index: 2;
}

.off-canvas__phone {
  margin-bottom: 30px;
}

.off-canvas__phone a,
.off-canvas__phone a:link {
  color: #232323;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.off-canvas__socials {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}

.off-canvas-social__item {
  margin: 0 10px;
  padding: 10px;
  background-color: #F4D833;
  border-radius: 15px;
  line-height: 0;
}

.popup-form-submit {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 25px;
}

.popup-form-submit .wpcf7-submit {
  margin-bottom: 5px;
}

/* Jetpack infinite scroll
--------------------------------------------- */

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

.section-title {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 3.5625rem;
}

.arrow-icon {
  border: solid;
  border-width: 0 5px 5px 0;
  display: inline-block;
  padding: 3px;
}

.arrow-icon.down {
  transform: rotate(45deg);
}

.arrow-icon.right {
  transform: rotate(-45deg);
}

.arrow-icon.left {
  transform: rotate(135deg);
}

.arrow-icon.up {
  transform: rotate(-135deg);
}

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.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;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */

#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */

.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

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

@media screen and (min-width: 320px) {
  .advantages-wrapper {
    flex-direction: row;
  }

  .advantage-item {
    margin: 0 10px 0 10px;
  }

  .about-photo-note {
    font-size: 0.875rem;
  }
}

@media screen and (min-width: 350px) {
  .services-icons-item {
    width: 33.3333%;
    padding: 10px;
  }
}

@media screen and (min-width: 400px) {
  .advantage-item {
    min-width: auto;
    margin: 0 20px 0 20px;
  }

  .cta-buttons-wrapper {
    min-height: 260px;
  }
}

@media screen and (min-width: 450px) {
  .off-canvas__phone a,
  .off-canvas__phone a:link {
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 481px) {
  .btn-cta .btn {
    font-size: 1rem;
    padding: 10px 20px 10px 10px;
    text-align: left;
  }

  .btn-cta .btn [class^=icon-] {
    font-size: 1.5rem;
    line-height: 2.375rem;
    width: 38px;
    height: 38px;
  }

  .btn {
    padding: 16px 50px;
    border-radius: 31px;
  }
}

@media screen and (min-width: 600px) {
  .header-phone-mobile {
    display: none;
    animation: none;
  }

  .advantage-item {
    width: 145px;
    height: 145px;
    padding: 25px;
    border-radius: 45px;
    box-shadow: -1px 7px 54px rgba(30, 116, 100, 0.25);
  }

  .advantage-item__icon {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: flex-end;
    margin-bottom: 15px;
  }

  .advantage-item__text {
    font-size: 0.875rem;
    line-height: 1.0625rem;
  }

  .services-icons__item-wrapper {
    width: 150px;
    height: 150px;
    padding: 20px 10px;
    border-radius: 45px;
  }

  .services-icons__icon {
    margin-bottom: 10px;
  }

  .services-icons__icon img {
    width: 60px;
    height: 60px;
  }

  .services-icons__text {
    font-size: 1rem;
    line-height: 1.1875rem;
  }

  .programs-list-item {
    width: 48%;
    margin-top: 35px;
    padding: 30px;
  }

  .programs-list-item__arrow .arrow-icon.right {
    padding: 7px;
  }

  .specialist-info__item-wrap {
    flex-direction: row;
  }

  .specialist-info-image {
    flex-basis: 50%;
    max-width: 50%;
    margin-top: -60px;
    margin-bottom: 0;
  }

  .specialist-info-wrapper {
    flex-basis: 50%;
    max-width: 50%;
  }

  .specialists-buttons {
    flex-direction: row;
  }

  .specialists-buttons button {
    margin: 0 15px;
  }

  .prices-tab-link {
    margin: 0 15px 40px;
  }

  .prices-tab-content__wrap .slick-prev,
  .prices-tab-content__wrap .slick-next {
    top: -140px;
  }

  .prices-tab-content {
    padding: 35px;
    border-radius: 45px;
  }

  .prices-tab-content__wrapper {
    max-height: 400px;
    min-height: 350px;
  }

  .prices-tab-content__item-content {
    min-height: 60px;
  }

  .cta-buttons-wrapper {
    min-height: 300px;
  }

  .cta-button-item button {
    min-width: 300px;
  }

  .contact-item-text {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }

  .contact-item-text a {
    font-size: 2.25rem;
    line-height: 1.5rem;
  }

  .fancybox-slide--html {
    padding: 6px;
  }

  .fancybox-wrapper.fancybox-content {
    width: 500px;
  }
}

@media screen and (min-width: 744px) {
  .vaccination-text__wrapper {
    margin-bottom: 0;
    padding-right: 50px;
  }

  .vaccination-photo__wrapper {
    justify-content: center;
  }

  .vaccination-calendar {
    order: unset;
    position: absolute;
    top: calc(50% - 50px);
    left: -50px;
    right: auto;
    margin: 0;
  }

  .vaccination-calendar a {
    border-radius: 45px;
  }

  .vaccination-calendar img {
    width: auto;
  }

  .vaccination-calendar-bg {
    order: unset;
    width: 405px;
    height: 495px;
    border-radius: 45px;
  }
}

@media screen and (min-width: 768px) {
  .hero {
    min-height: 400px;
    padding: 60px 50px;
  }

  .hero-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: auto;
    background-image: linear-gradient(90deg, #DBFAF2 50%, rgba(219, 250, 242, 0) 60%), url(/wp-content/themes/koka/assets/img/hero-bg.png);
    background-position: 170%;
    background-size: contain;
    border-radius: 45px;
  }

  .hero-info-wrapper {
    max-width: 60%;
  }

  .hero-logo {
    display: block;
  }

  .hero-title {
    margin-bottom: 50px;
    text-align: left;
  }

  .hero-buttons {
    display: block;
  }

  .hero-buttons button {
    min-width: auto;
    margin-bottom: 0;
  }

  .about-wrapper {
    flex-direction: row;
  }

  .about-photo-wrapper {
    display: block;
    width: 35%;
    text-align: left;
  }

  .about-photo-note__wrapper {
    position: absolute;
    top: calc(50% - 100px);
    right: -80px;
    margin-left: 0;
    padding: 30px 25px;
    border-radius: 45px;
  }

  .about-photo-note__image {
    width: auto;
  }

  .about-text-wrapper {
    width: 50%;
    margin-bottom: 0;
  }

  .about-text {
    font-size: 1rem;
  }

  .services {
    flex-direction: row;
  }

  .services-text__wrapper {
    width: 40%;
    margin-bottom: 0;
    text-align: left;
  }

  .services-title {
    margin-bottom: 30px;
  }

  .services-text {
    margin-bottom: 40px;
    font-size: 1rem;
  }

  .services-icons {
    justify-content: space-between;
    width: 60%;
  }

  .programs-list-item {
    padding: 55px 40px;
    border-radius: 45px;
  }

  .programs-list-item__name {
    font-size: 1.5rem;
    line-height: 1.75rem;
  }

  .specialist-info__item-wrap {
    border-radius: 45px;
  }

  .specialist-info-name {
    font-size: 1.2rem;
    line-height: 1.5rem;
  }

  .specialist-info-specialization {
    font-size: 1rem;
    line-height: 1.1875rem;
  }

  .specialist-info-text {
    max-height: 200px;
    font-size: 0.875rem;
    line-height: 1.0625rem;
  }

  .contacts {
    display: block;
  }

  .map {
    border-radius: 45px;
  }

  .contacts-grid {
    margin-bottom: 0;
  }

  .contact-item-wrap {
    margin-bottom: 50px;
  }

  .btn-cta {
    grid-template: 1fr/1fr;
    width: auto;
    left: 0;
    transform: none;
    padding: 0 0 30px 30px;
  }

  .btn-cta.collapsed {
    min-width: 0;
    justify-items: start;
  }

  .btn-cta.collapsed .btn-cta-collapse:before,
  .btn-cta.collapsed .btn-cta-collapse:after {
    width: 15px;
    transform-origin: right;
  }

  .btn-cta.collapsed .btn-cta-collapse:before {
    transform: translate(-50%, calc(-50% + 1px)) rotate(45deg);
  }

  .btn-cta.collapsed .btn-cta-collapse:after {
    transform: translate(-50%, calc(-50% - 1px)) rotate(-45deg);
  }

  .btn-cta.collapsed .btn {
    padding: 10px;
  }

  .btn-cta.collapsed .btn [class^=icon-] {
    margin: 0;
  }

  .btn-cta.collapsed .btn-cta_text {
    flex-grow: 0;
    max-width: 0;
  }

  .btn-cta .btn {
    font-size: 18px;
  }

  .btn-cta .btn [class^=icon-] {
    font-size: 1.5rem;
    line-height: 2.375rem;
    width: 38px;
    height: 38px;
    transition: margin ease 0.3s;
  }

  .btn-cta-collapse {
    display: block;
    position: absolute;
    width: 58px;
    height: 58px;
    background-color: rgba(3, 72, 82, 0.4);
    color: #fff;
    border-radius: 50%;
    bottom: calc(100% + 10px);
    left: 30px;
    cursor: pointer;
    transition: all ease 0.3s;
    font-size: 0;
  }

  .btn-cta-collapse:before,
  .btn-cta-collapse:after {
    content: "";
    position: absolute;
    width: 22px;
    height: 4px;
    left: 50%;
    top: 50%;
    background-color: #fff;
    border-radius: 3px;
    transform-origin: center;
    transition: all ease 0.3s;
  }

  .btn-cta-collapse:before {
    transform: translate(-50%, -50%) rotate(45deg);
  }

  .btn-cta-collapse:after {
    transform: translate(-50%, -50%) rotate(-45deg);
  }

  .btn-cta-collapse:hover {
    background-color: rgb(3, 72, 82);
  }

  .btn-cta_text {
    white-space: nowrap;
    transition: all ease 0.3s;
  }

  .footer-top__logo img {
    width: auto;
  }

  .footer-menu {
    flex-direction: row;
  }

  .footer-menu .menu-item:not(:last-child) {
    padding-right: 40px;
  }

  .footer-menu .menu-item a {
    display: inline;
    padding: 0;
  }

  .site-main {
    margin-top: 140px;
  }

  .section-title {
    font-size: 3rem;
  }
}

@media screen and (min-width: 900px) {
  .header-address {
    display: flex;
  }
}

@media screen and (min-width: 991px) {
  .hero-bg {
    background-position: 140%;
  }

  .hero-info-wrapper {
    max-width: 50%;
  }

  .hero-logo img {
    width: 270px;
  }

  .hero-title {
    font-size: 2rem;
    line-height: 2.5rem;
  }
}

@media screen and (min-width: 1024px) {
  .header-top-wrapper {
    min-height: 105px;
  }

  .header-bottom-wrapper {
    position: static;
    display: block;
    padding-bottom: 10px;
  }

  .hero-bg {
    background-position: right;
  }

  .hero-title {
    font-size: 2.125rem;
  }

  .advantages {
    margin-top: -75px;
  }

  .advantages-wrapper {
    justify-content: flex-end;
  }

  .advantage-item {
    margin: 0 40px 0 0;
  }

  .services {
    padding: 60px 50px;
    border-radius: 45px;
  }

  .services-text__wrapper {
    width: 50%;
  }

  .services-icons {
    width: 50%;
  }

  .specialists-grid-wrapper {
    flex-direction: row;
  }

  .cta-text {
    margin-bottom: 0;
    font-size: 3rem;
    line-height: 3.5625rem;
    text-align: left;
  }

  .footer-top__logo {
    margin-bottom: 0;
    text-align: left;
  }

  .footer-top__socials {
    flex-direction: row;
    justify-content: flex-start;
  }

  .footer-top__socials-label {
    margin-right: 45px;
    margin-bottom: 0;
  }

  .footer-top__socials-item {
    margin: 0 40px 0 0;
  }

  .footer-top__menu {
    display: block;
  }

  .footer-bottom {
    text-align: left;
  }

  .footer-bottom__links {
    display: block;
    margin-top: 0;
  }

  .main-navigation ul {
    display: flex;
    align-items: center;
  }

  .site-main {
    margin-top: 210px;
  }
}

@media (min-width: 1024px) {
  .off-canvas-menu__btn {
    position: absolute;
    right: -100%;
  }
}

@media (min-width: 1200px) {
  .container,
  .container-full {
    max-width: 1140px;
  }
}

@media screen and (min-width: 1200px) {
  .prices-tab-navigation .slick-track {
    flex-wrap: nowrap;
  }
}

@media screen and (min-width: 1280px) {
  .header-work-time {
    display: flex;
  }
}

@media screen and (min-width: 1281px) {
  .btn-cta .btn-cta_compliant {
    display: flex;
  }

  .btn-cta .btn [class^=icon-] {
    line-height: 2.75rem;
    width: 44px;
    height: 44px;
  }

  .btn-cta-collapse .btn-cta-collapse {
    width: 64px;
    height: 64px;
  }
}

@media (min-width: 1400px) {
  .container,
  .container-full {
    max-width: 1320px;
  }
}

@media screen and (min-width: 1600px) {
  .site-footer:before {
    height: 160px;
    top: -160px;
  }
}

@media only screen and (max-width: 1024px) {
  .col-xl-6 {
    flex: 50%;
    max-width: 50%;
  }

  .col-xl {
    flex: 100%;
    max-width: 100%;
  }

  .hidden-xl {
    display: none;
  }
}

@media only screen and (max-width: 744px) {
  .col-lg-6 {
    flex: 50%;
    max-width: 50%;
  }

  .col-lg {
    flex: 100%;
    max-width: 100%;
  }

  .hidden-lg {
    display: none;
  }
}

@media only screen and (max-width: 624px) {
  .col-md {
    flex: 100%;
    max-width: 100%;
  }

  .hidden-md {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  .header-logo {
    order: 2;
    margin-right: 0;
  }

  .header-buttons {
    order: 3;
  }

  .header-doctor {
    display: none;
  }

  .header-appointment {
    display: none;
  }

  .off-canvas-menu__btn {
    order: 1;
  }

  .programs-list-item {
    order: unset !important;
  }

  .program-content {
    order: unset !important;
  }

  .specialist-info-image__wrap {
    width: 300px;
    height: 300px;
    background: url(/wp-content/themes/koka/assets/img/spec-bg-no-rotate.svg) no-repeat center;
    background-size: contain;
    border-radius: 82px;
    transform: rotate(-10deg);
    overflow: hidden;
  }

  .specialist-info-image__wrap img {
    width: 100%;
    transform: rotate(10deg);
  }
}

@media screen and (max-width: 500px) {
  .specialist-info-image__wrap {
    width: 240px;
    height: 240px;
  }

  .popup-form-title {
    font-size: 1.5rem;
  }
}

@media only screen and (max-width: 480px) {
  .col-sm-6 {
    flex: 50%;
    max-width: 50%;
  }

  .col-sm {
    flex: 100%;
    max-width: 100%;
  }

  .hidden-sm {
    display: none;
  }
}

@media screen and (max-width: 400px) {
  button,
  input[type=button],
  input[type=reset],
  input[type=submit],
  .button {
    font-size: 0.75rem;
  }
}

@media only screen and (max-width: 380px) {
  .col-xs {
    flex: 100%;
    max-width: 100%;
  }
}