*{padding:0;margin:0;}body{ font-family: "Regular";color:#101010;overflow-x:hidden;background: #fff;}p::selection{background:#4D8A7A;color:#fff}b::selection{background:#4D8A7A;color:#fff}span::selection{background:#4D8A7A;color:#fff}label::selection{background:#4D8A7A;color:#fff}li::selection{background:#4D8A7A;color:#fff}ul::selection{background:#4D8A7A;color:#fff}a::selection{background:none;outline:none}h1::selection{background:#4D8A7A;color:#fff}h2::selection{background:#4D8A7A;color:#fff}h3::selection{background:#4D8A7A;color:#fff}h4::selection{background:#4D8A7A;color:#fff}h5::selection{background:#4D8A7A;color:#fff}h6::selection{background:#4D8A7A;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{
  margin-bottom: 160px;
}
section:last-child{
  margin-bottom: 80px;
}
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%);  
}
.container{
  width: 1400px;
  margin: 0 auto; 
}
.main__pic{
  display: flex;
  flex-wrap: wrap;
}
.pos_bot{
  align-items: flex-end;
}
/*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%;
}
/*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%;
  margin-top: 20px;
}
p:first-child{
  margin-top: 0;
}
a{
  text-decoration: none;
  color: #101010;
  -webkit-transition:all 0.3s;transition:all 0.3s;
}
.btn{
  width: 100%;
  height: 60px;
  color: #fff;
  background: #2f2f2f;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 1px solid #2f2f2f;
  transition: all .5s;
}
.btn:hover{
  color: #2f2f2f;
  background: #fff;
}
.preloader{
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #E0DEDB;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  transition: 0.2s; /*Скорость перехода состояния элемента*/
  animation: loader 1s 1; /* Указываем название анимации, её время и количество повторов*/
  animation-fill-mode: forwards; /* Чтобы элемент оставался в конечном состоянии анимации */
  animation-delay: 0.1s; /* Задержка перед началом */
  z-index: 999;
}
@keyframes loader{
  0%{
    opacity: 1;
  }
  100% {
    opacity: 0;
    z-index: -999;
  }
}
.button{
  width: 160px;
  height: 40px;
  font-family: "Bold";
  font-size: 12px;
  text-transform: uppercase;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.link__block{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  text-align: center;
  overflow: hidden;
  height: 60%;
}
.link__text{
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0s;
  transition: all 0s;
  outline: none;
    border: none;
    background: transparent;
}
.link__text-hidden{
  width: 100%;
  position: absolute;
  top: 150%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0s;
  transition: all 0s;
  opacity: 0;
  outline: none;
    border: none;
    background: transparent;
}
.link__block:hover .link__text{
  opacity: 0;
  top: -50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.link__block button{
	cursor:pointer;
}
.link__block:hover .link__text-hidden{
  opacity: 1;
  top: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.button__yel{
  background: #FFDF53;
  border: 2px solid #FFDF53;
  color: #101010;
}
.button__yel:hover{
}
.button__black{
  background: transparent;
  border: 2px solid #FFDF53;
  color: #FFDF53;
}
.button__black:hover{
}
.button__more{
  font-size: 16px;
  font-family: "Medium";
  overflow: hidden;
  position: relative;
  display: inline-block;
  line-height: 170%;
}
.button__more:after{
  content: '';
  width: 100%;
  height: 1px;
  background: #101010;
  position: absolute;
  bottom: 0px;
  left: 0px;
  transform-origin: left;
  transform: scaleX(1);
  transition: transform 0.3s;
}
.button__more:hover:after{
  transform-origin: right;
  transform: scaleX(0);
  transition: transform 0.3s;
}
.but__circle{
  width: 140px;
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 2px solid #101010;
  background: transparent;
  font-family: "Medium";
  text-transform: uppercase;
}
.but__circle:hover{
  background: #101010;
  color: #FFDF53;
}
@media only screen and (min-width: 1240px) and (max-width: 1400px) {
  .container, .footer__bottom{
    width: 1200px !important;;
  }
}
@media only screen and (min-width: 950px) and (max-width: 1200px) {
  .container, .footer__bottom{
    width: 100% !important;
    padding: 0 20px;
  }
  p{
    font-size: 14px;
    margin-top: 20px;
  }
  .button{
    width: 140px;
    height: 34px;
    font-size: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 950px) {
  section{
    margin-bottom: 100px;
  }
  .container, .footer__bottom{
    width: 100% !important;
    padding: 0 20px;
  }
  p{
    font-size: 14px;
    margin-top: 20px;
  }
  .col__d-1{
    width: 50%;
  }
  .col__d-3{
  }
}
@media only screen and (min-width: 320px) and (max-width: 768px) {
  section{
    margin-bottom: 80px;
  }
  .container, .footer__bottom{
    width: 100% !important;
    padding: 0 20px;
  }
  .col__d-1{
    width: 100%;
  }
  .col__d-2{
    width: 100%;
  }
  .col__d-3{
    width: 100%;
  }
}
@media only screen and (min-width: 320px) and (max-width: 375px) {
   .container{
    width: 100%;
    padding: 0 10px;
  }
}
