*{padding:0;margin:0;}
body {
	font-family: "Regular";
	color:#f8f8f8;
	overflow-x:hidden;
	background: #191C1D;
}
p::selection{background:#f53404;color:#F8F8F8}b::selection{background:#f53404;color:#fff}span::selection{background:#f53404;color:#fff}label::selection{background:#f53404;color:#fff}ul::selection{background:#f53404;color:#fff}a::selection{background:#f53404;color:#fff}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 {
  line-height: 160%;  /*2023*/
}

body::-webkit-scrollbar {  /*толщина скроллбара*/
  width: 16px;
}
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;
}
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: #f8f8f8;
  -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; 
  padding:0;
}
.main__pic{
  display: flex;
  flex-wrap: wrap;
}
.main__pic.download-pdf-con {flex-wrap: nowrap;}
.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%;
}
.col__center{
  
}
p{
  font-size: 16px;
  line-height: 160%;
  font-weight: normal
}
a{
  color: #F8F8F8;
  text-decoration: none;
  -webkit-transition:all 0.3s;transition:all 0.3s;
}
.button{
    width: 160px;
    height: 49px;
    /* font-family: "PT"; */
    font-size: 12px;
    text-transform: uppercase;
    transition: all 0.5s;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    color: #fff;
    border: 1px solid #fff;
	cursor:pointer;
	border-radius:25px;
	overflow:hidden;
	font-weight:700;
}
.button:not(.button-phone):not(.button-white):not(.button-red):not(.button-submit):hover{
	background-color:#fff;
	color:#0E0E0E;	
}
.button-big{
    width: 320px;
    height: 80px;
    font-size: 14px;
}
.button-big:hover{
    background: #F8F8F8;
    color: #0E0E0E;
}
.button-phone{
    border: 0;
    font-size: 14px;
}
.button-red{
    background: #F5BE0B;
    border: 1px solid #F5BE0B;
	color: #191C1D;
}
.button-red:hover{
    border: 1px solid #B68D08;
	background: #B68D08;
	color: #fff;
}

.button-white{
    background: #f8f8f8;
    border: 1px solid #f8f8f8;
    color: #0E0E0E;
}
.button-white-wireframe{
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
}
.button-white-wireframe:hover{
    background-color: #fff;
    border: 1px solid #fff;
    color: #191C1D;
}

.button-submit {
	height: 49px;
	border-radius:25px;
	background-color: #f5be0b;
	color:#191c1d;
	font-size: 16px;
	font-family: Regular;
    font-weight: 700;
	border:none !important
}
.button-submit:hover {
	background-color: #b68d08;
	color:#fff;
}
.button-submit:disabled {
	background-color: #a0a0a0;
	color:#565656;
}

.link__block{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    text-align: center;
    overflow: hidden;
    height: 60%;
	font-family: 'Bold';
}
.link__text{
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transition: all 0s;
    transition: all 0s;
}
.link__text-hidden{
    width: 100%;
    position: absolute;
    top: 150%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transition: all 0s;
    transition: all 0s;
    opacity: 0;
}
.link__block:hover .link__text{
    opacity: 0;
    top: -50%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.link__block:hover .link__text-hidden{
    opacity: 1;
    top: 50%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.link__text{
    
}
header .button{
  margin-left: 10px;
}
@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) {
  section {
    margin-bottom: 120px;
  }
  section.article__con{
    margin-bottom: 30px;
  }
  .wrapper__con {
	  padding-bottom: 30px;
  }
  .container{
    width: 900px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 950px) {
  section{
    margin-bottom: 100px;
  }
  .container{
    width: 700px;
  }
  .col__d-1{
    width: 25%;
  }
  .col__d-3{
    width: 50%;
  }
}
@media only screen and (min-width: 320px) and (max-width: 768px) {
  section{
    margin-bottom: 80px;
  }
  section.article__con {
    margin-bottom: 30px;
  }
  .container{
    width: 100%;
    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;
  }
}
