/* @fs: 						      	1.6rem;
@fss: 						    	2rem;
@fsb: 						    	1.6rem;


@h1: 						      	4rem;
@h2: 						      	3rem;
@h3: 						      	2rem;
@h4: 						      	2rem;
@h5: 						      	2rem;
@h6: 						      	2rem; */
@font-face {
  font-family: 'Avanti';
  src: url('../fonts/Avanti/avanti.woff2') format('woff2'), url('../fonts/Avanti/avanti.woff') format('woff'), url('../fonts/Avanti/avanti.ttf') format('ttf');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Avanti';
  src: url('../fonts/AvantiBold/avanti-bold.woff2') format('woff2'), url('../fonts/AvantiBold/avanti-bold.woff') format('woff'), url('../fonts/AvantiBold/avanti_bold.ttf') format('ttf');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Fontello';
  src: url('../fonts/Fontello/fontello.woff2') format('woff2'), url('../fonts/Fontello/fontello.woff') format('woff'), url('../fonts/Fontello/fontello.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

[class^='icon-']:before,
[class*=' icon-']:before {
  font-family: 'Fontello';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-up-bold:before {
  content: '\e800';
}

/* '' */
.icon-ok-1:before {
  content: '\e801';
}

/* '' */
.icon-right-bold:before {
  content: '\e802';
}

/* '' */
.icon-left-bold:before {
  content: '\e803';
}

/* '' */
.icon-down-bold:before {
  content: '\e804';
}

/* '' */
.icon-left-open-big:before {
  content: '\e805';
}

/* '' */
.icon-right-open-big:before {
  content: '\e806';
}

/* '' */
.icon-up-open-big:before {
  content: '\e807';
}

/* '' */
.icon-mobile:before {
  content: '\e808';
}

/* '' */
.icon-down-open-big:before {
  content: '\e809';
}

/* '' */
.icon-play:before {
  content: '\e80c';
}

/* '' */
.icon-play-1:before {
  content: '\e80d';
}

/* '' */
.icon-search:before {
  content: '\e80e';
}

/* '' */
.icon-mail:before {
  content: '\e811';
}

/* '' */
.icon-mail-alt:before {
  content: '\f0e0';
}

/* '' */
.icon-angle-left:before {
  content: '\f104';
}

/* '' */
.icon-angle-right:before {
  content: '\f105';
}

/* '' */
.icon-angle-up:before {
  content: '\f106';
}

/* '' */
.icon-angle-down:before {
  content: '\f107';
}

/* '' */
/* .placeholder(@ff: @ff; @fs: @fs; @fw: 400; @color: @text-color) {
	input::-webkit-input-placeholder, textarea::-webkit-input-placeholder      {
		font-family: @ff2;
		font-size: @fs;
		font-weight: @fw;
		line-height: 1;
		color: @color;
	}
	input::-moz-placeholder, textarea::-moz-placeholder                			{
		font-family: @ff2;
		font-size: @fs;
		font-weight: @fw;
		line-height: 1;
		color: @color;
	}
	input:-moz-placeholder, textarea:-moz-placeholder                 			{
		font-family: @ff2;
		font-size: @fs;
		font-weight: @fw;
		line-height: 1;
		color: @color;
	}
	input:-ms-input-placeholder, textarea:-ms-input-placeholder          		{
		font-family: @ff2;
		font-size: @fs;
		font-weight: @fw;
		line-height: 1;
		color: @color;
	}
	input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder 		{opacity: 0; transition: opacity 0.3s ease;}
	input:focus::-moz-placeholder, textarea:focus::-moz-placeholder          				{opacity: 0; transition: opacity 0.3s ease;}
	input:focus:-moz-placeholder, textarea:focus:-moz-placeholder           				{opacity: 0; transition: opacity 0.3s ease;}
	input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder      			{opacity: 0; transition: opacity 0.3s ease;}
} */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
  text-transform: none;
}

select {
  text-transform: none;
}

button,
html input[type='button'] {
  -webkit-appearance: button;
  cursor: pointer;
}

input[type='reset'],
input[type='submit'] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input[type='checkbox'],
input[type='radio'] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  height: auto;
}

input[type='search'] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  text-decoration: none;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role='button'] {
  cursor: pointer;
}

.container,
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 2px;
  padding-right: 3px;
}

@media (min-width: 768px) {
  .container {
    width: 725px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 945px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1180px;
  }
}

.row {
  margin-left: -2px;
  margin-right: -3px;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 3px;
  padding-right: 2px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0;
}

@media (min-width: 768px) {

  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11 {
    float: left;
  }

  .col-sm-12 {
    float: left;
    width: 100%;
  }

  .col-sm-11 {
    width: 91.66666667%;
  }

  .col-sm-10 {
    width: 83.33333333%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-8 {
    width: 66.66666667%;
  }

  .col-sm-7 {
    width: 58.33333333%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-5 {
    width: 41.66666667%;
  }

  .col-sm-4 {
    width: 33.33333333%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-2 {
    width: 16.66666667%;
  }

  .col-sm-1 {
    width: 8.33333333%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-pull-11 {
    right: 91.66666667%;
  }

  .col-sm-pull-10 {
    right: 83.33333333%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-8 {
    right: 66.66666667%;
  }

  .col-sm-pull-7 {
    right: 58.33333333%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-5 {
    right: 41.66666667%;
  }

  .col-sm-pull-4 {
    right: 33.33333333%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-2 {
    right: 16.66666667%;
  }

  .col-sm-pull-1 {
    right: 8.33333333%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-push-11 {
    left: 91.66666667%;
  }

  .col-sm-push-10 {
    left: 83.33333333%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-8 {
    left: 66.66666667%;
  }

  .col-sm-push-7 {
    left: 58.33333333%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-5 {
    left: 41.66666667%;
  }

  .col-sm-push-4 {
    left: 33.33333333%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-2 {
    left: 16.66666667%;
  }

  .col-sm-push-1 {
    left: 8.33333333%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-sm-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 992px) {

  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11 {
    float: left;
  }

  .col-md-12 {
    float: left;
    width: 100%;
  }

  .col-md-11 {
    width: 91.66666667%;
  }

  .col-md-10 {
    width: 83.33333333%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-8 {
    width: 66.66666667%;
  }

  .col-md-7 {
    width: 58.33333333%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-5 {
    width: 41.66666667%;
  }

  .col-md-4 {
    width: 33.33333333%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-2 {
    width: 16.66666667%;
  }

  .col-md-1 {
    width: 8.33333333%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-pull-11 {
    right: 91.66666667%;
  }

  .col-md-pull-10 {
    right: 83.33333333%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-8 {
    right: 66.66666667%;
  }

  .col-md-pull-7 {
    right: 58.33333333%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-5 {
    right: 41.66666667%;
  }

  .col-md-pull-4 {
    right: 33.33333333%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-2 {
    right: 16.66666667%;
  }

  .col-md-pull-1 {
    right: 8.33333333%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-push-11 {
    left: 91.66666667%;
  }

  .col-md-push-10 {
    left: 83.33333333%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-8 {
    left: 66.66666667%;
  }

  .col-md-push-7 {
    left: 58.33333333%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-5 {
    left: 41.66666667%;
  }

  .col-md-push-4 {
    left: 33.33333333%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-2 {
    left: 16.66666667%;
  }

  .col-md-push-1 {
    left: 8.33333333%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }

  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-md-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 1250px) {

  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11 {
    float: left;
  }

  .col-lg-12 {
    float: left;
    width: 100%;
  }

  .col-lg-11 {
    width: 91.66666667%;
  }

  .col-lg-10 {
    width: 83.33333333%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-8 {
    width: 66.66666667%;
  }

  .col-lg-7 {
    width: 58.33333333%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-5 {
    width: 41.66666667%;
  }

  .col-lg-4 {
    width: 33.33333333%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-2 {
    width: 16.66666667%;
  }

  .col-lg-1 {
    width: 8.33333333%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-pull-11 {
    right: 91.66666667%;
  }

  .col-lg-pull-10 {
    right: 83.33333333%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-8 {
    right: 66.66666667%;
  }

  .col-lg-pull-7 {
    right: 58.33333333%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-5 {
    right: 41.66666667%;
  }

  .col-lg-pull-4 {
    right: 33.33333333%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-2 {
    right: 16.66666667%;
  }

  .col-lg-pull-1 {
    right: 8.33333333%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-push-11 {
    left: 91.66666667%;
  }

  .col-lg-push-10 {
    left: 83.33333333%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-8 {
    left: 66.66666667%;
  }

  .col-lg-push-7 {
    left: 58.33333333%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-5 {
    left: 41.66666667%;
  }

  .col-lg-push-4 {
    left: 33.33333333%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-2 {
    left: 16.66666667%;
  }

  .col-lg-push-1 {
    left: 8.33333333%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-lg-offset-0 {
    margin-left: 0;
  }
}

.clearfix:before,
.clearfix:after {
  content: ' ';
  display: table;
}

.container:before,
.container:after {
  content: ' ';
  display: table;
}

.container-fluid:before,
.container-fluid:after {
  content: ' ';
  display: table;
}

.row:before,
.row:after {
  content: ' ';
  display: table;
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-print,
.visible-print-block,
.visible-print-inline,
.visible-print-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table !important;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table !important;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table !important;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1250px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table !important;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1250px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1250px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1250px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1250px) {
  .hidden-lg {
    display: none !important;
  }
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table !important;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: sans-serif;
  font-size: 10px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/* *, *::after, *::before {
  box-sizing: inherit;
}
 */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: 'Avanti', fallback, sans-serif;
  margin: 0;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

progress {
  vertical-align: baseline;
}

template,
[hidden] {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline-width: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

/* h1 {
  font-size: 2em;
  margin: 0.67em 0;
} */
mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

button,
input,
select,
textarea {
  font: inherit;
}

optgroup {
  font-weight: bold;
}

button,
input,
select {
  overflow: visible;
}

button,
input,
select,
textarea {
  margin: 0;
}

button,
select {
  text-transform: none;
}

button,
[type='button'],
[type='reset'],
[type='submit'] {
  cursor: pointer;
}

[disabled] {
  cursor: default;
}

button,
html [type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

textarea {
  overflow: auto;
}

[type='checkbox'],
[type='radio'] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

[type='search'] {
  -webkit-appearance: textfield;
}

[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

input,
textarea {
  outline: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
}

.anchor {
  visibility: hidden;
  display: block;
  height: 72px;
  margin-top: -72px;
}

.scrollup {
  position: fixed;
  bottom: 50px;
  /*right: 15px;*/
  left: 15px;
  display: none;
  z-index: 100;
  color: #fff;
  font-size: 40px;
  background: #ff405a;
  width: 55px;
  height: 55px;
  border-radius: 50%;
}

.scrollup i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media only screen and (min-width: 768px) {
  .scrollup {
    left: 100px;
  }
}

@media only screen and (min-width: 320px) {
  .container {
    padding: 0 10px;
  }
}

@media only screen and (min-width: 768px) {
  .container {
    padding: 0;
  }
}

a {
  outline: none;
  color: inherit;
}

ul {
  padding: 0;
  margin: 0;
}

li {
  list-style-type: none;
}

h1,
h2,
h3,
h4 {
  margin: 0;
  padding: 0;
}

body {
  position: relative;
  z-index: 1;
  padding-right: 0 !important;
  font-size: 16px;
  line-height: 1.33;
  color: #fff;
  margin: 0;
  font-weight: 400;
  font-family: 'Avanti', fallback, sans-serif;
}

.fancybox-margin {
  margin-right: 0 !important;
}

footer {
  overflow: hidden;
}

.btn {
  border: none;
  border-radius: 22px;
  background: #ff405a;
  /*    background-image: -webkit-linear-gradient(0deg, #ff3346 0%, #ff425d 100%);
    background-image:     -ms-linear-gradient(0deg, #ff3346 0%, #ff425d 100%);*/

  background-image: -webkit-linear-gradient(right, #ff3346, #f62947);
  background-image: -moz-linear-gradient(right, #ff3346, #f62947);
  background-image: -o-linear-gradient(right, #ff3346, #f62947);
  background-image: -ms-linear-gradient(right, #ff3346, #f62947);
  background-image: linear-gradient(to left, #f62947, #ff3346);
  font-size: 16px;
  line-height: 45px;
  font-weight: 700;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.btn:hover,
.btn:focus {
  /* background: rgba(255, 64, 90, 0.8);*/
  background-image: linear-gradient(to left, #ff3346, #f62947);
  outline: none !important;
}

.btn-shdw {
  -webkit-box-shadow: 0 8px 16.15px 0.85px rgba(255, 72, 106, 0.35);
  box-shadow: 0 8px 16.15px 0.85px rgba(255, 72, 106, 0.35);
}

.btn-shdw:hover,
.btn-shdw:focus {
  -webkit-box-shadow: 0 3px 8px 0.85px rgba(255, 72, 106, 0.35);
  box-shadow: 0 3px 8px 0.85px rgba(255, 72, 106, 0.35);
}

section {
  padding-bottom: 95px;
  position: relative;
  color: #272b35;
}

@media only screen and (min-width: 1200px) {
  section {
    padding-bottom: inherit;
  }
}

.section__title {
  padding-top: 95px;
  position: relative;
  font-size: 30px;
  font-weight: 700;
  color: #272b35;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .section__title {
    font-size: 36px;
  }
}

@media only screen and (min-width: 992px) {
  .section__title {
    text-align: inherit;
    font-size: 40px;
  }
}

@media only screen and (min-width: 1200px) {
  .section__title {
    font-size: 45px;
  }
}

.section__back {
  display: none;
}

@media only screen and (min-width: 992px) {
  .section__back {
    position: absolute;
    top: 170px;
    font-size: 86px;
    font-weight: 700;
    color: #e4ebf3;
    display: inline;
    z-index: -1;
  }
}

@media only screen and (min-width: 1200px) {
  .section__back {
    font-size: 116px;
    top: inherit;
  }
}

::-webkit-input-placeholder {
  font-size: 16px;
  color: #000;
}

::-moz-placeholder {
  font-size: 16px;
  color: #000;
}

:-ms-input-placeholder {
  font-size: 16px;
  color: #000;
}

:-moz-placeholder {
  font-size: 16px;
  color: #000;
}

.header {
  overflow: hidden;
}

.header__top {
  padding: 12px 0;
  background: #1f232c;
  position: relative;
  z-index: 10;
}

.header__top:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  -webkit-box-shadow: 0 2px 11px 1px rgba(0, 45, 86, 0.8);
  box-shadow: 0 2px 11px 1px rgba(0, 45, 86, 0.8);
}

.header .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header .flex__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header .flex .logo {
  display: block;
  margin-right: 20px;
  background: url(../images/logo_h.svg) 50% 50% no-repeat;
  background-size: contain;
  width: 100px;
  height: 21px;
}

@media only screen and (min-width: 992px) {
  .header .flex .logo img {
    max-width: 100%;
  }
}

.header .flex .logo__desc {
  display: none;
}

@media only screen and (min-width: 992px) {
  .header .flex .logo__desc {
    display: block;
    padding-left: 28px;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
  }
}

.header .flex__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header .flex .phone__list {
  margin-right: 10px;
}

@media only screen and (min-width: 992px) {
  .header .flex .phone__list {
    margin-right: 30px;
  }
}

.header .flex .phone__item {
  padding: 0;
  margin: 0;
  line-height: 1;
}

.header .flex .phone__link {
  display: block;
  font-size: 14px;
  line-height: 16px;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.header .flex .phone__link:hover {
  color: #ff405a;
}

.header .flex .btn {
  display: none;
}

@media only screen and (min-width: 992px) {
  .header .flex .btn {
    display: block;
    padding: 0 58px;
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 1600px) {
  .header .flex .btn {
    margin-right: -90px;
  }
}

.header__center {
  padding-top: 70px;
  position: relative;
  line-height: 1;
  height: 100%;
}

@media only screen and (min-width: 320px) {
  .header__center {
    background: #007fe3;
    background: url(../images/back__model-pre.jpg) no-repeat center / cover;
  }
}

@media only screen and (min-width: 768px) {
  .header__center {
    max-height: inherit;
  }
}

@media only screen and (min-width: 992px) {
  .header__center {
    height: 700px;
  }
}

@media only screen and (min-width: 1200px) {
  .header__center {
    height: 620px;
    background: #007fe3;
    background: url(../images/back__model-pre.webp) no-repeat center / cover;
  }
}

@media only screen and (min-width: 1600px) {
  .header__center {
    height: 880px;
    padding-top: 214px;
  }
}

.header__center .container {
  position: relative;
}

@media only screen and (min-width: 1200px) {
  .header__center .container:before {
    content: '';
    position: absolute;
    top: -240px;
    right: -480px;
    width: 1920px;
    height: 840px;
    background: url(../images/back__hero.png) no-repeat center / cover;
    z-index: 0;
  }
}

@media only screen and (min-width: 1600px) {
  .header__center .container:before {
    right: -370px;
    height: 978px;
  }
}

.header__title {
  position: relative;
  padding-bottom: 30px;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .header__title {
    padding-bottom: 20px;
    font-size: 26px;
    text-align: left;
  }
}

@media only screen and (min-width: 992px) {
  .header__title {
    font-size: 34px;
  }
}

@media only screen and (min-width: 1200px) {
  .header__title {
    font-size: 34px;
  }

  .header__title br {
    display: none;
  }
}

@media only screen and (min-width: 1600px) {
  .header__title {
    font-size: 41.3px;
  }
}

.header__slogan {
  position: relative;
  font-size: 26px;
  font-weight: 400;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .header__slogan {
    text-align: left;
  }
}

@media only screen and (min-width: 992px) {
  .header__slogan {
    font-size: 32px;
  }
}

@media only screen and (min-width: 1600px) {
  .header__slogan {
    font-size: 35px;
  }
}

.header__content {
  position: relative;
}

@media only screen and (min-width: 768px) {
  .header__content {
    padding-top: 20px;
  }
}




.header__list {
  margin: auto;
  max-width: 335px;
  padding-top: 50px;
}

@media only screen and (min-width: 768px) {
  .header__list {
    margin: inherit;
    max-width: 100%;
  }
}

@media only screen and (min-width: 992px) {
  .header__list {
    padding-top: 30px;
  }
}

@media only screen and (min-width: 1600px) {
  .header__list {
    padding-top: 0;
  }
}

.header__item {
  position: relative;
  padding-left: 34px;
  padding-bottom: 20px;
}

.header__item:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  background: url(../images/icons/flash.png) no-repeat;
  border-radius: 50%;
}

.header .laptopImg .laptop {
  display: none;
}

.header .laptopImg .battery {
  display: none;
}

@media only screen and (min-width: 768px) {
  .header .laptopImg .battery {
    display: inline-block;
  }
}

@media only screen and (min-width: 992px) {
  .header .laptopImg {
    position: absolute;
    top: 0;
    right: -20px;
  }

  .header .laptopImg .battery {
    max-width: 70px;
  }

  .header .laptopImg .laptop {
    display: inline-block;
    max-width: 350px;
  }
}

@media only screen and (min-width: 1200px) {
  .header .laptopImg {
    top: -20px;
    right: -50px;
  }

  .header .laptopImg .battery {
    max-width: 130px;
  }

  .header .laptopImg .laptop {
    max-width: 370px;
  }
}

@media only screen and (min-width: 1600px) {
  .header .laptopImg {
    top: -38px;
    right: -100px;
  }

  .header .laptopImg .battery {
    max-width: 100%;
  }

  .header .laptopImg .laptop {
    max-width: 100%;
  }
}

@media only screen and (min-width: 1920px) {
  .header .laptopImg {
    top: -38px;
    right: -110px;
  }
}

.header .wrap {
  top: 10px;
  left: -8px;
  display: inline-block;
  position: inherit;
}

@media only screen and (min-width: 992px) {
  .header .wrap {
    position: relative;
  }
}

@media only screen and (min-width: 1200px) {
  .header .wrap:before {
    content: '';
    position: absolute;
    left: 0;
    top: -10px;
    width: 100%;
    height: 100%;
    background: url(../images/battery_border.png) no-repeat;
    opacity: 0.2;
  }
}

.header .wrap2 {
  left: -2px;
}

.header .wrap2:before {
  left: -2px;
}

.header .wrap3 {
  left: 6px;
}

.header .wrap3:before {
  left: 6px;
}

.header .battery1 {
  position: absolute;
  top: 0;
  right: 200px;
}

@media only screen and (min-width: 768px) {
  .header .battery1 {
    top: 20px;
  }
}

@media only screen and (min-width: 992px) {
  .header .battery1 {
    position: inherit;
    right: auto;
    top: 0;
  }
}

.header .battery2 {
  position: absolute;
  top: 0;
  right: 100px;
}

@media only screen and (min-width: 768px) {
  .header .battery2 {
    top: 20px;
  }
}

@media only screen and (min-width: 992px) {
  .header .battery2 {
    position: inherit;
    right: auto;
    top: 0;
  }
}

.header .battery3 {
  position: absolute;
  top: 0;
  right: 0;
}

@media only screen and (min-width: 768px) {
  .header .battery3 {
    top: 20px;
  }
}

@media only screen and (min-width: 992px) {
  .header .battery3 {
    position: inherit;
    right: auto;
    top: 0;
  }
}

.header .fork__btn {
  position: relative;
  margin: 40px 0;
}

@media only screen and (min-width: 768px) {
  .header .fork__btn {
    margin-top: 86px;
    margin-bottom: 50px;
  }
}

.header .fork__btn:after {
  content: '';
  position: absolute;
  top: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 315px;
  height: 312px;
  background: url(../images/fork-small.png) no-repeat;
}

@media only screen and (min-width: 768px) {
  .header .fork__btn:after {
    width: 399px;
    height: 395px;
    background: url(../images/fork.png);
  }
}

@media only screen and (min-width: 992px) {
  .header .fork__btn:after {
    left: 170px;
    margin-bottom: inherit;
  }
}

.header .fork__btn .fork {
  position: relative;
  margin: 0 auto;
  border-radius: 25px;
  width: 250px;
  background: #1f232c;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media only screen and (min-width: 992px) {
  .header .fork__btn .fork {
    margin-left: 30px;
  }
}

.header .fork__btn .fork:hover {
  background: #ff405a;
}

.header .fork__btn a {
  display: block;
  position: relative;
  padding: 15px 10px 15px 35px;
  font-size: 16px;
  font-weight: 700;
  z-index: 10;
}

.header .fork__btn a:before {
  display: block;
  content: '';
  position: absolute;
  left: 18px;
  top: 19px;
  width: 6px;
  height: 6px;
  -webkit-animation: light 5s infinite;
  animation: light 5s infinite;
  background: #0ff;
  -webkit-box-shadow: 0 0 4px 2px #0ff;
  box-shadow: 0 0 4px 2px #0ff;
  -webkit-transition: all linear;
  -o-transition: all linear;
  transition: all linear;
  z-index: 10;
}

.header .arrow {
  display: none;
}

@media only screen and (min-width: 1200px) {
  .header .arrow {
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
  }

  .header .arrow img {
    display: block;
    margin: 3px auto;
  }

  .header .arrow img:nth-of-type(1) {
    -webkit-animation: arrow-bounce 2.8s;
    animation: arrow-bounce 2.8s;
    -webkit-animation-iteration-count: 5;
    animation-iteration-count: 5;
  }

  .header .arrow img:nth-of-type(2) {
    -webkit-animation: arrow-bounce 2.7s;
    animation: arrow-bounce 2.7s;
    -webkit-animation-iteration-count: 5;
    animation-iteration-count: 5;
  }

  .header .arrow img:nth-of-type(3) {
    -webkit-animation: arrow-bounce 2.6s;
    animation: arrow-bounce 2.6s;
    -webkit-animation-iteration-count: 5;
    animation-iteration-count: 5;
  }
}

@media only screen and (min-width: 1600px) {
  .header .arrow {
    bottom: -60px;
  }
}

#fixedTopMenu.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #1f232c;
  z-index: 30;
  -webkit-animation: smoothScroll 0.5s linear;
  animation: smoothScroll 0.5s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

#fixedTopMenu.fixed:after {
  display: none;
}

.advantages {
  background: #edf2f9;
}

@media only screen and (min-width: 1200px) {
  .advantages {
    padding-bottom: 100px;
    height: 776px;
    background: url(../images/back__advant.png) no-repeat bottom center;
    background-size: cover;
    z-index: 10;
  }
}


.advantages__box {
  padding-top: 20px;
}

@media only screen and (min-width: 768px) {
  .advantages__box {
    padding-top: 80px;
  }
}

.advantages__item {
  position: relative;
  padding: 0 5px;
  margin: auto;
  margin-bottom: 35px;
  text-align: center;
}

.advantages__item span {
  background-position: center;
}

@media only screen and (min-width: 992px) {
  .advantages__item {
    margin-bottom: auto;
  }
}

.advantages__img {
  margin: auto;
  /* box-shadow: 0px 0 36.1px 1.9px rgba(0, 45, 86, 0.15); */
  max-width: 100%;
}

@media only screen and (min-width: 992px) {
  .advantages__img {
    max-width: 220px;
  }
}

@media only screen and (min-width: 1200px) {
  .advantages__img {
    max-width: 100%;
  }
}

.advantages__item-title {
  margin-top: -10px;
  font-size: 20px;
  font-weight: 700;
}

@media only screen and (min-width: 992px) {
  .advantages__item-title {
    font-size: 18px;
  }
}

.advantages__text {
  max-width: 300px;
  margin: 20px auto;
  font-size: 20px;
  text-align: center;
}

@media only screen and (min-width: 992px) {
  .advantages__text {
    font-size: 18px;
  }
}

.models {
  background-color: #007fe3;
}

@media only screen and (min-width: 992px) {
  .models {
    background: url(../images/back__models.jpg) no-repeat center / cover;
  }
}

@media only screen and (min-width: 1200px) {
  .models {
    padding-top: 55px;
    margin-top: -100px;
  }
}

.models__title {
  color: #fff;
  line-height: 1.33;
  font-size: 28px;
}

@media only screen and (min-width: 768px) {
  .models__title {
    display: block;
    font-weight: 400;
    line-height: 1;
  }
}

.models__title .clear-accent {
  font-size: 28px;
  font-weight: 700;
}

@media only screen and (min-width: 768px) {
  .models__title .clear-accent {
    display: block;
    font-weight: 400;
  }
}

@media only screen and (min-width: 1200px) {
  .models__title .clear-accent {
    font-size: 35px;
  }
}

.models__slider {
  margin: 0 auto;
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (min-width: 768px) {
  .models__slider {
    margin-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}

@media only screen and (min-width: 992px) {
  .models__slider {
    max-width: 1920px;
    overflow: hidden;
  }
}

@media only screen and (min-width: 1200px) {
  .models__slider {
    padding: 76px 40px 145px 40px;
  }
}

.models__item {
  position: relative;
  display: block;
  margin: 30px 5px;
  width: 220px;
  height: 92px;
  background: #fff;
  border-radius: 46px;
  -webkit-box-shadow: 0 21px 36.1px 1.9px rgba(0, 45, 86, 0.09), inset -5px -5px 36px 2px rgba(0, 45, 86, 0.2);
  box-shadow: 0 21px 36.1px 1.9px rgba(0, 45, 86, 0.09), inset -5px -5px 36px 2px rgba(0, 45, 86, 0.2);
}

.models__item:hover,
.models__item:focus {
  outline: none !important;
}

@media only screen and (min-width: 768px) {
  .models__item {
    margin: 40px 5px;
  }
}

.ico_apple,
.ico_asus,
.ico_samsung,
.ico_hp,
.ico_lg,
.ico_acer,
.ico_msi,
.ico_sony,
.ico_lenovo,
.ico_compaque {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-image: url(../images/laptop__sprite.png);
  background-repeat: no-repeat;
}

.ico_apple {
  background-position: 0 0;
  height: 61px;
  width: 108px;
}

.ico_asus {
  background-image: url(../images/asus.png);
  background-position: center;
  height: 61px;
  width: 108px;
}

.ico_samsung {
  background-position: 0 -61px;
  height: 61px;
  width: 108px;
}

.ico_hp {
  background-position: -108px -61px;
  height: 61px;
  width: 98px;
}

.ico_lg {
  background-position: 0 -122px;
  height: 59px;
  width: 124px;
}

.ico_acer {
  background-position: 0 -181px;
  height: 33px;
  width: 138px;
}

.ico_msi {
  background-position: -216px 0;
  height: 30px;
  width: 132px;
}

.ico_sony {
  background-position: 0 -214px;
  height: 29px;
  width: 162px;
}

.ico_lenovo {
  background-position: -162px -214px;
  height: 28px;
  width: 174px;
}

.ico_compaque {
  background-position: 0 -243px;
  height: 26px;
  width: 172px;
}

.product {
  background: #ecf4fa;
}

@media only screen and (min-width: 1200px) {
  .product {
    margin-top: -50px;
    height: 1289px;
    background: url(../images/back__product.png) no-repeat center / cover;
    z-index: 10;
  }
}

.product .container {
  position: relative;
}

@media only screen and (min-width: 992px) {
  .product__title {
    padding-right: 17px;
    text-align: right;
  }
}

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

@media only screen and (min-width: 992px) {
  .product .present {
    padding-right: 17px;
    text-align: right;
  }
}

.product__back {
  right: 17px;
  top: 110px;
}

.product__wrapper {
  padding-top: 40px;
}

@media only screen and (min-width: 992px) {
  .product__wrapper {
    padding-top: 100px;
  }
}

.product__box {
  margin: auto 15px;
  padding-bottom: 15px;
  background: #fff;
  border-radius: 15px;
  -webkit-box-shadow: 0 21px 36px 2px rgba(0, 45, 86, 0.15), inset 0 0 36px 2px rgba(0, 45, 86, 0.15);
  box-shadow: 0 21px 36px 2px rgba(0, 45, 86, 0.15), inset 0 0 36px 2px rgba(0, 45, 86, 0.15);
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.product__box:hover .img {
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}

@media only screen and (min-width: 1200px) {
  .product__box {
    margin: auto 30px;
  }
}

.product .product__col {
  max-width: 320px;
  margin: auto;
}

@media only screen and (min-width: 992px) {
  .product .product__col {
    max-width: inherit;
  }
}

.product .box-eco:hover {
  /*-webkit-box-shadow: 0 15px 36px 2px rgba(62, 215, 255, 0.5);
            box-shadow: 0 15px 36px 2px rgba(62, 215, 255, 0.5);*/

  -webkit-box-shadow: 0 15px 36px 2px rgba(62, 215, 255, 0.5), inset 0 0 36px 2px rgba(0, 45, 86, 0.15);
  box-shadow: 0 15px 36px 2px rgba(62, 215, 255, 0.5), inset 0 0 36px 2px rgba(0, 45, 86, 0.15);
}

.product .box-pre {
  margin-top: -25px;
}

.product .box-pre:hover {
  /* -webkit-box-shadow: 0 15px 36px 2px rgba(2, 185, 248, 0.5);
            box-shadow: 0 15px 36px 2px rgba(2, 185, 248, 0.5);*/

  -webkit-box-shadow: 0 15px 36px 2px rgba(2, 185, 248, 0.5), inset 0 0 36px 2px rgba(0, 45, 86, 0.15);
  box-shadow: 0 15px 36px 2px rgba(2, 185, 248, 0.5), inset 0 0 36px 2px rgba(0, 45, 86, 0.15);
}

.product .box-pro:hover {
  /* -webkit-box-shadow: 0 15px 36px 2px rgba(0, 130, 213, 0.5);
            box-shadow: 0 15px 36px 2px rgba(0, 130, 213, 0.5);*/

  -webkit-box-shadow: 0 15px 36px 2px rgba(0, 130, 213, 0.5), inset 0 0 36px 2px rgba(0, 45, 86, 0.15);
  box-shadow: 0 15px 36px 2px rgba(0, 130, 213, 0.5), inset 0 0 36px 2px rgba(0, 45, 86, 0.15);
}

.product__name {
  display: block;
  padding: 22px 0;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  color: #fff;
}

.product .name-eco {
  background: #3ed7ff;
  background: -webkit-linear-gradient(top, #3ed7ff 0%, #01baf4 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#3ed7ff), to(#01baf4));
  background: -o-linear-gradient(top, #3ed7ff 0%, #01baf4 100%);
  background: linear-gradient(to bottom, #3ed7ff 0%, #01baf4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3ed7ff', endColorstr='#01baf4', GradientType=0);
}

.product .name-pre {
  padding: 35px 0;
  background: #02b9f8;
  background: -webkit-linear-gradient(top, #02b9f8 0%, #059cea 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#02b9f8), to(#059cea));
  background: -o-linear-gradient(top, #02b9f8 0%, #059cea 100%);
  background: linear-gradient(to bottom, #02b9f8 0%, #059cea 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#02b9f8', endColorstr='#059cea', GradientType=0);
}

.product .name-pro {
  background: #0082d5;
  background: -webkit-linear-gradient(top, #0082d5 0%, #0072ca 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#0082d5), to(#0072ca));
  background: -o-linear-gradient(top, #0082d5 0%, #0072ca 100%);
  background: linear-gradient(to bottom, #0082d5 0%, #0072ca 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0082d5', endColorstr='#0072ca', GradientType=0);
}

.product__img {
  position: relative;
  width: 100%;
  height: 250px;
  background: #f7f9fc;
}

.product .img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 45%;
  -webkit-transform: translate(-50%, -50%) scale(0.9);
  -ms-transform: translate(-50%, -50%) scale(0.9);
  transform: translate(-50%, -50%) scale(0.9);
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.product .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.product__country {
  position: absolute;
  padding: 1px 10px;
  bottom: 15px;
  left: 20px;
  border: 1px solid #272b35;
  border-radius: 10px;
}

.product__accent {
  position: absolute;
  right: 0;
  top: 10px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  background: #fa5869;
  color: #fff;
}

.product__list {
  padding-top: 15px;
}

.product__item {
  position: relative;
  padding-left: 50px;
  padding-bottom: 10px;
  letter-spacing: 1px;
}

@media only screen and (min-width: 992px) {
  .product__item {
    padding-left: 60px;
  }
}

.product__item:before {
  content: '';
  position: absolute;
  left: 15px;
  top: 0;
  width: 20px;
  height: 20px;
  background: url(../images/icons/flash.png) no-repeat;
  border-radius: 50%;
}

@media only screen and (min-width: 992px) {
  .product__item:before {
    left: 20px;
  }
}

.product__price {
  margin: 10px 0;
  letter-spacing: 0.6px;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  color: #266fb3;
}

.product .btn {
  display: block;
  padding: 0 80px;
  margin: 25px auto;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}

.product__details {
  margin: 50px 30px;
}

.product__resume {
  position: relative;
  padding: 13px;
  color: #4c5e83;
  line-height: 1.1;
}

.product__resume:before {
  content: '*';
  position: absolute;
  left: 0;
  top: 13px;
  font-size: 16px;
  line-height: 1.33;
  font-weight: 400;
  font-family: 'Avanti', fallback, sans-serif;
  color: #4c5e83;
}

.description {
  padding-top: 0;
  padding-bottom: 100px;
  margin-top: -100px;
  margin-bottom: -32px;
  z-index: 10;
}

@media only screen and (min-width: 320px) {
  .description {
    background: url(../images/back__review.jpg) no-repeat center top / cover;
  }
}

@media only screen and (min-width: 1200px) {
  .description {
    background: url(../images/back__review.webp) no-repeat center top / cover;
  }
}

.description * {
  color: #fff;
}

/* PERCENTAGE ANIMATION */
.bar-main-container {
  margin: 10px auto;
  width: 100%;
  color: #fff;
}

.wrap {
  position: relative;
}

.bar-percentage {
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.percentage1 {
  right: 5%;
}

@media only screen and (min-width: 1200px) {
  .percentage1 {
    right: 55%;
  }
}

.percentage2 {
  right: 5%;
}

@media only screen and (min-width: 1200px) {
  .percentage2 {
    right: 45%;
  }
}

.percentage3 {
  right: 5%;
}

@media only screen and (min-width: 1200px) {
  .percentage3 {
    right: 35%;
  }
}

.percentage4 {
  right: 5%;
}

@media only screen and (min-width: 1200px) {
  .percentage4 {
    right: 30%;
  }
}

.percentage5 {
  right: 5%;
}

@media only screen and (min-width: 1200px) {
  .percentage5 {
    right: 15%;
  }
}

.percentage6 {
  right: 5%;
}

.bar-container {
  border-radius: 10px;
  overflow: hidden;
  background-color: #cad7e3;
  -webkit-box-shadow: inset 2.424px 4.373px 10px 0 rgba(156, 185, 211, 0.19);
  box-shadow: inset 2.424px 4.373px 10px 0 rgba(156, 185, 211, 0.19);
}

.bar {
  padding-left: 10px;
  color: #fff;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
  filter: alpha(opacity=100);
  opacity: 1;
}

.bar-text {
  min-width: 150px;
  line-height: 1.5;
}

/* COLORS */
.colorPrice {
  background: #3ed7ff;
}

.colorQuality {
  background: #02b9f8;
}

.colorTime {
  background: #0082d5;
}

.premium {
  background-color: #007fe3;
  color: #fff;
  overflow: hidden;
  width: 100%;
}

@media only screen and (min-width: 1200px) {
  .premium {
    padding-top: 68px;
    padding-bottom: 140px;
    margin-top: -140px;
    background: url(../images/back__model-pre.webp) no-repeat top / cover;
  }
}

@media only screen and (min-width: 1200px) {
  .premium .container {
    width: auto;
    max-width: 1180px;
  }
}

.premium__title {
  text-align: center;
  color: #fff;
  font-size: 28px;
}

@media only screen and (min-width: 768px) {
  .premium__title {
    text-align: left;
  }
}

@media only screen and (min-width: 1200px) {
  .premium__title {
    padding-top: 80px;
    padding-left: 160px;
    font-size: 40px;
  }
}

.premium .title__text {
  margin: 0;
  font-size: 28px;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .premium .title__text {
    text-align: left;
  }
}

@media only screen and (min-width: 1200px) {
  .premium .title__text {
    padding-left: 380px;
    font-size: 30px;
  }
}

.premium__box {
  position: relative;
}

.premium__list {
  position: relative;
  margin: 60px auto;
  margin-bottom: 0;
  padding-left: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  overflow: hidden;
}

@media only screen and (min-width: 768px) {
  .premium__list {
    margin: 0;
    padding-left: 0;
    text-align: right;
  }
}

@media only screen and (min-width: 1200px) {
  .premium__list {
    margin-top: 110px;
    padding-left: 170px;
  }
}

@media only screen and (min-width: 1600px) {
  .premium__list {
    padding-left: 100px;
  }
}

@media only screen and (min-width: 768px) {
  .premium__list:before {
    content: '';
    position: absolute;
    left: 274px;
    top: 30px;
    width: 1px;
    height: 90%;
    background: #fff;
  }
}

@media only screen and (min-width: 1200px) {
  .premium__list:before {
    left: 444px;
  }
}

@media only screen and (min-width: 1600px) {
  .premium__list:before {
    left: 374px;
  }
}

.premium__item {
  position: relative;
  width: 250px;
  margin: auto;
  margin-bottom: 160px;
  letter-spacing: 0.6px;
}

@media only screen and (min-width: 768px) {
  .premium__item {
    margin: inherit;
    margin-bottom: 130px;
  }
}

@media only screen and (min-width: 992px) {
  .premium__item {
    width: 250px;
  }
}

.premium__item:before {
  content: '';
  position: absolute;
  width: 14px;
  height: 14px;
  top: 50%;
  left: -30px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  background-color: #f0f5f9;
  -webkit-box-shadow: 0 0 8px 4px rgba(217, 238, 255, 0.8);
  box-shadow: 0 0 8px 4px rgba(217, 238, 255, 0.8);
}

@media only screen and (min-width: 768px) {
  .premium__item:before {
    left: inherit;
    right: -31px;
  }
}

@media only screen and (min-width: 768px) {
  .premium__item:nth-of-type(1) {
    margin-top: 10px;
  }
}

@media only screen and (min-width: 768px) {
  .premium__item:nth-of-type(2) {
    margin-bottom: 110px;
  }
}

@media only screen and (min-width: 768px) {
  .premium__item:nth-of-type(3) {
    margin-bottom: 100px;
  }
}

@media only screen and (min-width: 768px) {
  .premium__item:nth-of-type(4) {
    margin-bottom: 0;
  }
}

.premium h4 {
  font-weight: 700;
}

.premium__text {
  margin: 0;
}

.premium__inside .img1 {
  display: block;
  position: absolute;
  top: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 237px;
  height: 142px;
  z-index: 10;
}

@media only screen and (min-width: 768px) {
  .premium__inside .img1 {
    top: -100px;
    left: inherit;
    -webkit-transform: inherit;
    -ms-transform: inherit;
    transform: inherit;
    right: 0;
    width: 356px;
    height: 213px;
  }
}

@media only screen and (min-width: 992px) {
  .premium__inside .img1 {
    top: -150px;
    right: 90px;
    width: 474px;
    height: 284px;
  }
}

@media only screen and (min-width: 1600px) {
  .premium__inside .img1 {
    top: -180px;
    width: 592px;
    height: 354px;
  }
}

.premium__inside .img2 {
  position: absolute;
  top: 275px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 228px;
  height: 120px;
  z-index: 9;
}

@media only screen and (min-width: 768px) {
  .premium__inside .img2 {
    top: -96px;
    right: 0;
    left: inherit;
    -webkit-transform: inherit;
    -ms-transform: inherit;
    transform: inherit;
    width: 342px;
    height: 179px;
  }
}

@media only screen and (min-width: 992px) {
  .premium__inside .img2 {
    top: -140px;
    right: 90px;
    width: 456px;
    height: 239px;
  }
}

@media only screen and (min-width: 1600px) {
  .premium__inside .img2 {
    top: -165px;
    width: 569px;
    height: 298px;
  }
}

.premium__inside .img3 {
  position: absolute;
  top: 520px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 215px;
  height: 110px;
  z-index: 8;
}

@media only screen and (min-width: 768px) {
  .premium__inside .img3 {
    top: -50px;
    right: 100px;
    left: inherit;
    -webkit-transform: inherit;
    -ms-transform: inherit;
    transform: inherit;
    width: 215px;
    height: 110px;
  }
}

@media only screen and (min-width: 992px) {
  .premium__inside .img3 {
    top: -90px;
    right: 250px;
    width: 286px;
    height: 147px;
  }
}

@media only screen and (min-width: 1600px) {
  .premium__inside .img3 {
    top: -120px;
    width: 357px;
    height: 183px;
  }
}

.premium__inside .img4 {
  position: absolute;
  top: 680px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 236px;
  height: 137px;
  z-index: 7;
}

@media only screen and (min-width: 768px) {
  .premium__inside .img4 {
    top: -80px;
    right: 0;
    left: inherit;
    -webkit-transform: inherit;
    -ms-transform: inherit;
    transform: inherit;
    width: 354px;
    height: 205px;
  }
}

@media only screen and (min-width: 992px) {
  .premium__inside .img4 {
    top: -130px;
    right: 90px;
    width: 472px;
    height: 273px;
  }
}

@media only screen and (min-width: 1600px) {
  .premium__inside .img4 {
    top: -160px;
    width: 590px;
    height: 341px;
  }
}

.premium__inside .img5 {
  position: absolute;
  top: 600px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  z-index: 6;
}

@media only screen and (min-width: 768px) {
  .premium__inside .img5 {
    top: -50px;
    right: 0;
    left: inherit;
    -webkit-transform: inherit;
    -ms-transform: inherit;
    transform: inherit;
    width: 377px;
    height: 228px;
  }
}

@media only screen and (min-width: 992px) {
  .premium__inside .img5 {
    top: -140px;
    right: 90px;
    width: 503px;
    height: 304px;
  }
}

@media only screen and (min-width: 1600px) {
  .premium__inside .img5 {
    top: -170px;
    width: 628px;
    height: 380px;
  }
}

.order {
  background: #ecf4fa;
  overflow: hidden;
}

@media only screen and (min-width: 1200px) {
  .order {
    padding-top: 40px;
    padding-bottom: 120px;
    margin-top: -50px;
    background: url(../images/back__order.png) no-repeat center / cover;
    z-index: 10;
    height: 1377px;
  }
}

.order .container {
  position: relative;
}

.order__title {
  text-align: center;
  z-index: 1;
}

@media only screen and (min-width: 1200px) {
  .order__title {
    font-size: 40px;
    padding-left: 250px;
    text-align: left;
  }
}

.order__back {
  top: 7px;
  left: 260px;
  font-size: 180px;
  font-weight: 700;
}

.order__logo {
  position: absolute;
  top: 55%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}

.order__list {
  padding-top: 30px;
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  .order__list {
    padding-top: 70px;
  }
}

@media only screen and (min-width: 992px) {
  .order__list {
    margin-top: 50px;
    padding-left: 90px;
  }
}

@media only screen and (min-width: 1200px) {
  .order__list {
    padding-left: 200px;
  }
}

.order__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 15px;
}

@media only screen and (min-width: 768px) {
  .order__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 0;
  }
}

.order .arr1 {
  display: none;
}

@media only screen and (min-width: 768px) {
  .order .arr1 {
    display: block;
    position: absolute;
    top: 120px;
    left: 274px;
  }
}

.order .arr2 {
  display: none;
}

@media only screen and (min-width: 768px) {
  .order .arr2 {
    display: block;
    position: absolute;
    top: 80px;
    left: 250px;
  }
}

.order .arr3 {
  display: none;
}

@media only screen and (min-width: 768px) {
  .order .arr3 {
    display: block;
    position: absolute;
    top: 140px;
    left: 260px;
  }
}

.order .arr4 {
  display: none;
}

@media only screen and (min-width: 768px) {
  .order .arr4 {
    display: block;
    position: absolute;
    top: 100px;
    left: 310px;
  }
}

@media only screen and (min-width: 768px) {
  .order .mt {
    margin-top: 20px;
  }
}

@media only screen and (min-width: 768px) {
  .order .mt2 {
    margin-left: 36px;
  }
}

.order__text {
  width: 280px;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .order__text {
    margin-left: 30px;
    margin-top: -100px;
    text-align: left;
  }
}

@media only screen and (min-width: 768px) {
  .order .text-rtl {
    margin-left: 150px;
    text-align: right;
  }
}

.order__img {
  display: block;
  width: 45%;
}

@media only screen and (min-width: 768px) {
  .order__img {
    width: auto;
    margin-top: -50px;
  }
}

.order .img-rtl {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}

@media only screen and (min-width: 768px) {
  .order .img-rtl {
    margin-top: -100px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

.order .btn {
  color: #fff;
  padding: 0 60px;
  margin-top: 30px;
}

@media only screen and (min-width: 768px) {
  .order .btn {
    margin-top: 0;
  }
}

.partners {
  background-color: #007fe3;
}

@media only screen and (min-width: 992px) {
  .partners {
    background: url(../images/back__models.jpg) no-repeat center / cover;
  }
}

@media only screen and (min-width: 1200px) {
  .partners {
    padding-top: 55px;
    margin-top: -100px;
  }
}

.partners__title {
  font-size: 28px;
  text-align: center;
  color: #fff;
}

@media only screen and (min-width: 768px) {
  .partners__title {
    text-align: left;
    padding-left: 70px;
    font-size: 40px;
    line-height: 1;
  }
}

.partners__slider {
  margin: 0 auto;
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (min-width: 768px) {
  .partners__slider {
    margin-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}

@media only screen and (min-width: 992px) {
  .partners__slider {
    max-width: 1920px;
    overflow: hidden;
  }
}

@media only screen and (min-width: 1200px) {
  .partners__slider {
    padding: 76px 40px 145px 40px;
  }
}

.partners__item {
  position: relative;
  display: block;
  margin: 15px 5px;
  width: 220px;
  height: 92px;
  background: #fff;
  border-radius: 46px;
  -webkit-box-shadow: 0 21px 36.1px 1.9px rgba(0, 45, 86, 0.09), inset -5px -5px 36px 2px rgba(0, 45, 86, 0.2);
  box-shadow: 0 21px 36.1px 1.9px rgba(0, 45, 86, 0.09), inset -5px -5px 36px 2px rgba(0, 45, 86, 0.2);
}

.partners__item:hover,
.partners__item:focus {
  outline: none !important;
}

@media only screen and (min-width: 320px) {
  .partners__item {
    margin: 30px 5px;
  }
}

@media only screen and (min-width: 768px) {
  .partners__item {
    margin: 40px 5px;
  }
}

.ico_luxoft,
.ico_pb,
.ico_np,
.ico_volya,
.ico_plarium,
.ico_mafia,
.ico_plus {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-image: url(../images/partners__sprite.png);
  background-repeat: no-repeat;
}

.ico_luxoft {
  background-position: 0 0;
  height: 68px;
  width: 131px;
}

.ico_pb {
  background-position: -131px 0;
  height: 66px;
  width: 95px;
}

.ico_np {
  background-position: 0 -68px;
  height: 65px;
  width: 65px;
}

.ico_volya {
  background-position: -65px -68px;
  height: 64px;
  width: 88px;
}

.ico_plarium {
  background-position: 0 -133px;
  height: 62px;
  width: 83px;
}

.ico_mafia {
  background-position: -83px -133px;
  height: 53px;
  width: 138px;
}

.ico_plus {
  background-position: -226px 0;
  height: 36px;
  width: 140px;
}

.mass {
  background: #ecf4fa;
}

@media only screen and (min-width: 1200px) {
  .mass {
    padding-top: 40px;
    padding-bottom: 100px;
    margin-top: -60px;
    height: 624px;
    background: url(../images/back__form.png) no-repeat center / cover;
    z-index: 10;
  }
}

.mass p {
  margin: 0;
}

.mass .container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (min-width: 768px) {
  .mass .container {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media only screen and (min-width: 1200px) {
  .mass .container {
    display: inherit;
    padding-bottom: 0;
  }
}

.mass__box {
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .mass__box {
    text-align: left;
  }
}

@media only screen and (min-width: 1200px) {
  .mass__box {
    position: relative;
    padding-top: 22px;
    padding-left: 70px;
  }
}

.mass__title {
  text-align: center;
  font-size: 30px;
}

@media only screen and (min-width: 768px) {
  .mass__title {
    text-align: left;
  }
}

@media only screen and (min-width: 992px) {
  .mass__title {
    font-size: 30px;
  }
}

.mass__title-next {
  margin: 0;
  padding-top: 30px;
  font-size: 26px;
}

@media only screen and (min-width: 992px) {
  .mass__title-next {
    padding-top: 12px;
    font-size: 20px;
  }
}

.mass__text {
  margin-top: 20px;
}

@media only screen and (min-width: 1200px) {
  .mass__text {
    margin-top: 78px;
  }
}

.mass__proposal {
  position: relative;
  padding-left: 10px;
  font-size: 21px;
  color: #272b35;
}

@media only screen and (min-width: 768px) {
  .mass__proposal {
    font-size: 18px;
  }
}

@media only screen and (min-width: 768px) {
  .mass__proposal:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 2px;
    height: 100%;
    background: #000;
  }
}

.mass__accent {
  padding-left: 5px;
  padding-top: 25px;
  font-size: 12px;
}

@media only screen and (min-width: 1200px) {
  .mass__accent {
    padding-top: 38px;
  }
}

.mass .form {
  width: 300px;
  margin-top: 30px;
  text-align: center;
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 13px 19.92px 4.08px rgba(0, 45, 86, 0.09);
  box-shadow: 0 13px 19.92px 4.08px rgba(0, 45, 86, 0.09);
}

@media only screen and (min-width: 768px) {
  .mass .form {
    width: 100%;
    margin-top: 60px;
    padding-top: 20px;
    padding-bottom: 50px;
    padding-left: 50px;
    border-radius: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: url(../images/back__forms-small.png) no-repeat center / contain;
  }
}

@media only screen and (min-width: 1200px) {
  .mass .form {
    margin-top: inherit;
    padding-top: inherit;
    padding-bottom: inherit;
    padding-left: inherit;
    position: absolute;
    top: 72px;
    right: 48px;
    width: 467px;
    height: 100%;
    padding-left: 130px;
    background: url(../images/back__forms.png) no-repeat center / cover;
    background-size: contain;
    text-align: center;
  }
}

.mass .formBox__title-mass {
  padding-top: 30px;
  font-weight: 700;
  font-size: 26px;
}

@media only screen and (min-width: 1200px) {
  .mass .formBox__title-mass {
    padding-top: 57px;
    font-size: 20px;
  }
}

.mass .formBox__text {
  padding-top: 12px;
  margin-bottom: 10px;
  font-size: 16px;
  color: #000;
}

.mass .form__line {
  margin: auto;
  margin-top: 0;
  margin-bottom: 25px;
  padding: 10px 15px;
  width: 250px;
  border: none;
  background: #ecf1f6;
  display: block;
}

@media only screen and (min-width: 1200px) {
  .mass .form__line {
    margin-bottom: 14px;
  }
}

.mass .btn {
  padding: 0 80px;
  margin-bottom: 30px;
  color: #fff;
}

.mass .btn-mobile {
  margin: auto;
  margin-top: 20px;
}

@media only screen and (min-width: 768px) {
  .mass .btn-mobile {
    display: none;
  }
}

.mass input {
  border-bottom-color: none !important;
}

@media only screen and (min-width: 320px) {
  .review {
    background-color: #007fe3;
    background: url(../images/back__review.jpg) no-repeat center top / cover;
  }
}

@media only screen and (min-width: 992px) {
  .review {
    padding-bottom: 160px;
  }
}

@media only screen and (min-width: 1200px) {
  .review {
    padding-top: 46px;
    padding-bottom: 130px;
    margin-top: -100px;
    background-color: #007fe3;
    background: url(../images/back__review.webp) no-repeat center / cover;
  }
}


.review__title {
  text-align: center;
  color: #fff;
}

@media only screen and (min-width: 1200px) {
  .review__title {
    padding-right: 55px;
    text-align: right;
    font-size: 40px;
    line-height: 1;
  }
}

.review__slider {
  margin-top: 40px;
}

@media only screen and (min-width: 1200px) {
  .review__slider {
    padding-left: 130px;
    padding-bottom: 5px;
  }
}

.review__slide {
  outline: none !important;
}

.review .slide__left {
  display: block;
}

@media only screen and (min-width: 992px) {
  .review .slide__left {
    padding: 35px;
    margin-right: 40px;
    float: left;
  }
}

.review .slide__img {
  margin: 20px auto;
  position: relative;
  width: 150px;
  height: 150px;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  border-radius: 12px;
}

@media only screen and (min-width: 992px) {
  .review .slide__img {
    width: 250px;
    height: 250px;
  }
}

.review .slide__img:before {
  content: '';
  position: absolute;
  width: 180px;
  height: 180px;
  top: -15px;
  left: -15px;
  border: 5px solid #fff;
  border-radius: 12px;
  -webkit-box-shadow: 0 0 6px 4px rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 6px 4px rgba(255, 255, 255, 0.5);
}

@media only screen and (min-width: 992px) {
  .review .slide__img:before {
    width: 280px;
    height: 280px;
  }
}

.review .img2 {
  background-position: 50% 60%;
}

.review .img3 {
  background-position: 50% 35%;
}

.review .slide__right {
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 15px;
  color: #fff;
}

@media only screen and (min-width: 320px) {
  .review .slick-slide .slide__right {
    height: 0;
    overflow: hidden;
    text-align: center;
  }

  .review .slick-slide .slide__right {
    height: 0;
    overflow: hidden;
  }

  .review .slick-slide.slick-active .slide__right {
    height: auto;
    text-align: center;
  }
}

@media only screen and (min-width: 992px) {
  .review .slide__right {
    text-align: left;
    height: auto;
  }

  .review .slick-slide .slide__right {
    height: auto;
  }
}

@media only screen and (min-width: 1200px) {
  .review .slide__right {
    padding-right: 60px;
  }
}

@media only screen and (min-width: 1600px) {
  .review .slide__right {
    padding-top: 30px;
    padding-right: 0;
  }
}

.review__name {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
}

.review__city {
  margin: 5px 0;
  font-size: 18px;
}

.review__text {
  margin: 15px 0;
  font-size: 16px;
}

.review .slick-prev:before {
  background: url(../images/icons/arrow_left-sm.png) no-repeat center;
}

@media only screen and (min-width: 768px) {
  .review .slick-prev:before {
    background: url(../images/icons/arrow_left.png) no-repeat center;
  }
}

.review .slick-next:before {
  background: url(../images/icons/arrow_right-sm.png) no-repeat center;
}

@media only screen and (min-width: 768px) {
  .review .slick-next:before {
    background: url(../images/icons/arrow_right.png) no-repeat center;
  }
}

.award {
  padding-bottom: 95px;
  background: #ecf4fa;
  overflow: hidden;
}

@media only screen and (min-width: 1600px) {
  .award {
    padding-top: 60px;
    padding-bottom: 100px;
    margin-top: -90px;
    height: 943px;
    background: url(../images/back__award.png) no-repeat center / cover;
    z-index: 10;
  }
}

.award .container {
  position: relative;
}

.award a {
  outline: none !important;
}

.award__title {
  font-size: 29px;
  line-height: 1.2;
  text-align: center;
}

.award__title br {
  display: none;
}

@media only screen and (min-width: 992px) {
  .award__title {
    font-size: 40px;
  }
}

@media only screen and (min-width: 1200px) {
  .award__title {
    font-size: 50px;
    padding-left: 74px;
    text-align: left;
  }

  .award__title br {
    display: inline;
  }
}

.award__logo {
  position: absolute;
  top: 55%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}

.award__slider {
  position: relative;
}

.award__item {
  padding: 100px 0;
  -webkit-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
  transition: 0.5s ease all;
  position: relative;
  outline: none;
}

.award__img {
  position: relative;
  display: block;
  margin: auto;
  padding: 0;
  width: 200px;
  height: 290px;
}

@media only screen and (min-width: 992px) {
  .award__img {
    width: 280px;
    height: 400px;
  }
}

.award__img img {
  display: block;
  position: absolute;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 10px solid #fff;
  -webkit-box-shadow: 0 15px 36.1px 1.9px rgba(0, 45, 86, 0.09);
  box-shadow: 0 15px 36.1px 1.9px rgba(0, 45, 86, 0.09);
}

.award .slick-prev,
.award .slick-next {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media only screen and (min-width: 1200px) {

  .award .slick-prev,
  .award .slick-next {
    width: 500px;
    height: 500px;
    background-color: #fff;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

@media only screen and (min-width: 1200px) {

  .award .slick-prev:hover,
  .award .slick-prev:focus {
    -webkit-transform: translate(0, -50%) scale(1.2);
    -ms-transform: translate(0, -50%) scale(1.2);
    transform: translate(0, -50%) scale(1.2);
  }
}

@media only screen and (min-width: 1200px) {

  .award .slick-prev:hover:after,
  .award .slick-prev:focus:after {
    width: 55px;
  }
}

@media only screen and (min-width: 1200px) {

  .award .slick-next:hover,
  .award .slick-next:focus {
    -webkit-transform: translate(0, -50%) scale(1.2);
    -ms-transform: translate(0, -50%) scale(1.2);
    transform: translate(0, -50%) scale(1.2);
  }
}

@media only screen and (min-width: 1200px) {

  .award .slick-next:hover:after,
  .award .slick-next:focus:after {
    width: 55px;
  }
}

@media only screen and (min-width: 1200px) {
  .award .slick-prev {
    left: -500px;
  }
}

@media only screen and (min-width: 1600px) {
  .award .slick-prev {
    left: -600px;
  }
}

@media only screen and (min-width: 1920px) {
  .award .slick-prev {
    left: -750px;
  }
}

.award .slick-prev:before {
  top: 250px;
  left: 10px;
  font-family: 'Fontello';
  content: '\e805';
  font-size: 40px;
  line-height: 1;
  color: #000;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media only screen and (min-width: 768px) {
  .award .slick-prev:before {
    top: 190px;
    left: -10px;
  }
}

@media only screen and (min-width: 992px) {
  .award .slick-prev:before {
    top: 50%;
  }
}

@media only screen and (min-width: 1200px) {
  .award .slick-prev:before {
    top: 56.9%;
    left: 400px;
  }
}

.award .slick-prev:after {
  top: 49.6%;
  left: 426px;
  background-color: #000;
  content: '';
  display: block;
  height: 1px;
  position: absolute;
  -webkit-transform: translate3d(0%, -100%, 0);
  transform: translate3d(0%, -100%, 0);
  -webkit-transition: width 0.35s;
  -o-transition: width 0.35s;
  transition: width 0.35s;
  width: 0;
  z-index: 10;
}

@media only screen and (min-width: 1200px) {
  .award .slick-next {
    right: -510px;
  }
}

@media only screen and (min-width: 1600px) {
  .award .slick-next {
    right: -600px;
  }
}

@media only screen and (min-width: 1920px) {
  .award .slick-next {
    right: -750px;
  }
}

.award .slick-next:before {
  top: 250px;
  right: 10px;
  font-family: 'Fontello';
  content: '\e806';
  font-size: 40px;
  line-height: 1;
  color: #000;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media only screen and (min-width: 768px) {
  .award .slick-next:before {
    top: 190px;
    right: -10px;
  }
}

@media only screen and (min-width: 992px) {
  .award .slick-next:before {
    top: 50%;
  }
}

@media only screen and (min-width: 1200px) {
  .award .slick-next:before {
    top: 56.9%;
    right: 400px;
  }
}

.award .slick-next:after {
  top: 49.6%;
  right: 426px;
  background-color: #000;
  content: '';
  display: block;
  height: 1px;
  position: absolute;
  -webkit-transform: translate3d(0%, -100%, 0);
  transform: translate3d(0%, -100%, 0);
  -webkit-transition: width 0.35s;
  -o-transition: width 0.35s;
  transition: width 0.35s;
  width: 0;
  z-index: 10;
}

.award .slick-current,
.award .slick-focus {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.award .slick-dots {
  left: 0px;
}

.award .slick-dots li button {
  background: #f1f6fb;
}

.contact {
  padding-bottom: 30px;
  position: relative;
  background: #272b35;
}

@media only screen and (min-width: 992px) {
  .contact {
    padding-bottom: 0;
  }
}

.contact__title {
  display: none;
}

.contact .map {
  width: 100%;
  height: 450px;
}

@media only screen and (min-width: 992px) {
  .contact .map {
    height: 580px;
  }
}

.contact iframe {
  display: block;
  border: none;
  border: 0;
}

.contact .container {
  position: relative;
}

.contact__box {
  margin: auto;
  width: 300px;
  /*height: 580px;*/
  padding-top: 70px;
  padding-left: 15px;
  padding-right: 15px;
  background: #272b35;
  color: #fff;
}

@media only screen and (min-width: 992px) {
  .contact__box {
    position: absolute;
    top: -580px;
    right: 0;
    width: 405px;
    height: 580px;
    padding-left: 60px;
    padding-top: 35px;
    margin: inherit;
  }
}

.contact .box__title {
  padding-bottom: 5px;
  font-size: 20px;
  font-weight: 700;
}

.contact address {
  font-style: normal;
  padding-bottom: 7px;
}

.contact .mail {
  margin-top: 27px;
  margin-bottom: 5px;
  font-weight: 700;
}

.contact .mail i {
  margin-right: 10px;
}

.contact .mail i:before {
  margin: 0;
  text-align: left;
  font-size: 22px;
  color: #00aff0;
}

.contact .skype span {
  margin-right: 10px;
}

.contact .accent {
  margin-bottom: 7px;
  font-weight: 700;
}

.contact .contact__ask {
  margin-top: 40px;
  margin-bottom: 5px;
  padding-bottom: 5px;
  font-size: 20px;
  font-weight: 700;
}

@media only screen and (min-width: 992px) {
  .contact .contact__ask {
    margin-top: 40px;
  }
}

.contact .contact__text {
  margin-top: 0;
  margin-bottom: 18px;
}

.contact .btn {
  padding: 0 60px;
}

.footer {
  padding: 40px 0 15px 0;
  text-align: center;
  background: #15181f;
}

@media only screen and (min-width: 992px) {
  .footer {
    padding: 15px 0;
    text-align: left;
  }
}

.footer__logo {
  display: block;
  margin-right: 20px;
  background: url(../images/logo_h.svg) 50% 50% no-repeat;
  background-size: contain;
  width: 100px;
  height: 21px;
}

@media only screen and (min-width: 992px) {
  .footer__logo {
    margin-top: 15px;
    float: left;
  }
}

.footer__title {
  padding-top: 20px;
  font-size: 16px;
  font-weight: 400;
}

@media only screen and (min-width: 992px) {
  .footer__title {
    float: left;
    padding-top: 3px;
  }
}

.footer .agency {
  margin: 35px 0;
  font-size: 16px;
}

@media only screen and (min-width: 992px) {
  .footer .agency {
    float: right;
    margin: 0;
  }
}

.footer .agency a {
  font-size: 16px;
  color: #fff;
}

.footer .agency p {
  margin: 0;
}

.slick-prev,
.slick-next {
  width: 65px;
  height: 114px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  z-index: 10;
  top: 10%;
}

@media only screen and (min-width: 768px) {

  .slick-prev,
  .slick-next {
    width: 30px;
    height: 53px;
  }
}

@media only screen and (min-width: 992px) {

  .slick-prev,
  .slick-next {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  /* 	background: rgba(0,0,0, .6); */
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  /* 	opacity: 1; 
color: #1a46a8; */
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  /* opacity: 0.25;  */
}

.slick-prev {
  left: 0;
}

@media only screen and (min-width: 1600px) {
  .slick-prev {
    left: -60px;
  }
}

.slick-prev:before {
  display: block;
  position: absolute;
  z-index: 10;
  width: 30px;
  height: 53px;
}

@media only screen and (min-width: 768px) {
  .slick-prev:before {
    width: 65px;
    height: 114px;
  }
}

@media only screen and (min-width: 992px) {
  .slick-prev:before {
    top: 200px;
    left: 300px;
  }
}

@media only screen and (min-width: 1200px) {
  .slick-prev:before {
    top: 20%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 54px;
  }
}

.slick-next {
  right: 0;
}

@media only screen and (min-width: 1600px) {
  .slick-next {
    right: -60px;
  }
}

.slick-next:before {
  display: block;
  position: absolute;
  z-index: 10;
  width: 30px;
  height: 53px;
  right: 0;
}

@media only screen and (min-width: 768px) {
  .slick-next:before {
    width: 65px;
    height: 114px;
  }
}

@media only screen and (min-width: 992px) {
  .slick-next:before {
    top: 200px;
    right: 300px;
  }
}

@media only screen and (min-width: 1200px) {
  .slick-next:before {
    top: 20%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -20px;
  }
}

.slick-dots {
  bottom: -35px;
  left: 0px;
  -webkit-border-image: transparent;
  -o-border-image: transparent;
  border-image: transparent;
}

@media only screen and (min-width: 1200px) {
  .slick-dots {
    bottom: -15px;
  }
}

.slick-dots li button {
  background: #81d4fb;
  display: block;
  height: 20px;
  width: 20px;
  font-size: 0;
  color: #fff;
  padding: 5px;
  border-radius: 50%;
  -webkit-box-shadow: 0 5px 7px 1px rgba(0, 45, 86, 0.15);
  box-shadow: 0 5px 7px 1px rgba(0, 45, 86, 0.15);
}

.slick-dots li button:before {
  font-size: 0;
  opacity: 0;
}

.slick-dots li.slick-active button {
  background: #fff;
  border-radius: 50%;
  opacity: 1;
}

.remodal-first {
  padding-top: 95px;
  text-align: center;
  width: 376px;
}

@media only screen and (min-width: 320px) {
  .remodal-first {
    max-width: 376px !important;
    height: auto;
    padding: 40px 15px;
    margin: 0 auto;
    text-align: center;
    background: #f9fbfc;
    border-radius: 10px;
  }
}

@media only screen and (min-width: 768px) {
  .remodal-first {
    padding: 50px 15px;
    max-width: 489px !important;
    height: 487px;
    text-align: left;
    border-radius: 0;
    background: url('../images/form.png') no-repeat top center;
    padding: 120px 0 0 109px;
  }
}

@media only screen and (min-width: 320px) {
  .remodal-first .remodal-close {
    color: #000 !important;
  }
}

@media only screen and (min-width: 768px) {
  .remodal-first .remodal-close {
    color: #fff !important;
  }
}

.remodal-first:before {
  display: none;
}

.btn-remodal {
  margin: 30px 0 0 15px;
}

.remodal-close {
  top: 12px !important;
  right: 15px !important;
  color: #fff !important;
  font-weight: 900;
}

@media only screen and (min-width: 320px) {
  .remodal-close {
    width: 10px !important;
    height: 16px !important;
  }
}

@media only screen and (min-width: 768px) {
  .remodal-close {
    width: 35px !important;
    height: 30px !important;
  }
}

@media only screen and (min-width: 320px) {
  .remodal-close:before {
    font-size: 30px !important;
    top: -7px !important;
    left: -12px !important;
  }
}

@media only screen and (min-width: 768px) {
  .remodal-close:before {
    font-size: 50px !important;
    top: 0 !important;
    left: 0 !important;
  }
}

.remodal-common {
  border-radius: 15px;
  background: #fff;
  padding: 30px 40px;
}

@media only screen and (min-width: 320px) {
  .remodal-common {
    max-width: 500px !important;
    padding: 40px 15px;
    margin: 0 auto;
    text-align: center;
  }
}

@media only screen and (min-width: 768px) {
  .remodal-common {
    padding: 40px 20px;
    max-width: 450px !important;
    text-align: center;
  }
}

.remodal-common .remodal-close {
  color: #000 !important;
}

.error-input {
  clear: both;
  float: left;
  font-size: 13px;
  padding-left: 93px;
  color: #df3a3a;
  margin: 0 auto;
  text-align: center;
}

input:focus:required:invalid,
textarea:focus:required:invalid {
  border: solid 0 rgba(222, 78, 0, 0.51) !important;
  /* border-bottom: 1px solid #909091; */
}

input:required:valid,
textarea:required:valid {
  border: solid 0 rgba(222, 78, 0, 0.51) !important;
  /* border-bottom: 1px solid #909091; */
}

#name-error {
  font-size: 0 !important;
}

.input {
  position: relative;
}

label {
  position: absolute;
  top: 0;
  border: 0;
  font-size: 0 !important;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}

.formBox {
  position: relative;
  /*background: #007fe3;*/
  /*    background-image: -webkit-linear-gradient(right, #007fe3, #03b0f5);
    background-image: -moz-linear-gradient(right, #007fe3, #03b0f5);
    background-image: -o-linear-gradient(right, #007fe3, #03b0f5);
    background-image: -ms-linear-gradient(right, #007fe3, #03b0f5);
    background-image: linear-gradient(to left, #03b0f5, #007fe3);*/

  background: -webkit-linear-gradient(top, #0082d5 0%, #0072ca 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#0082d5), to(#0072ca));
  background: -o-linear-gradient(top, #0082d5 0%, #0072ca 100%);
  background: linear-gradient(to bottom, #0082d5 0%, #0072ca 100%);
  max-width: 400px;
  text-align: center;
  border-radius: 15px;
  font-family: 'Avanti', fallback, sans-serif;
}

.formBox__title {
  padding-bottom: 10px;
  font-size: 25px;
  font-weight: 700;
  color: #fff;
}

.formBox__text {
  display: block;
  padding-bottom: 10px;
  padding-left: 0;
  font-size: 16px;
  color: #fff;
}

@media only screen and (min-width: 320px) {
  .formBox__text br {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .formBox__text br {
    display: inline-block;
    vertical-align: top;
  }
}

.formBox .form__line {
  margin: auto;
  margin-top: 0;
  margin-bottom: 14px;
  padding: 10px 15px;
  width: 100%;
  max-width: 290px;
  border: none;
  background: #ecf1f6;
  color: #272b35;
  font-size: 20px;
  border-radius: 29px;
  -webkit-box-shadow: inset 0 5px 7px rgba(81, 127, 172, 0.35);
  box-shadow: inset 0 5px 7px rgba(81, 127, 172, 0.35);
}

.formBox .btn {
  /*padding: 0 80px;*/
  margin: 15px 0;
  color: #fff;
  width: 100%;
  max-width: 290px;
}

.video {
  max-width: 780px;
}

.video iframe {
  border: none;
  width: 100%;
  height: 100%;
}

.thanks__title {
  padding-bottom: 15px;
  font-size: 22px;
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
}

.thanks__text {
  display: block;
  padding-bottom: 15px;
  padding-left: 0;
  font-size: 18px;
  color: #000;
}

@-webkit-keyframes arrow-bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(-7px);
    transform: translateY(-7px);
  }
}

@keyframes arrow-bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(-7px);
    transform: translateY(-7px);
  }
}

@-webkit-keyframes smoothScroll {
  0% {
    opacity: 0;
    /* 		transform: translateY(-40px); */
  }

  100% {
    opacity: 0.8;
    /* 		transform: translateY(0px); */
  }
}

@keyframes smoothScroll {
  0% {
    opacity: 0;
    /* 		transform: translateY(-40px); */
  }

  100% {
    opacity: 0.8;
    /* 		transform: translateY(0px); */
  }
}

@-webkit-keyframes light {
  0% {
    background: #55c202;
    -webkit-box-shadow: 0 0 4px 2px #55c202;
    box-shadow: 0 0 4px 2px #55c202;
  }

  20% {
    background: #fff;
    -webkit-box-shadow: 0 0 4px 2px #fff;
    box-shadow: 0 0 4px 2px #fff;
  }

  40% {
    background: #ff405a;
    -webkit-box-shadow: 0 0 4px 2px #ff405a;
    box-shadow: 0 0 4px 2px #ff405a;
  }

  60% {
    background: #fff;
    -webkit-box-shadow: 0 0 4px 2px #fff;
    box-shadow: 0 0 4px 2px #fff;
  }

  80% {
    background: #0ff;
    -webkit-box-shadow: 0 0 4px 2px #0ff;
    box-shadow: 0 0 4px 2px #0ff;
  }

  100% {
    background: #fff;
    -webkit-box-shadow: 0 0 4px 2px #fff;
    box-shadow: 0 0 4px 2px #fff;
  }
}

@keyframes light {
  0% {
    background: #55c202;
    -webkit-box-shadow: 0 0 4px 2px #55c202;
    box-shadow: 0 0 4px 2px #55c202;
  }

  20% {
    background: #fff;
    -webkit-box-shadow: 0 0 4px 2px #fff;
    box-shadow: 0 0 4px 2px #fff;
  }

  40% {
    background: #ff405a;
    -webkit-box-shadow: 0 0 4px 2px #ff405a;
    box-shadow: 0 0 4px 2px #ff405a;
  }

  60% {
    background: #fff;
    -webkit-box-shadow: 0 0 4px 2px #fff;
    box-shadow: 0 0 4px 2px #fff;
  }

  80% {
    background: #0ff;
    -webkit-box-shadow: 0 0 4px 2px #0ff;
    box-shadow: 0 0 4px 2px #0ff;
  }

  100% {
    background: #fff;
    -webkit-box-shadow: 0 0 4px 2px #fff;
    box-shadow: 0 0 4px 2px #fff;
  }
}

/*# sourceMappingURL=style.css.map */


#thanks {
  /*background-image: -webkit-linear-gradient(bottom, #408ee4, #3282db);
    background-image: -moz-linear-gradient(bottom, #408ee4, #3282db);
    background-image: -o-linear-gradient(bottom, #408ee4, #3282db);
    background-image: -ms-linear-gradient(bottom, #408ee4, #3282db);
    background-image: linear-gradient(to top, #3282db, #408ee4);*/

  background: url(../images/back__model-pre.webp) no-repeat top / cover;
  height: 100vh;
}

#thanks .container {
  height: 100vh;
}

#thanks .thanks__block {
  position: relative;
  top: 50% !important;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  z-index: 99;
  text-align: center;
}

@media only screen and (min-width: 320px) {}

@media only screen and (min-width: 768px) {}

#thanks .thanks__block h3 {
  font-size: 60px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 15px;
}

@media only screen and (min-width: 320px) {
  #thanks .thanks__block h3 {
    font-size: 38px;
  }

}

@media only screen and (min-width: 768px) {
  #thanks .thanks__block h3 {
    font-size: 60px;
  }
}

#thanks .thanks__block p {
  font-size: 30px;
  color: #fff;
}

@media only screen and (min-width: 320px) {

  #thanks .thanks__block p {
    font-size: 25px;
  }
}

@media only screen and (min-width: 768px) {

  #thanks .thanks__block p {
    font-size: 30px;
  }
}

#thanks .thanks__block .btn-thanks {
  margin: 0 auto;
  margin-top: 25px;
  padding: 15px 70px;
  height: 45px;

}

.skaip-buttons-theme-logo.skaip-buttons-size-22 .skaip-buttons-icon {
  background-image: url(../images/22.png);

}

.skaip-buttons-cmd-chat {
  background-image: url(../images/chat.png);
}

.skaip-buttons-cmd-call {
  background-image: url(../images/call.png);
}

.skaip-buttons-cmd-videocall {
  background-image: url(../images/videocall.png);
}

.skaip-buttons-cmd-voicemail {
  background-image: url(../images/voicemail.png);
}

.skaip-buttons-cmd-add {
  background-image: url(../images/add.png);
}

.skaip-buttons-cmd-userinfo {
  background-image: url(../images/userinfo.png);
}

.skaip-buttons-cmd-sendfile {
  background-image: url(../images/sendfile.png);
}

.btn_review {
  width: 240px;
  margin: 70px auto 0;
  color: #fff;
  display: block;
}

@media only screen and (min-width: 992px) {

  .btn_review {
    margin: 140px auto 0;
  }
}

@media only screen and (min-width: 1200px) {

  .btn_review {
    margin: 50px auto 0;
  }
}

.attention {
  width: 260px;
  margin: -5px auto 10px;
  text-align: left;
  font-size: 12px;
  line-height: 1;
}

.form_review {
  height: 100px;
}

.formBox .btn-leave_review {
  margin-top: 0;
}


#google-map {
  display: flex;
  justify-content: left;
  align-items: center;
  background: url(../images/back__model-pre.webp) no-repeat center / cover;
}

#google-map .top-title {
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  margin: 8px 0;
}

#google-map .bottom-title {
  font-size: 30px;
  color: #fff;
  margin: 8px 0;
}

.no-background {
  background: none !important;
}

.multi_button * [class*=" icon-"]:before { margin-right: auto!important; line-height: 0!important; margin-left: 0!important; }