.ctc-zad.show{
position: fixed;
left: 0;
top: 0;
width: 100%;
height: 100%;
opacity: 0.7;
z-index: 1;
}
@keyframes pop-in {
0% {
transform: scale(0);
}
100% {
transform: scale(1);
}
}
@keyframes pop-out {
0% {
transform: scale(1);
}
100% {
transform: scale(0);
}
}
.speed-dial {
z-index: 200;
position: fixed;
}
.speed-dial .toggle {
border-radius: 50%;
width: 60px;
height: 60px;
line-height: 60px;
margin: 8px 0;
position: fixed;
bottom: 20px;
}
.speed-dial .dials.clozed{
opacity: 0;
}
.speed-dial .dials {
margin: 0 0 0 5px;
padding: 0;
list-style: none;
position: fixed;
bottom: 96px;
}
.speed-dial .dials.active{
opacity: 1;
}
.speed-dial .dials a {
display: inline-block;
border-radius: 50%;
width: 50px;
height: 50px;
font-size: 0;
line-height: 50px;
margin: 0;
transform: scale(0);
animation: pop-out 0.3s ease both;
}
.speed-dial .active a {
animation: pop-in 0.3s ease both;
}
.speed-dial .dials a.pop-in {
animation: pop-in 0.3s ease both;
}
.speed-dial .dials li:nth-child(0) a {
animation-delay: 0s;
}
.speed-dial .dials li:nth-child(1) a {
animation-delay: 0.1s;
}
.speed-dial .dials li:nth-child(2) a {
animation-delay: 0.2s;
}
.speed-dial .dials li:nth-child(3) a {
animation-delay: 0.3s;
}
.speed-dial .dials li:nth-child(4) a {
animation-delay: 0.4s;
}
.speed-dial .dials li:nth-child(5) a {
animation-delay: 0.5s;
}
.speed-dial .dials li:nth-child(6) a {
animation-delay: 0.6s;
}
.speed-dial .dials li:nth-child(7) a {
animation-delay: 0.7s;
}
.speed-dial .dials li:nth-child(8) a {
animation-delay: 0.8s;
}
.speed-dial .dials li:nth-child(9) a {
animation-delay: 0.9s;
}
.speed-dial .dials li:nth-child(10) a {
animation-delay: 1s;
}
.dials li{
margin-top: 5px;
}
.dials li a{
background-repeat:no-repeat;
background-size: 30px;
background-position: center;
}
.ctc-bg-share {
cursor: pointer;
background-image: url(//eviloffice.ru/wp-content/plugins/ctc-flatbuttons/inc/menu.svg);
background-color: #4A586E;
background-repeat:no-repeat;
background-size: 30px;
background-position: center;
}
.ctc-bg-skype{
background-image: url(//eviloffice.ru/wp-content/plugins/ctc-flatbuttons/inc/1.svg);
background-color:#00aff0;
}
.ctc-bg-watsapp{
background-image: url(//eviloffice.ru/wp-content/plugins/ctc-flatbuttons/inc/2.svg);
background-color:#25d366;
}
.ctc-bg-behance{
background-image: url(//eviloffice.ru/wp-content/plugins/ctc-flatbuttons/inc/3.svg);
background-color: #0057ff;
}
.ctc-bg-dribbble{
background-image: url(//eviloffice.ru/wp-content/plugins/ctc-flatbuttons/inc/4.svg);
background-color: #ea4c89;
}
.ctc-bg-LinkedIn  {
background-image: url(//eviloffice.ru/wp-content/plugins/ctc-flatbuttons/inc/5.svg);
background-color: #0a66c2;
}
.ctc-bg-insta{
background-image: url(//eviloffice.ru/wp-content/plugins/ctc-flatbuttons/inc/6.svg);
background-color: #c32aa3;
}
.ctc-bg-pinterest{
background-image: url(//eviloffice.ru/wp-content/plugins/ctc-flatbuttons/inc/7.svg);
background-color:#bd081c;
}
.ctc-bg-tumblr{
background-image: url(//eviloffice.ru/wp-content/plugins/ctc-flatbuttons/inc/8.svg);
background-color: #35465d;
}
.ctc-bg-vk{
background-image: url(//eviloffice.ru/wp-content/plugins/ctc-flatbuttons/inc/9.svg);
background-color: #4a76a8;
}
.ctc-bg-viber{
background-image: url(//eviloffice.ru/wp-content/plugins/ctc-flatbuttons/inc/10.svg);
background-color:#7E57C2;
}
.ctc-bg-facebook{
background-image: url(//eviloffice.ru/wp-content/plugins/ctc-flatbuttons/inc/11.svg);
background-color: #1877f2;
}
.ctc-bg-telegram{
background-image: url(//eviloffice.ru/wp-content/plugins/ctc-flatbuttons/inc/12.svg);
background-color: #0088cc;
}
.ctc-bg-phone{
background-image: url(//eviloffice.ru/wp-content/plugins/ctc-flatbuttons/inc/13.svg);
background-color: #A6A6A6;
}
.ctc-bg-emial{
background-image: url(//eviloffice.ru/wp-content/plugins/ctc-flatbuttons/inc/14.svg);
background-color: #A6A6A6;
}
.ctc-bg-twitter{
background-image: url(//eviloffice.ru/wp-content/plugins/ctc-flatbuttons/inc/15.svg);
background-color: #1da1f2;
}
.ctc-bg-reddit{
background-image: url(//eviloffice.ru/wp-content/plugins/ctc-flatbuttons/inc/16.svg);
background-color: #ff4500;
}body {
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
}
a { text-underline-offset: .2em; } input, textarea, select, button {
background-color: inherit;
border-radius: 0;
font-family: inherit;
font-size: inherit;
font-weight: inherit;
letter-spacing: inherit;
margin: 0;
}
input, textarea, select {
background-color: var( --wp--preset--color--background );
border: .1rem solid var( --wp--preset--color--secondary );
box-sizing: border-box;
color: var( --wp--preset--color--foreground );
max-width: 100%;
padding: .5em;
}
::placeholder { 
color: var( --wp--preset--color--primary ); 
opacity: 1;
}
label {
font-size: var( --wp--preset--font-size--small );
font-weight: 500;
} .editor-post-title__input { 
text-align: center;
} h1.has-background, h2.has-background, h3.has-background, h4.has-background, h5.has-background, h6.has-background,p.has-background {
padding: min( 1em, var(--wp--preset--spacing--40) );
}
:where(.wp-block-group.has-background) {
padding: min( 2em, var(--wp--preset--spacing--40) );
}  .has-huge-font-size, .has-heading-1-font-size, .has-heading-2-font-size, .has-heading-3-font-size, .has-heading-4-font-size, .has-heading-5-font-size { 
letter-spacing: var( --wp--custom--typography--letter-spacing--heading );
line-height: var( --wp--custom--typography--line-height--headings ); 
}
.has-medium-font-size {
line-height: var( --wp--custom--typography--line-height--body );
}  .hide-when-empty:empty { display: none !important; }
.no-shrink { flex-shrink: 0 !important; }   .wp-block-avatar img {
display: block;
} .wp-block-calendar table caption,
.wp-block-calendar table tbody {
color: var( --wp--preset--color--foreground );
}
.wp-block-calendar th,
.wp-block-calendar tbody td {
border-color: var( --wp--preset--color--primary );
}
.wp-block-calendar table th { 
background-color: var( --wp--preset--color--primary ); 
} #cancel-comment-reply-link {
font-weight: 500;
letter-spacing: var(--wp--custom--typography--letter-spacing--body);
}
.wp-block-post-comments-form input[type=submit] {
border-radius: 999px;
font-size: var( --wp--preset--font-size--small );
} .wp-block-file {
align-items: center;
display: flex;
justify-content: space-between;
}
:root .wp-block-file__button:not(:only-child) { 
margin-left: var(--wp--preset--spacing--40); 
} .wp-block-post-content h1:not([style*="margin-top"]):not(:first-child),
.wp-block-post-content h2:not([style*="margin-top"]):not(:first-child),
.wp-block-post-content h3:not([style*="margin-top"]):not(:first-child),
.wp-block-post-content h4:not([style*="margin-top"]):not(:first-child),
.wp-block-post-content h5:not([style*="margin-top"]):not(:first-child),
.wp-block-post-content h6:not([style*="margin-top"]):not(:first-child) {
margin-top: 1.25em !important;
}
.wp-block-post-content h1:not([style*="margin-bottom"]):not(:last-child),
.wp-block-post-content h2:not([style*="margin-bottom"]):not(:last-child),
.wp-block-post-content h3:not([style*="margin-bottom"]):not(:last-child),
.wp-block-post-content h4:not([style*="margin-bottom"]):not(:last-child),
.wp-block-post-content h5:not([style*="margin-bottom"]):not(:last-child),
.wp-block-post-content h6:not([style*="margin-bottom"]):not(:last-child) {
margin-bottom: .75em !important;
} .has-drop-cap:not(:focus):first-letter {
font-size: 5.3em;
font-weight: inherit;
transform: translateY( .06em );
} ol.wp-block-comment-template {
margin: 0;
}
.wp-block-post-comments-form input:not([type=submit]), 
.wp-block-post-comments-form textarea {
border-color: var( --wp--preset--color--secondary );
}
.required-field-message, .comment-notes {
display: none;
}
.logged-in-as {
color: var( --wp--preset--color--primary );
}
.comment-reply-title {
margin: 0;
} .is-root-container > .alignwide:not(:first-child), .wp-block-post-content > .alignwide:not(:first-child),
.is-root-container > .alignfull:not(:first-child), .wp-block-post-content > .alignfull:not(:first-child) {
margin-top: 64px;
}
.is-root-container > .alignwide:not(:last-child), .wp-block-post-content > .alignwide:not(:last-child),
.is-root-container > .alignfull:not(:last-child), .wp-block-post-content > .alignfull:not(:last-child) {
margin-bottom: 64px;
} .wp-block-post-template {
--wp--style--block-gap: 0;
} :root .wp-block-pullquote.alignleft, 
:root .wp-block-pullquote.alignright {
max-width: min( 316px, 50% );
}
.wp-block-pullquote blockquote p {
hanging-punctuation: first;
line-height: inherit;
} .wp-block-query-pagination > .wp-block-query-pagination-next, 
.wp-block-query-pagination > .wp-block-query-pagination-numbers, 
.wp-block-query-pagination > .wp-block-query-pagination-previous {
margin-bottom: 0;
}
.wp-block-query-pagination-next:only-child {
margin-left: auto;
}
.wp-block-query-pagination-numbers {
display: flex;
gap: .5em;
}
.wp-block-query-pagination-numbers .current {
color: var( --wp--preset--color--primary );
} .wp-block-query-pagination.is-style-beaumont-vertical-separators {
border-top: 1px solid var( --wp--preset--color--secondary );
gap: 0;
}
.wp-block-query-pagination.is-style-beaumont-vertical-separators a,
.wp-block-query-pagination-numbers {
position: relative;
}
.wp-block-query-pagination.is-style-beaumont-vertical-separators .post-navigation-link-previous a:before,
.wp-block-query-pagination.is-style-beaumont-vertical-separators .post-navigation-link-next a:before {
position: absolute;
}
.wp-block-query-pagination.is-style-beaumont-vertical-separators .post-navigation-link-previous a:before { content: "←"; }
.wp-block-query-pagination.is-style-beaumont-vertical-separators .post-navigation-link-next a:before { content: "→"; } .wp-block-query-pagination.is-style-beaumont-vertical-separators:not(.is-vertical) {
border-bottom: 1px solid var( --wp--preset--color--secondary );
gap: 16px;
padding: 16px 0;
}
.wp-block-query-pagination.is-style-beaumont-vertical-separators:not(.is-vertical) .post-navigation-link-previous a { padding-left: 1.6em; }
.wp-block-query-pagination.is-style-beaumont-vertical-separators:not(.is-vertical) .post-navigation-link-previous a:before { left: 0; }
.wp-block-query-pagination.is-style-beaumont-vertical-separators:not(.is-vertical) .post-navigation-link-next a { padding-right: 1.6em; }
.wp-block-query-pagination.is-style-beaumont-vertical-separators:not(.is-vertical) .post-navigation-link-next a:before { right: 0; } .wp-block-query-pagination.is-style-beaumont-vertical-separators.is-vertical > *:empty { 
display: none; 
}
.wp-block-query-pagination.is-style-beaumont-vertical-separators.is-vertical > *:not(:empty) {
border-bottom: 1px solid var( --wp--preset--color--secondary );
margin: 0;
padding: 16px 0;
width: 100%;
}
.wp-block-query-pagination.is-style-beaumont-vertical-separators.is-vertical .post-navigation-link-previous a,
.wp-block-query-pagination.is-style-beaumont-vertical-separators.is-vertical .post-navigation-link-previous + .wp-block-query-pagination-numbers,
.wp-block-query-pagination.is-style-beaumont-vertical-separators.is-vertical .post-navigation-link-next a {
box-sizing: border-box;
padding-left: 1.6em;
}
.wp-block-query-pagination.is-style-beaumont-vertical-separators.is-vertical .post-navigation-link-next a:before,
.wp-block-query-pagination.is-style-beaumont-vertical-separators.is-vertical .post-navigation-link-previous a:before { 
left: 0;
} blockquote p:first-child { margin-top: 0; }
blockquote p:last-of-type { margin-bottom: 0; }
blockquote cite {
display: block;
} :root hr[class*="is-style-beaumont-diamond"] {
background-color: transparent !important;
background: linear-gradient(90deg, currentColor 0%, currentColor calc( 50% - 20px ), transparent calc( 50% - 20px ), transparent calc( 50% + 20px ), currentColor calc( 50% + 20px ), currentColor 100%);
border: none;
height: 1px !important;
overflow: visible;
position: relative;
}
:root hr.is-style-beaumont-diamond { width: 201px !important; }
:root hr.is-style-beaumont-diamond-wide { width: 100% !important; }
:root hr[class*="is-style-beaumont-diamond"]:before {
background-color: currentColor;
content: "";
display: block;
position: absolute;
left: calc( 50% - 3.5px );
top: calc( 50% - 3.5px );
height: 7px;
transform: rotate( 45deg );
width: 7px;
} .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper,
.wp-block-search__input {
border-color: var( --wp--preset--color--secondary );
} .wp-block-search__button-inside .wp-block-search__inside-wrapper,
.wp-block-search__button-inside .wp-block-search__input {
box-sizing: border-box;
margin: 0;
padding: .375em .5em .375em .75em !important;
}