@font-face {
    font-family: 'Gilroy Medium';
    src: url('../fonts/Gilroy-Medium.eot');
    src: url('../fonts/Gilroy-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Gilroy-Medium.woff') format('woff'),
    url('../fonts/Gilroy-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
main.sites{
    width: 1400px;
}
.admin-content-panel {
    display: flex;
}

.admin-pages-list {
    width: 170px;
    background: #fff;
    border-radius: 15px 0 0 15px;
    border: 1px solid var(--blue15-color);
    padding: 12px;
}
span.page-off {
    color: var(--red-color);
}
.admin-pages-items {
    flex: 1;
    border: 1px solid var(--blue15-color);
    background: #fff;
    border-radius: 0 15px 15px 0;
    min-height: 334px;
}
.admin-pages-list a {
    color: #000;
    display: block;
    font-weight: 600;
}

.admin-pages-list li:last-child a {
    border: none;
}

.admin-pages-list ul {
    margin: 0;
}
.site-content table {
    width: 100%;
}

.site-content th {
    font-weight: 900;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    border-bottom: 1px solid var(--blue15-color);
}

.site-content th, .site-content td {
    padding: 8px 16px;
    font-size: 14px;
    line-height: 27px;
}

.site-content td {
    background: #fff;
    border: none;
}

.site-content td a {
    text-decoration: none;
    color: #000;
    font-weight: 500;
}

.site-content tr th:first-child, .site-content tr td:first-child {padding-left: 28px;}

.site-content tr th:last-child, .site-content tr td:last-child {
    padding-right: 28px;
}

.admin-actions-panel {
    border-top: 1px solid var(--blue15-color);
    display: flex;
    gap: 10px;
    align-items: center;
    padding: 12px;
}

a.item-toogle {
    display: block;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-image: url(../images/accept_only.svg);
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 auto;
}

a.item-toogle.item-0 {
}

a.item-toogle.item-1 {
    background-color: var(--blue15-color);
}
a.active-page {
    color: var(--blue-color);
}

.admin-pages-list li.active a {
    opacity: 1;
}

.admin-pages-list li.inactive a {
    opacity: 0.3;
}
td.item-actions a {
    display: inline-block;
    width: 20px;
    height: 20px;
    
    background-size: contain;
    margin: 0 4px;
}

a.delete-item-form-site {
    background: url(../images/delete.svg) center center no-repeat;
    opacity: 0.6;
}

a.edit-item-form-site {
    background: url(../images/edit-item.svg) center center no-repeat;
    opacity: 0.6;
}

a.open-item-form-site {
    background: url(../images/show.svg) center center no-repeat;
    margin: 0 !important;
}

td.item-actions {
    text-align: center;
    width: 140px;
}
.site-info .image {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.site-info {
    display: flex;
    align-items: center;
    gap: 12px;
}

.site-info h1 {
    margin: 0;
}

.site-settings-panel {
    margin-bottom: 33px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.admin-pages-list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 14px;
}
li.active-page {
    background: var(--blue15-color);
    border-radius: 4px;
}

li.active-page a {
    color: var(--blue-color);
}
.sites-item .text.input-text.rename-input {
    width: 275px !important;
    font-size: 16px;
    padding: 5px;
    padding-left: 15px;
}
.popup-content .site-create {
    display: block !important;
    padding: 0;
    width: 600px;
}

.site-create h2 {
    margin: 0 0 28px;
}

.form-tabs {
    margin: 32px 0;
    display: flex;
    gap: 8px;
}

.form-tabs > .form-tab {
    flex: 1 1 50%;
    text-align: center;
    height: 41px;
    /*line-height: 41px;*/
    font-size: 14px;
    cursor: pointer;
    color: #000;
    background: var(--blue15-color);
    border-radius: 4px;
}

.form-tab.active {
    background-color: var(--main-blue-color);
    color: #fff;
}

.site-create label.form-field-label span {
    font-weight: 600;
}

.site-create .input-text {
    border-width: 1px;
}
.site-create .buttons {
    gap: 12px;
    display: none;
}

.site-create .buttons > * {
    flex: 1 1 50%;
    height: 40px;
}

.site-create .buttons a.button.cancel {
    color: var(--gray-color);
    background: transparent;
}
.subdomain-add {
    position: relative;
}

.zones.select {
    position: absolute;
    background: #fff;
    z-index: 10;
    left: 0;
    right: 0;
    width: 100%;
    max-height: 200px;
    overflow: auto;
    border: 1px solid var(--blue15-color);
    border-top: none;
    box-shadow: 0px 2px 2px rgba(0,0,0,0.05);
    border-radius: 5px;
}
.site-create .loader {
    left: auto;
    right: 10px;
    width: 20px;
    height: 20px;
    background-size: 180%;
    top: 42px;
    background-color: transparent;
    border-radius: 50%;
    bottom: auto;
    background-position: center center;
}
ul.zones-list {
    margin: 0;
}

ul.zones-list li {
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    padding: 0 15px;
}
.loader.site-create-loader {
    left: 0;
    width: 100px;
    height: 100px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.zones.select:after {
    display: none;
}
.sites-item a span {
    color: #6F7A92;
    display: block;
    font-size: 16px;
}
.site-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 330px;
    flex: 1;
}

.site-content-wrapper {
    min-height: 332px;
}
.site-create .hint {
    margin: 0;
    color: #6F7A92;
}

.site-create .form-tabs {
    margin: 10px 0 27px;
}

.dns {
    margin-top: 40px;
}

.dns ul li {
    color: var(--blue-color);
    font-size: 16px;
    font-weight: 500;
}
.sites-info {
    position: relative;
}

.sites-item a.action-button.save {
    position: absolute;
    right: 135px;
    padding-left: 35px;
    font-size: 14px;
}

.change-site-data {
    width: 456px;
}

.site-logo-input {
    height: 160px;
    border: 1px dashed var(--blue15-color);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: var(--gray-color);
    position: relative;
}

.site-logo-input input {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 1px;
}
.domain-add.tab-content {
    height: 365px;
    position: relative;
}
.change-site-data .hint {
    margin: 20px 0;
    font-size: 13px;
    color: var(--red-color);
}

.change-site-data .buttons input, .change-site-data .buttons a {
    flex: 1;
}
.site-logo-preview {
    position: relative;
    overflow: hidden;
}

.site-logo-preview-container {
    position: absolute;
    width: 32px;
    height: 32px;
    left: 31px;
    top: 17px;
}

.site-logo-preview-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
a.delete-image {
    display: none;
    flex: 0 0 48px !important;
    border: 1px solid var(--blue15-color);
    border-radius: 4px;
    padding: 8px 13px;
    cursor: pointer;
}
a.delete-image path {
    stroke: #D23E58;
}

a.delete-image svg {
    margin: auto;
}
.change-site-favicon .site-logo-preview-container {
    width: 24px;
    height: 24px;
    background: #fff;
    left: 70px;
    top: 19px;
}
.site-status {
    position: absolute;
    right: 0px;
    top: 0px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #8A97B1;
    font-size: 13px;
}
.templates-list {
    display: flex;
    gap: 18px;
}

.templates-list .template {
    flex: 0 0 279px;
    padding: 12px;
    border: 1px solid var(--blue15-color);
    border-radius: 4px;
}

.template .image {
    height: 181px;
    margin: -12px -12px 0;
}

.templates-list .template h4 {
    margin: 12px 0 8px;
    font-size: 16px;
    color: #000;
}

.template p {
    height: 54px;
    color: #586173;
    font-size: 13px;
    line-height: 140%;
}

.template .buttons {
    margin-top: 20px;
}

.template .buttons {
    display: flex;
    gap: 8px;
    margin-top: 20px;
}

.template .buttons .button {
    flex: 0 1 50%;
    padding: 14px;
}

.template .buttons .button:hover {
    background: var(--main-blue-color);
    color: #fff;
}
.subdomain-add label.form-field-label {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    gap: 8px;
    margin-bottom: 20px;
}

.subdomain-add label.form-field-label * {
    flex: none;
    margin: 0;
}

.subdomain-add label.form-field-label h4 {
    font-size: 20px;
}

.subdomain-add label.form-field-label span {
    font-weight: 400;
    color: #6F7A92;
    font-size: 16px;
}

.dns ul {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.dns ul li {
    height: 40px;
    width: 48%;
    padding: 0 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid var(--blue15-color);
    border-radius: 4px;
    color: #586173;
}
.dns ul li:hover {
    background: var(--blue15-color);
}

.dns ul li svg {
    cursor: pointer;
}
.templates-banner{
    width: 100%;
    height: 108px;
    border-radius: 4px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 32px;
    padding: 30px;
    background-image: url('../images/templates-banner.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
}
.templates-banner .templates-text{
    font-family: 'Gilroy Medium';
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    color: #FFFFFF;
    max-width: 280px;
}
.templates-banner .templates-button{
    padding: 14px 32px;
    background-color: white;
    border-radius: 4px;
    cursor: pointer;
}
.templates-form-title, .templates-form-success .templates-title{
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    text-transform: none;
    margin: 0;
    margin-bottom: 20px;
}
.templates-form{
    display: flex;
    flex-direction: column;
    min-width: 461px;
}
.templates-form .field{
    margin-bottom: 20px !important;
}
.templates-form label{
    display: flex;
    flex-direction: column;
    gap: 12px;
    justify-content: start;
    align-items: start;
}

.templates-form label span, .templates-form-success .templates-text{
    font-size: 13px;
    line-height: 18.2px;
    text-align: left;
    color: rgb(29, 29, 29);
    flex: 0 0 auto;
    margin-bottom: 0;
}
.templates-form .templates-buttons{
    display: flex;
    gap: 12px;
    width: 100%;
}
.templates-form .button{
    padding: 14px 54.25px;
    margin-bottom: 0px;
}
.templates-form .button-white{
    padding: 14px 87.25px;
    background-color: rgba(0, 0, 0, 0);
    color: rgb(29, 29, 29);
    border: 1px solid rgba(203, 214, 236, 1)
}
.templates-form-success .button{
    padding: 14px 153px;
    margin-top: 20px;

}
