/* ПОПАП - стили */

.scallcheck-block {
    display: flex;
    align-items: baseline;
	margin-bottom: 20px;
}

.scallcheck-block input[type="checkbox"] {
	width: auto;
    max-width: 100%;
    font-size: 14pt;
    padding: 0px; 
    display: inline-block;
    margin-right: 5px;
	position: relative;
    top: 1px;
}

#error-area {
	color: #B00000;
	line-height: 1.1;
    margin-bottom: 15px;
}

.scallcheck-label {
    display: inline-block;
    max-width: 90%;
    font-size: 11pt;
	cursor: pointer;
    line-height: 1.1;
	margin-bottom: 5px;
    margin-right: 10px;
}

a.scallbackclose {
    position: absolute;
    top: 20px;
    right: 20px;
}

.scallbacklightbox h2 {
	margin-bottom: 20px;
	margin-top: 0px;
}

.scallbackoverlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
	background: #000;
	opacity: 0.8;
}

.scallbacklightbox {
	display: none;
	padding: 25px;
	width: 700px;
	background: #ffffff;
	box-shadow: 0 0 25px #111111;
	-moz-box-shadow: 0 0 25px #111111;
	-webkit-box-shadow: 0 0 25px #111111;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	z-index: 99999;
	overflow: auto;
}

.scallback-form-wrapper {
	
}

.scallback-form .input-data {
    width: 100%;
    height: 40px;
    margin: 0 20px;
    position: relative;
	margin: 32px 0;
}

.scallback-head {
    font-size: 16pt;
    font-weight: bold;
}

.scallback-send {
    padding: 8px 13px;
    border-radius: 50px;
    background: #01A6DE;
    color: #fff;
    max-width: 200px;
    text-align: center;
    cursor: pointer;
    font-size: 12pt;
}

.scallback-form input {
	display: block;
	box-shadow: none!important;
    width: 100%;
    height: 100%;
    border: none;
	border-radius: 0px!important;
    font-size: 17px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.12);
}

.scallback-form .input-data input:focus ~ label, .input-data input:valid ~ label {
  transform: translateY(-20px)!important;
  font-size: 14px!important;
  color: #3498db!important;
}

.scallback-ok {
	display: none;
	font-size: 16pt;
	font-weight: bold;
	color: #3498db;
	text-transform: uppercase;
	    line-height: 1.2;
}

.scallback-form .input-data label{
  position: absolute;
  pointer-events: none;
  bottom: 10px;
  font-size: 16px;
  transition: all 0.3s ease!important;
}

.scallback-form .input-data .underline{
  position: absolute;
  bottom: 0;
  height: 2px;
  width: 100%;
}

.scallback-form .input-data .underline:before{
  position: absolute;
  content: "";
  height: 2px;
  width: 100%;
  background: #3498db;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.3s ease;
}
.scallback-form .input-data input:focus ~ .underline:before, .scallback-form .input-data input:valid ~ .underline:before{
  transform: scale(1);
}

#mod_calltoorder_circle {
	z-index					:1100;
	position				:fixed;
	opacity					:0.8;
	border-radius			:100%;
	cursor					:pointer;
}

.mod_calltoorder_circle {
	z-index					:1130;
	top						:25%;
	left					:25%;
	position				:absolute;
	border-radius			:100%;
	background-image		:url(/images/cphone.png);
	background-repeat		:no-repeat;
	background-position		:center;
	background-size			:50%;
}

.mod_calltoorder_circle_wave_out {
	z-index					:1120;
	top						:25%;
	left					:25%;
	position				:absolute;
	border-radius			:100%;
	-webkit-animation		:mod_calltoorder_wave_out 2s infinite linear;
	animation				:mod_calltoorder_wave_out 2s infinite linear;
}

.mod_calltoorder_circle_wave_in {
	z-index					:1110;
	top						:25%;
	left					:25%;
	position				:absolute;
	border-style			:solid;
	border-width			:1px;
	border-radius			:100%;
	-webkit-animation		:mod_calltoorder_wave_in 2s infinite linear;
	animation				:mod_calltoorder_wave_in 2s infinite linear;
}

.mod_calltoorder_p_i {
	margin 					:0;
	font-size 				:14px;
	color					:#6D6D6D;
}

.mod_calltoorder_p_i a:link, .mod_calltoorder_p_i a:visited {
	text-decoration			:underline;
}

.mod_calltoorder_p_i a:hover {
	text-decoration			:none;
}

#mod_calltoorder_form_submit {
	height					:auto !important;
	line-height				:1 !important;
	padding					:10px 15px !important;
	font-size				:14px !important;
	font-weight				:normal !important;
	border					:0;
	border-radius			:1px !important;
	background-color 		:#CCCCCC;
}

#mod_calltoorder_form:valid #mod_calltoorder_form_submit{
	cursor					:pointer !important;
	background-color 		:#CF0027;
	color 					:#FFFFFF;
	transition 				:0.3s;
}

.calltoorder_submit {
	text-align 				:left;
}

@-webkit-keyframes mod_calltoorder_wave_out {
	0%{
		-webkit-transform		:scale(1);
		-webkit-opacity			:0.5;
	}

	100%{
		-webkit-transform		:scale(2);
		-webkit-opacity			:0;
	}
}

@keyframes mod_calltoorder_wave_out {
	0%{
		transform				:scale(1);
		opacity					:0.5;
	}

	100%{
		transform				:scale(2);
		opacity					:0;
	}
}

@-webkit-keyframes mod_calltoorder_wave_in {
	0%{
		-webkit-transform		:scale(2);
		-webkit-opacity			:0;
	}

	100%{
		-webkit-transform		:scale(1);
		-webkit-opacity			:0.5;
	}
}

@keyframes mod_calltoorder_wave_in {
	0%{
		transform				:scale(2);
		opacity					:0;
	}

	100%{
		transform				:scale(1);
		opacity					:0.5;
	}
}


/*кнопка звонка*/

.callback-bt {
    background: #FF8C00;
    border-radius: 50%;
    box-shadow: 0 8px 10px rgba(225, 140, 0, 0.3);
    cursor: pointer;
    border: 2px solid transparent;
    display: block;
    height: 60px;
    width: 60px;
    text-align: center;
    position: fixed;
    right: 20px;
    bottom: 80px;
    z-index: 999;
    transition: .3s ease-in-out;
    -webkit-animation: hoverWave linear 3s infinite;
    animation: hoverWave linear 3s infinite;
}

.callback-bt:hover {
    background: #fff;
    border: 2px solid #FF8C00;
}

.callback-bt .text-call {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    position: relative;
}

.callback-bt .text-call:after {
	content: " ";
    background: url('/images/cphone.png') 50% 50% no-repeat;
	background-size: 18px;
    display: block;
    font-family: fontawesome;
    color: #fff;
    font-size: 30px;
    line-height: 60px;
    height: 60px;
    width: 60px;
    opacity: 1;
    transition: .3s ease-in-out;
    animation: 3200ms ease 0s normal none 1 running shake;
    animation-iteration-count: infinite;
	position: relative;
	top: -1px;
	left: -1px;
}

.callback-bt .text-call:hover:after {
    opacity: 0;
}

.callback-bt .text-call span {
    color: #FF8C00;
    display: block;
    left: 50%;
    top: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    opacity: 0;
    font-size: 11px;
    line-height: 12px;
    font-weight: 600;
    text-transform: uppercase;
    transition: .3s ease-in-out;
}

.callback-bt .text-call:hover span {
    opacity: 1;
}

@keyframes hoverWave {
    0% {
        box-shadow: 0 8px 10px rgba(225, 140, 0, 0.3), 0 0 0 0 rgba(225, 140, 0, 0.2), 0 0 0 0 rgba(225, 140, 0, 0.2)
    }

    40% {
        box-shadow: 0 8px 10px rgba(225, 140, 0, 0.3), 0 0 0 15px rgba(225, 140, 0, 0.2), 0 0 0 0 rgba(225, 140, 0, 0.2)
    }

    80% {
        box-shadow: 0 8px 10px rgba(225, 140, 0, 0.3), 0 0 0 30px rgba(225, 140, 0, 0), 0 0 0 26.7px rgba(225, 140, 0, 0.067)
    }

    100% {
        box-shadow: 0 8px 10px rgba(225, 140, 0, 0.3), 0 0 0 30px rgba(225, 140, 0, 0), 0 0 0 40px rgba(225, 140, 0, 0.0)
    }
}

/* animations icon */

@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);
    }
}
/* конец кнопки звонка */