@font-face {
    font-family: Cera-Round-Pro-200;
    src: url(../local_fonts/Cera-Round-Pro-200.ttf);
    src: url(../local_fonts/Cera-Round-Pro-200.eot);
    src: url(../local_fonts/Cera-Round-Pro-200.svg);
    src: url(../local_fonts/Cera-Round-Pro-200.woff);
    src: url(../local_fonts/Cera-Round-Pro-200.woff2);
}
@font-face {
    font-family: Cera-Round-Pro-300;
    src: url(../local_fonts/Cera-Round-Pro-300.ttf);
    src: url(../local_fonts/Cera-Round-Pro-300.eot);
    src: url(../local_fonts/Cera-Round-Pro-300.svg);
    src: url(../local_fonts/Cera-Round-Pro-300.woff);
    src: url(../local_fonts/Cera-Round-Pro-300.woff2);
}
@font-face {
    font-family: Cera-Round-Pro-400;
    src: url(../local_fonts/Cera-Round-Pro-400.ttf);
    src: url(../local_fonts/Cera-Round-Pro-400.eot);
    src: url(../local_fonts/Cera-Round-Pro-400.svg);
    src: url(../local_fonts/Cera-Round-Pro-400.woff);
    src: url(../local_fonts/Cera-Round-Pro-400.woff2);
}
@font-face {
    font-family: Cera-Round-Pro-500;
    src: url(../local_fonts/Cera-Round-Pro-500.ttf);
    src: url(../local_fonts/Cera-Round-Pro-500.eot);
    src: url(../local_fonts/Cera-Round-Pro-500.svg);
    src: url(../local_fonts/Cera-Round-Pro-500.woff);
    src: url(../local_fonts/Cera-Round-Pro-500.woff2);
}
@font-face {
    font-family: Cera-Round-Pro-700;
    src: url(../local_fonts/Cera-Round-Pro-700.ttf);
    src: url(../local_fonts/Cera-Round-Pro-700.eot);
    src: url(../local_fonts/Cera-Round-Pro-700.svg);
    src: url(../local_fonts/Cera-Round-Pro-700.woff);
    src: url(../local_fonts/Cera-Round-Pro-700.woff2);
}
@font-face {
    font-family: Cera-Round-Pro-900;
    src: url(../local_fonts/Cera-Round-Pro-900.ttf);
    src: url(../local_fonts/Cera-Round-Pro-900.eot);
    src: url(../local_fonts/Cera-Round-Pro-900.svg);
    src: url(../local_fonts/Cera-Round-Pro-900.woff);
    src: url(../local_fonts/Cera-Round-Pro-900.woff2);
}
html {
    font-size: 16px;
}
body {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    font-family: Cera-Round-Pro-400, sans-serif;
    line-height: 1;
}
body.body-hidden{
    overflow-y: hidden;
}
h1, h2, h3, h4, h5, h6, li, p, ul {
    margin: 0;
    padding: 0;
}
ul {
    list-style-type: none;
}
ul li {
    display: inline-block;
}
a, a:active, a:focus, a:hover {
    text-decoration: none;
}
button, input, select, textarea {
    border: none;
    font-family: Cera-Round-Pro-400, sans-serif;
}
button:focus, input:focus, select:focus, textarea:focus {
    outline: 0;
}
button, input {
    background: 0 0;
}
button {
    cursor: pointer;
}
.container {
    width: 1240px;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    display: block;
}
.title {
    font-weight: 700;
    font-family: Cera-Round-Pro-700;
    font-size: 60px;
    line-height: 1.2;
    color: #000;
    position: relative;
    z-index: 2;
}
.subtitle {
    font-weight: 500;
    font-family: Cera-Round-Pro-500;
    font-size: 25px;
    line-height: 1.3;
    color: #000;
    position: relative;
    z-index: 2;
}
.btn {
    background: #FEA115;
    border-radius: 100px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-weight: 700;
    font-family: Cera-Round-Pro-700;
    text-transform: uppercase;
    font-size: 17px;
    line-height: 1;
    letter-spacing: .05em;
    color: #000;
    padding: 20px 30px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.btn:hover {
    background: #C27500;
}
.arrow-block {
    padding: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.arrow-block svg {
    fill: transparent;
    stroke: #000;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.arrow-block.next {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
}
.label-block {
    font-weight: 500;
    font-family: Cera-Round-Pro-500;
    font-size: 16px;
    line-height: 1;
    display: block;
    color: #CACACA;
}
.input-block {
    border-bottom: 1px solid #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: 0 0;
    padding: 0 0 5px;
    color: #fff;
    font-size: 16px;
    font-family: Cera-Round-Pro-700;
}
.textarea-block {
    border-bottom: 1px solid #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: 0 0;
    padding: 0 0 5px;
    height: 60px;
    resize: none;
    color: #fff;
    font-size: 16px;
    font-family: Cera-Round-Pro-700;
}
.form-politic_checkbox {
    display: none!important;
}
.form-politic_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.form-politic_block span {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 24px;
    height: 24px;
    background: #FFF;
    border-radius: 4px;
    cursor: pointer;
}
.form-politic_block span svg {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 12px;
    height: 12px;
    fill: transparent;
    stroke: #000;
    opacity: 0;
}
.form-politic_block p {
    font-weight: 500;
    font-size: 12px;
    line-height: 1.2;
    color: #CACACA;
    padding-left: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.form-politic_block p a {
    color: #CACACA;
    border-bottom: 1px solid #fff;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.form-politic_block p a:hover {
    color: #FEA115;
    border-bottom: 1px solid #FEA115;
}
.form-politic_block.checked span svg {
    opacity: 1;
}
.form-politic_block.error span {
    background: #ff5858;
}
#header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 21;
    padding: 30px 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
#header.sticky {
    padding: 8px 0;
    background: #252525;
}
#header.bg-dark {
    background: #252525;
}
.header_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.h_logo_block {
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 135px;
}
.h_logo_block img {
    width: 100%;
    margin-bottom: -1px;
}
.h_links_list_box {
    width: 100%;
}
.h_links_list_box ul{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.h_links_list_box ul li{
    -ms-flex-negative: 0;
        flex-shrink: 0;
}
.h_links_list_box a {
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    color: #FFF;
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0 20px;
    position: relative;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.h_links_list_box a:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 1px;
    opacity: 0;
    -webkit-transform: translateY(6px);
        -ms-transform: translateY(6px);
            transform: translateY(6px);
    background: #fea115;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.h_links_list_box a:hover{
    color: #fea115;
}
.h_links_list_box a:hover:after {
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
}
.h_phone {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-weight: 700;
    font-family: Cera-Round-Pro-700;
    font-size: 20px;
    line-height: 1;
    color: #FFF;
}
.h_menu_btn {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    display: block;
    padding: 0;
    background: #FFA200;
    position: relative;
    margin-left: 30px;
}
.h_menu_btn span {
    display: block;
    width: 20px;
    height: 1px;
    background: #252525;
    position: absolute;
    left: 50%;
    margin-left: -10.5px;
}
.h_menu_btn span:nth-child(1) {
    top: 16px;
}
.h_menu_btn span:nth-child(2) {
    top: 22px;
}
.h_menu_btn span:nth-child(3) {
    top: 28px;
}
.modal-video {
    position: fixed;
    z-index: 31;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .8);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    opacity: 0;
    visibility: hidden;
}
.modal-video.active {
    opacity: 1;
    visibility: visible;
}
.modal-video.active .modal-block {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.modal-video .modal-wrap {
    width: 100%;
    max-height: 100%;
    overflow: hidden;
    overflow-y: auto;
}
.modal-video .modal-block {
    margin: 30px auto;
    background: 0 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 640px;
    border: none;
    position: relative;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
}
.modal-video .modal-block span.close {
    position: absolute;
    z-index: 2;
    display: block;
    top: -25px;
    right: 0;
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.modal-video .modal-block span.close:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 20px;
    height: 1px;
    background: #fff;
    -webkit-transform: rotateZ(45deg);
    -ms-transform: rotate(45deg);
    transform: rotateZ(45deg);
}
.modal-video .modal-block span.close:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 20px;
    height: 1px;
    background: #fff;
    -webkit-transform: rotateZ(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotateZ(-45deg);
}
.modal-video .modal-block iframe {
    width: 100%;
    height: 390px;
}
#menu-sidebar {
    position: fixed;
    z-index: 31;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
}
#menu-sidebar.show {
    visibility: visible;
}
#menu-sidebar.show .m-sd_close {
    opacity: 1;
}
#menu-sidebar.show .m-sd_block {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}
.m-sd_close {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .9);
    opacity: 0;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.m-sd_close:before {
    content: '';
    display: block;
    position: absolute;
    top: 30px;
    right: 350px;
    width: 20px;
    height: 1px;
    background: #fff;
    -webkit-transform: rotateZ(45deg);
    -ms-transform: rotate(45deg);
    transform: rotateZ(45deg);
}
.m-sd_close:after {
    content: '';
    display: block;
    position: absolute;
    top: 30px;
    right: 350px;
    width: 20px;
    height: 1px;
    background: #fff;
    -webkit-transform: rotateZ(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotateZ(-45deg);
}
.m-sd_block {
    position: relative;
    z-index: 2;
    margin-left: auto;
    width: 330px;
    height: 100%;
    background: #252525;
    overflow: hidden;
    overflow-y: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: translateX(500px);
    -ms-transform: translateX(500px);
    transform: translateX(500px);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.m-sd_menu_box {
    padding: 20px;
}
.m-sd_menu_box ul {
    display: block;
}
.m-sd_menu_box ul li {
    display: block;
    padding: 15px 0;
    position: relative;
}
.m-sd_menu_box ul li:after{
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: rgba(255,255,255,0.08);
}
.m-sd_menu_box ul li:last-child {
    padding-bottom: 0;
}
.m-sd_menu_box ul li:last-child:after {
    display: none;
}
.m-sd_menu_box ul li a {
    font-weight: 500;
    font-family: Cera-Round-Pro-500;
    font-size: 16px;
    line-height: 1;
    color: #fff;
}
.m-sd_menu_box ul li a.active{
    color: #FFA200;
}
.m-sd_menu_info_box {
    margin: 20px;
    padding: 20px;
    border-radius: 20px;
    border: 2px solid #fff;
    box-sizing: border-box;
}
.m-sd_menu_info_box a{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 30px;
}
.m-sd_menu_info_box a:last-child{
    margin: 0;
}
.m-sd_menu_info_box a svg{
    width: 14px;
    height: 14px;
    fill: #fff;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 10px;
}
.m-sd_menu_info_box a span{
    color:#fff;
    font-size: 16px;
    line-height: 1;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}
#request {
    padding: 100px 0;
}
.request_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.request_offer_block {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 20px;
}
.request_offer_block h3 {
    font-weight: 400;
    font-family: Cera-Round-Pro-400;
    font-size: 20px;
    line-height: 1.4;
    color: #000;
    margin-top: 30px;
    width: 60%}
.request_offer_block ul {
    display: block;
    margin-top: 50px;
}
.request_offer_block ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 25px;
}
.request_offer_block ul li:last-child {
    margin-bottom: 0;
}
.request_offer_block ul li img {
    width: 54px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-bottom: -1px;
}
.request_offer_block ul li div {
    padding-left: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.request_offer_block ul li div p {
    font-weight: 500;
    font-family: Cera-Round-Pro-500;
    font-size: 25px;
    line-height: 1.2;
    color: #000;
}
.request_offer_block ul li div a, .request_offer_block ul li div span {
    display: block;
    margin-top: 7px;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.3;
    color: #000;
}
.request_form_block {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 50px;
    width: 450px;
    border: 5px solid #FEA115;
    border-radius: 30px;
    overflow: hidden;
    padding: 60px 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.request_form_block form {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%}
.request_form_block form .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.request_form_block form .flex .input {
    width: 48%}
.request_form_block form .input {
    margin-bottom: 40px;
}
.request_form_block form .label-block {
    color: #6C6C6C;
    margin-bottom: 5px;
}
.request_form_block form .input-block {
    width: 100%;
    display: block;
    color: #000;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #000!important;
}
.request_form_block form .input-block.wpcf7-not-valid {
    border-bottom: 1px solid #ff5858!important;
}
.request_form_block form .textarea-block {
    width: 100%;
    display: block;
    border-bottom: 1px solid #000!important;
    color: #000;
}
.request_form_block form .textarea-block.wpcf7-not-valid {
    border-bottom: 1px solid #ff5858!important;
}
.request_form_block form button {
    width: 100%;
    height: 62px;
}
.request_form_block form .wpcf7-not-valid-tip, .request_form_block form .wpcf7-response-output {
    display: none!important;
}
.request_form_block form .wpcf7-acceptance {
    height: 0!important;
    display: block;
}
.request_form_politic {
    margin-top: 35px;
}
.request_form_politic span {
    border: 1px solid #000;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.request_form_politic p, .request_form_politic p a {
    color: #000;
}
.request_form_politic p a{
    border-bottom: 1px solid #000;
}
.request_form_politic p a:hover{
    border-bottom: 1px solid #FEA115;
}
#footer {
    padding: 20px 0;
    background: #202020;
}
.footer_box{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}
.footer_info_box{
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 250px;
}
.foo_logo_block img{
    width: 120px;
}
.foo_social_box{
    margin-top: 20px;
}
.foo_social_box ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.foo_social_box ul li{
    margin-right: 10px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: block;
}
.foo_social_box ul li a{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 50%;
    width: 26px;
    height: 26px;
    background: #fff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.foo_social_box ul li a:hover{
    background: #FEA115;
}
.foo_social_box ul li a svg{
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 14px;
    height: 14px;
    fill: #202020;
}
.foo_copyright_block{
    color: #fff;
    font-size: 16px;
    line-height: 1.4;
    margin-top: 20px;
}
.footer_menu_box{
    -webkit-box-sizing:border-box;
            box-sizing:border-box;
    width: 100%;
    padding-left: 50px;
}
.footer_menu_box h3{
    color: #fff;
    font-size: 18px;
    margin-bottom: 13px;
    font-family: Cera-Round-Pro-500;
    text-transform: uppercase;
}
.footer_menu_box ul{
    display: block;
}
.footer_menu_box ul li{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 7px;
}
.footer_menu_box ul li:before{
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #FEA115;
    margin-top: 7px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}
.footer_menu_box ul li a{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 14px;
    font-size: 16px;
    color: #fff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.footer_menu_box ul li a:hover{
    color: #FEA115;
}
.modal-window {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .8);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    opacity: 0;
    visibility: hidden;
}
.modal-window.active {
    opacity: 1;
    visibility: visible;
}
.modal-window.active .modal-block {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.modal-wrap {
    width: 100%;
    max-height: 100%;
    overflow: hidden;
    overflow-y: auto;
}
.modal-block {
    margin: 10px auto;
    background: #202020;
    border: 3px solid #FEA115;
    border-radius: 10px;
    padding: 30px 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 390px;
    position: relative;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
}
.modal-block h3 {
    text-align: center;
    color: #fff;
    font-weight: 500;
    font-family: Cera-Round-Pro-500;
    font-size: 28px;
    line-height: 1.3;
}
.modal-block h4 {
    text-align: center;
    color: #fff;
    font-weight: 400;
    font-family: Cera-Round-Pro-400;
    font-size: 16px;
    margin-top: 15px;
}
.modal-block span.close {
    position: absolute;
    z-index: 2;
    display: block;
    top: 10px;
    right: 10px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.modal-block span.close:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 20px;
    height: 1px;
    background: #fff;
    -webkit-transform: rotateZ(45deg);
    -ms-transform: rotate(45deg);
    transform: rotateZ(45deg);
}
.modal-block span.close:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 20px;
    height: 1px;
    background: #fff;
    -webkit-transform: rotateZ(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotateZ(-45deg);
}
.modal-block form {
    margin-top: 30px;
}
.modal-block form label {
    margin-bottom: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.modal-block form input {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    margin-bottom: 20px;
}
.modal-block form input.subject {
    display: none!important;
}
.modal-block form input.wpcf7-not-valid {
    border-bottom: 1px solid #ff5858;
}
.modal-block form button {
    width: 100%;
    height: 60px;
}
.modal-block form .wpcf7-response-output {
    display: none!important;
}
.modal-block form .wpcf7-not-valid-tip {
    display: none;
}
.modal-cta_politic {
    margin-top: 20px;
}
.btn_vk_fixed{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: fixed;
    bottom: 25px;
    right: 20px;
    background-color: #FFA200;
    text-align: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    z-index: 21;
}
.btn_vk_fixed svg{
    width: 24px;
    height: 24px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    fill: #fff;
    margin-left: -2px;
    display: block;
}
.btn_top_fixed{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: fixed;
    bottom: 90px;
    right: 20px;
    background-color: #FFA200;
    text-align: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    z-index: 21;
    -webkit-transform: rotateZ(90deg);
        -ms-transform: rotate(90deg);
            transform: rotateZ(90deg);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.btn_top_fixed.show{
    opacity: 1;
    visibility: visible;
}
.btn_top_fixed svg{
    width: 24px;
    height: 24px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    fill: transparent;
    stroke:#fff;
    margin-left: -2px;
    display: block;
}
