:root {
  --white: #fff;
  --black: #000;
  --hover: #267D97;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
}
*::before, *::after {
box-sizing: border-box;
}

ul,
ol {
  list-style: none;
}
ul.dotted {
  list-style: disc;
  margin-left: 30px;
}
ol.decimal {
  list-style: decimal;
  margin-left: 30px;
}
ul.dotted li, ol.decimal  li {
  padding: 3px 0;
}
p {
  padding-bottom: 1em;
}
table {
  border-collapse: collapse;  
  border-spacing: 0;
}
table td {
  padding: 5px 10px;
}

input,
button,
textarea,
select {
  font: inherit;
  color: inherit;
  border:0;
  outline:0;
}
body {
  color: var(--black);
  font-family: Arial;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; 
  letter-spacing: 0.32px;
  margin: 0;
  padding: 0;
/* Отключить выделение текста */
	/*-webkit-user-select: none; 
	-moz-user-select: none;   
	-ms-user-select: none;    
	user-select: none;       */ 
}

img {
  max-width: 100%;
  height: auto;
  /* Отключить перетаскивание изображений 
	-webkit-user-drag: none;
	-khtml-user-drag: none;
	-moz-user-drag: none;
	-o-user-drag: none;
	user-drag: none;*/
}

h1 {
  color: red;
  font-family: "Arial";
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  margin-bottom: 30px;
}
h2 {
  color: red;
  font-family: "Arial";
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  margin-bottom: 25px;
}
h3 {
  color: red;
  font-family: "Arial";
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  margin-bottom: 20px;
}
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
textarea::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
::-webkit-scrollbar-track {
  background: #0F4656;
}
textarea::-webkit-scrollbar-track {
  background: #fff;
}
::-webkit-scrollbar-thumb {  
  border: 1px solid #031c23; 
  background: #031c23; 
  border-radius: 2px;
}
textarea::-webkit-scrollbar-thumb {
  border: 1px solid #031c23; 
  background: #031c23; 
  border-radius: 2px;
}
.container {
  max-width: 1593px;
  margin: 0 auto;
  padding: 0px 15px;
}
.strong {
  font-weight: 700;
}
a {
  color: var(--black);
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
a:hover {
  color: var(--hover);
}
a, a:active, a:hover, a:visited {
  text-decoration: none;
}
iframe {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
}
.btn {
  font-family: Arial;	
  cursor: pointer;
  -webkit-transition: all 0.4s;
  -moz-transition:  all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition:  all 0.4s;
  transition:  all 0.4s;
  font-family: "PT Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;	
  padding: 16px 40px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 3px;
  display: inline-flex;
  gap: 12px;
  align-items: center;
  color: #061513;		
  position: relative;		
  overflow: hidden;
}

.welcome {
    display: flex;
    height: 100vh;
    align-content: center;
    justify-content: center;
    align-items: center;
    font-size: 70px;
}

.scroll_top {
  position: fixed;
  bottom: 80px;
  right: 40px;
  cursor: pointer;
  width: 45px;
  height: 32px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
  z-index: 40;
}
.scroll_top.visi {
  opacity: 1;
  visibility: visible;
}
.section {
  position: relative;
}


@media screen and (max-width: 1439.9px)  {

}

@media screen and (max-width: 1012.9px)  {

}

@media screen and (max-width: 767.9px)  {

}

@media screen and (max-width: 599.9px)  {

}  