* {
  border: none;
  margin: 0 auto;
  line-height: 1.2;
  padding: 0;
  outline: none;
  transition: all 0.3s ease;
}

*:before, *:after {
  transition: all 0.3s ease;
}

img {
  max-width: 100%;
}

body {
  font-family: Raleway, sans-serif;
}

.content {
  max-width: 1200px;
  width: 100%;
  min-width: 300px;
}
@media (max-width: 1200px) {
  .content {
    padding: 0 20px;
    box-sizing: border-box;
  }
}

.flex {
  align-items: center;
  display: flex;
}

header {
  padding: 40px 0 35px;
}
@media (max-width: 860px) {
  header .flex {
    display: block;
  }
}

.logos {
  max-width: 50%;
  margin-left: 0;
  margin-bottom: -15px;
}
@media (max-width: 1200px) {
  .logos {
    max-width: 65%;
  }
}
@media (max-width: 860px) {
  .logos {
    max-width: 100%;
    margin-bottom: 15px;
    text-align: center;
  }
}
.logos a {
  display: inline-block;
  margin-right: 25px;
  margin-bottom: 15px;
}
@media (max-width: 860px) {
  .logos a {
    margin-right: 0 5px 15px;
  }
}
.logos img {
  max-height: 35px;
}
@media (max-width: 600px) {
  .logos img {
    max-height: 25px;
  }
}

.button-block {
  margin-right: 0;
}

.button {
  background-color: #017eb6;
  border-radius: 25px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
  font-size: 1rem;
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 12px 25px;
  max-width: 320px;
  text-align: center;
}
@media (max-width: 860px) {
  .button {
    border-radius: 40px;
  }
}
.button:hover {
  background-color: #0b0c0e;
  border-radius: 10px;
}

.button-border {
  background-color: transparent;
  border: 3px solid #036795;
  border-left: none;
  font-size: 1rem;
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 12px 10px 12px 0;
  position: relative;
}
.button-border:before {
  background: url("../img/ticket.png") left top no-repeat;
  content: "";
  display: block;
  height: 49px;
  width: 26px;
  position: absolute;
  top: -3px;
  left: -26px;
}
.button-border:hover:before {
  transform: rotate(-10deg);
  left: -31px;
  top: 0;
}

.banner {
  border-radius: 10px;
  background: url(../img/kretov.png) center center no-repeat;
  background-size: cover;
  box-sizing: border-box;
  color: #fff;
  padding: 50px 15% 50px 40px;
  position: relative;
  z-index: 3;
}
@media (max-width: 600px) {
  .banner {
    padding: 40px 20px;
  }
}
.banner .camera {
  color: #e83c3c;
    font-size: 1.875rem;
    font-weight: bold;
    position: relative;
    top:-25px;
    right: 0;
    padding: 10px 20px;
    display: table;
    margin: 0 0 0px 0px;
}
@media (max-width: 600px) {
  .banner .camera {
    font-size: 1rem;
    position: relative;
    top: 0;
    right: 0;
    margin-bottom: 30px;
    display: table;
  }
}
.banner .camera:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 15px;
  width: 15px;
  border-top: 1px solid #e83c3c;
  border-left: 1px solid #e83c3c;
}
.banner .camera:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 15px;
  width: 15px;
  border-bottom: 1px solid #e83c3c;
  border-left: 1px solid #e83c3c;
}
.banner .camera i:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 15px;
  width: 15px;
  border-top: 1px solid #e83c3c;
  border-right: 1px solid #e83c3c;
}
.banner .camera i:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  height: 15px;
  width: 15px;
  border-bottom: 1px solid #e83c3c;
  border-right: 1px solid #e83c3c;
}
.banner .month {
  font-size: 1.875rem;
  font-weight: bold;
  margin-bottom: 30px;
}
@media (max-width: 600px) {
  .banner .month {
    font-size: 1.125rem;
  }
}
.banner h1 {
  font-size: 2rem;
  line-height: 1.2;
  margin-bottom:17px;
}
.banner h1 span {
  margin-top:20px;
  display:block;
  font-size: 1.5rem;
}
@media (max-width: 600px) {
  .banner h1 {
    font-size: 1.5625rem;
  }
}
.banner p {
  font-size: 1rem;
  line-height: 1.5;
}
@media (max-width: 600px) {
  .banner p {
    font-size: 0.8125rem;
  }
}

.form-block {
  background: #003453;
  background: -moz-linear-gradient(90deg, #003453 0%, #0a0b0d 100%);
  background: -webkit-linear-gradient(90deg, #003453 0%, #0a0b0d 100%);
  background: linear-gradient(90deg, #003453 0%, #0a0b0d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#003453",endColorstr="#0a0b0d",GradientType=1);
  color: #fff;
  padding: 250px 0 100px;
  position: relative;
  margin-top: -170px;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .form-block {
    margin-top: -106px;
    padding: 150px 0 100px;
  }
}
.form-block:before, .form-block:after {
  background-color: #fff;
  content: "";
  position: absolute;
  width: 250%;
  left: -10px;
  height: 184px;
  transform: rotate(3deg);
  z-index: 1;
}
@media (max-width: 1200px) {
  .form-block:before, .form-block:after {
    height: 84px;
  }
}
.form-block:before {
  top: 0px;
}
.form-block:after {
  bottom:-100px;
  transform: rotate(-3deg);
}
.form-block .flex {
  margin: 0 -15px;
}
@media (max-width: 760px) {
  .form-block .flex {
    display: block;
    margin: 0 0;
  }
}
.form-block input, .form-block button {
  margin: 0 15px;
}
@media (max-width: 760px) {
  .form-block input, .form-block button {
    margin: 0 0 20px;
  }
}
.form-block .prim-form {
  margin: 25px 0 0 auto;
  text-align: right;
}
@media (max-width: 760px) {
  .form-block .prim-form {
    text-align: center;
  }
}
.form-block button {
  margin-left: 38px;
  white-space: nowrap;
  padding-left: 10px;
}
@media (max-width: 760px) {
  .form-block button {
    margin-left: 30px;
    width: calc(100% - 30px);
  }
}

.prim-form {
  font-size: 0.875rem;
}

input {
  -webkit-appearance: none;
  box-sizing: border-box;
}
input[type=text], input[type=email], input[type=tel] {
  border-radius: 3px;
  border: 1px solid #fff;
  box-shadow: inset 0 0 9px rgba(0, 0, 0, 0.2);
  font-family: Roboto, sans-serif;
  font-size: 1.125rem;
  font-weight: 300;
  padding: 10px 20px;
  width: 100%;
}
input[type=submit] {
  cursor: pointer;
  font-family: Roboto, sans-serif;
  font-size: 1.125rem;
  font-weight: 300;
  padding: 10px 20px;
  width: 100%;
}

button {
  cursor: pointer;
  font-family: Roboto, sans-serif;
  font-size: 1.125rem;
  font-weight: 300;
  padding: 10px 20px;
  width: 100%;
  -webkit-appearance: none;
}

#form-popup, #form-popup-ok {
  max-width: 400px;
  padding: 45px 40px;
  text-align: center;
  overflow: hidden;
  border-radius: 5px;
}
@media (max-width: 600px) {
  #form-popup, #form-popup-ok {
    width: 100%;
  }
}

#form-popup-ok {
  text-align: center;
}

#form-popup .title {
  font-size: 1.75rem;
}
@media (max-width: 600px) {
  #form-popup .title {
    font-size: 1.25rem;
  }
}

#form-popup p {
  padding-bottom:20px;
}
#form-popup p.form__agreement {
  position: relative;
  color: #838383;
  padding: 30px 20px 0px;
  line-height: 1.2;
}

#form-popup form {
  max-width: 350px;
}

#form-popup-ok .title {
  font-size: 1.75rem;
  color: #000;
  font-weight: 800;
  margin-bottom: 15px;
  position: relative;
}

#form-popup-ok p {
  line-height: 1.3;
}

#form-popup .title {
  margin-bottom:15px;
}

.about{
  margin-top:30px;
  padding-bottom:50px;
  position:relative;
  z-index:5;
}
.about *{
  line-height:1.4;
  padding-bottom:15px;
}
.about a{
	color:#017eb6;
}
.about a:hover{
	text-decoration:none;
}

.forma_wrap {}
.forma_wrap .forma {
	display: flex;
    justify-content: space-between;
	flex-wrap:wrap;
	align-items: center;
}
.forma_wrap .forma label {
	flex:0 0 calc(25% - 30px);
	margin: 0;
	position: relative;
}
.forma_wrap .forma label input {
	height: 45px;
	margin: 0;
}
.forma_wrap .forma label .warning {
	position: absolute;
    color: #fff;
    background: red;
    font-size: 12px;
    padding: 5px;
    bottom: -9px;
    right: 0;
}
.forma_wrap .forma label input.error {
	border: 1px solid red;
}
.forma_wrap .forma .btn {
	background-color: transparent;
    border: 3px solid #036795;
    border-left: none;
    font-size: 1rem;
    color: #fff;
    text-decoration: none;
    display: flex;
    position: relative;
    flex: 0 0 calc(25% - 30px);
    align-items: center;
    justify-content: center;
    height: 43px;
    margin: 0;
    margin-left: 20px;
    cursor: pointer;
}
.forma_wrap .forma .btn:before {
	background: url(../img/ticket.png) left top no-repeat;
    content: "";
    display: block;
    height: 49px;
    width: 26px;
    position: absolute;
    top: -3px;
    left: -26px;
}
.forma_wrap .forma .btn:hover:before {
	transform: rotate(-10deg);
    left: -31px;
    top: 0;
}
.forma_wrap .forma .notice {
	flex: 0 0 100%;
    font-size: 13px;
    text-align: right;
    margin-top: 15px;
}
.forma_wrap div.success {}
.forma_wrap div.error {}

@media all and (max-width:760px) {
	.forma_wrap .forma label {
		flex:0 0 100%;
		margin-bottom: 20px;
	}
	.forma_wrap .forma .btn {
		flex: 0 0 calc(100% - 26px);
		margin-left: 24px;
	}
}
#form-popup .forma_wrap .forma label {
	flex:0 0 100%;
	margin-bottom: 20px;
}
#form-popup .forma_wrap .forma .btn {
	flex: 0 0 calc(100% - 26px);
    margin-left: 24px;
    color: #000;
    height: 49px;
    border: 3px solid #3498c5;
}
/*# sourceMappingURL=style.css.map */
