/*------------------------------------------------------------------//
  Normalize:
//------------------------------------------------------------------*/
html {
  overflow-x: hidden !important;
}

ul,
ul li {
  margin: 0;
  padding: 0;
}

a,
a:active,
a:hover,
input,
textarea {
  outline: none;
}

pre,
textarea {
  overflow: auto;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background: 0 0;
  text-decoration: none;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
optgroup,
strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

svg:not(:root) {
  overflow: hidden;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

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

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

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

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

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  border: 0;
  margin: 0;
  padding: 0;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  outline: none;
}

ul li {
  list-style-type: none;
}

img {
  border: none;
}

textarea {
  resize: none;
}

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

a {
  outline: none;
}

a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

input::-ms-clear {
  display: none;
}

* {
  outline: none !important;
}

/*------------------------------------------------------------------//
  Theme Options:
//------------------------------------------------------------------*/
@media (min-width: 1200px) {
  .container {
    width: 1200px;
    padding: 0;
  }
}

.bg {
  background: #fafafa;
}

/*------------------------------------------------------------------//
  Main.CSS:
//------------------------------------------------------------------*/
body {
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.01em;
  line-height: 1.5;
}

.header {
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: 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-shadow: 0 1px 5px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.075);
  z-index: 99999;
}

.header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header-menu ul li {
  display: inline-block;
}

.header-menu ul li a {
  display: inline-block;
  font-size: 15px;
  line-height: 28px;
  color: #5c7882;
  font-weight: 500;
  padding: 11px 20px;
}
.header-search .in {
  display: flex;
  justify-content: center;
}
.header-search .in input[type="search"] {
  background: #d4d4d45c;
  border: 0;
  width: 40px;
  height: 25px;
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
.header-search .in input[type="search"]:focus {
  width: 130px;
}
.header-search .in button {
  padding: 0;
  width: 20px;
  height: 20px;
  background: none;
  border: none;
}
.header-search .in .searchs i {
  display: flex;
  align-items: center;
  padding: 5px;
  justify-content: center;
}


.slider {
  position: relative;
  background: #f1f1f25c;
  height: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider:after {
  content: "";
  background: url(../images/background.png);
  height: 600px;
  z-index: 15 !important;
  width: 100%;
  position: absolute;
  top: -117px;
  left: 125px;
  pointer-events: none;
}

.slider-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.slider-text {
  width: 50%;
  text-align: left;
}

.slider-text span {
  display: block;
  line-height: 55px;
  font-size: 45px;
  color: #e2003e;
  font-weight: 500;
  margin-bottom: 15px;
}

.slider-text p {
  line-height: 28px;
  font-size: 18px;
  color: #5c7882;
  margin-bottom: 15px;
}

.slider-button {
  display: inline-block;
  vertical-align: middle;
  font: inherit;
  font-weight: 700;
  text-align: center;
  margin: 0;
  cursor: pointer;
  padding: 8px 35px;
  border-radius: 100px;
  border: 2px solid #d9d9dc;
  color: #ffffff;
  background: #5d7782;
  line-height: 1.5;
  border: 0;
}

.slider-button a {
  color: #ffffff;
}

.slider-bottom-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 60px;
  line-height: 60px;
  color: #fff;
}

.slider-bottom-item .icon {
  font-size: 45px;
  margin-right: 11px;
}

.slider-bottom-item .text {
  font-size: 20px;
}

.slider-bottom .form {
  background: #2a9bb9;
}

.slider-bottom .tel {
  background: #f40144;
}

.slider-bottom .whatsapp {
  background: #4fce5d;
}

.home-title {
  text-align: center;
  padding: 15px 0;
}

.home-title-head {
  /* border-bottom: 1px solid #626262; */
  padding-bottom: 10px;
  color: #333;
  font-weight: 500;
  font-size: 28px;
  position: relative;
  margin-bottom: 14px;
  display: block;
  display: block;
  padding: 0 15px;
}

.home-title-head h1, h2, h3 {
    font-size: 26px;
    display: block;
}



.home-title-head::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -14px;
  height: 3px;
  width: 100px;
  background-color: #f40144;
}

.home-app {
  padding: 35px 0px;
}

.home-app-content {
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.12);
  -webkit-transition: -webkit-box-shadow 0.35s ease-in-out;
  transition: -webkit-box-shadow 0.35s ease-in-out;
  transition: box-shadow 0.35s ease-in-out;
  transition: box-shadow 0.35s ease-in-out, -webkit-box-shadow 0.35s ease-in-out;
  margin-bottom: 15px;
}

.home-app-content a.title {
  background: white;
  font-size: 22px;
  display: block;
  color: #333;
  text-align: center;
  padding: 15px;
}

.home-app-content figure img {
  width: 100%;
  height: auto;
}

.contact .wp {
  background: #3bc039;
}

.contact .tl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #333;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.contact-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 23px;
}

.contact-inner .icon {
  font-size: 82px;
  color: #fff;
  padding: 0 20px;
}

.contact-inner .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.contact-inner .text span {
  font-size: 25px;
  color: #ffffff;
}

.contact-inner .text a {
  font-size: 25px;
  color: #ffffff;
  font-weight: 600;
}

main #faq {
  background: url(../images/contactbg.jpg);
  margin-top: 50px;
  padding: 25px 0;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.12);
}

main #faq .title {
  /* border-bottom: 1px solid #626262; */
  padding-bottom: 10px;
  color: #333;
  font-weight: 500;
  font-size: 28px;
  position: relative;
  margin-bottom: 14px;
  display: block;
  display: block;
  padding: 0 15px;
  text-align: center;
}

main #faq .title::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  height: 3px;
  width: 100px;
  background-color: #f40144;
}

main #faq .form-in {
  height: 100%;
}

main #faq .form-in input[type="text"] {
  font-family: "Raleway", sans-serif;
  width: 100%;
  background: #ffff;
  height: 50px;
  padding: 15px;
  margin-bottom: 15px;
  border: 0;
  color: #14243b;
  -webkit-box-shadow: 0 0 2px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 0 0 2px 0px rgba(0, 0, 0, 0.35);
}

main #faq .form-in input[type="text"]::-webkit-input-placeholder {
  font-weight: 500;
  color: #14243b;
}

main #faq .form-in input[type="text"]:-ms-input-placeholder {
  font-weight: 500;
  color: #14243b;
}

main #faq .form-in input[type="text"]::-ms-input-placeholder {
  font-weight: 500;
  color: #14243b;
}

main #faq .form-in input[type="text"]::placeholder {
  font-weight: 500;
  color: #14243b;
}

main #faq .form-in input[type="text"]:hover {
  -webkit-box-shadow: 0 0 2px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 0 0 2px 0px rgba(0, 0, 0, 0.35);
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}

main #faq .form-in input[type="submit"] {
  display: block;
  background: #f40144;
  color: #14243b;
  font-size: 19px;
  font-weight: 600;
  width: 100%;
  padding: 13px 57px;
  border: 0;
  margin: 0 auto;
  color: #ffff;
}

main #faq .form-in textarea {
  width: 100%;
  background: #ffffff;
  padding: 15px;
  height: 100px;
  margin-bottom: 15px;
  border: 0;
  -webkit-box-shadow: 0 0 2px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 0 0 2px 0px rgba(0, 0, 0, 0.35);
}

main #faq .form-in textarea::-webkit-input-placeholder {
  font-weight: 400;
  color: #14243b;
}

main #faq .form-in textarea:-ms-input-placeholder {
  font-weight: 400;
  color: #14243b;
}

main #faq .form-in textarea::-ms-input-placeholder {
  font-weight: 400;
  color: #14243b;
}

main #faq .form-in textarea::placeholder {
  font-weight: 400;
  color: #14243b;
}

main .online {
  background: url(https://www.labistanbul.com.tr/wp-content/themes/crabsmedia/lib/images/onlineBg.jpg);
  background-attachment: fixed;
  background-size: cover;
}

main .online .online-content {
  padding: 35px 0px;
  text-align: center;
}

main .online .online-content h3 {
  font-size: 43px;
  font-weight: 500;
  color: #ffffff;
  font-family: "CentraNo2-Medium", sans-serif;
  text-align: center;
}

main .online .online-content h3:after {
  content: "";
  display: block;
  background: #c2c2c2;
  height: 2px;
  width: 5%;
  margin: 6px auto;
}

main .online .online-content p {
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  font-family: "CentraNo2-Book", sans-serif;
  margin-bottom: 15px;
  margin-top: 24px;
  text-align: center;
}

main .online .online-content a {
  font-size: 70px;
  font-weight: 500;
  color: #ffffff;
  font-family: "CentraNo2-Book", sans-serif;
  margin-bottom: -4px;
  margin-top: 24px;
  text-align: center;
}

footer {
  background-color: #f4f4f4;
  padding: 60px 0;
  border-top: 20px solid #f40144;
  margin-top: -3px;
}

footer .f-border {
  border-right: 2px solid #ebebeb;
}

.footer-contact {
  text-align: center;
}

.footer-contact p {
  font-size: 16px;
  font-weight: 500;
  margin-top: 9px;
  color: #333;
  line-height: 1.4;
  word-spacing: 2.1px;
  margin-bottom: 15px;
}

.footer-contact span {
  font-size: 16px;
  font-weight: 500;
}

.footer-contact .phone {
  color: #333;
  font-size: 16px;
  font-weight: 500;
}

.footer-contact .social {
  padding: 18px 2px;
}

.footer-contact .social a {
  color: #f40144;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border: 2px solid #333;
  border-radius: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 35px;
  height: 35px;
}

.footer-contact .social a i {
  color: #333;
}

.footer-menu {
  padding: 0px 15px;
}

.footer-menu h3 {
  color: #333;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 19px;
}

.footer-menu ul li a {
  display: block;
  font-size: 14px;
  margin: 10px 0;
  color: #333;
  font-weight: 500;
}

.detailPage .bottom-bar .breadcrumbs span {
  color: #333;
  padding: 0 5px;
  font-size: 13px;
}

.detailPage .bottom-bar .breadcrumbs span a {
  color: #333;
  font-weight: 500;
}

.detailPage .bottom-bar .breadcrumbs span:after {
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  margin: 0 0 0 15px;
}

.detailPage .bottom-bar .breadcrumbs span:first-child {
  padding-left: 0;
}

.detailPage .bottom-bar .breadcrumbs span:last-child {
  padding-right: 0;
}

.detailPage .bottom-bar .breadcrumbs span:last-child:after {
  display: none;
}

.detailPage-inner {
  margin: 30px 0;
}

.detailPage-content p {
  color: #212529;
  font-size: 18px;
}

.detailPage-content-title {
  font-size: 40px;
  padding: 0 0px 26px 0px;
  color: #333;
  -webkit-box-shadow: inset 0 0 15px 5px #0000002e;
  box-shadow: inset 0 0 22px -3px #0000002e;
  width: 100%;
}

.detailPage-content-title h1 {
  font-size: 40px;
}

.detailPage-sidebar-menu ul li a {
  position: relative;
  color: #0a4c8f;
  display: block;
  padding: 14px 5px;
  font-size: 14px;
  font-weight: 500;
  border-bottom: 1px solid #55595b1a;
}

.detailPage-sidebar-menu ul li a:before {
  display: inline-block;
  font-style: normal;
  font-weight: bold;
  color: #0a4c8f;
  font-family: "Font Awesome 5 Free";
  content: "\f0da";
  font-size: 14px;
  padding-right: 7px;
  padding-left: 7px;
}

.detailPage-content h2,
h3,
h4 {
  font-size: 26px !important;
  color: #f40144;
  margin: 14px 0px;
  font-weight: 600;
}

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

.detailPage-content .first-img {
  float: left;
  padding: 6px 15px;
}

.detailPage-recent {
  background: #fbfbfb;
  padding: 30px 0px 45px;
}

.detailPage-recent .head {
  text-align: center;
  font-weight: 500;
  font-size: 29px;
  color: #333;
  margin-bottom: 15px;
}

.detailPage-recent-slider {
  position: relative;
  z-index: 9999;
}

.detailPage-recent-slider .item {
  position: relative;
  z-index: 999;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.12);
  -webkit-transition: -webkit-box-shadow 0.35s ease-in-out;
  transition: -webkit-box-shadow 0.35s ease-in-out;
  transition: box-shadow 0.35s ease-in-out;
  transition: box-shadow 0.35s ease-in-out, -webkit-box-shadow 0.35s ease-in-out;
  margin: 10px 15px;
}

.detailPage-recent-slider .item a.title {
  background: white;
  font-size: 22px;
  display: block;
  color: #333;
  text-align: center;
  padding: 15px;
}

.detailPage-recent-slider .item a.title a {
  color: #333;
}

.detailPage-content ul {
  margin-bottom: 20px;
  padding-left: 20px;
  text-align: left;
}
.detailPage-content ul li {
  list-style-type: disc;
  color: #212529;
  font-size: 18px;
}

.detailPage-content .whatsapp-contact {
  width: 80%;
  text-align: center;
  margin: 25px auto;
}

.detailPage-content .whatsapp-contact .title {
  background-color: #44b830;
  color: #fff;
  padding: 0 25px;
  margin: 0;
  line-height: 50px;
  font-size: 20px;
}

.detailPage-content .whatsapp-contact p {
  margin: 15px 0;
  text-align: center;
}

.detailPage-content .whatsapp-contact .text {
  border: 1px solid #ccc;
}

.detailPage-content .whatsapp-contact a {
  width: 150px;
  margin: 15px auto;
  display: block !important;
  border-radius: 5px;
  color: #fff;
  background-color: #44b830;
  text-align: center;
  text-decoration: none;
  line-height: 40px;
}

.detailPage-content .whatsapp-contact a.more {
  width: 150px;
  margin: 15px auto;
  display: block !important;
  border-radius: 5px;
  color: #fff;
  background-color: #000 !important;
  text-align: center;
  text-decoration: none;
  line-height: 40px;
}

.detailPage-contact {
  margin: 0;
}
.detailPage-contact aside .info {
  margin: 35px 0;
  padding: 15px;
  border: 1px solid #ededed;
  border-top: 4px solid #f40144;
  border-radius: 5px;
}
.detailPage-contact aside .info span {
  display: block;
  padding: 15px 0;
  border-bottom: 1px solid #ededed;
  font-weight: 500;
}
.detailPage-contact aside .info span i {
  margin-right: 7.5px;
}
.detailPage-contact aside .info span a {
  color: #333;
}
.detailPage-contact aside .info .social a {
  padding: 12px 29px;
  display: inline-flex;
  font-size: 22px;
  color: #333;
}
.detailPage-contact .contact-form {
  margin: 35px 0;
}
.detailPage-contact .contact-form .column {
  padding: 15px;
}
.detailPage-contact .contact-form .column input,
.detailPage-contact .contact-form .column textarea {
  width: 100%;
  padding: 20px;
  background-color: #f2f2f2;
  border: 1px solid #ddd;
}
.detailPage-contact .contact-form .column input[type="submit"] {
  background: #f85032;
  background: -moz-linear-gradient(top, #f85032 0%, #f6290c 51%, #ff0b0f 71%, #ff0b0f 100%);
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, #f85032),
    color-stop(51%, #f6290c),
    color-stop(71%, #ff0b0f),
    color-stop(100%, #ff0b0f)
  );
  background: -webkit-linear-gradient(top, #f85032 0%, #f6290c 51%, #ff0b0f 71%, #ff0b0f 100%);
  background: -o-linear-gradient(top, #f85032 0%, #f6290c 51%, #ff0b0f 71%, #ff0b0f 100%);
  background: -ms-linear-gradient(top, #f85032 0%, #f6290c 51%, #ff0b0f 71%, #ff0b0f 100%);
  background: linear-gradient(to bottom, #f85032 0%, #f6290c 51%, #ff0b0f 71%, #ff0b0f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f85032', endColorstr='#ff0b0f', GradientType=0);
  color: #fff;
  display: block;
  float: right;
  width: 125px;
  text-align: center;
  padding: 10px 0;
  border-radius: 5px;
  font-weight: bold;
}

.footer-contact img {
  text-align: center;
  margin: 0 auto;
  display: block;
}

.c-quick-contact {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #e6007e;
  -webkit-transition: opacity 0.3s ease-in-out, visibility 0s ease 0.3s;
  -o-transition: opacity 0.3s ease-in-out, visibility 0s ease 0.3s;
  -moz-transition: opacity 0.3s ease-in-out, visibility 0s ease 0.3s;
  transition: opacity 0.3s ease-in-out, visibility 0s ease 0.3s;
  display: none;
}
.is-not-scrolled:not(.is-off-canvas-active) .c-quick-contact {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s ease-in-out, visibility 0s ease 0s;
  -o-transition: opacity 0.3s ease-in-out, visibility 0s ease 0s;
  -moz-transition: opacity 0.3s ease-in-out, visibility 0s ease 0s;
  transition: opacity 0.3s ease-in-out, visibility 0s ease 0s;
}
.c-quick-contact__text {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}
.c-quick-contact__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.c-quick-contact__item {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
}
.c-quick-contact__item:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.89);
}
.c-quick-contact__item:not(:first-child) {
  border-left: 1px solid rgba(255, 255, 255, 0.15);
}
.c-quick-contact__link {
  display: inline-block;
  vertical-align: middle;
  font: inherit;
  font-weight: 6000;
  text-align: center;
  margin: 0;
  cursor: pointer;
  padding: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 0;
  border-width: 0;
  background: 0 none;
  color: #5d5c63;
  line-height: 1.5;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 57px;
  color: #fff;
  background-color: #f40144;
}
.c-quick-contact__link:focus {
  outline: 0;
}
.c-quick-contact__link:active {
  opacity: 0.8;
}
.c-quick-contact__link,
.c-quick-contact__link:active,
.c-quick-contact__link:focus,
.c-quick-contact__link:hover {
  text-decoration: none;
}
.c-quick-contact__icon,
.c-quick-contact__label {
  display: block;
}
.c-quick-contact__icon {
  margin-top: 1px;
  margin-bottom: 1px;
  font-size: 22px;
}
.c-quick-contact__label {
  font-size: 14px;
  font-weight: 400;
}
.is-scrolled .c-quick-contact:not(.is-active) {
  visibility: hidden;
  opacity: 0;
}
.is-scrolled--to-top:not(.is-off-canvas-active) .c-quick-contact:not(.is-active) {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in-out, visibility 0s ease 0s;
  -o-transition: opacity 0.3s ease-in-out, visibility 0s ease 0s;
  -moz-transition: opacity 0.3s ease-in-out, visibility 0s ease 0s;
  transition: opacity 0.3s ease-in-out, visibility 0s ease 0s;
}
.is-off-canvas-active .c-quick-contact {
  visibility: hidden;
  opacity: 0;
}
.c-quick-contact__popup {
  left: 0;
  width: 100%;
  height: -webkit-calc(100% - 70px);
  height: -moz-calc(100% - 70px);
  height: calc(100% - 70px);
}
.c-quick-contact.is-active .c-quick-contact__item--popup .c-quick-contact__popup {
  top: 0;
}
