html {

}
body {
  color: #000;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;

 font-family: 'TildaSansRegular', sans-serif;
  display: flex;
  flex-direction: column;
  min-height: 100dvh;
}

.wrapper {
	flex: 1;
}


a {
	color: #000;
	transition: all 0.3s ease;
}

a:hover, a:focus {
	color: #000;
	text-decoration: none;
}

a, input { outline: none!important;}

.clear {
	clear: both;
}

.container-fluid {
	width: 100%;
}



.mybut1 {
    padding: 12px 50px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background: #ff5959;
  font-size: 20px;
  display: inline-block;
  border-radius: 50px;
  transition: all 0.2s ease-in-out;
  position: relative;
  overflow: hidden;
    -webkit-transition: ease 0.3s;
    transition: ease 0.3s;
}

.mybut1:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #fa4923;
    opacity: 0;
    z-index: 1;
    -webkit-transition: ease 0.3s;
    transition: ease 0.3s;
}

.mybut1:after {
    content: "";
    display: block;
    width: 30px;
    height: 300px;
    margin-left: 60px;
    background: rgba(255,255,255,0.5);
    position: absolute;
    left: -40px;
    top: -150px;
    z-index: 1;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
    -webkit-animation-name: slideme;
    animation-name: slideme;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-delay: 0.05s;
    animation-delay: 0.05s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@-webkit-keyframes slideme { 0% { left: -30px; margin-left: 0px; }
  30% { left: 110%; margin-left: 80px; }
  100% { left: 110%; margin-left: 80px; } }
  
 .mybut1:hover {
    background-color: #ff5959;
    color: #fff;
	text-decoration: none;
	  -webkit-animation: pulsate 1.2s linear infinite;
    animation: pulsate 1.2s linear infinite;
}

 .mybut1:disabled {
	 background: gray !important;
 }
 
 
 
.main_top_block_new_cont {
	max-width: 1920px;
	position: relative;
	margin: 0 auto;
}

.main_top_block {
	padding-bottom: 50px;
	color: #024880;
	position: relative;
				
}

.main_top_block .container:before {
	content: '';
	display: block;
	position: absolute;
	top: -20px;
	left: -360px;
	width: 725px;
	height: 620px;
	background: url(/images/main_top_block_bg.png) top left no-repeat;
	z-index: -1;
}

.main_top_block .container {
	position: relative;
}


.main_top_block h2 {
	padding-top: 90px;
	font-weight: bold;
	font-size: 30px;
	max-width: 400px;
}

.main_top_block h2 span {
	color: #ff5959;
}


.main_top_block_new_text {
	position: absolute;
	top: 9vw;
	left: 0;
	width: 100%;
	color: #024880;
}

.main_top_block_pic {
	position: absolute;
	top: 100px;
	right: 0;
	z-index: 2;
}

.main_top_block_pic img {
	max-width: 100%;
}

.main_top_block_pic span {
	display: block;
}

.main_top_block_pic_0 {
	width: 500px;
	z-index: 2;
	position: relative;
}

.main_top_block_pic_1 {
	position: absolute;
	top: -50px;
	right: -50px;
	width: 270px;
	height: 270px;
	z-index: 1;
} 

.main_top_block_pic_2 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 115px;
	height: 115px;
	z-index: 3;
}

.main_top_block_pic_2 span {
	position: absolute;
	display: block;
	text-align: center;
	top: 27px;
	left: 0;
	font-size: 40px;
	font-weight: bold;
	width: 100%;
}

.main_top_block_pic_3 {
	position: absolute;
	top: -50px;
	right: -120px;
	width: 285px;
	height: 167px;
	z-index: 4;
}

.main_top_block_pic_3 > div {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.main_top_block_pic_3 > div > div {
	display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.main_top_block_pic_3 span {
	display: inline-block;
	text-align: center;
	font-size: 44px;
	line-height: 46px;
	font-weight: bold;
}

.main_top_block_pic_3 span i {
	display: inline-block;
	font-style: normal;
	color: #80a0ba;
	font-weight: normal;
	position: relative;
	font-size: 38px;
}

.main_top_block_pic_3 span i:before {
	border-bottom: 3px solid red;
	position: absolute;
	content: "";
	width: 100%;
	height: 50%;
	transform: rotate(-10deg);
}

.main_top_block_line {
	position: absolute;
	bottom: 40px;
	right: 0;
	width: 54%;
	height: 185px;
	background: url(/images/dot_block.png) left top repeat;
	z-index: 1;
}


.main_top_block_new_text h2 {
	font-weight: bold;
	font-size: 50px;
}

.main_top_block_text1 {
	font-size: 25px;
	margin-top: 20px;
}

.main_top_block_text1 span {
	color: #666;
	margin-bottom: 10px;
	display: inline-block;
}

.main_top_block_text2 {
	font-size: 20px;
	font-weight: bold;
	margin-top: 120px;
	max-width: 360px;
	line-height: 20px;
	letter-spacing: 1px;
}

.main_top_block_text3 {
	font-size: 16px;
	margin-top: 20px;
	max-width: 360px;
}

.main_top_block_link {
	margin-top: 10px;
}


.main_top_youtube_cont {
	position: absolute;
	top: 100px;
	right: 0;
	z-index: 2;
}

.main_top_youtube {
	width: 1000px;
	height: 520px;
	border-radius: 260px 0 0 260px;
	overflow: hidden;
	
}

.main_top_block_circle1 {
	position: absolute;
	bottom: 20px;
	left: 50%;
	width: 115px;
	height: 115px;
	z-index: 4;

}

.main_top_block_new_links {
	margin-top: 105px;
	position: relative;
	height: 140px;
}

.main_top_block_new_links > div {
	position: absolute;
	top: 0;
}

.main_top_block_new_links > div:nth-child(1) {
	left: 0px;
}

.main_top_block_new_links > div:nth-child(2) {
	left: 130px;
}

.main_top_block_new_links > div:nth-child(3) {
	left: 260px;
}

.main_top_block_new_links > div:hover {
	width: 240px;
	height: 110px;
	z-index: 11;
}

.main_top_block_new_links a {
	text-align: left;
	padding-left: 100px;
	padding-top: 14px;
	border-radius: 55px;
	background-color: #aae6dc;
	overflow: hidden;
	width: 110px;
	height: 110px;
	color: transparent;
	border-radius: 55px;
	display: block;
	transition: all .2s ease-in-out;
}

.main_top_block_doc a {
	background-image: url(./images/main_top_block_gerb_white.png);
	background-position: left center;
	background-repeat: no-repeat;
}

.main_top_block_doc a:hover {
	background-image: url(./images/main_top_block_gerb.png);
}

.main_top_block_cert a {
	background-image: url(./images/main_top_block_cert_white.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-top: 25px;
}

.main_top_block_cert a:hover {
	background-image: url(./images/main_top_block_cert.png);
}

.main_top_block_new_links a:hover {
	width: 240px;
	color: #0b486b;
	text-decoration: none;
}

.main_top_block_price_bg {
	position: absolute;
	top: 0;
	right: 0;
	background: #dae9f1;
	width: 240px;
	height: 240px;
	border-radius: 120px;
	z-index: 1;
}

.main_top_block_price {
	width: 160px;
	height: 160px;
	position: absolute;
	top: 40px;
	right: 40px;
	border-radius: 80px;
	background: #aae6dc;
	text-align: center;
	z-index: 3;
	font-size: 14px;
	line-height: 30px;
	font-weight: bold;
	padding-top: 45px;
}

.main_top_block_price span {
	display: block;
	font-size: 34px;
	color: #ff5959;
}
 
 
 


#footer {
	margin-top: 50px;
	color: #fff;
}

.top_block {
	background: url(./images/top_block_bg.jpg) center center no-repeat;
	background-size: 100% auto;
	background-size: cover;
	height: 100vh;
	color: #fff;
}

.top_block h1 {
	font-family: 'TildaSansSemibold';
	padding: 20px 0 20px 0;
  font-size: 26px;
  letter-spacing: 1px;
  line-height: 34px;
}

.top_block p {
	font-size: 18px;
	color: #afafaf;
	line-height: 1.55;
}

.top_block_cont_cont {
	display: flex;
  align-items: center;

  height: 100vh;
}

.top_block_cont {
	max-width: 670px;
}

.top_block_but {
	margin-top: 100px;
}

.top_block_but a {
	display: inline-block;
	margin-right: 20px;
	font-family: 'TildaSansSemibold';
	font-size: 16px;
	padding: 20px 60px;
}

.top_block_but a:first-of-type {
	color: #000;
	background: #aae6dc;
	border: 2px solid #aae6dc;
}

.top_block_but a:last-of-type {
	color: #fff;
	border: 2px solid #fff;
}

.top_block_but a:first-of-type:hover {
	background: #6dc6b7;
}

.top_block_but a:last-of-type:hover {
	background: rgba(255,255,255,0.2);
}






.preim {
	margin-top: 40px;
}

.preim h3 {
	text-align: center;
	font-family: 'TildaSansSemibold';
	font-size: 42px;
	margin-bottom: 80px;
}

.preim_block {
	position: relative;
	float: left;
	width: 50%;
	padding-right: 150px;
	margin-bottom: 60px;
}

.preim_block h2 {
	font-family: 'TildaSansSemibold';
	font-size: 24px;
  line-height: 1.35;
}

.preim_block p {
	font-family: 'TildaSansLight';
	line-height: 1.55;
}

.preim_block p strong {
	font-family: 'TildaSansSemibold';
}

.preim_block_pic img {
	width: 100px;
	display: inline-block;
}

.preim_block_pic {
	position: absolute;
	top: 0;
	right: 40px;
}

.sotrud {
	margin-top: 40px;
	text-align: center;
}

.sotrud h2 {
	font-family: 'TildaSansSemibold';
	font-size: 64px;
  line-height: 1.23;
  margin-bottom: 40px;
}

.sotrud p {
	font-size: 24px;
  line-height: 1.5;
  font-family: 'TildaSansLight';
}

.sotrud a {
	display: inline-block;
	font-family: 'TildaSansSemibold';
	background-color: #fa4923;
	border-radius: 50px;
	padding: 20px 60px;
	color: #fff;
	margin-top: 50px;
}

.sotrud a:hover {
	background-color: #fa8369;
}

#footer {
	background: #000;
	color: #999;
	text-align: center;
	font-size: 18px;
	padding: 30px 0;
	margin-top: 100px;
}





/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------АДАПТАЦИЯ----------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

@media (max-width:1680px){
	

}

@media (max-width:1400px){
	.main_top_youtube {
	width: 700px;
}

}

@media (max-width:1350px){
	

}

@media (max-width:1200px){
	.main_top_youtube {
	width: 600px;
	height: 400px;
}
}


@media (max-width:1024px){
	
	
	
}

@media (max-width:992px){

.main_top_block {
	overflow: hidden;
}

.main_top_block h2 {
	padding-top: 40px;
	font-size: 24px;
}

.main_top_block_text1 {
	font-size: 18px;
	margin-top: 10px;
}

.main_top_block_new_links {
	margin-top: 50px;
}

.main_top_block_link {
	margin-top: 10px;
	text-align: center;
}

.main_top_block_price_bg {
	top: 0px;
}

.main_top_block_price {
	top: 40px;
}

.main_top_youtube_cont {
	position: relative;
	top: auto;
	right: auto;
	margin-top: 30px;
}

.main_top_youtube {
	width: 100%;
	height: 400px;
	border-radius: 200px;
}

.main_top_block .container::before {
	display: none;
}

}

@media (max-width:768px){
	.preim h3 {
	font-size: 30px;
	margin-bottom: 60px;
}

.preim_block {
	float: none;
	width: 100%;
	padding-right: 120px;
	margin-bottom: 40px;
}

.preim_block_pic {
	right: 0px;
}

.sotrud h2 {
	font-size: 40px;
}

}

@media (max-width:575px){
	

}

@media (max-width:480px){
	
	
	
	.main_top_block {
	padding-bottom: 0px;
}

.main_top_block .container {
	padding-bottom: 20px;
}

.main_top_block_new_links {
	margin-top: 860px;
	height: auto;
}

.main_top_block_new_links > div {
	position: relative;
	top: auto !important;
	left: auto !important;
}

.main_top_block_new_links a {
	width: 300px;
	height: 110px;
	color: #024880;
	padding-right: 20px;
	margin: 10px auto;
	font-size: 16px;
	padding-top: 10px;
}

.main_top_block_circle1 {
	display: none;
}

.main_top_block_line {
	display: none;
}

.main_top_block_link {
	margin-top: 0px !important;
	position: absolute;
	top: 960px;
	display: inline-block;
	left: calc(50% - 125px);
}

.main_top_block_price_bg {
	top: 680px;
	bottom: auto;
	right: auto;
	left: calc(50% - 120px);
}

.main_top_block_price {
	top: 720px;
	right: auto;
	left: calc(50% - 80px);
	bottom: auto;
}

.main_top_youtube_cont {
	position: absolute;
	top: 260px;
	left: 0;
	margin-top: 0px;
	width: 100%;
}
	
	.top_block_but a {

	padding: 20px 40px;
	margin-bottom: 20px;
}

.preim_block_pic img {
	width: 80px;
}

.preim_block {
	padding-right: 90px;
}

.preim h3 {
	font-size: 26px;
	margin-bottom: 60px;
}

.preim_block h2 {
	font-size: 20px;
}

.sotrud h2 {
	font-size: 30px;
	line-height: 1.23;
}

.sotrud {
	margin-top: 40px;
}

.sotrud p {
	font-size: 20px;
	line-height: 28px;
}

#footer {
	margin-top: 50px;
	font-size: 16px;
}


	
}

