@font-face {
  font-family: proximanova, sans-serif;
  src: url(proximanova_black.ttf);
  src: url(proximanova_regular.ttf);
}
html, body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
*,
*::after,
*::before {
  box-sizing: inherit;
}
a {
  text-decoration: none;
  color: inherit;
}
button {
  padding: 0;
  border: none;
}
img {
  vertical-align: top;
}
p, h1, h2, h3, h4 {
  margin: 0;
  padding: 0;
}
ul {
  list-style-type: none;
}
body {
  margin: 0 auto;
  height: 100%;
  color: #383838;
  font-family: proximanova, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  background-color: antiquewhite;
  /* for_mobile */
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
}
/* body.lock {
  overflow: hidden;
} */

/*------------------- HEADER -------------------*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #e4e4e4;
  box-shadow: 1px 1px 15px #bababa;
  z-index: 99;
}
.container {
  max-width: 1240px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  margin: 0;
  min-height: 80px;
  color: #383838;
}
.logo {
  margin: start;
}
.img_logo {
  margin: 10px 0;
  height: 65px;
}
.menu {
  display: flex;
  align-items: center;
}
.menu__btn {
  display: none;
  width: 40px;
  height: 20px;
  flex-direction: column;
  justify-content: space-between;
}
.menu__btn span{
  background-color: #383838;
  height: 4px;
  width: 100%;
}
.menu__list {
  padding: 0 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 35px;
  font-size: 18px;
}

/*-------------- underline_links -------------*/
.menu__link {
  position: relative;
}
.menu__link:hover {
  color: #ef6817;
}
.menu__link:hover:before {
  transform: scaleX(1);
  transition: transform 400ms;
  transform-origin: left;
}
.menu__link::before {
  content: '';
  width: 100%;
  height: 3px;
  background-color: #ef6817;
  position: absolute;
  left: 0;
  bottom: -5px;
  transform: scale(0);
  transform-origin: right;
}
/* -----------///------------ */

.phone__number {
  padding: 0 40px;
  display: flex;
  align-items: center;
}
.phone {
  height: 24px;
}
.number {
  color: #383838;
  padding: 5px;
}
.registration {
  padding: 5px;
  color: #383838;
  text-align: center;
  text-transform: uppercase;
  display: block;
  border: 4px solid #ef6817;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 800;
  transition: transform 0.3s;
}
.registration:hover {
  transform: translate3d(1px, 1%, 1em);
  box-shadow: 3px 3px 15px #bababa;
}
.img_banner {
  height: 50%;
  width: 100%;
}

/*--------------------- MAIN -------------------*/
/* top-0 */
.top {
  margin-top: 20px;
}
.top__inner {
  margin-bottom: 10px;
  min-height: 500px;
  display: flex;
  justify-content: space-between;
  gap: 0 30px;

}
.top__img-banner {
  margin-top: 100px;
 
  height: 650px;
  box-shadow: 3px 3px 15px #bababa;
  border-radius: 20px;
}
.top__card {
  padding: 20px;
  margin-top: 100px;
  height: 650px;
  background-color: #e4e4e4;
  box-shadow: 3px 3px 15px #bababa;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.top__title {
  font-size: 48px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  margin: 20px 0;
  color: #383838;
  line-height: normal;
  
}
.top__only {
  text-align: center;
  font-size: 32px;
  color: #383838;
}
.top__list {
  
  color: #383838;
  line-height: 2;
  max-width: 500px;
}
.easy {
  color: #ef6817;
  text-transform: uppercase;
  text-shadow: 1px 1px 15px white;
}
.btn__main {
  margin: 0;
  padding: 20px;
  font-size: 28px;
  text-transform: uppercase;
  color: white;
  background-color: #ef6817;
  border: none;
  border-radius: 30px;
  transition: transform 0.3s;
  cursor: pointer;  
}
.btn__main:hover {
  color: #ef6817;
  transform: translateY(-3px);
  background-color:white;
  box-shadow: 5px 4px 10px #4e4e4e;
}

/* block-1 */
.block-1 {
  width: 100%;
  height: 140px;
  background-color: #383838;
  margin-bottom: 20px;
  box-shadow: 1px 1px 20px #ef6817;
}
.container_1 {
  max-width: 1440px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
.block-1__banner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.block-1__text {
  display: inline-block;
  margin: 0;
  padding: 20px;
  width: auto;
  height: auto;
}
.block-1__h2 {
  font-size: 32px;
  font-weight: 800;
  text-align: center;
  color: #bababa;
}
.block-1__p {
  font-size: 14px;
  text-align: center;
  color: #bababa;
}

/* block-2 */
.block-2__inner {
  margin-bottom: 20px;
  padding: 20px;
  width: 100%;
  height: auto;

}
.block-2__h2 {
  text-transform: uppercase;
  text-align: center;
  font-size: xx-large;
  font-weight: 800;
}
.block-2__cardbox {
  display: flex;
  justify-content: center;
  align-items: center;
}
.block-2__card {
  margin: 20px;
  padding: 10px;
  width: auto;
  height: auto;
  text-align: center;
  font-weight: 600;
  
  line-height: 1;
  color: #fff;
  background-color: #bababa;
  /* box-shadow: 3px 3px 15px #bababa; */
  border-radius: 20px;
}
.block-2__card p {
  padding: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  text-transform: uppercase;
}

/* block-3 */
.block-3 {
  box-shadow: 1px 1px 20px #ef6a17;
  background: url(../images/banner_2.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  margin-bottom: 20px;
}
.block-3__inner {
  padding: 20px;
  width: 100%;
  height: 800px;
  display: flex;
  justify-content: center;
}
.block-3__form {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px;
  margin-bottom: 30px;
}
.block-3__title {
  margin: 0 10px;
  padding: 10px;
  background-color: #ffffff93;
  border-radius: 20px;
  text-shadow: 1px 1px 5px #fff;
}
.block-3__h1 {
  margin-bottom: 5px;
  color: #383838;
  font-size: 60px;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}
.block-3__a {
  color: #ef6817;
}
.block-3__a:hover {
  color: #ff7300;
  text-decoration: underline;
}
.block-3__p {
  margin: 0 10px;
  color: #ef6817;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}
.block-3__input_btn {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.block-3__input {
  width: 80%;
  height: auto;
  padding: 10px;
  margin: 10px;
  border: 5px solid #ef6817;
  border-radius: 10px;
}
.block-3__btn {
  width: 20%;
  height: 50px;
  margin-right: 10px;
  padding: 0;
  background-color: #ef6817;
  color: #fff;
  border: none;
  border-radius: 15px;
  cursor: pointer;
  font-weight: 700;
  text-transform: uppercase;
  transition: transform 0.3s;
}
.block-3__btn:hover {
  color: #ef6817;
  transform: translateY(-2px);
  background-color:white;
  box-shadow: 5px 4px 10px #4e4e4e;
}

/* block-4 */
.block-4 {
  margin-left: 40px
}
.block-4__inner {
  padding: 0 10px 0 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.block-4__services {
  width: 50%;
  padding: 10px 30px 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
}
.block-4__card {
  display: flex;
  align-items: center;
  
}
.block-4__h1 {
  padding: 10px 40px 10px 0;
  margin-top: 20px;
  font-size: 32px;
  text-align: center;
  text-transform: uppercase;
}
.block-4__card p {
  padding: 0 20px;
  font-size: 24px;
  font-weight: 500;
  /* text-transform: uppercase; */
}
.block-4__img {
  margin: 10px; 
  padding: 10px 0 0 10px; 
}

/* block-5 */
.block-5 {
  width: 100%;
  height: 430px;
  background-color: #383838;
  box-shadow: 1px 1px 20px #ef6817;
  text-align: center;
}
.block-5__inner h1{
  padding-top: 20px;
  color: #ccc;
  font-size: 32px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}
.slideshow-container {
  max-width: auto;
  position: relative;
  display: flex;
  margin: auto;
}
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  margin-top: 22px;
  padding: 15px;
  color: #ef6817;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
}
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}
.prev:hover, .next:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin-bottom: 20px;
  border-radius: 50%;
  background-color: #ef6817;
  display: inline-block;
  transition: background-color 0.6s ease;
}
.active, .dot:hover{
  background-color: #717171;
}
.mySliders {
  margin: 10px;
}
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}
@-webkit-keyframes fade {
  from{opacity: .4}
  to{opacity: 1}
}
@keyframes fade {
  from{opacity: .4}
  to{opacity: 1}
}

/*----------------- FOOTER -----------------*/
.footer__title {
  margin: 20px 0;
  text-align: center;
  text-transform: uppercase;
  font-size: 28px;
  font-weight: 700;
}
.footer__card {
  padding: 0 150px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.footer_info_p {
  font-size: 14px;
  font-weight: 500;
}
.footer_info {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.5em;
}
.end{
  padding: 15px;
  border-block-start: 2px solid #ef6817; 
  writing-mode: horizontal-tb;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}

/*-------------- MODAL_WINDOW_1---------------*/
.popup {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  overflow-y: auto;
  overflow-x: hidden;
  transition: all 0.8s ease 0s;
}
/* .popup.open */
.popup:target {
  opacity: 1;
  visibility: visible;
}
.popup:target .popup__content {
  transform: perspective(400px) translate(0px, 0%) ;
  opacity: 1;
}
.popup__area {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.popup__body {
  min-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 10px;
}
.popup__content {
  background-color: #fff;
  color: #383838;
  width: 500px;
  padding: 30px;
  border-radius: 20px;
  position: relative;
  transition: all 0.8s ease 0s;
  opacity: 0;
  transform: perspective(400px) translate(0px, -100%) ;
}
.popup__close {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 20px;
  color: #383838;
  text-decoration: none;
}
.popup__title {
  font-size: 40px;
  margin: 0 0 1em 0;
}
.x {
  position: absolute;
  top: 0;
  right: 20px;
  color: #ef6817;
  font-size: 55px;
}

/*-------------- MODAL_WINDOW_2---------------*/
.modal {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  cursor: pointer;
  padding: 30px;
  overflow-y: auto;
  display: none;
}
.modal__main {
  position: relative;
  max-width: 400px;
  height: auto;
  background-color: #ef6817;
  margin: auto;
  color: white;
  border-radius: 20px;
  padding: 20px;
  cursor: default;
}
.modal__title {
  font-size: 42px;
  line-height: 1;
  margin-bottom: 15px;
}
.modal__close {
  position: absolute;
  top: 10px;
  right: 20px;
  background-color: transparent;
  border: none;
  cursor: pointer;
  font-size: 32px;
}
.modal__span {
  font-size: 24px;
}
.modal__btn {
  width: 100%;
  padding: 10px;
  font-size: 18px;
  background-color: #383838;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}
.modal__btn:hover {
  background-color: #fff;
  color: #ef6817;
}

/*------------------ Form_registration ------------------*/
.reg {
  text-align: center;
  margin-bottom: 20px;
}
.input-group {
  margin-bottom: 15px;
}
.input-group label {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
}
.input-group input[type="text"],
.input-group input[type="email"],
.input-group input[type="tel"] {
  width: 100%;
  padding: 8px;
  margin-bottom: 10px;
  border-radius: 5px;
  border: 1px solid #ccc;
}
button[type="submit"] {
  width: 100%;
  padding: 10px;
  background-color: #45a049;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}
button[type="submit"]:hover {
  background-color: #ef6817;
}
.form_info {
  margin-top: 5px;
  font-size: 12px;
}

 /*------------------------- scroll -----------------------*/
  .arrow {
  display: block;
  width: 70px;
  height: 70px;
  margin: 0 auto 10px;
  border-radius: 50%;
  background-color: rgba(66, 66, 66, 0.179);
  align-items: center;
  position: relative;
  box-shadow: 1px 1px 30px #ef6a176a;
  transition: transform 0.3s;
  
}
.arrow:hover {
  transform: translateY(-5px);
}
.arrow_example-1 {
  position: absolute;
  top: 0;
  left: 5px;
  width: 40px;
  height: 40px;
  margin: 10px;
  border-top: 5px solid #ef6817 !important;
  border-right: 5px solid #ef6817 !important;
  display: inline-block;
  transition: 1s;
  rotate: 135deg;
}
.arrow_example-2 {
  position: absolute;
  top: 10px;
  left: 5px;
  width: 40px;
  height: 40px;
  margin: 10px;
  border-top: 5px solid #ef6817 !important;
  border-right: 5px solid #ef6817 !important;
  display: inline-block;
  transition: 1s;
  rotate: -45deg;
}

/* ------------------------ animation ---------------------- */
.element-animation {
  opacity: 0;
  transform: translateY(50px);
}
.element-animation.element-show {
  opacity: 1;
  transition: all 1.5s;
  transform: translateY(0%);
}

/* ----------------------- animation_2 --------------------- */
.element-animation_2 {
  opacity: 0;
  transform: translateX(-250px);
}
.element-animation_2.element-show_2 {
  opacity: 1;
  transition: all 1.5s;
  transform: translateX(0%);
}
/* ----------------------- animation_3 --------------------- */
.element-animation_3 {
  opacity: 0;
  transform: translateX(250px);
}
.element-animation_3.element-show_3 {
  opacity: 1;
  transition: all 1.5s;
  transform: translateX(0%);
}

