* {
    margin: 0;
    padding: 0;
}

body {
    overflow-x: hidden;
}

html img {
    border: none;
}



.page-template-proverka-nedvizhimosti a {
    text-decoration: none;
}

.page-template-proverka-nedvizhimosti a:link {
    color: #616161;
}

.page-template-proverka-nedvizhimosti .main_pic {
    z-index: -1000;
    position: absolute;
    visibility: hidden;
    width: 100px;
    height: auto;
}

.page-template-proverka-nedvizhimosti .textadr{
        
        display: flex;
        
    }

 .page-template-proverka-nedvizhimosti .textadr img {
        max-width: 20px;
        min-width: 14px;
        margin-right: 2px;
    }

    .page-template-proverka-nedvizhimosti .down_right a {
        color: #FFFFFF !important;
    }

.page-template-proverka-nedvizhimosti .contacts,
.page-template-proverka-nedvizhimosti a:visited,
.page-template-proverka-nedvizhimosti a:active {
    color: #616161;
}

button:active,
button:focus {
    outline: none;
}

.contacts:hover {
    color: #52BAE8;
}

.contacts a:active {
    color: #616161;
}



.img {
    position: relative;
    top: 5px;
    padding: 5px;
    background-image: url(../images/Ellipse.svg);
    background-size: cover;

}

#map {
    margin-right: 6px;
}


.suptext {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 28px;
    color: #31343f;
    margin-bottom: 3px;

}

.subtext {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 25px;
    /*width: 300px;*/
    max-width: 300px;
    color: #616161;

}


#button1 {
    background-color: #52bbe81c;
    color: #52BAE8;
    border: 2px solid #52BAE8;
    border-radius: 3px;
    height: 50px;
    width: 200px;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 56px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-top: 6px;
}

#button1 img {
    position: relative;
    top: 1px;
    left: 7px;
    width: 10px;
    height: 10px;
}

#button1:hover {
    cursor: pointer;
}

body .wrapper-remont {
    display: flex;
    justify-content: space-between;
	padding-top:9px;

}

.wrapper__info {
    margin-left: 85px;
    min-height: 548px;
    width: 45%;
    /*max-width: 627px;*/
    min-width: 530px;
}

.wrapper__baner {
    width: 45%;
    /*max-width: 605px;*/

}

.wrapper.breadcrumb {
    display: block;
}



.wrapper__square,
.wrapper_2-square,
.wrapper_3-square {
    width: 21px;
    height: 21px;
    transform: translate(-10px, 25px);
    position: relative;
    z-index: 1;
}

.wrapper__suptext,
.wrapper_2-suptext,
.wrapper_3-suptext {
    max-width: 725px;
    min-height: 119px;
    position: relative;
    z-index: 2;

    font-family: "Helvetica Neue", Helvetica, "Segoe UI", Arial, sans-serif;
    font-style: normal;
    font-weight: bold;
    /*font-size: calc(24px + 16 *(100vw /1400));*/
    font-size: 40px;
    line-height: 60px;
    color: #393E4D;
	/*padding-left: 12px;*/

}

.wrapper-remont .wrapper__info .wrapper__suptext span {
    font-family: "Helvetica Neue", Helvetica, "Segoe UI", Arial, sans-serif;
    font-size: 1em;
}

.wrapper__subtext {
    font-family: 'Gotham Pro Regular';
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 35px;
    color: #616161;
    /*max-width: 602px;*/
    min-height: 95px;
    margin-top: 15px;
    margin-bottom: 15px;
    position: relative;
}

.wrapper__buttons {
    display: flex;
    max-width: 600px;
    justify-content: space-between;
    position: relative;
    flex-wrap: wrap;
}

.text {
    color: #FFFFFF;
    font-family: 'Gotham Pro Regular';
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    position: relative;
}

#button2 {
    width: 290px;
    height: 50px;
    background-color: #393E4D;
    display: flex;
    border: 0;
    border-radius: 3px;
    align-items: center;
    text-align: center;
    position: relative;
    overflow: hidden;
    justify-content: center;
}

#button3,
#button4 {
    display: flex;
    width: 290px;
    height: 50px;
    background-color: #52BAE8;
    border: 0;
    border-radius: 3px;
    align-items: center;
    text-align: center;
    position: relative;
    overflow: hidden;
    justify-content: center;
}


@keyframes white-arrow {
    0% {
        left: 0px;
    }

    100% {
        left: 10px;
    }
}

#button2:hover .arrow,
#button3:hover .arrow,
#button4:hover .arrow,
#button5:hover .arrow {
    position: relative;
    margin-left: 15px;
    animation-name: white-arrow;
    animation-duration: 400ms;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate;

}

.arrow {
    margin-left: 15px;
}

@keyframes gray-button {
    0% {
        left: 0px;
    }

    100% {
        left: 290px;
    }
}

#button2::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-color: #2F3443;
    top: 0;
    left: -100%;
    border: 0;
    border-radius: 3px;
    transition: 500ms;
}

#button3::before,
#button4::before,
#button5::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-color: #43AEDE;
    top: 0;
    left: -100%;
    border: 0;
    border-radius: 3px;
    transition: 500ms;
}

#button2:hover::before,
#button3:hover::before,
#button4:hover::before,
#button5:hover::before {
    left: 0;

}

.page-template-proverka-nedvizhimosti button {
    cursor: pointer;
}

.wrapper__line {
    margin: 15px;
    margin-top: 12px;
}

@keyframes mouse {
    0% {
        top: 0px;
    }

    100% {
        top: 25px;
    }
}

.wrapper__mouse {
    position: relative;
    margin-top: -20px;
    animation-name: mouse;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

@keyframes up {
    0% {
        color: #FFFFFF;
        background-color: #FFFFFF;
        margin-bottom: 50px;
        margin-top: 20px;
    }

    50% {
        color: #FFFFFF;
        background-color: #FFFFFF;
        margin-top: 20px;
        margin-bottom: 50px;
    }


    100% {
        bottom: 0px;
    }
}

@keyframes up2 {
    0% {
        color: #FFFFFF;
        background-color: #FFFFFF;
        display: none;
        margin-top: 30px;
    }

    40% {
        color: #FFFFFF;
        background-color: #FFFFFF;
        background-image: none;
        display: none;
        margin-top: 30px;
    }

    70% {
        color: #FFFFFF;
        background-color: #FFFFFF;
        background-image: none;
        display: none;
        margin-top: 30px;
    }

    100% {
        bottom: 0px;
    }
}

.wrapper__square,
.wrapper__suptext,
.wrapper__suptext span {
    /*transform: matrix (0, 0, 0, 0, 0, -20);
    position: relative;
    animation-name: up;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: 1;*/

}

.wrapper__subtext {
    /*transform: scale(1);
    position: relative;
    animation-name: up2;
    animation-duration: 1.5s;
    animation-timing-function: linear;
    animation-iteration-count: 1;*/
	/*padding-left: 4px;*/
}

.wrapper__suptext::before {
    content: "";
    width: 21px;
	height: 21px;
	background: #52BAE8;
	border-radius: 3px;
    display: block;
    margin: 0px 0px  -27px -5px;
}

@keyframes up_button {
    0% {
        color: #FFFFFF;
        background-color: #FFFFFF;

    }

    50% {
        color: #FFFFFF;
        background-color: #FFFFFF;

    }

    100% {
        top: 0;
    }
}

#button2,
#button3 {
    transform: scale(1);
    position: relative;
    /*animation-name: up_button;

    animation-timing-function: linear;
    animation-iteration-count: 1;*/
}

#button3 {
    /*animation-duration: 3.5s;*/
}

#button2 {
    /*animation-duration: 5s;*/
    margin-bottom: 10px;
}


.wrapper__baner #baner {
    position: relative;
    width: 100%;
    height: auto;
    min-width: 610px;
    /*animation-name: bannerimg-move;
    animation-duration: 1200ms;
    animation-direction: alternate;
    transition: all ease 1s;*/
}


@keyframes bannerimg-move {
    0% {
        margin-left: 100%;
    

    }

    /*10% {
        left: 0px;
    }*/

    100% {
        margin-left: 6%;
    }

}

@keyframes border-move {
    0% {
        left: 0px;

    }


    100% {
        left: 700px;
    }

}

.wrapper__baner {
    width: 45%;
    height: auto;
    overflow: hidden;
}

.wrapper__baner:hover #baner {
    /*transform-style: preserve-3d;
    transform: scale(1.12);*/
}

.wrapper__baner #border {
    z-index: 1;
    position: relative;
    width: 677px;
    height: 389px;
    bottom: 413px;
    animation-name: border-move;
    animation-duration: 1600ms;
    animation-direction: alternate-reverse;
	border: 2px solid #52BAE8;
    box-sizing: border-box;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    margin-left: 33px;
    display: none;

}

.wrapper_2 {
    min-height: 900px;
    margin-top: 50px;
    overflow-x: hidden;
}

.wrapper__2-suptext,
.wrapper__3-suptext {
    margin-left: 85px;
    margin-top: 20px;
}

.wrapper__2-blocks {
    margin-top: 30px;
    width: 100%;
    min-height: 400px;
}

.wrapper_2-supblocks,
.wrapper_2-subblocks {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.wrapper_2-supleft,
.wrapper_2-supright,
.wrapper_2-subleft,
.wrapper_2-subright {
    position: relative;
    /*width: 432px;*/
    min-width: 432px;
    height: 160px;
    background-color: #52bbe81c;
    border: 2px solid;
    border-radius: 3px;
    border-color: #52BAE8;
    margin: 10px;
}s

.wrapper_2-supblocks:nth-of-type(1)  {
    
}


 righttext{
    left: 189px
}

.lefttext {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 25px;
    color: #616161;
    margin-top: 25px;
    margin-left: 30px;
}

.righttext {
    position: relative;
    font-family: Lora;
    font-style: normal;
    font-weight: bold;
    font-size: 60px;
    line-height: 50px;
    opacity: .4;
    top: -83px;
    left: 260px;
    color: #52BAE8;
    z-index: 2;
}

.righttext::first-letter, .righttext.subright span {
    font-size: 70px;
}

.wrapper_2-supleft img,
.wrapper_2-supright img,
.wrapper_2-subleft img,
.wrapper_2-subright img {
    position: relative;
    width: 95px;
    top: -40px;
    left: 337px;
    z-index: 2;
}

.wrapper_2-supleft:hover,
.wrapper_2-supright:hover,
.wrapper_2-subleft:hover,
.wrapper_2-subright:hover {
    background-color: #52BAE8;
    cursor: pointer;

}

.wrapper_2-supleft:hover .lefttext,
.wrapper_2-supright:hover .lefttext,
.wrapper_2-subleft:hover .lefttext,
.wrapper_2-subright:hover .lefttext {
    color: #FFFFFF;
}

.wrapper_2-supleft:hover .righttext,
.wrapper_2-supright:hover .righttext,
.wrapper_2-subleft:hover .righttext,
.wrapper_2-subright:hover .righttext {
    color: #FFFFFF;
}

.wrapper_2-supleft:hover img,
.wrapper_2-subleft:hover img,
.wrapper_2-subright:hover img,
.wrapper_3-button1:hover .white,
.wrapper_3-button2:hover .white {
    filter: brightness(0) invert(1);
}

#supright {
    margin-left: -230px;
}

.wrapper_2-supright img {
    width: 100px;
    height: 100px;
    margin-top: -5px;
}

.subright {
    margin-left: -150px;
    margin-top: -30px;
}

#subright {
    left: 310px;
}

.wrapper_2-subleft img,
.wrapper_2-subright img {
    margin-top: 30px;
}

.wrapper_2-comma {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.wrapper_2-comma1,
.wrapper_2-comma2 {
    margin: 5px;
}

.wrapper_2-subtext {

    font-family: "Helvetica Neue", Helvetica, "Segoe UI", Arial, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 50px;
    text-align: center;

    color: #393E4D;
}

.wrapper_2-subtext span,
.wrapper__suptext span {
    background-color: #52bbe817;
    font-size: 30px;
    line-height: 50px;
    border-radius: 3px;
    color: #52BAE8;

}

.button4 {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.wrapper_3 {
    background-color: #F9F9F9;
    margin-top: 40px;
    height: 600px;
    height: auto;

}

.wrapper__3-suptext {
    display: flex;
    justify-content: space-between;

}

.slider {
    /*width: 100%;
    height: 450px;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;*/
}

.box {
    /*max-width: calc(100vw/3.4);*/
    /*height: 255px;*/
    
    border: 2px solid #52BAE8;
    border-radius: 3px;
    margin: 30px 0px;
    margin-right: 15px;
    margin-left: 15px;
}

.box img {
    width: 100%;
    height: auto;
}

.box:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    transform-style: preserve-3d;
    transform: scale(1.02);
    transition: all ease 0.3s;
}



.wrapper_3-button1 button,
.wrapper_3-button2 button {
    background-color: #52bbe81c;
    border: 2px solid #52BAE8;
    border-radius: 3px;
    width: 45px;
    height: 45px;
    margin: 35px 7px 0 7px;
}

.wrapper_3-button1:hover button,
.wrapper_3-button2:hover button,
.popup__button button {
    background-color: #52BAE8;
}

.wrapper_3-buttons {
    display: flex;
    align-self: center;
    margin-right: 100px;
    margin-left: auto;
    padding-bottom: 50px;

}

.wrapper_3-buttons .wrapper_3-button1 {
    margin-left: auto;
}

#rotate {
    transform: rotate(180deg);
}

.PrevSlide, .NextSlide {
    display: flex;
    justify-content: center;
}

.PrevSlide img, .NextSlide img {
    max-width: unset;
}

.popup,
.popup2 {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 4;
    opacity: 0;
    visibility: hidden;
    /*display: none;*/
}

.popup:target,
.popup2:target {
    opacity: 1;
    visibility: visible;
}

.popup:target .popup__content,
.popup2:target .popup2__content {
    transform: translate(0px, 0px);
    opacity: 1;
}

.popup__body,
.popup2__body {
    min-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 10px;
}

.popup__content,
.popup2__content {
    background-color: #fff;
    color: #000;
    max-width: 800px;
    border: 2px solid #52BAE8;
    border-radius: 3px;
    padding: 45px 65px;
    transition: all 0.8s ease 0s;
    opacity: 0;
    transform: translate(0px, -100%);
}

.popup2__content {
    padding: 115px 70px;
}

.popup__title,
.popup2__title {
    font-family: Lora;
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    color: #393E4D;
    padding-bottom: 10px;
}

.popup__form {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
    margin: 0 20px;
}


.popup__button {
    display: flex;
    justify-content: center;
    align-items: center;
}

.popup__button button {
    display: flex;
    width: 200px;
    height: 50px;
    background-color: #52BAE8;
    border: 0;
    border-radius: 3px;
    align-items: center;
    text-align: center;
    position: relative;
    overflow: hidden;
    justify-content: center;
    margin-top: 20px;
}


.titles {
    font-family: 'Gotham Pro Regular';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 25px;
    color: #393E4D;
    padding: 5px;

}

.popup__close {
    position: absolute;
    margin-top: -20px;
    margin-left: 420px;
}

.popup2__close {
    position: absolute;
    margin-top: -90px;
    margin-left: 490px;
}



.input {
    width: 266px;
    height: 50px;
    cursor: pointer;
    padding: 0 20px;
}

.map {
    width: 100%;
    background: url(../images/map.png) center no-repeat;
    background-size: cover;
    height: 474px;
    margin-top: 37px;
}

#form_message_calc_submit {
    visibility: hidden;
}



.myanimate {
    animation-name: myup;
    animation-duration: 900ms;
    animation-direction: alternate;
    transition: all ease 1s;
    
}

@keyframes myup {
    0% {
        /*color: #FFFFFF;*/
        /*background-color: #FFFFFF;*/
        /*margin-bottom: 50px;*/
        margin-top: 200px;
    }

    50% {
       /* color: #FFFFFF;*/
        /*background-color: #FFFFFF;*/
        /*margin-top: 20px;*/
        /*margin-bottom: 50px;*/
    }


    100% {
        /*bottom: 0px;*/
        margin-top: 0px;
    }
}
