*{padding:0;margin:0;}body{ font-family: "font";color:#fff;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: 1200px;
  margin: 0 auto; 
}
.main__pic{
  display: flex;
  flex-wrap: wrap;
}
/*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%;
}
p{
  font-size: 16px;
  line-height: 120%;
}
@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{
    margin-bottom: 80px;
  }
  .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;
  }
}
