@import "font-awesome.min.css";
@import "../fonts/stylesheet.css";
.transition {
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
a {
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
a:focus,
input:focus,
button:focus,
textarea:focus {
  outline: none;
}
html,
body {
  overflow-x: hidden;
}
body {
  font-size: 16px !important;
  font-family: 'Glober', sans-serif !important;
  background: #fff;
  overflow-x: hidden;
  color: #404040 !important;
  line-height: 1.2 !important;
  font-weight: normal;
  font-weight: 600;
}
.show-tablet {
  display: none;
}
@media only screen and (max-width: 991px) {
  .show-tablet {
    display: block;
  }
}
.hide-tablet {
  display: block;
}
@media only screen and (max-width: 991px) {
  .hide-tablet {
    display: none;
  }
}
.show-mob {
  display: none;
}
@media only screen and (max-width: 767px) {
  .show-mob {
    display: block;
  }
}
.hide-mob {
  display: block;
}
@media only screen and (max-width: 767px) {
  .hide-mob {
    display: none !important;
  }
}
.container-fluid {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.header {
  position: relative;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.header-inner {
  padding: 15px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .header-inner {
    flex-direction: column;
  }
}
.logo {
  display: flex;
  align-items: center;
  color: #404040 !important;
  text-decoration: none !important;
}
@media only screen and (max-width: 767px) {
  .logo img {
    width: 100px;
  }
}
.logo div {
  position: relative;
  top: 4px;
  font-size: 17px;
}
@media only screen and (max-width: 991px) {
  .logo div {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .logo div {
    font-size: 14px;
  }
}
@media only screen and (max-width: 991px) {
  .logo {
    margin-right: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .logo {
    margin-right: 0;
    justify-content: center;
  }
}
.del {
  width: 1px;
  height: 46px;
  background: #e2e2e2;
  margin: 0 20px;
}
@media only screen and (max-width: 767px) {
  .del {
    margin: 0 10px;
    height: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .header-inner-right {
    border-top: 1px solid #e2e2e2;
    margin-top: 10px;
    padding-top: 10px;
  }
}
.head-phone-call {
  display: flex;
  align-items: center;
}
.head-phone {
  margin-right: 20px;
  display: flex;
  align-items: center;
  color: #404040 !important;
  white-space: nowrap;
  font-weight: bold;
  font-size: 18px;
  text-decoration: none !important;
}
.head-phone img {
  margin-right: 10px;
  position: relative;
  top: -2px;
}
@media only screen and (max-width: 767px) {
  .head-phone img {
    display: none;
  }
}
.head-phone:hover {
  color: #0367b3 !important;
}
.btn-def {
  color: #fff !important;
  display: inline-block;
  height: 46px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  line-height: 0.5;
  padding: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: bold;
  border: none;
  background: #0367b3;
  white-space: nowrap;
}
.btn-def:hover {
  -webkit-filter: brightness(1.1);
  filter: brightness(1.1);
}
.btn-def span {
  position: relative;
  top: 2px;
}
@media only screen and (max-width: 767px) {
  .btn-def {
    font-size: 14px;
    height: 38px;
  }
}
.head-get-call {
  height: 42px;
  width: 270px;
}
@media only screen and (max-width: 991px) {
  .head-get-call {
    width: auto;
  }
}
@media only screen and (max-width: 767px) {
  .head-get-call {
    height: 38px;
  }
}
.intro {
  height: 743px;
  background: url('../img/intro.jpg') center top no-repeat;
  padding-top: 70px;
}
@media only screen and (max-width: 767px) {
  .intro {
    height: 646px;
    background: url('../img/intro-mob.jpg') center bottom no-repeat;
    background-size: cover;
    padding-top: 40px;
  }
}
.intro-title {
  font-weight: bold;
  font-size: 48px;
}
.intro-title b {
  color: #f48625;
  display: inline-block;
  border-bottom: 4px solid #f4d3b5;
}
@media only screen and (max-width: 767px) {
  .intro-title {
    font-size: 28px;
  }
}
.intro-subtitle {
  margin-top: 15px;
  display: flex;
  align-items: center;
  color: #0367b3;
  font-weight: bold;
  font-size: 22px;
}
.intro-subtitle img {
  margin-right: 10px;
}
.intro-subtitle span {
  text-decoration: underline;
}
@media only screen and (max-width: 767px) {
  .intro-subtitle {
    font-size: 18px;
  }
}
.intro-items {
  margin-top: 40px;
  min-width: 392px;
  min-height: 427px;
  background: url('../img/intro-items.png') left top no-repeat;
  padding-left: 35px;
  padding-top: 35px;
}
@media only screen and (max-width: 767px) {
  .intro-items {
    background: url('../img/intro-items-mob.png') left top no-repeat;
    height: 390px;
    min-height: 0;
    margin-top: 30px;
    padding: 25px;
    padding-top: 35px;
    width: 290px;
    min-width: 0;
  }
}
.intro-items-title {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 24px;
  margin-bottom: 30px;
}
.intro-items-title b {
  color: #f48625;
}
@media only screen and (max-width: 767px) {
  .intro-items-title {
    font-size: 14px;
    margin-bottom: 25px;
  }
}
.intro-item {
  margin-bottom: 29px;
  display: flex;
  align-items: center;
}
.intro-item:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .intro-item {
    margin-bottom: 19px;
  }
}
.intro-item-icon {
  flex: 33px;
  flex-shrink: 0;
  flex-grow: 0;
  text-align: center;
  margin-right: 15px;
}
.intro-item-text {
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  .intro-item-text {
    font-size: 14px;
  }
}
.intro-button {
  width: 312px;
  height: 51px;
  margin-top: 13px;
}
@media only screen and (max-width: 767px) {
  .intro-button {
    width: 232px;
    height: 42px;
  }
}
.calc {
  padding: 80px 0;
}
@media only screen and (max-width: 767px) {
  .calc {
    padding: 30px 0 0 0;
  }
}
.calc-title {
  font-weight: bold;
  font-size: 44px;
}
.calc-title span b {
  color: #f48625;
}
.calc-title span:after {
  content: '';
  display: inline-block;
  width: 60px;
  height: 4px;
  background: #f48625;
  margin-left: 30px;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .calc-title {
    font-size: 28px;
  }
  .calc-title span:after {
    display: block;
    margin-left: 0;
    margin-top: 10px;
  }
}
.calc-rows {
  margin-top: 45px;
}
.vid {
  display: flex;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 30px;
  position: relative;
}
.vid-select {
  display: flex;
  align-items: center;
  margin-left: 10px;
  color: #0367b3;
  cursor: pointer;
}
.vid-select img {
  margin-left: 8px;
}
.vid-items {
  position: absolute;
  left: 0;
  top: 100%;
  padding: 20px;
  border-top: 3px solid #0367b3;
  background: #fff;
  width: 100%;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 999;
  display: none;
}
.vid:hover .vid-items {
  display: block;
}
.vid-item {
  cursor: pointer;
  margin-bottom: 10px;
}
.vid-item:hover {
  color: #0367b3;
}
.vid-item:last-child {
  margin-bottom: 0;
}
.calc-line {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #f0f0f0;
  position: relative;
}
.calc-line-wrap {
  margin-bottom: 13px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.calc-line-input input {
  width: 145px;
  height: 37px;
  background: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: center;
  font-size: 14px !important;
  font-weight: 600;
  padding: 0 10px;
  border: 1px solid #ccc;
}
.calc-line-input input:focus {
  border: 1px solid #0367b3;
}
.calc-line-title {
  font-size: 18px;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .calc-line-title {
    font-size: 16px;
    margin-right: 10px;
  }
}
.calc-legend {
  margin-top: 12px;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
}
#popup-connect .popup-title {
  font-size: 18px;
}
.the-checks {
  margin-top: 0px;
}
@media only screen and (max-width: 991px) {
  .the-checks {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .the-checks {
    margin-top: 15px;
  }
}
.the-check {
  margin-bottom: 20px;
  cursor: pointer;
  display: flex;
}
.the-check:last-child {
  margin-bottom: 0;
}
.the-check.on .the-check-icon {
  background: url('../img/checked.png');
}
.the-check-icon {
  width: 18px;
  height: 18px;
  background: url('../img/unchecked.png');
  margin-right: 10px;
  flex: 18px;
  flex-shrink: 0;
  flex-grow: 0;
}
.the-check-text a {
  font-size: 13px;
}
.results {
  padding: 25px 30px;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
@media only screen and (max-width: 991px) {
  .results {
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .results {
    margin-left: -15px;
    margin-right: -15px;
    padding: 15px;
    margin-top: 30px;
  }
}
.results-item {
  margin-bottom: 15px;
}
.results-item b {
  font-size: 19px;
  color: #f48625;
}
@media only screen and (max-width: 991px) {
  .results-item b {
    font-size: 18px;
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .results-item b {
    display: inline;
  }
}
.results-form {
  padding-top: 20px;
  border-top: 1px solid #eee;
}
.results-form-title {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 15px;
}
.results-form-form .input-wrapper {
  margin-bottom: 15px;
}
.results-form-form input {
  height: 42px !important;
}
.results-form-form button[type='submit'] {
  height: 42px;
  width: 100%;
  margin-bottom: 15px;
}
.help {
  height: 738px;
  background: url('../img/help.jpg') center top no-repeat;
}
@media only screen and (max-width: 767px) {
  .help {
    height: 1161px;
    background: url('../img/help-mob.jpg') left top no-repeat;
  }
}
.help-left {
  padding-top: 75px;
}
@media only screen and (max-width: 767px) {
  .help-left {
    padding-top: 30px;
    height: 756px;
  }
}
.help-title {
  font-size: 44px;
  font-weight: bold;
  line-height: 1.1;
}
.help-title b {
  color: #f48625;
}
.help-title:after {
  content: '';
  display: block;
  width: 60px;
  height: 4px;
  background: #f48625;
  margin-top: 15px;
}
@media only screen and (max-width: 991px) {
  .help-title {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .help-title {
    font-size: 28px;
  }
  .help-title span:after {
    display: block;
    margin-left: 0;
    margin-top: 10px;
  }
}
.help-items {
  margin-top: 30px;
  max-width: 470px;
}
@media only screen and (max-width: 991px) {
  .help-items {
    max-width: 260px;
  }
}
.help-item {
  margin-bottom: 15px;
  min-height: 14px;
  background: url('../img/check2.png') left top no-repeat;
  padding-left: 22px;
  font-size: 18px;
  font-weight: 600;
}
@media only screen and (max-width: 991px) {
  .help-item {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .help-item {
    font-size: 16px;
  }
}
.help-right {
  padding-left: 55px;
  padding-top: 164px;
}
@media only screen and (max-width: 767px) {
  .help-right {
    padding-top: 60px;
    padding-left: 95px;
  }
}
.help-bigphone {
  margin-left: -15px;
}
@media only screen and (max-width: 767px) {
  .help-bigphone {
    margin-left: -10px;
  }
  .help-bigphone img {
    width: 44px;
  }
}
.help-right-title {
  font-weight: bold;
  font-size: 48px;
  margin: 30px 0 20px 0;
  color: #fff;
}
@media only screen and (max-width: 991px) {
  .help-right-title {
    font-size: 30px;
    margin: 15px 0 5px 0;
  }
}
.help-right-title-2 {
  font-weight: bold;
  font-size: 22px;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .help-right-title-2 {
    font-size: 15px;
  }
}
.help-right-phone {
  font-weight: bold;
  font-size: 42px;
  display: block;
  color: #fff !important;
  text-decoration: none;
  margin-top: 30px;
}
.help-right-phone:hover {
  text-decoration: none;
  color: #f48625 !important;
}
@media only screen and (max-width: 991px) {
  .help-right-phone {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .help-right-phone {
    font-size: 23px;
  }
}
.help-right-button {
  width: 312px;
  height: 51px;
  background: #f48625;
  margin-top: 30px;
}
@media only screen and (max-width: 991px) {
  .help-right-button {
    width: auto;
  }
}
@media only screen and (max-width: 767px) {
  .help-right-button {
    margin-top: 15px;
    width: 190px;
    height: 42px;
  }
  .help-right-button span {
    top: 0;
  }
}
.why {
  padding: 80px 0;
}
@media only screen and (max-width: 767px) {
  .why {
    padding: 30px 0;
  }
}
.why-title {
  font-weight: bold;
  font-size: 44px;
}
.why-title span b {
  color: #f48625;
}
.why-title span:after {
  content: '';
  display: inline-block;
  width: 60px;
  height: 4px;
  background: #f48625;
  margin-left: 30px;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .why-title {
    font-size: 28px;
  }
  .why-title span:after {
    display: block;
    margin-left: 0;
    margin-top: 10px;
  }
}
.why-items {
  margin-top: 45px;
  padding-top: 32px;
  overflow: hidden;
}
.why-item {
  height: 250px;
  margin-bottom: 80px;
  border: 1px solid #e3e3e3;
  padding: 30px;
  padding-top: 0;
  padding-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .why-item {
    height: auto;
    margin-bottom: 60px;
  }
}
.why-item-icon {
  width: 165px;
  text-align: center;
  line-height: 64px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: -32px;
  background: #fff;
  z-index: 100;
}
.why-item-title {
  font-weight: bold;
  font-size: 24px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .why-item-title {
    font-size: 20px;
  }
}
.why-item-text {
  font-size: 18px;
  text-align: center;
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .why-item-text {
    font-size: 14px;
    margin-top: 15px;
  }
}
.why-button {
  width: 312px;
  height: 51px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: -30px;
}
@media only screen and (max-width: 767px) {
  .why-button {
    width: 100%;
  }
}
.partners {
  background: #f5f5f5;
  padding: 80px 0;
}
@media only screen and (max-width: 767px) {
  .partners {
    padding: 30px 0;
  }
}
.partners-title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.partners-title {
  font-weight: bold;
  font-size: 44px;
}
.partners-title span:after {
  content: '';
  display: inline-block;
  width: 60px;
  height: 4px;
  background: #f48625;
  margin-left: 30px;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .partners-title {
    font-size: 28px;
  }
  .partners-title span:after {
    display: block;
    margin-left: 0;
    margin-top: 10px;
  }
}
.partners-nav {
  margin-left: 30px;
  display: flex;
  align-items: center;
}
.partners-prev {
  margin-right: 40px;
  display: block;
  transform: translate(0, -50%);
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  cursor: pointer;
}
.partners-prev:hover {
  -webkit-filter: none;
  filter: none;
}
.partners-next {
  display: block;
  transform: translate(0, -50%);
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  cursor: pointer;
}
.partners-next:hover {
  -webkit-filter: none;
  filter: none;
}
.partners-slider-wrapper {
  margin-top: 45px;
}
.partners-slide-inner {
  height: 43px;
  display: flex;
  align-items: center;
}
.partners-slide-inner img {
  margin-left: auto;
  margin-right: auto;
  max-width: 200px;
}
.reviews {
  padding-bottom: 60px;
  margin-top: 90px;
}
@media only screen and (max-width: 767px) {
  .reviews {
    margin-top: 30px;
    padding-bottom: 30px;
  }
}
.reviews-title {
  font-weight: bold;
  font-size: 44px;
}
.reviews-title span:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-left: 30px;
  width: 60px;
  height: 4px;
  background: #f48625;
}
@media only screen and (max-width: 767px) {
  .reviews-title {
    font-size: 28px;
  }
  .reviews-title span:after {
    display: block;
    margin-left: 0;
    margin-top: 10px;
  }
}
.reviews-slider-wrapper {
  position: relative;
  padding: 0 120px;
  margin-top: 60px;
}
@media only screen and (max-width: 991px) {
  .reviews-slider-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .reviews-slider-wrapper {
    padding-left: 0;
    padding-right: 0;
    margin-top: 30px;
  }
}
.reviews-prev {
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  cursor: pointer;
}
.reviews-prev:hover {
  -webkit-filter: none;
  filter: none;
}
@media only screen and (max-width: 767px) {
  .reviews-prev {
    display: none !important;
  }
}
.reviews-next {
  display: block;
  position: absolute;
  cursor: pointer;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.reviews-next:hover {
  -webkit-filter: none;
  filter: none;
}
@media only screen and (max-width: 767px) {
  .reviews-next {
    display: none !important;
  }
}
.reviews-slide-inner {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .reviews-slide-inner {
    flex-direction: column;
  }
}
.reviews-slide-left {
  margin-right: 40px;
}
@media only screen and (max-width: 767px) {
  .reviews-slide-left {
    margin-right: 0;
    /* order:2; */
  }
}
.review-cert {
  display: block;
}
.review-cert:hover {
  -webkit-filter: brightness(1.1);
  filter: brightness(1.1);
}
.review-cert img {
  width: 300px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 2px solid #dfdfdf;
}
@media only screen and (max-width: 767px) {
  .review-cert img {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 767px) {
  .reviews-slide-right {
    margin-top: 15px;
  }
}
.reviews-slide-quot {
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .reviews-slide-quot {
    margin-top: 0;
  }
}
.reviews-slide-title {
  font-size: 24px;
  font-weight: bold;
  margin-top: 15px;
}
@media only screen and (max-width: 767px) {
  .reviews-slide-title {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
.reviews-slide-odobreno {
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 18px;
  margin: 20px 0;
}
.reviews-slide-odobreno b {
  display: inline-block;
  background: #f48625;
  color: #fff;
  font-weight: bold;
  font-size: 22px;
  padding: 10px 10px 5px 10px;
  line-height: 1;
  margin-left: 10px;
}
@media only screen and (max-width: 991px) {
  .reviews-slide-odobreno {
    display: block;
  }
  .reviews-slide-odobreno b {
    display: block;
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .reviews-slide-odobreno b {
    font-size: 18px;
  }
}
.reviews-slide-text {
  margin-top: 15px;
  font-size: 16px;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .reviews-slide-text {
    display: block;
  }
}
.reviews-dots {
  margin-top: 30px;
}
.reviews-dots ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.reviews-dots ul li button {
  text-indent: -9999px;
  width: 7px;
  height: 7px;
  padding: 0;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: none;
  background: #0367b3;
  cursor: pointer;
  margin: 0 10px;
}
.reviews-dots ul li:hover button {
  opacity: .5;
}
.reviews-dots ul li.slick-active button {
  width: 17px;
  height: 17px;
  border: 2px solid #0367b3;
  background: #fff;
  position: relative;
  top: -4px;
}
.btn-review {
  width: 190px;
  height: 42px;
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .btn-review {
    margin-top: 0;
    width: 100%;
    margin-bottom: 15px;
  }
}
.contacts .container-fluid {
  position: relative;
  height: 0;
}
.contacts-inner {
  position: absolute;
  top: 130px;
  right: 0px;
  background: #fff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  padding: 30px;
  z-index: 500;
}
@media only screen and (max-width: 767px) {
  .contacts-inner {
    top: 10px;
    left: 15px;
    right: 15px;
    padding: 20px;
    padding-right: 40px;
  }
}
.contacts-title {
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .contacts-title {
    font-size: 14px;
  }
}
.contacts-items {
  margin-top: 25px;
}
@media only screen and (max-width: 767px) {
  .contacts-items {
    margin-top: 15px;
  }
}
.contacts-item {
  margin-bottom: 25px;
  display: flex;
  align-items: center;
}
.contacts-item:last-child {
  margin-bottom: 0;
}
.contacts-item-icon {
  margin-right: 10px;
}
.contacts-item-text {
  font-size: 18px;
  font-weight: 600;
}
.contacts-item-text a {
  color: #333 !important;
  text-decoration: none;
}
.contacts-item-text a:hover {
  text-decoration: underline;
}
#map {
  height: 500px;
}
@media only screen and (max-width: 767px) {
  #map {
    height: 520px;
  }
}
.footer {
  background: #0367b3;
}
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  padding-top: 15px;
  text-align: center;
  padding-bottom: 15px;
  font-size: 14px;
  color: #fff;
}
.footer-bottom a {
  color: #f48625 !important;
  text-decoration: underline;
}
.footer-bottom a:hover {
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .footer-bottom {
    border-color: #fff;
  }
}
.footer .btn-def {
  background: #f48625;
}
.input-wrapper {
  background: #f6f6f6;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  position: relative;
}
.input-wrapper img {
  position: absolute;
  right: 13px;
  top: 12px;
}
.input-wrapper input {
  height: 37px;
  border: none;
  width: 100%;
  font-size: 14px;
  font-weight: 600;
  padding: 0 15px;
  background: #f6f6f6;
}
.input-wrapper textarea {
  height: 86px;
  border: none;
  width: 100%;
  font-size: 13px;
  padding: 15px;
  resize: none;
}
.popup {
  display: none;
}
.popup-inner {
  width: 420px;
  background: #fff;
  padding: 30px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
@media only screen and (max-width: 767px) {
  .popup-inner {
    width: 100%;
    padding: 20px;
  }
}
.popup-title {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 24px;
}
@media only screen and (max-width: 767px) {
  .popup-title {
    font-size: 16px;
  }
}
.popup form {
  margin-top: 25px;
}
.popup form .input-wrapper,
.popup form button {
  margin-bottom: 15px;
}
.popup form .input-wrapper img {
  top: 16px;
}
.popup form input {
  font-size: 15px;
}
.popup form input,
.popup form button {
  height: 48px;
}
.popup form button {
  width: 100%;
  height: 50px;
  font-weight: 500;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .popup form button {
    font-size: 16px;
  }
}
.popup-subtitle {
  margin-top: 10px;
  font-weight: 500;
  font-size: 18px;
}
.the-politics {
  font-size: 14px;
}
* {
  outline: none !important;
}
label.error {
  display: none !important;
}
input.error,
textarea.error {
  border: 1px solid #e81a31 !important;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.fancybox-close-small:after {
  display: none !important;
}
.fancybox-close-small {
  width: 13px !important;
  height: 13px !important;
  right: 40px !important;
  top: 40px !important;
  background: url('../img/close.png') !important;
}
.fancybox-close-small:hover {
  opacity: .5;
}
.fancybox-is-open .fancybox-bg {
  background: #000;
  opacity: .8;
}
.fancybox-slide > * {
  background: none !important;
}
.bright:hover {
  -webkit-filter: brightness(1.1);
  filter: brightness(1.1);
}
.compensate-for-scrollbar {
  margin-right: 0 !important;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  opacity: 1 !important;
}
::-webkit-input-placeholder {
  color: #898989;
  opacity: 1;
}
:-moz-placeholder {
  color: #898989;
  opacity: 1;
}
::-moz-placeholder {
  color: #898989;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #898989;
  opacity: 1;
}
