

/* Start:/local/templates/igorsm/styles.css?1746538657325*/
code {
	padding: 15px 10px;
	background-color: #f5f5f5;
	border: 1px solid #d7d7d7;
	display: block;
}
.html-img {
	max-width: 100%;
}
.html-comment {
	color: #a3a3a3;
}
.html-keyword {
	color: #333;
	font-weight: bold;
}
.html-variable {
	color: #007979;
}
.html-string {
	color: #d92a56;
}
.html-number {
	color: #007979;
}
/* End */


/* Start:/local/templates/igorsm/template_styles.css?17506717645197*/
@font-face {
	font-family: "Roboto";
	src: url("/local/templates/igorsm/fonts/Roboto/Roboto-VariableFont_wdth,wght.ttf");
}
:root {
	--main-color:#222325;
}
*,
::after,
::before {
	box-sizing: border-box;
}
* {
	-webkit-print-color-adjust: exact;
	-moz-print-color-adjust: exact;
	print-color-adjust: exact;
	margin: 0;
	padding: 0;
	font-size: 100%;
}
body {
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	margin: 0;
	padding: 0;
	font-size: 16px;
	min-width: 320px;
	color: var(--main-color);
}
body {
	padding-top: 100px;
	padding-bottom: 50px;
}
code {
	padding: 15px 10px;
	background-color: #f5f5f5;
	border: 1px solid #d7d7d7;
	display: block;
}
.html-img {
	max-width: 100%;
}
.html-comment {
	color: #a3a3a3;
}
.html-keyword {
	color: #333;
	font-weight: bold;
}
.html-variable {
	color: #007979;
}
.html-string {
	color: #d92a56;
}
.html-number {
	color: #007979;
}
header nav,
main {
	max-width: 1430px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
}
header {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	border-bottom: 1px solid #dddddd;
}
header nav > ul {
	display: flex;
	justify-content: center;
}
header nav > ul > li:not(:last-child) {
	margin-right: 40px;
}
header nav > ul a {
	color: var(--main-color);
	transition: 300ms;
	font-size: 20px;
}
header nav > ul a:hover {
	opacity: 0.8;
}
textarea,
input,
select {
	font-family: "Roboto", sans-serif;
}
ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
}
img {
	vertical-align: middle;
	border-style: none;
}
input {
	padding: 0;
	outline: none;
}
h1 {

	font-size: 24px;
	color: var(--main-color);
}
h2 {
	font-size: 18px;
	color: var(--main-color);
}
.profile-wrapper {
	display: flex;
}
.profile-top {
	display: flex;
	margin-bottom: 50px;
	padding-right: 20px;
}
.profile-photo {
	margin-right: 20px;
}
.profile-info-name {
	display: flex;
	align-items: center;
}
.profile-info-name .telegram {
	color: #74767e;
	margin-left: 15px;
	display: flex;
	align-items: center;
}
.profile-info-name .telegram svg {
	margin-right: 5px;
}
.profile-info-name .telegram svg {
	line-height: 21px;
}
.profile-info-location,
.profile-info-about {
	margin-top: 10px;
}
.contact {
	max-width: 370px;
	padding-left: 20px;
	width: 100%;
	margin-left: auto;
	position: fixed;
	top: 100px;
	right: 100px;
}
.contact-block {
	border: 1px solid #e4e5e7;
	border-radius: 4px;
	padding: 32px;
	box-shadow: 0 1.2px 1.92251px rgba(0, 0, 0, .02), 0 2px 3.68135px rgba(0, 0, 0, .04), 0 1px 5px rgba(0, 0, 0, .05);

	width: 350px;
	background-color: #fff;
}
.contact-block-name > img {
	max-width: 48px;
	max-height: 48px;
}
.contact-block-name > span {
	font-weight: 600;
	margin-left: 10px;
}
.contact-block-button {
	background-color: var(--main-color);
	margin-top: 30px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-weight: 600;
	transition: 0.3s;
	border-radius: 8px;
}
.contact-block-button:hover {
	background-color: #404145;
}
.contact-block-button svg {
	margin-right: 8px;
}
.profile-info-block {
	max-width: 800px;
	margin-top: 25px;
}
.portfolio h2,
.profile-info-block h2 {
	font-weight:600;
	font-size: 18px;
	margin-bottom: 10px;
}
.profile-info-list {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}
.profile-info-list li {
	background-color: #fff;
	border: 1px solid #e4e5e7;
	font-size: 14px;
	height: 32px;
	padding-left: 12px;
	padding-right: 12px;
	display: flex;
	align-items: center;
	border-radius: 20px;
}
.portfolio {
	margin-top: 25px;
}
.portfolio-el {
	padding: 32px;
	border: 1px solid #dadbdd;
	min-height: 450px;
	border-radius: 15px;
	display: flex;
}
.portfolio-list > li:not(:last-child) {
	margin-bottom: 20px;
}
.portfolio-el-image {
	width: 512px;
	height: 384px;
}
.portfolio-el-image img {
	display: block;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.portfolio-el-info {
	width: calc(100% - 512px);
	padding-left: 30px;
}
.portfolio-el-name {
	font-weight: 600;
	font-size: 24px;
}
.portfolio-el-description {
	margin-top: 20px;
}
.profile-info-list {
	margin-top: 20px;
}
@media (max-width: 1100px) {
	.portfolio-el-image {
		width: 350px;
	}
	.portfolio-el-info {
		width: calc(100% - 350px);
	}
	main {
		padding-bottom: 120px;
	}
}
@media (max-width: 800px) {
	.portfolio-el {
		display: flex;
		flex-direction: column-reverse;
		min-height: auto;
	}
	.portfolio-el-info {
		width: 100%;
		padding-left: 0;
	}
	.portfolio-el-image {
		width: 100%;
		height: auto;
		margin-top: 25px;
	}
	.contact {
		right: 50px;
	}
}
@media (max-width: 700px) {
	.profile-info-name {
		flex-direction: column;
		align-items: start;
	}
	.profile-info-name .telegram {
		margin-left: 0;
		margin-top: 5px;
	}
	.contact {
		top: unset;
		bottom: 0;
		left: 0;
		right: 0;
		background-color: #fff;
		margin-left: 0;
		max-width: 100%;
		padding-left: 0;
	}
	.contact-block {
		padding-top: 25px;
		padding-bottom: 25px;
		width: 100%;
	}
	.contact-block-name {
		display: none;

	}
	.contact-block-button {
		max-width: 284px;
		margin-top: 0;
		margin-left: auto;
		margin-right: auto;
	}
}
/* End */
/* /local/templates/igorsm/styles.css?1746538657325 */
/* /local/templates/igorsm/template_styles.css?17506717645197 */
