.site-info {
    background-color: var(--reg-color);

    /*background: url(/wp-content/themes/papashon/assets/images/orange.png);*/
    padding: 3rem;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    color: var(--white-color);
}

.site-info a {
    text-decoration: none;
}
.site-footer .contacts {
    background-color: #f7f7f7;

    display: flex;
    padding: 3rem 1rem;
    flex-wrap: nowrap;
    flex-direction: row;
    align-content: flex-start;
    justify-content: space-between;
    align-items: flex-start;

}
.site-footer .contacts .item {
    margin: 0 3rem;
    text-align: center;
    line-height: 1.6rem;
}
.site-footer .contacts .item a {
    text-decoration: none;
    color: var(--orange-color);
}
.hidden {
    display: none;
    /*background-color: var(--orange-color);*/
    background: linear-gradient(60deg, #b61f34, #b61f3400 70%), linear-gradient(300deg, #d95613, #d9561300 70%), linear-gradient(#e3b320);
	border-radius: 40px;

}
canvas#circle-canvas{
    position:fixed;
    left:0;
    top:0;
    z-index:-1;

}

.ccheader {
    margin: 0 auto;
    padding: 2em;
    text-align: center;
}

.ccheader h3 {
  margin: 0;
  font-size: 1.5rem;
  line-height: 1.2rem;
  color: #fc0;
  font-weight: bold;
}


/* Form CSS*/
.ccform {
    margin: 0 auto;
    max-width: 400px;
}
.ccfield-prepend{
    display: flex;
    margin-bottom:10px;
    width:100%;
}

 .call-to-action .ccfield-prepend{
     display: flex;
 }
.ccform-addon {
  color: #fc0;
  float: left;
  padding: 8px 10px 8px 10px;
  width: 15%;
  text-align: center;
}

.ccformfield {
    color:#000000;
    background:#FFFFFF;
    border:none;
    padding:15.5px;
    width:85%;
    display:block;
    font-family: 'Lato',Arial,sans-serif;
    font-size:14px;
	border-radius: 20px;
}
input:focus, .ccformfield:focus, textarea:focus{
     outline: none;
 }

.ccformfield {
    font-family: 'Lato',Arial,sans-serif;
}
.ccbtn {
  display: block;
  border: none;
  background: #b61f34;
  color: #f39200;
  padding: 12px 25px;
  cursor: pointer;
  text-decoration: none;
  font-weight: bold;
  font-size: 1rem;
  margin: 0 auto;
  border-radius: 20px;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.ccbtn:hover{
    color: #fff;
	background: #33ce08;
	transition: transform 0.4s ease, box-shadow 0.4s ease;

}

footer#colophon {
    display: block;
    /*z-index: 2;*/
    position: relative;
    /*background: var(--gray-color);*/
    background: linear-gradient(60deg, #b61f34, #b61f3400 70%), linear-gradient(300deg, #d95613, #d9561300 70%), linear-gradient(#ffd146);

    /*background: var(--orange-second-color);*/
}

.information a:hover svg,.information a:hover svg path {
    fill: var(--mulen-ruge-color) !important;
    stroke: var(--mulen-ruge-color);
}

.site-link {
    margin: 6rem 0;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-around;
    align-items: center;
    padding-bottom: 4rem;
}

.footer-navigation ul {
    list-style-type: none;
}
.footer-navigation li  a{
    text-decoration: none;
    line-height: 2rem;
    /*color: var(--reg-color);*/
    color: var(--white-color);
}
.footer-navigation li  a:hover{
    color: var(--white-color);
}

.wpcf7-text {
    width: 100%;
    max-width: 220px;
    /*height: 45px;*/
    padding: 12px;
    border-radius: 12px;
    /*border: 1.5px solid var(--gray-color);*/
    border: none;
    outline: none;
    transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 0px 0px 20px -18px;
}

.wpcf7-text:hover {
    border: none;
    box-shadow: 0px 0px 20px -17px;
}

.wpcf7-text:active {
    transform: scale(1);
}

.wpcf7-text:focus {
    border: 2px solid grey;
}

.wpcf7-submit {
    position: relative;
    display: inline-block;
    margin: 15px;
    padding: 7px 30px;
    text-align: center;
    font-size: 18px;
    letter-spacing: 1px;
    text-decoration: none;
    color: var(--white-color);
    background: transparent;
    cursor: pointer;
    transition: ease-out 0.5s;
    border: 2px solid var(--white-color);
    border-radius: 10px;
    box-shadow: inset 0 0 0 0 var(--white-color);
}

.wpcf7-submit:hover {
    color: white;
    box-shadow: inset 0 -100px 0 0 var(--white-color);
}

.wpcf7-submit:active {
    transform: scale(0.9);
}
.subscribe .title {
    font-size: 1.5rem;
    color: var(--white-color);
}
.subscribe form.wpcf7-form.init {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-evenly;
    align-items: center;
}

.navigation {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-around;
    align-items: flex-start;
    min-width: 30%;
}

.scroll-to-top {
  display: none;
  align-items: center;
  justify-content: center;
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  color: var(--white-color);
  background-color: #E6BA90;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  z-index: 2;
}
.scroll-to-top:hover {
  background-color: #FAD4B0;
}


.buttons {
    text-align: center;
    position: fixed;
    z-index: 2;
    display: block;
    height: 0;
    bottom: 75px;
    right: 55px;
}
.blob-btn {
  height: 50px;
  border-radius: 50px;
  border: none;
  padding: 0 20px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  background: linear-gradient(135deg, #9277C4, #74A2D5, #99C3DF, #E8ACC8, #E6BA90);
}
.blob-btn:hover {
  color: var(--white-color);
  background: linear-gradient(135deg, #A48AD4, #8CB8E8, #B5D8F0, #F2C1D8, #FAD4B0);
}


.phone-modal {
    max-width: 420px;
    padding: 24px;
    text-align: center;
}

.phone-modal h3 {
    margin-bottom: 12px;
    font-size: 20px;
}

.phone-modal p {
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 20px;
}

.phone-modal__actions {
    display: flex;
    gap: 12px;
    justify-content: center;
}

.btn-call-confirm {
    background: #1dbf27;
    color: #fff;
    padding: 10px 18px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
}

.btn-call-confirm:hover {
    opacity: 0.9;
}

.btn-call-cancel {
    background: transparent;
    border: 1px solid #ccc;
    padding: 10px 18px;
    border-radius: 6px;
    cursor: pointer;
}


/*.blob-btn {*/
/*    opacity: 0;*/
/*    right: 1rem;*/
/*    z-index: 11;*/
/*    position: fixed;*/
/*    padding: 20px 46px;*/
/*    margin-bottom: 30px;*/
/*    text-align: center;*/
/*    text-transform: uppercase;*/
/*    color: var(--mulen-ruge-color);*/
/*    font-size: 16px;*/
/*    font-weight: bold;*/
/*    background-color: transparent;*/
/*    outline: none;*/
/*    border: none;*/
/*    transition: color 0.5s;*/
/*    cursor: pointer;*/
/*    border-radius: 30px;*/
/*    bottom: 6rem;*/
/*}*/
/*.blob-btn:before {*/
/*    content: "";*/
/*    z-index: 1;*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    border: 2px solid var(--mulen-ruge-color);*/
/*    border-radius: 30px;*/
/*}*/
/*.blob-btn:after {*/
/*    content: "";*/
/*    z-index: -2;*/
/*    position: absolute;*/
/*    left: 3px;*/
/*    top: 3px;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    transition: all 0.3s 0.2s;*/
/*    border-radius: 30px;*/
/*}*/
/*.blob-btn:hover {*/
/*    color: #FFFFFF;*/
/*    border-radius: 30px;*/
/*}*/
/*.blob-btn:hover:after {*/
/*    transition: all 0.3s;*/
/*    left: 0;*/
/*    top: 0;*/
/*    border-radius: 30px;*/
/*}*/
/*.blob-btn__inner {*/
/*    z-index: -1;*/
/*    overflow: hidden;*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    border-radius: 30px;*/
/*    background: #ffffff;*/
/*}*/
/*.blob-btn__blobs {*/
/*    position: relative;*/
/*    display: block;*/
/*    height: 100%;*/
/*    filter: url("#goo");*/
/*}*/
/*.blob-btn__blob {*/
/*    position: absolute;*/
/*    top: 2px;*/
/*    width: 25%;*/
/*    height: 100%;*/
/*    background: var(--mulen-ruge-color);*/
/*    border-radius: 100%;*/
/*    transform: translate3d(0, 150%, 0) scale(1.7);*/
/*    transition: transform 0.45s;*/
/*}*/
/*@supports (filter: url("#goo")) {*/
/*    .blob-btn__blob {*/
/*        transform: translate3d(0, 150%, 0) scale(1.4);*/
/*    }*/
/*}*/
/*.blob-btn__blob:nth-child(1) {*/
/*    left: 0%;*/
/*    transition-delay: 0s;*/
/*}*/
/*.blob-btn__blob:nth-child(2) {*/
/*    left: 30%;*/
/*    transition-delay: 0.08s;*/
/*}*/
/*.blob-btn__blob:nth-child(3) {*/
/*    left: 60%;*/
/*    transition-delay: 0.16s;*/
/*}*/
/*.blob-btn__blob:nth-child(4) {*/
/*    left: 90%;*/
/*    transition-delay: 0.24s;*/
/*}*/
/*.blob-btn:hover .blob-btn__blob {*/
/*    transform: translateZ(0) scale(1.7);*/
/*}*/
/*@supports (filter: url("#goo")) {*/
/*    .blob-btn:hover .blob-btn__blob {*/
/*        transform: translateZ(0) scale(1.4);*/
/*    }*/
/*}*/