/* Fonts */
@font-face {
   font-family: Nunito;
   src: url(/fonts/Nunito-Regular.ttf);
   font-weight: normal;
   font-style: normal;
}

/*@font-face {
   font-family: PT Sans Caption;
   src: url(/fonts/PT Sans Caption.ttf);
   font-weight: normal;
   font-style: normal;
}*/

@font-face {
   font-family: dinroundpro;
   src: url(/fonts/DINRoundPro-Medi.ttf);
   font-weight: normal;
   font-style: normal;
}

@font-face {
   font-family: dinroundpro;
   src: url(/fonts/DINRoundPro-Light.ttf);
   font-weight: lighter;
   font-style: normal;
}

@font-face {
   font-family: dinroundpro;
   src: url(/fonts/DINRoundPro-Bold.ttf);
   font-weight: bold;
   font-style: normal;
}

@font-face {
  font-family: "PT Sans Caption";
  src: url("/fonts/PTSans-Caption.eot");
  src: url("/fonts/PTSans-Caption.eot?#iefix") format("embedded-opentype"), url("/fonts/PTSans-Caption.woff2") format("woff2"), url("/fonts/PTSans-Caption.woff") format("woff"), url("/fonts/PTSans-Caption.ttf") format("truetype"), url("/fonts/PTSans-Caption.svg#PTSans-Caption") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
html {
   overflow-x: hidden !important;
}

body {
   font-family: "PT Sans Caption" !important;
   color: #fff;
   overflow-x: hidden !important;
   letter-spacing: 0.1em;
   background-color: #ff0000 !important;
}

img {
   max-width: 100% !important;
}

#page-preloader {
   position: fixed;
   left: 0;
   top: 0;
   right: 0;
   bottom: 0;
   background: rgb(65, 65, 65);
   z-index: 100500;
   opacity: 1;
}
#page-preloader .spinner {
   width: 35%;
   height: auto;
   position: absolute;
   left: 35%;
   top: 43%;
   margin: 0 0 0 -26px;
}

#page-preloader img {
   width: 100%;
   height: auto;
}

a {
   text-decoration: none !important;
   outline: none !important;
   color: white !important;
}

/* MAIN CSS */

#top {
   background-image: url("/img/hands.jpg");
   background-position: center;
   background-size: cover;
   font-family: PT Sans Caption;
   text-transform: uppercase;
   height: 100vh;
}

.top_bg {
   height: 100vh;
}

.header {
   padding-top: 50px;
}

.some_pl {
   padding-left: 20px;
}

.header-right {
   text-align: right;
   color: #fff;
   font-weight: bold;
   font-size: 22px;
}

.nava {
   padding: 5px 15px;
   border-radius: 50px;
   border: 2px solid transparent;
}

.nava:hover {
   border: 2px solid #fff;
   -webkit-transition: all ease 0.3s;
   transition: all ease 0.3s;
}

.why {
   color: #fffc00;
   font-weight: bold;
   position: absolute !important;
   bottom: 0 !important;
   display: block !important;
   width: 81%;
}

.why1 {
   font-size: 122px;
   line-height: 1em;
   float: left;
   width: 50% !important;
   letter-spacing: 0.1em;
}

.why2 {
   font-size: 270px;
   float: left;
   width: 50% !important;
   line-height: 0.9em;
   letter-spacing: 0.1em;
}

#about {
   color: #fff;
   margin-top: 70px;
}

#about .container {
   padding: 0 5%;
}

hr {
   border: none;
   color: #ffff00;
   background-color: #ffff00;
   height: 1px !important;
}

.list {
   margin: 30px 0;
}

.list-item {
   margin: 20px 0;
}

.list-ico {
   align-self: center;
   text-align: center;
}

.list-ico img {
   width: 75%;
}

.marker img {
   width: 60%;
}

.list-text {
   align-self: center;
   font-size: 30px;
}

.about_text {
   text-align: center;
   margin: 20px 0;
   font-size: 20px;
}

.feedback {
   text-align: center;
   width: auto;
   color: #ff0000;
   background: #ffff00;
   margin: -18px auto 0;
   font-size: 30px;
   padding: 5px 30px;
   border-radius: 0 0 10px 10px;
   font-weight: 800;
}

.contact_main {
   margin: 50px 0 30px;
}

#contact_form input {
   width: 100%;
   padding: 0px 15px;
   font-size: 18px;
   color: #1c3359;
   border-radius: 5px;
   border: none;
}

textarea {
   width: 100%;
   box-sizing: border-box;
   display: block;
   padding: 5px 15px;
   font-size: 18px !important;
   color: #1c3359 !important;
   border-radius: 5px;
   border: none;
}

form > div {
   margin-bottom: 10px;
}

input::-webkit-input-placeholder {
   color: #1c3359;
}

input::-moz-placeholder {
   color: #1c3359;
}

textarea::-webkit-input-placeholder {
   color: #1c3359;
}

textarea::-moz-placeholder {
   color: #1c3359;
}

.asc {
   align-self: center;
}

form button {
   border: none;
   border-radius: 5px;
   color: #ff0000;
   background: #ffff00;
   font-size: 18px;
   width: 50%;
}

.text_form_wrap {
   position: relative;
}

.file_form_wrap {
   position: absolute;
   bottom: 10%;
   right: 0;
   width: 40%;
   opacity: 0;
   z-index: 2;
}

.new_file_form_wrap {
   position: absolute;
   bottom: 10%;
   right: 0;
   width: 40%;
   z-index: 1;
   font-size: 13px;
}

.phone {
   margin: 0 auto !important;
   text-align: center;
   color: #ff0000 !important;
   background: #ffff00;
   width: 20%;
   font-size: 60px;
   font-weight: bold;
   border-radius: 10px;
   padding: 5px 0;
}

.phone img {
   margin-top: -10px;
}

.phone .col-3 {
   padding-right: 0;
   line-height: 1em;
}

.phone .col-9 {
   padding-left: 0;
   font-family: dinroundpro;
   line-height: 1em;
}

span.numb {
   font-family: "dinroundpro";
}

.email {
   margin: 10px 0 30px;
   text-align: center;
   font-size: 40px;
}

.email a {
   color: #ffff00 !important;
}

footer {
   text-align: center;
   color: #ff0000;
   background: #ffff00;
   padding: 20px 0 !important;
}

@media screen and (min-width: 1900px) {
   .why1 {
      width: 40% !important;
   }
}

@media screen and (max-width: 1400px) {
   .why2 {
      padding-left: 12% !important;
   }
}

@media screen and (max-width: 1200px) {
   .header{
      margin-top: 30px
   }
   .header_img {
      width: 100%;
   }
   .nava {
      font-size: 20px;
   }
   .why1 {
      font-size: 105px;
   }
   .why2 {
      font-size: 235px;
      padding-left: 7% !important;
   }
   .new_file_form_wrap,
   .file_form_wrap {
      width: 50%;
   }
}

@media screen and (max-width: 1150px) {
   .why1 {
      font-size: 100px;
   }
   .why2 {
      font-size: 225px;
   }
}

@media screen and (max-width: 1095px) {
   .why1 {
      font-size: 95px;
   }
   .why2 {
      font-size: 220px;
   }
}

@media screen and (max-width: 1035px) {
   .why1 {
      font-size: 90px;
      padding-left: 7% !important;
   }
   .why2 {
      font-size: 205px;
      padding-left: 15% !important;
   }
   .list-text {
      font-size: 26px;
   }
   .about_text {
      font-size: 18px;
   }
}

@media screen and (max-width: 992px) {
   .why1 {
      font-size: 75px;
      padding-left: 0 !important;
   }
   .why2 {
      font-size: 165px;
      padding-left: 3% !important;
   }
   .list-ico {
      flex: 0 0 15% !important;
      max-width: 15% !important;
   }
   .list-text {
      flex: 0 0 84% !important;
      max-width: 84% !important;
      font-size: 22px;
   }
   .about_text {
      font-size: 16px;
   }
   .feedback {
      font-size: 25px;
   }
   .new_file_form_wrap,
   .file_form_wrap {
      width: 65%;
   }
   .phone {
      font-size: 50px;
      width: 30%;
   }
   .email {
      font-size: 30px;
   }
   footer {
      font-size: 14px !important;
   }
   #top {
      background-image: url("/img/hands_mob.jpg");
   }
}

@media screen and (max-width: 870px) {
   .nava {
      font-size: 17px;
   }
   .why2 {
      font-size: 155px;
      padding-left: 7% !important;
   }
   .why1 {
      font-size: 70px;
      padding-left: 5% !important;
   }
}

@media screen and (max-width: 825px) {
   .why2 {
      font-size: 148px;
      padding-left: 10% !important;
   }
   .why1 {
      font-size: 65px;
      padding-left: 7% !important;
   }
   #page-preloader .spinner {
      width: 80%;
      height: auto;
      position: absolute;
      left: 20%;
      top: 43%;
      margin: 0 0 0 -26px;
   }
}

@media screen and (max-width: 768px) {
   .header .col-6,
   .why .col-6 {
      flex: 0 0 100% !important;
      max-width: 100% !important;
      text-align: center;
   }
   .header-right {
      margin-top: 20px;
   }
   .nava {
      font-size: 20px;
   }
   .why2 {
      font-size: 148px;
      padding-left: 10% !important;
   }
   .why1 {
      font-size: 65px;
      padding-left: 7% !important;
   }
   .top_bg {
      background-color: #00000075;
   }
   .why {
      /* position: relative !important; */
      display: flex !important;
      width: 100%;
      margin-top: 20%;
   }
   .why1 {
      font-size: 90px;
   }
   .why2 {
      font-size: 190px;
   }
   .list-text {
      font-size: 16px;
   }
   .about_text {
      font-size: 15px;
   }
   .contact_main .asc {
      flex: 0 0 100% !important;
      max-width: 100% !important;
   }
   .details_box_contacts {
      margin-top: 20px;
      text-align: center;
   }
   .phone {
      width: 35%;
   }
   .email {
      font-size: 26px;
   }
   footer {
      font-size: 12px !important;
   }
   .new_file_form_wrap,
   .file_form_wrap {
      width: 40%;
   }
}

@media screen and (max-width: 600px) {
   .why2 {
      font-size: 160px;
   }
   .why1 {
      font-size: 75px;
   }
   .why {
      margin-top: 30%;
   }
   .phone img {
      margin-top: -5px;
   }
}

@media screen and (max-width: 500px) {
   .why2 {
      font-size: 130px;
   }
   .why1 {
      font-size: 60px;
   }
   .why {
      margin-top: 40%;
   }
   .phone {
      font-size: 40px;
   }
   .email {
      font-size: 22px;
   }
}

@media screen and (max-width: 450px) {
   .phone {
      font-size: 30px;
   }
   .email {
      font-size: 18px;
   }
   .new_file_form_wrap,
   .file_form_wrap {
      width: 50%;
   }
   .feedback {
      font-size: 20px;
   }
   .about_text {
      font-size: 13px;
   }
   .why {
      margin-top: 50%;
   }
   .nava {
      font-size: 18px;
   }
   .list-text {
      font-size: 14px;
   }
}

@media screen and (max-width: 380px) {
   .why2 {
      font-size: 108px;
   }
   .why1 {
      font-size: 50px;
   }
   .why {
      margin-top: 60%;
   }
   .phone {
      font-size: 25px;
   }
   .email {
      font-size: 16px;
   }
   footer {
      font-size: 11px !important;
   }
   .new_file_form_wrap,
   .file_form_wrap {
      width: 55%;
   }
}

@media screen and (max-width: 330px) {
   .why {
      margin-top: 75%;
   }
   .feedback {
      font-size: 16px;
   }
   .new_file_form_wrap,
   .file_form_wrap {
      width: 62%;
   }
   .nava {
      font-size: 16px;
   }
   .phone {
      font-size: 22px;
   }
   .email {
      font-size: 14px;
   }
}
