*{padding:0;margin:0;}body{ font-family: "SFProDisplay-Regular";color:#FFFFFF;overflow-x:hidden;background: #fff;}p::selection{background:#f53404;color:#fff}b::selection{background:#f53404;color:#fff}span::selection{background:#f53404;color:#fff}label::selection{background:#f53404;color:#fff}li::selection{background:#f53404;color:#fff}ul::selection{background:#f53404;color:#fff}a::selection{background:none;outline:none}h1::selection{background:#f53404;color:#fff}h2::selection{background:#f53404;color:#fff}h3::selection{background:#f53404;color:#fff}h4::selection{background:#f53404;color:#fff}h5::selection{background:#f53404;color:#fff}h6::selection{background:#f53404;color:#fff}br::selection{background:none}img::selection{background:none}
*, ::after, ::before {
    box-sizing: border-box;
}
body::-webkit-scrollbar {
  width: 4px;
}
body::-webkit-scrollbar-track {
  background-color: #eff1f5;
}
body::-webkit-scrollbar-thumb {
  background-color:rgba(29, 50, 78, 0.5);
}
textarea::-webkit-scrollbar {
  width: 4px;
}
textarea::-webkit-scrollbar-track {
  background-color: #eff1f5;
}
textarea::-webkit-scrollbar-thumb {
  background-color:rgba(29, 50, 78, 0.5);
}
.modal.active::-webkit-scrollbar {
  width: 4px;
}
.modal.active::-webkit-scrollbar-track {
  background-color: #eff1f5;
}
.modal.active::-webkit-scrollbar-thumb {
  background-color:rgba(29, 50, 78, 0.5);
}
section{
}
img{
  object-fit: cover;
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus
input:-webkit-autofill, 
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: #ссс;
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  transition: background-color 5000s ease-in-out 0s;
  background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(0,174,255,0.04) 50%,rgba(255,255,255,0) 51%,rgba(0,174,255,0.03) 100%);  
}
select{
-moz-appearance: none;
-webkit-appearance: none;
outline: none;
}
h1{
  font-weight: normal;
}
.container{
  width: 1360px;
  margin: 0 auto; 
}
.main__pic{
  display: flex;
  flex-wrap: wrap;
}
.pos_bot{
  align-items: flex-end;
}
.preloader{
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  transition: 0.5s; /*Скорость перехода состояния элемента*/
  animation: loader 1s 1; /* Указываем название анимации, её время и количество повторов*/
  animation-fill-mode: forwards; /* Чтобы элемент оставался в конечном состоянии анимации */
  animation-delay: 0.5s; /* Задержка перед началом */
  z-index: 999;
}
@keyframes loader{
  0%{
    opacity: 1;
  }
  100% {
    opacity: 0;
    z-index: -999;
  }
}
/*SETKA*/
.col__d-0{
  width: 100%;
}
.col__d-1{
  width: 25%;
}
.col__d-2{
  width: 50%;
}
.col__d-3{
  width: 75%;
}
.col__o-1{
  align-items: end;
  justify-content: flex-end;
}
.col__o-2{
  align-items: flex-end;
  justify-content: flex-end;
  flex-direction: column;
}
.col__v{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.col__v-1{
  width: 100%;
}
.col__v-2{
  width: 48%;
}
.col__v1-2{
  width: 50%;
}
.col__m-1{
  width: 25%;
}
/*TEXT*/
/*h1{
  font-size: 64px;
  line-height: 120%;
  margin-bottom: 15px;
  letter-spacing: 2.5px;
}
h2{
  font-size: 21px;
  font-family: "Intro-Bold";
}
h3{
  font-size: 18px;
  margin-bottom: 20px;
}*/
p{
  font-size: 16px;
  line-height: 120%;
}
a{
  text-decoration: none;
  color: #231F20;
  -webkit-transition:all 0.3s;transition:all 0.3s;
}
a:hover{
}
ul{
  list-style: none;
}
@-webkit-keyframes ani-mouse {
    0% {
    opacity: 1;
    top: 29%;
    }
    15% {
    opacity: 1;
    top: 50%;
    }
    50% {
    opacity: 0;
    top: 50%;
    }
    100% {
    opacity: 0;
    top: 29%;
    }
}
@-moz-keyframes ani-mouse {
    0% {
    opacity: 1;
    top: 29%;
    }
    15% {
    opacity: 1;
    top: 50%;
    }
    50% {
    opacity: 0;
    top: 50%;
    }
    100% {
    opacity: 0;
    top: 29%;
    }
}
@keyframes ani-mouse {
    0% {
    opacity: 1;
    top: 29%;
    }
    15% {
    opacity: 1;
    top: 50%;
    }
    50% {
    opacity: 0;
    top: 50%;
    }
    100% {
    opacity: 0;
    top: 29%;
    }
}
.scroll-btn {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 20px;
  z-index: 2;
}
.scroll-btn p{
  margin-bottom: 0px;
  margin-left: 20px;
  color: #14223D;
  text-transform: uppercase;
}
.scroll-btn > * {
  display: inline-block;
  line-height: 18px;
  font-size: 12px;
  font-weight: normal;
  color: #14223D;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 2px;
}
.scroll-btn .mouse {
  position: relative;
  display: block;
  width: 20px;
  height: 35px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #14223D;
  border-radius: 6px;
}
.scroll-btn .mouse > * {
  position: absolute;
  display: block;
  top: 29%;
  left: 70%;
  width: 1px;
  height: 8px;
  margin: -4px 0 0 -4px;
  background: #14223D;
  border-radius: 50%;
  -webkit-animation: ani-mouse 2.5s linear infinite;
  -moz-animation: ani-mouse 2.5s linear infinite;
  animation: ani-mouse 2.5s linear infinite;
}
.button{
  color: #fff;
  padding: 12px 20px;
  border-radius: 30px;
  border: 1px solid #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
}
.button img{
  margin-left: auto;
}
.button:hover{
  background: #3467FF;
  border-color: #3467FF;
}
.button-red .link__text-hidden {
    color: #121419;
    font-family: 'SFProDisplay-Regular';
}
.mb-40{
  margin-bottom: 40px;
}
.mb-80{
  margin-bottom: 80px;
}
.mb-120{
  margin-bottom: 120px;
}
@media only screen and (min-width: 1240px) and (max-width: 1400px) {
  .container{
    width: 1200px;
  }
}
@media only screen and (min-width: 950px) and (max-width: 1200px) {
  .container{
    width: 100%;
    padding: 0 20px;
  }
  p{
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 950px) {
  section{
    margin-bottom: 100px;
  }
  .container{
    width: 700px;
  }
  p{
    font-size: 14px;
  }
  .col__d-1{
    width: 50%;
  }
  .col__d-3{
    width: 50%;
  }
}
@media only screen and (min-width: 320px) and (max-width: 768px) {
  section{
  }
  .container{
    width: 100%;
    padding: 0 10px;
  }
  .col__d-1{
    width: 100%;
  }
  .col__d-2{
    width: 100%;
  }
  .col__d-3{
    width: 100%;
  }
  p{
    font-size: 16px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 375px) {
   .container{
    width: 100%;
    padding: 0 10px;
  }
}
