@font-face {
  font-family: Test;
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/TestRegular/TestRegular.eot");
  src: url("../fonts/TestRegular/TestRegular.eot?#iefix") format("embedded-opentype"),url("../fonts/TestRegular/TestRegular.woff") format("woff"),url("../fonts/TestRegular/TestRegular.ttf") format("truetype");
}

@font-face {
  font-family: Test;
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/TestBold/TestBold.eot");
  src: url("../fonts/TestBold/TestBold.eot?#iefix") format("embedded-opentype"),url("../fonts/TestBold/TestBold.woff") format("woff"),url("../fonts/TestBold/TestBold.ttf") format("truetype");
}

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

figcaption,
figure,
main {
  display: block;
}

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

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

a {
  -webkit-text-decoration-skip: objects;
}

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

b,
strong {
  font-weight: inherit;
}

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

dfn {
  font-style: italic;
}

small {
  font-size: 80%;
}

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

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

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: .35em .75em .625em;
}

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

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

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

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

menu {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

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

ul {
  margin: 0;
  padding: 0;
}

ul li {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  text-decoration-skip: objects;
  color: inherit;
}

strong {
  font-weight: inherit;
}

em {
  font-style: inherit;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

.flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.gap>* {
  border: 10px solid transparent;
  background-clip: padding-box;
}

.gap>:first-child {
  border-left: 0;
}

.gap>:last-child {
  border-right: 0;
}

.gap-full>* {
  border: 10px solid transparent;
  background-clip: padding-box;
}

.col-auto {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.col-1 {
  width: 8.33333%;
}

.col-2 {
  width: 16.66666%;
}

.col-3 {
  width: 25%;
}

.col-4 {
  width: 33.33332%;
}

.col-5 {
  width: 41.66665%;
}

.col-6 {
  width: 50%;
}

.col-7 {
  width: 58.33331%;
}

.col-8 {
  width: 66.66664%;
}

.col-9 {
  width: 74.99997%;
}

.col-10 {
  width: 83.3333%;
}

.col-11 {
  width: 91.66663%;
}

.col-12 {
  width: 100%;
}

.jc-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.jc-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.jc-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.jc-around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.jc-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.ai-stretch {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.ai-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.ai-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.ai-baseline {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.ai-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.margin-auto {
  margin: 0 auto;
}

.as-center {
  -ms-flex-item-align: center;
  align-self: center;
}

.centered {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.no-wrap {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.no-gap {
  border-left: 0;
  border-right: 0;
}

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

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

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

@media only screen and (max-width:1200px) {
  .flex-row-xl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .flex-col-xl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .gap-xl>* {
    border: .5rem solid transparent;
    background-clip: padding-box;
  }

  .gap-xl>:first-child {
    border-left: 0;
  }

  .gap-xl>:last-child {
    border-right: 0;
  }

  .gap-full-xl>* {
    border: .5rem solid transparent;
    background-clip: padding-box;
  }

  .no-gap-xl>* {
    border-left: 0;
    border-right: 0;
  }

  .col-auto-xl {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }

  .col-1-xl {
    width: 8.33333%;
  }

  .col-2-xl {
    width: 16.66666%;
  }

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

  .col-4-xl {
    width: 33.33332%;
  }

  .col-5-xl {
    width: 41.66665%;
  }

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

  .col-7-xl {
    width: 58.33331%;
  }

  .col-8-xl {
    width: 66.66664%;
  }

  .col-9-xl {
    width: 74.99997%;
  }

  .col-10-xl {
    width: 83.3333%;
  }

  .col-11-xl {
    width: 91.66663%;
  }

  .col-12-xl {
    width: 100%;
  }

  .jc-center-xl {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .jc-start-xl {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .jc-end-xl {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .jc-around-xl {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .jc-between-xl {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .ai-stretch-xl {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .ai-start-xl {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .ai-center-xl {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .ai-baseline-xl {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }

  .ai-end-xl {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .centered-xl {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .wrap-xl {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .no-wrap-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

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

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

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

@media only screen and (max-width:992px) {
  .flex-row-lg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .flex-col-lg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .gap-lg>* {
    border: .5rem solid transparent;
    background-clip: padding-box;
  }

  .gap-lg>:first-child {
    border-left: 0;
  }

  .gap-lg>:last-child {
    border-right: 0;
  }

  .gap-full-lg>* {
    border: .5rem solid transparent;
    background-clip: padding-box;
  }

  .no-gap-lg>* {
    border-left: 0;
    border-right: 0;
  }

  .col-auto-lg {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .jc-center-lg {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .jc-start-lg {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .jc-end-lg {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .jc-around-lg {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .jc-between-lg {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .ai-stretch-lg {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .ai-start-lg {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .ai-center-lg {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .ai-baseline-lg {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }

  .ai-end-lg {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .centered-lg {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .wrap-lg {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .no-wrap-lg {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

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

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

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

@media only screen and (max-width:768px) {
  .flex-row-md {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .flex-col-md {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .gap-md>* {
    border: .5rem solid transparent;
    background-clip: padding-box;
  }

  .gap-md>:first-child {
    border-left: 0;
  }

  .gap-md>:last-child {
    border-right: 0;
  }

  .gap-full-md>* {
    border: .5rem solid transparent;
    background-clip: padding-box;
  }

  .no-gap-md>* {
    border-left: 0;
    border-right: 0;
  }

  .col-auto-md {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .jc-center-md {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .jc-start-md {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .jc-end-md {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .jc-around-md {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .jc-between-md {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .ai-stretch-md {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .ai-start-md {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .ai-center-md {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .ai-baseline-md {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }

  .ai-end-md {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .centered-md {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .wrap-md {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .no-wrap-md {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

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

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

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

@media only screen and (max-width:480px) {
  .flex-row-sm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .flex-col-sm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .gap-sm>* {
    border: .5rem solid transparent;
    background-clip: padding-box;
  }

  .gap-sm>:first-child {
    border-left: 0;
  }

  .gap-sm>:last-child {
    border-right: 0;
  }

  .gap-full-sm>* {
    border: .5rem solid transparent;
    background-clip: padding-box;
  }

  .no-gap-sm>* {
    border-left: 0;
    border-right: 0;
  }

  .col-auto-sm {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .jc-center-sm {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .jc-start-sm {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .jc-end-sm {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .jc-around-sm {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .jc-between-sm {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .ai-stretch-sm {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .ai-start-sm {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .ai-center-sm {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .ai-baseline-sm {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }

  .ai-end-sm {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .centered-sm {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .wrap-sm {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .no-wrap-sm {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

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

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

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

@media only screen and (max-width:320px) {
  .flex-row-xs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .flex-col-xs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .gap-xs>* {
    border: .5rem solid transparent;
    background-clip: padding-box;
  }

  .gap-xs>:first-child {
    border-left: 0;
  }

  .gap-xs>:last-child {
    border-right: 0;
  }

  .gap-full-xs>* {
    border: .5rem solid transparent;
    background-clip: padding-box;
  }

  .no-gap-xs>* {
    border-left: 0;
    border-right: 0;
  }

  .col-auto-xs {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }

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

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

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

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

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

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

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

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

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

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

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

  .col-12-xs {
    width: 100%;
  }

  .jc-center-xs {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .jc-start-xs {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .jc-end-xs {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .jc-around-xs {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .jc-between-xs {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .ai-stretch-xs {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .ai-start-xs {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .ai-center-xs {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .ai-baseline-xs {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }

  .ai-end-xs {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .centered-xs {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .wrap-xs {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .no-wrap-xs {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

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

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

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

body {
  font-size: 16px;
  min-width: 320px;
  line-height: 1.65;
  font-family: sans-serif;
}

.container {
  width: 100%;
  max-width: 1190px;
  margin: 0 auto;
  padding-left: 25px;
  padding-right: 25px;
}

.button {
  padding: 15px 30px;
  border: none;
  border-radius: 22px;
  background: #fff;
  font-family: Roboto,sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  color: #4caf50;
  -webkit-box-shadow: 0 0 12px rgba(108,108,108,.23);
  box-shadow: 0 0 12px rgba(108,108,108,.23);
  cursor: pointer;
}

.header {
  background: url("../img/header-bg.jpg") no-repeat;
  border-bottom: 1px solid #f0f0f0;
}

.info {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
  background: #fff;
  z-index: 100;
}

.info__social {
  margin-right: 20px;
  cursor: pointer;
}

.info__social:last-child {
  margin-right: 0;
}

.info__contacts {
  font-family: Roboto,sans-serif;
  font-size: 12px;
}

.info__telephone {
  line-height: 14.4px;
  color: #303842;
}

.info__telephone span {
  margin-left: 16px;
  font-weight: 300;
  line-height: 12px;
  color: #6b7c93;
}

.menu {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #fff;
  -webkit-box-shadow: 0 2px 10px rgba(182,182,182,.24);
  box-shadow: 0 2px 10px rgba(182,182,182,.24);
  z-index: 9999;
}

@media only screen and (max-width:768px) {
  .menu {
    width: 100%;
    padding: 0;
  }

  .menu .container {
    padding: 0;
  }

  .menu .logo {
    margin-top: 25px;
    margin-bottom: 25px;
    margin-left: 33px;
  }
}

@media only screen and (max-width:768px) {
  .menu__list {
    display: none;
    position: relative;
    top: 0;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 10px;
    border-top: 1px solid #b5bcc3;
    border-bottom: 1px solid #b5bcc3;
    background: #fff;
    z-index: 100;
  }
}

.menu__item {
  margin-right: 50px;
}

.menu__item:last-child {
  margin-right: 0;
}

@media only screen and (max-width:768px) {
  .menu__item {
    margin: 0;
    margin-bottom: 40px;
  }
}

.menu__link {
  font-family: Roboto,sans-serif;
  font-size: 11px;
  line-height: 24px;
  letter-spacing: 2.2px;
  text-transform: uppercase;
  text-decoration: none;
  color: #45505e;
}

.menu__link:hover {
  color: #6b7c93;
}

@media only screen and (max-width:768px) {
  .menu__link {
    font-size: 24px;
  }
}

.menu__icon {
  display: none;
  cursor: pointer;
}

@media only screen and (max-width:768px) {
  .menu__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 25px;
    margin-bottom: 25px;
    margin-right: 33px;
  }
}

.sticky-menu {
  position: fixed;
  width: 100%;
  margin-top: -55px;
}

@media only screen and (max-width:416px) {
  .sticky-menu {
    margin-top: -88px;
  }
}

.logo {
  cursor: pointer;
}

.logo__text {
  font-size: 26px;
  font-family: 'Open Sans',sans-serif;
  font-weight: 300;
  color: #303842;
}

.logo__img {
  margin-right: 10px;
}

.banner {
  padding-top: 300px;
  padding-bottom: 180px;
  font-family: Roboto,sans-serif;
}

@media only screen and (max-width:768px) {
  .banner {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.banner__title {
  max-width: 840px;
  font-size: 56px;
  line-height: 72px;
  font-weight: 300;
  color: #303842;
}

.banner__description {
  max-width: 675px;
  margin-top: 50px;
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
  color: #6b7c93;
}

.banner_button {
  margin-top: 40px;
}

.customers {
  padding-top: 42px;
  padding-bottom: 40px;
}

@media only screen and (max-width:1072px) {
  .customers {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.customers__text {
  -ms-flex-preferred-size: 350px;
  flex-basis: 350px;
}

@media only screen and (max-width:1072px) {
  .customers__text {
    text-align: center;
  }
}

.customers__text .customers__title {
  margin-top: 25px;
}

@media only screen and (max-width:1072px) {
  .customers__text .customers__title {
    font-size: 34px;
    line-height: 44px;
  }
}

.customers__brands {
  -ms-flex-preferred-size: 670px;
  flex-basis: 670px;
}

@media only screen and (max-width:366px) {
  .customers__brands {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.brands-img {
  margin-top: 25px;
  margin-bottom: 25px;
}

.section-text {
  max-width: 600px;
  font-weight: 300;
  line-height: 24px;
}

.section-text__title {
  font-family: Roboto,sans-serif;
  font-size: 24px;
  color: #303842;
}

.section-text__title--large {
  font-size: 34px;
  line-height: 44px;
}

.section-text__description {
  margin-top: 25px;
  margin-bottom: 0;
  font-family: 'Open Sans',sans-serif;
  font-size: 14px;
  color: #8191a6;
}

.s-services {
  padding-bottom: 75px;
}

.services {
  padding-top: 100px;
  padding-right: 100px;
}

@media only screen and (max-width:1345px) {
  .services {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 100px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (max-width:480px) {
  .services {
    margin-top: 0;
  }
}

.services__img {
  width: 60%;
  height: auto;
  margin-left: -20%;
}

@media only screen and (max-width:1345px) {
  .services__img {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 0;
  }
}

@media only screen and (max-width:1345px) {
  .services__img {
    width: 80%;
  }
}

.services__img img {
  width: 100%;
}

@media only screen and (max-width:1345px) {
  .services .section-text {
    margin: 0 auto;
    margin-top: 50px;
    text-align: center;
  }
}

.services-features {
  margin-top: 50px;
}

@media only screen and (max-width:1345px) {
  .services-features {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media only screen and (max-width:692px) {
  .services-features {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.features {
  max-width: 745px;
}

.feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 330px;
  flex-basis: 330px;
  margin-top: 25px;
  margin-bottom: 25px;
}

.feature__img {
  margin-right: 27px;
}

.feature__title {
  font-family: Roboto,sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: #252b33;
}

.feature__description {
  margin-top: 30px;
  font-family: 'Open Sans',sans-serif;
  font-size: 13px;
  font-weight: 300;
  color: #8191a6;
}

.build-container {
  padding-top: 420px;
  padding-bottom: 450px;
  padding-left: 20%;
  padding-right: 50px;
  background: #fafafa;
  -webkit-clip-path: polygon(130% 0,100% 51%,0 75%,0 26%);
  clip-path: polygon(130% 0,100% 51%,0 75%,0 26%);
}

@media only screen and (max-width:1729px) {
  .build-container {
    padding-left: 7%;
  }
}

@media only screen and (max-width:1279px) {
  .build-container {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 75px 50px;
    -webkit-clip-path: none;
    clip-path: none;
  }
}

@media only screen and (max-width:520px) {
  .build-container {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.build-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media only screen and (max-width:1729px) {
  .build-text {
    width: 50%;
  }
}

@media only screen and (max-width:1279px) {
  .build-text {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

  .build-text .statistic {
    width: 90%;
    margin: 0;
  }
}

@media only screen and (max-width:520px) {
  .build-text {
    width: 100%;
  }
}

.build-statistic {
  margin-top: 40px;
}

.build-img {
  width: 40%;
  height: auto;
}

.build-img img {
  width: 100%;
}

@media only screen and (max-width:1279px) {
  .build-img {
    display: none;
  }
}

.statistic {
  width: 65%;
}

@media only screen and (max-width:868px) {
  .statistic {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.statistic__item {
  margin-top: 40px;
  margin-bottom: 40px;
}

@media only screen and (max-width:1279px) {
  .statistic__item {
    text-align: center;
  }
}

.statistic__count {
  font-family: Roboto,sans-serif;
  font-size: 44px;
  font-weight: 300;
  text-transform: uppercase;
}

.statistic__count--green {
  color: #32d5ba;
}

.statistic__count--blue {
  color: #6dc4f2;
}

.statistic__count--yellow {
  color: #ffd13c;
}

.statistic__count--red {
  color: #f44336;
}

.statistic__name {
  font-family: 'Open Sans',sans-serif;
  font-size: 15px;
  font-weight: 300;
  text-transform: uppercase;
  color: #303842;
}

.s-contacts {
  margin-top: -300px;
  border-bottom: 1px solid #e9e9e9;
  background: url("../img/contacts-bg.jpg") no-repeat;
}

.s-contacts .contacts-decor {
  width: 100%;
  height: 800px;
  background: #fafafa;
  -webkit-clip-path: polygon(0 75%,100% 53%,100% 100%,0 100%);
  clip-path: polygon(0 75%,100% 53%,100% 100%,0 100%);
}

@media only screen and (max-width:480px) {
  .s-contacts .contacts-decor {
    background: #fff;
    -webkit-clip-path: none;
    clip-path: none;
  }
}

@media only screen and (max-width:1279px) {
  .s-contacts {
    margin-top: 50px;
  }
}

@media only screen and (max-width:768px) {
  .s-contacts {
    margin-top: 75px;
  }
}

@media only screen and (max-width:480px) {
  .s-contacts .container {
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (max-width:480px) {
  .s-contacts .section-text {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.form_contacts {
  margin-top: 100px;
  margin-bottom: -625px;
  z-index: 100;
}

.form {
  -ms-flex-preferred-size: 750px;
  flex-basis: 750px;
  padding: 75px 65px;
  border-radius: 9px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 28px rgba(183,183,183,.45);
  box-shadow: 0 0 28px rgba(183,183,183,.45);
}

@media only screen and (max-width:480px) {
  .form {
    padding-left: 25px;
    padding-right: 25px;
    border-radius: 0;
  }
}

.input-container {
  width: 100%;
  margin-top: 32px;
}

.input {
  width: 100%;
  height: 70px;
  margin-top: 17px;
  padding: 15px;
  border: none;
  border-radius: 4px;
  background-color: #f5f5f5;
  font-size: 18px;
  color: #8191a6;
}

.label {
  font-family: 'Open Sans',sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 30px;
  text-transform: uppercase;
  color: #000;
}

.textaera-container {
  width: 100%;
  margin-top: 32px;
}

.textarea {
  width: 100%;
  margin-top: 32px;
  padding-top: 25px;
  padding-left: 25px;
  border: none;
  border-radius: 4px;
  background-color: #f5f5f5;
}

.form_button {
  margin-top: 55px;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.footer {
  padding-top: 65px;
  padding-bottom: 100px;
  font-family: Roboto,sans-serif;
  background: #fafafa;
}

@media only screen and (max-width:480px) {
  .footer-about {
    margin-top: 75px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

@media only screen and (max-width:480px) {
  .footer-info {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

.footer-block__title {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: #303842;
}

.footer-block__social {
  margin-top: 40px;
  margin-right: 20px;
  cursor: pointer;
}

.footer-links {
  margin-top: 35px;
}

.footer-links__item {
  margin-bottom: 20px;
}

.footer-links__link {
  font-size: 14px;
  text-decoration: none;
  color: #8191a6;
}

.footer-links__link:hover {
  color: #303842;
}

.about__description {
  margin-top: 35px;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  color: #8191a6;
}

.about__conditions,
.about__privacy {
  margin-top: 38px;
  font-size: 12px;
  line-height: 28px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #303842;
  cursor: pointer;
}

.about__privacy {
  margin-right: 35px;
}

.about__copy {
  margin-top: 25px;
  font-size: 14px;
  line-height: 28px;
  color: #8191a6;
}