.site-info {
    background-color: var(--orange-second-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);
}
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-weight: 300;
    font-size: 2.5em;
    line-height: 1.3;
    color: var(--white-color);
}


/* Form CSS*/
.ccform {
    margin: 0 auto;
    max-width: 400px;
}
.ccfield-prepend{
    margin-bottom:10px;
    width:100%;
    display: flex;
}
.call-to-action .ccfield-prepend{
    display: flex;
}
.ccform-addon{
    color: var(--mulen-ruge-color);
    float:left;
	padding: 8px;
	width: 50px;
	background: #FFF3;
	text-align: center;
	color: #fff;
	border-radius: 50px;
	margin-right: 5px;
}

.ccformfield {
    color:#000000;
    background:#FFFFFF;
    border:none;
    padding:15.5px;
    width:91.9%;
    display:block;
    font-family: 'Lato',Arial,sans-serif;
    font-size:14px;
	border-radius: 25px;
}
input:focus, .ccformfield:focus, textarea:focus{
    outline: none;
}
.ccformfield {
    font-family: 'Lato',Arial,sans-serif;
}
.ccbtn {
	  display: block;
	  border: none;
	  background: var(--reg-color);
	  color: #FFFFFF;
	  padding: 12px 25px;
	  cursor: pointer;
	  text-decoration: none;
	  font-weight: bold;
	  margin: 10px auto;
	  border-radius: 25px;
	  font-size: 1.5rem;
	  width: 100%;
}
.ccbtn:hover{
    background: #FFF3;

}

footer#colophon {
    display: block;
    z-index: 2;
    position: relative;
    background: #2b2b2b;
    /*background: var(--orange-second-color);*/
}

.information a:hover svg, .information a:hover svg path {
  fill: var(--reg-color) !important;
  stroke: var(--reg-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(--orange-second-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(--orange-second-color);
    background: transparent;
    cursor: pointer;
    transition: ease-out 0.5s;
    border: 2px solid var(--orange-second-color);
    border-radius: 10px;
    box-shadow: inset 0 0 0 0 var(--orange-second-color);
}

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

.wpcf7-submit:active {
    transform: scale(0.9);
}
.subscribe .title {
    font-size: 1.5rem;
    color: var(--orange-second-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;
    /*display: flex;*/
    align-items: center;
    justify-content: center;
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    color: var(--white-color);
    background-color: var(--mulen-ruge-color);
    border: none;
    border-radius: 50px;
    cursor: pointer;
    z-index: 2;
}
.scroll-to-top:hover{
    color: var(--orange-color);

}


.buttons {
    text-align: center;
    position: fixed;
    z-index: 2;
    display: block;
    height: 0px;
    bottom: 70px;
    right: 55px;
}
.blob-btn {
    height: 50px;
    border-radius: 50px;
    border: solid var(--mulen-ruge-color) 2px;
    padding: 0 20px;
    color: var(--mulen-ruge-color);
    font-weight: bold;
    text-transform: uppercase;
    background-color: var(--white-color);
    letter-spacing: 2px;
    cursor: pointer;
}
.blob-btn:hover {
    background-color: var(--mulen-ruge-color);
    color: var(--white-color);
}

.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);*/
/*    }*/
/*}*/