
body {
    margin: 0;
    padding: 0;
}
.page-content {
margin-top: 20%;
}


 /* Slider section */

.left-bg-slide {
  display: none;
}
@media (min-width: 960px) {
  .page-content {
  display: grid;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  grid-template-columns: 33.3% 66.3%;
  grid-gap: 0;
  width: 100%;
  height: 100%;
  justify-items: center;
  justify-content: space-between;
  grid-template-areas:
  "left-bg-slider form-content";
  margin-top: 0%;
  }
  .left-bg-slide {
    display: block;
    height: 100vh;
    width: 100%;
    overflow: hidden;
  }
}

#slider-wrap {
    height:100vh;
}

#slider {
    position:relative;
    height: 100vh;
    overflow: hidden;
    border:#fafafa solid 0px;
}

.slide {
    width:100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    opacity: 0.9;
}
.slide h3 {
  margin-top: 40vh;
  font-size: 3vh;
}
.slide p {
  font-size: 1.5vh;
}
.slide h3, p {
  color: white;
  opacity: 1;
}
.Radio-But {
    display: none;
}

#prewBut, #nextBut{
    display: block;
    width: 40px;
    height: 100%;
    position: absolute;
    top: 0;
    overflow: hidden;
    text-indent: -99999px;
    background: url("../images/arrowBg.png") left center no-repeat;
    opacity: 0.3;
    z-index: 3;
    outline: none !important;
}

#prewBut {
    left: 10px;
}

#nextBut {
    right: 10px;
    background: url("../images/arrowBg.png") right center no-repeat;
    transform: rotate(180deg);
}

#prewBut:hover, #nextBut:hover {
    opacity: 1;
}

 /* Form section */

.form-content {
  display: inline-block;
  height: 100%;
  width: 100%;
}
.logo-block {
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 20px;
}
.logo {
  width: 80vw;
}
.form-row {
  padding-bottom: 10px;
  padding-left: 5%;
  width: 90%;
}

.g-recaptcha {
  padding-left: 5%;
}
.form-row input {
  margin: 3px 2px 13px 2px;
  font-size: 16px;
  width: 80%;
  min-width: 320px;
}
.form-row label {
  margin: 3px 2px 13px 2px;
  padding-top: 2px;
  padding-bottom: 2px;
  color: #495057;
  font-weight: 300;
}
.form-row span {
  font-size: 1.1rem;
  font-weight: normal;
  font-family: Geneva, Arial, Helvetica, sans-serif;
  color: #495057;
}

.form-row-left{
    text-align: left;
}
.form-row-right{
  text-align: right;
  /* margin-right: 30%; */
}
@media (min-width: 960px) {
  .form-content {
    padding-left: 0;
  }
  .reg-page {
    width: 88%;
    padding-left: 12%;
  }
  .form-row-right{
    text-align: right;
    /* margin-right: 32%; */
  }
  .form-row-left{
      text-align: left;
  }
  .logo {
    height: 8vh;
    width: auto;
  }
  .form-row {
    width: auto;
    margin-top: 4px;
    padding-left: 15%;
  }
  .g-recaptcha {

    padding-left: 15%;
  }
  .form-row input {
    width: 90%;
  }
  .form-row label {
    width: 15%;
  }
  .logo-block {
    margin-top: 15%;
  }
  .logo-block-reg {
    margin-top: 5%;
  }
}
/* Исправление переноса строки на среднем экране */
@media (min-width: 609px) {
  .form-row input {
    width: 95%;
  }
  .form-row-right{
    margin-right: 3%;
  }
}
@media (min-width: 1450px) {
  .form-row input {
      width: auto;
  }
}

.btn {
font-size: 1rem;
font-weight: 500;
cursor: pointer;
padding: .4rem 1rem;
line-height: 1.1;
border-radius: .3rem;
}
.btn-submit {
color: #fff;
background-color: #3f6ad8;
border-color: #3f6ad8;
}
.btn-link {
  color: #3f6ad8;
  text-decoration: none;
}
.btn-link:focus, .btn-link:hover {
  text-decoration: underline;
}

/* Loader */
.load-container {
    width: 240px;
    height: 240px;
    float: left;
		position: absolute;
		margin-left: auto;
		margin-right: auto;
		left: 0;
		right: 0;
		text-align: center;
		top: 30%;
    overflow: hidden;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	}
.loader {
  font-size: 10px;
  margin: 50px auto;
  text-indent: -9999em;
  width: 11em;
  height: 11em;
  border-radius: 50%;
  background: #ffffff;
  background: -moz-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  background: -webkit-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  background: -o-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  background: -ms-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  background: linear-gradient(to right, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  position: relative;
  -webkit-animation: load3 1.4s infinite linear;
  animation: load3 1.4s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.loader:before {
  width: 50%;
  height: 50%;
  background: #9fdeee;
	border: solid 1px #9fdeee;
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
}
.loader:after {
  background: #ffffff;
  width: 75%;
  height: 75%;
  border-radius: 50%;
  content: '';
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
@-webkit-keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
