.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}.popup-template .modal{opacity:0;transition:all .25s ease}.popup-template .modal.is-open{opacity:1;transition:all .25s ease}.whatsapp-widjet-icon {
width: 60px;
height: 60px;
display: flex;
justify-content: center;
align-items: center;
z-index: 10;
}
.whatsapp-widjet-icon svg {
fill: #fff;
width: 30px;
height: 30px;
}
.call-widjet {
position: fixed;
bottom: 25px;
left: 25px;
border: 1px solid var(--accent, #1fa4f3);
width: 60px;
height: 60px;
border-radius: 60px;
display: flex;
justify-content: center;
align-items: center;
z-index: 140;
transition: all 0.5s ease;
background: var(--accent, #1fa4f3);
cursor: pointer;
}
.call-widjet-icon {
width: 60px;
height: 60px;
display: flex;
justify-content: center;
align-items: center;
z-index: 10;
}
.call-widjet-icon svg {
fill: #fff;
width: 30px;
height: 30px;
}
.call-widjet-circle-left {
position: absolute;
width: 50%;
top: 0;
bottom: 0;
overflow: hidden;
left: 0;
}
.call-widjet-circle-left {
border: 1px solid var(--accent, #1fa4f3);
position: absolute;
top: -7px;
bottom: 0;
left: -7px;
right: 0;
background-clip: padding-box;
width: 36px;
height: 72px;
border-radius: 76px 0 0 76px;
border-right: none;
-webkit-transform: rotate(-180deg);
-moz-transform: rotate(-180deg);
-ms-transform: rotate(-180deg);
-o-transform: rotate(-180deg);
transform: rotate(-180deg);
-webkit-transform-origin: 100% 50%;
-moz-transform-origin: 100% 50%;
-ms-transform-origin: 100% 50%;
-o-transform-origin: 100% 50%;
transform-origin: 100% 50%;
-webkit-animation: pie-left 4s both linear infinite;
-moz-animation: pie-left 4s both linear infinite;
-ms-animation: pie-left 4s both linear infinite;
-o-animation: pie-left 4s both linear infinite;
animation: pie-left 4s both linear infinite;
}
.call-widjet-circle-right {
position: absolute;
width: 50%;
top: 0;
bottom: 0;
overflow: hidden;
right: 0;
}
.call-widjet-circle-right {
border: 1px solid transparent;
position: absolute;
top: -7px;
bottom: 0;
left: 0;
right: -7px;
background-clip: padding-box;
width: 36px;
height: 72px;
border-radius: 76px 0 0 76px;
border-right: none;
-webkit-transform: rotate(-180deg);
-moz-transform: rotate(-180deg);
-ms-transform: rotate(-180deg);
-o-transform: rotate(-180deg);
transform: rotate(-180deg);
-webkit-transform-origin: 100% 50%;
-moz-transform-origin: 100% 50%;
-ms-transform-origin: 100% 50%;
-o-transform-origin: 100% 50%;
transform-origin: 100% 50%;
-webkit-animation: pie-right 4s both linear infinite;
-moz-animation: pie-right 4s both linear infinite;
-ms-animation: pie-right 4s both linear infinite;
-o-animation: pie-right 4s both linear infinite;
animation: pie-right 4s both linear infinite;
}
@keyframes pie-left {
0% {
-webkit-transform: rotate(-180deg);
-moz-transform: rotate(-180deg);
-ms-transform: rotate(-180deg);
-o-transform: rotate(-180deg);
transform: rotate(-180deg);
}
10% {
-webkit-transform: rotate(-180deg);
-moz-transform: rotate(-180deg);
-ms-transform: rotate(-180deg);
-o-transform: rotate(-180deg);
transform: rotate(-180deg);
}
20% {
-webkit-transform: rotate(0);
-moz-transform: rotate(0);
-ms-transform: rotate(0);
-o-transform: rotate(0);
transform: rotate(0);
}
30% {
-webkit-transform: rotate(0);
-moz-transform: rotate(0);
-ms-transform: rotate(0);
-o-transform: rotate(0);
transform: rotate(0);
}
40% {
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-o-transform: rotate(180deg);
transform: rotate(180deg);
}
50% {
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-ms-transform: rotate(180deg);
}
}
.wpcf7-form.submitting .feedback-form .form__submit {
pointer-events: none;
opacity: 0.5;
position: relative;
}
.wpcf7-form.submitting .feedback-form .form__submit::after {
position: absolute;
content: '';
top: 0;
left: 0;
width: 100%;
height: 100%;
background: url(https://morrison-academy.kz/wp-content/themes/morrison/src/icons/loader.svg);
background-position: center;
background-size: contain;
background-repeat: no-repeat;
}
.whatsapp-widjet{
position:fixed;
bottom:105px;
left:25px;
border:1px solid #8FCF21;
width:60px;
height:60px;
border-radius:60px;
display:flex;
justify-content:center;
align-items:center;
z-index:140;
transition:all .5s ease;
background:#8FCF21;
cursor:pointer
}
.whatsapp-widjet-icon{
width:60px;
height:60px;
display:flex;
justify-content:center;
align-items:center;
z-index:10;
}
.whatsapp-widjet-icon svg{
fill:#fff;
width:30px;
height:30px
}
.whatsapp-widjet-circle-left{
position:absolute;
width:50%;
top:0;
bottom:0;
overflow:hidden;
left:0
}
.whatsapp-widjet-circle-left{
border:1px solid #8FCF21;
position:absolute;
top:-7px;
bottom:0;
left:-7px;
right:0;
background-clip:padding-box;
width:36px;
height:72px;
border-radius:76px 0 0 76px;
border-right:none;
-webkit-transform:rotate(-180deg);
-moz-transform:rotate(-180deg);
-ms-transform:rotate(-180deg);
-o-transform:rotate(-180deg);
transform:rotate(-180deg);
-webkit-transform-origin:100% 50%;
-moz-transform-origin:100% 50%;
-ms-transform-origin:100% 50%;
-o-transform-origin:100% 50%;
transform-origin:100% 50%;
-webkit-animation:pie-left 4s both linear infinite;
-moz-animation:pie-left 4s both linear infinite;
-ms-animation:pie-left 4s both linear infinite;
-o-animation:pie-left 4s both linear infinite;
animation:pie-left 4s both linear infinite
}
.whatsapp-widjet-circle-right{
position:absolute;
width:50%;
top:0;
bottom:0;
overflow:hidden;
right:0
}
.whatsapp-widjet-circle-right{
border:1px solid transparent;
position:absolute;
top:-7px;
bottom:0;
left:0;
right:-7px;
background-clip:padding-box;
width:36px;
height:72px;
border-radius:76px 0 0 76px;
border-right:none;
-webkit-transform:rotate(-180deg);
-moz-transform:rotate(-180deg);
-ms-transform:rotate(-180deg);
-o-transform:rotate(-180deg);
transform:rotate(-180deg);
-webkit-transform-origin:100% 50%;
-moz-transform-origin:100% 50%;
-ms-transform-origin:100% 50%;
-o-transform-origin:100% 50%;
transform-origin:100% 50%;
-webkit-animation:pie-right 4s both linear infinite;
-moz-animation:pie-right 4s both linear infinite;
-ms-animation:pie-right 4s both linear infinite;
-o-animation:pie-right 4s both linear infinite;
animation:pie-right 4s both linear infinite
}
@keyframes pie-left{
0%{
-webkit-transform:rotate(-180deg);
-moz-transform:rotate(-180deg);
-ms-transform:rotate(-180deg);
-o-transform:rotate(-180deg);
transform:rotate(-180deg)
}
10%{
-webkit-transform:rotate(-180deg);
-moz-transform:rotate(-180deg);
-ms-transform:rotate(-180deg);
-o-transform:rotate(-180deg);
transform:rotate(-180deg)
}
20%{
-webkit-transform:rotate(0);
-moz-transform:rotate(0);
-ms-transform:rotate(0);
-o-transform:rotate(0);
transform:rotate(0)
}
30%{
-webkit-transform:rotate(0);
-moz-transform:rotate(0);
-ms-transform:rotate(0);
-o-transform:rotate(0);
transform:rotate(0)
}
40%{
-webkit-transform:rotate(180deg);
-moz-transform:rotate(180deg);
-ms-transform:rotate(180deg);
-o-transform:rotate(180deg);
transform:rotate(180deg)
}
50%{
-webkit-transform:rotate(180deg);
-moz-transform:rotate(180deg);
-ms-transform:rotate(180deg)
}
}
.two-gis-link {
width: 48px;
height: 48px;
display: flex;
}
.two-gis-link svg{
width: 100%;
height: 100%;
}
@media (max-width: 768px) {
.two-gis-link{
width: 24px;
height: 24px;
}
}