/*!
 * Created by Abaddon (abaddongit@gmail.com)
 */
@import "grid/grid.css";
/*
LESS variables are information about icon's compiled state, stored under its original file name

.icon-home {
  width: @icon-home-width;
}

The large array-like variables contain all information about a single icon
@icon-home: x y offset_x offset_y width height total_width total_height image_path name;

At the bottom of this section, we provide information about the spritesheet itself
@spritesheet: width height image @spritesheet-sprites;
*/
/*
The provided classes are intended to be used with the array-like variables

.icon-home {
  .sprite-width(@icon-home);
}
.icon-email {
  .sprite(@icon-email);
}

Example usage in HTML:

`display: block` sprite:
<div class="icon-home"></div>

To change `display` (e.g. `display: inline-block;`), we suggest using a common CSS class:

// CSS
.icon {
  display: inline-block;
}

// HTML
<i class="icon icon-home"></i>
*/
/*
The `.sprites` mixin generates identical output to the CSS template
  but can be overridden inside of LESS

This must be run when you have at least 2 sprites.
  If run with a single sprite, then there will be reference errors.

.sprites(@spritesheet-sprites);
*/
@import "../js/venders/flex/flexslider.css";
@import "../js/venders/fancybox/jquery.fancybox.css";
@font-face {
  font-family: "ForumRegular";
  src: url("fonts/ForumRegular/ForumRegular.eot");
  src: url("fonts/ForumRegular/ForumRegular.eot?#iefix") format("embedded-opentype"), url("fonts/ForumRegular/ForumRegular.woff") format("woff"), url("fonts/ForumRegular/ForumRegular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "PTSansBold";
  src: url("fonts/PTSansBold/PTSansBold.eot");
  src: url("fonts/PTSansBold/PTSansBold.eot?#iefix") format("embedded-opentype"), url("fonts/PTSansBold/PTSansBold.woff") format("woff"), url("fonts/PTSansBold/PTSansBold.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "PTSansItalic";
  src: url("fonts/PTSansItalic/PTSansItalic.eot");
  src: url("fonts/PTSansItalic/PTSansItalic.eot?#iefix") format("embedded-opentype"), url("fonts/PTSansItalic/PTSansItalic.woff") format("woff"), url("fonts/PTSansItalic/PTSansItalic.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "PTSansRegular";
  src: url("fonts/PTSansRegular/PTSansRegular.eot");
  src: url("fonts/PTSansRegular/PTSansRegular.eot?#iefix") format("embedded-opentype"), url("fonts/PTSansRegular/PTSansRegular.woff") format("woff"), url("fonts/PTSansRegular/PTSansRegular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
/*****************************************************
* Typographic  settings
******************************************************/
/*****************************************************
* Visual settings
****************************************************/
/******************************************************
* Colors
*******************************************************/
/*---------------END GENERATE COLOR CLASSES----------------*/
/************************************************
* SPRITE ELEMENT CLASS GENERATOR
***********************************************/
.sprite--blind-big {
  background-image: url(../images/sprites.png);
  background-position: -172px -101px;
  width: 30px;
  height: 30px;
}
.sprite--blind {
  background-image: url(../images/sprites.png);
  background-position: -35px -166px;
  width: 17px;
  height: 15px;
}
.sprite--map {
  background-image: url(../images/sprites.png);
  background-position: -207px -101px;
  width: 17px;
  height: 17px;
}
.sprite--smile {
  background-image: url(../images/sprites.png);
  background-position: -76px -25px;
  width: 66px;
  height: 66px;
}
.sprite--doctor {
  background-image: url(../images/sprites.png);
  background-position: -147px -25px;
  width: 64px;
  height: 60px;
}
.sprite--water-white {
  background-image: url(../images/sprites.png);
  background-position: 0px -101px;
  width: 60px;
  height: 60px;
}
.sprite--water {
  background-image: url(../images/sprites.png);
  background-position: 0px -25px;
  width: 71px;
  height: 71px;
}
.sprite--arrow {
  background-image: url(../images/sprites.png);
  background-position: -137px -101px;
  width: 30px;
  height: 30px;
}
.sprite--phone {
  background-image: url(../images/sprites.png);
  background-position: 0px -166px;
  width: 30px;
  height: 30px;
}
/*********************************************
* GENERATE COLOR CLASSES
**********************************************/
.black {
  color: #000;
}
.white {
  color: #fff;
}
/*****************************************
* Gredients rules
*  Use: .linear-gradient(left, red, green, blue)
******************************************/
/***********************************
* Set sizes
************************************/
/**********************************
* Placeholder settings
**********************************/
/*********************************
* Set value by round
**********************************/
/***********************************
* Block states
***********************************/
html {
  font-size: 10px;
}
body {
  font-size: 1.4rem;
}
body,
html {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  -webkit-text-size-adjust: none;
}
/*base classes*/
.clear:before,
.clear:after {
  display: table;
  content: "";
}
.clear:after {
  clear: both;
}
.left {
  float: left;
}
.right {
  float: right;
}
.block {
  display: block;
}
.b-inline {
  display: inline-block;
}
.inline {
  display: inline;
}
.none {
  display: none;
}
.tcenter {
  text-align: center;
}
.tleft {
  text-align: left;
}
.tright {
  text-align: right;
}
.justify {
  text-align: justify;
}
.justify:after {
  content: '';
  display: inline-block;
  width: 100%;
}
.upper {
  text-transform: uppercase;
}
.lower {
  text-transform: lowercase;
}
.cross {
  text-decoration: line-through;
}
.d-none {
  text-decoration: none;
}
.lazy {
  display: block;
}
#badIE {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #673AB7;
}
#badIE h1 {
  position: absolute;
  text-align: center;
  top: 48%;
  width: 100%;
  color: #fff;
}
.sprite {
  display: inline-block;
}
.noselect {
  user-select: none;
}
.res {
  display: block;
  width: 100%;
  height: auto;
}
a:hover,
a:active,
a:focus {
  outline: none !important;
}
* {
  outline: none;
  box-sizing: border-box;
}
.wow {
  visibility: hidden;
}
.svg-icons {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}
/*
* Normalize styles
*/
/*! normalize.css v1.1.2 | MIT License | git.io/normalize */
/* ==========================================================================
     Base
     ========================================================================== */
/**
   * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
   *    `em` units.
   * 2. Prevent iOS text size adjust after orientation change, without disabling
   *    user zoom.
   */
/**
   * Address `font-family` inconsistency between `textarea` and other form
   * elements.
   */
html,
button,
input,
select,
textarea {
  font-family: 'PTSansRegular', Arial, sans-serif;
}
/**
   * Address margins handled incorrectly in IE 6/7.
   */
body {
  margin: 0;
}
/* ==========================================================================
     Links
     ========================================================================== */
/**
   * Address `outline` inconsistency between Chrome and other browsers.
   */
a:focus {
  outline: thin dotted;
}
/**
   * Improve readability when focused and also mouse hovered in all browsers.
   */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
     Typography
     ========================================================================== */
/**
   * Address font sizes and margins set differently in IE 6/7.
   * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
   * and Chrome.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}
h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}
/**
   * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
   */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
   * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
   */
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
/**
   * Address styling not present in Safari 5 and Chrome.
   */
dfn {
  font-style: italic;
}
/**
   * Address differences between Firefox and other browsers.
   * Known issue: no IE 6/7 normalization.
   */
hr {
  box-sizing: content-box;
  height: 0;
}
/**
   * Address margins set differently in IE 6/7.
   */
p,
pre {
  margin: 1em 0;
}
/**
   * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
   */
code,
kbd,
pre,
samp {
  font-family: Monaco, Consolas, monospace;
  font-size: 1em;
}
/**
   * Improve readability of pre-formatted text in all browsers.
   */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
/**
   * Address CSS quotes not supported in IE 6/7.
   */
q {
  quotes: none;
}
/**
   * Address `quotes` property not supported in Safari 4.
   */
q:before,
q:after {
  content: '';
  content: none;
}
/**
   * Address inconsistent and variable font size in all browsers.
   */
small {
  font-size: 80%;
}
/**
   * Prevent `sub` and `sup` affecting `line-height` in all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* ==========================================================================
     Lists
     ========================================================================== */
/**
   * Address margins set differently in IE 6/7.
   */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}
dd {
  margin: 0 0 0 40px;
}
/**
   * Address paddings set differently in IE 6/7.
   */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}
/**
   * Correct list images handled incorrectly in IE 7.
   */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
/* ==========================================================================
     Embedded content
     ========================================================================== */
/**
   * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
   * 2. Improve image quality when scaled in IE 7.
   */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}
/**
   * Correct overflow displayed oddly in IE 9.
   */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
     Forms
     ========================================================================== */
/**
   * Correct margin displayed oddly in IE 6/7.
   */
form {
  margin: 0;
}
/**
   * Define consistent border, margin, and padding.
   */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
   * 1. Correct color not being inherited in IE 6/7/8/9.
   * 2. Correct text not wrapping in Firefox 3.
   * 3. Correct alignment displayed oddly in IE 6/7.
   */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}
/**
   * 1. Correct font size not being inherited in all browsers.
   * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
   *    and Chrome.
   * 3. Improve appearance and consistency in all browsers.
   */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}
/**
   * Address Firefox 3+ setting `line-height` on `input` using `!important` in
   * the UA stylesheet.
   */
button,
input {
  line-height: normal;
}
/**
   * Address inconsistent `text-transform` inheritance for `button` and `select`.
   * All other form control elements do not inherit `text-transform` values.
   * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
   * Correct `select` style inheritance in Firefox 4+ and Opera.
   */
button,
select {
  text-transform: none;
}
/**
   * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
   *    and `video` controls.
   * 2. Correct inability to style clickable `input` types in iOS.
   * 3. Improve usability and consistency of cursor style between image-type
   *    `input` and others.
   * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
   *    Known issue: inner spacing remains in IE 6.
   */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}
/**
   * Re-set default cursor for disabled elements.
   */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
   * 1. Address box sizing set to content-box in IE 8/9.
   * 2. Remove excess padding in IE 8/9.
   * 3. Remove excess padding in IE 7.
   *    Known issue: excess padding remains in IE 6.
   */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}
/**
   * Remove inner padding and border in Firefox 3+.
   */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
   * 1. Remove default vertical scrollbar in IE 6/7/8/9.
   * 2. Improve readability and alignment in all browsers.
   */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}
/* ==========================================================================
     Tables
     ========================================================================== */
/**
   * Remove most spacing between table cells.
   */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* ==========================================================================
     HTML5 display definitions
     ========================================================================== */
/**
   * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
   */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/**
   * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
   */
audio,
canvas,
video {
  display: inline-block;
}
/**
   * Prevent modern browsers from displaying `audio` without controls.
   * Remove excess height in iOS 5 devices.
   */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
   * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
   * Known issue: no IE 6 support.
   */
[hidden] {
  display: none;
}
/* ==========================================================================
     Typography
     ========================================================================== */
/**
   * Address styling not present in IE 6/7/8/9.
   */
mark {
  background: #ff0;
  color: #444444;
}
/* ==========================================================================
     Figures
     ========================================================================== */
/**
   * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
   */
figure {
  margin: 0;
}
/**
   * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
   * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
   *    (include `-moz` to future-proof).
   */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}
/**
   * Remove inner padding and search cancel button in Safari 5 and Chrome
   * on OS X.
   */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*! normalize-opentype v0.1.2 | MIT License | kennethormandy.com/journal/normalize-opentype-css */
/**
   * 1. Turn on kerning, standard ligatures, and proportional, oldstyle numerals
   *    Turn off all other ligatures, tabular, lining numerals, and alternates
   */
html,
body {
  font-feature-settings: "kern" 1, "liga" 1, "pnum" 1, "tnum" 0, "onum" 1, "lnum" 0, "dlig" 0;
  /* 1. */
}
/* Headings
  ========================================================================== */
/**
   * 1. Turn on discretionary ligatures for larger headings
   */
h1,
h2,
h3 {
  font-feature-settings: "kern" 1, "liga" 1, "pnum" 1, "tnum" 0, "onum" 1, "lnum" 0, "dlig" 1;
  /* 1. */
}
/* Text-level semantics
  ========================================================================== */
/**
   * 1. Change all letters to uppercase
   * 2. Turn on small caps for upper and lowercase letters
   */
abbr {
  text-transform: uppercase;
  /* 1 */
  font-feature-settings: "kern" 1, "liga" 1, "pnum" 1, "tnum" 0, "onum" 1, "lnum" 0, "smcp" 1, "c2sc" 1;
  /* 2 */
}
/*
   * TODO: Turn on diagonal fractions where appropriate
   */
time {
  font-feature-settings: "kern" 1, "liga" 1, "pnum" 1, "tnum" 0, "onum" 1, "lnum" 0;
}
/*
   * 1. Turn off kerning and ligatures,
   *    Turn on lining, tabular numerals, slashed zero
   */
pre,
kbd,
samp,
code {
  font-feature-settings: "kern" 0, "liga" 0, "dlig" 0, "pnum" 0, "tnum" 1, "onum" 0, "lnum" 1, "zero" 1;
  /* 1. */
}
/**
   * 1. Turn on proper supercript numerals
   */
sup {
  font-feature-settings: "kern" 1, "liga" 1, "pnum" 1, "tnum" 0, "onum" 1, "lnum" 0, "dlig" 0, "sups" 1;
  /* 1. */
}
/**
   * 1. Turn on proper subscript numerals
   */
sub {
  font-feature-settings: "kern" 1, "liga" 1, "pnum" 1, "tnum" 0, "onum" 1, "lnum" 0, "dlig" 0, "subs" 1;
  /* 1. */
}
/* Tables
  ========================================================================== */
/**
   * 1. Turns on tabular, lining numerals and slashed zero
   *    Turns off kerning, as it could impact tabular numerals
   */
table {
  font-feature-settings: "kern" 0, "liga" 1, "pnum" 0, "tnum" 1, "onum" 0, "lnum" 1, "zero" 1;
  /* 1. */
}
/**
   * 1. Revert to defaults for table headings
   */
table thead,
table tfoot {
  font-feature-settings: "kern" 1, "liga" 1, "pnum" 1, "tnum" 0, "onum" 1, "lnum" 0, "dlig" 0;
  /* 2. */
}
/* Forms
  ========================================================================== */
/**
   * 1. Turns on lining, proportional numerals without clarified zeroes
   * TODO: Additional input modes https://developer.mozilla.org/en/docs/Web/HTML/Element/Input#attr-inputmode
   */
input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="number"],
input[type="range"],
input[type="tel"],
input[type="week"] {
  font-feature-settings: "kern" 0, "liga" 1, "pnum" 1, "tnum" 0, "onum" 0, "lnum" 1, "zero" 0;
  /* 1. */
}
/********************************************************************************************
* CSS NAMESPACES
* c- Формируют основу приложения и содержат всю косметику для отдельных компонентов
* l- У этих модулей нет никакой косметики, используются только для позиционирования компонентов c- и для построения макета приложения.
* h- Эти классы имеют одну функцию, часто используют !important для повышения их специфичности. (В основном используются для позиционирования или видимости.)
* is-, has- - Показывают различные состояния, которые могут быть у компонентов
* js- - Они указывают на то, что поведение JavaScript привязано к компоненту. Стили с ними не ассоциируются; используются только для облегчения манипуляций со скриптами.
********************************************************************************************/
.Regular {
  font-family: "PTSansRegular", sans-serif;
}
.Bold {
  font-family: "PTSansBold", sans-serif;
  font-weight: 500;
}
.Italic {
  font-family: "PTSansItalic", sans-serif;
}
.Formula {
  font-family: "ForumRegular", sans-serif;
}
html {
  font-size: 10px;
}
body {
  color: #444444;
  font-size: 1.4rem;
  min-width: 1170px;
}
body.is-inner .c-nav:before,
body.is-inner .c-nav:after {
  display: none;
}
body.is-inner .c-menu {
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.container {
  width: 1170px;
}
.c-hamburger {
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 45px;
}
.c-hamburger span {
  height: 9px;
  border-radius: 9px;
  background-color: #fff;
  transition: opacity 0.35s, transform 0.35s;
  display: block;
}
.c-hamburger span:nth-child(1) {
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: 0;
}
.c-hamburger span:nth-child(2) {
  position: absolute;
  top: 18px;
  right: 0;
  bottom: auto;
  left: 0;
}
.c-hamburger span:nth-child(3) {
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
}
.c-hamburger.is-open span:nth-child(1) {
  transform: rotate(135deg);
  position: absolute;
  top: 18px;
  right: 0;
  bottom: auto;
  left: 0;
}
.c-hamburger.is-open span:nth-child(2) {
  opacity: 0;
}
.c-hamburger.is-open span:nth-child(3) {
  transform: rotate(-135deg);
  position: absolute;
  top: 18px;
  right: 0;
  bottom: auto;
  left: 0;
}
/**********************************************
* BASE STYLES
**********************************************/
.normal {
  font-feature-settings: normal;
}
.l-wrapper {
  min-height: 100%;
}
a {
  color: #008ed5;
}
a:hover {
  text-decoration: none;
}
/*********************************************
* HEADER BLOCK
**********************************************/
.c-header__flex {
  height: 148px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.c-header__fl {
  display: flex;
  font-size: 1.2rem;
  line-height: 16px;
  text-transform: uppercase;
}
.c-header__fl a {
  margin-left: 10px;
  text-transform: none;
  font-size: 1.4rem;
  line-height: 14px;
}
.c-header__block {
  display: flex;
  align-items: center;
}
.c-header__icon {
  margin-right: 15px;
}
.c-header__text {
  font-size: 1.2rem;
  line-height: 14px;
  text-transform: uppercase;
  font-family: "PTSansBold", sans-serif;
  font-weight: 500;
}
.c-header__text a,
.c-header__text span {
  font-size: 1.4rem;
  text-transform: none;
  color: #008ed5;
  padding-left: 15px;
  font-family: "PTSansRegular", sans-serif;
}
.c-header__text a b,
.c-header__text span b {
  padding-left: 5px;
  font-size: 2.4rem;
  font-family: "PTSansBold", sans-serif;
  font-weight: 500;
}
/*********************************************
* LOGO BLOCK
**********************************************/
.c-logo {
  display: block;
}
/*********************************************
* CHANGE FONT SIZE BLOCK
**********************************************/
.c-size__decrement {
  font-size: 1.2rem;
}
.c-size__normal {
  font-size: 1.8rem;
  margin: 0 15px;
}
.c-size__increment {
  font-size: 2.4rem;
}
.c-size a {
  line-height: 24px;
  vertical-align: baseline;
  display: inline-block;
  text-decoration: none;
}
.c-size a:hover {
  color: #00ac2b;
}
/*********************************************
* MENU BLOCK
**********************************************/
.c-nav {
  z-index: 1;
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.c-nav:after,
.c-nav:before {
  content: '';
  width: 50%;
  height: 5px;
  display: block;
}
.c-nav:after {
  background-color: #008ed5;
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
}
.c-nav:before {
  background-color: #00ac2b;
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
}
.c-nav .container {
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.c-menu {
  display: flex;
  justify-content: space-between;
  background: #008ed5;
  z-index: 1;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 15px;
  bottom: auto;
  left: 15px;
}
.c-menu > li {
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
}
.c-menu > li:not(:last-child):hover > a,
.c-menu > li:not(:last-child).is-active > a {
  background-color: #0177b2;
}
.c-menu > li:not(:last-child):hover > a:after,
.c-menu > li:not(:last-child).is-active > a:after {
  display: none;
}
.c-menu > li:not(:last-child) > a {
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.c-menu > li:not(:last-child) > a:after {
  content: '';
  background: rgba(255, 255, 255, 0.3);
  margin-top: -5px;
  position: absolute;
  top: 50%;
  right: -4px;
  bottom: auto;
  left: auto;
  width: 1px;
  height: 10px;
  display: block;
}
.c-menu > li:nth-last-child(2):hover > a:after,
.c-menu > li:nth-last-child(2).is-active > a:after {
  border-top-color: #0177b2;
  display: block;
}
.c-menu > li:nth-last-child(2):hover > a:before,
.c-menu > li:nth-last-child(2).is-active > a:before {
  background: #0177b2;
}
.c-menu > li:nth-last-child(2) > a {
  z-index: 1;
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.c-menu > li:nth-last-child(2) > a:before {
  content: '';
  width: 10px;
  height: 46px;
  background: #008ed5;
  position: absolute;
  top: 0;
  right: -8px;
  bottom: auto;
  left: auto;
  display: block;
}
.c-menu > li:nth-last-child(2) > a:after {
  content: '';
  border-top: 46px solid #008ed5;
  border-bottom: 46px solid transparent;
  border-right: 46px solid transparent;
  background-clip: padding-box;
  width: 0;
  height: 0;
  position: absolute;
  top: 5px;
  right: -54px;
  bottom: auto;
  left: auto;
}
.c-menu > li:hover ul {
  display: block;
}
.c-menu > li ul {
  padding: 0;
  margin: 0;
  background-color: #008ed5;
  min-width: 230px;
  display: none;
  position: absolute;
  top: 45px;
  right: auto;
  bottom: auto;
  left: 0;
}
.c-menu > li ul li {
  display: block;
}
.c-menu > li ul li a {
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: normal;
}
.c-menu > li ul li:hover a {
  background-color: #0177b2;
}
.c-menu a {
  line-height: 46px;
  padding: 0 20px;
  color: #fff;
  text-decoration: none;
  display: block;
}
.c-menu li.is-last a {
  background-color: #00ac2b;
  padding-left: 44px;
}
/*********************************************
* TITLE COMPONENT
**********************************************/
.c-title {
  font-size: 3rem;
  margin: 0;
  padding-top: 55px;
  text-transform: uppercase;
  font-family: "ForumRegular", sans-serif;
  text-align: center;
}
.c-title:after {
  content: '';
  margin: 10px auto 0 auto;
  background-image: url(../images/sprites.png);
  background-position: 0px 0px;
  width: 230px;
  height: 20px;
  display: block;
}
/*********************************************
* SLIDER BLOCK
**********************************************/
.c-slider {
  overflow: hidden;
  z-index: 0;
  height: 500px;
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.c-slider__item {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.c-slider__item img {
  visibility: hidden;
  height: 500px;
}
.c-slider__content {
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  font-family: "ForumRegular", sans-serif;
  text-transform: uppercase;
}
.c-slider__content .container {
  height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  text-align: right;
}
.c-slider__content b {
  line-height: 50px;
  font-size: 3.6rem;
  display: block;
}
.c-slider__content span {
  font-size: 1.8rem;
  display: block;
}
.c-slider .flex-control-nav {
  bottom: 30px;
}
.c-slider .flex-control-nav li a {
  border: 1px solid #fff;
  background: none;
  width: 15px;
  height: 15px;
}
.c-slider .flex-control-nav li a.flex-active {
  border-color: transparent;
  background: #fff;
  vertical-align: -2px;
  display: inline-block;
  width: 10px;
  height: 10px;
}
.b {
  font-family: "PTSansBold", sans-serif;
  font-weight: 500;
}
/*********************************************
* WELCOME COMPONENT
**********************************************/
.c-welcome p,
.c-welcome b {
  padding: 12px 0;
  text-align: center;
  display: block;
}
.c-gay {
  line-height: 36px;
  color: #fff;
  border-radius: 20px;
  border: none;
  display: block;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  width: 230px;
  height: 36px;
  background-image: -webkit-linear-gradient(left, #008fcd, #009b8b, #00ab33);
  background-image: -moz-linear-gradient(left, #008fcd, #009b8b, #00ab33);
  background-image: -moz-linear-gradient(to right, #008fcd, #009b8b, #00ab33);
  background-image: -o-linear-gradient(to right, #008fcd, #009b8b, #00ab33);
  background-image: linear-gradient(to right, #008fcd, #009b8b, #00ab33);
  background-repeat: repeat;
}
.c-gay:hover {
  background-image: -webkit-linear-gradient(right, #008fcd, #009b8b, #00ab33);
  background-image: -moz-linear-gradient(right, #008fcd, #009b8b, #00ab33);
  background-image: -moz-linear-gradient(to left, #008fcd, #009b8b, #00ab33);
  background-image: -o-linear-gradient(to left, #008fcd, #009b8b, #00ab33);
  background-image: linear-gradient(to left, #008fcd, #009b8b, #00ab33);
  background-repeat: repeat;
}
/*********************************************
* SERVICES COMPONENT
**********************************************/
.c-services .c-title {
  margin-bottom: 20px;
}
.c-services__all {
  padding: 34px 0 24px 0;
}
.c-services .c-gay {
  margin: 0 auto;
}
/*********************************************
* SERVICE ITEM COMPONENT
**********************************************/
.c-service {
  display: flex;
  padding-top: 22px;
  padding-bottom: 22px;
  flex-direction: row;
}
.c-service__icon {
  padding-right: 15px;
}
.c-service__content {
  padding-left: 15px;
  max-width: 90%;
}
.c-service__text {
  max-width: 100%;
}
.c-service__title {
  color: #008ed5;
  padding-bottom: 15px;
  text-transform: uppercase;
  font-family: "PTSansBold", sans-serif;
  font-weight: 500;
}
/*********************************************
* COMPANY SQUAD COMPONENT
**********************************************/
.c-squad__all {
  padding: 4px 0 80px 0;
}
.c-squad__all .c-gay {
  margin: 0 auto;
}
/*********************************************
* USER ITEM COMPONENT
**********************************************/
.c-user {
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
}
.c-user__image img {
  width: 100%;
  height: auto;
  display: block;
}
.c-user__name {
  color: #008ed5;
  padding: 20px 0 15px 0;
  text-transform: uppercase;
  font-family: "PTSansBold", sans-serif;
  font-weight: 500;
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.c-user__name:before {
  content: '';
  height: 5px;
  width: 100%;
  position: absolute;
  top: 0px;
  right: 0;
  bottom: auto;
  left: 0;
  background-image: -webkit-linear-gradient(left, #008fcd, #009b8b, #00ab33);
  background-image: -moz-linear-gradient(left, #008fcd, #009b8b, #00ab33);
  background-image: -moz-linear-gradient(to right, #008fcd, #009b8b, #00ab33);
  background-image: -o-linear-gradient(to right, #008fcd, #009b8b, #00ab33);
  background-image: linear-gradient(to right, #008fcd, #009b8b, #00ab33);
  background-repeat: repeat;
  display: block;
}
.c-user__desc {
  margin-top: 0;
}
/*********************************************
* NUMBERS ITEMS COMPONENT
**********************************************/
.c-numbers {
  padding: 55px 0;
  background: url('../images/numbers.jpg') 50% 50% no-repeat;
  color: #fff;
}
/*********************************************
* NUMBER ITEM COMPONENT
**********************************************/
.c-number {
  text-align: center;
}
.c-number__value {
  font-size: 4.8rem;
  font-family: "PTSansBold", sans-serif;
  font-weight: 500;
}
/*********************************************
* SHOW REVIEWS COMPONENT
**********************************************/
.c-review {
  overflow: hidden;
  padding-bottom: 20px;
}
.c-review .container {
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.c-review .c-title {
  margin-bottom: 20px;
}
.c-review__item {
  overflow: hidden;
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
}
.c-review__name {
  color: #008ed5;
  padding: 20px 0 0 0;
  font-family: "PTSansBold", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}
.c-review__status {
  color: #00ac2b;
  font-size: 1.2rem;
}
.c-review__text {
  padding: 20px 0 100px 0;
  width: 80%;
  margin: 0 auto;
}
.c-review .flex-control-nav {
  bottom: 30px;
  left: 0;
}
.c-review .flex-control-nav a {
  background: none;
  border: 1px solid #008ed5;
  box-shadow: none;
  width: 15px;
  height: 15px;
}
.c-review .flex-control-nav a.flex-active {
  background: #008ed5;
  vertical-align: -2px;
  display: inline-block;
  width: 10px;
  height: 10px;
}
.c-review .flex-direction-nav .flex-prev,
.c-review .flex-direction-nav .flex-next {
  margin: 0;
  top: 55%;
}
.c-review .flex-direction-nav .flex-prev:hover,
.c-review .flex-direction-nav .flex-next:hover {
  opacity: 0.5;
}
.c-review .flex-direction-nav .flex-prev {
  left: 0;
  opacity: 1;
  font-size: 0;
  background-image: url(../images/sprites.png);
  background-position: -101px -101px;
  width: 31px;
  height: 42px;
}
.c-review .flex-direction-nav .flex-prev:before {
  display: none;
}
.c-review .flex-direction-nav .flex-next {
  right: 0;
  opacity: 1;
  font-size: 0;
  background-image: url(../images/sprites.png);
  background-position: -65px -101px;
  width: 31px;
  height: 42px;
}
.c-review .flex-direction-nav .flex-next:before {
  display: none;
}
.c-helpful {
  padding-bottom: 100px;
}
.c-helpful__list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.c-helpful .c-title {
  margin-bottom: 20px;
}
.c-help {
  padding: 20px 0;
  display: block;
}
.c-help:hover {
  opacity: 0.5;
}
/*------------------MAIN BLOCK----------------------------*/
main blockquote {
  background-color: #eef9ff;
  margin: 0;
  padding: 0;
  padding: 15px;
  font-family: "PTSansItalic", sans-serif;
  text-align: center;
}
.is-inner main {
  padding: 40px 0;
}
.is-inner main .c-title {
  padding-top: 0;
  padding-bottom: 20px;
}
.c-news {
  overflow: hidden;
}
/*********************************************
* ARTICLE ITEM COMPONENT
**********************************************/
.c-article {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}
.c-article figure {
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.c-article figure img {
  width: 100%;
  height: auto;
  display: block;
}
.c-article__date {
  color: #fff;
  background-image: -webkit-linear-gradient(left, #008fcd, #009b8b, #00ab33);
  background-image: -moz-linear-gradient(left, #008fcd, #009b8b, #00ab33);
  background-image: -moz-linear-gradient(to right, #008fcd, #009b8b, #00ab33);
  background-image: -o-linear-gradient(to right, #008fcd, #009b8b, #00ab33);
  background-image: linear-gradient(to right, #008fcd, #009b8b, #00ab33);
  background-repeat: repeat;
  width: 70px;
  height: 60px;
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
}
.c-article__date b {
  font-size: 3rem;
  line-height: 35px;
  font-family: "PTSansBold", sans-serif;
  font-weight: 500;
  display: block;
}
.c-article__title {
  color: #008ed5;
  padding: 20px 0 10px 0;
  font-family: "PTSansBold", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}
.c-article__desc {
  color: #444444;
  text-decoration: none;
}
.c-article__desc:hover {
  color: #008ed5;
  text-decoration: underline;
}
.c-article__hover {
  background-image: -webkit-linear-gradient(left, #008fcd, #009b8b, #00ab33);
  background-image: -moz-linear-gradient(left, #008fcd, #009b8b, #00ab33);
  background-image: -moz-linear-gradient(to right, #008fcd, #009b8b, #00ab33);
  background-image: -o-linear-gradient(to right, #008fcd, #009b8b, #00ab33);
  background-image: linear-gradient(to right, #008fcd, #009b8b, #00ab33);
  background-repeat: repeat;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.35;
  display: none;
}
.c-article__hover + span {
  content: '+';
  color: #fff;
  font-size: 6rem;
  opacity: 1;
  margin-left: -15px;
  margin-top: -35px;
  display: none;
  font-family: "PTSansBold", sans-serif;
  font-weight: 500;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
}
.c-article a:hover .c-article__hover {
  display: block;
}
.c-article a:hover .c-article__hover + span {
  display: block;
}
.c-article a:hover .c-article__date {
  display: none;
}
.c-article .c-gay {
  margin: 30px auto 0 auto;
  width: 130px;
}
.c-article.is-big {
  text-align: left;
}
.c-article.is-big figure {
  max-width: 470px;
}
.c-article.is-big .c-article__image {
  margin-right: 15px;
  margin-bottom: 15px;
  float: left;
}
.c-article.is-big .c-article__date {
  text-align: center;
}
/*------------------END MAIN BLOCK----------------------------*/
/*********************************************
* FOOTER BLOCK
*********************************************/
.c-footer {
  min-height: 400px;
  background: url('../images/footer.jpg') 50% 50% no-repeat;
  padding-top: 40px;
  color: #fff;
}
.c-footer__menu {
  padding: 0;
  margin: 0;
}
.c-footer__menu li {
  display: block;
}
.c-footer__menu li i {
  margin-right: 10px;
  vertical-align: -3px;
}
.c-footer .c-size a {
  line-height: 50px;
}
.c-footer .c-size__decrement {
  font-size: 2.6rem;
}
.c-footer .c-size__normal {
  font-size: 3.8rem;
}
.c-footer .c-size__increment {
  font-size: 4.8rem;
}
.c-footer__title {
  font-size: 2.4rem;
  text-transform: uppercase;
  font-family: "PTSansBold", sans-serif;
  font-weight: 500;
}
.c-footer ul {
  padding: 0;
  margin: 10px 0;
  width: 100%;
  display: inline-block;
}
.c-footer ul li {
  padding: 5px 0;
  display: block;
}
.c-footer ul li a {
  color: #fff;
  text-decoration: none;
}
.c-footer ul li a:hover,
.c-footer ul li a.active {
  color: #008ed5;
  text-decoration: underline;
}
.c-address {
  padding: 15px 0;
  line-height: 20px;
}
.c-address__title {
  font-size: 1.2rem;
  color: #008ed5;
  text-transform: uppercase;
  font-family: "PTSansBold", sans-serif;
  font-weight: 500;
}
.c-address b {
  font-size: 2.4rem;
  margin-left: 5px;
  font-family: "PTSansBold", sans-serif;
  font-weight: 500;
}
.c-copyright {
  padding: 10px 0 10px 0;
}
.c-form {
  display: block;
}
.c-form__row {
  padding: 15px 0;
}
.c-form__row input[type=text],
.c-form__row input[type=password],
.c-form__row input[type=email],
.c-form__row textarea {
  width: 100%;
  height: 40px;
  border: 1px solid #008ed5;
  padding: 0 15px;
}
.c-form__row input[type=file] {
  background-color: #008ed5;
  color: #fff;
  height: 40px;
  width: 100%;
  padding: 10px 15px;
}
.c-form__row textarea {
  height: 150px;
  padding: 15px;
}
.c-form button {
  line-height: 36px;
  color: #fff;
  border-radius: 20px;
  border: none;
  display: block;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  width: 230px;
  height: 36px;
  background-image: -webkit-linear-gradient(left, #008fcd, #009b8b, #00ab33);
  background-image: -moz-linear-gradient(left, #008fcd, #009b8b, #00ab33);
  background-image: -moz-linear-gradient(to right, #008fcd, #009b8b, #00ab33);
  background-image: -o-linear-gradient(to right, #008fcd, #009b8b, #00ab33);
  background-image: linear-gradient(to right, #008fcd, #009b8b, #00ab33);
  background-repeat: repeat;
}
.c-form button:hover {
  background-image: -webkit-linear-gradient(right, #008fcd, #009b8b, #00ab33);
  background-image: -moz-linear-gradient(right, #008fcd, #009b8b, #00ab33);
  background-image: -moz-linear-gradient(to left, #008fcd, #009b8b, #00ab33);
  background-image: -o-linear-gradient(to left, #008fcd, #009b8b, #00ab33);
  background-image: linear-gradient(to left, #008fcd, #009b8b, #00ab33);
  background-repeat: repeat;
}
.c-search {
  max-width: 270px;
  margin: 30px 0 10px 0;
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.c-search__field {
  height: 36px;
  border: none;
  width: 100%;
  border-radius: 20px;
  padding: 0 110px 0 15px;
}
.c-search__button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
  line-height: 36px;
  color: #fff;
  border-radius: 20px;
  border: none;
  display: block;
  text-transform: uppercase;
  text-decoration: none;
  width: 230px;
  height: 36px;
  background-image: -webkit-linear-gradient(left, #008fcd, #009b8b, #00ab33);
  background-image: -moz-linear-gradient(left, #008fcd, #009b8b, #00ab33);
  background-image: -moz-linear-gradient(to right, #008fcd, #009b8b, #00ab33);
  background-image: -o-linear-gradient(to right, #008fcd, #009b8b, #00ab33);
  background-image: linear-gradient(to right, #008fcd, #009b8b, #00ab33);
  background-repeat: repeat;
  width: 100px;
  text-align: center;
}
.c-search__button:hover {
  background-image: -webkit-linear-gradient(right, #008fcd, #009b8b, #00ab33);
  background-image: -moz-linear-gradient(right, #008fcd, #009b8b, #00ab33);
  background-image: -moz-linear-gradient(to left, #008fcd, #009b8b, #00ab33);
  background-image: -o-linear-gradient(to left, #008fcd, #009b8b, #00ab33);
  background-image: linear-gradient(to left, #008fcd, #009b8b, #00ab33);
  background-repeat: repeat;
}
