/*!
Theme Name: Picvario
Theme URI: http://underscores.me/
Author: Dmitry_V
Author URI: https://wp-laba.ru
Description: Start Theme
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ix
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

ix is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

*/

@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto-Thin.eot');
    src: url('fonts/Roboto-Thin.eot?#iefix') format('embedded-opentype'),
        url('fonts/Roboto-Thin.woff2') format('woff2'),
        url('fonts/Roboto-Thin.woff') format('woff'),
        url('fonts/Roboto-Thin.ttf') format('truetype'),
        url('fonts/Roboto-Thin.svg#Roboto-Thin') format('svg');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto-Black.eot');
    src: url('fonts/Roboto-Black.eot?#iefix') format('embedded-opentype'),
        url('fonts/Roboto-Black.woff2') format('woff2'),
        url('fonts/Roboto-Black.woff') format('woff'),
        url('fonts/Roboto-Black.ttf') format('truetype'),
        url('fonts/Roboto-Black.svg#Roboto-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto-Medium.eot');
    src: url('fonts/Roboto-Medium.eot?#iefix') format('embedded-opentype'),
        url('fonts/Roboto-Medium.woff2') format('woff2'),
        url('fonts/Roboto-Medium.woff') format('woff'),
        url('fonts/Roboto-Medium.ttf') format('truetype'),
        url('fonts/Roboto-Medium.svg#Roboto-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto-Light.eot');
    src: url('fonts/Roboto-Light.eot?#iefix') format('embedded-opentype'),
        url('fonts/Roboto-Light.woff2') format('woff2'),
        url('fonts/Roboto-Light.woff') format('woff'),
        url('fonts/Roboto-Light.ttf') format('truetype'),
        url('fonts/Roboto-Light.svg#Roboto-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto-Bold.eot');
    src: url('fonts/Roboto-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Roboto-Bold.woff2') format('woff2'),
        url('fonts/Roboto-Bold.woff') format('woff'),
        url('fonts/Roboto-Bold.ttf') format('truetype'),
        url('fonts/Roboto-Bold.svg#Roboto-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto-Regular.eot');
    src: url('fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/Roboto-Regular.woff2') format('woff2'),
        url('fonts/Roboto-Regular.woff') format('woff'),
        url('fonts/Roboto-Regular.ttf') format('truetype'),
        url('fonts/Roboto-Regular.svg#Roboto-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



main {
    /*margin-top: 50px;*/
    /*margin-bottom: 50px;*/
}

.admin-bar .site-header {
    background: white;
    box-shadow: 0px 1px 3px rgb(0 0 0 / 10%);
    position: fixed;
    top: 32px;
    left: 0;
    right: 0;
    z-index: 99;
}
.jumbotron__list ul {
    list-style: none;
    color: #6e6e6e;
    font-size: 18px;
    line-height: 1.55;
    font-weight: 400;
    padding: 0;
    margin: 30px 0 20px;
}

.entry-content a {
    font-family: 'Roboto',Arial,sans-serif;
    color: #ff42a7 !important;
}
li {
    font-weight: 300;
}
li strong {
    font-weight: 600;
}
p strong {
    font-weight: 600;
}

/**
* breadcrumbs
 */
.breadcrumbs {
    position: relative;
}
.kama_breadcrumbs {
    padding-top: 25px;
    font-family: 'Roboto',Arial,sans-serif;
    color: inherit;
    font-weight: 300;
}
.kama_breadcrumbs a {
    color: #ff42a7;
}
.kama_breadcrumbs a:hover {
    text-decoration: none;
    color: #ff42a7;
}

    /**
    *   single_blog_post
    */

.single_blog_post .post_cat{
    text-transform: uppercase;
    text-align: center;
    font-size: 16px;
    font-family: 'Roboto',Arial,sans-serif;
    font-weight: 600;
    color: #000;
    letter-spacing: 2.5px;
    padding-top: 10px;
    padding-bottom: 40px;
}

.single_blog_post h1 {
    text-align: center;
    font-size: 64px;
    font-family: 'Roboto',Arial,sans-serif;
    font-weight: 700;
    color: #000;
    line-height: 1.23;
    letter-spacing: 2.5px;
    margin-bottom: 40px;
}

.single_post_footer_sidebar_wrap {
    background-color: #f3f3f3;
    padding-top: 25px;
    padding-bottom: 25px;
}
.single_post_footer_sidebar_wrap .home-section {
    margin-top: 0px;
}

.site-footer__title {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'Roboto',Arial,sans-serif;
    font-weight: 600;
    line-height: 1.35;
}

.wp-block-acf-repeater-block1 img, .wp-block-acf-repeater-block2 img {
    max-width: 50px;
}

/*.price.is-pink .price__top{}*/
.price.is-pink .price__top {
    background: #ff42a7;
}

.price .btn--type1 {
    background: #000000;
    color: #ffffff !important;
    font-weight: 500;
    font-size: 14px;
}
.price .btn--type2 {
    color: #000000 !important;
}
.price .btn--type2:hover {
    color: #ff42a7 !important;
    border: 2px solid #ff42a7 !important;
}

.price.is-pink .btn--type1 {
    background: #ff42a7 !important;
}

.btn_type2_block {
    height: 60px;
}

.is--pink {
    color: #ff42a7 !important;
}
.wp-block-acf-case-block{
    padding-bottom: 150px;
}

.site_map_menu, .information_menu {
    list-style: none;
    padding-left: 0;
}

.mt-100 {
    margin-top: 100px;
}
.mt-150 {
    margin-top: 150px;
}
.mb-100{
    margin-bottom: 100px;
}
.mb-150{
    margin-bottom: 150px;
}

.price_on_request {
    font-size: 36px;
    font-weight: 600;
}
.price__top {
    height: 180px;
}

.type-page .entry-header .entry-title {
    padding-top: 100px;
}
.archive .post__title {
    margin-top: 0px;
}
.post_date {
    color: #000 !important;
    font-weight: 300 !important;
    font-size: 14px;
    margin-top: 10px;
}
.post__excerpt {
    color: #000 !important;
    font-weight: 300 !important;
}

.pagination {

}
.pagination .page-numbers{
    border: 1px solid #ff42a7;
    border-radius: 5px;
    margin: 5px;
    padding: 10px;
    min-width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    text-decoration: none;
}
.pagination .page-numbers:hover{
    background: #ff42a7;
    color: #fff !important;
}
.pagination .page-numbers.current{
    background: #ff42a7;
    color: #fff !important;
}
.pagination .prev, .pagination .next {
    width: 100px;
}

.onli_text_page {
    padding: 50px 0;
}

@media (max-width: 920px) {
    .wp-block-image img {
        max-width: 100%;
        height: auto;
    }
    .single_blog_post h1 {
        font-size: 34px;
    }
    .single_blog_post h2 {
        font-size: 26px;
    }
}

#primary-menu .current-menu-item a {
    color: #ff42a7 !important;
}
.site-menu > li:hover > a {
    opacity: 1;
    color: #ff42a7;
}

.site-menu {
    justify-content: flex-end;
}
@media (max-width: 767px) {
    .site-menu {
      justify-content: space-between;
    }
  }
.site-menu > li {
position: relative;
height: 80px;
margin-left: 15px;
  
}
.calc-range__desc {
    height: 45px;
    display: block;
}
.jumbotron p {
    color: #6e6e6e;
    margin-bottom: 7px;
}
.page-template-paralax-tmpl #paralax_section {
    margin-bottom: 50px;
}

/**/
.offices_block {
    margin-top: 50px;
    margin-bottom: 50px;
}
.offices_block__item{
    border-radius: 10px;
    border: 1px solid #ff42a7;
    height: 100%;
}
.office_map {
    height: 300px;
    text-align: center;
}

.map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
    border-radius: 10px 10px 0 0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
.office_info{
    padding: 25px;
    font-size: 1.17em;
    line-height: 1.2;
}
.office_title{

}
.office_text{
    color: #6e6e6e;
    margin-bottom: 10px;
}
.office_mail{
    color: #6e6e6e;
}
.office_mail a{
    color: #ff42a7;
}
.office_tel{
    color: #6e6e6e;
}
.office_tel a{
    color: #ff42a7;
}

article a {
    color: #ff42a7;
}

.home-section {
    margin-top: 50px;
    margin-bottom: 50px;
    padding-bottom: 50px;
}

.home-section.block-repeater-block1 img {
    max-width: 52px;
}

/**
*
 */
 .selection_tarif_form {
    display: flex;
}
.tarif_form {
    width: 100%;
    flex-wrap: wrap;
}
.tarif_form input, .tarif_form select, .tarif_form button {
    width: 100%;
    height: 40px;
    padding: 5px 15px;
    outline: none;
    margin-bottom: 10px;
    margin-top: 5px;
}
.tarif_form input, .tarif_form select {
    border: 2px solid #e0e0e0;
    color: inherit;
}
.tarif_form input.err, .tarif_form select.err {
    border: 2px solid red;
    color: inherit;
}
.tarif_form button {
    color: #fff;
    background: #ff42a7;
    border-radius: 30px;
    border: 0px;
}
.tarif_form button:hover{
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 40%);
}
.tarif_form select option {
    padding: 5px 0;
}
.tarif_form select option.def_select {

}
.tarif_form select option[value="default"] selected { /* value not val */
    color: #e0e0e0 !important;
}
table.selection_tarif_table thead td {
    padding: 10px;
    text-align: center;


}
.tarif_selector {
    margin: 20px 0;
}
.result_selection_wrap {
    display: block;
    position: relative;
    overflow-x: auto;
}
.result_selection_wrap .table {
    padding: 0 15px;
    margin-bottom: 20px;
}
.result_selecton_tarif .table_td {
    text-align: center;
}
.result_selection_wrap .table table {
    font-size: 16px;
}

.tarif_form select:not(:focus) {
    color: #212529;
}

td.table_td {
    width: 150px !important;
}

table.selection_tarif_table tr:nth-child(even) td {
    background: #eeeeee;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
}

.custom_banner_top {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.custom_banner_top p {
    margin: 0;
    padding: 0;
    font-size: 26px;
}
.custom_banner_top p a {
    color: #fff;
    cursor: pointer;
}
.custom_banner_top p a:hover {
    color: #fff;
    text-decoration: underline;
}
.custom_banner_top__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 30px;
    border-radius: 30px;
    font-weight: 600;
    transition: .3s ease;
    white-space: nowrap;
    border: none;
    margin: 0 50px;
    cursor: pointer;
}
@media (max-width: 768px) {
    .custom_banner_top p {
        margin: 0;
        padding: 0;
        font-size: 22px;
        text-align: center;
        margin-bottom: 15px;
    }
}
/*support*/
.help_centre {
    margin-top: 52px;
}
.tax-cats .support_search_mini_wrap {
    margin-top: 25px;
}
.support_tabs__controls  {
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #eeeeee;
}
.support_tabs__controls a {
    padding: 18px 20px;
    color: #000;
    display: block;
    font-weight: 400;
    font-size: 18px;
    position: relative;
}

a.js-tab__control.tab__control.is--active{
    color: #ff42a7;
}
.support_tabs__controls a.is--active:before {
    visibility: visible;
    opacity: 1;
}
.support_tabs__controls a:before {
    background: #ff42a7;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    position: absolute;
    visibility: hidden;
    opacity: 0;
}

.support_tabs__content {
    margin-top: 50px;
}
.sub_term {
    margin-bottom: 20px;
}

.sub_term__link {
    text-decoration: none;
    font-weight: bolder;
    color: #ff42a7;
}
.sub_term__link:hover {
    text-decoration: underline;
    color: #ff42a7;
}

.sub_term__posts_list {
    list-style: none;
    padding-left: 0;
    margin-top: 15px;
}
.sub_term__posts_list li {
    margin-bottom: 10px;
}
.sub_term__posts_list a {
    color: inherit;
    line-height: 14px;
}
.color_pink {
    color: #ff42a7;
}
a.color_pink:hover {
    color: #ff42a7;
}

/**/
.support_request_wrap {
    background-color: #f3f3f3;
    margin-top: 16px;
}
.block_support_request {

    padding: 30px;

}
.block_support_request__title h3 {
    font-size: 30px;
    font-weight: 600;
    line-height: 42px;
    margin-top: 24px;
    margin-bottom: 16px;
}
.block_support_request_btn {
    margin: 16px 0;
    padding: 9px 27px;
}

.get_in_touch {
    margin: 16px 0;
}

.get_in_touch_wrap {
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.get_in_touch_item {
    margin: 0 0 14px 0;

}
.get_in_touch_item_wrap {
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    padding: 16px 24px;
    display: flex;
    /*align-items: center;*/
}
.support_page_title {
    margin: 0 auto;
    color: white;
}
.get_in_touch_icon {
    width: 32px;
    height: 32px;
    margin-right: 15px;
}
/**/

.support_bg {
    background-image: url(./images/support_bg.jpg);
    background-position: center;
    background-size: cover;
    height: 300px;
    padding: 0 20px;
    text-align: center;
    width: 100%;
}
.support_search_wrap {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    max-width: 610px;
    margin: 0 auto;
}
.support_search {
    position: relative;
}
.support_search__input {
    border-color: #ddd;
    border-radius: 30px;
    border-style: solid;
    border-width: 1px;
    display: flex;
    position: relative;
    transition: border 0.12s ease-in-out;
}
.support_search__input {
    appearance: none;
    -webkit-appearance: none;
    box-sizing: border-box;
    color: #666;
    flex: 1 1 auto;
    height: 40px;
    width: 100%;
    padding-left: 40px;
    padding-right: 20px;
}

.support_search__input {
    outline: none;
}
.support_search__input {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
.support_search__button {
    width: 40px;
    border: none;
    height: 40px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button;
}

.tax-cats .breadcrumbs, .search-results .breadcrumbs{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}
.support_post_asade {
    list-style: none;
    padding-left: 0;
}
.support_post_asade li {
    margin-bottom: 7px;
}
.support_post_asade a {
    color: #000;
    line-height: 18px;
    font-size: 16px;
    text-decoration: none;
}
.support_post_asade a:hover {
    text-decoration: underline;
    color: #ff42a7;
}
.get_in_touch_item_wrap a {
    color: #ff42a7;
}

.entry_related_posts {
    margin-top: 40px;
}
.entry_related_posts a {
    color: inherit;
}
.entry_related_posts a:hover {
    color: #ff42a7;
}
.related_posts_wrap ul {
    padding-left: 20px;
}

/*
* form
*/
.page_form {
    width: 100%;
    max-width: 650px;
    margin-top: 35px;
    margin-bottom: 50px;
}
.page_form label {
    display: block;
    font-size: 14px;
    margin-bottom: 5px;
}
.page_form input, .page_form textarea {
    width: 100%;
}
.page_form .request_description {
    color: #666;
    font-size: 13px;
    margin: 5px 0;
}
[type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button;
}

.wpcf7 input[type="url"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"], .wpcf7 input[type="text"] {
    border: 1px solid #ddd;
    border-radius: 4px;
    outline: none;
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 15px;
    max-height: 400px;
}
.wpcf7 textarea {
    border: 1px solid #ddd;
    border-radius: 4px;
    outline: none;
    font-size: 16px;
    line-height: 32px;
}
.codedropz-upload-wrapper {
    margin-top: 25px;
}
.cd-upload-btn {
    color: #ff42a7;
}
.wpcf7-submit {
    margin-top: 15px;
}
input[type="submit"] {
    cursor: pointer;
    background-color: rgba(255, 66, 167, 1);
    border: 0;
    border-radius: 30px;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 2.72;
    min-width: 190px;
    padding: 0 1.9286em;
    width: 100%;
}
input[type="submit"]:hover, input[type="submit"]:active, input[type="submit"]:focus {
    background-color: #db0075;
}
@media (min-width: 768px) {
    .button-large, input[type="submit"] {
        width: auto;
    }
}

/**/
.mask-phone__top {
    display: flex;
 }

 .countries {
    position: relative;
    display: flex;
    align-items: center;
    background-color: #f3f3f3;
    margin-right: 10px;
    z-index: 9;
 }

 .countries__active {
    display: flex;
    align-items: center;
    padding: 0 10px;
    white-space: nowrap;
    cursor: pointer;
    height: 50px;
 }

 .countries img {
    border-radius: 50%;
    width: 25px;
    height: 25px;
    margin-right: 10px;
 }

 .countries__list-item {
    display: flex;
    padding: 10px 10px;
    align-items: center;
    cursor: pointer;
 }

 .countries__list-item:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, .2);
 }

 .countries__list {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    white-space: nowrap;
    margin-top: 5px;
    background: #f3f3f3;
    max-height: 200px;
    overflow: hidden;
    overflow-y: scroll;
 }

 .mask-phone__select {
    margin-right: 5px;
 }

 .mask-phone__select {
    display: flex;
    align-items: center;
    margin-top: 10px;
    flex-wrap: wrap;
 }

 .mask-phone__select > div:not(:last-child) {
    margin-right: 15px;
 }

 .mask-phone__select label {
    margin: 0;
 }

 .mt-15 {
    margin-top: 10px;
 }

 .intl-tel-input {
     width: 100%;
 }

.error-404 {
    padding: 90px 0;
    min-height: calc(80vh - 180px);
    display: flex;
    justify-content: center;
    align-items: center;
}

.error-404 .page-header span {
    font-size: 64px;
    color: #ff42a7;
    font-weight: bold;
    display: block;
    line-height: 100%;
}

.error-404 .page-header h1 {
    font-size: 36px;
}

.error-404 p {
    margin: 8px 0 24px 0;
    font-weight: 400;
    font-size: 18px;
}

@media screen and (max-width: 525px) {
    .error-404 .page-header h1 {
        font-size: 32px;
        margin: 8px 0 16px 0;
        line-height: 115%;
    }
}

#commentform label {
    display: block;
}

#commentform input[type="text"],
#commentform input[type="email"],
#commentform input[type="phone"],
#commentform input[type="submit"],
#commentform textarea {
    width: 100%;
}

#commentform input[type="text"],
#commentform input[type="email"],
#commentform input[type="phone"] {
    border-radius: 4px;
    border: 1px solid rgba(0,0,0,.35);
}

#commentform textarea {
    resize: vertical;
}

#commentform input[type="text"],
#commentform input[type="email"],
#commentform input[type="phone"],
#commentform input[type="submit"] {
    height: 46px;
}

.post-stat {
  background: #ff42a7;
  display: inline-flex;
  justify-content: space-between;
  position: absolute;
  right: 25px;
  top: 10px;
  align-items: center;
  padding: 4px 12px;
  border-radius: 100px;
}

.post-stat .item svg {
  width: 18px;
  margin-right: 4px;
}

.post-stat .item {
  display: flex;
  align-items: center;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  margin-right: 8px;
}

.post-stat .item:last-child {
    margin-right: 0;
}

article.post {
    position: relative;
}

.post-author {
    text-align: center;
    font-weight: 600;
    font-size: 18px;
}

.post-author p {
    font-weight: 400;
}

body {
    font-family:verdana;
    font-size:15px;
}
.link {color:#fff; text-decoration:none}
.link:hover {color:#fff; text-decoration:underline}


#mask {
    position:absolute;
    left:0;
    top:0;
    z-index:9000;
    background-color:#000;
    display:none;
}
.window {
    position:fixed;
    left:0;
    top: 15%;
    width:fit-content;
    height:auto;
    display:none;
    z-index:99999;
    padding: 20px;
    overflow: hidden;
    border-radius: 5px;
    border: 2px solid #ff42a7;
    background-color: white;
    opacity: 1;
}
/*.popup {*/
/*    position: fixed;*/
/*    top: 15%;*/
/*    left: 50%;*/
/*    padding: 20px;*/
/*    width: 360px;*/
/*    margin-left: -200px;*/
/*    background: #fff;*/
/*    border: 1px solid orange;*/
/*    border-radius: 4px;*/
/*    z-index: 99999;*/
/*    opacity: 1;*/
/*}*/
.window #dialog {
    width:375px;
    height:203px;
    padding:10px;
    background-color:#ffffff;
}
.top {
    position:absolute;
    left:0;
    top:0;
    width:100%;
    taxt-align:right;
    height:30px;
    padding: 8px 20px 6px 10px;
}
.close, .close:hover {
    float:right;
    color: #0c0c0c;
}
.window .content {
    padding-top: 15px;
}
.form_title {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    margin: 15px auto;
}

.window input{
    padding-left: 10px;
}
.window input.wpcf7-tel{
    padding-left: 50px;
    margin-bottom: 15px;
}

.window .wpcf7-submit {
    margin: 15px auto;
    display: block;
}
.window p {
    margin-bottom: 0;
}
.window .wpcf7 input[type="url"], .window .wpcf7 input[type="email"], .window .wpcf7 input[type="tel"], .window .wpcf7 input[type="text"] {
    border: 1px solid #ddd;
    border-radius: 4px;
    outline: none;
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 15px;
    max-width: 400px;
}

.wpcf7-spinner {
    /*display: none;*/
    display: block;
    margin: 0 auto 15px;
}
.window .intl-tel-input {
    margin-bottom: 15px;
}
.popup-fade {
    display: none;
    overflow: hidden;
}
.popup-fade:before {
    content: '';
    background: #000;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.7;
    z-index: 999;
}
.reg_form_desc {
    text-align: center;
}
.window .wpcf7-response-output {
    max-width: 450px;
}