/* https://Get-Web.site - front-end dev
*/

:root {
  /* background */
  /* fonts */
  /* colors */
  /* input */
  /* margin */
  /* swiper */
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #548FAE;
  cursor: default;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

h2.ccf-h2 {
  text-align: center;
  margin: 0 auto 2rem auto;
  font-weight: 300;
}

h3.ccf-slider-h3  { text-align: center;
margin: 2rem auto 0 auto;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-color: rgba(0, 0, 0, 0.15);
}

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

button,
input {
  /* 1 */
  overflow: visible;
}

button,
select {
  /* 1 */
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

img {
  border-style: none;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

video {
  max-width: 100%;
  height: auto;
}

a {
  background-color: transparent;
  color: #548FAA;
  font-weight: 500;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-property: opacity, color, background-color;
  transition-property: opacity, color, background-color;
  outline: 0;
}

a:hover {
  text-decoration: none;
}

a:active,
a:focus {
  outline: 0;
}

::-webkit-input-placeholder {
  color: #97adc5;
  opacity: 1;
}

::-moz-placeholder {
  color: #97adc5;
  opacity: 1;
}

/* Firefox 19+ */
:-moz-placeholder {
  color: #97adc5;
  opacity: 1;
}

/* Firefox 18- */
:-ms-input-placeholder {
  color: #97adc5;
  opacity: 1;
}

:focus::-webkit-input-placeholder {
  color: transparent;
}

:focus::-moz-placeholder {
  color: transparent;
}

:focus:-moz-placeholder {
  color: transparent;
}

:focus:-ms-input-placeholder {
  color: transparent;
}

[type="text"],
[type="email"],
[type="tel"],
[type="url"],
[type="password"],
[type="number"],
[type="search"],
[type="button"],
[type="color"],
[type="time"],
[type="date"],
[type="datetime-local"],
[type="file"],
[type="image"],
[type="month"],
[type="reset"],
[type="week"],
select,
textarea {
  width: auto;
  min-width: 0;
  height: 50px;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid rgba(106, 178, 200, 0.4);
  border-radius: 0;
  padding: 3px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: none;
  transition: none;
  color: #0A3F53;
  font-family: "Poppins", "Times New Roman", Times, serif;
  font-size: 20px;
  line-height: 20px;
  font-weight: 300;
  text-align: left;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  min-width: 0;
}

textarea {
  height: 70px;
  resize: none;
  max-height: 70px;
  text-align: left;
  padding: 3px 0;
  line-height: calc(20px + 2px);
}

textarea:focus {
  height: auto;
  max-height: none;
  resize: vertical;
}

[type="text"]:focus,
[type="email"]:focus,
[type="tel"]:focus,
[type="url"]:focus,
[type="password"]:focus,
[type="number"]:focus,
[type="search"]:focus,
[type="button"]:focus,
[type="color"]:focus,
[type="time"]:focus,
[type="date"]:focus,
[type="datetime-local"]:focus,
[type="file"]:focus,
[type="image"]:focus,
[type="month"]:focus,
[type="reset"]:focus,
[type="week"]:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid rgba(27, 54, 78, 0.4);
}

option {
  background-color: transparent;
  color: #0A3F53;
  font-size: 16px;
  font-family: "Poppins", "Times New Roman", Times, serif;
  font-size: 20px;
  font-weight: 300;
  text-align: left;
}

option:hover {
  color: #000;
  background-color: #757575;
}


/* field */

.field {
  position: relative;
  z-index: 0;
}

.field_mb {
  margin-bottom: 20px;
}

/* form */

.form {
  position: relative;
  z-index: 0;
}

.form-head {
  text-align: center;
}

.form__box {
  max-width: 460px;
  width: 100%;
  margin: 0 auto;
}

.field__container {
  width: 100%;
}

.form__btn-box {
  padding: 30px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}


/* Оформление gw-checkbox */

.gw-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.gw-checkbox__label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  color: rgb(11, 63, 83);
  font-size: 18px;
  font-weight: 400;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.gw-checkbox__name {}

.gw-checkbox__block {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-color: transparent;
  border: 1px solid rgba(106, 178, 200, 0.4);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0;
  position: relative;
  cursor: pointer;
  margin-right: 8px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.gw-checkbox__block:after {
  content: "\e80f";
  font-family: "gwi";
  position: absolute;
  left: 3px;
  top: 2px;
  opacity: 0;
  pointer-events: none;
  border-radius: 0;
  width: 12px;
  height: 11px;
  -webkit-transform: translateY(-10px) scale(2);
          transform: translateY(-10px) scale(2);
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  font-size: 17px;
}

.gw-checkbox__input {
  display: none;
}

.gw-checkbox__input:checked+.gw-checkbox__block:after {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

/* preload */

.preload {
  background-color: #fff;
  position: fixed;
  z-index: 500;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.5s cubic-bezier(0.64, 0.14, 0.34, 1.32);
  transition: all 0.5s cubic-bezier(0.64, 0.14, 0.34, 1.32);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 10px;
}

.preload__logo {
  max-width: 100%;
  width: auto;
  height: auto;
  display: block;
}

.preload__fade {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

@-webkit-keyframes preanimateout {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }

  100% {
    -webkit-transform: translate(-50%, -50%) scale(0);
            transform: translate(-50%, -50%) scale(0);
  }
}

@keyframes preanimateout {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }

  100% {
    -webkit-transform: translate(-50%, -50%) scale(0);
            transform: translate(-50%, -50%) scale(0);
  }
}


/* def */

.padding {
  padding-top: 100px;
  padding-bottom: 100px;
}

.padding-top {
  padding-top: 100px;
}

.padding-bottom {
  padding-bottom: 100px;
}

.hidden {
  display: none;
}

.tt-uppercase {
  text-transform: uppercase;
}

.text-align-center {
  text-align: center;
}

[class^="gwi_"]:before,
[class*=" gwi_"]:before {
  margin: 0;
}

.mr {
  margin-right: 10px;
}

.ml {
  margin-left: 10px;
}

.mt {
  margin-top: 10px;
}

.mb {
  margin-bottom: 10px;
}

.mra {
  margin-right: auto;
}

.mla {
  margin-left: auto;
}

.mta {
  margin-top: auto;
}

.mba {
  margin-bottom: auto;
}

/* colors */

.color-light {
  color: #e8d1a6;
}

.color-red {
  color: rgb(255, 39, 39);
}

.color-yellow {
  color: #fffb00;
}

.color-orange {
  color: #ffa800;
}

.color-pink {
  color: rgb(255, 145, 163);
}

.color-light-blue {
  color: rgb(109, 192, 233);
}

.color-blue {
  color: #548FAE;
}

.color-green {
  color: rgb(0, 182, 122);
}

.color-grey {
  color: #c5c1c1;
}

.color-white {
  color: white;
}

.color-aqua {
  color: #0A3F53;
}

/* bgc */

.bgc {
  background: rgb(251, 251, 251);
}

.bgi {
  background-image: url(../images/section-bg.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

/* link */

.link {
  font-weight: 500;
  font-size: 18px;
  line-height: 18px;
  color: rgb(11, 63, 83);
  stroke: rgb(11, 63, 83);
  fill: transparent;
  text-decoration: none;
  padding: 3px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}


.link__pic {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 15px;
  -webkit-transition: .3s all;
  transition: .3s all;
  position: relative;
  top: 1px;
  opacity: 0.2;
  -webkit-transform: translateX(-6px);
          transform: translateX(-6px);
}

.link:hover .link__pic {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.link_color_light {
  color: #fff;
  stroke: #fff;
}

body {
  position: relative;
  z-index: 0;
  overflow-x: hidden;
  margin: 0;
  background-color: #fff;
  min-width: 320px;
  opacity: 1;
  -webkit-transition: .3s all;
  transition: .3s all;
}

/* page */

.page {
  position: relative;
  z-index: 2;
  overflow-x: hidden;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  min-height: 100vh;
  min-width: 320px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  opacity: 1;
  -webkit-transition: .3s all;
  transition: .3s all;
}

.page_hide {
  opacity: 0;
}

.section {
  position: relative;
  z-index: 2;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.section__mt {
  margin-top: 150px;
}

.section__mb {
  margin-top: 150px;
}

.container {
  max-width: 1220px;
  width: 100%;
  padding-right: calc(10px * 2);
  padding-left: calc(10px * 2);
  position: relative;
  z-index: 2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.row {
  margin-left: calc(-1 * 10px);
  margin-right: calc(-1 * 10px);
}

/* dec */

.dec {
  position: relative;
  z-index: 0;
}

.dec__item {
  display: block;
  content: "";
  position: absolute;
  width: 20%;
  height: 20%;
  pointer-events: none;
  background-color: transparent;
}

.dec__item_rb {
  right: -10px;
  bottom: -10px;
  border-right: 2px solid #00a7ac;
  border-bottom: 2px solid #00a7ac;
}

/* title */

.title {
  color: #548FAE;
  font-size: 2rem;
  font-weight: 700;
  margin: 0;
  text-align: center;
}

.title_uppercase {
  text-transform: uppercase;
}

.title_mb {
  margin-bottom: 30px;
}

.title_mb_small {
  margin-bottom: 15px;
}

.title_mb_xs {
  margin-bottom: 10px;
}

.title__sub {
  display: block;
  font-size: 2.625rem;
}

.title_light-blue {
  color: rgb(109, 192, 233);
}

.title_large {
  font-size: 3rem;
  font-weight: 900;
}

/* sub-title */

.sub-title {
  color: #548FAE;
  font-family: "Poppins", "Times New Roman", Times, serif;
  font-size: 1.5rem;
  font-weight: 300;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  text-align: center;
}

.sub-title_mb {
  margin-bottom: 30px;
}

.sub-title_mb_small {
  margin-bottom: 15px;
}

.sub-title_mb_xs {
  margin-bottom: 10px;
}

/* desc */

.desc {
  font-size: 1rem;
  line-height: 1.3rem;
  font-weight: 300;
  color: rgb(88, 111, 121);
  text-align: center;
}

.desc_mb {
  margin-bottom: 30px;
}

.desc_mb_small {
  margin-bottom: 15px;
}

.desc_mb_xs {
  margin-bottom: 10px;
}

/* logo */

.logo {
  text-decoration: none;
  display: block;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 280px;
}

/* btn */

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  color: white;
  font-family: "Poppins", Tahoma, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 16px;
  cursor: pointer;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  min-width: 230px;
  min-height: 55px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-shadow: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  position: relative;
  z-index: 0;
  border: 0;
  outline: 0;
  background-color: transparent;
  border-radius: 30px;
  padding: 5px 20px;
}

.btn:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background: -webkit-gradient(linear,
      left top, right top,
      from(#00a7ac),
      color-stop(33%, #00a7ac),
      color-stop(50%, #fff),
      color-stop(65%, #00a7ac),
      to(#00a7ac));
  background: linear-gradient(90deg,
      #00a7ac 0%,
      #00a7ac 33%,
      #fff 50%,
      #00a7ac 65%,
      #00a7ac 100%);
  background-size: 300% 300%;
  border: 1px solid #00a7ac;
  border-radius: 30px;
}

.btn:hover:after {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  background-position: 100% 100%;
}

.btn_success:after {
  background: -webkit-gradient(linear,
      left top, right top,
      from(rgb(0, 182, 122)),
      color-stop(33%, rgb(0, 182, 122)),
      color-stop(50%, #fff),
      color-stop(65%, rgb(0, 182, 122)),
      to(rgb(0, 182, 122)));
  background: linear-gradient(90deg,
      rgb(0, 182, 122) 0%,
      rgb(0, 182, 122) 33%,
      #fff 50%,
      rgb(0, 182, 122) 65%,
      rgb(0, 182, 122) 100%);
  background-size: 300% 300%;
  border-color: rgb(0, 182, 122);
}

.btn_warning:after {
  background: -webkit-gradient(linear,
      left top, right top,
      from(#bc4702),
      color-stop(33%, #bc4702),
      color-stop(50%, #fff),
      color-stop(65%, #bc4702),
      to(#bc4702));
  background: linear-gradient(90deg,
      #bc4702 0%,
      #bc4702 33%,
      #fff 50%,
      #bc4702 65%,
      #bc4702 100%);
  background-size: 300% 300%;
  border-color: #bc4702;
}


.btn__content {
  position: relative;
  z-index: 5;
  display: inline-block;
}

.btn__desc {
  color: #ceb980;
  font-size: 11px;
  font-weight: 400;
}


.btn__ico {
  display: inline-block;
  position: relative;
  z-index: 5;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 20px;
}

.btn__ico_ml {
  margin-left: 12px;
}

.btn__ico_mr {
  margin-right: 12px;
}

.btn__ico_phone {
  font-size: 24px;
  margin-right: 12px;
}

.btn__ico_arrow-right {
  background: url(../images/btns/arrow-right.png) no-repeat;
  width: 18px;
  height: 19px;
}

/* slogan */

.slogan {
  color: rgb(11, 63, 83);
  font-size: 1.2rem;
}

/* contacting */

.contacting {
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 23px;
  margin: 5px 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #548FAE;
  max-width: 100%;
}

.contacting:hover {
  color: #0A3F53;
}

.contacting__pic {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: .3s all;
  transition: .3s all;
  width: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;

}

.contacting:hover .contacting__pic {
  -webkit-animation: scale .3s ease;
          animation: scale .3s ease;
}

.contacting__img {
  font-weight: normal;
  font-size: 12px;
}

.contacting__content {
  -webkit-transition: .3s all;
  transition: .3s all;
  margin-top: auto;
  margin-bottom: auto;
  min-width: 0;
}

.contacting__content_light {
  color: #fff;
}

.contacting__content_ml {
  margin-left: 10px;
}

@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes scale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

/* contacting-list */

.contacting-list {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* scl */

.scl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.scl__item {
  margin: 2px;
  text-decoration: none;
  position: relative;
  z-index: 0;
  width: 50px;
  height: 50px;
  padding-top: 2px;
  background-color: transparent;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  font-size: 22px;
  color: rgb(11, 63, 83);
}

.scl__item:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background-color: white;
  -webkit-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
          box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
  border-radius: 50%;
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 0;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.scl__item:hover:after {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

.scl__gwi {
  position: relative;
  z-index: 5;
}

.scl__item_color_white {
  color: white;
}

.scl__item_color_white:hover {
  color: rgb(11, 63, 83);
}

/* panel */

[data-section="panel"] {
  -webkit-box-ordinal-group: -10;
      -ms-flex-order: -11;
          order: -11
}

.panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 110px;
}

.panel__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: auto;
}

.panel__logo {
  margin: 10px;
}

.panel__slogan {
  max-width: 360px;
  margin: 10px 30px;
}

.panel__contacting-list {
  margin: 10px;
}

/* header */

[data-section="header"] {
  background-image: url(../images/header/header.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-box-ordinal-group: -9;
      -ms-flex-order: -10;
          order: -10
}

.header {
  min-height: 540px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}

.header__inner {
  max-width: 800px;
  margin-left: 10px;
  margin-right: 20px;
}

.header__title {
  text-align: left;
}

.header__sub-title {
  margin-bottom: 40px;
  color: #548FAE;
  min-height: 100px;
  text-align: left;
}

.header__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.header__collback-desc {
  color: white;
  font-size: inherit;
  font-weight: 300;
  padding-top: 15px;
}

/* inform */

.inform {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.inform__item {
  width: calc(100% / 2 - 10px * 4);
  margin: 10px;
}

.ccf-showcase  {
  max-width: 80%;
  margin: 0 auto;
}

.ccf-gallery-link {
  display: flex;
}

.inform__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 0;
  background-image: url(../images/aboutus/img.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.inform__image_mr {
  margin-right: calc(10px * 3);
}

.inform__image_ml {
  margin-right: calc(10px * 3);
}

.ccf-showcase .inform__image {
  margin: 15px;
  flex: 40%;
}

.inform__img {
  max-width: none;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}


.inform__box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.inform__title {
  padding-top: 0;
  text-align: left;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 2.5rem;
  margin-bottom: 20px;
}

.inform__content {
  color: #548FAE
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1.7rem;
  min-height: 120px;
}

.inform__btns {
  margin-top: 30px;
}

/* spacer */

.spacer {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-height: 150px;
}

/* upward */

.upward {
  border-radius: 50%;
  width: 126px;
  height: 126px;
  background-color: white;
  -webkit-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 0;
  cursor: pointer;
  -webkit-transition: .3s all;
  transition: .3s all;
  color: rgb(11, 63, 83);
}

.upward:after {
  content: "";
  display: block;
  background-color: rgba(246, 251, 255, 0.1);
  border-radius: 50%;
  width: 178px;
  height: 178px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  z-index: -1;
  pointer-events: none;
  -webkit-transition: .3s all;
  transition: .3s all;
}

.upward__gwi {
  font-size: 30px;
  position: relative;
  z-index: 10;
}

.upward:hover {
  background-color: rgb(50, 105, 132);
  color: #fff;
}

.upward:hover:after {
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
}

/* subscribe */

.subscribe__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.subscribe__title {
  font-size: 1.2rem;
  margin-bottom: 6px;
  color: #548FAE;
}

.subscribe__input {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 0;
  border: 1px solid rgb(92, 144, 164);
  border-radius: 0;
  background-color: rgba(255, 255, 255, 0.08);
  color: rgb(255, 255, 255);
  height: 35px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: "Poppins", Tahoma, Arial, sans-serif;
  font-size: 13px;
}

.subscribe__input:focus {
  border: 1px solid rgb(118, 174, 196);
}

.subscribe__button {
  font-size: 14px;
  background-color: rgb(92, 144, 164);
  border: 0;
  color: #fff;
  cursor: pointer;
  font-family: "Poppins", "Times New Roman", Times, serif;
  text-transform: uppercase;
}

.subscribe__input:focus~.subscribe__button {
  background-color: rgb(118, 174, 196);
}

/* footer */

[data-section="footer"] {
  -webkit-box-ordinal-group: 101;
      -ms-flex-order: 100;
          order: 100
}

[data-section="footer"]:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgb(11, 63, 83);
  /* -webkit-clip-path: polygon(0 100px, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 100px, 100% 0, 100% 100%, 0% 100%); */
  z-index: -1;
}

.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-top: 30px;
  color: #fff;
  padding-bottom: 30px;
  flex-wrap: wrap;
}

.footer__subscribe {
  padding-top: 30px;
}

.footer__upward {
  position: absolute;
  right: 20px;
  top: 0;
  -webkit-transform: translateY(-33%);
          transform: translateY(-33%);
}

.footer__col {
  width: calc(100% / 3 - 10px * 2);
  margin: 10px;
}

.footer__logotype {
  margin-bottom: 40px;
}

.footer__about-company {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  max-width: 290px;
  margin-bottom: 25px;
}

.footer__under {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 15px;
  margin-top: 100px;
}

.footer__scl {
  color: white;
  margin-left: -10px;
}

.footer__contacting {
  color: white;
  word-wrap: break-word;
}

/* f-nav */

.footer__title {
  font-size: 1.5rem;
  margin-bottom: 20px;
  text-transform: uppercase;
  text-align: left;
}

.footer__f-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px;
}

.f-nav {
  list-style-type: none;
  padding-left: 0;
}

.f-nav__item {
  margin: 10px 15px;
  width: calc(100% - 15px * 2);
  padding-left: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  z-index: 0;
}

.f-nav__item:after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  height: 1px;
  width: 7px;
  background-color: #fff;
}

.f-nav__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
  font-size: 16px;
  font-weight: normal;
  line-height: 16px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  z-index: 0;
}

.nav__link_color_blue {
  color: #1d3571;
}

.f-nav__link:after {
  content: '';
  display: block;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: -3px;
  right: 100%;
  -webkit-transition: .3s all;
  transition: .3s all
}

.f-nav__link:hover:after {
  right: 0;
}

/* under */

[data-section="under"] {
  background: rgb(11, 63, 83);
  -webkit-box-ordinal-group: 102;
      -ms-flex-order: 101;
          order: 101
}

.under {

  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 25px 0 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: .02em;
  color: #fff;
}

/* feature */

.feature {
  text-align: center;
}

.feature__pic {
  width: 100px;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  margin-bottom: 15px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.feature__title {
  font-size: 1.5rem;
  line-height: 1.5rem;
  font-weight: 500;
  color: #548FAE;
  margin-bottom: 10px;
}

.feature__desc {
  font-size: 1rem;
  line-height: 1.2rem;
  color: rgb(125, 148, 168);
  font-weight: 300;
}

/* features */

/* .features__header {
  margin: 0 var(--margin);
} */

.features__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 40px;
}

.features__feature {
  width: calc(100% / 4 - 10px * 2);
  margin: 10px;
}

/* step */

.step {
  text-align: center;
}

.step__pic {
  width: 90px;
  height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  margin-bottom: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border: 3px solid rgb(219, 222, 225);
  border-radius: 50%;
}

.step__pic:after {
  color: rgb(219, 222, 225);
  display: inline-block;
  counter-increment: steps;
  content: "0"counter(steps);
  font-size: 2.8rem;
  font-weight: 900;
}

.step__title {
  font-size: 1.3rem;
  line-height: 1.3rem;
  font-weight: 500;
  color: #548FAE;
  margin-bottom: 15px;
}

.step__desc {
  font-size: 1rem;
  line-height: 1.2rem;
  color: rgb(125, 148, 168);
  font-weight: 300;
}

/* features */

/* .steps__header {
  margin: 0 var(--margin);
} */

.steps__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 40px;
  counter-reset: steps;
}

.steps__step {
  width: calc(100% / 3 - 10px * 2);
  margin: 10px 10px 30px 10px;
}

/* faq */

[data-section="faqs"] {
  counter-reset: faq;
}

.faq-list {
  margin: 0 10px;
}

.faq {
  margin-bottom: 10px;
  -webkit-transition: .3s all;
  transition: .3s all;
  border: 1px solid rgb(209, 229, 238);
  border-radius: 3px;

}

.faq_active {
  margin-bottom: 30px;
  -webkit-box-shadow: 0 4px 3px rgb(209, 229, 238);
          box-shadow: 0 4px 3px rgb(209, 229, 238);
}

.faq__question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 60px;
  border-radius: 2px;
  padding: 10px 35px;
  background-color: #fff;
  -webkit-transition: .3s all;
  transition: .3s all;
  cursor: pointer;
}

.faq__question:hover {
  background-color: rgb(250, 250, 250);
}

.faq_active .faq__question {
  background-color: rgb(236, 244, 247);
}

.faq__num {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.faq__num:after {
  color: rgb(219, 222, 225);
  display: inline-block;
  counter-increment: faq;
  content: counter(faq)".";
  font-size: 2.2rem;
  font-weight: 700;
}

.faq__num_m_r {
  margin-right: 13px;
}

.faq__ttl {
  color: rgb(11, 63, 83);
  font-size: 1rem;
  font-weight: 600;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.faq__close {
  width: 16px;
  height: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  cursor: pointer;
}

.faq__close:before {
  content: "";
  display: block;
  height: 2px;
  background-color: rgb(11, 63, 83);
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  right: 0;
  -webkit-transition: .3s all;
  transition: .3s all;
}

.faq_active .faq__close:before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.faq__close:after {
  content: "";
  display: block;
  width: 2px;
  background-color: rgb(11, 63, 83);
  position: absolute;
  top: 0;
  left: calc(50% - 1px);
  bottom: 0;
  -webkit-transition: .3s all;
  transition: .3s all;
}

.faq_active .faq__close:after {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
  opacity: 0;
}

.faq__answer {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: none;
  border-radius: 3px;
}


.faq__txt {
  color: rgb(125, 148, 168);
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  margin: 30px 35px;
}

.faq__accent {
  color: rgb(254, 185, 84);
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 2px;
}


/* gw-timer */

.gw-timer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.gw-timer__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #eea761;
  font-size: 14px;
  padding: 2px;
  margin: 5px;
  text-align: center;
}

.gw-timer__item_dot {
  width: 14px;
  color: rgb(255, 181, 76);
  font-size: 30px;
}

.gw-timer__amount {
  color: #bc4702;
  font-size: 40px;
  line-height: 74px;
  font-weight: 900;
  text-transform: uppercase;
  padding: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.5);
  border: 0;
  border-radius: 6px;
  width: 70px;
  margin-bottom: 4px;
}

.gw-timer__desc {
  color: #8d8d8d;
  font-size: 12px;
  font-weight: 400;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.end-time {
  color: rgb(211, 211, 211);
  font-size: 40px;
  line-height: 24px;
  padding: 5px 10px 8px;
  margin: 10px 0 5px;
  display: inline-block;
}

/* countdown */

.countdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 250px;
}

.countdown__inner {
  margin: 10px;
  text-align: center;
}

.countdown__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 40px;
}

/* client */

.client {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  padding: 20px;
  background-color: rgb(246, 250, 251);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  max-height: 130px;
}

.client__img {
  max-height: 100%;
  -webkit-transition: .3s all;
  transition: .3s all;
}

.client:hover .client__img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

/* clients */

/* .clients__header {
  margin: 0 var(--margin);
} */

.clients__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.clients__client {
  width: calc(100% / 5 - 10px * 2);
  margin: 10px;
}


/* dbox */

.approach__dbox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #cccccc;
  padding: 15px 0;
}

.dbox__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.dbox__pic {
  width: 50px;
  height: 50px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
}

.dbox__ico {
  color: #394851;
}

.dbox__pic_style_delivery {
  padding-right: 3px;
  padding-bottom: 2px;
}

.dbox__pic_style_contacts {
  font-size: 32px;
}

.dbox__ttl {
  color: rgb(11, 63, 83);
  font-size: 18px;
  font-weight: 700;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 10px;
  text-transform: uppercase;
}

.dbox__txt {
  color: #548FAE
  font-size: 16px;
  font-weight: 300;
  padding-top: 15px;
  padding-bottom: 15px;
  line-height: 20px;
}

/* approach */

.approach {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.approach__bar {
  width: calc(100% / 3 - 10px * 2);
  margin: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 20px;
}

.approach__container {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: 10px;
  position: relative;
  min-width: 0;
}

.approach__title {
  text-align: left;
}

.approach__content {
  color: #548FAE
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1.7rem;
  min-height: 120px;
}

/* slider-pagination */

.slider-pagination {
  position: static;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  border: 1px solid #fff;
  background-color: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: .6 !important;
  margin: 5px;
}

.slider-pagination .swiper-pagination-bullet:hover {
  opacity: 1 !important;
}

.slider-pagination .swiper-pagination-bullet-active {
  background-color: #fff;
  opacity: 1 !important;
}

[data-slider-pagination="gallery"] {
  position: absolute;
  bottom: 20px !important;
  left: 50% !important;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 10;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: auto !important;
}

/* illustration */

.illustration {
  height: 500px;
  background-color: rgb(246, 250, 251);
  display: block;
  text-decoration: none;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

/* gallery */

.gallery {
  width: 100%;
}

/* .gallery__header {
  margin: 0 var(--margin);
} */

.gallery__list {
  position: relative;
  z-index: 1;
  width: 100%;
}

/* service */

.service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.service__pic {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 60px;
  margin-right: 10px;
}

.service__title {
  font-size: 1.2rem;
  margin-bottom: 6px;
  font-weight: 900;
  color: #548FAE;
}

/* services */

/* .services__header {
  margin: 0 var(--margin);
} */

.services__list {
  padding-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.services__service {
  width: calc(100% / 4 - 10px * 2);
  margin: 50px 10px;
}

.service__content {
  color: rgb(125, 148, 168);
  font-weight: 300;
}

/* feedback */

/* .feedback__header {
  width: calc(100% - var(--margin) * 2);
  margin: var(--margin);
} */

.feedback__title {
  color: #bc4702
}

.feedback__form {
  width: calc(100% - 10px * 2);
  margin: 10px;
}

/* video */

.video__inner {
  width: calc(100% - 10px * 2);
  margin: 0 10px;
}

.video__container {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 350px;
}

.video__container iframe {
  width: 100%;
  height: 100%;
}

/* item */

.item {
  display: block;
  text-decoration: none;
  font-size: 1rem;
  color: rgb(11, 63, 83);
  background-color: rgb(242, 242, 242);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 2px;
  -webkit-transition: .2s all;
  transition: .2s all;
  border-radius: 3px;
  overflow: hidden;
}

.item__pic {
  height: 300px;
  width: 100%;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  z-index: 0;
}

.item__img {
  background-image: url(../images/items/basic.jpg);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: .3s all;
  transition: .3s all;
  border-radius: 3px;
}


.item__name {
  text-align: center;
  padding: 10px;
  text-decoration: none;
  font-size: 20px;
  /* font-weight: 300; */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.item:hover {
  background-color: #00a7ac;
  color: #fff;
}

/* items */

.items__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.items__item {
  width: calc(100% / 3 - 10px * 2);
  margin: 10px;
}

/* other */

[data-form-info] {
  max-width: 600px;
  margin: 0 auto;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1rem;
}

.alert {
  padding: 15px;
  margin-bottom: 25px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link {
  font-weight: bold;
}

.alert>p,
.alert>ul {
  margin: 0;
}

.alert>p+p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}

.alert-warning hr {
  border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}

.alert-danger hr {
  border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
  color: #843534;
}

.close {
  height: auto;
  float: right;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
  outline: 0;
  border: 0;
}

/* maintenance */

.maintenance {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
}

.maintenance__content {
  max-width: 700px;
  text-align: center;
  font-size: 20px;
  margin: auto;
}

/*  ---------------  CCF - START Custom ------------------  */

body .page .ccf-header {
  padding-top: 10px;
  padding-bottom: 10px;
  background:#ffffff;
}

.page .section,
.page .spacer {
  background: aliceblue;
}


p {
    font-size: 0.8rem;
    font-weight: 300;
    line-height: 1.5;
}

.ccf-p {
    width: 80%;
    margin: 30px auto;
}

p.center {
  text-align: center;
}


hr.ccf-lines {
  background-color: #aliceblue;
}

.ccf-lines {
    margin: auto;
    width: 120px;
    position: relative;
    border-top: 2px solid #548FAA;
    margin-top: 15px;
}

.ccf-lines:before {
    position: absolute;
    content: "";
    display: inline-block;
    height: 12px;
    width: 12px;
    top: -11px;
    border: 5px solid #f0f8ff;
    border-radius: 50%;
    background: #548FAA;
    left: 50px;
}

.ccf-pt-pb {
  padding: 5% 0;
}

.ccf-pb-30 {
  padding-bottom: 30px;
}

.body-showcase .page-showcase .ccf-banner,
.body-showcase-slider .page-showcase-slider .ccf-banner,
.body-blog .page-blog .ccf-banner,
.body-blog-categories .page-blog-categories .ccf-banner {
  padding: 10px 0;
  color: #ffffff;
  background: #548FAA;
}

.body-blog .page-blog .ccf-banner h1 {
  font-weight: 400;
}

.ccf-blog-list .btn {
  min-width:140px;
  min-height: 45px;
  margin: 20px 0;
}

.ccf-post-page {
  margin-top: -10%;
  background: #ffffff;
}

.ccf-showcase-slide-backlink {
  padding: 5px 20px;
  margin: 20px auto;
  display: block;
  width: 80px;
  min-width:140px;
  min-height: 45px;
  background: #548FAE!important;
  border: none;
  border-radius: 10px;
  color: #ffffff;
  text-align: center;
}

.ccf-showcase-slide-backlink .btn__content {
  top: 12px;
}

.ccf-blog-list .ccf-blog-list-container {
  margin-bottom: 40px;
    padding: 10px;
    background-color: #ffffff;
}

.ccf-blog-list .btn:after {
  background: #548FAE!important;
  border: none;
  border-radius: 10px;
}

.inform__image {
  position: relative;
  border: solid 10px #ffffff;
}

.inform__image .ccf-overlay {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10000;
    color:  #ffffff;
}

.inform__image:hover .ccf-overlay {
    background: #548FAE;
    opacity: 0.7;
    filter: alpha(opacity=80);
    c
}

.inform__image .ccf-overlay span {
    display: none;
}

.inform__image:hover .ccf-overlay span {
    display: block;
    color: #ffffff;
    position: absolute;
    top: 45%;
    width: 100%;
    text-align: center;
    font-size: 1.5rem;
}

.splide__slide .ccf-slide-img {
  padding:2% 5%;
  max-width: 90%;
}

.ccf-slider-p {
  margin: 0 5%;
}

.page-showcase-slider .splide__arrow svg {
  fill: #548FAE;
}

.footer__about-company {
    color: rgba(255, 255, 255, 0.4);
    font-size: .8rem;
    font-weight: 400;
    line-height: 26px;
    max-width: 100%;
    margin-bottom: 25px;
}

.footer__title {
    font-size: 1.2rem;
}

.subscribe__title {
  color: rgba(255, 255, 255, 0.4);
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.4);
}

.subscribe__button {
    font-size: 0.7rem;
    padding-right: 10px;
    padding-left: 10px;
}

.inform__title {
    font-weight: 400;
}

b, strong {
    font-weight: 600;
}

/* .ccf-blog-list .approach__container {
  padding: 10px;
  background-color: #ffffff;
} */


.ccf-blog-list .approach__container .approach__title,
.ccf-blog-list .approach__container .approach__content {
  min-height: auto;
  padding: 20px;
}

.ccf-blog-list .approach__container .approach__content p {
  font-size: 0.9rem;
  color: #548FAA;
}

.ccf-blog-list .approach__container .title,
.ccf-blog-list .ccf-page-heading .approach__container {
  padding-bottom: 0;
  font-weight: 400;
}

.ccf-blog-list .approach__bar {
  width: calc(100% / 4 - 10px * 2);
  margin: 10px 20px;
  padding: 20px;
  background-color: #ffffff;
}

.ccf-blog-list .approach__bar h3 {
  font-size: .9rem;
  text-transform: uppercase;
  color: rgb(11, 63, 83);
  
}

.ccf-blog-list .approach__bar a {
  padding: 20px 0;
  font-size: .8rem;
  text-decoration: none;
  
}


.ccf-blog-list .dbox__header {
  display: block;
  width: 100%;
}

.ccf-blog-list .approach__bar span {
  float: right;
  margin-right: 10px;
  font-size: 0.8rem;
  
}

.ccf-blog-list .ccf-page-heading .approach__container  {
  background-color: aliceblue;
}

.ccf-blog-list .approach__container .title span {
  margin-top: 5px;
  font-size: 0.9rem;
}

  .ccf-showcase  {
  max-width: 100%;
  display: grid;
  grid-auto-flow:row;
  grid-template-rows: 50% 50%;
  grid-auto-flow:column;
  grid-template-columns: 50% 50%;
}


/*  ---------------  CCF - END Custom ------------------  */


/* Adaptation */

@media (max-width: 1040px) {

  /* services */

  .services__service {
    width: calc(100% / 3 - 10px * 2);
  }

  /* services */

  .features__feature {
    width: calc(100% / 2 - 10px * 2);
  }
  
  .ccf-blog-list .approach__bar {
    width: calc(100% / 4 - 10px * 2);
    background-color: aliceblue;
  }
  



}

@media (max-width: 900px) {
  
  .ccf-showcase  {
    max-width: 100%;
    display: block;
  }

  /* services */

  .services__service {
    width: calc(100% / 2 - 10px * 2);
  }

  /* panel */

  .panel {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .panel__container {
    width: 100%;
  }

  .panel__slogan {
    margin-right: 10px;
  }

  /* clients */

  .clients__client {
    width: calc(100% / 3 - 10px * 2);
  }

  /* footer */

  .footer__col {
    width: calc(100% / 2 - 10px * 2);
    margin: 10px;
  }

  .footer__col_about {
    width: calc(100% - 10px * 2);
    margin: 10px;
  }

}

@media (max-width: 770px) {

  html {
    font-size: 14px;
  }

}

@media (max-width: 660px) {


  /* section */

  .section__mt {
    margin-top: 100px;
  }

  .section__mb {
    margin-top: 100px;
  }

  /* clients */

  .clients__client {
    width: calc(100% / 2 - 10px * 2);
  }

  /* steps */

  .steps__step {
    width: calc(100% - 10px * 2);
  }

  /* approach */

  .approach {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .approach__bar {
    width: calc(100% - 10px * 2);
    margin: 10px;
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
    padding-top: 30px;
    padding-right: 0;
  }

  .inform__image {
    height: 200px;
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  
 .ccf-showcase .inform__image {
    height: initial;
    margin: 10px;
  }

  /* inform */

  .inform {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .inform__item {
    width: calc(100% - 10px * 2);
    margin: 10px;
  }

  /* footer */

  .footer__col {
    width: calc(100% - 10px * 2);
    margin: 10px;
    margin-bottom: 30px;
  }
}

@media (max-width: 550px) {
  /* services */

  .services__service {
    width: calc(100% - 10px * 2);
  }

  /* panel */

  .panel__container {
    display: block;
  }

  .panel__slogan {
    margin: 10px;
  }

  /* illustration */

  .illustration {
    height: 300px;
  }

  /* video*/

  .video__container {
    height: 250px;
  }

  /* faq */

  .faq__question {
    padding: 10px 15px;
  }

  .faq__num {
    width: 25px;
    height: 25px;
  }

  .faq__num::after {
    font-size: 1.6rem;
  }

  .faq__num_m_r {
    margin-right: 10px;
  }

  .faq__txt {
    margin: 15px 20px;
  }

  /* gw-timer */

  .gw-timer__amount {
    font-size: 25px;
    line-height: 50px;
    font-weight: 900;
    width: 40px;
  }

  .gw-timer__desc {
    color: #8d8d8d;
    font-size: 12px;
    font-weight: 400;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

}

@media (max-width: 500px) {
  html {
    font-size: 13px;
  }
}

@media (max-width: 400px) {

  html {
    font-size: 12px;
  }

  /* illustration */

  .illustration {
    height: 200px;
  }

  /* gw-timer */

  .gw-timer__item {
    margin-right: 2px;
    margin-left: 2px;
  }
}