@font-face {
  font-family: "Dosis-Regular";
  src: url("../fonts/dosis/Dosis-Regular.eot");
  /* IE9*/
  src: url("../fonts/dosis/Dosis-Regular.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */ url("../fonts/dosis/Dosis-Regular.woff") format("woff"), /* chrome、firefox */ url("../fonts/dosis/Dosis-Regular.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/ url("../fonts/dosis/Dosis-Regular.svg#Dosis-Regular") format("svg");
  /* iOS 4.1- */
}
@font-face {
  font-family: "Dosis-Medium";
  src: url("../fonts/dosis/Dosis-Medium.eot");
  /* IE9*/
  src: url("../fonts/dosis/Dosis-Medium.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */ url("../fonts/dosis/Dosis-Medium.woff") format("woff"), /* chrome、firefox */ url("../fonts/dosis/Dosis-Medium.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/ url("../fonts/dosis/Dosis-Medium.svg#Dosis-Medium") format("svg");
  /* iOS 4.1- */
}
@font-face {
  font-family: "Dosis-Bold";
  src: url("../fonts/dosis/Dosis-Bold.eot");
  /* IE9*/
  src: url("../fonts/dosis/Dosis-Bold.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */ url("../fonts/dosis/Dosis-Bold.woff") format("woff"), /* chrome、firefox */ url("../fonts/dosis/Dosis-Bold.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/ url("../fonts/dosis/Dosis-Bold.svg#Dosis-Bold") format("svg");
  /* iOS 4.1- */
}
@font-face {
  font-family: "OpenSans-Regular";
  src: url("../fonts/open-sans/OpenSans-Regular.eot");
  /* IE9*/
  src: url("../fonts/open-sans/OpenSans-Regular.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */ url("../fonts/open-sans/OpenSans-Regular.woff") format("woff"), /* chrome、firefox */ url("../fonts/open-sans/OpenSans-Regular.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/ url("../fonts/open-sans/OpenSans-Regular.svg#OpenSans-Regular") format("svg");
  /* iOS 4.1- */
}
@font-face {
  font-family: "OpenSans-Bold";
  src: url("../fonts/open-sans/OpenSans-Bold.eot");
  /* IE9*/
  src: url("../fonts/open-sans/OpenSans-Bold.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */ url("../fonts/open-sans/OpenSans-Bold.woff") format("woff"), /* chrome、firefox */ url("../fonts/open-sans/OpenSans-Bold.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/ url("../fonts/open-sans/OpenSans-Bold.svg#OpenSans-Bold") format("svg");
  /* iOS 4.1- */
}
@font-face {
  font-family: "OpenSans-Italic";
  src: url("../fonts/open-sans/OpenSans-Italic.eot");
  /* IE9*/
  src: url("../fonts/open-sans/OpenSans-Italic.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */ url("../fonts/open-sans/OpenSans-Italic.woff") format("woff"), /* chrome、firefox */ url("../fonts/open-sans/OpenSans-Italic.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/ url("../fonts/open-sans/OpenSans-Italic.svg#OpenSans-Italic") format("svg");
  /* iOS 4.1- */
}
.inline-block {
  display: inline-block;
  vertical-align: top;
}
.pseudo {
  content: "";
  position: absolute;
  display: block;
}
/*
.icon (@position) {
  background-image: url('../images/sprite.png');
  background-position: @position;
  background-repeat: no-repeat;
  background-size: 750px 750px;
}
*/
.regular {
  font-family: Dosis-Regular;
  font-weight: normal;
}
.medium {
  font-family: Dosis-Medium;
  font-weight: normal;
}
.bold {
  font-family: Dosis-Bold;
  font-weight: normal;
}
.regular-os {
  font-family: OpenSans-Regular;
  font-weight: normal;
}
.bold-os {
  font-family: OpenSans-Bold;
  font-weight: normal;
}
.italic-os {
  font-family: OpenSans-Italic;
  font-weight: normal;
}
/*--------GLOBAL-COLORS--------*/
.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
  width: auto; }
  .nice-select:hover {
    border-color: #dbdbdb; }
  .nice-select:active, .nice-select.open, .nice-select:focus {
    border-color: #999; }
  .nice-select:after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: '';
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
        -ms-transform-origin: 66% 66%;
            transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 5px; }
  .nice-select.open:after {
    -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
            transform: rotate(-135deg); }
  .nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
        -ms-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0); }
  .nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none; }
    .nice-select.disabled:after {
      border-color: #cccccc; }
  .nice-select.wide {
    width: 100%; }
    .nice-select.wide .list {
      left: 0 !important;
      right: 0 !important; }
  .nice-select.right {
    float: right; }
    .nice-select.right .list {
      left: auto;
      right: 0; }
  .nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px; }
    .nice-select.small:after {
      height: 4px;
      width: 4px; }
    .nice-select.small .option {
      line-height: 34px;
      min-height: 34px; }
  .nice-select .list {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
        -ms-transform-origin: 50% 0;
            transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
        -ms-transform: scale(0.75) translateY(-21px);
            transform: scale(0.75) translateY(-21px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9; }
    .nice-select .list:hover .option:not(:hover) {
      background-color: transparent !important; }
  .nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: all 0.2s;
    transition: all 0.2s; }
    .nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
      background-color: #f6f6f6; }
    .nice-select .option.selected {
      font-weight: bold; }
    .nice-select .option.disabled {
      background-color: transparent;
      color: #999;
      cursor: default; }

.no-csspointerevents .nice-select .list {
  display: none; }

.no-csspointerevents .nice-select.open .list {
  display: block; }

/*
== jquery thumbnail/image scroller ==
Plugin URI: http://manos.malihu.gr/jquery-thumbnail-scroller/
*/



/*
CONTENTS: 
	1. BASIC STYLE - Plugin's basic/essential CSS properties (normally, should not be edited). 
	2. SCROLLING BUTTONS STYLE - buttons size, background, color, positioning etc. 
	3. THUMBNAILS STYLE - basic thumbnails CSS.
	4. THEMES - Scroller colors, dimensions, backgrounds etc. via ready-to-use themes. 
*/



/* 
------------------------------------------------------------------------------------------------------------------------
1. BASIC STYLE  
------------------------------------------------------------------------------------------------------------------------
*/

	.mThumbnailScroller{ -ms-touch-action: none; touch-action: none; /* MSPointer events - direct all pointer events to js */ }
	.mThumbnailScroller.mTS_no_scroll, .mThumbnailScroller.mTS_touch_action{ -ms-touch-action: auto; touch-action: auto; }

	.mTSWrapper{
		position: relative;
		overflow: hidden;
		height: 100%;
		max-width: 100%;
		outline: none;
		direction: ltr;
	}

	.mTSContainer{
		margin: 0;
		padding: 0;
		overflow: hidden;
	}

	ul.mTSContainer, ol.mTSContainer{ list-style: none; }

	.mTSThumb, 
	ul.mTSContainer > li img{ vertical-align: bottom; }

	.mTS_vertical .mTSContainer{
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}

	.mTS_horizontal .mTSContainer{
		margin-left: 0 !important;
		margin-right: 0 !important;
	}



/* 
------------------------------------------------------------------------------------------------------------------------
2. SCROLLING BUTTONS STYLE  
------------------------------------------------------------------------------------------------------------------------
*/

	.mTSButton{
		/* button size (if changed, also change the buttons top and left margins below) */
		width: 20px;
		height: 20px;
		line-height: 20px;
		padding: 14px;
		/* ---------- */
		overflow: hidden;
		text-align: center;
		background-color: #000; /* button background */
		color: #fff; /* non-svg button icon color */
		display: inline-block;
		position: absolute;
		top: 0;
		left: 0;
		/* show button effect (fades-in button from zero size) */
		opacity: 1;
		-webkit-transition: height 0s ease-out 0s, width 0s ease-out 0s, padding 0s ease-out 0s, opacity .2s ease-out 0s;
		-moz-transition: height 0s ease-out 0s, width 0s ease-out 0s, padding 0s ease-out 0s, opacity .2s ease-out 0s;
		-o-transition: height 0s ease-out 0s, width 0s ease-out 0s, padding 0s ease-out 0s, opacity .2s ease-out 0s;
		-ms-transition: height 0s ease-out 0s, width 0s ease-out 0s, padding 0s ease-out 0s, opacity .2s ease-out 0s;
		transition: height 0s ease-out 0s, width 0s ease-out 0s, padding 0s ease-out 0s, opacity .2s ease-out 0s;
		/* ---------- */
	}

	/* buttons positioning */
	
	.mTSButtonDown{
		top: auto;
		bottom: 0;
	}

	.mTSButtonRight{
		left: auto;
		right: 0;
	}

	.mTSButtonUp, 
	.mTSButtonDown{ /* margin is half the button size */
		left: 50%;
		margin-left: -24px;
	}

	.mTSButtonLeft, 
	.mTSButtonRight{ /* margin is half the button size */
		top: 50%;
		margin-top: -24px;
	}

	.mTSButtonIconContainer{
		display: inline-block;
		position: relative;
		width: 100%;
		padding-bottom: 100%;
		overflow: hidden;
	}

	.mTSButtonIcon{ /* SVG icon */
		display: inline-block;
		fill: #fff; /* button icon color */
		position: absolute;
	    top: 0;
	    left: 0;
	}

	.mTSButton.mTS-hidden, 
	.mThumbnailScroller.mTS_no_scroll .mTSButton{
		/* hide button effect (fades-out button to zero size) */
		opacity: 0;
		height: 0;
		width: 0;
		padding: 0;
		-webkit-transition: height 0s ease-out .2s, width 0s ease-out .2s, padding 0s ease-out .2s, opacity .2s ease-out;
		-moz-transition: height 0s ease-out .2s, width 0s ease-out .2s, padding 0s ease-out .2s, opacity .2s ease-out;
		-o-transition: height 0s ease-out .2s, width 0s ease-out .2s, padding 0s ease-out .2s, opacity .2s ease-out;
		-ms-transition: height 0s ease-out .2s, width 0s ease-out .2s, padding 0s ease-out .2s, opacity .2s ease-out;
		transition: height 0s ease-out .2s, width 0s ease-out .2s, padding 0s ease-out .2s, opacity .2s ease-out;
		/* ---------- */
	}



/* 
------------------------------------------------------------------------------------------------------------------------
3. THUMBNAILS STYLE  
------------------------------------------------------------------------------------------------------------------------
*/

	/* thumbnail container (default: li) */
	
	.mTS_horizontal .mTSThumbContainer, 
	.mTS_horizontal ul.mTSContainer > li{ float: left; }



/* 
------------------------------------------------------------------------------------------------------------------------
4. THEMES 
------------------------------------------------------------------------------------------------------------------------
*/

	/* theme: "buttons-in" */

	.mTS-buttons-in{
		padding: 14px;
		background-color: #000; 
	}

	.mTS-buttons-in .mTSButtonIcon{ fill: #fff; }

	.mTS-buttons-in .mTSWrapper, 
	.mTS-buttons-in .mTSButton{ background-color: inherit; }

	.mTS-buttons-in .mTSButtonLeft, 
	.mTS-buttons-in .mTSButtonRight{ 
		width: 24px;
		height: 48px;
		padding: 24px 4px 0 4px;
		margin-top: -36px;
	}

	.mTS-buttons-in .mTSButtonUp, 
	.mTS-buttons-in .mTSButtonDown{ 
		width: 24px;
		height: 24px;
		padding: 4px 24px;
		margin-left: -36px; 
	}
	
	.mTS-buttons-in .mTSButton.mTS-hidden{
		height: 0;
		width: 0;
		padding: 0;
	}

	.mTS-buttons-in .mTSButton:not(.mTS-hidden){ opacity: .4; }

	.mTS-buttons-in:hover .mTSButton:not(.mTS-hidden){ opacity: 1; }

	.mTS-buttons-in .mTS_vertical .mTSThumbContainer{ margin: 14px 0; }

	.mTS-buttons-in .mTS_vertical .mTSThumbContainer:first-child{ margin-top: 0; }

	.mTS-buttons-in .mTS_vertical .mTSThumbContainer:last-child{ margin-bottom: 0; }

	.mTS-buttons-in .mTS_horizontal .mTSThumbContainer{ margin: 0 7px; }

	.mTS-buttons-in .mTS_horizontal .mTSThumbContainer:first-child{ margin-left: 0; }

	.mTS-buttons-in .mTS_horizontal .mTSThumbContainer:last-child{ margin-right: 0; }

	/* ---------------------------------------- */



	/* theme: "buttons-out" */

	.mTS-buttons-out{
		padding: 6px;
		background: #000;
	}

	.mTS-buttons-out .mTSButtonIcon{ fill: #000; }

	.mTS-buttons-out .mTSButton{
		background-color: transparent;
		width: 36px;
		height: 36px;
		line-height: 42px;
		padding: 6px;
	}
	
	.mTS-buttons-out .mTSButton.mTS-hidden{
		height: 0;
		width: 0;
		padding: 0;
	}

	.mTS-buttons-out .mTS_vertical .mTSThumbContainer{ margin: 6px 0; }

	.mTS-buttons-out .mTS_vertical .mTSThumbContainer:first-child{ margin-top: 0; }

	.mTS-buttons-out .mTS_vertical .mTSThumbContainer:last-child{ margin-bottom: 0; }

	.mTS-buttons-out .mTS_horizontal .mTSThumbContainer{ margin: 0 3px; }

	.mTS-buttons-out .mTS_horizontal .mTSThumbContainer:first-child{ margin-left: 0; }

	.mTS-buttons-out .mTS_horizontal .mTSThumbContainer:last-child{ margin-right: 0; }

	/* ---------------------------------------- */



	/* theme: "hover-full" */

	.mTS-hover-full{
		padding: 8px;
		background: rgba(0,0,0,.2);
	}

	.mTS-hover-full .mTS_vertical .mTSThumbContainer{ margin: 8px 0; }

	.mTS-hover-full .mTS_vertical .mTSThumbContainer:first-child{ margin-top: 40px; }

	.mTS-hover-full .mTS_vertical .mTSThumbContainer:last-child{ margin-bottom: 40px; }

	.mTS-hover-full .mTS_horizontal .mTSThumbContainer{ margin: 0 4px; }

	.mTS-hover-full .mTS_horizontal .mTSThumbContainer:first-child{ margin-left: 40px; }

	.mTS-hover-full .mTS_horizontal .mTSThumbContainer:last-child{ margin-right: 40px; }

	/* ---------------------------------------- */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}
html,
body {
  height: 100%;
}
body {
  font-family: OpenSans-Regular;
  font-weight: normal;
  background: #fff;
  color: #87868d;
  font-size: 16px;
  text-align: center;
  line-height: 1.4;
}
/*---------GENERAL---------*/
h2 {
  font-family: Dosis-Bold;
  font-weight: normal;
  font-size: 36px;
  line-height: 1.4;
}
h2 span {
  font-family: Dosis-Medium;
  font-weight: normal;
}
section {
  padding: 70px 0;
}
.btn {
  font-size: 20px;
  padding: 10px 44px 12px 44px;
  -webkit-border-radius: 26px;
  -moz-border-radius: 26px;
  border-radius: 26px;
}
.btn-success {
  background: #9aae13;
  border: 0;
  color: #fff;
  text-decoration: none;
  text-shadow: 0 0 0 transparent;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  font-family: Dosis-Bold;
  font-weight: normal;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.btn-success:hover {
  background: #809300;
}
.btn-success:focus {
  background: #9aae13;
}
.btn-success:focus:hover {
  background: #809300;
}
.btn-success:active {
  background: #809300;
}
.btn-success:active:focus,
.btn-success:active:hover {
  background: #809300;
}
.btn-success:visited {
  color: #fff;
}
.btn-danger {
  background: #b11a33;
  border: 0;
  color: #fff;
  text-decoration: none;
  text-shadow: 0 0 0 transparent;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  font-family: Dosis-Bold;
  font-weight: normal;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.btn-danger:hover {
  background: #900e23;
}
.btn-danger:focus {
  background: #b11a33;
}
.btn-danger:focus:hover {
  background: #900e23;
}
.btn-danger:active {
  background: #900e23;
}
.btn-danger:active:focus,
.btn-danger:active:hover {
  background: #900e23;
}
.btn-danger:visited {
  color: #fff;
}
input,
textarea,
.btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
/*---------HEADER---------*/
header {
  height: 100vh;
  min-height: 730px;
  position: relative;
  padding: 45px 0 0 0;
  background-image: url('../images/header-bg.jpg');
  background-repeat: no-repeat;
  background-position: center bottom;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
header::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 670px;
  background-image: url('../images/main-graphic.svg');
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 2000px;
  bottom: -3px;
  left: 0;
  pointer-events: none;
}
header h1 {
  color: #fff;
  font-size: 50px;
  font-family: Dosis-Bold;
  font-weight: normal;
  margin-bottom: 40px;
  margin-top: 225px;
}
header p {
  font-size: 20px;
  line-height: 1.8;
  color: #8d8baa;
  width: 630px;
  margin: auto;
  position: relative;
}
header p::after {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 105px;
  background-image: url('../images/guarantee.svg');
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center center;
  top: 100%;
  right: -10px;
}
header .why-us-link {
  color: #fbb707;
  text-decoration: none;
  display: block;
  width: 80px;
  position: absolute;
  bottom: 285px;
  left: 50%;
  margin-left: -40px;
  line-height: 1.3;
  padding: 0 0 39px 0;
}
header .why-us-link::after {
  width: 18px;
  height: 18px;
  content: "";
  position: absolute;
  display: block;
  background-image: url('../images/star-yellow.svg');
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center center;
  left: 50%;
  margin-left: -9px;
  bottom: 0;
}
header .why-us-link:hover {
  text-decoration: underline;
  color: #e92a49;
}
header .why-us-link:hover::after {
  background-image: url('../images/star-red.svg');
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center center;
}
header .container {
  position: relative;
}
header #animated-stars {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
}
.navbar-brand {
  width: 125px;
  height: 105px;
  padding: 0;
  background-image: url('../images/logo.svg');
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center center;
}
.navbar-default {
  background-image: none;
  background-color: transparent;
  border: 0;
  position: absolute;
  left: 0;
  width: 100%;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
}
.navbar-default .navbar-nav > li > a {
  font-family: Dosis-Bold;
  font-weight: normal;
  color: #fff;
  font-size: 22px;
  padding: 25px 22px;
}
.navbar-default .navbar-nav > li > a:hover {
  color: #fbb707;
}
.navbar-default .navbar-nav > li > a:focus {
  color: #fff;
  outline: none;
}
.navbar-default .navbar-nav > li > a:focus:hover {
  color: #fbb707;
}
.navbar-default .navbar-nav > li:last-child > a {
  padding-right: 0;
}
/*------------WHY-US-----------*/
#why-us {
  padding: 0;
  position: relative;
  z-index: 60;
}
#why-us h2 {
  color: #133044;
  margin-top: 100px;
  z-index: 51;
  position: relative;
}
.timeline {
  height: 675px;
  position: relative;
  margin-top: -130px;
  z-index: 50;
  font-size: 0;
  line-height: 0;
}
.timeline::before {
  width: 3px;
  height: 100%;
  content: "";
  position: absolute;
  display: block;
  top: 20px;
  left: 50%;
  margin-left: -1px;
  background-image: url('../images/timeline-component.svg');
  background-position: center top;
  background-repeat: repeat-y;
}
.timeline::after {
  height: 60px;
  width: 90px;
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  margin-left: -45px;
  background-image: url('../images/crown.svg');
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center center;
}
.timeline .left-container,
.timeline .right-container {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  margin-top: 200px;
}
.timeline .left-container p,
.timeline .right-container p {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  line-height: 1.4;
  width: 310px;
  color: #474556;
}
.timeline .left-container .graphic,
.timeline .right-container .graphic {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 90px;
  height: 90px;
}
.timeline .left-container .graphic {
  margin-right: 85px;
}
.timeline .left-container .graphic::before {
  content: "";
  position: absolute;
  display: block;
  height: 2px;
  width: 85px;
  background-color: #f1f1f1;
  left: 100%;
  top: 50%;
  margin-top: -1px;
}
.timeline .left-container .graphic::after {
  content: "";
  position: absolute;
  display: block;
  height: 11px;
  width: 11px;
  background-color: #f1f1f1;
  right: -91px;
  top: 50%;
  margin-top: -6px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.timeline .left-container p {
  padding: 20px 45px 0 0;
}
.timeline .left-container .item {
  text-align: right;
  margin-bottom: 100px;
}
.timeline .left-container .item.analysis .graphic {
  background-image: url('../images/graphic-analysis.svg');
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center center;
}
.timeline .left-container .item.news .graphic {
  background-image: url('../images/graphic-news.svg');
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center center;
}
.timeline .right-container {
  padding-top: 95px;
}
.timeline .right-container .graphic {
  margin-left: 85px;
}
.timeline .right-container .graphic::before {
  content: "";
  position: absolute;
  display: block;
  height: 2px;
  width: 85px;
  background-color: #f1f1f1;
  right: 100%;
  top: 50%;
  margin-top: -1px;
}
.timeline .right-container .graphic::after {
  content: "";
  position: absolute;
  display: block;
  height: 11px;
  width: 11px;
  background-color: #f1f1f1;
  left: -90px;
  top: 50%;
  margin-top: -6px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.timeline .right-container p {
  padding: 13px 0 0 45px;
}
.timeline .right-container .item {
  text-align: left;
  margin-bottom: 100px;
}
.timeline .right-container .item.campaign .graphic {
  background-image: url('../images/graphic-campaign.svg');
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center center;
}
.timeline .right-container .item.report .graphic {
  background-image: url('../images/graphic-report.svg');
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center center;
}
#guarantee {
  position: relative;
  z-index: 61;
  background-image: url('../images/guarantee-bg.jpg');
  background-repeat: no-repeat;
  background-position: center bottom;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#guarantee h2 {
  color: #fff;
  width: 565px;
  margin: auto;
  margin-bottom: 45px;
}
#guarantee p {
  font-size: 18px;
  color: #9888a0;
  width: 630px;
  margin: auto;
  line-height: 2;
}
#guarantee p span {
  color: #fff;
  font-family: OpenSans-Bold;
  font-weight: normal;
}
#guarantee .container {
  position: relative;
}
#guarantee .container .guarantee-badge {
  position: absolute;
  width: 124px;
  height: 150px;
  background-image: url('../images/badge.svg');
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center center;
  top: -70px;
  right: 90px;
  font-size: 18px;
  font-family: Dosis-Bold;
  font-weight: normal;
  color: #fff;
  padding-top: 50px;
  line-height: 1.1;
}
#guarantee #stars1 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}
/*---------PRICELIST---------*/
#pricelist {
  background-color: #f0f0f0;
  position: relative;
}
#pricelist h2 {
  color: #133044;
  margin-bottom: 65px;
}
#pricelist p {
  font-size: 18px;
  margin-bottom: 115px;
}
#pricelist .item {
  background-color: #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding: 110px 30px 60px 30px;
  position: relative;
  margin-bottom: 35px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
#pricelist .item h3 {
  color: #133044;
  font-size: 24px;
  font-family: Dosis-Bold;
  font-weight: normal;
  margin-bottom: 25px;
}
#pricelist .item p {
  font-size: 16px;
  margin-bottom: 20px;
}
#pricelist .item .campaigns {
  display: block;
  font-family: OpenSans-Bold;
  font-weight: normal;
  color: #133044;
  margin-bottom: 35px;
}
#pricelist .item .description {
  margin-bottom: 18px;
}
#pricelist .item .description span {
  color: #133044;
  font-size: 14px;
  display: block;
  text-align: left;
}
#pricelist .item .price-container {
  padding: 25px 25px 50px 25px;
  background-color: #f6f6f6;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  position: relative;
}
#pricelist .item .price-container span {
  display: block;
  color: #e92a49;
  font-family: Dosis-Regular;
  font-weight: normal;
  font-size: 20px;
}
#pricelist .item .price-container span.price {
  font-family: Dosis-Bold;
  font-weight: normal;
  font-size: 36px;
}
#pricelist .item .price-container .btn {
  position: absolute;
  left: 50%;
  bottom: -21px;
  margin-left: -117px;
}
#pricelist .item::before {
  content: "";
  position: absolute;
  display: block;
}
#pricelist .item.level-1::before {
  width: 86px;
  height: 144px;
  background-image: url('../images/excalibur.svg');
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center center;
  top: -44px;
  left: 50%;
  margin-left: -43px;
}
#pricelist .item.level-2::before {
  width: 114px;
  height: 152px;
  background-image: url('../images/knight.svg');
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center center;
  top: -60px;
  left: 50%;
  margin-left: -57px;
}
#pricelist .item.level-3::before {
  width: 94px;
  height: 140px;
  background-image: url('../images/king.svg');
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center center;
  top: -54px;
  left: 50%;
  margin-left: -47px;
}
#pricelist .item:hover {
  -webkit-box-shadow: 0 0 60px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 60px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.2);
}
#pricelist .expl {
  font-size: 14px;
  display: block;
  margin-bottom: 7px;
}
#pricelist #animated-clouds {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 0;
}
#pricelist #animated-clouds .cloud {
  position: absolute;
  top: 50%;
  left: 50%;
}
#pricelist #animated-clouds #cloud1 {
  width: 172px;
  height: 92px;
  background-image: url('../images/cloud1.svg');
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center center;
  margin-top: -420px;
  margin-left: 400px;
}
#pricelist #animated-clouds #cloud2 {
  width: 127px;
  height: 68px;
  background-image: url('../images/cloud2.svg');
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center center;
  margin-top: -370px;
  margin-left: 350px;
}
#pricelist #animated-clouds #cloud3 {
  width: 133px;
  height: 71px;
  background-image: url('../images/cloud1.svg');
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center center;
  margin-top: -300px;
  margin-left: -700px;
}
#pricelist #animated-clouds #cloud4 {
  width: 247px;
  height: 132px;
  background-image: url('../images/cloud2.svg');
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center center;
  margin-top: 20px;
  margin-left: -850px;
}
#pricelist .container {
  position: relative;
  z-index: 50;
}
#pricelist.discount-container .item {
  background-repeat: no-repeat;
  padding-bottom: 40px;
}
#pricelist.discount-container .item p {
  margin-bottom: 25px;
}
#pricelist.discount-container .item .price-container {
  background-color: rgba(246, 246, 246, 0.7);
}
#pricelist.discount-container .item.discount {
  padding-bottom: 60px;
  margin-top: -20px;
}
#pricelist.discount-container .item.discount p {
  margin-bottom: 45px;
}
#pricelist.discount-container .item.discount .price-container {
  background-color: #e92a49;
}
#pricelist.discount-container .item.discount .price-container span {
  color: #fff;
}
#pricelist.discount-container .item.discount .price-container .btn {
  background-color: #b11a33;
}
#pricelist.discount-container .item.discount .price-container .btn:hover {
  background-color: #900e23;
}
#pricelist.discount-container .item.level-1 {
  background-image: url('../images/excalibur-bw.svg');
  background-size: 50%;
  background-position: -59px 125%;
}
#pricelist.discount-container .item.level-2 {
  background-image: url('../images/knight-bw.svg');
  background-size: 89%;
  background-position: -126px 125%;
}
#pricelist.discount-container .item.level-3 {
  background-image: url('../images/king-bw.svg');
  background-size: 62%;
  background-position: -66px 107%;
}
#pricelist.discount-container .expl {
  font-family: OpenSans-Italic;
  font-weight: normal;
}
/*-------EXTRA-------*/
#extra {
  background-color: #e92a49;
  padding: 55px 0;
  overflow: hidden;
}
#extra h2,
#extra h3 {
  color: #fff;
}
#extra h2 {
  margin-bottom: 10px;
}
#extra h3 {
  font-size: 30px;
  font-family: Dosis-Regular;
  font-weight: normal;
  margin-bottom: 15px;
}
#extra p {
  color: #fff;
  width: 80%;
  margin: auto;
}
#extra .container {
  position: relative;
}
#extra .king {
  width: 218px;
  height: 324px;
  position: absolute;
  background-image: url('../images/king.svg');
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center center;
  left: 54%;
  top: -100px;
}
#extra .btn {
  margin-top: 52px;
}
/*---------INFO---------*/
#info h2,
.iconsUnderPriceList h2 {
  color: #133044;
  margin-bottom: 40px;
}
#info p,
.iconsUnderPriceList p {
  line-height: 1.9;
  padding-top: 60px;
}
#info .border-container,
.iconsUnderPriceList .border-container {
  position: relative;
  width: 85%;
  float: right;
  padding: 7px;
}
#info .border-container::before,
.iconsUnderPriceList .border-container::before {
  width: 100%;
  height: 3px;
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  background-image: url('../images/timeline-component-horizontal.svg');
  background-position: left center;
  background-repeat: repeat-x;
}
#info .border-container::after,
.iconsUnderPriceList .border-container::after {
  width: 100%;
  height: 3px;
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  background-image: url('../images/timeline-component-horizontal.svg');
  background-position: left center;
  background-repeat: repeat-x;
}
#info .border-container .border-inner,
.iconsUnderPriceList .border-container .border-inner {
  position: relative;
  background-color: #fbf9f9;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 20px 55px 25px 110px;
}
#info .border-container .border-inner::before,
.iconsUnderPriceList .border-container .border-inner::before {
  width: 3px;
  height: 100%;
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: -7px;
  background-image: url('../images/timeline-component.svg');
  background-position: center top;
  background-repeat: repeat-y;
}
#info .border-container .border-inner::after,
.iconsUnderPriceList .border-container .border-inner::after {
  width: 3px;
  height: 100%;
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: -7px;
  background-image: url('../images/timeline-component.svg');
  background-position: center top;
  background-repeat: repeat-y;
}
#info .border-container .border-inner h4,
.iconsUnderPriceList .border-container .border-inner h4 {
  color: #133044;
  font-size: 24px;
  font-family: Dosis-Bold;
  font-weight: normal;
  margin-bottom: 10px;
}
#info .border-container .border-inner p,
.iconsUnderPriceList .border-container .border-inner p {
  margin-bottom: 35px;
  padding: 0;
}
#info .border-container .border-inner p:last-of-type,
.iconsUnderPriceList .border-container .border-inner p:last-of-type {
  margin: 0;
}
#info .border-container .border-inner .book,
.iconsUnderPriceList .border-container .border-inner .book {
  position: absolute;
  width: 130px;
  height: 176px;
  background-image: url('../images/book.svg');
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center center;
  left: -80px;
  top: 50%;
  margin-top: -88px;
}
#info h3,
.iconsUnderPriceList h3 {
  color: #133044;
  font-family: Dosis-Bold;
  font-weight: normal;
  font-size: 30px;
  margin: 60px 0 30px 0;
}
#info h3 span,
.iconsUnderPriceList h3 span {
  font-family: Dosis-Regular;
  font-weight: normal;
}
#info .info-item img,
.iconsUnderPriceList .info-item img {
  width: 90px;
  height: 90px;
  margin-bottom: 25px;
}
#info .info-item p,
.iconsUnderPriceList .info-item p {
  padding: 0 40px;
  color: #474556;
  line-height: 1.4;
}
.iconsUnderPriceList p {
  margin-bottom: 110px !important;
}
/*---------REFERENCES----------*/
#references {
  padding: 0;
}
#references .statistics {
  padding: 70px 0 50px 0;
  background-color: #342975;
  position: relative;
}
#references .statistics h2 {
  color: #fff;
  position: relative;
  margin-bottom: 50px;
}
#references .statistics h2 span {
  font-family: Dosis-Regular;
  font-weight: normal;
}
#references .statistics h2::before {
  content: "";
  position: absolute;
  display: block;
  background-image: url('../images/flag.svg');
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center center;
  width: 42px;
  height: 149px;
  top: -70px;
  left: 20%;
}
#references .statistics .item {
  padding: 35px;
  background-color: rgba(255, 255, 255, 0.95);
  min-height: 195px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 62px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 0 0 62px rgba(0, 0, 0, 0.11);
  box-shadow: 0 0 62px rgba(0, 0, 0, 0.11);
}
#references .statistics .item h3 {
  font-size: 36px;
  font-family: Dosis-Bold;
  font-weight: normal;
  color: #e92a49;
  margin-bottom: 20px;
}
#references .statistics .item h3 span {
  font-family: Dosis-Regular;
  font-weight: normal;
}
#references .statistics .item h3 .number {
  font-family: Dosis-Bold;
  font-weight: normal;
}
#references .statistics .item p {
  color: #474556;
}
#references .statistics .item.wizard {
  position: relative;
}
#references .statistics .item.wizard::before {
  content: "";
  position: absolute;
  display: block;
  background-image: url('../images/wizard.svg');
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center center;
  height: 223px;
  width: 214px;
  bottom: 100%;
  left: 50%;
  margin-left: -115px;
}
#references .statistics .background {
  position: absolute;
  z-index: 50;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  overflow: hidden;
}
#references .statistics .background::before {
  content: "";
  position: absolute;
  display: block;
  left: 50%;
  bottom: 0;
  margin-left: -1135px;
  width: 1900px;
  height: 300px;
  background-image: url('../images/references-bg.svg');
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100%;
}
#references .statistics .container {
  position: relative;
  z-index: 51;
}
.companies {
  background-color: #fff;
  padding: 30px 0 80px 0;
  position: relative;
  top: -1px;
}
#scroller {
  position: relative;
  width: 1070px;
  margin: auto;
  height: auto;
  margin-bottom: 60px;
}
#scroller ul li {
  padding: 0 22px;
}
#scroller ul li img {
  width: 170px;
}
.mTSButtonIconContainer {
  display: none;
}
.mTSButton {
  background-color: transparent;
  width: 20px;
  height: 36px;
  padding: 0;
  margin-top: -18px;
}
.mTSButtonRight {
  background-image: url('../images/arrow-right.svg');
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center center;
  right: -35px;
}
.mTSButtonLeft {
  background-image: url('../images/arrow-left.svg');
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center center;
  left: -35px;
}
.mTSWrapper {
  position: static;
}
/*--------CONTACT--------*/
#contact {
  background-color: #2f2534;
  background-image: url('../images/contact-bg.svg');
  background-position: center bottom;
  background-size: 1300px;
  background-repeat: no-repeat;
  padding-bottom: 85px;
  position: relative;
}
#contact h2 {
  color: #fff;
  margin-bottom: 40px;
}
#contact h2 span {
  font-family: Dosis-Regular;
  font-weight: normal;
  display: block;
}
#contact #stars2 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  pointer-events: none;
}
label {
  font-family: OpenSans-Regular;
  font-weight: normal;
  font-size: 16px;
  color: #9888a0;
  text-align: left;
  width: 100%;
  padding: 0 0 3px 17px;
}
.form-control {
  height: 50px;
  border: 0;
  position: relative;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  padding: 0 17px;
  color: #87868d;
}
.form-control:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
}
textarea.form-control {
  height: 250px;
  max-width: 100%;
  padding: 17px;
}
.form-group {
  margin-bottom: 25px;
  position: relative;
}
.form-group.error::before {
  content: "";
  position: absolute;
  display: block;
  width: 26px;
  height: 26px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  bottom: 12px;
  right: 12px;
  background-color: #e92a49;
  z-index: 50;
  background-image: url('../images/times.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 10px;
}
.form-group.error .form-control {
  border: 2px solid #e92a49;
}
.form-group.error label {
  color: #e92a49;
}
.nice-select {
  height: 50px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  border: 0;
  padding-left: 17px;
}
.nice-select > span {
  line-height: 50px;
}
.nice-select::before {
  width: 26px;
  height: 26px;
  top: 12px;
  right: 12px;
  content: "";
  position: absolute;
  display: block;
  background-color: #af9cb8;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.nice-select::after {
  width: 8px;
  height: 8px;
  border-bottom: 2px solid #2f2534;
  border-right: 2px solid #2f2534;
  margin-top: -5px;
  right: 22px;
}
.nice-select .list {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
  z-index: 100;
}
.nice-select .list .option {
  line-height: 50px;
  min-height: 50px;
}
.nice-select .list .option.selected {
  font-family: OpenSans-Bold;
  font-weight: normal;
}
.form-button {
  margin-top: 15px;
}
.form-button span {
  color: #d0dc81;
  position: relative;
}
.form-button span::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
  left: 0;
  top: 15px;
}
.form-button:focus {
  outline: none;
}
.form-button:active:focus {
  outline: none;
}
.success {
  height: 50px;
}
.success span {
  font-family: Dosis-Bold;
  font-weight: normal;
  font-size: 24px;
  color: #9aae13;
  display: inline-block;
  vertical-align: top;
  padding: 0 0 0 42px;
  background-image: url('../images/check.svg');
  background-position: left center;
  background-size: 33px;
  background-repeat: no-repeat;
  margin-top: 20px;
}
#contact-info {
  padding: 33px 0;
  background-color: #e92a49;
}
#contact-info .item {
  font-family: Dosis-Bold;
  font-weight: normal;
  font-size: 24px;
  padding: 10px 0 10px 55px;
  display: inline-block;
  vertical-align: top;
  line-height: 1;
  color: #fff;
  background-size: 40px;
  background-position: left center;
  background-repeat: no-repeat;
}
#contact-info .item.phone {
  background-image: url('../images/phone.svg');
  float: left;
}
#contact-info .item.email {
  background-image: url('../images/email.svg');
}
#contact-info .item.address {
  background-image: url('../images/address.svg');
  float: right;
}
/*----------FOOTER---------*/
footer {
  background-color: #221b26;
  padding: 25px 0;
}
footer span {
  color: #695f6e;
}
footer span a {
  color: #695f6e;
  text-decoration: none;
}
footer span a:hover {
  color: #fbb707;
  text-decoration: underline;
}
/*----------STARS----------*/
.star {
  background-image: url('../images/star-yellow.svg');
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center center;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 1;
}
.star.big {
  width: 20px;
  height: 20px;
}
.star.medium {
  width: 14px;
  height: 14px;
}
.star.small {
  width: 11px;
  height: 11px;
}
.star.rotate1 {
  -ms-transform: rotate(30deg);
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}
.star.rotate2 {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.star.rotate3 {
  -ms-transform: rotate(85deg);
  -webkit-transform: rotate(85deg);
  transform: rotate(85deg);
}
.star.blink1 {
  background-image: url('../images/star-yellow-blink1.svg');
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center center;
}
.star.blink2 {
  background-image: url('../images/star-yellow-blink2.svg');
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center center;
}
.star.blink3 {
  background-image: url('../images/star-yellow-blink3.svg');
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center center;
}
#star1 {
  margin-top: -140px;
  margin-left: -810px;
}
#star2 {
  margin-top: -250px;
  margin-left: -620px;
}
#star3 {
  margin-top: -100px;
  margin-left: -480px;
}
#star4 {
  margin-top: 60px;
  margin-left: -325px;
}
#star5 {
  margin-top: -95px;
  margin-left: 370px;
}
#star6 {
  margin-top: -235px;
  margin-left: 525px;
}
#star7 {
  margin-top: 15px;
  margin-left: 675px;
}
#star8 {
  margin-top: -280px;
  margin-left: 705px;
}
#star9 {
  margin-top: 125px;
  margin-left: -800px;
}
#star10 {
  margin-top: -130px;
  margin-left: -630px;
}
#star11 {
  margin-top: 25px;
  margin-left: -580px;
}
#star12 {
  margin-top: -50px;
  margin-left: -320px;
}
#star13 {
  margin-top: 130px;
  margin-left: 440px;
}
#star14 {
  margin-top: -50px;
  margin-left: 555px;
}
#star15 {
  margin-top: -140px;
  margin-left: 715px;
}
#star16 {
  margin-top: 30px;
  margin-left: -805px;
}
#star17 {
  margin-top: -215px;
  margin-left: -630px;
}
#star18 {
  margin-top: -260px;
  margin-left: -410px;
}
#star19 {
  margin-top: -140px;
  margin-left: -320px;
}
#star20 {
  margin-top: -80px;
  margin-left: 25px;
}
#star21 {
  margin-top: 220px;
  margin-left: 230px;
}
#star22 {
  margin-top: 70px;
  margin-left: 635px;
}
#star23 {
  margin-top: -230px;
  margin-left: 670px;
}
#star24 {
  margin-top: 50px;
  margin-left: 850px;
}
#star25 {
  margin-top: 110px;
  margin-left: -410px;
}
#star26 {
  margin-top: -80px;
  margin-left: -900px;
}
#star27 {
  margin-top: 90px;
  margin-left: 860px;
}
#star28 {
  margin-top: 30px;
  margin-left: 640px;
}
#witch {
  position: absolute;
  width: 84px;
  height: 80px;
  background-image: url('../images/witch.svg');
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center center;
  top: 50%;
  left: 50%;
  margin-top: -90px;
  margin-left: -440px;
}
#moustage {
  position: absolute;
  width: 72px;
  height: 80px;
  background-image: url('../images/moustage.svg');
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center center;
  left: 50%;
  margin-left: 483px;
  bottom: 195px;
}
@media only screen and (max-width: 1199px) {
  #moustage {
    width: 60px;
    bottom: 147px;
    margin-left: 386px;
  }
  h2 {
    font-size: 30px;
  }
  .navbar-brand {
    width: 100px;
    height: 68px;
  }
  .navbar-default .navbar-nav > li > a {
    font-size: 19px;
    padding: 21px 18px;
  }
  header {
    min-height: 640px;
  }
  header::before {
    background-size: 1600px;
  }
  header h1 {
    font-size: 40px;
    margin-top: 168px;
  }
  header p {
    font-size: 17px;
    width: 540px;
  }
  header .why-us-link {
    bottom: 229px;
  }
  .timeline .left-container .graphic {
    margin-right: 70px;
  }
  .timeline .left-container .graphic::before {
    width: 70px;
  }
  .timeline .left-container .graphic::after {
    right: -76px;
  }
  .timeline .right-container .graphic {
    margin-left: 70px;
  }
  .timeline .right-container .graphic::before {
    width: 70px;
  }
  .timeline .right-container .graphic::after {
    left: -75px;
  }
  #guarantee h2 {
    width: 470px;
  }
  #guarantee p {
    width: 590px;
    font-size: 17px;
  }
  #pricelist h2 {
    margin-bottom: 30px;
  }
  #pricelist p {
    font-size: 17px;
  }
  #pricelist .item {
    padding: 110px 10px 60px 10px;
  }
  #pricelist .item .description span {
    font-size: 12px;
  }
  #pricelist .item .price-container span {
    font-size: 19px;
  }
  #pricelist .item .price-container span.price {
    font-size: 29px;
  }
  #pricelist .item p {
    font-size: 15px;
  }
  #extra h3 {
    font-size: 26px;
  }
  #info .border-container .border-inner {
    padding-left: 95px;
  }
  #references .statistics .item {
    padding: 23px;
    min-height: 152px;
  }
  #references .statistics .item h3 {
    font-size: 27px;
  }
  #references .statistics .item p {
    font-size: 14px;
  }
  #references .statistics .item.wizard::before {
    height: 194px;
    width: 185px;
    margin-left: -97px;
  }
  #references .statistics .background::before {
    width: 1533px;
    margin-left: -909px;
  }
  #references .statistics h2::before {
    width: 30px;
    height: 107px;
  }
  #scroller {
    width: 870px;
  }
  #scroller ul li {
    padding: 0 12px;
  }
  #scroller ul li img {
    width: 150px;
  }
}
@media only screen and (max-width: 991px) {
  #moustage {
    width: 45px;
    bottom: 110px;
    margin-left: 314px;
  }
  h2 {
    font-size: 27px;
  }
  .navbar-brand {
    width: 80px;
    height: 52px;
  }
  .navbar-default .navbar-nav > li > a {
    font-size: 15px;
    padding: 15px 11px;
  }
  header {
    min-height: 565px;
    overflow: hidden;
  }
  header h1 {
    font-size: 32px;
    margin-top: 142px;
  }
  header p {
    font-size: 16px;
  }
  header p::before {
    width: 60px;
    height: 55px;
    left: -95px;
  }
  header p::after {
    width: 100px;
    height: 88px;
  }
  header::before {
    background-size: 1300px;
    height: 440px;
  }
  header .why-us-link {
    bottom: 186px;
    margin-left: -39px;
  }
  .timeline::after {
    height: 40px;
    width: 60px;
    margin-left: -30px;
  }
  .timeline .left-container .graphic,
  .timeline .right-container .graphic {
    width: 65px;
    height: 65px;
  }
  .timeline .left-container p,
  .timeline .right-container p {
    width: 260px;
  }
  .timeline .left-container p {
    padding: 4px 30px 0 0;
  }
  .timeline .left-container .graphic {
    margin-right: 35px;
  }
  .timeline .left-container .graphic::before {
    width: 35px;
  }
  .timeline .left-container .graphic::after {
    right: -41px;
  }
  .timeline .right-container p {
    padding: 4px 0 0 30px;
  }
  .timeline .right-container .graphic {
    margin-left: 35px;
  }
  .timeline .right-container .graphic::before {
    width: 35px;
  }
  .timeline .right-container .graphic::after {
    left: -40px;
  }
  #guarantee .container .guarantee-badge {
    width: 90px;
    height: 109px;
    padding-top: 34px;
    font-size: 15px;
    right: 10px;
  }
  #pricelist .item {
    padding: 110px 10px 60px 10px;
  }
  #pricelist .item .price-container span {
    font-size: 15px;
  }
  #pricelist .item .price-container span.price {
    font-size: 24px;
  }
  #pricelist .item .price-container .btn {
    padding: 10px 26px 12px 26px;
    margin-left: -99px;
  }
  #pricelist .item p {
    font-size: 13px;
  }
  #pricelist .item h3 {
    font-size: 21px;
  }
  #pricelist .item .description span {
    text-align: center;
  }
  #pricelist .item .description .row {
    margin-bottom: 8px;
  }
  #pricelist.discount-container .item {
    background-image: none !important;
  }
  #pricelist.discount-container .item .price-container {
    background-color: #f6f6f6;
  }
  #info p {
    padding: 0 0 30px 0;
  }
  #references .statistics h2::before {
    left: auto;
    right: 5%;
  }
  #references .statistics .item {
    padding: 15px;
  }
  #references .statistics .item h3 {
    font-size: 23px;
  }
  #references .statistics .background::before {
    width: 1249px;
    margin-left: -750px;
  }
  #scroller {
    width: 650px;
  }
  #scroller ul li {
    padding: 0 10px;
  }
  #scroller ul li img {
    width: 110px;
  }
  #contact-info .item {
    font-size: 19px;
    padding: 11px 0 11px 55px;
  }
}
@media only screen and (max-width: 767px) {
  header {
    padding-top: 25px;
  }
  header p {
    width: 80%;
  }
  .navbar-default .navbar-brand {
    margin-left: 25px;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
  }
  .navbar-default .navbar-toggle:hover,
  .navbar-default .navbar-toggle:focus {
    background-color: transparent;
  }
  .navbar-default .navbar-toggle:hover .icon-bar {
    background-color: #fbb707;
  }
  .navbar-default .navbar-nav {
    margin-bottom: 0;
  }
  .navbar-default .navbar-nav > li > a {
    border-bottom: 1px solid #21202a;
  }
  .navbar-toggle {
    border: 0;
  }
  .navbar-toggle .icon-bar {
    width: 30px;
    height: 4px;
    background-color: #fff;
  }
  .navbar-collapse {
    border: 0;
    background-color: #14121f;
    z-index: 999;
    position: relative;
    -webkit-box-shadow: 0 0 0 transparent;
    -moz-box-shadow: 0 0 0 transparent;
    box-shadow: 0 0 0 transparent;
  }
  #guarantee p {
    width: 80%;
  }
  #guarantee .container .guarantee-badge {
    display: none;
  }
  #why-us h2 {
    margin-top: 35px;
  }
  .timeline {
    height: auto;
    margin-top: -85px;
  }
  .timeline::before {
    display: none;
  }
  .timeline .left-container {
    width: 100%;
    margin-top: 130px;
  }
  .timeline .left-container .item {
    text-align: center;
    margin-bottom: 25px;
  }
  .timeline .left-container .item .graphic {
    display: none;
  }
  .timeline .left-container .item p {
    padding: 0 40px;
    width: auto;
  }
  .timeline .right-container {
    width: 100%;
    margin-top: 0;
    padding-top: 0;
  }
  .timeline .right-container .item {
    text-align: center;
    margin-bottom: 25px;
  }
  .timeline .right-container .item .graphic {
    display: none;
  }
  .timeline .right-container .item p {
    padding: 0 40px;
    width: auto;
  }
  .timeline .item {
    padding-top: 110px;
    background-repeat: no-repeat;
    background-size: 90px;
    background-position: center top;
  }
  .timeline .item.analysis {
    background-image: url('../images/graphic-analysis.svg');
  }
  .timeline .item.news {
    background-image: url('../images/graphic-news.svg');
  }
  .timeline .item.campaign {
    background-image: url('../images/graphic-campaign.svg');
  }
  .timeline .item.report {
    background-image: url('../images/graphic-report.svg');
  }
  #pricelist .item {
    margin-top: 85px;
    margin-bottom: 0;
  }
  #pricelist .item .description span {
    font-size: 14px;
  }
  #pricelist .item.level-3 {
    margin-bottom: 20px;
  }
  #pricelist p {
    margin-bottom: 0;
  }
  #pricelist.discount-container .item {
    margin-bottom: 0;
  }
  #pricelist.discount-container .item.discount {
    margin-top: 85px;
    padding-bottom: 40px;
    margin-bottom: 0;
  }
  #pricelist.discount-container .item.discount p {
    margin-bottom: 25px;
  }
  #pricelist.discount-container .item.level-3 {
    margin-bottom: 25px;
  }
  #extra .king {
    left: 80%;
  }
  #info .info-item {
    margin-bottom: 45px;
  }
  #references .statistics .item {
    margin-bottom: 15px;
    min-height: unset;
  }
  #references .statistics .item.wizard::before {
    display: none;
  }
  #scroller {
    width: 432px;
  }
  #scroller ul li img {
    width: 124px;
  }
  .nice-select {
    margin-bottom: 25px;
  }
  #contact-info .item {
    text-align: left;
    width: 225px;
    margin-bottom: 15px;
    display: inline-block;
    vertical-align: top;
  }
  #contact-info .item.phone,
  #contact-info .item.address {
    float: none;
  }
  #contact-info .item.address {
    margin-bottom: 0;
  }
  #animated-clouds {
    visibility: hidden;
  }
}
@media only screen and (max-width: 690px) {
  #contact {
    padding-bottom: 150px;
    background-position: 70px bottom;
  }
}
@media only screen and (max-width: 570px) {
  #moustage {
    width: 45px;
    bottom: 110px;
    margin-left: 0;
    left: 235px;
  }
  section {
    padding: 40px 0;
  }
  header h1 {
    margin-top: 90px;
  }
  header p::after {
    display: none;
  }
  header::before {
    background-position: -730px bottom;
  }
  header .why-us-link {
    display: none;
  }
  .timeline::after {
    display: none;
  }
  .timeline .left-container p,
  .timeline .right-container p {
    width: 220px;
  }
  #extra {
    padding: 40px 0;
  }
  #extra .king {
    display: none;
  }
  #info .border-container {
    width: 100%;
  }
  #info .border-container .border-inner {
    padding: 20px;
  }
  #info .border-container .border-inner .book {
    display: none;
  }
  #references .btn {
    width: 100%;
    white-space: normal;
  }
  #references .statistics {
    padding: 40px 0;
  }
  #references .statistics h2 {
    margin-bottom: 35px;
  }
  #references .statistics h2::before {
    display: none;
  }
  .companies {
    padding: 0 0 40px 0;
  }
  .mTSButtonRight {
    right: -20px;
  }
  .mTSButtonLeft {
    left: -20px;
  }
  #guarantee h2 {
    width: 100%;
  }
  #scroller {
    width: 250px;
  }
  #scroller ul li {
    padding: 0 26px;
  }
  #scroller ul li img {
    width: 198px;
  }
  #contact {
    background-position: -150px bottom;
  }
  #contact .btn {
    padding: 10px 24px 12px 24px;
  }
}
@media only screen and (max-width: 400px) {
  header::before {
    background-position: -720px bottom;
  }
  header .why-us-link {
    display: none;
  }
  #moustage {
    left: 245px;
  }
}
/*---------HEIGHT----------*/
@media only screen and (max-height: 850px) and (min-width: 1200px) {
  header h1 {
    margin-top: 120px;
  }
}
@media only screen and (max-height: 715px) and (min-width: 992px) {
  header h1 {
    margin-top: 100px;
  }
}
@media only screen and (max-height: 625px) and (min-width: 768px) {
  header h1 {
    margin-top: 80px;
  }
}
@media only screen and (max-height: 605px) and (min-width: 571px) {
  header h1 {
    margin-top: 70px;
  }
}
