/* This stylesheet generated by Transfonter (https://transfonter.org) on March 10, 2017 1:37 PM */

@font-face {
  font-family: 'Segoe UI';
  src: url("../fonts/subset-SegoeUI.eot");
  src: url("../fonts/subset-SegoeUI.eot?#iefix") format("embedded-opentype"), url("../fonts/subset-SegoeUI.woff2") format("woff2"), url("../fonts/subset-SegoeUI.woff") format("woff"), url("../fonts/subset-SegoeUI.ttf") format("truetype"), url("../fonts/subset-SegoeUI.svg#SegoeUI") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Segoe UI';
  src: url("../fonts/subset-SegoeUI-Italic.eot");
  src: url("../fonts/subset-SegoeUI-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/subset-SegoeUI-Italic.woff2") format("woff2"), url("../fonts/subset-SegoeUI-Italic.woff") format("woff"), url("../fonts/subset-SegoeUI-Italic.ttf") format("truetype"), url("../fonts/subset-SegoeUI-Italic.svg#SegoeUI-Italic") format("svg");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'Segoe UI';
  src: url("../fonts/subset-SegoeUI-Bold.eot");
  src: url("../fonts/subset-SegoeUI-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/subset-SegoeUI-Bold.woff2") format("woff2"), url("../fonts/subset-SegoeUI-Bold.woff") format("woff"), url("../fonts/subset-SegoeUI-Bold.ttf") format("truetype"), url("../fonts/subset-SegoeUI-Bold.svg#SegoeUI-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Segoe UI';
  src: url("../fonts/subset-SegoeUI-SemiBold.eot");
  src: url("../fonts/subset-SegoeUI-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/subset-SegoeUI-SemiBold.woff2") format("woff2"), url("../fonts/subset-SegoeUI-SemiBold.woff") format("woff"), url("../fonts/subset-SegoeUI-SemiBold.ttf") format("truetype"), url("../fonts/subset-SegoeUI-SemiBold.svg#SegoeUI-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Segoe UI';
  src: url("../fonts/subset-SegoeUI-Light.eot");
  src: url("../fonts/subset-SegoeUI-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/subset-SegoeUI-Light.woff2") format("woff2"), url("../fonts/subset-SegoeUI-Light.woff") format("woff"), url("../fonts/subset-SegoeUI-Light.ttf") format("truetype"), url("../fonts/subset-SegoeUI-Light.svg#SegoeUI-Light") format("svg");
  font-weight: 300;
  font-style: normal;
}

.fancybox-enabled {
  overflow: hidden;
}

.fancybox-enabled body {
  overflow: visible;
  -ms-touch-action: none;
  touch-action: none;
}

.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99993;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.fancybox-container ~ .fancybox-container {
  z-index: 99992;
}

.fancybox-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #0f0f11;
  opacity: 0;
  transition-timing-function: cubic-bezier(0.55, 0.06, 0.68, 0.19);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.fancybox-container--ready .fancybox-bg {
  opacity: .87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-controls {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  opacity: 0;
  z-index: 99994;
  transition: opacity .2s;
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  direction: ltr;
}

.fancybox-show-controls .fancybox-controls {
  opacity: 1;
}

.fancybox-infobar {
  display: none;
}

.fancybox-show-infobar .fancybox-infobar {
  display: inline-block;
  pointer-events: all;
}

.fancybox-infobar__body {
  display: inline-block;
  width: 70px;
  line-height: 44px;
  font-size: 13px;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  text-align: center;
  color: #ddd;
  background-color: rgba(30, 30, 30, 0.7);
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased;
}
.aligncenter { text-align: center;}
.fancybox-buttons {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  pointer-events: all;
}

.fancybox-show-buttons .fancybox-buttons {
  display: block;
}

.fancybox-slider-wrap {
  overflow: hidden;
  direction: ltr;
}

.fancybox-slider,
.fancybox-slider-wrap {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  z-index: 99993;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: transparent;
}

.fancybox-slide:before {
  content: "";
  height: 100%;
  width: 0;
}

.fancybox-slide:before,
.fancybox-slide > * {
  display: inline-block;
  vertical-align: middle;
}

.fancybox-slide > * {
  position: relative;
  padding: 24px;
  margin: 44px 0;
  border-width: 0;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  box-sizing: border-box;
}

.fancybox-slide--image {
  overflow: hidden;
}

.fancybox-slide--image:before {
  display: none;
}

.fancybox-content {
  display: inline-block;
  position: relative;
  margin: 44px auto;
  padding: 0;
  border: 0;
  width: 80%;
  height: calc(100% - 88px);
  vertical-align: middle;
  line-height: normal;
  text-align: left;
  white-space: normal;
  outline: none;
  font-size: 16px;
  font-family: Arial,sans-serif;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch;
}

.fancybox-iframe {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video .fancybox-iframe {
  background: transparent;
}

.fancybox-placeholder {
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.fancybox-image,
.fancybox-placeholder,
.fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.fancybox-image,
.fancybox-spaceball {
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  background: transparent;
  background-size: 100% 100%;
}

.fancybox-controls--canzoomOut .fancybox-placeholder {
  cursor: zoom-out;
}

.fancybox-controls--canzoomIn .fancybox-placeholder {
  cursor: zoom-in;
}

.fancybox-controls--canGrab .fancybox-placeholder {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-controls--isGrabbing .fancybox-placeholder {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-tmp {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden;
}

.fancybox-error {
  position: absolute;
  margin: 0;
  padding: 40px;
  top: 50%;
  left: 50%;
  width: 380px;
  max-width: 100%;
  transform: translate(-50%, -50%);
  background: #fff;
  cursor: default;
}

.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font: 16px/20px Helvetica Neue,Helvetica,Arial,sans-serif;
}

.fancybox-close-small {
  position: absolute;
  top: 4px;
  right: 4px;
  padding: 0;
  margin: 0;
  width: 30px;
  height: 30px;
  font: 21px/1 Arial,Helvetica Neue,Helvetica,sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  cursor: pointer;
  background: #fff;
  transition: background .2s;
  box-sizing: border-box;
  z-index: 2;
}

.fancybox-close-small:focus {
  outline: 1px dotted #888;
}

.fancybox-slide--video .fancybox-close-small {
  top: -36px;
  right: -36px;
  background: transparent;
}

.fancybox-close-small:hover {
  color: #555;
  background: #eee;
}

.fancybox-caption-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 30px 0;
  z-index: 99998;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box;
  background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8));
  opacity: 0;
  transition: opacity .2s;
  pointer-events: none;
}

.fancybox-show-caption .fancybox-caption-wrap {
  opacity: 1;
}

.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none;
}

.fancybox-caption a,
.fancybox-caption button {
  pointer-events: all;
}

.fancybox-caption a {
  color: #fff;
  text-decoration: underline;
}

.fancybox-button {
  display: inline-block;
  position: relative;
  width: 44px;
  height: 44px;
  line-height: 44px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  background: transparent;
  color: #fff;
  box-sizing: border-box;
  vertical-align: top;
  outline: none;
}

.fancybox-button--disabled {
  cursor: default;
  pointer-events: none;
}

.fancybox-button,
.fancybox-infobar__body {
  background: rgba(30, 30, 30, 0.6);
}

.fancybox-button:hover {
  background: rgba(0, 0, 0, 0.8);
}

.fancybox-button:after,
.fancybox-button:before {
  content: "";
  pointer-events: none;
  position: absolute;
  border-color: #fff;
  background-color: currentColor;
  color: currentColor;
  opacity: .9;
  box-sizing: border-box;
  display: inline-block;
}

.fancybox-button--disabled:after,
.fancybox-button--disabled:before {
  opacity: .5;
}

.fancybox-button--left:after {
  left: 20px;
  transform: rotate(-135deg);
}

.fancybox-button--left:after,
.fancybox-button--right:after {
  top: 18px;
  width: 6px;
  height: 6px;
  background: transparent;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
}

.fancybox-button--right:after {
  right: 20px;
  transform: rotate(45deg);
}

.fancybox-button--left {
  border-bottom-left-radius: 5px;
}

.fancybox-button--right {
  border-bottom-right-radius: 5px;
}

.fancybox-button--close {
  float: right;
}

.fancybox-button--close:after,
.fancybox-button--close:before {
  content: "";
  display: inline-block;
  position: absolute;
  height: 2px;
  width: 16px;
  top: calc(50% - 1px);
  left: calc(50% - 8px);
}

.fancybox-button--close:before {
  transform: rotate(45deg);
}

.fancybox-button--close:after {
  transform: rotate(-45deg);
}

.fancybox-loading {
  border: 6px solid rgba(99, 99, 99, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  animation: a .8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 99999;
}

@keyframes a {
  0% {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(359deg);
  }
}

.fancybox-button--fullscreen:before {
  width: 15px;
  height: 11px;
  left: 15px;
  top: 16px;
  border: 2px solid;
  background: none;
}

.fancybox-button--play:before {
  top: 16px;
  left: 18px;
  width: 0;
  height: 0;
  border-top: 6px inset transparent;
  border-bottom: 6px inset transparent;
  border-left: 10px solid;
  border-radius: 1px;
  background: transparent;
}

.fancybox-button--pause:before {
  top: 16px;
  left: 18px;
  width: 7px;
  height: 11px;
  border-style: solid;
  border-width: 0 2px;
  background: transparent;
}

.fancybox-button--thumbs span {
  font-size: 23px;
}

.fancybox-button--thumbs:before {
  top: 20px;
  left: 21px;
  width: 3px;
  height: 3px;
  box-shadow: 0 -4px 0,-4px -4px 0,4px -4px 0,inset 0 0 0 32px,-4px 0 0,4px 0 0,0 4px 0,-4px 4px 0,4px 4px 0;
}

.fancybox-container--thumbs .fancybox-caption-wrap,
.fancybox-container--thumbs .fancybox-controls,
.fancybox-container--thumbs .fancybox-slider-wrap {
  right: 220px;
}

.fancybox-thumbs {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  width: 220px;
  margin: 0;
  padding: 5px 5px 0 0;
  background: #fff;
  z-index: 99993;
  word-break: normal;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
}

.fancybox-thumbs > ul {
  list-style: none;
  position: absolute;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 0;
}

.fancybox-thumbs > ul > li {
  float: left;
  overflow: hidden;
  max-width: 50%;
  padding: 0;
  margin: 0;
  width: 105px;
  height: 75px;
  position: relative;
  cursor: pointer;
  outline: none;
  border: 5px solid #fff;
  border-top-width: 0;
  border-right-width: 0;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box;
}

li.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1);
}

.fancybox-thumbs > ul > li > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  max-height: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-thumbs > ul > li:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 2px;
  border: 4px solid #4ea7f9;
  z-index: 99991;
  opacity: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
  opacity: 1;
}

.window {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  resize: vertical;
}

.btn,
a.btn,
.btn-red,
a.btn-red {
  text-align: center;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
}

.window {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: fixed;
  z-index: 1001;
  background: rgba(0, 0, 0, 0.68);
}

/* reset browser styles */

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

figcaption h3,  .sidebar-title {  color: #FFF; padding-left: 20px;}

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

body {
  line-height: 1.2;
}

ol {
  padding-left: 16px;
  list-style: decimal;
}

ul {
  padding-left: 16px;
  list-style: disc;
}

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

* {
  box-sizing: border-box;
}

/* end reset browser styles */

* {
  outline: none;
}

body {
  font-family: "Segoe UI", sans-serif;
  color: #11242a;
  font-size: 16px;
  background: #fff;
}

a {
  color: #11242a;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

i {
  font-style: normal;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

ul.ul-reset,
.ul-reset ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

::-moz-placeholder {
  opacity: 1;
}

::-webkit-input-placeholder {
  opacity: 1;
}

.alignright {
  float: right;
  margin-left: 20px;
}

.alignleft {
  float: left;
  margin-right: 20px;
}

button {
  cursor: pointer;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

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

.btn,
a.btn,
.btn-red,
a.btn-red {
  background: rgba(255, 255, 255, 0.2);
  line-height: 51px;
  padding: 0 30px;
  font-weight: 600;
  color: #FFF;
  text-decoration: none;
  border: 1px solid #FFF;
  text-transform: uppercase;
  font-size: 20px;
  border-radius: 5px;
}

.btn:hover,
a.btn:hover,
.btn-red:hover,
a.btn-red:hover {
  background: #FFF;
  color: #000;
}

.btn-red,
a.btn-red {
  background: #ea553d;
  color: #FFF;
  border: none;
}

.btn-red:hover,
a.btn-red:hover {
  background: #ce452f;
  color: #FFF;
}

.title {
  border-bottom: 1px solid #15a6a6;
  text-align: center;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 73px;
}

.title span {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 600;
}

.title [class*=icon] {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.title [class*=icon].icon-title-1 {
  background: url("../img/icon-title-1.jpg") no-repeat;
  width: 58px;
  height: 43px;
  bottom: -43px;
}

.title [class*=icon].icon-title-2 {
  background: url("../img/icon-title-2.jpg") no-repeat;
  width: 27px;
  height: 47px;
  bottom: -47px;
}

.title [class*=icon].icon-title-3 {
  background: url("../img/icon-title-3.png") no-repeat;
  width: 21px;
  height: 42px;
  bottom: -42px;
}

.title [class*=icon].icon-title-4 {
  background: url("../img/icon-title-4.png") no-repeat;
  width: 51px;
  height: 38px;
  bottom: -38px;
}

.title [class*=icon].icon-title-5 {
  background: url("../img/icon-title-5.png") no-repeat;
  width: 27px;
  height: 44px;
  bottom: -44px;
}

.title [class*=icon].icon-title-6 {
  background: url("../img/icon-title-6.png") no-repeat;
  width: 21px;
  height: 48px;
  bottom: -48px;
}

.main {
  padding: 30px 0;
}

/* header */

.header {
  position: relative;
  background: url("../img/bg-header.jpg") no-repeat top;
  background-size: cover;
  z-index: 99;
}

.header .container {
  position: relative;
  height: 614px;
}

.header .container .logo {
  position: absolute;
  left: 15px;
  top: 20px;
}

.header .container .tel {
  position: absolute;
  top: 58px;
  right: 270px;
  color: #FFF;
  font-size: 18px;
}

.header .container .tel i {
  font-style: italic;
}

.header .container .tel span {
  font-size: 24px;
}

.header .container .tel span b {
  font-weight: 600;
}

.header .container .tel a {
  color: #FFF;
}

.header .container .btn {
  position: absolute;
  right: 15px;
  top: 58px;
}

.header .container .slogan {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  color: #FFF;
  font-size: 48px;
  text-align: center;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 600;
}

.header .container .slogtxt {
  position: absolute;
  top: 70%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  padding: 50px 0;
  color: #FFF;
  font-size: 18px;
}

.header .nav {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  background: rgba(0, 0, 0, 0.25);
  font-size: 0;
  margin-top: -71px;
}

.header .nav .btn-nav {
  display: none;
  padding: 25px 0;
  text-align: center;
  background: none;
  border: none;
}

.header .nav .btn-nav .icon-menu {
  display: inline-block;
  margin: 0 auto;
  line-height: 71px;
  position: relative;
  margin-top: 8px;
  margin-bottom: 8px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.header .nav .btn-nav .icon-menu,
.header .nav .btn-nav .icon-menu:before,
.header .nav .btn-nav .icon-menu:after {
  display: block;
  width: 30px;
  height: 5px;
  background-color: #FFF;
  transition-property: background-color, transform;
  transition-duration: 0.3s;
}

.header .nav .btn-nav .icon-menu:before,
.header .nav .btn-nav .icon-menu:after {
  position: absolute;
  content: "";
}

.header .nav .btn-nav .icon-menu:before {
  top: -8px;
}

.header .nav .btn-nav .icon-menu:after {
  top: 8px;
}

.header .nav .btn-nav.active .icon-menu {
  background-color: transparent;
}

.header .nav .btn-nav.active .icon-menu:before {
  transform: translateY(8px) rotate(45deg);
}

.header .nav .btn-nav.active .icon-menu:after {
  transform: translateY(-8px) rotate(-45deg);
}

.header .nav ul {
  text-align: center;
}

.header .nav ul li {
  display: inline-block;
  border-right: 1px solid rgba(0, 0, 0, 0.25);
}

.header .nav ul li a {
  font-size: 16px;
  line-height: 71px;
  padding: 0 30px;
  color: #FFF;
  text-transform: uppercase;
  display: block;
}

.header .nav ul li:last-child {
  border: none;
}

.header .nav ul li:hover a,
.header .nav ul li.active a {
  text-decoration: underline;
}

.header.inner {
  background: linear-gradient(to bottom, #183a63, #3e8c82);
}

.header.inner .container {
  height: 228px;
}

/* advantages */

.advantages {
  padding: 73px 0 20px 0;
  text-align: center;
}

.advantages [class*=col] {
  margin-bottom: 50px;
}

.advantages [class*=col] figure {
  width: 106px;
  height: 106px;
  line-height: 106px;
  border-radius: 5px;
  margin: 0 auto 30px auto;
  background: #15a6a6;
}

.advantages [class*=col] p {
  text-transform: uppercase;
  font-weight: 600;
  padding: 0 30px;
  font-size: 18px;
  min-height: 44px;
}

/* programms */

.programms {
  background: #f3f3f2;
  padding: 50px 0;
}

.programms .item {
  font-size: 0;
  position: relative;
  margin-bottom: 30px;
}

.programms .item img {
  width: 100%;
}

.programms .item figcaption {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
}

.programms .item figcaption span {
  text-transform: uppercase;
 /* font-size: 36px; */
  color: #FFF;
  font-weight: 600;
  display: block;
  margin-bottom: 5px;
}
.programms .item figcaption p {

  font-size: 16px;
  color: #FFF;
 /* font-weight: 600; */
  display: block;
  margin-bottom: 25px;
}

.programms .item:last-child {
  margin-bottom: 0;
}

/* gallery */

.gallery {
  padding: 70px 0;
  min-height: 100px;
  position: relative;
}

.gallery .grid .grid-sizer,
.gallery .grid .grid-item {
  width: 25%;
}

.gallery .grid a {
  display: block;
  position: relative;
  padding: 1px;
}

.gallery .grid a img {
  width: 100%;
}

.gallery .grid a:before {
  content: '';
  position: absolute;
  top: 1px;
  right: 1px;
  left: 1px;
  bottom: 1px;
  display: none;
  background: url("../img/icon-resize.png") no-repeat center rgba(21, 166, 166, 0.75);
}

.gallery .grid a:hover:before {
  display: block;
}

.gallery a.btn-more {
  text-decoration: none;
  display: inline-block;
  margin-top: 30px;
  border-bottom: 1px dotted;
}

/* about */

.about {
  background: linear-gradient(to bottom, #439586, #112d5e);
  padding: 70px 0;
}

.about .title {
  color: #FFF;
  border-bottom: 1px solid #FFF;
}

.about .text {
  padding: 0 50px;
}

.about .text p {
  font-size: 18px;
  color: #FFF;
  margin-bottom: 20px;
}

.about .text p:last-child {
  margin-bottom: 0;
}

.about .text .alignright {
  margin-left: 80px;
}

/* contacts */

.contacts {
  padding: 70px 0;
}

.contacts ul {
  font-size: 0;
  padding-bottom: 35px;
  margin-bottom: 35px;
  border-bottom: 2px solid #15a6a6;
}

.contacts ul li {
  margin-bottom: 20px;
}

.contacts ul li figure {
  display: inline-block;
  vertical-align: middle;
  width: 44px;
  line-height: 44px;
  background: #15a6a6;
  text-align: center;
  border-radius: 5px;
}

.contacts ul li p {
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  width: calc(100% - 44px);
  padding-left: 10px;
}

.contacts ul li p b {
  font-weight: 600;
}

.contacts ul li:last-child {
  margin-bottom: 0;
}

.contacts .soc {
  font-size: 0;
}

.contacts .soc p {
  margin-bottom: 10px;
  font-size: 15px;
}

.contacts .soc a {
  display: inline-block;
  vertical-align: middle;
  background: #15a6a6;
  margin-right: 7px;
  width: 44px;
  line-height: 44px;
  text-align: center;
  border-radius: 5px;
}

.contacts .soc a:hover {
  background: #067171;
}

.contacts .form input,
.contacts .form textarea {
  font-family: "Segoe UI", sans-serif;
  width: 100%;
  margin-bottom: 10px;
  font-style: italic;
  font-size: 16px;
  height: 51px;
  padding: 0 15px;
  border: 1px solid #cdcdcd;
}

.contacts .form input:focus,
.contacts .form textarea:focus {
  font-style: normal;
}

.contacts .form textarea {
  height: 121px;
  resize: none;
  margin-bottom: 28px;
  padding: 10px 15px;
}

/* footer */

.footer {
  background: #071429;
  padding: 32px 0;
}

.footer .container .logo {
  font-size: 0;
}

.footer .container .menu {
  text-align: right;
  padding-top: 40px;
  font-size: 0;
  margin-bottom: 30px;
}

.footer .container .menu li {
  display: inline-block;
  margin-left: 12px;
  padding-left: 12px;
  border-left: 1px solid #FFF;
  line-height: 1;
}

.footer .container .menu li a {
  color: #FFF;
  font-size: 14px;
}

.footer .container .menu li:first-child {
  padding: 0;
  margin: 0;
  border: none;
}

.footer .container .copyright {
  text-align: right;
  color: #c0c9d6;
  font-size: 13px;
}

/* window */

.window {
  display: none;
}

.window .window-inner {
  margin: 0 auto;
  background: #FFF;
  width: 370px;
  border-radius: 5px;
  padding: 29px;
  text-align: center;
  position: relative;
}

.window .window-inner .window-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.window .window-inner p {
  font-size: 15px;
  margin-bottom: 20px;
}

.window .window-inner form input {
  width: 100%;
  height: 46px;
  margin-bottom: 20px;
  padding: 0 20px;
  font-style: italic;
  border: 1px solid #cdcdcd;
  font-size: 16px;
}

.window .window-inner form input:focus {
  font-style: normal;
}

.window .window-inner .btn-close {
  background: url("../img/icon-close.png") no-repeat;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 10px;
  right: 10px;
}

.window .window-inner .success {
  display: inline-block;
  background: url("../img/icon-tick.png") no-repeat left;
  font-style: italic;
  padding-left: 38px;
  font-size: 20px;
}

/* path */

.path {
  margin-bottom: 25px;
}

.path ul {
  font-size: 0;
}

.path ul li {
  display: inline-block;
  background: url("../img/separator.png") no-repeat right;
  font-size: 16px;
  padding-right: 29px;
  margin-right: 21px;
  color: #15a6a6;
}

.path ul li a {
  color: #11242a;
}

.path ul li:last-child {
  margin-right: 0;
  padding-right: 0;
  background: none;
}

/* menu-side */

.menu-side {
  background: #15a6a6;
  border-radius: 5px;
  overflow: hidden;
}

.menu-side ul li {
  border-bottom: 1px solid #067171;
}

.menu-side ul li a {
  display: block;
  line-height: 68px;
  padding: 0 20px;
  color: #FFF;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 18px;
  position: relative;
}

.menu-side ul li a:before {
  content: '';
  position: absolute;
  background: url("../img/arr-menu.png") no-repeat center rgba(2, 108, 108, 0.5);
  width: 27px;
  height: 27px;
  top: 19px;
  right: 21px;
  border-radius: 50%;
}

.menu-side ul li:hover a,
.menu-side ul li.active a {
  background: #067171;
}

.menu-side ul li:hover a:before,
.menu-side ul li.active a:before {
  background: url("../img/arr-menu.png") no-repeat center #004a4a;
}

.menu-side ul li:last-child {
  border: none;
}

/* article */

.article {
  margin-bottom: 30px;
}

.article h2,
.article h3,
.article h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}

.article p {
  margin-bottom: 20px;
}

.article strong,
.article b {
  font-weight: 600;
  display: inline-block;
}

.article:last-child {
  margin-bottom: 0;
}

.article img {
  width: 100%;
  height: auto;
}

@media (max-width: 1199px) {
  .header .nav {
    background: rgba(0, 0, 0, 0.75);
  }

  .header .nav .btn-nav {
    display: block;
  }

  .header .nav ul {
    display: none;
  }

  .header .nav ul li {
    display: block;
    border: none;
  }

  .header .nav ul li a {
    line-height: 50px;
  }
}

@media (max-width: 979px) {
  [class*=col-] {
    margin-bottom: 20px;
  }

  .header .container .slogan {
    font-size: 36px;
  }

  .header .container .slogan br {
    display: none;
  }

  .advantages [class*=col] p {
    padding: 0 15px;
  }

  .programms .item figcaption span {
    font-size: 20px;
  }

  .about .text {
    padding: 0;
  }

  .about .text .alignright {
    margin-left: 20px;
    max-width: 50%;
  }
}

@media (max-width: 800px) {
  .fancybox-controls {
    text-align: left;
  }

  .fancybox-button--left,
  .fancybox-button--right,
  .fancybox-buttons button:not(.fancybox-button--close) {
    display: none !important;
  }

  .fancybox-caption {
    padding: 20px 0;
    margin: 0;
  }

  .fancybox-thumbs {
    display: none !important;
  }

  .fancybox-container--thumbs .fancybox-caption-wrap,
  .fancybox-container--thumbs .fancybox-controls,
  .fancybox-container--thumbs .fancybox-slider-wrap {
    right: 0;
  }
}

@media (max-width: 767px) {
  .header .container {
    height: auto;
    padding: 160px 15px 100px 15px;
  }

  .header .container .logo {
    width: 30%;
  }

  .header .container .tel {
    top: 5px;
    right: 15px;
    font-size: 16px;
  }

  .header .container .tel span {
    font-size: 20px;
  }

  .header .container .btn {
    font-size: 16px;
    line-height: 40px;
    padding: 0 10px;
  }

  .header .container .slogan {
    position: static;
    transform: none;
    margin-bottom: 20px;
    font-size: 24px;
  }

  .header .container .slogtxt {
    position: static;
    transform: none;
    padding: 0;
    font-size: 16px;
  }

  .header.inner .container {
    height: auto;
    padding: 0 0 250px 0;
  }

  .advantages [class*=col] p {
    min-height: 1px;
  }

  .gallery .grid .grid-sizer,
  .gallery .grid .grid-item {
    width: 33.33333%;
  }

  .contacts .soc a {
    text-align: center;
    margin: 0 2px;
  }

  .footer .container .logo {
    text-align: center;
  }

  .footer .container .menu {
    text-align: center;
    padding-top: 20px;
  }

  .footer .container .menu li {
    margin: 5px 0;
    padding: 0 12px;
  }

  .footer .container .menu li:first-child {
    margin: 5px 0;
    padding: 0 12px;
  }

  .footer .container .copyright {
    text-align: center;
  }

  .window .window-inner {
    padding: 20px 15px;
    width: 300px;
  }
}
/* Условная расстановка картинок для различных устройств  */

.breakpoint img { /* Одна колонка для смартфонов */
  max-width: 100%;
  display: inline-block;
}
@media (min-width: 420px) { /* Две колонки для планшетов */
  .breakpoint img {
    max-width: 48%;
  }
}
@media (min-width: 760px) { /* Четыре колонки для больших экранов */
  .breakpoint img {
    max-width: 48%;
  }
}
.breakpoint {
  position: relative;
  width: 96%;
  max-width: 1170px;
  margin: 0 auto;
  text-align: center;
}
section {
  margin: 60px auto;
}
.two-columns {
  width: 48%;
  display: inline-block;
}
.page-numbers {
padding: 1% 2%;
box-shadow: 0 0 10px #ccc;
margin: 0 1% 0 0;
background: #fff;
border-radius: 3px;
}