article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block;}audio,canvas,video{display:inline-block;}audio:not([controls]){display:none;height:0;}[hidden]{display:none;}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;}body{margin:0;}a:focus{outline:thin dotted;}a:active,a:hover{outline:0;}h1{font-size:2em;margin:0.67em 0;}abbr[title]{border-bottom:1px dotted;}b,strong{font-weight:bold;}dfn{font-style:italic;}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0;}mark{background:#ff0;color:#000;}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em;}pre{white-space:pre-wrap;}q{quotes:"\201C" "\201D" "\2018" "\2019";}small{font-size:80%;}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}sup{top:-0.5em;}sub{bottom:-0.25em;}img{border:0;}svg:not(:root){overflow:hidden;}figure{margin:0;}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em;}legend{border:0;padding:0;}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0;}button,input{line-height:normal;}button,select{text-transform:none;}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;}button[disabled],html input[disabled]{cursor:default;}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none;}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0;}textarea{overflow:auto;vertical-align:top;}table{border-collapse:collapse;border-spacing:0;}
*,
*::after,
*::before {
	box-sizing: border-box;
}

:root {
	font-size: 16px;
}

img{
	border: 0;
	max-width: 100%;
	height: auto;
}

body {
	--color-text: #fff;
	--color-bg: #0e0e0f;
	--color-link: #EC8F7B;
	--color-link-hover: #fff;
	--color-title: #fff;
	--color-subtitle: #fff;
	color: var(--color-text);
	background-color: var(--color-bg);
	font-family: Barlow, Arial, sans-serif;
	overflow: hidden;
	height: 100vh;
}

.demo-2 {
	--color-text: #fff;
	--color-bg: #0e0e0f;
	--color-link: #854aa5;
	--color-link-hover: #fff;
	--color-title: #fff;
	--color-subtitle: #fff;
}

.demo-3 {
	--color-text: #fff;
	--color-bg: #0e0e0f;
	--color-link: #E5CA56;
	--color-link-hover: #fff;
	--color-title: #fff;
	--color-subtitle: #fff;
}

.align{
	max-width: 1170px;
	margin: 0 auto;
}}

/* Page Loader */
.js .loading::before {
	content: '';
	position: fixed;
	z-index: 100000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: var(--color-bg);
}

.js .loading::after {
	content: '';
	position: fixed;
	z-index: 100000;
	top: 50%;
	left: 50%;
	width: 60px;
	height: 60px;
	margin: -30px 0 0 -30px;
	pointer-events: none;
	border-radius: 50%;
	opacity: 0.4;
	background: var(--color-link);
	animation: loaderAnim 0.7s linear infinite alternate forwards;
}

@keyframes loaderAnim {
	to {
		opacity: 1;
		transform: scale3d(0.5,0.5,1);
	}
}

a {
	text-decoration: none;
	color: var(--color-link);
	outline: none;
	cursor: pointer;
}

a:hover,
a:focus {
	color: var(--color-link-hover);
	outline: none;
}

/*
.frame {
	padding: 3rem 5vw;
	text-align: center;
	position: relative;
	z-index: 1000;
	display: none;
}

.frame__title {
	font-size: 1rem;
	margin: 0 0 1rem;
	font-weight: normal;
	line-height: 1;
}

.frame__article {
	line-height: 1;
}

.frame__github,
.frame__demos a:not(:last-child) {
	margin-right: 1rem;
}

.frame__demos {
	margin: 1rem 0;
}

.frame__demo--current,
.frame__demo--current:hover {
	color: var(--color-text);
}*/


.section_black{
	background: #000;
	height: 100vh !important;
}

.content {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: calc(100vh - 13rem);
	position: relative;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}

.landscape {
	position: absolute;
	top: 0;
	left: 0;
}

.overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #000;
}

.content__title {
	position: relative;
	color: var(--color-title);
	font-size: 7vw;
	text-transform: uppercase;
	margin: 0;
	perspective: 1000px;
	text-align: center;
    z-index: 1;
}

.content__title span {
	display: inline-block;
	white-space: pre;
	transform-origin: 50% -50%;
}

.content__subtitle {
	position: relative;
	margin: 0;
	color: var(--color-subtitle);
	text-align:center;
    z-index: 1;
}

.link{
	display: block;
	font-size: 24px;
	color: #fff;
	transition: 0.3s;
	text-transform: uppercase;
}

.link:hover{
	color: #000;
}

.link--frontpage-left{
	position: absolute;
	top: 50px;
	left: 10%;
	z-index: 7;
}

.link--frontpage-right{
	position: absolute;
	top: 50px;
	right: 10%;
	z-index: 7;
}


.email{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 27px;
	text-align: center;
	z-index: 7;
}



.section_content{
	margin: 0 auto;
	height: 100vh;
}

.slider{
	height: 100%;
}

.slick-track,
.slider__slide{
	height: 100%;
}

.slider__header{
	font-size: 24px;
}

.slick-list{
	height: 100%;
}

.slider__inner-wrapper{
	padding-left: 40%;
}

.slider .slick-dots{
	padding: 15px 0;
	margin: 0;
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}

.slider .slick-dots li{
    display: inline-block;
    vertical-align: middle;
    margin: 0 12px;
}

.slider .slick-dots li button{
    width: 16px;
    height: 16px;
    border: 0;
    padding: 0;
    background-color: #dcdcdc;
    cursor: pointer;
    font-size: 0;
    border-radius: 50%;
    outline: none;
}

.slider .slick-dots .slick-active button{
    background-color: #ffae00;
}


/* Block header */
.main-title {
    margin-bottom: 60px;
}

.main-title h2 {
    position: relative;
    display: inline-block;
    color: #2398f5;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 20px;
    line-height: 1;
    margin: 0;
    padding-left: 45px;
    padding-top: 10px;
}

.main-title h2:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 19px;
    right: -79px;
    width: 65px;
    border-top: 2px dotted #313131;
}

.main-title h2:after {
    content: '';
    display: block;
    position: absolute;
    top: 14px;
    right: -90px;
    height: 5px;
    width: 5px;
    border-radius: 50%;
    border: 3px solid #313131;
    background: #2398f5;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    box-sizing: content-box;
}

.main-title .holder {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 95px;
    height: 40px;
    border: 1px dotted #46454a;
    background: #313131;
    border-right: none;
    z-index: 0;
}

.main-title span {
    position: absolute;
    bottom: 2px;
    right: -125px;
    color: #46454a;
    font-size: 17px;
    font-weight: 700;
}

.main-title i{
	font-style: normal;
	position: relative;
	z-index: 1;
}

/* Block header END */


.about_wrapper{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding: 60px 0;
	min-height: 100%;
}

.about_img_wrapper {
    width: 48%;
}

.about_img {
    position: relative;
    margin-right: 46px;
    margin-left: 30px;
    margin-bottom: 30px;
}

.about_img:before{
	content: '';
	position: absolute;
	height: 90%;
	width: 100%;
	bottom: -30px;
	right: -30px;
	background: linear-gradient(to left, rgb(35, 152, 245) 6%, #fff 100%);
	z-index: 1;
	border-radius: 8px;
}

.about_img img{
	border-radius: 8px;
	position: relative;
	z-index: 1;
}

.about_img:after{
	content: '';
    position: absolute;
    top: -30px;
    left: -30px;
    height: 20%;
    width: 15%;
    border-radius: 8px 0;
    border-left: 3px solid rgba(35, 152, 245, 0.75);
    border-top: 3px solid rgba(35, 152, 245, 0.75);
}

.about_content {
    width: 48%;
}




.about_header {
    position: relative;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1.62;
    margin-bottom: 30px;
    padding-bottom: 15px;
}

.about_header:before {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    height: 3px;
    width: 82px;
    background: #2398f5;
}

.about_text {
    color: #9b9a9c;
    line-height: 1.8;
    margin-bottom: 30px;
}

.about_contacts {
    margin-bottom: 30px;
    position: relative;
    background-color: #313131;
    padding: 30px 20px 18px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.about_contacts_icon{
	position: absolute;
	top: 10px;
	right: 23px;
	font-size: 45px;
	color: #f9f2f2;
	opacity: 0.1;
}

.about_contacts_one {
    width: 48%;
    color: #9b9a9c;
    font-size: 14px;
    padding-left: 12px;
    position: relative;
    margin-bottom: 12px;
    z-index: 2;
}

.about_contacts_one:before{
	content: '';
	display: block;
	position: absolute;
	top: 5px;
	left: -3px;
	height: 4px;
	width: 4px;
	border-radius: 50%;
	border: 3px solid #313131;
	background: #2398f5;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	box-sizing: content-box;
}

.about_contacts_one span{
	color: #2398f5;
	font-size: 14px;
}

.about_cv {
    background: #2398f5;
    color: #fff;
    min-width: 130px;
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    text-align: center;
    padding: 12px 25px;
    border: 2px solid #2398f5;
    outline: none;
    cursor: pointer;
    z-index: 2;
}

.about_cv:hover{
	background: #313131;
	border: 2px solid #2398f5;
	color: #2398f5;
}


/* My skills */
.flex_section{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
}

.flex_wrapper{
	flex-grow: 1;
}

.skills_wrapper{
	padding: 40px 0;
}

.skills_block{
	background: #313131;
	padding: 20px 25px;
	max-width: 946px;
	margin: 0 auto;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.skills_side{
	width: 48.5%;
}

.skills_title_container {
    margin-bottom: 25px;
    text-align: center;

}

.skills_title_icon {
    color: #9b9a9c;
    font-size: 20px;
}

.skills_title {
    color: #ccc9c9;
    text-transform: capitalize;
    margin-top: 10px;
    text-align: center;
    font-size: 20px;
}

.skills_wrapper .progress-container {
    position: relative;
    margin-bottom: 15px;
}

.skills_wrapper .progress-container .percent {
    position: absolute;
    top: 0;
    display: inline-block;
    width: 30px;
    height: 20px;
    color: #2398f5;
    background: #46454a;
    text-align: center;
    line-height: 21px;
    font-size: 14px;
    -webkit-transition: all 1.1s ease-in-out;
    -moz-transition: all 1.1s ease-in-out;
    -o-transition: all 1.1s ease-in-out;
    -ms-transition: all 1.1s ease-in-out;
    transition: all 1.1s ease-in-out;   
}

.skills_wrapper .progress-container .percent:before {
    content: '';
    position: absolute;
    bottom: -12px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border-width: 6px;
    border-style: solid;
    border-color:  #46454a transparent transparent;
    display: block;
}

.skills_wrapper .progress-container .progress {
    height: 5px;
    background-color: #46454a;
    border-radius: 0;
    margin-bottom: 0;   
}

.skills_wrapper .progress-container .progress .progress-bar {
    background-color: #2398f5;
    width: 0;
    -webkit-transition: all 1.1s ease-in-out;
    -moz-transition: all 1.1s ease-in-out;
    -o-transition: all 1.1s ease-in-out;
    -ms-transition: all 1.1s ease-in-out;
    transition: all 1.1s ease-in-out;
    height: 100%;
}

.skills_wrapper .progress-container h4 {
    margin: 0 0 10px 0;
    font-size: 17px;
    color: #9b9a9c; 
    letter-spacing: 1px;
}

/* Services */
.services_wrapper{
	padding: 40px 0;
}

.services_container {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.services_one {
    width: 32%;
    margin-bottom: 30px;
    padding: 50px 40px;
    background: #313131;
    text-align: center;
    overflow: hidden;
    transition: all 0.4s ease-in-out;
}

.services_one:hover{
	box-shadow: 0px 8px 14px rgba(0,0,0,0.1);
    position: relative;
    transform: translateY(-6px);
}

.services_one_icon {
    color: #2398f5;
    opacity: 0.8;
    font-size: 30px;
}

.services_one_title {
    text-align: left;
    position: relative;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    letter-spacing: 1px;
    margin-bottom: 20px;
    margin-top: 20px;
    font-weight: 700;
    text-transform: uppercase;
}

.services_one_title:before {
    content: '';
    position: absolute;
    top: 8px;
    left: -71px;
    width: 55px;
    border-top: 1px dotted rgba(35, 152, 245, 0.7);
}

.services_one_title:after {
    content: '';
    display: block;
    position: absolute;
    top: 3px;
    left: -17px;
    height: 5px;
    width: 5px;
    border-radius: 50%;
    border: 3px solid #313131;
    background: #2398f5;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-sizing: content-box;
}

.services_one_body {
    line-height: 1.8;
    color: #9b9a9c;
    font-size: 14px;
}

/* Blog */
.blog_wrapper{
	padding: 40px 0;
}

.blog_container_wrapper{
    position: relative;
    padding: 0 40px;
}

.blog_slider_arrow{
    width: 30px;
    height: 30px;
    background: #2398f5;
    color: #fff;
    font-size: 20px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    cursor: pointer;
}

.slick-slide{
    outline: none;
}

.blog_slider_prev{
    left: 0;
}

.blog_slider_next{
    right: 0;
}

.blog_container {

}

.blog_one {
    width: 32%;
    margin-bottom: 30px;
    background: #313131;	
    position: relative;
    margin: 0 10px;
}

.blog_one_img {
    overflow: hidden;
    position: relative;
}

.blog_one .blog_one_img img{
	transition: all 0.4s ease-in-out;
}

.blog_one:hover .blog_one_img img{
	transform: scale(1.3);
}

.blog_one_category {
    position: absolute;
    bottom: 40px;
    right: 0;
    padding: 10px 20px;
    background-color: #313131;
    letter-spacing: 1px;
    text-align: center;
    color: #2398f5;
    border: 2px solid transparent;
}

.blog_one_category:hover{
    color: #fff;
    background: #2398f5;
    border-color: #fff;
}

.blog_one_content {
    padding: 20px;
}

.blog_one_title {
	display: block;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.5px;
    margin: 0 0 5px;
}

.blog_one_title:hover{
	color: #337ab7;
}

.blog_one_misc {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.blog_one_data {
    margin-right: 10px;
    font-size: 12px;
    color: #9b9a9c;
}

.blog_one_data .fa {
    margin-right: 3px;
}

.blog_one_comments {
    margin-right: 10px;
    font-size: 12px;
    color: #9b9a9c;
}

.blog_one_comments .fa {
    margin-right: 3px;
}

.blog_one_comments a{
	color: #9b9a9c;
}

.blog_one_comments a:hover{
	color: #2398f5;
}

.blog_one_text {
    line-height: 1.8;
    padding-top: 15px;
    margin: 15px 0 0;
    border-top: 1px solid #434247;
    color: #9b9a9c;
    font-size: 14px;
}

.blog_one_more {
    display: inline-block;
    margin: 10px 0 0;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}

.blog_one_more .fa {
	margin-left: 4px;
}

.blog_one_more:hover{
	color: #2398f5;
}

.blog_all{
    margin-top: 20px;
    display: block;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}

.blog_all:hover{
    color: #2398f5;
}

/* Contacts */
.contacts_wrapper{
	padding: 40px 0;
}

.contacts_blocks {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    max-width: 975px;
    margin: 0 auto;
}

.contact-box {
	width: 32%;
    position: relative;
    padding: 40px 30px;
    margin-bottom: 30px;
    background: #313131;
    overflow: hidden;
}

.title-box {
    overflow: hidden;
    margin-bottom: 20px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.icon-box {
    flex-shrink: 0;
    border: 1px solid #434247;
    margin-right: 10px;
    width: 45px;
    height: 45px;
    line-height: 43px;
    background-color: #313131;
    color: #2398f5;
    font-size: 20px;
    text-align: center;
    border-radius: 50%;
}

.name-box {
    flex-grow: 1;
    color: #fff;
    font-weight: 700;
    font-size: 17px;
    line-height: 45px;
    text-transform: uppercase;
}

.content-box {
    font-weight: 700;
    color: #9b9a9c;
    font-size: 13px;
}

.number-box {
    position: absolute;
    right: -24px;
    top: -24px;
    width: 74px;
    height: 70px;
    line-height: 70px;
    background: #313131;
    border: 2px dotted #434247;
    color: rgba(185, 185, 185, 0.1);
    border-radius: 50%;
    font-weight: 700;
}

.number-box span {
    position: absolute;
    right: 28px;
    top: 7px;
    font-size: 24px;
}

.contacts_form {
    max-width: 975px;
    margin: 0 auto;
    background: url(../img/map.png) no-repeat center / cover;
}

.contacts_form_line {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}

.input_wrapper {
    width: 48%;
}

.contacts_form_line input{
    display: block;
    width: 100%;
    height: 46px;
    line-height: 46px;
    box-sizing: border-box;
    padding: 0 12px;
    border: 1px solid #5d5c60;
    background: none;
    outline: none;
    border-radius: 0;
    text-align: left;
    font-size: 14px;
    color: #fff;
    margin-bottom: 40px;
}

.contacts_form_line input::placeholder{
    color: #5d5c60;
}

.contacts_form_line textarea{
    display: block;
    width: 100%;
    height: 120px;
    box-sizing: border-box;
    padding: 18px 12px 12px 12px;
    border: 1px solid #5d5c60;
    background: none;
    outline: none;
    border-radius: 0;
    text-align: left;
    font-size: 14px;
    color: #fff;
    resize: none;
    margin-bottom: 40px;
}

.contacts_form_line textarea::placeholder{
    color: #5d5c60;
}

.contacts_form_line input:focus,
.contacts_form_line textarea:focus{
	border-color: #2398f5;
}

.contacts_form input[type="submit"],
.sendd{
    display: block;
    width: 200px;
    height: 48px;
    line-height: 44px;
    margin: 0;
    padding: 0;
    background: #2398f5;
    border: 2px solid transparent;
    border-radius: 0;
    outline: none;
    cursor: pointer;
    -webkit-appearance: none;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #fff;
    text-align: center;
}

.contacts_form input[type="submit"]:hover,
.sendd:hover{
	border-color: #2398f5;
	background: #313131;
    color: #2398f5;
}

.valid.error{
    border-color: red;
}

#section1{
    background: url('../img/blackangel.jpg') no-repeat center top/cover;
}

#section1:after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(43, 42, 47, 0.7);
    display: none;
}

#smoke{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0.8;
}

.contacts_form_misc{
    position: relative;
}

.submit_status{
    position: absolute;
    left: 0;
    right: 0;
    bottom: calc(100% + 10px);
    text-align: center;
    font-size: 20px;
    color: #2398f5;
    font-weight: 700;
}

.submit_status.submit_status_false{
    color: red;
}

/* Modal */
.darkness {
    background: rgba(0, 0, 0, 0.8);
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 999;
}

.modal-window {
    display: none;
    width: 800px;
    padding: 30px;
    background-color: #ffffff;
    box-sizing: border-box;
    position: fixed;
    top: 5vh;
    left: 50%;
    margin-left: -400px;
    z-index: 1000;
}

.modal-window__close {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ff0000 !important;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 4;
    font-size: 20px;
}



.slide_modal_content{
    display: none;
}

.modal_content_slider_container{
    position: relative;
    margin-bottom: 30px;
}

.modal_content_slider_arrow{
    width: 30px;
    height: 30px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #1e1f20;
    color: #fff;
    position: absolute;
    bottom: 0;
    z-index: 4;
    cursor: pointer;
}

.modal_content_slider_prev{
    left: 0;
}

.modal_content_slider_next{
    left: 31px;
}

.modal_content_header{
    font-size: 36px;
    color: #000;
    margin: 0 0 20px 0;
}

.modal_content_misc{
    margin-bottom: 30px;
}

.modal_content_misc_item{
    display: inline-block;
    vertical-align: middle;
}

.modal_content_misc_item .fa{
    padding-right: 10px;
    font-size: 14px;
    color: #000;
}

.modal_content_misc_item span{
    font-size: 12px;
    padding-right: 15px;
}

.modal-window__content{
    color: #4f4f4f;
    font-size: 12px;
}