@font-face {
    font-family: 'Roboto Slab', serif;
    src: url("/fonts/RobotoSlab-Light.ttf") format("opentype"),
;
}

@font-face {
    font-family: 'Source Sans Pro', sans-serif;
    src: url("/fonts/SourceSansPro-Regular.ttf") format("opentype");
}

form#rightCompanyNameForm input {
    height: auto !important;
    width: auto !important;
    opacity: 1 !important;
    margin-bottom: 10px;
}

input[type="search"].select2-search__field{
    margin: 0 !important;
}

/*h1{
	font-family: "Roboto Slab";
	font-size: 64px;
	line-height: 70px;
	font-weight: 300;
	font-variant-ligatures: common-ligatures;
	margin: 0;
}
h2{
	font-family: "Roboto Slab";
	font-size: 46px;
	line-height: 55px;
	margin: 0;
}
h3{
	font-family: "Roboto Slab";
	font-size: 28px;
	line-height: 35px;
	margin: 0;
}
p{
	font-family: "Roboto Slab";
	font-size: 14px;
	line-height: 20px;
	margin: 0;
}*/
body {
    font-family: 'Roboto Slab', serif;
    margin: 0;
    padding: 0;
    width: 100%;
    background: #F2F3F4;
    min-height: 100vh;
}

a {
    text-decoration: none;
    color: #343434;
}

ul li {
    font-family: 'Source Sans Pro', sans-serif;
}

.green__span {
    color: #00b596;
}

.close {
    position: relative;
    width: 30px;
    height: 30px;
    opacity: 0.3;
}

.close:hover {
    opacity: 1;
}

.close {
    border: 1px solid transparent;
    background-color: transparent;
    display: inline-block;
    vertical-align: middle;
    outline: 0;
    cursor: pointer;
}

.close:before, .close:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 15px;
    width: 2px;
    background-color: #333;
}

.close:before {
    transform: rotate(45deg);
}

.close:after {
    transform: rotate(-45deg);
}

input:not(:valid) ~ .close {
    display: none;
}


.header {
    height: 100px;
    width: 100%;
    background: linear-gradient(to right, #008c74 0%, #004c66 100%);
}

.header__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

.header__logo img {
    width: 150px;
    object-fit: contain;
    position: relative;
    top: -30px;
}


.statusbar__items ul {
    list-style: none;
    text-decoration: none;
    display: flex;
}

.status__item {
    display: flex;
    flex-direction: column;
    font-size: 14px;
    line-height: 25px;
    width: 120px;
    text-align: center;
    color: #fff8;
    font-weight: 400;
    letter-spacing: 0px;
}

.status__row {
    border: 2px solid #00b596;
    height: 0;
    position: relative;
    top: 38px;
    width: 80%;
    left: 110px;
}

.procent {
    width: 8px;
    height: 8px;
    border: 3px solid #00b596;
    margin: auto;
    border-radius: 50%;
    align-items: center;
    display: flex;
    justify-content: center;
    background: #00b596;
    z-index: 1111;
    -webkit-text-fill-color: transparent;
}

.status__item.full {
    color: #fff3;
}

.status__item.full span {
    width: 10px;
    height: 10px;
    padding: 5px;
    background-color: #00b596;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAUCAYAAAB4d5a9AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAACkSURBVHgBtVRBDYAwECsoAAeTgAScIAEcgAQcIAEJSEACUkaX3IMPDMbapNke3XVbmhYQwntfcelKaLGQNVTgK0Zygwoc3pMH6aAABzdqA2cGLRQISTKDCSpw+Ko2eE6SJcEh3SCepPDE1DR8ShJFg4kbvERSkoLYDnUvtOlJutxujOj+JSlmlK2T7oyyd5L9+0Yuttd1EofO5C7tJDOapJWRAyd6Z/caRxL0mAAAAABJRU5ErkJggg==");
    background-repeat: no-repeat;
    background-size: 50% 50%;
    background-position: center;
}

.status__item.active .procent {
    width: 20px;
    height: 20px;
    padding: 8px;
    border: 3px solid #ffffffdb;
}

.status__item.active {
    color: #fff;
}

.status__item.active .procent {
    -webkit-text-fill-color: #fff;
    background: #00b596;
}


.container {
    width: 90%;
    margin: 0 auto;
}

.title {
    font-size: 64px;
    line-height: 70px;
    font-weight: 300;
    font-variant-ligatures: common-ligatures;
    margin: 0;
}

.subtitle {
    font-family: "Roboto Slab";
    font-size: 14px;
    line-height: 20px;
    margin: 0;
    padding: 15px;
    background: linear-gradient(270deg, #102E67 19.38%, #068859 67.47%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #0B2349;
}

.button {
    width: auto;
    border-radius: 10px;
    border: 1px solid #343434;
    opacity: 0.7;
    background: inherit;
    padding: 15px 30px;
    margin: 20px;
    outline: none;

}

.button:hover {
    border: 1px solid #00b596;
    color: #00b596;
}


input {
    height: 40px;
    border: none;
    border-bottom: 1px solid #04b5756b;
    opacity: 0.6;
    margin: 20px;
    width: 90%;
    outline: none;
    font-size: 15px;
}

input::placeholder {
    color: #838383;
    font-size: 11px;
}

input:focus {
    opacity: 1;
    border-bottom: 1px solid #00b596;
}

.input__title {
    position: relative;
    top: 30px;
    transition: .40s top;
    z-index: 111;
}

.input-block {
    display: flex;
}

.intro {
    width: 100%;
    text-align: center;
    background: #E9EBEE;
    height: 40vh;
    display: flex;
    flex-direction: column;
    justify-content: center;

    -webkit-justify-content: center;
    -moz-justify-content: center;
}

.checkerform {
    height: 120px;
    width: 40%;
    display: flex;
    margin: 0 auto;
    justify-content: space-around;
    align-items: flex-end;
    position: relative;
    top: -50px;
    background: white;
    padding: 20px 40px;

    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;

    z-index: 111;
}

.checkerform__input {
    width: 70%;
}

.checkerform__input .profile__input {
    width: 100%;
}

.checkerform__input input {
    margin: 0;
}

.checkerform__button button {
    margin: 0;
}

.inforow {
    width: 100%;
    padding: 40px 0;
}

.inforow__container {
    display: flex;
    width: 80%;
}

.inforow__text {
    font-family: "Roboto Slab";
    font-size: 46px;
    line-height: 55px;
    margin: 0;
    width: 40%;
    display: flex;
    align-items: center;
}

.inforow__column {
    width: 15%;
}

.inforow-item {
    margin: 0 10px;
    padding: 30px 15px;
    border: 2px solid;
    border-width: 2px;
    border-image-slice: 1;
    border-image-source: linear-gradient(0deg, #008c74 0%, #004c66 100%);
    border-image-source: -webkit-linear-gradient(0deg, #008c74 0%, #004c66 100%);
    border-image-source: -moz-linear-gradient(0deg, #008c74 0%, #004c66 100%);

}

.inforow-item__icon {
    display: flex;
    justify-content: center;
    width: 40px;
    margin: 0 auto;

    -webkit-justify-content: center;
    -moz-justify-content: center;
}

.inforow-item__icon img {
    margin: 0 auto;
    width: 30px;
    height: 30px;
    object-fit: contain;
}

.inforow-item__title {
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 23px;
    color: #00b596;
    padding: 20px 0;
    text-align: center;
}

.inforow-item__text {
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    color: #343434;
}

.newsrow {
    width: 100%;
    background: #E9EBEE;
    margin-top: 60px;
}

.newsrow__container {
    display: flex;
    justify-content: space-between;

    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
}

.newsrow__column {
    position: relative;
    top: -50px;
    background: #fff;
    width: 30%;
    height: 350px;
}

.newsrow-item__icon {
    width: 100%;
    height: 100%;
    position: absolute;
    background: #000;
    visibility: hidden;
    overflow: hidden;
}

.newsrow-item__icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    visibility: hidden;
    opacity: 0.6;
}

.newsrow-item:hover img {
    transform: scale(1.05);
    transition: transform 120ms;
}

.newsrow-item:hover img, .newsrow-item:hover .newsrow-item__icon {
    visibility: visible;
}

.newsrow-item:hover .newsrow-item__title, .newsrow-item:hover .newsrow-item__text, .newsrow-item:hover .newsrow-item__link {
    color: #fff;
}

.newsrow-item__title {
    font-size: 28px;
    line-height: 37px;
    color: #00b596;
    padding: 40px 20px 10px 20px;
    z-index: 111;
    position: relative;
}

.newsrow-item__text {
    font-size: 14px;
    line-height: 18px;
    color: #343434;
    padding: 20px;
    z-index: 111;
    position: relative;
}

.newsrow-item__link {
    font-size: 12px;
    line-height: 16px;
    text-decoration-line: underline;
    color: #343434;
    padding: 0 20px;
    z-index: 111;
    position: relative;
}

.backlink {
    display: flex;
    justify-content: center;
    padding-bottom: 40px;

    -webkit-justify-content: center;
    -moz-justify-content: center;
}

.backlink span {
    width: 20px;
    display: block;
    height: 20px;
    display: inline-block;
    color: #343434;
}

.content {
    min-height: calc(100vh - 210px);
}

.footer {
    background: #242a2d;
    height: 150px;
    width: 100%;
    display: flex;
}

.footer .logo img {
    width: 150px;
}

/********** applications **********/
.loginrow {
    width: 100%;
}

.loginrow__container {
    display: flex;
    justify-content: space-between;

    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;

}

.loginrow__column {
    position: relative;
    top: -50px;
    background: #fff;
    width: 30%;
    height: 500px;
    margin-bottom: 20px;
}

.loginrow-item {
    padding: 40px 20px;
    height: calc(100% - 80px);
}

.loginrow-item__title {
    font-size: 28px;
    line-height: 37px;
    color: #343434;
    height: 15%;
    z-index: 111;
    position: relative;
    text-align: center;

    background: linear-gradient(270deg, #102E67 19.38%, #068859 67.47%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #0B2349;
}

.loginrow-item__text {
    font-size: 14px;
    line-height: 18px;
    color: #343434;
    padding: 20px;
    z-index: 111;
    position: relative;
    height: 60%;
}

.loginrow-item__text .profile__input {
    width: 100%;
}

.loginrow-item__link {
    font-size: 12px;
    line-height: 16px;
    text-decoration-line: underline;
    color: #343434;
    padding: 0 20px;
    z-index: 111;
    position: relative;
}

.loginrow-item__button {
    display: flex;
    justify-content: center;
}

/************ person profile **************/
.profile {
    width: 60%;
    margin: 0 auto;
    justify-content: center;
    align-items: flex-end;
    position: relative;
    top: -50px;
    background: white;

    -webkit-justify-content: center;
    -moz-justify-content: center;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;

    z-index: 111;
}

.profile__items {
    width: calc(100% - 60px);
    /*display: flex;*/
    /*flex-wrap: wrap;*/
    /*justify-content: space-around;*/
    padding: 30px;
}

.profile__input {
    width: 30%;
    padding: 40px 10px 0 10px;
}

.input__title {
    background: linear-gradient(270deg, #102E67 19.38%, #068859 67.47%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #0B2349;
}

.profile__input.large {
    width: 40%;
}

.profile__input input {
    margin: 0;
}

.profile__button {
    display: flex;
    justify-content: center;
}

.profile__checker {
    display: flex;
    width: 100%;
    padding-top: 40px;
}

.checker__container {
    display: block;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 30px;
}

.checker__container span {
    color: #04b575;
}

/* Hide the browser's default checkbox */
.checker__container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
    margin: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 5px;
}

/* On mouse-over, add a grey background color */
.checker__container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checker__container input:checked ~ .checkmark {
    background-color: #04b575;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checker__container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checker__container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.custom-checkbox:not(:disabled):not(:checked) + label:hover::before {
    border-color: #b3d7ff;
}

/* стили для активного состояния чекбокса (при нажатии на него) */
.custom-checkbox:not(:disabled):active + label::before {
    background-color: #b3d7ff;
    border-color: #b3d7ff;
}

/* стили для чекбокса, находящегося в фокусе */
.custom-checkbox:focus + label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* стили для чекбокса, находящегося в фокусе и не находящегося в состоянии checked */
.custom-checkbox:focus:not(:checked) + label::before {
    border-color: #80bdff;
}

/* стили для чекбокса, находящегося в состоянии disabled */
.custom-checkbox:disabled + label::before {
    background-color: #e9ecef;
}

/*****************************************************/

.review {
    width: 60%;
    margin: 0 auto;
    justify-content: center;
    align-items: flex-end;
    position: relative;
    top: -50px;
    background: white;

    -webkit-justify-content: center;
    -moz-justify-content: center;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;

    z-index: 111;
}

.review__items {
    display: flex;
    flex-wrap: wrap;
    padding: 50px;
}

.review__title {
    width: 100%;
    text-align: center;
    background: linear-gradient(270deg, #102E67 19.38%, #068859 67.47%);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #0B2349;
    font-size: 20px;
}

.review .row {
    margin: 40px 0 10px;
}

.review .title {
    font-size: 18px;
    background: linear-gradient(270deg, #102E67 19.38%, #068859 67.47%);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #0B2349;
    line-height: 35px;
    padding-top: 20px;
}

.code-block {
    width: 20%;
}

.activity-block {
    width: 60%;
}

.share-block {
    width: 20%;
}

.phone-block {
    width: 50%;
}

.email-block {
    width: 50%;
}

.regist-block {
    width: 100%;
}

.pers-block {
    width: 100%;
    text-align: center;
}

.citiz-block {
    width: 50%;
}

.resid-block {
    width: 50%;
}

/*****************************************************/
.costlist {
    width: 60%;
    margin: 0 auto;
    justify-content: center;
    align-items: flex-end;
    position: relative;
    top: -50px;
    background: white;
    padding: 20px;


    -webkit-justify-content: center;
    -moz-justify-content: center;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
}

.costlist__row {
    display: flex;
    padding: 20px 0;
    justify-content: space-between;
    width: 60%;
}

.costlist__price {
    color: #04b575;
}

.row {
    border: 1px solid #d4d4d4;
    height: 0;
    width: 100%;
}

.button-block {
    display: flex;
    justify-content: center;
}

.button-block button {
    margin: 40px 80px;
}

.finalrow {
    margin: 0 auto;
    justify-content: center;
    align-items: flex-end;
    position: relative;
    top: -50px;
    padding: 20px;


    -webkit-justify-content: center;
    -moz-justify-content: center;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
}

.finalrow .newsrow__container {
    justify-content: center;
}

.finalrow .newsrow__column {
    margin: 0 100px;
}

.footer {
    height: 300px;
}

.footer .container {
    display: flex;
    padding: 50px 0;
}

.footer .logo {
    width: 30%;
}

.footer .footer-info {
    padding-top: 50px;
    width: 30%;
}

.footer .footer-network {
    padding-top: 50px;
    width: 30%;
}


.footer-info a {
    color: #fff;
    display: block;
    padding-top: 10px;
}

.foot-netw {
    display: flex;
}

.foot-netw span {
    width: 30px;
    height: 30px;
    display: block;
    opacity: 0.6;
}

.foot-netw span:hover {
    opacity: 1;
}

.insta {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAAAiCAYAAAA6RwvCAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAIYSURBVHgB1VftUQIxEN1j/C8lhArECoQK1ArACsQKgAqECpAKhAo4KwArIB2AFeB7Zm/mUOH2DjnwzbwJZDbJm0324yJJYbPZVDG0waocF2twEkWRTyYqKREOwxx0cnzUwRnOrG/N0hPgEuxIScBZd3pmPT3ZBUdSMigCXNERkV7JEqyl76xEMQMMnm/EgfEpRCj4cKuJEC8nRkXOBBcScsZHnkW41waGG5Cj02kPLsBhkWuuqJC1xVjD/BU/yQjsg01lX+eYH0YaBGZcWA114xk4lRBh38V7MAY7sO2poKbVOyYhKRF9bPySZQ+bHtZ4FXP9i+gfsD7WLji2iEiJoS29Z0qUmR5RbzSwcU3yowcyjXN9vM/Q4hHWn6kUgF7JUEJ0yaFCrsCJFEcsIdQPFuIk1KKi8GJoLc4ms1qEeLDIQ03gxFDLKOSr+u2xeRPDY9uDO/A9yygRcrnHJgYftZ8tgltwkGWUeTUa/2RXcoKdnxh7HWuteQDn2HiBTceWBbBtSfgiaFrsTUKYmFjAJNQOh/992S2AV0hP8G2Yi545fHVDiqlp9/3M1E1hyoZeBXOOA6/z9CX0CI1bFmPduK31h6m/K9uNESPsPquu7BKSGyroT7+B/lVmLQWWzHps8H36pCFeyQmAc/nwl+mJmYZemSKcfvc6/o+SSQnNsZcQgscGa1sbfEr64Ei2VTIb1qUcxOl88wll9wmppTAGCwAAAABJRU5ErkJggg==");
    padding: 10px;
    border: 1px solid #fff;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 40% 40%;
}

#checker_out {
    padding: 10px 0;
    position: relative;
    width: 80%;
}

#checker_out ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

#checker_out ul li {
    width: 45%;
    padding: 5px 0;
}

.center {
    text-align: center;
}

.d-none {
    display: none;
}

.selected-activity {
    color: red;
}
