﻿/*
Theme Name: Reboot Child
Theme URI: https://wpshop.ru/themes/reboot
Author: WPShop.biz
Author URI: http://wpshop.biz/
Template: reboot
Version: 1.0.0
*/

/* Below you can add your CSS styles */
/* Ниже Вы можете добавить свои CSS стили */

/* пульсирущая форма */
.b24-form-sign{
	display: none !important;
}
.modal-bodydip2{
	padding: 0px 20px 10px 20px;
}
.b24-form-sign{
	display: none !important;
}
.modal-bodydip-beg-s-mar{
    overflow: hidden;
    white-space: nowrap;
    animation: marquee 10s linear infinite alternate;
    padding: 5px;
	font-size: 13px;
}
@keyframes marquee {
    from { text-indent: 100%; }
    to { text-indent: 0; }
}
.dip-bottom-b{
	color: #fff;
}
.modal-header-h{
	font-size: 1.1em;
	font-weight: 600;
	text-align: center;
	margin-bottom: 5px;
    margin-top: 5px;
}
.modaldip {
    display: none;
    position: fixed;
    z-index: 99999;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.7);
}
.modal-contentdip {
    position: relative;
    background-color: #fff;
    margin: auto;
    padding: 0;
    border: 0px solid #fff;
    width: 40%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}
@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0} 
    to {top:0; opacity:1}
}
@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}
.closedip {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
	margin-top: -2px;
}
.closedip:hover,
.closedip:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
.modal-headerdip {
    padding: 2px 16px;
	background-color: #d9d9d9;
    color: #000;
    border-bottom: 1px solid #d1caca;
}
.modal-bodydip{
	font-size: 12px;
	padding: 0px 0px;
}
.modal-footerdip {
    padding-bottom: 5px;
    background-color: #fff;
    color: #000;
	text-align: center;
	font-size: 13px;
}
.callback-bt {
    background:#38a3fd;
    border:2px solid #38a3fd;
	border-radius:50%;
    box-shadow:0 8px 10px rgba(56,163,253,0.3);
	cursor:pointer;
	height:90px;
	text-align:center;
	width:90px;
	position: fixed;
	right: 5%;
	bottom: 7rem;
	z-index:9999;
	transition:.3s;
	-webkit-animation:hoverWave linear 1.3s infinite;
	animation:hoverWave linear 1.3s infinite;
}
.callback-bt .text-call{
    height:90px;
    width:90px;        
    border-radius:50%;
    position:relative;
    overflow:hidden;
}
.callback-bt .text-call span {
    text-align: center;
    color:#fff;
    opacity: 1;
    font-size: 9px;
    position:absolute;
    right: 0px;
    top: 24px;
    line-height: 14px;
    font-weight: 600;
    text-transform: uppercase;
    transition: opacity .3s linear;
    font-family: 'montserrat', Arial, Helvetica, sans-serif;
}
@-webkit-keyframes hoverWave {
        0% {
        box-shadow:0 8px 10px rgba(56,163,253,0.3),0 0 0 0 rgba(56,163,253,0.2),0 0 0 0 rgba(56,163,253,0.2)
}
40% {
        box-shadow:0 8px 10px rgba(56,163,253,0.3),0 0 0 15px rgba(56,163,253,0.2),0 0 0 0 rgba(56,163,253,0.2)
}
80% {
        box-shadow:0 8px 10px rgba(56,163,253,0.3),0 0 0 30px rgba(56,163,253,0),0 0 0 26.7px rgba(56,163,253,0.067)
}
100% {
        box-shadow:0 8px 10px rgba(56,163,253,0.3),0 0 0 30px rgba(56,163,253,0),0 0 0 40px rgba(56,163,253,0.0)
}
}@keyframes hoverWave {
        0% {
        box-shadow:0 8px 10px rgba(56,163,253,0.3),0 0 0 0 rgba(56,163,253,0.2),0 0 0 0 rgba(56,163,253,0.2)
}
40% {
        box-shadow:0 8px 10px rgba(56,163,253,0.3),0 0 0 15px rgba(56,163,253,0.2),0 0 0 0 rgba(56,163,253,0.2)
}
80% {
        box-shadow:0 8px 10px rgba(56,163,253,0.3),0 0 0 30px rgba(56,163,253,0),0 0 0 26.7px rgba(56,163,253,0.067)
}
100% {
        box-shadow:0 8px 10px rgba(56,163,253,0.3),0 0 0 30px rgba(56,163,253,0),0 0 0 40px rgba(56,163,253,0.0)
}
}
@keyframes shake {
0% {
    transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
}
10% {
    transform: rotateZ(-30deg);
        -ms-transform: rotateZ(-30deg);
        -webkit-transform: rotateZ(-30deg);
}
20% {
    transform: rotateZ(15deg);
        -ms-transform: rotateZ(15deg);
        -webkit-transform: rotateZ(15deg);
}
30% {
    transform: rotateZ(-10deg);
        -ms-transform: rotateZ(-10deg);
        -webkit-transform: rotateZ(-10deg);
}
40% {
    transform: rotateZ(7.5deg);
        -ms-transform: rotateZ(7.5deg);
        -webkit-transform: rotateZ(7.5deg);
}
50% {
    transform: rotateZ(-6deg);
        -ms-transform: rotateZ(-6deg);
        -webkit-transform: rotateZ(-6deg);
}
60% {
    transform: rotateZ(5deg);
        -ms-transform: rotateZ(5deg);
        -webkit-transform: rotateZ(5deg);
}
70% {
    transform: rotateZ(-4.28571deg);
        -ms-transform: rotateZ(-4.28571deg);
        -webkit-transform: rotateZ(-4.28571deg);
}
80% {
    transform: rotateZ(3.75deg);
        -ms-transform: rotateZ(3.75deg);
        -webkit-transform: rotateZ(3.75deg);
}
90% {
    transform: rotateZ(-3.33333deg);
        -ms-transform: rotateZ(-3.33333deg);
        -webkit-transform: rotateZ(-3.33333deg);
}
100% {
    transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
}
}

@-webkit-keyframes shake {
0% {
    transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
}
10% {
    transform: rotateZ(-30deg);
        -ms-transform: rotateZ(-30deg);
        -webkit-transform: rotateZ(-30deg);
}
20% {
    transform: rotateZ(15deg);
        -ms-transform: rotateZ(15deg);
        -webkit-transform: rotateZ(15deg);
}
30% {
    transform: rotateZ(-10deg);
        -ms-transform: rotateZ(-10deg);
        -webkit-transform: rotateZ(-10deg);
}
40% {
    transform: rotateZ(7.5deg);
        -ms-transform: rotateZ(7.5deg);
        -webkit-transform: rotateZ(7.5deg);
}
50% {
    transform: rotateZ(-6deg);
        -ms-transform: rotateZ(-6deg);
        -webkit-transform: rotateZ(-6deg);
}
60% {
    transform: rotateZ(5deg);
        -ms-transform: rotateZ(5deg);
        -webkit-transform: rotateZ(5deg);
}
70% {
    transform: rotateZ(-4.28571deg);
        -ms-transform: rotateZ(-4.28571deg);
        -webkit-transform: rotateZ(-4.28571deg);
}
80% {
    transform: rotateZ(3.75deg);
        -ms-transform: rotateZ(3.75deg);
        -webkit-transform: rotateZ(3.75deg);
}
90% {
    transform: rotateZ(-3.33333deg);
        -ms-transform: rotateZ(-3.33333deg);
        -webkit-transform: rotateZ(-3.33333deg);
}
100% {
    transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
}
}

@media (max-width: 767px){
	.modal-contentdip{
		width: 95%;
	}
	.modaldip{
		padding-top: 20px;
	}
	.modal-footerdip{
		padding-bottom: 15px;
	}
	.bottom_text {
		font-size: 11px;
		margin-top: 5px;
	}
	[data-name="whatsapp"] {
    margin-bottom: 0 !important;
}
}
/* конец пульсирующая форма */

/* обычная форма в контенте */
.b24-form-sign{
	display: none !important;
}
.mainblock{
	background: #fff;
}
.b24-form-padding-side {
    padding-left: 10px;
    padding-right: 10px;
}
.b24-form-control{
	width: 100% !important;
}
.b24-form-control-container input{
	width: 100% !important;
}
.btn_new_form_2212 {
    font-size: 14px;
    font-weight: 600;
    color: #2e302f;
    text-decoration: underline;
    padding: 5px 10px;
    font-family: 'Roboto',Arial,sans-serif;
    display: inline-block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #FFFFFF;
    cursor: pointer;
    margin-right: -1px;
    position: relative;
    overflow: hidden;
    -webkit-transition: ease 0.3s;
    transition: ease 0.3s;
}
.btn_new_form_2212[data-name="whatsapp"] span:before {
    background-image: url(/wp-content/uploads/2023/06/whatsapp.svg);
}
.btn_new_form_2212[data-name="telegram"] span:before {
    background-image: url(/wp-content/uploads/2023/09/telegram_logo.svg);
}
.btn_new_form_2212 span:before {
    content: "";
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    margin-right: 5px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.btn_new_form_2212 span {
    display: inline-block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    position: relative;
    z-index: 2;
}
.b24-form-sign{
	display: none !important;
}
/* конец обычная форма в контенте */