@charset "UTF-8";

/*!
 Theme Name: AQUA
 Theme URI: http://underscores.me/
 Author: Underscores.me
 Author URI: http://underscores.me/
 Description: Description
 Version: 1.0.0
 License: GNU General Public License v2 or later
 License URI: LICENSE
 Text Domain: aqua
 Tags: custom-background, custom-logo, custom-menu, 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 with others.
 AQUA is based on Underscores https://underscores.me/, (C) 2012-2017 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/
 */
/*--------------------------------------------------------------
 >>> TABLE OF CONTENTS:
 ----------------------------------------------------------------
 # Normalize
 # Typography
 # Elements
 # Forms
 # Navigation
 ## Links
 ## Menus
 # Accessibility
 # Alignments
 # Clearings
 # Widgets
 # Content
 ## Posts and pages
 ## Comments
 # Infinite scroll
 # Media
 ## Captions
 ## Galleries
 --------------------------------------------------------------*/
/*--------------------------------------------------------------
 # Normalize
 --------------------------------------------------------------*/
/*! normalize.css v8.0.0 | 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.
 */
.page-id-756 .text_with_image_review .right,
.page-id-766 .text_with_image_review .right,
.page-id-760 .text_with_image_review .right,
.page-id-777 .text_with_image_review .right {
  padding-bottom: 35%;
}

.text_with_image_review {
  max-width: 100%;
  background: #efefef;
}

.text_with_image_review h2,
.text_with_image_review h1 {
  font-size: 44px;
  font-weight: 300;
  color: #292744;
  line-height: 1.2;
  text-align: left;
  margin: 0px auto 0.5em;
}

.text_with_image_review h2 .title-small,
.text_with_image_review h1 .title-small {
  display: block;
  font-size: 27px;
  color: #999;
}

.text_with_image_review .line {
  display: block;
  width: 90px;
  height: 14px;
  margin: 15px 0 30px;
}

.text_with_image_review .left {
  padding-top: 40px;
  padding-bottom: 60px;
  padding-right: 5vw;
  padding-left: 5vw;
}

.text_with_image_review .right {
  position: relative;
  padding: 38px 25px;
}

.text_with_image_review .right .background-image-wrap {
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
}

.text_with_image_review .right .background-image-wrap>img {
  min-height: 100%;
  width: 100%;
}

.text_with_image_review span.text {
  font-size: 27px;
  font-weight: 300;
  color: #292744;
  line-height: 1.8;
  text-align: left;
  display: block;
}

.text_with_image_review p {
  font-size: 19px;
  color: #292744;
  line-height: 1.8;
  text-align: left;
  display: block;
  margin-bottom: 14px;
}

.text_with_image_review p b {
  font-weight: bold;
}

.text_with_image_review ul {
  list-style: none;
  padding: 0px;
  margin: 0px 0 32px;
}

.text_with_image_review ul li {
  font-size: 19px;
  color: #292744;
  line-height: 1.8;
  text-align: left;
  display: block;
  padding-left: 44px;
  background: url("./assets/img/ul.png") no-repeat left top;
  margin-bottom: 12px;
}

.text_with_image_review ul li:last-child {
  margin-bottom: 0;
}

.text_with_image_review .img-fluid {
  width: 100%;
  max-width: initial;
}

.text_with_image_review .btn {
  font-size: 17px;
  color: #fff;
  line-height: 1.4;
  text-align: center;
  text-transform: uppercase;
  border-radius: 4px;
  background-color: #ed4c50;
  cursor: pointer;
  display: block;
  max-width: 270px;
  margin: 0px;
  padding: 15px 5px;
}

.text_with_image_review .review {
  background: #f5f7f7;
  padding: 26px 40px;
  height: 100%;
  position: relative;
}

.text_with_image_review .review:before {
  content: "";
  background: url("./assets/img/speech.png") no-repeat center center;
  width: 45px;
  height: 77px;
  display: block;
  position: absolute;
  left: -20px;
}

.text_with_image_review .review span.name {
  font-size: 19px;
  color: #000;
  line-height: 1.4;
  text-align: left;
  display: block;
  margin-bottom: 18px;
}

.text_with_image_review .review p {
  font-size: 16px;
  font-weight: 300;
  color: #000;
  line-height: 1.474;
  text-align: left;
  display: block;
}

.text_with_image_review .review .bottom {
  display: flex;
  justify-content: space-between;
}

.text_with_image_review .review .bottom .rate {
  display: flex;
}

.text_with_image_review .review .bottom .rate .star {
  background: url("./assets/img/star.png") no-repeat center center;
  background-size: contain;
  width: 21px;
  height: 21px;
  margin-right: 10px;
}

.text_with_image_review .review .bottom .rate .star:last-child {
  margin-right: 0;
}

.wr-mobile-review {
  display: block;
  background-color: #fff;
}

.wr-mobile-review .review {
  opacity: 1 !important;
  margin: 20px 20px 0 20px !important;
  height: auto !important;
}

@media screen and (max-width: 575px) {
  .text_with_image_review a.btn {
    font-size: 16px;
    font-weight: 300;
  }

  .text_with_image_review span.text {
    font-size: 21px;
  }

  .text_with_image_review ul li {
    font-size: 16px;
  }

  .text_with_image_review h2,
  .text_with_image_review h1 {
    font-size: 38px;
  }

  .text_with_image_review .review {
    opacity: 0;
  }

  .text_with_image_review .right {
    padding: 0;
  }

  .text-custom {
    display: block;
  }

  .text-custom-bottom {
    display: none;
  }
}

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

  .text_with_image_review h2,
  .text_with_image_review h1 {
    margin-bottom: 16px;
  }

  .text_with_image_review .review p {
    margin-bottom: 32px;
  }

  .text_with_image_review .wr-mobile-review {
    display: block;
    background-color: #fff;
    width: 100%;
  }

  .text_with_image_review .wr-mobile-review .review {
    opacity: 1 !important;
    margin: 20px 20px 0 20px !important;
    height: auto !important;
  }

  .text_with_image_review .right {
    position: relative;
    padding: 0;
  }

  .text_with_image_review .right .review {
    display: none;
  }

  .text_with_image_review .right .background-image-wrap {
    position: static;
    display: block;
  }

  .page-id-756 .text_with_image_review .right,
  .page-id-766 .text_with_image_review .right,
  .page-id-760 .text_with_image_review .right,
  .page-id-777 .text_with_image_review .right {
    padding-bottom: 0;
  }
}

@media screen and (min-width: 992px) {
  .text_with_image_review .right {
    position: relative;
  }

  .text_with_image_review .review {
    position: absolute;
    left: 0;
    bottom: 0;
    border-radius: 3px;
    background-color: rgba(239, 239, 239, 0.929);
    max-width: 340px;
    height: auto;
  }

  .text_with_image_review .text-custom {
    display: none;
  }

  .text_with_image_review .text-custom-bottom {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 5vw;
  }
}

@media screen and (min-width: 1200px) {

  .text_with_image_review h2,
  .text_with_image_review h1 {
    font-size: 54px;
  }
}

@media screen and (min-width: 1500px) {
  .text_with_image_review .container-fluid {
    max-width: 100%;
  }

  .text_with_image_review .text-custom {
    display: block;
  }

  .text_with_image_review .text-custom-bottom {
    display: none;
  }
}

.video-consult {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  width: 8rem;
  height: 8rem;
  background-color: #ed4c50;
  color: white;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  border-radius: 50%;
}

.video-consult__icon {
  color: white;
  width: 40%;
  height: auto;
  margin-bottom: 0.5rem;
}

.video-consult__label {
  color: white;
  font-weight: 300;
  text-align: center;
  font-size: 13px;
  line-height: 1.2;
}

.video-consult:hover {
  text-decoration: none;
}

.video-consult:focus {
  background-color: #f27a7d;
  outline: none;
}

@media (max-width: 1000px) {
  .video-consult {
    bottom: 5rem;
    right: 1rem;
  }

  .video-consult__label {
    font-size: 12px;
  }
}

.blackframe {
  background: #000000;
  margin-bottom: 32px;
  margin-top: 0;
}

.blackframe iframe {
  max-height: 311px;
}

.home .fixed-header {
  background: #ffffff;
  border: 0;
}

.home .fixed-header .navbar-nav .nav-link {
  color: #000000;
}

.normal-logo {
  display: none;
}

.home .fixed-header .phone a {
  color: #000000;
  background: url("./assets/img/phone.png") no-repeat left center;
  background-size: auto 34px;
}

.home .fixed-header .custom-logo-link img.d-none.d-lg-block {
  display: none !important;
}

.home .fixed-header .custom-logo-link .normal-logo {
  display: block !important;
}

.home .custom-logo-link .normal-logo {
  display: none !important;
}

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * 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;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 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;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* 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;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * 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;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * 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;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

.one-case .item {
  margin: 0 auto;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  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;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 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;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 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;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

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

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
/**
 * 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;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* 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,
[hidden] {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
/*--------------------------------------------------------------
 # Typography
 --------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: sans-serif;
  font-size: 16px;
  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: #eeeeee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  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;
  font-size: 15px;
  font-size: 0.9375rem;
}

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

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

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
 # Elements
 --------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

* {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

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

hr {
  background-color: #cccccc;
  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: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

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

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

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

/*--------------------------------------------------------------
 # Forms
 --------------------------------------------------------------*/
a.btn {
  font-size: 17px;
  font-weight: 300;
  line-height: 1.2;
  text-align: left;
  text-transform: uppercase;
  border-radius: 4px;
  padding: 16px 70px;
  background: #ed4c50;
  color: #ffffff !important;
  display: inline-block;
  margin-bottom: 55px;
  margin-top: 15px;
}

button {
  border: 1px solid;
  border-color: #cccccc #cccccc #bbbbbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #cccccc #cccccc #bbbbbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

button:hover {
  border-color: #cccccc #bbbbbb #aaaaaa;
}

input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #cccccc #bbbbbb #aaaaaa;
}

button:active {
  border-color: #aaaaaa #bbbbbb #bbbbbb;
}

input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  border-color: #aaaaaa #bbbbbb #bbbbbb;
}

button:focus {
  border-color: #aaaaaa #bbbbbb #bbbbbb;
}

input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
  border-color: #aaaaaa #bbbbbb #bbbbbb;
}

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"] {
  color: #666666;
  border: 1px solid #cccccc;
  border-radius: 3px;
  padding: 3px;
}

textarea {
  color: #666666;
  border: 1px solid #cccccc;
  border-radius: 3px;
  padding: 3px;
}

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: #111111;
}

textarea:focus {
  color: #111111;
}

.video-2col h2 {
  text-align: center;
  margin-bottom: 30px;
}

select {
  border: 1px solid #cccccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
 # Navigation
 --------------------------------------------------------------*/
.video_text {
  position: relative;
  overflow: hidden;
}

.video_text .container-fluid {
  position: relative;
  z-index: 2;
}

.video_text::after {
  content: "";
  background: #000000;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.2;
}

.video-2col {
  padding: 110px 0;
  background: #efefef;
}

.video-2col iframe {
  width: 100%;
  height: 320px;
  background: #000000;
}

.video-2col .col-lg-6 iframe {
  height: 480px;
}

/*--------------------------------------------------------------
 ## Links
 --------------------------------------------------------------*/
a {
  color: royalblue;
}

a:visited {
  color: purple;
}

a:hover,
a:focus,
a:active {
  color: midnightblue;
}

a:focus {
  outline: thin dotted;
}

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

/*--------------------------------------------------------------
 ## Menus
 --------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 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 {
  left: 100%;
}

.main-navigation ul ul a {
  width: 200px;
}

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

.main-navigation li {
  float: left;
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }

  .main-navigation ul {
    display: block;
  }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/*--------------------------------------------------------------
 # 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;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

.neerabig img {
  margin-top: -90px !important;
}

.row.justify-content-center.align-items-center.neerabig {
  background: #ffffff;
  border: 1px solid #cccccc;
  margin-bottom: -1px;
  width: 101%;
  max-width: 1719px;
  margin-left: -5px;
  margin-top: 80px;
}

/*--------------------------------------------------------------
 # Alignments
 --------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

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

/*--------------------------------------------------------------
 # Clearings
 --------------------------------------------------------------*/
.clear:before,
.clear:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.entry-content:before,
.entry-content:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.comment-content:before,
.comment-content:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.site-header:before,
.site-header:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.site-content:before,
.site-content:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
 # Widgets
 --------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}

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

/*--------------------------------------------------------------
 # Content
 --------------------------------------------------------------*/
/*--------------------------------------------------------------
 ## Posts and pages
 --------------------------------------------------------------*/
.sticky {
  display: block;
}

.post,
.page {
  margin: 0 0 1.5em;
}

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

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

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

/*--------------------------------------------------------------
 ## Comments
 --------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
 # Infinite scroll
 --------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll {
  /* Older / Newer Posts Navigation (always hidden) */
  /* Theme Footer (when set to scrolling) */
}

.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
 # Media
 --------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

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

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

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

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

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

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

iframe {
  outline: none;
  border: none;
}

body {
  font-family: "Montserrat", sans-serif;
}

body.fix {
  padding-top: 120px;
}

.popup-button {
  font-size: 17px;
  font-weight: 300;
  color: #ffffff;
  line-height: 1.4;
  text-align: center;
  text-transform: uppercase;
  border-radius: 4px;
  background-color: #ed4c50;
  cursor: pointer;
  margin-bottom: 0;
  padding: 15px 28px;
}

.popup-button:visited {
  color: #ffffff;
}

.modal form h3 {
  font-size: 33px;
  color: #292744;
  line-height: 1.2;
  text-align: center;
  display: block;
  padding-bottom: 22px;
  margin-bottom: 28px;
}

.modal form p {
  margin-bottom: 0;
}

.modal form br {
  display: none;
}

.modal form input {
  font-size: 19px;
  color: rgba(41, 39, 68, 0.678);
  line-height: 1.4;
  text-align: left;
  border-radius: 4px;
  border: none;
  background-color: #efefef;
  width: 100%;
  margin-bottom: 17px;
  padding: 15px 28px;
}

.modal form input::placeholder {
  color: rgba(41, 39, 68, 0.678);
}

.modal form textarea {
  font-size: 19px;
  color: rgba(41, 39, 68, 0.678);
  line-height: 1.4;
  text-align: left;
  border-radius: 4px;
  border: none;
  background-color: #efefef;
  width: 100%;
  margin-bottom: 17px;
  padding: 15px 28px;
  max-height: 110px;
  -webkit-appearance: none;
}

.modal form textarea::placeholder {
  color: rgba(41, 39, 68, 0.678);
}

.modal form input[type="submit"] {
  font-size: 17px;
  font-weight: 300;
  color: #ffffff;
  line-height: 1.4;
  text-align: center;
  text-transform: uppercase;
  border-radius: 4px;
  background-color: #ed4c50;
  cursor: pointer;
  margin-bottom: 0;
}

.video-responsive {
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 1em;
}

.video-responsive::before {
  display: block;
  content: "";
  padding-top: 56.25%;
}

.video-responsive iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.video-responsive p {
  margin-bottom: 0;
}

header {
  background: #ffffff;
  border-bottom: 1px solid #53c2d9;
  transition: 0.3s;
}

header.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
  box-shadow: 0px 11px 21px 0px rgba(29, 25, 28, 0.22);
  transition: 0.3s;
}

header .navbar-toggler {
  background: url("./assets/img/menu.png") no-repeat center center;
  background-size: contain;
  border: none;
  border-radius: 0px;
  margin-left: 10px;
}

header .navbar-toggler:hover,
header .navbar-toggler:focus,
header .navbar-toggler:active {
  text-decoration: none;
  outline: none;
}

header .navbar-nav .dropdown-menu {
  border: 1px solid #3c3737;
  background: #3c3737;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  left: 0;
  right: auto;
  text-align: center;
  position: relative;
}

header .navbar-nav .dropdown-menu.show:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 8px 8px;
  border-color: transparent transparent #3c3737 transparent;
  position: absolute;
  left: 0;
  right: 0;
  top: -8px;
  margin: 0px auto;
}

header .navbar-nav .dropdown-item {
  color: #ffffff;
  margin-top: 5px;
  margin-bottom: 5px;
}

header .navbar-nav .dropdown-item.active,
header .navbar-nav .dropdown-item:hover,
header .navbar-nav .dropdown-item:focus,
header .navbar-nav .dropdown-item:active {
  background: #525151;
}

header .navbar-nav .nav-link {
  color: #000000;
  text-align: center;
}

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

header .row {
  margin-left: 0;
  margin-right: 0;
}

header .row>div {
  padding-left: 0;
  padding-right: 0;
}

header .navbar {
  padding-top: 0;
  padding-bottom: 0;
}

header .logo {
  display: block;
}

header .logo img {
  max-width: 90%;
  margin: 0px auto;
  display: block;
}

header .buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

header .buttons a.call {
  font-size: 11px;
  color: #505050;
  font-weight: bold;
  line-height: 1.384;
  text-align: center;
  text-transform: uppercase;
  width: 45%;
  max-width: 80px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-left: 1px solid #d2d3d3;
}

header .buttons a.call .icon {
  display: block;
  margin-bottom: 12px;
}

header .buttons a.call .icon img {
  display: block;
  max-width: 100%;
  margin: 0px auto;
}

header .buttons a.call:hover,
header .buttons a.call:focus,
header .buttons a.call:active {
  text-decoration: none;
}

header .buttons a.book {
  font-size: 13px;
  color: #ffffff;
  font-weight: bold;
  line-height: 1.384;
  text-align: center;
  text-transform: uppercase;
  background-color: #ed4c50;
  text-align: center;
  width: 55%;
  max-width: 100px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.5em;
}

header .buttons a.book:hover,
header .buttons a.book:focus,
header .buttons a.book:active {
  text-decoration: none;
}

header .typeform-wp {
  border-bottom: 1px solid #92d8e7;
  padding: 10px 0;
  display: flex;
  z-index: 100;
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #53c2d9;
  align-items: center;
  justify-content: center;
}

@media (max-width: 767px) {
  header .typeform-wp {
    flex-direction: column;
  }
}

header .typeform-wp p {
  margin-bottom: 0;
  color: #ffffff;
  font-size: 20px;
}

@media (max-width: 575px) {
  header .typeform-wp p {
    font-size: 15px;
  }
}

header .typeform-wp a {
  text-decoration: none;
  padding: 10px 20px;
  height: auto;
  background: transparent;
  border: 1px solid #ffffff;
  text-align: center;
  line-height: 1;
  border-radius: 20px;
  color: #ffffff;
  margin-left: 20px;
  transition: all 250ms ease-out;
}

header .typeform-wp a:hover {
  background-color: #ffffff;
  color: #53c2d9;
  transition: all 250ms ease-in;
}

@media (max-width: 767px) {
  header .typeform-wp a {
    text-align: center;
  }
}

@media (max-width: 575px) {
  header .typeform-wp a {
    font-size: 13px;
  }
}

section.section-1 {
  background: #54c2d9;
}

section.section-1 .homepage-slide {
  background-repeat: no-repeat;
  padding-top: 40px;
  padding-bottom: 4.5%;
  background-size: contain;
  background-position: center 93%;
  text-align: center;
}

section.section-1 .homepage-slide ul {
  max-width: 410px;
  list-style: none;
  padding: 0;
  margin: 0 auto;
}

section.section-1 .homepage-slide ul li {
  font-size: 19px;
  color: #ffffff;
  line-height: 1.2;
  text-align: left;
  display: block;
  min-height: 24px;
  background: url("./assets/img/list.png") no-repeat left 0px;
  background-size: 24px;
  padding-top: 3px;
  margin-bottom: 14px;
  padding-left: 36px;
}

section.section-1 .slick-dots {
  position: absolute;
  bottom: 30px;
  z-index: 2;
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0;
}

section.section-1 .slick-dots li {
  position: relative;
}

section.section-1 .slick-dots button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

section.section-1 .slick-dots button:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
}

section.section-1 .slick-dots .slick-active button:before {
  opacity: 0.75;
  color: black;
}

section.section-1 h2 {
  font-size: 25px;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 1.133;
  text-align: center;
  display: block;
  margin-bottom: 6px;
}

section.section-1 span.logo {
  display: block;
  margin-bottom: 16px;
  text-align: center;
}

section.section-1 span.logo img {
  display: block;
  max-width: 100%;
  margin: 0px auto;
}

section.section-1 .img-fluid {
  margin-bottom: 28px;
}

section.section-1 .bottom {
  background: #ffffff;
  padding-bottom: 34px;
}

section.section-1 .bottom .form {
  border-style: solid;
  border-width: 2px;
  border-color: #efefef;
  border-radius: 7px;
  background-color: #ffffff;
  max-width: 400px;
  margin: -28px auto 0;
  padding: 34px 34px 0;
}

section.section-1 .bottom .form .gfield label {
  display: none;
}

section.section-1 .bottom .form h3 {
  font-size: 33px;
  color: #292744;
  line-height: 1.2;
  text-align: center;
  display: block;
  padding-bottom: 22px;
  margin-bottom: 28px;
}

section.section-1 .bottom .form p {
  margin-bottom: 0;
}

section.section-1 .bottom .form br {
  display: none;
}

section.section-1 .bottom .form input {
  font-size: 19px;
  color: rgba(41, 39, 68, 0.678);
  line-height: 1.4;
  text-align: left;
  border-radius: 4px;
  border: none;
  background-color: #efefef;
  width: 100%;
  margin-bottom: 17px;
  padding: 15px 28px;
}

section.section-1 .bottom .form input::placeholder {
  color: rgba(41, 39, 68, 0.678);
}

section.section-1 .bottom .form textarea {
  font-size: 19px;
  color: rgba(41, 39, 68, 0.678);
  line-height: 1.4;
  text-align: left;
  border-radius: 4px;
  border: none;
  background-color: #efefef;
  width: 100%;
  margin-bottom: 17px;
  padding: 15px 28px;
  max-height: 110px;
  -webkit-appearance: none;
  resize: none;
}

section.section-1 .bottom .form textarea::placeholder {
  color: rgba(41, 39, 68, 0.678);
}

section.section-1 .bottom .form .gform_confirmation_message {
  text-align: center;
  font-size: 20px;
  padding-bottom: 20px;
  font-weight: 700;
}

section.section-1 .bottom .form .gform_validation_errors {
  display: none;
}

section.section-1 .bottom .form .gfield_validation_message {
  text-align: left;
  margin: -14px 0 10px;
  color: #ed4c50;
  font-size: 14px;
}

section.section-1 .bottom .form input[type="submit"] {
  font-size: 17px;
  font-weight: 300;
  color: #ffffff;
  line-height: 1.4;
  text-align: center;
  text-transform: uppercase;
  border-radius: 4px;
  background-color: #ed4c50;
  cursor: pointer;
  margin-bottom: 0;
}

section.section-1 .bottom .form .gform_footer {
  padding-bottom: 20px;
}

section.section-2 {
  padding-top: 30px;
}

section.section-2 span.text {
  font-size: 24px;
  font-weight: 100;
  color: #292744;
  line-height: 1.325;
  text-align: center;
  display: block;
  max-width: 424px;
  padding-bottom: 22px;
  margin: 0px auto 18px;
}

section.section-2 span.text-s {
  font-size: 18px;
  color: #292744;
  line-height: 1.622;
  text-align: center;
  display: block;
}

section.section-2 .img-fluid {
  width: calc(100% + 30px);
  margin-left: -15px;
  margin-right: -15px;
}

section.section-2 a.play {
  width: 105px;
  height: 105px;
  display: block;
  margin: 0px auto;
  background: url("./assets/img/play.png") no-repeat center center;
  background-size: cover;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
}

section.section-2 a.play:hover,
section.section-2 a.play:focus,
section.section-2 a.play:active {
  text-decoration: none;
  outline: none;
}

section.section-2 .image {
  position: relative;
}

section.section-2 .image .info {
  position: absolute;
  left: 50%;
  bottom: 64px;
  padding-left: 54px;
}

section.section-2 .image .info span.name {
  font-size: 20px;
  color: #7cd1e1;
  line-height: 1.46;
  text-align: left;
  display: block;
  position: relative;
}

section.section-2 .image .info span.name:before {
  content: "";
  background-color: #7cd1e1;
  width: 39px;
  height: 1px;
  display: block;
  position: absolute;
  left: -54px;
  top: 10px;
}

section.section-2 .image .info span.pos {
  font-size: 17px;
  color: #7cd1e1;
  line-height: 1.717;
  text-align: left;
  display: block;
}

section.section-3 {
  padding-top: 40px;
}

section.section-3 h2 {
  font-size: 25px;
  color: #000000;
  text-transform: uppercase;
  line-height: 1.4;
  text-align: center;
  display: block;
  margin-bottom: 0;
}

section.section-3 p {
  font-size: 20px;
  font-weight: 100;
  color: #292744;
  line-height: 1.4;
  text-align: center;
  display: block;
}

section.section-3 .item {
  min-height: 360px;
  display: flex;
  padding: 0px;
  align-items: center;
  overflow: hidden;
}

section.section-3 .item:nth-child(2) .inner img {
  top: 30px;
}

section.section-3 .item:nth-child(3) .inner img {
  right: 0px;
}

section.section-3 .item:nth-child(4) .inner img {
  top: -20px;
  right: -20px;
}

section.section-3 .item:nth-child(5) .inner img {
  top: 60px;
  right: -30px;
  max-width: 190px;
}

section.section-3 .ask {
  padding: 35px;
}

section.section-3 .ask .inner {
  background: #efefef;
  text-align: center;
  padding: 50px 20px 40px;
}

section.section-3 .ask .inner a.btn {
  background: #ed4c50;
  font-weight: 300;
  color: #ffffff;
  padding-left: 70px;
  padding-right: 70px;
}

section.section-3 .ask h3 {
  font-size: 27px;
  color: #000000;
  text-transform: uppercase;
  line-height: 1.481;
  text-align: center;
  padding-bottom: 22px;
  margin: 0px auto 18px;
}

section.section-3 .ask span.text-ask {
  font-size: 19px;
  color: #000000;
  line-height: 1.615;
  text-align: center;
  display: block;
  max-width: 250px;
  margin: 0px auto 30px;
}

section.section-3 .inner {
  padding: 70px 35px 20px;
  display: block;
  text-decoration: none !important;
  width: 100%;
  height: 100%;
  border-bottom: 1px solid #ffffff;
}

section.section-3 .inner span.name {
  font-size: 30px;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 1.333;
  text-align: left;
  display: block;
  margin-bottom: 14px;
  position: relative;
  z-index: 2;
}

section.section-3 .inner span.text {
  font-size: 21px;
  color: #ffffff;
  line-height: 1.366;
  text-align: left;
  display: block;
  margin-bottom: 16px;
  max-width: 305px;
  position: relative;
  z-index: 2;
}

section.section-3 .inner div.btn {
  font-size: 17px;
  color: #000000;
  line-height: 1.2;
  text-align: left;
  text-transform: uppercase;
  border-radius: 4px;
  background-color: #ffffff;
  padding: 16px 40px;
  position: relative;
  z-index: 2;
}

section.section-3 .inner img {
  position: absolute;
  bottom: 0;
  right: 14px;
  max-height: 350px;
}

section.section-4 {
  background: #efefef;
  padding-top: 44px;
  text-align: center;
}

section.section-4 h2 {
  font-size: 32px;
  font-weight: 300;
  color: #292744;
  line-height: 1.481;
  text-align: center;
  padding-bottom: 22px;
  margin: 0px auto 28px;
  max-width: 380px;
}

section.section-4 p {
  font-size: 17px;
  color: #292744;
  line-height: 1.882;
  text-align: center;
  display: block;
  max-width: 390px;
  margin: 0px auto 34px;
}

section.section-4 a.btn {
  font-size: 17px;
  font-weight: 300;
  line-height: 1.2;
  text-align: left;
  text-transform: uppercase;
  border-radius: 4px;
  padding: 16px 70px;
  background: #ed4c50;
  color: #ffffff;
  display: inline-block;
  margin-bottom: 55px;
}

section.section-4 .slick-prev {
  background: url("./assets/img/prev.png") no-repeat center center;
  background-size: contain;
  border: none;
  text-indent: -9999px;
  width: 16px;
  height: 22px;
  position: absolute;
  left: 40px;
  bottom: 100px;
  z-index: 6;
  cursor: pointer;
}

section.section-4 .slick-prev:hover,
section.section-4 .slick-prev:focus,
section.section-4 .slick-prev:active {
  outline: none;
}

section.section-4 .slick-next {
  background: url("./assets/img/next.png") no-repeat center center;
  background-size: contain;
  border: none;
  text-indent: -9999px;
  width: 16px;
  height: 22px;
  position: absolute;
  right: 40px;
  bottom: 100px;
  z-index: 6;
  cursor: pointer;
}

section.section-4 .slick-next:hover,
section.section-4 .slick-next:focus,
section.section-4 .slick-next:active {
  outline: none;
}

section.section-4 .right {
  padding-left: 0;
  padding-right: 0;
}

section.section-4 .right img {
  width: 100%;
  display: block;
}

section.section-4 .right .info {
  background: #77d0e2;
  padding-top: 30px;
  padding-bottom: 34px;
}

section.section-4 .right .info span.title {
  font-size: 14px;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 1.4;
  text-align: center;
  display: block;
  max-width: 270px;
  margin: 0px auto 20px;
}

section.section-4 .right .info span.text {
  font-size: 30px;
  font-weight: 300;
  color: #292744;
  line-height: 1.316;
  text-align: center;
  display: block;
  max-width: 220px;
  margin: 0px auto;
}

section.section-5 {
  padding-top: 60px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}

section.section-5 h2 {
  font-size: 32px;
  color: #292744;
  line-height: 1.481;
  text-align: center;
  padding-bottom: 22px;
  margin: 0px auto 18px;
  max-width: 380px;
}

section.section-5 p {
  font-size: 17px;
  color: #292744;
  line-height: 1.882;
  text-align: left;
  display: block;
  max-width: 390px;
  margin: 0px auto 34px;
}

section.section-5 img {
  display: block;
  width: calc(100% + 30px);
  max-width: initial;
  margin: -24px -15px 0px;
  position: relative;
  z-index: 3;
}

section.section-5 form {
  border-style: solid;
  border-width: 1px;
  border-color: #344d64;
  border-radius: 7px;
  background-color: #ffffff;
  max-width: 404px;
  margin: 0px auto;
  display: block;
  padding: 54px 34px 0;
  overflow: hidden;
  position: relative;
}

section.section-5 form:before {
  content: "";
  width: 110px;
  height: 110px;
  display: block;
  background: url("./assets/img/form_check.png") no-repeat center center;
  position: absolute;
  top: 5px;
  right: -10px;
}

section.section-5 form h3 {
  font-size: 26px;
  font-weight: 300;
  color: #292744;
  line-height: 1.481;
  text-align: center;
  padding-bottom: 22px;
  padding-right: 2em;
  margin: 0px auto 24px;
  max-width: 380px;
}

section.section-5 form p {
  margin-bottom: 0;
}

section.section-5 form input {
  font-size: 19px;
  color: rgba(41, 39, 68, 0.678);
  line-height: 1.4;
  text-align: left;
  border-radius: 4px;
  border: none;
  background-color: #efefef;
  width: 100%;
  margin-bottom: 17px;
  padding: 15px 28px;
}

section.section-5 form input::placeholder {
  color: rgba(41, 39, 68, 0.678);
}

section.section-5 form textarea {
  font-size: 19px;
  color: rgba(41, 39, 68, 0.678);
  line-height: 1.4;
  text-align: left;
  border-radius: 4px;
  border: none;
  background-color: #efefef;
  width: 100%;
  margin-bottom: 17px;
  padding: 15px 28px;
  max-height: 110px;
  -webkit-appearance: none;
}

section.section-5 form textarea::placeholder {
  color: rgba(41, 39, 68, 0.678);
}

section.section-5 form input[type="submit"] {
  font-size: 17px;
  color: #ffffff;
  line-height: 1.4;
  text-align: center;
  text-transform: uppercase;
  border-radius: 4px;
  background-color: #ed4c50;
  cursor: pointer;
  margin-bottom: 0;
}

section.section-5 form .bottom {
  background: #effafd;
  margin-left: -34px;
  margin-right: -34px;
  padding-left: 34px;
  padding-right: 34px;
  padding-top: 30px;
  padding-bottom: 35px;
}

section.section-5 form .bottom span {
  font-size: 17px;
  color: #292744;
  line-height: 1.588;
  text-align: left;
  display: block;
  padding-left: 36px;
  background: url("./assets/img/tick.png") no-repeat left 4px;
}

section.section-5 .dental-phobia {
  text-align: center;
  margin-bottom: 3em;
}

section.section-5 .dental-phobia .logo {
  display: block;
  margin-bottom: 32px;
}

section.section-5 .dental-phobia .logo img {
  display: block;
  max-width: 100%;
  margin: 0px auto;
}

section.section-5 .dental-phobia p {
  text-align: center;
  max-width: 100%;
  margin: 10px 0;
}

section.section-6 {
  padding-top: 60px;
  padding-bottom: 50px;
  text-align: center;
}

section.section-6 h2 {
  font-size: 30px;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 1.467;
  text-align: center;
  display: block;
}

section.section-6 span.text {
  font-size: 28px;
  font-weight: 300;
  color: #292744;
  line-height: 1.767;
  text-align: center;
  display: block;
  padding-bottom: 22px;
  margin-bottom: 34px;
}

section.section-6 .slider img {
  width: 100%;
  margin-bottom: 22px;
}

section.section-6 .slider span.title {
  font-size: 16px;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 1.4;
  text-align: center;
  display: block;
  margin-bottom: 16px;
}

section.section-6 .slider span.text {
  font-size: 24px;
  font-weight: 400;
  color: #000000;
  line-height: 1.583;
  text-align: center;
  display: block;
  background: none;
  padding-bottom: 0;
  margin-bottom: 28px;
}

section.section-6 .slider-nav {
  max-width: 270px;
  margin: 0px auto 45px;
}

section.section-6 .slider-nav .item {
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 0 15px;
}

section.section-6 .slider-nav .item.slick-current {
  padding-top: 0;
  padding-bottom: 0;
}

section.section-6 .slider-nav .item.slick-current .image {
  border-style: solid;
  border-width: 4 pxs;
  border-color: #ffffff;
  width: 70px;
  height: 70px;
}

section.section-6 a.btn {
  font-size: 17px;
  font-weight: 300;
  color: #ffffff;
  line-height: 1.4;
  text-align: center;
  text-transform: uppercase;
  border-radius: 4px;
  background-color: #ed4c50;
  padding: 14px 50px;
  cursor: pointer;
}

section.section-6 .slick-prev {
  background: url("./assets/img/prev.png") no-repeat center center;
  background-size: contain;
  border: none;
  text-indent: -9999px;
  width: 16px;
  height: 22px;
  position: absolute;
  left: -50px;
  bottom: 14px;
  z-index: 6;
  cursor: pointer;
}

section.section-6 .slick-prev:hover,
section.section-6 .slick-prev:focus,
section.section-6 .slick-prev:active {
  outline: none;
}

section.section-6 .slick-next {
  background: url("./assets/img/next.png") no-repeat center center;
  background-size: contain;
  border: none;
  text-indent: -9999px;
  width: 16px;
  height: 22px;
  position: absolute;
  right: -50px;
  bottom: 14px;
  z-index: 6;
  cursor: pointer;
}

section.section-6 .slick-next:hover,
section.section-6 .slick-next:focus,
section.section-6 .slick-next:active {
  outline: none;
}

section.section-6 .image {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  overflow: hidden;
  display: block;
  margin: 0px auto;
}

section.section-6 .image img {
  width: 100%;
}

section.section-7 {
  padding-top: 50px;
  padding-bottom: 60px;
  text-align: center;
}

section.section-7.inner {
  background: #dae1e4;
  position: relative;
}

section.section-7.inner.show:before {
  content: "";
  width: 140px;
  height: 140px;
  display: block;
  background: url("./assets/img/form_check.png") no-repeat left top;
  background-size: cover;
  position: absolute;
  top: -80px;
  right: -30px;
}

section.section-7.inner h2 {
  max-width: 430px;
  font-size: 28px;
  margin-bottom: 6px;
}

section.section-7.inner span.text {
  max-width: 430px;
}

section.section-7 a.play {
  width: 105px;
  height: 105px;
  display: block;
  margin: 0px auto;
  background: url("./assets/img/play.png") no-repeat center center;
  background-size: cover;
  position: absolute;
  top: calc(50% - 52px);
  left: 0;
  right: 0;
}

section.section-7 a.play:hover,
section.section-7 a.play:focus,
section.section-7 a.play:active {
  text-decoration: none;
  outline: none;
}

section.section-7 h2 {
  font-size: 31px;
  color: #000000;
  text-transform: uppercase;
  line-height: 1.355;
  text-align: center;
  display: block;
  max-width: 330px;
  margin: 0px auto 14px;
}

section.section-7 span.text {
  font-size: 25px;
  font-weight: 300;
  color: #292744;
  line-height: 1.708;
  text-align: center;
  display: block;
  max-width: 330px;
  margin: 0px auto 30px;
}

section.section-7 a.btn {
  font-size: 17px;
  font-weight: 300;
  color: #ffffff;
  line-height: 1.4;
  text-align: center;
  text-transform: uppercase;
  border-radius: 4px;
  background-color: #ed4c50;
  padding: 14px 50px;
  cursor: pointer;
}

section.section-7 .slick-track {
  display: flex;
}

section.section-7 .slick-track .slick-slide {
  display: flex;
  height: auto;
  align-items: center;
  justify-content: center;
}

section.section-7 .reviews {
  width: calc(100% + 30px);
  margin: 0 -15px 38px;
}

section.section-7 .reviews .item {
  margin-left: 12px;
  margin-right: 12px;
}

section.section-7 .reviews .item .inner {
  background: #f5f7f7;
  padding: 40px;
  width: 100%;
  height: 100%;
  position: relative;
}

section.section-7 .reviews .item .inner span.name {
  font-size: 19px;
  color: #000000;
  line-height: 1.4;
  text-align: left;
  display: block;
  margin-bottom: 18px;
}

section.section-7 .reviews .item .inner p {
  font-size: 19px;
  font-weight: 300;
  color: #000000;
  line-height: 1.474;
  text-align: left;
  display: block;
}

section.section-7 .reviews .item .inner .bottom {
  display: flex;
  justify-content: space-between;
}

section.section-7 .reviews .item .inner .bottom .rate {
  display: flex;
}

section.section-7 .reviews .item .inner .bottom .rate .star {
  background: url("./assets/img/star.png") no-repeat center center;
  background-size: contain;
  width: 21px;
  height: 21px;
  margin-right: 10px;
}

section.section-7 .reviews .item .inner .bottom .rate .star:last-child {
  margin-right: 0;
}

section.section-8 {
  background: #f5f7f7;
  padding-top: 40px;
  padding-bottom: 40px;
}

section.section-8.inner {
  padding-bottom: 72px;
}

section.section-8.inner .slick-track {
  display: flex;
}

section.section-8.inner .slick-track .slick-slide {
  display: flex;
  flex: auto;
  height: auto;
  align-items: center;
  justify-content: center;
}

section.section-8.inner .slick-prev {
  background: url("./assets/img/left.png") no-repeat center center;
  background-size: contain;
  border: none;
  text-indent: -9999px;
  width: 16px;
  height: 22px;
  position: absolute;
  left: 10px;
  bottom: calc(50% - 11px);
  z-index: 6;
  cursor: pointer;
}

section.section-8.inner .slick-prev:hover,
section.section-8.inner .slick-prev:focus,
section.section-8.inner .slick-prev:active {
  outline: none;
}

section.section-8.inner .slick-next {
  background: url("./assets/img/right.png") no-repeat center center;
  background-size: contain;
  border: none;
  text-indent: -9999px;
  width: 16px;
  height: 22px;
  position: absolute;
  right: 10px;
  bottom: calc(50% - 11px);
  z-index: 6;
  cursor: pointer;
}

section.section-8.inner .slick-next:hover,
section.section-8.inner .slick-next:focus,
section.section-8.inner .slick-next:active {
  outline: none;
}

section.section-8 h2 {
  font-size: 31px;
  font-weight: 300;
  color: #292744;
  line-height: 1.37;
  text-align: center;
  display: block;
  max-width: 240px;
  margin: 0px auto 32px;
}

section.section-8 img {
  display: block;
  max-width: 100%;
  margin: 0px auto 32px;
}

section.footer-form img {
  display: block;
  width: calc(100% + 30px);
  max-width: initial;
  margin-left: -15px;
  margin-right: -15px;
}

section.footer-form h2 {
  font-size: 25px;
  color: #000000;
  text-transform: uppercase;
  line-height: 1.469;
  text-align: center;
  display: block;
  margin: 28px auto 26px;
}

section.footer-form form {
  max-width: 410px;
  margin: 0px auto;
  display: block;
}

section.footer-form p {
  margin-bottom: 0;
}

section.footer-form input {
  font-size: 19px;
  color: rgba(41, 39, 68, 0.678);
  line-height: 1.4;
  text-align: left;
  border-radius: 4px;
  border: none;
  background-color: #efefef;
  width: 100%;
  margin-bottom: 17px;
  padding: 15px 28px;
}

section.footer-form input::placeholder {
  color: rgba(41, 39, 68, 0.678);
}

section.footer-form textarea {
  font-size: 19px;
  color: rgba(41, 39, 68, 0.678);
  line-height: 1.4;
  text-align: left;
  border-radius: 4px;
  border: none;
  background-color: #efefef;
  width: 100%;
  margin-bottom: 17px;
  padding: 15px 28px;
  max-height: 110px;
  -webkit-appearance: none;
}

section.footer-form textarea::placeholder {
  color: rgba(41, 39, 68, 0.678);
}

section.footer-form input[type="submit"] {
  font-size: 17px;
  font-weight: 300;
  color: #ffffff;
  line-height: 1.4;
  text-align: center;
  text-transform: uppercase;
  border-radius: 4px;
  background-color: #ed4c50;
  cursor: pointer;
}

footer {
  background: #303840;
  padding-top: 35px;
  padding-bottom: 35px;
  text-align: center;
}

footer .latest {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #252b31;
  border-bottom: 1px solid #252b31;
}

footer .latest .post {
  text-align: left;
  margin-bottom: 30px;
}

footer .latest .post .image {
  border-radius: 3px;
  overflow: hidden;
  float: left;
  margin-right: 30px;
}

footer .latest .post .image img {
  display: block;
}

footer .latest .post span.label {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.361);
  text-transform: uppercase;
  line-height: 1.4;
  text-align: left;
  display: block;
  margin-bottom: 6px;
}

footer .latest .post a.title {
  font-size: 22px;
  font-weight: 300;
  color: #77d0e2;
  line-height: 1.395;
  text-align: left;
  display: inline;
}

footer .latest .post a.title:hover,
footer .latest .post a.title:focus,
footer .latest .post a.title:active {
  text-decoration: none;
}

footer .latest .post a.read {
  font-size: 13px;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 1.4;
  text-align: left;
  display: block;
  margin-top: 20px;
}

footer .latest .post a.read:hover,
footer .latest .post a.read:focus,
footer .latest .post a.read:active {
  text-decoration: none;
}

footer .navbar-nav {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

footer .navbar-nav li {
  width: auto;
  padding-left: 12px;
  padding-right: 12px;
  border-right: 1px solid rgba(255, 255, 255, 0.659);
}

footer .navbar-nav li:last-child {
  border-right: none;
}

footer .navbar-nav li a {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.659);
  text-transform: uppercase;
  line-height: 1.2;
  text-align: center;
  display: inherit;
}

footer span.info {
  font-size: 23px;
  font-weight: 300;
  color: #ffffff;
  line-height: 1.856;
  text-align: left;
  display: block;
}

footer span.info b {
  font-weight: 300;
  display: block;
  color: #77d0e2;
}

footer .widget-title {
  font-size: 13px;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 1.4;
  text-align: left;
  display: block;
}

footer span.hours {
  font-size: 19px;
  font-weight: 300;
  color: #ffffff;
  line-height: 1.856;
  text-align: left;
  display: block;
}

footer span.hours b {
  font-weight: 300;
  display: inline-block;
  color: #77d0e2;
}

footer span.phone {
  font-size: 23px;
  font-weight: 300;
  color: #ffffff;
  line-height: 1.856;
  text-align: left;
  display: block;
}

footer span.phone b {
  font-weight: 300;
  display: inline-block;
  color: #77d0e2;
}

footer span.phone a {
  color: #ffffff;
}

footer a.btn {
  font-size: 17px;
  font-weight: 300;
  color: #ffffff;
  line-height: 1.4;
  text-align: center;
  text-transform: uppercase;
  border-radius: 4px;
  background-color: #ed4c50;
  cursor: pointer;
  display: block;
  max-width: 410px;
  padding: 14px 10px;
  margin: 0px auto 40px;
}

footer .copy {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.659);
  text-transform: uppercase;
  line-height: 1.4;
  text-align: center;
  display: block;
  margin-top: 36px;
  margin-bottom: 12px;
}

footer nav.social {
  margin: 40px 0;
}

footer nav.social a {
  margin-left: 7px;
  margin-right: 7px;
  display: inline-block;
}

footer nav.social a:first-child .icon i {
  margin-left: -1px;
  margin-bottom: -1px;
}

footer nav.social a .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  font-size: 18px;
  color: #ffffff;
}

footer nav.social a:hover,
footer nav.social a:focus,
footer nav.social a:active {
  text-decoration: none;
}

footer a.fresh {
  font-size: 13px;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 1.4;
  display: inline-block;
}

footer a.fresh:hover,
footer a.fresh:focus,
footer a.fresh:active {
  text-decoration: none;
}

.sticky-footer-button {
  display: none;
  border-top: 1px solid #92d8e7;
  background: #ffffff;
  padding: 0.2em;
  z-index: 3;
}

.sticky-footer-button .btn {
  font-size: 17px;
  font-weight: 300;
  color: #ffffff;
  line-height: 1.4;
  text-align: center;
  text-transform: uppercase;
  border-radius: 4px;
  background-color: #ed4c50;
  cursor: pointer;
  display: block;
  padding: 10px 10px;
  margin: 0px auto 0px;
}

.post,
.page {
  margin-bottom: 0;
}

section.title {
  padding-top: 50px;
  padding-bottom: 60px;
  background: #f9f9f9;
}

section.title h2 {
  font-size: 54px;
  font-weight: 300;
  color: #292744;
  line-height: 1.1;
  text-align: center;
  padding-bottom: 32px;
  margin: 0px auto 0px;
  max-width: 90%;
  display: block;
}

section.title-white {
  padding-top: 30px;
  padding-bottom: 44px;
  background: #ffffff;
}

section.title-white h2 {
  font-weight: 300;
  color: #292744;
  line-height: 1.4;
  text-align: center;
  padding-bottom: 32px;
  margin: 0px auto 0px;
  max-width: 450px;
  display: block;
}

section.press {
  padding-top: 30px;
  padding-bottom: 60px;
}

section.press .pagination {
  display: block;
  width: 100%;
  text-align: center;
}

section.press .pagination span {
  font-size: 23px;
  font-weight: 400;
  color: #000000;
  text-transform: uppercase;
  line-height: 1.2;
  text-align: center;
  margin: 0 5px;
}

section.press .pagination a {
  font-size: 23px;
  font-weight: 400;
  color: #b2b2b2;
  text-transform: uppercase;
  line-height: 1.2;
  text-align: center;
  margin: 0 5px;
}

section.press .item {
  display: flex;
  margin-bottom: 20px;
  height: 100%;
}

section.press .item .left {
  width: 50%;
  min-height: 240px;
  height: auto;
}

section.press .item .right {
  width: 50%;
  height: auto;
  background: #ffffff;
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid #cccccc;
}

section.press .item .logo {
  display: block;
  margin: 0px auto 16px;
}

section.press .item .logo img {
  display: block;
  max-width: 60%;
  margin: 0px auto;
}

section.press .item span.title {
  font-size: 22px;
  color: #000000;
  text-transform: uppercase;
  line-height: 1.299;
  text-align: center;
  display: block;
  margin: 0px auto 28px;
}

section.press .item a.btn {
  font-size: 16px;
  color: #ffffff;
  line-height: 1.4;
  text-align: center;
  text-transform: uppercase;
  border-radius: 4px;
  background-color: #ed4c50;
  cursor: pointer;
  display: block;
  max-width: 210px;
  width: 100%;
  padding: 14px 10px;
  margin: 0px auto;
}

section.text_and_wide_image {
  background: #efefef;
}

section.text_and_wide_image h2 {
  font-size: 50px;
  font-weight: 300;
  color: #292744;
  line-height: 1.481;
  text-align: left;
  padding-bottom: 22px;
  margin: 0px auto 28px;
}

section.text_and_wide_image span.text {
  font-size: 20px;
  color: #292744;
  line-height: 1.8;
  text-align: left;
  display: block;
  margin-bottom: 32px;
}

section.text_and_wide_image p {
  font-size: 19px;
  color: #292744;
  line-height: 1.8;
  text-align: left;
  display: block;
  margin-bottom: 14px;
}

section.text_and_wide_image p b {
  font-weight: bold;
}

section.text_and_wide_image ul {
  list-style: none;
  padding: 0px;
  margin: 0px 0 32px;
}

section.text_and_wide_image ul li {
  font-size: 19px;
  color: #292744;
  line-height: 1.8;
  text-align: left;
  display: block;
  padding-left: 44px;
  background: url("./assets/img/ul_big.png") no-repeat left top;
  background-size: 28px;
  margin-bottom: 12px;
}

section.text_and_wide_image ul li:last-child {
  margin-bottom: 0;
}

section.text_and_wide_image img.img-fluid {
  width: calc(100% + 30px);
  max-width: initial;
  margin-left: -15px;
  margin-right: -15px;
}

section.text_and_wide_image .left {
  padding-top: 40px;
  padding-left: 5vw;
  padding-right: 5vw;
}

section.text_and_wide_image a.btn {
  font-size: 16px;
  font-weight: 300;
  color: #ffffff;
  line-height: 1.4;
  text-align: center;
  text-transform: uppercase;
  border-radius: 4px;
  background-color: #ed4c50;
  cursor: pointer;
  display: block;
  max-width: 270px;
  width: 100%;
  padding: 14px 10px;
  margin: 0px 0 40px;
}

section.contact {
  background: #5ec6db;
  padding-top: 70px;
  padding-bottom: 100px;
  padding-left: 10px;
  padding-right: 10px;
}

section.contact.referral {
  padding-bottom: 65px;
}

section.contact.referral h2 {
  font-size: 40px;
  font-weight: 400;
}

section.contact.referral span.title {
  font-size: 20px;
  font-weight: 300;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 1.4;
  text-align: left;
  display: block;
  margin-bottom: 16px;
}

section.contact.referral span.title-main {
  font-size: 20px;
  font-weight: 300;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 1.4;
  text-align: left;
  display: block;
  margin-bottom: 26px;
}

section.contact.referral br {
  display: none;
}

section.contact.referral input[type="submit"] {
  max-width: 270px;
  margin: 0px auto 24px;
  display: block;
}

section.contact.referral p {
  font-size: 20px;
  font-weight: 400;
  color: #000000;
  line-height: 1.4;
  text-align: center;
  display: block;
  margin-bottom: 10px;
}

section.contact.referral textarea {
  margin-bottom: 24px;
}

section.contact br {
  display: none;
}

section.contact h2 {
  font-size: 50px;
  font-weight: 400;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 0.88;
  text-align: center;
  display: block;
  margin-bottom: 25px;
}

section.contact p {
  font-size: 19px;
  font-weight: 300;
  color: #ffffff;
  line-height: 1.895;
  text-align: center;
  display: block;
  max-width: 440px;
  margin: 0px auto 60px;
}

section.contact a {
  display: inline-block;
  font-size: 19px;
  font-weight: 300;
  color: #ffffff;
  line-height: 1.895;
}

section.contact form .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

section.contact form .wpcf7-form-control-wrap .wpcf7-checkbox {
  display: block;
  float: left;
  margin-bottom: 28px;
}

section.contact form span.wpcf7-list-item {
  margin: 0 0 14px;
  font-size: 20px;
  font-weight: 300;
  color: #ffffff;
  line-height: 1.2;
  text-align: left;
  width: 100%;
  float: left;
}

section.contact form span.wpcf7-list-item label {
  display: block;
  min-height: 28px;
  margin: 0;
}

section.contact form span.wpcf7-list-item label span {
  position: relative;
  top: 2px;
}

section.contact form span.wpcf7-list-item label input {
  margin-right: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #dadada;
  background-color: #efefef;
  border-radius: 3px;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  padding: 0px;
  float: left;
}

section.contact form span.wpcf7-list-item label input:hover,
section.contact form span.wpcf7-list-item label input:focus,
section.contact form span.wpcf7-list-item label input:active {
  outline: none;
}

section.contact form span.wpcf7-list-item label input:checked {
  background: #3b3737;
}

section.contact form p {
  margin-bottom: 0;
}

section.contact form input {
  font-size: 19px;
  color: rgba(41, 39, 68, 0.678);
  line-height: 1.4;
  text-align: left;
  border-radius: 4px;
  border: none;
  background-color: #efefef;
  width: 100%;
  margin-bottom: 17px;
  padding: 15px 24px;
}

section.contact form input::placeholder {
  color: rgba(41, 39, 68, 0.678);
}

section.contact form textarea {
  font-size: 19px;
  color: rgba(41, 39, 68, 0.678);
  line-height: 1.4;
  text-align: left;
  border-radius: 4px;
  border: none;
  background-color: #efefef;
  width: 100%;
  margin-bottom: 17px;
  padding: 15px 24px;
  height: 150px;
  -webkit-appearance: none;
}

section.contact form textarea::placeholder {
  color: rgba(41, 39, 68, 0.678);
}

section.contact form input[type="submit"] {
  font-size: 17px;
  font-weight: 300;
  color: #ffffff;
  line-height: 1.4;
  text-align: center;
  text-transform: uppercase;
  border-radius: 4px;
  background-color: #ed4c50;
  cursor: pointer;
  margin-bottom: 0;
}

section.image_text {
  padding-bottom: 50px;
}

section.image_text .left {
  padding-left: 25px;
  padding-right: 25px;
}

section.image_text h2 {
  font-weight: 300;
  color: #292744;
  line-height: 1.2;
  text-align: center;
  margin: 40px auto 30px;
  display: block;
}

section.image_text h3 {
  color: #000000;
  line-height: 1.2;
  text-align: center;
  margin: 40px auto 30px;
  display: block;
}

section.image_text .line {
  display: inline-block;
  width: 90px;
  height: 14px;
  margin: 0px 0 30px;
}

section.image_text p {
  font-size: 19px;
  color: #292744;
  line-height: 1.8;
  display: block;
  margin-bottom: 32px;
}

section.image_text ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

section.image_text ul li {
  font-size: 19px;
  color: #292744;
  line-height: 1.8;
  text-align: left;
  display: block;
  padding-left: 44px;
  background: url("./assets/img/ul_big.png") no-repeat left top;
  background-size: 28px;
  margin-bottom: 12px;
}

section.image_text a {
  display: inline-block;
  color: #ed4c50;
  text-decoration: underline;
}

section.image_text img {
  display: block;
  width: 100%;
}

section.image_text a.btn {
  font-size: 16px;
  font-weight: 300;
  color: #ffffff;
  line-height: 1.4;
  text-align: center;
  text-transform: uppercase;
  border-radius: 4px;
  background-color: #ed4c50;
  cursor: pointer;
  display: inline-block;
  max-width: 270px;
  width: 100%;
  padding: 14px 10px;
  margin: 0px auto;
  text-decoration: none;
}

.checkbox-flex>div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.checkbox-flex .checkbox {
  flex: 1 1 100%;
  display: flex;
  width: 100%;
}

.checkbox-flex .checkbox label {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: start;
  align-items: center;
  font-size: 19px;
  color: #000000;
  width: 100%;
}

.checkbox-flex .checkbox input {
  flex: 0 0 15px;
  margin-bottom: 0;
  margin-right: 1em;
  padding: 0;
}

.pagination {
  margin-top: 14px;
  margin-bottom: 40px;
  justify-content: center;
}

.pagination .nav-links {
  display: block;
  text-align: center;
}

.pagination .nav-links span {
  font-size: 23px;
  color: #000000;
  text-transform: uppercase;
  line-height: 1.4;
  text-align: center;
  margin-left: 6px;
  margin-right: 6px;
}

.pagination .nav-links a {
  font-size: 23px;
  color: #b2b2b2;
  text-transform: uppercase;
  line-height: 1.4;
  text-align: center;
  margin-left: 6px;
  margin-right: 6px;
}

section.content {
  padding-top: 32px;
  padding-left: 10px;
  padding-right: 10px;
}

section.content .latest {
  display: block;
  overflow: hidden;
}

section.content article {
  margin-bottom: 26px;
}

section.content article .inner {
  height: 100%;
  background: #efefef;
}

section.content article .right {
  padding-left: 0;
}

section.content article img {
  display: block;
  width: 100%;
}

section.content article .bottom {
  background: #efefef;
  padding: 40px 10px 58px;
}

section.content article .bottom span.posted-on {
  font-size: 12px;
  color: #000000;
  text-transform: uppercase;
  line-height: 1.4;
  text-align: center;
  display: block;
  margin-bottom: 30px;
}

section.content article .bottom span.title {
  font-size: 24px;
  color: #000000;
  text-transform: uppercase;
  line-height: 1.645;
  text-align: center;
  display: block;
  max-width: 330px;
  margin: 0px auto 32px;
}

section.content article .bottom a.btn {
  font-size: 17px;
  color: #ffffff;
  line-height: 1.4;
  text-align: center;
  border-radius: 4px;
  background-color: #7bcfdc;
  display: block;
  text-transform: uppercase;
  max-width: 270px;
  margin: 0px auto;
  padding: 15px 5px;
}

section.content form {
  border-style: solid;
  border-width: 2px;
  border-color: #efefef;
  border-radius: 7px;
  background-color: #ffffff;
  max-width: 400px;
  margin: 0 auto 0;
  padding: 34px 34px 0;
}

section.content form h3 {
  font-size: 33px;
  color: #292744;
  line-height: 1.2;
  text-align: center;
  display: block;
  padding-bottom: 22px;
  margin-bottom: 28px;
}

section.content form p {
  margin-bottom: 0;
}

section.content form br {
  display: none;
}

section.content form input {
  font-size: 19px;
  color: rgba(41, 39, 68, 0.678);
  line-height: 1.4;
  text-align: left;
  border-radius: 4px;
  border: none;
  background-color: #efefef;
  width: 100%;
  margin-bottom: 17px;
  padding: 15px 28px;
}

section.content form input::placeholder {
  color: rgba(41, 39, 68, 0.678);
}

section.content form textarea {
  font-size: 19px;
  color: rgba(41, 39, 68, 0.678);
  line-height: 1.4;
  text-align: left;
  border-radius: 4px;
  border: none;
  background-color: #efefef;
  width: 100%;
  margin-bottom: 17px;
  padding: 15px 28px;
  max-height: 110px;
  -webkit-appearance: none;
}

section.content form textarea::placeholder {
  color: rgba(41, 39, 68, 0.678);
}

section.content form input[type="submit"] {
  font-size: 17px;
  color: #ffffff;
  line-height: 1.4;
  text-align: center;
  text-transform: uppercase;
  border-radius: 4px;
  background-color: #ed4c50;
  cursor: pointer;
  margin-bottom: 0;
}

section.single-article {
  background: #efefef;
  padding: 0;
}

section.single-article .bottom {
  padding-top: 50px;
  padding-bottom: 40px;
  padding-left: 10px;
  padding-right: 10px;
}

section.single-article img {
  width: 100%;
  display: block;
}

section.single-article span.posted-on {
  font-size: 12px;
  color: #000000;
  text-transform: uppercase;
  line-height: 1.4;
  text-align: left;
  display: block;
  margin-bottom: 20px;
}

section.single-article span.title {
  font-size: 46px;
  font-weight: 300;
  color: #000000;
  line-height: 1.645;
  text-align: left;
  display: block;
  margin: 0px;
}

section.single-article a.btn {
  font-size: 17px;
  color: #ffffff;
  line-height: 1.4;
  text-align: center;
  text-transform: uppercase;
  border-radius: 4px;
  background-color: #ed4c50;
  cursor: pointer;
  display: block;
  max-width: 270px;
  margin: 0px;
  padding: 15px 5px;
}

section.article-content {
  padding-top: 34px;
  padding-bottom: 40px;
}

section.article-content p {
  font-size: 20px;
  color: #292744;
  line-height: 1.8;
  text-align: left;
  display: block;
}

section.article-content ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

section.article-content ul li {
  font-size: 20px;
  color: #292744;
  line-height: 1.8;
  text-align: left;
  display: block;
  padding-left: 50px;
  text-decoration: underline;
  background: url("./assets/img/ul.png") no-repeat left 5px;
  margin-bottom: 26px;
}

section.article-content ul li:last-child {
  margin-bottom: 0;
}

.middleconetnt {
  margin: 0 auto;
  width: 98%;
}

.reviews-1 .left,
.image_text .left,
.col-lg-6.order-2.order-lg-1.leftCalc.left {
  padding: 0 !important;
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
  text-align: center;
  padding-left: 5% !important;
  padding-right: 5% !important;
}

.section-2-team .left {
  padding-top: 40px;
  padding-bottom: 60px;
  /* padding-left: 25px; */
  padding-right: 5%;
  padding-left: 5% !important;
}

section.video_text h2 {
  font-size: 33px;
  color: #ffffff;
  line-height: 1.2;
  text-align: center;
  display: block;
  margin: 0px auto;
}

section.video_text span.text {
  font-size: 27px;
  font-weight: 300;
  color: #ffffff;
  line-height: 1.3;
  text-align: center;
  display: block;
  padding-bottom: 22px;
  margin: 0px auto 28px;
}

section.video_text span.text_video {
  font-size: 19px;
  color: #ffffff;
  line-height: 1.684;
  text-align: center;
  display: block;
  max-width: 400px;
  margin: 0px auto 10px;
}

section.video_text .text-block {
  padding-top: 40px;
  padding-bottom: 40px;
}

section.video_text .play-block {
  position: relative;
}

section.video_text a.play {
  border-radius: 50%;
  background-color: rgba(237, 76, 80, 0.922);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 110px;
  height: 110px;
  position: absolute;
  top: calc(50% - 55px);
  margin: 0px auto;
  left: 0;
  right: 0;
}

section.video_text a.play img {
  display: block;
  max-width: 25px;
  margin: 0px auto 8px;
}

section.video_text a.play span {
  font-size: 13px;
  font-weight: 300;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 1;
  display: block;
  text-align: center;
}

section.video_text a.play:hover,
section.video_text a.play:focus,
section.video_text a.play:active {
  text-decoration: none;
  outline: none;
}

section.icons {
  background: #f3fdff;
  padding-top: 60px;
  padding-bottom: 50px;
  text-align: center;
}

section.icons h2 {
  font-size: 34px;
  color: #344d64;
  text-transform: uppercase;
  line-height: 1.382;
  text-align: center;
  display: block;
}

section.icons p {
  font-size: 19px;
  color: #292744;
  line-height: 1.684;
  text-align: center;
  display: block;
  max-width: 400px;
  margin: 0px auto 50px;
}

section.icons a.btn {
  font-size: 17px;
  font-weight: 300;
  color: #ffffff;
  line-height: 1.4;
  text-align: center;
  text-transform: uppercase;
  border-radius: 4px;
  background-color: #ed4c50;
  cursor: pointer;
  display: block;
  max-width: 270px;
  margin: 0px auto;
  padding: 15px 5px;
}

section.icons .slider {
  margin-bottom: 44px;
}

section.icons .slider .icon {
  display: block;
  margin-bottom: 30px;
}

section.icons .slider .icon img {
  display: block;
  max-width: 100%;
  margin: 0px auto;
}

section.icons .slider span.text {
  font-size: 17px;
  color: #292744;
  line-height: 1.882;
  text-align: center;
  display: block;
  max-width: 310px;
  margin: 0px auto;
}

section.icons .slick-prev {
  background: url("./assets/img/left.png") no-repeat center center;
  background-size: contain;
  border: none;
  text-indent: -9999px;
  width: 16px;
  height: 22px;
  position: absolute;
  left: 0px;
  bottom: 100px;
  z-index: 6;
  cursor: pointer;
}

section.icons .slick-prev:hover,
section.icons .slick-prev:focus,
section.icons .slick-prev:active {
  outline: none;
}

section.icons .slick-next {
  background: url("./assets/img/right.png") no-repeat center center;
  background-size: contain;
  border: none;
  text-indent: -9999px;
  width: 16px;
  height: 22px;
  position: absolute;
  right: 0px;
  bottom: 100px;
  z-index: 6;
  cursor: pointer;
}

section.icons .slick-next:hover,
section.icons .slick-next:focus,
section.icons .slick-next:active {
  outline: none;
}

section.team .top {
  background: #f7f7f7;
  padding-top: 60px;
  padding-bottom: 44px;
  padding-left: 15px;
  padding-right: 15px;
}

section.team .top h2 {
  font-size: 33px;
  color: #344d64;
  line-height: 1.2;
  text-align: center;
  display: block;
  margin: 0px auto 10px;
}

.photo-frame {
  width: 140px;
  margin-bottom: 40px;
  height: 140px;
  overflow: hidden;
  border-radius: 3px;
}

.photo-frame img {
  display: inline-block !important;
  max-width: 110% !important;
  width: 110% !important;
  margin-left: -5% !important;
}

section.team .top p {
  font-size: 19px;
  color: #292744;
  line-height: 1.684;
  text-align: center;
  display: block;
  padding-bottom: 22px;
  margin: 0px auto 28px;
}

section.team .top img {
  display: block;
  margin: 0px auto;
  max-width: 80%;
}

section.team .top .hello {
  font-size: 50px;
  font-weight: 300;
  color: #292744;
  line-height: 1.3;
  text-align: left;
  display: block;
  margin-top: 33px;
}

section.team .top .title {
  font-size: 29px;
  font-weight: 300;
  color: #7cd1e1;
  line-height: 1.584;
  text-align: left;
  display: block;
  margin-bottom: 20px;
}

section.team .top .position {
  font-size: 18px;
  font-weight: 300;
  color: #292744;
  line-height: 1.2;
  text-align: left;
  display: block;
  padding-bottom: 40px;
}

section.team .top a.btn {
  font-size: 17px;
  font-weight: 300;
  color: #ffffff;
  line-height: 1.4;
  text-align: center;
  text-transform: uppercase;
  border-radius: 4px;
  background-color: #ed4c50;
  cursor: pointer;
  display: block;
  max-width: 220px;
  margin: 0 0 1em;
  padding: 15px 5px;
}

section.team h3 {
  font-size: 31px;
  color: #000000;
  text-transform: uppercase;
  line-height: 1.2;
  text-align: center;
  display: block;
  margin-top: 50px;
  margin-bottom: 40px;
}

section.team .bottom {
  border-top: 1px solid #d0d0d0;
  padding-bottom: 50px;
}

section.team .bottom .row {
  align-items: stretch;
  align-content: stretch;
}

section.team .bottom .row>div {
  display: flex;
  flex-direction: column;
  align-self: stretch;
  align-content: stretch;
  align-items: stretch;
}

section.team .bottom .item {
  display: block;
  align-self: stretch;
  height: auto;
  padding-top: 40px;
  border-bottom: 1px solid #d0d0d0;
}

section.team .bottom .item:hover {
  text-decoration: none;
}

section.team .bottom .item .title {
  font-size: 34px;
  font-weight: 300;
  color: #292744;
  line-height: 1.527;
  text-align: center;
  display: block;
  width: 100%;
  margin-bottom: 6px;
}

section.team .bottom .item .title:hover,
section.team .bottom .item .title:focus,
section.team .bottom .item .title:active {
  text-decoration: none;
}

section.team .bottom .item .position {
  font-size: 17px;
  font-weight: 300;
  color: #292744;
  line-height: 1.2;
  text-align: center;
  display: block;
  margin: 0px auto 30px;
}

section.team .bottom .item img {
  display: block;
  margin: 0px auto;
  max-width: 100%;
}

.gallery_nonslider h2 {
  color: #ffffff;
  margin-bottom: 45px;
  margin-top: 20px;
}

#pricing-onecols .item {
  width: 100%;
}

.two-col-gal .item {
  margin-bottom: 45px;
}

#videoModal .close {
  position: absolute;
  right: -5px;
  top: -5px;
  background: #ffffff;
  z-index: 1;
  border-radius: 50%;
  opacity: 1;
  width: 24px;
  height: 24px;
}

section.gallery_nonslider {
  background: #3ea6bb;
  padding-top: 50px;
  padding-bottom: 60px;
  text-align: center;
}

section.single-team .slick-prev {
  background: url("./assets/img/left.png") no-repeat center center;
  background-size: contain;
  border: none;
  text-indent: -9999px;
  width: 16px;
  height: 22px;
  position: absolute;
  left: 0px;
  bottom: 22px;
  z-index: 6;
  cursor: pointer;
}

section.single-team .slick-prev:hover,
section.single-team .slick-prev:focus,
section.single-team .slick-prev:active {
  outline: none;
}

section.single-team .slick-next {
  background: url("./assets/img/right.png") no-repeat center center;
  background-size: contain;
  border: none;
  text-indent: -9999px;
  width: 16px;
  height: 22px;
  position: absolute;
  right: 0px;
  bottom: 22px;
  z-index: 6;
  cursor: pointer;
}

section.single-team .slick-next:hover,
section.single-team .slick-next:focus,
section.single-team .slick-next:active {
  outline: none;
}

section.single-team img {
  display: block;
  width: 100%;
  max-width: 500px;
  margin: 0px auto;
}

section.single-team .left {
  padding-top: 34px;
  padding-left: 25px;
  padding-right: 25px;
}

section.single-team .right {
  padding-bottom: 40px;
  padding-left: 25px;
  padding-right: 25px;
}

section.single-team h2 {
  font-size: 54px;
  font-weight: 300;
  color: #292744;
  line-height: 0.842;
  text-align: left;
  display: block;
}

section.single-team span.position {
  font-size: 20px;
  color: rgba(41, 39, 68, 0.651);
  line-height: 1.8;
  text-align: left;
  display: block;
  padding-bottom: 22px;
  margin: 0px 0 28px;
}

section.single-team span.tribute1 {
  font-size: 19px;
  font-weight: 300;
  color: #292744;
  line-height: 2.395;
  text-align: left;
  display: block;
}

section.single-team span.tribute2 {
  font-size: 20px;
  color: rgba(41, 39, 68, 0.651);
  line-height: 1.8;
  text-align: left;
  display: block;
  padding-bottom: 22px;
  margin: 0px 0 28px;
}

section.single-team p {
  font-size: 20px;
  color: #292744;
  line-height: 1.8;
  text-align: left;
  max-width: 460px;
  display: block;
}

section.single-team ul {
  list-style: none;
  padding: 0px;
  margin: 0px 0 26px;
}

section.single-team ul li {
  display: block;
  margin-bottom: 14px;
  padding-left: 42px;
  font-size: 25px;
  color: #1b1b1e;
  line-height: 1.4;
  background: url("./assets/img/ul.png") no-repeat left 1px;
}

section.single-team a.btn {
  font-size: 17px;
  font-weight: 300;
  color: #ffffff;
  line-height: 1.4;
  text-align: center;
  text-transform: uppercase;
  border-radius: 4px;
  background-color: #ed4c50;
  cursor: pointer;
  display: block;
  max-width: 220px;
  margin: 0px 0 40px;
  padding: 15px 5px;
}

section.single-team .partners {
  display: flex;
  align-items: center;
}

section.single-team .partners.slider {
  display: block;
  padding: 0 30px;
}

section.single-team .partners .item {
  width: 33.33%;
}

section.single-team .partners .item img {
  max-width: 100%;
  display: block;
  margin: 0px auto;
}

section.section-2-team h2 {
  font-size: 41px;
  font-weight: 300;
  color: #292744;
  line-height: 1.481;
  text-align: center;
  padding-bottom: 22px;
  margin: 40px auto 28px;
  display: block;
}

section.section-2-team p {
  font-size: 20px;
  color: #292744;
  line-height: 1.8;
  text-align: left;
  display: block;
  margin-bottom: 14px;
}

section.section-2-team a {
  display: inline-block;
  color: #ed4c50;
  text-decoration: underline;
}

section.section-2-team img {
  display: block;
  width: 100%;
}

section.section-2-team a.btn {
  font-size: 16px;
  font-weight: 300;
  color: #ffffff;
  line-height: 1.4;
  text-align: center;
  text-transform: uppercase;
  border-radius: 4px;
  background-color: #ed4c50;
  cursor: pointer;
  display: block;
  max-width: 270px;
  width: 100%;
  padding: 14px 10px;
  margin: 0px auto;
  text-decoration: none;
}

section.section-2-team .left {
  padding-top: 40px;
  padding-left: 25px;
  padding-right: 25px;
}

section.section-3-team {
  padding-bottom: 32px;
}

section.section-3-team .review {
  background: #f5f7f7;
  padding: 26px 40px 26px 100px;
  height: auto;
  position: absolute;
  bottom: -20px;
  right: 0;
  width: 85%;
}

section.section-3-team .review:before {
  content: "";
  background: url("./assets/img/speech.png") no-repeat center center;
  width: 45px;
  height: 77px;
  display: block;
  position: absolute;
  left: 28px;
}

section.section-3-team .review span.name {
  font-size: 19px;
  color: #000000;
  line-height: 1.4;
  text-align: left;
  display: block;
  margin-bottom: 18px;
}

section.section-3-team .review p {
  font-size: 16px;
  font-weight: 300;
  color: #000000;
  line-height: 1.474;
  text-align: left;
  display: block;
}

section.section-3-team .review .bottom {
  display: flex;
  justify-content: space-between;
}

section.section-3-team .review .bottom .rate {
  display: flex;
}

section.section-3-team .review .bottom .rate .star {
  background: url("./assets/img/star.png") no-repeat center center;
  background-size: contain;
  width: 21px;
  height: 21px;
  margin-right: 10px;
}

section.section-3-team .review .bottom .rate .star:last-child {
  margin-right: 0;
}

section.section-3-team .review .bottom .social img {
  width: auto;
  margin: 0;
}

section.section-3-team .left img {
  display: block;
  width: calc(100% + 30px);
  max-width: initial;
  margin: 0 -15px;
}

section.section-3-team .right {
  padding-top: 60px;
}

section.section-3-team .logo {
  display: block;
  margin-bottom: 32px;
}

section.section-3-team .logo img {
  display: block;
  max-width: 100%;
  margin: 0px auto;
}

section.section-3-team span.title {
  font-size: 31px;
  color: #000000;
  text-transform: uppercase;
  line-height: 1.645;
  text-align: center;
  display: block;
  margin-bottom: 18px;
}

section.section-3-team p {
  font-size: 20px;
  color: #292744;
  line-height: 1.8;
  text-align: center;
  display: block;
}

section.section-4-team {
  padding-top: 60px;
  padding-bottom: 0px;
  text-align: center;
}

section.section-4-team h2 {
  font-size: 30px;
  color: #1b1b1e;
  text-transform: uppercase;
  line-height: 1.2;
  text-align: center;
  display: block;
  margin-bottom: 6px;
}

section.section-4-team span.text {
  font-size: 24px;
  font-weight: 300;
  color: #292744;
  line-height: 1.2;
  text-align: center;
  display: block;
  margin-bottom: 34px;
}

section.section-4-team .img {
  display: block;
  width: 100%;
  max-width: initial;
}

section.section-4-team .slider img {
  width: 100%;
  margin-bottom: 22px;
}

section.section-4-team .slider .block {
  display: flex;
}

section.section-4-team .slider span.title {
  font-size: 16px;
  color: #1b1b1e;
  text-transform: uppercase;
  line-height: 1.4;
  text-align: left;
  display: block;
  width: 30%;
}

section.section-4-team .slider span.text {
  font-size: 20px;
  font-weight: 400;
  color: #000000;
  line-height: 1.583;
  text-align: left;
  display: block;
}

section.section-4-team .slider-nav {
  max-width: 370px;
  margin: 0px auto 45px;
}

section.section-4-team .slider-nav .item {
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 0 10px;
}

section.section-4-team .slider-nav .item.slick-current {
  padding-top: 0;
  padding-bottom: 0;
}

section.section-4-team .slider-nav .item.slick-current .image {
  border-style: solid;
  border-width: 4 pxs;
  border-color: #ffffff;
  width: 70px;
  height: 70px;
}

section.section-4-team a.btn {
  font-size: 17px;
  font-weight: 300;
  color: #ffffff;
  line-height: 1.4;
  text-align: center;
  text-transform: uppercase;
  border-radius: 4px;
  background-color: #ed4c50;
  padding: 14px 50px;
  cursor: pointer;
  width: 100%;
  display: block;
}

section.section-4-team .slick-prev {
  background: url("./assets/img/left.png") no-repeat center center;
  background-size: contain;
  border: none;
  text-indent: -9999px;
  width: 16px;
  height: 22px;
  position: absolute;
  left: -50px;
  bottom: 22px;
  z-index: 6;
  cursor: pointer;
}

section.section-4-team .slick-prev:hover,
section.section-4-team .slick-prev:focus,
section.section-4-team .slick-prev:active {
  outline: none;
}

section.section-4-team .slick-next {
  background: url("./assets/img/right.png") no-repeat center center;
  background-size: contain;
  border: none;
  text-indent: -9999px;
  width: 16px;
  height: 22px;
  position: absolute;
  right: -50px;
  bottom: 22px;
  z-index: 6;
  cursor: pointer;
}

section.section-4-team .slick-next:hover,
section.section-4-team .slick-next:focus,
section.section-4-team .slick-next:active {
  outline: none;
}

section.section-4-team .image {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  overflow: hidden;
  display: block;
  margin: 0px auto;
}

section.section-4-team .image img {
  width: 100%;
}

section.reviews-1 {
  padding-top: 36px;
  padding-bottom: 40px;
}

section.reviews-1 .left {
  padding-left: 25px;
  padding-right: 25px;
}

section.reviews-1 h2 {
  font-size: 45px;
  font-weight: 300;
  color: #292744;
  line-height: 1.481;
  text-align: left;
  padding-bottom: 22px;
  margin: 0px 0 28px;
  max-width: 380px;
}

section.reviews-1 span.text {
  font-size: 19px;
  color: #292744;
  line-height: 1.882;
  text-align: left;
  display: block;
  margin: 0px 0 24px;
}

section.reviews-1 a.btn {
  font-size: 17px;
  font-weight: 300;
  line-height: 1.2;
  text-align: left;
  text-transform: uppercase;
  border-radius: 4px;
  padding: 16px 40px;
  background: #ed4c50;
  color: #ffffff;
  display: inline-block;
  margin-bottom: 55px;
}

section.reviews-1 img {
  display: block;
  width: calc(100% + 30px);
  max-width: initial;
  margin-left: -15px;
  margin-right: -15px;
}

section.reviews-1 span.image-text {
  font-size: 27px;
  font-weight: bold;
  color: #000000;
  line-height: 1.572;
  text-align: center;
  display: block;
  max-width: 370px;
  margin: 40px auto 0;
}

section.reviews-1 a.play {
  border-radius: 50%;
  background-color: rgba(123, 207, 220, 0.922);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 150px;
  height: 150px;
  position: absolute;
  top: calc(30% - 55px);
  margin: 0px auto;
  left: 0;
  right: 0;
}

section.reviews-1 a.play img {
  display: block;
  max-width: 38px;
  margin: 0px auto 8px;
}

section.reviews-1 a.play span {
  font-size: 17px;
  font-weight: 300;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 1;
  display: block;
  text-align: center;
}

section.reviews-1 a.play:hover,
section.reviews-1 a.play:focus,
section.reviews-1 a.play:active {
  text-decoration: none;
  outline: none;
}

section.reviews-2 {
  padding-top: 30px;
  padding-bottom: 50px;
  text-align: center;
}

section.reviews-2 h2 {
  font-size: 33px;
  font-weight: 300;
  color: #292744;
  line-height: 1.481;
  text-align: center;
  padding-bottom: 22px;
  margin: 0px auto 0px;
}

section.reviews-2 .hidden-video {
  display: none;
}

section.reviews-2 .item .inner {
  padding-top: 26px;
  padding-bottom: 26px;
  border-bottom: 1px solid #e2e2e2;
}

section.reviews-2 .item .poster {
  display: block;
  margin-bottom: 22px;
}

section.reviews-2 .item .poster img {
  display: block;
  width: 100%;
}

section.reviews-2 .item a.title {
  padding-left: 80px;
  font-size: 16px;
  color: #344d64;
  text-transform: uppercase;
  line-height: 1.8;
  background: url("./assets/img/play_small.png") no-repeat left center;
  display: flex;
  align-items: center;
  min-height: 58px;
  cursor: pointer;
}

section.reviews-2 .item a.title span {
  font-size: 16px;
  color: #344d64;
  text-transform: uppercase;
  line-height: 1.8;
  display: block;
  text-align: left;
}

section.reviews-2 .item a.title:hover,
section.reviews-2 .item a.title:focus,
section.reviews-2 .item a.title:active {
  text-decoration: none;
}

section.reviews-2 .item a.title.without-title {
  padding: 0;
  background-image: none;
  position: relative;
}

section.reviews-2 .item a.title.without-title:before {
  background: url("./assets/img/play_small.png") no-repeat left center;
  width: 60px;
  height: 60px;
  content: " ";
  position: absolute;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
}

section.reviews-2 a.btn {
  font-size: 15px;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  border-radius: 3px;
  padding: 16px 40px;
  background: #e4e9eb;
  color: #344d64;
  display: inline-block;
  margin-top: 48px;
}

section.reviews-3 {
  background: #f0f3f4;
  padding-top: 66px;
  padding-bottom: 50px;
}

section.reviews-3 h2 {
  font-size: 31px;
  color: #000000;
  text-transform: uppercase;
  line-height: 1.645;
  text-align: center;
  display: block;
}

section.reviews-3 span.text {
  font-size: 25px;
  font-weight: 300;
  color: #292744;
  line-height: 1.708;
  text-align: center;
  display: block;
  margin-bottom: 22px;
}

section.reviews-3 .slick-track {
  display: flex;
}

section.reviews-3 .slick-track .slick-slide {
  display: flex;
  height: auto;
  align-items: center;
  justify-content: center;
}

section.reviews-3 .reviews {
  width: calc(100% + 30px);
  margin: 0 -15px 60px;
}

section.reviews-3 .reviews .item {
  margin-left: 20px;
  margin-right: 20px;
}

section.reviews-3 .reviews .item .inner {
  background: #ffffff;
  padding: 40px;
  height: 100%;
}

section.reviews-3 .reviews .item .inner span.name {
  font-size: 19px;
  color: #000000;
  line-height: 1.4;
  text-align: left;
  display: block;
  margin-bottom: 18px;
}

section.reviews-3 .reviews .item .inner p {
  font-size: 19px;
  font-weight: 300;
  color: #000000;
  line-height: 1.474;
  text-align: left;
  display: block;
}

section.reviews-3 .reviews .item .inner .bottom {
  display: flex;
  justify-content: space-between;
}

section.reviews-3 .reviews .item .inner .bottom .rate {
  display: flex;
}

section.reviews-3 .reviews .item .inner .bottom .rate .star {
  background: url("./assets/img/star.png") no-repeat center center;
  background-size: contain;
  width: 21px;
  height: 21px;
  margin-right: 10px;
}

section.reviews-3 .reviews .item .inner .bottom .rate .star:last-child {
  margin-right: 0;
}

section.reviews-3 .buttons a.btn {
  font-size: 17px;
  color: #ffffff;
  line-height: 2.3;
  text-align: center;
  border-radius: 4px;
  background: #ed4c50;
  display: block;
  margin-bottom: 12px;
  padding: 16px 30px;
  text-align: center;
}

section.reviews-3 .buttons a.btn.fb {
  background: #315fc9;
}

section.reviews-3 .buttons a.btn:hover,
section.reviews-3 .buttons a.btn:focus,
section.reviews-3 .buttons a.btn:active {
  text-decoration: none;
}

section.reviews-4 {
  padding-bottom: 50px;
}

section.reviews-4 .poster {
  position: relative;
  margin-bottom: 25px;
}

section.reviews-4 .poster h2 {
  font-size: 31px;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 1.258;
  text-align: left;
  display: block;
  max-width: 130px;
  position: absolute;
  left: 20px;
  top: 100px;
}

section.reviews-4 .poster img {
  display: block;
  width: calc(100% + 30px);
  max-width: initial;
  margin-left: -15px;
  margin-right: -15px;
}

section.reviews-4 .item {
  padding-left: 30px;
  padding-right: 30px;
  text-align: center;
}

section.reviews-4 .slider-block {
  background: #ffffff;
  padding-top: 30px;
  top: -50px;
  position: relative;
}

section.reviews-4 .slider-block img {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0px;
}

section.reviews-4 .slider-block .slider {
  margin: 0px auto;
  max-width: 380px;
  display: block;
  position: initial;
}

section.reviews-4 .slick-prev {
  background: url("./assets/img/left.png") no-repeat center center;
  background-size: contain;
  border: none;
  text-indent: -9999px;
  width: 25px;
  height: 50px;
  position: absolute;
  left: 20px;
  top: calc(50% - 25px);
  z-index: 6;
  cursor: pointer;
}

section.reviews-4 .slick-prev:hover,
section.reviews-4 .slick-prev:focus,
section.reviews-4 .slick-prev:active {
  outline: none;
}

section.reviews-4 .slick-next {
  background: url("./assets/img/right.png") no-repeat center center;
  background-size: contain;
  border: none;
  text-indent: -9999px;
  width: 25px;
  height: 50px;
  position: absolute;
  right: 20px;
  top: calc(50% - 25px);
  z-index: 6;
  cursor: pointer;
}

section.reviews-4 .slick-next:hover,
section.reviews-4 .slick-next:focus,
section.reviews-4 .slick-next:active {
  outline: none;
}

section.reviews-4 a.btn {
  font-size: 17px;
  font-weight: 300;
  color: #ffffff;
  line-height: 1.4;
  text-align: center;
  text-transform: uppercase;
  border-radius: 4px;
  background-color: #ed4c50;
  padding: 14px 50px;
  cursor: pointer;
  width: 100%;
  max-width: 270px;
  display: block;
  margin: 0px auto;
}

section.reviews-4 span.title {
  background: url("./assets/img/pen.png") no-repeat left center;
  padding-left: 60px;
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  margin-bottom: 25px;
}

section.reviews-4 span.title span {
  font-size: 18px;
  color: #38454d;
  text-transform: uppercase;
  line-height: 1.8;
  text-align: left;
  display: block;
}

section.cases_gallery .top {
  background: #303840;
  padding-top: 40px;
  padding-bottom: 60px;
}

section.cases_gallery .top h2 {
  font-size: 21px;
  color: #ffffff;
  line-height: 1.44;
  text-align: center;
  display: block;
  margin-bottom: 36px;
}

section.cases_gallery .top .slider-nav {
  width: calc(100% + 30px);
  margin: 0 -15px;
}

section.cases_gallery .top .slider-nav .slick-track {
  padding-left: 20px;
  padding-right: 20px;
}

section.cases_gallery .top .slider-nav .item {
  padding-left: 8px;
  padding-right: 8px;
}

section.cases_gallery .top .slider-nav .item a {
  font-size: 14px;
  color: #292744;
  line-height: 1.796;
  text-align: center;
  border-radius: 3px;
  background-color: #ffffff;
  text-transform: uppercase;
  display: block;
  padding: 16px 5px;
}

section.cases_gallery .top .slider-nav .item a.active {
  background: #7bcfdc;
  color: #ffffff;
}

section.cases_gallery .top .slider-nav .item a:hover,
section.cases_gallery .top .slider-nav .item a:focus,
section.cases_gallery .top .slider-nav .item a:active {
  text-decoration: none;
}

section.cases_gallery .bottom {
  background: url("./assets/img/cases_bg.jpg") repeat center center;
  padding-top: 35px;
}

section.cases_gallery .bottom .left,
section.cases_gallery .bottom .right {
  padding-left: 10px;
  padding-right: 10px;
}

section.cases_gallery .bottom .item {
  margin-bottom: 50px;
}

section.cases_gallery .bottom img {
  display: block;
  width: 100%;
  margin-bottom: 16px;
}

section.cases_gallery .bottom span.title {
  font-size: 21px;
  color: #ffffff;
  line-height: 1.809;
  text-align: left;
  display: block;
  margin-bottom: 18px;
}

section.cases_gallery .bottom span.text span {
  font-size: 14px;
  color: #ffffff;
  line-height: 1.4;
  text-align: left;
  display: block;
  margin-bottom: 14px;
}

section.cases_gallery .bottom span.text p {
  font-size: 19px;
  color: #ffffff;
  line-height: 1.8;
  text-align: left;
  display: block;
}

section.cases_gallery .bottom span.text ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

section.cases_gallery .bottom span.text ul li {
  font-size: 19px;
  color: #ffffff;
  line-height: 1.8;
  text-align: left;
  display: block;
  padding-left: 44px;
  background: url("./assets/img/ul.png") no-repeat left center;
  margin-bottom: 12px;
}

section.cases_gallery .bottom span.text ul li:last-child {
  margin-bottom: 0;
}

section.text_and_wide_image a.book {
  margin-bottom: 0 !important;
  margin-top: 30px !important;
  margin-left: -15px !important;
}

section.text_and_background {
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.2);
}

section.text_and_background.wide h2,
section.text_and_background.wide p {
  color: #000000;
}

section.text_and_background .mobile {
  padding-top: 80px;
  padding-bottom: 80px;
}

section.text_and_background h2 {
  font-size: 41px;
  font-weight: 300;
  color: #ffffff;
  line-height: 1.2;
  text-align: center;
  margin: 0px auto 22px;
  display: block;
}

section.text_and_background p {
  font-size: 19px;
  color: #ffffff;
  line-height: 1.8;
  text-align: center;
  display: block;
  max-width: 440px;
  margin: 0px auto 32px;
}

section.text_and_background .left {
  padding-left: 25px;
  padding-right: 25px;
}

section.text_and_background a {
  display: inline-block;
  color: #ed4c50;
  text-decoration: underline;
}

section.text_and_background img {
  display: block;
  width: calc(100% + 30px);
  max-width: initial;
  margin: 0 -15px 40px;
}

section.text_and_background a.btn {
  font-size: 17px;
  font-weight: 300;
  color: #ffffff;
  line-height: 1.4;
  text-align: center;
  text-transform: uppercase;
  border-radius: 4px;
  background-color: #ed4c50;
  cursor: pointer;
  display: inline-block;
  max-width: 270px;
  width: 100%;
  padding: 14px 10px;
  margin: 0px auto;
  text-decoration: none;
}

section.icon_and_text {
  background: #f3fdff;
  padding: 58px 10px 30px;
}

section.icon_and_text .icon {
  display: block;
  height: 106px;
  margin-bottom: 26px;
}

section.icon_and_text .icon img {
  display: block;
  max-width: 100%;
  margin: 0px auto;
  max-height: 140px;
}

section.icon_and_text p {
  font-size: 19px;
  color: #292744;
  line-height: 1.895;
  text-align: center;
  display: block;
  margin-bottom: 50px;
}

section.gallery_slider {
  background: #5ec6db;
  padding-top: 50px;
  padding-bottom: 60px;
  text-align: center;
}

section.gallery_slider h2 {
  font-size: 30px;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 1.467;
  text-align: center;
  display: block;
  margin-bottom: 0;
}

section.gallery_slider p {
  font-size: 28px;
  font-weight: 300;
  color: #292744;
  line-height: 1.767;
  text-align: center;
  display: block;
  padding-bottom: 22px;
  margin-bottom: 34px;
}

section.gallery_slider a.btn {
  font-size: 17px;
  font-weight: 300;
  color: #ffffff;
  line-height: 1.4;
  text-align: center;
  text-transform: uppercase;
  border-radius: 4px;
  background-color: #ed4c50;
  cursor: pointer;
  display: inline-block;
  max-width: 430px;
  width: 100%;
  padding: 14px 10px;
  margin: 0px auto;
  text-decoration: none;
}

section.gallery_slider .slider {
  margin-bottom: 90px;
}

section.gallery_slider img {
  display: block;
  width: 100%;
}

section.gallery_slider .slick-prev {
  background: url("./assets/img/prev.png") no-repeat center center;
  background-size: contain;
  border: none;
  text-indent: -9999px;
  width: 16px;
  height: 22px;
  position: absolute;
  left: 0px;
  bottom: -50px;
  z-index: 6;
  cursor: pointer;
}

section.gallery_slider .slick-prev:hover,
section.gallery_slider .slick-prev:focus,
section.gallery_slider .slick-prev:active {
  outline: none;
}

section.gallery_slider .slick-next {
  background: url("./assets/img/next.png") no-repeat center center;
  background-size: contain;
  border: none;
  text-indent: -9999px;
  width: 16px;
  height: 22px;
  position: absolute;
  right: 0px;
  bottom: -50px;
  z-index: 6;
  cursor: pointer;
}

section.gallery_slider .slick-next:hover,
section.gallery_slider .slick-next:focus,
section.gallery_slider .slick-next:active {
  outline: none;
}

section.title_and_text {
  padding-top: 60px;
  padding-bottom: 58px;
}

section.title_and_text span.title {
  font-size: 31px;
  color: #000000;
  text-transform: uppercase;
  line-height: 1.452;
  text-align: center;
  display: block;
  margin-bottom: 20px;
}

section.title_and_text span.text {
  font-size: 19px;
  color: #292744;
  line-height: 1.895;
  text-align: center;
  display: block;
}

section.price_list {
  padding-top: 60px;
  padding-bottom: 42px;
}

section.price_list span.title {header .typeform-wp a
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.4;
  text-align: center;
  display: block;
  position: relative;
  cursor: pointer;
}
svg {
  height: auto;
  max-width: 100%;
}

/*
.video_text img {
  max-width: 460px;
  margin: 40px auto;
}*/
section.price_list span.title {
  display: flex;
  justify-content: space-between;
  padding: 1rem;
  background: #53c2d9;
  text-align: left;
}
section.price_list span.title svg {
 transform: rotate(90deg);
}

section.price_list span.title.first {
  width: 100%;
  margin: 0 auto;
}

section.price_list span.title {
  width: 100%;
  margin: 0 auto;
}

section.price_list span.text {
  font-size: 15px;
  color: #344d64;
  text-transform: uppercase;
  line-height: 1.667;
  text-align: center;
  display: block;
  width: 70%;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}

section.price_list .table-header {
  display: flex;
  margin-top: 30px;
  width: 100%;
}

section.price_list .table-header .item-head {
  text-align: center;
}

section.price_list .table-header .item-head:first-child {
  text-align: left;
  width: 86%;
}

section.price_list .table-header .item-head:nth-child(2) {
  width: 15%;
}

section.price_list .table-header .item-head:last-child {
  width: 15%;
  text-align: right;
}

section.price_list .table-header .item-head span.head {
  font-size: 20px;
  font-weight: 400;
  color: #344d64;
  text-transform: uppercase;
  line-height: 2.136;
  text-align: center;
}

section.price_list .table-block.open {
  display: flex;
  flex-wrap: wrap;
}


section.price_list .table-block .item {
  order: 1;
  width: 100%;
}

section.price_list .table-block .item .inner {
  display: flex;
  height: 100%;
  padding-top: 26px;
  padding-bottom: 12px;
  background-image: linear-gradient(to right, #333333 10%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-size: 8px 1px;
  background-repeat: repeat-x;
}

section.price_list .table-block .item .inner.triple span.name {
  width: 70%;
}

section.price_list .table-block .item .inner.triple span.price,
section.price_list .table-block .item .inner.triple span.custom {
  width: 15%;
  text-align: center;
}

section.price_list .table-block .item span.name {
  font-size: 23px;
  font-weight: 300;
  color: #292744;
  line-height: 1.413;
  text-align: left;
  display: block;
  flex: 1 1 auto;
}

section.price_list .table-block .item span.price {
  font-size: 32px;
  font-weight: 300;
  color: #292744;
  line-height: 1.422;
  text-align: right;
  display: block;
  flex: 1 1 auto;
}

section.price_list .table-block .item span.custom {
  font-size: 26px;
  font-weight: 300;
  color: #292744;
  line-height: 1.422;
  text-align: right;
  display: block;
}
.accordion {
  margin-bottom: 2rem;
}
.accordion > div {
  display: none;
}

section.list {
  background: #f3fdff;
  padding-top: 50px;
  padding-bottom: 90px;
}

section.list h2 {
  font-size: 26px;
  color: #000000;
  text-transform: uppercase;
  line-height: 1.769;
  text-align: center;
  display: block;
  margin-bottom: 30px;
}

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

section.list ul.list li {
  display: flex;
  align-items: center;
  padding-left: 100px;
  background: url("./assets/img/ul_big.png") no-repeat left 6px;
  background-size: 66px;
  font-size: 19px;
  min-height: 72px;
  color: #292744;
  line-height: 1.789;
  text-align: left;
  margin-bottom: 32px;
}

section.list_with_background {
  padding-bottom: 50px;
}

section.list_with_background h3 {
  font-size: 28px;
  color: #292744;
  line-height: 1.607;
  text-align: left;
  display: block;
}

section.list_with_background p {
  font-size: 19px;
  color: #292744;
  line-height: 1.8;
  text-align: left;
  display: block;
  margin-bottom: 14px;
}

section.list_with_background p b {
  font-weight: bold;
}

section.list_with_background ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

section.list_with_background ul li {
  font-size: 19px;
  color: #292744;
  line-height: 1.8;
  text-align: left;
  display: block;
  padding-left: 44px;
  background: url("./assets/img/ul_big.png") no-repeat left top;
  background-size: 28px;
  margin-bottom: 12px;
}

section.list_with_background img {
  display: block;
  width: calc(100% + 30px);
  margin: 0 -15px 30px;
  max-width: initial;
}

section.list_with_background a.btn {
  font-size: 17px;
  font-weight: 300;
  color: #ffffff;
  line-height: 1.4;
  text-align: center;
  text-transform: uppercase;
  border-radius: 4px;
  background-color: #ed4c50;
  cursor: pointer;
  display: inline-block;
  max-width: 270px;
  width: 100%;
  padding: 14px 10px;
  margin: 22px auto 0;
  text-decoration: none;
}

section.offers {
  padding-top: 30px;
  padding-bottom: 46px;
}

section.offers h2 {
  font-size: 38px;
  color: #344d64;
  text-transform: uppercase;
  line-height: 1.237;
  text-align: center;
  display: block;
  margin-bottom: 32px;
}

section.offers .offers-loop .item {
  display: flex;
  flex-wrap: wrap;
  border-style: solid;
  border-width: 1px;
  border-color: #a5a5a5;
  margin-bottom: 34px;
}

section.offers .offers-loop .item .block.wide {
  width: 100%;
}

section.offers .offers-loop .item .block.first {
  width: 100%;
  padding: 30px 20px;
}

section.offers .offers-loop .item .block.second {
  width: 50%;
  border-top: 1px solid #a5a5a5;
  border-right: 1px solid #a5a5a5;
  background: #fafafa;
  padding: 30px 20px;
}

section.offers .offers-loop .item .block.third {
  width: 50%;
  border-top: 1px solid #a5a5a5;
  background: #efefef;
  padding: 30px 20px;
}

section.offers .offers-loop .item .block.third.wide {
  width: 100%;
}

section.offers .offers-loop .item .block.offer {
  width: 100%;
  padding: 25px 10px 30px;
  background: #303840;
  display: block;
}

section.offers .offers-loop .item .block.offer span.title-s {
  font-size: 14px;
  color: #7bcfdc;
  text-transform: uppercase;
  line-height: 3.357;
  display: block;
  text-align: center;
}

section.offers .offers-loop .item .block.offer span.code {
  font-size: 35px;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 1.343;
  text-align: center;
  display: block;
}

section.offers .offers-loop .item p {
  font-size: 14px;
  color: #292744;
  line-height: 1;
  text-align: center;
  display: block;
  margin: 0 0 8px;
}

section.offers .offers-loop .item p strong {
  font-size: 40px;
  font-weight: 400;
}

section.offers .offers-loop .item span.title {
  font-size: 20px;
  color: #292744;
  line-height: 1.224;
  text-align: center;
  display: block;
}

/*section.list ul.list li:last-child {
 margin-bottom: 0;
 }*/
.site-content {
  overflow: hidden;
}

section.text_with_review {
  background: #f8f8f8;
}

section.text_with_review h2 {
  font-size: 44px;
  font-weight: 300;
  color: #292744;
  line-height: 1.2;
  text-align: left;
  margin: 0px auto;
}

section.text_with_review .line {
  display: block;
  width: 90px;
  height: 14px;
  margin: 15px 0 30px;
}

section.text_with_review span.text {
  font-size: 27px;
  font-weight: 300;
  color: #292744;
  line-height: 1.8;
  text-align: left;
  display: block;
}

section.text_with_review p {
  font-size: 19px;
  color: #292744;
  line-height: 1.8;
  text-align: left;
  display: block;
  margin-bottom: 14px;
}

section.text_with_review p b {
  font-weight: bold;
}

section.text_with_review ul {
  list-style: none;
  padding: 0px;
  margin: 0px 0 32px;
}

section.text_with_review ul li {
  font-size: 19px;
  color: #292744;
  line-height: 1.8;
  text-align: left;
  display: block;
  padding-left: 44px;
  background: url("./assets/img/ul.png") no-repeat left center;
  margin-bottom: 12px;
}

section.text_with_review ul li:last-child {
  margin-bottom: 0;
}

section.text_with_review img.img-fluid {
  width: 100%;
  max-width: initial;
}

section.text_with_review .left {
  padding-top: 40px;
  padding-bottom: 60px;
  padding-left: 25px;
  padding-right: 25px;
}

section.text_with_review .right {
  padding: 38px 25px;
}

section.text_with_review .bottom span.title-small {
  font-size: 14px;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 2.857;
  text-align: center;
  display: block;
}

section.text_with_review .bottom span.title {
  font-size: 38px;
  font-weight: 300;
  color: #292744;
  line-height: 1.316;
  text-align: center;
  display: block;
  margin-bottom: 14px;
}

section.text_with_review .bottom span.position {
  font-size: 19px;
  color: #292744;
  line-height: 2.105;
  text-align: center;
  display: block;
}

section.text_with_review a.btn {
  font-size: 17px;
  color: #ffffff;
  line-height: 1.4;
  text-align: center;
  text-transform: uppercase;
  border-radius: 4px;
  background-color: #ed4c50;
  cursor: pointer;
  display: block;
  max-width: 270px;
  margin: 0px;
  padding: 15px 5px;
}

@media screen and (min-width: 767px) {
  .checkbox-flex>div {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .checkbox-flex .checkbox {
    flex: 1 1 33%;
    width: auto;
  }

  section.team {
    background: linear-gradient(135deg, rgba(247, 247, 247, 0.65) 0%, rgba(255, 255, 255, 0) 100%);
  }

  section.team.inner {
    background: #ffffff;
  }

  section.team .bottom {
    padding-right: 10px;
    padding-left: 10px;
    border: none;
  }

  section.team .bottom .row {
    border-top: 1px solid #d0d0d0;
    border-bottom: none;
  }

  section.team .bottom .item span.position {
    margin-bottom: 14px;
  }

  section.team .bottom .item span.title {
    margin: 0 auto 6px;
  }

  section.team .top {
    padding-bottom: 0;
  }

  section.team .bottom .item {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-end;
    border-right: 1px solid #d0d0d0;
    background: #ffffff;
    border-left: 1px solid #d0d0d0;
    margin-right: -1px;
    overflow: hidden;
    position: relative;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
  }

  section.team .bottom .item:nth-child(3n) {
    border-right: none;
  }

  section.team .bottom .item:hover::before {
    opacity: 0.1;
  }

  section.team .bottom .item::before {
    content: "";
    background: #000000;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
  }

  section.team .bottom .item img {
    margin: auto auto 0;
    max-height: 250px;
  }

  section.section-1 .img-fluid {
    margin-bottom: 0;
  }

  section.section-1 .bottom .form {
    max-width: 80%;
  }

  section.section-1 .homepage-slide {
    padding-bottom: 4%;
    text-align: left;
  }

  section.section-2 a.play {
    top: calc(50% - 50px);
  }

  section.section-4 {
    padding-top: 0;
  }

  section.section-4 a.btn {
    margin-bottom: 10px;
  }

  section.section-4 .left {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  section.section-5 p {
    max-width: 80%;
  }
}

@media screen and (min-width: 992px) {
  section.content article .top {
    height: 320px;
  }

  section.section-5 {
    padding-left: 0;
    padding-right: 0;
  }

  section.image_text .left {
    padding-left: 15px;
    padding-right: 15px;
  }

  section.text_and_background .mobile {
    background: none !important;
    padding: 0px;
  }

  section.text_with_review .bottom {
    position: absolute;
    left: 0;
    bottom: 0;
    background: #77d0e2;
    width: 100%;
    max-width: 350px;
    min-height: 310px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 40px 50px;
  }

  section.text_with_review .bottom span.title {
    text-align: left;
  }

  section.offers .offers-loop .item span.title {
    font-size: 24px;
    text-align: left;
  }

  section.offers .offers-loop .item .block {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }

  section.offers .offers-loop .item .block.first {
    width: 44%;
    align-items: flex-start;
  }

  section.offers .offers-loop .item .block.first.wide-d {
    width: 59%;
  }

  section.offers .offers-loop .item .block.second {
    width: 15%;
    border-left: 1px solid #a5a5a5;
    border-right: none;
    border-top: none;
  }

  section.offers .offers-loop .item .block.third {
    width: 15%;
    border-top: none;
    border-left: 1px solid #a5a5a5;
  }

  section.offers .offers-loop .item .block.third.wide {
    width: 15%;
  }

  section.offers .offers-loop .item .block.offer {
    width: 26%;
  }

  section.list_with_background {
    padding-top: 80px;
  }

  section.list_with_background h3 {
    max-width: 690px;
    font-size: 41px;
  }

  section.list_with_background .logo {
    display: block;
    margin-bottom: 36px;
  }

  section.list_with_background .logo img {
    width: 100%;
    max-width: 300px;
    margin: 0;
  }

  section.list {
    padding-top: 70px;
  }

  section.list ul.list {
    display: flex;
    flex-wrap: wrap;
  }

  section.list ul.list li {
    width: 50%;
    padding-right: 10px;
  }

  section.price_list .table-block.open {
    display: flex;

  }

  section.price_list .table-block {
    flex-wrap: wrap;
    width: 70%;
    margin: 0 auto;
  }

  section.price_list span.title.first,
  section.price_list span.title {
    width: 70%;
  }

  section.price_list .table-block .item {
    width: 100%;
    order: 1 !important;
    padding: 0 !important;
  }

  section.price_list .table-block .item:nth-child(2n) {
    padding-left: 15px;
  }

  section.price_list .table-block .item:nth-child(2n + 1) {
    padding-right: 15px;
  }

  section.price_list .table-block .item .inner {
    align-items: center;
  }

  section.section-7.inner.show:before {
    display: none;
  }

  section.gallery_slider a.btn {
    max-width: 270px;
  }

  section.gallery_slider .slick-prev,
  section.gallery_slider .slick-next {
    bottom: calc(50% - 11px);
  }

  section.gallery_slider .slider {
    margin-bottom: 50px;
    padding: 0 50px;
  }

  section.gallery_slider .item {
    padding-left: 10px;
    padding-right: 10px;
  }

  section.section-7.inner {
    background: #dae1e4 !important;
  }

  header {
    padding: 20px 0;
  }

  header .navbar .navbar-nav .dropdown-menu {
    border: 1px solid #3c3737;
    background: #3c3737;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    border-radius: 0px;
    left: 50% !important;
    right: auto !important;
    text-align: center !important;
    transform: translate(-50%, 0) !important;
  }

  header .navbar .navbar-nav .dropdown-menu.show:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8px 8px 8px;
    border-color: transparent transparent #3c3737 transparent;
    position: absolute;
    left: 0;
    right: 0;
    top: -8px;
    margin: 0px auto;
  }

  header .navbar .navbar-nav .dropdown-item {
    color: #ffffff;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  header .navbar .navbar-nav .dropdown-item.active,
  header .navbar .navbar-nav .dropdown-item:hover,
  header .navbar .navbar-nav .dropdown-item:focus,
  header .navbar .navbar-nav .dropdown-item:active {
    background: #525151;
  }

  section.section-7.inner h2,
  section.section-7.inner span.text {
    max-width: 100%;
  }

  section.section-7 .reviews {
    width: 100%;
    margin: 0px auto 20px;
    display: flex;
    flex-wrap: wrap;
  }

  section.section-7 .reviews .item {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 10px;
    padding-right: 10px;
    margin: 0px 0px 20px;
  }

  section.section-7 .reviews .item .inner p {
    font-size: 18px;
  }

  section.section-7.inner:before {
    display: none;
  }

  section.text_and_background {
    padding-top: 110px;
    padding-bottom: 110px;
  }

  section.text_and_background h2 {
    font-size: 47px;
    color: #ffffff;
    max-width: 100%;
  }

  section.text_and_background.wide h2 {
    color: #000000;
  }

  section.text_and_background p {
    font-size: 19px;
    color: #ffffff;
    max-width: 720px;
  }

  section.text_and_background.wide p {
    color: #000000;
  }

  section.section-5 form {
    overflow: initial;
  }

  section.section-5 form .bottom {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }

  section.section-5 form:before {
    top: -50px;
  }

  section.section-5 h2 {
    text-align: left;
    margin: 0px 0px 18px;
    background-position: left bottom;
  }

  section.section-5 p {
    max-width: 440px;
    margin: 0 0px 20px;
  }

  section.section-5 img {
    width: auto;
    max-width: 650px;
    margin: 0px auto;
  }

  section.cases_gallery .bottom .left {
    width: 45%;
    padding-left: 0;
    padding-right: 0;
  }

  section.cases_gallery .bottom .left img {
    margin-bottom: 0;
  }

  section.cases_gallery .bottom .right {
    width: 55%;
  }

  section.cases_gallery .bottom .item {
    display: flex;
    border: 1px solid #4f595a;
  }

  section.cases_gallery .top .slider-nav {
    width: 100%;
    margin: 0px;
    padding-left: 50px;
    padding-right: 50px;
  }

  section.cases_gallery .slick-prev {
    background: url("./assets/img/prev.png") no-repeat center center;
    background-size: contain;
    border: none;
    text-indent: -9999px;
    width: 16px;
    height: 22px;
    position: absolute;
    left: 0px;
    bottom: calc(50% - 11px);
    z-index: 6;
    cursor: pointer;
  }

  section.cases_gallery .slick-prev:hover,
  section.cases_gallery .slick-prev:focus,
  section.cases_gallery .slick-prev:active {
    outline: none;
  }

  section.cases_gallery .slick-next {
    background: url("./assets/img/next.png") no-repeat center center;
    background-size: contain;
    border: none;
    text-indent: -9999px;
    width: 16px;
    height: 22px;
    position: absolute;
    right: 0px;
    bottom: calc(50% - 11px);
    z-index: 6;
    cursor: pointer;
  }

  section.cases_gallery .slick-next:hover,
  section.cases_gallery .slick-next:focus,
  section.cases_gallery .slick-next:active {
    outline: none;
  }

  section.cases_gallery .slick-disabled {
    opacity: 0.29;
  }

  section.cases_gallery .top .slider-nav .slick-track {
    padding-left: 0px;
    padding-right: 0px;
  }

  section.cases_gallery .top h2 {
    font-size: 25px;
  }

  section.reviews-4 {
    padding-top: 70px;
    text-align: center;
  }

  section.reviews-4 .item .poster {
    background: #ffffff;
    height: 260px;
    padding: 15px 30px;
    margin-bottom: 8px;
  }

  section.reviews-4 .item .poster img {
    height: auto;
    width: auto;
    max-width: 100%;
    margin: 0px auto;
    max-height: 230px;
  }

  section.reviews-4 span.title span {
    font-size: 13px;
  }

  section.reviews-4 .slider-block .slider {
    max-width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  section.reviews-4 .item {
    padding-left: 12px;
    padding-right: 12px;
    text-align: left;
  }

  section.reviews-4 .slick-prev {
    background: url("./assets/img/prev.png") no-repeat center center;
    background-size: contain;
    border: none;
    text-indent: -9999px;
    width: 16px;
    height: 22px;
    position: absolute;
    left: 0px;
    top: calc(40% - 11px);
    z-index: 6;
    cursor: pointer;
  }

  section.reviews-4 .slick-prev:hover,
  section.reviews-4 .slick-prev:focus,
  section.reviews-4 .slick-prev:active {
    outline: none;
  }

  section.reviews-4 .slick-next {
    background: url("./assets/img/next.png") no-repeat center center;
    background-size: contain;
    border: none;
    text-indent: -9999px;
    width: 16px;
    height: 22px;
    position: absolute;
    right: 0px;
    top: calc(40% - 11px);
    z-index: 6;
    cursor: pointer;
  }

  section.reviews-4 .slick-next:hover,
  section.reviews-4 .slick-next:focus,
  section.reviews-4 .slick-next:active {
    outline: none;
  }

  section.reviews-4 .slider-block {
    top: 0;
    background: none;
    max-width: 70%;
    padding-top: 0;
    margin-bottom: 80px;
  }

  section.reviews-4 .poster h2 {
    position: initial;
    max-width: 100%;
    margin: 0px auto 90px;
    text-align: center;
  }

  section.reviews-3 h2 {
    line-height: 1.2;
    margin-bottom: 0;
  }

  section.reviews-3 .buttons {
    max-width: 800px;
    margin: 0px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  section.reviews-3 .buttons a.btn {
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
  }

  section.reviews-3 .reviews {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0px;
  }

  section.reviews-3 .reviews .item {
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 20px;
    padding-left: 20px;
    margin: 0px 0 40px;
  }

  section.reviews-1 {
    background: #efefef;
    padding-top: 0;
    padding-bottom: 0;
  }

  section.reviews-1 a.play {
    top: calc(40% - 55px);
  }

  section.reviews-1 .left {
    padding-top: 25px;
  }

  section.reviews-1 .right {
    position: relative;
  }

  section.reviews-1 span.image-text {
    color: #ffffff;
    font-size: 20px;
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    max-width: 90%;
  }

  section.section-4-team a.btn {
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  section.section-4-team .slider .block {
    display: block;
  }

  section.section-4-team .slider span.title {
    width: 100%;
  }

  section.section-3-team {
    padding-bottom: 0;
  }

  section.section-3-team .right {
    padding-bottom: 60px;
  }

  section.section-3-team .review {
    bottom: 0;
    width: 60%;
    padding-left: 40px;
  }

  section.section-3-team .review:before {
    left: -20px;
  }

  section.section-2-team .right {
    min-height: 500px;
  }

  section.single-team span.position {
    max-width: 300px;
  }

  section.single-team a.btn {
    max-width: 270px;
  }

  section.single-team .row {
    align-items: center;
  }

  section.single-team .right {
    text-align: right;
    padding-top: 40px;
  }

  section.single-team .partners {
    display: inline-flex;
    flex-direction: column;
    max-width: 235px;
  }

  section.single-team .right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }

  section.single-team .partners.slider {
    display: inline-block;
  }

  section.single-team .partners.slider .slick-prev {
    background: url("./assets/img/top.png") no-repeat center center;
    background-size: contain;
    border: none;
    text-indent: -9999px;
    width: 16px;
    height: 22px;
    right: 0px;
    left: 0;
    top: -32px;
    margin: 0px auto;
    z-index: 6;
    display: block;
    position: absolute;
    cursor: pointer;
  }

  section.single-team .partners.slider .slick-prev:hover,
  section.single-team .partners.slider .slick-prev:focus,
  section.single-team .partners.slider .slick-prev:active {
    outline: none;
  }

  section.single-team .partners.slider .slick-next {
    background: url("./assets/img/bottom.png") no-repeat center center;
    background-size: contain;
    border: none;
    text-indent: -9999px;
    width: 16px;
    height: 22px;
    position: absolute;
    right: 0px;
    left: 0;
    margin: 0px auto;
    bottom: -32px;
    z-index: 6;
    cursor: pointer;
  }

  section.single-team .partners.slider .slick-next:hover,
  section.single-team .partners.slider .slick-next:focus,
  section.single-team .partners.slider .slick-next:active {
    outline: none;
  }

  section.single-team .partners .item {
    width: 100%;
    height: 170px;
    padding: 20px 30px;
    background: #ffffff;
    border-bottom: 1px solid #dadada;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }

  section.single-team .partners .item:last-child {
    border: none;
  }

  section.team .top {
    padding-top: 85px;
  }

  section.team h3 {
    margin-top: 0;
    margin-bottom: 43px;
  }

  section.team.inner h3 {
    margin-top: 50px;
  }

  section.icons p {
    max-width: 800px;
  }

  section.icons .slick-prev {
    left: 0;
  }

  section.icons .slick-next {
    right: 0;
  }

  section.icons .slider .icon {
    height: 110px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }

  section.video_text {
    padding-top: 30px;
    padding-bottom: 50px;
  }

  section.video_text a.play {
    position: initial;
    display: block;
    margin-bottom: 26px;
  }

  section.section-8 h2 {
    max-width: 100%;
  }

  section.image_text {
    padding-bottom: 0;
  }

  section.image_text .left {
    padding-bottom: 50px;
  }

  section.single-article span.posted-on {
    margin-bottom: 50px;
  }

  section.single-article .left {
    padding-top: 150px;
    padding-bottom: 100px;
  }

  section.single-article span.title {
    font-size: 54px;
    line-height: 1.2;
    margin-bottom: 70px;
  }

  footer .latest {
    padding-top: 0;
    padding-bottom: 0;
    border: none;
  }

  section.contact {
    padding-top: 100px;
    padding-bottom: 80px;
  }

  section.contact form input[type="submit"] {
    max-width: 270px;
    margin: 14px auto 0px;
    display: block;
  }

  section.single-article img {
    display: none;
  }

  section.article-content ul li {
    margin-bottom: 12px;
    background-position: left top;
  }

  section.contact p {
    max-width: 750px;
  }

  .pagination {
    justify-content: flex-start;
  }

  section.text_and_wide_image .right {
    min-height: 400px;
  }

  section.contact.referral span.title,
  section.contact.referral span.title-main {
    font-size: 18px;
  }

  section.press .item .left {
    min-height: 300px;
  }

  section.footer-form {
    background: url("./assets/img/footer_b.jpg") no-repeat center center;
    background-size: cover;
  }

  header {
    background: #53c2d9;
    border-bottom: 1px solid #92d8e7;
  }

  header.white {
    background: #ffffff;
    border-bottom: 1px solid #ffffff;
  }

  header .navbar {
    padding-right: 0;
  }

  .custom-logo-link {
    max-width: 100px;
    display: block;
  }

  header .navbar-expand-lg .navbar-nav .nav-link {
    font-size: 12px;
    color: #ffffff;
    text-transform: uppercase;
    line-height: 1.4;
    padding-left: 3px;
    padding-right: 3px;
  }

  header.white .navbar-expand-lg .navbar-nav .nav-link {
    color: #000000;
  }

  header .phone a {
    font-size: 18px;
    color: #ffffff;
    text-transform: uppercase;
    line-height: 2.539;
    text-align: left;
    background: url("./assets/img/phone_white.png") no-repeat left center;
    background-size: auto 34px;
    padding-left: 30px;
    min-height: 40px;
    display: inline-flex;
    align-items: center;
    margin-right: 10px;
  }

  header .phone a:hover,
  header .phone a:focus,
  header .phone a:active {
    text-decoration: none;
  }

  header.white .phone a {
    color: #000000;
    background: url("./assets/img/phone.png") no-repeat left center;
    background-size: auto 34px;
  }

  header .book {
    font-size: 12px;
    color: #ffffff;
    text-transform: uppercase;
    background-color: #ed4c50;
    border-radius: 4px;
    text-align: center;
    padding: 1em;
    display: inline-block;
  }

  footer span.info {
    font-size: 18px;
  }

  footer span.hours {
    font-size: 15px;
  }

  footer span.phone {
    font-size: 19px;
  }

  footer a.btn {
    font-size: 12px;
    margin: 0px 0 40px 1px;
  }

  footer .copy {
    margin-top: 0;
  }

  footer nav.social {
    margin: 0px;
    text-align: left;
  }

  section.section-1 {
    padding-top: 0px;
    position: relative;
  }

  section.section-1 .bottom {
    background: none;
  }

  section.section-1 h2 {
    text-align: left;
    max-width: 340px;
  }

  section.section-1 span.logo {
    text-align: left;
  }

  section.section-1 span.logo img {
    margin: 0px;
  }

  section.section-1 .homepage-slide ul {
    margin: 0px;
  }

  section.section-1 .bottom .form {
    display: inline-block;
    margin: 0;
  }

  section.section-1 .slick-dots {
    bottom: 0;
  }

  section.section-1>.contact-form-header {
    position: absolute;
    top: 10%;
    width: 100%;
  }

  section.section-1 .slick-slide>.container-fluid .row {
    min-height: 744px;
  }

  section.section-1 .homepage-slide {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 0;
  }

  section.section-2 {
    min-height: 400px;
    display: flex;
    align-items: center;
  }

  section.section-2 span.text {
    text-align: left;
    background-position: left bottom;
    max-width: 100%;
  }

  section.section-2 span.text-s {
    text-align: left;
    margin-bottom: 10px;
  }

  section.section-2 .image .info {
    bottom: 50px;
    left: 60%;
  }

  section.section-2 .video {
    margin-bottom: 50px;
    position: relative;
  }

  section.section-3 .inner span.name {
    font-size: 24px;
  }

  section.section-3 .inner span.text {
    font-size: 19px;
  }

  section.section-3 .item {
    padding: 0 15px;
    margin-bottom: 30px;
    overflow: initial;
  }

  section.section-3 .ask {
    padding: 0 15px;
    margin-bottom: 30px;
  }

  section.section-3 .inner img {
    max-height: 400px;
  }

  section.section-3 .item:nth-child(2) .inner img {
    top: -20px;
    right: 40px;
  }

  section.section-3 .item:nth-child(3) .inner img,
  section.section-3 .item:nth-child(4) .inner img,
  section.section-3 .item:nth-child(5) .inner img {
    right: 15px;
  }

  section.section-6 h2 {
    line-height: 1.2;
    margin-bottom: 0;
  }

  section.section-6 a.btn {
    padding-left: 10px;
    padding-right: 10px;
  }

  section.section-6 .slider-nav {
    max-width: 370px;
  }

  section.section-6 .slider-nav .item {
    margin: 0 10px;
  }

  section.section-6 .slick-next,
  section.section-6 .slick-prev {
    bottom: 22px;
  }

  section.section-6 .slider span.title,
  section.section-6 .slider span.text {
    text-align: left;
  }

  section.contact form textarea {
    height: 202px;
  }

  section.section-5 form h3 {
    font-size: 30px;
    padding-right: 0;
  }
}

@media screen and (min-width: 1200px) {
  section.content form {
    max-width: 100%;
    width: 100%;
  }

  section.text_with_review .left {
    padding-top: 100px;
    padding-bottom: 100px;
    min-height: 710px;
  }

  section.text_with_review .left p {
    max-width: 650px;
  }

  section.text_with_review a.btn {
    margin-top: 60px;
  }

  section.offers {
    padding-top: 70px;
  }

  section.offers h2 {
    margin-bottom: 50px;
  }

  section.offers .offers-loop .item .block.first {
    padding-left: 45px;
  }

  section.text_and_wide_image .left {
    padding-top: 0px;
  }

  section.text_and_wide_image a.btn {
    margin-bottom: 100px;
  }

  section.list_with_background {
    padding-bottom: 140px;
  }

  section.list_with_background p {
    font-size: 26px;
  }

  section.list_with_background ul {
    float: left;
    margin-right: 50px;
  }

  section.list_with_background a.btn {
    float: left;
    clear: both;
  }

  section.list ul.list li span {
    max-width: 650px;
  }

  section.price_list {
    padding-top: 80px;
    padding-bottom: 100px;
    background: #f5f5f5;
  }

  section.price_list .table-block .item:nth-child(2n) {
    padding-left: 25px;
  }

  section.price_list .table-block .item:nth-child(2n + 1) {
    padding-right: 25px;
  }

  section.price_list .table-block .item span.name {
    font-size: 25px;
  }

  section.title_and_text {
    padding-top: 75px;
    padding-bottom: 60px;
  }

  section.title_and_text span.title {
    margin-bottom: 10px;
  }

  section.gallery_slider {
    padding-top: 90px;
    padding-bottom: 50px;
  }

  section.gallery_slider .slider {
    padding: 0 30px;
  }

  section.gallery_slider .item {
    padding-left: 20px;
    padding-right: 20px;
  }

  section.icon_and_text {
    padding-top: 105px;
    padding-bottom: 50px;
  }

  section.icon_and_text p {
    max-width: 730px;
    margin: 0px auto 50px;
  }

  section.icon_and_text .icon {
    margin-bottom: 60px;
  }

  section.image_text p {
    max-width: 600px;
    margin: 0px auto 32px;
  }

  section.image_text .left-block p {
    margin: 0px 0 32px;
  }

  section.reviews-2 {
    padding-top: 60px;
  }

  section.reviews-2 h2 {
    margin-bottom: 16px;
  }

  section.reviews-1 span.text {
    max-width: 500px;
  }

  section.reviews-1 a.play {
    margin: 0;
    left: -75px;
  }

  footer {
    padding-top: 60px;
  }

  footer .latest {
    padding-left: 35px;
    border-left: 1px solid #4f565c;
  }

  footer .latest .post {
    min-height: 150px;
  }

  footer a.btn {
    font-size: 17px;
    max-width: 280px;
  }

  footer>.row:first-child {
    margin-bottom: 50px;
  }

  footer .navbar-nav li a {
    color: #ffffff;
  }

  footer .copy {
    display: inline-block;
    color: #ffffff;
  }

  section.section-8 {
    padding-top: 60px;
  }

  section.section-8 h2 {
    margin-bottom: 42px;
  }

  section.section-5 form {
    margin: 0;
    display: inline-block;
  }

  section.section-7 {
    padding-top: 70px;
    padding-bottom: 80px;
  }

  section.section-7 h2 {
    max-width: 100%;
    margin-bottom: 0;
  }

  section.section-7 span.text {
    max-width: 100%;
    margin-bottom: 50px;
  }

  section.section-6 {
    padding-top: 90px;
    padding-bottom: 100px;
  }

  section.section-6 span.text {
    margin-bottom: 50px;
  }

  section.section-6 .slider-nav {
    margin: 20px 0 0 50px;
  }

  section.section-4 .slick-prev {
    background: rgba(0, 0, 0, 0.431) url(./assets/img/prev.png) no-repeat center center;
    width: 100px;
    height: 90px;
    border-radius: 0px;
    left: 350px;
    bottom: 0;
  }

  section.section-4 .slick-next {
    background: rgba(0, 0, 0, 0.431) url(./assets/img/next.png) no-repeat center center;
    width: 100px;
    height: 90px;
    border-radius: 0px;
    left: 451px;
    bottom: 0;
  }

  section.section-4 .right .info {
    max-width: 350px;
    width: 100%;
    padding: 30px 40px;
    position: absolute;
    left: 0;
    bottom: 0;
  }

  section.section-4 .right .info span.title {
    text-align: left;
    max-width: 250px;
    margin: 0 0 20px;
  }

  section.section-4 .right .info span.text {
    font-size: 38px;
    line-height: 50px;
    text-align: left;
    max-width: 250px;
    margin: 0;
  }

  section.section-4 .right .item {
    position: relative;
  }

  section.section-4 h2 {
    font-size: 42px;
    line-height: 1.18;
    max-width: 550px;
  }

  section.section-4 p {
    max-width: 720px;
    margin-bottom: 60px;
  }

  section.section-4 .left {
    padding-top: 30px;
    padding-bottom: 50px;
  }

  section.section-3 {
    padding-top: 90px;
    padding-bottom: 70px;
  }

  section.section-3 .inner a.btn,
  section.section-3 .inner:hover a.btn {
    transition: 0.3s;
    opacity: 1;
    visibility: visible;
  }

  section.section-3 .ask .inner a.btn {
    transition: 0.3s;
    opacity: 1;
    visibility: visible;
  }

  section.section-3 .inner img,
  section.section-3 .item:nth-child(5) .inner img {
    right: 30px;
  }

  section.section-3 .inner span.name {
    font-size: 30px;
  }

  section.section-3 .inner span.text {
    font-size: 21px;
  }

  section.section-3 h2 {
    font-size: 31px;
  }

  section.section-3 p {
    font-size: 25px;
    margin-bottom: 50px;
  }

  section.section-2 {
    padding-top: 120px;
  }

  section.section-2 span.text-s {
    font-size: 20px;
  }

  section.section-2 span.text {
    font-size: 28px;
  }

  section.section-2 .image .info {
    bottom: 200px;
  }

  section.section-2 .video {
    margin-bottom: 120px;
  }

  header .navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 7px;
    padding-right: 7px;
  }

  section.section-1 span.logo {
    margin-bottom: 22px;
  }

  section.section-1 .homepage-slide ul {
    max-width: 100%;
  }

  section.section-1 .homepage-slide ul li {
    font-size: 25px;
    background-position: left 2px;
  }

  section.section-1 h2 {
    font-size: 45px;
    max-width: 360px;
  }

  section.section-3 .ask .inner a.btn {
    display: block;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  section.section-1 {
    padding-top: 0px;
    position: relative;
  }

  section.section-1 .bottom {
    padding-bottom: 0px;
  }

  section.section-1 .bottom .form {
    max-width: 400px;
    padding: 40px 38px 15px;
  }

  section.section-1 .background {
    position: absolute;
    min-height: 744px;
  }

  section.section-1>.contact-form-header {
    position: absolute;
    top: 10%;
    width: 100%;
  }

  section.section-1 .slick-slide>.container-fluid .row {
    min-height: 744px;
  }

  section.section-1 .homepage-slide {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 0;
  }

  header .book {
    padding-left: 20px;
    padding-right: 20px;
  }

  section.section-7 .reviews .item .inner {
    padding: 40px 36px;
  }

  section.section-7.inner {
    padding-top: 60px;
  }

  section.section-7.inner h2 {
    font-size: 31px;
    margin-bottom: 0;
  }

  section.section-7.inner span.text {
    margin-bottom: 42px;
  }

  section.section-7 .reviews {
    margin-bottom: 0;
  }

  section.section-7 .reviews .item {
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0px 0px 40px;
  }

  section.text_and_background {
    padding-top: 140px;
    padding-bottom: 150px;
  }

  section.section-5 {
    padding-top: 74px;
  }

  section.section-5 .image {
    display: flex;
    align-items: flex-end;
  }

  section.section-5 img {
    max-width: 100%;
  }

  section.text_and_wide_image p {
    margin-bottom: 36px;
  }

  section.cases_gallery .bottom {
    padding-top: 80px;
    padding-bottom: 70px;
  }

  section.cases_gallery .bottom .right {
    padding: 30px 10px 30px 40px;
  }

  section.cases_gallery .bottom span.title {
    font-size: 24px;
  }

  section.reviews-3 .reviews .item {
    flex: 0 0 25%;
    max-width: 25%;
  }

  section.reviews-1 h2 {
    font-size: 54px;
  }

  section.reviews-1 .left {
    padding-top: 120px;
    padding-bottom: 140px;
    flex: 0 0 39%;
    max-width: 39%;
    padding-top: 50px !important;
  }

  section.reviews-1 .right {
    flex: 0 0 61%;
    max-width: 61%;
  }

  section.single-team .right {
    min-height: 680px;
  }

  section.section-4-team {
    padding-top: 70px;
    padding-bottom: 90px;
  }

  section.section-4-team .slider-nav {
    margin: 20px 0 0 50px;
  }

  section.section-4-team .slider span.text {
    margin-bottom: 24px;
  }

  section.section-4-team .slider span.title {
    margin-top: 0px;
    margin-bottom: 16px;
  }

  section.section-4-team span.text {
    font-size: 28px;
    margin-bottom: 70px;
  }

  section.section-3-team .review {
    width: 340px;
  }

  section.section-3-team .review p {
    margin-bottom: 36px;
  }

  section.section-3-team .row {
    align-items: center;
  }

  section.section-3-team .left {
    min-height: 700px;
  }

  section.section-3-team p {
    max-width: 570px;
    margin: 0px auto 10px;
  }

  section.section-2-team p {
    max-width: 600px;
  }

  section.section-2-team .left {
    padding-left: 50px;
    padding-right: 70px;
  }

  section.section-2-team .right {
    min-height: 700px;
  }

  section.single-team span.position {
    max-width: 100%;
  }

  section.icons {
    padding-top: 80px;
    padding-bottom: 70px;
  }

  section.icons h2 {
    font-size: 38px;
  }

  section.icons p {
    margin-bottom: 80px;
  }

  section.video_text {
    padding-top: 130px;
    padding-bottom: 150px;
    background-attachment: fixed !important;
  }

  section.video_text h2 {
    font-size: 38px;
  }

  section.video_text span.text {
    font-size: 32px;
  }

  section.image_text .left {
    padding-top: 90px;
    padding-bottom: 110px;
  }

  section.contact.referral {
    padding-bottom: 40px;
  }

  section.contact.referral p {
    max-width: 760px;
  }

  section.contact.referral span.title-main {
    font-size: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #9bdce9;
  }

  section.contact.referral .line {
    background: #9bdce9;
    display: block;
    margin-bottom: 40px;
    width: 100%;
    height: 1px;
  }

  section.contact.referral span.title {
    font-size: 20px;
  }

  section.contact.referral span.title.case {
    min-height: 56px;
  }

  section.contact.referral h2 {
    font-size: 50px;
    margin-bottom: 58px;
  }

  section.text_and_wide_image h2 {
    font-size: 54px;
  }

  .custom-logo-link {
    max-width: 180px;
  }

  section.text_and_wide_image .right {
    min-height: 570px;
  }

  section.press .item .left {
    min-height: 420px;
  }

  section.title {
    padding-top: 88px;
    padding-bottom: 120px;
  }

  section.title-white {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  section.title-white h2 {
    max-width: 1300px;
    font-size: 33px;
  }

  section.press .item {
    margin-bottom: 30px;
  }

  section.press .item .logo {
    margin-bottom: 30px;
  }

  section.press .item span.title {
    font-size: 29px;
    max-width: 250px;
    margin-bottom: 70px;
  }

  section.press .item a.btn {
    max-width: 260px;
  }

  section.footer-form {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  section.footer-form form {
    max-width: 100%;
  }

  section.footer-form p {
    display: flex;
  }

  section.footer-form .wpcf7-form-control-wrap {
    margin-left: 7px;
    margin-right: 7px;
  }

  section.footer-form input[type="submit"] {
    margin-left: 7px;
    max-width: 224px;
  }

  section.footer-form h2 {
    font-size: 32px;
    max-width: 530px;
  }

  section.reviews-4 .slider-block {
    max-width: 900px;
  }
}

@media screen and (min-width: 1400px) {
  footer .latest .post span.label {
    margin-top: 4px;
    margin-bottom: 14px;
  }

  footer .latest .post a.title {
    font-size: 26px;
  }

  section.icons .slider {
    max-width: 1300px;
    margin: 0px auto 44px;
  }

  section.icons .slick-prev {
    left: -50px;
    top: 50px;
  }

  section.icons .slick-next {
    right: -50px;
    top: 50px;
  }

  section.cases_gallery .bottom .right {
    padding: 50px 10px 30px 70px;
  }

  section.image_text .left {
    padding-right: 50px;
    padding-left: 50px;
  }

  header .phone a {
    font-size: 26px;
    line-height: 2;
    padding-left: 40px;
  }

  header.white .phone a {
    font-size: 26px;
    line-height: 2;
    padding-left: 40px;
    margin-right: 20px;
    white-space: nowrap;
  }

  header .book {
    font-size: 16px;
    padding-left: 30px;
    padding-right: 30px;
    margin-right: 10px;
  }
}

@media screen and (min-width: 1500px) {
  section.text_with_review .bottom {
    max-width: 400px;
  }

  .custom-logo-link {
    max-width: 220px;
  }

  header .navbar-expand-lg .navbar-nav .nav-link {
    font-size: 15px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-fluid {
    max-width: 92%;
  }

  header .book {
    padding-left: 40px;
    padding-right: 40px;
    max-width: 280px;
  }

  section.reviews-1 .container-fluid,
  section.text_and_wide_image .container-fluid,
  section.text_with_review .container-fluid,
  section.single-article .container-fluid,
  section.section-2-team .container-fluid,
  section.section-3-team .container-fluid,
  section.image_text .container-fluid,
  section.section-4 .container-fluid {
    max-width: 100%;
  }
}

@media screen and (min-width: 1700px) {
  section.icons .slider {
    max-width: 1500px;
  }
}

@media screen and (max-width: 991px) {
  .sticky-footer-button {
    display: block;
    position: sticky;
    bottom: 0;
    left: 0;
    right: 0;
  }

  header .buttons {
    justify-content: center;
    border-left: 1px solid #d2d3d3;
  }

  header .buttons a.call {
    border-left: 0;
  }

  section.image_text {
    background: #ffffff !important;
  }

  section.section-4-team .slider span.title {
    font-size: 14px;
    width: 30%;
    padding-right: 5px;
  }

  section.section-4-team .slider span.text {
    font-size: 18px;
    width: 70%;
  }

  section.text_and_background.n-bg {
    background: #ffffff !important;
  }

  section.text_and_background.n-bg h2,
  section.text_and_background.n-bg p {
    color: #000000;
  }

  section.text_and_background.n-bg .left {
    padding-bottom: 40px;
  }

  section.section-1 {
    background: #53c2d9 !important;
  }

  section.section-2 {
    background: #efefef !important;
  }

  section.section-6 {
    background: #77d0e2 !important;
  }

  section.single-article .right {
    background: #efefef !important;
  }

  section.video_text,
  section.single-team {
    background: #ffffff !important;
  }

  section.section-3-team .left {
    background: none !important;
  }

  section.section-4-team {
    background: #f3f3f3 !important;
  }

  section.reviews-1 .right,
  section.reviews-4,
  section.list_with_background {
    background: #ffffff !important;
  }

  section.text_with_review .right {
    background: #81d3e4 !important;
  }

  .latest .left {
    background: #ffffff !important;
  }

  section.text_and_background.wide {
    background: #ffffff !important;
    padding-bottom: 20px;
  }

  section.section-8.inner img {
    margin-bottom: 0;
  }

  section.section-8.inner .slider {
    padding: 0px 15px;
  }

  section.text_and_background h2 {
    max-width: 500px;
  }

  section.text_and_background p {
    margin: 0 auto 32px;
  }

  section.footer-form {
    background: #ffffff !important;
  }

  section.section-7 .reviews .item .inner p {
    margin-bottom: 52px;
  }

  section.text_with_review {
    background: #ffffff;
  }
}

@media screen and (max-width: 575px) {
  header .logo {
    padding-left: 5px;
    padding-right: 5px;
  }

  .photo-frame {
    display: none !important;
  }

  header .logo img {
    max-width: initial;
  }

  header .navbar-toggler {
    background-size: 30px;
  }

  section.section-1 span.logo img {
    max-width: 180px;
  }

  section.section-1 h2 {
    font-size: 19px;
  }

  section.section-1 .homepage-slide ul li {
    font-size: 16px;
  }

  section.section-1 .bottom .form h3 {
    font-size: 25px;
  }

  section.section-1 .bottom .form textarea {
    font-size: 16px;
  }

  section.section-1 .bottom .form input {
    font-size: 16px;
  }

  section.section-1 .bottom .form input[type="submit"] {
    font-size: 15px;
  }

  section.section-2 a.play {
    width: 80px;
    height: 80px;
  }

  section.section-2 .image .info span.name {
    font-size: 15px;
  }

  section.section-2 .image .info span.pos {
    font-size: 13px;
  }

  section.section-3 p {
    margin-bottom: 34px;
  }

  section.section-3 .inner span.name {
    font-size: 24px;
  }

  section.section-3 .inner span.text {
    font-size: 17px;
    max-width: 230px;
  }

  section.section-3 .inner a.btn {
    font-size: 14px;
  }

  section.section-3 .item:nth-child(5) .inner img {
    max-width: 160px;
  }

  section.section-3 .ask h3 {
    font-size: 22px;
  }

  section.section-3 .ask span.text-ask {
    font-size: 16px;
    max-width: 220px;
  }

  section.section-4 a.btn {
    font-size: 14px;
  }

  section.section-4 .right .info span.text {
    font-size: 26px;
  }

  section.section-5 form h3 {
    position: relative;
    z-index: 1;
  }

  section.section-5 form input {
    font-size: 16px;
  }

  section.section-5 form input[type="submit"] {
    font-size: 16px;
  }

  section.section-5 form .bottom span {
    font-size: 14px;
  }

  section.section-6 h2 {
    font-size: 25px;
  }

  section.section-6 span.text {
    font-size: 22px;
  }

  section.section-6 .slider span.text {
    font-size: 18px;
  }

  section.section-6 a.btn {
    font-size: 14px;
  }

  section.section-7 h2 {
    font-size: 25px;
  }

  section.section-7 span.text {
    font-size: 19px;
  }

  section.section-7 .reviews .item .inner span.name,
  section.section-7 .reviews .item .inner p {
    font-size: 16px;
  }

  section.section-7 a.btn {
    font-size: 14px;
  }

  section.footer-form input {
    font-size: 16px;
  }

  section.footer-form input[type="submit"] {
    font-size: 16px;
  }

  footer span.info,
  footer span.hours,
  footer span.phone {
    font-size: 18px;
  }

  footer a.btn {
    font-size: 16px;
  }

  footer .latest .post a.title {
    font-size: 17px;
  }

  footer .copy {
    font-size: 12px;
  }

  section.video_text h2 {
    font-size: 25px;
  }

  section.video_text span.text {
    font-size: 21px;
  }

  section.video_text span.text_video {
    font-size: 15px;
  }

  section.icons h2 {
    font-size: 26px;
  }

  section.icons p {
    font-size: 15px;
  }

  section.icons a.btn {
    font-size: 16px;
  }

  section.image_text h2 {
    margin-bottom: 10px;
  }

  section.image_text a.btn {
    font-size: 15px;
  }

  section.team .top h2 {
    font-size: 24px;
  }

  section.team .top p {
    font-size: 14px;
  }

  section.team .top .hello {
    font-size: 38px;
  }

  section.team .top .title {
    font-size: 23px;
  }

  section.team .top .position {
    font-size: 14px;
  }

  section.team .top a.btn {
    font-size: 15px;
  }

  section.team .bottom .item .title {
    font-size: 26px;
  }

  section.team .bottom .item .position {
    font-size: 14px;
    margin-bottom: 20px;
  }

  section.single-team a.btn,
  section.section-2-team p {
    font-size: 15px;
  }

  section.section-3-team .title {
    font-size: 24px;
  }

  section.section-3-team p {
    font-size: 15px;
  }

  section.section-4-team h2 {
    font-size: 23px;
  }

  section.section-4-team .text {
    font-size: 18px;
  }

  section.section-4-team a.btn {
    font-size: 15px;
  }

  section.section-4-team .slick-prev {
    left: -30px;
  }

  section.section-4-team .slick-next {
    right: -30px;
  }

  section.section-4-team .slider-nav {
    max-width: 300px;
  }

  section.section-4-team .image {
    width: 40px;
    height: 40px;
    border-radius: 50%;
  }

  section.section-4-team .slider-nav .item.slick-current .image {
    width: 60px;
    height: 60px;
  }

  section.team h3 {
    font-size: 24px;
  }

  section.title h2 {
    font-size: 41px;
  }

  section.content article .bottom span.title {
    font-size: 20px;
  }

  section.content article .bottom a.btn {
    font-size: 15px;
  }

  section.single-article span.title {
    font-size: 34px;
  }

  section.contact form input,
  section.contact form textarea,
  section.contact form input[type="submit"] {
    font-size: 16px;
  }

  section.text_and_background h2 {
    font-size: 29px;
  }

  section.text_and_background a.btn {
    font-size: 15px;
  }

  section.gallery_slider h2 {
    font-size: 23px;
  }

  section.gallery_slider p {
    font-size: 22px;
  }

  section.gallery_slider a.btn {
    font-size: 15px;
  }

  section.section-7.inner h2 {
    font-size: 21px;
  }

  section.section-7.inner span.text {
    font-size: 19px;
  }

  section.text_with_review .bottom span.title {
    font-size: 29px;
  }

  section.text_with_review .bottom span.position {
    font-size: 16px;
  }

  section.text_with_review a.btn {
    font-size: 15px;
  }

  section.reviews-1 h2 {
    font-size: 34px;
  }

  section.reviews-1 span.text {
    font-size: 15px;
  }

  section.reviews-1 a.btn {
    font-size: 15px;
  }

  section.reviews-1 a.play {
    width: 110px;
    height: 110px;
  }

  section.reviews-1 a.play span {
    font-size: 13px;
  }

  section.reviews-1 a.play img {
    max-width: 28px;
  }

  section.reviews-1 span.image-text {
    font-size: 21px;
  }

  section.reviews-2 h2 {
    font-size: 25px;
  }

  section.reviews-2 .item a.title span {
    font-size: 14px;
  }

  section.reviews-3 h2 {
    font-size: 24px;
  }

  section.reviews-3 span.text {
    font-size: 19px;
  }

  section.reviews-3 .reviews .item {
    margin-left: 10px;
    margin-right: 10px;
  }

  section.reviews-3 .buttons a.btn {
    font-size: 15px;
  }

  section.reviews-4 span.title span {
    font-size: 16px;
  }

  section.reviews-4 a.btn {
    font-size: 15px;
  }

  section.reviews-4 .slick-next {
    right: 10px;
    width: 20px;
    height: 30px;
  }

  section.reviews-4 .slick-prev {
    left: 10px;
    width: 20px;
    height: 30px;
  }

  section.text_and_wide_image a.btn {
    font-size: 15px;
  }

  section.cases_gallery .top h2 {
    font-size: 16px;
  }

  section.cases_gallery .bottom span.title {
    font-size: 17px;
  }

  section.cases_gallery .bottom span.text ul li {
    font-size: 16px;
    background-size: 28px;
  }

  section.contact.referral h2 {
    font-size: 30px;
    line-height: 1.2;
  }

  section.contact.referral span.title {
    font-size: 15px;
    margin-bottom: 10px;
  }

  section.contact form span.wpcf7-list-item {
    font-size: 17px;
  }

  section.contact.referral span.title-main,
  section.contact.referral p {
    font-size: 15px;
  }

  section.image_text p {
    margin-bottom: 16px;
  }

  section.press .item span.title {
    font-size: 16px;
  }

  section.press .item a.btn {
    font-size: 15px;
  }

  .modal form input,
  .modal form textarea {
    font-size: 16px;
  }

  .modal form input[type="submit"] {
    font-size: 15px;
  }

  section.section-3 .item:nth-child(2) .inner img {
    max-height: 320px;
  }

  section.section-8.inner img {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 990px) {
  section.video_text {
    background-attachment: scroll !important;
  }

  .photo-frame {
    display: none;
  }
}

.wr-mobile-review {
  display: none;
  order: 3;
}

.main_block_icon {
  margin-top: 30px;
}

.icon_and_text_new .slick-next {
  background: url(./assets/img/right.png) no-repeat center center;
  background-size: contain;
  border: none;
  text-indent: -9999px;
  width: 16px;
  height: 22px;
  position: absolute;
  right: -8px;
  bottom: 60%;
  z-index: 6;
  cursor: pointer;
}

.icon_and_text_new .slick-prev {
  background: url(./assets/img/left.png) no-repeat center center;
  background-size: contain;
  border: none;
  text-indent: -9999px;
  width: 16px;
  height: 22px;
  position: absolute;
  left: -8px;
  bottom: 60%;
  z-index: 6;
  cursor: pointer;
}

section.section-4-team .slider span.title {
  display: none;
}

section.section-4-team .slider span.text {
  width: 100%;
}

section.price_list {
  padding-bottom: 0;
}

section.price_list.last-cl-li {
  padding-bottom: 60px;
}

.reviews-1 .left,
.image_text .left,
.col-lg-6.order-2.order-lg-1.leftCalc.left {
  padding-bottom: 20px !important;
}

@media (max-width: 575px) {
  section.section-3 .item:nth-child(3) .inner img {
    right: -44px;
  }

  section.section-3 .item:nth-child(4) .inner img {
    right: 0;
    max-height: 240px;
  }

  section.section-3 .item:nth-child(5) .inner img {
    max-width: 130px;
  }

  section.section-4 h2 {
    font-size: 29px;
  }

  section.section-4 .right .info span.text {
    font-size: 22px;
  }

  section.section-4 .slick-next,
  section.section-4 .slick-prev {
    bottom: 65px;
  }

  section.section-5 form h3 {
    font-size: 22px;
    padding-right: 0;
  }

  section.section-5 form:before {
    z-index: 9;
  }

  section.section-5 form .bottom span {
    font-size: 13px;
  }

  section.section-8 img {
    display: block;
    max-width: 100%;
    height: 65px;
    margin: 0px auto 40px;
    height: auto;
  }

  .wr-mobile-review {
    display: block;
    background-color: #ffffff;
  }

  .wr-mobile-review .review {
    opacity: 1 !important;
    margin: 20px 20px 0 20px !important;
    height: auto !important;
  }

  .video_text::after {
    background: #ffffff;
    z-index: -1;
  }

  section.video_text h2 {
    color: #292744;
  }

  section.video_text span.text,
  section.video_text span.text_video {
    color: #292744;
  }

  section.section-7.inner.show:before {
    display: none;
  }

  section.section-2-team p {
    padding-top: 40px;
    padding-bottom: 26px;
  }

  section.section-4-team .slider span.text {
    font-size: 14px;
    width: 100%;
    text-align: center;
    margin-left: auto;
  }

  section.contact h2 {
    font-size: 36px;
    line-height: 1.2;
  }

  section.title_and_text {
    padding-top: 20px;
  }

  .video_text img {
    max-width: 100%;
  }

  section.price_list span.title.first {
    font-size: 24px;
  }

  section.price_list .table-block .item span.name {
    font-size: 17px;
    padding-right: 20px;
  }

  section.price_list .table-block .item span.price {
    font-size: 23px;
  }

  .main_block_icon {
    margin-top: 0px;
  }

  section.icon_and_text p {
    margin-top: 15px;
    margin-bottom: 30px;
  }

  section.icon_and_text p:last-child {
    margin-bottom: 0;
  }

  section.price_list .table-block {
    margin-bottom: 0;
  }

  .video-2col {
    padding: 70px 0;
  }

  .video-2col .col-lg-6 iframe {
    height: 270px;
  }

  section.section-5 form {
    overflow: visible;
    padding: 40px 34px 0;
  }

  section.section-5 form:before {
    background-size: contain;
    z-index: 1;
    width: 80px;
    height: 80px;
    right: -25px;
  }
}

.hero-img {
  display: block;
  margin: 0 auto;
  width: 120px;
}

@media screen and (min-width: 992px) {
  .hero-img {
    margin: 0;
  }
}

@media screen and (min-width: 1200px) {
  .hero-img {
    width: auto;
  }
}

.hero-text--dark {
  color: #ffffff;
}

@media screen and (min-width: 1200px) {
  .hero-text--dark {
    font-size: 27px;
  }
}

section.team {
  background-color: #f7f7f7;
}

section.team.inner {
  background-color: #ffffff;
}

@media (min-width: 1024px) {
  section.team.inner h3 {
    margin-top: 60px;
  }
}

section.team .top {
  padding-bottom: 40px;
}

section.team .top p {
  padding: 0;
  margin: 0;
}

@media (max-width: 575px) {
  section.team .bottom {
    padding-bottom: 0 !important;
  }
}

section.team .bottom .container-fluid {
  padding: 0;
}

section.team .bottom .item {
  padding: 48px 16px;
  box-sizing: border-box;
  align-items: center;
  transition: all 250ms ease-out;
}

section.team .bottom .item::before {
  display: none;
}

section.team .bottom .item:hover {
  background-color: #f6fcfd;
  transition: all 250ms ease-out;
}

section.team .bottom .item:hover .team-member-img {
  border-color: #7ac7e0;
  transition: all 250ms ease-out;
}

section.team .bottom .item .title {
  margin-bottom: 16px;
}

section.team .bottom .item span.position {
  max-width: 400px;
  margin: 0 auto;
  line-height: 2;
}

section.team .cta-component {
  border-right: 1px solid #d0d0d0;
  border-bottom: 1px solid #d0d0d0;
  border-left: 1px solid #d0d0d0;
}

.team-slider {
  position: relative;
}

.team-slider__container {
  border: 1px solid #d0d0d0;
}

.team-slider__arrow {
  cursor: pointer;
  outline: none !important;
  position: absolute;
  top: 37%;
  padding: 8px;
  box-sizing: border-box;
  background: transparent;
  border: 0;
}

@media (min-width: 575px) {
  .team-slider__arrow {
    top: 50%;
  }
}

.team-slider__arrow img {
  width: 30px;
  max-width: unset;
}

.team-slider__arrow--next {
  transform: translateY(-50%);
}

@media screen and (max-width: 1499px) {
  .team-slider__arrow--next {
    right: 12px;
  }
}

@media screen and (min-width: 1500px) {
  .team-slider__arrow--next {
    left: calc(100% + 12px);
  }
}

.team-slider__arrow--prev {
  transform: translateY(-50%) scale(-1);
}

@media screen and (max-width: 1499px) {
  .team-slider__arrow--prev {
    left: 12px;
  }
}

@media screen and (min-width: 1500px) {
  .team-slider__arrow--prev {
    right: calc(100% + 12px);
  }
}

.team-member-img {
  display: block;
  max-width: 200px;
  margin: 0 auto 32px;
  border: 6px solid transparent;
  border-radius: 4px;
  transition: all 250ms ease-out;
}

.team-member-img img {
  width: 100%;
  height: auto;
  display: block;
}

.cta-component {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: center !important;
  text-align: center;
  padding: 60px 20px 72px !important;
  box-sizing: border-box;
  background-color: #7ac7e0;
  color: #ffffff;
}

@media (min-width: 575px) {
  .cta-component {
    padding: 40px 20px !important;
  }
}

.cta-component__inner {
  max-width: 90%;
}

@media (min-width: 575px) {
  .cta-component__inner {
    max-width: 700px;
  }
}

.cta-component h2 {
  font-size: 40px;
}

@media (min-width: 575px) {
  .cta-component h2 {
    font-size: 60px;
  }
}

.cta-component p {
  font-size: 20px;
  margin-top: 16px;
  margin-bottom: 0;
}

@media (min-width: 575px) {
  .cta-component p {
    font-size: 26px;
  }
}

.cta-component a {
  color: inherit;
}

.cta-component .btn {
  width: auto;
  margin: 32px 0 0;
}

@media (max-width: 575px) {
  .cta-component .btn {
    padding-right: 32px;
    padding-left: 32px;
  }
}

.team-banner {
  position: relative;
  padding: 50px 0;
  box-sizing: border-box;
  overflow: hidden;
}

.team-banner__bg {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.team-banner__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 575px) {
  .team-banner__bg img {
    height: 120%;
    object-position: 5% top;
  }
}

.team-banner__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.team-banner__img {
  max-width: 240px;
  width: 100%;
  margin-bottom: 22px;
}

.team-banner__img img {
  width: 100%;
  height: auto;
}

.team-banner__title {
  font-size: 38px;
  margin: 0 0 16px;
  text-align: center;
}

@media (min-width: 575px) {
  .team-banner__title {
    font-size: 44px;
  }
}

.team-banner__description {
  font-size: 16px;
  line-height: 2;
  margin: 0 0 20px;
  color: #808590;
  text-align: center;
}

@media (min-width: 575px) {
  .team-banner__description {
    margin-bottom: 40px;
  }
}

@media (max-width: 574px) {
  .team-banner__wysiwg {
    margin-right: auto;
  }
}

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

@media (min-width: 768px) {
  .team-banner__wysiwg ul {
    display: grid;
    justify-content: center;
    grid-template-columns: repeat(3, auto);
    gap: 20px;
  }
}

@media (min-width: 1280px) {
  .team-banner__wysiwg ul {
    gap: 40px;
  }
}

.team-banner__wysiwg li {
  position: relative;
  padding-left: 44px;
  font-size: 24px;
}

@media (max-width: 767px) {
  .team-banner__wysiwg li {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 8px;
  }
}

.team-banner__wysiwg li::after,
.team-banner__wysiwg li::before {
  content: '';
  position: absolute;
}

.team-banner__wysiwg li::after {
  z-index: 10;
  top: 50%;
  left: 14px;
  transform: translate(-50%, -50%);
  width: 14px;
  height: 14px;
  background: url("./assets/img/team-banner-tick.png") no-repeat center;
}

.team-banner__wysiwg li::before {
  top: 50%;
  left: 0;
  width: 28px;
  height: 28px;
  background-color: #7bcfdc;
  border-radius: 2px;
  transform: translateY(-50%);
}

.partners {
  padding: 40px 0;
  box-sizing: border-box;
}

@media (min-width: 768px) {
  .partners {
    padding: 7% 0 5%;
  }
}

.partners__head {
  text-align: center;
  margin-bottom: 32px;
}

@media (min-width: 768px) {
  .partners__head {
    margin-bottom: 50px;
  }
}

.partners__body {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

@media (min-width: 768px) {
  .partners__body {
    gap: 24px;
  }
}

.partners__item {
  display: flex;
  justify-content: center;
  align-items: center;
}

.partners__item img {
  max-width: 100%;
}

.dft-play-btn {
  border-radius: 50%;
  background-color: rgba(237, 76, 80, 0.922);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 90px;
  height: 90px;
  position: absolute;
  top: calc(50% - 55px);
  margin: 0 auto;
  left: 0;
  right: 0;
}

@media (min-width: 575px) {
  .dft-play-btn {
    width: 110px;
    height: 110px;
  }
}

.dft-play-btn img {
  display: block;
  max-width: 25px;
  margin: 0 auto 8px;
}

.dft-play-btn span {
  font-size: 13px;
  font-weight: 300;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 1;
  display: block;
  text-align: center;
}

.dft-play-btn:hover,
.dft-play-btn:focus,
.dft-play-btn:active {
  text-decoration: none;
  outline: none;
}

.video-single {
  padding: 64px 0;
  background: #f2fbfc;
}

.video-single__head {
  margin-bottom: 40px;
  text-align: center;
}

.video-single__head h2 {
  text-transform: capitalize;
}

.video-single__video {
  position: relative;
  height: 0;
  padding-bottom: 57.2%;
}

@media (max-width: 575px) {
  .video-single__video {
    left: -15px;
    width: 100vw;
  }
}

.video-single__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-single__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (min-width: 991px) {
  .section-2-team {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.text-and-aside-img-to-bord {
  position: relative;
}

@media (min-width: 1500px) {
  .text-and-aside-img-to-bord .row {
    min-height: 34vw;
  }
}

@media (min-width: 991px) {
  .text-and-aside-img-to-bord__text-content {
    max-width: 600px;
    margin: 0 auto;
    box-sizing: content-box;
  }
}

.text-and-aside-img-to-bord__text-content p {
  margin: 0;
  font-size: 16px;
  line-height: 1.8;
}

@media (min-width: 575px) {
  .text-and-aside-img-to-bord__text-content p {
    font-size: 20px;
  }
}

.text-and-aside-img-to-bord__text-content p+* {
  margin-top: 1.5em;
}

@media (min-width: 1500px) {
  .text-and-aside-img-to-bord__aside-img {
    position: absolute;
    top: 0;
    right: 0;
    max-width: none;
    width: 50vw;
    height: 100%;
  }
}

@media (min-width: 1500px) {
  .text-and-aside-img-to-bord__aside-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

@media (max-width: 500px) {
  section.section-3-team span.title {
    font-size: 24px;
  }
}

@media (max-width: 400px) {
  section.section-3-team .review {
    padding-right: 20px;
    padding-left: 80px;
  }

  section.section-3-team .review:before {
    left: 20px;
  }

  section.section-3-team .review p {
    font-size: 14px;
    margin-bottom: 12px;
  }
}

@media (max-width: 575px) {
  section.section-4-team h2+.text {
    font-size: 16px;
  }
}

section.section-4-team .slider span.title {
  display: block;
}

@media (max-width: 990px) {
  section.section-4-team .slider span.title {
    width: 50%;
  }
}

section.section-4-team .slider span.text {
  text-align: left;
}

@media (min-width: 768px) and (max-width: 1700px) {
  section.section-4-team .slider span.text {
    font-size: 16px;
  }
}

section.team .bottom .team-slider .item {
  margin: 0;
  border-left: none;
  border-right: 1px solid #d0d0d0;
}

section.team .bottom .container-fluid:not(.team-slider) .item {
  height: 100%;
}

section.team .slick-slider .slick-track,
section.team .slick-slider .slick-list {
  display: flex;
}


/*GRAVITY FORM FIXED STYLES FOR MODAL FORM*/
.modal-content .modal-body .gform_confirmation_message {
  text-align: center;
  font-size: 20px;
  padding-bottom: 20px;
  padding-top: 20px;
  font-weight: 700;
}

.modal-content .modal-body .gform_validation_errors {
  display: none;
}

.modal-content .modal-body .gfield_validation_message {
  text-align: left;
  margin: -14px 0 10px;
  color: #ed4c50;
  font-size: 14px;
}

.modal-content .modal-body .gfield label {
  display: none;
}

.modal-content .modal-body .gform_footer {
  padding-bottom: 20px;
}

/*GRAVITY FORM FIXED STYLES FOR TWO COLUMN FORM FORM*/
section.contact .gform_fields {
  position: relative;
}

section.contact .gfield label {
  display: none;
}

section.contact .field--title {
  display: none;
}

section.contact .gform_validation_errors {
  display: none;
}

section.contact .gfield_validation_message {
  text-align: left;
  margin: -14px 0 10px;
  color: #ed4c50;
  font-size: 14px;
}

section.contact .gform_confirmation_message {
  text-align: center;
  font-size: 20px;
  padding-bottom: 20px;
  padding-top: 20px;
  font-weight: 700;
  color: #fff;
}

section.contact .gform_wrapper {
  max-width: 1020px;
  margin: 0 auto;
}

@media(min-width: 992px) {
  section.contact .field--half-width {
    width: 48%;
  }

  section.contact .field--absolute {
    position: absolute;
    top: 0;
    right: 0;
  }
}

fieldset.gfield--type-address {
    padding: 0;
}

fieldset .gfield_label {
    display: none;
}

.gfield_checkbox {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}
.gfield_checkbox .gchoice {
    display: flex;
    gap: 0.5rem;
    flex: 0 1 31%;
    align-items: center;
}

.gfield_checkbox .gchoice input {
    flex: 0 0 1rem;
    margin-bottom: 0 !important;
}

section.contact .gfield .gchoice label {
    display: inline-block;
    margin-bottom: 0 !important;
}
.gfield--type-section {
    margin: 1rem 0 1rem 0;
}

.gfield--type-section .gsection_title {
    border-bottom: 1px solid white;
}

.gfield_required_text {
    color: red;
    font-size: 12px;
}
