@font-face {
    font-family: 'ProximaNova';
    src: url('../fonts/ProximaNova-Regular.eot');
    src: url('../fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/ProximaNova-Regular.woff2') format('woff2'), url('../fonts/ProximaNova-Regular.woff') format('woff'), url('../fonts/ProximaNova-Regular.ttf') format('truetype'), url('../fonts/ProximaNova-Regular.svg#ProximaNova-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ProximaNova-Light';
    src: url('../fonts/ProximaNova-Light.eot');
    src: url('../fonts/ProximaNova-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/ProximaNova-Light.woff2') format('woff2'), url('../fonts/ProximaNova-Light.woff') format('woff'), url('../fonts/ProximaNova-Light.ttf') format('truetype'), url('../fonts/ProximaNova-Light.svg#ProximaNova-Light') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ProximaNova-Semibold';
    src: url('../fonts/ProximaNova-Semibold.eot');
    src: url('../fonts/ProximaNova-Semibold.eot?#iefix') format('embedded-opentype'), url('../fonts/ProximaNova-Semibold.woff2') format('woff2'), url('../fonts/ProximaNova-Semibold.woff') format('woff'), url('../fonts/ProximaNova-Semibold.ttf') format('truetype'), url('../fonts/ProximaNova-Semibold.svg#ProximaNova-Semibold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ProximaNova-Bold';
    src: url('../fonts/ProximaNova-Bold.eot');
    src: local('☺'), url('../fonts/ProximaNova-Bold.woff') format('woff'), url('../fonts/ProximaNova-Bold.ttf') format('truetype'), url('../fonts/ProximaNova-Bold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "SegoeUIRegular";
    src: url("../fonts/SegoeUIRegular/SegoeUIRegular.eot");
    src: url("../fonts/SegoeUIRegular/SegoeUIRegular.eot?#iefix")format("embedded-opentype"),
        url("../fonts/SegoeUIRegular/SegoeUIRegular.woff") format("woff"),
        url("../fonts/SegoeUIRegular/SegoeUIRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "SegoeUIBold"; */
@font-face {
    font-family: "SegoeUIBold";
    src: url("../fonts/SegoeUIBold/SegoeUIBold.eot");
    src: url("../fonts/SegoeUIBold/SegoeUIBold.eot?#iefix")format("embedded-opentype"),
        url("../fonts/SegoeUIBold/SegoeUIBold.woff") format("woff"),
        url("../fonts/SegoeUIBold/SegoeUIBold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "SegoeUIItalic"; */
@font-face {
    font-family: "SegoeUIItalic";
    src: url("../fonts/SegoeUIItalic/SegoeUIItalic.eot");
    src: url("../fonts/SegoeUIItalic/SegoeUIItalic.eot?#iefix")format("embedded-opentype"),
        url("../fonts/SegoeUIItalic/SegoeUIItalic.woff") format("woff"),
        url("../fonts/SegoeUIItalic/SegoeUIItalic.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "SegoeUILight"; */
@font-face {
    font-family: "SegoeUILight";
    src: url("../fonts/SegoeUILight/SegoeUILight.eot");
    src: url("../fonts/SegoeUILight/SegoeUILight.eot?#iefix")format("embedded-opentype"),
        url("../fonts/SegoeUILight/SegoeUILight.woff") format("woff"),
        url("../fonts/SegoeUILight/SegoeUILight.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "SegoeUISemiBold"; */
@font-face {
    font-family: "SegoeUISemiBold";
    src: url("../fonts/SegoeUISemiBold/SegoeUISemiBold.eot");
    src: url("../fonts/SegoeUISemiBold/SegoeUISemiBold.eot?#iefix")format("embedded-opentype"),
        url("../fonts/SegoeUISemiBold/SegoeUISemiBold.woff") format("woff"),
        url("../fonts/SegoeUISemiBold/SegoeUISemiBold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
#conversia_form * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
#conversia_form *:focus {
    outline: none;
}
#conversia_form.container {
    width: 1224px;
}
#conversia_form {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    font-family: 'ProximaNova';
    color: black;
    margin: 0 auto;
}
#conversia_form .black-fon {
    background: rgba(0,0,0,0.8);
    height: 100%;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
}
#conversia_form > div:not(.c_slides):not( .black-fon) {
    width: 1242px;
    height: 763px;
    position: absolute;
    top: 50px;
    left: 0;
    background: white;
}
#conversia_form .step_one {
    background: white;
}

#conversia_form .step_one label.select {
    display: block;
}

#conversia_form .flipInYslide {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
    -webkit-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
    -ms-animation-delay: 0.6s;
    -o-animation-delay: 0.6s;
    animation-delay: 0.6s;
}
#conversia_form .c_head {
    height: 186px;
    padding-left: 79px;
    padding-top: 37px;
    width: 100%;
    background: white;
}
#conversia_form .c_head > p:nth-of-type(1) {
    font-family: 'ProximaNova-Light';
    font-size: 48px;
    color: #0980cc;
}
#conversia_form .c_head p:nth-of-type(2) {
    font-size: 20px;
    padding-top: 13px;
    padding-left: 2px;
}
#conversia_form .c_body {
    width: 100%;
    height: 577px;
    background: #0980cc;
    padding: 36px 0 45px 79px;
    position: relative;
}
#conversia_form .step_one .c_body {
    background: url(../img/f-01-bg.png) no-repeat 653px bottom #0980cc;
}
#conversia_form .c_body p {
    color: white;
}
#conversia_form .c_body .c_title {
    font-family: 'ProximaNova-Light';
    font-size: 36px;
    margin-bottom: 45px;
}
#conversia_form .c_body p:not(.c_title) {
    font-size: 16px;
    padding-left: 16px;
    padding-bottom: 3px;
}
#conversia_form .c_body input[type="text"] {
    width: 502px;
    height: 41px;
    border: 1px solid #bebebe;
    margin-bottom: 39px;
    margin-left: 3px;
    padding-left: 50px;
    padding-top: 7px;
    font-family: 'ProximaNova-Light';
    font-size: 20px;
}
#conversia_form .c_body input[type="text"]::-webkit-input-placeholder       {color:#858585;text-indent: 0px;opacity: 1; transition: opacity 0.3s ease;}
#conversia_form .c_body input[type="text"]::-moz-placeholder                {color:#858585;text-indent: 0px;opacity: 1; transition: opacity 0.3s ease;}
#conversia_form .c_body input[type="text"]:-moz-placeholder                 {color:#858585;text-indent: 0px;opacity: 1; transition: opacity 0.3s ease;}
#conversia_form .c_body input[type="text"]:-ms-input-placeholder            {color:#858585;text-indent: 0px;opacity: 1; transition: opacity 0.3s ease;}
#conversia_form .c_body input[type="text"]:focus::-webkit-input-placeholder {opacity: 0; transition: opacity 0.3s ease;}
#conversia_form .c_body input[type="text"]:focus::-moz-placeholder          {opacity: 0; transition: opacity 0.3s ease;}
#conversia_form .c_body input[type="text"]:focus:-moz-placeholder           {opacity: 0; transition: opacity 0.3s ease;}
#conversia_form .c_body input[type="text"]:focus:-ms-input-placeholder      {opacity: 0; transition: opacity 0.3s ease;}
#conversia_form .c_body input[name="email-phone"] {
    background: url(../img/f-01-01.png) 13px 8px no-repeat white;
}
#conversia_form .c_body input[name="site"] {
    background: url(../img/f-01-02.png) 13px 8px no-repeat white;
}
#conversia_form .c_body label input {
    display: none;
}
#conversia_form .c_body label #text {
    width: 100%;
    position: absolute;
    display: block;
    top: 0;
    padding-left: 10px;
}
#conversia_form .c_body label.select input[name="list"]:not(:checked) ~ #text {
    color:#858585
}
#conversia_form .c_body label.select input[name="list"]:checked ~ #text {
    background: transparent;
    color: transparent;
    z-index: 2;
}
#conversia_form .c_body label.select input[name="list_2_1"]:not(:checked) ~ #text {
    color:#858585
}
#conversia_form .c_body label.select input[name="list_2_1"]:checked ~ #text {
    background: transparent;
    color: transparent;
    z-index: 2;
}
#conversia_form .c_body label.select input[name="list_2_2"]:not(:checked) ~ #text {
    color:#858585
}
#conversia_form .c_body label.select input[name="list_2_2"]:checked ~ #text {
    background: transparent;
    color: transparent;
    z-index: 2;
}
#conversia_form .c_body label.select input[name="list_2_3"]:not(:checked) ~ #text {
    color:#858585
}
#conversia_form .c_body label.select input[name="list_2_3"]:checked ~ #text {
    background: transparent;
    color: transparent;
    z-index: 2;
}
#conversia_form .c_body label.select input[name="list_3_1"]:not(:checked) ~ #text {
    color:#858585
}
#conversia_form .c_body label.select input[name="list_3_1"]:checked ~ #text {
    background: transparent;
    color: transparent;
    z-index: 2;
}
#conversia_form .c_body label.select input[name="list_3_2"]:not(:checked) ~ #text {
    color:#858585
}
#conversia_form .c_body label.select input[name="list_3_2"]:checked ~ #text {
    background: transparent;
    color: transparent;
    z-index: 2;
}
#conversia_form .c_body label > input:nth-of-type(2):disabled ~ .items #text {
    background: #eee;
}
#conversia_form .c_body label .items {
    font-family: 'ProximaNova-Light';
    font-size: 20px;
    display: block;
    border: 1px solid #bebebe;
    width: 502px;
    min-height: 41px;
    position: absolute;
    overflow: hidden;
    cursor: pointer;
    margin-left: 3px;
    line-height: 45px;
    padding-left: 40px;
}
#conversia_form .c_body div.items {
    background: url(../img/f-01-03.png) 13px 8px no-repeat white;
}
#conversia_form .c_body label .items:before {
    position: absolute;
    content: '';
    border: 8px solid transparent;
    border-top: 8px solid #747474;
    z-index: 0;
    right: 17px;
    top: 17px;
}
#conversia_form .c_body label .items:after {
    position: absolute;
    content: '';
    border: 8px solid transparent;
    border-top: 8px solid white;
    z-index: 0;
    right: 17px;
    top: 15px;
}
#conversia_form .c_body label > input:nth-of-type(2):not(:checked) ~ .items {
    height: 41px;
}
#conversia_form .c_body label .items label {
    border-top: 2px solid #ddd;
    display: none;
    padding-left: 10px;
    background: white;
}
#conversia_form .c_body label .items label:hover {
    background: #eee;
    cursor: pointer;
}
#conversia_form .c_body label > input:nth-of-type(2):checked ~ .items {
    padding-top: 41px;
    z-index: 2;
}
#conversia_form .c_body label > input:nth-of-type(2):checked ~ .items label {
    display: block;
}
#conversia_form .c_body label .items input:checked + label {
    display: block!important;
    border: none;
    background: white;
}
#conversia_form .c_body label > input:nth-of-type(2):checked ~ .bg {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 0;
    background: rgba(0,0,0,0.4);
}
#conversia_form .c_body label a {
    display: block;
    width: 160px;
    text-align: center;
    padding: 5px 0;
    color: black;
    text-decoration: none;
    border: 2px solid #ddd;
}
#conversia_form .c_body label a:hover {
    cursor: pointer;
    border-color: red;
}
#conversia_form .next_step {
    display: block;
    float: left;
    line-height: 46px;
    margin-top: 102px;
    margin-left: 95px;
    padding-right: 12px;
    border-radius: 15px;
    width: 308px;
    height: 46px;
    color: #0980cc;
    font-family: 'SegoeUIRegular';
    font-size: 20px;
    text-align: center;
    border: 2px solid white;
    background: white;
    cursor: pointer;
    transition: all 0.3s;
}
#conversia_form .next_step:hover {
    color: white;
    background: none;
}
#conversia_form .next_step:active {
    transform: scale(0.9);
}
#conversia_form .c_body .progress-star {
    height: 30px;
    position: absolute;
    right: 84px;
    top: 35px;
}
#conversia_form .c_body .progress-star > div {
    float: left;
    height: 24px;
}
#conversia_form .c_body .progress-star div:nth-of-type(1) {
    background: url(../img/f-progress1.png) space;
    width: 85px;
}
#conversia_form .c_body .progress-star div:nth-of-type(2) {
    background: url(../img/f-progress0.png) space;
    width: 233px;
    margin-left: 5px;
}
#conversia_form .c_body .progress-star p {
    font-family: 'SegoeUIRegular';
    font-size: 14px;
    color: white;
    text-align: center;
    padding-top: 33px;
    padding-right: 21px;
}
/* Шаг 2 */
#conversia_form > div.step_two {
    height: 998px !important;
    background: white;
}
#conversia_form .step_two .c_body {
    width: 100%;
    height: 651px;
    background: #0980cc;
    padding: 36px 0 45px 79px;
    position: relative;
}
#conversia_form .left-step-two, .right-step-two {
    position: relative;
    width: 574px;
    height: 200px;
    float: left;
}
#conversia_form .select_2_2 {
    display: block;
    width: 100%;
    height: 41px;
    margin-bottom: 39px;
}
#conversia_form .step_two .c_body .progress-star div:nth-of-type(1) {
    width: 174px;
}
#conversia_form .step_two .c_body .progress-star div:nth-of-type(2) {
    width: 144px;
}
#conversia_form input[name="name"] {
    background: url(../img/f-02-01.png) 13px 8px no-repeat white;
}
#conversia_form .select_2_1 > div.items {
    background: url(../img/f-02-02.png) 13px 8px no-repeat white;
}
#conversia_form .select_2_2 > div.items {
    background: url(../img/f-02-03.png) 13px 8px no-repeat white;
}
#conversia_form .select_2_3 > div.items {
    background: url(../img/f-02-04.png) 13px 8px no-repeat white;
}
/* Ползунок */
/* контейнер */
#conversia_form input[type=range].range-input {
    -webkit-appearance: none;
    appearance: none;
    width: 702px;
    height: 22px;
    margin: 18px 11px 0 13px;
    border-radius: 25px;
    padding: 0;
    background: url(../img/sl-bg.png) repeat;
    overflow-y: hidden;
    float: left;
}
/* Линия-ндикатор для Firefox */
#conversia_form input[type=range]::-moz-range-track {
    background: none;
    border: none;
}
/* ползунок в Firefox */
#conversia_form input[type=range]::-moz-range-thumb {
    -moz-appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 70%/30%;
    border: 2px solid #00b4dc;
    box-shadow:
        -13px 0px 0px -4px #00b4dc, -26px 0px 0px -4px #00b4dc, -39px 0px 0px -4px #00b4dc,
        -52px 0px 0px -4px #00b4dc, -65px 0px 0px -4px #00b4dc, -78px 0px 0px -4px #00b4dc,
        -91px 0px 0px -4px #00b4dc, -104px 0px 0px -4px #00b4dc, -117px 0px 0px -4px #00b4dc,
        -130px 0px 0px -4px #00b4dc, -143px 0px 0px -4px #00b4dc, -156px 0px 0px -4px #00b4dc,
        -169px 0px 0px -4px #00b4dc, -182px 0px 0px -4px #00b4dc, -195px 0px 0px -4px #00b4dc,
        -208px 0px 0px -4px #00b4dc, -221px 0px 0px -4px #00b4dc, -234px 0px 0px -4px #00b4dc,
        -247px 0px 0px -4px #00b4dc, -260px 0px 0px -4px #00b4dc, -273px 0px 0px -4px #00b4dc,
        -286px 0px 0px -4px #00b4dc, -299px 0px 0px -4px #00b4dc,
        -312px 0px 0px -4px #00b4dc, -325px 0px 0px -4px #00b4dc, -338px 0px 0px -4px #00b4dc,
        -351px 0px 0px -4px #00b4dc, -364px 0px 0px -4px #00b4dc, -377px 0px 0px -4px #00b4dc,
        -390px 0px 0px -4px #00b4dc, -403px 0px 0px -4px #00b4dc, -416px 0px 0px -4px #00b4dc,
        -429px 0px 0px -4px #00b4dc, -441px 0px 0px -4px #00b4dc, -454px 0px 0px -4px #00b4dc,
        -467px 0px 0px -4px #00b4dc, -480px 0px 0px -4px #00b4dc, -493px 0px 0px -4px #00b4dc,
        -506px 0px 0px -4px #00b4dc, -519px 0px 0px -4px #00b4dc, -532px 0px 0px -4px #00b4dc,
        -545px 0px 0px -4px #00b4dc, -558px 0px 0px -4px #00b4dc, -571px 0px 0px -4px #00b4dc, -584px 0px 0px -4px #00b4dc,
        -597px 0px 0px -4px #00b4dc, -610px 0px 0px -4px #00b4dc, -623px 0px 0px -4px #00b4dc,
        -636px 0px 0px -4px #00b4dc, -649px 0px 0px -4px #00b4dc, -662px 0px 0px -4px #00b4dc,
        -675px 0px 0px -4px #00b4dc, -688px 0px 0px -4px #00b4dc, -701px 0px 0px -4px #00b4dc,
        -714px 0px 0px -4px #00b4dc, -727px 0px 0px -4px #00b4dc, -740px 0px 0px -4px #00b4dc,
        -753px 0px 0px -4px #00b4dc, -766px 0px 0px -4px #00b4dc;
}
/* ползунок в Хроме */
#conversia_form input[type=range]:before::-webkit-slider-thumb {
    content: "";
    width: 10px;
    height: 10px;
    background: white;
    position: absolute;
    top: -10px;
}
#conversia_form input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    width:43px;
    height:22px;
    border-radius: 10px;
    border: 2px solid white;
    background: #00b4dc;
    box-shadow:	
        -13px 0px 0px -4px #00b4dc, -26px 0px 0px -4px #00b4dc, -39px 0px 0px -4px #00b4dc,
        -52px 0px 0px -4px #00b4dc, -65px 0px 0px -4px #00b4dc, -78px 0px 0px -4px #00b4dc,
        -91px 0px 0px -4px #00b4dc, -104px 0px 0px -4px #00b4dc, -117px 0px 0px -4px #00b4dc,
        -130px 0px 0px -4px #00b4dc, -143px 0px 0px -4px #00b4dc, -156px 0px 0px -4px #00b4dc,
        -169px 0px 0px -4px #00b4dc, -182px 0px 0px -4px #00b4dc, -195px 0px 0px -4px #00b4dc,
        -208px 0px 0px -4px #00b4dc, -221px 0px 0px -4px #00b4dc, -234px 0px 0px -4px #00b4dc,
        -247px 0px 0px -4px #00b4dc, -260px 0px 0px -4px #00b4dc, -273px 0px 0px -4px #00b4dc,
        -286px 0px 0px -4px #00b4dc, -299px 0px 0px -4px #00b4dc,
        -312px 0px 0px -4px #00b4dc, -325px 0px 0px -4px #00b4dc, -338px 0px 0px -4px #00b4dc,
        -351px 0px 0px -4px #00b4dc, -364px 0px 0px -4px #00b4dc, -377px 0px 0px -4px #00b4dc,
        -390px 0px 0px -4px #00b4dc, -403px 0px 0px -4px #00b4dc, -416px 0px 0px -4px #00b4dc,
        -429px 0px 0px -4px #00b4dc, -441px 0px 0px -4px #00b4dc, -454px 0px 0px -4px #00b4dc,
        -467px 0px 0px -4px #00b4dc, -480px 0px 0px -4px #00b4dc, -493px 0px 0px -4px #00b4dc,
        -506px 0px 0px -4px #00b4dc, -519px 0px 0px -4px #00b4dc, -532px 0px 0px -4px #00b4dc,
        -545px 0px 0px -4px #00b4dc, -558px 0px 0px -4px #00b4dc, -571px 0px 0px -4px #00b4dc, -584px 0px 0px -4px #00b4dc,
        -597px 0px 0px -4px #00b4dc, -610px 0px 0px -4px #00b4dc, -623px 0px 0px -4px #00b4dc,
        -636px 0px 0px -4px #00b4dc, -649px 0px 0px -4px #00b4dc, -662px 0px 0px -4px #00b4dc,
        -675px 0px 0px -4px #00b4dc, -688px 0px 0px -4px #00b4dc, -701px 0px 0px -4px #00b4dc,
        -714px 0px 0px -4px #00b4dc, -727px 0px 0px -4px #00b4dc, -740px 0px 0px -4px #00b4dc,
        -753px 0px 0px -4px #00b4dc, -766px 0px 0px -4px #00b4dc;
} 
#conversia_form .range {
    position: absolute;
    left: 0;
    top: 346px;
    width: 100%;
    height: 60px;
    background: #1147a5;
    padding-left: 84px;
}
#conversia_form .c_body .range p {
    font-size: 16px;
    float: left;
    color: white;
    line-height: 60px;
    padding: 0;
}
#conversia_form .c_body .range p.result {
    font-size: 22px;
    margin-left: 95px;
}
#conversia_form .c_body .range p.result span {
    font-family: 'ProximaNova-Semibold';
}
#conversia_form .b_body {
    position: relative;
}
#conversia_form .b_body input {
    position: relative;
    height: 21px;
    width: 21px;
    margin-top: 7px;
    margin-left: 17px;
    margin-right: 26px;
}
#conversia_form .b_body input:before {
    content: '';
    display: block;
    position: absolute;
    background: white;
    width: 21px;
    height: 21px;
    border-radius: 21px
}
#conversia_form .b_body input:checked:after {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    left: 5px;
    background: #00b4dc;
    width: 11px;
    height: 11px;
    border-radius: 11px;
}
#conversia_form .b_body label {
    color: white;
    position: absolute;
    bottom: 2px;
}
#conversia_form .b_body label:nth-of-type(1){
    left: 42px;
}
#conversia_form .b_body label:nth-of-type(2){
    left: 110px;
}
#conversia_form .buttons {
    width: 764px;
    margin: 0 auto;
    position: relative;
}
#conversia_form .buttons > input {
    float: left;
}
#conversia_form .buttons span:not(.next_step) {
    width: 250px;
    font-family: 'SegoeUIRegular';
    font-size: 14px;
    color: white;
    position: absolute;
    top: 98px;
    right: 104px;
}
#conversia_form .step_two .next_step {
    margin: 46px 17px;
}
#conversia_form .step_two .c_f_body {
    width: 520px;
    height: 66px;
    background: url(../img/f-02-f.png) no-repeat left;
    margin-left: 83px;
    margin-top: 34px;
    padding-left: 61px;
    padding-top: 9px;
}

/* Шаг 3 */
#conversia_form > div.step_three {
    height: 998px !important;
    background: white;
}
#conversia_form .step_three .c_head {
    height: 176px;
}
#conversia_form .step_three .c_head .c_head p:nth-of-type(2){
    padding-top: 7px;
}
#conversia_form .step_three .c_body {
    padding: 45px 0 45px 79px;
    height: 746px;
}
#conversia_form .step_three .progress-star {
    top: 45px;
}
#conversia_form .step_three .c_body .c_title {
    margin-bottom: 40px;
}
#conversia_form .step_three .c_body input[type="text"] {
    margin-bottom: 37px;
}
#conversia_form .step_three input[type="checkbox"] {
    position: absolute;
    left: -9999px;
}
#conversia_form .step_three input[type="checkbox"]:checked + label:after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background: #0980cc;
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 1;
}
#conversia_form .step_three label.check_3_1 {
    display: block;
    color: white;
    position: relative;
    margin-left: 13px;
    margin-bottom: 20px;
}
#conversia_form .step_three label.check_3_1:before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    border: 1px solid #bebebe;
    background: white;
    position: absolute;

}
#conversia_form .step_three label.check_3_1 p {
    padding-left: 36px;
}
#conversia_form input[name="site_promotion"] {
    background: url(../img/f-03-01.png) 13px 8px no-repeat white;
}
#conversia_form .select_3_1 > div.items {
    background: url(../img/f-03-02.png) 13px 8px no-repeat white;
}
#conversia_form input[name="region_promotion"] {
    background: url(../img/f-03-03.png) 13px 8px no-repeat white;
}
#conversia_form .select_3_2 > div.items {
    background: url(../img/f-03-04.png) 13px 8px no-repeat white;
}
#conversia_form input[name="site"] {
    background: url(../img/f-03-05.png) 13px 8px no-repeat white;
}
#conversia_form input[name="phone"] {
    background: url(../img/f-03-06.png) 13px 8px no-repeat white;
}
#conversia_form input[name="email"] {
    background: url(../img/f-03-07.png) 13px 8px no-repeat white;
}
#conversia_form .step_three .left-step-two, .step_three .right-step-two {
    height: 471px;
}
#conversia_form .step_three .next_step {
    margin: 46px 17px;
}
#conversia_form .step_three .buttons span:not(.next_step) {
    left: 64px;
}
#conversia_form .step_three .c_f_body {
    color: #0980cc;
    padding-top: 26px;
    padding-left: 91px;
}
#conversia_form .step_three .c_body .progress-star div:nth-of-type(1) {
    width: 279px;
}
#conversia_form .step_three .c_body .progress-star div:nth-of-type(2) {
    width: 30px;
}
/* 1й слайд */
#conversia_form .c_slides {
    width: 1242px;
    height: 861px;
    position: absolute;
    top: 50px;
    left: 0;
    background: #0980cc;
}
#conversia_form .c_slides > div:not(.c_head) {
    width: 100%;
    height: 675px;
    font-family: 'ProximaNova';
    color: white;
    position: relative;
}
#conversia_form .c_slides .m_slide {
    float: right;
    width: 562px;
}
#conversia_form .c_slide_1 .m_slide {
    margin-top: 126px;
}
#conversia_form .c_slide_1 {
    background: url(../img/sl-01.png) 74px 42px no-repeat #ff9c00;
}
#conversia_form .c_title {
    font-family: 'ProximaNova-Light';
    font-size: 36px;
    margin-bottom: 36px;
}
#conversia_form .c_subtitle {
    font-family: 'ProximaNova-Semibold';
    font-size: 24px;
    margin-bottom: 37px;
}
#conversia_form .c_text {
    font-size: 16px;
}
#conversia_form .c_slides div.f_slide {
    width: 100%;
    height: 62px;
    border-top: 1px solid rgba(255,255,255,0.4);
    position: absolute;
    bottom: 0;
}
#conversia_form .c_slides div.f_slide > button {
    transition: all 0.2s;
    cursor: pointer;
}
#conversia_form .c_slides div.f_slide > button:active {
    transform: scale(0.9);
}
#conversia_form .c_tostart {
    font-family: 'ProximaNova';
    font-size: 18px;
    color: white;
    float: left;
    background: none;
    border: none;
    margin-top: 20px;
    margin-left: 35px;
}
#conversia_form .c_next {
    width: 36px;
    height: 36px;
    float: right;
    background: url(../img/next-sl.png) no-repeat;
    background-size: cover;
    border: none;
    margin-top: 11px;
    margin-right: 23px;
}
/* 2й слайд */
#conversia_form .c_slide_2 {
    background: url(../img/sl-02.png) 80px 63px no-repeat #0980cc;
}
#conversia_form .c_slide_2 .m_slide {
    margin-top: 84px;
}
#conversia_form .c_slide_2 .c_title {
    margin-bottom: 19px;
}
#conversia_form .c_slide_2 .c_subtitle {
    margin-bottom: 28px;
}
#conversia_form .c_slide_2 .c_text {
    padding-right: 160px;
    padding-bottom: 12px;
}
/* 3й слайд */
#conversia_form .c_slide_3 {
    background: url(../img/sl-03.png) 94px 63px no-repeat #007581;
}
#conversia_form .c_slide_3 .m_slide {
    margin-top: 97px;
}
#conversia_form .c_slide_3 .c_title {
    margin-bottom: 20px;
}
#conversia_form .c_slide_3 .c_text {
    padding-bottom: 12px;
    padding-right: 80px;
}
#conversia_form .c_text > span {
    font-family: 'ProximaNova-Bold';
    padding-right: 4px;
}
/* 4й слайд */
#conversia_form .c_slide_4 {
    background: url(../img/sl-04.png) 49px 153px no-repeat #6cb219;
}
#conversia_form .c_slide_4 .m_slide {
    margin-top: 58px;
}
#conversia_form .c_slide_4 .c_title {
    margin-bottom: 26px;
}
#conversia_form .c_slide_4 .c_subtitle {
    padding-right: 50px;
    margin-bottom: 11px;
}
#conversia_form .c_slide_4 ul {
    font-family: 'ProximaNova-Semibold';
    font-size: 24px;
    margin-bottom: 37px;
}
#conversia_form .c_slide_4 ul li {
    list-style: none;
    padding-bottom: 12px;
}
#conversia_form .c_slide_4 ul li:before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 7px;
    background: white;
    margin: 0 7px 3px 3px;
}
#conversia_form .c_slide_4 .c_text {
    padding-right: 90px;
}
/* 5й слайд */
#conversia_form .c_slide_5 {
    background: url(../img/sl-05.png) 137px 126px no-repeat #004285;
}
#conversia_form .c_slide_5 .m_slide {
    padding-top: 83px;
}
#conversia_form .c_slide_5 .c_title {
    margin-bottom: 20px;
}
#conversia_form .c_slide_5 .c_subtitle {
    padding-right: 100px;
    margin-bottom: 29px;
}
#conversia_form .c_slide_5 .c_text {
    padding-right: 80px;
    padding-bottom: 12px;
}
/* 6й слайд */
#conversia_form .c_slide_6 {
    background: url(../img/sl-06.png) 103px 84px no-repeat #833a92;
}
#conversia_form .c_slide_6 .m_slide {
    padding-top: 66px;
}
#conversia_form .c_slide_6 .c_title {
    margin-bottom: 19px;
}
#conversia_form .c_slide_6 .c_subtitle{
    padding-right: 50px;
    margin-bottom: 25px;
}
#conversia_form .c_slide_6 .c_text {
    padding-right: 80px;
}
/* 7й слайд */
#conversia_form .c_slide_7 {
    background: url(../img/sl-07.png) 101px 89px no-repeat #00687b;
}
#conversia_form .c_slide_7 .m_slide {
    padding-top: 113px;
}
#conversia_form .c_slide_7 .c_title {
    margin-bottom: 23px;
}
#conversia_form .c_slide_7 .c_subtitle {
    margin-bottom: 11px;
    padding-right: 90px;
}
/* 8й слайд */
#conversia_form .c_slide_8 {
    background: url(../img/sl-08.png) 104px 76px no-repeat #851153;
}
#conversia_form .c_slide_8 .m_slide {
    padding-top: 85px;
}
#conversia_form .c_slide_8 .c_title {
    margin-bottom: 21px;
}
#conversia_form .c_slide_8 ul {
    font-family: 'ProximaNova-Semibold';
    font-size: 24px;
    margin-bottom: 37px;
}
#conversia_form .c_slide_8 ul li {
    list-style: none;
    padding-bottom: 12px;
    padding-right: 60px;
}
#conversia_form .c_slide_8 ul li:before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 2px;
    background: white;
    margin: 0 7px 5px 0px;
}

#conversia_form {
    display: none;
    z-index: 9999;
}

#conversia_form .b_body input[type="radio"] {
    margin-top: 7px;
    margin-left: 17px;
    margin-right: 26px;
}

#conversia_form .close-slides {
    width: 36px;
    height: 36px;
    float: right;
    background: url(../img/close-slides.png) no-repeat;
    background-size: cover;
    border: none;
    margin-top: 11px;
    margin-right: 23px;
}

#conversia_form .left-step-two label,
#conversia_form .right-step-two label {
    display: block;
}

@media (min-width: 521px) {
    #conversia_form #footer .hr1 {
        padding-left: 40px;
    }
}