@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');
@font-face {
    font-family: 'FuturePT Demi';
    src: url('../fonts/FuturaPT-Demi.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'FuturePT Bold';
    src: url('../fonts/FuturaPT-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
* {
    padding: 0;
    margin: 0;
}
body {
    font-family: 'Montserrat', sans-serif;
    display: block;
    position: relative;
    overflow-x: hidden;
}
.mobile-only {
    display: none;
}
.desctop-only {
    display: block;
}
.align-center {
    text-align: center;
}
h1 {
}
h5 {
    font-size: 13px;
    font-weight: 300;
}
ul li {
    list-style-position: inside;
}
a, .btn, input, button, textarea {
    outline: none;
    display: inline-block;
    transition: .3s ease-in-out;
    text-decoration: none;
}
a:hover {
    color: #f4415e;
}
.btn:hover, input:hover, button:hover {
    transition: .3s ease-in-out;
    text-decoration: none;
}
button {
    border: none;
}
button:hover {
    cursor: pointer;
}
.btn {
    display: inline-block;
    text-decoration: none;
}
.btn-red {
    padding: 20px 45px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    font-family: 'Montserrat';
    color: #fff;
    border: none;
    background-color: #f4415e;
    border-radius: 8px;
}
.btn-red:hover {
    background-color: #c82438;
    color: #FFFFFF;
}
.messages {
    width: 35px;
    height: 35px;
    float: left;
    position: relative;
    display: inline-block;
    border-radius: 50%;
    margin-right: 10px;
    margin-top: 7px;
}
.messages svg {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    width: 16px;
    height: 16px;
    fill: #fff;
    transform: translate(-50%, -50%);
}
.messages-tg {
    background: #0ba9dd;
}
.messages-wt {
    background: #2acc76;
}
.messages-vb {
    background: #a64fbf;
}
header {
    position: relative;
    padding-top: 30px;
}
header p {
    padding: 13px 0;
    font-size: 13px;
    line-height: 18px;
}
header .block-logo {
    float: left;
    margin-right: 60px;
}
header .block-logo img {
    width: 100%;
}
header .block-phone a {
    font-size: 20px;
    font-family: 'FuturePT Demi';
    color: #000;
}
.block-phone a {
    transition: 0.2s ease-in-out;
}
.block-phone a:hover {
    transform: scale(0.95);
}
header .block-phone {
    text-align: right;
    margin-top: 10px;
}
.block-phone a.phone:hover {
    color: #f4415e;
    transform: scale(1);
}
.block-head {
    margin-bottom: 65px;
    text-align: center;
}
.block-head span {
    font-size: 36px;
    font-weight: 700;
    line-height: 45px;
    font-family: 'FuturePT Demi';
    color: #000;
    background: -webkit-linear-gradient(to right, #f4415e, #1a6fe5);
    background: linear-gradient(to right, #f4415e, #1a6fe5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
}
#banner {
    min-height: 600px;
    background: url("../image/bg-header2.png");
    position: relative;
    background-size: contain;
    background-position: 130% 50%;
    background-repeat: no-repeat;
}
#banner:after {
    content: '';
    display: block;
    position: absolute;
    height: 700px;
    width: 700px;
    background: url(../image/texture-01.png);
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
    top: 0;
    z-index: 100;
}
.block-banner {
    margin-top: 55px;
    min-height: 252px;
    background: url(../image/bg-01.png);
    position: relative;
    background-size: contain;
    background-position: left;
    left: -31px;
    background-repeat: no-repeat;
    padding: 35px 80px 50px;
    z-index: 200;
}
.block-banner h1 {
    font-size: 32px;
    line-height: 36px;
    font-weight: bold;
    color: #fff;
}
.block-banner h2 {
    font-size: 32px;
    line-height: 36px;
    font-weight: bold;
    color: #fff;
}

.block-banner span {
    font-size: 16px;
    color: #fff;
    display: block;
    margin-top: 15px;
}
.block-banner h1 span{
    font-size: 44px;
    line-height: 44px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
    display: inline-block;
}
.block-location {
    margin-left: 40px;
    z-index: 200;
    position: relative;
}
.block-location img {
    float: left;
    margin-right: 15px;
}
.block-location h3 {
    font-family: 'FuturePT Demi';
    font-size: 22px;
}
.block-form {
    margin-top: 55px;
    background: #fff;
    box-shadow: 0 14px 25px 14px rgba(17, 67, 136, .07);
    padding: 40px;
    border-radius: 8px;
    margin-right: 50px;
    z-index: 200;
    position: relative;
}
.block-form h3 {
    margin-bottom: 30px;
}
.block-form span {
    position: relative;
    display: block;
    margin-bottom: 10px;
    font-size: 12px;
}
.block-form input {
    padding: 20px 25px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    font-family: 'Montserrat';
    color: #000;
    border: none;
    background-color: #eff6ff;
    border-radius: 8px;
    margin-left: 25px;
    margin-right: 10px;
}
.block-form .messages {
    margin-top: 14px;
}
#properties {
    margin-bottom: 100px;
}
.block-propert {
    position: relative;
    text-align: center;
}
.block-propert img {
    width: 100%;
    margin-bottom: 15px;
    position: relative;
    z-index: 200;
    box-shadow: 0 14px 25px 14px rgba(17, 67, 136, .07);
}
.block-propert span {
    display: block;
    position: absolute;
    font-family: 'FuturePT Bold';
    color: #f1415f;
    padding: 0px;
    font-size: 70px;
    line-height: 70px;
    top: -35px;
    z-index: 100;
    left: -20px;
}
.block-propert svg {
    width: 80px;
    height: 80px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 25px;
}
.block-propert h4 {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    margin-bottom: 10px;
}
.block-propert p {
    font-size: 14px;
    line-height: 22px;
    font-weight: 300;
}
.block-propert-item h4 {
    text-align: left;
}
.block-propert-item p {
    padding: 0;
    text-align: left;
}
#work {
    margin-top: 100px;
    margin-bottom: 100px;
}
#sale {
    margin-bottom: 50px;
    min-height: 355px;
    background: url("../image/bg-pig.png");
    position: relative;
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
}
#what {
    margin-top: 100px;
    text-align: center;
}
.block-what-item {
    position: relative;
    text-align: center;
    margin-top: 50px;
}
.block-what-item img {
    height: 64px;
    width: 64px;
    margin-bottom: 15px;
}
.block-what-item p {
    font-size: 14px;
    font-weight: 300;
}
#banner-footer {
    min-height: 600px;
    background: url("../image/bg-footer.jpg");
    position: relative;
    background-size: contain;
    background-position: 130% 50%;
    background-repeat: no-repeat;
}
#banner-footer:after {
    content: '';
    display: block;
    position: absolute;
    height: 700px;
    width: 700px;
    background: url(../image/texture-01.png);
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
    top: 0;
    z-index: 100;
}
#banner-footer .block-form {
    margin-top: 0;
}
footer {
    position: relative;
    padding-top: 30px;
    z-index: 200;
    margin-bottom: 30px;
}
footer p {
    padding: 20px 0;
    font-size: 13px;
    line-height: 18px;
}
footer .block-logo {
    float: none;
    margin-right: 0px;
}
footer .block-logo img {
    width: 100%;
}
footer .block-phone a {
    font-size: 20px;
    font-family: 'FuturePT Demi';
    color: #000;
}
footer .block-phone {
    text-align: right;
    margin-top: 10px;
}
/*Разработка & дизайн: weba.by*/
.weba-dev {
    float: right;
    position: relative;
    margin-top: 15px;
}
.weba-dev > span {
    font-size: 10px;
}
.weba-dev a {
    text-decoration: none;
    display: block;
    line-height: 33px;
    color: #000;
}
.weba-dev a:hover {
    color: #313131;
}
.weba-logo {
    font-family: 'Montserrat', sans-serif;
    font-size: 48px;
    font-weight: bold;
    line-height: 48px;
    color: #313131;
}
.weba-logo span {
    color: #ffea00;
    font-weight: bold;
}
.weba-href {
    text-align: right;
}
.webapico {
    position: absolute;
    right: -12px;
    top: -21px;
    width: 50px;
    height: 52px;
    animation: webapico-anime 2s linear infinite;
    transform-origin: 47% 100%;
}
@keyframes webapico-anime {
    0% {
        background-image: url(../image/weba/webapico.png);
        background-size: cover;
    }
    15% {
        background-image: url(../image/weba/webapico.png);
        transform: rotate(-60deg);
        background-size: cover;
    }
    20% {
        background-image: url(../image/weba/webapico.png);
        transform: rotate(-45deg);
        background-size: cover;
    }
    25% {
        background-image: url(../image/weba/webapico.png);
        transform: rotate(-60deg);
        background-size: cover;
    }
    30% {
        background-image: url(../image/weba/webapico.png);
        transform: rotate(-45deg);
        background-size: cover;
    }
    50% {
        background-image: url(../image/weba/webapico.png);
        transform: rotate(0deg);
        background-size: cover;
    }
    70% {
        background-image: url(../image/weba/webapico.png);
        background-size: cover;
    }
    73% {
        background-image: url(../image/weba/webapico2.png);
        background-size: cover;
    }
    76% {
        background-image: url(../image/weba/webapico.png);
        background-size: cover;
    }
    81% {
        background-image: url(../image/weba/webapico2.png);
        background-size: cover;
    }
    83% {
        background-image: url(../image/weba/webapico.png);
        background-size: cover;
    }
    100% {
        background-image: url(../image/weba/webapico.png);
        background-size: cover;
    }
}
.mail_send-sacsses {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 26px;
    font-weight: 700;
    line-height: 26px;
    font-family: 'FuturePT Demi';
    color: #000;
    background: -webkit-linear-gradient(to right, #f4415e, #1a6fe5);
    background: linear-gradient(to right, #f4415e, #1a6fe5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
}
footer p span{
    font-weight: 600;
    margin-top: 0px;
    display: block;
}

#vid{
    position: relative;
    margin-top: 100px;
    margin-bottom: 0px;
}
.vid-item{
    margin-bottom: 30px;
    text-align: center;
}
.vid-img{
    position: relative;
    display: block;
    height: 200px;
    margin-bottom: 20px;
    border-radius: 20px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
#photo{
    margin-bottom: 70px;
    position: relative;
}
.photo-item{
    position: relative;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
    height: 200px;
    margin-bottom: 30px;
}
.photo-big{
    height: 360px;
}
#qiz{
    display: block;
    margin-bottom: 70px;
}
.quiz{
    position: relative;
    padding: 30px 15px;
    border-radius: 30px;
    margin-top: 15px;
    box-shadow: 0 14px 25px 14px rgba(17, 67, 136, .07);
}
/*weba video viget*/
.weba-viget-video {
    position: fixed;
    width: 135px;
    height: 238px;
    display: inline-block;
    right: 30px;
    bottom: 30px;
    z-index: 1000;
    background: #fff;
    border-radius: 10px;
    border: 3px solid #fff;
    box-shadow: 0px 0px 15px #adadad;
}
.weba-viget-video > video {
    border-radius: 10px;
    width: 128px;
    height: 232px;
}
.weba-viget-video #video-viget-big {
    display: none;
    position: relative;
}
.weba-viget-video.active {
    width: 324px;
    height: 592px;
    border: none;
    border-radius: 10px;
    box-shadow: 0px 5px 30px #ffffff;
}
.weba-viget-video.active #video-viget-big {
    display: inline-block;
    width: 324px;
    height: 592px;
    border-radius: 10px;
}
.weba-viget-video.active video#video-viget-big-frame {
    display: inline-block;
    width: 324px;
    height: 592px;
    border-radius: 10px;
}
.weba-viget-video.active #video-viget {
    display: none;
}
.weba-viget-video:hover {
    cursor: pointer;
}
#video-viget-big .btn {
    position: absolute;
    width: 200px;
    bottom: 30px;
    left: 60px;
    text-align: center;
    padding: 20px 25px 20px 25px;
    border-radius: 30px;
    font-size: 14px;
    line-height: 14px;
    box-shadow: 0px 10px 40px #f4415e;
    transition: .4s;
}
.weba-viget-video-close {
    position: absolute;
    right: 0px;
    top: -5px;
    color: #fff;
    font-size: 20px;
    line-height: 20px;
    padding: 5px 10px;
    font-weight: 700;
    display: block;
    z-index: 999999;
}
.weba-viget-video.active .weba-viget-video-close {
    display: none;
}
.hidden-video {
    display: none !important;
}
.btn-next-container{
    text-align: center;
    margin-top: 0px;
    padding-bottom: 15px;
}
.qus-item{
    position: relative;
    margin-bottom: 30px;
    display: block;
}
.qus-item input{
    float: left;
    margin-right: 5px;
    margin-top: 3px;
}
.step-slide__title{
    margin-bottom: 30px;
}
.qus-item:hover{
    cursor: pointer;
}
.quiz .block-form{
    padding: 0;
    text-align: center;
    margin: 0;
    box-shadow: none;
}
.quiz .block-form input{
    margin-bottom: 15px;
    margin-left: 0;
    margin-right: 0;
}
.after-submit{
    text-align: center;
}