/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1. Normalize
2. Resets & Typography
3. Buttons
4. Forms
   4.1 Search form
   4.2 Comment form
   4.3 Post Password form
   4.4 Contact Form 7
5. Sidebars & Widgets
6. Elements
7. Navigation
8. Content & Comments
9. Header
10. Footer
11. Layout
--------------------------------------------------------------*/
/*--------------------------------------------------------------
Fonts
--------------------------------------------------------------*/
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url("https://www.amdental.clinic/wp-content/themes/amdental/assets/fonts/roboto-v20-latin_cyrillic-300.eot");
  src: local("Roboto Light"), local("Roboto-Light"), url("https://www.amdental.clinic/wp-content/themes/amdental/assets/fonts/roboto-v20-latin_cyrillic-300.eot#iefix") format("embedded-opentype"), url("../fonts/roboto-v20-latin_cyrillic-300.woff") format("woff2"), url("../fonts/roboto-v20-latin_cyrillic-300.woff") format("woff"), url("https://www.amdental.clinic/wp-content/themes/amdental/assets/fonts/roboto-v20-latin_cyrillic-300.ttf") format("truetype"), url("https://www.amdental.clinic/wp-content/themes/amdental/assets/fonts/roboto-v20-latin_cyrillic-300.svg#Roboto") format("svg");
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url("https://www.amdental.clinic/wp-content/themes/amdental/assets/fonts/roboto-v20-latin_cyrillic-regular.eot");
  src: local("Roboto"), local("Roboto-Regular"), url("https://www.amdental.clinic/wp-content/themes/amdental/assets/fonts/roboto-v20-latin_cyrillic-regular.eot#iefix") format("embedded-opentype"), url("../fonts/roboto-v20-latin_cyrillic-regular.woff2") format("woff2"), url("../fonts/roboto-v20-latin_cyrillic-regular.woff") format("woff"), url("https://www.amdental.clinic/wp-content/themes/amdental/assets/fonts/roboto-v20-latin_cyrillic-regular.ttf") format("truetype"), url("https://www.amdental.clinic/wp-content/themes/amdental/assets/fonts/roboto-v20-latin_cyrillic-regular.svg#Roboto") format("svg");
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url("https://www.amdental.clinic/wp-content/themes/amdental/assets/fonts/roboto-v20-latin_cyrillic-700.eot");
  src: local("Roboto Bold"), local("Roboto-Bold"), url("https://www.amdental.clinic/wp-content/themes/amdental/assets/fonts/roboto-v20-latin_cyrillic-700.eot#iefix") format("embedded-opentype"), url("https://www.amdental.clinic/wp-content/themes/amdental/assets/fonts/roboto-v20-latin_cyrillic-700.woff2") format("woff2"), url("https://www.amdental.clinic/wp-content/themes/amdental/assets/fonts/roboto-v20-latin_cyrillic-700.woff") format("woff"), url("../fonts/roboto-v20-latin_cyrillic-700.ttf") format("truetype"), url("../fonts/roboto-v20-latin_cyrillic-700.svg") format("svg");
}

/*--------------------------------------------------------------
1. Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

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

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

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

a {
  background-color: transparent;
}

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

b,
strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

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

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

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

[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-decoration {
  -webkit-appearance: none;
}

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

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/* Custom normalize */
input::placeholder,
textarea::placeholder {
  font-family: "Roboto", sans-serif;
  color: #b1b1b1;
  font-weight: 300;
}

button {
  padding: 0;
  border: none;
  outline: none;
}

button:hover,
button:focus {
  outline: none;
}

a:hover,
a:active,
a:focus {
  outline: none;
  text-decoration: none;
}

/* Box Sizing Reset  */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* iOS "clickable elements" fix for role="button" */
[role="button"] {
  cursor: pointer;
}

/* Body Reset */
html {
  font-family: "Roboto", sans-serif, sans-serif;
  -webkit-tap-highlight-color: transparent;
}

html,
body {
  padding: 0;
  overflow-x: hidden;
}

body {
  color: #333;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 300;
  background-color: #fff;
  min-width: 320px;
}

/* Typography */
/* Headings */
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.widget-title {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  color: #333;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 25px;
  margin-bottom: 30px;
}

h4,
.h4,
h5,
.h5,
h6,
.h6,
.widget-title {
  margin-top: 15px;
  margin-bottom: 20px;
  line-height: 1.3;
}

h1,
.h1 {
  margin-top: 0;
  font-size: 40px;
}

h2,
.h2 {
  font-size: 32px;
  margin-bottom: 40px;
}

h3,
.h3 {
  font-size: 24px;
}

h4,
.h4 {
  font-size: 20px;
}

h5,
.h5 {
  font-size: 18px;
}

h6,
.h6,
.widget-title {
  font-size: 16px;
}

.widget-title,
.page-content .content h2,
.page-content .content .h2,
.page-content .content h3,
.page-content .content .h3,
.top-content .content h2,
.top-content .content .h2,
.top-content .content h3,
.top-content .content .h3,
.title-subs {
  position: relative;
  padding-bottom: 10px;
}

.widget-title:after,
.page-content .content h2:after,
.page-content .content .h2:after,
.page-content .content h3:after,
.page-content .content .h3:after,
.top-content .content h2:after,
.top-content .content .h2:after,
.top-content .content h3:after,
.top-content .content .h3:after,
.title-subs:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 2px;
  background-color: #998247;
}

.page-content .content h2:first-child {
  margin-top: 0;
}

.title-subs--center:after {
  left: 50%;
  margin-left: -20px;
}

.widget-title {
  text-transform: uppercase;
}

.sidebar .widget-title {
  margin-top: 0;
}

.subtitle {
  max-width: 800px;
  margin-bottom: 40px;
}

/* *************
   Typography
************* */
/* Body text */
p {
  margin: 0 0 20px;
}

b,
strong {
  font-weight: 700;
}

/* Lists */
ul,
ol {
  margin: 0 0 20px;
}

ul {
  list-style-type: square;
}

ul li,
ol li {
  margin-bottom: 10px;
}

.content ul {
  padding-left: 23px;
}

.content ol {
  padding: 0;
  margin-left: 18px;
  margin-bottom: 20px;
}

.content ol li {
  padding-left: 4px;
}

.content ul,
.content ol {
  margin-top: 15px;
}

/* Links */
a {
  color: #333;
  -webkit-transition: color 0.1s;
  transition: color 0.1s;
}

a:hover,
a:focus {
  color: #998247;
}

a[href^="tel:"],
a[href^="mailto:"] {
  white-space: nowrap;
  user-select: none;
}

a.main-color {
  color: #998247;
}

a.main-color:hover {
  color: #333;
}

/* Figure */
figure {
  margin: 15px 0;
}

/* Images */
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

/* Horizontal rules */
hr {
  margin-top: 15px;
  margin-bottom: 15px;
  border: 0;
  border-top: 1px solid #f1f0f0;
}

/* Abbreviation */
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #f1f0f0;
  text-decoration: none;
}

/* Blockquote */
blockquote {
  position: relative;
  padding: 0;
  margin: 0;
  border: none;
  font-size: 1rem;
  color: #333;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

blockquote footer {
  display: block;
}

blockquote footer cite {
  font-style: normal;
}

/* Address */
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.15;
}

/* Tables */
table {
  border-collapse: collapse;
  border-spacing: 0;
  vertical-align: middle;
  width: 100%;
  margin-bottom: 20px;
  border: none;
}

th {
  font-weight: 400;
}

th,
td {
  vertical-align: baseline;
  padding: 7px 5px;
  border: 1px solid #ddd;
}

th {
  font-weight: 700;
}

/* Definition Lists */
dt {
  font-weight: 300;
  color: #333;
}

dd {
  margin: 0 0 15px;
}

/* Code blocks & Preformatted text */
code,
kbd,
pre,
samp,
tt,
var {
  font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 90%;
}

/* Inline code */
code {
  padding: 3px 5px;
  border-radius: 4px;
  font-size: 90%;
  color: #333;
  background-color: #f1f0f0;
}

a>code {
  padding: 0;
  color: inherit;
  background-color: inherit;
}

.uppercase {
  text-transform: uppercase;
  letter-spacing: .3px;
}

.hidden {
  display: none;
}

.nowrap {
  white-space: nowrap;
}

/* Accessibility */
.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  white-space: nowrap;
}

.screen-reader-text:active,
.screen-reader-text:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

/*--------------------------------------------------------------
3. Buttons
--------------------------------------------------------------*/
.wpcf7 input[type="submit"],
.btn {
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  position: relative;
  display: inline-block;
  padding: 15px 18px;
  margin: 0 0 15px 0;
  border: 1px solid #998247;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 16px;
  line-height: 16px;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.5px;
  text-decoration: none;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  color: #fff;
  background-color: #998247;
  text-transform: uppercase;
  letter-spacing: .5px;
}

.wpcf7 input[type="submit"]:hover,
.btn:hover {
  background-color: #333;
  color: #fff;
}

.wpcf7 input[type="submit"].btn-inv-h:hover,
.btn.btn-inv-h:hover {
  background-color: transparent;
  color: #998247;
}

.wpcf7 input[type="submit"] {
  min-width: 290px;
}

.btn-stroke {
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  position: relative;
  display: inline-block;
  width: 170px;
  padding: 14px 18px;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #998247;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 16px;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  letter-spacing: .5px;
  cursor: pointer;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.btn-stroke:after,
.btn-stroke .btn-stroke__content:before,
.btn-stroke .btn-stroke__content:after,
.btn-stroke .btn-stroke__text:before,
.btn-stroke .btn-stroke__text:after {
  display: block;
  content: "";
  position: absolute;
  background-color: #998247;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.btn-stroke:after {
  width: 28px;
  height: 2px;
  bottom: 0;
  left: 50%;
  margin-left: -14px;
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.btn-stroke .btn-stroke__content:before,
.btn-stroke .btn-stroke__content:after {
  width: 2px;
  height: 0;
  bottom: 0;
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.btn-stroke .btn-stroke__content:before {
  left: 1px;
}

.btn-stroke .btn-stroke__content:after {
  right: 0;
}

.btn-stroke .btn-stroke__text:before,
.btn-stroke .btn-stroke__text:after {
  width: 0;
  height: 2px;
  top: 0;
}

.btn-stroke .btn-stroke__text:before {
  left: 1px;
}

.btn-stroke .btn-stroke__text:after {
  right: 0;
}

.btn-stroke:hover:after,
.unit-item:hover .btn-stroke:after,
.service-item:hover .btn-stroke:after {
  width: 100%;
  left: 1px;
  margin-left: 0;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s;
}

.btn-stroke:hover .btn-stroke__content:before,
.btn-stroke:hover .btn-stroke__content:after,
.unit-item:hover .btn-stroke .btn-stroke__content:before,
.unit-item:hover .btn-stroke .btn-stroke__content:after,
.service-item:hover .btn-stroke .btn-stroke__content:before,
.service-item:hover .btn-stroke .btn-stroke__content:after {
  height: 100%;
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.btn-stroke:hover .btn-stroke__text:before,
.btn-stroke:hover .btn-stroke__text:after,
.unit-item:hover .btn-stroke .btn-stroke__text:before,
.unit-item:hover .btn-stroke .btn-stroke__text:after,
.service-item:hover .btn-stroke .btn-stroke__text:before,
.service-item:hover .btn-stroke .btn-stroke__text:after {
  width: 50%;
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

/*--------------------------------------------------------------
4. Forms
--------------------------------------------------------------*/
input:not([type='submit']),
textarea {
  padding: 10px 15px;
  margin: 0 0 10px;
  max-width: 290px;
  width: 100%;
}

input:not([type="submit"]),
textarea {
  line-height: 1rem;
  vertical-align: middle;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #fff;
  color: #5c5c5c;
  -webkit-transition-property: border-color, background-color;
  transition-property: border-color, background-color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

input:not([type="submit"]):focus,
textarea:focus {
  border-color: #998247;
  outline: none;
}

textarea {
  resize: none;
}

/* Contact Form 7 */
.mail-desc-wrap {
  display: none;
}

.mail-search-wrap {
  display: none;
}

.wpcf7 .form-notes {
  margin-bottom: 1rem;
  text-align: center;
  color: #959595;
}

.wpcf7-response-output {
  text-align: center;
}

div.wpcf7 .ajax-loader {
  position: relative;
  top: 0.125rem;
  left: 0.5rem;
}

span.wpcf7-not-valid-tip {
  color: #ff727f;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  border-color: #ff727f;
}

/*--------------------------------------------------------------
WP styles
--------------------------------------------------------------*/
.alignright,
a img.alignright {
  float: right;
  margin: 10px 0 20px 20px;
}

.alignleft,
a img.alignleft {
  float: left;
  margin: 10px 30px 20px 0;
}

.aligncenter,
a img.aligncenter {
  display: block;
  margin: 10px auto 20px;
}

.alignnone,
a img.alignnone {
  margin: 10px 0 20px;
  width: 100%;
}

.alignnone,
img.size-full,
img.size-large,
img.size-medium,
img.size-thumbnail {
  max-width: 100%;
  height: auto;
}

.gallery {
  overflow: hidden;
  margin: 0 auto 20px;
}

.gallery .gallery-item {
  float: left;
  position: relative;
  width: auto;
  margin-top: 0;
  margin-bottom: 20px;
  padding-right: 1%;
}

.gallery-columns-2 .gallery-item {
  width: 50%;
}

.gallery-columns-3 .gallery-item {
  width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  width: 25%;
}

.gallery img {
  width: 100%;
  height: auto;
}

.post-navigation {
  padding: 0;
}

.post-navigation .pagination-links {
  overflow: hidden;
  margin-bottom: 30px;
}

.post-navigation .pagination-links>* {
  width: 50%;
  text-align: left;
}

.post-navigation .pagination-links .nav-previous {
  float: left;
}

.post-navigation .pagination-links .nav-next {
  text-align: right;
  float: right;
}

.post-navigation .pagination-links a {
  display: block;
  padding: 20px 0;
  color: #2d2a24;
  text-decoration: none;
  text-transform: none;
  transition: color .25s ease-in-out;
}

.post-navigation .pagination-links a:hover {
  color: #998247;
}

.post-navigation .pagination-links .meta-nav {
  display: block;
  margin-bottom: 5px;
  font-weight: 400;
  text-transform: uppercase;
}

.post-navigation .pagination-links .pagination-title {
  display: block;
}


/* Pagination */
.pagination-links {
  margin-top: 30px;
  padding: 0;
  text-align: center;
}

.pagination-links ul {
  border: none;
  padding: 0;
  margin: 0;
  white-space: normal;
  list-style: none;
}

.pagination-links ul li {
  float: none;
  display: inline-block;
  padding: 0;
  margin: 0 .25rem .5rem;
  border: none;
  background: none;
}

.pagination-links ul li a,
.pagination-links ul li span {
  font-size: 1;
  display: block;
  padding: 0;
  text-decoration: none;
}

.pagination-links ul li a:hover {
  text-decoration: underline;
}

.pagination-links ul li a.prev,
.pagination-links ul li a.next {
  background-color: transparent;
  border-color: transparent;
}

.pagination-links ul li a.prev:hover,
.pagination-links ul li a.next:hover {
  color: #998247;
}

.pagination-links ul li span.current {
  font-weight: 700;
  color: #998247;
}

/*--------------------------------------------------------------
  5. Sidebars & Widgets
--------------------------------------------------------------*/
.sidebar ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sidebar li {
  margin-bottom: 0;
  border-bottom: 1px solid #f2f1f1;
}

.sidebar li:last-child {
  border-bottom: none;
}

.sidebar li a {
  display: inline-block;
  text-decoration: none;
  padding: 8px 0;
}

.sidebar section {
  margin-bottom: 30px;
}

/*--------------------------------------------------------------
  6. Elements
--------------------------------------------------------------*/
.main-color {
  color: #998247;
}

.light-color {
  color: #999;
}

.fw400 {
  font-weight: 400;
}

.tac {
  text-align: center;
}

body .sec-dark {
  background-color: #333;
  color: #f1f0f0;
}

body .sec-dark a {
  color: #f1f0f0;
  text-decoration: none;
}

body .sec-dark a:hover {
  color: #998247;
}

body .sec-grey {
  background-color: #f1f0f0;
}

body .sec-white {
  background-color: #fff;
}

.logo {
  width: 215px;
}

.logo img {
  height: auto;
  width: 100%;
}

.logo span {
  display: none;
}

.text-as-logo span {
  display: inline-block;
  vertical-align: middle;
  font-weight: 400;
}

.text-as-logo span:first-child {
  padding: 2px 5px 2px 2px;
  margin-right: 1px;
  background-color: #333;
  color: #fff;
  letter-spacing: -3px;
}

.breadcrumbs-wrap {
  background-color: #f1f0f0;
}

.breadcrumbs {
  background-color: #f1f0f0;
  padding: 30px 0 10px;
  font-size: 13px;
  color: #a9a9a9;
}

.breadcrumbs>span>span>* {
  display: inline-block;
  vertical-align: middle;
}

.breadcrumbs a {
  color: #999;
  text-decoration: none;
}

.breadcrumbs a:hover {
  color: #998247;
}

.top-baner .breadcrumbs {
  padding-top: 10px;
  background-color: transparent;
  color: #c9c9c9;
}

.top-baner .breadcrumbs a {
  color: #e9e9e9;
}

.top-baner .breadcrumbs a:hover {
  color: #998247;
}

.home .breadcrumbs {
  display: none;
}

/* Socials links */
.socials-links {
  display: block;
  white-space: nowrap;
  list-style: none;
  padding: 0 !important;
  margin: 0 !important;
}

.socials-links:after {
  content: '';
  display: table;
  clear: both;
}

.socials-links li {
  float: left;
  margin: 0;
  padding: 0;
  margin-right: 10px;
}

.socials-links a {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 45px;
  text-align: center;
}

.socials-links a .icon-fill {
  fill: #333;
  transition: fill .25s ease;
}

.socials-links a:hover .icon-fill {
  fill: #998247;
}

.socials-links svg {
  min-width: 18px;
  min-height: 18px;
}

.socials-links span {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  text-indent: -9999px;
}

.socials-links.main-color a .icon-fill {
  fill: #998247;
}

.socials-links.main-color a:hover .icon-fill {
  fill: #fff;
}

.socials-links.circle a {
  border-radius: 50%;
  border: 1px solid #333;
  transition: all .3s ease-in-out;
}

.socials-links.circle a:hover {
  border-color: #998247;
}

/* Language switcher Dropdown */
div.mod-languages {
  position: relative;
  float: right;
  border-right: 1px solid #f1f0f0;
  transition: color .25s ease-in-out;
}

div.mod-languages select {
  cursor: pointer;
  height: 39px;
  padding-left: 10px;
  padding-right: 25px;
  background-color: transparent;
  border: none;
  border-radius: 0;
  color: #998247;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

div.mod-languages:after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 50%;
  right: 10px;
  height: 6px;
  width: 10px;
  margin-top: -4px;
  background: url("../images/icons/icon-arrow-down-mc.svg") 50% 50% no-repeat;
  display: inline-block;
}

div.mod-languages select::-ms-expand {
  display: none;
}

.mob-menu-item {
  display: none;
}

.map-load {
  user-select: none;
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  transition: opacity 2s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.map-load .logo {
  width: 280px;
  margin-bottom: 20px;
}

.map-load__text {
  font-size: 18px;
}

.gmap {
  width: 100%;
}

.gmap iframe {
  width: 100% !important;
}

/* Back to top */
button.back-top {
  display: none;
  cursor: pointer;
  position: fixed;
  z-index: 100;
  bottom: 40px;
  right: 40px;
  width: 40px;
  height: 40px;
  padding: 0;
  text-align: center;
  background-color: #fff;
  border: 1px solid #998247;
  border-radius: 0;
  color: #fff;
  transition: background-color .25s ease-in-out;
}

button.back-top:hover {
  background-color: #998247;
}

button.back-top svg {
  position: relative;
  top: 1px;
  width: 20px;
  height: 20px;
  fill: #998247;
  transition: fill .25s ease-in-out;
}

button.back-top:hover svg {
  fill: #fff;
}

button.back-top span {
  height: 1px;
  width: 1px;
  overflow: hidden;
  display: block;
  position: absolute;
  visibility: hidden;
}

.slick-arrows {
  position: absolute;
  bottom: 3px;
  right: 0;
  width: 100%;
  text-align: right;
}

.slick-arrow {
  display: inline-block;
  vertical-align: middle;
  margin-right: 1px;
  width: 40px;
  height: 40px;
  border: 1px solid #998247;
  border-radius: none;
  background-color: transparent;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  transition: background-color .3s ease-in-out;
}

.slick-arrow svg {
  height: 10px;
  width: 6px;
}

.slick-arrow svg #icon-arrow {
  transition: stroke .3s ease-in-out;
}

.slick-arrow:hover {
  background-color: #998247;
}

.slick-arrow:hover svg #icon-arrow {
  stroke: #fff;
}

.slick-disabled {
  opacity: .3;
}

.slick-disabled:hover {
  background-color: transparent;
  cursor: default;
}

.slick-disabled:hover svg #icon-arrow {
  stroke: #998247;
}

.slick-progress {
  display: block;
  width: 100%;
  height: 2px;
  overflow: hidden;
  background-color: #f1f0f0;
  background-image: linear-gradient(to right, #998247, #998247);
  background-repeat: no-repeat;
  background-size: 0 100%;
  transition: background-size 1s ease-in-out;
}

/* .slick-loading {
  background:#eee url('https://www.amdental.clinic/wp-content/themes/amdental/assets/images/icons/loader.svg') no-repeat center;
} */

.scroll-text {
  height: 400px;
  overflow: hidden;
  overflow-y: auto;
  padding: 0 20px 0 0;
}

.scroll-text::-webkit-scrollbar {
  background: rgba(0, 0, 0, 0.05);
  width: 4px;
}

.scroll-text::-webkit-scrollbar-thumb {
  background: #999;
  border-radius: 4px;
}

.scroll-text::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.05);
  border-radius: 4px;
}

.popup-order.fancybox-content {
  max-width: 400px;
  padding-left: 30px;
  padding-right: 30px;
}

.popup-order .wpcf7 input:not([type="submit"]) {
  max-width: none;
}

.popup-order .wpcf7 input[type="submit"] {
  width: 100%;
  margin-bottom: 0;
}

.popup-order .title {
  margin-top: 0;
}

.content .accord {
  padding: 0;
  margin: 30px 0;
  list-style: none !important;
}

.accord-title {
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 25px 40px 25px 15px;
  border: 2px solid #998247;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: .3px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  cursor: default;
}

.accord-title.active,
.accord-title:hover {
  color: #fff;
  background-color: #998247;
}

.accord-title:before,
.accord-title:after {
  content: '';
  position: absolute;
  display: block;
  top: 50%;
  right: 15px;
  width: 24px;
  height: 2px;
  background-color: #998247;
  transition: all .3s ease-in-out;
}

.accord-title:after {
  transform: rotate(-90deg);
}

.accord-title.active:before,
.accord-title:hover:before,
.accord-title.active:after,
.accord-title:hover:after {
  background-color: #fff;
}

.accord-title.active:after {
  transform: rotate(0);
}

.accord-content {
  display: none;
}

.accord.open-first li:first-child .accord-content {
  display: block;
}

.table-price tr {
  border: 1px solid #e1e1e1;
  background-color: rgba(255, 255, 255, 0.6);
}

.table-price td {
  padding: 10px 15px;
  border: none;
}

.table-price td:last-child {
  text-align: right;
  min-width: 140px;
  font-weight: 400;
}

.content .table-price {
  background-color: #f1f0f0;
}

.content .messengers-links {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 5px;
}

.messengers-links li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 5px;
}

.messengers-links a {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 90%;
}

.messengers-links li span {
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
  visibility: hidden;
}

.icon-viber {
  background-image: url("https://www.amdental.clinic/wp-content/themes/amdental/assets/images/icons/icon-viber.svg");
}

.icon-telegram {
  background-image: url("../images/icons/icon-telegram.svg");
}

.icon-pdf {
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  height: 33px;
  margin-right: 10px;
  background-size: cover;
  background-image: url(https://www.amdental.clinic/wp-content/themes/amdental/assets/images/icons/icon-pdf.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.link-accent {
  font-size: 1.1em;
  color: #998247;
}

/*--------------------------------------------------------------
  7. Navigation
--------------------------------------------------------------*/
/* Toggle button */
.menu-toggle {
  position: relative;
  z-index: 1;
  opacity: 0;
  display: none;
  float: right;
  width: 69px;
  height: 39px;
  padding: 0;
  margin: 0;
  border: 0;
  cursor: pointer;
  overflow: hidden;
  text-indent: -9999px;
  background-color: #998247;
  transition: all .3s ease-in-out;
}

/* .show-menu .menu-toggle {
  position: fixed;
  z-index: 100;
} */
.menu-toggle i {
  display: block;
}

.menu-toggle span {
  position: relative;
  top: 0;
  left: 23px;
  display: block;
  width: 24px;
  height: 2px;
  background-color: #fff;
  transition: background-color .3s ease-in-out, width .3s ease-in-out;
}

.menu-toggle span:after,
.menu-toggle span:before {
  content: '';
  position: absolute;
  top: -9px;
  left: 0;
  width: 24px;
  height: 2px;
  display: block;
  background-color: #fff;
  transition: top .3s ease-in-out, transform .3s ease-in-out, background-color .3s ease-in-out;
}

.menu-toggle span:after {
  top: 9px;
}

.menu-toggle.active span:after,
.menu-toggle.active span:before {
  background-color: #fff;
}

.menu-toggle.active span {
  background-color: transparent;
  width: 0;
}

.menu-toggle.active span:after,
.menu-toggle.active span:before {
  top: 0;
}

.menu-toggle.active span:before {
  transform: rotate(45deg);
}

.menu-toggle.active span:after {
  transform: rotate(-45deg);
}

/* Main menu */
.top-menu .sub-menu__toggle svg {
  transition: all .35s ease-in-out;
}

/*--------------------------------------------------------------
  8. Content & Comments
--------------------------------------------------------------*/
.site-content {
  position: relative;
  z-index: 1;
  transition: transform 0.4s cubic-bezier(0.7, 0, 0.3, 1);
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .05);
}

.main-content {
  padding-top: 50px;
}

.home .page-content {
  padding: 0;
  margin: 0;
}

.home .main-content {
  padding: 0;
  margin: 0;
}

.top-content {
  padding: 20px 0 40px;
  background-color: #f1f0f0;
  padding-bottom: 80px;
}

.top-content+.main-content {
  padding-top: 90px;
  padding-bottom: 0;
  box-shadow: none;
}

/* Comments */
.comments-content {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 30px;
  border: 1px solid #998247;
}

.page-content .content+.comments-content {
  margin-top: 60px;
}

.comment-list {
  padding: 0;
  margin-bottom: 10px;
  list-style: none;
}

.comment-list li {
  margin-bottom: 15px;
}

.comment-body {
  margin-bottom: 15px;
}

.comment-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.comment-author {
  height: 42px;
}

.comment-author>* {
  display: block;
}

.comment-author b {
  margin-bottom: 2px;
  padding-left: 55px;
}

.comment-author:before {
  content: '';
  float: left;
  margin-right: 10px;
  border-radius: 4px;
  width: 42px;
  height: 42px;
  background: url('https://www.amdental.clinic/wp-content/themes/amdental/assets/images/icons/avatar-thumb.svg') 50% 50% no-repeat;
  background-size: 100%;
}

.comment-author img {
  margin-right: 10px;
  border-radius: 4px;
}

.comment-author .says {
  display: none;
}

.comment-author .stars {
  padding-left: 54px;
}

.comment-author .stars .dashicons,
.comment-author .stars .dashicons-before:before {
  width: 16px;
  height: 16px;
  font-size: 16px;
}

.stars .dashicons,
.stars .dashicons-before:before {
  color: #998247;
}

.comment-metadata {
  float: right;
}

.comment-metadata span {
  color: #a1a1a1;
  font-size: 14px;
}

.comment-content {
  padding: 10px;
  background-color: rgba(255, 255, 255, .9);
  border: 1px solid #e1e1e1;
  border-radius: 2px;
}

.comment-reply-title {
  display: block;
  padding: 15px 0 0;
  font-size: 2em;
}

.comment-form-comment,
.comment-form-author,
.comment-form-email {
  margin-bottom: 10px;
}

.comment-form {
  overflow: hidden;
}

.comment-form-comment .textarea {
  max-width: none;
  width: 100%;
  height: 140px !important;
  resize: none;
}

.comment-form-author,
.comment-form-email {
  float: left;
  width: 49.5%;
}

.comment-form-author {
  margin-right: 1%;
}

.comment-form-author input,
.comment-form-email input {
  width: 100%;
}

.comment-form-comment label,
.comment-form-author label,
.comment-form-email label {
  display: none;
}

.comment-form-comment label[generated="true"],
.comment-form-author label[generated="true"],
.comment-form-email label[generated="true"] {
  /* display: none !important; */
  display: block;
  padding: 7px 0 3px;
  color: #ff727f;
}

.comment-form-rating {
  clear: both;
  padding: 10px 0;
}

.comment-form-rating>* {
  display: inline-block;
  vertical-align: top;
}

.comment-form .required {
  display: none;
}

.comments-area .submit {
  color: #fff;
}

.comment-form textarea.error,
.comment-form input.error {
  background: #fcfafa !important;
  border: 1px solid #ff384c !important;
}

.comment-form-comment label,
.comment-form-author label,
.comment-form-email label {
  display: none !important;
}

.average-rating {
  display: none;
}

.comment-form .form-submit {
  margin-top: 20px;
}


/*--------------------------------------------------------------
  9. Header
--------------------------------------------------------------*/
.site-header {
  position: relative;
  z-index: 2;
}

.site-header ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.site-header a {
  display: block;
  text-decoration: none;
}

.site-header p {
  margin-bottom: 0;
}

.site-header-top {
  font-size: 14px;
}

.site-header-top__h:after {
  content: '';
  display: table;
  clear: both;
}

.site-header-top__left {
  float: left;
}

.site-header-top__left p {
  padding: 10px;
}

.site-header-top__right {
  float: right;
  width: calc(100% - 215px);
}

.site-header .logo {
  position: relative;
  margin-bottom: -30px;
  z-index: 0;
}

.site-header .logo-wrap {
  height: 100%;
  float: left;
}

.site-header .logo:after {
  content: '';
  position: absolute;
  z-index: -1;
  bottom: -13px;
  left: 0;
  display: block;
  width: 70px;
  height: 2px;
  background-color: #998247;
  transition: all .25s linear;
}

.site-header .logo:hover:after {
  bottom: 0;
  background-color: #333;
}

.site-header .contacts-wrap {
  width: calc(100% - 290px);
  margin-left: 45px;
  float: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.site-header .contacts-wrap>* {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.site-header__phones {
  font-weight: 700;
}

.site-header__phones>li>a {
  color: #998247;
}

.site-header__phones #icon-arrow-down {
  stroke: #998247;
}

.site-header .socials-links {
  float: right;
}

.site-header .socials-links li {
  margin-right: 0;
}

.site-header .socials-links li+li a {
  border-left: none;
}

.site-header .socials-links a {
  width: 39px;
  height: 39px;
  line-height: 43px;
  border-left: 1px solid #f1f0f0;
  border-right: 1px solid #f1f0f0;
}

.site-header .socials-links svg {
  min-width: 16px;
  min-height: 16px;
}

.site-header-bot {
  background: #f1f0f0;
}

.site-header-bot__h {
  margin-left: 250px;
}

.site-header-bot .btn-wrap {
  float: right;
  padding: 0;
  transition: margin 0.4s cubic-bezier(0.7, 0, 0.3, 1);
}

.site-header-bot .btn-wrap .btn {
  padding-top: 12px;
  padding-bottom: 12px;
  margin-bottom: 0;
  font-size: 14px;
}

/*--------------------------------------------------------------
  10. Footer
--------------------------------------------------------------*/
.footer {
  position: relative;
}

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

.footer li {
  padding: 0;
  margin: 0;
}

.footer a {
  display: inline-block;
  text-decoration: none;
}

.footer-top {
  position: relative;
}

.footer-cols {
  display: flex;
  margin-left: -30px;
  margin-right: -30px;
}

.footer-col {
  position: relative;
  float: left;
  width: 25%;
  padding: 75px 30px 150px;
}

.footer-col:first-child:before {
  content: '';
  position: absolute;
  top: 0;
  right: 100%;
  width: 200%;
  height: 100%;
  background-color: #333;
}

.footer-col--map {
  float: none;
  position: absolute;
  top: 0;
  left: 50%;
  right: 0;
  height: 100%;
  width: 50%;
  background-color: #f1f0f0;
  padding: 0;
}

.footer-col--map section {
  margin: 0 !important;
}

.footer section {
  margin-bottom: 30px;
}

.footer .socials-links li {
  margin-right: 5px;
}

.footer .socials-links svg {
  width: 18px;
  height: 18px;
}

.footer .btn {
  margin-bottom: 0;
}

.footer-bot {
  padding: 25px 0;
}

.footer .copyright p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
  11. Layout
  --------------------------------------------------------------*/
/* -------
  Posts
------- */
.post-items .unit-item .text-wrap p {
  text-transform: none;
}

.post-thumbnail-wrap {
  margin-bottom: 15px;
}


/* -------
  Home
------- */
.sec {
  padding: 60px 0 70px;
}

.main-slider {
  position: relative;
}

.main-slider-sec {
  padding: 0;
}

.main-slider-items {
  background-color: #f1f0f0;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

img.main-slider-img--mob {
  display: none;
}

.intro-header {
  margin-top: 25px;
  margin-bottom: 30px;
  text-align: center;
  line-height: 1;
}

.intro-header span {
  font-size: 21px;
  color: #999;
}

.intro-header strong {
  display: block;
  font-size: 54px;
  font-weight: 400;
  text-transform: uppercase;
}

.intro-items {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
  text-align: center;
}

.intro-items li {
  margin-bottom: 30px;
}

.intro-items li:nth-child(1) img {
  max-height: 80px;
}

.intro-items .img-wrap {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 110px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  transition: margin .2s linear;
}

.intro-items .img-wrap:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -20px;
  width: 40px;
  height: 2px;
  background-color: #998247;
  transition: all .2s linear .2s;
}

.intro-items img {
  max-width: 70px;
  max-height: 70px;
  transition: margin .2s linear .2s;
}

.intro-items p {
  max-width: 170px;
  min-height: 38px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: .5px;
  font-weight: 400;
}

.service-items {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
  text-align: center;
}

.service-items li {
  margin-bottom: 30px;
}

.service-item {
  position: relative;
}

.service-link {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
  text-indent: -9999px;
}

.orderline {
  text-align: center;
}

.orderline-sec {
  position: relative;
  z-index: 1;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.orderline .btn {
  position: relative;
  z-index: 2;
  margin-bottom: 0;
  padding: 30px 35px;
  width: 270px;
  transition: all .3s ease-in-out;
}

.orderline .btn-wrap {
  position: relative;
}

.orderline .arrow-l,
.orderline .arrow-r {
  position: absolute;
  z-index: 1;
  top: 50%;
  margin-top: -1px;
  height: 2px;
  background-color: #998247;
  width: calc(50% - 235px);
  transition: left .3s ease-in-out, right .3s ease-in-out;
}

.orderline .arrow-l:before,
.orderline .arrow-r:before {
  content: '';
  position: absolute;
  z-index: 1;
  top: 50%;
  height: 10px;
  width: 6px;
  margin-top: -5px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.orderline .arrow-l {
  left: 0;
}

.orderline .arrow-l:before {
  right: -1px;
  background-image: url("../images/icons/icon-arrow-right-mc.svg");
}

.orderline .arrow-r {
  right: 0;
}

.orderline .arrow-r:before {
  left: -1px;
  background-image: url("../images/icons/icon-arrow-left-mc.svg");
}

.staff-items {
  position: relative;
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}

.staff-items li {
  margin-bottom: 30px;
}

.staff-items li:nth-child(odd):after {
  content: '';
  position: absolute;
  top: 0;
  height: 100%;
  right: 0;
  width: 1px;
  background-color: #998247;
}

.staff-items li:nth-child(odd) .text-wrap {
  padding-right: 15px;
}

.staff-items li:nth-child(even) .text-wrap {
  padding-left: 15px;
}

.staff-item {
  position: relative;
}

.staff-item__photo {
  position: relative;
}

.staff-item__photo .photo-wrap {
  position: relative;
  height: 100%;
  min-height: 340px;
  overflow: hidden;
}

.staff-item__photo img {
  position: absolute;
  height: 100%;
  width: auto;
  max-width: none;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.staff-item__text .title {
  margin-bottom: 5px;
}

.certs-slider {
  position: relative;
}

.certs-slider-item {
  padding-left: 15px;
  padding-right: 15px;
}

.certs-slider-item a{
    min-height: 380px;
    background: #fff;
    display: flex;
    align-items: center;
}

.certs-slider-item a img {
  opacity: .9;
  -webkit-filter: saturate(40%);
  filter: saturate(40%);
  transition: all .3s ease-in-out;
}

.certs-slider-item a:hover img {
  opacity: 1;
  -webkit-filter: saturate(100%);
  filter: saturate(100%);
}

.certs .slick-list {
  margin-left: -15px;
  margin-right: -15px;
}

.certs .slick-arrows {
  bottom: calc(100% + 40px);
}

.unit-items {
  list-style: none;
  padding: 0 !important;
  margin-bottom: 0;
  text-align: center;
}

.unit-items>* {
  margin-bottom: 30px;
}

.unit-item {
  position: relative;
  z-index: 1;
  min-height: 350px;
  padding: 0 0 15px;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.05);
  background-color: #fff;
  transition: box-shadow .3s ease-in-out;
  overflow: hidden;
}

.unit-item .img-wrap {
  position: relative;
  display: block;
  height: 240px;
  overflow: hidden;
}

.unit-item img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-height: 300px;
  min-height: 240px;
  width: auto;
  max-width: none;
  transform: translate(-50%, -50%);
  -webkit-filter: saturate(40%);
  filter: saturate(40%);
  transition: all .6s ease-in-out;
}

.unit-item .meta-date {
  padding: 5px 0;
  font-size: 13px;
  color: #a1a1a1;
}

.unit-item .text-wrap {
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  min-height: 100px;
}

.unit-item .text-wrap p {
  text-transform: uppercase;
}

.unit-item:before {
  content: '';
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%, #f1f1f1 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #f1f1f1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f1f1f1', GradientType=0);
  transition: opacity .3s ease-in-out;
}

.unit-item:hover {
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.07);
}

.unit-item:hover:before {
  opacity: 0;
}

.unit-item:hover img {
  opacity: 1;
  -webkit-filter: saturate(100%);
  filter: saturate(100%);
}

.unit-items--short .unit-item .text-wrap {
  padding-top: 20px;
}

.unit-link {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
  text-indent: -9999px;
}

.testimonials-slider {
  position: relative;
}

.testimonials-slider-item {
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
}

.testimonials-slider-item:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 0;
  background-color: #998247;
  transition: height 1s ease-in-out;
}

.testimonials-slider-item .title {
  margin-bottom: 5px;
}

.testimonials-slider .slick-list {
  margin-left: -15px;
  margin-right: -15px;
}

.testimonials-slider .slick-arrows {
  bottom: calc(100% + 40px);
}

.testimonials-slider .slick-active+.slick-active:before {
  height: 100%;
}

/* Other pages */
.spage-items {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}

.spage-items>li {
  margin-bottom: 40px;
}

.spage-item__top {
  display: flex;
  align-items: center;
  height: 70px;
  margin-bottom: 10px;
  overflow: hidden;
}

.spage-item__top p {
  margin-bottom: 0;
}

.spage-item__top a {
  color: #998247;
  text-transform: uppercase;
  font-weight: 400;
  transition: color .3s ease-in-out;
}

.spage-item__top a:hover {
  color: #333;
}

.spage-item .img-wrap {
  float: left;
  display: flex;
  align-items: flex-end;
  height: 100%;
  width: 70px;
  min-width: 70px;
}

.spage-item img {
  display: inline-block;
  max-height: 70px;
}

.spage-item .list-wrap {
  padding-left: 70px;
  margin-bottom: 0;
  list-style: none;
}

.spage-item .list-wrap li {
  margin-bottom: 5px;
}

.spage-item a {
  text-decoration: none;
}

.top-baner {
  position: relative;
  height: 350px;
  margin-top: 20px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-filter: saturate(40%);
  filter: saturate(40%);
}

.top-baner:before {
  content: '';
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #000;
  opacity: .25;
}

.top-baner:after {
  content: '';
  position: absolute;
  top: -20px;
  left: 0;
  width: 100%;
  height: 20px;
  background-color: #f1f0f0;
}

.top-baner .container {
  position: relative;
  height: 100%;
}

.top-baner h1 {
  position: absolute;
  bottom: 25px;
  margin-bottom: 0;
  left: 15px;
  right: 15px;
  color: #fff;
}

.top-baner+.top-content {
  padding-top: 50px;
}

.cont strong {
  display: block;
  margin-bottom: 10px;
}

/* Gallery */
.gallery-item {
  width: 33.33%;
}

.gallery-item a {
  display: block;
}

.gallery-item img {
  display: block;
}

/*==========  Desktop First Method  ==========*/
@media only screen and (max-width: 1199) {
  .site-header {
    font-size: 14px;
  }

  .site-header-bot .btn-wrap .btn {
    max-width: 195px;
    font-size: 13px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .site-header .logo:after {
    bottom: -10px;
  }
}

@media only screen and (max-width: 1199px) and (min-width: 992px) {
  .btn {
    font-size: 14px;
  }
}

@media only screen and (max-width: 991px) {
  .sidebar {
    margin-top: 80px;
    padding-top: 40px;
    border-top: 2px solid #9a8342;
    background-color: #f1f0f0;
    border-bottom: 2px solid #9a8342;
  }

  .post-content+.sidebar {
    margin-top: 40px;
  }

  .comments-content {
    padding-left: 25px;
    padding-right: 25px;
  }

  .slick-arrows .container {
    padding-left: 0;
    padding-right: 0;
  }

  .main-content {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .main-content.with-sidebar {
    margin-bottom: 0;
  }

  body.show-menu {
    position: fixed;
  }

  body.show-menu .site-content {
    transform: translateX(calc(100% - 69px));
  }

  body.show-menu .site-header:after {
    content: '';
    position: fixed;
    width: 100vw;
    height: 100vh;
    left: 0;
    top: 0;
    z-index: 0;
    background: rgba(51, 51, 51, 0.2);
  }

  .mob-menu-item {
    display: block;
  }

  .menu-toggle {
    opacity: 1;
    display: block;
  }

  .site-header {
    position: fixed;
    z-index: 999;
    width: 100%;
    background-color: #fff;
  }

  .site-header .container {
    padding-left: 0;
    padding-right: 0;
  }

  .site-header-top {
    position: relative;
  }

  .site-header .worktime {
    display: none;
  }

  .site-header-bot__h:after {
    content: '';
    display: table;
    clear: both;
  }

  .site-header-bot .btn-wrap {
    float: right;
    width: auto;
    margin-right: 2px;
  }

  .site-header-bot .btn-wrap .btn {
    margin-top: 3px;
    margin-bottom: 3px;
    padding-top: 7px;
    padding-bottom: 7px;
    background-color: transparent;
    border: 1px solid #998247;
    color: #998247;
  }

  .site-header .logo-wrap {
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .site-header .logo:after {
    bottom: -8px;
  }

  .show-menu .site-header-bot .btn-wrap {
    margin-right: 75px;
  }

  .top-menu-wrap {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 10;
    width: calc(100% - 69px);
    background: #333;
    padding: 0;
    transform: translate3d(-100%, 0, 0);
    transition: transform 0.4s;
    transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    box-sizing: border-box;
  }

  .top-menu-wrap .btn-order {
    font-weight: 700;
    padding-top: 8px;
    padding-bottom: 9px;
    text-decoration: underline;
    background-color: #998247;
  }

  .top-menu-wrap .icon-phone a {
    background: url(https://www.amdental.clinic/wp-content/themes/amdental/assets/images/icons/icon-phone-w.svg) 15px 46% no-repeat;
    background-size: 16px;
    padding-left: 40px;
  }

  .top-menu-h {
    height: 100%;
    overflow-y: scroll;
    box-sizing: border-box;
  }

  .top-menu .menu {
    display: block;
  }

  .top-menu-wrap li {
    display: block;
    margin-bottom: 1px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .top-menu-wrap a {
    display: block;
    padding: 10px 15px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: .5px;
  }

  .top-menu-wrap a:hover,
  .top-menu-wrap a:focus {
    color: #fff;
  }

  .top-menu-wrap .menu-item-has-children>a {
    margin-right: 50px;
  }

  .top-menu .current-menu-item {
    background-color: rgba(0, 0, 0, 0.4);
  }

  .top-menu .menu-item-has-children {
    position: relative;
  }

  .top-menu .menu .sub-menu {
    background-color: rgba(255, 255, 255, 0.1);
  }

  .sub-menu__toggle {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 50px;
    height: 39px;
    line-height: 39px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.1);
  }

  .sub-menu__toggle svg {
    height: 8px;
    width: auto;
  }

  .sub-menu__toggle #icon-arrow-down {
    stroke: #fff;
  }

  .sub-menu__toggle.is-open svg {
    transform: rotateX(180deg);
  }

  .top-menu .sub-menu {
    position: relative;
    display: none;
  }

  .top-menu .sub-menu.is-open {
    display: block !important;
  }

  .show-menu .top-menu-wrap {
    transform: translate3d(0px, 0px, 0px);
  }

  .site-content {
    padding-top: 77px;
  }

  .footer-cols {
    margin-left: -15px;
    margin-right: -15px;
    flex-wrap: wrap;
  }

  .footer-col {
    width: 50%;
    padding: 60px 15px 30px;
  }

  .footer-col:first-child:before {
    display: none;
  }

  .footer-col--map {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    height: 500px;
    width: 100%;
  }

  .about__image {
    overflow: hidden;
  }

  .about__image>* {
    width: 50%;
    float: left;
  }

  .about__image>*:first-child {
    padding-right: 2px;
  }

  .about__image>*:last-child {
    padding-left: 2px;
  }
}

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

  h1,
  .h1 {
    margin-bottom: 25px;
  }

  h2,
  .h2,
  h3,
  .h3 {
    margin-top: 15px;
    margin-bottom: 25px;
  }

  h4,
  .h4,
  h5,
  .h5,
  h6,
  .h6 {
    margin-bottom: 20px;
  }

  h1,
  .h1 {
    font-size: 32px;
  }

  h2,
  .h2 {
    font-size: 24px;
  }

  h3,
  .h3 {
    font-size: 20px;
  }

  h4,
  .h4 {
    font-size: 18px;
  }

  h5,
  .h5 {
    font-size: 16px;
  }

  h6,
  .h6,
  .widget-title {
    font-size: 16px;
  }

  .breadcrumbs {
    padding-top: 15px;
  }

  .gallery-columns-3 .gallery-item {
    width: 50%;
  }

  .gallery-columns-4 .gallery-item {
    width: 33.33%;
  }

  .post-navigation .pagination-links>* {
    width: 100%;
    float: none;
  }

  .post-navigation .pagination-links .nav-next {
    text-align: left;
  }

  .site-header-top__left p {
    padding-left: 0;
  }

  .site-header .address {
    display: none;
  }

  .site-header .col-md-7 {
    padding-left: 0;
    padding-right: 0;
  }

  img.main-slider-img {
    display: none;
  }

  img.main-slider-img--mob {
    display: block;
  }

  .service-items li {
    margin-bottom: 40px;
  }

  .service-item {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    margin-bottom: 20px;
    text-align: left;
  }

  .service-item:before {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: rgba(153, 130, 71, .1);
  }

  .service-items li:last-child .service-item:before,
  .service-items li:nth-last-child(2) .service-item:before {
    display: none;
  }

  .service-item .img-wrap {
    min-width: 45px;
    width: 65px;
    margin-right: 10px;
  }

  .service-item p {
    max-width: 200px;
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: .3px;
    font-weight: 400;
  }

  .service-item .btn-wrap {
    display: none;
  }

  .staff-items li {
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }

  .staff-items li:after {
    display: none !important;
  }

  .staff-items li:last-child {
    padding-bottom: 0;
    border-bottom: none;
  }

  .staff-items li .text-wrap {
    padding: 0 !important;
  }

  .staff-item__photo .photo-wrap {
    height: auto;
    min-height: none;
    overflow: visible;
  }

  .staff-item__photo img {
    position: static;
    width: 100%;
    height: auto;
    transform: none;
  }

  .top-baner {
    height: 350px;
    margin-top: 0;
  }

  .top-baner:after {
    display: none;
  }

  .content .cont p,
  .content .cont ul {
    margin-bottom: 30px;
  }

  .content .cont strong {
    color: #998247;
  }
}

@media only screen and (max-width: 575px) {
  body {
    font-size: 14px;
  }

  .comment-form-comment,
  .comment-form-author,
  .comment-form-email {
    float: none;
    width: 100%;
  }

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

  .alignright,
  .alignleft,
  .aligncenter,
  .alignnone,
  img.size-full,
  img.size-large,
  img.size-medium,
  img.size-thumbnail {
    float: none;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }

  .gallery-columns-4 .gallery-item {
    width: 50%;
  }

  .post-navigation .pagination-links>* {
    width: 100%;
    float: none;
  }

  .post-navigation .pagination-links .nav-next {
    text-align: left;
  }

  body.show-menu .site-content {
    transform: translateX(calc(100% - 54px));
  }

  div.mod-languages {
    border-left: 1px solid #f1f0f0;
    border-right: 0;
    margin-right: 0;
  }

  div.mod-languages select {
    height: 54px;
    font-size: 16px;
  }

  .dropdown__toggle {
    display: none;
  }

  .dropdown ul {
    display: none;
  }

  .menu-toggle {
    width: 54px;
    height: 54px;
  }

  .menu-toggle span {
    left: 14px;
  }

  .top-menu-wrap {
    width: calc(100% - 54px);
  }

  .top-menu-wrap .btn-order {
    padding-top: 18px;
    padding-bottom: 17px;
  }

  .site-header-top .socials-links {
    display: none;
  }

  .site-header-top__right {
    width: auto;
  }

  .site-header .contacts-wrap {
    float: left;
    margin: 0;
  }

  .site-header__phones>li {
    margin-bottom: 0;
  }

  .site-header__phones>li a {
    width: 54px;
    height: 54px;
    display: block;
    background: url("../images/icons/icon-phone-mc.svg") 50% 50% no-repeat;
    background-size: 24px;
  }

  .site-header__phones>li span {
    display: none;
  }

  .site-header .logo {
    width: 168px;
    height: 54px;
  }

  .site-header .logo:after {
    display: none;
  }

  .site-header-bot {
    background-color: #fff;
  }

  .site-header-bot .btn-wrap {
    display: none;
  }

  .site-content {
    padding-top: 54px;
  }

  .service-items li:last-child {
    margin-bottom: 0;
  }

  .service-items li:nth-last-child(2) .service-item:before {
    display: block;
  }

  .unit-item img {
    max-height: 500px;
    min-height: 500px;
  }

  .footer-cols {
    display: block;
  }

  .footer-col {
    float: none;
    width: 100%;
  }

  .footer-col--map {
    height: 400px;
    padding: 0;
  }

  .gmap iframe {
    height: 400px !important;
  }

  footer a {
    padding: 5px 0;
  }

  .orderline .arrow-l,
  .orderline .arrow-r {
    width: calc(10%);
  }

  .unit-item .text-wrap {
    min-height: auto;
  }

  .gallery-item {
    width: 50%;
  }
}

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

  .gallery-columns-2 .gallery-item,
  .gallery-columns-3 .gallery-item,
  .gallery-columns-4 .gallery-item {
    width: 100%;
    padding-right: 0;
  }

  .comment-meta {
    display: block;
    margin-bottom: 5px;
  }

  .comment-meta:after {
    content: '';
    display: table;
    clear: both;
  }

  .comment-metadata {
    float: none;
    margin-top: 5px;
  }

  .title-wslide {
    padding-right: 85px;
  }

  .about__image {
    overflow: hidden;
  }

  .about__image>* {
    width: 100%;
    float: none;
  }

  .about__image>*:first-child {
    padding-right: 0;
    margin-bottom: 4px;
  }

  .about__image>*:last-child {
    padding-left: 0;
  }
}

@media only screen and (max-width: 399px) {
  .btn {
    width: 100%;
  }

  .comments-area .submit {
    width: 100%;
  }

  .dropdown a {
    padding-left: 10px;
    padding-right: 10px;
  }

  .dropdown__toggle {
    margin-left: -5px;
  }

  .site-header .address {
    display: none;
  }

  .site-header__phones>li {
    margin-left: -10px;
  }

  .orderline-sec .container {
    padding-left: 0;
    padding-right: 0;
  }

  .orderline .btn {
    width: 100%;
  }

  .orderline .arrow-l,
  .orderline .arrow-r {
    display: none;
  }

  .staff-item {
    display: block;
  }

  .unit-item img {
    max-height: 400px;
    min-height: 400px;
  }
}

@media only screen and (max-width: 349px) {
  div.mod-languages:after {
    right: 3px;
  }

  div.mod-languages select {
    font-size: 14px;
    padding-left: 5px;
    padding-right: 15px;
  }

  .site-header__phones>li {
    margin-bottom: 0;
  }

  .site-header__phones>li a {
    width: 34px;
    background-size: 18px;
  }
}

/*==========  Mobile First Method  ==========*/
@media only screen and (min-width: 350px) {
  /**/
}

@media only screen and (min-width: 480px) {
  /**/
}

@media only screen and (min-width: 580px) {
  .dropdown__toggle {
    display: inline-block;
    vertical-align: middle;
    margin-left: -10px;
    line-height: 0;
  }

  .dropdown a {
    display: inline-block;
    vertical-align: middle;
    padding: 10px 15px;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
  }

  .dropdown li {
    margin-bottom: 0;
  }

  .dropdown>li {
    position: relative;
    background-color: #fff;
  }

  .dropdown>li:hover ul {
    opacity: 1;
    top: calc(100%);
    visibility: visible;
  }

  .dropdown>li ul {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    background-color: #998247;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
  }

  .dropdown>li ul a {
    display: block;
    color: #fff;
  }

  .dropdown>li ul a:hover {
    color: #333;
  }
}

@media only screen and (min-width: 768px) {
  .service-item {
    position: relative;
    z-index: 1;
    min-height: 350px;
    padding: 90px 15px 0;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.05);
    background-color: #fff;
    transition: box-shadow .3s ease-in-out;
    overflow: hidden;
  }

  .service-item .img-wrap {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    height: 70px;
    margin-bottom: 60px;
  }

  .service-item img {
    max-height: 90px;
    transform: scale(1.15);
  }

  .service-item p {
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: .5px;
  }

  .service-item .btn-wrap {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 15px;
  }

  .service-item:before {
    content: '';
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%, #f1f1f1 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #f1f1f1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f1f1f1', GradientType=0);
    transition: opacity .3s ease-in-out;
  }

  .service-item:hover {
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.07);
  }

  .service-item:hover:before {
    opacity: 0;
  }

  .orderline:hover .btn {
    width: 50%;
    background-color: #998247;
    color: #fff;
  }

  .orderline:hover .arrow-l {
    left: -10%;
  }

  .orderline:hover .arrow-r {
    right: -10%;
  }
}

@media only screen and (min-width: 992px) {
  .main-content .page-content .content {
    margin-bottom: 120px;
  }

  .main-content .post-content .content {
    margin-bottom: 40px;
  }

  .site-header-bot>.container {
    position: relative;
  }

  .site-header-bot__h:after {
    content: '';
    display: table;
    clear: both;
  }

  /* Main menu */
  .top-menu-wrap {
    position: static;
    float: left;
  }

  .top-menu .menu {
    display: flex;
    padding-top: 1px;
  }

  .top-menu .menu>li {
    float: left;
    display: flex;
    align-items: center;
    margin: 0 5px;
  }

  .top-menu .menu>li:first-child {
    margin-left: 0;
  }

  .top-menu a {
    position: relative;
    overflow-x: hidden;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 400;
  }

  .top-menu>ul>li>a {
    padding: 10px;
  }

  .top-menu a:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 1px;
    width: 0;
    height: 2px;
    bottom: 0;
    left: 50%;
    background-color: #998247;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }

  .top-menu .sub-menu a:after {
    display: none;
  }

  .top-menu>ul>li:hover>a:after,
  .top-menu>ul>li li a:hover:after {
    width: 100%;
    left: 0;
    margin-left: 0;
  }

  .top-menu .sub-menu__toggle {
    margin: -5px 0 0 0;
    opacity: .65;
  }

  .top-menu ul li ul .sub-menu__toggle {
    display: none;
  }

  .top-menu .menu>.menu-item-has-children:hover .sub-menu__toggle svg {
    transform: rotateX(180deg);
  }

  .top-menu .menu>.menu-item-has-children>ul {
    position: absolute;
    z-index: 100;
    top: 100%;
    left: 0;
    right: 0;
    margin-top: -2px;
    opacity: 0;
    visibility: hidden;
    background-color: #f1f0f0;
    border-top: 1px solid #d9d9d9;
    padding: 30px 15px;
    transition: all .3s ease-in-out;
  }

  .top-menu .menu>.menu-item-has-children>ul:before,
  .top-menu .menu>.menu-item-has-children>ul:after {
    content: '';
    position: absolute;
    top: -1px;
    border-top: 1px solid #d9d9d9;
    bottom: 0;
    left: -100%;
    width: 100%;
    background-color: #f1f0f0;
    border-bottom: 1px solid #d9d9d9;
  }

  .top-menu .menu>.menu-item-has-children>ul:after {
    left: auto;
    right: -100%;
  }

  .top-menu .menu>.menu-item-has-children:hover>ul {
    visibility: visible;
    opacity: 1;
    border-bottom: 1px solid #d9d9d9;
  }

  .top-menu .sub-menu a {
    text-transform: none;
    font-weight: 300;
    transition: color .25s ease-in-out;
  }

  .top-menu .sub-menu a:hover {
    color: #998247;
  }

  .top-menu .menu>.menu-item-has-children>ul {
    display: flex;
    flex-wrap: wrap;
  }

  .top-menu .menu>.menu-item-has-children>ul ul {
    margin-bottom: 10px;
  }

  .top-menu .menu>.menu-item-has-children>ul>li {
    width: 25%;
    padding-right: 15px;
  }

  .top-menu .menu>.menu-item-has-children>ul>li>a {
    display: block;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 400;
  }

  .top-menu .menu-item-has-children .menu-item-has-children li {
    margin-bottom: 0;
  }

  .top-menu .current-page-item>a {
    position: relative;
    color: #998247;
    font-weight: 700;
  }

  .top-menu .sub-menu .current-menu-item>a {
    color: #333;
    font-weight: 700;
  }

  .header-contacts__mob {
    display: none;
  }

  .intro-items li:hover .img-wrap {
    margin-bottom: 10px;
  }

  .intro-items li:hover .img-wrap:after {
    width: 60px;
    margin-left: -30px;
  }

  .intro-items li:hover img {
    margin-bottom: 5px;
  }

  .about__image {
    position: relative;
    z-index: 0;
    padding-top: 10%;
    padding-right: 10%;
  }

  .about__image .img-f,
  .about__image .img-b {
    -webkit-filter: saturate(40%);
    filter: saturate(40%);
  }

  .about__image .img-b {
    position: absolute;
    top: 0;
    right: 0;
    left: 10%;
    bottom: 10%;
    z-index: -1;
    opacity: 0.2;
  }
}

.template-gallery .gallery-item {
    width: 25%;	
}
	
.template-gallery .gallery-item a{
    padding: 15px;
}
	
#title-subs{
  transform: translateY(-200%);
}

#title-subs.active{
  transform: translateY(0%);
}

#title-subs{
  position: fixed;
  margin: auto;
  width: 100%;
  z-index: 9;
  padding: 10px 0;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .05);
  background: #fff;
  transition: transform .3s;
  top: 0;
}

#title-subs .btn{
  margin-bottom: 0;
}

#title-subs .container{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.title-subs-fixed-title{
  font-size: 30px;
}

@media only screen and (max-width: 991px){
  #title-subs{
    top: 77px;
  }
}

@media only screen and (max-width: 576px){
  #title-subs{
    top: 54px;
  }

  .title-subs-fixed-title{
    font-size: 20px;
  }

  #title-subs .btn{
    font-size: 12px;
    padding: 12px;
  }
}

@media only screen and (max-width: 350px){
  .title-subs-fixed-title{
    font-size: 16px;
  }
}