@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

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

a {
  background-color: transparent;
}

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

b, strong {
  font-weight: bolder;
}

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

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;
}

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

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type=button], [type=reset], [type=submit], 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: 0.35em 0.75em 0.625em;
}

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

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  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;
  outline-offset: -2px;
}

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

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

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before, .container:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.container:after {
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before, .row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.row:after {
  clear: both;
}

.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,
.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,
.col-sm-12,
.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,
.col-md-12,
.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,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.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 {
  float: left;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

  .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-1 {
    width: 8.3333333333%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 970px;
  }

  .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-1 {
    width: 8.3333333333%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }

  .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-1 {
    width: 8.3333333333%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
}
html {
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  background-color: #fff;
  color: #000;
  min-height: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

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

.btn {
  display: block;
  cursor: pointer;
  position: relative;
  color: #000;
  font-size: 24px;
  font-weight: 600;
  line-height: 55px;
  text-decoration: none;
  text-align: center;
  width: 218px;
  height: 61px;
  border-radius: 30px;
  border: 3px solid transparent;
  background: url("../img/btn-bg.png") center center no-repeat;
  padding-right: 30px;
}
.btn:after {
  content: "";
  position: absolute;
  top: 21px;
  right: 37px;
  width: 10px;
  height: 15px;
  background: url("../img/arrow-right.png") 0 0 no-repeat;
}
.btn:hover:after {
  right: 22px;
  transition: right 0.15s linear;
}
.btn--large {
  width: 301px;
  height: 60px;
  background: url("../img/btn-large-bg.png") center center no-repeat;
}
.btn--large:after {
  right: 47px;
  background: url("../img/arrow-right-color.png") 0 0 no-repeat;
}
.btn--black {
  width: 180px;
  background: none;
  border: 3px solid #000;
}

.page-head {
  background: url("../img/page-head-bg.png") center bottom no-repeat;
}
.page-head__container {
  position: relative;
  min-height: 683px;
}
.page-head__header {
  text-align: center;
  position: relative;
  top: 165px;
}
.page-head__header-text {
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
@media (max-width: 767px) {
  .page-head__header {
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-head__header img {
    display: block;
    width: auto;
    max-width: 100%;
    margin: 0 auto;
  }
}
.page-head__to-bottom {
  width: 100px;
  height: 100px;
  display: block;
  position: absolute;
  bottom: 40px;
  left: 50%;
  margin-left: -49px;
  color: #000;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2.52px;
  text-decoration: none;
  text-align: center;
}
.page-head__to-bottom:after {
  content: "";
  width: 60px;
  height: 60px;
  border: 3px solid #000;
  border-radius: 50%;
  position: absolute;
  bottom: 0px;
  left: 50%;
  margin-left: -31px;
  background-image: url("../img/arrow-down.png");
  background-repeat: no-repeat;
  background-position: center center;
  transition: background-position 0.15s linear;
}
.page-head__to-bottom:hover:after {
  background-position: center 28px;
}

.site-nav {
  max-width: 998px;
  margin: 0 auto;
  padding-top: 20px;
}
.site-nav:before, .site-nav:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.site-nav:after {
  clear: both;
}
.site-nav__logo-link {
  float: left;
}
@media (max-width: 767px) {
  .site-nav__logo-link {
    display: block;
    float: none;
    text-align: center;
    padding-left: 0px;
  }
}
.site-nav__logo {
  width: 176px;
  height: 50px;
}
.site-nav__list {
  float: right;
  list-style: none;
  margin-top: 14px;
}
@media (max-width: 767px) {
  .site-nav__list {
    padding-top: 15px;
    display: block;
    float: none;
    text-align: center;
    padding-left: 0px;
  }
}
.site-nav__item {
  float: left;
  margin-right: 3px;
}
@media (max-width: 767px) {
  .site-nav__item {
    float: none;
    display: inline-block;
  }
}
.site-nav__link {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  padding: 5px 18px;
  position: relative;
  transition: color 0.25s;
  border: 0;
  box-sizing: border-box;
}
.site-nav__link::before, .site-nav__link::after {
  box-sizing: inherit;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 3px solid transparent;
  border-radius: 17px;
  width: 0;
  height: 0;
}
.site-nav__link::before {
  top: 0;
  left: 0;
}
.site-nav__link::after {
  bottom: 0;
  right: 0;
}
.site-nav__link:hover::before, .site-nav__link:hover::after {
  width: 100%;
  height: 100%;
}
.site-nav__link:hover::before {
  border-top-color: #000;
  border-right-color: #000;
  transition: width 0.15s ease-out, height 0.15s ease-out 0.15s;
}
.site-nav__link:hover::after {
  border-bottom-color: #000;
  border-left-color: #000;
  transition: width 0.15s ease-out, height 0.15s ease-out 0.15s;
}

.slider {
  padding-top: 57px;
}
.slider__container {
  max-width: 1074px;
  margin: 0 auto;
  padding-left: 55px;
  padding-right: 55px;
  position: relative;
  max-height: 430px;
}
.slider__list {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.slider__list li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}
.slider__list li:first-child {
  position: relative;
  display: block;
  float: left;
}
.slider__list img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
}
.slider .slider_nav,
.slider .slider_tabs li a {
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  display: inline-block;
}
.slider .slider_nav {
  width: 40px;
  height: 100%;
  display: block;
  z-index: 3;
  position: absolute;
  top: 0px;
  left: 0px;
  background: transparent;
  background-position: left calc(50% - 15px);
  background-repeat: no-repeat;
}
.slider .slider_nav.next {
  left: auto;
  right: 15px;
  background-position: right calc(50% - 15px);
  background-image: url("../img/slider-next.png");
}
.slider .slider_nav.prev {
  left: 15px;
  background-image: url("../img/slider-prev.png");
}
.slider .slider_tabs {
  text-align: center;
  padding: 0px;
  margin: 0px;
  margin-top: 5px;
}
.slider .slider_tabs li {
  display: inline;
  float: none;
  _float: left;
  *float: left;
  padding-left: 6px;
  padding-right: 6px;
}
.slider .slider_tabs li a {
  width: 8px;
  height: 8px;
  background-color: #000;
  opacity: 0.3;
  border-radius: 50%;
}
.slider .slider_tabs li.slider_here a {
  width: 11px;
  height: 11px;
  background-color: #0084ca;
  opacity: 1;
  position: relative;
  top: 2px;
}

.offer {
  padding-top: 57px;
}
.offer__container {
  background: url("../img/offer-bg.png") bottom center no-repeat;
  min-height: 427px;
  position: relative;
}
.offer__container:before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  background: url("../img/offer-phone.png") 0 0 no-repeat;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.offer__title {
  color: #000;
  font-size: 32px;
  font-weight: 500;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 8px;
  padding-top: 67px;
}
.offer__txt {
  text-shadow: 0 0 32px rgba(255, 255, 255, 0.35);
  color: #000;
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: 0.64px;
  padding-top: 41px;
  padding-bottom: 53px;
}

.info--sale {
  padding-bottom: 29px;
}
.info__container {
  position: relative;
}
@media (max-width: 767px) {
  .info__container:after {
    display: none;
  }
}
.info__container--sale {
  padding-top: 65px;
}
.info__container--sale:after {
  content: " ";
  position: absolute;
  width: 288px;
  height: 351px;
  top: 65px;
  right: 244px;
  background: url("../img/sale-bg.png") 0 0 no-repeat;
}
@media (max-width: 1199px) {
  .info__container--sale:after {
    right: 144px;
  }
}
@media (max-width: 991px) {
  .info__container--sale:after {
    right: 15px;
  }
}
.info__container--purchase {
  padding-top: 96px;
  min-height: 563px;
  background: url("../img/purchase-bg.png") center center no-repeat;
}
.info__container--purchase:after {
  content: " ";
  position: absolute;
  width: 288px;
  height: 351px;
  top: 119px;
  left: 252px;
  background: url("../img/purchase-phone-bg.png") 0 0 no-repeat;
}
@media (max-width: 1199px) {
  .info__container--purchase:after {
    left: 90px;
  }
}
@media (max-width: 991px) {
  .info__container--purchase:after {
    left: 15px;
  }
}
.info__container--service:after {
  content: " ";
  position: absolute;
  width: 288px;
  height: 351px;
  top: 65px;
  right: 244px;
  background: url("../img/service-bg.png") 0 0 no-repeat;
}
@media (max-width: 1199px) {
  .info__container--service:after {
    right: 144px;
  }
}
@media (max-width: 991px) {
  .info__container--service:after {
    right: 15px;
  }
}
.info__container--about {
  padding-top: 41px;
  min-height: 626px;
  background: url("../img/about-bg.png") center center no-repeat;
  z-index: 2;
}
@media (max-width: 991px) {
  .info__container--about {
    background-size: cover;
  }
}
.info__content {
  padding-left: 190px;
  padding-top: 70px;
}
@media (max-width: 1199px) {
  .info__content {
    padding-left: 90px;
  }
}
@media (max-width: 991px) {
  .info__content {
    padding-left: 0px;
  }
}
.info__title {
  color: #000;
  font-size: 25px;
  font-weight: 600;
  line-height: 24px;
  position: relative;
}
.info__title:after {
  content: "";
  position: absolute;
  bottom: -18px;
  left: 0px;
  width: 62px;
  height: 6px;
  background-image: linear-gradient(to right, #0084ca 0%, #00bce0 100%);
}
.info__title--large {
  font-size: 32px;
  text-transform: uppercase;
  letter-spacing: 8px;
  line-height: 32px;
  margin-bottom: 46px;
}
.info__title--large:after {
  bottom: -30px;
}
.info__txt {
  padding-top: 10px;
}
.info__txt p {
  line-height: 20px;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  margin: 0px;
  padding-bottom: 7px;
}
.info__txt strong {
  font-weight: 700;
}
.info__txt img {
  margin-top: 12px;
  margin-left: -5px;
}
.info__txt a {
  color: #000;
  text-decoration: none;
}
.info__txt ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  padding-left: 1em;
}
.info__txt ul li {
  line-height: 20px;
  color: #000;
  font-size: 14px;
  font-weight: 400;
}
.info__txt ul li:before {
  content: "•";
  color: #0099d3;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
.info__txt--large p {
  padding-bottom: 20px;
}

.contact-button {
  padding-top: 55px;
  padding-bottom: 10px;
}
.contact-button a {
  margin: 0 auto;
}

.find-us {
  height: 516px;
}
.find-us .container {
  position: relative;
}
.find-us__map {
  width: 100%;
  height: 586px;
  position: absolute;
  top: -70px;
  z-index: 1;
}
.find-us__map:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 250px;
  background: linear-gradient(180deg, #eeeeee 0%, #eeeeee 20%, rgba(238, 238, 238, 0) 100%);
  z-index: 1;
  pointer-events: none;
}
.find-us__map:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100px;
  background: url("../img/map-bottom.png") center bottom no-repeat;
}
.find-us__map .gmnoprint,
.find-us__map .gm-control-active {
  display: none;
}

.contact-info {
  padding-top: 80px;
  padding-bottom: 80px;
}
.contact-info__item {
  width: 260px;
  text-align: center;
}
@media (max-width: 991px) {
  .contact-info__item {
    width: 100%;
    padding-top: 30px;
  }
}
.contact-info__item--1 {
  float: right;
  padding-left: 80px;
}
@media (max-width: 991px) {
  .contact-info__item--1 {
    float: none;
    padding-left: 0px;
  }
}
.contact-info__item--1 .contact-info__icon {
  background: url("../img/contact-info-1.png");
}
.contact-info__item--2 {
  text-align: center;
  margin: 0 auto;
}
.contact-info__item--2 .contact-info__icon {
  background: url("../img/contact-info-2.png");
}
.contact-info__item--3 {
  margin-left: -42px;
}
@media (max-width: 991px) {
  .contact-info__item--3 {
    margin-left: 0px;
  }
}
.contact-info__item--3 .contact-info__icon {
  background: url("../img/contact-info-3.png");
}
.contact-info__icon {
  width: 122px;
  height: 121px;
  margin: 0 auto;
}
.contact-info__title {
  text-shadow: 0 9px 92px rgba(0, 0, 0, 0.21);
  color: #000000;
  line-height: 20px;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 3.6px;
  text-transform: uppercase;
  padding-top: 44px;
}
.contact-info__txt {
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  font-weight: 400;
  padding-top: 20px;
}
.contact-info__txt strong {
  font-weight: 700;
}
.contact-info__txt a {
  color: #000;
  text-decoration: none;
}

.contact__container {
  background-color: #ccc;
  padding-bottom: 52px;
  position: relative;
}
.contact__title {
  color: #000;
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
  text-transform: uppercase;
  letter-spacing: 1.28px;
  text-align: center;
  padding-top: 38px;
}
.contact__msg {
  text-align: center;
  color: green;
}
.contact__form {
  padding-top: 15px;
  margin: 0 auto;
  max-width: 794px;
}
.contact__form:before, .contact__form:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.contact__form:after {
  clear: both;
}
.contact__form-inputs {
  width: 33.3333%;
  float: left;
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 20px;
}
.contact__form-inputs:first-child {
  padding-left: 0px;
}
.contact__form-inputs:nth-child(3) {
  padding-right: 0px;
}
@media (max-width: 991px) {
  .contact__form-inputs {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
}
.contact__input, .contact__textarea {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  display: block;
  border: none;
  width: 100%;
}
.contact__input::placeholder, .contact__textarea::placeholder {
  color: #282828;
  opacity: 0.5;
}
.contact__input {
  height: 40px;
  padding-left: 10px;
  padding-right: 10px;
}
.contact__textarea {
  width: 100%;
  height: 238px;
  padding: 20px 25px;
  resize: none;
}
.contact__btn {
  margin: 0 auto;
  margin-top: 32px;
}

.page-foot {
  background: #000;
  color: #fffff6;
  padding-top: 18px;
  padding-bottom: 13px;
}
.page-foot:before, .page-foot:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.page-foot:after {
  clear: both;
}
.page-foot__logo {
  float: right;
  margin-right: 8px;
}
@media (max-width: 991px) {
  .page-foot__logo {
    float: none;
  }
}
@media (max-width: 767px) {
  .page-foot__logo {
    margin: 0 auto;
    display: block;
    max-width: 180px;
  }
}
.page-foot__social-txt {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  padding-top: 10px;
  padding-left: 54px;
  float: left;
}
@media (max-width: 1199px) {
  .page-foot__social-txt {
    padding-left: 0px;
  }
}
@media (max-width: 767px) {
  .page-foot__social-txt {
    display: none;
  }
}

.social-list {
  list-style: none;
  margin: 0px;
  padding: 0px;
  float: left;
  padding-top: 10px;
  padding-left: 65px;
}
@media (max-width: 767px) {
  .social-list {
    float: none;
    text-align: center;
    padding-left: 0px;
    padding-top: 30px;
  }
}
.social-list__item {
  margin: 0px;
  float: left;
  padding-right: 10px;
}
.social-list__item a {
  text-decoration: none;
}
.social-list__item img {
  display: block;
}
@media (max-width: 767px) {
  .social-list__item {
    float: none;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
  }
}