.mfp-bg {
  z-index: 1042;
  overflow: hidden;
  background: #0b0b0b;
  opacity: .8
}
.item-language-main img{display: none;}
.language-dropdown li img {display: none;}

.mfp-bg,
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed
}

.mfp-wrap {
  z-index: 1043;
  outline: none !important;
  -webkit-backface-visibility: hidden
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle
}

.mfp-align-top .mfp-container:before {
  display: none
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045
}

.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
  width: 100%;
  cursor: auto
}

.mfp-ajax-cur {
  cursor: progress
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
  cursor: auto
}

.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.mfp-loading.mfp-figure {
  display: none
}

.mfp-hide {
  display: none !important
}

.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -.8em;
  left: 8px;
  right: 8px;
  z-index: 1044
}

.mfp-preloader a {
  color: #ccc
}

.mfp-preloader a:hover {
  color: #fff
}

.mfp-s-error .mfp-content,
.mfp-s-ready .mfp-preloader {
  display: none
}

button.mfp-arrow,
button.mfp-close {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation
}

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: .65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace
}

.mfp-close:focus,
.mfp-close:hover {
  opacity: 1
}

.mfp-close:active {
  top: 1px
}

.mfp-close-btn-in .mfp-close {
  color: #333
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap
}

.mfp-arrow {
  position: absolute;
  opacity: .65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
  margin-top: -54px
}

.mfp-arrow:focus,
.mfp-arrow:hover {
  opacity: 1
}

.mfp-arrow:after,
.mfp-arrow:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: .7
}

.mfp-arrow-left {
  left: 0
}

.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f
}

.mfp-arrow-right {
  right: 0
}

.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px
}

.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px
}

.mfp-iframe-holder .mfp-close {
  top: -40px
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
  box-shadow: 0 0 8px rgba(0, 0, 0, .6);
  background: #000
}

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0;
  margin: 0 auto
}

.mfp-figure,
img.mfp-img {
  line-height: 0
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
  box-shadow: 0 0 8px rgba(0, 0, 0, .6);
  background: #444
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px
}

.mfp-figure figure {
  margin: 0
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px
}

.mfp-image-holder .mfp-content {
  max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer
}

@media screen and (max-height:300px),
screen and (max-width:800px) and (orientation:landscape) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, .6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, .6);
    position: fixed;
    text-align: center;
    padding: 0
  }
}

@media (max-width:900px) {
  .mfp-arrow {
    -webkit-transform: scale(.75);
    transform: scale(.75)
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px
  }
}

/*! 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: .67em 0
}

hr {
  -webkit-box-sizing: content-box;
  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: -.25em
}

sup {
  top: -.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: .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=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;
  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
}

[hidden],
template {
  display: none
}

.container {
  display: block;
  margin: auto;
  max-width: 100%;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 1190px
}

@media screen and (max-width:1189px) {
  .container {
    max-width: 992px;
    width: 992px
  }
}

@media screen and (max-width:991px) {
  .container {
    max-width: 769px;
    width: 769px
  }
}

@media screen and (max-width:768px) {
  .container {
    max-width: 577px;
    width: 577px
  }
}

@media screen and (max-width:576px) {
  .container {
    max-width: 100%;
    padding: 0 15px;
    width: 100%
  }
}

.max-width {
  max-width: 100%
}

.white {
  color: #fff
}

.black {
  color: #353535
}

.pink {
  color: #0b60a9
}

.bg-white {
  background: #fff
}

.bg-pink {
  background: #0b60a9
}

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

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

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

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

.font-regular {
  font-family: Proxima Nova Regular, Arial, Helvetica, sans-serif
}

.font-bold {
  font-family: Proxima Nova Bold, Arial, Helvetica, sans-serif
}

.font-lighter {
  font-family: Proxima Nova Light, Arial, Helvetica, sans-serif
}

.font-semi {
  font-family: Proxima Nova Semibold, Arial, Helvetica, sans-serif
}

body {
  font-family: Proxima Nova Regular, Arial, Helvetica, sans-serif;
  font-size: 1.125rem;
  color: #353535
}

.fs12 {
  font-size: .75rem
}

.fs14 {
  font-size: .875rem
}

.fs16 {
  font-size: 1rem
}

.fs17 {
  font-size: 1.0625rem
}

.fs20 {
  font-size: 1.25rem
}

.fs36 {
  font-size: 2.25rem
}

@media (max-width:1200px) {
  .fs36 {
    font-size: calc(1.35rem + 1.2vw)
  }
}

.fs40 {
  font-size: 2.5rem
}

@media (max-width:1200px) {
  .fs40 {
    font-size: calc(1.375rem + 1.5vw)
  }
}

.fs42 {
  font-size: 2.625rem
}

@media (max-width:1200px) {
  .fs42 {
    font-size: calc(1.3875rem + 1.65vw)
  }
}

.fs44 {
  font-size: 2.75rem
}

@media (max-width:1200px) {
  .fs44 {
    font-size: calc(1.4rem + 1.8vw)
  }
}

.bg-brand {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f6dd7a), to(#edc939));
  background-image: linear-gradient(180deg, #f6dd7a, #edc939)
}

.bg-active {
  background: url("../img/bg-bottom.png") bottom no-repeat;
  background-size: 100% auto
}

.btn {
  display: inline-block;
  text-align: center;
  padding: 15px 30px;
  background: #0b60a9;
  overflow: hidden;
  border: none;
  -webkit-transition: all .9s;
  transition: all .9s
}

.btn,
.btn span {
  position: relative
}

@media screen and (min-width:991px) {
  .btn:hover {
    cursor: pointer;
    -webkit-box-shadow: 0 0 20px 4px #fff;
    box-shadow: 0 0 20px 4px #fff
  }

  .btn:hover:before {
    width: 100%;
    -webkit-transform: skew(23deg, 0deg);
    transform: skew(23deg, 0deg)
  }
}

.btn:before {
  position: absolute;
  content: "";
  background: #074071;
  left: -10%;
  top: 0;
  width: 40%;
  height: 100%;
  -webkit-transform: skew(-23deg, 0deg);
  transform: skew(-23deg, 0deg);
  -webkit-transition: all .4s;
  transition: all .4s
}

.m0 {
  margin: 0
}

.mt0 {
  margin-top: 0
}

.mr0 {
  margin-right: 0
}

.mb0 {
  margin-bottom: 0
}

.ml0 {
  margin-left: 0
}

.p0 {
  padding: 0
}

.pt0 {
  padding-top: 0
}

.pr0 {
  padding-right: 0
}

.pb0 {
  padding-bottom: 0
}

.pl0 {
  padding-left: 0
}

.list-none {
  list-style: none
}

.site {
  overflow: hidden
}

.text-center {
  text-align: center
}

.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all .15s ease-out;
  transition: all .15s ease-out
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: .8
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all .15s ease-out;
  transition: all .15s ease-out
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0
}

.app {
  overflow: hidden;
  max-width: 100vw
}

.intro {
  background-size: cover;
  background-position: center;
}

@media screen and (max-width:576px) {
  .intro-body {
    height: 60vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
}

.intro-body__content {
  height: 620px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative
}

@media screen and (max-width:576px) {
  .intro-body__content {
    height: unset;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
}

.intro-content {
  position: relative;
  padding-top: 50px;
  padding-bottom: 60px;
}


.intro-content:before {
  width: 950px;
background: hsl(0deg 0% 0% / 50%);
  height: 88%
}

.intro-content:after,
.intro-content:before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}

.intro-content:after {
  width: 55px;
  height: 2px;
  background: #0b60a9
}

.intro-content__title {
  position: relative;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 5px
}

.intro-content__text {
  position: relative;
  margin-bottom: 45px;
  line-height: 1;
  color: #0094FF;
  font-size: 2.25rem;
}

.intro-content__btn {
  display: inline-block;
  text-decoration: none
}

.intro-decor {
  position: absolute;
  bottom: 90px;
  left: 0
}

@media screen and (max-width:576px) {
  .intro-decor {
    position: static
  }
}

.intro-decor svg {
  -webkit-animation: put 20s ease-in-out infinite;
  animation: put 20s ease-in-out infinite
}

.advantages {
  background: #f8f8f8;
  padding: 82px 0 102px
}

@media screen and (max-width:576px) {
  .advantages {
    padding: 40px 0
  }
}

.advantages-body__title {
  position: relative;
  margin-bottom: 90px
}

@media screen and (max-width:576px) {
  .advantages-body__title {
    margin-bottom: 20px
  }
}

.advantages-body__title:after {
  position: absolute;
  width: 55px;
  height: 2px;
  content: "";
  background: #0b60a9;
  bottom: -13px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%
}

.advantages-body__list {
  margin: 0;
  padding-left: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

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

  .advantages-body__list:hover .advantages-item__icon,
  .advantages-body__list:hover .advantages-item__text,
  .advantages-body__list:hover .advantages-item__title {
    -webkit-transform: scale(.9);
    transform: scale(.9)
  }
}

.advantages-item {
  width: 25%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  border-right: 1px solid #e2e2e2;
  padding-top: 37px;
  -webkit-transition: all .5s;
  transition: all .5s
}

@media screen and (max-width:991px) {
  .advantages-item {
    width: 50%;
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 20px
  }

  .advantages-item:nth-of-type(2n) {
    border-right: none
  }

  .advantages-item:last-child,
  .advantages-item:nth-last-child(2) {
    border-bottom: none
  }
}

@media screen and (max-width:576px) {
  .advantages-item {
    width: 100%;
    border-right: none;
    padding-top: 20px
  }
}

@media screen and (min-width:992px) {
  .advantages-item:nth-of-type(4n) {
    border-right: none
  }

  .advantages-item:first-of-type,
  .advantages-item:nth-of-type(2),
  .advantages-item:nth-of-type(3),
  .advantages-item:nth-of-type(4) {
    border-bottom: 1px solid #e2e2e2;
    padding-top: 0;
    padding-bottom: 37px
  }
}

@media screen and (min-width:991px) {
  .advantages-item svg path {
    -webkit-transition: all .7s;
    transition: all .7s
  }

  .advantages-item:hover {
    cursor: pointer
  }

  .advantages-item:hover .advantages-item__icon,
  .advantages-item:hover .advantages-item__text,
  .advantages-item:hover .advantages-item__title {
    -webkit-transform: scale(1.05) !important;
    transform: scale(1.05) !important
  }

  .advantages-item:hover svg path {
    fill: #0b60a9
  }
}

.advantages-item__icon {
  margin-bottom: 13px;
  -webkit-transition: all .7s;
  transition: all .7s
}

.advantages-item__title {
  margin-bottom: 15px;
  text-transform: uppercase
}

.advantages-item__text,
.advantages-item__title {
  -webkit-transition: all .7s;
  transition: all .7s
}

.about {
  padding: 82px 0 0
}

.about.about-left .about-body__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.about.about-left .about-body__title {
  padding-left: 35%;
  width: 100%;
  text-align: center
}

@media screen and (max-width:1189px) {
  .about.about-left .about-body__title {
    padding-left: 500px
  }
}

@media screen and (max-width:991px) {
  .about.about-left .about-body__title {
    padding-left: 55%
  }
}

@media screen and (max-width:768px) {
  .about.about-left .about-body__title {
    padding-left: 0
  }
}

.about.about-left .about-body__list {
  width: 28%
}

@media screen and (max-width:768px) {
  .about.about-left .about-body__list {
    width: 48%
  }
}

@media screen and (min-width:1024px) {
  .about.about-left .about-body__list.pl35 {
    width: 60%
  }
}

@media screen and (max-width:576px) {
  .about.about-left .about-body__list {
    width: 100%;
    margin-bottom: 30px
  }
}

.about.about-left .about-body__list>li:first-child {
  font-weight: 700;
  padding-left: 0
}

.about.about-left .about-body__item {
  margin-bottom: 15px
}

.about.about-left .about-body__img {
  right: unset;
  left: 0;
  width: 30%;
      background-size: contain;
}

@media screen and (max-width:768px) {
  .about.about-left .about-body__img {
    width: 100%
  }
}

.about.about-left .about-body__rectangle {
  right: unset;
  left: -20px;
  width: 200px;
  height: 150px
}

.about-body {
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
  border: 1px solid #e1e1e1;
  margin-bottom: 45px
}

@media screen and (max-width:768px) {
  .about-body {
    padding-bottom: 15px
  }
}

.about-body__content {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  padding-left: 3px;
  margin-left: -3px;
  padding-top: 30px;
  padding-bottom: 30px
}

@media screen and (max-width:768px) {
  .about-body__content {
    padding-bottom: 0
  }
}

.about-body__title {
  position: relative;
  margin-bottom: 50px
}

.about-body__title:after {
  position: absolute;
  width: 55px;
  height: 2px;
  content: "";
  background: #0b60a9;
  bottom: -12px;
  left: 0
}

.about-body__list {
  padding-left: 0;
  list-style: none;
  margin: 0
}

.about-body__list.pl35 {
  padding-left: 35%
}

@media screen and (max-width:768px) {
  .about-body__list.pl35 {
    padding-left: 0
  }
}

@media screen and (max-width:991px) {
  .about-body__list {
    width: 45%
  }
}

@media screen and (max-width:768px) {
  .about-body__list {
    width: 100%
  }
}

.about-body__item {
  padding-left: 23px;
  position: relative;
  margin-bottom: 30px
}

.about-body__item:not(:first-child):before {
  position: absolute;
  content: "";
  width: 3px;
  height: 3px;
  opacity: .5;
  background: #0b60a9;
  top: calc(50% - 1.5px);
  left: 0
}

.about-body__img {
  background-repeat: no-repeat;
  background-position: 50%;
  width: 660px;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%
}

@media screen and (max-width:1189px) {
  .about-body__img {
    width: 470px
  }
}

@media screen and (max-width:991px) {
  .about-body__img {
    width: 50%
  }
}

@media screen and (max-width:768px) {
  .about-body__img {
    width: 100%;
    position: static;
    height: 50vw
  }
    .about-body__img {
    background-size: cover;
  }
  .about-body__img.new1{
    height: 100vw
  }

}

.about-body__rectangle {
  position: absolute;
  content: "";
  width: 405px;
  height: 328px;
  background-color: #0b60a9;
  opacity: .25;
  right: -40px;
  bottom: -60px
}

@media screen and (max-width:768px) {
  .about-body__rectangle {
    width: 50vw;
    height: 110px;
    bottom: -20px
  }
}


@media screen and (max-width:991px) {
  .about-map {
    margin-bottom: 0
  }
}

.about-decor svg {
  -webkit-animation: put 22s ease-in infinite;
  animation: put 22s ease-in infinite
}

.question {
  padding-top: 75px;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative
}

.question:before {
  position: absolute;
  content: "";
  width: 460px;
  height: 330px;
  opacity: .25;
  background: #0b60a9;
  right: 0;
  bottom: 20%
}

@media screen and (max-width:991px) {
  .question:before {
    width: 230px;
    height: 150px;
    bottom: 85%
  }
}

.question-body__title {
  margin-bottom: 31px;
  position: relative
}

.question-body__title:after {
  position: absolute;
  width: 55px;
  height: 2px;
  content: "";
  background: #0b60a9;
  bottom: -13px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%
}

.question-body__text {
  margin-bottom: 53px
}

.question-body .wpcf7 {
  margin-bottom: 99px;
  position: relative
}

.question .wpcf7-form>p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  margin: 0
}

@media screen and (max-width:768px) {
  .question .wpcf7-form>p {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
}

.question .wpcf7-form>p .ajax-loader {
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.question .wpcf7-form>p .wpcf7-form-control-wrap {
  width: 30%
}

.newform.newques input {
    width: 30% !important;
    margin: 0 24px;
}
.newform.newques {
    padding-bottom: 60px;
}

@media screen and (max-width:768px) {
  .question .wpcf7-form>p .wpcf7-form-control-wrap {
    width: 100%;
    margin-bottom: 30px
  }
  .newform.newques input {
    width: 100% !important;
    margin: 0;
}
.newform .btn {
    width: 100% !important;
}
}

.question .wpcf7-form>p .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  position: absolute;
  left: 10px;
  bottom: 100%
}

@media screen and (max-width:768px) {
  .question .wpcf7-form>p .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
    background: #fff;
    bottom: 98%;
    font-size: 14px
  }
}

.question .wpcf7-form .wpcf7-response-output {
  position: absolute;
  width: 100%;
  margin: 0;
  top: 105%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff
}

.question .wpcf7-form .btn, .newform .btn {
  width: 30%;
  color: #fff;
  font-family: Proxima Nova Semibold, Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

@media screen and (max-width:768px) {
  .question .wpcf7-form .btn {
    width: 100%
  }
}

.question .wpcf7-form input:not([type=submit]), .newform input:not([type=submit]) {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px 30px;
  background: none;
  width: 100%;
  border: 1px solid #fff;
  color: #fff;
  -webkit-transition: all .8s;
  transition: all .8s
}

.newform input:not([type=submit]) {
    margin-bottom: 20px;
}

.newform input::-webkit-input-placeholder {color:#fff;}
.newform input::-moz-placeholder {color:#fff;}/* Firefox 19+ */
.newform input:-moz-placeholder {color:#fff;}/* Firefox 18- */
.newform input:-ms-input-placeholder {color:#fff;}

.question .wpcf7-form input:not([type=submit]):active,
.question .wpcf7-form input:not([type=submit]):focus,
.question .wpcf7-form input:not([type=submit]):hover {
  border: 1px solid #0b60a9
}

.question .wpcf7-form input:not([type=submit])::-webkit-input-placeholder {
  color: #fff
}

.question .wpcf7-form input:not([type=submit])::-moz-placeholder {
  color: #fff
}

.question .wpcf7-form input:not([type=submit])::-ms-input-placeholder {
  color: #fff
}

.question .wpcf7-form input:not([type=submit])::placeholder {
  color: #fff
}

.qestion-decor svg {
  -webkit-animation: put 19s ease-in-out infinite;
  animation: put 19s ease-in-out infinite
}

.mfp-content {
  max-width: 460px;
  width: 100%;
  overflow: hidden;
  background-color: #211c1c;
  -webkit-box-shadow: 0 0 35px 0 rgba(235, 60, 103, .15);
  box-shadow: 0 0 35px 0 rgba(235, 60, 103, .15)
}

.mfp-close-btn-in .mfp-close {
  color: #0b60a9;
  right: 10px;
  top: 10px;
  font-size: 50px;
  font-family: Proxima Nova Bold, Arial, Helvetica, sans-serif
}

.question.question-popup {
  padding: 60px 40px 40px
}

.question.question-popup .question-body .wpcf7 {
  margin-bottom: 0
}

.question.question-popup:before {
  display: none
}

.question.question-popup .btn {
  width: 100%;
  margin-top: 20px
}

.question.question-popup .question-body__text {
  margin-bottom: 30px
}

.question.question-popup .wpcf7-form>p {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.question.question-popup .wpcf7-form>p .wpcf7-form-control-wrap {
  width: 100%;
  margin-bottom: 20px
}

.question.question-popup .wpcf7-form>p .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  background: #fff;
  bottom: 80%;
  font-size: 14px
}

.question.question-popup .wpcf7-form>p .ajax-loader {
  top: calc(100% - 24px)
}

.question.question-popup .wpcf7-form .wpcf7-response-output {
  top: unset;
  bottom: 50px;
  font-size: 14px;
  padding: 2px;
  text-align: center
}

.decor {
  width: 100%
}

.decor-img {
  position: relative;
  width: 100%
}

.decor svg {
  position: absolute;
  bottom: 2px
}

.decor-line {
  position: relative;
  width: 100%;
  height: 2px;
  opacity: .8;
  background: #0b60a9
}

@-webkit-keyframes put {
  0% {
    left: 0
  }

  to {
    left: calc(100% - 110px)
  }
}

@keyframes put {
  0% {
    left: 0
  }

  to {
    left: calc(100% - 110px)
  }
}

.list-article {
  padding-top: 30px
}

.list-article__items {
  list-style: none;
  margin: 0;
  padding: 0
}

.list-article__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 15px 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.list-article__item:not(:last-child) {
  border-bottom: 1px solid rgba(143, 0, 150, .5)
}

.list-article__item:last-child {
  margin-bottom: 40px
}

.list-article__img {
  width: 30%
}

@media screen and (max-width:576px) {
  .list-article__img {
    width: 100%
  }
}

.list-article__img img {
  max-width: 100%
}

.list-article__body {
  width: 65%
}

@media screen and (max-width:576px) {
  .list-article__body {
    width: 100%
  }
}

.list-article__title {
  margin: 0;
  margin-bottom: 15px
}

@media screen and (max-width:576px) {
  .list-article__title {
    width: 100%;
    text-align: center
  }
}

.list-article__title a {
  text-decoration: none;
  display: block
}

.list-article__text {
  max-height: 200px;
  overflow: hidden
}

@media screen and (max-width:576px) {
  .list-article__text {
    width: 100%
  }
}

.list-article__text p {
  margin: 0
}

.list-article__btn {
  margin-left: auto;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

@media screen and (max-width:576px) {
  .list-article__btn {
    width: 100%
  }
}

.single-post {
  padding: 30px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.125rem
}

.calculator-wr {
  position: relative
}

.my-loader-simple {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: rgba(145, 72, 149, .24);
  z-index: 5
}

.thanks {
  background-position: 50%;
  background-size: cover
}

.thanks-body {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.thanks-body__content {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 466px;
  max-width: 100%;
  -webkit-box-shadow: 0 0 35px 0 rgba(235, 60, 103, .15);
  box-shadow: 0 0 35px 0 rgba(235, 60, 103, .15);
  background-color: #211c1c;
  padding: 60px
}

.thanks-body__text,
.thanks-body__timer,
.thanks-body__title {
  display: block;
  margin-bottom: 15px
}

.thanks-body__line {
  display: inline-block;
  width: 56px;
  height: 2px;
  margin-bottom: 15px;
  background-color: #eb3c67
}

.header {
  background: #191919
}

.header-body {
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative
}

@media screen and (max-width:991px) {
  .header-body {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
}

.header-logo {
  width: 300px
}

@media screen and (max-width:576px) {
  .header-logo {
    text-align: center
  }
}

@media screen and (max-width:991px) {
  .header-logo {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
  }
}

.header-logo a img {
  width: 300px
}

@media screen and (max-width:576px) {
  .header-logo a img {
    display: inline-block
  }
}

.header-phones {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0
}

@media screen and (max-width:991px) {
  .header-phones {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    width: 100%;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all .5s;
    transition: all .5s;
    margin: 0
  }
}

.header-phones.visible {
  display: none
}

@media screen and (max-width:991px) {
  .header-phones.visible {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-height: unset;
    -ms-flex-pack: distribute;
    justify-content: space-around
  }

  .header-phones.visible .header-phones__item {
    max-width: 50%;
    width: unset;
    padding: 0 4px;
    margin-bottom: 3px
  }

  .header-phones.visible .header-phones__item a:first-child {
    display: none
  }

  .header-phones.visible .header-phones__item a:last-child {
    font-size: .875rem
  }
}

.header-phones__item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding-left: 20px
}

@media screen and (max-width:576px) {
  .header-phones__item {
    padding: 0 10px;
    margin-bottom: 15px
  }
}

.header-phones__item:first-child,
.header-phones__item:nth-of-type(2) {
  margin-bottom: 5px
}

@media screen and (max-width:991px) {

  .header-phones__item:first-child,
  .header-phones__item:nth-of-type(2) {
    margin-bottom: 0
  }
}

@media screen and (max-width:576px) {

  .header-phones__item:first-child,
  .header-phones__item:nth-of-type(2) {
    margin-bottom: 15px
  }
}

.header-phones__item:nth-of-type(odd) {
  margin-left: 75px;
  width: calc(50% - 65px)
}

@media screen and (max-width:1189px) {
  .header-phones__item:nth-of-type(odd) {
    width: 48%;
    margin-left: 2%
  }
}

@media screen and (max-width:991px) {
  .header-phones__item:nth-of-type(odd) {
    width: 100%
  }
}

@media screen and (max-width:576px) {
  .header-phones__item:nth-of-type(odd) {
    margin-left: 0
  }
}

.header-phones__item:nth-of-type(2n) {
  width: calc(50% - 95px);
  margin-left: 85px
}

@media screen and (max-width:1189px) {
  .header-phones__item:nth-of-type(2n) {
    width: 48%;
    margin-left: 2%
  }
}

@media screen and (max-width:991px) {
  .header-phones__item:nth-of-type(2n) {
    width: 100%
  }
}

@media screen and (max-width:576px) {
  .header-phones__item:nth-of-type(2n) {
    margin-left: 0
  }
}

.header-phones__item:before {
  position: absolute;
  content: "";
  width: 11px;
  height: 11px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #074071
}

@media screen and (max-width:576px) {
  .header-phones__item:before {
    display: none
  }
}

@media screen and (max-width:576px) {
  .header-phones__item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
}

.header-phones__item a {
  text-decoration: none
}

@media screen and (max-width:1189px) {
  .header-phones__item a:first-child {
    width: 60%
  }
}

@media screen and (max-width:576px) {
  .header-phones__item a:first-child {
    width: 100%;
    text-align: center;
    margin-bottom: 10px
  }
}

@media screen and (max-width:1189px) {
  .header-phones__item a:last-child {
    width: 40%
  }
}

@media screen and (max-width:576px) {
  .header-phones__item a:last-child {
    width: 100%;
    text-align: center;
    font-size: 1.5rem
  }
}

@media screen and (max-width:576px) and (max-width:1200px) {
  .header-phones__item a:last-child {
    font-size: calc(1.275rem + .3vw)
  }
}

.navigate {
  position: absolute;
  right: 15px;
  top: 100%;
  z-index: 100
}

@media screen and (max-width:991px) {
  .navigate {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    position: static;
    width: 100%;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all .5s;
    transition: all .5s
  }
}

.navigate-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 10px 0;
  margin: 0
}

@media screen and (max-width:991px) {
  .navigate-list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
}

.navigate-list__item {
  margin: 0 30px;
  white-space: nowrap
}

@media screen and (max-width:991px) {
  .navigate-list__item {
    margin: 0
  }
}

.navigate-list__item:first-child {
  margin-left: 0
}

.navigate-list__item:last-child {
  margin-right: 0
}

@media screen and (max-width:991px) {
  .navigate-list__item {
    width: 100%
  }
}

.navigate-list__item a {
  -webkit-transition: all .4s;
  transition: all .4s;
  border-bottom: 1px solid rgba(235, 60, 103, 0);
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 2px 0
}

@media screen and (max-width:991px) {
  .navigate-list__item a {
    font-size: 2.5rem;
    display: block;
    text-align: center;
    padding: 10px 0
  }
}

@media screen and (max-width:991px) and (max-width:1200px) {
  .navigate-list__item a {
    font-size: calc(1.375rem + 1.5vw)
  }
}

@media screen and (min-width:991px) {
  .navigate-list__item a:hover {
    color: #0b60a9;
    border-bottom-color: #0b60a9
  }
}

.navigate-list__item .switcher-dropdown a img,
.navigate-list__item .switcher-dropdown span img {
  margin-right: 7px
}

.navigate-list__item .switcher-dropdown {
  padding: 2px 0
}

@media screen and (max-width:991px) {
  .navigate-list__item .switcher-dropdown li {
    font-size: 2.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
}

@media screen and (max-width:991px) and (max-width:1200px) {
  .navigate-list__item .switcher-dropdown li {
    font-size: calc(1.375rem + 1.5vw)
  }
}

@media screen and (max-width:991px) {
  .navigate-list__item .switcher-dropdown li>span {
    width: 33.33333%;
    border-bottom: 1px solid #fff
  }
}

.navigate-list__item .switcher-dropdown .language-dropdown {
  width: 100%
}

@media screen and (max-width:991px) {
  .navigate-list__item .switcher-dropdown .language-dropdown {
    position: static;
    width: 66.66667%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around
  }
}

@media screen and (max-width:991px) {
  .navigate-list__item .switcher-dropdown .language-dropdown>li {
    width: 50%
  }
}

@media screen and (max-width:991px) {
  .navigate-list__item .switcher-dropdown .language-dropdown>li>a {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
}

.navigate-list__item .switcher-dropdown .item-language-main>span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

@media screen and (max-width:991px) {
  .navigate-list__item .switcher-dropdown .item-language-main>span {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
}

.navigate-list__item .switcher-dropdown .item-language-main>span img {
  margin-right: 7px
}

.navigate-list__item .switcher-dropdown .item-language-main a {
  color: #fff
}

@media screen and (max-width:991px) {
  .navigate-list__item .switcher-dropdown .item-language-main a {
    font-size: 2.5rem
  }
}

@media screen and (max-width:991px) and (max-width:1200px) {
  .navigate-list__item .switcher-dropdown .item-language-main a {
    font-size: calc(1.375rem + 1.5vw)
  }
}

.navigate-list__item .switcher-dropdown .item-language-main a:hover {
  color: #0b60a9
}

.navigate-list__item .switcher-dropdown span img {
  margin-right: 7px
}

.burger {
  display: block;
  width: 35px;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  position: relative
}

.burger .menu-on {
  -webkit-transition: all .8s;
  transition: all .8s
}

.burger .menu-on svg {
  fill: #fff
}

.burger .menu-off {
  -webkit-transition: all .8s;
  transition: all .8s;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0
}

.burger .menu-off svg {
  fill: #fff
}

@media screen and (min-width:992px) {
  .burger {
    display: none
  }
}

.header-body.show .burger .menu-on {
  opacity: 0
}

.header-body.show .burger .menu-off {
  opacity: 1
}

.header-body.show .navigate {
  max-height: 30rem;
  padding: 20px 0
}

.header-body.show .header-phones {
  max-height: 20rem;
  padding: 20px 0
}

.footer {
  padding: 78px 0 0;
  background: #f8f8f8
}

@media screen and (max-width:768px) {
  .footer {
    padding-top: 35px
  }
}

.footer-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.3;
  margin-bottom: 90px
}

@media screen and (max-width:991px) {
  .footer-body {
    margin-bottom: 25px
  }
}

@media screen and (max-width:768px) {
  .footer-body {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center
  }
}

.footer-body__intro {
  width: 271px
}

@media screen and (max-width:768px) {
  .footer-body__intro {
    width: 100%;
    margin-bottom: 15px
  }
}

.footer-body__contact {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 36px;
  padding: 7px 30px 0;
  border-right: 1px solid #e2e2e2;
  border-left: 1px solid #e2e2e2
}

@media screen and (max-width:768px) {
  .footer-body__contact {
    width: 100%;
    margin-bottom: 15px;
    border-right: none;
    border-left: none;
    padding: 0
  }
}

.footer-body__info {
  width: 295px;
  padding-top: 9px
}

@media screen and (max-width:768px) {
  .footer-body__info {
    width: 100%
  }
}

.footer-copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 12px 20px;
  background: #23233f
}

.footer-intro__logo {
  margin-bottom: 10px
}

.footer-intro__text {
  margin-bottom: 28px
}

.footer-intro__btn {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none
}

.footer-contact__list {
  padding-left: 8px;
  position: relative
}

.footer-contact__list:before {
  position: absolute;
  content: "";
  background: #0b60a9;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

@media screen and (max-width:768px) {
  .footer-contact__list {
    text-align: left
  }
}

.footer-info__text {
  margin-bottom: 27px
}

.footer-info__soc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}

@media screen and (max-width:768px) {
  .footer-info__soc {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
}

.footer-info__link {
  margin: 0 16px;
  display: block
}

.footer-info__link:last-child {
  margin-right: 0
}

.footer-info__link:first-child {
  margin-left: 0
}

.develop a {
  color: #fff;
  -webkit-transition: all .4s;
  transition: all .4s
}

.develop a:hover {
  color: #0b60a9
}

@import url("https://fonts.googleapis.com/css2?family=Roboto&display=swap");

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


.form {
  max-width: 800px;
  padding: 0 10px;
  margin: auto;
  font-family: Roboto, sans-serif;
  position: relative
}

.form__group {
  width: 100%;
  margin-top: 20px;
  position: relative
}

.form__group label {
  font-size: 18px;
  display: block;
  margin-bottom: 5px
}

.form__group input,
.form__group select {
  width: 100%;
  height: 30px;
  padding: 1px 2px
}

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

.form__group-radio label {
  width: 100%
}

.form__group-radio .radios {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.form__group-radio .radios label {
  margin-bottom: 0
}

.form__group.dollar input {
  padding: 4px 2px 2px 15px
}

.form__group.dollar span.symbol {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  top: 34px;
  left: 5px;
  font-size: 14px;
  font-weight: 600
}

.form button,
.form input[type=submit] {
  display: block;
  cursor: pointer;
  height: 90px;
  color: #fff;
  font-weight: 600;
  border: none;
  outline: none;
  margin: 50px auto;
  text-align: center;
  padding: 15px 30px;
  background: #0b60a9;
  max-width: 280px
}

.form .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.form .row label {
  height: 44px
}

.form .row .form__group.dollar span.symbol {
  top: 56px
}

.form .row .form__group {
  margin: 20px 10px 0 0
}

.form .row input,
.form .row select {
  width: 100%;
  margin: auto;
  display: block
}

.hidden {
  display: none
}

.error-message {
  color: red
}

.icon {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 31px;
  right: 5px;
  pointer-events: none;
  z-index: 2
}

.icon.icon-success {
  fill: green
}

.icon.icon-error {
  fill: red
}

.tarifu {
  font-size: 18px
}

.tarifu>div {
  margin: 20px auto;
  max-width: 800px
}

.autocomplete-suggestions {
  text-align: left;
  cursor: default;
  border: 1px solid #ccc;
  border-top: 0;
  background: #fff;
  -webkit-box-shadow: -1px 1px 3px rgba(0, 0, 0, .1);
  box-shadow: -1px 1px 3px rgba(0, 0, 0, .1);
  position: absolute;
  display: none;
  z-index: 9999;
  max-height: 254px;
  overflow: hidden;
  overflow-y: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.autocomplete-suggestion {
  position: relative;
  padding: 0 .6em;
  line-height: 23px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  font-size: 1.02em;
  color: #333
}

.autocomplete-suggestion b {
  font-weight: 400;
  color: #1f8dd6
}

.autocomplete-suggestion.selected {
  background: #f0f0f0
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0
}

input[type=number] {
  -moz-appearance: textfield
}

.bold {
  font-weight: 600
}



.form__group.total label {
  font-size: 26px;
}

.form__group.total input {
  height: 50px;
  font-size: 20px;
}

.form .row .form__group.hidden {
  display: none;
}
section#video {
    padding-top: 60px;
}
.vidcont {
    width: 55%;
    margin: 0 auto;
}

@media (max-width: 768px) {
  #count_form>div:nth-child(15) {
    flex-direction: column;
  }
  .vidcont {
    width: 100%;
}
.header-logo {
    width: 260px;
}
.header-logo a img {
    width: 260px;
}
.intro-content:before {
    width: 100%;
}
.intro-content {
    padding-top: 26px;
	    padding-left: 10px;
    padding-right: 10px;
}
.intro-content__text {
    font-size: 1.55rem;
}
.intro {
        background-position: 20% center;
}
}
