*::-webkit-input-placeholder {
  color: #666;
  opacity: 1; }

*:-moz-placeholder {
  color: #666;
  opacity: 1; }

*::-moz-placeholder {
  color: #666;
  opacity: 1; }

*:-ms-input-placeholder {
  color: #666;
  opacity: 1; }

html {
  min-height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }

body {
  -webkit-box-flex: 1;
  -webkit-flex: auto;
      -ms-flex: auto;
          flex: auto;
  font-size: 16px;
  line-height: 1;
  min-width: 320px;
  position: relative;
  font-family: PTSansRegular, sans-serif;
  overflow-x: hidden;
  color: #000;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0;
  background-color: #fff; }

header {
  min-height: 100vh; }

main {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  overflow-x: hidden; }

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

a {
  text-decoration: none;
  color: #000; }
  a:hover, a :active, a :focus, a :visited {
    outline: none; }

input {
  outline: none; }

section {
  position: relative; }

label {
  display: block;
  width: 100%; }

img {
  width: 100%;
  height: auto;
  display: block; }

li {
  list-style-type: none; }

h1, h2, h3, h4, h5, h6 {
  font-family: PTSansRegular, sans-serif;
  font-weight: 100; }

i {
  font-size: inherit; }

::before, ::after {
  position: absolute; }

.button {
  cursor: pointer; }

.sect_title {
  font-family: PTSansRegular, sans-serif; }

.container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 70px; }

.wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.hidden {
  display: none; }

section {
  overflow: hidden; }

h1, h2, h3, h4, h5, h6,
p, a, span, ul {
  margin: 0; }

.left-column-scroll,
.right-column-scroll {
  z-index: 150;
  width: 70px;
  position: fixed;
  top: 78%;
  -webkit-transform: translateY(-78%);
      -ms-transform: translateY(-78%);
          transform: translateY(-78%); }
  .left-column-scroll .wrap-img,
  .right-column-scroll .wrap-img {
    display: block;
    margin: 0 auto; }
  .left-column-scroll .wrap-img_vk,
  .right-column-scroll .wrap-img_vk {
    width: 26px;
    height: 15px; }
  .left-column-scroll .wrap-img_intragram,
  .right-column-scroll .wrap-img_intragram {
    margin-top: 24px;
    width: 28px;
    height: 28px; }

.right-column-scroll {
  right: 0;
  top: 69%;
  -webkit-transform: translateY(-69%);
      -ms-transform: translateY(-69%);
          transform: translateY(-69%); }
  .right-column-scroll .wrap-img_gialog {
    width: 26px;
    height: 25px; }
  .right-column-scroll span {
    display: block;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    width: 90px;
    position: relative;
    left: -10px;
    top: 44px; }

header .container {
  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;
  min-height: 100vh; }

.top-line {
  max-width: 100%;
  top: 0;
  z-index: 200;
  position: fixed;
  background: #fff;
  left: 0;
  width: 100%; }

.container_top-line {
  background: #fff;
  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-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  height: 105px;
  max-width: 1300px;
  width: 100%;
  margin: 0 auto; }

.left-side .logo-header {
  width: 234px;
  height: 30px; }

.right-side .nav-menu {
  display: inline-block; }
  .right-side .nav-menu ul {
    padding-left: 0; }
    .right-side .nav-menu ul li {
      display: inline-block;
      margin: 10.5px; }
      .right-side .nav-menu ul li a {
        font-size: 13px;
        letter-spacing: 0.2px;
        text-transform: uppercase;
        color: #969695;
        padding-bottom: 5px;
        -webkit-transition: 0.3s all;
        -o-transition: 0.3s all;
        transition: 0.3s all;
        border-bottom: 3px solid #fff; }
        .right-side .nav-menu ul li a:hover {
          border-bottom: 3px solid #231f20; }
      .right-side .nav-menu ul li a.active {
        border-bottom: 3px solid #231f20; }

.right-side #button-header {
  display: inline-block;
  line-height: 34px;
  height: 34px;
  padding: 0 15px;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  border: solid 1px #000000;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.2px;
  text-align: center;
  margin-left: 18px; }

.right-side .custom-select-wrap {
  margin: 0px auto;
  width: 100%;
  padding-right: 18px;
  padding-left: 15px; }
  @media (min-width: 768px) {
    .right-side .custom-select-wrap {
      display: none; } }
  .right-side .custom-select-wrap .custom-select {
    width: 100%;
    height: 40px;
    border: solid 1px #979797;
    background: inherit;
    line-height: 38px;
    margin-top: 0;
    background: #FFF; }
  .right-side .custom-select-wrap .select-selected {
    padding: 0 20px !important;
    background: inherit; }
  .right-side .custom-select-wrap .select-selected:after {
    right: 20px;
    top: 16px; }
  .right-side .custom-select-wrap .select-items {
    text-transform: none;
    width: 100%;
    left: 0;
    height: 132px;
    overflow: auto;
    top: 39px !important; }
    .right-side .custom-select-wrap .select-items div {
      line-height: 17px;
      font-size: 13px; }

.call-container {
  max-width: 1300px;
  margin: 0 auto 0 auto;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around; }
  .call-container .inner-call-container {
    position: absolute;
    top: 0px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    max-width: 710px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    height: 100%; }
  .call-container #video-header {
    height: 100%;
    width: 100%; }
  .call-container .center-text_block {
    max-width: 710px;
    margin: 0 auto;
    text-align: center; }
    .call-container .center-text_block h1 {
      font-size: 60px;
      line-height: 65px;
      color: #fff; }
    .call-container .center-text_block h2 {
      font-size: 20px;
      line-height: 30px;
      color: #fff;
      margin: 40px 0 35px 0;
      padding: 0 120px; }
    .call-container .center-text_block .button {
      display: inline-block;
      line-height: 49px;
      text-align: center;
      height: 49px;
      padding: 0 30px;
      -webkit-border-radius: 3px;
              border-radius: 3px;
      background-color: #f8e71c;
      font-size: 15px;
      letter-spacing: 1px;
      text-transform: uppercase; }
  .call-container .mouse-icon {
    cursor: pointer;
    margin: 0 auto;
    height: 52px;
    width: 31px; }
  .call-container .container-social_networks {
    display: none; }

.bottom-line {
  bottom: 0;
  background: #fff;
  position: fixed;
  z-index: 200;
  width: 100%;
  left: 0; }

.container_bottom-line {
  padding: 15px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 13px;
  letter-spacing: 0.2px;
  background: #fff;
  max-width: 1300px;
  width: 100%;
  margin: 0 auto; }
  .container_bottom-line .custom-select {
    display: inline-block; }
  .container_bottom-line #country-select {
    margin-right: 20px; }
  .container_bottom-line .select-items {
    top: auto !important;
    bottom: 20px;
    left: -15px; }

.geo-question {
  position: absolute;
  z-index: 150;
  bottom: 100%;
  margin-bottom: 20px;
  list-style: none;
  background: #fff;
  border: 1px #dcdcdc solid;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 20px;
  margin-left: -53px;
  white-space: nowrap;
  color: #414141;
  cursor: default;
  display: none; }
  .geo-question:after, .geo-question:before {
    top: 100%;
    left: 48%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none; }
  .geo-question:before {
    border-color: rgba(200, 200, 200, 0);
    border-top-color: #dcdcdc;
    border-width: 11px;
    margin-left: -11px; }
  .geo-question:after {
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #fff;
    border-width: 10px;
    margin-left: -10px; }
  .geo-question__iscity {
    font-size: 16px;
    font-weight: 300;
    border-bottom: 1px solid #505050;
    padding-bottom: 5px;
    margin-bottom: 16px; }
    .geo-question__iscity span {
      color: #4a90e2; }
  .geo-question__btn {
    display: inline-block;
    padding: 7px 20px;
    font-size: 13px;
    line-height: 1.45;
    position: relative;
    background: #f8e71c;
    border: 1px solid #f8e71c;
    text-transform: uppercase;
    color: #000;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    cursor: pointer; }
    .geo-question__btn--first {
      margin-right: 10px; }

#modal-window .geo-question {
  display: block;
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0; }
  #modal-window .geo-question:after, #modal-window .geo-question:before {
    display: none; }

#modal-window .geo-message {
  display: none;
  max-width: 98%;
  white-space: normal;
  text-align: center;
  font-size: 26px;
  font-weight: 300;
  line-height: 42px; }
  #modal-window .geo-message .geo-question__btn {
    display: block;
    width: 60px;
    margin: 12px auto; }

.city-block {
  position: relative; }

.call-container {
  overflow: hidden;
  height: 100vh;
  width: 100%;
  top: 0;
  position: absolute; }

.call-container #video-header {
  top: 0;
  left: 0;
  position: absolute;
  width: auto;
  height: auto;
  min-width: auto;
  min-height: 100%; }
