@charset "UTF-8";
/**************************************/
/*          RESET STYLES              */
/**************************************/
@import url("https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,600,700,900");
@import url(../node_modules/bootstrap-4-grid/css/grid.min.css);
html {
  font-size: 100%;
  font-family: sans-serif;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: subpixel-antialiased !important;
  text-rendering: optimizeLegibility; }

html {
  box-sizing: border-box; }

* {
  margin: 0;
  padding: 0;
  border-style: none;
  outline-style: none; }

*, *:before, *:after {
  box-sizing: inherit; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/* Chrome/Opera/Safari */
::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.5); }

/* Firefox 19+ */
::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5); }

/* IE 10+ */
:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5); }

/* Firefox 18- */
:-moz-placeholder {
  color: rgba(0, 0, 0, 0.5); }

input {
  background-color: rgba(255, 255, 255, 0); }

input[type="text"],
input[type="email"],
input[type="phone"] {
  background: #fff;
  background-color: #fff; }

/* BREAKEPOINTS VARS */
:root {
  --colorBgDark: #444444;
  --cWhite: #ffffff;
  --colorTextDark: #444444;
  --colorTextLight: #ffffff;
  --colorGreenLight: #99cc55;
  --colorGreenDark: #00a49d;
  --colorBlueLight: #69cdff;
  --colorBlueDark: #376a97;
  --cPageBg: #f5f5f5;
  --cMain: #ffb600;
  --cMainD: #ff6b00;
  --cMainL: #ffd436;
  --cSec: #7fba00;
  --cSecD: #0ba578;
  --cSecL: #aeff19;
  --cLink: #8bc34a;
  --cText: #444;
  --cLight: #eee;
  --cLightL: #fafafa;
  --cLightL2: #f3f2ee;
  --cLightD: #ddd;
  --cDark: #293846;
  --cDarkL: #444;
  --cDarkD: #212121;
  --c1: #7f7f7f1a;
  --c2: #7f7f7f0d;
  --cB1: #0000001a;
  --cW1: #ffffff1a;
  --cBlue: #00a8ff;
  --cGreen: #6fb00a;
  --cPink: #ff3896;
  --mobile: 576;
  --padding: 1em;
  --padCard: 0.5em;
  --padPage: 1em;
  --unit: 16px;
  --grid: 4em;
  --blue5: #044450; }

@font-face {
  font-family: 'bold';
  src: url("../fonts/bold.eot");
  src: url("../fonts/bold.woff") format("woff"), url("../fonts/bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 100; }
@font-face {
  font-family: 'norm';
  src: url("../fonts/norm.eot");
  src: url("../fonts/norm.eot") format("embedded-opentype"), url("../fonts/norm.woff") format("woff"), url("../fonts/norm.ttf") format("truetype"); }
@font-face {
  font-family: 'light';
  src: url("../fonts/light.eot");
  src: url("../fonts/light.woff") format("woff"), url("../fonts/light.ttf") format("truetype");
  font-style: normal;
  font-weight: 100; }
@font-face {
  font-family: 'black';
  src: url("../fonts/black.eot");
  src: url("../fonts/black.eot?#iefix") format("embedded-opentype"), url("../fonts/black.woff2") format("woff2"), url("../fonts/black.woff") format("woff"), url("../fonts/black.ttf") format("truetype"); }
@font-face {
  font-family: 'icofont';
  src: url("../fonts/icofont.eot?74502878");
  src: url("../fonts/icofont.eot?74502878#iefix") format("embedded-opentype"), url("../fonts/icofont.woff2?74502878") format("woff2"), url("../fonts/icofont.woff?74502878") format("woff"), url("../fonts/icofont.ttf?74502878") format("truetype"), url("../fonts/icofont.svg?74502878#icofont") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "icofont";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: none;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-icon-micro:before {
  content: '\e800'; }

/* '' */
.icon-icon-save:before {
  content: '\e801'; }

/* '' */
.icon-left:before {
  content: '\e802'; }

/* '' */
.icon-right:before {
  content: '\e803'; }

/* '' */
.icon-up:before {
  content: '\e804'; }

/* '' */
.icon-down:before {
  content: '\e805'; }

/* '' */
.icon-left-open-big:before {
  content: '\e806'; }

/* '' */
.icon-right-open-big:before {
  content: '\e807'; }

/* '' */
.icon-up-open-big:before {
  content: '\e808'; }

/* '' */
.icon-mobile:before {
  content: '\e809'; }

/* '' */
.icon-mobile-alt:before {
  content: '\e80a'; }

/* '' */
.icon-award:before {
  content: '\e80b'; }

/* '' */
.icon-dollar:before {
  content: '\e80c'; }

/* '' */
.icon-user:before {
  content: '\e80d'; }

/* '' */
.icon-star:before {
  content: '\e80e'; }

/* '' */
.icon-heart:before {
  content: '\e80f'; }

/* '' */
.icon-thumbs-up:before {
  content: '\e810'; }

/* '' */
.icon-pencil:before {
  content: '\e811'; }

/* '' */
.icon-pencil-alt:before {
  content: '\e812'; }

/* '' */
.icon-chat:before {
  content: '\e813'; }

/* '' */
.icon-edit:before {
  content: '\e814'; }

/* '' */
.icon-clock:before {
  content: '\e815'; }

/* '' */
.icon-right-circled:before {
  content: '\e816'; }

/* '' */
.icon-star-empty:before {
  content: '\e817'; }

/* '' */
.icon-star-1:before {
  content: '\e818'; }

/* '' */
.icon-zoom-in:before {
  content: '\e819'; }

/* '' */
.icon-wrench:before {
  content: '\e81a'; }

/* '' */
.icon-zoom-out:before {
  content: '\e81b'; }

/* '' */
.icon-location:before {
  content: '\e81c'; }

/* '' */
.icon-globe:before {
  content: '\e81d'; }

/* '' */
.icon-odnoklassniki-1:before {
  content: '\e81e'; }

/* '' */
.icon-vkontakte-rect-1:before {
  content: '\e81f'; }

/* '' */
.icon-cog-alt:before {
  content: '\e820'; }

/* '' */
.icon-wrench-1:before {
  content: '\e821'; }

/* '' */
.icon-facebook-1:before {
  content: '\e822'; }

/* '' */
.icon-vk:before {
  content: '\e823'; }

/* '' */
.icon-cross:before {
  content: '\e824'; }

/* '' */
.icon-trophy:before {
  content: '\e825'; }

/* '' */
.icon-paper-plane-1:before {
  content: '\e826'; }

/* '' */
.icon-note-beamed:before {
  content: '\e827'; }

/* '' */
.icon-mic:before {
  content: '\e828'; }

/* '' */
.icon-truck:before {
  content: '\e829'; }

/* '' */
.icon-key:before {
  content: '\e82a'; }

/* '' */
.icon-megaphone:before {
  content: '\e82b'; }

/* '' */
.icon-post:before {
  content: '\e82c'; }

/* '' */
.icon-credit-card:before {
  content: '\e82d'; }

/* '' */
.icon-fire:before {
  content: '\e82e'; }

/* '' */
.icon-gift:before {
  content: '\e82f'; }

/* '' */
.icon-briefcase:before {
  content: '\e830'; }

/* '' */
.icon-book:before {
  content: '\e831'; }

/* '' */
.icon-award-1:before {
  content: '\e832'; }

/* '' */
.icon-phone:before {
  content: '\e833'; }

/* '' */
.icon-sliders-1:before {
  content: '\e834'; }

/* '' */
.icon-calendar:before {
  content: '\e835'; }

/* '' */
.icon-volume-up:before {
  content: '\e836'; }

/* '' */
.icon-headphones:before {
  content: '\e837'; }

/* '' */
.icon-home:before {
  content: '\e838'; }

/* '' */
.icon-mail:before {
  content: '\e839'; }

/* '' */
.icon-heart-1:before {
  content: '\e83a'; }

/* '' */
.icon-heart-empty:before {
  content: '\e83b'; }

/* '' */
.icon-star-half:before {
  content: '\e83c'; }

/* '' */
.icon-star-half-alt:before {
  content: '\e83d'; }

/* '' */
.icon-star-2:before {
  content: '\e83e'; }

/* '' */
.icon-star-empty-1:before {
  content: '\e83f'; }

/* '' */
.icon-video:before {
  content: '\e840'; }

/* '' */
.icon-camera-alt:before {
  content: '\e841'; }

/* '' */
.icon-icon:before {
  content: '\e851'; }

/* '' */
.icon-alert_rounded:before {
  content: '\e852'; }

/* '' */
.icon-counter_clock:before {
  content: '\e853'; }

/* '' */
.icon-icon-services:before {
  content: '\e854'; }

/* '' */
.icon-paper-plane:before {
  content: '\f01d'; }

/* '' */
.icon-paper-plane-alt:before {
  content: '\f01f'; }

/* '' */
.icon-twitter:before {
  content: '\f099'; }

/* '' */
.icon-facebook-2:before {
  content: '\f09a'; }

/* '' */
.icon-money:before {
  content: '\f0d6'; }

/* '' */
.icon-mail-alt:before {
  content: '\f0e0'; }

/* '' */
.icon-food:before {
  content: '\f0f5'; }

/* '' */
.icon-uniF102:before {
  content: '\f102'; }

/* '' */
.icon-uniF11A:before {
  content: '\f11a'; }

/* '' */
.icon-uniF123:before {
  content: '\f123'; }

/* '' */
.icon-mic-1:before {
  content: '\f130'; }

/* '' */
.icon-calendar-empty:before {
  content: '\f133'; }

/* '' */
.icon-rocket:before {
  content: '\f135'; }

/* '' */
.icon-anchor:before {
  content: '\f13d'; }

/* '' */
.icon-dollar-1:before {
  content: '\f155'; }

/* '' */
.icon-rouble:before {
  content: '\f158'; }

/* '' */
.icon-instagram:before {
  content: '\f16d'; }

/* '' */
.icon-tumblr-1:before {
  content: '\f173'; }

/* '' */
.icon-skype-1:before {
  content: '\f17e'; }

/* '' */
.icon-female:before {
  content: '\f182'; }

/* '' */
.icon-male:before {
  content: '\f183'; }

/* '' */
.icon-vkontakte:before {
  content: '\f189'; }

/* '' */
.icon-graduation-cap:before {
  content: '\f19d'; }

/* '' */
.icon-child:before {
  content: '\f1ae'; }

/* '' */
.icon-tree:before {
  content: '\f1bb'; }

/* '' */
.icon-lifebuoy:before {
  content: '\f1cd'; }

/* '' */
.icon-paper-plane-2:before {
  content: '\f1d8'; }

/* '' */
.icon-paper-plane-empty:before {
  content: '\f1d9'; }

/* '' */
.icon-sliders:before {
  content: '\f1de'; }

/* '' */
.icon-soccer-ball:before {
  content: '\f1e3'; }

/* '' */
.icon-brush:before {
  content: '\f1fc'; }

/* '' */
.icon-birthday:before {
  content: '\f1fd'; }

/* '' */
.icon-bicycle:before {
  content: '\f206'; }

/* '' */
.icon-motorcycle:before {
  content: '\f21c'; }

/* '' */
.icon-whatsapp:before {
  content: '\f232'; }

/* '' */
.icon-odnoklassniki-2:before {
  content: '\f263'; }

/* '' */
.icon-odnoklassniki-square:before {
  content: '\f264'; }

/* '' */
.icon-fort-awesome:before {
  content: '\f286'; }

/* '' */
.icon-telegram:before {
  content: '\f2c6'; }

/* '' */
.icon-shower:before {
  content: '\f2cc'; }

/* '' */
.icon-facebook:before {
  content: '\f300'; }

/* '' */
.icon-facebook-rect:before {
  content: '\f301'; }

/* '' */
.icon-twitter-bird:before {
  content: '\f303'; }

/* '' */
.icon-facebook-squared:before {
  content: '\f308'; }

/* '' */
.icon-vkontakte-rect:before {
  content: '\f30a'; }

/* '' */
.icon-skype:before {
  content: '\f30b'; }

/* '' */
.icon-odnoklassniki:before {
  content: '\f30c'; }

/* '' */
.icon-odnoklassniki-rect:before {
  content: '\f30d'; }

/* '' */
.icon-tumblr:before {
  content: '\f311'; }

/* '' */
.icon-linkedin:before {
  content: '\f31a'; }

/* '' */
.icon-instagram-1:before {
  content: '\f31e'; }

/* '' */
.icon-instagram-filled:before {
  content: '\f31f'; }

/* '' */
@font-face {
  font-family: 'Tonicons';
  src: url("../fonts/Tonicons.eot"); }
i {
  font-family: 'Tonicons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

@font-face {
  font-family: 'Tonicons';
  src: url("../fonts/Tonicons.eot?7oxe9t");
  src: url("../fonts/Tonicons.eot?7oxe9t#iefix") format("embedded-opentype"), url("../fonts/Tonicons.ttf?7oxe9t") format("truetype"), url("../fonts/Tonicons.woff?7oxe9t") format("woff"), url("../fonts/Tonicons.svg?7oxe9t#Tonicons") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="ico-"], [class*="ico-"] {
  font-family: 'Tonicons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.ico-3d-glasses:before {
  content: "\e900"; }

.ico-Airplane:before {
  content: "\e901"; }

.ico-Allign-center:before {
  content: "\e902"; }

.ico-Allign-left:before {
  content: "\e903"; }

.ico-Allign-right:before {
  content: "\e904"; }

.ico-Allign:before {
  content: "\e905"; }

.ico-Arrow:before {
  content: "\e906"; }

.ico-Attach:before {
  content: "\e907"; }

.ico-Backpack:before {
  content: "\e908"; }

.ico-Bag-1:before {
  content: "\e909"; }

.ico-Bag-2:before {
  content: "\e90a"; }

.ico-Bagel:before {
  content: "\e90b"; }

.ico-Baseball:before {
  content: "\e90c"; }

.ico-Battery:before {
  content: "\e90d"; }

.ico-Bike:before {
  content: "\e90e"; }

.ico-Billiard-ball:before {
  content: "\e90f"; }

.ico-Bluetooth:before {
  content: "\e910"; }

.ico-Bowling-ball:before {
  content: "\e911"; }

.ico-Box-1:before {
  content: "\e912"; }

.ico-Box-2:before {
  content: "\e913"; }

.ico-Box-3:before {
  content: "\e914"; }

.ico-Burger:before {
  content: "\e915"; }

.ico-Cake:before {
  content: "\e916"; }

.ico-Calculator:before {
  content: "\e917"; }

.ico-Calendar-1:before {
  content: "\e918"; }

.ico-Calendar-2:before {
  content: "\e919"; }

.ico-Camera-1:before {
  content: "\e91a"; }

.ico-Camera:before {
  content: "\e91b"; }

.ico-Car:before {
  content: "\e91c"; }

.ico-Cash-register:before {
  content: "\e91d"; }

.ico-Chart-1:before {
  content: "\e91e"; }

.ico-Chart-2:before {
  content: "\e91f"; }

.ico-Chart-3:before {
  content: "\e920"; }

.ico-Chart-4:before {
  content: "\e921"; }

.ico-Chart-5:before {
  content: "\e922"; }

.ico-Chart-6:before {
  content: "\e923"; }

.ico-Chart-7:before {
  content: "\e924"; }

.ico-Chat-1:before {
  content: "\e925"; }

.ico-Chat-2:before {
  content: "\e926"; }

.ico-Check:before {
  content: "\e927"; }

.ico-Clapper:before {
  content: "\e928"; }

.ico-Clock-2:before {
  content: "\e929"; }

.ico-Clock-tower:before {
  content: "\e92a"; }

.ico-Clock:before {
  content: "\e92b"; }

.ico-Cloud-1:before {
  content: "\e92c"; }

.ico-Cloud-2:before {
  content: "\e92d"; }

.ico-Cloud-3:before {
  content: "\e92e"; }

.ico-Cloud-4:before {
  content: "\e92f"; }

.ico-Cloud-5:before {
  content: "\e930"; }

.ico-Cloud-6:before {
  content: "\e931"; }

.ico-Cloud-7:before {
  content: "\e932"; }

.ico-Cloud-8:before {
  content: "\e933"; }

.ico-Cloud-9:before {
  content: "\e934"; }

.ico-Cloud-10:before {
  content: "\e935"; }

.ico-Cloud-11:before {
  content: "\e936"; }

.ico-Cloud-12:before {
  content: "\e937"; }

.ico-Cloud-13:before {
  content: "\e938"; }

.ico-Cloud-14:before {
  content: "\e939"; }

.ico-Cloud-15:before {
  content: "\e93a"; }

.ico-Cloud-16:before {
  content: "\e93b"; }

.ico-Cloud-17:before {
  content: "\e93c"; }

.ico-Cloud-18:before {
  content: "\e93d"; }

.ico-Cocktail:before {
  content: "\e93e"; }

.ico-Coffee-mug-2 .path1:before {
  content: "\e93f";
  color: #5b554d; }

.ico-Coffee-mug-2 .path2:before {
  content: "\e940";
  margin-left: -1em;
  color: #5b554d; }

.ico-Coffee-mug-2 .path3:before {
  content: "\e941";
  margin-left: -1em;
  color: white; }

.ico-Coffee-mug-2 .path4:before {
  content: "\e942";
  margin-left: -1em;
  color: #5b554d; }

.ico-Coffee-mug-2 .path5:before {
  content: "\e943";
  margin-left: -1em;
  color: #5b554d; }

.ico-Coffee-mug-3 .path1:before {
  content: "\e944";
  color: #5b554d; }

.ico-Coffee-mug-3 .path2:before {
  content: "\e945";
  margin-left: -1em;
  color: #5b554d; }

.ico-Coffee-mug-3 .path3:before {
  content: "\e946";
  margin-left: -1em;
  color: white; }

.ico-Coffee-mug-3 .path4:before {
  content: "\e947";
  margin-left: -1em;
  color: #5b554d; }

.ico-Coffee-mug-3 .path5:before {
  content: "\e948";
  margin-left: -1em;
  color: #5b554d; }

.ico-Coffee-mug-4:before {
  content: "\e949"; }

.ico-Coffee-mug:before {
  content: "\e94a"; }

.ico-Cog:before {
  content: "\e94b"; }

.ico-Cogs:before {
  content: "\e94c"; }

.ico-Compass:before {
  content: "\e94d"; }

.ico-Credit-Card:before {
  content: "\e94e"; }

.ico-Crescent-moon:before {
  content: "\e94f"; }

.ico-Crop:before {
  content: "\e950"; }

.ico-Data:before {
  content: "\e951"; }

.ico-Database:before {
  content: "\e952"; }

.ico-Degree-1:before {
  content: "\e953"; }

.ico-Diamond:before {
  content: "\e955"; }

.ico-Dollar:before {
  content: "\e956"; }

.ico-Dont-disturb:before {
  content: "\e957"; }

.ico-Download-1:before {
  content: "\e958"; }

.ico-Download-2:before {
  content: "\e959"; }

.ico-Download-3:before {
  content: "\e95a"; }

.ico-Download-4:before {
  content: "\e95b"; }

.ico-Download-5:before {
  content: "\e95c"; }

.ico-Eiffel-tower:before {
  content: "\e95d"; }

.ico-Eject:before {
  content: "\e95e"; }

.ico-Email-2:before {
  content: "\e95f"; }

.ico-Email-3:before {
  content: "\e960"; }

.ico-Email:before {
  content: "\e961"; }

.ico-Equalizer-2:before {
  content: "\e962"; }

.ico-Equalizer:before {
  content: "\e963"; }

.ico-Euro:before {
  content: "\e964"; }

.ico-Eye:before {
  content: "\e965"; }

.ico-File-1:before {
  content: "\e966"; }

.ico-File-2:before {
  content: "\e967"; }

.ico-File-3:before {
  content: "\e968"; }

.ico-File-4:before {
  content: "\e969"; }

.ico-File-5:before {
  content: "\e96a"; }

.ico-File-6:before {
  content: "\e96b"; }

.ico-File-7:before {
  content: "\e96c"; }

.ico-File-8:before {
  content: "\e96d"; }

.ico-File-9:before {
  content: "\e96e"; }

.ico-File-10:before {
  content: "\e96f"; }

.ico-File-11:before {
  content: "\e970"; }

.ico-File-12:before {
  content: "\e971"; }

.ico-File-13:before {
  content: "\e972"; }

.ico-File-14:before {
  content: "\e973"; }

.ico-File-15:before {
  content: "\e974"; }

.ico-File-16:before {
  content: "\e975"; }

.ico-File-17:before {
  content: "\e976"; }

.ico-File-18:before {
  content: "\e977"; }

.ico-File-19:before {
  content: "\e978"; }

.ico-File-20:before {
  content: "\e979"; }

.ico-File-21:before {
  content: "\e97a"; }

.ico-File-22:before {
  content: "\e97b"; }

.ico-Film-roll:before {
  content: "\e97c"; }

.ico-Film-strip:before {
  content: "\e97d"; }

.ico-Fire:before {
  content: "\e97e"; }

.ico-Flag-2:before {
  content: "\e97f"; }

.ico-Flag:before {
  content: "\e980"; }

.ico-Flash:before {
  content: "\e981"; }

.ico-Folder-1:before {
  content: "\e982"; }

.ico-Folder-2:before {
  content: "\e983"; }

.ico-Folder-3:before {
  content: "\e984"; }

.ico-Folder-4:before {
  content: "\e985"; }

.ico-Folder-5:before {
  content: "\e986"; }

.ico-Folder-6:before {
  content: "\e987"; }

.ico-Football:before {
  content: "\e988"; }

.ico-Forward:before {
  content: "\e989"; }

.ico-Fries:before {
  content: "\e98a"; }

.ico-Gallery-2:before {
  content: "\e98b"; }

.ico-Gallery-3:before {
  content: "\e98c"; }

.ico-Gallery:before {
  content: "\e98d"; }

.ico-Glass-1:before {
  content: "\e98e"; }

.ico-Glass-2:before {
  content: "\e98f"; }

.ico-Globe:before {
  content: "\e990"; }

.ico-Gong:before {
  content: "\e991"; }

.ico-Guitar .path1:before {
  content: "\e992";
  color: #5b554d; }

.ico-Guitar .path2:before {
  content: "\e993";
  margin-left: -1em;
  color: #5b554d; }

.ico-Guitar .path3:before {
  content: "\e994";
  margin-left: -1em;
  color: #5b554d; }

.ico-Guitar .path4:before {
  content: "\e995";
  margin-left: -1em;
  color: #5b554d; }

.ico-Guitar .path5:before {
  content: "\e996";
  margin-left: -1em;
  color: #5b554d; }

.ico-Guitar .path6:before {
  content: "\e997";
  margin-left: -1em;
  color: #5b554d; }

.ico-Guitar .path7:before {
  content: "\e998";
  margin-left: -1em;
  color: #5b554d; }

.ico-Guitar .path8:before {
  content: "\e999";
  margin-left: -1em;
  color: #5b554d; }

.ico-Guitar .path9:before {
  content: "\e99a";
  margin-left: -1em;
  color: #5b554d; }

.ico-Guitar .path10:before {
  content: "\e99b";
  margin-left: -1em;
  color: #5b554d; }

.ico-Guitar .path11:before {
  content: "\e99c";
  margin-left: -1em;
  color: #5b554d; }

.ico-Guitar .path12:before {
  content: "\e99d";
  margin-left: -1em;
  color: #5b554d; }

.ico-Guitar .path13:before {
  content: "\e99e";
  margin-left: -1em;
  color: #5b554d; }

.ico-Guitar .path14:before {
  content: "\e99f";
  margin-left: -1em;
  color: #5b554d; }

.ico-Guitar .path15:before {
  content: "\e9a0";
  margin-left: -1em;
  color: #5b554d; }

.ico-Guitar .path16:before {
  content: "\e9a1";
  margin-left: -1em;
  color: #5b554d; }

.ico-Guitar .path17:before {
  content: "\e9a2";
  margin-left: -1em;
  color: #5b554d; }

.ico-Guitar .path18:before {
  content: "\e9a3";
  margin-left: -1em;
  color: #5b554d; }

.ico-Guitar .path19:before {
  content: "\e9a4";
  margin-left: -1em;
  color: #5b554d; }

.ico-Guitar .path20:before {
  content: "\e9a5";
  margin-left: -1em;
  color: white; }

.ico-Hat-glasses:before {
  content: "\e9a6"; }

.ico-Headphone-1:before {
  content: "\e9a7"; }

.ico-Headphone-2:before {
  content: "\e9a8"; }

.ico-Heart:before {
  content: "\e9a9"; }

.ico-Home:before {
  content: "\e9aa"; }

.ico-Hot-dog:before {
  content: "\e9ab"; }

.ico-Ice-cream-1:before {
  content: "\e9ac"; }

.ico-Ice-cream-2:before {
  content: "\e9ad"; }

.ico-icon:before {
  content: "\e9ae"; }

.ico-ID:before {
  content: "\e9af"; }

.ico-Info:before {
  content: "\e9b0"; }

.ico-Island:before {
  content: "\e9b1"; }

.ico-Key-2:before {
  content: "\e9b2"; }

.ico-Key:before {
  content: "\e9b3"; }

.ico-Knives-forks-2:before {
  content: "\e9b4"; }

.ico-Knives-forks:before {
  content: "\e9b5"; }

.ico-Label:before {
  content: "\e9b6"; }

.ico-Laptop:before {
  content: "\e9b7"; }

.ico-Lemon:before {
  content: "\e9b8"; }

.ico-Link:before {
  content: "\e9b9"; }

.ico-Loading:before {
  content: "\e9ba"; }

.ico-Lock-1:before {
  content: "\e9bb"; }

.ico-Lock-2:before {
  content: "\e9bc"; }

.ico-Map-Pin-2:before {
  content: "\e9bd"; }

.ico-Map-Pin-3:before {
  content: "\e9be"; }

.ico-Map-Pin-4:before {
  content: "\e9bf"; }

.ico-Map-Pin:before {
  content: "\e9c0"; }

.ico-Medal:before {
  content: "\e9c1"; }

.ico-Megaphone-1:before {
  content: "\e9c2"; }

.ico-Megaphone:before {
  content: "\e9c3"; }

.ico-Microphone-2:before {
  content: "\e9c4"; }

.ico-Microphone-3:before {
  content: "\e9c5"; }

.ico-Microphone:before {
  content: "\e9c6"; }

.ico-Money-1:before {
  content: "\e9c7"; }

.ico-Money-2:before {
  content: "\e9c8"; }

.ico-Motorcycle:before {
  content: "\e9c9"; }

.ico-Mustache:before {
  content: "\e9ca"; }

.ico-Navigation:before {
  content: "\e9cb"; }

.ico-Network-1:before {
  content: "\e9cc"; }

.ico-Network-2:before {
  content: "\e9cd"; }

.ico-Network-3:before {
  content: "\e9ce"; }

.ico-New-email:before {
  content: "\e9cf"; }

.ico-New:before {
  content: "\e9d0"; }

.ico-Newspaper:before {
  content: "\e9d1"; }

.ico-Nota-1:before {
  content: "\e9d2"; }

.ico-Nota-2:before {
  content: "\e9d3"; }

.ico-Open-1:before {
  content: "\e9d4"; }

.ico-Open:before {
  content: "\e9d5"; }

.ico-Origami:before {
  content: "\e9d6"; }

.ico-Paint-roll:before {
  content: "\e9d7"; }

.ico-Paper-plane:before {
  content: "\e9d8"; }

.ico-Passport:before {
  content: "\e9d9"; }

.ico-Pause:before {
  content: "\e9da"; }

.ico-Pen:before {
  content: "\e9db"; }

.ico-People-1:before {
  content: "\e9dc"; }

.ico-People-2:before {
  content: "\e9dd"; }

.ico-Person:before {
  content: "\e9de"; }

.ico-Phone:before {
  content: "\e9df"; }

.ico-Photo-1:before {
  content: "\e9e0"; }

.ico-Photo-2:before {
  content: "\e9e1"; }

.ico-Piano:before {
  content: "\e9e2"; }

.ico-Pie-Chart-1:before {
  content: "\e9e3"; }

.ico-Pie-Chart-2:before {
  content: "\e9e4"; }

.ico-Pin-helmet:before {
  content: "\e9e5"; }

.ico-Pizza:before {
  content: "\e9e6"; }

.ico-Play:before {
  content: "\e9e7"; }

.ico-Popcorn:before {
  content: "\e9e8"; }

.ico-Printer-fax:before {
  content: "\e9e9"; }

.ico-Pyramids:before {
  content: "\e9ea"; }

.ico-Radio:before {
  content: "\e9eb"; }

.ico-Rain:before {
  content: "\e9ec"; }

.ico-Refresh-1:before {
  content: "\e9ed"; }

.ico-Refresh-2:before {
  content: "\e9ee"; }

.ico-Rugby-ball:before {
  content: "\e9ef"; }

.ico-Satellite-2:before {
  content: "\e9f0"; }

.ico-Satellite:before {
  content: "\e9f1"; }

.ico-Scale-1:before {
  content: "\e9f2"; }

.ico-Scale-2:before {
  content: "\e9f3"; }

.ico-Scale-3:before {
  content: "\e9f4"; }

.ico-Scale-4:before {
  content: "\e9f5"; }

.ico-scissors:before {
  content: "\e9f6"; }

.ico-Screen-1:before {
  content: "\e9f7"; }

.ico-Screen-2:before {
  content: "\e9f8"; }

.ico-Screen-3:before {
  content: "\e9f9"; }

.ico-Screen-4:before {
  content: "\e9fa"; }

.ico-Send-1:before {
  content: "\e9fb"; }

.ico-Send-2:before {
  content: "\e9fc"; }

.ico-Setup-1:before {
  content: "\e9fd"; }

.ico-Share:before {
  content: "\e9fe"; }

.ico-Ship:before {
  content: "\e9ff"; }

.ico-Shopping-basket-1:before {
  content: "\ea00"; }

.ico-Shopping-basket-2:before {
  content: "\ea01"; }

.ico-Shopping-basket-3:before {
  content: "\ea02"; }

.ico-Shopping-cart-1:before {
  content: "\ea03"; }

.ico-Shopping-cart-2:before {
  content: "\ea04"; }

.ico-Shopping-cart-3:before {
  content: "\ea05"; }

.ico-Shuffle:before {
  content: "\ea06"; }

.ico-Smartphone-1:before {
  content: "\ea07"; }

.ico-Smartphone-2:before {
  content: "\ea08"; }

.ico-Soccer-ball:before {
  content: "\ea09"; }

.ico-Sound-2:before {
  content: "\ea0a"; }

.ico-Sound-close:before {
  content: "\ea0b"; }

.ico-Sound:before {
  content: "\ea0c"; }

.ico-Speaker:before {
  content: "\ea0d"; }

.ico-Speech-bubble-1:before {
  content: "\ea0e"; }

.ico-Speech-bubble-2:before {
  content: "\ea0f"; }

.ico-Speech-bubble-3:before {
  content: "\ea10"; }

.ico-Speech-bubble-4:before {
  content: "\ea11"; }

.ico-Speech-bubble-5:before {
  content: "\ea12"; }

.ico-Speech-bubble-6:before {
  content: "\ea13"; }

.ico-Speech-bubble-7:before {
  content: "\ea14"; }

.ico-Star:before {
  content: "\ea15"; }

.ico-Stop:before {
  content: "\ea16"; }

.ico-Stopwatch:before {
  content: "\ea17"; }

.ico-Store:before {
  content: "\ea18"; }

.ico-Suitcase-1:before {
  content: "\ea19"; }

.ico-Suitcase-2:before {
  content: "\ea1a"; }

.ico-Sun:before {
  content: "\ea1b"; }

.ico-Sunbed:before {
  content: "\ea1c"; }

.ico-Tablet:before {
  content: "\ea1d"; }

.ico-Target:before {
  content: "\ea1e"; }

.ico-Tennis-ball:before {
  content: "\ea1f"; }

.ico-Tent:before {
  content: "\ea20"; }

.ico-Test-tube:before {
  content: "\ea21"; }

.ico-Text-1:before {
  content: "\ea22"; }

.ico-Text-2:before {
  content: "\ea23"; }

.ico-Thermometer:before {
  content: "\ea24"; }

.ico-Thinking-bubble-1:before {
  content: "\ea25"; }

.ico-Thinking-bubble-2:before {
  content: "\ea26"; }

.ico-Thinking-bubble-3:before {
  content: "\ea27"; }

.ico-Thinking-bubble:before {
  content: "\ea28"; }

.ico-Thumbs-up:before {
  content: "\ea29"; }

.ico-Tool:before {
  content: "\ea2a"; }

.ico-Tornado:before {
  content: "\ea2b"; }

.ico-Train:before {
  content: "\ea2c"; }

.ico-Trash:before {
  content: "\ea2d"; }

.ico-Turn-table:before {
  content: "\ea2e"; }

.ico-Umbrella-1:before {
  content: "\ea2f"; }

.ico-Umbrella-2:before {
  content: "\ea30"; }

.ico-Umbrella-3:before {
  content: "\ea31"; }

.ico-Umbrella-4:before {
  content: "\ea32"; }

.ico-Upload-1:before {
  content: "\ea33"; }

.ico-Upload-2:before {
  content: "\ea34"; }

.ico-Upload-3:before {
  content: "\ea35"; }

.ico-Volleyball:before {
  content: "\ea36"; }

.ico-Wind-1:before {
  content: "\ea37"; }

.ico-Wind-2:before {
  content: "\ea38"; }

.ico-Wind-3:before {
  content: "\ea39"; }

.ico-Wind-4:before {
  content: "\ea3a"; }

.ico-Wind-cock:before {
  content: "\ea3b"; }

.ico-Wind:before {
  content: "\ea3c"; }

.ico-Zoom-in1:before {
  content: "\ea3d"; }

.ico-Zoom-in2:before {
  content: "\ea3e"; }

.ico-Zoom-out1:before {
  content: "\ea3f"; }

.ico-Zoom-out2:before {
  content: "\ea40"; }

/* BREAKEPOINTS VARS */
:root {
  --colorBgDark: #444444;
  --cWhite: #ffffff;
  --colorTextDark: #444444;
  --colorTextLight: #ffffff;
  --colorGreenLight: #99cc55;
  --colorGreenDark: #00a49d;
  --colorBlueLight: #69cdff;
  --colorBlueDark: #376a97;
  --cPageBg: #f5f5f5;
  --cMain: #ffb600;
  --cMainD: #ff6b00;
  --cMainL: #ffd436;
  --cSec: #7fba00;
  --cSecD: #0ba578;
  --cSecL: #aeff19;
  --cLink: #8bc34a;
  --cText: #444;
  --cLight: #eee;
  --cLightL: #fafafa;
  --cLightL2: #f3f2ee;
  --cLightD: #ddd;
  --cDark: #293846;
  --cDarkL: #444;
  --cDarkD: #212121;
  --c1: #7f7f7f1a;
  --c2: #7f7f7f0d;
  --cB1: #0000001a;
  --cW1: #ffffff1a;
  --cBlue: #00a8ff;
  --cGreen: #6fb00a;
  --cPink: #ff3896;
  --mobile: 576;
  --padding: 1em;
  --padCard: 0.5em;
  --padPage: 1em;
  --unit: 16px;
  --grid: 4em;
  --blue5: #044450; }

[class*='bg'] {
  background-repeat: no-repeat;
  background-position: center; }

.cover {
  background-size: cover; }

.flex {
  display: flex; }

.d_grid {
  display: grid;
  grid-auto-flow: column; }

.cnt {
  background-size: contain; }

.tc {
  align-items: center; }

.vc {
  justify-content: center; }

.full {
  width: 100%;
  height: 100%; }

.half {
  width: 50%;
  height: 100%; }

.c-white, .cWhite {
  color: #FFF !important; }

.b-white, .bWhite {
  background-color: #FFF !important; }

.cLight {
  color: var(--cLight) !important; }

.bLight {
  background-color: var(--cLight) !important; }

.cLightD {
  color: var(--cLightD) !important; }

.bLightD {
  background-color: var(--cLightD) !important; }

.cLightL {
  color: var(--cLightL) !important; }

.bLightL {
  background-color: var(--cLightL) !important; }

.bLightL2 {
  background-color: var(--cLightL2) !important; }

.c-black, .cBlack {
  color: #000 !important; }

.b-black, .bBlack {
  background-color: #000 !important; }

.cDark {
  color: var(--cDark) !important; }

.bDark {
  background-color: var(--cDark) !important; }

.cDarkD {
  color: var(--cDarkD) !important; }

.bDarkD {
  background-color: var(--cDarkD) !important; }

.cDarkL {
  color: var(--cDarkL) !important; }

.bDarkL {
  background-color: var(--cDarkL) !important; }

.c-yellow, .cMain {
  color: var(--cMain) !important; }

.b-yellow, .bMain {
  background-color: var(--cMain) !important; }

.c-yellow1, .cMainL {
  color: var(--cMainL) !important; }

.b-yellow1, .bMainL {
  background-color: var(--cMainL) !important; }

.c-yellow2, .cMainD {
  color: var(--cMainD) !important; }

.b-yellow2, .bMainD {
  background-color: var(--cMainD) !important; }

.c-green, .cSec {
  color: var(--cSec) !important; }

.b-green, .bSec {
  background-color: var(--cSec) !important; }

.c-green2, .cSecL {
  color: var(--cSecL) !important; }

.b-green2, .bSecL {
  background-color: var(--cSecL) !important; }

.c-green1, .cSecD {
  color: var(--cSecD) !important; }

.b-green1, .bSecD {
  background-color: var(--cSecD) !important; }

.c-green2 {
  color: #8BC34A !important; }

.c-green3 {
  color: #d3ff6f !important; }

.b-green2 {
  background-color: #8BC34A !important; }

.c-blue {
  color: #69cdff !important; }

.b-blue {
  background-color: #69cdff !important; }

.c-blue1 {
  color: #376a97 !important; }

.b-blue1 {
  background-color: #376a97 !important; }

.c-pink {
  color: #ff2244 !important; }

.b-pink {
  background-color: #ff2244 !important; }

.c-pink1 {
  color: #ED143D !important; }

.b-pink1 {
  background-color: #ED143D !important; }

.c-red {
  color: #ff6666; }

.b-red {
  background-color: #ff6666; }

.c-grey {
  color: #444444 !important; }

.b-grey {
  background-color: #26282a !important; }

.c-grey1 {
  color: #16181e !important; }

.b-grey1 {
  background-color: #16181e !important; }

.c-grey2 {
  color: #24292e !important; }

.b-grey2 {
  background-color: #24292e !important; }

.c-grey3 {
  color: #2f353b !important; }

.b-grey3 {
  background-color: #2f353b !important; }

.c-grey4 {
  color: #43474e !important; }

.b-grey4 {
  background-color: #43474e !important; }

.nopad {
  padding: 0 !important; }

.ffl {
  font-family: 'light', sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: -0.0em; }

.ffb {
  font-family: 'bold', sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: -0.04em; }

.ffn {
  font-family: 'norm', sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: -0.01em; }

.ffbl {
  font-weight: 600; }

.tc {
  text-align: center; }

.tr {
  text-align: right; }

.tl {
  text-align: left; }

.tj {
  text-align: justify; }

.fl {
  float: left; }

.fr {
  float: right; }

.fn {
  float: initial; }

.up {
  text-transform: uppercase; }

.unup {
  text-transform: none !important; }

.f050 {
  font-size: 0.5em; }

.f060 {
  font-size: 0.6em; }

.f070 {
  font-size: 0.7em; }

.f075 {
  font-size: 0.75em; }

.f080 {
  font-size: 0.8em; }

.f090 {
  font-size: 0.9em; }

.f100 {
  font-size: 1em; }

.f110 {
  font-size: 1.1em; }

.f115 {
  font-size: 1.15em; }

.f120 {
  font-size: 1.2em; }

.f125 {
  font-size: 1.25em; }

.f130 {
  font-size: 1.3em; }

.f140 {
  font-size: 1.4em; }

.f150 {
  font-size: 1.5em; }

.f160 {
  font-size: 1.6em; }

.f175 {
  font-size: 1.75em; }

.f200 {
  font-size: 2em; }
  @media all and (max-width: 960px) {
    .f200 {
      font-size: 1.9em; } }
  @media all and (max-width: 768px) {
    .f200 {
      font-size: 1.8em; } }
  @media all and (max-width: 576px) {
    .f200 {
      font-size: 1.7em; } }

.f250 {
  font-size: 2.5em; }
  @media all and (max-width: 960px) {
    .f250 {
      font-size: 2.25em; } }
  @media all and (max-width: 768px) {
    .f250 {
      font-size: 2em; } }
  @media all and (max-width: 576px) {
    .f250 {
      font-size: 1.75em; } }

.f300 {
  font-size: 3em; }

.f350 {
  font-size: 3.5em; }
  @media all and (max-width: 960px) {
    .f350 {
      font-size: 3em; } }
  @media all and (max-width: 768px) {
    .f350 {
      font-size: 2.75em; } }
  @media all and (max-width: 768px) {
    .f350 {
      font-size: 2.5em; } }

.f400 {
  font-size: 4em; }
  @media all and (max-width: 960px) {
    .f400 {
      font-size: 3.75em; } }
  @media all and (max-width: 768px) {
    .f400 {
      font-size: 3.5em; } }
  @media all and (max-width: 576px) {
    .f400 {
      font-size: 3em; } }

.f450 {
  font-size: 4.5em; }

.f500 {
  font-size: 5em; }

.f600 {
  font-size: 6em; }

.f700 {
  font-size: 7em; }

.f800 {
  font-size: 8em; }

.ls00 {
  letter-spacing: 0; }

.ls01 {
  letter-spacing: -0.01em; }

.ls02 {
  letter-spacing: -0.02em; }

.ls03 {
  letter-spacing: -0.03em; }

.ls04 {
  letter-spacing: -0.04em; }

.ls05 {
  letter-spacing: -0.05em; }

.ls06 {
  letter-spacing: -0.06em; }

.ls07 {
  letter-spacing: -0.07em; }

.ls08 {
  letter-spacing: -0.08em; }

.ls09 {
  letter-spacing: -0.09em; }

.ls10 {
  letter-spacing: -0.1em; }

.lh05 {
  line-height: 0.5; }

.lh06 {
  line-height: 0.6; }

.lh07 {
  line-height: 0.7; }

.lh08 {
  line-height: 0.8; }

.lh09 {
  line-height: 0.9; }

.lh10 {
  line-height: 1; }

.lh11 {
  line-height: 1.1; }

.lh12 {
  line-height: 1.2; }

.lh13 {
  line-height: 1.3; }

.lh14 {
  line-height: 1.4; }

.lh15 {
  line-height: 1.5; }

.lh16 {
  line-height: 1.6; }

.lh20 {
  line-height: 2; }

.lh30 {
  line-height: 3; }

.lh40 {
  line-height: 4; }

.nopad {
  padding: 0; }

.nomar {
  margin: 0; }

.p-fix {
  position: fixed; }

.p-abs {
  position: fixed; }

.p-rel {
  position: relative; }

.p-reset {
  position: initial; }

.p-top {
  top: 0; }

.p-bottom {
  bottom: 0; }

.p-left {
  left: 0; }

.p-right {
  right: 0; }

/*******************/
/*  SIZES AND GRID */
/*******************/
/*
$CX: 400px;

@mixin CX {
  @media only screen and (max-width: $CX) {
    @content;
  }
}

@mixin XS {
  @media only screen and (max-width: $XS) {
    @content;
  }
}

@mixin XM {
  @media only screen and (max-width: $XM) {
    @content;
  }
}

@mixin XL {
  @media only screen and (max-width: $XL) {
    @content;
  }
}

@mixin XXL {
  @media only screen and (max-width: $XXL) {
    @content;
  }
}
*/
html, body {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*, *::before, *::after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
  margin: 0;
  padding: 0; }

.cf:after,
.clearfix:after,
[class*='grid']:after,
[class*='title']:after {
  content: '';
  display: block;
  clear: both; }

[class*='grid'] {
  position: relative;
  max-width: 100%;
  z-index: 1;
  margin: 0 auto; }

/*********** HEIGHT GRIDS ************/
[class*="cx"],
[class*="cs"],
[class*="cm"],
[class^="cl"] {
  position: relative;
  float: left;
  width: 100%;
  margin: 0;
  padding: 1em;
  min-height: 1em; }

.h25 {
  height: 25%; }

.h50 {
  height: 50%; }

.h75 {
  height: 75%; }

.h100 {
  height: 100%; }

/*********** HEIGHT GRIDS ************/
/*
height HX#
Class: hx(value);
Value: 1 - 12;
hx1  = 5em (80px);
hx12 = 60em (960px);
*/
[class*='grid'] [class*='hx1'] {
  height: 5em; }
  @media all and (max-width: 576px) {
    [class*='grid'] [class*='hx1'] {
      height: 4em; } }
  @media all and (max-width: 480px) {
    [class*='grid'] [class*='hx1'] {
      min-height: 4em;
      height: auto; } }

[class*='grid'] [class*='hx2'] {
  height: 10em; }
  @media all and (max-width: 576px) {
    [class*='grid'] [class*='hx2'] {
      height: 8em; } }
  @media all and (max-width: 480px) {
    [class*='grid'] [class*='hx2'] {
      min-height: 8em;
      height: auto; } }

[class*='grid'] [class*='hx3'] {
  height: 15em; }
  @media all and (max-width: 576px) {
    [class*='grid'] [class*='hx3'] {
      height: 12em; } }
  @media all and (max-width: 480px) {
    [class*='grid'] [class*='hx3'] {
      min-height: 12em;
      height: auto; } }

[class*='grid'] [class*='hx4'] {
  height: 20em; }
  @media all and (max-width: 576px) {
    [class*='grid'] [class*='hx4'] {
      height: 16em; } }
  @media all and (max-width: 480px) {
    [class*='grid'] [class*='hx4'] {
      min-height: 16em;
      height: auto; } }

[class*='grid'] [class*='hx5'] {
  height: 25em; }
  @media all and (max-width: 576px) {
    [class*='grid'] [class*='hx5'] {
      height: 20em; } }
  @media all and (max-width: 480px) {
    [class*='grid'] [class*='hx5'] {
      min-height: 20em;
      height: auto; } }

[class*='grid'] [class*='hx6'] {
  height: 30em; }
  @media all and (max-width: 576px) {
    [class*='grid'] [class*='hx6'] {
      height: 24em; } }
  @media all and (max-width: 480px) {
    [class*='grid'] [class*='hx6'] {
      min-height: 24em;
      height: auto; } }

[class*='grid'] [class*='hx7'] {
  height: 35em; }
  @media all and (max-width: 576px) {
    [class*='grid'] [class*='hx7'] {
      height: 28em; } }
  @media all and (max-width: 480px) {
    [class*='grid'] [class*='hx7'] {
      min-height: 28em;
      height: auto; } }

[class*='grid'] [class*='hx8'] {
  height: 40em; }
  @media all and (max-width: 576px) {
    [class*='grid'] [class*='hx8'] {
      height: 32em; } }
  @media all and (max-width: 480px) {
    [class*='grid'] [class*='hx8'] {
      min-height: 32em;
      height: auto; } }

[class*='grid'] [class*='hx9'] {
  height: 45em; }
  @media all and (max-width: 576px) {
    [class*='grid'] [class*='hx9'] {
      height: 36em; } }
  @media all and (max-width: 480px) {
    [class*='grid'] [class*='hx9'] {
      min-height: 36em;
      height: auto; } }

[class*='grid'] [class*='hx10'] {
  height: 50em; }
  @media all and (max-width: 576px) {
    [class*='grid'] [class*='hx10'] {
      height: 40em; } }
  @media all and (max-width: 480px) {
    [class*='grid'] [class*='hx10'] {
      min-height: 40em;
      height: auto; } }

[class*='grid'] [class*='hx11'] {
  height: 55em; }
  @media all and (max-width: 576px) {
    [class*='grid'] [class*='hx11'] {
      height: 44em; } }
  @media all and (max-width: 480px) {
    [class*='grid'] [class*='hx11'] {
      min-height: 44em;
      height: auto; } }

[class*='grid'] [class*='hx12'] {
  height: 60em; }
  @media all and (max-width: 576px) {
    [class*='grid'] [class*='hx12'] {
      height: 48em; } }
  @media all and (max-width: 480px) {
    [class*='grid'] [class*='hx12'] {
      min-height: 48em;
      height: auto; } }

/******* END HEIGHT GRIDS ************/
/*********** WIDTH GRIDS ************/
/*
[class*='grid'] [class*='cx'] {
  position: relative;
  float: left;
  margin: 0;
  padding: 1em;
  
  @include XS {
    min-width: 25%;
    padding: 0.5em;
  }
  
  @include XX {
    width: 100%;
    padding: 1em;
  }
}
*/
/******* END WIDTH GRIDS ************/
@media only screen and (min-width: 481px) {
  [class*='grid'] [class*='cx1'] {
    width: 8.3333333333%; }

  [class*='grid'] [class*='cx2'] {
    width: 16.6666666667%; }

  [class*='grid'] [class*='cx3'] {
    width: 25%; }

  [class*='grid'] [class*='cx4'] {
    width: 33.3333333333%; }

  [class*='grid'] [class*='cx5'] {
    width: 41.6666666667%; }

  [class*='grid'] [class*='cx6'] {
    width: 50%; }

  [class*='grid'] [class*='cx7'] {
    width: 58.3333333333%; }

  [class*='grid'] [class*='cx8'] {
    width: 66.6666666667%; }

  [class*='grid'] [class*='cx9'] {
    width: 75%; }

  [class*='grid'] [class*='cx10'] {
    width: 83.3333333333%; }

  [class*='grid'] [class*='cx11'] {
    width: 91.6666666667%; }

  [class*='grid'] [class*='cx12'] {
    width: 100%; } }
@media only screen and (min-width: 577px) {
  [class*='grid'] [class*='cs1'] {
    width: 8.3333333333%; }

  [class*='grid'] [class*='cs2'] {
    width: 16.6666666667%; }

  [class*='grid'] [class*='cs3'] {
    width: 25%; }

  [class*='grid'] [class*='cs4'] {
    width: 33.3333333333%; }

  [class*='grid'] [class*='cs5'] {
    width: 41.6666666667%; }

  [class*='grid'] [class*='cs6'] {
    width: 50%; }

  [class*='grid'] [class*='cs7'] {
    width: 58.3333333333%; }

  [class*='grid'] [class*='cs8'] {
    width: 66.6666666667%; }

  [class*='grid'] [class*='cs9'] {
    width: 75%; }

  [class*='grid'] [class*='cs10'] {
    width: 83.3333333333%; }

  [class*='grid'] [class*='cs11'] {
    width: 91.6666666667%; }

  [class*='grid'] [class*='cs12'] {
    width: 100%; } }
@media only screen and (min-width: 769px) {
  [class*='grid'] [class*='cm1'] {
    width: 8.3333333333%; }

  [class*='grid'] [class*='cm2'] {
    width: 16.6666666667%; }

  [class*='grid'] [class*='cm3'] {
    width: 25%; }

  [class*='grid'] [class*='cm4'] {
    width: 33.3333333333%; }

  [class*='grid'] [class*='cm5'] {
    width: 41.6666666667%; }

  [class*='grid'] [class*='cm6'] {
    width: 50%; }

  [class*='grid'] [class*='cm7'] {
    width: 58.3333333333%; }

  [class*='grid'] [class*='cm8'] {
    width: 66.6666666667%; }

  [class*='grid'] [class*='cm9'] {
    width: 75%; }

  [class*='grid'] [class*='cm10'] {
    width: 83.3333333333%; }

  [class*='grid'] [class*='cm11'] {
    width: 91.6666666667%; }

  [class*='grid'] [class*='cm12'] {
    width: 100%; } }
@media only screen and (min-width: 961px) {
  [class*='grid'] [class*='cl1'] {
    width: 8.3333333333%; }

  [class*='grid'] [class*='cl2'] {
    width: 16.6666666667%; }

  [class*='grid'] [class*='cl3'] {
    width: 25%; }

  [class*='grid'] [class*='cl4'] {
    width: 33.3333333333%; }

  [class*='grid'] [class*='cl5'] {
    width: 41.6666666667%; }

  [class*='grid'] [class*='cl6'] {
    width: 50%; }

  [class*='grid'] [class*='cl7'] {
    width: 58.3333333333%; }

  [class*='grid'] [class*='cl8'] {
    width: 66.6666666667%; }

  [class*='grid'] [class*='cl9'] {
    width: 75%; }

  [class*='grid'] [class*='cl10'] {
    width: 83.3333333333%; }

  [class*='grid'] [class*='cl11'] {
    width: 91.6666666667%; }

  [class*='grid'] [class*='cl12'] {
    width: 100%; } }
@media only screen and (min-width: 1141px) {
  [class*='grid'] [class*='cxl1'] {
    width: 8.3333333333%; }

  [class*='grid'] [class*='cxl2'] {
    width: 16.6666666667%; }

  [class*='grid'] [class*='cxl3'] {
    width: 25%; }

  [class*='grid'] [class*='cxl4'] {
    width: 33.3333333333%; }

  [class*='grid'] [class*='cxl5'] {
    width: 41.6666666667%; }

  [class*='grid'] [class*='cxl6'] {
    width: 50%; }

  [class*='grid'] [class*='cxl7'] {
    width: 58.3333333333%; }

  [class*='grid'] [class*='cxl8'] {
    width: 66.6666666667%; }

  [class*='grid'] [class*='cxl9'] {
    width: 75%; }

  [class*='grid'] [class*='cxl10'] {
    width: 83.3333333333%; }

  [class*='grid'] [class*='cxl11'] {
    width: 91.6666666667%; }

  [class*='grid'] [class*='cxl12'] {
    width: 100%; } }
[class*='-fix'] {
  width: 1140px;
  max-width: 90%; }
  @media all and (max-width: 1140px) {
    [class*='-fix'] {
      max-width: 90%; } }
  @media all and (max-width: 960px) {
    [class*='-fix'] {
      max-width: 95%; } }
  @media all and (max-width: 768px) {
    [class*='-fix'] {
      max-width: 95%; } }
  @media all and (max-width: 576px) {
    [class*='-fix'] {
      max-width: 95%; } }
  @media all and (max-width: 480px) {
    [class*='-fix'] {
      max-width: 100%;
      padding: 0 1em; } }

/*
body {
  font-size: 100%;
  @include XXL {
    font-size: 95%;
  }
  @include XL {
    font-size: 87.5%;
  }
  @include XM {
    font-size: 81.25%;
  }
  @include XS {
    font-size: 75%;
  }
  @include CX {
    font-size: 68.75%;
  }
}
*/
.arrows-container {
  display: flex;
  position: absolute;
  top: 1em;
  right: 1em; }

.arrow {
  padding: 1rem;
  box-shadow: 2px -2px white inset;
  transform: rotate(225deg);
  opacity: 0;
  position: absolute; }

.arrow-one {
  animation: arrowMovement 2s ease-in-out infinite; }

.arrow-two {
  animation: arrowMovement 2s 1s ease-in-out infinite; }

@keyframes arrowMovement {
  0% {
    left: 0;
    opacity: 0; }
  70% {
    opacity: 1; }
  100% {
    left: 30px;
    opacity: 0; } }
@-webkit-keyframes pulse {
  0% {
    opacity: 0;
    background-position: center top;
    -moz-background-size: 50% auto;
    -o-background-size: 0 auto;
    -webkit-background-size: 50%  auto;
    background-size: 50%  auto; }
  10% {
    opacity: 0; }
  50% {
    opacity: 1;
    -moz-background-size: 50% auto;
    -o-background-size: 50% auto;
    -webkit-background-size: 50% auto;
    background-size: 50% auto; }
  90% {
    opacity: 0; }
  100% {
    opacity: 0;
    background-position: center bottom;
    -moz-background-size: 50%  auto;
    -o-background-size: 50%  auto;
    -webkit-background-size: 50%  auto;
    background-size: 50%  auto; } }
@-moz-keyframes pulse {
  0% {
    opacity: 0;
    background-position: center top;
    -moz-background-size: 0 auto;
    -o-background-size: 0 auto;
    -webkit-background-size: 0 auto;
    background-size: 0 auto; }
  10% {
    opacity: 0; }
  50% {
    opacity: 1;
    -moz-background-size: 75% auto;
    -o-background-size: 75% auto;
    -webkit-background-size: 75% auto;
    background-size: 75% auto; }
  90% {
    opacity: 0; }
  100% {
    opacity: 0;
    background-position: center bottom;
    -moz-background-size: 0 auto;
    -o-background-size: 0 auto;
    -webkit-background-size: 0 auto;
    background-size: 0 auto; } }
@-ms-keyframes pulse {
  0% {
    opacity: 0;
    background-position: center top;
    -moz-background-size: 0 auto;
    -o-background-size: 0 auto;
    -webkit-background-size: 0 auto;
    background-size: 0 auto; }
  10% {
    opacity: 0; }
  50% {
    opacity: 1;
    -moz-background-size: 75% auto;
    -o-background-size: 75% auto;
    -webkit-background-size: 75% auto;
    background-size: 75% auto; }
  90% {
    opacity: 0; }
  100% {
    opacity: 0;
    background-position: center bottom;
    -moz-background-size: 0 auto;
    -o-background-size: 0 auto;
    -webkit-background-size: 0 auto;
    background-size: 0 auto; } }
@keyframes pulse {
  0% {
    opacity: 0;
    background-position: center top;
    -moz-background-size: 75% auto;
    -o-background-size: 75% auto;
    -webkit-background-size: 75% auto;
    background-size: 75% auto; }
  10% {
    opacity: 0; }
  50% {
    opacity: 1;
    -moz-background-size: 75% auto;
    -o-background-size: 75% auto;
    -webkit-background-size: 75% auto;
    background-size: 75% auto; }
  90% {
    opacity: 0; }
  100% {
    opacity: 0;
    background-position: center bottom;
    -moz-background-size: 75% auto;
    -o-background-size: 75% auto;
    -webkit-background-size: 75% auto;
    background-size: 75% auto; } }
.arrow-anm {
  transform: rotate(-90deg);
  margin: 0;
  /*border: 2px solid #fff;*/
  -moz-border-radius: 1em;
  -webkit-border-radius: 1em;
  border-radius: 1em;
  position: absolute;
  left: -3em;
  top: 0;
  width: 3em;
  height: 3em;
  margin-top: -0.75em; }

.arrow-anm p {
  display: block;
  opacity: 0;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  line-height: 0;
  font-size: 0;
  color: transparent;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: 100%;
  -moz-background-size: 0 auto;
  -o-background-size: 0 auto;
  -webkit-background-size: 0 auto;
  background-size: 0 auto;
  -webkit-animation: pulse 1.5s 0s infinite normal ease forwards;
  -moz-animation: pulse 1.5s 0s infinite normal ease forwards;
  -o-animation: pulse 1.5s 0s infinite normal ease forwards;
  animation: pulse 1.5s 0s infinite normal ease forwards;
  background-image: url("../images/arrow-down.svg");
  background-repeat: no-repeat; }

.arrow-anm p:before, .arrow-anm p:after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: url("../images/arrow-down.svg") no-repeat center top;
  -moz-background-size: 100% auto;
  -o-background-size: 100% auto;
  -webkit-background-size: 100% auto;
  background-size: 100% auto; }

.arrow-anm p:before {
  -webkit-animation: pulse 1.5s 0.25s infinite normal ease forwards;
  -moz-animation: pulse 1.5s 0.25s infinite normal ease forwards;
  -o-animation: pulse 1.5s 0.25s infinite normal ease forwards;
  animation: pulse 1.5s 0.25s infinite normal ease forwards; }

.arrow-anm p:after {
  -webkit-animation: pulse 1.5s 0.5s infinite normal ease forwards;
  -moz-animation: pulse 1.5s 0.5s infinite normal ease forwards;
  -o-animation: pulse 1.5s 0.5s infinite normal ease forwards;
  animation: pulse 1.5s 0.5s infinite normal ease forwards; }

.form-group .arrow-anm {
  opacity: 1; }

.form-group:hover .arrow-anm {
  opacity: 1; }

/* ANIMATION KEYFRAMES */
@keyframes growX {
  0% {
    transform: scaleX(0); }
  100% {
    transform: scaleX(1); } }
@keyframes growY {
  0% {
    transform: scaleY(0); }
  100% {
    transform: scaleY(1); } }
@keyframes shrinkX {
  0% {
    transform: scaleX(1); }
  100% {
    transform: scaleX(0); } }
/* FADE */
@keyframes fadeIn {
  from {
    opacity: 0.001; }
  to {
    opacity: 1; } }
@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0.001; } }
/* SCALE */
@keyframes scaleXin {
  0% {
    transform: scaleX(0); }
  100% {
    transform: scaleX(1); } }
@keyframes scaleXout {
  0% {
    transform: scaleX(1); }
  100% {
    transform: scaleX(0); } }
@keyframes scaleYin {
  0% {
    transform: scaleY(0); }
  100% {
    transform: scaleY(1); } }
@keyframes scaleYout {
  0% {
    transform: scaleY(1); }
  100% {
    transform: scaleY(0); } }
@keyframes clipInText {
  0% {
    clip-path: inset(0 0 0 0); }
  100% {
    clip-path: inset(0 0 100% 0); } }
/* CLIP */
@keyframes clipIn {
  0% {
    clip-path: inset(0 0 0 0); }
  100% {
    clip-path: inset(0 0 100% 0); } }
@keyframes clipOut {
  0% {
    clip-path: inset(0 0 100% 0); }
  100% {
    clip-path: inset(0 0 0 0); } }
@keyframes clipInUp {
  0% {
    clip-path: inset(100% 0 0 0); }
  100% {
    clip-path: inset(0 0 0 0); } }
@keyframes clipOutUp {
  0% {
    clip-path: inset(0 0 0 0); }
  100% {
    clip-path: inset(0 0 100% 0); } }
/* MOVE */
@keyframes moveIn {
  0% {
    transform: translate3d(0, 100%, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }
@keyframes moveOut {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(0, 100%, 0); } }
@keyframes maskIn {
  0% {
    transform: translate3d(0, 100%, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }
@keyframes maskOut {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(0, -100%, 0); } }
@keyframes bgInUp {
  0% {
    transform: translate3d(0, 50%, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }
@keyframes bgOutUp {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(0, -50%, 0); } }
@keyframes scaleIn {
  0% {
    transform: scaleX(0) scaleY(0.9); }
  50% {
    transform: scaleX(0.9) scaleY(0.9); }
  70% {
    transform: scaleX(0.9) scaleY(0.9); }
  100% {
    transform: scaleX(1) scaleY(1); } }
@keyframes loadIn {
  0% {
    clip-path: polygon(0% 50%, 100% 50%, 100% 50.02%, 0 50.02%); }
  50% {
    clip-path: polygon(0% 50%, 100% 50%, 100% 50.02%, 0 50.02%); }
  70% {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0 100%); } }
.pulse {
  animation-name: pulseIn;
  animation-duration: 800ms;
  animation-delay: 400ms;
  animation-timing-function: cubic-bezier(0.18, 0.89, 0.32, 1.28);
  animation-fill-mode: both;
  animation-iteration-count: infinite; }

.moveRight {
  animation-name: moveRight;
  animation-duration: 600ms;
  animation-delay: 300ms;
  animation-timing-function: ease-in-out;
  animation-fill-mode: both;
  animation-iteration-count: infinite; }

@keyframes pulseIn {
  0% {
    opacity: 0;
    transform: scale(0.5); }
  100% {
    opacity: 1;
    transform: scale(1); } }
@keyframes moveRight {
  0% {
    opacity: 0;
    transform: scale(0) translate(-2em, 0); }
  80% {
    opacity: 1; }
  100% {
    opacity: 0;
    transform: scale(1) translate(1em, 0); } }
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  line-height: 1;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  border-radius: 1em;
  cursor: pointer;
  text-transform: uppercase;
  z-index: 10; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 1; }
  .slick-prev:before,
  .slick-next:before {
    display: block;
    font-family: "icofont";
    font-size: 2rem;
    padding: 0;
    line-height: 1.5;
    width: 1.5em;
    text-shadow: 2px 1px 1px rgba(0, 0, 0, 0.4), 1px 1px 3px rgba(0, 0, 0, 0.2);
    color: #fff;
    opacity: 1;
    border-radius: 3em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: var(--cMain); }
    @media all and (max-width: 960px) {
      .slick-prev:before,
      .slick-next:before {
        font-size: 2rem; } }
    @media all and (max-width: 768px) {
      .slick-prev:before,
      .slick-next:before {
        font-size: 2rem; } }

.slick-prev {
  left: -4em; }
  @media all and (max-width: 960px) {
    .slick-prev {
      left: -1em; } }
  @media all and (max-width: 768px) {
    .slick-prev {
      left: -0.25em; } }
  @media all and (max-width: 576px) {
    .slick-prev {
      left: 0.25em; } }
  .slick-prev:before {
    content: ""; }

.slick-next {
  right: -4em; }
  @media all and (max-width: 960px) {
    .slick-next {
      right: -1em; } }
  @media all and (max-width: 768px) {
    .slick-next {
      right: -0.25em; } }
  @media all and (max-width: 576px) {
    .slick-next {
      right: 0.25em; } }
  .slick-next:before {
    content: ""; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 1em; }

.slick-dots {
  position: absolute;
  bottom: -2.5em;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0 auto;
  width: 100%;
  left: 0;
  right: 0; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
    border-radius: 10px; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 9px;
        height: 9px;
        font-family: "icofont";
        font-size: 0.5em;
        line-height: 9px;
        text-align: center;
        border-radius: 5px;
        background-color: #aaa;
        opacity: 0.8;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        box-shadow: 0 0 0 4px rgba(200, 200, 200, 0.4); }
    .slick-dots li.slick-active button:before {
      background-color: #8bc34a;
      opacity: 1; }

html.lb-disable-scrolling {
  overflow: hidden;
  /* Position fixed required for iOS. Just putting overflow: hidden; on the body is not enough. */
  position: fixed;
  height: 100vh;
  width: 100vw; }

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none; }

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal; }

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  /* Image border */
  border: 4px solid white; }

.lightbox a img {
  border: none; }

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  /* Background color behind image.
     This is visible during transitions. */
  background-color: white; }

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both; }

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0; }

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/loading.gif) no-repeat; }

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10; }

.lb-container > .nav {
  left: 0; }

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw=="); }

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block; }

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../images/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s; }

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../images/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s; }

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px; }

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both; }

.lb-data {
  padding: 0 4px;
  color: #ccc; }

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em; }

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em; }

.lb-data .lb-caption a {
  color: #4ae; }

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999; }

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s; }

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

/* ------------ BASE ------------- */
html,
body {
  width: 100%;
  position: relative;
  padding: 0 !important;
  margin: 0 !important; }

body {
  font-family: "Roboto", Arial, sans-serif;
  font-size: 1em;
  font-weight: 300;
  font-variant: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: 0em;
  color: var(--cDark);
  background-color: var(--cWhite);
  overflow-x: hidden; }

#app {
  overflow-x: hidden; }

body {
  font-size: 100%; }
  @media all and (max-width: 1140px) {
    body {
      font-size: 97.5%; } }
  @media all and (max-width: 960px) {
    body {
      font-size: 95%; } }
  @media all and (max-height: 840px) {
    body {
      font-size: 97%; } }
  @media all and (max-width: 768px) {
    body {
      font-size: 90%; } }
  @media all and (max-height: 720px) {
    body {
      font-size: 95%; } }
  @media all and (max-width: 576px) {
    body {
      font-size: 87.5%; } }
  @media all and (max-height: 600px) {
    body {
      font-size: 90%; } }
  @media all and (max-width: 480px) {
    body {
      font-size: 85%; } }
  @media all and (max-height: 480px) {
    body {
      font-size: 85%; } }

a {
  color: inherit;
  text-decoration: none;
  cursor: pointer; }

a:hover,
a:focus {
  text-decoration: none; }

img {
  max-width: 100%;
  height: auto;
  border-style: none; }

h2, h3, h4, h5, h6 {
  margin: 0 0 0.75em 0;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  letter-spacing: -0.015em;
  line-height: 1; }

h1 {
  position: relative;
  display: block;
  font-size: 2.5em;
  margin: 0 0 0.75em;
  letter-spacing: -0.015em;
  line-height: 1;
  text-transform: none; }

h2 {
  font-size: 2em;
  font-family: bold;
  font-weight: normal; }

h4 {
  position: relative;
  font-size: 1.5em;
  font-weight: 700; }
  @media all and (max-width: 576px) {
    h4 {
      font-size: 1.25em; } }

h3 {
  font-weight: 100;
  font-family: bold;
  font-size: 2.5em;
  letter-spacing: -0.035em; }
  @media all and (max-width: 576px) {
    h3 {
      font-size: 1.75em; } }

h6 {
  font-family: "bold"; }

p {
  font-size: 1.25em;
  margin-bottom: 0.5em; }
  @media all and (max-width: 768px) {
    p {
      font-size: 1.1em; } }
  @media all and (max-width: 576px) {
    p {
      font-size: 1.05em; } }

strong {
  font-weight: normal; }

small {
  font-size: 0.6em; }

.divider {
  border-bottom: 1px solid rgba(200, 200, 200, 0.5);
  margin: 0.5em auto; }

.line.vertical {
  display: inline-block;
  margin: auto 1em;
  width: 1px;
  background-color: rgba(200, 200, 200, 0.3);
  height: 4em; }

.fill {
  position: absolute;
  left: 50%;
  top: 0;
  z-index: -3;
  width: 100vw;
  height: 100%;
  transform: translate3d(-50%, 0, 0); }

section {
  position: relative;
  padding-top: 3em;
  padding-bottom: 3em; }
  section > div, section > div > div {
    position: relative; }
  @media all and (max-width: 960px) {
    section {
      padding-top: 1.75em;
      padding-bottom: 1.5em; } }
  @media all and (max-width: 768px) {
    section {
      padding-top: 1.75em;
      padding-bottom: 1em; } }
  @media all and (max-width: 576px) {
    section {
      padding-top: 1.5em;
      padding-bottom: 1em; } }

.section-title {
  margin-top: 0em;
  margin-bottom: 1.25em;
  text-align: center;
  font-size: 2.25em;
  text-transform: uppercase;
  color: var(--cSec);
  font-family: bold;
  letter-spacing: -0.033em;
  line-height: 1.2; }
  .section-title:after {
    content: '';
    display: block;
    clear: both;
    position: absolute;
    width: 1em;
    height: 0.1em;
    right: 0;
    left: 0;
    margin: auto;
    top: 1.25em;
    z-index: 2;
    background-color: var(--cSec); }
    @media all and (max-width: 576px) {
      .section-title:after {
        display: none; } }
  .section-title small {
    font-size: .42em;
    margin: auto;
    margin-top: 1em;
    max-width: 36em;
    display: block;
    font-weight: 100;
    letter-spacing: -0.033em;
    font-family: norm;
    text-transform: uppercase;
    color: #4e5665; }
  .section-title.cWhite small, .section-title.cSecL small {
    color: rgba(255, 255, 255, 0.75); }
  @media all and (max-width: 576px) {
    .section-title {
      padding-top: 0; } }

.text_block {
  display: flex;
  align-items: center;
  padding: 2em 0; }
  .text_block h5 {
    font-family: 'bold';
    letter-spacing: -0.025em;
    font-size: 1.1em;
    color: #484741;
    line-height: 1.25;
    margin-bottom: 1em;
    max-width: 30em; }

#about h3 {
  padding-top: 1em; }
  @media all and (max-width: 576px) {
    #about h3 {
      padding-top: 0; } }
#about .divider {
  margin: 1em auto; }
@media all and (max-width: 576px) {
  #about .s_about_img {
    max-width: 18em;
    margin: auto;
    display: block; } }

.icon__blocks .icon__block,
#about2 .icon__block {
  padding-left: 5em;
  min-height: 7em;
  font-size: 1em;
  padding-top: 1.5em;
  margin-bottom: 1em;
  line-height: 1.2; }
  .icon__blocks .icon__block strong,
  #about2 .icon__block strong {
    display: block;
    margin-bottom: 0.4em;
    text-transform: uppercase;
    font-size: 1.15em; }
    @media all and (max-width: 960px) {
      .icon__blocks .icon__block strong,
      #about2 .icon__block strong {
        font-size: 1.1em; } }
    @media all and (max-width: 768px) {
      .icon__blocks .icon__block strong,
      #about2 .icon__block strong {
        font-size: 1em;
        margin-bottom: 0.2em; } }
  .icon__blocks .icon__block i,
  #about2 .icon__block i {
    position: absolute;
    left: 0em;
    top: 0.2em;
    font-size: 3em;
    width: 1.5em;
    text-align: center;
    line-height: 1.5;
    color: var(--cSec); }
    @media all and (max-width: 960px) {
      .icon__blocks .icon__block i,
      #about2 .icon__block i {
        font-size: 2.5em;
        width: 2em;
        top: 0; } }
    @media all and (max-width: 768px) {
      .icon__blocks .icon__block i,
      #about2 .icon__block i {
        font-size: 2.25em;
        top: 0; } }
    @media all and (max-width: 576px) {
      .icon__blocks .icon__block i,
      #about2 .icon__block i {
        top: 0; } }
  @media all and (max-width: 960px) {
    .icon__blocks .icon__block,
    #about2 .icon__block {
      padding-top: 0.5em;
      padding-left: 5em;
      min-height: 5.6em; } }
  @media all and (max-width: 768px) {
    .icon__blocks .icon__block,
    #about2 .icon__block {
      padding-left: 4.5em;
      margin-bottom: 0;
      min-height: 4.5em; } }
  @media all and (max-width: 576px) {
    .icon__blocks .icon__block,
    #about2 .icon__block {
      margin-bottom: 0.25em;
      min-height: auto; } }

.warranty {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  z-index: 10;
  max-width: 24em;
  margin: 2em 0; }
  .warranty h3 {
    margin-bottom: 0em;
    font-size: 1.5em;
    text-transform: uppercase;
    color: #ffb700; }
    .warranty h3 small {
      display: block;
      margin-top: 0.85em;
      color: #777; }
  .warranty img {
    top: 0;
    left: 0em;
    max-width: 8em;
    margin-right: 1.5em;
    padding: 0; }
    @media all and (max-width: 576px) {
      .warranty img {
        display: none; } }

#damages {
  background-color: var(--cLightL);
  padding-top: 3em; }
  @media all and (max-width: 576px) {
    #damages {
      padding-top: 1.5em; } }
  #damages h4 {
    text-transform: uppercase;
    min-height: 2em;
    margin-bottom: 0;
    font-size: 1.125em; }
    @media all and (max-width: 768px) {
      #damages h4 {
        font-size: 1.125em; } }
    @media all and (max-width: 576px) {
      #damages h4 {
        min-height: auto;
        font-size: 1em;
        margin-top: 1em;
        margin-bottom: 0.5em; } }
  @media all and (max-width: 576px) {
    #damages .hover {
      max-height: 18em;
      margin: auto;
      padding-bottom: 0; } }

.hover {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  position: relative;
  overflow: hidden;
  height: 22em;
  z-index: 1;
  padding: 1.5em 2em;
  background-color: #fff; }
  @media all and (max-width: 576px) {
    .hover {
      margin: auto;
      padding-bottom: 0; } }
  .hover .btn {
    opacity: 0;
    z-index: 10;
    color: #fff; }
  .hover img {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    max-height: 80%;
    height: auto;
    margin: auto;
    display: block;
    z-index: -1; }
  .hover h4 {
    font-size: 1em;
    z-index: 10; }
  .hover p {
    opacity: 0;
    font-size: 1em;
    z-index: 10;
    color: #fff; }
  .hover:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    background-color: var(--cDarkD);
    transition: 200ms ease 0ms;
    opacity: 0; }
  .hover:after {
    text-align: center;
    position: absolute;
    width: 2em;
    height: 2em;
    font-size: 2em;
    top: 50%;
    left: 50%;
    border-radius: 1em;
    line-height: 2;
    transform: translate(-50%, -50%);
    z-index: 5;
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 0 0.25em rgba(255, 255, 255, 0.15);
    opacity: 0;
    font-family: icofont; }
  .hover:hover img {
    display: block;
    position: absolute;
    transform: scale(1) translate3d(0, 0, 0);
    transition: 1200ms ease 100ms; }
  .hover:hover h4 {
    color: #fff;
    z-index: 10; }
  .hover:hover .btn {
    transition: 666ms ease 100ms;
    opacity: 1; }
  .hover:hover p {
    transition: 600ms ease 100ms;
    opacity: 1; }
  .hover:hover:before {
    transition: 600ms ease 100ms;
    opacity: 0.8; }
  .hover:hover:after {
    transition: 200ms ease 0ms;
    opacity: 1; }

/*

*/
#effective {
  padding-bottom: 2em;
  position: relative; }
  #effective p {
    max-width: 33em;
    margin: auto; }

.rounded-items-row {
  margin-top: 2em;
  position: relative; }
  .rounded-items-row .item {
    padding: 0;
    max-width: 50%; }
    @media all and (max-width: 576px) {
      .rounded-items-row .item {
        max-width: 33.333333%;
        margin-bottom: 1.5em; } }
    .rounded-items-row .item h5 {
      font-weight: 600;
      text-transform: uppercase;
      text-align: center;
      max-width: 12em;
      margin: auto;
      font-size: 1em; }
      .rounded-items-row .item h5 small {
        font-weight: 400;
        margin-top: 0.3em;
        display: block;
        text-transform: none;
        color: #777;
        font-size: 1em; }
        .rounded-items-row .item h5 small b {
          display: inline-block;
          margin: 0 0.2em;
          font-family: norm;
          color: var(--cSec);
          font-size: 1.33em; }
      @media all and (max-width: 960px) {
        .rounded-items-row .item h5 {
          font-size: 1.1em; } }
      @media all and (max-width: 768px) {
        .rounded-items-row .item h5 {
          font-size: 1em; } }
      @media all and (max-width: 576px) {
        .rounded-items-row .item h5 {
          font-size: 0.9em;
          padding: 0 0.5em; } }
  .rounded-items-row .rounded__img {
    position: relative;
    display: block;
    margin: auto;
    width: 10em;
    height: 10em;
    margin-bottom: 1.5em;
    border-radius: 6em;
    overflow: hidden;
    box-shadow: 0 0 0 0.4em #FFF, 0 1em 2em rgba(0, 0, 0, 0.4);
    cursor: pointer;
    transition: 0.25s ease;
    z-index: 10; }
    @media all and (max-width: 1140px) {
      .rounded-items-row .rounded__img {
        width: 10em;
        height: 10em;
        margin-bottom: 1.25em;
        box-shadow: 0 0 0 0.2em #FFF, 0 0.25em 1em rgba(0, 0, 0, 0.4); } }
    @media all and (max-width: 768px) {
      .rounded-items-row .rounded__img {
        width: 8em;
        height: 8em;
        margin-bottom: 1.25em;
        box-shadow: 0 0 0 0.2em #FFF, 0 0.25em 1em rgba(0, 0, 0, 0.4); } }
    @media all and (max-width: 576px) {
      .rounded-items-row .rounded__img {
        width: 6em;
        height: 6em;
        margin-bottom: 1.25em; } }
    .rounded-items-row .rounded__img img {
      transition: 0.4s ease; }
    .rounded-items-row .rounded__img.one, .rounded-items-row .rounded__img.two {
      margin-top: 0em; }
    .rounded-items-row .rounded__img.four, .rounded-items-row .rounded__img.five {
      margin-top: 12em; }
      @media all and (max-width: 768px) {
        .rounded-items-row .rounded__img.four, .rounded-items-row .rounded__img.five {
          margin-top: 10em; } }
      @media all and (max-width: 576px) {
        .rounded-items-row .rounded__img.four, .rounded-items-row .rounded__img.five {
          margin-top: 0em; } }
    .rounded-items-row .rounded__img.six, .rounded-items-row .rounded__img.three {
      margin-top: -6em; }
      @media all and (max-width: 576px) {
        .rounded-items-row .rounded__img.six, .rounded-items-row .rounded__img.three {
          margin-top: 0em; } }
    .rounded-items-row .rounded__img:hover {
      box-shadow: 0 0 0 0.25em #FFF, 0 2em 3em -1em rgba(0, 0, 0, 0.25);
      transform: translate3d(0, 0, 0) scale(1); }
      .rounded-items-row .rounded__img:hover img {
        transform: scale(1); }
  .rounded-items-row .leaffilter_bg {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 28em;
    top: 1em;
    text-align: center;
    opacity: 1 !important;
    z-index: -1; }
    @media all and (max-width: 960px) {
      .rounded-items-row .leaffilter_bg {
        width: 18em;
        top: 2em; } }
    @media all and (max-width: 768px) {
      .rounded-items-row .leaffilter_bg {
        width: 14em;
        top: 2em; } }
    @media all and (max-width: 576px) {
      .rounded-items-row .leaffilter_bg {
        display: none; } }

.slick-dotted.slick-slider {
  margin-bottom: 1em;
  padding: 0; }
  @media all and (max-width: 1140px) {
    .slick-dotted.slick-slider {
      padding: 0 2em 0 2em; } }
  @media all and (max-width: 768px) {
    .slick-dotted.slick-slider {
      padding: 0 2.5em 0 2.5em; } }
  @media all and (max-width: 576px) {
    .slick-dotted.slick-slider {
      padding: 0 3em 0 3em; } }

.text-box {
  display: flex;
  align-items: center;
  padding: 1em 0;
  margin-bottom: -2em; }
  .text-box .img img {
    width: 16em;
    height: 16em;
    object-fit: cover;
    object-position: center;
    margin: 0;
    float: right;
    display: block; }
    @media all and (max-width: 768px) {
      .text-box .img img {
        width: 12em;
        height: 12em;
        margin: auto;
        float: none; } }
  .text-box .text {
    padding-left: 6em;
    padding-right: 1em; }
    @media all and (max-width: 768px) {
      .text-box .text {
        padding: 2em 4em; } }
    @media all and (max-width: 576px) {
      .text-box .text {
        padding: 2em 4em; } }
    @media all and (max-width: 480px) {
      .text-box .text {
        padding: 2em 2em; } }
    .text-box .text h4 {
      display: block;
      position: relative;
      margin-bottom: 0.5em;
      color: #373737;
      letter-spacing: -0.02em;
      font-size: 1.5em; }
    .text-box .text p {
      display: block;
      position: relative;
      margin-bottom: 0.5em;
      font-size: 1.1em; }
    .text-box .text .counter {
      display: block;
      position: absolute;
      font-family: bold;
      width: 2em;
      line-height: 2;
      text-align: center;
      font-size: 2.5em;
      background-color: var(--cSec);
      color: #fff;
      border-radius: 1em;
      left: -0em;
      top: -2em; }
      @media all and (max-width: 960px) {
        .text-box .text .counter {
          font-size: 2em; } }
      @media all and (max-width: 768px) {
        .text-box .text .counter {
          left: 2em;
          font-size: 2em; } }
      .text-box .text .counter:before {
        display: block;
        content: '';
        position: absolute;
        left: -2em;
        bottom: 1em;
        width: 2em;
        height: 1px;
        background-color: var(--cSec); }
        @media all and (max-width: 768px) {
          .text-box .text .counter:before {
            display: none; } }
  .text-box.reverse {
    flex-direction: row-reverse; }
    .text-box.reverse .img img {
      float: left; }
      @media all and (max-width: 768px) {
        .text-box.reverse .img img {
          margin: auto;
          float: none; } }
    .text-box.reverse .text {
      padding-left: 1em;
      padding-right: 6em;
      text-align: right; }
      @media all and (max-width: 768px) {
        .text-box.reverse .text {
          text-align: left;
          padding: 2em 4em; } }
      .text-box.reverse .text .counter {
        left: auto;
        right: 0em; }
        @media all and (max-width: 768px) {
          .text-box.reverse .text .counter {
            left: 2em;
            right: auto; } }

span.form-trigger {
  padding: 0.1em 0.4em;
  margin: 0 0.2em; }

.phone-link {
  font-size: 1.5em;
  font-family: 'Montserrat', sans-serif; }
  .phone-link:before {
    display: inline-block;
    position: relative;
    width: 1.4em;
    border-radius: 1em;
    line-height: 1.4;
    font-size: 0.9em;
    margin-right: 0.25em;
    background-color: var(--cLight);
    color: var(--cDark); }
  .phone-link span {
    font-size: 1em;
    font-weight: 300;
    color: var(--cSec); }

#logos {
  background-color: #f1f1f1;
  text-align: center;
  padding-top: 2em;
  padding-bottom: 2em; }
  #logos .cx4 {
    padding: 0;
    max-width: 50%; }
  #logos img {
    max-height: 12em; }

#low_price h4 {
  font-size: 1.1em;
  margin-top: 1.25em; }
  @media all and (max-width: 1140px) {
    #low_price h4 {
      font-size: 1em; } }
@media all and (max-width: 768px) {
  #low_price .item {
    text-align: center;
    max-width: 24em;
    margin: auto; } }

.nav {
  display: flex;
  flex-direction: row;
  position: relative;
  justify-content: center; }
  .nav li {
    margin: 0 1em; }
    .nav li a {
      text-decoration: underline;
      color: var(--cLight);
      opacity: 0.6;
      transition: 0.2s; }
      .nav li a:hover {
        opacity: 1;
        color: var(--cSec); }

/* LIGHTBOX */
.lb-outerContainer {
  border-radius: 0px;
  background-color: transparent; }

.lb-data .lb-caption {
  font-size: 1.5em;
  font-weight: bold;
  color: #fff;
  background-color: #518518;
  padding: 0 0.25em;
  line-height: 1;
  text-transform: uppercase; }

.lightbox .lb-image {
  border-radius: 0;
  border: 0.5em solid rgba(200, 200, 200, 0.1); }

.typo {
  position: relative;
  display: inline-block;
  margin-bottom: 0.2rem;
  width: fit-content;
  padding: 0.12em 0.2em;
  line-height: 0.88;
  letter-spacing: -0.05em; }
  .typo span {
    margin-right: 0.15em;
    animation-name: clipIn;
    animation-duration: 0ms;
    animation-delay: 0ms; }
  .typo:before {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #8BC34A;
    z-index: -1;
    opacity: 0.6;
    transform-origin: 0 0;
    animation-name: shrinkX;
    animation-duration: 0ms;
    animation-delay: 0ms;
    animation-timing-function: cubic-bezier(0.19, 0.5, 0.22, 0.95);
    animation-fill-mode: both; }

iframe {
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden !important; }

.iframe-content .footer {
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  display: none !important; }

.footer.footer_iframe.clearfix {
  display: none !important; }

/* ************** СМЕНА СТРАНИЦА ************************** */
#app.period {
  background-color: #f5f5f5; }

.page-period {
  padding-top: 1em; }
  .page-period h4.label {
    font-family: 'bold';
    font-size: 1.1em;
    font-weight: 100;
    letter-spacing: -0.025em;
    color: var(--cSec); }
  .page-period p {
    font-size: 1.05em;
    line-height: 1.4;
    margin-bottom: 1.5em; }

.smena_image_block {
  margin-top: 0em; }
  .smena_image_block .head {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(33, 43, 54, 0.7);
    padding: 1em 2em;
    color: #fff;
    bottom: 2em; }
  .smena_image_block .smena-counter {
    display: block;
    font-family: 'bold';
    font-size: 5em;
    line-height: 0.8;
    letter-spacing: -0.015em;
    margin-right: 0.25em;
    color: var(--cMain); }
    .smena_image_block .smena-counter span {
      font-size: 0.3em;
      display: block;
      line-height: 0.8;
      letter-spacing: 0em;
      color: #fff; }
  .smena_image_block .page-title {
    margin-bottom: 0;
    max-width: 18em;
    font-size: 1.75em;
    line-height: 0.9; }
    .smena_image_block .page-title .period_title {
      display: block;
      font-size: 1em;
      color: var(--cSecL);
      font-family: 'norm';
      text-transform: uppercase;
      letter-spacing: -0.05em;
      margin-bottom: 0.25em; }
    .smena_image_block .page-title .period_subtitle {
      display: block;
      font-size: 0.6em;
      font-family: 'norm';
      line-height: 1; }

.smena_info_block {
  padding: 1em;
  padding-top: 2em;
  padding-bottom: 2em; }
  .smena_info_block .col {
    padding-left: 3em;
    min-width: 12em;
    margin-top: 0.75em;
    margin-bottom: 0.75em; }
    .smena_info_block .col.btn-wrap {
      padding-left: 0;
      padding-right: 0; }
    .smena_info_block .col:before {
      position: absolute;
      font-size: 2.5em;
      width: 1em;
      padding: 0;
      margin: 0;
      left: 0;
      color: var(--cSec); }
    .smena_info_block .col label {
      font-family: 'norm';
      font-size: 0.64em;
      text-transform: uppercase;
      line-height: 1;
      letter-spacing: -0.033em;
      margin-bottom: 0.5em;
      display: block;
      color: #6f7a85; }
    .smena_info_block .col .value {
      font-family: 'norm';
      font-size: 1.33em;
      text-transform: uppercase;
      line-height: 1;
      margin-bottom: 0;
      display: block;
      letter-spacing: -0.05em; }
    .smena_info_block .col .btn-link {
      background-color: var(--cSec);
      display: block;
      text-align: center;
      font-family: 'norm';
      padding: 1em 1em;
      line-height: 1;
      color: #fff; }

.smena_main_block {
  padding: 2em 0; }

ul.row.icon__card-wrap {
  padding-top: 2em; }

.icon__card {
  min-height: 20em;
  font-size: 1em;
  padding: 1.5em;
  padding-top: 8em;
  margin-bottom: 2em;
  z-index: 1;
  /*
    .counter {
      display: block;
      text-transform: uppercase;
      font-size: 2em;
      position: absolute;
      left: 1em;
      top: 0.5em;
      z-index: 1;
      color: #fff;
      font-weight: 100;
      font-family: bold;
      letter-spacing: -0.035em;

      &:before {
        display: block;
        width: 2em;
        height: 2em;
        content: '';
        background-color: var(--cMain);
        left: 50%;
        top: 50%;
        transform: translate3d(-50%,-50%,0) rotate(0deg);
        position: absolute;
        z-index: -1;
      }

      @include XL {
        font-size: 1.1em;
      }
      @include XM {
        left: 1.75em;
        font-size: 1em;
        margin-bottom: 0.2em;
      }
    }
  */ }
  .icon__card:before {
    display: block;
    width: 98%;
    height: 100%;
    content: '';
    background-color: #ffffff;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0) rotate(0deg);
    position: absolute;
    z-index: -1;
    box-shadow: 0 0.5em 1em -0.25em rgba(0, 0, 0, 0.2), 0 1em 1em -0.25em rgba(0, 0, 0, 0.1);
    border-radius: 0.45em; }
  .icon__card .counter {
    display: block;
    text-transform: uppercase;
    font-size: 3em;
    position: absolute;
    left: 0.5em;
    top: 0.25em;
    line-height: 1;
    z-index: 1;
    font-weight: 100;
    font-family: bold;
    letter-spacing: -0.05em; }
    .icon__card .counter:before {
      display: block;
      width: 0.5em;
      height: 0.1em;
      content: '';
      background-color: var(--cMain);
      left: 0%;
      bottom: -20%;
      position: absolute;
      z-index: -1; }
    @media all and (max-width: 960px) {
      .icon__card .counter {
        font-size: 2.5em;
        left: 0.5em;
        top: 0.5em; } }
    @media all and (max-width: 768px) {
      .icon__card .counter {
        left: 1em;
        font-size: 2em;
        margin-bottom: 0.2em; } }
  .icon__card h3 {
    font-size: 1em;
    font-family: 'norm';
    font-weight: 100;
    line-height: 1;
    display: block;
    letter-spacing: -0.05em;
    color: #4a5f69;
    text-transform: uppercase; }
  .icon__card p {
    font-size: 0.84em;
    font-family: roboto;
    font-weight: 400;
    line-height: 1.4;
    display: block;
    letter-spacing: -0.05em;
    color: #777; }
  .icon__card img {
    position: absolute;
    right: 1.5em;
    top: 1em;
    max-width: 8em;
    max-height: 7em;
    text-align: center; }
    @media all and (max-width: 960px) {
      .icon__card img {
        font-size: 2em;
        width: 3em;
        top: 2em;
        left: 1em; } }
    @media all and (max-width: 768px) {
      .icon__card img {
        width: 3em;
        top: 0.5em;
        left: 2em; } }
    @media all and (max-width: 576px) {
      .icon__card img {
        top: 1em;
        left: 1em; } }
  @media all and (max-width: 960px) {
    .icon__card {
      padding-top: 2em;
      padding-left: 20%;
      min-height: 5.6em; } }
  @media all and (max-width: 768px) {
    .icon__card {
      padding-left: 12em;
      margin-bottom: 1em;
      min-height: 4.5em;
      padding-top: 1.5em; } }
  @media all and (max-width: 576px) {
    .icon__card {
      min-height: 6em; } }

/* PROGRAM ITEM */
.program-item {
  flex-direction: row;
  display: flex;
  align-items: center;
  margin-bottom: 0em;
  padding-bottom: 0.5em; }
  .program-item .img {
    padding: 0 1.5em;
    padding-bottom: 0.5em; }
  .program-item .head {
    padding-left: 6.5em; }
    .program-item .head .counter {
      position: absolute;
      font-family: bold;
      font-size: 3.4em;
      left: 0.25em;
      top: 0;
      line-height: 0.8;
      letter-spacing: -0.06em;
      color: #e34b00;
      z-index: 10; }
      .program-item .head .counter:before {
        position: absolute;
        display: block;
        content: '';
        width: 1.4em;
        border-radius: 0.1em;
        height: 1.4em;
        background-color: #ffe800;
        box-shadow: inset -0.05em -0.1em 0.1em 0.01em rgba(255, 60, 0, 0.5), inset -0.15em -0.25em 1em 0.3em rgba(255, 110, 0, 0.5), inset 0.05em 0.1em 0.15em 0.01em #ffea79, 0 0 0 0.05em white, 0.06em 0.06em 0.1em 0.01em rgba(60, 60, 60, 0.25), 0.05em 0.1em 0.2em -0.05em #00000080, 0.1em 0.25em 0.5em -0.1em #00000040;
        left: 50%;
        top: 50%;
        z-index: -1;
        transform: translate3d(-50%, -50%, 0); }
  .program-item h3 {
    font-size: 1.6em;
    margin-bottom: 0.5em; }
    .program-item h3 small {
      font-family: 'norm';
      display: block;
      letter-spacing: 0;
      opacity: 0.8;
      font-size: 0.67em; }
  .program-item p {
    font-family: Roboto;
    font-size: 1.05em;
    line-height: 1.44;
    color: var(--cText); }

.program-item.reverse {
  flex-direction: row-reverse; }

/* ****************************** */
.block-head {
  position: relative;
  width: 20em;
  height: 24em;
  padding: 6em 0 2em 4em; }
  .block-head:before {
    position: absolute;
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    box-shadow: inset 0 0 0 1.75em #ffc800;
    left: 0;
    top: 0; }
  .block-head .counter {
    font-family: bold;
    font-size: 4em;
    top: 0;
    line-height: 0.8;
    letter-spacing: -0.05em;
    color: var(--cMain); }
  .block-head .title {
    font-size: 3em; }
    .block-head .title span {
      display: block;
      line-height: 0.8; }
  .block-head h4 {
    position: relative;
    font-size: 1.05em;
    font-weight: 300;
    font-family: Roboto; }

.img-box-wrap2 {
  align-items: flex-start;
  justify-content: space-between; }
  .img-box-wrap2 .img-box {
    align-self: flex-start;
    flex: 14em;
    display: flex;
    position: relative;
    justify-self: flex-start;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    padding-top: 1em;
    padding-bottom: 2em; }
    .img-box-wrap2 .img-box:after {
      position: absolute;
      content: '';
      right: 0;
      top: 4em;
      bottom: 5em;
      width: 1px; }
    .img-box-wrap2 .img-box .img {
      position: relative;
      display: block;
      width: 14em;
      height: 14em;
      border-radius: 10em;
      overflow: hidden;
      z-index: -1; }
    .img-box-wrap2 .img-box .descr {
      text-align: center;
      padding: 1em .5em;
      max-width: 14em;
      line-height: 1.2; }
    .img-box-wrap2 .img-box .counter {
      display: block;
      position: absolute;
      z-index: 10;
      font-size: 2.5em;
      font-family: bold;
      left: 0.25em;
      color: #00ceff;
      letter-spacing: -0.06em; }
      .img-box-wrap2 .img-box .counter:before {
        position: absolute;
        content: "";
        height: 1.8em;
        width: 1.8em;
        background: linear-gradient(to bottom, #fafafa, #d0d3d8);
        border-radius: 50%;
        z-index: -1;
        left: 50%;
        top: 50%;
        transform: translate3d(-50%, -50%, 0);
        box-shadow: 0.025em 0.05em 0.15em -0.01em rgba(0, 0, 0, 0.25), 0.05em 0.1em 0.2em -0.01em rgba(0, 0, 0, 0.2); }
      .img-box-wrap2 .img-box .counter:after {
        position: absolute;
        content: "";
        height: 2.2em;
        width: 2.2em;
        background: #d6dce3;
        left: 50%;
        top: 50%;
        z-index: -2;
        transform: translate3d(-50%, -50%, 0);
        border-radius: 50%;
        box-shadow: inset 0 0 0.1em rgba(0, 0, 0, 0.2); }

.prog .img-box .img {
  width: 8em;
  height: 8em;
  border-radius: 6em; }

.img-box .img img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transition: transform 1.2s cubic-bezier(0.07, 0.86, 0.21, 0.99);
  transform: translate(-50%, -50%) scale(1);
  will-change: transform;
  max-width: 110%; }

.img-box:hover .img img {
  transition: transform 0.5s cubic-bezier(0.07, 0.86, 0.21, 0.99) 0.2s;
  transform: translate(-50%, -50%) scale(1.1); }

.img-box .descr {
  text-align: center;
  padding-top: .75em;
  max-width: 16em;
  line-height: 1.2; }

.prog .img-box .descr {
  max-width: 14em;
  font-size: 0.88em; }

.img-box .tile {
  font-family: bold;
  text-transform: uppercase;
  position: absolute;
  left: 2em;
  top: 1em;
  font-size: 0.88em;
  background-color: var(--cPurp);
  color: #fff;
  padding: 0 0.5em; }

.img-box .number {
  position: absolute;
  left: 1em;
  top: 0.5em;
  width: 1.8em;
  height: 1.8em;
  background-color: #6fa333;
  border-radius: 100%;
  text-align: center;
  line-height: 1.8;
  font-size: 2em;
  font-family: 'bold';
  color: #ffffff;
  z-index: 2; }

.prog .img-box .number {
  position: absolute;
  right: 0.5em;
  top: 0;
  width: 2em;
  height: 2em;
  background-color: #f8f8f8;
  border-radius: 100%;
  text-align: center;
  line-height: 2;
  font-size: 1.5em;
  font-family: black;
  color: #b3bdd9;
  z-index: 2; }

.btn-ornage {
  display: block;
  cursor: pointer;
  position: relative;
  padding: 0.5em 2em;
  border-radius: 4em;
  line-height: 2;
  font-size: 1.05em;
  font-family: 'bold';
  text-align: center;
  border: none;
  background-image: linear-gradient(-180deg, #ff8726 0%, #ff1823 100%);
  box-shadow: 0 1rem 1.25rem 0 rgba(119, 0, 31, 0.59), 0 -0.25rem 1.5rem #950034 inset, 0 0.75rem 0.5rem rgba(255, 213, 107, 0.46) inset, 0 0.25rem 0.5rem 0 #ff9900 inset;
  max-width: 14em;
  margin: 0;
  transition: 0.5s ease-in-out; }
  .btn-ornage:hover {
    background: linear-gradient(to top, #c4d500 0%, #698603 100%);
    box-shadow: 0 1rem 1.25rem 0 rgba(1, 2, 0, 0.59), 0 -0.25rem 1.5rem #606e00 inset, 0 0.75rem 0.5rem rgba(235, 255, 107, 0.46) inset, 0 0.25rem 0.5rem 0 #91c200 inset; }
  .btn-ornage:before {
    content: "";
    display: block;
    height: 0.15em;
    position: absolute;
    top: 0.33em;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 8em);
    background: rgba(255, 255, 255, 0.25);
    border-radius: 100%;
    opacity: 0.7;
    background-image: linear-gradient(-270deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 20%, #FFFFFF 80%, rgba(255, 255, 255, 0) 100%); }
  .btn-ornage:after {
    content: "";
    display: block;
    height: 0.15em;
    position: absolute;
    bottom: 0.33em;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 8em);
    background: #fff;
    border-radius: 100%;
    filter: blur(1px);
    opacity: 0.1;
    background-image: linear-gradient(-270deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 20%, #FFFFFF 80%, rgba(255, 255, 255, 0) 100%); }
  .btn-ornage span {
    color: transparent;
    background-image: linear-gradient(0deg, #ffc342 0%, #FEFAFD 100%);
    -webkit-background-clip: text;
    background-clip: text;
    filter: drop-shadow(0 2px 2px rgba(93, 40, 3, 0.5));
    letter-spacing: -0.05em; }

/* ***************   DATE COUNTER   ****************** */
#dateCounter {
  display: flex;
  flex-direction: row;
  justify-content: center;
  text-align: center; }
  #dateCounter .counter-item {
    background-color: #f5f5f5;
    width: 24%;
    line-height: 1;
    padding: 3em 0em;
    text-align: center;
    border-radius: 0.5em;
    box-shadow: inset 0.05em 0.1em 0em 0.01em rgba(255, 255, 255, 0.85), inset 0.1em 0.2em 0.2em 0.05em rgba(255, 255, 255, 0.75), inset -0.025em -0.1em 0em 0.01em rgba(0, 0, 0, 0.25), inset -0.05em -0.2em 0.2em 0.05em rgba(0, 0, 0, 0.2), 0 0.25em 0.25em -0.025em rgba(0, 0, 0, 0.25), 0 0.5em 1em rgba(0, 0, 0, 0.2), 0 1em 2em rgba(0, 0, 0, 0.1), 0 2.5em 3em rgba(0, 0, 0, 0.1);
    max-width: 7.5em;
    margin: 0em 0.25em; }
    #dateCounter .counter-item span {
      font-family: norm;
      font-size: 3em;
      line-height: 1;
      letter-spacing: -0.05em;
      color: var(--cSec); }
    #dateCounter .counter-item p {
      display: block;
      font-family: Roboto;
      text-transform: uppercase;
      font-weight: 300;
      margin-bottom: 0;
      line-height: 1;
      font-size: 0.8em; }

/* ***************   PROGRAM VECTORS   ****************** */
#programVectors {
  background-color: #144f89; }

.program_wrap-vectors .prog_item {
  min-height: 22em;
  max-width: 26em; }
  @media all and (max-width: 960px) {
    .program_wrap-vectors .prog_item {
      min-height: 24em; } }
  .program_wrap-vectors .prog_item img {
    position: absolute;
    max-height: 12em;
    max-width: 12em;
    z-index: 11;
    right: 0;
    top: 0; }
    @media all and (max-width: 960px) {
      .program_wrap-vectors .prog_item img {
        top: -1em; } }
  .program_wrap-vectors .prog_item .counter {
    display: block;
    text-transform: uppercase;
    font-size: 2em;
    position: absolute;
    left: 1em;
    top: 1em;
    z-index: 12;
    color: #fff;
    font-weight: 100;
    font-family: bold;
    letter-spacing: -0.035em; }
    .program_wrap-vectors .prog_item .counter:before {
      display: block;
      width: 2em;
      height: 2em;
      content: '';
      box-shadow: none;
      background-color: #ffe800;
      position: absolute;
      z-index: -1;
      border-radius: 50%;
      left: 2em;
      top: 0.5em; }
    .program_wrap-vectors .prog_item .counter:after {
      display: block;
      width: 2.5em;
      height: 2.5em;
      content: '';
      background-color: var(--cPink);
      box-shadow: 0 0 0 0.15em rgba(255, 255, 255, 0.1);
      left: 50%;
      top: 50%;
      transform: translate3d(-50%, -50%, 0) rotate(0deg);
      position: absolute;
      z-index: -1;
      border-radius: 50%; }
  .program_wrap-vectors .prog_item .desc {
    width: 16em;
    position: absolute;
    left: 0em;
    top: 7em;
    z-index: 10;
    padding: 0em 2em 0em 3.5em; }
    .program_wrap-vectors .prog_item .desc:before {
      display: block;
      width: 14em;
      height: 14em;
      content: '';
      box-shadow: 0 0 0 0.5em rgba(255, 255, 255, 0.1);
      left: 50%;
      top: 50%;
      transform: translate3d(-50%, -50%, 0) rotate(0deg);
      position: absolute;
      z-index: -1;
      background-color: #11698f;
      border-radius: 50%; }
    @media all and (max-width: 960px) {
      .program_wrap-vectors .prog_item .desc {
        top: 12em; } }
  .program_wrap-vectors .prog_item h4 {
    font-family: bold;
    font-size: 1.4em;
    font-weight: 100;
    line-height: 1;
    color: #fff;
    background-color: transparent;
    display: flex;
    padding: 0;
    letter-spacing: -0.03em;
    margin-bottom: 0.25em; }
  .program_wrap-vectors .prog_item p {
    font-family: 'Roboto', serif;
    font-size: 0.86em;
    font-weight: 300;
    line-height: 1.2;
    padding: 0em;
    color: #fff;
    opacity: 0.7;
    letter-spacing: -0.04em; }
  .program_wrap-vectors .prog_item:nth-child(1) .desc:before {
    background-color: #1a98bb; }
  .program_wrap-vectors .prog_item:nth-child(2) .desc:before {
    background-color: #568f11; }
  .program_wrap-vectors .prog_item:nth-child(3) .desc:before {
    background-color: #e93b83; }

#program {
  /* background-color: #ecf1dd; */ }

.smens-title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 4em; }
  @media all and (max-width: 768px) {
    .smens-title {
      flex-direction: column; } }
  .smens-title .img {
    padding-left: 3em;
    max-height: 12em; }

.periods.bg {
  background-image: url(/images/SMENS_BG2.jpg);
  padding: 0;
  height: 28em;
  background-size: cover;
  margin-top: -3em;
  margin-bottom: 2em; }

/*# sourceMappingURL=dev.css.map */

/* Стили ws59.ru */

header .main-menu a:hover {
    color: #7cc329 !important;
}

@media (max-width: 1023px) {
	#specialButton {
        margin-right: 40px;		
	}
}