::selection {
    background: #f26422;
    color: #fff;
}
.sm__popup.is--showing {
    transform: translateY(0);
}
.sm__popup {
    position: fixed;
    left: 20px;
    bottom: 20px;
    z-index: 1000;
    width: 100%;
    max-width: 480px;
    padding: 25px 5px;
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 3px 10px rgba(0,0,0,.26);
    transform: translateY(500px);
    transition: all .2s ease;

}
.sm__popup-fancybox-close {
    top: 4px;
    right: 0;
}
.fancybox-close {
    position: absolute;
    top: 10px;
    right: 15px;
    display: block;
    width: 30px;
    height: 30px;
    z-index: 1000;
    cursor: pointer;
}
a {
    color: #f26422;
}
.sm__popup-fancybox-close:after, .sm__popup-fancybox-close:before{
    height: 2px;
    width: 12px;
    background-color: rgba(60,60,59,.42);
}
.fancybox-close:after, .fancybox-close:before {
    position: absolute;
    content: '';
    top: 14px;
    left: 8px;
    display: block;
    height: 2px;
    width: 15px;
    background-color: rgba(60,60,59,.6);
    transition: all .25s ease-out;
}
.fancybox-close:after {
    transform: rotate(-45deg);
}
.fancybox-close:before {
    transform: rotate(-135deg);
}
.fancy__popup-wrap {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.fancy__popup-title {
    font-size: 26px;
    line-height: 1.347em;
    font-family: core_sans,Arial,sans-serif;
}

.sm__popup-title {
    margin-bottom: 20px;
    font-size: 20px;
}
.fancy__popup-title {
    text-align: center;
    letter-spacing: 1px;
}
.sm__popup-content {
    display: flex;
    justify-content: space-between;
}
.orange {
    color: #ff1e6e;
}
.sm__popup-content>div {
    flex: 1;
}
.sm__popup-preview {
    position: relative;
    flex-basis: 155px;
    max-width: 155px;
    text-align: center;
}
.sm__popup-preview img {
    position: relative;
    /*width: 106px;*/
    height: 193px;
	top: 16px;
	max-width: 100%;
}

/*img {
    max-width: 100%;
}*/
.sm__popup-steps {
    width: 100%;
    margin-left: 17px;
}
.sm__popup-step.hide {
    height: 0;
    width: 0;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
}
.sm__popup-step {
    position: relative;
    z-index: 1;
    opacity: 1;
    visibility: visible;
    transition: opacity .2s ease;
}
.hide {
    display: none!important;
}
.ts-list {
    margin-bottom: 15px;
}
.ts-list, ul.color__dotted {
    list-style: none;
}
.sm__popup .ts-list li {
    margin-bottom: 11px;
    color: #6e6e6e;
}
.ts-list li {
    position: relative;
    margin-bottom: 12px;
    padding-left: 15px;
}
.ts-list li:before {
    content: '\2022';
    position: absolute;
    top: -2px;
    left: 0;
    font-size: 18px;
    color: #ff1e6e;
}
.sm__popup .ts-list li .accent {
    color: #3c3c3b;
}
.button {
    font-size: 17px;
    height: 40px;
    line-height: 40px;
    padding: 0 36px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.button, .form-row:after, .form-row>label {
    display: inline-block;
}
.button, button, input[type=submit] {
    background: #f26422;
    text-align: center;
    color: #fff;
    position: relative;
    cursor: pointer;
    text-decoration: none;
}
.sm__popup button, .sm__popup-btn {
    padding: 0 10px!important;
    font-size: 16px!important;
    font-weight: 500;
    letter-spacing: 1px;
}
.sm__popup-btn {
    width: 100%;
    max-width: 220px;
    height: 35px!important;
    line-height: 32px!important;
    margin: 18px 0 0;
}
.button {
    transition: all .2s ease-out;
}
.btn--resizeable {
    position: relative;
    z-index: 1;
}
.btn--resizeable:after {
    position: absolute;
    top: -1px;
    left: -1px;
    z-index: -1;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    border-radius: 3px;
    transition: all .2s ease;
}

.btn--resizeable:after, .clearfix:after {
    content: '';
}
.sm__popup-subtitle {
    font-size: 16px;
    color: #6e6e6e;
}
.sm__popup-info{
    font-size: 15px;
    font-family: core_sans,Arial,sans-serif;
}

input[type=number], input[type=tel], input[type=text] {
    height: auto;
}
input[type=button], input[type=email], input[type=number], input[type=password], input[type=submit], input[type=tel], input[type=text], textarea {
    font-family: core_sans;
    position: relative;
    border: 0;
    font-size: 14px;
    padding: 5px 10px;
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.phone a, input[type=tel], input[type=text] {
    color: #3c3c3b;
}
.sm__popup-desc {
    margin-bottom: 15px;
    font-size: 11px;
    color: #6e6e6e;
}
.hidden, .mobile-only, [hidden] {
    display: none!important;
}
.form-inline--sk input[type=tel] {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
    font-size: 18px;
    font-weight: 500;
    border: none;
    background: 0 0;
    text-align: center;
}
.form-inline--sk input {
    transition: all .2s ease-out;
}
.form-inline--sk input::-webkit-input-placeholder {
    font-size: .85em;
    color: #bfbfbf;
    font-weight: 400;
}
input::-webkit-input-placeholder {
    text-overflow: inherit;
    line-height: initial;
    white-space: pre;
    overflow-wrap: normal;
    -webkit-user-modify: read-only !important;
    overflow: hidden;
}
::-webkit-input-placeholder {
    -webkit-text-security: none;
    color: rgb(117, 117, 117);
    pointer-events: none !important;
}
.form-inline--sk input[type=tel] {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
    font-size: 18px;
    font-weight: 500;
    border: none;
    background: 0 0;
    text-align: center;
}
.form-inline--sk span.ff__underline:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    display: inline-block;
    height: 3px;
    width: 100%;
    border-radius: 5px;
    background: rgba(60,60,59,.42);
}
.form-inline--sk span.ff__underline {
    position: relative;
    display: inline-block;
    width: 190px;
    height: 40px;
}
.form-inline--sk span.ff__underline:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    display: inline-block;
    height: 3px;
    width: 100%;
    border-radius: 5px;
    background: rgba(60,60,59,.42);
}
.form-inline--sk span.ff__underline:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    display: inline-block;
    height: 3px;
    width: 100%;
    border-radius: 5px;
    background: rgba(255, 30, 110, 0.42);
}
.sm__popup span.ff__underline {
    width: 100%;
}
.sm__popup-btn {
    width: 100%;
    max-width: 220px;
    height: 35px!important;
    line-height: 32px!important;
    margin: 18px 0 0;
}
.sm__popup .form-inline--sk {
    max-width: 220px;
    margin: 10px 0 0;
    flex-direction: column;
}
/*======================*/
.form-inline--sk.active button, .form-inline--sk.active input[type=submit] {
    background: #f26422;
    border-color: #f26422;
    color: #fff;
    opacity: 1;
}
.sm__popup button, .sm__popup-btn {
    padding: 0 10px!important;
    font-size: 16px!important;
    font-weight: 500;
    letter-spacing: 1px;
}
.sm__popup button {
    height: 35px;
    line-height: 30px;
    margin: 13px 0 10px;
    background: #ff1e6e;
    border-color: #ff1e6e;
    color: #fff;
}
/*.form-inline--sk button, .form-inline--sk input[type=submit] {
    position: relative;
    height: 40px;
    max-width: 100%;
    padding: 0 20px;
    border: 2px solid;
    border-radius: 2px;
    font-family: inherit;
    font-size: 16px;
    line-height: 1.33em;
    letter-spacing: 1px;
    background: 0 0;
    color: #f26422;
    vertical-align: bottom;
}*/
button, input[type=submit] {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding: 0 1em;
    display: inline-block;
    height: 48px;
    line-height: 51px;
    vertical-align: middle;
}
.button, button, input[type=submit] {
    background: #ff1e6e;
    text-align: center;
    color: #fff;
    position: relative;
    cursor: pointer;
    text-decoration: none;
}
button, input[type=submit] {
    text-transform: none;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    -webkit-appearance: none;
}
.sm__popup_open {
    position: fixed;
    left: 20px;
    bottom: 20px;
    z-index: 1000;
    height: 280px;
    width: 100%;
    max-width: 480px;
    padding: 25px 5px 0;
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 3px 10px rgba(0,0,0,.26);
    /* transform: translateY(500px); */
    transition: all .2s ease;
    background: #ff1e6e;
    text-align: center;
    color: #fff;
    /* position: relative; */
    cursor: pointer;
    text-decoration: none;
    padding: 0 10px!important;
    font-size: 16px!important;
    font-weight: 500;
    letter-spacing: 1px;
    width: 100%;
    max-width: 220px;
    height: 35px!important;
    line-height: 32px!important;
    margin: 18px 0 0;
    /* transition: all .2s ease-out; */
    display: inline-block;
    border-radius: 3px;
}
 .is--hide-popup-zamer {
	transform: translateY(500px);
 }


.callback_form-new {
    background: #fff;
    width: auto;
border-radius: 4px;
}

.callback_form-new h2, .callback_form-new .title{
     color: #fa6314;
font-size: 44px;
font-weight: 600;
line-height: 65px;
letter-spacing: 0em;
text-align: left;
margin-bottom: 15px;
/*font-family: "CeraRoundProDEMOBlack";*/
 }

 .coll1 {
 
  max-width: 464px;
 }

  .coll2 {
    
 }

  .coll2  {
    background: url('/img/recall.png');
    background-repeat: no-repeat;
     max-width: 380px;
        width: 100%;
        height: 410px;
            background-size: cover;
  }


.modals_form.callback_form-new:before {
    display: none;
}

.modals_form.callback_form-new .close_box {
        display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 22px;
    top: 23px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMSAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik05LjEzNzA3IDEwTDAuMjUgMS4xMTI5M0wxLjM2MjkzIDBMMTAuMjUgOC44ODcwN0wxOS4xMzcxIDBMMjAuMjUgMS4xMTI5M0wxMS4zNjI5IDEwTDIwLjI1IDE4Ljg4NzFMMTkuMTM3MSAyMEwxMC4yNSAxMS4xMTI5TDEuMzYyOTMgMjBMMC4yNSAxOC44ODcxTDkuMTM3MDcgMTBaIiBmaWxsPSIjRkYwMDAwIi8+Cjwvc3ZnPgo=);
    cursor: pointer;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 99999;
}

.modals_form_wrap-new {
    padding: 20px 0 0 50px;
    display: flex;
    flex-wrap: wrap;
    border-radius: 4px;
}

@media (min-width: 1200px){
.modals_form_wrap-new {
  flex-wrap: nowrap;
      align-items: end;
        /*  padding: 20px 0 20px 20px;*/
}
.coll1, .coll2 {
    padding-bottom: 20px;
        background-size: contain;
    background-position: bottom;
}
}

@media (max-width: 1200px){
.modals_form_wrap-new {
      justify-content: center;
          padding: 30px 10px 0 10px;
}
.fi-checkbox__additional {
   
    max-width: 100%;
}
}

.modals_form_wrap-new p {

font-size: 20px;
font-weight: 500;
line-height: 26px;
letter-spacing: 0em;
text-align: left;
    margin-bottom: 15px;
}

.modals_form_wrap-new #call_name { 
 background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTYuNjIgMTAuNzlDOC4wNiAxMy42MiAxMC4zOCAxNS45MyAxMy4yMSAxNy4zOEwxNS40MSAxNS4xOEMxNS42OCAxNC45MSAxNi4wOCAxNC44MiAxNi40MyAxNC45NEMxNy41NSAxNS4zMSAxOC43NiAxNS41MSAyMCAxNS41MUMyMC41NSAxNS41MSAyMSAxNS45NiAyMSAxNi41MVYyMEMyMSAyMC41NSAyMC41NSAyMSAyMCAyMUMxMC42MSAyMSAzIDEzLjM5IDMgNEMzIDMuNDUgMy40NSAzIDQgM0g3LjVDOC4wNSAzIDguNSAzLjQ1IDguNSA0QzguNSA1LjI1IDguNyA2LjQ1IDkuMDcgNy41N0M5LjE4IDcuOTIgOS4xIDguMzEgOC44MiA4LjU5TDYuNjIgMTAuNzlaIiBmaWxsPSIjMkQyRDJEIi8+Cjwvc3ZnPgo=");
 background-repeat: no-repeat;
    background-position: 13px center;
    padding: 5px 5px 5px 45px;
        height: 50px;
    line-height: 50px;
        border-color:  #CDCDCD;
 
 }

 .modals_form_wrap-new .fi-checkbox, 
 .modals_form_wrap-new .fi-checkbox__additional, 
 .modals_form_wrap-new .fi-checkbox__additional a {
color: #9c9c9c;
    font-size: 13px;
    font-weight: 300;
    line-height: 13px;
    letter-spacing: 0em;
    text-align: left;

 }

  .modals_form_wrap-new  .fi-checkbox__mark {
    background: #9c9c9c;
        width: 16px;
    height: 16px;
 }


.callback_form-new .btn.btn-form {
    background: #04B8CB;
    width: 100%;
height: 64px;
padding: 10px;
border-radius: 4px;

 
font-size: 20px;
font-weight: 600;
line-height: 26px;
letter-spacing: 0em;
text-align: center;


}

.callback_form-new .btn.btn-form:before {
     display: none;
}

/*

*/

@media (min-width: 1024px) and (max-width: 1700px){

  }


/*/////////////////*/
@media (max-width: 524px){

    .callback_form-new {
    width: 93%;
    /*margin-top: 50px;*/
    }

    .modals_form_wrap-new {
        padding: 15px 0 0 15px;
         justify-content: center;
    }

    .callback_form-new h2, .callback_form-new .title {
        font-size: 20pt;
            margin: 0;
    }

    .modals_form_wrap-new p {
         font-size: 11pt; 
    }

     .modals_form_wrap-new .form_line .col {
            padding: 0;
    }

     .modals_form_wrap-new .fi-checkbox, 
     .modals_form_wrap-new .fi-checkbox__additional, 
      .modals_form_wrap-new .fi-checkbox__additional a  {
        max-width: 100%;
            font-size: 8pt;
     }

     .coll2 {
          background: url(/img/recall2.png);
    overflow-y: hidden;
    background-size: contain;
    background-repeat: no-repeat;
    height: 224px;
    width: 100%;
    background-position: center bottom;

     }



.sm__popup {
    height: 287px;
    left: 10px;
    padding: 25px 20px 0;
    max-width: 320px;
    background: url(/assets/static/widgets/sm/img/icon-man.svg) 10px 120% no-repeat #fff;
    background-size: 70px 132px;
}
@media (max-width: 500px){
.sm__popup {
    max-width: calc(100% - 20px);
	height: auto;
}
.sm__popup-preview {
    display: none;
}
.sm__popup-content{
    height: 244px;
}
.sm__popup-steps {
    margin-left: 0px;
	text-align: center;
    text-align: -webkit-center;
}
.button, button, input[type=submit] {
    /*margin: 17px;*/
}
.sm__popup-step-content{
    text-align: -webkit-center;
    text-align: center;
}
.sm__popup span.ff__underline {
    width: 100%;
	margin: 17px;
	max-width: 220px;
}
.ts-list li:before {
	display: none;
}
.sm__popup .form-inline--sk {
    max-width: none;
}



}
