
@charset "UTF-8";
@font-face {
  font-family: 'Exo 2.0';
  src: url("/fonts/exo2.eot");
  src: url("/fonts/exo2.eot?#iefix") format("embedded-opentype"), url("/fonts/exo2.woff") format("woff"), url("/fonts/exo2.ttf") format("truetype");
  font-weight: normal;
  font-style: 100; }



body {
  font-family: 'Exo 2.0', arial;
  margin-top: 3em;
}
h2 {color:#1CA9DF;}



.header {
  position: absolute;
  top: 25px;
  left: 0;
  color: #fefefe;
  width: 100%;
  z-index: 2;
  -webkit-transition: 0.3s;
  transition: 0.3s; }
  .header.hide {
    position: fixed;
    top: 0;
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%); }
  .header.fixed {
    position: fixed;
    top: 0;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    background-color: #000;
    padding: 5px 15px; }
    .header.fixed .header__logo {
      cursor: pointer; }
  .header__wrapper {
    *zoom: 1;
    position: relative;
    width: 1200px;
    margin: 0 auto;
    padding-right: 214px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
			
			
			.header__wrapper2 {
    *zoom: 1;
    position: relative;
    width: 1200px;
    margin: 0 auto;
    
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
			
    .header__wrapper:after {
      content: '';
      display: table;
      line-height: 0;
      clear: both; }
  .header__button {
    display: none; }
  .header__overlay {
    display: none; }
  .header__logo {
    float: left;
    position: relative;
	max-width: 100px;
    z-index: 1; }
  .header__center {
    float: right;
    margin: 40px 0; }
  .header__info {
    *zoom: 1;
    color: #14A6DE; }
    .header__info:after {
      content: '';
      display: table;
      line-height: 0;
      clear: both; }
  .header__schedule {
    float: left;
    margin: 0 45px 0 0; }
  .header__adress {
    float: left;
    margin: 0; }
  .header__navigation {
    font-size: 0; }
  .header__item {
    text-decoration: none;
    color: inherit;
    position: relative;
   
    font-size: 14px;
    margin: 0 17px;
    padding-bottom: 7px; }
    .header__item:before {
      content: '';
      position: absolute;
      top: 7px;
      left: -25px;
      -webkit-transform: rotate(-10deg);
          -ms-transform: rotate(-10deg);
              transform: rotate(-10deg);
      background-image: url("/images/ico/star.svg");
      background-size: contain;
      width: 20px;
      height: 20px; }
    .header__item:after {
      content: '';
      opacity: 0;
      position: absolute;
      bottom: 0;
      left: 0;
      background-color: #14A6DE;
      width: 100%;
      height: 2px;
      -webkit-transition: 0.3s;
      transition: 0.3s; }
    .header__item:last-child {
      margin-right: 0; }
    .header__item:hover:after {
      opacity: 1; }
  .header__content {
    display: none; }
  .header__phone {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    font-size: 16px;
    text-align: right;
    text-decoration: none;
    color: inherit;
    width: 187px; }
    .header__phone:hover .header__number {
      border-bottom: none; }
  .header__code {
    display: block;
    color: #afafaf; }
  .header__number {
    position: relative;
    border-bottom: 1px dashed #afafaf;
    font-size: 21px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .header__number:after {
      content: '';
      position: absolute;
      top: 50%;
      left: -32px;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      
      background-size: contain;
      width: 24px;
      height: 24px; }
  @media screen and (max-width: 1110px) {
    .header {
      padding: 0 15px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
      .header__wrapper {
        max-width: 890px;
        width: 100%;
        padding-right: 150px; }
      .header__logo {
        width: 120px;
        margin-right: 30px; }
      .header__center {
        float: none;
        position: relative;
        top: 7px;
        text-align: center;
        margin: 0; }
      .header__info {
        font-size: 10px;
        height: 22px; }
      .header__schedule {
        float: none;
        display: inline-block;
        margin-right: 20px; }
      .header__adress {
        float: none;
        display: inline-block; }
      .header__item {
        font-size: 15px;
        margin: 0 8px; }
        .header__item:before {
          top: 5px;
          left: -20px;
          width: 16px;
          height: 16px; }
      .header__phone {
        width: 122px; }
      .header__number {
        font-size: 14px;
		
		 }
        .header__number:after {background-image: url("../images/ico/phone.svg");
          width: 20px;
          height: 20px; } }
  @media screen and (max-width: 768px) {
    .header {
      top: 0;
      background-color: #000; padding-top: 20px;}
      .header__wrapper {
        padding: 10px 0; }
      .header__button {
        float: left;
        display: block;
        background-image: url("../images/ico/menu.svg");
        background-size: cover;
        width: 25px;
        height: 25px; }
      .header__overlay {
        position: fixed;
        top: 0;
        left: 0;
        background-color: rgba(255, 255, 255, 0.8);
        width: 100%;
        height: 100vh;
        z-index: 4; }
        .header__overlay.active {
          display: block; }
      .header__logo {
        position: absolute;
        top: 65%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        width: 200px;
        margin: 0; }
      .header__info {
        display: none; }
      .header__phone {
        position: relative;
        float: right;
        font-size: 0 !important;
        -webkit-transform: translate(0);
            -ms-transform: translate(0);
                transform: translate(0);
        width: 25px !important;
        height: 25px; }
        .header__phone span {
          font-size: 0; }
          .header__phone span:after {
            top: 0;
            left: -25px;
            -webkit-transform: translate(0);
                -ms-transform: translate(0);
                    transform: translate(0);
            width: 25px;
            height: 25px; }
      .header__navigation {
        position: absolute;
        top: -22px;
        left: -15px;
        -webkit-transform: translateX(-100%);
            -ms-transform: translateX(-100%);
                transform: translateX(-100%);
        background-color: #000;
        height: 360px;
        min-height: 103vh;
        padding: 55px 20px 20px 30px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        z-index: 5;
        overflow-style: scrollbar; }
        .header__navigation.active {
          -webkit-transform: translate(0);
              -ms-transform: translate(0);
                  transform: translate(0); }
      .header__item {
        font-size: 19px;
        display: block;
        text-align: left; }
        .header__item:before {
          top: 5px; }
      .header__content {
        display: block;
        position: absolute;
        bottom: 5vh;
        left: 0;
        font-size: 15px;
        width: 100%; }
      .header__link {
        text-decoration: none;
        color: inherit; } }
		
		
		





.welcome {
  padding: 49px 0 64px; }
  .welcome__title {
    position: relative;
    font-size: 33px;
    text-align: center;
    color: #134673;
    max-width: 785px;
    padding-bottom: 75px;
    margin: 0 auto 46px; }
    .welcome__title::after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      background-image: url("../images/teeth.png");
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
      width: 392px;
      height: 58px; }
  .welcome__wrap {
    display: flex; }
  .welcome__content {
    max-width: 520px;
    margin-right: 20px; }
  .welcome__caption {
    font-size: 25px;
    font-weight: bold;
    color: #134673;
    margin-bottom: 30px; }
  .welcome__description {
    color: #4a5455;
    margin-bottom: 32px; }
    .welcome__description:last-child {
      margin-bottom: 0; }
    .welcome__description p {
      margin-bottom: 10px; }
      .welcome__description p:last-child {
        margin-bottom: 0; }
  .welcome__button {
    border: 2px solid #41988f;
    border-radius: 20px;
    background-color: transparent;
    font-size: 20px;
    color: #134673;
    width: 274px;
    height: 55px;
    box-sizing: border-box;
    transition: all .3s; }
    .welcome__button:hover {
      color: #fff;
      background-color: #41988f; }
  .welcome__image {
    max-width: 554px; }
    .welcome__image img {
      max-width: 100%; }
  @media screen and (max-width: 1366px) {
    .welcome {
      padding: 35px 0 45px; }
      .welcome__title {
        font-size: 26px;
        padding-bottom: 60px;
        margin-bottom: 30px; }
        .welcome__title::after {
          width: 337px;
          height: 48px; } }
  @media screen and (max-width: 1080px) {
    .welcome__caption {
      font-size: 22px;
      margin-bottom: 20px; }
    .welcome__description {
      margin-bottom: 25px; }
    .welcome__button {
      font-size: 16px;
      width: 220px;
      height: 45px; } }
  @media screen and (max-width: 768px) {
    .welcome { text-align: center;
      padding: 20px 0 35px; }
      .welcome__title {
        font-size: 20px;
        padding-bottom: 50px;
        margin-bottom: 20px; }
        .welcome__title::after {
          width: 300px;
          height: 42px; }
      .welcome__wrap { text-align: center;
        flex-direction: column; }
      .welcome__content {text-align: center;
        order: 1;
        margin: 25px 0 0; }
      .welcome__caption {text-align: center;
        font-size: 20px;
        margin-bottom: 15px; } }
		
		.wrapper {
  max-width: 1100px;
  padding: 0 20px;
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    .wrapper {
      padding: 0 35px; } }
		


		
		
		
		


.slide--parent {
  max-width: 1100px;
  margin: auto;
  overflow: hidden;
  padding-bottom: 60px;
}

p {
  line-height: 1.2;
}

h1 {
  
  color: #14A6DE;
  margin: 0;
}

small {
  font-style: italic;
  font-weight: 700;
  margin-bottom: 0.5em;
  display: inline-block;
  color: #999;
  position: relative;
  padding-left: 3em;
}
small:after {
  content: "";
  position: absolute;
  left: -0em;
  top: 50%;
  height: 4px;
  width: 2.4em;
  background: red;
  transform: translateY(-50%);
}

.parent--el {
  width: 100%;
  max-width: 1000px;
  margin: auto;
}
.parent--el .two--col {
  display: flex;
  align-items: center;
  padding-top:20px;
  padding-bottom:20px;
}

figure {
  margin: 0;
}

.is-item {
  width: 60%;
}
.is-item.has--img {
  padding-top: 50px;
}

.the-img {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.the-img img {
  width: 100%;
}

.is-item--inner {
  padding: 0em 3em;
  color: #FFF;
}

hr {
  margin: 0.5em 0em;
  height: 4px;
  background: #eee;
  border: none;
}

.the-img {
  overflow: hidden;
}
.the-img img {
  position: relative;
  transform: translateX(100%);
  transition: all 600ms ease;
}

.is-item--inner p {
  transform: translateY(15px);
  position: relative;
  opacity: 0;
  transition: all 400ms ease;
}

h1 {
  overflow: hidden;
}
h1 span {
  transform: translateY(100%);
  position: relative;
  transition: all 500ms ease;
  display: inline-block;
}

hr {
  width: 0;
  max-width: 8em;
  transition: all 2500ms ease;
}

small {
  transform: translateY(10px);
  opacity: 0;
  transition: all 100ms ease;
}
small:after {
  width: 0;
  max-width: 2.4em;
  transition: all 1500ms ease;
}

.parent--el.is-selected .the-img {
  overflow: hidden;
}
.parent--el.is-selected .the-img img {
  position: relative;
  transform: translateX(0%);
  transition-delay: 500ms;
}
.parent--el.is-selected .is-item--inner p {
  transform: translateY(0px);
  transition-delay: 500ms;
  position: relative;
  opacity: 1;
}
.parent--el.is-selected .is-item--inner p:nth-of-type(2) {
  color: red;
  transition-delay: 700ms;
}
.parent--el.is-selected .is-item--inner p:nth-of-type(3) {
  transition-delay: 900ms;
}
.parent--el.is-selected h1 {
  overflow: hidden;
}
.parent--el.is-selected h1 span {
  transform: translateY(0%);
  position: relative;
  transition-delay: 400ms;
  display: inline-block;
}
.parent--el.is-selected hr {
  width: 100%;
  max-width: 8em;
  transition-delay: 500ms;
}
.parent--el.is-selected small {
  transform: translateY(0px);
  opacity: 1;
  transition-delay: 400ms;
}
.parent--el.is-selected small:after {
  width: 100%;
  transition-delay: 600ms;
  max-width: 2.4em;
}













.team {
  margin-bottom: 55px;
  overflow: hidden; }
  .team__title {
    font-size: 33px;
    color: #134673;
    text-align: center;
    margin-bottom: 10px; }
  .team__description {
    font-size: 25px;
    color: #41988f;
    text-align: center;
    margin-bottom: 55px; }
  .team__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: -33px -10px; }
  .team__item {
    display: flex;
    flex-direction: column;
    flex: 1 1 265px;
    max-width: 333px;
    margin: 33px 28px; }
  .team__image {
    
    margin-bottom: 17px; }
    .team__image img {
      max-width: 100%; }
  .team__info {
    height: 100%; }
  .team__name {
    font-size: 20px;
    color: #000;
    margin-bottom: 6px; }
  .team__position {
    color: #383838;
    margin-bottom: 14px; }
  .team__button {
    text-decoration: none;
    color: #134673; }
	.team-inner__photo2 {max-width: 512px;}
  @media screen and (max-width: 1366px) {
    .team {
      margin-bottom: 45px; }
      .team__name {
        font-size: 22px;
        margin-bottom: 12px; } }
  @media screen and (max-width: 768px) {
	  
	  .is-item {font-size:11px;}
	  h1 {font-size:12px;}
	  
	  .team-inner__photo2 {max-width: 319px;}
    .team__title {
      font-size: 24px; }
    .team__description {
      font-size: 16px;
      margin-bottom: 20px; }
    .team__list {
      justify-content: center;
	  padding-left: 0px;
      margin: 0; }
    .team__item {
      flex: none;
      width: 100%;
	  max-width: 100%;
	  text-align: center;
	  padding-left: 0px;
      margin: 0 0 30px; }
      .team__item:last-child {
        margin-bottom: 0; }
    .team__image {
      margin-bottom: 10px; }
    .team__name {
      font-size: 20px;
      margin-bottom: 10px; }
      .team__name br {
        display: none; } }
		
		
		
		
		.pay {
  }
  .pay__wrapper {
    *zoom: 1;
    position: relative;
    max-width: 1213px;
    padding: 50px 15px 265px;
    margin: 0 auto;
	padding-top: 40px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .pay__wrapper:after {
      content: '';
      display: table;
      line-height: 0;
      clear: both; }

   
 
    .pay__content--delivery {
      float: left;
       }
    .pay__content--pay {
      float: right;
       }


  .pay__image {
    position: absolute;
    bottom: 0px;
    left: 50%;
    -webkit-transform: translate(-53%);
        -ms-transform: translate(-53%);
            transform: translate(-53%);
    background-image: url("../images/garson.png");
    background-size: contain;
    width: 551px;
    height: 549px;
    z-index: 0; }
  
  @media screen and (max-width: 768px) {
    .pay__wrapper {
      max-width: 850px;
      padding: 10px 15px 265px; }
	  .pay__image {display:none;}
   
    
   
    .pay__image {
      width: 551px;
      height: 551px; }
    .pay__chat {
      display: none; } }
  @media screen and (max-width: 768px) {
    .pay {
      overflow: hidden; }
      .pay__wrapper {
        padding: 30px 15px; }
      .pay__content {
        float: none;
        text-align: center; }
        .pay__content--delivery {
          margin-bottom: 20px; }
      .pay__image {
        visibility: hidden;
        height: 100%;
        z-index: -1; } }
		
		
		
.circle {
 background-size: cover;
  background-repeat: no-repeat;
  background-image:url(image.png);
  height:100%;
  width:100%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 5px solid;
  border-radius: 9999px;
   /*border-color: rgba(255, 255, 255, 1) rgba(255, 255, 255, 1) rgba(255, 255, 255, 1) rgba(255, 255, 255, 1);*/
  border-color:#0000;
}




















.footer {
  color: #fff;
  background-color: #000;
  padding: 32px 0 13px; }
  .footer__wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  .footer__column p {
    margin: 0; }
  .footer__phone {
    font-size: 33px;
    text-decoration: none;
    color: #f1c40f;
    margin-bottom: 10px; }
  .footer__development {
    text-decoration: none;
    color: #fff; }
    .footer__development span {
      display: block;
      font-family: 'Arial';
      font-size: 14px;
      margin-bottom: 10px; }
  .footer__copyright {
    flex: 1 1 100%;
    text-align: center;
    margin: 20px 0 0; }
  @media screen and (max-width: 768px) {
    .footer__wrapper {
      flex-direction: column; }
    .footer__column {
      text-align: center;
      margin: 5px 0; }
    .footer__development {
      font-size: 12px;
      margin-bottom: 5px;
      max-width: 80px; }
    .footer__copyright {
      margin-top: 5px; } }
	  
	  
	  
	  
	  
	  
	  
	  
	  
	  
	  
	  
	  
	  
	  
	  
	  
	  
	  
	  
	  
	  
	  
	  
	  
	  
	  .team2 {
  margin-bottom: 55px;
  overflow: hidden; }
  .team2__title {
    font-size: 33px;
    color: #134673;
    text-align: center;
    margin-bottom: 10px; }
  .team2__description {
    font-size: 25px;
    color: #41988f;
    text-align: center;
    margin-bottom: 55px; }
  .team2__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: -33px -10px; }
  .team2__item {
    display: flex;
    flex-direction: column;
    flex: 1 1 214px;
    max-width: 333px;
    margin: 33px 28px; }
  .team2__image {
    
    margin-bottom: 17px; }
    .team2__image img {
      max-width: 100%; }
  .team2__info {
    height: 100%; }
  .team2__name {
    font-size: 16px;
    color: #000;
    margin-bottom: 6px; }
  .team2__position {
    color: #383838;
    margin-bottom: 14px; }
  .team2__button {
    text-decoration: none;
    color: #134673; }
  @media screen and (max-width: 1366px) {
    .team2 {
      margin-bottom: 45px; }
      .team2__name {
        font-size: 22px;
        margin-bottom: 12px; } }
  @media screen and (max-width: 768px) {
    .team2__title {
      font-size: 24px; }
    .team2__description {
      font-size: 16px;
      margin-bottom: 20px; }
    .team2__list {
      justify-content: center;
      margin: 0; }
    .team__item2 {
      flex: none;
      width: 100%;
      margin: 0 0 30px; }
      .team__item2:last-child {
        margin-bottom: 0; }
    .team__image2 {
      margin-bottom: 10px; }
    .team__name2 {
      font-size: 20px;
      margin-bottom: 10px; }
      .team__name2 br {
        display: none; } }

