/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: 700;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace,monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}
input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: 700;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lato/v24/S6u_w4BMUTPHjxsI3wiPHA.ttf) format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lato/v24/S6u9w4BMUTPHh7USew8.ttf) format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lato/v24/S6uyw4BMUTPHvxk.ttf) format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lato/v24/S6u9w4BMUTPHh6UVew8.ttf) format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lato/v24/S6u9w4BMUTPHh50Xew8.ttf) format('truetype');
}
.clearfix::before,
.clearfix::after {
  content: "";
  display: table;
}
.clearfix::after {
  clear: both;
}
.clearfix::before,
.clearfix::after {
  content: "";
  display: table;
}
html {
  width: 100%;
  height: 100%;
}
input {
  border-radius: 0;
}
textarea {
  border-radius: 0;
}
button:focus {
  outline: none;
}
* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
}
a {
  text-decoration: none;
  transition: background 0.3s, color 0.3s, border 0.3s;
}
body {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  background: url(../img/home_bg.webp) top center no-repeat #efefef;
  overflow-x: hidden;
}
.subpage {
  background: url(../img/subpage_bg.webp) top center no-repeat #efefef;
}
strong {
  font-weight: 600;
}
p {
  font-size: 14px;
  line-height: 24px;
  color: #2e2d2e;
  margin-bottom: 11px;
}
.menu-mobile-toggle {
  display: none;
  width: 26px;
  height: 20px;
  position: absolute;
  right: 20px;
  top: 32px;
  transform: rotate(0deg);
  transition: 0.2s;
  cursor: pointer;
}
.menu-mobile-toggle span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  border-radius: 3px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.2s;
  background: #222d3d;
}
.menu-mobile-toggle span:nth-child(1) {
  top: 0px;
}
.menu-mobile-toggle span:nth-child(2) {
  top: 8px;
}
.menu-mobile-toggle span:nth-child(3) {
  top: 16px;
}
.menu-mobile-open span:nth-child(1) {
  top: 8px;
  width: 0;
  left: 50%;
}
.menu-mobile-open span:nth-child(2) {
  top: 8px;
  transform: rotate(45deg);
}
.menu-mobile-open span:nth-child(3) {
  transform: rotate(-45deg);
  top: 8px;
}
header {
  width: 100%;
}
header nav {
  width: 100%;
  padding: 0 15px;
  height: 60px;
  background: #eaeaea;
}
header nav .inside {
  max-width: 1400px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
header nav .inside ul {
  list-style: none;
  display: flex;
}
header nav .inside ul li {
  position: relative;
}
header nav .inside ul li:hover .submenu {
  display: block;
}
header nav .inside ul .submenu {
  display: none;
  position: absolute;
  top: 60px;
  left: -20px;
  width: 350px;
  background: #eaeaea;
  padding: 10px 20px;
  z-index: 300;
}
header nav .inside ul .submenu li a {
  line-height: 40px;
}
header nav .inside ul .submenu li a:after {
  display: none;
}
header nav .inside a {
  color: #444243;
  text-transform: uppercase;
  height: 60px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 66px;
  position: relative;
}
header nav .inside a:after {
  display: block;
  background: url(../img/icon/arrow_menu2.svg) no-repeat;
  content: " ";
  position: absolute;
  top: -50px;
  left: 50%;
  margin-left: -13.5px;
  width: 25px;
  height: 15px;
  transition: 0.3s;
}
header nav .inside a:hover {
  color: #d86b98;
}
header nav .inside a:hover:after {
  top: -25px;
}
header nav .inside .active {
  color: #d86b98;
}
header nav .inside .active:after {
  top: -25px;
  background: url(../img/icon/arrow_menu.svg) no-repeat;
}
header nav .inside .left {
  text-align: left;
}
header nav .inside .left a {
  height: 60px;
  margin-right: 43px;
}
header nav .inside .right {
  text-align: right;
  padding-right: 25px;
}
header nav .inside .right a {
  height: 60px;
  margin-left: 43px;
}
header .logo-box {
  position: absolute;
  top: -2px;
  left: 50%;
  margin-left: -215px;
  width: 430px;
  background: url(../img/bg_logo.svg) 0 0 no-repeat;
  height: 210px;
  z-index: 20;
}
header .logo-box img {
  display: block;
  margin: auto;
  margin-top: 20px;
  width: 120px;
}
.inside-text-heading {
  max-width: 1400px;
  padding: 0 15px;
  margin: auto;
  margin-top: 81px;
}
.inside-text-heading span {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  letter-spacing: 2.2px;
}
.inside-text-heading span:after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  bottom: -8px;
  right: 0px;
  background: #c9c9c9;
  height: 1px;
}
.inside-text-heading h1 {
  color: #d86b98;
  font-size: 62px;
  font-weight: 500;
  margin-top: 35px;
  margin-bottom: 35px;
}
.inside-text-heading .slogan {
  color: #2e2d2e;
  font-size: 50px;
  text-transform: none;
  font-weight: 300;
  letter-spacing: normal;
}
.aboutus-home {
  width: 100%;
  padding: 0 15px;
  padding-top: 80px;
}
.aboutus-home .inside {
  max-width: 1360px;
  width: 100%;
  margin: auto;
  position: relative;
}
.aboutus-home .inside .aboutus-box-home {
  width: 100%;
  max-width: 936px;
  background: #ffffff;
  padding: 76px;
  padding-bottom: 98px;
}
.aboutus-home .inside .aboutus-box-home .heading {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  display: block;
  margin-top: 20px;
  margin-bottom: 30px;
  position: relative;
}
.aboutus-home .inside .aboutus-box-home .heading:after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  bottom: -8px;
  left: 0px;
  background: #c9c9c9;
  height: 1px;
}
.aboutus-home .inside .aboutus-box-home .text-mini {
  max-width: 400px;
}
.aboutus-home .inside .aboutus-box-home .text-mini p {
  line-height: 29px;
}
.aboutus-home .inside .aboutus-box-home .text-mini .more {
  display: flex;
  justify-content: flex-end;
}
.aboutus-home .inside .aboutus-box-home .text-mini .more .btn {
  margin-top: 40px;
}
.aboutus-home .inside .photo {
  position: absolute;
  top: 50%;
  margin-top: -237px;
  right: 0;
  z-index: 1;
}
.home-top {
  height: 465px;
  width: 100%;
}
.home-top .inside {
  max-width: 1600px;
  margin: auto;
  position: relative;
  height: 100%;
}
.home-top .inside .slogan-home {
  position: absolute;
  top: 70px;
  right: 0px;
  text-align: right;
  padding-right: 20px;
}
.home-top .inside .slogan-home h1 {
  font-size: 74px;
  font-weight: 300;
  color: #444243;
  margin-top: 0;
  margin-bottom: 7px;
  line-height: 76px;
}
.home-top .inside .slogan-home h1 span {
  font-size: 30px;
  color: #d86b98;
  font-weight: 600;
  margin: 0px 7px;
}
.home-top .inside .slogan-home h1 b {
  font-size: 64px;
}
.home-top .inside .left-area {
  right: calc(50% + 314px);
  width: 100%;
  height: 135px;
  position: absolute;
  top: 328px;
}
.home-top .inside .left-area .bgarea {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/pas_lewy_pod.svg) right 0 no-repeat;
  transition: 0.3s;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}
.home-top .inside .left-area .bgarea span {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/pas_lewy.svg) right 0 no-repeat;
  opacity: 1;
  transition: 0.3s;
}
.home-top .inside .left-area a {
  display: flex;
  width: 100%;
  height: 100%;
  text-align: right;
  justify-content: flex-end;
  position: relative;
  z-index: 4;
}
.home-top .inside .left-area a .name-box {
  width: 360px;
  display: block;
  padding-top: 27px;
}
.home-top .inside .left-area a .name-box .name1 {
  text-align: left;
  display: block;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
  letter-spacing: 1.5px;
  position: relative;
}
.home-top .inside .left-area a .name-box .name1:after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  bottom: -6px;
  left: 0px;
  background: #ffffff;
  height: 1px;
  opacity: 0.4;
}
.home-top .inside .left-area a .name-box .name2 {
  text-align: left;
  display: block;
  font-size: 36px;
  font-weight: 300;
  text-transform: uppercase;
  color: #ffffff;
  margin-top: 22px;
}
.home-top .inside .left-area:hover .bgarea span {
  opacity: 0;
}
.home-top .inside .right-area {
  left: calc(50% + 314px);
  width: 100%;
  height: 135px;
  position: absolute;
  top: 328px;
}
.home-top .inside .right-area .bgarea {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/pas_prawy_pod.svg) 0 0 no-repeat;
  transition: 0.3s;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}
.home-top .inside .right-area .bgarea span {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/pas_prawy.svg) 0 0 no-repeat;
  opacity: 1;
  transition: 0.3s;
}
.home-top .inside .right-area a {
  display: flex;
  width: 100%;
  height: 100%;
  text-align: right;
  position: relative;
  z-index: 4;
}
.home-top .inside .right-area a .name-box {
  width: 360px;
  display: block;
  padding-top: 27px;
}
.home-top .inside .right-area a .name-box .name1 {
  display: block;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
  letter-spacing: 1.5px;
  position: relative;
  text-align: right;
}
.home-top .inside .right-area a .name-box .name1:after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  bottom: -6px;
  left: 0px;
  background: #ffffff;
  height: 1px;
  opacity: 0.4;
}
.home-top .inside .right-area a .name-box .name2 {
  display: block;
  font-size: 36px;
  font-weight: 300;
  text-transform: uppercase;
  color: #ffffff;
  margin-top: 22px;
  text-align: right;
}
.home-top .inside .right-area:hover .bgarea span {
  opacity: 0;
}
.offer-home-top {
  max-width: 1570px;
  margin: auto;
  padding: 0 15px;
  width: 100%;
  display: flex;
}
.offer-home-top .left {
  width: 50%;
}
.offer-home-top .left .heading {
  color: #444243;
  padding-top: 20px;
}
.offer-home-top .left .heading .name1 {
  font-size: 41px;
  font-weight: 500;
  display: block;
}
.offer-home-top .left .heading .name2 {
  font-size: 33px;
  font-weight: 300;
  display: block;
}
.offer-home-top .left .heading .name3 {
  font-size: 14px;
  font-weight: bold;
  display: block;
  margin-top: 30px;
  letter-spacing: 1px;
}
.offer-home-top .right {
  width: 50%;
  padding-left: 115px;
}
.offer-home-top .right .heading {
  color: #444243;
  padding-top: 20px;
}
.offer-home-top .right .heading .name1 {
  font-size: 41px;
  font-weight: 500;
  display: block;
}
.offer-home-top .right .heading .name2 {
  font-size: 33px;
  font-weight: 300;
  display: block;
}
.offer-home-top .right .heading .name3 {
  font-size: 14px;
  font-weight: bold;
  display: block;
  margin-top: 30px;
  letter-spacing: 1px;
}
.offer-home-top .short-offer {
  display: flex;
  margin-top: 6px;
}
.offer-home-top .short-offer a {
  display: flex;
  margin-right: 6px;
  padding: 4px;
  width: 215px;
  background: #ffffff;
  border-radius: 0 25px 25px 0;
}
.offer-home-top .short-offer a .text {
  padding-left: 14px;
  padding-top: 7px;
  padding-right: 10px;
  position: relative;
}
.offer-home-top .short-offer a .text .name {
  font-size: 15px;
  color: #444243;
  font-weight: 600;
  line-height: 16px;
  transition: 0.3s;
}
.offer-home-top .short-offer a .text .more {
  display: block;
  text-align: right;
  color: #d86b98;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  position: absolute;
  bottom: 10px;
  right: 10px;
  transition: 0.3s;
}
.offer-home-top .short-offer a .text .more:hover {
  color: #2e2d2e;
}
.offer-home-top .short-offer a .text .more:after {
  content: "";
  display: block;
  width: 47px;
  position: absolute;
  bottom: 50%;
  background: #d86b98;
  height: 1px;
  opacity: 0.4;
  right: 53px;
}
.offer-home-top .short-offer a:hover .text .name {
  color: #d86b98;
}
.gallery-page .gallery-list {
  display: flex;
  max-width: 1630px;
  padding: 0 15px;
  flex-wrap: wrap;
  margin: auto;
  justify-content: space-between;
  margin-top: 74px;
}
.gallery-page .gallery-list .item {
  width: calc(33.33% - 65px);
  margin-bottom: 60px;
}
.gallery-page .gallery-list .item img {
  display: block;
  width: 100%;
  height: auto;
}
.gallery-page .gallery-list .item span {
  display: block;
  color: #d86b98;
  font-size: 24px;
  padding-left: 30px;
  padding-top: 17px;
  padding-bottom: 17px;
  padding-right: 20px;
  background: #ffffff;
  border-radius: 0 0 20px 20px;
  transition: 0.3s;
}
.gallery-page .gallery-list .item:hover span {
  background: #2e2d2e;
  color: #ffffff;
}
.gallery-page .gallery-list-full {
  display: flex;
  margin-top: 74px;
  margin-bottom: 50px;
  justify-content: space-between;
  flex-wrap: wrap;
}
.gallery-page .gallery-list-full a {
  width: calc(25% - 20px);
}
.gallery-page .gallery-list-full .item {
  display: block;
  margin-bottom: 20px;
  position: relative;
}
.gallery-page .gallery-list-full .item img {
  display: block;
  width: 100%;
  height: auto;
}
.gallery-page .gallery-list-full .item span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: #d86b98;
  opacity: 0;
  transition: 0.3s;
}
.gallery-page .gallery-list-full .item:hover span {
  opacity: 0.5;
}
.promotion-page .promotion-list {
  max-width: 1395px;
  padding: 0 15px;
  margin: auto;
  margin-top: 75px;
  margin-bottom: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.promotion-page .promotion-list .item {
  width: calc(50% - 20px);
  margin-bottom: 45px;
}
.promotion-page .promotion-list .item .left {
  width: 100%;
  position: relative;
}
.promotion-page .promotion-list .item .left a img {
  display: block;
  width: 100%;
  height: auto;
}
.promotion-page .promotion-list .item .right {
  width: 100%;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 33px;
  padding-bottom: 33px;
  background: #ffffff;
}
.promotion-page .promotion-list .item .right .name {
  color: #d86b98;
  font-size: 30px;
  display: block;
  margin-bottom: 14px;
}
.promotion-page .promotion-list .item .right .text-short {
  margin-bottom: 23px;
}
.promotion-page .promotion-list .item .right .more-promotion {
  display: block;
  text-align: right;
  color: #d86b98;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  position: relative;
}
.promotion-page .promotion-list .item .right .more-promotion:after {
  content: "";
  display: block;
  width: calc(100% - 65px);
  position: absolute;
  bottom: 50%;
  left: 0px;
  background: #d86b98;
  height: 1px;
  opacity: 0.4;
}
.promotion-single-text {
  max-width: 1395px;
  padding: 0 15px;
  margin: auto;
  margin-top: 50px;
  margin-bottom: 60px;
}
.promotion-single-text .photopromotion {
  float: left;
  max-width: 100%;
  width: auto;
  margin-right: 50px;
  margin-bottom: 30px;
}
.efect-single-text {
  max-width: 1395px;
  padding: 0 15px;
  margin: auto;
  margin-top: 68px;
  margin-bottom: 60px;
}
.efect-single-text img {
  display: block;
  margin: auto;
  width: auto;
  max-width: 100%;
  height: auto;
}
.efect-single-text p {
  margin-bottom: 24px;
}
.fitness-single-text {
  max-width: 1395px;
  padding: 0 15px;
  margin: auto;
  margin-top: 44px;
  margin-bottom: 60px;
  word-wrap: break-word;
}
.fitness-single-text img {
  display: block;
  margin: auto;
  width: auto;
  max-width: 100%;
  height: auto;
}
.fitness-single-text p {
  margin-bottom: 24px;
}
.fitness-single-text ul {
  margin-left: 35px;
}
.mobile-menu {
  display: none;
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 1000000;
  background: #eaeaea;
  width: 40px;
  height: 40px;
}
.menu-mobile-toggle {
  display: block;
  width: 26px;
  height: 18px;
  position: absolute;
  right: 7px;
  top: 10px;
  transform: rotate(0deg);
  transition: 0.2s;
  cursor: pointer;
}
.menu-mobile-toggle span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  border-radius: 3px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.2s;
  background: #d86b98;
}
.menu-mobile-toggle span:nth-child(1) {
  top: 0px;
}
.menu-mobile-toggle span:nth-child(2) {
  top: 8px;
}
.menu-mobile-toggle span:nth-child(3) {
  top: 16px;
}
.menu-mobile-open span:nth-child(1) {
  top: 8px;
  width: 0;
  left: 50%;
}
.menu-mobile-open span:nth-child(2) {
  top: 8px;
  transform: rotate(45deg);
}
.menu-mobile-open span:nth-child(3) {
  transform: rotate(-45deg);
  top: 8px;
}
.table-single {
  width: 100%;
  margin-bottom: 25px;
}
.table-single td {
  padding: 6px 10px;
}
.table-single .fullname {
  font-size: 26px;
  color: #d86b98;
}
.table-single .partname {
  font-size: 18px;
}
.table-single .price {
  font-size: 20px;
  color: #d86b98;
  font-weight: 600;
  text-align: center;
}
.table-single .price .mini-info {
  color: #2e2d2e;
  display: block;
  font-size: 14px;
}
.table-single .price .mini-info2 {
  color: #2e2d2e;
  font-size: 14px;
}
.table-single .headingname {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
}
.table-single tr:nth-child(even) {
  background: #ffffff;
}
.text-section ul {
  line-height: 30px;
  margin-bottom: 10px;
  list-style-position: inside;
}
.text-section ul li {
  position: relative;
  padding-left: 33px;
  line-height: 26px;
  margin-bottom: 3px;
  list-style: none;
  color: #2e2d2e;
}
.text-section ul li:before {
  position: absolute;
  top: 1px;
  left: 0px;
  content: '\f119';
  display: inline-block;
  color: #d86b98;
  font-size: 17px;
}
.text-section strong {
  font-weight: 600;
}
.text-section h2 {
  color: #2e2d2e;
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 10px;
  margin-top: 19px;
}
.text-section h3 {
  color: #2e2d2e;
  font-weight: 500;
  font-size: 22px;
  margin-bottom: 20px;
  margin-top: 19px;
}
.text-section h4 {
  color: #2e2d2e;
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 20px;
  margin-top: 19px;
}
.text-section img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
}
.text-section a {
  text-decoration: underline;
  color: #222d3d;
}
.text-section a:hover {
  color: #bc9c62;
}
.contact-page .contact-items {
  display: flex;
  justify-content: space-between;
  max-width: 1255px;
  padding: 0 15px;
  margin: auto;
  margin-top: 53px;
  margin-bottom: 70px;
}
.contact-page .contact-items .item {
  width: 390px;
  text-align: center;
}
.contact-page .contact-items .item img {
  display: block;
  margin: auto;
  margin-bottom: 20px;
}
.contact-page .contact-items .item .text {
  font-size: 24px;
}
.contact-page .contact-items .item .text a {
  display: block;
  color: #444243;
}
.contact-page .contact-items .item .text a:hover {
  color: #d86b98;
}
.contact-page .contact-items .item:nth-child(3) .text {
  padding: 22px;
}
.contact-page .maps-contact {
  width: 100%;
  height: 300px;
  opacity: 0.3;
}
.gallery-row {
  width: calc(100% + 20px);
  margin-left: -20px;
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.gallery-row .gallery-col {
  width: 33.33%;
  padding-left: 20px;
  margin-bottom: 20px;
}
.gallery-row .gallery-col a {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.gallery-row .gallery-col a img {
  display: block;
  width: 100%;
  height: auto;
  transition: 0.3s;
}
.gallery-row .gallery-col a .shadow {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 3;
  opacity: 0;
  left: 0px;
  top: 0px;
  background: rgba(216, 107, 152, 0.6);
  transition: 0.3s;
  cursor: pointer;
}
.gallery-row .gallery-col a i {
  position: absolute;
  bottom: 5%;
  right: 5%;
  font-size: 20px;
  color: #efefef;
  margin-top: 0px;
  margin-left: 0px;
  z-index: 10;
  transition: 0.5s;
}
.gallery-row .gallery-col a:hover .shadow {
  opacity: 1;
}
.gallery-row .gallery-col a:hover i {
  position: absolute;
  bottom: 50%;
  right: 50%;
  font-size: 40px;
  margin-bottom: -20px;
  margin-right: -20px;
}
.gallery-row .gallery-movie a i {
  bottom: 50%;
  right: 50%;
  font-size: 80px;
  margin-right: -40px;
  margin-bottom: -40px;
}
.gallery-row .gallery-movie a:hover i {
  bottom: 50%;
  right: 50%;
  font-size: 80px;
  margin-right: -40px;
  margin-bottom: -40px;
}
.gallery-row .photo-hide {
  display: none;
}
.text-box-short {
  position: relative;
  padding-bottom: 26px;
}
.text-box-short h2 {
  font-size: 30px;
  color: #bc9c62;
  text-align: center;
  margin-top: 0px;
  letter-spacing: 1px;
  margin-bottom: 8px;
}
.text-box-short p {
  text-align: center;
}
.text-box-short .separator {
  border: 2px solid #bc9c62;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  position: relative;
  display: block;
  background: #ffffff;
  position: absolute;
  left: 50%;
  bottom: 0px;
  margin-left: -8px;
}
.text-box-short .separator:after {
  position: absolute;
  top: 5px;
  left: -32px;
  width: 32px;
  height: 2px;
  content: "";
  display: block;
  background: #bc9c62;
}
.text-box-short .separator:before {
  position: absolute;
  top: 5px;
  right: -32px;
  width: 32px;
  height: 2px;
  content: "";
  display: block;
  background: #bc9c62;
}
.strefafitness-page .inside-text-heading {
  padding: 0 15px;
}
.strefafitness-page .inside-text-heading h1 {
  margin-bottom: -2px;
}
.strefafitness-page .wrapper-top-short {
  display: flex;
}
.strefafitness-page .wrapper-top-short .left {
  width: 50%;
}
.strefafitness-page .wrapper-top-short .right {
  width: 50%;
}
.strefafitness-page .wrapper-top-short .right .short-text-cat {
  max-width: 466px;
  float: right;
  padding-top: 52px;
}
.strefafitness-page .wrapper-top-short .right .short-text-cat a {
  color: #d86b98;
  text-decoration: underline;
}
.strefafitness-page .fitness-list {
  max-width: 1630px;
  padding: 0 15px;
  margin: auto;
  justify-content: center;
  margin-top: 74px;
  margin-bottom: 20px;
}
.strefafitness-page .fitness-list .inside-list {
  flex-wrap: wrap;
  display: flex;
  width: calc(100% + 94px);
  margin-left: -94px;
  justify-content: center;
}
.strefafitness-page .fitness-list .inside-list .item {
  width: calc(33.33% - 94px);
  padding-bottom: 40px;
  background: #ffffff;
  margin-bottom: 60px;
  margin-left: 94px;
}
.strefafitness-page .fitness-list .inside-list .item img {
  display: block;
  width: 100%;
  height: auto;
}
.strefafitness-page .fitness-list .inside-list .item .name {
  display: block;
  color: #d86b98;
  font-size: 24px;
  padding-left: 54px;
  padding-top: 26px;
  padding-bottom: 17px;
  padding-right: 54px;
  transition: 0.3s;
}
.strefafitness-page .fitness-list .inside-list .item .name:hover {
  color: #2e2d2e;
}
.strefafitness-page .fitness-list .inside-list .item .description {
  padding-left: 54px;
  padding-right: 54px;
}
.strefafitness-page .fitness-list .inside-list .item .more {
  display: block;
  text-align: right;
  color: #d86b98;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  position: relative;
  margin-top: 20px;
}
.strefafitness-page .fitness-list .inside-list .item .more:hover {
  color: #2e2d2e;
}
.strefafitness-page .fitness-list .inside-list .item .more:after {
  content: "";
  display: block;
  width: calc(100% - 65px);
  position: absolute;
  bottom: 50%;
  left: 0px;
  background: #d86b98;
  height: 1px;
  opacity: 0.4;
}
.pricelist-page .inside-text-heading {
  padding: 0;
}
.pricelist-page .inside-text-heading h1 {
  margin-bottom: -2px;
}
.pricelist-page .wrapper-top-short {
  display: flex;
}
.pricelist-page .wrapper-top-short .left {
  width: 60%;
}
.pricelist-page .wrapper-top-short .left .text {
  font-size: 26px;
  margin-top: 50px;
}
.pricelist-page .wrapper-top-short .left .text p {
  font-size: 26px;
  font-weight: 400;
  line-height: 40px;
}
.pricelist-page .wrapper-top-short .left .text span {
  text-transform: none;
  font-size: 26px;
  font-weight: 400;
  letter-spacing: normal;
}
.pricelist-page .wrapper-top-short .left .text span:after {
  display: none;
}
.pricelist-page .wrapper-top-short .right {
  width: 40%;
}
.pricelist-page .wrapper-top-short .right .short-text-cat {
  max-width: 466px;
  float: right;
  padding-top: 52px;
}
.pricelist-page .wrapper-top-short .right .short-text-cat a {
  color: #d86b98;
  text-decoration: underline;
}
.pricelist-page .price-list-wrapper {
  width: 100%;
  position: relative;
  margin-top: 80px;
  padding-top: 55px;
  background: #ffffff;
  padding-bottom: 55px;
  margin-bottom: 50px;
}
.pricelist-page .price-list-wrapper .inside {
  max-width: 1410px;
  padding: 0 15px;
  margin: auto;
}
.pricelist-page .price-list-wrapper .inside .price-list-section {
  max-width: 920px;
  padding-right: 60px;
}
.pricelist-page .price-list-wrapper .inside .price-list-section .heading {
  position: relative;
  padding-left: 10px;
  display: inline-block;
}
.pricelist-page .price-list-wrapper .inside .price-list-section .heading .icon {
  position: absolute;
  top: 0px;
  right: -75px;
}
.pricelist-page .price-list-wrapper .inside .price-list-section .heading span {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  letter-spacing: 2.2px;
}
.pricelist-page .price-list-wrapper .inside .price-list-section .heading span:after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  bottom: -8px;
  right: 0px;
  background: #c9c9c9;
  height: 1px;
}
.pricelist-page .price-list-wrapper .inside .price-list-section .heading h3 {
  font-size: 36px;
  font-weight: 300;
  margin-top: 23px;
  text-transform: uppercase;
}
.pricelist-page .price-list-wrapper .inside .price-list-section .table-price-lists {
  margin-top: 17px;
}
.pricelist-page .price-list-wrapper .inside .price-list-section .table-price-lists .table-single {
  margin-bottom: 40px;
}
.pricelist-page .price-list-wrapper .inside .price-list-section .table-price-lists .table-single tr:nth-child(even) {
  background: #efefef;
}
.pricelist-page .price-list-wrapper .inside .price-list-section .table-price-lists .table-single .price {
  font-size: 18px;
}
.pricelist-page .price-list-wrapper .inside .price-list-section .table-price-lists .table-single td {
  padding: 10px 10px;
}
.pricelist-page .price-list-wrapper .separator {
  width: 100%;
  height: 90px;
  background: #efefef;
  margin-bottom: 60px;
  margin-top: 40px;
}
.pricelist-page .price-list-wrapper .photo-price-list {
  position: absolute;
  top: -31px;
  right: 0px;
  width: 672px;
}
.pricelist-page .price-list-wrapper .photo-price-list picture {
  display: block;
}
.pricelist-page .price-list-wrapper .photo-price-list picture img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
.offer-home-wrapper {
  margin-top: 75px;
}
.offer-home-wrapper .inside {
  max-width: 1660px;
  text-align: center;
  margin: auto;
  padding: 0 15px;
}
.offer-home-wrapper .inside h2 {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  position: relative;
}
.offer-home-wrapper .inside h2:after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  bottom: -8px;
  left: 0;
  background: #c9c9c9;
  height: 1px;
}
.offer-home-wrapper .inside .text {
  padding-top: 23px;
  font-size: 36px;
  font-weight: 300;
}
.offer-home-wrapper .offer-list-home {
  margin-top: 37px;
  position: relative;
  height: 494px;
  display: flex;
  margin-bottom: 60px;
}
.offer-home-wrapper .offer-list-home .nav-carousel,
.offer-home-wrapper .offer-list-home .nav-carousel1,
.offer-home-wrapper .offer-list-home .nav-carousel2 {
  position: absolute;
  z-index: 1000;
  right: 100px;
  top: 50%;
  margin-top: -60px;
}
.offer-home-wrapper .offer-list-home .nav-carousel .owl-prev,
.offer-home-wrapper .offer-list-home .nav-carousel1 .owl-prev,
.offer-home-wrapper .offer-list-home .nav-carousel2 .owl-prev {
  display: none!important;
}
.offer-home-wrapper .offer-list-home .nav-carousel .owl-next,
.offer-home-wrapper .offer-list-home .nav-carousel1 .owl-next,
.offer-home-wrapper .offer-list-home .nav-carousel2 .owl-next {
  width: 136px;
  height: 136px;
  border-radius: 100%;
  background: rgba(231, 155, 180, 0.15);
  border: 0px;
  color: #ffffff;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
}
.offer-home-wrapper .offer-list-home .nav-carousel .owl-next span,
.offer-home-wrapper .offer-list-home .nav-carousel1 .owl-next span,
.offer-home-wrapper .offer-list-home .nav-carousel2 .owl-next span {
  width: 78px;
  height: 78px;
  border-radius: 100%;
  background: #f9dfe8;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
}
.offer-home-wrapper .offer-list-home .nav-carousel .owl-next span i,
.offer-home-wrapper .offer-list-home .nav-carousel1 .owl-next span i,
.offer-home-wrapper .offer-list-home .nav-carousel2 .owl-next span i {
  display: block;
  width: 49px;
  height: 49px;
  background: url(../img/icon/arrow_right.svg) center center no-repeat #e79bb4;
  color: #ffffff;
  border-radius: 100%;
  transition: 0.5s;
}
.offer-home-wrapper .offer-list-home .nav-carousel .owl-next:hover,
.offer-home-wrapper .offer-list-home .nav-carousel1 .owl-next:hover,
.offer-home-wrapper .offer-list-home .nav-carousel2 .owl-next:hover {
  background: rgba(231, 155, 180, 0);
}
.offer-home-wrapper .offer-list-home .nav-carousel .owl-next:hover span,
.offer-home-wrapper .offer-list-home .nav-carousel1 .owl-next:hover span,
.offer-home-wrapper .offer-list-home .nav-carousel2 .owl-next:hover span {
  background: none;
}
.offer-home-wrapper .offer-list-home .nav-carousel .owl-next:hover span i,
.offer-home-wrapper .offer-list-home .nav-carousel1 .owl-next:hover span i,
.offer-home-wrapper .offer-list-home .nav-carousel2 .owl-next:hover span i {
  background: url(../img/icon/arrow_right.svg) center center no-repeat #2e2d2e;
}
.offer-home-wrapper .offer-list-home .offer-description {
  padding-top: 172px;
  width: 470px;
  padding-left: 141px;
}
.offer-home-wrapper .offer-list-home .offer-description .heading {
  position: relative;
  padding-left: 10px;
  display: inline-block;
}
.offer-home-wrapper .offer-list-home .offer-description .heading .icon {
  position: absolute;
  top: 0px;
  right: -75px;
}
.offer-home-wrapper .offer-list-home .offer-description .heading span {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  letter-spacing: 2.2px;
}
.offer-home-wrapper .offer-list-home .offer-description .heading span:after {
  content: "";
  display: block;
  width: 1000px;
  position: absolute;
  bottom: -8px;
  right: 0px;
  background: #c9c9c9;
  height: 1px;
}
.offer-home-wrapper .offer-list-home .offer-description .heading h3 {
  font-size: 36px;
  font-weight: 300;
  margin-top: 23px;
  text-transform: uppercase;
}
.offer-home-wrapper .offer-list-home .offer-description .heading-fitness {
  margin-top: -34px;
}
.offer-home-wrapper .offer-list-home .offer-description .heading-fitness h3 {
  line-height: 38px;
}
.offer-home-wrapper .offer-list-home .offer-description .text {
  max-width: 300px;
  padding-top: 20px;
  padding-left: 10px;
}
.offer-home-wrapper .offer-list-home .offer-description .text .btn {
  margin-top: 30px;
}
.offer-home-wrapper .offer-list-home .offer-description .text .btn-fitness {
  margin-top: 13px;
}
.offer-home-wrapper .offer-list-home .offer-list-carousel {
  width: calc(100% - 470px);
}
.offer-home-wrapper .offer-list-home .offer-list-carousel .singe-item {
  width: 400px;
  background: #ffffff;
}
.offer-home-wrapper .offer-list-home .offer-list-carousel .singe-item .desc {
  border-left: 1px solid #c9c9c9;
  border-right: 1px solid #c9c9c9;
  border-bottom: 1px solid #c9c9c9;
  padding-left: 50px;
  height: 280px;
  padding-right: 50px;
  padding-top: 35px;
}
.offer-home-wrapper .offer-list-home .offer-list-carousel .singe-item .desc .name {
  font-size: 25px;
  color: #d86b98;
}
.offer-home-wrapper .offer-list-home .offer-list-carousel .singe-item .desc .name:hover {
  color: #2e2d2e;
}
.offer-home-wrapper .offer-list-home .offer-list-carousel .singe-item .desc .text-short {
  padding-top: 17px;
  margin-bottom: 18px;
}
.offer-home-wrapper .offer-list-home .offer-list-carousel .singe-item .desc .more {
  display: block;
  text-align: right;
  color: #d86b98;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  position: relative;
}
.offer-home-wrapper .offer-list-home .offer-list-carousel .singe-item .desc .more:hover {
  color: #2e2d2e;
}
.offer-home-wrapper .offer-list-home .offer-list-carousel .singe-item .desc .more:after {
  content: "";
  display: block;
  width: calc(100% - 65px);
  position: absolute;
  bottom: 50%;
  left: 0px;
  background: #d86b98;
  height: 1px;
  opacity: 0.4;
}
.aboutus-page {
  margin-bottom: 60px;
}
.aboutus-page .left-triangle {
  position: absolute;
  top: 550px;
  left: 0px;
  z-index: 0;
}
.aboutus-page .right-triangle {
  position: absolute;
  top: 550px;
  right: 0px;
  z-index: 0;
}
.aboutus-page .inside-text-heading h1 {
  font-size: 48px;
}
.aboutus-page .inside-text-heading .wrapper-top-short {
  display: flex;
  justify-content: space-between;
}
.aboutus-page .inside-text-heading .wrapper-top-short .left {
  width: 40%;
  padding-right: 30px;
}
.aboutus-page .inside-text-heading .wrapper-top-short .left .text-box {
  max-width: 450px;
  margin-top: 74px;
}
.aboutus-page .inside-text-heading .wrapper-top-short .right {
  width: 54%;
}
.aboutus-page .inside-text-heading .wrapper-top-short .right .photo {
  position: relative;
  width: 100%;
  margin-top: -15px;
}
.aboutus-page .inside-text-heading .wrapper-top-short .right .photo img {
  display: block;
  width: 100%;
  height: auto;
}
.aboutus-page .video-wrappper {
  width: 100%;
  padding: 0 15px;
  padding-top: 126px;
  padding-bottom: 37px;
  margin-bottom: 60px;
  position: relative;
  z-index: 1;
}
.aboutus-page .video-wrappper .video-box {
  width: 100%;
  max-width: 1170px;
  margin: auto;
  height: 660px;
  background: #444243;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.aboutus-page .how-we-works {
  max-width: 1400px;
  text-align: center;
  margin: auto;
  height: auto;
}
.aboutus-page .how-we-works h2 {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  position: relative;
}
.aboutus-page .how-we-works h2:after {
  content: "";
  display: block;
  width: 3000px;
  position: absolute;
  bottom: -8px;
  right: 0px;
  background: #c9c9c9;
  height: 1px;
}
.aboutus-page .how-we-works .text {
  padding-top: 40px;
  padding-left: 20px;
  padding-right: 20px;
}
.aboutus-page .our-team {
  width: 100%;
  padding-top: 79px;
}
.aboutus-page .our-team .inside {
  max-width: 1660px;
  text-align: center;
  margin: auto;
  padding: 0 15px;
}
.aboutus-page .our-team .inside h2 {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  position: relative;
}
.aboutus-page .our-team .inside h2:after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  bottom: -8px;
  left: 0;
  background: #c9c9c9;
  height: 1px;
}
.aboutus-page .our-team .inside .text {
  padding-top: 23px;
  font-size: 36px;
  font-weight: 300;
}
.aboutus-page .our-team .out-team-list {
  padding: 0 15px;
  margin: auto;
  justify-content: center;
  margin-top: 58px;
  margin-bottom: 20px;
}
.aboutus-page .our-team .out-team-list .inside-list {
  flex-wrap: wrap;
  display: flex;
  width: calc(100% + 40px);
  margin-left: -40px;
  justify-content: center;
}
.aboutus-page .our-team .out-team-list .inside-list .item {
  width: calc(33.33% - 40px);
  margin-bottom: 52px;
  margin-left: 40px;
  display: flex;
}
.aboutus-page .our-team .out-team-list .inside-list .item .photo {
  width: 236px;
}
.aboutus-page .our-team .out-team-list .inside-list .item .photo img {
  display: block;
  width: 100%;
  height: auto;
}
.aboutus-page .our-team .out-team-list .inside-list .item .desc {
  padding-left: 30px;
  width: calc(100% - 236px);
  text-align: left;
  padding-top: 23px;
}
.aboutus-page .our-team .out-team-list .inside-list .item .desc .name {
  font-size: 24px;
  display: block;
}
.aboutus-page .our-team .out-team-list .inside-list .item .desc .spec {
  font-size: 14px;
  text-transform: uppercase;
  color: #d86b98;
  display: inline-block;
  margin-top: 22px;
  position: relative;
}
.aboutus-page .our-team .out-team-list .inside-list .item .desc .spec:after {
  content: "";
  display: block;
  width: calc(100% + 30px);
  position: absolute;
  bottom: -8px;
  right: 0px;
  background: #c9c9c9;
  height: 1px;
}
.aboutus-page .our-team .out-team-list .inside-list .item .desc .short {
  margin-top: 33px;
}
.fitness-page .inside-text-heading h1 {
  font-size: 48px;
}
.fitness-page .inside-text-heading .fitness-page-top {
  display: flex;
  justify-content: space-between;
}
.fitness-page .inside-text-heading .fitness-page-top .left {
  width: 40%;
  padding-right: 30px;
}
.fitness-page .inside-text-heading .fitness-page-top .left .text-box {
  max-width: 450px;
  margin-top: 74px;
}
.fitness-page .inside-text-heading .fitness-page-top .right {
  width: 54%;
}
.fitness-page .inside-text-heading .fitness-page-top .right .photo {
  position: relative;
  width: 1000px;
  margin-top: -15px;
}
.fitness-page .inside-text-heading .fitness-page-top .right .photo img {
  display: block;
  width: 100%;
  height: auto;
}
.fitness-page .gallery-list {
  display: flex;
  max-width: 1630px;
  padding: 0 15px;
  flex-wrap: wrap;
  margin: auto;
  justify-content: space-between;
  margin-top: 74px;
}
.fitness-page .gallery-list .item {
  width: calc(33.33% - 65px);
  margin-bottom: 60px;
}
.fitness-page .gallery-list .item img {
  display: block;
  width: 100%;
  height: auto;
}
.fitness-page .gallery-list .item span {
  display: block;
  color: #d86b98;
  font-size: 24px;
  padding-left: 30px;
  padding-top: 17px;
  padding-bottom: 17px;
  padding-right: 20px;
  background: #ffffff;
  border-radius: 0 0 20px 20px;
  transition: 0.3s;
}
.fitness-page .gallery-list .item:hover span {
  background: #2e2d2e;
  color: #ffffff;
}
.fitness-page .gallery-list-full {
  column-count: 4;
  column-gap: 20px;
  margin-top: 74px;
  margin-bottom: 50px;
}
.fitness-page .gallery-list-full .item {
  display: block;
  margin-bottom: 20px;
  position: relative;
}
.fitness-page .gallery-list-full .item img {
  display: block;
  width: 100%;
  height: auto;
}
.fitness-page .gallery-list-full .item span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: #d86b98;
  opacity: 0;
  transition: 0.3s;
}
.fitness-page .gallery-list-full .item:hover span {
  opacity: 0.5;
}
.blog-page {
  display: flex;
  max-width: 1620px;
  margin: auto;
  padding: 0 15px;
}
.blog-page .inside-text-heading {
  max-width: 1620px;
  padding: 0;
}
.blog-page .inside-text-heading h1 {
  margin-bottom: -2px;
}
.blog-page .content-main {
  width: calc(100% - 300px);
  padding-right: 56px;
}
.blog-page .content-main .blog-wrapper {
  margin-top: 70px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.blog-page .content-main .blog-wrapper .item {
  width: calc(50% - 20px);
  margin-bottom: 40px;
  background: #ffffff;
}
.blog-page .content-main .blog-wrapper .item .blog-name-photo {
  display: block;
  max-width: 100%;
  height: auto;
}
.blog-page .content-main .blog-wrapper .item .blog-name-photo img {
  display: block;
  width: 100%;
}
.blog-page .content-main .blog-wrapper .item .text {
  padding: 36px 50px;
}
.blog-page .content-main .blog-wrapper .item .text .blog-name {
  font-size: 24px;
  color: #2e2d2e;
}
.blog-page .content-main .blog-wrapper .item .text .blog-name:hover {
  color: #d86b98;
}
.blog-page .content-main .blog-wrapper .item .text .category {
  padding-top: 14px;
  display: flex;
}
.blog-page .content-main .blog-wrapper .item .text .category img {
  position: relative;
  top: 3px;
  margin-right: 6px;
}
.blog-page .content-main .blog-wrapper .item .text .category .date {
  margin-right: 15px;
  font-size: 14px;
}
.blog-page .content-main .blog-wrapper .item .text .category .cat-name {
  text-transform: uppercase;
  font-size: 14px;
}
.blog-page .content-main .blog-wrapper .item .text .category .cat-name a {
  color: #d86b98;
  font-weight: 600;
}
.blog-page .content-main .blog-wrapper .item .text .category .cat-name a:hover {
  color: #2e2d2e;
}
.blog-page .content-main .blog-wrapper .item .text .text-short {
  padding-top: 18px;
  margin-bottom: 18px;
}
.blog-page .content-main .blog-wrapper .item .text .more-blog {
  display: block;
  text-align: right;
  color: #d86b98;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  position: relative;
}
.blog-page .content-main .blog-wrapper .item .text .more-blog:hover {
  color: #2e2d2e;
}
.blog-page .content-main .blog-wrapper .item .text .more-blog:after {
  content: "";
  display: block;
  width: calc(100% - 65px);
  position: absolute;
  bottom: 50%;
  left: 0px;
  background: #d86b98;
  height: 1px;
  opacity: 0.4;
}
.blog-page .aside {
  width: 300px;
  padding-top: 88px;
}
.blog-page .aside .heading-aside {
  text-transform: uppercase;
  position: relative;
  padding-left: 44px;
  margin-bottom: 15px;
}
.blog-page .aside .heading-aside h3 {
  color: #2e2d2e;
  letter-spacing: 1.4px;
  font-size: 16px;
}
.blog-page .aside .heading-aside img {
  position: absolute;
  left: 11px;
  top: -4px;
}
.blog-page .aside .heading-aside .catalog-icon {
  top: 1px;
}
.blog-page .aside .popular-note-blog {
  margin-bottom: 30px;
}
.blog-page .aside .popular-note-blog a {
  background: #ffffff;
  width: 100%;
  border-radius: 0 0 28px 0;
  margin-bottom: 10px;
  position: relative;
  padding-left: 120px;
  height: 100px;
  display: flex;
  align-items: center;
  color: #d86b98;
}
.blog-page .aside .popular-note-blog a picture {
  position: absolute;
  top: 0;
  left: 0;
}
.blog-page .aside .popular-note-blog a picture img {
  display: block;
  width: 100%;
  height: auto;
}
.blog-page .aside .popular-note-blog a:hover {
  color: #2e2d2e;
}
.blog-page .aside .category-aside {
  margin-top: 19px;
}
.blog-page .aside .category-aside a {
  display: block;
  width: 100%;
  background: #ffffff;
  color: #d86b98;
  font-size: 14px;
  text-transform: uppercase;
  padding: 10px;
  margin-bottom: 4px;
}
.blog-page .aside .category-aside a:hover {
  background: #2e2d2e;
  color: #ffffff;
}
.blog-page .aside .banner-aside {
  display: block;
  margin-top: 30px;
  margin-bottom: 30px;
}
.blog-page .aside .banner-aside img {
  display: block;
  width: 100%;
  height: auto;
}
.blog-page .blog-single-note h1 {
  font-size: 44px;
  color: #2e2d2e;
  font-weight: 300;
  margin-top: 52px;
}
.blog-page .blog-single-note .category-single-note {
  padding-top: 20px;
  display: flex;
  margin-bottom: 39px;
}
.blog-page .blog-single-note .category-single-note img {
  position: relative;
  top: 5px;
  margin-right: 6px;
}
.blog-page .blog-single-note .category-single-note .date {
  margin-right: 20px;
  font-size: 14px;
}
.blog-page .blog-single-note .category-single-note .cat-name {
  text-transform: uppercase;
  font-size: 14px;
}
.blog-page .blog-single-note .category-single-note .cat-name a {
  color: #d86b98;
  font-weight: 600;
}
.blog-page .blog-single-note .category-single-note .cat-name a:hover {
  color: #2e2d2e;
}
.blog-page .blog-single-note .main-photo {
  margin-bottom: 30px;
}
.blog-page .blog-single-note .gallery-row {
  margin-top: 34px;
  margin-bottom: 14px;
}
.blog-page .blog-single-note .share-box {
  width: 100%;
  height: 42px;
  margin-bottom: 47px;
  margin-top: 33px;
  position: relative;
  border-radius: 28px;
}
.blog-page .blog-single-note .share-box .go-to-category {
  position: absolute;
  top: 0px;
  right: 0px;
  letter-spacing: 0.5px;
  height: 42px;
  padding-top: 13px;
  padding-bottom: 13px;
}
.blog-page .blog-single-note .share-box .go-to-main {
  display: block;
  position: absolute;
  top: 0;
  right: 314px;
  letter-spacing: 0.5px;
  height: 42px;
  padding-top: 10px;
  padding-bottom: 13px;
  text-transform: uppercase;
  color: #2e2d2e;
  font-size: 12px;
  font-weight: 600;
}
.blog-page .blog-single-note .share-box .go-to-main:hover {
  color: #d86b98;
}
.blog-page .blog-single-note .share-box .share {
  display: flex;
  height: 42px;
  padding-left: 36px;
  align-items: center;
  letter-spacing: 0.5px;
}
.blog-page .blog-single-note .share-box .share span {
  color: #d86b98;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  margin-right: 15px;
}
.blog-page .blog-single-note .share-box .share a {
  margin-right: 10px;
}
.blog-page .blog-single-note .share-box .share a img {
  display: block;
  height: 15px;
}
.blog-page .blog-single-note .share-box:after {
  content: "";
  display: block;
  width: 25px;
  position: absolute;
  bottom: 50%;
  left: 0;
  background: #d86b98;
  height: 1px;
  opacity: 0.4;
}
.blog-page .blog-single-note .share-box:before {
  content: "";
  display: block;
  width: calc(100% - 740px);
  position: absolute;
  bottom: 50%;
  left: 231px;
  background: #2e2d2e;
  height: 1px;
  opacity: 0.4;
}
.btn {
  display: inline-block;
  color: #ffffff;
  background: #e79bb4;
  padding: 15px 45px;
  position: relative;
  border-radius: 50px;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  cursor: pointer;
  transition: 0.3s;
}
.btn:after {
  content: "";
  display: block;
  width: 33px;
  position: absolute;
  bottom: 50%;
  right: 0;
  background: #ffffff;
  height: 1px;
  opacity: 0.5;
}
.btn:before {
  content: "";
  display: block;
  width: 33px;
  position: absolute;
  bottom: 50%;
  left: 0;
  background: #ffffff;
  height: 1px;
  opacity: 0.5;
}
.btn:hover {
  background: #2e2d2e;
}
.cert-wrapper {
  width: 100%;
  height: 1208px;
  margin-top: 50px;
  background: url(../img/bg_cert.jpg) right 55px no-repeat;
}
.cert-wrapper .inside {
  max-width: 1390px;
  padding: 0 15px;
  margin: auto;
  position: relative;
}
.cert-wrapper .inside .cert-heading {
  position: absolute;
  top: 29px;
  left: 20px;
}
.cert-wrapper .inside .cert-heading h3 {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  position: relative;
}
.cert-wrapper .inside .cert-heading h3:after {
  content: "";
  display: block;
  width: 800px;
  position: absolute;
  bottom: -8px;
  left: 0;
  background: #c9c9c9;
  height: 1px;
}
.cert-wrapper .inside .cert-heading .slogan {
  display: block;
  font-size: 36px;
  font-weight: 300;
  margin-top: 22px;
  max-width: 425px;
}
.cert-wrapper .inside .cert-list {
  width: 100%;
  position: relative;
}
.cert-wrapper .inside .cert-list .item {
  position: absolute;
}
.cert-wrapper .inside .cert-list .item .name {
  display: none;
  font-size: 15px;
  font-weight: 600;
  color: #444243;
  line-height: 22px;
  padding: 20px 20px;
  width: 200px;
  min-height: 110px;
  background: #ffffff;
}
.cert-wrapper .inside .cert-list .ci1 {
  left: 490px;
  top: 0px;
}
.cert-wrapper .inside .cert-list .ci1 .name {
  display: block;
  position: absolute;
  right: -200px;
  border-radius: 0 20px 20px 0;
  top: 14px;
}
.cert-wrapper .inside .cert-list .ci2 {
  left: 0px;
  top: 217px;
}
.cert-wrapper .inside .cert-list .ci2 .name {
  display: block;
  position: absolute;
  right: -200px;
  border-radius: 0 20px 20px 0;
  top: 14px;
}
.cert-wrapper .inside .cert-list .ci3 {
  left: 530px;
  top: 222px;
}
.cert-wrapper .inside .cert-list .ci3 .name {
  display: block;
  position: absolute;
  left: -150px;
  width: 150px;
  border-radius: 20px 0 0 20px;
  bottom: 14px;
}
.cert-wrapper .inside .cert-list .ci4 {
  left: 773px;
  top: 164px;
}
.cert-wrapper .inside .cert-list .ci4 .name {
  display: block;
  position: absolute;
  right: -200px;
  border-radius: 0 20px 20px 0;
  bottom: 14px;
}
.cert-wrapper .inside .cert-list .ci5 {
  left: 172px;
  top: 419px;
}
.cert-wrapper .inside .cert-list .ci5 .name {
  display: block;
  position: absolute;
  left: -150px;
  width: 150px;
  border-radius: 20px 0 0 20px;
  bottom: 14px;
}
.cert-wrapper .inside .cert-list .ci6 {
  left: 660px;
  top: 512px;
}
.cert-wrapper .inside .cert-list .ci6 .name {
  display: block;
  position: absolute;
  left: -200px;
  border-radius: 20px 0 0 20px;
  top: 14px;
}
.cert-wrapper .inside .cert-list .ci7 {
  left: 0px;
  top: 712px;
}
.cert-wrapper .inside .cert-list .ci7 .name {
  display: block;
  position: absolute;
  right: -200px;
  border-radius: 0 20px 20px 0;
  top: 14px;
}
.cert-wrapper .inside .cert-list .ci8 {
  left: 530px;
  top: 739px;
}
.cert-wrapper .inside .cert-list .ci8 .name {
  display: block;
  position: absolute;
  left: -150px;
  width: 150px;
  border-radius: 20px 0 0 20px;
  bottom: 14px;
}
.cert-wrapper .inside .cert-list .ci9 {
  left: 768px;
  top: 710px;
}
.cert-wrapper .inside .cert-list .ci9 .name {
  display: block;
  position: absolute;
  right: -200px;
  border-radius: 0 20px 20px 0;
  bottom: 14px;
}
.cert-wrapper .inside .cert-list .ci10 {
  left: 998px;
  top: 635px;
}
.cert-wrapper .inside .cert-list .ci10 .name {
  display: block;
  position: absolute;
  right: -200px;
  border-radius: 0 20px 20px 0;
  top: 14px;
}
.cert-wrapper .inside .cert-list .ci11 {
  left: 169px;
  top: 933px;
}
.cert-wrapper .inside .cert-list .ci11 .name {
  display: block;
  position: absolute;
  left: -150px;
  width: 150px;
  border-radius: 20px 0 0 20px;
  bottom: 14px;
}
.cert-wrapper .inside .cert-list .ci12 {
  left: 662px;
  top: 1025px;
}
.cert-wrapper .inside .cert-list .ci12 .name {
  display: block;
  position: absolute;
  left: -200px;
  border-radius: 20px 0 0 20px;
  top: 14px;
}
.cert-wrapper .inside .cert-list .ci13 {
  left: 998px;
  top: 992px;
}
.cert-wrapper .inside .cert-list .ci13 .name {
  display: block;
  position: absolute;
  right: -200px;
  border-radius: 0 20px 20px 0;
  top: 14px;
}
.cert-wrapper-home {
  margin-top: 96px;
  height: 735px;
}
footer {
  width: 100%;
  padding-top: 20px;
}
footer .social {
  width: 287px;
  margin: auto;
  display: flex;
  justify-content: flex-start;
}
footer .social span {
  position: relative;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  color: #444243;
  letter-spacing: 2.2px;
  margin-right: 10px;
}
footer .social span:after {
  content: "";
  display: block;
  width: 1000px;
  position: absolute;
  bottom: 8px;
  right: 0;
  background: #c9c9c9;
  height: 1px;
}
footer .social a {
  display: block;
  margin: 0 10px;
  text-align: center;
}
footer .social a i {
  font-weight: 600;
}
footer .social a i:before {
  font-size: 24px;
}
footer .social a:hover {
  color: #c9c9c9;
}
footer .gallery-footer {
  width: 100%;
  height: 280px;
  margin-top: 69px;
  position: relative;
}
footer .gallery-footer .btn-gallery {
  position: absolute;
  top: 120px;
  left: 50%;
  margin-left: -107px;
}
footer .gallery-footer .inside {
  display: flex;
}
footer .gallery-footer .inside .item {
  margin-right: 10px;
  width: 16.16%;
}
footer .gallery-footer .inside .item img {
  display: block;
  width: 100%;
  height: auto;
}
footer .contact-maps {
  width: 100%;
  height: 348px;
  display: flex;
}
footer .contact-maps .left {
  width: 62%;
  height: 100%;
}
footer .contact-maps .left #mapscontact {
  width: 100%;
  height: 100%;
}
footer .contact-maps .right {
  width: 38%;
  padding-left: 47px;
  padding-top: 68px;
}
footer .contact-maps .right h3 {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  letter-spacing: 1px;
}
footer .contact-maps .right h3:after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  bottom: -8px;
  left: 0;
  background: #c9c9c9;
  height: 1px;
}
footer .contact-maps .right .phone {
  text-align: right;
  font-size: 36px;
  max-width: 260px;
  padding-top: 20px;
  margin-bottom: 33px;
}
footer .contact-maps .right .phone a {
  display: block;
  color: #444243;
  font-weight: 300;
  margin-bottom: 6px;
}
footer .contact-maps .right .phone a:hover {
  color: #d86b98;
}
footer .contact-maps .right .phone span {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1px;
}
footer .author {
  width: 100%;
  height: 70px;
  background: #2e2d2e;
  padding: 0 15px;
}
footer .author .inside {
  max-width: 1600px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  color: #ffffff;
  font-size: 12px;
}
.contact-footer {
  padding-top: 0px;
}
.cookiesbox {
  color: #ffffff;
  position: fixed;
  z-index: 10;
  bottom: 0px;
  left: 0px;
  width: 100%;
  text-align: center;
  padding: 10px 20px;
  font-size: 14px;
  background: #444243;
  z-index: 888;
}
.cookiesbox span {
  color: #ffffff;
  font-weight: bold;
  cursor: pointer;
  transition: color 0.3s;
}
.cookiesbox span:hover {
  color: #000000;
}
.cookiesbox a {
  color: #ffffff;
  transition: color 0.3s;
  text-decoration: underline!important;
}
.cookiesbox a:hover {
  color: #000000;
}
.menu-mobile {
  display: none;
}
.form-style input[type="text"],
.form-style input[type="password"],
.form-style input[type="date"],
.form-style input[type="tel"],
.form-style input[type="email"] {
  width: 100%;
  height: 40px;
  border: 1px solid #e4e5e4;
  color: #2e2d2e;
  background: #ffffff;
  margin-bottom: 10px;
  padding: 5px 10px;
  font-size: 16px;
}
.form-style input[type="text"]:focus,
.form-style input[type="password"]:focus,
.form-style input[type="date"]:focus,
.form-style input[type="tel"]:focus,
.form-style input[type="email"]:focus {
  outline: none;
  border: 1px solid #007a3f;
}
.form-style textarea {
  width: 100%;
  height: 240px;
  resize: none;
  background: #ffffff;
  margin-bottom: 20px;
  border: 0px;
  padding: 10px;
  border: 1px solid #e4e5e4;
  font-size: 16px;
  color: #2e2d2e;
}
.form-style textarea:focus {
  outline: none;
  border: 1px solid #007a3f;
}
.form-style button[type="submit"] {
  border: 0px;
  background: none;
  color: #007a3f;
  font-size: 18px;
  margin-right: 4px;
}
.form-style button[type="submit"] i {
  position: relative;
  top: 0px;
  left: 0px;
  font-size: 22px;
  transition: 0.3s;
}
.form-style button[type="submit"]:hover i {
  left: 4px;
}
.custom-select {
  display: block;
  width: 100%;
  line-height: 40px;
  height: 40px;
  position: relative;
  margin-bottom: 10px;
  background: none;
  color: #007a3f;
  font-weight: 400;
}
.custom-select select {
  width: 100%;
  cursor: pointer;
  line-height: 40px;
  font-size: 16px;
  height: 40px;
  padding-left: 5px;
  outline: none;
  border: 1px solid #e4e5e4;
  -webkit-appearance: none;
  background: #ffffff;
}
.custom-select select:focus {
  outline: none;
}
.custom-select:after {
  font: normal normal normal 20px FontAwesome;
  color: #007a3f;
  content: '\f078';
  position: absolute;
  background: #ffffff;
  text-align: center;
  border-left: 0px;
  pointer-events: none;
  top: 1px;
  right: 2px;
  line-height: 38px;
  width: 38px;
  height: 38px;
  font-size: 20px;
}
.payubutton {
  margin: auto;
  border: 0px;
  width: 100%;
  max-width: 400px;
  background: none;
  display: block;
}
.payubutton img {
  display: block;
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 1400px) {
  .pricelist-page .price-list-wrapper .photo-price-list {
    width: 350px;
  }
  .pricelist-page .inside-text-heading {
    padding-left: 20px;
  }
  .strefafitness-page .fitness-list .inside-list .item {
    width: calc(33.33% - 40px);
    margin-left: 40px;
  }
  .strefafitness-page .fitness-list .inside-list {
    width: calc(100% + 40px);
    margin-left: -40px;
  }
  .aboutus-page .our-team .out-team-list .inside-list .item {
    width: calc(50% - 40px);
  }
  .offer-home-wrapper .offer-list-home .offer-description {
    padding-left: 40px;
    width: 370px;
  }
  .offer-home-wrapper .offer-list-home .offer-list-carousel {
    width: calc(100% - 370px);
  }
  .home-top .inside .left-area {
    right: calc(50% + 200px);
  }
  .home-top .inside .right-area {
    left: calc(50% + 200px);
  }
  .offer-home-top .short-offer a {
    width: 280px;
  }
  .offer-home-top .short-offer a:nth-child(3) {
    display: none;
  }
  .fitness-page .inside-text-heading .fitness-page-top .right .photo {
    max-width: 100%;
  }
  .fitness-page {
    padding-left: 40px;
    padding-right: 40px;
  }
  .pricelist-page {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (max-width: 1300px) {
  header nav .inside .left a {
    margin-right: 30px;
  }
  header nav .inside .right a {
    margin-left: 30px;
  }
  .inside-text-heading h1 {
    font-size: 42px;
  }
  .pricelist-page .price-list-wrapper .photo-price-list {
    display: none;
  }
  .pricelist-page .price-list-wrapper .inside .price-list-section {
    max-width: 100%;
    padding-right: 0;
  }
  .aboutus-page .left-triangle {
    display: none;
  }
  .aboutus-page .right-triangle {
    display: none;
  }
}
@media only screen and (max-width: 1200px) {
  header nav .inside .left a {
    margin-right: 20px;
  }
  header nav .inside .right a {
    margin-left: 20px;
  }
  .pricelist-page .wrapper-top-short .left {
    width: 100%;
  }
  .pricelist-page .wrapper-top-short .right {
    display: none;
  }
  .strefafitness-page .fitness-list .inside-list .item .description {
    padding-left: 20px;
    padding-right: 20px;
  }
  .strefafitness-page .fitness-list .inside-list .item .name {
    padding-left: 20px;
    padding-right: 20px;
  }
  .cert-wrapper {
    background: none;
  }
  .cert-wrapper .inside .cert-list {
    display: flex;
    flex-wrap: wrap;
  }
  .cert-wrapper .inside .cert-list .item {
    position: static;
    width: 25%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
  }
  .cert-wrapper .inside .cert-list .item .name {
    display: none!important;
  }
  .cert-wrapper {
    height: auto;
  }
  .cert-wrapper .inside .cert-heading {
    position: static;
    margin-bottom: 30px;
  }
  .cert-wrapper .inside .cert-heading h3:after {
    width: 100%;
  }
  .cert-wrapper .inside .cert-list .item img {
    display: block;
    max-width: 100%;
    widht: auto;
  }
  .aboutus-home .inside .aboutus-box-home {
    padding-bottom: 30px;
  }
  .aboutus-home .inside .photo {
    margin-top: 0;
  }
  .aboutus-home .inside .photo img {
    display: block;
    margin: auto;
    max-width: 100%;
  }
  .offer-home-top {
    display: none;
  }
  .home-top .inside .slogan-home {
    position: static;
    margin: auto;
    text-align: center;
    padding-right: 0;
    padding-top: 220px;
  }
  .home-top .inside .left-area {
    display: none;
  }
  .home-top .inside .right-area {
    display: none;
  }
  .aboutus-home {
    padding-top: 30px;
  }
  .aboutus-home .inside .photo {
    position: static;
  }
  .aboutus-home .inside .aboutus-box-home {
    max-width: none;
  }
  .aboutus-home .inside .aboutus-box-home .text-mini {
    width: 100%;
    max-width: none;
  }
  .aboutus-home .inside {
    background: #ffffff;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 1100px) {
  .contact-page .contact-items .item {
    width: 100%;
    margin-bottom: 40px;
  }
  .contact-page .contact-items {
    flex-wrap: wrap;
  }
  .contact-page .maps-contact {
    display: none;
  }
  header nav {
    display: none;
    position: fixed;
    z-index: 100;
    width: 100%;
    height: 100%;
    background: #eaeaea;
    top: 0px;
    padding-top: 40px;
  }
  header nav .inside {
    width: 100%;
    display: block;
  }
  header nav .inside .right {
    text-align: center;
    padding-right: 0;
  }
  header nav .inside .left {
    text-align: center;
  }
  header nav .inside .right a {
    margin-left: 0;
  }
  header nav .inside a {
    height: 40px;
    line-height: 40px;
  }
  header nav .inside a:after {
    display: none;
  }
  header nav .inside .left a {
    margin-right: 0;
  }
  header nav .inside ul {
    display: block;
  }
  header nav .inside ul .submenu {
    position: static;
    margin: auto;
  }
  .inside-text-heading {
    margin-top: 180px;
  }
  .promotion-page .promotion-list .item {
    flex-wrap: wrap;
  }
  .promotion-page .promotion-list .item .left {
    width: 100%;
  }
  .promotion-page .promotion-list .item .right {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
  }
  .promotion-page .promotion-list .item .right .name {
    font-size: 24px;
  }
  .promotion-page .promotion-list .item .left a {
    position: static;
  }
  .promotion-page .promotion-list .item .left a img {
    display: block;
    width: 100%;
    height: auto;
  }
  footer .contact-maps .left {
    display: none;
  }
  footer .contact-maps .right {
    width: 100%;
  }
  footer .contact-maps .right {
    padding-left: 0;
  }
  footer .contact-maps .right h3 {
    text-align: center;
  }
  footer .contact-maps .right .phone {
    margin: auto;
    text-align: center;
  }
  footer .contact-maps .right .btn {
    margin: auto;
    display: block;
    width: 100%;
    max-width: 300px;
    margin-top: 20px;
  }
  .gallery-page .gallery-list .item {
    width: calc(50% - 20px);
  }
  .strefafitness-page .fitness-list .inside-list .item {
    width: calc(50% - 40px);
  }
  .aboutus-page .inside-text-heading .wrapper-top-short .right {
    display: none;
  }
  .aboutus-page .inside-text-heading .wrapper-top-short .left {
    width: 100%;
  }
  .mobile-menu {
    display: block;
  }
  .gallery-page .gallery-list-full a {
    width: calc(50% - 10px);
  }
}
@media only screen and (max-width: 1000px) {
  .aboutus-page .our-team .out-team-list .inside-list .item {
    width: 100%;
  }
  .cert-wrapper .inside .cert-list .item {
    width: 33.33%;
    padding: 10px;
  }
  .offer-home-wrapper .offer-list-home .offer-description .heading-fitness {
    padding-right: 40px;
  }
  .offer-home-wrapper .offer-list-home .offer-description .heading .icon {
    right: 0px;
  }
  .offer-home-wrapper .offer-list-home .offer-description .heading {
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  .gallery-page .gallery-list .item {
    width: 100%;
    margin-bottom: 30px;
  }
  .gallery-page .gallery-list .item span {
    padding-left: 15px;
    font-size: 20px;
    padding-top: 13px;
    padding-bottom: 13px;
  }
  .gallery-page .gallery-list-full {
    column-count: 2;
  }
  .table-single .partname {
    font-size: 16px;
  }
  .table-single .fullname {
    font-size: 20px;
  }
  .pricelist-page .price-list-wrapper .inside .price-list-section .table-price-lists .table-single .price {
    font-size: 16px;
  }
  .table-single .headingname {
    font-size: 14px;
  }
  .table-price-lists {
    overflow-x: scroll;
  }
  .strefafitness-page .fitness-list .inside-list .item {
    width: 100%;
  }
  .aboutus-page .our-team .out-team-list .inside-list .item .photo {
    width: 180px;
  }
  .aboutus-page .our-team .out-team-list .inside-list .item .desc {
    width: calc(100% - 180px);
  }
  footer .gallery-footer {
    display: none;
  }
  .offer-home-wrapper .offer-list-home .offer-list-carousel {
    display: none;
  }
  .aboutus-home .inside .aboutus-box-home {
    padding: 30px;
  }
  .offer-home-wrapper .offer-list-home .offer-description {
    width: 100%;
  }
  .offer-home-wrapper .offer-list-home .offer-description .text {
    max-width: 500px;
  }
  .offer-home-wrapper .offer-list-home .offer-description {
    padding-top: 40px;
  }
  .offer-home-wrapper .offer-list-home {
    height: auto;
  }
  .offer-home-wrapper .offer-list-home .offer-description {
    padding-left: 10px;
    padding-right: 10px;
  }
  .home-top .inside .slogan-home h1 {
    font-size: 40px;
    line-height: 65px;
  }
  .home-top .inside .slogan-home h1 b {
    font-size: 40px;
  }
  .fitness-page .inside-text-heading .fitness-page-top .left {
    width: 100%;
  }
  .fitness-page .inside-text-heading .fitness-page-top .right {
    width: 100%;
  }
  .fitness-page .inside-text-heading .fitness-page-top {
    flex-wrap: wrap;
  }
  .fitness-page .inside-text-heading h1 {
    font-size: 42px;
  }
  .fitness-page .inside-text-heading .fitness-page-top .left .text-box {
    max-width: none;
    padding-right: 0;
  }
  .fitness-page .inside-text-heading .fitness-page-top .left {
    padding-right: 0;
  }
  .fitness-page .inside-text-heading .fitness-page-top .right .photo {
    position: static;
    width: 100%;
    margin-top: 20px;
  }
  .fitness-page .inside-text-heading .fitness-page-top .right .photo img {
    display: block;
    width: 100%;
    height: auto;
  }
  .promotion-page .promotion-list .item {
    width: 100%;
  }
}
@media only screen and (max-width: 420px) {
  .home-top .inside .slogan-home h1 b {
    font-size: 30px;
  }
  .home-top .inside .slogan-home h1 {
    line-height: 54px;
  }
}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
/* No Js */
.no-js .owl-carousel {
  display: block;
}
/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}
/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
@font-face {
  font-family: "BaseFlaticon";
  src: url(../font/icon2/Flaticon.eot);
  src: url(../font/icon2/Flaticon.eot?#iefix) format("embedded-opentype"), url(../font/icon2/Flaticon.woff) format("woff"), url(../font/icon2/Flaticon.ttf) format("truetype"), url(../font/icon2/Flaticon.svg#Flaticon) format("svg");
  font-weight: 400;
  font-style: normal;
}
[class^="base-flaticon-"]:before,
[class*=" base-flaticon-"]:before,
[class^="base-flaticon-"]:after,
[class*=" base-flaticon-"]:after {
  font-family: BaseFlaticon;
  font-size: 20px;
  font-style: normal;
}
.base-flaticon-share:before {
  content: "\f100";
}
.base-flaticon-networking:before {
  content: "\f101";
}
.base-flaticon-clock-1:before {
  content: "\f102";
}
.base-flaticon-location:before {
  content: "\f103";
}
.base-flaticon-technology:before {
  content: "\f104";
}
.base-flaticon-shapes:before {
  content: "\f105";
}
.base-flaticon-shape:before {
  content: "\f106";
}
.base-flaticon-business:before {
  content: "\f107";
}
.base-flaticon-video-camera:before {
  content: "\f108";
}
.base-flaticon-gamepad:before {
  content: "\f109";
}
.base-flaticon-play-button:before {
  content: "\f10a";
}
.base-flaticon-layout:before {
  content: "\f10b";
}
.base-flaticon-calendar:before {
  content: "\f10c";
}
.base-flaticon-file:before {
  content: "\f10d";
}
.base-flaticon-visible:before {
  content: "\f10e";
}
.base-flaticon-edit:before {
  content: "\f10f";
}
.base-flaticon-clip:before {
  content: "\f110";
}
.base-flaticon-timer:before {
  content: "\f111";
}
.base-flaticon-placeholder:before {
  content: "\f112";
}
.base-flaticon-clock:before {
  content: "\f113";
}
.base-flaticon-close:before {
  content: "\f114";
}
.base-flaticon-signs:before {
  content: "\f115";
}
.base-flaticon-arrow-right:before {
  content: "\f116";
}
.base-flaticon-arrow-left:before {
  content: "\f117";
}
.base-flaticon-square-checkbox:before {
  content: "\f118";
}
.base-flaticon-circle-checkbox:before {
  content: "\f119";
}
.base-flaticon-search:before {
  content: "\f11a";
}
.base-flaticon-bag:before {
  content: "\f11b";
}
.base-flaticon-youtube:before {
  content: "\f11c";
}
.base-flaticon-twitter:before {
  content: "\f11d";
}
.base-flaticon-skype:before {
  content: "\f11e";
}
.base-flaticon-linkedin:before {
  content: "\f11f";
}
.base-flaticon-google:before {
  content: "\f120";
}
.base-flaticon-facebook:before {
  content: "\f121";
}
@font-face {
  font-family: "Flaticon";
  src: url(../font/icon/Flaticon.eot);
  src: url(../font/icon/Flaticon.eot?#iefix) format("embedded-opentype"), url(../font/icon/Flaticon.woff) format("woff"), url(../font/icon/Flaticon.ttf) format("truetype"), url(../font/icon/Flaticon.svg#Flaticon) format("svg");
  font-weight: 400;
  font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "Flaticon";
    src: url(../font/icon/Flaticon.svg#Flaticon) format("svg");
  }
}
[class^="flaticon-"] {
  font-family: Flaticon;
  font-size: 20px;
  font-style: normal;
}
.flaticon-clock-2:before {
  content: "\f100";
}
.flaticon-food-1:before {
  content: "\f101";
}
.flaticon-food:before {
  content: "\f102";
}
.flaticon-cake:before {
  content: "\f103";
}
.flaticon-location-2:before {
  content: "\f104";
}
.flaticon-signs-1:before {
  content: "\f105";
}
.flaticon-clock-1:before {
  content: "\f106";
}
.flaticon-location-1:before {
  content: "\f107";
}
.flaticon-location:before {
  content: "\f108";
}
.flaticon-construction-1:before {
  content: "\f109";
}
.flaticon-violin-1:before {
  content: "\f10a";
}
.flaticon-domra:before {
  content: "\f10b";
}
.flaticon-microphone-1:before {
  content: "\f10c";
}
.flaticon-djembe:before {
  content: "\f10d";
}
.flaticon-drum-4:before {
  content: "\f10e";
}
.flaticon-maracas-1:before {
  content: "\f10f";
}
.flaticon-chimes:before {
  content: "\f110";
}
.flaticon-cymbals-1:before {
  content: "\f111";
}
.flaticon-conga:before {
  content: "\f112";
}
.flaticon-keyboard:before {
  content: "\f113";
}
.flaticon-xylophone-2:before {
  content: "\f114";
}
.flaticon-acoustic-guitar:before {
  content: "\f115";
}
.flaticon-newborn:before {
  content: "\f116";
}
.flaticon-plane:before {
  content: "\f117";
}
.flaticon-baby-1:before {
  content: "\f118";
}
.flaticon-cradle-1:before {
  content: "\f119";
}
.flaticon-construction:before {
  content: "\f11a";
}
.flaticon-cradle:before {
  content: "\f11b";
}
.flaticon-train:before {
  content: "\f11c";
}
.flaticon-moon:before {
  content: "\f11d";
}
.flaticon-high-chair:before {
  content: "\f11e";
}
.flaticon-socks:before {
  content: "\f11f";
}
.flaticon-crib-toy:before {
  content: "\f120";
}
.flaticon-drawing:before {
  content: "\f121";
}
.flaticon-bicycle-1:before {
  content: "\f122";
}
.flaticon-teddy-bear-1:before {
  content: "\f123";
}
.flaticon-paper-boat:before {
  content: "\f124";
}
.flaticon-body:before {
  content: "\f125";
}
.flaticon-doll-1:before {
  content: "\f126";
}
.flaticon-diaper:before {
  content: "\f127";
}
.flaticon-sand-bucket:before {
  content: "\f128";
}
.flaticon-bricks:before {
  content: "\f129";
}
.flaticon-alarm-clock-1:before {
  content: "\f12a";
}
.flaticon-briefcase:before {
  content: "\f12b";
}
.flaticon-set-square-1:before {
  content: "\f12c";
}
.flaticon-paint-palette:before {
  content: "\f12d";
}
.flaticon-eraser:before {
  content: "\f12e";
}
.flaticon-clip:before {
  content: "\f12f";
}
.flaticon-compass:before {
  content: "\f130";
}
.flaticon-bell-1:before {
  content: "\f131";
}
.flaticon-earth-globe:before {
  content: "\f132";
}
.flaticon-abacus-1:before {
  content: "\f133";
}
.flaticon-test:before {
  content: "\f134";
}
.flaticon-bookshelf:before {
  content: "\f135";
}
.flaticon-school:before {
  content: "\f136";
}
.flaticon-add:before {
  content: "\f137";
}
.flaticon-gift:before {
  content: "\f138";
}
.flaticon-barbecue:before {
  content: "\f139";
}
.flaticon-christmas-sock:before {
  content: "\f13a";
}
.flaticon-easter-eggs:before {
  content: "\f13b";
}
.flaticon-baubles:before {
  content: "\f13c";
}
.flaticon-mittens:before {
  content: "\f13d";
}
.flaticon-snowman:before {
  content: "\f13e";
}
.flaticon-vinyls:before {
  content: "\f13f";
}
.flaticon-musical-note-1:before {
  content: "\f140";
}
.flaticon-quaver:before {
  content: "\f141";
}
.flaticon-ipod:before {
  content: "\f142";
}
.flaticon-headphones:before {
  content: "\f143";
}
.flaticon-music-6:before {
  content: "\f144";
}
.flaticon-drumsticks:before {
  content: "\f145";
}
.flaticon-cymbals:before {
  content: "\f146";
}
.flaticon-music-5:before {
  content: "\f147";
}
.flaticon-drum-3:before {
  content: "\f148";
}
.flaticon-drum-2:before {
  content: "\f149";
}
.flaticon-timpani:before {
  content: "\f14a";
}
.flaticon-drum-1:before {
  content: "\f14b";
}
.flaticon-drum:before {
  content: "\f14c";
}
.flaticon-music-4:before {
  content: "\f14d";
}
.flaticon-violin:before {
  content: "\f14e";
}
.flaticon-ukelele:before {
  content: "\f14f";
}
.flaticon-bass-guitar:before {
  content: "\f150";
}
.flaticon-maracas:before {
  content: "\f151";
}
.flaticon-saxophone:before {
  content: "\f152";
}
.flaticon-piccolo:before {
  content: "\f153";
}
.flaticon-trumpet:before {
  content: "\f154";
}
.flaticon-trombone:before {
  content: "\f155";
}
.flaticon-french-horn:before {
  content: "\f156";
}
.flaticon-music-3:before {
  content: "\f157";
}
.flaticon-music-2:before {
  content: "\f158";
}
.flaticon-music-1:before {
  content: "\f159";
}
.flaticon-music:before {
  content: "\f15a";
}
.flaticon-triangle:before {
  content: "\f15b";
}
.flaticon-xylophone-1:before {
  content: "\f15c";
}
.flaticon-turntable:before {
  content: "\f15d";
}
.flaticon-microphone:before {
  content: "\f15e";
}
.flaticon-amplifier:before {
  content: "\f15f";
}
.flaticon-equalizer:before {
  content: "\f160";
}
.flaticon-workstation:before {
  content: "\f161";
}
.flaticon-baby:before {
  content: "\f162";
}
.flaticon-wind:before {
  content: "\f163";
}
.flaticon-youtube:before {
  content: "\f164";
}
.flaticon-twitter:before {
  content: "\f165";
}
.flaticon-skype:before {
  content: "\f166";
}
.flaticon-linkedin:before {
  content: "\f167";
}
.flaticon-google-plus:before {
  content: "\f168";
}
.flaticon-facebook:before {
  content: "\f169";
}
.flaticon-pencil-2:before {
  content: "\f16a";
}
.flaticon-draw-1:before {
  content: "\f16b";
}
.flaticon-draw:before {
  content: "\f16c";
}
.flaticon-set-square:before {
  content: "\f16d";
}
.flaticon-rule:before {
  content: "\f16e";
}
.flaticon-watercolor:before {
  content: "\f16f";
}
.flaticon-agenda:before {
  content: "\f170";
}
.flaticon-sports:before {
  content: "\f171";
}
.flaticon-american-football-1:before {
  content: "\f172";
}
.flaticon-grades:before {
  content: "\f173";
}
.flaticon-paper-plane:before {
  content: "\f174";
}
.flaticon-animals:before {
  content: "\f175";
}
.flaticon-nature:before {
  content: "\f176";
}
.flaticon-computer:before {
  content: "\f177";
}
.flaticon-physics:before {
  content: "\f178";
}
.flaticon-vision:before {
  content: "\f179";
}
.flaticon-desk:before {
  content: "\f17a";
}
.flaticon-teacher-desk:before {
  content: "\f17b";
}
.flaticon-high-school:before {
  content: "\f17c";
}
.flaticon-tray:before {
  content: "\f17d";
}
.flaticon-swimming-pool:before {
  content: "\f17e";
}
.flaticon-suitcase:before {
  content: "\f17f";
}
.flaticon-snowflake:before {
  content: "\f180";
}
.flaticon-first-aid-kit:before {
  content: "\f181";
}
.flaticon-map:before {
  content: "\f182";
}
.flaticon-forest:before {
  content: "\f183";
}
.flaticon-signs:before {
  content: "\f184";
}
.flaticon-clock:before {
  content: "\f185";
}
.flaticon-bag:before {
  content: "\f186";
}
.flaticon-girl:before {
  content: "\f187";
}
.flaticon-joystick:before {
  content: "\f188";
}
.flaticon-house:before {
  content: "\f189";
}
.flaticon-top:before {
  content: "\f18a";
}
.flaticon-bucket:before {
  content: "\f18b";
}
.flaticon-bicycle:before {
  content: "\f18c";
}
.flaticon-skipping-rope:before {
  content: "\f18d";
}
.flaticon-boomerang:before {
  content: "\f18e";
}
.flaticon-kindergarten:before {
  content: "\f18f";
}
.flaticon-swing:before {
  content: "\f190";
}
.flaticon-kite:before {
  content: "\f191";
}
.flaticon-milk:before {
  content: "\f192";
}
.flaticon-apple-2:before {
  content: "\f193";
}
.flaticon-cutlery-1:before {
  content: "\f194";
}
.flaticon-musical-note:before {
  content: "\f195";
}
.flaticon-bell:before {
  content: "\f196";
}
.flaticon-rattle:before {
  content: "\f197";
}
.flaticon-synthesizer:before {
  content: "\f198";
}
.flaticon-xylophone:before {
  content: "\f199";
}
.flaticon-chair:before {
  content: "\f19a";
}
.flaticon-puzzle-1:before {
  content: "\f19b";
}
.flaticon-pencil-1:before {
  content: "\f19c";
}
.flaticon-blocks:before {
  content: "\f19d";
}
.flaticon-backpack:before {
  content: "\f19e";
}
.flaticon-abacus:before {
  content: "\f19f";
}
.flaticon-puzzle:before {
  content: "\f1a0";
}
.flaticon-car:before {
  content: "\f1a1";
}
.flaticon-helicopter:before {
  content: "\f1a2";
}
.flaticon-clown:before {
  content: "\f1a3";
}
.flaticon-doll:before {
  content: "\f1a4";
}
.flaticon-teddy-bear:before {
  content: "\f1a5";
}
.flaticon-alarm-clock:before {
  content: "\f1a6";
}
.flaticon-game:before {
  content: "\f1a7";
}
.flaticon-bacteria:before {
  content: "\f1a8";
}
.flaticon-test-tube:before {
  content: "\f1a9";
}
.flaticon-flasks:before {
  content: "\f1aa";
}
.flaticon-scientist:before {
  content: "\f1ab";
}
.flaticon-earth:before {
  content: "\f1ac";
}
.flaticon-axis:before {
  content: "\f1ad";
}
.flaticon-telescope:before {
  content: "\f1ae";
}
.flaticon-solar-system:before {
  content: "\f1af";
}
.flaticon-petri-dish:before {
  content: "\f1b0";
}
.flaticon-molecular:before {
  content: "\f1b1";
}
.flaticon-statistics:before {
  content: "\f1b2";
}
.flaticon-apple-1:before {
  content: "\f1b3";
}
.flaticon-rat:before {
  content: "\f1b4";
}
.flaticon-molecule-1:before {
  content: "\f1b5";
}
.flaticon-three-test-tubes:before {
  content: "\f1b6";
}
.flaticon-water:before {
  content: "\f1b7";
}
.flaticon-zoom:before {
  content: "\f1b8";
}
.flaticon-square:before {
  content: "\f1b9";
}
.flaticon-tool:before {
  content: "\f1ba";
}
.flaticon-school-bus-front:before {
  content: "\f1bb";
}
.flaticon-two-test-tubes:before {
  content: "\f1bc";
}
.flaticon-children-backpack:before {
  content: "\f1bd";
}
.flaticon-circle:before {
  content: "\f1be";
}
.flaticon-close-button:before {
  content: "\f1bf";
}
.flaticon-move-to-the-next-page-symbol:before {
  content: "\f1c0";
}
.flaticon-left-arrow-chevron:before {
  content: "\f1c1";
}
.flaticon-global:before {
  content: "\f1c2";
}
.flaticon-teacher:before {
  content: "\f1c3";
}
.flaticon-sharpener:before {
  content: "\f1c4";
}
.flaticon-professor:before {
  content: "\f1c5";
}
.flaticon-pencil:before {
  content: "\f1c6";
}
.flaticon-kindergarden:before {
  content: "\f1c7";
}
.flaticon-student-2:before {
  content: "\f1c8";
}
.flaticon-easel:before {
  content: "\f1c9";
}
.flaticon-court:before {
  content: "\f1ca";
}
.flaticon-calculator:before {
  content: "\f1cb";
}
.flaticon-school-bus-1:before {
  content: "\f1cc";
}
.flaticon-student-1:before {
  content: "\f1cd";
}
.flaticon-mountain:before {
  content: "\f1ce";
}
.flaticon-bonfire:before {
  content: "\f1cf";
}
.flaticon-open:before {
  content: "\f1d0";
}
.flaticon-tea:before {
  content: "\f1d1";
}
.flaticon-cupcake:before {
  content: "\f1d2";
}
.flaticon-chicken:before {
  content: "\f1d3";
}
.flaticon-cutlery:before {
  content: "\f1d4";
}
.flaticon-salver:before {
  content: "\f1d5";
}
.flaticon-ice-cream:before {
  content: "\f1d6";
}
.flaticon-book-1:before {
  content: "\f1d7";
}
.flaticon-open-book:before {
  content: "\f1d8";
}
.flaticon-book:before {
  content: "\f1d9";
}
.flaticon-board:before {
  content: "\f1da";
}
.flaticon-blackboard:before {
  content: "\f1db";
}
.flaticon-student:before {
  content: "\f1dc";
}
.flaticon-diploma:before {
  content: "\f1dd";
}
.flaticon-medal:before {
  content: "\f1de";
}
.flaticon-glasses:before {
  content: "\f1df";
}
.flaticon-mortarboard:before {
  content: "\f1e0";
}
.flaticon-american-football:before {
  content: "\f1e1";
}
.flaticon-notebook:before {
  content: "\f1e2";
}
.flaticon-whistle:before {
  content: "\f1e3";
}
.flaticon-momentum:before {
  content: "\f1e4";
}
.flaticon-molecule:before {
  content: "\f1e5";
}
.flaticon-microscope:before {
  content: "\f1e6";
}
.flaticon-flask:before {
  content: "\f1e7";
}
.flaticon-test-tubes:before {
  content: "\f1e8";
}
.flaticon-apple:before {
  content: "\f1e9";
}
.flaticon-school-bus:before {
  content: "\f1ea";
}
.flaticon-light:before {
  content: "\f1eb";
}
body.compensate-for-scrollbar {
  overflow: hidden;
}
.fancybox-active {
  height: auto;
}
.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute!important;
  top: -9999px;
  visibility: hidden;
}
.fancybox-container {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
  height: 100%;
  left: 0;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}
.fancybox-container * {
  box-sizing: border-box;
}
.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}
.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}
.fancybox-is-open .fancybox-bg {
  opacity: 0.87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s, visibility 0s linear 0.25s;
  visibility: hidden;
  z-index: 99997;
}
.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  transition: opacity 0.25s, visibility 0s;
  visibility: visible;
}
.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  text-align: center;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.fancybox-toolbar {
  right: 0;
  top: 0;
}
.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
  z-index: 99994;
}
.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}
.fancybox-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: opacity, -webkit-transform;
  transition-property: transform,opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}
.fancybox-slide:before {
  content: "";
  display: inline-block;
  height: 100%;
  margin-right: -0.25em;
  vertical-align: middle;
  width: 0;
}
.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
  display: block;
}
.fancybox-slide--next {
  z-index: 99995;
}
.fancybox-slide--image {
  overflow: visible;
  padding: 44px 0;
}
.fancybox-slide--image:before {
  display: none;
}
.fancybox-slide--html {
  padding: 6px 6px 0;
}
.fancybox-slide--iframe {
  padding: 44px 44px 0;
}
.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0 0 6px;
  max-width: 100%;
  overflow: auto;
  padding: 0;
  padding: 24px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}
.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  margin: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  transition-property: opacity, -webkit-transform;
  transition-property: transform,opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}
.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}
.fancybox-can-drag .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}
.fancybox-is-dragging .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.fancybox-container [data-selectable=true] {
  cursor: text;
}
.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}
.fancybox-spaceball {
  z-index: 1;
}
.fancybox-slide--html .fancybox-content {
  margin-bottom: 6px;
}
.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--video .fancybox-content {
  height: 100%;
  margin: 0;
  overflow: visible;
  padding: 0;
  width: 100%;
}
.fancybox-slide--video .fancybox-content {
  background: #000;
}
.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}
.fancybox-slide--iframe .fancybox-content {
  background: #fff;
  height: calc(100% - 44px);
  margin-bottom: 44px;
}
.fancybox-iframe,
.fancybox-video {
  background: transparent;
  border: 0;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
.fancybox-iframe {
  vertical-align: top;
}
.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}
.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  outline: none;
  padding: 10px;
  transition: color 0.2s;
  vertical-align: top;
  width: 44px;
}
.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
  color: #ccc;
}
.fancybox-button:focus,
.fancybox-button:hover {
  color: #fff;
}
.fancybox-button.disabled,
.fancybox-button.disabled:hover,
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
}
.fancybox-button svg {
  display: block;
  overflow: visible;
  position: relative;
  shape-rendering: geometricPrecision;
}
.fancybox-button svg path {
  fill: transparent;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3;
}
.fancybox-button--pause svg path:nth-child(1),
.fancybox-button--play svg path:nth-child(2) {
  display: none;
}
.fancybox-button--play svg path,
.fancybox-button--share svg path,
.fancybox-button--thumbs svg path {
  fill: currentColor;
}
.fancybox-button--share svg path {
  stroke-width: 1;
}
.fancybox-navigation .fancybox-button {
  height: 38px;
  opacity: 0;
  padding: 6px;
  position: absolute;
  top: 50%;
  width: 38px;
}
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  transition: opacity 0.25s, visibility 0s, color 0.25s;
}
.fancybox-navigation .fancybox-button:after {
  content: "";
  left: -25px;
  padding: 50px;
  position: absolute;
  top: -25px;
}
.fancybox-navigation .fancybox-button--arrow_left {
  left: 6px;
}
.fancybox-navigation .fancybox-button--arrow_right {
  right: 6px;
}
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #555;
  cursor: pointer;
  height: 44px;
  margin: 0;
  padding: 6px;
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  z-index: 10;
}
.fancybox-close-small svg {
  fill: transparent;
  opacity: 0.8;
  stroke: currentColor;
  stroke-width: 1.5;
  transition: stroke 0.1s;
}
.fancybox-close-small:focus {
  outline: none;
}
.fancybox-close-small:hover svg {
  opacity: 1;
}
.fancybox-slide--iframe .fancybox-close-small,
.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--video .fancybox-close-small {
  color: #ccc;
  padding: 5px;
  right: -12px;
  top: -44px;
}
.fancybox-slide--iframe .fancybox-close-small:hover svg,
.fancybox-slide--image .fancybox-close-small:hover svg,
.fancybox-slide--video .fancybox-close-small:hover svg {
  background: transparent;
  color: #fff;
}
.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
  display: none;
}
.fancybox-caption {
  bottom: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px;
  right: 0;
}
.fancybox-caption:before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -25px;
  z-index: -1;
}
.fancybox-caption:after {
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.3);
  content: "";
  display: block;
  left: 44px;
  position: absolute;
  right: 44px;
  top: 0;
}
.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}
.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}
.fancybox-loading {
  -webkit-animation: a 0.8s infinite linear;
  animation: a 0.8s infinite linear;
  background: transparent;
  border: 6px solid hsla(0, 0%, 39%, 0.5);
  border-radius: 100%;
  border-top-color: #fff;
  height: 60px;
  left: 50%;
  margin: -30px 0 0 -30px;
  opacity: 0.6;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 60px;
  z-index: 99999;
}
@-webkit-keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-1turn);
  transform: rotate(-1turn);
}
.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(1turn);
  transform: rotate(1turn);
}
.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1) translateZ(0);
  transform: scaleX(1) translateZ(0);
}
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translateZ(0) scale(1);
  transform: translateZ(0) scale(1);
}
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}
.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px;
}
.fancybox-share p {
  margin: 0;
  padding: 0;
}
.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}
.fancybox-share__button:link,
.fancybox-share__button:visited {
  color: #fff;
}
.fancybox-share__button:hover {
  text-decoration: none;
}
.fancybox-share__button--fb {
  background: #3b5998;
}
.fancybox-share__button--fb:hover {
  background: #344e86;
}
.fancybox-share__button--pt {
  background: #bd081d;
}
.fancybox-share__button--pt:hover {
  background: #aa0719;
}
.fancybox-share__button--tw {
  background: #1da1f2;
}
.fancybox-share__button--tw:hover {
  background: #0d95e8;
}
.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}
.fancybox-share__button svg path {
  fill: #fff;
}
.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}
.fancybox-thumbs {
  background: #fff;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995;
}
.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}
.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}
.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}
.fancybox-thumbs > ul {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}
.fancybox-thumbs-x > ul {
  overflow: hidden;
}
.fancybox-thumbs-y > ul::-webkit-scrollbar {
  width: 7px;
}
.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}
.fancybox-thumbs > ul > li {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}
.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1);
}
.fancybox-thumbs > ul > li {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.fancybox-thumbs > ul > li:before {
  border: 4px solid #4ea7f9;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}
.fancybox-thumbs .fancybox-thumbs-active:before {
  opacity: 1;
}
@media (max-width: 800px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs > ul > li {
    max-width: calc(100% - 10px);
  }
}
/*# sourceMappingURL=main2.css.map */