@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body{
	padding: 0px;
	margin: 0px;
    background-color: #ffffff;
    font-family: "Montserrat", sans-serif;
}
ul{
	padding: 0px;
	margin: 0px;
}
li{
	list-style: none;
}
a{
	text-decoration: none;
	color: unset;
	cursor: pointer;
}
h1, h2, h3, h4, h5{
	margin: 0px;
    font-weight: unset;
}
p{
    margin: 0px;
}
input, button, textarea, select{
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
    font-family: "Montserrat", sans-serif;
}
.center{
    width: 90%;
    max-width: 1440px;
    height: auto;
    margin: 0 auto;
}

/* HEADER */
header{
    width: 100%;
    height: auto;
    float: left;
    padding: 25px 0;
    position: fixed;
    left: 0;
    top: 0;
    border-bottom: 1px solid rgb(255 255 255 / 30%);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background: rgb(36, 39, 50, 0.2);
    z-index: 100;
}
.header__row{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
}
.header__item{
    width: fit-content;
    height: auto;
    min-width: 20%;
}
.header__item-logo{
    width: fit-content;
    height: auto;
    float: left;
}
.header__item-logo img{
    width: 165px;
    height: auto;
    float: left;
    object-fit: contain;
    object-position: center;
}
.header__item ul{
    width: fit-content;
    height: auto;
}
.header__item ul > li{
    width: fit-content;
    height: auto;
    float: left;
    margin: 0 17px;
}
.header__item ul > li > a{
    width: fit-content;
    height: auto;
    float: left;
    font-size: 15px;
    color: #fff;
}
.header__item-button{
    width: fit-content;
    height: auto;
    float: right;
    background-color: #f3983e;
    color: #fff;
    padding: 12px 25px;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    transition: .2s;
}
.header__item-button:hover{
    background-color: #fda146;
    transition: .2s;
}
/* HEADER */

/* HEADER */
.main{
    width: 100%;
    height: auto;
    float: left;
    background-image: url("../images/poster/main.jpeg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 230px 0 150px;
    position: relative;
}
.main::before{
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgb(0, 0, 0, 0.3);
}
.main__row{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    position: relative;
}
.main__item{
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-content: flex-start;
}
.main__item-title{
    width: 60%;
    height: auto;
    float: left;
    text-align: left;
    font-size: 42px;
    font-weight: 800;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.2px;
}
.main__item-description{
    width: 45%;
    height: auto;
    float: left;
    text-align: left;
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
    margin: 30px 0 0 0;
}
.main__item__buttons{
    width: 39%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 40px 0 0 0;
}
.main__item__buttons a{
    width: 48.5%;
    height: auto;
    font-weight: 600;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 16px;
    border: unset;
    padding: 17px 0;
    border-radius: 5px;
    text-align: center;
}
.main__item__buttons a:nth-child(1){
    background-color: #f3983e;
    color: #ffffff;
    transition: .2s;
}
.main__item__buttons a:nth-child(1):hover{
    background-color: #fda146;
    transition: .2s;
}
.main__item__buttons a:nth-child(2){
    background-color: #ffffff;
    color: #243C7A;
}
/* HEADER */

/* NUMBERS */
.numbers{
    width: 100%;
    height: auto;
    float: left;
    padding: 50px 0;
    background-color: rgb(36 39 50);
}
.numbers__row{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.numbers__item{
    width: 20%;
    height: auto;
}
.numbers__item b{
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
    color: #fff;
    font-size: 35px;
    font-weight: 800;
}
.numbers__item p{
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    margin: 5px 0 0;
}
/* NUMBERS */

/* ABOUT */
.about{
    width: 100%;
    height: auto;
    float: left;
    padding: 70px 0;
    background-color: #ffffff;
}
.about__row{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
}
.about__item{
    width: 48%;
    height: auto;
}
.about__item-poster{
    width: 100%;
    height: 100%;
    float: left;
    object-fit: cover;
    object-position: center;
    border-radius: 5px;
}
.about__item-subject{
    width: 100%;
    height: auto;
    float: left;
    text-align: left;
    color: #243C7A;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 600;
}
.about__item-title{
    width: 100%;
    height: auto;
    float: left;
    text-align: left;
    font-size: 35px;
    font-weight: 800;
    color: #242732;
    text-transform: uppercase;
    letter-spacing: 0.2px;
    margin: 5px 0 0;
}
.about__item-description{
    width: 100%;
    height: auto;
    float: left;
    text-align: left;
    font-size: 16px;
    line-height: 26px;
    color: #242732;
    margin: 30px 0 0 0;
}
/* ABOUT */

/* SERVICES */
.services{
    width: 100%;
    height: auto;
    float: left;
    padding: 70px 0;
    background-color: #EEF2F5;
}
.services-subject{
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
    color: #243C7A;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 600;
}
.services-title{
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
    font-size: 35px;
    font-weight: 800;
    color: #242732;
    text-transform: uppercase;
    letter-spacing: 0.2px;
    margin: 5px 0 0;
}
.services__row{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 30px 0 0 0;
}
.services__item{
    width: calc(33.3% - 10px);
    height: auto;
    background-color: #fff;
    border-radius: 10px;
    margin: 15px 0 0 0;
    padding: 25px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.services__item div{
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
}
.services__item img{
    width: 50px;
    height: 50px;
    float: left;
    object-fit: contain;
    object-position: center;
}
.services__item p{
    width: 100%;
    height: auto;
    float: left;
    font-size: 18px;
    font-weight: 600;
    color: #242732;
    letter-spacing: 0.2px;
    text-align: left;
    text-transform: uppercase;
    margin: 25px 0 0 0;
}
.services__item span{
    width: 100%;
    height: auto;
    float: left;
    text-align: left;
    font-size: 14px;
    line-height: 22px;
    color: #8c8d91;
    margin: 20px 0 0 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.services__item button{
    width: 100%;
    height: auto;
    float: left;
    background-color: #ffffff;
    color: #f3993f;
    border: 1px solid #f3993f;
    padding: 12px 25px;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    cursor: pointer;
    margin: 20px 0 0 0;
    transition: .2s;
}
.services__item button:hover{
    background-color: #f3993f;
    color: #ffffff;
    transition: .2s;
}
/* SERVICES */

/* ESTIMATE */
.estimate{
    width: 100%;
    height: auto;
    float: left;
    padding: 70px 0;
    background-color: #ffffff;
}
.estimate__row{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.estimate__item{
    width: 48%;
    height: auto;
}
.estimate__item-poster{
    width: 100%;
    height: 100%;
    float: left;
    object-fit: cover;
    object-position: center;
    border-radius: 5px;
}
.estimate__item-subject{
    width: 100%;
    height: auto;
    float: left;
    text-align: left;
    color: #243C7A;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 600;
}
.estimate__item-title{
    width: 100%;
    height: auto;
    float: left;
    text-align: left;
    font-size: 35px;
    font-weight: 800;
    color: #242732;
    text-transform: uppercase;
    letter-spacing: 0.2px;
    margin: 5px 0 0;
}
.estimate__item form{
    width: 80%;
    height: auto;
    float: left;
    margin: 15px 0 0 0;
}
.estimate__item form > label{
    width: 100%;
    height: auto;
    float: left;
    margin: 15px 0 0 0;
    position: relative;
}
.estimate__item form > label > input{
    width: 100%;
    height: 52px;
    float: left;
    padding: 0 20px;
    box-sizing: border-box;
    background-color: #eff2f6;
    border: unset;
    border-radius: 5px;
}
.estimate__item form > label:nth-child(3){
    height: 52px;
    background-color: #eff2f6;
}
.estimate__item form > label:nth-child(3) > input{
    opacity: 0;
    cursor: pointer;
    z-index: 1;
    position: relative;
}
.g-recaptcha{
    width: 100%;
    height: auto;
    float: left;
    margin: 15px 0 0 0;
}
.estimate__item form > label:nth-child(3) p{
    width: 100%;
    height: 100%;
    float: left;
    text-align: left;
    font-size: 13px;
    line-height: 23px;
    color: #242732;
    margin: 0;
    position: absolute;
    display: flex;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    padding: 0 20px;
    box-sizing: border-box;
}
.estimate__item form > span{
    width: 100%;
    height: auto;
    float: left;
    text-align: left;
    font-size: 14px;
    line-height: 23px;
    color: #242732;
    margin: 15px 0 0 0;
}
.estimate__item form > button{
    width: 100%;
    height: auto;
    font-weight: 600;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 16px;
    border: unset;
    padding: 16px 0;
    border-radius: 5px;
    background-color: #f3983e;
    color: #ffffff;
    margin: 20px 0 0 0;
    transition: .2s;
}
.estimate__item form > button:hover{
    background-color: #fda146;
    transition: .2s;
}
/* ESTIMATE */

/* CHOOSE */
.choose{
    width: 100%;
    height: auto;
    float: left;
    padding: 70px 0;
    background-color: #eff2f6;
}
.choose-subject{
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
    color: #243C7A;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 600;
}
.choose-title{
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
    font-size: 35px;
    font-weight: 800;
    color: #242732;
    text-transform: uppercase;
    letter-spacing: 0.2px;
    margin: 5px 0 0;
}
.choose__row{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 30px 0 0 0;
}
.choose__item{
    width: calc(25% - 10px);
    height: auto;
    background-color: #fff;
    border-radius: 10px;
    margin: 15px 0 0 0;
    padding: 30px 0 25px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    justify-content: center;
}
.choose__item img{
    width: 50px;
    height: 50px;
    object-fit: contain;
    object-position: center;
}
.choose__item h3{
    width: 100%;
    height: auto;
    float: left;
    font-size: 16px;
    font-weight: 600;
    line-height: 21px;
    color: #364b85;
    letter-spacing: 0.2px;
    text-align: center;
    text-transform: uppercase;
    margin: 25px 0 0 0;
}
/* CHOOSE */

/* REVIEWS */
.reviews{
    width: 100%;
    height: auto;
    float: left;
    padding: 70px 0;
    background-image: url("https://yaroslavl.houseman24.ru/master-an-hour/img/myzh_na_chas.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.reviews::before{
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgb(0, 0, 0, 0.3);
}
.reviews-subject{
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
    color: #ffffff;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
}
.reviews-title{
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
    font-size: 35px;
    font-weight: 800;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.2px;
    margin: 5px 0 0;
    position: relative;
}
.reviews__row{
    width: 100%;
    height: auto;
    float: left;
    margin: 30px 0 0 0;
    position: relative;
}
.reviews__item{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: #eff2f6;
}
.reviews__box{
    width: 50%;
    height: auto;
}
.reviews__box:nth-child(1){
    padding: 100px;
    box-sizing: border-box;
}
.reviews__box-username{
    width: 100%;
    height: auto;
    float: left;
    text-align: left;
    font-size: 20px;
    font-weight: 800;
    color: #242732;
    text-transform: uppercase;
    letter-spacing: 0.2px;
    position: relative;
    padding: 0 0 20px;
}
.reviews__box-username::before{
    content: "";
    position: absolute;
    width: 100px;
    height: 4px;
    bottom: 0;
    left: 0;
    background-color: #f3983e;
}
.reviews__box-description{
    width: 100%;
    height: auto;
    float: left;
    text-align: left;
    font-size: 16px;
    line-height: 26px;
    color: #242732;
    margin: 25px 0 0 0;
    padding: 0 0 35px;
    position: relative;
}
.reviews__box-description::before{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 135px;
    height: 20px;
    background-image: url("../images/icon/stars.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.reviews__box img{
    width: 100%;
    height: 400px;
    float: left;
    object-fit: cover;
    object-position: center;
}
/* REVIEWS */

/* CONTACTS */
.contacts{
    width: 100%;
    height: auto;
    float: left;
    padding: 70px 0;
    background-color: #ffffff;
}
.contacts__row{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.contacts__item{
    width: calc(50% - 20px);
    height: auto;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    flex-direction: column;
}
.contacts__item iframe{
    width: 100%;
    height: 100%;
    float: left;
}
.contacts__item-subject{
    width: 100%;
    height: auto;
    float: left;
    text-align: left;
    color: #243C7A;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 600;
}
.contacts__item-title{
    width: 80%;
    height: auto;
    float: left;
    text-align: left;
    font-size: 35px;
    font-weight: 800;
    color: #242732;
    text-transform: uppercase;
    letter-spacing: 0.2px;
    margin: 5px 0 0;
}
.contacts__item ul{
    width: 100%;
    height: auto;
    float: left;
    margin: 25px 0 0 0;
}
.contacts__item ul > li{
    width: 100%;
    height: auto;
    float: left;
    margin: 0 0 15px 0;
}
.contacts__item ul > li > b{
    width: 100%;
    height: auto;
    float: left;
    font-size: 14px;
    color: #243c7b;
}
.contacts__item ul > li > a{
    width: fit-content;
    height: auto;
    float: left;
    font-size: 16px;
    line-height: 26px;
    color: #242732;
    margin: 5px 0 0 0;
}
.contacts__item button{
    width: fit-content;
    height: auto;
    font-weight: 600;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 16px;
    border: unset;
    padding: 17px 40px;
    border-radius: 5px;
    background-color: #f3983e;
    color: #fff;
    margin: 20px 0 0;
    transition: .2s;
}
.contacts__item button:hover{
    background-color: #fda146;
    transition: .2s;
}
/* CONTACTS */

/* FOOTER */
footer{
    width: 100%;
    height: auto;
    float: left;
    padding: 25px 0;
    background-color: #EEF2F5;
}
.footer__row{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
}
.footer__item{
    width: fit-content;
    height: auto;
}
.footer__item p{
    width: fit-content;
    height: auto;
    text-align: left;
    font-size: 14px;
    line-height: normal;
    color: #242732;
}
.footer__item p > a{
    color: #243c7c;
}
/* FOOTER */

/* MODAL */
.modal{
    width: 100%;
    height: 100vh;
    background-color: rgb(0, 0, 0, 0.3);
    position: fixed;
    left: 0;
    top: 0;
    display: none;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: flex-start;
    z-index: 1005;
    padding: 80px 0;
    box-sizing: border-box;
    overflow-x: hidden;
    overflow-y: scroll;
}
.modal__row{
    width: 100%;
    max-width: 600px;
    height: auto;
}
.modal__item{
    width: 100%;
    height: auto;
    background-color: #ffffff;
    border-radius: 10px;
    padding: 40px;
    box-sizing: border-box;
    float: left;
    position: relative;
}
.modal__item-close{
    width: 40px;
    height: 40px;
    border-radius: 100px;
    background-color: #EEF2F5;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px;
    background-image: url("../images/icon/close.svg");
    border: unset;
    position: absolute;
    right: 20px;
    top: 20px;
    padding: 0;
    cursor: pointer;
}
.modal__item-title{
    width: 100%;
    height: auto;
    float: left;
    text-align: left;
    font-size: 20px;
    font-weight: 700;
    color: #fda146;
    text-transform: uppercase;
    letter-spacing: 0.2px;
    margin: 5px 0 0;
}
.modal__item-description{
    width: 100%;
    height: auto;
    float: left;
    text-align: left;
    font-size: 14px;
    line-height: 24px;
    color: #242732;
    margin: 20px 0 0 0;
}
.modal__item ul{
    width: 100%;
    height: auto;
    float: left;
    margin: 10px 0 0 0;
}
.modal__item ul > li{
    width: calc(100% - 15px);
    height: auto;
    float: left;
    text-align: left;
    font-size: 14px;
    line-height: 24px;
    color: #242732;
    list-style: circle;
    margin: 0 0 10px 15px;
}
.modal__item form{
    width: 100%;
    height: auto;
    float: left;
    margin: 15px 0 0 0;
}
.modal__item form > label{
    width: 100%;
    height: auto;
    float: left;
    margin: 15px 0 0 0;
    position: relative;
}
.modal__item form > label > input{
    width: 100%;
    height: 52px;
    float: left;
    padding: 0 20px;
    box-sizing: border-box;
    background-color: #eff2f6;
    border: unset;
    border-radius: 5px;
}
.modal__item form > span{
    width: 100%;
    height: auto;
    float: left;
    text-align: left;
    font-size: 14px;
    line-height: 23px;
    color: #242732;
    margin: 15px 0 0 0;
}
.modal__item form > button{
    width: 100%;
    height: auto;
    font-weight: 600;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 16px;
    border: unset;
    padding: 16px 0;
    border-radius: 5px;
    background-color: #f3983e;
    color: #ffffff;
    margin: 20px 0 0 0;
    transition: .2s;
}
.modal__item form > button:hover{
    background-color: #fda146;
    transition: .2s;
}
/* MODAL */