/*
Theme Name: PPW
Theme URI:
Author: PPW
Author URI:
Description: PPW
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: PPW
Text Domain: PPW

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

*:focus {
    outline: none;
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a {
    transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}

a:hover {
    text-decoration: none;
}

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

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


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

body {
    font-family: 'F37 Ginger', sans-serif;
    color: #3a3a3a;
    text-rendering: geometricPrecision;
}

p {
    letter-spacing: 1px;
}

.hidden {
    display: none;
}

.header {
	height: 78px;
    display: flex;
    align-items: center;
    justify-content: center;
	text-align: center;
	background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999999;
    transition: opacity 0.6s ease;
    transition-delay: 0.6s;
    opacity: 0;
    visibility: hidden;
}

.section {
    width: 100%;
    position: relative;
    background-color: #fff;
}

.section-1 video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.selectric-items {
    z-index: 999!important;
}

.wrapp-video {
    overflow: hidden;
    display: block;
    margin: 0 auto;
    height: 100%;
    width: 100%;
    min-width: 960px;
    position: relative;
}

.middle-logo {
     position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 99;
    display: none;
}

.middle-logo svg,
.middle-logo img {
    width: 270px;
}

.down {
    width: 20px;
    height: 10px;
    background-image: url(images/arrow-down.svg);
    background-repeat: no-repeat;
    display: inline-block;
    position: fixed;
    z-index: 999;
    bottom: 32px;
    left: calc(50% - 10px);
    display: none;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.down.up {
    /*background-image: url(images/arrow-up.svg);*/
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.section-2 {
    background: #ebeae2;
    padding: 10px 0;
}

.not-desktop .section-2 {
    min-height: 100vh;
    width: 100%;
    display: inline-flex;
    align-items: center;
}

.section-2 h2 {
    color: #3a3a3a;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: normal;
    letter-spacing: 7.6px;
    text-align: center;
    position: relative;
    margin-bottom: 40px;
}

.section-2 h2:after {
    content: "";
    width: 170px;
    height: 2px;
    display: block;
    background: #3a3a3a;
    margin: 0 auto;
    margin-top: 24px;
}

.simple-content {
    text-align: center;
    letter-spacing: 1.4px;
}
.simple-content p {
    font-size: 14px;
}

.wrapp-form {
    padding-top: 20px;
}

.wrapp-form .form-note {
    font-family: 'Rollerscript-Smooth', sans-serif;
    font-size: 19px;
    margin-top: 6px;
}

.wrapp-form #brokerage-firm {
    width: 50%;
}

@media screen and (max-width: 768px) {
    .wrapp-form #brokerage-firm {
        width: 100%;
    }
}

.wrapp-form .form-note .small {
    font-size: 16px;
    font-family: 'F37 Ginger', sans-serif;
}

.wrapp-form .wrapp-submit {
    max-width: 110px;
    display: block;
    margin: 0 auto;
    position: relative;
    z-index: 999;
}

.wrapp-form .wrapp-submit input[type="submit"] {
    background: transparent;
    font-family: 'F37 Ginger', sans-serif;
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
    text-align: left;
    padding-left: 14px;
    letter-spacing: 4px;
    border: none;
    width: 100%;
    cursor: pointer;
    padding-bottom: 8px;
    padding-bottom: 4px;
    color: #313131;
}
.wrapp-form .wrapp-submit input[type="submit"]:focus {
    color: #313131;
}


.wpcf7-response-output.wpcf7-validation-errors {
    display: none!important;
}


.wrapp-form .wrapp-submit input[type="submit"] {
    background-image: url(images/arrow-button.png);
    background-repeat: no-repeat;
    background-size: 8px;
    background-position: right 5px;
}

#popup-success .close-success,
.wrapp-form .wrapp-submit {
    position: relative;
    vertical-align: middle;
    transition: color .3s;
}

#popup-success .close-success:hover:after,
.wrapp-form .wrapp-submit:hover:after {
    opacity: 0;
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -ms-transform-origin: right 0;
    transform-origin: right 0;
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.001s 0.7s linear;
}

#popup-success .close-success:after,
.wrapp-form .wrapp-submit:after {
    color: #313131;
    border-top: 1px solid #3a3a3a;
    opacity: 1;
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    transition: transform 0.9s cubic-bezier(0.19, 1, 0.22, 1);
}

#popup-success .close-success:before,
#popup-success .close-success:after,
.wrapp-form .wrapp-submit:after,
.wrapp-form .wrapp-submit:before {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 6px;
    width: calc(100% - 4px);
    height: 1px;
}

#popup-success .close-success:after {
    left: 0;
    width: 100%;
}

#popup-success .close-success:before,
.wrapp-form .wrapp-submit:before {
    border-top: 0;
}


.wrapp-form  div.wpcf7 .ajax-loader {
    position: absolute;
    right: -50px;
    top: 4px;
}

.wrapp-form span.wpcf7-not-valid-tip {
    display: none;
}

.wrapp-form div.wpcf7-response-output {
    margin: 0 auto;
    text-align: center;
    padding: 10px;
}

.wrapp-form div.wpcf7-validation-errors,
.wrapp-form div.wpcf7-acceptance-missing,
.wrapp-form div.wpcf7-mail-sent-ng {
    background: #212529;
    border: 2px solid #212529!important;
    color: #fff;
}

.input-block {
    margin-bottom: 10px;
}

.input-block input[type="text"],
.input-block input[type="email"],
.input-block input[type="tel"],
/*.input-block select,*/
.input-block .selectric {
    background: transparent;
    border: none;
    padding: 15px 30px;
    font-family: 'F37 Ginger', sans-serif;
    font-size: 13px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 2px solid #d6d6cf;
    width: 100%;
    letter-spacing: 1px;
    color: #3a3a3a;
}

.input-block  input[type="text"]:active, .input-block input[type="text"]:hover, .input-block input[type="text"]:focus,
.input-block  input[type="email"]:active, .input-block  input[type="email"]:hover, .input-block  input[type="email"]:focus,
.input-block input[type="tel"]:active, .input-block input[type="tel"]:hover, .input-block  input[type="tel"]:focus,
/*.input-block select:active, .input-block  select:hover, .input-block select:focus,*/  {
    transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    letter-spacing: 1px;
    color: #313131;
}

.input-block input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #313131;
    font-size: 13px;
    letter-spacing: normal;
    font-weight: 400;
    font-family: 'F37 Ginger', sans-serif;
    font-style: normal;
    text-transform: none;
    letter-spacing: 1px;
    opacity: 1;
}

.input-block input::-moz-placeholder { /* Firefox 19+ */
    color: #3a3a3a;
    font-size: 13px;
    letter-spacing: normal;
    font-weight: 400;
    font-family: 'F37 Ginger', sans-serif;
    font-style: normal;
    text-transform: none;
    letter-spacing: 1px;
    opacity: 1;
}

.input-block input:-ms-input-placeholder { /* IE 10+ */
    color: #3a3a3a;
    font-size: 13px;
    letter-spacing: normal;
    font-weight: 400;
    font-family: 'F37 Ginger', sans-serif;
    font-style: normal;
    text-transform: none;
    letter-spacing: 1px;
    opacity: 1;
}
.input-block input:-moz-placeholder { /* Firefox 18- */
    color: #3a3a3a;
    font-size: 13px;
    letter-spacing: normal;
    font-weight: 400;
    font-family: 'F37 Ginger', sans-serif;
    font-style: normal;
    text-transform: none;
    letter-spacing: 1px;
    opacity: 1;
}

.selectric.wpcf7-not-valid {
    color: red;
}
input.wpcf7-not-valid::-webkit-input-placeholder { /* WebKit browsers */
    color: red !important;
    opacity: 1;
}
input.wpcf7-not-valid:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #f00 !important;
    opacity: 1;
}
input.wpcf7-not-valid::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #f00 !important;
    opacity: 1;
}
input.wpcf7-not-valid:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #f00 !important;
    opacity: 1;
}


.input-block .wpcf7-not-valid {
    border-bottom: 2px solid red!important;
}

.small-container {
    max-width: 950px;
    display: block;
    margin: 0 auto;
}
/*
.section-3 {
    padding: 100px 0;
}*/

.section-3 .internal-content {
    text-align: center;
}

.section-3 .internal-content h3 {
    font-family: 'Rollerscript-Smooth', sans-serif;
    font-size: 38px;
    font-weight: 400;
    line-height: 1.1em;
    margin-bottom: 50px;
}

.not-desktop .section-3 .internal-content h3 {
    font-size: 32px;
}

.section-3 .internal-content p {
    font-size: 16px;
    line-height: 1.6em;
    margin-bottom: 30px;
    color: #3a3a3a;
}

.section-3 .internal-content a {
    color: #3a3a3a;
}

.section-3 .internal-content p:last-child {
    margin-bottom: 0;
}

.footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    background: #fff;
    padding-top: 15px;
    opacity: 0;
    filter:alpha(opacity=0);
      -moz-opacity:0;
      -khtml-opacity: 0;
    visibility: hidden;
    transition: opacity 2s ease-in-out;
    -moz-transition: opacity 2s ease-in-out;
    -webkit-transition: opacity 2s ease-in-out;
}

.legal-text {
    cursor: pointer;
}

.footer-legal-disclaimer p {
    font-size: 8px;
    line-height: 12px;
    margin: 0;
}
.footer-legal-disclaimer img {
    width: 15px;
    margin-left: 10px;
}

.not-desktop .footer {
    bottom: 0;
}
.footer .copyright {
    color: #071e32;
    font-size: 10px;
}

.footer .copyright p {
    margin-top: 13px;
    /*padding-left: 25px;*/
    font-size: 8px;

}

.list-logos {
    display: inline-block;
    text-align: center;
    width: 100%;
    list-style: none;
    font-family: 'F37 Ginger';
    padding: 0;
    margin: 0;
}

.list-logos li {
    display: inline-block;
    margin-left: 26px;
    margin-right: 26px;
}

.list-logos li:first-child {
    /*margin-left: 0;*/
}

.list-logos li:last-child {
    /*margin-left: 0;*/
    /*margin-right: 0;*/
    /*width: 100%;*/
    margin-top: 20px;
}

.list-logos li:last-child img {
    /*margin-left: 5px;*/
}

.list-logos li img {
    height: 28px;
    width: auto;
    /*margin-left: 30px;*/
}


.social_list {
    display: inline-block;
    text-align: right;
    list-style: none;
    padding: 0;
    margin: 0;
}

.social_list li {
    display: inline-block;
    margin-left: 10px;
}

.social_list li a {
    color: #071e32;
}

.social_list li a:hover {
    color: #212529;
}

.social {
    text-align: right;
    padding-right: 65px;
}

.popup-info {
    display: inline-block;
    margin-right: 40px;
}

.popup-info a {
    font-size: 10px;
    color: #071e32;
    font-family: 'F37 Ginger', sans-serif;
    text-transform: uppercase;
    margin-top: 13px;
    display: block;
}

.fancybox-bg {
    background: #ebeae2;
}

.fancybox-is-open .fancybox-bg {
    opacity: 1;
    filter:alpha(opacity=100);
  -moz-opacity:1;
  -khtml-opacity: 1;
}

.fancybox-content {
    background: transparent;
}

.fancybox-content {
    text-align: center;
    font-size: 16px;
    line-height: 2em;
    font-family: 'F37 Ginger';
    font-weight: 400;
}

.fancybox-content  h2 {
    color: #3a3a3a;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 10px;
    text-align: center;
    margin-bottom: 30px;
}


.fancybox-content  h2:after {
    content: "";
    width: 170px;
    height: 2px;
    display: block;
    background: #3a3a3a;
    margin: 0 auto;
    margin-top: 15px;
}

.general-content  ul li {
    list-style: disc inside none;
    display: list-item;
    margin-bottom: 10px;
}

.general-content ol li{
    list-style: decimal;
    display: list-item;
    list-style-position: inside;
     margin-bottom: 10px;
}

.hide_success_message div.wpcf7-mail-sent-ok {
    display: none!important;
}

#popup-success h3 {
    margin-bottom: 55px;
}

#popup-success p {
    font-size: 16px;
    color: #3a3a3a;
    letter-spacing: 2px;
}

#popup-success .close-success {
    color: #3a3a3a;
    font-size: 16px;
    position: relative;
    letter-spacing: 1px;
    padding: 0 2px;
}

#popup-success .close-success:after {
    /*content: "";
    height: 2px;
    width: 100%;
    display: inline-block;
    background: #3a3a3a;
    position: absolute;
    bottom: -4px;
    left: 0;*/
}

.success_msg {
    margin-bottom: 70px;
}

.open-popup-success .fancybox-is-open .fancybox-bg {
    opacity: 0.9;
    filter: alpha(opacity=90);
    -moz-opacity: 0.9;
    -khtml-opacity: 0.9;
}

.open-popup-success .fancybox-close-small {
    display: none;
}


.open-video {
    width: 200px;
    height: 200px;
    display: inline-block;
    background-image: url(images/play-large.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 99999;
    display: none;
}

.selectric {
    padding: 11px 20px;
    font-family: 'F37 Ginger', sans-serif;
    font-size: 16px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 2px solid #d6d6cf;
    width: 100%;
    letter-spacing: 1px;
    position: relative;
}

.selectric .label {
    font-family: 'F37 Ginger', sans-serif;
    font-size: 14px;
    font-weight: 400;
}

.selectric  .select-button {
    width: 20px;
    height: 11px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 18px;
    background-image: url(images/arrow-select.png);
    position: absolute;
    right: 20px;
    top: 16px;
}

.fancybox-container {
    z-index: 9999999;
}

.nfpage {
    text-align: center;
    padding-top: 171px;
}

.header svg,
.header img {
    height: 14px;
}

.down.up {
    bottom: 22vh;
}


/*not-desktop*/

.not-desktop .input-block input[type="text"],
.not-desktop .input-block input[type="email"],
.not-desktop .input-block input[type="tel"]
    .input-block select {
        padding: 7px 11px;

    }


.not-desktop  .wrapp-form {
        padding-top: 10px;
    }


.not-desktop  .section-3 .internal-content p,
.not-desktop  .wrapp-form div.wpcf7-validation-errors,
.not-desktop   .wrapp-form div.wpcf7-acceptance-missing {
    font-size: 14px;
}


.not-desktop   .input-block {
    margin-bottom: 14px;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}

.not-desktop  .input-submit {
    margin-bottom: 5px;
    margin-top: 40px;
}

.wrapp-form .mb-4 {
    margin-bottom: 0px!important;
}

.not-desktop   .small-container {
    max-width: 900px;
}

.not-desktop .input-block input::-moz-placeholder {
    font-size: 13px;
}

.not-deskto .input-block input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-size: 13px;
}

.not-deskto .input-block input:-ms-input-placeholder { /* IE 10+ */
    font-size: 13px;

}
.not-desktop  .input-block input:-moz-placeholder { /* Firefox 18- */
   font-size: 13px;
}

.not-desktop  .wrapp-form .form-note {
    font-size: 16px;
    margin-bottom: 0;
    width: 86%;
    margin-left: auto;
    margin-right: auto;
}

.not-desktop  .section-2 .container {
    padding-top: 25px;
}

.not-desktop  .selectric .label {
        font-size: 14px;
    }

.not-desktop  .section-2 h2 {
        margin-bottom: 25px;
    }

.not-desktop  .down {
        display: none!important;
    }

.not-desktop    .down.up {
        bottom: 100px;
    }

.not-desktop  .wrapp-video {
        min-width: auto;
    }

.not-desktop  .wrapp-video video {
        width: 100%;
        height: 100%;
    }

.not-desktop .section-2 .container {
    padding-top: 84px;
    padding-bottom: 64px;
}

.not-desktop .wrapp-form .wrapp-submit {
        margin-top: 20px;
    }

.not-desktop .section-3 {
    min-height: 80vh;
    display: flex;
    align-items: center;
}

.not-desktop .footer {
    position: relative;
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    visibility: initial;
}




@media screen and (min-width: 1900px) {
    .input-block {
        margin-bottom: 18px;
    }
}
@media screen and (min-width: 1200px) {

    .middle-logo svg {
        width: 350px;
        height: 350px;
    }
    .middle-logo img {
        width: 350px;
    }
}




@media screen and (min-width: 1400px) {
    .input-block input[type="text"],
    .input-block input[type="email"],
    .input-block input[type="tel"],
    .input-block .selectric {
        padding: 10px 20px;
    }
    .middle-logo img {
        width: 416px;
    }
}
@media screen and (min-width: 769px) {
    .estimated-price {
        margin-top: -10px;
    }
}


@media (max-width: 1380px) {
    .header {
        height: 64px;
       /* padding-top: 15px;
        padding-bottom: 15px;*/
    }

    .input-block input[type="text"],
    .input-block input[type="email"],
    .input-block input[type="tel"],
    /*.input-block select,*/
    .input-block .selectric {
        padding: 11px 20px;
    }

    .wrapp-form {
        padding-top: 10px;
    }

    .section-3 .internal-content p,
    .wrapp-form div.wpcf7-validation-errors,
    .wrapp-form div.wpcf7-acceptance-missing {
        font-size: 14px;
    }

    .input-block {
        margin-bottom: 14px;
    }

    .input-submit {
        margin-bottom: 5px;
    }

    /*.wrapp-form .mb-4 {
        margin-bottom: 10px!important;
    }*/

    .small-container {
        max-width: 900px;
    }

    .wrapp-form .form-note {
        font-size: 17px;
        margin-bottom: 0;
    }

    .section-2 .container {
        padding-top: 25px;
    }
    .section-2 h2 {
        font-size: 12px;
        letter-spacing: 6px;
    }
    .selectric .label {
        font-size: 14px;
    }



    .down {
        bottom: 15px;
    }

}

@media screen and (min-width: 1024px) and (max-height: 900px) and (min-height: 700px) {
    /*.wrapp-form .mb-4 {
        margin-bottom: 10px!important;
    }*/

    .input-block {
        margin-bottom: 10px;
    }

    .small-container {
        height: calc(100vh - 220px);
        display: flex;
        justify-content: center;
        align-items: center;
        padding-top: 40px;
    }
    .wrapp-form {
        padding-top: 30px;
    }
}

/*@media screen and (min-width: 1024px) and (max-height: 800px) and (min-height: 700px) {
    .input-block {
        margin-bottom: 14px;
    }
    .small-container {
        height: calc(100vh - 200px);
    }
    .down {
        bottom: 24px;
    }
}*/

@media screen and (max-height: 800px) {
    .wrapp-form {
        padding-top: 10px;
    }
    .input-block input[type="text"],
    .input-block input[type="email"],
    .input-block input[type="tel"],
    .input-block .selectric {
	    padding: 9px 10px;
	}
    .down {
        bottom: 24px;
    }
}


@media only screen and (max-height: 650px) {
	.down {
		height: 6px;
	    bottom: 7px;
	}
	.wrapp-form .form-note {
    	font-size: 18px;
	}
    .section-2 h2 {
        margin-bottom: 10px;
    }
    .section-3 .internal-content h3 {
        margin-bottom: 10px;
    }
    .section-3 .internal-content p {
        margin-bottom: 15px;
    }
    .down.up {
        bottom: 28vh;
    }
    .input-block input[type="text"], .input-block input[type="email"], .input-block input[type="tel"], .input-block .selectric {
        padding: 3px 10px;
        font-size: 12px;
    }
    .selectric .select-button {
        top: 12px;
        right: 10px;
    }
}

 .simple-content p {
    letter-spacing: 1.4px;
    font-weight: normal;
}

@media (max-width: 1300px) {
    .simple-content p {
        margin-bottom: 10px;
    }
}

@media (max-width: 1250px) {
    .list-logos li {
        margin-left: 10px;
        margin-right: 10px;
    }

    .list-logos li img {
        max-width: 123px;
    }

    .wrapp-form .form-note {
        font-size: 18px;
    }
}





@media (max-width: 1020px) {
    .section-2 h2 {
        margin-bottom: 25px;
    }
    .wrapp-video {
        min-width: auto;
    }

    .wrapp-video video {
        width: 100%;
        height: 100%;
    }

    .section-2 .container {
        padding-top: 64px;
        padding-bottom: 64px;
    }

    .wrapp-form .wrapp-submit {
        margin-top: 20px;
    }

    .footer {
        position: relative;
        opacity: 1;
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        -khtml-opacity: 1;
        visibility: initial;
    }
}


@media (max-width: 992px) {
    .social {
        text-align: center;
        padding-right: 15px;
    }

    .popup-info {
        margin-right: 0;
    }

    .footer .copyright {
        text-align: center;
    }

    .small-container {
        max-width: 100%;
    }

    .fancybox-content {
         padding: 42px 0 ;
    }

    .down {
        left: 47%;
    }

    .wrapp-form div.wpcf7-response-output  {
        margin-top: 40px;
    }

    .input-block {
	    margin-bottom: 8px;
	}

	.down {
		display: none!important;
	}
}


.not-desktop .copyright span {
    display: none;
}
.not-desktop .social {
    padding-top: 8px;
}


@media (max-width: 767px) {
    .not-desktop .list-logos {
        margin-bottom: 20px;
        margin-left: auto;
        margin-right: auto;
        max-width: 260px;
        display: block;
    }
    .not-desktop .list-logos li {
        width: 47%;
        margin: 5px  0;
    }
}
@media (max-width: 480px) {
    .header svg {
        height: 12px;
    }
    .list-logos li img {
        max-width: 100%;
        height: 20px;
    }

    .middle-logo svg,
    .middle-logo img {
        width: 220px;
    }
    .not-desktop .section-3 .internal-content h3 {
        font-size: 26px;
    }
    .not-desktop  .section-3 .internal-content p,
    .not-desktop  .wrapp-form div.wpcf7-validation-errors,
    .not-desktop   .wrapp-form div.wpcf7-acceptance-missing {
        font-size: 12px;
    }
    .footer .copyright p {
        padding-left: 0;
    }
}
/*
@media screen and (orientation:portrait) {
    .not-desktop  .wrapp-video video {
        position: fixed;
        right: 0;
        bottom: 0;
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: auto;
    }

}*/