/*=============================================
=                 Colors                      =
=============================================*/
:root {
    --dark: #131313;
    --red:  #D5006A;
    --white: #fff;
    --blue: #252a37;
}
* {
    outline: none;
}
/*=============================================
=                Essentials                  =
=============================================*/
body {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 22px;
    font-weight: normal;
    color: #000;
    background-color: var(--white);
}
h1 {font-size: 35px; font-weight: normal; line-height: 1.4; color: var(--blue);  font-family: 'Open Sans', sans-serif;}
h2 {font-size: 32px; font-weight: normal; line-height: 1.4;  font-family: 'Open Sans', sans-serif;}
h3 {font-size: 28px; font-weight: normal;line-height: 1.4; margin-bottom: 25px;}
h4 {font-size: 20px; font-weight: normal; line-height: 1.4;}
h5 {font-size: 18px; font-weight: normal; line-height: 1.4;}
h6 {font-size: 16px; font-weight: normal; line-height: 1.4;}

button{

    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
a img,
a:visited,
a {
    color: var(--red);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
a:hover{
    color: var(--blue);

    cursor: pointer;
}
a.tap {
    display: inline-block;
    color: var(--white);
    background: var(--red);
    padding: 20px 50px;
    cursor: pointer;
    text-align: center;
    text-transform: uppercase;
}
a.tap:hover {
    background: #000;
    text-decoration: none;
}
#sd-content {
    overflow-x: hidden;
    overflow-y: auto;

    min-height: 100vh;
    position: relative;
 }

/*=============================================
=                  Preloader                  =
=============================================*/
.preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;

    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;

    background-color: var(--white);
}
.preloader .loader img {
    max-width: 150px;
    animation-name: prl-top;
    animation-direction: normal;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
@media (min-width: 1501px) {
    .container {
        /* max-width: 1440px; */
    }
}
/*=============================================
=                Navigation                  =
=============================================*/

/* header */
.top_bar {
    padding: 5px 0;
    background: #D5006A;
    color: #fff;
    font-size: 14px;
}
.header-top img {
    height: 60px;
}
.header-top {
    background-color: var(--dark);
    
    padding: 15px 0 15px;
}
.header_info {
    display: flex;
    align-items: center;
     margin-top: 15px;
}
 
.header_info span span {
    font-weight: bold;
}
.header_info span{
 
    margin:0;
 
}
.header_info a{
    background: #D5006A;
    padding: 10px;
    color: #fff;
    margin-right: 10px;
    display: block;

}

.header_info a:hover{
    background: #fff;
    color: #D5006A;
    text-decoration:  none;
}
 
.navbar-brand img {

    height: auto;
}
.langsel {
    display: flex;
    align-items: center;
    padding-bottom: 0;
    justify-content: flex-end;
    font-style: italic;
}
.langsel .wpml-ls-legacy-list-horizontal a span {
     vertical-align: unset;
}


/*=============================================
=              HomePage
=============================================*/
.home_page_block_oferta .col-md-8 {
    justify-content: center;
    display: flex;
    flex-direction: column;
}
.home_page_block_oferta h2 {
   color:  rgb(199, 20, 20);
    margin-bottom: 40px;
}
.home_page_block_oferta {
    margin-bottom: 120px;
    background: none;
    padding: 0 0;
    position: relative;
}
.home_page_block_oferta:before {
    content: ' ';
    position: absolute;
    left: 0;
    top: 30px;
    width: 100%;
    height: calc(50% - 30px);
    background: #f3f2f0;
    z-index: -1;
}
.home_page_block_oferta:after {
    content: ' ';
    position: absolute;
    left: 0;
    bottom: 30px;
    width: 100%;
    height: calc(50% - 30px);
    background: #eae9e6;
    z-index: -1;
}
.home_page_block_oferta .row {
    /*-webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.25);*/
    /*-moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.25);*/
    /*box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.25);*/
}
.home_page_block_122 {
    background: #F2F2F2;
    padding: 30px 0;
}
.home_page_block_122 a svg {
    margin-right:5px;
}
.home_page_block_122 .col-md-6:nth-child(2) {
    display: flex;
    flex-direction: column;   
     align-items: flex-end;

}
.home_page_block_122 a {
    display: flex;
    align-items: center;
    justify-content: center;
}
.home_page_block_1 .info_block_cont {
    position: unset;
}
.home_page_block_1 .img_bg {
    object-fit: cover;
    position: absolute;
    right: 0px;
    width: 100%;
    max-height:75vh;
    min-height:75vh;
    top: 0;
    z-index: -1;
}
.home_page_block_1 .row {
    position: relative;
}
.home_page_block_1 {
 
    min-height:62vh;
}
.info_block {
    background: #f8f7f6;
    padding: 30px;
    margin-top: 30px;
 
}
.ru .info_block {
    padding: 30px;
}
.info_block h1{
    font-weight: bold;
    margin-bottom: 20px;
}
.info_block h1 span{
    color: var(--red);
}
@media screen and (min-width: 1500px) {
    .ru .info_block h1 {
        font-size: 38px;
    }
}

.info_block ul {
 
}
 
.info_block li {
    position: relative;
    line-height: 30px;
 
}
.ru .info_block li {
    font-size: 16px;
}
.info_block ul, .info_block li {
    margin: 0;
    padding: 0;
    list-style: none;
}
.info_block li:before {
    content: ' ';
    width: 14px;
    height: 11px;
    display: inline-block;
    margin: 5px 10px 0 0;
    background: url("../img/check.png") no-repeat top center;
}
.ru .info_block li:before {
    margin-right: 2px;
}
.info_block a.tap {
    width: 100%;
    padding: 40px 0;
}
.home_page_block_2 {
    margin: 60px 0;
    text-align: center;
}
.home_page_block_2 h2{
    margin-bottom: 30px;
    color: var(--blue);
}
.home_page_block_2 img {
    width: 100%;
    height: auto;
    object-fit: cover;
}




/* Shine */
.home_page_block_2 figure {
    position: relative;
    overflow: hidden;
}
.home_page_block_2 figure::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
.home_page_block_2 figure:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}
@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}
@keyframes shine {
    100% {
        left: 125%;
    }
}

/* Circle */
.hover15 figure {
    position: relative;
}
.hover15 figure::before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255,255,255,.2);
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
}
.hover15 figure:hover::before {
    -webkit-animation: circle .75s;
    animation: circle .75s;
}
@-webkit-keyframes circle {
    0% {
        opacity: 1;
    }
    40% {
        opacity: 1;
    }
    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}
@keyframes circle {
    0% {
        opacity: 1;
    }
    40% {
        opacity: 1;
    }
    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}
.home_page_block_2 p {
  
}

.home_page_block_3 .row {
    position: relative;
}
.home_page_block_3 .row:before {
    content: ' ';
    position: absolute;
    left: 15px;
    top: 0;
    bottom: 0;
    right: 15px;
    background: #f3f2f0;
}
.contact_form_all {
    padding:40px 70px 0 40px;
}
.contact_form_all h3 {
    font-size: 32px;
    font-weight: bold;
}
.stepped_form h2 span,
.contact_form_all h3 span {
    color: var(--red);
}
.contact_form_all h4 {
    font-size: 27px;
    font-weight: normal;
}


.contact_form_all li {
    position: relative;
}
.contact_form_all ul, .contact_form_all li {
    margin: 0;
    padding: 0;
    list-style: none;
}
.contact_form_all ul {
    margin: 30px 0;
}
.contact_form_all li:before {
    content: ' ';
    width: 16px;
    height: 16px;
    display: inline-block;
    margin: 5px 10px 0 0;
    background: url("../img/check.png") no-repeat top center;
}

.contact_form input[type=email],
.contact_form input[type=text] {
    height: 55px;
    line-height: 55px;
    font-size: 16px;
    font-style: italic;
    border: solid 1px #a5a7aa;
    background: none;
    border-radius: 0;
    padding: 0 30px;

}
.contact_form input[type=text] {
    width: 98%;
}
.contact_form input[type=email] {
    width: 100%;
}
.contact_form br {
    display: none;
}
.contact_form label{
    margin: 0 0 10px;
    float: left;
    width: 100%;
}
.contact_form div > label:nth-of-type(2) {
    text-align: right;
}
.contact_form div > label:nth-of-type(2),
.contact_form div > label:nth-of-type(1){
    width: 50%;
    display: inline-block;
    float: left;
}
.contact_form a:hover {
    text-decoration: none;
}
.contact_form a {
    text-decoration: underline;
}
.step_nav .wpcf7-submit,
.contact_form .wpcf7-submit{
    background: var(--red);
    font-size: 18px;
    text-transform: uppercase;
    height: 55px;
    line-height: 55px!important;
    width: 100%;
    color: #fff;
    text-align: center;
    border-radius: 0;
    padding: 0;
    margin: 0;
    border: 0;
    position: relative;
    cursor: pointer;
}
.step_nav .wpcf7-submit {
    height: 65px;
    line-height: 65px;
    width: auto;
    min-width: 250px;
}
.step_nav .wpcf7-submit:after,
.contact_form .wpcf7-submit:after {
    position: absolute;
    content: ' ';
    width: 30px;
    height: 10px;
    background: url("../img/right.svg") no-repeat;
    background-size: cover;
}

.step_nav .wpcf7-submit:hover,
.contact_form .wpcf7-submit:hover{
    background: #000;
}
div.wpcf7 .ajax-loader {
    position: absolute;
    right: 20px;
    bottom: 20px;
}

.select2-search--dropdown {
    display: none!important;
}

/* Hide the browser's default checkbox */
.wpcf7-acceptance input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.wpcf7-acceptance > span {
    position: relative;
    padding-left: 40px;
    margin-left: 0;
    display: inline-block;
    font-size: 13px;
}
.wpcf7-acceptance span:before {
    position: absolute;
    top: 10px;
    left: 0;
    height: 25px;
    width: 25px;
    border: solid 1px #a5a7aa;
}

/* On mouse-over, add a grey background color */
.wpcf7-acceptance:hover input ~ span:before {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.wpcf7-acceptance input:checked ~ span:before {
    background-color: var(--red);
}

/* Create the checkmark/indicator (hidden when not checked) */
.wpcf7-acceptance span:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.wpcf7-acceptance input:checked ~ span:after {
    display: block;
}

/* Style the checkmark/indicator */
.wpcf7-acceptance span:after {
    left: 11px;
    top: 17px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.wpcf7-form-control-wrap {
    display: inline-block;
    width: 100%;
}
.select2-container {
    width: 100% !important;

}
.select2-container--default .select2-selection--single {
    border: solid 1px #a5a7aa !important;
    background: none!important;
    border-radius: 0!important;
    height: 55px!important;
    line-height: 55px!important;
    padding: 0 30px!important;
    font-style: italic!important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 55px!important;
    padding: 0!important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 55px!important;
}

.home_page_block_4 {
    margin:60px 0 20px;
}
.home_page_block_4 h2 {
    margin-bottom: 80px;
}  
.home_page_block_4 span {
    color: #D5006A;
    font-weight: 600;
font-size: 20px;
line-height: 20px;
}
.home_page_block_4 p {
    font-size: 16px;
}

.home_page_block_5 {
 
    margin:0 0 60px 0;

}
.home_page_block_5 h2{
    margin-bottom: 50px;
}
.home_page_block_5 .slick-slide{
    padding-bottom: 70px;
}
.home_page_block_5 .slick-slide img {
    margin: 0 auto;
    -webkit-box-shadow: 0 10px 15px 0 rgba(49,49,57,0.11);
    -moz-box-shadow: 0 10px 15px 0 rgba(49,49,57,0.11);
    box-shadow: 0 10px 15px 0 rgba(49,49,57,0.11);
}
.home_page_block_5 .slick-dots{
    /*position: relative;*/
}
.home_page_block_5 .slick-dots li button:before {
    font-size: 16px;
}
.slick-slide a:hover img {
    opacity: 0.8;
}

.text_btm {
    background:#F2F2F2;
    padding: 60px 0;
}

.content {
    position: relative;
    margin: auto;
    padding: 0;
    width: calc(100vw - 30%);
}
 

.image {
    padding: 0 15px;
}

.slide_info{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}
.slider2_all {
    background: #F2F2F2;
    padding: 60px 0;
}
.home_page_block_6 {
    margin-bottom: 100px;
}
.home_page_block_6 h2 {
    margin-bottom: 30px;
}
.home_page_block_6 p {
    font-size: 24px;
    line-height: 30px;
    color: #313139;
}

.home_page_block_6 .slick-slide img {
    display: block;
    height: 220px;
    width: 100%;
    object-fit: cover;
}
.slide_nav {
    display: flex;
    justify-content: space-between;
}
.slide_nav a {
    opacity: 0.2;
    outline: none;
}
.slide_nav a:hover {
    opacity: 1;
}

.stepped_form_big {
    margin-bottom: 120px;

}
.stepped_form h2 {
    text-align: center;
    margin-bottom: 60px;
}
.stepped_form {
    margin-top: 80px;
    padding: 80px;
    background: #fff;
    -webkit-box-shadow: 0 20px 43px 0 rgba(49,49,57,0.11);
    -moz-box-shadow: 0 20px 43px 0 rgba(49,49,57,0.11);
    box-shadow: 0 20px 43px 0 rgba(49,49,57,0.11);
}

.home_page_block_6 ul, .home_page_block_6 li {
    margin: 0 ;
    padding: 0;
    list-style: none;
}
.home_page_block_6 li {
    line-height: 20px;
    margin-bottom: 30px;
}
.home_page_block_6 li:before {
    content: ' ';
    width: 14px;
    height: 11px;
    display: inline-block;
    margin: 5px 10px 0 0;
    background: url("../img/check.png") no-repeat top center;
}

article.page {

    padding: 40px;
    background: #fff;
    -webkit-box-shadow: 0 20px 43px 0 rgba(49,49,57,0.11);
    -moz-box-shadow: 0 20px 43px 0 rgba(49,49,57,0.11);
    box-shadow: 0 20px 43px 0 rgba(49,49,57,0.11);
}
.pbar{
    position: relative;
}
.pbar:before {
    position: absolute;
    left: 0;
    top: 20px;
    content: ' ';
    background: #f3f2f0;
    width: 100%;
    height: 14px;
}
.wpcf7 .trx_mscf_progressbar {
    margin: 0 auto;
    padding: 0;
    display: flex;
    width: 450px;

}
.wpcf7 .pbar  .trx_mscf_progressbar li.trx_mscf_numbers:before {
    content: counter(step);
    counter-increment: step;
    width: 60px;
    line-height: 60px;
    display: block;
    font-size: 18px;
    color: #b1b6bf;
    background: #ecebe9;
    border-radius: 60px;
    margin: 0 auto 5px auto;
    z-index: 2;
}

.wpcf7 .pbar  .trx_mscf_progressbar li.trx_mscf_numbers.active:before {
    background: #242525;
    color: #fff;
}
.wpcf7 .pbar  .trx_mscf_progressbar li.trx_mscf_numbers:after {
    display: none!important;
}
.step_nav {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}
.step_nav  button {
    background: #c6c6c6;
    color: #fff;
    cursor: pointer;
    padding: 20px;
    margin: 0 20px;
    width: 35%;
    font-size: 18px;
    text-transform: uppercase;
}
.step_nav  button.trx_mscf_next {
    background-color: #333;
}
.step_nav  button:hover {
    background: #242525;
}

.wpcf7 form .trx_mscf_step {
    text-align: center;
}
.step44 label {
    font-style: italic;
    color: var(--red);
}
.step6,
.step5,
.step4,
.step3,
.step2,
.step1 {
    margin-top: 30px;
}
.stepped_form h5 {
    text-align: center;
    margin-bottom: 30px;
}
.Selectaiunaspectalgeamului span.wpcf7-list-item {
    width: 25%;
    margin:0 0 20px;

}
.Selectaiunaspectalgeamului span.wpcf7-list-item label.selected {
    opacity: 1;
}
.Selectaiunaspectalgeamului span.wpcf7-list-item label {
    cursor: pointer;
    color: #000;
    opacity: 0.9;
 
}
.Selectaiunaspectalgeamului span.wpcf7-list-item label:after {
    content: ' ';
    width: 200px;
    height: 200px;
    background-size: cover!important;
    display: block;
    margin-top: 10px;
}
.Selectaiunaspectalgeamului span.wpcf7-list-item:nth-of-type(1) label:after {
    content: ' ';
    background: url("../img/step1.jpg") no-repeat bottom center;
    width: 200px;
    height: 200px;
    background-size: cover!important;
    display: block;
    margin-top: 10px;
}
.Selectaiunaspectalgeamului span.wpcf7-list-item:nth-of-type(2) label:after {
    background-image: url("../img/step2.jpg");
 
}
.Selectaiunaspectalgeamului span.wpcf7-list-item:nth-of-type(3) label:after {
    background-image: url("../img/step3.jpg");
 
}
.Selectaiunaspectalgeamului span.wpcf7-list-item:nth-of-type(4) label:after {
    background-image: url("../img/step4.jpg"); 
}
.Selectaiunaspectalgeamului span.wpcf7-list-item:nth-of-type(5) label {
    background: url("../img/step5.png") no-repeat bottom center;
 
}
.Selectaiunaspectalgeamului span.wpcf7-list-item:nth-of-type(6) label {
    background: url("../img/step6.png") no-repeat bottom center;
 
}

.step2 {
    min-height: 440px;
    background: url("../img/step22.png") no-repeat right bottom;
    max-width: 70%;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
}
.stepped_form input[type=text] {
    padding: 0 40px;
    height: 55px;
    line-height: 55px;
    border-radius: 0;
    font-style: italic;
}
.stepped_form .step2 label {
    margin-top: 15px;
}

.fatada {
    max-width: 80%;
    margin: 0 auto 40px;
}
.fatada span.wpcf7-list-item {
    width: 33%;
    margin: 0;
}

.fatada span.wpcf7-list-item label.active {
    opacity: 1;
}


.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}
.wpcf7-form-control-wrap.image {
    display: initial!important;
    position: absolute!important;
    top: -1px;
}


.btn-file {
    cursor: pointer;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.btn-file {
    color: var(--white);
    background: var(--red);
    padding: 20px 50px;
    cursor: pointer;
    text-align: center;
    font-weight: bold;

}
.btn-file:hover {
    background: #000;
    text-decoration: none;
}
 
.fatada span.wpcf7-list-item {
    width: 33.3%;
    margin:0 0 30px;

}
.fatada span.wpcf7-list-item label.active {
    opacity: 1;
}
.fatada span.wpcf7-list-item label:after {
    content: ' ';
    width: 200px;
    height: 200px;
    background-size: cover!important;
    display: block;
    margin-top: 10px;
}

.fatada span.wpcf7-list-item:nth-of-type(1) label:after {
    background-image: url("../img/step51.jpg");
 
}
.fatada span.wpcf7-list-item:nth-of-type(2) label:after {
    background-image: url("../img/step52.jpg");
 
} 

.fatada span.wpcf7-list-item:nth-of-type(3) label:after {
    background-image: url("../img/step53.jpg");
 
} 

.fatada span.wpcf7-list-item:nth-of-type(4) label:after {
    background-image: url("../img/step54.jpg");
 
} 

.fatada span.wpcf7-list-item:nth-of-type(5) label:after {
    background-image: url("../img/step55.jpg");
 
} 

.fatada span.wpcf7-list-item:nth-of-type(6) label:after {
    background-image: url("../img/step56.jpg");
 
} 


.aparate span.wpcf7-list-item {
    width: 33%;
    margin:0 0 30px;

}
.aparate span.wpcf7-list-item label.active {
    opacity: 1;
}
.aparate span.wpcf7-list-item label:after {
    content: ' ';
    width: 200px;
    height: 200px;
    background-size: cover!important;
    display: block;
    margin-top: 10px;
}

.aparate span.wpcf7-list-item:nth-of-type(1) label:after {
    background-image: url("../img/sistem2.jpg");
 
}
.aparate span.wpcf7-list-item:nth-of-type(2) label:after {
    background-image: url("../img/sistem1.jpg");
 
} 
.step6 {
    max-width: 500px;
    margin: 0 auto;
}
.step6 label {
    width: 100%;
}

.step6 div > label:nth-of-type(2),
.step6 div > label:nth-of-type(1) {
    width: 49%;
    display: inline-block;
    float: left;
}
.step6 div > label:nth-of-type(1) {
    margin-right: 10px;
}
.step6 br {
    display: none;
}

.step6 input[type=text],
.step6 input[type=email] {
    padding: 0 40px;
    height: 55px;
    width: 100%;
    line-height: 55px;
    border-radius: 0;
    font-style: italic;
    border: solid 1px #a5a7aa;
}
.step6 .wpcf7-acceptance .wpcf7-list-item-label  {
    line-height: 16px;
    text-align: left;
}


.offer_text {
    position: absolute;
    left: 0;
    top: 70px;
    padding: 40px 25px;
    background: #fff;
    font-size: 48px;
    line-height: 1.3;
    color: var(--red);
    text-transform: uppercase;
    font-weight: bold;
}

/* Create a custom checkbox */
.wpcf7-radio   span.wpcf7-list-item-label,
.wpcf7-checkbox   span.wpcf7-list-item-label {
    position: relative;
    padding-left: 40px;
    margin-left: 0;
    display: inline-block;

}
.wpcf7-radio span:before,
.wpcf7-checkbox span:before {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    border: solid 1px #a5a7aa;
}
.wpcf7-radio span:before{
    border-radius: 100%;
}

.wpcf7-radio > span input,
.wpcf7-checkbox > span input {
    visibility: hidden;
}
.wpcf7-radio > span:hover input ~ span:before,
.wpcf7-checkbox > span:hover input ~ span:before {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.wpcf7-radio input:checked ~ span:before,
.wpcf7-checkbox input:checked ~ span:before {
    background-color: var(--red);
}

/* Create the checkmark/indicator (hidden when not checked) */
.wpcf7-radio span:after,
.wpcf7-checkbox span:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.wpcf7-radio input:checked ~ span:after,
.wpcf7-checkbox input:checked ~ span:after {
    display: block;
}

/* Style the checkmark/indicator */
.wpcf7-radio span:after,
.wpcf7-checkbox span:after {
    left: 11px;
    top: 7px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

    /*=============================================
    =                   Footer                    =
    =============================================*/
footer {
    background: #252525;
    display: inline-block;
    width: 100%;
}
.ru footer {
    font-size: 14px;
}
.post, .page {
    margin: 0 ;
}
.logo-footer {
 
    margin-bottom: 15px;
}
.footer_text {
 
    color: var(--white);
}
.page-template-thankyou .footer_text {
    display:none;
}
.footer_text h2 {
    margin-bottom: 20px;
}

.footer_text ul {
    display: flex;
    flex-wrap: wrap;
    height: 120px;
    margin-bottom: 20px!important;
}

.footer_text ul, .footer_text li {
    margin: 0;
    padding: 0;
    list-style: none;

}
.footer_text li {
    position: relative;
    line-height: 30px;
    width: 50%;
    padding-left: 25px;
}
.footer_text li:before {
    content: ' ';
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 7px;
    background: url("../img/check-white.png") no-repeat top center;
}
.copyright {
    font-size: 12px;
    padding:25px 0 10px;
    margin-bottom: 15px;
    background: #212121;
    color: var(--white);
}
 
.copyright a:hover {
    opacity: 0.6;
}
.copyright a {
    color: var(--white);
}
.copyright span + a {
    margin-left: 20px;
}

 
.footer_bottom_text {
    width: 65%;
    margin-right: 50px;
}
.copyright a {
    color: var(--red);
 
}
.footer-top {
    padding: 30px 0;
}
 
.footer_bottom a:nth-of-type(1) {
    margin-bottom: 15px;

}
.footer_bottom a:nth-of-type(1) img {
    margin-right: 20px;
    margin-left: 5px;

}
.footer_bottom a img {
    margin-right: 15px;
}
.footer_bottom {
    margin-top: 30px;
    color: #fff;
    display: flex;
}
/*=============================================
=                 Error Page                  =
=============================================*/
.page-error__content {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    margin-top: -60px;
    display: flex;
    align-items: center;

    font-size: 18px;
}
.page-error__content:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255, .53);
}

.page-error__content h2 {
    font-size: 36px;
    font-weight: 700;

    margin-bottom: 0;
}
.page-error__content h1 {
    font-size: 12vw;
    font-weight: 700;

    margin-bottom: 0;
}
.page-error__content p {margin-bottom: 0;}
.page-error__content a {margin-top: 30px;}


/*=============================================
=                Elements                  =
=============================================*/



/* padding-bottom and top for image */
.mfp-no-margins img.mfp-img {
    padding: 0;
}
/* position of shadow behind the image */
.mfp-no-margins .mfp-figure:after {
    top: 0;
    bottom: 0;
}
/* padding for main container */
.mfp-no-margins .mfp-container {
    padding: 0;
}


/*

for zoom animation
uncomment this part if you haven't added this code anywhere else

*/


.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
		opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
		opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
	opacity: 0;
}




@-webkit-keyframes prl-top {
    0% {
        transform: translateY(0)
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0)
    }
}
@keyframes prl-top {
    0% {
        transform: translateY(0)
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0)
    }
}

@keyframes trLR {
    0% {
        transform: translateX(-5px)
    }
    100% {
        transform: translateX(50px)
    }
}
.wpml-ls-legacy-list-horizontal>ul {
    display: flex;
}

.wpml-ls-display {
    display: none;
}


body.ru .stepped_form h2 {
    font-size: 30px;
}
@media screen and (max-width: 767px) {
    .step_nav button {
        font-size: 12px;
    }
    body.ru .stepped_form h2 {
        font-size: 23px;
    }
}