/*** Callback ***/
*{
    -webkit-tap-highlight-color: transparent;
}
.body_n-scroll{
    overflow: hidden;
    position: absolute;
    width: 100%;
}
.callback-icon{
    height: 60px;
    width: 60px;
    display: none;
    position: fixed;
    z-index: 30;
    left: 30px;
    bottom: 50px;
    border-bottom: 0;
    background-color: #2d334d;
    border-radius: 50%;
    box-sizing: content-box;
    border:1px solid #fff;
}

.callback-icon_cp {
    bottom: 140px !important;
}

@media (max-width: 767px) {
    .callback-icon_cp {
        bottom: 110px !important;
    }
}

@media (max-width: 450px) {
    .callback-icon_cp {
        bottom: 140px !important;
    }
}

.callback-icon img{
    width: 30px;
    display: block;
    z-index: 2;
    margin: 15px auto 0;
}

.callback-icon:hover img{
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.ripple-1{
	width: 60px;
    height: 60px;
    margin: -45px auto 0;
    color: #e2e2e2;

    -webkit-border-radius: 32px;
    border-radius: 32px;
    height: 60px;
    width: 60px;
    background-size: contain;


    animation: pulse-shadow-collection 1.7s linear;
    animation-delay: .1s;
    animation-iteration-count: infinite;

    -webkit-animation: pulse-shadow-collection 1.7s linear;
    -webkit-animation-delay: .1s;
    -webkit-animation-iteration-count: infinite;

    -moz-animation: unset;
}

.ripple-2{
	width: 60px;
    height: 60px;
    margin: -60px auto 0;
    color: #e2e2e2;

    -webkit-border-radius: 32px;
    border-radius: 32px;
    height: 60px;
    width: 60px;
    background-size: contain;


    animation: pulse-shadow-collection 1.7s linear .7s forwards;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;

    -webkit-animation: pulse-shadow-collection 1.7s linear .7s forwards;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;

    -moz-animation: unset;
}



.callback-icon .phone {

    display: block;

    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    top: 50%;
}



@-webkit-keyframes pulse-shadow-collection {
    0% {
        -webkit-box-shadow: 0 0;
        box-shadow: 0 0;

        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    60% {
        -webkit-box-shadow: 0 0 5px 20px  rgba(239, 239, 239, 0.3);
        box-shadow: 0 0 5px 20px  rgba(239, 239, 239, 0.3);

        transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
    }

    70%{
    	box-shadow: 0 0 0 0 rgba(239, 239, 239, 0.3);
        -webkit-box-shadow: 0 0 0 0 rgba(239, 239, 239, 0.3);

        opacity: 0;

        transform: scale(1.2, 1.2);
        -webkit-transform: scale(1.2, 1.2);
        -moz-transform: scale(1.2, 1.2);
    }

    100% {
        -webkit-box-shadow: 0 0;
        box-shadow: 0 0;

        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        transform: scale(1, 1);

    }
}

@keyframes pulse-shadow-collection {
    0% {
        -webkit-box-shadow: 0 0;
        box-shadow: 0 0;

        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    60% {
        -webkit-box-shadow: 0 0 5px 20px  rgba(239, 239, 239, 0.3);
        box-shadow: 0 0 5px 20px  rgba(239, 239, 239, 0.3);

        transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
    }

    70%{
    	box-shadow: 0 0 0 0 rgba(239, 239, 239, 0.3);
        -webkit-box-shadow: 0 0 0 0 rgba(239, 239, 239, 0.3);

        opacity: 0;

        transform: scale(1.2, 1.2);
        -webkit-transform: scale(1.2, 1.2);
        -moz-transform: scale(1.2, 1.2);
    }

    100% {
        -webkit-box-shadow: 0 0;
        box-shadow: 0 0;

        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        transform: scale(1, 1);

    }
}


@-webkit-keyframes phonering-alo-circle-img-anim {
    0% {
        -webkit-transform:rotate(0) scale(1) skew(1deg)
    }

    10% {
        -webkit-transform:rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        -webkit-transform:rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        -webkit-transform:rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        -webkit-transform:rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        -webkit-transform:rotate(0) scale(1) skew(1deg)
    }

    100% {
        -webkit-transform:rotate(0) scale(1) skew(1deg)
    }
}

@keyframes phonering-alo-circle-img-anim {
    0% {
        -webkit-transform:rotate(0) scale(1) skew(1deg)
    }

    10% {
        -webkit-transform:rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        -webkit-transform:rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        -webkit-transform:rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        -webkit-transform:rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        -webkit-transform:rotate(0) scale(1) skew(1deg)
    }

    100% {
        -webkit-transform:rotate(0) scale(1) skew(1deg)
    }
}

.popup-callback-from-wrap {
    z-index: -1;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.7);
}

.popup-callback-from-wrap_active{
    z-index: 323232323232;
    opacity: 1;
    position: fixed;
}


@keyframes bounceInUp {
    0%,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    }
    0% {
        opacity: 0;
        transform: translate3d(0, 3000px, 0);
    }
    60% {
        opacity: 1;
        transform: translate3d(0, -20px, 0);
    }
    75% {
        transform: translate3d(0, 10px, 0);
    }
    90% {
        transform: translate3d(0, -5px, 0);
    }
    to {
        transform: translateZ(0);
    }
}

.bounceInUp {
    animation-name: bounceInUp;
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

/*
.callback-icon{
	display: none;
}
*/

.popup__callback__modal-body-success-text,.popup__callback__modal-body-soon-text{
    display: none;
}
.popup__callback__modal-body-soon-text a {
    margin-top: 30px;
}
@media (max-width: 767px){
    .popup__callback__modal-body-success-text button, .popup__callback__modal-body-soon-text button, .popup__callback__form button{
        height: 40px !important;
    }
    .popup__callback__form-row-submit-button.butn.butn-red{
        line-height: 15px !important;
    }
    .popup__callback__modal-body-soon-text p:first-child{
        font-size: 30px !important;
        font-weight: 900;
    }
    .popup__callback__modal-body-success-text p:first-child{
        font-size: 30px !important;
    }
    /*.popup__callback__modal-body-success-text p*/
    .popup__callback__modal-body-main-text, .popup__callback__modal-body-success-text{
        font-size: 30px !important;
    }
    .popup__callback__form-row input, .popup__callback-select-field{
        font-size: 12px !important;
    }
    .small-row{
        line-height: 24px !important
    }
    .popup__callback__form-row input, .popup__callback-select-field{
        height: 30px !important;
    }
	.callback-icon{
        height: 50px;
        width: 50px;
        left: 10px;
        bottom: 20px;
	}
	.callback-icon img{
    	width: 25px;
    	margin: 13px auto 0;
	}
	.ripple-1, .ripple-2{
    	width: 50px;
    	height: 50px;
	}
	.ripple-1{
	    margin: -38px auto 0;
	}
	.ripple-2{
	    margin: -50px auto 0;
	}
	.popup-callback-from-wrap_active{
    	cursor: pointer;
	}
}

.popup__discount_hide{
	display: none !important;
}

.popup__callback {
    background: #fff;
    border-radius: 6px;
    box-sizing: border-box;
    width: 658px;
    height: 488px;
	position: absolute;
	display: block;
    -webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	top: 50%;
	left: 50%;
    background-image: url(/img/girl.png);
    background-repeat: no-repeat;
    background-position-x: -5px;
    padding-left: 320px;
    padding-top: 40px;
    padding-right: 35px;
}
.popup__callback__form-row.buttons-block{
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 30px;
}
.popup__callback__modal-body-main-text, .popup__callback__modal-body-success-text {
    color: #2D334D;
    font-size: 28px;
    font-weight: 900;

    margin: 0;
}
.small-row {
	color: #555555;
	font-weight: normal;
	font-size: 18px;
	margin-top: 10px;
	text-transform: none;
	line-height: 25px;
	font-family: Open Sans;
	font-weight: normal;
}
.popup__callback__modal-body-soon-text p:first-child{
    color: #2D334D;
    font-family: 'Open Sans';
    font-size: 28px;
    font-weight: 700;
    line-height: 33px;
    text-align: center;
    margin: 0;
    text-transform: uppercase;
}
/*
.popup__callback__modal-body-soon-text p{
    padding: 0 50px;
}
*/
.popup__callback__modal-close-button.js-callback-form-cancel {

}
.popup__callback__modal-body-secondary-text, .popup__callback__modal-body-third-text, .popup__callback__modal-body-success-text p, .popup__callback__modal-body-soon-text p {
    color: #555;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
    font-family: 'Open Sans';
}
.popup__callback__modal-body-soon-text p{
    font-weight: 400;
}
.popup__callback__form-row input {
    width: 100%;
    outline: none;
    box-sizing: border-box;
    border: 1px solid #C9C9C9;
    border-radius: 3px;
    color: #22252a;
    font-size: 16px;
    height: 40px;
    padding: 9px 20px 9px;
    font-size: 16px;
    line-height: 22px;
    font-family: Open Sans;
    font-weight: normal;
}
.popup__callback__form-row input::-webkit-input-placeholder {
  color: #9B9B9B;
}
.popup__callback__form-row input::-moz-placeholder {
  color: #9B9B9B;
}
.popup__callback__form-row input::-ms-input-placeholder {
  color: #9B9B9B;
}

.popup__callback__form-half-group_left, .popup__callback__form-half-group_right {
    width: 100%;
    margin-bottom: 20px;
    position: relative;
}
.popup__callback-text-field {
    padding: 8px;
    border: 1px solid transparent;
    border-radius: 2px;
    color: #737373;
    font-size: 14px;
    font-weight: 400;
}

.popup__callback__form {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}
.popup__callback__modal-body-main-text {
	margin-bottom: 25px;
	text-transform: uppercase;
	line-height: 33px;
	text-align: center;
	font-family: 'Work Sans';
}
.popup__callback-label-field {
    padding: 0;
    margin: 0;
    font-size: 14px;
    color: #232C3B;
    line-height: 1.7;
    font-weight: 400;
    font-family: 'Open Sans';
}
.popup-callback-from .flag-container {
    margin-left: 10px;
}
.popup__callback__modal-close-button.js-callback-form-cancel{
    cursor: pointer;
    text-transform: uppercase;
    text-align: center;
    width: 50%;
    font-weight: 900;
    color: #B7B7B7;
}
.popup__callback__form-row-group {
    width: 100%;
    grid-column-start: 1;
    grid-column-end: 3;
}
.popup__callback-select-field {
    width: 100%;
    -moz-appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    outline: none;
    padding: 8px 10px;
    font-size: 16px;
    font-weight: 400;
    background: transparent;
    height: 40px;
    border: 1px solid #C9C9C9;
    box-sizing: border-box;
    border-radius: 3px;
    color: #22252a;
    font-family: "Avenir LT Std", 'Open Sans', sans-serif;
}
.popup__callback__form button {
    background-color: #51d1c2;
    border: 1px solid #51d1c2;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 50px;
    font-family: 'Work Sans';
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    -webkit-transition: background-color .3s,color .3s;
    transition: background-color .3s,color .3s;
}
.popup__callback__form button:hover{
    background-color: #48b8ab;
}
.popup__callback__form button span {
    position: relative;
    top: -13px;
    padding: 0;
}
.popup__callback__modal-body {
    position: relative;
}
.popup__callback__modal-body-success-text p {
	font-family: Work Sans;
	font-style: normal;
	font-weight: bold;
	font-size: 28px;
	line-height: 33px;
	text-align: center;
	text-transform: uppercase;
	color: #2D334D;
}
.popup__callback__modal-body-success-text button{
    background-color: #51d1c2;
    border: 1px solid #51d1c2;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 300px;
    height: 50px;
    font-family: 'Work Sans';
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    -webkit-transition: background-color .3s,color .3s;
    transition: background-color .3s,color .3s;
}
.popup__callback__modal-body-success-text button:hover{
    background-color: #48b8ab;
}
.will-get{
    color: #555555 !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    margin-top: 30px;
}
.popup__callback__modal-body-success-text button span, .popup__callback__modal-body-soon-text button span {
    padding: 0;
    position: relative;
    margin: 0;
    top: -12px;
}
.popup__callback__modal-body-success-text button, .popup__callback__modal-body-soon-text button{
    display: block;
    margin: 30px auto 0;
    font-weight: 700;
    width: 180px;
    height: 50px;
}
.popup__callback__modal-body-soon-text button{
    background-color: #51d1c2;
    border: 1px solid #51d1c2;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 300px;
    height: 50px;
    font-family: 'Work Sans';
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    -webkit-transition: background-color .3s,color .3s;
    transition: background-color .3s,color .3s;
}
.popup__callback__modal-body-soon-text button:hover{
    background-color:#48b8ab;
}

.popup__callback__modal-body-success-text button{
    margin: 0 auto;
    margin-top: 30px;
}
.popup__callback .second-step{
    height: 100%;
}
.popup__callback__modal-body-success-text {
	color: #1d1d1d;
	font-size: 22px;
	width: 100%;
    height: 100%;
    line-height: normal;
    padding: 40px;
    background-color: #fff;
    margin-bottom: 30px;
    box-sizing: border-box;
    border-radius: 10px;
}
.phone-help-block, .name-help-block {
    color: #EE9279;
    font-size: 10px;
    position: absolute;
    bottom: -12px;
    line-height: 1;
    width: 330px;
}
.popup__callback-text-field_error {
    border: 1px solid #e03100;
}
.callback-icon .phone:before{
    content: none;
}
.popup__callback__form-row:last-child {
	margin-bottom: 0;
}
.intl-tel-input .selected-flag{
    padding: 0;
}
.intl-tel-input.allow-dropdown .selected-flag, .intl-tel-input.separate-dial-code .selected-flag{
    width: 40px;
}
.intl-tel-input.allow-dropdown .selected-flag:focus{
    outline: none;
}
.intl-tel-input.allow-dropdown .flag-container:hover .selected-flag{
    background-color: transparent;
}
.popup__callback__form-row input.popup__callback-text-field_error {
	border: 1px solid #e03100;
	color: #e03100;
}
.popup__callback__form-row input:focus,.popup__callback__form-row input.popup__callback-text-field_error:focus {
	border: 1px solid #4ca9e3;
}

#circleG{
	width: 82px;
	height: 55px;
	margin: auto;
	display: none;
	padding-top: 15px;
}

.circleG{
	background-color:#FE8065;
	float:left;
	height:18px;
	margin-left:9px;
	width:18px;
	animation-name:bounce_circleG;
  -o-animation-name:bounce_circleG;
  -ms-animation-name:bounce_circleG;
  -webkit-animation-name:bounce_circleG;
  -moz-animation-name:bounce_circleG;
  animation-duration:2.24s;
  -o-animation-duration:2.24s;
  -ms-animation-duration:2.24s;
  -webkit-animation-duration:2.24s;
  -moz-animation-duration:2.24s;
  animation-iteration-count:infinite;
  -o-animation-iteration-count:infinite;
  -ms-animation-iteration-count:infinite;
  -webkit-animation-iteration-count:infinite;
  -moz-animation-iteration-count:infinite;
  animation-direction:normal;
  -o-animation-direction:normal;
  -ms-animation-direction:normal;
  -webkit-animation-direction:normal;
  -moz-animation-direction:normal;
  border-radius:12px;
  -o-border-radius:12px;
  -ms-border-radius:12px;
  -webkit-border-radius:12px;
  -moz-border-radius:12px;
}

#circleG_1{
	animation-delay:0.45s;
  -o-animation-delay:0.45s;
  -ms-animation-delay:0.45s;
  -webkit-animation-delay:0.45s;
  -moz-animation-delay:0.45s;
}

#circleG_2{
	animation-delay:1.05s;
  -o-animation-delay:1.05s;
  -ms-animation-delay:1.05s;
  -webkit-animation-delay:1.05s;
  -moz-animation-delay:1.05s;
}

#circleG_3{
	animation-delay:1.35s;
  -o-animation-delay:1.35s;
  -ms-animation-delay:1.35s;
  -webkit-animation-delay:1.35s;
  -moz-animation-delay:1.35s;
}



@keyframes bounce_circleG{
	0%{}

	50%{
		background-color:rgb(255, 255, 255);
	}

	100%{}
}

@-o-keyframes bounce_circleG{
	0%{}

	50%{
		background-color:rgb(255, 255, 255);
	}

	100%{}
}

@-ms-keyframes bounce_circleG{
	0%{}

	50%{
		background-color:rgb(255, 255, 255);
	}

	100%{}
}

@-webkit-keyframes bounce_circleG{
	0%{}

	50%{
		background-color:rgb(255, 255, 255);
	}

	100%{}
}

@-moz-keyframes bounce_circleG{
	0%{}

	50%{
		background-color:rgb(255, 255, 255);
	}

	100%{}
}
.popup__callback__form-row .main-calc__select {
	position: relative;
}
.popup__callback__form-row .main-calc__select::after {
	background-image: url("/sections/callback/icon_arrow.svg");
	background-repeat: no-repeat;
    background-size: contain;
	content: '';
	position: absolute;
    width: 11px;
    height: 6px;
	top: -webkit-calc(50% - 2px);
	top: calc(50% - 2px);
	right: 10px;
	z-index: -1;
}
/*
.popup__callback__modal-body-soon-text{
    padding-bottom: 30px;
}
*/
@media (max-width: 767px) {
    .popup__callback{
        width: calc(100% - 40px);
    }
    .popup__callback__modal-close-button.js-callback-form-cancel{
        right: 0;
    }
    .popup__callback__modal-body-soon-text p:first-child{
        padding-left: 0;
        padding-right: 0;
    }
    .popup__callback__modal-body-soon-text p{
        padding-left: 0;
        padding-right: 0;
    }
    .popup__callback__form{
        margin-top: 12px;
    }
    .will-get {
        padding: 0 20px !important;
    }
    .popup__callback__form-half-group_left, .popup__callback__form-half-group_right{
        width: 100%;
    }
    .popup__callback{
        padding: 20px;
        padding-top: 60px;
        height: auto;
    }
    .popup__callback__modal-body-main-text{
        text-align: center;
        text-transform: uppercase;
    }
    .clearfix.popup__callback__form-row{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .popup__callback__form-half-group_left, .popup__callback__form-half-group_right {
        margin-bottom: 10px;
    }
    .popup__callback__form-row {
        flex-direction: column !important;
    }
    .popup__callback__modal-close-button.js-callback-form-cancel{
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-top: 22px;
    }
}
@media (max-width: 767px) and (orientation: landscape) {
    .popup__callback__modal-close-button.js-callback-form-cancel{
        top: 0;
    }
    .popup__callback{
        padding: 10px;
    }
    .popup-callback-from-wrap_active{
        overflow: auto;
    }
    /*.popup__callback{*/
        /*margin: 50px 0;*/
    /*}*/
}
@media (max-width: 570px) and (orientation: landscape){
    .popup__callback{
        top: 34%;
        margin-bottom: 40px;
    }
    .popup-callback-from-wrap_active{
        overflow: auto;
    }
}
select::-ms-expand {
    display: none;
}
@media(max-width: 500px) and (max-height: 391px){
    .popup__callback{
        width: 90%;
    }
    .clearfix.popup__callback__form-row{
        flex-direction: column;
    }
    .popup__callback__form-half-group_left, .popup__callback__form-half-group_right{
        width: 100%;
    }
}
@media(max-width: 767px){
    .popup__callback{
        top:50%;
        background-image: none;
        background-color: #fff;
    }
    .popup__callback-select-field{
        padding: 6px 10px;
    }
}
.close_callback{
    position: absolute;
    width: 12px;
    height: 12px;
    background-image: url(/sections/callback/close_callback.png);
    top:20px;
    right:20px;
    cursor: pointer;
    z-index: 1;
}

@media (max-height: 414px) {
    .popup__callback {
        width: 300px;
    }

    .popup__callback__modal-body-main-text {
        font-size: 22px !important;
    }
}