﻿@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&family=Oswald:wght@200;400;600&display=swap');

body {
	background-color: #F3F3F3;
	color: #222222;
	font-family:'Open Sans', sans-serif;
	font-size: 15px;
}
a:link, #offCont a:visited, a:hover, a:active {
	color: #222222;
}
#model p {
    margin-top: 0px;
    font-weight: 600;
}
#Notes p {
    margin-top: 0px;
    font-weight: 600;
}
#WorkPlace {
    margin-top: 0px;
    font-weight: 600;
}
#offCont {
	overflow: hidden;
	margin: 15px auto 0;
	text-align: left;
	max-width:750px;
	background-color:#fff;
	width:100%;
}
#offCont #sOW2 {
	padding: 30px 50px 0px;
}

h1 {
    font-size: 25px;
    text-align: center;
    margin: 0px 0px 20px;
    font-weight: 400;
}

h2 {
    font-family:'Oswald', sans-serif;
    font-size: 30px;
    font-weight: 600;
    color: #1e49e2;
    margin: 30px 0 15px;
}
#JobTitle {     
	font-size:40px; 
	text-align: center; 
	font-weight: 500; 
	line-height: 55px;
	color:#000;
}
.icons {
    display: flex;
    flex-direction: inherit;
    justify-content: space-around;
    flex-wrap: wrap;
    margin: 0;
    padding: 20px 0 20px;
}
.icons li {
    margin-left: 0;
    list-style-type: none;
    display: block;
    width: 25%;
    text-align: center;
    padding: 85px 0 0px 0;
}
.icon1 {
    background: url(_res2025/ico_2025_fio.png) no-repeat top center;
}
.icon2 {
    background: url(_res2025/ico1_2025_fio.png) no-repeat top center;
}
.icon3 {
    background: url(_res2025/icon6-2022.png) no-repeat top center;
}
#PositionDescription h2 {
    font-family:'Oswald', sans-serif;
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    margin-top: 0px;
}
#PositionDescription {
    background: #510DBC;
    background: linear-gradient(90deg,rgba(81, 13, 188, 1) 0%, rgba(19, 49, 146, 1) 100%);
    margin: 20px -50px;
    padding: 30px 50px;
    color: #fff;
}

#offCont #sOW2 #PositionDescription ul li {
	font-family:'Open Sans', sans-serif;
	list-style-image:url(_res2025/li_2025_2_fio.png);
    line-height: 30px;
    padding-left: 5px;
}
#offCont #sOW2 ul {
	list-style-type: disc;
	padding-left: 20px;
	list-style-position: outside;
    margin-top: 0px;
}
#offCont #sOW2 ul li {
	font-family:'Open Sans', sans-serif;
	list-style-image:url(_res2025/li_2025_1_fio.png);	
	line-height: 30px;
	margin-left: 10px;
    padding-left: 5px;
}
#offCont #sOW2 .button {
    background: #510DBC;
    background-size: 200px;
    color: #fff;
    font-size: 36px;
    display: block;
    height: 70px;
    line-height:70px;
    margin: 70px auto;
    text-align: center;
    text-decoration: none;
    width:230px;
    border:none;
	border: 0px solid #47BCC5;
	cursor: pointer;
	transition: 0.4s;
    border-radius: 10px;
}
#offCont #sOW2 .button:hover {
	opacity: 0.5;
}
#bottom {
    width: 100%;
    margin: 0px auto 40px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    background-size: 100%; 
}

#social_2025 {
    max-width: 10%;
}

#social_2025 img {
    height: 60px;
}

#Clause {
	font-size:10px;
	text-align:justify;
    background: #510DBC;
    background: linear-gradient(90deg,rgba(81, 13, 188, 1) 0%, rgba(19, 49, 146, 1) 100%);
    margin: 20px -50px 0;
    padding: 30px 50px;
    color: #fff;
}

#offCont #sOW2 #bottom 

{
    display: flex;
    margin-bottom: 2rem !important;
    align-items: flex-end;
}


@media all and (max-width:510px) {
    
#social_2025 {
    max-width: 100%;
}



#bottom {
    display: none;
        
}

    
@media all and (max-width:400px) {
.icons li {
    width: 100%;
}
.icon3 {
    margin-top: 30px;
}
#offCont #sOW2 {
	padding: 30px 30px 0px;
}

    }
   
}
