/*
 * CSS новой формы
*/
.mainblock {
    margin: 0 auto;

}

.mainwrap {
    margin: 0 auto;
    max-width: 550px;
}

.mainblock .wrapper_form {
	background-color: #ffffff;
    /* border-width: 3px; */
    border-color: #f2254f;
    border-radius: 5px;
    /* box-shadow: 0 0 5px 0 rgb(0 0 0 / 21%); */
    box-shadow: none;
    padding: 31px 45px 39px;
    margin-bottom: 25px;
    margin-top: 25px;
    /* border: 3px solid #29a358; */
}


.form_left {display:inline-block;}
.form_right {float: right;}
.form_right .girl1 {   background: url(../form_crm_v2/img/anna.jpg) bottom center no-repeat; 
    display: block;
       height: 509px;
   width: 433px;
    bottom:26px;
    position: relative;
   /*  background-size: cover; */
	}
	
  @media screen and (max-width: 1010px){	
	.form_left {
    display: block;
}

.form_right {
    display:none!important;
}

.form_left_2 {float:none;width: 100%;}
.form_right_2 {  float:none;width: 100%;}
	  
	  
	  .form_right {display:none;} 

}



.t-title_xs{    
    margin-bottom: 5px;
    font-size: 33px;
    line-height: 1.23;
    font-family: 'Roboto',Arial,sans-serif;
    font-weight: 600;
    color: #000000;
    text-align:center;
}


.t-descr_xl {
font-size: 16px;
    font-family: 'Roboto',Arial,sans-serif;
    font-weight: 300;
    color: #909090;
    text-align: center;
    margin-bottom: 6px;
}


.t-input-subtitle {
    font-size: 16px;
    display: block;
    vertical-align: middle;
    height: 100%;
    padding-right: 10px;
    font-family: 'Roboto',Arial,sans-serif;
    font-weight: 300;
    color: #000000;
	padding:0;
	
}


.n-input  {
    color: #000000;
    border: 1px solid #d6d6d6;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    height: 56px;
    background-color: transparent;
    -webkit-appearance: none;
    padding: 0px 20px;
    font-size: 16px;
    line-height: 1.33;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}


.t-input-group {
    margin-bottom: 0px;
	
}



.t696 .t-form__submit {
    display: block;
    text-align: center;
    vertical-align: middle;
    height: 100%;
    margin-top: 30px;
    margin-bottom: 10px;
}


.mybuttonstyle {
    outline: none;
    position: relative;
    top: -7px;
    margin: 10px 0;
    overflow: hidden;
 /*   box-shadow: 0 2px 0 #3cb100, 0 15px 15px -10px #fdc1cd; */
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.t-submit {
    font-family: 'Roboto',Arial,sans-serif;
    text-align: center;
   background-image: linear-gradient(#52ac62, #01994d);
    border: 0 none;
    font-size: 16px;
    padding-left: 60px;
    padding-right: 60px;
    -webkit-appearance: none;
    font-weight: bold;
    white-space: nowrap;
    background-image: none;
    cursor: pointer;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    background: transparent;
    width:100%;
    color: #ffffff;
    background-color: #f2254f;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}


.mybuttonstyle:before {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
    background: -webkit-gradient(linear,left top,left bottom,from(#e5ac8e),color-stop(50%,#fff),color-stop(50%,#e5ac8e));
    background: -webkit-gradient(linear,left top,left bottom,from(rgba(229,172,142,0)),color-stop(50%,rgba(255,255,255,.7)),color-stop(50%,rgba(229,172,142,0)));
    background: linear-gradient(to bottom,rgba(229,172,142,0),rgba(255,255,255,.7) 50%,rgba(229,172,142,0));
    -webkit-transform: rotateZ(
60deg) translate(-5em,7.5em);
    -ms-transform: rotate(60deg) translate(-5em,7.5em);
    transform: rotateZ(
60deg) translate(-5em,7.5em);
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-animation: sheen 3s infinite;
    animation: sheen 3s infinite;
}

.mybuttonstyle {
    outline: none;
    position: relative;
    top: -7px;
    margin: 10px 0;
    overflow: hidden;
  /* box-shadow: 0 2px 0 #3cb100, 0 12px 15px -10px #009c37b8; */
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.t-form .t-submit {
    position: relative;
}


.t-submit {
font-family: 'Roboto',Arial,sans-serif;
height: 40px !important;
    text-align: center;
   border-radius: 5px !important;
   box-shadow: none !important;
    border: 0 none;
    font-size: 16px;
    padding-left: 60px;
    padding-right: 60px;
    -webkit-appearance: none;
    font-weight: bold;
    white-space: nowrap;
    background-image: linear-gradient(#6991BC, #4782C1) !important;
    cursor: pointer;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
 
    color: #FFFFFF !important;
 
    
}


.t-input-subtitle {
    display: block;
    vertical-align: middle;
    height: 100%;
    padding-right: 10px;
    margin-top: 10px;
}

.t696 .t-submit {
    height: 56px;
    padding-left: 40px;
    padding-right: 40px;
}


.t-input {margin-right: 15px;}


.bottom_text {
    color: #929292;
    font-size: 13px;
    margin-top: 10px;
    text-align: center;
}

.mybuttonstyle:hover {box-shadow:none;}

.mybuttonstyle:active {
    -webkit-box-shadow: 0px 0px 8px 0px rgb(34 60 80 / 72%) inset;
    -moz-box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2) inset;
    box-shadow: 0px 0px 16px 0px rgb(34 60 80) inset;
}

.t-input-phonemask__options-wrap {
    display: none;
    position: absolute;
    top: calc(100% + 5px);
    left: 0;
    z-index: 10;
    min-width: 410px;
    max-height: 200px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 7px;
    box-shadow: 0 0 1px rgb(0 0 0 / 10%);
    overflow-y: scroll;
}


.t-input {
    margin: 0;
    margin-top: 0px !important;
    font-family: 'Roboto',Arial,sans-serif;
    font-size: 100%;
    height: 40px !important;
    padding: 0px 20px;
    font-size: 16px;
    line-height: 1.33;
    width: 100%;
    border: 0 none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    -webkit-appearance: none;
    border-radius: 0;
}


.t696 .t-form__submit {
    display: block;
    text-align: center;
    vertical-align: middle;
    height: 100%;
    margin-top: 30px;
    margin-bottom: 10px;
}



.t696 .t-form__submit {
    display: block;
    text-align: center;
    vertical-align: middle;
    height: 100%;
    margin-top: 30px;
    margin-bottom: 10px;
}

.mt-18 {    margin-top: 30px!important;}
.h100 {height:100px!important;}

.t-input-block {margin-right:15px;}

.area-input {
    color: #000000;
    border: 1px solid #d6d6d6;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    height: 50px;
    background-color: transparent;
    -webkit-appearance: none;
    padding: 15px 20px 5px 20px;
    font-size: 16px;
    line-height: 1.33;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}

.t-input{color:#000000; border:1px solid #d6d6d6;  border-radius: 5px !important; -moz-border-radius: 5px; -webkit-border-radius: 5px;}




/*Настройка контента в кнопке*/
/*Телефон белый*/
.toggle__btn_active[data-name="tel"] span:before, .toggle__btn_active[data-name="tel"]:hover span:before , .toggle__btn[data-name="tel"]:hover span:before {
    background-image: url(/phone-gray.svg) !important;
}
/*Телефон серый*/
 .toggle__btn[data-name="tel"] span:before {
    background-image: url(/phone-gray.svg);
}
/*WA белый*/
.toggle__btn_active[data-name="wapp"] span:before, .toggle__btn_active[data-name="wapp"]:hover span:before , .toggle__btn[data-name="wapp"]:hover span:before {
    background-image: url(/wapp.svg) !important;
}
/*WA зелёный*/
 .toggle__btn[data-name="wapp"] span:before {
    background-image: url(/wapp.svg);
}

/*TG белый
.toggle__btn_active[data-name="tele"] span:before, .toggle__btn_active[data-name="tele"]:hover span:before , .toggle__btn[data-name="tele"]:hover span:before {
    background-image: url(https://clck.ru/EqfEr) !important;
}

 .toggle__btn[data-name="tele"] span:before {
    background-image: url(https://clck.ru/EqfGK);
}
*/

/*VK белый
.toggle__btn_active[data-name="vk"] span:before, .toggle__btn_active[data-name="vk"]:hover span:before , .toggle__btn[data-name="vk"]:hover span:before {
    background-image: url() !important;
}

 .toggle__btn[data-name="vk"] span:before {
    background-image: url();
}
*/

/*EMAIL белый*/
.toggle__btn_active[data-name="mail"] span:before, .toggle__btn_active[data-name="mail"]:hover span:before , .toggle__btn[data-name="mail"]:hover span:before{
    background-image: url(/mail.svg) !important;
}
/*EMAIL красный*/
 .toggle__btn[data-name="mail"] span:before {
    background-image: url(/mail.svg);
}




/*Viber белый
.toggle__btn_active[data-name="viber"] span:before, .toggle__btn_active[data-name="viber"]:hover span:before ,.toggle__btn[data-name="viber"]:hover span:before {
    background-image: url(https://clck.ru/EqfPo) !important;
}

 .toggle__btn[data-name="viber"] span:before {
    background-image: url(https://clck.ru/EqfQ8);
}

*/

/*Формат для всего блока*/
    .toggle-grid {
    width: 100%;
    max-width: 560px;
    margin: 0 auto 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
}
/*Настройка перой кнопки*/    
    .toggle__btn:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

/*Стиль для активной кнопки*/
   .toggle__btn_active {
    border-color: #009e48;
    -webkit-box-shadow: 0px 7px 10px 0px rgb(15 215 48 / 20%);
    box-shadow: 0px 7px 10px 0px rgb(15 215 50 / 20%);
    color: #FFFFFF !important;
    background-image: linear-gradient(#6991BC, #4782C1) !important;
}
/*Настройка для всех кнопок*/
.btn_new_form_2212{
	text-decoration: underline !important;
	padding: 5px 10px;
    font-size: 12px;
	font-weight: 400;
    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;
    color: #5D5D5D;
    cursor: pointer;
    margin-right: -1px;
    position: relative;
    overflow: hidden;
    -webkit-transition: ease 0.3s;
    transition: ease 0.3s;
}

   .toggle__btn {
    width: calc(100%/3);
    height: 45px;
    font-size: 12px;
    font-family: 'Roboto',Arial,sans-serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    border: 1px solid #d6d6d6;
    color: #5D5D5D;
    cursor: pointer;
    margin-right: -1px;
    position: relative;
    overflow: hidden;
    -webkit-transition: ease 0.3s;
    transition: ease 0.3s;
}
/*Настройка псевдокласса активной кнопки*/
   .toggle__btn_active:before {
    opacity: 1;
}
/*Настройка псевдокласса кнопки*/
   .toggle__btn:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#5F8DBF), to(#5589C4));
    background-image: linear-gradient(#5F8DBF, #5589C4);
    opacity: 0;
    -webkit-transition: ease 0.3s;
    transition: ease 0.3s;
}

/*Настройка последней кнопки*/
.toggle__btn:last-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-right: 0;
}
/*Настройка контента в кнопке*/
 .toggle__btn span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
}
.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;
}
/*Настройка псевдокласса в кнопке*/
 .toggle__btn span:before {
    content: "";
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 13px;
    height: 18px;
    margin-right: 5px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.btn_new_form_2212 span:before {
    content: "";
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 15px;
    height: 15px;
    margin-right: 5px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
/*Настройка эффекта при наведении в кнопке*/
.toggle__btn:hover {
   border-color: #00652f;
    
    background-image: linear-gradient(to bottom, #A9D2E8, #A9D2E8);
    color: #FFFFFF;
}
/*Настройка кнопок на мобильных дисплеях*/
 @media screen and (max-width: 640px){

.toggle__btn span {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
}
}
/*Настройка кнопок на мобильных дисплеях*/
 @media screen and (max-width: 500px){

.toggle__btn span {
    font-size: 0px;
}
.toggle__btn span:before {
    width: 15px;
    height: 15px;
}
}


 @media screen and (max-width: 500px){
	 
}


    .t696__content {
    padding: 31px 45px 39px !important;
}
    .t696__text-wrapper {
    margin-bottom: 40px !important;
}

  .t696 .t-form__submit {
    margin-top: 55px  !important;
}  
   .t696__form-bottom-text {
    clear: both;
}

   .t696__form-bottom-text div {
    font-size: 10px   !important;
    opacity: 0.6   !important;
}

  @media screen and (max-width: 640px){

   .t696 .t-form__submit {
    margin-top: 35px  !important;
} 

	  .t-input-block {margin-right:0;}
	  
	  .area-input {
   
    min-height: 70px!important;

}
}

.t-form__successbox {
    background: #ffcfd9 !important;
    border-radius: 30px;
}
.t-form__errorbox-middle {
    display: none;
}


 @media screen and (max-width: 1175px){
  .form_right {display:none!important;} 
	 
	 .form_left {
    display: inline-block;
    width: 100%;
}

}

.alert-success {
    display: block;
    font-size: 17px;
    text-align: center;
    color: #2e522e;
    font-weight: 600;
    line-height: 30px;
    padding-top: 59px;
}

 .btn_new_form_2212[data-name="telegram"] span:before {
    background-image: url(/telegram_logo.svg);
}

 .btn_new_form_2212[data-name="whatsapp"] span:before {
    background-image: url(/wapp.svg);
}
.t-input-block {
    margin-right: 0px;
}
.wrapper_form .alert-success {
    color: #3c763d;
    background-color: transparent;
    border-color: transparent;
}