@font-face {
  font-family: 'Charter';
  src: url("../font/CharterBoldBT.ttf");
}

@font-face {
  font-family: 'Roboto-bold';
  src: url("../font/Roboto-Bold.ttf");
}

@font-face {
  font-family: 'Roboto-light';
  src: url("../font/Roboto-Light.ttf");
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Roboto-light';
  color: #fff;
}

h1 {
  font-family: 'Charter';
  font-size: 56px;
  line-height: 56px;
  letter-spacing: 0em;
  margin-top: 20px;
  max-width: 777px;
  margin: 0 auto;
}

h2 {
  font-family: 'Charter';
  font-size: 60px;
  line-height: 70px;
  letter-spacing: 0em;
}

h3 {
  font-family: 'Charter';
  font-size: 30px;
  line-height: 20px;
  letter-spacing: 0em;
}

p {
  font-family: 'Roboto-light';
  font-size: 13px;
  opacity: .7;
}

a {
  font-size: 16px;
  text-decoration: none;
}
.feee {
  text-transform: uppercase;
}
#main-wrapper {
  width: 100%;
  display: flex;
  height: 100%;
  position: fixed;
}

#main-wrapper .sibling-side {
  width: 50%;
  height: 100%;
  border-right: 1px solid #4b536c;
  overflow: hidden;
  background: #383938;
  position: relative;
}

#main-wrapper .sibling-side .sib-slider {
  width: 100%;
  height: 60%;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 100;
  display: flex;
  flex-direction: column;
}

#main-wrapper .sibling-side .sib-slider .left-slide-top, #main-wrapper .sibling-side .sib-slider .right-slide-top {
  height: 90px;
  margin: 30px 30px;
  display: flex;
  opacity: 0;
  visibility: hidden;
}

#main-wrapper .sibling-side .sib-slider .left-slide-top .slide-dots-back, #main-wrapper .sibling-side .sib-slider .right-slide-top .slide-dots-back {
  width: 100%;
  background: url("../img/dotted.svg");
  background-position: center;
}

#main-wrapper .sibling-side .sib-slider .left-slide-top .l-s-close, #main-wrapper .sibling-side .sib-slider .left-slide-top .r-s-close, #main-wrapper .sibling-side .sib-slider .right-slide-top .l-s-close, #main-wrapper .sibling-side .sib-slider .right-slide-top .r-s-close {
  cursor: pointer;
  width: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: .7;
  transition: .3s ease-in-out;
}

#main-wrapper .sibling-side .sib-slider .left-slide-top .l-s-close:hover, #main-wrapper .sibling-side .sib-slider .left-slide-top .r-s-close:hover, #main-wrapper .sibling-side .sib-slider .right-slide-top .l-s-close:hover, #main-wrapper .sibling-side .sib-slider .right-slide-top .r-s-close:hover {
  opacity: 1;
}

#main-wrapper .sibling-side .sib-slider .left-slide-top .l-s-close img, #main-wrapper .sibling-side .sib-slider .left-slide-top .r-s-close img, #main-wrapper .sibling-side .sib-slider .right-slide-top .l-s-close img, #main-wrapper .sibling-side .sib-slider .right-slide-top .r-s-close img {
  margin: 0 0;
}

#main-wrapper .sibling-side .sib-slider .left-slide-top .l-s-close span, #main-wrapper .sibling-side .sib-slider .left-slide-top .r-s-close span, #main-wrapper .sibling-side .sib-slider .right-slide-top .l-s-close span, #main-wrapper .sibling-side .sib-slider .right-slide-top .r-s-close span {
  transform: rotate(-90deg);
  width: 40px;
  font-size: 11px;
  opacity: 0;
  letter-spacing: 2px;
}

#main-wrapper .sibling-side .sib-slider .right-slide-top {
  flex-direction: row-reverse;
}

#main-wrapper .sibling-side .sib-slider .left-slide-mid, #main-wrapper .sibling-side .sib-slider .right-slide-mid {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  opacity: 0;
  visibility: hidden;
}
#main-wrapper .sibling-side .sib-slider .left-slide-mid p {
  text-transform: uppercase;
}
.right-slide-mid .form-adress {
  width: 210px;
  opacity: 1;
  margin-top: 20px;
}

#main-wrapper .sibling-side .sib-slider .left-slide-mid h3, #main-wrapper .sibling-side .sib-slider .right-slide-mid h3 {
  padding: 30px 0;
}

#main-wrapper .sibling-side .sib-slider .left-slide-mid nav, #main-wrapper .sibling-side .sib-slider .right-slide-mid nav {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-self: center;
  text-align: center;
}

#main-wrapper .sibling-side .sib-slider .right-slide-mid nav a {
  opacity: .7;
  transition: .3s ease-in-out;
  margin: 5px 0;
}
#main-wrapper .sibling-side .sib-slider .left-slide-mid nav a {
   margin: 5px 0;
   cursor: default;
}

#main-wrapper .sibling-side .sib-slider .left-slide-mid nav a:hover, #main-wrapper .sibling-side .sib-slider .right-slide-mid nav a:hover {
  opacity: 1;
}

#main-wrapper .sibling-side .sib-slider .left-slide-mid .send-btn-lef, #main-wrapper .sibling-side .sib-slider .right-slide-mid .send-btn-lef {
  background: transparent;
  border: 1px solid #fff;
  font-family: 'Charter';
  font-size: 30px;
  padding: 10px 25px;
  margin-top: 30px;
  cursor: pointer;
  transition: .5s ease-in-out;
}

#main-wrapper .sibling-side .sib-slider .left-slide-mid .send-btn-lef:hover, #main-wrapper .sibling-side .sib-slider .right-slide-mid .send-btn-lef:hover {
  background: rgba(255, 255, 255, 0.2);
}

#main-wrapper .sibling-side .sib-slider .right-slide-mid {
  width: 100%;
}

#main-wrapper .sibling-side .sib-slider .right-slide-mid #contact-form {
  width: 100%;
  max-width: 70%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#main-wrapper .sibling-side .sib-slider .right-slide-mid #contact-form .in-area {
  background: transparent;
  width: 100%;
  border: none;
  border-bottom: 1px solid #6a6b6a;
  margin: 10px 0;
  outline: none !important;
  line-height: 30px;
  transition: .3s ease-in-out;
}

#main-wrapper .sibling-side .sib-slider .right-slide-mid #contact-form .in-area:focus {
  color: #fff;
  border-bottom-color: #fff;
}

#main-wrapper .sibling-side .sib-slider .right-slide-mid #contact-form .in-area:focus::placeholder {
  color: #fff;
}

#main-wrapper .sibling-side .sib-slider .right-slide-mid #contact-form .textareas {
  resize: vertical;
  max-height: 150px;
  min-height: 50px;
}

#main-wrapper .sibling-side .sib-slider .right-slide-mid #contact-form .sendMsg {
  background: transparent;
  border: 1px solid #fff;
  font-family: 'Charter';
  font-size: 30px;
  padding: 0 25px;
  cursor: pointer;
  transition: .5s ease-in-out;
  margin-top: 15px;
  line-height: 50px;
}

#main-wrapper .sibling-side .sib-slider .right-slide-mid #contact-form .sendMsg:before {
  content: '';
  width: 20px;
  height: 2px;
  background: red;
}

#main-wrapper .sibling-side .sib-slider .left-slide-bot, #main-wrapper .sibling-side .sib-slider .right-slide-bot {
  height: 150px;
  background: url("../img/dotted.svg");
  background-position: center;
  height: 90px;
  margin: 30px 30px;
  opacity: 0;
}

#main-wrapper .sibling-side .sib-slider .action-left {
  text-align: center;
  line-height: 38px;
  display: none;
  letter-spacing: 2px;
}

#main-wrapper .sibling-side .sib-slider .action-right {
  text-align: center;
  line-height: 38px;
  display: none;
  letter-spacing: 2px;
}

#main-wrapper .left-side {
  background: url("../img/bakVid.jpg");
  background-position-y: top;
}

#main-wrapper .left-side .left-slider {
  background: rgba(80, 103, 176, 0.96);
  left: -95%;
}

#main-wrapper .right-side {
  background: #212b4a;
  background-image: url("../img/dd.svg");
  background-size: 40px;
}

#main-wrapper .right-side .right-slider {
  background: #383938;
  right: -95%;
}

#main-wrapper .central-block {
  position: absolute;
  top: 55px;
  left: 90px;
  right: 90px;
  bottom: 55px;
}

#main-wrapper .central-block .central-block_wrap {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
}

#main-wrapper .central-block .central-block_wrap .top-line {
  display: flex;
  justify-content: space-between;
}

#main-wrapper .central-block .central-block_wrap .top-line .lang-switch a {
  text-decoration: none;
  color: #fff;
  margin-left: 10px;
}

#main-wrapper .central-block .central-block_wrap .top-line .lang-switch .activ {
  font-weight: bold;
}

#main-wrapper .central-block .central-block_wrap .middle-line {
  height: 380px;
  width: 100%;
  margin: auto 0;
  display: flex;
  justify-content: space-between;
}

#main-wrapper .central-block .central-block_wrap .middle-line .middle-sib {
  width: 300px;
  display: flex;
  align-items: center;
}

#main-wrapper .central-block .central-block_wrap .middle-line .middle-sib .btn-wrap {
  display: flex;
  align-items: center;
  width: 100%;
  cursor: pointer;
}

#main-wrapper .central-block .central-block_wrap .middle-line .middle-sib .btn-wrap:hover .dot {
  animation: inherit !important;
}

#main-wrapper .central-block .central-block_wrap .middle-line .middle-sib .btn-wrap:hover .btn-text {
  opacity: 1;
}

#main-wrapper .central-block .central-block_wrap .middle-line .middle-sib .btn-wrap .dots {
  width: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#main-wrapper .central-block .central-block_wrap .middle-line .middle-sib .btn-wrap .dots .dot {
  border-radius: 50%;
  background: #fff;
  animation: biSmall 3s infinite;
}

#main-wrapper .central-block .central-block_wrap .middle-line .middle-sib .btn-wrap .dots .dot-one {
  width: 13px;
  height: 13px;
  animation-delay: .4s;
}

#main-wrapper .central-block .central-block_wrap .middle-line .middle-sib .btn-wrap .dots .dot-two {
  width: 9px;
  height: 9px;
  animation-delay: .2s;
}

#main-wrapper .central-block .central-block_wrap .middle-line .middle-sib .btn-wrap .dots .dot-three {
  width: 6px;
  height: 6px;
}

#main-wrapper .central-block .central-block_wrap .middle-line .middle-sib .btn-wrap .btn-text {
  letter-spacing: 3px;
  transition: .3s ease-in-out;
  margin: 0 10px;
  text-transform: uppercase;
}

#main-wrapper .central-block .central-block_wrap .middle-line .middle-centr {
  width: 100%;
  display: flex;
  flex-direction: column;
}

#main-wrapper .central-block .central-block_wrap .middle-line .middle-centr .middle-center-top {
  height: 30px;
  text-align: center;
}

#main-wrapper .central-block .central-block_wrap .middle-line .middle-centr .middle-center-top p {
  letter-spacing: 3px;
}

#main-wrapper .central-block .central-block_wrap .middle-line .middle-centr .middle-center-mid {
  height: 90%;
  text-align: center;
  display: flex;
  align-items: center;
  position: relative;
}

#main-wrapper .central-block .central-block_wrap .middle-line .middle-centr .middle-center-mid h1 {
  text-align: center;
}

#main-wrapper .central-block .central-block_wrap .middle-line .middle-centr .middle-center-mid i {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  cursor: pointer;
  display: none;
}

#main-wrapper .central-block .central-block_wrap .middle-line .middle-centr .middle-center-mid .fa-chevron-left {
  left: 10px;
}

#main-wrapper .central-block .central-block_wrap .middle-line .middle-centr .middle-center-mid .fa-chevron-right {
  right: 10px;
}

#main-wrapper .central-block .central-block_wrap .middle-line .middle-centr .middle-center-bot {
  height: 30px;
  text-align: center;
}

#main-wrapper .central-block .central-block_wrap .middle-line .middle-centr .middle-center-bot .btn-next {
  animation: topDown 1s infinite ease-in-out;
}

#main-wrapper .central-block .central-block_wrap .bottom-line {
  height: 44px;
  display: flex;
  justify-content: space-between;
}

#main-wrapper .central-block .central-block_wrap .bottom-line .bottom-left {
  display: flex;
  align-items: center;
}

#main-wrapper .central-block .central-block_wrap .bottom-line .bottom-middle {
  display: flex;
  align-items: center;
}

#main-wrapper .central-block .central-block_wrap .bottom-line .bottom-middle .email {
  margin: 0 10px;
}

#main-wrapper .central-block .central-block_wrap .bottom-line .bottom-middle a {
  font-size: 15px;
  transition: .5s ease-in-out;
  color: #BCBFC8;
}
#main-wrapper .central-block .central-block_wrap .bottom-line .bottom-middle a span {
  color: #BCBFC8;
}

#main-wrapper .central-block .central-block_wrap .bottom-line .bottom-middle a i {
  padding-right: 3px;
  color: #fff;
}
#main-wrapper .central-block .central-block_wrap .bottom-line .bottom-middle a i.fb-icon {
  padding-right: 15px;
}
.bottom-middle-tel-second {
  padding-left: 15px;
}
.bottom-middle-tel-second span {
  padding-left: 5px;
}
#main-wrapper .central-block .central-block_wrap .bottom-line .bottom-middle a:hover {
  color: #fff;
}

#main-wrapper .central-block .central-block_wrap .bottom-line .bottom-right {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

@keyframes biSmall {
  0% {
    transform: scale(0.8);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.3);
  }
}

@keyframes topDown {
  0% {
    margin-top: 0;
  }
  50% {
    margin-top: 10px;
  }
  100% {
    margin-top: 0;
  }
}

@keyframes closeAnim {
  0% {
    line-height: 12px;
  }
  50% {
    line-height: 15px;
  }
  100% {
    line-height: 12px;
  }
}

@media (max-width: 1400px) {
  h1 {
    font-size: 40px;
    line-height: 40px;
    max-width: 610px;
    margin: 0 auto;
  }
  #main-wrapper .sibling-side .sib-slider .right-slide-mid #contact-form .textareas {
    max-height: 50px;
  }
}

@media (max-width: 1420px) {
  #main-wrapper .central-block .central-block_wrap .bottom-line .bottom-middle {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #main-wrapper .central-block .central-block_wrap .bottom-line .bottom-middle a {
    margin: 5px 0;
  }
  #main-wrapper .central-block .central-block_wrap .bottom-line {
    height: 120px;
  }
  .bottom-middle-tel-second span {

  }
  .bottom-middle-tel-second {
    padding-left: 0;
  }
}

@media (max-width: 1080px) {
  h1 {
    font-size: 47px;
    line-height: 71px;
  }
  #main-wrapper .central-block {
    left: 44px;
    right: 44px;
  }
}

@media (max-width: 840px) {
  #main-wrapper .central-block .central-block_wrap .bottom-line .bottom-middle .location {
    max-width: 240px;
    text-align: center;
  }
  #main-wrapper .central-block .central-block_wrap .bottom-line .bottom-left, #main-wrapper .central-block .central-block_wrap .bottom-line .bottom-right {
    width: 120px;
  }
  #main-wrapper .central-block .central-block_wrap .bottom-line {
    height: 140px;
  }
}

.m-o {
  display: none;
  width: 29px;
}

@media (max-width: 700px) {
  #main-wrapper {
    overflow-y: hidden !important;
  }
  #main-wrapper .central-block .central-block_wrap .bottom-line {
    background: #212b4a;
  }
  #main-wrapper .central-block .central-block_wrap .bottom-line .bottom-middle, #main-wrapper .central-block .central-block_wrap .middle-line .middle-sib, .link-logo, .back-video, #main-wrapper .central-block .central-block_wrap .middle-line .middle-centr .middle-center-bot, #main-wrapper .sibling-side .sib-slider .left-slide-mid .send-btn-lef {
    display: none;
  }
  #main-wrapper .central-block .central-block_wrap .top-line {
    justify-content: center;
  }
  #main-wrapper .central-block .central-block_wrap .top-line .lang-switch a {
    margin: 0 5px;
  }
  #main-wrapper .central-block {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
  }
  #main-wrapper .sibling-side .sib-slider {
    top: -53%;
    left: 0 !important;
    right: 0 !important;
    bottom: inherit;
  }
  #main-wrapper .central-block .central-block_wrap .bottom-line .bottom-left, #main-wrapper .central-block .central-block_wrap .bottom-line .bottom-right {
    align-items: center;
    padding: 0 10px;
  }
  h1 {
    font-size: 18px;
    line-height: 20px;
    padding: 0 13px;
  }
  .bottom-middle {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .bottom-middle a {
    /* display: flex; */
    flex-direction: column;
    align-items: center;
    font-size: 14px;
    /* height: 50px; */
    margin-top: 5px;
  }
  .bottom-middle a i {
    margin-bottom: 2px;
    font-size: 13px;
  }
  .location {
    max-width: 240px;
    text-align: center;
  }
  #main-wrapper .central-block .central-block_wrap .middle-line {
    height: 100%;
    width: 100%;
    margin: auto 0;
    display: flex;
    justify-content: space-between;
    max-height: 355px;
  }
  #main-wrapper .central-block .central-block_wrap .bottom-line .bottom-left, #main-wrapper .central-block .central-block_wrap .bottom-line .bottom-right {
    width: 100%;
  }
  #main-wrapper .central-block .central-block_wrap .bottom-line .bottom-right {
    max-width: 144px;
  }
  #main-wrapper .sibling-side .sib-slider .action-left, #main-wrapper .sibling-side .sib-slider .action-right {
    display: block;
    font-size: 13px;
    font-weight: bold;
    line-height: 30px;
    position: absolute;
    bottom: 1%;
    left: 0;
    right: 0;
  }
  #main-wrapper .sibling-side .sib-slider .left-slide-top, #main-wrapper .sibling-side .sib-slider .right-slide-top, #main-wrapper .sibling-side .sib-slider .left-slide-bot, #main-wrapper .sibling-side .sib-slider .right-slide-bot {
    height: 30px;
    margin: 10px 10px;
  }
  .lang-switch {
    margin-top: 50px;
  }
  #main-wrapper .left-side {
    background: url("../img/mob-bak.jpg");
    background-position-x: center;
  }
  #main-wrapper .sibling-side .sib-slider .left-slide-top .slide-dots-back, #main-wrapper .sibling-side .sib-slider .right-slide-top .slide-dots-back {
    background: url("../img/dots-mini.svg");
  }
  #main-wrapper .sibling-side .sib-slider .left-slide-bot, #main-wrapper .sibling-side .sib-slider .right-slide-bot {
    background: url("../img/dots-mini.svg");
  }
  #main-wrapper .sibling-side .sib-slider .right-slide-mid #contact-form .sendMsg {
    padding: 10px 25px;
    margin-top: 30px;
    font-size: 15px;
  }
  #main-wrapper .sibling-side .sib-slider .right-slide-top .r-s-close {
    position: absolute;
    left: 0;
    top: 7px;
    background: #383938;
    opacity: 1;
  }
  #main-wrapper .central-block .central-block_wrap .middle-line .middle-centr .middle-center-mid i {
    display: flex;
    align-items: center;
  }
  .m-c {
    display: none;
  }
  .m-o {
    display: block;
  }
}

@media (max-width: 422px) {
  h1 {
    max-width: 270px;
  }
  #main-wrapper .central-block .central-block_wrap .bottom-line .bottom-right img {
    width: 100px;
    opacity: .6;
  }
}

@media (max-width: 322px) {
  .bottom-middle a i {
  }
  .bottom-middle a i.fb-icon {
    margin-bottom: 10px;
  }
  .bottom-middle-tel-second {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .bottom-middle a {
    height: auto;
    margin-top: 0;
  }
  #main-wrapper .sibling-side .sib-slider .right-slide-mid #contact-form .in-area {
    margin: 2px 0;
  }
  #main-wrapper .sibling-side .sib-slider .right-slide-mid h3 {
    padding: 15px 0;
  }
  #main-wrapper .sibling-side .sib-slider .right-slide-mid #contact-form .sendMsg {
    margin-top: 10px;
    border: none;
    border-bottom: 1px solid #fff;
    padding: 5px 25px;
  }
}
/*# sourceMappingURL=style.css.map */
