* {
  box-sizing: border-box;
}

*,*:focus,*:hover,*:active,input:focus,input:hover,input:active,input,
button:focus,button:hover,button:active,button,
a:focus,a:hover,a:active,a {
  text-decoration: none;
  outline: none;
}
p,a,ul,li {
  padding: 0;
  margin: 0;
}
body {
  font-family: 'Segoe UI', Arial, sans-serif;
}
header {
  background: url(../img/main-banner.jpg) center no-repeat;
  /*-webkit-background-size: cover;*/
  background-size: cover;
  height: 100vh;
}
.main-link {
  font-family: 'Segoe UI', Arial, sans-serif;
  display: inline-block;
  background: #2c6abd;
  text-align: center;
  width: 195px;
  height: 65px;
  line-height: 65px;
  color: #ffffff;
  font-size: 18px;
  border: none;
  border-radius: 5px;
}
.wrap_header_link {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  height: 65px;
  align-items: center;
}
.header_social_block {
  width: 100px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}
.header_social_link {
  display: inline-block;
  text-align: center;
  width: 43px;
  height: 43px;
  fill: #0048d3;
  line-height: 43px;
  border: 1px solid #0048d3;
  border-radius: 50px;
  transition: all 0.3s;
}
.header_social_link svg {
  vertical-align: middle;
}
.header_social_link:hover {
  transform: scale(1.05);
  transition: all 0.3s;
}
.header_mail_link {
  width: 250px;
  height: 43px;
  fill: #258fee;
  line-height: 43px;
  text-align: center;
  /*border: 1px solid #258fee;*/
  border-radius: 50px;
  color: #fff;
  transition: all 0.3s;
  background-color: #1a5ad5
}
.header_mail_link-svg {
  vertical-align: middle;
  margin-top: -4px;
  margin-right: 10px;
  fill: #ffffff;
}
.header_mail_link:hover {
  text-decoration: none;
  color: #ffffff;
  transform: scale(1.05);
  transition: all 0.3s;
}
.header-top {
  padding: 50px 0;
}
.main-banner {
padding-top: 10vh;
}
.header-title {
  font-family: 'Arial Black', Arial, sans-serif;
  font-size: 40px;
  color: #000;
  text-align: left;
  margin-top: 0;
  margin-bottom: 50px;
}
.header-text {
  font-family: 'Segoe UI', Arial, sans-serif;
  font-size: 18px;
  color: #808080;
  margin-bottom: 20px;
}.header-text span {
  font-family: 'Arial Black', Arial, sans-serif;
  font-size: 18px;
  color: #ffffff;
}
.header-link {
  font-family: 'Segoe UI', Arial, sans-serif;
  width: 294px;
  height: 58px;
  display: inline-block;
  text-align: center;
  color: #ffffff;
  line-height: 58px;
  font-size: 16px;
  border: none;
  position: relative;
  overflow: hidden;
  margin: 35px 0;
  border-radius: 50px;
  background: linear-gradient(0deg, #356ed7, #0048d3);
}

.header-link:before {
    content: "";
    display: block;
    top: -300px;
    left: 0;
    width: 30px;
    height: 400px;
    background-color: #fff;
    position: absolute;
    -webkit-animation: name-of-animation 4s infinite;
    animation: name-of-animation 4s infinite;
}

@-webkit-keyframes name-of-animation {
  0% {
    -webkit-transform: rotate(30deg) translateX(-100px);
    transform: rotate(30deg) translateX(-100px)
  }
  100% {
    -webkit-transform: rotate(30deg) translateX(1000px);
    transform: rotate(30deg) translateX(1000px)
  }
}
@keyframes name-of-animation {
  0% {
    -webkit-transform: rotate(30deg) translateX(-100px);
    transform: rotate(30deg) translateX(-100px)
  }
  100% {
    -webkit-transform: rotate(30deg) translateX(1000px);
    transform: rotate(30deg) translateX(1000px)
  }
}


.header-link:hover {
  color:#ffffff;
  list-style: none;
  background: rgba(236,0,32,0.5);
}
.header-link:active {
  color:#ffffff;
  list-style: none;
  text-decoration: none; 
  background: linear-gradient(0deg,#1a5ad5 0%,#0049d1 40%,#2196F3 100%);
}
.header-link:visited {
  color:#ffffff;
  list-style: none;
  text-decoration: none; 
}
.header_anim_scroll {
  position: relative;
  height: 105px;
  width: 20px;
}
.header_anim_scroll:before {
position: absolute;
content: "";
top: 0;
left: 10px;
width: 1px;
height: 20px;
background: #9a9ba1;
}
.header_anim_scroll:after {
position: absolute;
content: "";
bottom: 0;
left: 10px;
width: 1px;
height: 48px;
background: #9a9ba1;
}
.anim_scroll_block {
  position: absolute;
  left: 0;
  top: 25px;
  animation: kol 1.5s ease-in-out infinite;
}
.anim_scroll_block svg {
  width: 21px;
  height: 27px;
  fill: #9a9ba1;
}
/*ANIMATION*/
@keyframes kol {
  0% {
top: 19px;
  }
  50% {
 top: 31px;
  }
  100% {
  top: 19px;  
  }
}
@-webkit-keyframes kol {
  0% {
top: 19px;
  }
  50% {
 top: 31px;
  }
  100% {
  top: 19px;  
  }
}
/*ANIMATION*/
.neader_pos {
  margin-top: 130px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 180px;
}
.header_pos_title {
  font-family: 'Segoe UI', Arial, sans-serif;
  font-size: 18px;
  color: #ffffff; 
  margin-bottom: 10px;
}
.header_pos_link {
   font-family: 'Segoe UI', Arial, sans-serif;
  font-size: 12px;
  color: #ffffff; 
  text-transform: uppercase;
}
.header_pos_link:hover {
  color: #ffffff; 
}
.header_pos_link:visited {
  color: #ffffff; 
}
.base {
  padding-top: 120px;
  padding-bottom: 60px;
  background: #ffffff;
}
.base-title {
  font-family: 'Arial Black', Arial, sans-serif;
  font-size: 36px;
  color: #e40b2e;
  margin-bottom: 25px;
  text-align: center;
}
.base-item {
  width: calc(100% + 15px);
  background: #f4f6f7;
  padding: 16px 12px;
  text-align: left;
  margin-bottom: 15px;
}
.base-item:last-child {
  margin-bottom: 0;
}
.base-item-title {
  font-family: 'Arial Black', Arial, sans-serif;
  font-size: 24px;
  color: #020202;
  margin-bottom: 10px;
}
.base-item-text {
  font-family: 'Segoe UI', Arial, sans-serif;
  font-size: 18px;
  color: #020202;
  margin-bottom: 5px;
}
.base_img {
  margin-left: 65px;
  margin-top: 60px;
  max-width: 100%;
  height: auto;
  box-shadow: 0px 0px 43px 11px rgba(0,0,0, 0.3);
}
.benefit-title {
  font-family: 'Arial Black', Arial, sans-serif;
  font-size: 36px;
  color: #e40b2e;
  margin-bottom: 25px;
  text-align: center;
}
.benefit-item {
  width: 100%;
  height: 380px;
  padding: 70px 15px 0;
  margin-bottom: 30px;
  background: #ffffff;
  text-align: center;
  box-shadow: 0px 0px 43px 11px rgba(0,0,0, 0.3); 
}
.benefit-ico {
  display: block;
  position: relative;
  margin: 0 auto;
  margin-bottom: 40px;
  width: 85px;
  height: 85px;
  border-radius: 50%;
  border: 2px solid #020202;
}
.benefit-ico svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  fill: #e40b2e;
}
.benefit-item-title {
  font-family: 'Arial Black', Arial, sans-serif;
  font-size: 24px;
  color: #020202;
  margin-bottom: 30px;
}
.benefit-item-text {
  font-family: 'Segoe UI', Arial, sans-serif;
  font-size: 18px;
  color: #020202;  
}
.reviews {
  background: url(../img/benefits-banner.jpg) center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  padding-top: 55px;
  padding-bottom: 150px;
}
.reviews-link {
    font-family: 'Segoe UI', Arial, sans-serif;
    display: inline-block;
    background: #2c6abd;
    text-align: center;
    width: 195px;
    height: 65px;
    line-height: 65px;
    color: #ffffff;
    font-size: 18px;
    border: none;
    border-radius: 5px;
}
.reviews-title {
  text-align: center;
  font-family: 'Arial Black', Arial, sans-serif;
  color: #ffffff;
  font-size: 36px;
  margin-bottom: 40px;
}
.reviews-item-img {
  display: block;
  margin: 0 auto;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  margin-bottom: 20px;
}
.reviews-item-img img {
  object-fit: center;
}
.reviews-item {
  width: 100%;
  position: relative;
  background: #ffffff;
  padding: 40px 50px;
}
.reviews-name {
  font-family: 'Arial Black', Arial, sans-serif;
  text-align: center;
  font-size: 24px;
  color: #020202;
  margin-bottom: 15px;
}
.reviews-text {
  position: relative;
  font-family: 'Segoe UI', Arial, sans-serif;
  text-align: center;
  font-size: 18px;
  color: #020202;
  padding: 30px 0 0;
}
.reviews-text:after {
  position: absolute;
  content:"";
  top: 0;
  width: 31px;
  height: 22px;
  left: 50%;
  transform: translateX(-50%);
  background: url(../img/draw.png) center no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}

.arrow{
  position:absolute;
  top: 50%;
  z-index:99;
  width:30px;
  height:30px;
  border:none;
  outline:none;
  margin-top: -15px;
  border-radius: 50%;
  cursor: pointer;
}
.prev{
  left: 30px;
  background:url(../img/arrow.svg) no-repeat;
  outline:none;
  transition: all 0.3s;
}
.next{
  right: 30px;
  background:url(../img/arrow.svg) no-repeat;
  transform:rotate(180deg);
  outline:none;
  transition: all 0.3s;
}
.form {
  padding: 200px 0;
  background: #ffffff;
}
.form form {
  display: block;
  width: 565px;
  margin: 0px auto;
  height: auto;
  padding: 45px 85px;
  box-shadow: 0px 0px 43px 11px rgba(24,54,63, 0.3); 
}
.form-title {
  font-family: 'Arial Black', Arial, sans-serif;
  text-align: center;
  color: #d31231;
  font-size: 36px;
  margin-bottom: 30px;
}
.form form  input {
  width: 100%;
  height: 55px;
  font-family: 'Segoe UI', Arial, sans-serif;
  margin-bottom: 15px;
  padding: 0 10px;
  border: none;
  color: #9d9e9e;
  font-size: 14px;
  border-radius: 5px;
  background: #f1f1f1;
  box-shadow: 0px 26px 34px -44px #000000 inset;
}
.form form  input::placeholder {
  font-family: 'Segoe UI', Arial, sans-serif;
  color: #9d9e9e;
  font-size: 14px;
}
.form form textarea {
  width: 100%;
  height: 90px;
  font-family: 'Segoe UI', Arial, sans-serif;
  margin-bottom: 35px;
  padding: 0 10px;
  border: none;
  color: #9d9e9e;
  padding:20px 10px 0;
  font-size: 14px;
  border-radius: 5px;
  background: #f1f1f1;
  box-shadow: 0px 26px 34px -44px #000000 inset;
  resize: none;
}
.form form  textarea::placeholder {
  font-family: 'Segoe UI', Arial, sans-serif;
  color: #9d9e9e;
  font-size: 14px;
}
.form form button[type=submit] {
  font-family: 'Segoe UI', Arial, sans-serif;
  width: 100%;
  height: 58px;
  display: inline-block;
  text-align: center;
  color: #ffffff;
  line-height: 58px;
  font-size: 16px;
  border: none;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  background: linear-gradient(0deg, #ec0019, #6b0120);
}

.form form button[type=submit]:before {
    content: "";
    display: block;
    top: -300px;
    left: 0;
    width: 30px;
    height: 400px;
    background-color: #fff;
    position: absolute;
    -webkit-animation: name-of-animation 4s infinite;
    animation: name-of-animation 4s infinite;
}
.form form button[type=submit]:hover {
  color:#ffffff;
  list-style: none;
  background: rgba(236,0,32,0.9);
}
.form form button[type=submit]:active {
  color:#ffffff;
  list-style: none;
  text-decoration: none; 
  background: linear-gradient(0deg,#ec0019 0%,#8c0c19 40%,#6b0120 100%);
}
.form form button[type=submit]:visited {
  color:#ffffff;
  list-style: none;
  text-decoration: none; 
}










.checkbox a {
    font-family: 'Segoe UI', Arial, sans-serif;
    font-size: 12px;
    color: #070707;
    border-bottom: 1px dotted #000000;
}
label.checkbox {
    position: relative;
    display: inline-block;
    font-family: 'Segoe UI', Arial, sans-serif;
    font-size: 12px;
    color: #070707;
    padding-left: 30px;
}
#checkinp {
    display: none;
}
label.checkbox:before {
    position: absolute;
    content: "";
    color: #000;
    display: inline-block;
    margin-right: 15px;
    text-indent: 0px;
    width: 15px;
    height: 15px;
    border-radius: 5px;
    background-color: #dfdddd;
    left: 0px;
}
input:checked + label:before {
    position: absolute;
    content: "";
    left: 0px;
    background: url(../img/ic_check.png) center no-repeat;
    -webkit-background-size: 80%;
    background-size: 80%;
    background-color: #dfdddd;
}
input:disabled + label:before {
    position: absolute;
    left: 0px;
    background-color: transparent;
    color: #aaa;
}
.min_show {
  opacity: 0.4;
  user-select: none;
  pointer-events: none;
}
.feild_wrapper.wrong input {
box-shadow: 0px 0px 2px 1px red;
}
.feild_wrapper.wrong span {
    margin-bottom: 10px;
    display: none;
    top: -10px;
    position: relative;
}
.feild_wrapper span {
  display: none;
}

footer {
   background: url(../img/footer_bg.jpg) center no-repeat;
  -webkit-background-size: cover;
  background-size: cover; 
}
.footer_social {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /*height: 175px;*/
}
@media screen and (max-width: 1199px) {
  .header-title {
    font-size: 30px;
  }
  .base_img {
    margin-left: 0;
  }
}
@media screen and (max-width: 992px) {
  .header-title {
    text-align: center;
  }
  .header-title br {
    display: none;
  }
  .header-text {
    text-align: center;
  }
  .header-text br {
    display: none;
  }
  .header-link {
    display: block;
    margin: 0 auto;
    width: 290px;
  }
  .header_anim_scroll {
    display: none;
  }
  .neader_pos {
    text-align: center;
    width: auto;
    margin-top: 20px;
    margin-bottom: 20px;
  }
    .neader_pos br {
      display: none;
    }
    .base {
      padding: 35px 0;
    }
    .reviews-link {
      display: block;
      margin: 10px auto;
    }
    .reviews {
      padding: 50px 0;
    }
    .form {
    padding: 40px 0;
  }
}
@media screen and (max-width: 767px) {
  .form form {
    display: block;
    width: 100%;
    margin: 0px auto;
    height: auto;
    padding: 20px 20px;
}
.form-title {
    font-family: 'Arial Black', Arial, sans-serif;
    text-align: center;
    color: #d31231;
    font-size: 30px;
    margin-bottom: 20px;
  }
  .header_mail_link{
    width: 180px;
  }
  .reviews-title {
    text-align: center;
    font-family: 'Arial Black', Arial, sans-serif;
    color: #ffffff;
    font-size: 23px;
    margin-bottom: 20px;
}
.base-item {
  width: 100%;
}
.main-link {
  display: block;
  margin: 20px auto;
}
.header-top {
    padding: 15px 0;
}

.main-banner {
   /* padding-top: 5vh;*/
    /*background: linear-gradient(to right, rgba(0,0,0,0.65), rgba(0,0,0,0.4));*/
    background: linear-gradient(to right, rgba(255, 255, 255, 0.65), rgb(255, 255, 255));
height: 100vh;
}

header {
    background: url(../img/main-banner.jpg) center no-repeat;
    /* -webkit-background-size: cover;*/ 
    background-size: cover;
  /*  height: 100vh;*/
    
   
}

.base-item-title {
    font-family: 'Arial Black', Arial, sans-serif;
    font-size: 24px;
    color: #020202;
    margin-bottom: 10px;
    text-align: center;
}

}

