html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  outline: none; }

html {
  height: 101%; }

body {
  font-size: 62.5%;
  line-height: 1.3;
  font-size: 16px;
  font-family: "Manrope", Tahoma, Verdana, sans-serif;
  color: #163441;
  background: #fff; }

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

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

strong {
  font-weight: bold; }

input {
  outline: none; }

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

img {
  border: 0;
  max-width: 100%; }

a {
  text-decoration: none;
  text-decoration-skip-ink: none; }

a:hover {
  text-decoration: none; }

[class^='icon-'] {
  display: inline-block; }

* {
  outline: none !important; }

.mob-menu {
  position: absolute;
  left: 50px;
  top: 60px;
  z-index: 499;
  width: 48px;
  cursor: pointer;
  text-align: center; }

@media (max-width: 1250px) {
  .mob-menu {
    left: 15px; } }

@media (max-width: 550px) {
  .mob-menu {
    top: 10px;
    left: auto;
    right: 15px; } }

.mob-menu span {
  width: 48px;
  height: 2px;
  margin: 6px 0;
  background: #163441;
  display: block;
  -webkit-border-radius: 5px;
          border-radius: 5px; }

.mob-menu .title_menu {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg);
  margin-top: 50px;
  letter-spacing: 4px;
  font-size: 12px;
  text-transform: uppercase;
  margin-right: 3px; }

@media (max-width: 550px) {
  .mob-menu .title_menu {
    display: none; } }

.close-mob {
  width: 41px;
  height: 41px;
  position: relative;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  z-index: 999;
  opacity: 1;
  cursor: pointer; }

.close-mob:before, .close-mob:after {
  position: absolute;
  left: 18px;
  content: ' ';
  height: 30px;
  width: 2px;
  background-color: #000;
  top: 4px; }

.close-mob:before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg); }

.close-mob:after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg); }

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

label.error {
  display: none !important; }

.error {
  border-color: red !important; }

.checkbox input {
  position: absolute;
  z-index: -1;
  opacity: 0;
  margin: 10px 0 0 20px; }

label.checkbox {
  display: block;
  margin-left: 38px;
  margin-top: 8px; }

@media (max-width: 900px) {
  label.checkbox {
    margin-left: 0;
    text-align: center; } }

.checkbox__text {
  position: relative;
  padding: 0 0 0 25px;
  cursor: pointer;
  text-transform: uppercase;
  vertical-align: middle;
  color: #163441;
  font-size: 9px; }

.checkbox__text a {
  color: #163441;
  text-decoration: underline;
  font-size: 9px; }

.checkbox__text:before {
  content: '';
  position: absolute;
  top: -2px;
  left: 0;
  width: 16px;
  height: 16px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #a4a4ab; }

.checkbox input:checked + .checkbox__text:after {
  content: '';
  position: absolute;
  background: url("../img/checkbox.png") no-repeat center center;
  width: 8px;
  height: 6px;
  top: 3px;
  left: 4px; }

.modal-dialog {
  margin-left: auto;
  margin-right: auto;
  width: -webkit-calc(100% - 30px);
  width: calc(100% - 30px); }

.modal {
  padding-right: 0 !important; }

.wrapper {
  padding-left: 140px;
  padding-right: 30px; }

@media (max-width: 1250px) {
  .wrapper {
    padding-left: 80px; } }

@media (max-width: 550px) {
  .wrapper {
    padding-left: 20px;
    padding-right: 20px; } }

header {
  width: -webkit-calc(100% - 234px);
  width: calc(100% - 234px);
  background: url("../img/header.jpg") no-repeat bottom right;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
  padding-bottom: 185px; }

@media (max-width: 550px) {
  header {
    padding-bottom: 100px; } }

@media (max-width: 1500px) {
  header {
    -ms-background-position-x: calc(100% + 200px);
    background-position-x: -webkit-calc(100% + 200px);
    background-position-x: calc(100% + 200px); } }

@media (max-width: 1040px) {
  header {
    width: 100%; } }

@media (max-width: 900px) {
  header {
    -ms-background-position-x: left;
    background-position-x: left; } }

.top_header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 40px; }

@media (max-width: 900px) {
  .top_header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; } }

.top_header .logo {
  margin-bottom: 20px; }

.top_header .map {
  margin-top: 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: underline;
  font-size: 12px;
  color: #4795cc; }

@media (max-width: 900px) {
  .top_header .map {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 10px; } }

.top_header .map i {
  margin-right: 8px; }

.top_header .phone {
  display: block;
  font-size: 40px;
  color: #34373d;
  font-family: "ManropeExtra", Tahoma, Verdana, sans-serif; }

@media (max-width: 550px) {
  .top_header .phone {
    font-size: 30px; } }

.top_header .callback {
  color: #ffffff;
  font-size: 14px;
  font-family: "ManropeExtra", Tahoma, Verdana, sans-serif;
  background: #4795cc;
  padding: 8px 30px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  width: 100%;
  display: block;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 4px; }

@media (max-width: 550px) {
  .top_header .callback {
    letter-spacing: 0;
    font-size: 12px; } }

.bottom_header h1 {
  margin-top: 125px;
  font-family: "ManropeExtra", Tahoma, Verdana, sans-serif;
  font-size: 64px;
  max-width: 70%;
  margin-bottom: 25px; }

@media (max-width: 1679px) {
  .bottom_header h1 {
    font-size: 55px;
    max-width: 50%; }
  .bottom_header h1 br {
    display: none; } }

@media (max-width: 1370px) {
  .bottom_header h1 {
    font-size: 45px;
    max-width: 500px; }
  .bottom_header h1 br {
    display: none; } }

@media (max-width: 900px) {
  .bottom_header h1 {
    text-align: center;
    max-width: 100%; } }

@media (max-width: 550px) {
  .bottom_header h1 {
    margin-top: 50px;
    font-size: 30px; } }

.bottom_header h5 {
  font-size: 26px;
  margin-bottom: 50px; }

@media (max-width: 900px) {
  .bottom_header h5 {
    text-align: center;
    font-size: 22px; } }

.bottom_header .inputs {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-shadow: 0px 4px 15px 0px rgba(214, 73, 73, 0.5);
  box-shadow: 0px 4px 15px 0px rgba(214, 73, 73, 0.5);
  -webkit-border-radius: 50px;
  border-radius: 50px;
  width: 100%;
  max-width: 750px;
  -webkit-animation: pulse 1.5s infinite;
          animation: pulse 1.5s infinite; }

@media (max-width: 900px) {
  .bottom_header .inputs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-animation: none;
            animation: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; } }

.bottom_header .inputs input[type="text"] {
  -webkit-border-radius: 50px;
  border-radius: 50px;
  border: 6px solid #d64949;
  padding: 21px 30px;
  width: 100%;
  display: block;
  color: #284555;
  font-size: 26px;
  font-family: "ManropeExtra", Tahoma, Verdana, sans-serif;
  max-width: 420px; }

@media (max-width: 550px) {
  .bottom_header .inputs input[type="text"] {
    padding: 10px 30px;
    font-size: 22px; } }

@media (max-width: 350px) {
  .bottom_header .inputs input[type="text"] {
    padding-left: 15px;
    padding-right: 15px; } }

.bottom_header .inputs input[type="text"]::-webkit-input-placeholder {
  opacity: 1; }

.bottom_header .inputs input[type="text"]:-moz-placeholder {
  opacity: 1; }

.bottom_header .inputs input[type="text"]::-moz-placeholder {
  opacity: 1; }

.bottom_header .inputs input[type="text"]:-ms-input-placeholder {
  opacity: 1; }

@media (max-width: 900px) {
  .bottom_header .inputs input[type="text"] {
    -webkit-animation: pulse 1.5s infinite;
            animation: pulse 1.5s infinite; } }

.btn_red {
  font-family: "ManropeExtra", Tahoma, Verdana, sans-serif;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  border: 6px solid #d64949;
  background: #d64949;
  max-width: 420px;
  display: block;
  width: 100%;
  font-size: 18px;
  text-transform: uppercase;
  color: #ffffff;
  letter-spacing: 4px;
  margin-left: -85px; }

@media (max-width: 900px) {
  .btn_red {
    margin-left: 0;
    height: 95px;
    margin-top: 15px;
    -webkit-box-shadow: 0px 4px 15px 0px rgba(214, 73, 73, 0.5);
    box-shadow: 0px 4px 15px 0px rgba(214, 73, 73, 0.5); } }

@media (max-width: 550px) {
  .btn_red {
    height: 70px;
    letter-spacing: 1px;
    font-size: 16px; } }

.podbor {
  font-weight: 700;
  position: relative;
  padding-left: 42px;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 50px;
  margin-bottom: 15px; }

@media (max-width: 900px) {
  .podbor {
    text-align: center;
    padding: 0; } }

.podbor:after {
  content: '';
  position: absolute;
  width: 26px;
  height: 2px;
  left: 0;
  background: #163441;
  top: 50%;
  margin-top: -1px; }

@media (max-width: 900px) {
  .podbor:after {
    content: none; } }

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

@media (max-width: 950px) {
  .buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 350px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; } }

.buttons div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: #ffffff;
  margin-right: 7px;
  font-family: "ManropeExtra", Tahoma, Verdana, sans-serif;
  font-size: 16px;
  padding: 22px 25px;
  -webkit-box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.2); }

@media (max-width: 950px) {
  .buttons div {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; } }

@media (max-width: 360px) {
  .buttons div {
    font-size: 13px;
    font-family: "Manrope", Tahoma, Verdana, sans-serif;
    font-weight: bold;
    padding: 22px 20px; } }

.buttons div i {
  margin-left: 17px; }

.show_video {
  position: absolute;
  top: 0;
  right: -234px;
  height: 100%;
  background: url("../img/right_header.jpg") no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  width: 234px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  text-align: center;
  color: #ffffff !important;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

.show_video:hover {
  opacity: 0.8; }

@media (max-width: 1040px) {
  .show_video {
    display: none; } }

.show_video .title {
  margin-top: 32px;
  font-size: 16px;
  font-family: "ManropeExtra", Tahoma, Verdana, sans-serif; }

.show_video .title span {
  display: block;
  margin-top: 18px;
  font-size: 10px;
  letter-spacing: 1px;
  text-transform: uppercase; }

#callback .modal-dialog {
  max-width: 400px;
  border: none; }

#callback .modal-dialog .title {
  text-align: center;
  margin-bottom: 30px;
  font-family: "ManropeExtra", Tahoma, Verdana, sans-serif;
  font-size: 24px; }

#callback .modal-dialog .modal-body {
  padding: 30px; }

#callback .modal-dialog input {
  width: 100%;
  display: block;
  margin-bottom: 15px; }

#callback .modal-dialog input[type="text"] {
  padding: 17px 25px;
  border: 1px solid #ccc;
  -webkit-border-radius: 30px;
  border-radius: 30px; }

#callback .modal-dialog .btn_red {
  margin-left: 0;
  max-width: 100%;
  height: 60px;
  -webkit-box-shadow: 0px 3px 0px 0px #8c3131;
  -moz-box-shadow: 0px 3px 0px 0px #8c3131;
  cursor: pointer;
  box-shadow: 0px 3px 0px 0px #8c3131; }

#callback .close {
  width: 50px;
  height: 50px;
  color: #D64949;
  opacity: 1;
  text-shadow: none;
  font-weight: 300;
  font-size: 40px;
  position: absolute;
  top: -20px;
  right: -20px;
  background: #ffffff;
  z-index: 3;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 13px 3px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 13px 3px rgba(0, 0, 0, 0.4);
  padding-bottom: 7px;
  padding-left: 1px; }

#callback label.checkbox {
  margin-left: 0; }

#video .modal-dialog {
  max-width: 800px; }

#video .modal-dialog iframe {
  width: 100%;
  height: 400px; }

#video .modal-content {
  border: none;
  background: none; }

#video .close {
  opacity: 1;
  text-shadow: none;
  color: #ffffff;
  font-weight: 300;
  font-size: 40px;
  position: absolute;
  z-index: 3;
  cursor: pointer;
  right: -15px;
  top: -20px; }

#senk .modal-content {
  -webkit-border-radius: 50px;
  border-radius: 50px; }

#senk .modal-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 30px;
  padding-right: 30px; }

#senk .close {
  color: #D64949;
  opacity: 1;
  text-shadow: none;
  padding-bottom: 3px;
  font-weight: 200;
  font-size: 35px; }

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(214, 73, 73, 0.4); }
  70% {
    -webkit-box-shadow: 0 0 0 15px rgba(204, 169, 44, 0); }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0); } }

@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(214, 73, 73, 0.4);
            box-shadow: 0 0 0 0 rgba(214, 73, 73, 0.4); }
  70% {
    -webkit-box-shadow: 0 0 0 15px rgba(204, 169, 44, 0);
            box-shadow: 0 0 0 15px rgba(204, 169, 44, 0); }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
            box-shadow: 0 0 0 0 rgba(204, 169, 44, 0); } }

.menu {
  position: absolute;
  top: 0;
  width: 100%;
  background: #ffffff;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-box-shadow: 0px 0px 13px 3px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 13px 3px rgba(0, 0, 0, 0.4);
  width: -webkit-calc(100% + 234px);
  width: calc(100% + 234px);
  opacity: 0; }

@media (max-width: 1120px) {
  .menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    height: 100%;
    position: fixed;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; } }

.menu .close-mob {
  margin-right: 50px; }

@media (max-width: 1270px) {
  .menu .close-mob {
    margin-right: 20px; } }

@media (max-width: 1120px) {
  .menu .close-mob {
    position: absolute;
    right: 15px;
    top: 15px; } }

.menu .logo {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

@media (max-width: 1120px) {
  .menu .logo {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0; } }

.menu ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

@media (max-width: 1120px) {
  .menu ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; } }

.menu ul li {
  margin-right: 30px; }

@media (max-width: 1270px) {
  .menu ul li {
    margin-right: 15px; } }

@media (max-width: 1120px) {
  .menu ul li {
    margin-right: 0; } }

.menu ul li a {
  color: #163441;
  font-size: 18px;
  position: relative;
  display: block;
  padding-bottom: 7px;
  padding-top: 7px; }

.menu ul li a:after {
  content: '';
  position: absolute;
  width: 0;
  height: 1px;
  bottom: 0;
  left: 0;
  background: #163441;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s; }

@media (max-width: 1120px) {
  .menu ul li a:after {
    left: 50%;
    margin-left: -15px; } }

.menu ul li a:hover:after {
  width: 30px; }
