@charset "UTF-8";
/* Обнуление */
/* Reset and base styles  */
* {
  padding: 0px;
  margin: 0px;
}

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

:focus,
:active {
  /*outline: none;*/
}

a:focus,
a:active {
  /* outline: none;*/
}

/* Links */
a, a:link, a:visited {
  /* color: inherit; */
  text-decoration: none;
  /* display: inline-block; */
}

a:hover {
  /* color: inherit; */
  text-decoration: none;
}

/* Common */
aside, nav, footer, header, section, main {
  display: block;
}

h1, h2, h3, h4, h5, h6, p {
  font-size: inherit;
  font-weight: inherit;
}

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

img {
  vertical-align: top;
}

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

address {
  font-style: normal;
}

/* Form */
input, textarea, button, select {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
}

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

button, input[type=submit] {
  display: inline-block;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
  cursor: pointer;
}

input:focus, input:active,
button:focus, button:active {
  outline: none;
}

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

label {
  cursor: pointer;
}

legend {
  display: block;
}

/**************************************************************************************************/
/********************************************************************** PROCEDURE CHARACTERISTICS */
#procedCharacts {
  margin-bottom: 35px !important;
}
#procedCharacts div.feature {
  float: left;
  width: 100%;
  border-bottom: dashed 1px #000;
  padding-top: 5px;
  padding-bottom: 5px;
}
#procedCharacts div.featureName {
  float: left;
  width: 60%;
  font-weight: bold;
  color: #86214d;
}
#procedCharacts div.featureValue {
  float: left;
  width: 40%;
  text-align: right;
}

/**********************************************************************************************************************/
code {
  display: none;
  background-color: #fff !important;
}

body {
  background-color: #f2e9e4;
}

/********************************************************************************[PRELOADED FONTS]*/
@font-face {
  font-family: "Playfair Display";
  src: url(../fonts/Candara.ttf);
}
@font-face {
  font-family: latoregular;
  src: url(../fonts/latoregular.ttf);
}
@font-face {
  font-family: Candara;
  src: url(../fonts/Candara.ttf);
}
@font-face {
  font-family: Journalism;
  src: url(../fonts/journalism2.ttf);
}
/**************************************************************************************************/
/* --- Basic typography --- */
/**************************************************************************************************/
a:active, a:focus {
  outline: 0;
}

img {
  border: none;
}

b {
  color: #86214d;
}

/**************************************************************************************************/
/*****************************************************************************************[HEADER]*/
header {
  background-color: #ccc;
  background: url("../../../images/headers/homepage-hero-bg_02_cropped.jpg") no-repeat;
  background-size: cover;
  padding-bottom: 10px;
  background-position: center;
}
@media (max-width: 767px) {
  header {
    background: url("../../../images/headers/homepage-hero-bg_05_vertical_opacity.jpg") no-repeat;
    background-size: cover;
    background-position: center;
  }
}
header div.langSwitcher {
  border: 0px solid #777;
  padding: 15px;
  text-align: left;
}
header div.address {
  margin: 0;
  text-align: center;
  border: 0px solid #777;
  color: #86214d;
  margin: 0;
  padding: 0px 0;
  font-size: 1.2em;
  font-weight: normal;
  opacity: 0.9;
  letter-spacing: 1.5px;
}
header div.cаllButton {
  margin: 0;
  margin-top: 10px;
  text-align: center;
  border: 0px solid #777;
}
header div.cаllButton img.phone {
  width: 25px;
  margin-right: 7px;
  position: relative;
  top: 0.5em;
}
header div.cаllButton a {
  border: 2px solid #86214D;
  background: rgba(134, 33, 77, 0.85); /*background: #86214D;*/
  color: #fff;
  font-family: latoregular;
  line-height: 45px;
  border-radius: 10px;
  text-decoration: none;
  text-align: center;
  margin: 0;
  text-align: center;
}
header div.cаllButton a img {
  position: relative;
  top: 0.5em;
}
@media (min-width: 1200px) {
  header div.cаllButton a {
    padding: 5px 12px;
    font-size: 28px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  header div.cаllButton a {
    padding: 5px 10px;
    font-size: 22px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  header div.cаllButton a {
    padding: 5px 10px;
    font-size: 22px;
    white-space: nowrap;
  }
}
header div.logo {
  text-align: center !important;
  margin-top: 20px;
  margin-bottom: 10px;
}
@media (min-width: 1200px) {
  header div.logo img {
    width: 180px;
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  header div.logo img {
    width: 150px;
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  header div.logo img {
    width: 120px;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  header div.logo img {
    width: 90px;
    margin-bottom: 5px;
  }
}
header h1 {
  font-family: Candara, arial;
  line-height: 1.05;
  margin-top: 0px !important;
  letter-spacing: 2px;
}
@media (max-width: 767px) {
  header h1 {
    letter-spacing: 0px;
  }
}
header h1 small {
  font-family: Candara, arial;
}
@media (min-width: 1200px) {
  header h1 small {
    font-size: 60%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  header h1 small {
    font-size: 59%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  header h1 small {
    font-size: 58%;
  }
}
@media (max-width: 767px) {
  header h1 small {
    font-size: 57%;
  }
}
header p.aboutservise {
  color: #86214d;
  font-family: Candara, arial;
  text-align: center;
  line-height: 130%;
  text-shadow: 0px 0px 32px #86214d;
  -webkit-filter: glow(color=#EEEE00, strength=3);
          filter: glow(color=#EEEE00, strength=3);
}
@media (min-width: 1200px) {
  header p.aboutservise {
    font-size: 30px;
    margin-bottom: 30px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  header p.aboutservise {
    font-size: 27px;
    margin-bottom: 25px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  header p.aboutservise {
    font-size: 22px;
    margin-bottom: 25px !important;
  }
}
@media (max-width: 767px) {
  header p.aboutservise {
    font-size: 20px;
    margin-bottom: 25px !important;
  }
}
header .salebox {
  border: 0px solid red;
  border-radius: 0px;
  color: #fff;
  padding-bottom: 10px;
  font-family: Candara;
  text-align: center;
}
header .salebox p {
  font-family: Candara;
  color: #fff;
  text-align: center;
}
@media (min-width: 1200px) {
  header .salebox p {
    font-size: 25px !important;
    line-height: 160%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  header .salebox p {
    font-size: 23px !important;
    line-height: 180%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  header .salebox p {
    font-size: 20px !important;
    line-height: 160%;
  }
}
@media (max-width: 767px) {
  header .salebox p {
    font-size: 20px !important;
    line-height: 170%;
  }
}
header .salebox a {
  color: #fff;
  text-decoration: none;
}

/**************************************************************************************************/
/*****************************************************************************************[SLOGAN]*/
#slogan {
  border-radius: 7px;
}
@media (min-width: 1200px) {
  #slogan {
    margin: 60px 350px;
    padding: 60px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #slogan {
    margin: 40px 150px;
    padding: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #slogan {
    margin: 20px 100px;
    padding: 20px;
  }
}
@media (max-width: 767px) {
  #slogan {
    margin: 0px 50px;
    padding: 0px;
  }
}
#slogan h2 {
  font-family: Candara, arial;
  font-size: 45px !important;
  font-stretch: normal !important;
  font-style: normal !important;
  font-weight: normal !important;
  line-height: 120%;
  color: #151922 !important;
  margin-top: 30px;
  margin-bottom: 20px !important;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  #slogan h2 {
    font-size: 45px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #slogan h2 {
    font-size: 40px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #slogan h2 {
    font-size: 35px !important;
  }
}
@media (max-width: 767px) {
  #slogan h2 {
    font-size: 30px !important;
  }
}
#slogan h2 small {
  margin-top: 50px;
  font-size: 60%;
  font-family: Candara, arial;
  color: #86214d;
}
#slogan span.logo {
  background-image: url("https://www.browshow.studio/images/ico/logo-small.png");
  width: 30px;
  height: 30px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  position: relative;
  top: 0.25em;
  margin: 0 15px;
}

/**************************************************************************************************/
/******************************************************************************************[INTRO]*/
#intro {
  margin-bottom: 50px;
}
@media (min-width: 1200px) {
  #intro {
    padding: 100px 250px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #intro {
    padding: 125px 150px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #intro {
    padding: 100px 100px;
  }
}
@media (max-width: 767px) {
  #intro {
    padding: 20px 10px;
  }
}
#intro .introText {
  font-family: Candara;
  font-size: 1.75em;
  color: #555 !important;
  line-height: 1.25;
  text-align: left;
}
@media (min-width: 1200px) {
  #intro .introText {
    font-size: 1.75em;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #intro .introText {
    font-size: 1.55em;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #intro .introText {
    font-size: 1.35em;
    text-align: justify;
    padding-top: 25px;
  }
}
@media (max-width: 767px) {
  #intro .introText {
    font-size: 1.25em;
    text-align: justify;
    padding-top: 25px;
  }
}

/**************************************************************************************************/
h1 {
  font-stretch: normal !important;
  font-style: normal !important;
  font-weight: normal !important;
  color: #86214d !important; /*fff*/
  margin-top: 0px;
  text-align: center;
  font-family: Candara, arial;
}
@media (min-width: 1200px) {
  h1 {
    font-size: 65px !important;
    line-height: 70%;
    margin-bottom: 30px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  h1 {
    font-size: 55px !important;
    line-height: 70%;
    margin-bottom: 25px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  h1 {
    font-size: 45px !important;
    line-height: 70%;
    margin-bottom: 25px !important;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 33px !important;
    line-height: 90%;
    margin-bottom: 25px !important;
  }
}

h3 {
  font-family: Candara, arial;
  font-size: 4.2em;
  font-weight: bold;
  color: #86214d; /*c7254e*/
  text-align: center;
  border-bottom: 0px solid #86214d; /*c7254e*/
  text-shadow: #bbb 2px 2px 5px;
}

/***********************************************************************************[LEFT MODULES]*/
div.left_modules {
  border: 0px solid Orchid;
  margin-top: 40px;
  margin-bottom: 0px;
  padding-right: 40px;
  color: #333;
  font-family: Candara;
  font-size: 17px !important;
  line-height: 150%;
}
@media (min-width: 1200px) {
  div.left_modules {
    margin-top: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  div.left_modules {
    margin-top: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  div.left_modules {
    margin-top: 40px;
    padding-right: 0px;
  }
}
@media (max-width: 767px) {
  div.left_modules {
    margin-top: 20px;
    padding-right: 0px;
  }
}
div.left_modules div.custom h3 {
  border-bottom: none;
  text-align: left;
}
div.left_modules .moduletable {
  margin-bottom: 40px;
}
div.left_modules h3 {
  font-family: Candara;
  color: #000 !important;
  font-size: 21px !important;
  font-weight: bold;
  line-height: 130%;
  margin-bottom: 15px !important;
  padding: 0;
}
div.left_modules ul {
  /*margin-left: -15px;*/
  /*margin-bottom: 40px;*/
}
div.left_modules li {
  /*list-style: square;*/
  /*color: #000 !important;*/
  /*font-size: 17px !important;*/
  /*line-height: 150%;*/
  /*font-family: Candara;*/
}
div.left_modules img {
  width: 100%;
}
div.left_modules .btn-info {
  color: #ffffff;
  background-color: #86214d;
  border-color: #86214d;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#86214d), to(#973045));
  background-image: linear-gradient(to bottom, #86214d 0%, #973045 100%);
}

/**************************************************************************************************/
/* --- Zebra rows --- */
div.odd {
  background: #fae1dd;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 60px;
  padding-bottom: 50px;
  border-right: 1px solid #fec5bb;
  border-bottom: 1px solid #fec5bb;
  margin-bottom: 0px;
}

div.even {
  background: none;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 60px;
  padding-bottom: 50px;
  border-right: 1px solid #fec5bb;
  border-bottom: 1px solid #fec5bb;
  margin-bottom: 0px;
}

/*********************************************************************************[ITEM FULL TEXT]*/
div.itemFullText .social img {
  width: 50px !important;
  margin-top: 15px;
  margin-right: 2px;
  display: initial;
  border: none;
}
div.itemFullText h3 {
  text-align: left;
  padding-top: 4em;
}
div.itemFullText img {
  width: 70% !important;
  margin: auto;
  display: block;
  -webkit-filter: drop-shadow(0 0 0.75rem #ccc);
          filter: drop-shadow(0 0 0.75rem #ccc);
  border: 5px solid #fff;
}
@media (max-width: 428px) {
  div.itemFullText img {
    width: 95% !important;
  }
}
@media (max-width: 768px) {
  div.itemFullText ol {
    padding-left: 20px;
  }
  div.itemFullText li {
    padding-left: 0px;
  }
  div.itemFullText ul {
    padding-left: 20px;
    list-style-type: initial;
  }
}

/**************************************************************************************************/
/***********************************************************************************[LOGO DIVIDER]*/
div.divider {
  height: 100px;
  background-image: url("/images/ico/logo-small.png");
  background-repeat: no-repeat;
  background-position: center center;
  margin: 5em auto;
  text-align: center;
  border: 0px solid red;
  opacity: 0.75;
  -webkit-filter: brightness(0) saturate(100%) invert(20%) sepia(64%) saturate(1436%) hue-rotate(298deg) brightness(92%) contrast(100%);
          filter: brightness(0) saturate(100%) invert(20%) sepia(64%) saturate(1436%) hue-rotate(298deg) brightness(92%) contrast(100%);
}

/**************************************************************************************************/
/***********************************************************************************[CАLL BUTTONS]*/
div.getDetails {
  width: 100%;
  margin: 30px auto;
  border: 2px solid #e085ac;
  border-radius: 10px;
  background: #faebf1;
  line-height: 30px;
  padding: 30px 15px;
}
div.getDetails p {
  font-size: 1.5em !important;
  text-align: center;
}
div.getDetails .phoneNumber {
  font-size: 2.5em !important;
  font-weight: 400;
}
div.getDetails a {
  /*font-family: latoregular !important;*/
  color: #333;
  /*font-size: 14px;*/
  text-decoration: none;
  text-align: center;
  font-weight: normal !important;
  white-space: nowrap;
}
div.getDetails .whatsAppButton {
  background: #128c7e;
  color: #fff;
  border-radius: 40px;
  padding: 16px 32px;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  line-height: 120%;
  cursor: pointer;
  text-decoration: none;
}

@media (max-width: 767px) {
  .cаllbutton a {
    border: 2px solid #86214D;
    background: #86214D;
    padding: 15px 15px;
    line-height: 45px;
    color: #fff;
    font-family: latoregular;
    font-size: 14px;
    border-radius: 10px;
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
    font-weight: normal !important;
  }
}

.cаllbutton_whatsapp a img {
  position: relative;
  top: 0.7em;
}
@media (max-width: 767px) {
  .cаllbutton_whatsapp a {
    border: 2px solid #eacd93;
    background: #eacd93;
    padding: 15px 15px;
    line-height: 45px;
    color: #333;
    font-family: latoregular;
    font-size: 14px;
    border-radius: 10px;
    text-decoration: none;
    text-align: center;
    font-weight: normal !important;
    white-space: nowrap;
  }
}

/***********************************************************************************[CАLL BUTTONS]*/
/**************************************************************************************[COMPONENT]*/
.component {
  background: #f8f9fa; /* F6F6F6 */
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .component {
    padding: 40px;
    /*.component h2 {
    	font-family: Candara;
    	color: #151922 !important;
    	font-size: 34px !important;
    	font-weight: bold;
    	line-height: 130%;
    	margin-bottom: 15px !important;
    	padding: 0;
    }*/
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .component {
    padding: 30px;
    /*.component h2 {
    	font-family: Candara;
    	color: #151922 !important;
    	font-size: 23px !important;
    	font-weight: bold;
    	line-height: 130%;
    	margin-bottom: 15px !important;
    	padding: 0;
    }*/
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .component {
    padding: 30px;
    /*.component h2 {
    	font-family: Candara;
    	color: #151922 !important;
    	font-size: 23px !important;
    	font-weight: bold;
    	line-height: 130%;
    	margin-bottom: 15px !important;
    	padding: 0;
    }*/
  }
}
@media (max-width: 767px) {
  .component {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px;
    /*.component h2 {
    	font-family: Candara;
    	color: #151922 !important;
    	font-size: 23px !important;
    	font-weight: bold;
    	line-height: 130%;
    	margin-bottom: 15px !important;
    	padding: 0;
    }*/
  }
}

/**************************************************************************************[COMPONENT]*/
div.itemList div.catItemHeader h3.catItemTitle {
  border-bottom: none;
  background-position: left;
}

div.blog h3.catItemTitle {
  font-size: 2.5em;
  padding-top: 0em;
  text-align: left;
  line-height: 30px;
}
div.blog div.itemContainer {
  padding-bottom: 120px;
}

/*****************************************************************************************************[GO BACK BUTTON]*/
.goBack {
  text-align: center;
}
.goBack a {
  color: #86214d;
  background-color: #faebf1;
  border: 1px solid #e085ac;
  text-transform: lowercase;
  margin-top: 0px;
  padding: 5px 22px 4px;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.4;
  cursor: pointer;
  white-space: nowrap;
  border-radius: 4px;
}
.goBack a:hover {
  color: #fff;
  background-color: #e085ac;
  border-color: #e085ac;
}
.goBack button {
  border: 1px solid #e085ac;
  text-transform: lowercase;
  /*line-height: 2.5em;*/
  /*line-height: 30px;*/
  margin-top: 0px;
  padding: 5px 22px 4px;
  vertical-align: middle;
}

/*****************************************************************************************************[GO BACK BUTTON]*/
div.catItemHeader div.catItemImageBlock {
  padding: 0px;
  margin: 0 0 30px 0;
}
div.catItemHeader div.catItemImageBlock span {
  display: block;
  text-align: center;
  margin: 0 0 8px 0;
}
div.catItemHeader div.catItemImageBlock span img {
  border: 1px solid #eee;
  padding: 0px;
}
div.catItemHeader h3.catItemTitle {
  background: url(../../../images/ico/logo-small.png) no-repeat left top;
  background-size: 40px;
  padding-left: 50px;
  padding-bottom: 8px !important;
  margin-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px) {
  div.catItemHeader h3.catItemTitle {
    background: url(../../../images/ico/logo-small.png) no-repeat left top;
    background-size: 40px;
    padding-left: 50px;
    padding-bottom: 0px !important;
    margin-bottom: 0px;
  }
}
@media (max-width: 767px) {
  div.catItemHeader h3.catItemTitle {
    background: url(../../../images/ico/logo-small.png) no-repeat left top; /*background: none !important;*/
    background-size: 30px !important;
    /*font-size: 18px !important;*/
    /*line-height: 1.0;*/
    padding-left: 40px !important; /*padding: 0px !important;*/
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
    margin-top: 5px !important;
    /*text-align: center !important;*/
  }
}

div.catItemIntroText {
  font-family: Candara;
  color: #333 !important;
  font-size: 18px !important;
  line-height: 150%;
  margin-bottom: 10px;
  margin-bottom: 0;
  padding-bottom: 0;
}

/* --- Clearing --- */
.clr {
  clear: both;
  height: 0;
  line-height: 0;
  display: block;
  float: none;
  padding: 0;
  margin: 0;
  border: none;
}

/* Read more link */
div.catItemReadMore {
  display: inline;
  float: left;
  margin-top: 5px;
}
div.catItemReadMore a {
  border: 2px solid #86214D;
  padding: 10px 20px;
  line-height: 45px;
  background: #86214D;
  color: #fff;
  font-family: latoregular;
  font-size: 14px;
  font-weight: normal !important;
  text-transform: uppercase;
  /*letter-spacing: 1px;*/
  /*border-radius: 10px;*/
  text-decoration: none;
  text-align: center;
}
/* --- Read more --- */
div.item-page div.page-header {
  border-bottom: none;
}
div.item-page div.page-header h2.itemTitle {
  font-size: 3.55em;
  color: #86214d;
  padding-top: 2em;
  padding-bottom: 0em;
  border-bottom: 1px solid #86214d;
  line-height: 1.2;
}
@media (max-width: 767px) {
  div.item-page div.page-header h2.itemTitle {
    font-size: 2.55em;
  }
}
div.item-page div.page-header h2 {
  font-family: Candara, arial;
  font-size: 3.55em;
  font-stretch: normal !important;
  font-style: normal !important;
  font-weight: normal !important;
  line-height: 100%;
  color: #86214d !important;
  margin-top: 0px;
  margin-bottom: 30px !important;
}
@media (min-width: 992px) and (max-width: 1199px) {
  div.item-page div.page-header h2 {
    font-size: 4em !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  div.item-page div.page-header h2 {
    font-size: 3em !important;
  }
}
@media (max-width: 767px) {
  div.item-page div.page-header h2 {
    font-size: 2em !important;
  }
}
div.item-page div.itemIntroText {
  font-family: Candara;
  color: #000 !important;
  font-size: 19px !important;
  font-weight: bold;
  line-height: 150%;
  margin-bottom: 30px !important;
  padding: 0;
}
@media (max-width: 767px) {
  div.item-page div.itemIntroText {
    font-family: Candara;
    color: #000 !important;
    font-size: 17px !important;
    font-weight: bold;
    line-height: 150%;
    margin-bottom: 30px !important;
    padding: 0;
  }
}
div.item-page div.itemIntroText p:first-letter {
  background: #86214D;
  display: block;
  float: left;
  font-size: 50px;
  line-height: 1;
  margin-bottom: 10px;
  margin-right: 15px;
  margin-top: 10px;
  padding: 20px 8px;
  text-align: center;
  color: #fff;
  font-family: Candara;
}
div.item-page div.itemFullText h3 {
  font-family: Candara;
  color: #86214d !important;
  font-size: 30px !important;
  font-weight: bold;
  line-height: 130%;
  margin-top: 3em;
  margin-bottom: 15px !important;
  padding: 0;
}
div.item-page div.itemFullText p {
  font-family: Candara;
  color: #333 !important;
  font-size: 18px !important;
  line-height: 150%;
  margin-bottom: 30px !important;
}
@media (max-width: 767px) {
  div.item-page div.itemFullText p {
    font-family: Candara;
    color: #333 !important;
    font-size: 17px !important;
    line-height: 150%;
    margin-bottom: 30px !important;
  }
}
div.item-page div.itemFullText ul {
  list-style: square;
  margin-bottom: 30px;
}
div.item-page div.itemFullText ol {
  margin-bottom: 30px;
}
div.item-page div.itemFullText li {
  font-family: Candara;
  color: #333 !important;
  font-size: 18px !important;
  line-height: 150%;
  margin-bottom: 5px !important;
}
div.item-page div.itemFullText img {
  width: 100%;
}
@media (max-width: 767px) {
  div.item-page div.itemFullText img {
    width: 100%;
  }
}

/**************************************************************************************************/
div.k2ItemsBlock a.moduleItemTitle {
  color: #000000;
  font-family: "Playfair Display", serif;
  font-size: 1.75rem;
  font-stretch: normal;
  font-style: normal;
  font-weight: normal;
  line-height: 1.39;
  margin-top: 20px !important;
  opacity: 1;
  text-align: center !important;
  margin-bottom: 20px !important;
  text-decoration: none;
}
div.k2ItemsBlock div.moduleItemIntrotext {
  color: rgba(0, 0, 0, 0.54);
  font-family: latoregular;
  font-size: 16px !important;
  line-height: 150%;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 15px;
}
div.k2ItemsBlock div.moduleItemIntrotext a.moduleItemImage img {
  margin-bottom: 20px;
}

a.moduleItemReadMore {
  border: 2px solid #973045;
  padding: 10px 20px;
  line-height: 45px;
  color: #000;
  margin-top: 60px;
  font-family: latoregular;
  font-size: 14px;
  letter-spacing: 1px;
  border-radius: 10px;
  text-decoration: none;
  text-align: center;
}

/**********************************************************************[PROCEDURE CHARACTERISTICS]*/
.sale {
  margin-top: 20px;
  margin-bottom: 50px;
  padding-right: 40px;
  color: #333;
  font-family: Candara;
  font-size: 17px !important;
  line-height: 150%;
}
.sale h3 {
  font-family: Candara;
  color: #000 !important;
  font-size: 21px !important;
  font-weight: bold;
  line-height: 150%;
  padding: 0;
}
@media (min-width: 1200px) {
  .sale {
    margin-top: 20px;
    margin-bottom: 50px;
    padding-right: 40px;
  }
  .sale h3 {
    margin-bottom: 15px !important;
    margin-left: 0px;
  }
  .sale img {
    width: 100%;
    margin: 0px;
    margin-top: 15px;
    float: none;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .sale {
    margin-top: 10px;
    margin-bottom: 50px;
    padding-right: 40px;
  }
  .sale h3 {
    margin-bottom: 15px !important;
    margin-left: 0px;
  }
  .sale img {
    width: 100%;
    margin: 0px;
    margin-top: 15px;
    float: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sale {
    margin-top: 0px;
    margin-bottom: 30px;
    padding-right: 0px;
    float: left;
  }
  .sale h3 {
    margin-bottom: 10px !important;
    margin-left: 15px;
  }
  .sale img {
    width: 45%;
    margin: 15px;
    margin-top: 15px;
    float: left;
  }
}
@media (max-width: 767px) {
  .sale {
    margin-top: 30px;
    margin-bottom: 10px;
    padding-right: 0px;
    float: left;
  }
  .sale h3 {
    margin-bottom: 20px !important;
    margin-left: 0px;
  }
  .sale img {
    width: 100%;
    margin: 0px;
    margin-top: 5px;
    float: none;
  }
}

/**********************************************************************[PROCEDURE CHARACTERISTICS]*/
/**************************************************************************************[HEADERBOX]*/
.textbox {
  margin-top: 0%;
}
.textbox p.logos {
  text-align: center !important;
  margin-bottom: 10px;
}
@media (min-width: 1200px) {
  .textbox p.logos img {
    width: 180px;
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .textbox p.logos img {
    width: 150px;
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .textbox p.logos img {
    width: 120px;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .textbox p.logos img {
    width: 90px;
    margin-bottom: 5px;
  }
}

/********************************************************************************************************[HEADERBOX 2]*/
/********************************************************************************************************[HEADERBOX 2]*/
/**************************************************************************************************[FREE CONSULTATION]*/
/**************************************************************************************************[FREE CONSULTATION]*/
/***************************************************************************************[CONTACTS]*/
#contacts {
  color: #86214d;
  font-family: Candara, arial;
  text-align: center;
  line-height: 130%;
}
#contacts p.phone {
  font-size: 2.5em;
}
@media (max-width: 480px) {
  #contacts p.phone {
    font-size: 1.75em;
  }
}
@media (min-width: 1200px) {
  #contacts {
    font-size: 30px;
    margin-bottom: 30px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #contacts {
    font-size: 27px;
    margin-bottom: 25px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #contacts {
    font-size: 22px;
    margin-bottom: 25px !important;
  }
}
@media (max-width: 767px) {
  #contacts {
    font-size: 20px;
    margin-bottom: 25px !important;
  }
}

/***************************************************************************************[CONTACTS]*/
/**************************************************************************************[MAIN MENU]*/
.main_menu ul {
  list-style: none !important;
  color: #fff;
  font-family: Cuprum !important;
  font-size: 18px !important;
  font-weight: normal !important;
  text-align: center !important;
}
.main_menu ul li {
  display: inline-block;
  float: none;
  font-family: "Playfair Display", serif;
}
.main_menu ul li a {
  color: #fff;
  text-decoration: none;
  padding: 18px;
}

/**************************************************************************************[MAIN MENU]*/
/*****************************************************************************************[FOOTER]*/
footer {
  font-family: Recursive, "Segoe UI", "Helvetica Neue", Helvetica, Roboto, "Open Sans", FreeSans, sans-serif;
  font-size: 16px;
}
footer h3 {
  font-size: 1.25em;
  /*font-weight: normal;*/
  border-bottom: 1px solid #555;
  margin-bottom: 0;
  color: #1c87c9;
  text-align: left;
  text-shadow: none;
}
footer a {
  font-weight: normal;
  color: #ccc; /* 86214d | 293241*/
  text-decoration: none;
  line-height: 1.25;
}
footer a:hover {
  text-decoration: underline !important;
  color: #fff;
}

/**************************************************************************************************/
/**************************************************************************************[FOOTERBOX]*/
.footerbox {
  background: #fff center center no-repeat;
}
@media (min-width: 1200px) {
  .footerbox {
    /*background-size: cover;*/
    padding-top: 80px;
    padding-bottom: 110px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .footerbox {
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 80px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .footerbox {
    background-size: cover;
    padding-top: 30px;
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .footerbox {
    background-size: cover;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.footerbox a {
  color: #151922 !important;
  text-decoration: none;
}

.footer-info {
  background: #151922 no-repeat scroll 0 0;
  background-size: cover;
  padding: 30px 0 30px;
}

/*
.footer-info img {
	width: 250px;
}
*/
/**************************************************************************************[FOOTERBOX]*/
/**************************************************************************************[COPYRIGHT]*/
.copyright {
  padding-bottom: 20px;
  padding-top: 20px; /*!important*/
  text-align: center !important;
  color: #8d99ae !important;
  border: 0px solid #8d99ae;
  font-family: latoregular;
  font-size: 15px !important;
}
.copyright a {
  color: #fff !important;
}

/**************************************************************************************************/
/********************************************************************************[SOCIAL NETWORKS]*/
.social p {
  text-align: center;
}
.social img {
  width: 50px !important;
  margin-top: 15px;
  margin-right: 2px;
}

/**********************************************************************************************************************/
/******************************************************************************************[VIDEO]*/
.videoContainer {
  float: left;
  width: auto;
  position: relative;
  width: 100%;
}

video {
  -webkit-box-shadow: 0px 0px 30px #86214d;
          box-shadow: 0px 0px 30px #86214d;
  pointer-events: none;
  width: 1024px;
  -o-object-fit: fill;
     object-fit: fill;
}
@media (max-width: 1024px) {
  video {
    width: 100% !important;
    height: auto !important;
  }
}

/**************************************************************************************************/
div.shareFacebook {
  border: 0px solid Red;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
}

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