@font-face {
  font-weight: normal;
  font-family: "Comfortaa-Bold";
  font-style: normal; 

  src: url("../fonts/comfortaa/Comfortaa-Bold.woff") format("woff"), url("../fonts/comfortaa/Comfortaa-Bold.woff2") format("woff2");
}

@font-face {
  font-weight: normal;
  font-family: "Comfortaa-Light";
  font-style: normal; 

  src: url("../fonts/comfortaa/Comfortaa-Light.woff") format("woff"), url("../fonts/comfortaa/Comfortaa-Light.woff2") format("woff2");
}

@font-face {
  font-weight: normal;
  font-family: "Comfortaa-Regular";
  font-style: normal; 

  src: url("../fonts/comfortaa/Comfortaa-Regular.woff") format("woff"), url("../fonts/comfortaa/Comfortaa-Regular.woff2") format("woff2");
}

/* Global Style Start */
body,
html {
  font-size: 14px;
  line-height: 1.5; 
  font-family: "Comfortaa-Regular";
}
body.open_menu,
html.open_menu {
  overflow-y: hidden;
}

a {
  color: currentColor;
  text-decoration: none;
}
a:hover {
  color: #5a2f79;
}

.container {
  max-width: 1200px;
  margin: 0 auto; 
  padding-right: 15px;
  padding-left: 15px;
}
@media only screen and (max-width: 992px) {
  .container {
    max-width: 100%;
    padding-right: 20px; 
    padding-left: 20px;
  }
}

.icon {
  width: 30px;
  height: 30px;

  fill: currentColor;
}

.button {
  position: relative;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 197px;
  height: 46px;

  background-color: transparent;
  border: none;
  border: 1px solid rgba(255, 255, 255, 0);
  border-radius: 5px;
  cursor: pointer; 

  -webkit-transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
       -o-transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
          transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);

  -webkit-box-align: center;
  -webkit-box-pack: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
}
.button:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 100%;

  border: 1px solid #5a2f79;
  border-radius: 5px;

  -webkit-transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
       -o-transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
          transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
}
.button:hover {
  border-color: #5a2f79; 
  -webkit-box-shadow: 0 0 35px 0 rgba(90, 47, 121, 0.5);
          box-shadow: 0 0 35px 0 rgba(90, 47, 121, 0.5);
}
.button:hover:after {
  -webkit-transform: scaleY(2) scaleX(1.2);
      -ms-transform: scaleY(2) scaleX(1.2);
          transform: scaleY(2) scaleX(1.2);
  opacity: 0;
}
.button--circle {
  width: 257px;
  height: 50px;

  color: #ffffff;

  background-color: #5a2f79;
  border: none; 
  border-radius: 25px;
}
@media only screen and (max-width: 992px) {
  .button--circle {
    width: 197px;
  }
}
.button--circle:after {
  border-radius: 25px;
}
.button--circle .icon {
  margin-right: 7px; 

  color: #bf92bb;
}
.button--uppercase {
  text-transform: uppercase;
}

/* Global Style End */
/*Header Start */
.header__top {
  position: relative;

  height: 40px;
}
.header__top-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  align-items: center;

  font-size: 12px; 
  color: #bf92bb;

  -webkit-box-align: center;
  -webkit-box-pack: end;
  -ms-flex-align: center;
  -ms-flex-pack: end;
}

.header__lang {
  margin-left: 30px;
}
.header__lang ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 0;

  list-style: none;
  font-size: 14px;
  font-family: "Comfortaa-Bold"; 
  color: #334454;

  -webkit-box-align: center;
  -webkit-box-pack: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
}
.header__lang li {
  list-style: none;
  margin-right: 5px;
}
.header__lang li.active {
  color: #bf92bb;
}

.header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: stretch; 

  -webkit-box-align: stretch;
  -webkit-box-pack: justify;
  -ms-flex-align: stretch;
  -ms-flex-pack: justify;
}
@media only screen and (max-width: 992px) {
  .header__wrapper {
    -ms-flex-direction: column;
        flex-direction: column; 

    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
  }
}

.header__logo {
  flex-grow: 8; 

  -webkit-box-flex: 8;
  -ms-flex-positive: 8;
}
@media only screen and (max-width: 992px) {
  .header__logo {
    align-self: center; 

    -ms-flex-item-align: center;
  }
}
@media only screen and (max-width: 599px) {
  .header__logo img {
    width: 190px;
  }
}

.header__blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  align-items: center; 

  -webkit-box-align: center;
  -webkit-box-flex: 1;
  -webkit-box-pack: justify;
  -ms-flex-align: center;
  -ms-flex-pack: justify;
  -ms-flex-positive: 1;
}
@media only screen and (max-width: 992px) {
  .header__blocks {
    margin-bottom: 20px;
  }
}

.header__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center; 

  -webkit-box-align: center;
  -ms-flex-align: center;
}
.header__block-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 6px; 

  color: #5a2f79;

  -webkit-box-align: center;
  -webkit-box-pack: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
}
.header__block-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column; 

  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
}
.header__block-phone {
  margin-bottom: 3px;

  font-size: 20px;
  font-family: "Comfortaa-Bold"; 
  color: #344455;
}
.header__block-callback {
  font-size: 14px;
  font-family: "Comfortaa-Bold";
  color: #5a2f79;
}
.header__block-text {
  font-size: 14px;
  line-height: 1.3;
}
@media only screen and (max-width: 767px) {
  .header__block:nth-of-type(3) {
    display: none;
  }
}
@media only screen and (max-width: 599px) {
  .header__block:nth-of-type(2) {
    display: none;
  }
}

/*Header End */
/*Phone Select Start*/
.phone__select {
  position: relative;
}
.phone__select-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center; 

  -webkit-box-align: center;
  -ms-flex-align: center;
}
.phone__select-box a {
  margin-right: 5px;
}
.phone__select-box img {
  position: relative;
  bottom: 3px;
}
.phone__select:hover .phone__select-list {
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
}
.phone__select-list {
  position: absolute;
  top: 22px;
  z-index: 5;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 100%;
  padding: 20px 15px;

  background-color: #ffffff;
  border: 1px solid #5a2f79;
  -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top; 

  -webkit-transition: 0.5s;
       -o-transition: 0.5s;
          transition: 0.5s;

  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
}
.phone__select-list a {
  margin-bottom: 15px;
}

/*Phone Select End*/
/*Nav Start */
.nav {
  top: -100px; 

  margin-top: 15px;
  -webkit-transition: 0.8s;
       -o-transition: 0.8s;
          transition: 0.8s;
  border-top: 2px solid #f7f1f6;
  border-bottom: 1px solid #dddddd;

}
@media only screen and (max-width: 992px) {
  .nav {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 4;

    display: none; 
    width: 100%;
    height: 100vh;
    margin-top: 0;

    background-color: rgba(90, 47, 121, 0.8);
  }
}
.nav .navigation {
  position: relative;
  z-index: 5; 

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 55px;
  margin: 0;
  padding-left: 0;

  list-style: none;
  font-size: 18px;
  color: #5a2f79;

  -webkit-box-align: center;
  -webkit-box-pack: justify;
  -ms-flex-align: center;
  -ms-flex-pack: justify;
}
@media only screen and (max-width: 992px) {
  .nav .navigation {
    -ms-flex-direction: column;
        flex-direction: column;
    justify-content: space-around;
    align-items: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: initial; 
    height: 100vh;
    padding-top: 50px;
    padding-bottom: 50px;

    color: #ffffff;

    background-size: cover;

    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -ms-flex-align: center;
    -ms-flex-pack: distribute;
  }
}
@media only screen and (max-width: 767px) {
  .nav .navigation {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.nav .navigation li {
  position: relative;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-grow: 1;
  align-items: center; 
  height: 100%;
  height: 100%;

  -webkit-box-align: center;
  -webkit-box-flex: 1;
  -ms-flex-align: center;
  -ms-flex-positive: 1;
}
@media only screen and (max-width: 992px) {
  .nav .navigation li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-grow: 0;
    -ms-flex-direction: column;
        flex-direction: column; 
    justify-content: center;
    align-items: center;
    height: initial;

    font-size: 32px;
    text-transform: uppercase;

    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-flex: 0;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -ms-flex-positive: 0;
  }
}
@media only screen and (max-width: 599px) {
  .nav .navigation li {
    font-size: 20px;
    text-align: center;
  }
}
.nav .navigation li:hover > .sub-menu {
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
  opacity: 1;

  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}
@media only screen and (max-width: 599px) {
  .nav .navigation a:hover {
    color: #ffffff;
  }
}
.nav .navigation .line {
  content: "";
  position: absolute;
  top: 0;
  left: 0;

  display: block;
  width: 100px;
  height: 3px;

  background-color: #bf92bb;

  -webkit-transition: 0.5s;
       -o-transition: 0.5s;
          transition: 0.5s;
}
.nav .navigation .sub-menu {
  position: absolute;
  top: 54px;
  left: 0;

  width: 190px;
  padding: 30px 7px; 

  text-align: left;

  background-color: #ffffff;
  border: 1px solid #5a2f79;
  -webkit-box-shadow: 0 0 7px -2px #000000;
          box-shadow: 0 0 7px -2px #000000;
  -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
  opacity: 0;

  -webkit-transition: 0.4s;
       -o-transition: 0.4s;
          transition: 0.4s;
  -webkit-transition-delay: 0.4s;
       -o-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.nav .navigation .sub-menu a:hover{
  text-decoration: underline;
}
.nav .navigation .sub-menu::before {
  content: "";
  position: absolute;
  top: -9px;
  left: 40px;

  display: inline-block;
  width: 15px;
  height: 15px;

  background-color: #ffffff;
  border-top: 1px solid #5a2f79;
  border-right: 1px solid #5a2f79;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media only screen and (max-width: 992px) {
  .nav .navigation .sub-menu {
    position: static;

    width: initial;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px;

    color: #ffffff;

    background-color: rgba(255, 255, 255, 0);
    border: none; 
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    opacity: 1;
  }
  .nav .navigation .sub-menu::before {
    display: none;
  }
}
.nav .navigation .sub-menu li {
  justify-content: flex-start;
  padding-top: 9px; 
  padding-bottom: 9px;

  font-size: 14px;
  font-family: "Comfortaa-Bold";
  color: #5a2f79;

  -webkit-box-pack: start;
  -ms-flex-pack: start;
}
@media only screen and (max-width: 992px) {
  .nav .navigation .sub-menu li {
    display: block;
    -ms-flex-direction: column;
        flex-direction: column;
    margin-bottom: 5px;
    padding-top: 3px;
    padding-bottom: 3px;

    color: #ffffff; 

    border: none;

    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
  }
}
.nav .navigation .sub-menu li:hover {
  color: #5a2f79;
}
.nav .navigation .sub-menu li a {
  display: block;
}
.nav .header__menu-btn {
  top: 15px; 

  float: right;
}

.nav-fixed {
  padding-top: 58px;
}
.nav-fixed .nav {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 10;

  margin-top: 0; 

  background-color: rgba(255, 255, 255, 0.9);
}

/*Nav End */
/*Header Menu Btn Start*/
.header__menu-btn {
  position: relative;
  top: 3px;

  display: none;

  cursor: pointer;
}
@media only screen and (max-width: 992px) {
  .header__menu-btn {
    display: inline-block;
  }
}
.header__menu-btn div {
  width: 38px;
  height: 4px;
  margin-bottom: 6px;

  background-color: #5a2f79;

  -webkit-transition: -webkit-transform 0.7s;
       -o-transition:         transform 0.7s;
          transition: -webkit-transform 0.7s;
          transition:         transform 0.7s;
          transition:         transform 0.7s, -webkit-transform 0.7s;
}
.header__menu-btn.light_menu div {
  background-color: #ffffff;
}

.open_menu .header__menu-btn div {
  background-color: #ffffff;
}
.open_menu .header__menu-btn div:nth-of-type(1) {
  -webkit-transform: rotate(45deg) translate(10px, 4px);
      -ms-transform: rotate(45deg) translate(10px, 4px);
          transform: rotate(45deg) translate(10px, 4px);
}
.open_menu .header__menu-btn div:nth-of-type(2) {
  -webkit-transform: translate(100%);
      -ms-transform: translate(100%);
          transform: translate(100%);
  opacity: 0;
}
.open_menu .header__menu-btn div:nth-of-type(3) {
  -webkit-transform: rotate(-45deg) translate(10px, -4px);
      -ms-transform: rotate(-45deg) translate(10px, -4px);
          transform: rotate(-45deg) translate(10px, -4px);
}

/*Header Menu Btn End*/
/*Slider Start */
.slider {
  position: relative;
}
.slider__item {
  color: #333333; 

  background-image: url("../images/content/slider.jpg");
  background-position: top center;
  background-size: cover;
}
.slider__item-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column; 
  justify-content: center;
  align-items: flex-end;
  width: 100vw;
  height: calc(100vw / 2.18);

  -webkit-box-align: end;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-box-pack: center;
  -ms-flex-align: end;
  -ms-flex-pack: center;
}
@media only screen and (max-width: 599px) {
  .slider__item-wrapper {
    align-items: center; 
    width: initial;
    height: 400px;

    -webkit-box-align: center;
    -ms-flex-align: center;
  }
}
.slider__content {
  max-width: 470px;
}
.slider__title {
  margin-bottom: 20px;

  font-size: 55px;
  line-height: 1.2;
  color: #5a2f79;
}
@media only screen and (max-width: 767px) {
  .slider__title {
    font-size: 35px;
  }
}
@media only screen and (max-width: 599px) {
  .slider__title {
    font-size: 26px;
  }
}
.slider__desc {
  font-size: 65px;
  font-family: "Comfortaa-Bold"; 
  color: #5a2f79;
}
@media only screen and (max-width: 1200px) {
  .slider__desc {
    padding-right: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .slider__desc {
    font-size: 45px;
  }
}
@media only screen and (max-width: 599px) {
  .slider__desc {
    font-size: 30px;
  }
}
.slider__dots {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end; 

  -webkit-box-pack: end;
  -ms-flex-pack: end;
}
.slider__dots ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  list-style: none;
  font-size: 0;
}
.slider__dots ul button {
  width: 9px;
  height: 9px;
  margin-right: 4px;
  padding: 0;

  background-color: #ffffff;
  border: none;

  -webkit-transition: 0.5s;
       -o-transition: 0.5s;
          transition: 0.5s;
}
.slider__dots ul .slick-active button {
  background-color: #5a2f79;
}

/*Slider End */
/*Blocks Start */
.blocks {
  position: relative;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
  align-items: stretch;
  width: 100%;

  color: #ffffff; 

  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -ms-flex-wrap: wrap;
}
.blocks .block {

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  justify-content: center;
  align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 33.3333%;
  height: calc(100vw / 3.3333);

  background-color: #bf92bb;
  background-position: center;
  background-size: cover;

  -webkit-transition: 0.5s;
       -o-transition: 0.5s;
          transition: 0.5s;

  -webkit-box-align: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-box-pack: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
}
.blocks .block:nth-of-type(2n) {
  background-color: #5a2f79;
}
@media only screen and (max-width: 992px) {
  .blocks .block {
    width: 50%; 
    height: calc(100vw / 2.14);
  }
  .blocks .block:nth-of-type(1) {
    -ms-flex-order: 0;
    order: 0; 

    -webkit-box-ordinal-group: 1;
  }
  .blocks .block:nth-of-type(2) {
    -ms-flex-order: 1;
    order: 1; 

    -webkit-box-ordinal-group: 2;
  }
  .blocks .block:nth-of-type(3) {
    -ms-flex-order: 4;
    order: 4; 

    -webkit-box-ordinal-group: 5;
  }
  .blocks .block:nth-of-type(4) {
    -ms-flex-order: 3;
    order: 3; 

    -webkit-box-ordinal-group: 4;
  }
  .blocks .block:nth-of-type(5) {
    -ms-flex-order: 5;
    order: 5; 

    -webkit-box-ordinal-group: 6;
  }
  .blocks .block:nth-of-type(6) {
    -ms-flex-order: 6;
    order: 6; 

    -webkit-box-ordinal-group: 7;
  }
}
@media only screen and (max-width: 767px) {
  .blocks .block {
    height: calc(100vw / 2.14);
  }
}
@media only screen and (max-width: 599px) {
  .blocks .block {
    width: 100%;
    height: 100vw;
  }
  .blocks .block:nth-of-type(1) {
    -ms-flex-order: 1;
    order: 1; 

    -webkit-box-ordinal-group: 2;
  }
  .blocks .block:nth-of-type(2) {
    -ms-flex-order: 2;
    order: 2; 

    -webkit-box-ordinal-group: 3;
  }
  .blocks .block:nth-of-type(3) {
    -ms-flex-order: 3;
    order: 3; 

    -webkit-box-ordinal-group: 4;
  }
  .blocks .block:nth-of-type(4) {
    -ms-flex-order: 4;
    order: 4; 

    -webkit-box-ordinal-group: 5;
  }
  .blocks .block:nth-of-type(5) {
    -ms-flex-order: 5;
    order: 5; 

    -webkit-box-ordinal-group: 6;
  }
  .blocks .block:nth-of-type(6) {
    -ms-flex-order: 6;
    order: 6; 

    -webkit-box-ordinal-group: 7;
  }
}
.blocks .block:hover {
  color: #ffffff;
}
.blocks .block__content {
  position: relative;
  z-index: 2;

  max-width: 330px;
  padding: 10px;
}
.blocks .block__content  a{
transition: 0.5;

}
.blocks .block__content  a:hover{
  color: #ffffff;
  text-decoration: underline;
}
.blocks .block__text {
  padding: 10px; 

  font-size: 35px;
}
@media only screen and (max-width: 992px) {
  .blocks .block__text {
    font-size: 30px;
  }
}
.blocks .block__title {
  margin-bottom: 30px;

  font-size: 25px;
  text-align: center;
}
.blocks .block__desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;

  font-size: 14px; 

  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
}
.blocks .block__desc a:hover {
  color: #ffffff;
  text-decoration: underline;
}
.blocks .block:hover {
  -webkit-box-shadow: 0 0 25px 0 #5a2f79;
          box-shadow: 0 0 25px 0 #5a2f79; 
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
}
.blocks--services .block {
  justify-content: center;
  height: auto; 
  min-height: calc(100vw / 3.3333);

  -webkit-box-pack: center;
  -ms-flex-pack: center;
}

.hover {
  position: absolute;

  background-color: #666666;
  opacity: 0;

  -webkit-transition: all 0.5s;
       -o-transition: all 0.5s;
          transition: all 0.5s;
}

/*Blocks End */
/*Counters Start */
.counters__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1060px;
  margin-bottom: 100px; 
  padding-top: 70px;

  -webkit-box-align: start;
  -webkit-box-pack: justify;
  -ms-flex-align: start;
  -ms-flex-pack: justify;
}
@media only screen and (max-width: 767px) {
  .counters__wrapper {
        flex-wrap: wrap; 

    -ms-flex-wrap: wrap;
  }
}
@media only screen and (max-width: 599px) {
  .counters__wrapper {
    -ms-flex-direction: column;
        flex-direction: column;
    justify-content: center;
    align-items: center; 

    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
  }
}

.counters__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 210px; 

  color: #5a2f79;

  -webkit-box-align: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-box-pack: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
}
@media only screen and (max-width: 767px) {
  .counters__item {
    width: 50%; 
    margin-bottom: 30px;
  }
}
.counters__item:first-of-type .counters__num {
  height: 65px; 

  font-size: 65px;
}
.counters__item:nth-of-type(3) .counters__text {
  font-size: 12px;
}

.counters__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  justify-content: center;
  align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 168px;
  height: 168px;
  margin-bottom: 15px; 
  padding-top: 15px;

  border: 1px solid #5a2f79;
  border-radius: 50%;

  -webkit-box-align: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-box-pack: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
}

.counters__num {
  height: 60px;
  margin-bottom: 10px; 

  font-size: 55px;
}

.counters__text {
  height: 22px;

  font-size: 12px;
  line-height: 1;
}

.counters__title {
  font-size: 22px;
  text-align: center;
}

/*Counters End */
/*Callback Start */
.callback {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 599px) {
  .callback {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.callback__title {
  margin-bottom: 70px; 

  font-size: 35px;
  text-align: center;
  color: #5a2f79;
  text-transform: uppercase;
}
@media only screen and (max-width: 599px) {
  .callback__title {
    font-size: 26px;
  }
}
.callback__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px; 

  -webkit-box-align: center;
  -webkit-box-pack: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
}
@media only screen and (max-width: 767px) {
  .callback__wrapper {
    -ms-flex-direction: column;
        flex-direction: column; 

    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
  }
}
.callback__wrapper span {
  margin-right: 20px;
  margin-left: 20px;
}
.callback__input {
  width: 100%;
  padding-bottom: 10px;

  font-size: 20px;
  color: #444444;

  border: none;
  border-bottom: 1px solid #dddddd;

  -webkit-transition: 0.5s;
       -o-transition: 0.5s;
          transition: 0.5s;
}
.callback__input:focus {
  border-bottom-color: #5a2f79; 
  outline: none;
}
@media only screen and (max-width: 767px) {
  .callback__input {
    margin-bottom: 25px;
  }
}
.callback .button {
  width: 100%;
  max-width: 300px;
  height: 57px; 
  margin-right: auto;
  margin-left: auto;

  font-size: 20px;
  color: #5a2f79;
}

/*Callback End */
/*Employees Start */
.employees {
  padding-bottom: 85px;
}
.employees__title {
  margin-bottom: 110px; 

  font-size: 35px;
  text-align: center;
  color: #5a2f79;
  text-transform: uppercase;
}
@media only screen and (max-width: 599px) {
  .employees__title {
    margin-bottom: 60px; 

    font-size: 26px;
  }
}
.employees__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 50px; 

  -webkit-box-align: stretch;
  -webkit-box-pack: justify;
  -ms-flex-align: stretch;
  -ms-flex-pack: justify;
}
@media only screen and (max-width: 1200px) {
  .employees__wrapper {
        flex-wrap: wrap; 

    -ms-flex-wrap: wrap;
  }
}
.employees__item {
  width: 250px;
}
@media only screen and (max-width: 1200px) {
  .employees__item {
    width: 220px;
  }
}
.employees__item-wrapper {
  width: 25%;
}
@media only screen and (max-width: 992px) {
  .employees__item-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    width: 50%;
    margin-bottom: 30px; 

    -webkit-box-pack: center;
    -ms-flex-pack: center;
  }
}
@media only screen and (max-width: 599px) {
  .employees__item-wrapper {
    width: 100%;
  }
}
.employees__item-img {
  width: 250px;
  height: 255px;

  background-position: top center; 
  background-size: cover;
}
@media only screen and (max-width: 1200px) {
  .employees__item-img {
    width: 220px;
    height: 242px;
  }
}
.employees__item-text {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; 
  min-height: 115px;
  padding: 15px 20px;

  color: #ffffff;

  background-color: #5a2f79;
}
.employees__item-title {
  font-size: 18px;
  line-height: 1.2;
}
.employees__item-desc {
  font-size: 12px;
}
.employees .button {
  width: 100%;
  max-width: 300px;
  height: 57px; 
  margin-right: auto;
  margin-left: auto;

  font-size: 20px;
  color: #5a2f79;
}

/*Employees End */
/*Complex Start */
@media only screen and (max-width: 599px) {
  .complex {
    padding-bottom: 50px;
  }
}

.complex__title {
  margin-bottom: 110px; 

  font-size: 35px;
  text-align: center;
  color: #5a2f79;
  text-transform: uppercase;
}
@media only screen and (max-width: 599px) {
  .complex__title {
    margin-bottom: 60px; 

    font-size: 26px;
  }
}

.complex__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 50px; 

  -webkit-box-align: stretch;
  -webkit-box-pack: justify;
  -ms-flex-align: stretch;
  -ms-flex-pack: justify;
}
@media only screen and (max-width: 1200px) {
  .complex__wrapper {
        flex-wrap: wrap;
    justify-content: center; 

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -ms-flex-wrap: wrap;
  }
}
@media only screen and (max-width: 599px) {
  .complex__wrapper {
    margin-bottom: 0;
  }
}

.complex__item {
  display: block; 
  width: 370px;

  -webkit-transition: 0.5s;
       -o-transition: 0.5s;
          transition: 0.5s;
}
@media only screen and (max-width: 1200px) {
  .complex__item {
    width: 320px;
  }
}
@media only screen and (max-width: 767px) {
  .complex__item {
    width: 280px;
  }
}
.complex__item-wrapper {
  width: 33.33333%;
}
@media only screen and (max-width: 992px) {
  .complex__item-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    width: 50%;
    margin-bottom: 30px; 

    -webkit-box-pack: center;
    -ms-flex-pack: center;
  }
}
@media only screen and (max-width: 767px) {
  .complex__item-wrapper {
    width: 100%;
  }
}
.complex__item-img {
  position: relative; 

  width: 370px;
  height: 245px;

  background-position: top center;
  background-size: cover;
}
@media only screen and (max-width: 1200px) {
  .complex__item-img {
    width: 320px;
    height: 213px;
  }
}
@media only screen and (max-width: 767px) {
  .complex__item-img {
    width: 280px;
  }
}
.complex__item-date {
  position: absolute;
  top: 0;
  left: 0;

  -webkit-box-sizing: border-box;
          box-sizing: border-box; 
  width: 80px;
  height: 80px;
  padding-top: 15px;

  text-align: center;
  color: #ffffff;

  background-color: #5a2f79;
}
.complex__item-date .month {
  font-size: 35px;
  line-height: 1;
}
.complex__item-date .day {
  font-size: 22px;
  line-height: 1;
}
.complex__item-text {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; 
  padding: 15px 0;
}
.complex__item-title {
  max-width: 90%; 

  font-size: 18px;
  line-height: 1.2;
  font-family: "Comfortaa-Bold";
  color: #5a2f79;
}
@media only screen and (max-width: 1200px) {
  .complex__item-title {
    font-size: 16px;
  }
}
.complex__item-desc {
  font-size: 12px;
}

.complex .button {
  width: 100%;
  max-width: 300px;
  height: 57px; 
  margin-right: auto;
  margin-left: auto;

  font-size: 20px;
  color: #5a2f79;
}

/*Complex End */
/*Footer Start */
.footer #map {
  width: 100%;
  height: 900px;
}

.footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;

  font-size: 12px; 

  -webkit-box-align: center;
  -webkit-box-pack: justify;
  -ms-flex-align: center;
  -ms-flex-pack: justify;
}
@media only screen and (max-width: 767px) {
  .footer__bottom {
    -ms-flex-direction: column;
        flex-direction: column;
    align-items: center; 

    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -ms-flex-align: center;
  }
}
.footer__bottom-logo {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .footer__bottom-logo {
    width: 100%;
    margin-bottom: 20px;
  }
}
.footer__bottom-copyright {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .footer__bottom-copyright {
    width: 100%;
  }
}

/*Footer End */
/*Contacts info Start */
.contacts-info {
  display: inline-block;
  max-width: 395px;
  padding: 40px;

  line-height: 1.5; 

  background-color: #5a2f79;
}
.contacts-info--mobile {
  display: none;
}
@media only screen and (max-width: 767px) {
  .contacts-info--mobile {
    display: block;
    max-width: 100%;
  }
}
.contacts-info--desktop {
  display: block;
}
@media only screen and (max-width: 767px) {
  .contacts-info--desktop {
    display: none;
  }
}
.contacts-info__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;

  font-size: 12px; 
  color: #ffffff;
}
.contacts-info__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center; 
  width: 20px;
  height: 20px;
  margin-right: 10px;

  border: 1px solid #ffffff;
  border-radius: 50%;

  -webkit-box-align: center;
  -webkit-box-pack: center;
  -ms-flex-align: center;
  -ms-flex-negative: 0;
  -ms-flex-pack: center;
}
.contacts-info__img .icon {
  width: 12px;
}
.contacts-info__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column; 

  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
}
.contacts-info__text a:hover {
  color: #ffffff; 
  text-decoration: underline;
}

/*Contacts info End */
/*Contact page Start */
.contact-page {
  padding-top: 25px;
}
.contact-page__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 599px) {
  .contact-page__wrapper {
    -ms-flex-direction: column;
        flex-direction: column;
    justify-content: center;
    align-items: center; 

    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
  }
}
.contact-page__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center; 
  width: 298px;
  height: 298px;
  margin-right: 50px;

  border: 1px solid #eeeeee;

  -webkit-box-align: center;
  -webkit-box-pack: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
}
@media only screen and (max-width: 599px) {
  .contact-page__img {
    margin-bottom: 35px;
  }
}
.contact-page__img .image {
  width: 200px;
  height: 200px;

  background-position: center; 
  background-size: cover;
}
.contact-page__text {
  max-width: 250px;
  padding-top: 20px;

  font-size: 12px; 
  color: #666666;
}
.contact-page__title {
  margin-bottom: 16px; 
  padding-left: 25px;

  font-size: 14px;
  color: #5a2f79;
  text-transform: uppercase;
}
.contact-page__phones {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-bottom: 15px; 

  -webkit-box-align: center;
  -ms-flex-align: center;
}
.contact-page__phones-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column; 

  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
}
.contact-page__mails {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-bottom: 15px; 

  -webkit-box-align: center;
  -ms-flex-align: center;
}
.contact-page__address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-bottom: 15px;

  text-decoration: underline; 

  -webkit-box-align: center;
  -ms-flex-align: center;
}
.contact-page__timebord {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-bottom: 15px; 

  -webkit-box-align: center;
  -ms-flex-align: center;
}
.contact-page__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-right: 12px; 

  border: 1px solid #dddddd;
  border-radius: 50%;

  -webkit-box-align: center;
  -webkit-box-pack: center;
  -ms-flex-align: center;
  -ms-flex-negative: 0;
  -ms-flex-pack: center;
}
.contact-page__icon .icon {
  width: 10px;

  color: #666666;
}
.contact-page__map {
  width: 100%;
  height: 430px;
  margin-top: 35px;
}

/*Contact page End */
/*Pages Start*/
.page .employees {
  padding-top: 50px;
  padding-bottom: 0;
}
.page .employees__wrapper {
      flex-wrap: wrap; 

  -ms-flex-wrap: wrap;
}
.page .employees__item-wrapper {
  margin-bottom: 25px;
}

.page .complex {
  padding-top: 50px; 
  padding-bottom: 0;
}
.page .complex__wrapper {
      flex-wrap: wrap; 

  -ms-flex-wrap: wrap;
}
.page .complex__title {
  margin-bottom: 50px;
}

.page .callback {
  padding-top: 50px;
}

/*Pages End*/
/*Services Start*/
.services {
  padding-top: 50px;
}
.services .accordion {
  margin: 4px 0;

  cursor: pointer;
}
.services .accordion-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 55px;
  padding: 0; 

  border: none;
}
.services .accordion-title .icon {
  flex-shrink: 0; 
  width: 55px;
  height: 55px;

  background-color: #bf92bb;

  -ms-flex-negative: 0;
}
.services .accordion-title .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  width: 100%;
  padding-left: 15px;

  font-size: 25px;
  color: #ffffff; 

  background-color: #5a2f79;

  -webkit-box-align: center;
  -ms-flex-align: center;
}
@media only screen and (max-width: 599px) {
  .services .accordion-title .text {
    font-size: 16px;
  }
}
.services .accordion__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  min-height: 55px;
  margin: 4px 0;
  padding: 0;

  border: none;
}
@media only screen and (max-width: 599px) {
  .services .accordion__row {
    -ms-flex-direction: column;
        flex-direction: column; 

    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
  }
}
.services .accordion__row .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; 
  width: 100%;
  padding-top: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  padding-left: 30px;

  font-size: 14px;
  line-height: 1.5;
  color: #666666;

  background-color: #f7f7f7;

  -webkit-box-align: center;
  -ms-flex-align: center;
}
.services .accordion__row .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center; 
  width: 115px;
  padding-top: 15px;
  padding-bottom: 15px;

  background-color: #dddddd;

  -webkit-box-align: center;
  -webkit-box-pack: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
}
@media only screen and (max-width: 599px) {
  .services .accordion__row .price {
    width: 100%;
  }
}
.services-page__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
}
@media only screen and (max-width: 599px) {
  .services-page__wrapper {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse; 

    -webkit-box-direction: reverse;
    -webkit-box-orient: vertical;
  }
}
.services-page__aside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-grow: 2;
  flex-shrink: 0;
  -ms-flex-direction: column;
      flex-direction: column;
  padding-right: 40px; 
  max-width: 360px;
  font-size: 14px;
  color: #5a2f79;

  -webkit-box-direction: normal;
  -webkit-box-flex: 2;
  -webkit-box-orient: vertical;
  -ms-flex-negative: 0;
  -ms-flex-positive: 2;
}
@media only screen and (max-width: 992px) {
  .services-page__aside {
    flex-shrink: 1; 

    -ms-flex-negative: 1;
  }
}
.services-page__aside a {
  margin-bottom: 10px;
}
.services-page__aside a:hover {
  text-decoration: underline;
}
.services-page__aside .active {
  font-family:  "Comfortaa-Bold";
  text-decoration: underline;
}
.services-page__content {
  flex-grow: 3; 

  -webkit-box-flex: 3;
  -ms-flex-positive: 3;
}
.services-page__title {
  margin-bottom: 30px; 

  font-size: 25px;
  color: #5a2f79;
}

[data-accordion] > [data-control]:after {
  top: 19px;
  right: initial;
  left: 14px;

  background: url("../images/down.png") no-repeat center;

  -webkit-transition: 0.5s;
       -o-transition: 0.5s;
          transition: 0.5s;
}

/*Services End*/
/*Braedcrumbs Start*/
.braedcrumbs {
  padding-top: 25px;

  font-size: 14px; 
  color: #5a2f79;
}

/*Braedcrumbs End*/
/*Single Start*/
.single {
  padding-top: 50px;
}
@media only screen and (max-width: 599px) {
  .single {
    padding-top: 30px;
  }
}
.single__title {
  margin-bottom: 30px; 

  font-size: 25px;
  color: #5a2f79;
}
@media only screen and (max-width: 767px) {
  .single__title {
    font-size: 26px;
  }
}
@media only screen and (max-width: 599px) {
  .single__title {
    margin-bottom: 20px; 

    font-size: 18px;
  }
}
.single__content {
  font-size: 14px;
  color: #202020;
}

/*Single End*/
/*About Start*/
.about__wrapper {
  padding-top: 40px;
  padding-bottom: 40px;
}

.about__content {
  font-size: 14px;
  color: #1f1f1f;
}
.about__content img {
  max-width: 100%;
}

/*About End*/
/*Gallery block Start */
.gallery-block__title {
  margin-bottom: 50px; 

  font-size: 35px;
  text-align: center;
  color: #5a2f79;
  text-transform: uppercase;
}
@media only screen and (max-width: 599px) {
  .gallery-block__title {
    margin-bottom: 60px; 

    font-size: 26px;
  }
}

.gallery-block__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 50px; 

  -webkit-box-align: stretch;
  -webkit-box-pack: justify;
  -ms-flex-align: stretch;
  -ms-flex-pack: justify;
}
@media only screen and (max-width: 1200px) {
  .gallery-block__wrapper {
        flex-wrap: wrap;
    justify-content: center; 

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -ms-flex-wrap: wrap;
  }
}
@media only screen and (max-width: 599px) {
  .gallery-block__wrapper {
    margin-bottom: 0;
  }
}

.gallery-block__item {
  width: 230px;

  text-align: center;

  -webkit-transition: 0.5s;
       -o-transition: 0.5s;
          transition: 0.5s;
}
.gallery-block__item-wrapper {
  width: 20%;
}
@media only screen and (max-width: 992px) {
  .gallery-block__item-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    width: 50%;
    margin-bottom: 30px; 

    -webkit-box-pack: center;
    -ms-flex-pack: center;
  }
}
@media only screen and (max-width: 599px) {
  .gallery-block__item-wrapper {
    width: 100%;
  }
}
.gallery-block__item-img {
  width: 230px;
  height: 230px;

  background-position: top center; 
  background-size: cover;
}
.gallery-block__item-text {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; 
  padding: 15px;
}
.gallery-block__item-title {
  font-size: 18px;
  line-height: 1.2;
}
@media only screen and (max-width: 1200px) {
  .gallery-block__item-title {
    font-size: 16px;
  }
}
.gallery-block__item-desc {
  font-size: 12px;
}

.gallery-block .button {
  width: 100%;
  max-width: 300px;
  height: 57px; 
  margin-right: auto;
  margin-left: auto;

  font-size: 20px;
  color: #5a2f79;
}

/*Gallery block End */
.go-top {
  position: fixed;
  right: 10px;
  bottom: 10px;

  display: inline-block;
  width: 50px;
  height: 50px;

  background: url("../images/icon/arrow-up.png") no-repeat center center;
  background-color: #5a2f79;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  opacity: 0.8;

  -webkit-transition: 1s;
       -o-transition: 1s;
          transition: 1s;
}

.js_show.go-top {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

/* Callback-modal Start*/
.callback-modal {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.callback-modal__body {
  padding: 25px 20px;
}
.callback-modal .callback__title {
  margin-bottom: 30px; 

  font-size: 26px;
}
.callback-modal .callback__wrapper {
  -ms-flex-direction: column;
      flex-direction: column;
  align-items: center;
  margin-bottom: 20px; 

  -webkit-box-align: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-align: center;
}
.callback-modal .callback__input {
  margin-bottom: 15px;
}
.callback-modal .button {
  margin-right: auto; 
  margin-left: auto;
}

/* Callback-modal End*/
/* Employee-single Start*/
.employee-single__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: stretch;
  height: calc(100vw / 2.73); 

  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
}
@media only screen and (max-width: 599px) {
  .employee-single__wrapper {
    -ms-flex-direction: column;
        flex-direction: column;
    height: initial; 

    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
  }
}

.employee-single__image {
  width: 50%;
  height: 100%;

  background-position: center top; 
  background-size: cover;
}
@media only screen and (max-width: 599px) {
  .employee-single__image {
    width: 100%;
    height: 450px;
  }
}

.employee-single__text {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 50%;
  height: 100%;
  padding-top: 80px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 60px;

  color: #ffffff; 

  background-color: #bf92bb;
}
@media only screen and (max-width: 992px) {
  .employee-single__text {
    padding-top: 40px;
    padding-left: 45px;
  }
}
@media only screen and (max-width: 767px) {
  .employee-single__text {
    padding-top: 25px;
    padding-left: 25px;
  }
}
@media only screen and (max-width: 599px) {
  .employee-single__text {
    width: 100%;
  }
}

.employee-single__title {
  margin-bottom: 25px; 

  font-size: 26px;
}
@media only screen and (max-width: 992px) {
  .employee-single__title {
    font-size: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .employee-single__title {
    margin-bottom: 15px; 

    font-size: 20px;
  }
}

.employee-single__sub {
  margin-bottom: 20px; 

  font-size: 22px;
}
@media only screen and (max-width: 992px) {
  .employee-single__sub {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .employee-single__sub {
    margin-bottom: 10px; 

    font-size: 16px;
  }
}

.employee-single__exp {
  font-size: 22px;
  font-family: "Comfortaa-Bold";
}
@media only screen and (max-width: 992px) {
  .employee-single__exp {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .employee-single__exp {
    font-size: 16px;
  }
}

.employee-single__content {
  padding-top: 50px; 

  font-size: 14px;
}
@media only screen and (max-width: 992px) {
  .employee-single__content {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .employee-single__content {
    padding-top: 30px;
  }
}
@media only screen and (max-width: 599px) {
  .employee-single__content {
    padding-top: 20px;
  }
}


/* Employee-single End*/
.wpcf7-response-output{
  display: none !important;
}

.modal{
  padding: 30px 20px;
}
.modal-title{
  font-family: "Comfortaa-Bold";
  color: #5f5f5f;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px;

}
.mb-2{
  margin-bottom: 20px;
}

.parent__cat{
  font-size: 18px;
  /* text-decoration: underline; */
  margin-bottom: 15px;
  font-weight: 700;
}
/*# sourceMappingURL=main.css.map */
