html, body {
  font-family: 'Rubik', Arial, sans-serif;
  font-size: 16px;
  min-height: 100vh;
  color: #000000;
  font-weight: 400;
  position: relative;
  background: #F6F9FF;
}

body a, body a:hover {
  color: #F08700;
  text-decoration: none;
  outline: none;
}

input, button { outline: none !important; }

input {
  font-family: 'Rubik', Arial, sans-serif;
  font-size: 1rem;
}

ul, li {
  list-style: none;
  padding: 0;
  margin: 0;
}

header {
  background: #fff;
  position: relative;
  z-index: 7;
}

.df {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.header-inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;

  padding: 22px 0px;
}

.header-contacts a:nth-child(1) {
  display: inline-block;
  margin-right: 20px;
}

.header-contacts a img {
  display: inline-block;
  width: 32px;
  height: 32px;
}

.header-logo a img {
  display: inline-block;
  width: 107px;
  height: 56px;
}

.hor-ver-center {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  /* overflow: hidden; */
}
.hor-ver-center > div {
  width: auto;
  height: auto;
}


.first-screen-image img {
  display: block;
  width: auto;
  height: 435px;
  object-fit: contain;
  object-position: center;
  position: relative;
  left: -2%;
}

.first-screen {
  background-position: right;
  background-repeat: no-repeat;
  background-image: url('../images/rg.svg');
  background-size: contain;
  padding: 135px 0;
}

.hdr {
  font-style: normal;
  font-weight: bold;
  font-size: 42px;
  line-height: 52px;
  text-align: right;
  color: #1B1B1E;
}

.first-screen-texts {
  text-align: right;
  padding-left: 12%;
  direction: rtl;
}

.text-normal {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  text-align: right;
  color: #1B1B1E;
}

input[type=text] {
  text-align: right;
  padding: 10px 16px;
  font-size: 16px;
  line-height: 16px;
  background: #FFFFFF;
  border: 1px solid #E8EAF5;
  box-sizing: border-box;
  border-radius: 6px;
  display: inline-block;
  width: 254px;
  height: 41px;
  vertical-align: middle;
}

.first-screen-inp-group {
  white-space: nowrap;
}

.first-screen-a {
  font-weight: 500;
  font-size: 16px;
  display: inline-block;
  padding-left: 5px;
  border-left: 1px solid #F08700;
}

.first-screen-a a {
  display: block;
  min-width: 1px;
  transition: all 0.5s ease;
}

.inp-btn {
  background: #F08700;
  border-radius: 6px;
  text-align: center;
  width: 120px;
  position: relative;
  display: inline-block;
  height: 41px;
  color: #fff;
  font-weight: 500;
  vertical-align: middle;
  padding: 8px;
  right: -15px;
  user-select: none;
  cursor: pointer;
  z-index: 1;
  border: 0px;
}

.bgw {
  background: #fff;
  width: 100%;
  padding: 45px;
  border-radius: 24px;
  border: 5px solid rgba(134, 174, 245, 0.2);

}

.second-screen-2 .bgw {
  /* border-color: #afb8cb; */
}

.second-screen-image {
  width: 100%;
  height: 400px;
  object-fit: contain;
  object-position: center;
}

.second-screen-image img {
  width: 100%;

}

.tcp {
  color: #F08700;
}

.second-screen-chkbx img {
  display: inline-block;
  width: 19px;
  height: 23px;
  margin-left: 20px;
  right: 0;
  top: 0.6rem;
  position: absolute;
}
.second-screen-chkbx, .second-screen-rnd {
  direction: rtl;
  /* white-space: nowrap; */
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  text-align: right;
  color: #F08700;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
  padding-right: 35px;
}

.rnd {
  background: #3058E2;
  width: 14px;
  height: 14px;
  border-radius: 100%;
  display: inline-block;
  vertical-align: middle;
  right: 0;
  top: 0.6rem;
  position: absolute;
}

.second-screen-rnd {
  color: #1B1B1E;
  direction: rtl;
  padding-right: 30px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.second-screen-rnd:nth-child(2) .rnd {
  background: #A9D8F8;
}

.second-screen-rnd:nth-child(3) .rnd {
  background: #EECA44;
}

.second-screen-rnd:nth-child(4) .rnd {
  background: #EECA44;
}

a.header-contacts-phone {
  display: inline-block;
  color: #1B1B1E;
  margin-left: 20px;
}

.form-screen form {
  flex-direction: row-reverse;
}

.df {
  flex-direction: row-reverse;
  align-items: start;
}

.df > div {
  width: 32%;
}
.df > div input, .form-screen form > div > button, .map-texts form button {
  width: 100%;
  border-radius: 3px;
}

.form-screen form button, .map-texts form button {
  height: 41px;
  color: #fff;
  font-weight: 500;
  outline: none;
  border: 0;
  background: #7A4500;
  width: 100%;
}

.form-screen {
  padding: 80px 0;
  background-position: bottom;
  background-repeat: no-repeat;
  background-image: url('../images/f.svg');
  background-size: cover;
}

.videos-screen-container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 450px;
}

.screens-screen-inner {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 531px;
}
body .bgi.screens-screen-slide {
  width: 100%;
  height: 531px;
  outline: none;
  background-position: top;
  background-size: contain;
}

.screens-screen-inner > div:nth-child(1) {
  flex-basis: 100%;
  width: 70%;

}
.screens-screen-inner > div:nth-child(2) {
  flex-basis: 100%;
  width: 28%;
  background: #538bf1;
  margin-left: 2%;
  overflow: auto;

  border-radius: 10px;
}

.screens-screen-inner > div:nth-child(2) > div {
  background: #538bf1;
  padding: 15px 20px;
  color: #fff;
  text-align: right;
  border-bottom: 1px solid #407eef;
  cursor: pointer;
  user-select: none;
  position: relative;
}

.screens-screen-inner > div:nth-child(2) > div.active {
  background: #87aef5;
  border-radius: 10px;
  border-bottom: 0;
}

.screens-screen-inner > div:nth-child(2) > div.active::after {
  content: "";
  position: absolute;
  left: 15px;
  top: 21px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('../images/arr.svg');
  background-size: contain;
  height: 11px;
  width: 6px;
}

.videos-screen-container > div {
  width: 65%;
  cursor: pointer;
}

.videos-screen-container > div:nth-child(3) {
  flex-basis: 100%;
}
.videos-screen-container > div:nth-child(1), .videos-screen-container > div:nth-child(2) {
  flex-basis: 50%;
  width: 35%;
  border-right: 10px solid #F6F9FF;
  border-bottom: 5px solid #F6F9FF;
}

.videos-screen-container > div:nth-child(2) {
  border-bottom: 0;
  border-top: 5px solid #F6F9FF;
}



.bgi {
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: cover;
}

.video-overlay, .big-image-overlay {
  width: 100%;
  height: 100vh;
  position: fixed;
  top:0;
  left: 0;
  z-index: 9;
  background: rgba(0, 0, 0, 0.8);
  cursor: zoom-out;
}
.video-overlay-inner {
  cursor: default;
  width: 70% !important;
  height: 80vh !important;
  background: #000;
}

.video-overlay-inner > iframe {
  width: 100%;
  height: 80vh;
}

.big-image-overlay {
  overflow-x: hidden;
  overflow-y: auto;
  cursor: pointer;
  padding: 15px;
}

.big-image-overlay img {
  display: block;
  width: 100%;
  height: auto;
}

.big-image-overlay {
    overflow-y: scroll;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
}
.big-image-overlay::-webkit-scrollbar { /* WebKit */
    width: 0;
    height: 0;
}

.logos-slide {
  background-position: center;
  background-size: 120px;
  height: 85px;
  padding: 10px 10px;
  background-color: #FFFFFF;
  border-radius: 12px;
  background-size: 43%;
}
.logos-slider .slick-list {
  margin: 0 -15px;
}

.logos-slide {
  margin: 0 15px;
}

.float-phone {
  position: fixed;
  bottom: 15px;
  left: 15px;
  z-index: 7;
  cursor: pointer;
  background: #fff;
  width: 75px;
  height: 75px;
  border-radius: 100%;
  -webkit-box-shadow: 0px 1px 8px 0px rgb(255 255 255);
-moz-box-shadow: 0px 1px 8px 0px rgb(255 255 255);
box-shadow: 0px 1px 8px 0px rgb(255 255 255);
}
.float-phone img {
  display: block;
  width: 75px;
  height: 75px;
}

.screens-screen {

  background-position: bottom;
  background-repeat: no-repeat;
  background-image: url('../images/768.jpg');
  background-size: cover;
  padding: 140px 0;

}

footer {
  padding-top: 30px;
  padding-bottom: 100px;
  background: #f6f9ff;
}

.square-container {
  display: flex;
  flex-wrap: wrap;
}

.square {
  position: relative;
  flex-basis: calc(33.333% - 16px);
  margin: 8px;
  box-sizing: border-box;
  border: 3px solid rgba(134, 174, 245, 0.2);
  border-radius: 15px;
  background: #fff;
}

.square::before {
  content: '';
  display: block;
  padding-top: 100%;
}

.square .content {
  position: absolute;
  top: 0; left: 0;
  height: 100%;
  width: 100%;
}

.grid-image {
  display: block;
  margin: 0 auto;
  height: 152px;
  width: auto;
  margin-top: 25px;
  margin-bottom: 25px;
}

.grid-hdr {
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 25px;
  text-align: center;
  color: #F08700;
  padding: 0 15px;
}

.grid-content {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  color: #1B1B1E;
  padding: 0 15px;
  padding-top: 15px;
}

.map-screen {
  background: #fff;
  padding: 100px 0;
}

.map-image {
  display: block;
  height: 360px;
  object-fit: cover;
  object-position: center;
}

.map-hdr {
  font-weight: bold;
  font-size: 28px;
  line-height: 38px;
  text-align: right;
  color: #1B1B1E;
}

.map-texts > form {
  display: block;
  padding: 25px 0;
}

.map-texts > form input {
  width: 100%;
  margin-bottom: 10px;
}

.map-texts form button {
  background-color: #F08700;
}

.map-texts input[type=text] {
  width: 100%;
}

.map-screen iframe {
  display: block;
  height: 360px;
  object-fit: cover;
  object-position: center;
  border-radius: 15px;
}





.pl-0 {
  padding-left: 0;
}

.mts {
  margin-top: 70px;
}
.mbs {
  margin-bottom: 70px;
}

.pt-20 {
  padding-top: 20px;
}

.pb-20 {
  padding-bottom: 20px;
}
.pt-10 {
  padding-top: 10px;
}

.pb-10 {
  padding-bottom: 10px;
}
.pb-40 {
  padding-bottom: 40px;
}

.tar {
  text-align: right;
}
.tac {
  text-align: center;
}
.cw {
  color: #fff;
}

.cb {
  color: #1B1B1E;
}





















.top-menu {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center!important;
}

.top-menu > div {
  margin-right: auto;
}

.top-menu .logo {
  margin-right: unset;
  margin-left: auto;
}

.top-menu .logo > a {
  display: block;
  background-position: right;
  background-repeat: no-repeat;
  background-size: contain;
  width: 282px;
  height: 61px;
}

.top-menu .menu-item a {
  font-weight: 600;
  font-size: 21px;
  line-height: 27px;
  color: #ECECEC;
}

.top-menu .menu-item a:hover {
  text-decoration: underline;
  color: #901923;
}















































body .s-m { display: none; }

body .t-a-r {

  text-align: right;
}
