body {
    font-family: 'Open Sans';
}
.desktop{
    background: url(../img/backround.png) no-repeat;
    min-height: 100vh;
}
.desktop-two{
    background-image: url(../img/backround-two.png);
    min-height: 100vh;
    margin-bottom: 94px;
}
.desktop-free{
    background: url(../img/backround-free.png) no-repeat;
    min-height: 100vh;
}
.desktop-four{
    background: url(../img/backround-four.png) no-repeat;
    background-position: right;
    background-position-y: bottom;
}
.container{
    width: 1442px;
    margin: 0 auto;
    max-width: 80%;
    padding: 0 16px;
}
.logo{
    padding-top: 64px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.home h1{
    font-size: 70px;
    color: #ffffff;
    padding-top: 69px;
    font-weight: 700;
}
.home{
    line-height: 95px;
}
.home p{
    color: #ffffff;
    font-weight: 300;
    font-size: 70px;    
}
.services ul{
    font-size: 34px;
    color: #ffffff;
    line-height: 46px;
    padding-top: 44px;
    padding-left: 30px;
    list-style: initial;
}
.more button{
    width: 690px;
    background: none;
    color: #ffffff;
    font-size: 30px;
    font-weight: 600;
    line-height: 40px;
    height: 92px;
    text-align: center;
    border: 2px solid #ffffff;
    cursor: pointer;
}
.more button:hover {
    background: #fff;
    color: #202020;
}
.more{
    padding-top: 63px;
}
.form{
    background-color: #E5E5E5;
    padding-top: 172px;
    padding-bottom: 137px;

}
.application{
    display: flex;
    justify-content: space-between;
}
.application-block{
    width: 721px;
    background-color: #ffffff;
    box-shadow: 0px 2px 179px rgba(0, 0, 0, 0.07);
}
.application-form h2{
    font-size: 65px;
    font-weight: 700;
    padding-left: 51px;
    line-height: 88px;
    padding-top: 42px;
}
.application-form p{
    font-size: 34px;
    padding: 12px 50px;
    line-height: 46px
}
.form-block input{
    width: 613px;
    height: 95px;
    font-size: 30px;
    border: 1px solid #717171;
    line-height: 40px;
    padding-left: 19px;
}
.form-block{
    padding-left: 51px;
    padding-top: 45px;
}
.form-name{
    padding-top: 15px;
}
.form-number{
    padding-top: 15px;
}
.button-send button{
    width: 613px;
    height: 92px;
    background-color: #F75101;
    font-size: 30px;
    color: #ffffff;
    border: 1px solid #F75101;
    line-height: 40px;
    font-weight: 700;
    box-shadow: 0px 16.8695px 37.7083px rgba(255, 51, 0, 0.4);
}
.button-send{
    margin-top: 45px;
}
.agreement-block{
    display: flex;
}
.agreement-button p{
    line-height: 26px;
    padding-left: 26px;
    color: #A9A9A9;
    font-size: 20px;
    font-style: italic;
}
.agreement-button{
    padding-top: 31px;
}
.agreement-image{
    padding-top: 43px;
}
.agreement-button span{
    line-height: 26px;
    padding-left: 26px;
    color: #A9A9A9;
    font-size: 20px;
    font-style: italic;
}
.agreement-button a{
    text-decoration: underline;
}
.rectangle-one{
    height: 4px;
    width: 35px;
    background: #ffffff;
    border-radius: 3px;
}
.rectangle-two{
    width: 4px;
    height: 4px;
    background: #ffffff;
    margin-top: 5px;
    border-radius: 3px;
}
.rectangle-free{
    height: 4px;
    width: 27px;
    background: #ffffff;
    margin-left: 4px;
    margin-top: 5px;
    border-radius: 3px;
}
.rectangle-four{
    height: 4px;
    width: 35px;
    background: #ffffff;
    margin-top: 5px;
    border-radius: 3px;
}
.rectangle-block{
    display: flex;
}
.footer{
    color: #ffffff;
    display: flex;
    justify-content: space-between;
    padding-top: 71px;
    font-size: 20px;
    line-height: 27px;
}
.contacts{
    background: black;
    padding-bottom: 82px;
}
.contacts-privacy p{
    padding-top: 11px;
}
.contacts-number p{
    padding-top: 31px;
}
.contacts-registration-number p{
    padding-top: 11px;
}
.mortgage-broker{
    background: #F75101;
    /*width: 1272px;*/
    margin-top: 68px;
    box-shadow: 0px 6.07781px 13.5857px rgba(0, 0, 0, 0.4);
}
.home-broker h1{
    font-size: 61px;
    color: #ffffff;
    font-weight: 700;
    line-height: 83px;
    padding-left: 75px;
    padding-top: 53px;
}
.home-broker p{
    font-size: 61px;
    padding-left: 75px;
    color: #ffffff;
}
.services-broker ul{
    font-size: 29px;
    color: #ffffff;
    line-height: 39px;
    padding-top: 30px;
    padding-left: 100px;
    list-style: initial;
}
.more-broker button{
    width: 630px;
    background: none;
    color: #ffffff;
    font-size: 30px;
    font-weight: 600;
    line-height: 40px;
    height: 92px;
    text-align: center;
    border: 2px solid #ffffff;
    box-shadow: 0px 16.8695px 41px rgba(0, 0, 0, 0.4);
    cursor: pointer;
}
.more-broker button:hover {
    background: #fff;
    color: #202020;
}
.more-broker{
    padding-left: 75px;
    padding-top: 50px;
    padding-bottom: 76px;
}
.form-broker{
    background-color: #ffffff;
    margin-top: 78px;
    margin-bottom: 171px;
}
.application-broker{
    display: flex;
    justify-content: space-between;
}
.application-broker-block{
    width: 705px;
    background-color: #f9f9f9;
}
.application-broker-form p{
    font-size: 29px;
    padding: 12px 50px;
    line-height: 39px;
}
.application-broker-form h2{
    font-size: 61px;
    font-weight: 700;
    padding-left: 46px;
    padding-top: 74px;
}
.form-broker-block input{
    width: 604px;
    height: 95px;
    font-size: 30px;
    border: 1px solid #717171;
    line-height: 40px;
    padding-left: 19px;
}
.form-broker-block{
    padding-left: 46px;
    padding-top: 44px;
}
.button-broker-send button{
    width: 604px;
    height: 92px;
    background-color: #F75101;
    font-size: 30px;
    color: #ffffff;
    border: 1px solid #F75101;
    line-height: 40px;
    font-weight: 700;
}
.button-broker-send{
 margin-top: 44px;
}

.main-coworking .rectangle-one{
    height: 4px;
    width: 35px;
    background: black;
    border-radius: 3px;
}
.main-coworking .rectangle-two{
    width: 4px;
    height: 4px;
    background: black;
    margin-top: 5px;
    border-radius: 3px;
}
.main-coworking .rectangle-free{
    height: 4px;
    width: 27px;
    background: black;
    margin-left: 4px;
    margin-top: 5px;
    border-radius: 3px;
}
.main-coworking .rectangle-four{
    height: 4px;
    width: 35px;
    background: black;
    margin-top: 5px;
    border-radius: 3px;
}
.main-coworking .rectangle-block{
    display: flex;
}
.home-coworking h1{
    font-size: 55px;
    line-height: 74px;
    font-weight: 700;
    padding-top: 63px;
    color: #202020;
}
.home-coworking p{
    font-size: 55px;
    line-height: 74px;
    color: #202020;
}
.services-coworking ul{
    font-size: 34px;
    list-style: initial;
    padding-left: 30px;
    padding-top: 37px;
    line-height: 46px;
    color: #202020;
}
.more-coworking button{
    width: 690px;
    background: none;
    color: #202020;
    font-size: 30px;
    font-weight: 600;
    line-height: 40px;
    cursor: pointer;
    height: 92px;
    text-align: center;
    border: 2px solid #202020;
}
.more-coworking button:hover {
    background: #202020;
    color: #fff;
}
.more-coworking{
    padding-top: 87px;
    padding-bottom: 96px;
}
.application-coworking{
    display: flex;
    justify-content: space-between;
    margin-bottom: 234px;
}
.application-coworking-block {
    width: 721px;
    background-color: #F75101;
    /*margin-top: 37px;*/
}
.application-coworking-form h2 {
    font-size: 65px;
    font-weight: 700;
    padding-left: 51px;
    padding-top: 74px;
    color: white;

}
.application-coworking-form p{
    color: white;
    font-size: 34px;
    line-height: 46px;
    padding: 12px 50px;
}
.form-coworking-block{
    padding-left: 51px;
    padding-top: 43px;
}
.form-coworking-block input{
    width: 613px;
    height: 95px;
    font-size: 30px;
    color: white;
    background-color: #F75101;
    border: 1px solid #ffffff;
    padding-left: 19px;
}
.form-coworking-block ::placeholder{
    color: white;
}
.form-coworking{
    margin-top: 70px;
}
.button-coworking-send button{
    width: 613px;
    height: 92px;
    background-color: #ffffff;
    font-size: 30px;
    color: #f75101;
    border: 1px solid #f75101;
    line-height: 40px;
    font-weight: 700
}
.button-coworking-send{
    margin-top: 43px;
}
.mortgage-materials h1{
    font-size: 55px;
    font-weight: 700;
    line-height: 74px;
    padding-top: 116px;
}
.mortgage-materials p{
    font-size: 55px;
    line-height: 74px;
}
.services-materials ul{
    font-size: 32px;
    line-height: 43px;
    list-style: inside;
}
.services-materials{
    padding-top: 38px;
}
.main-coworking {
    cursor: pointer;
    display: none;
}
.more-materials button{
    width: 692px;
    height: 95px;
    font-size: 32px;
    font-weight: 600;
    border: 2px solid #202020;
    background: white;
    cursor: pointer;
}
.more-materials button:hover {
    background: #202020;
    color: #fff;
}
.more-materials{
    padding-top: 60px;
    padding-bottom: 175px;
}
.application-materials h2{
    font-size: 55px;
    font-weight: 700;
    padding-left: 51px;
    line-height: 74px;
    padding-top: 91px;
}
.application-materials p{
    font-size: 32px;
    line-height: 43px;
    padding: 12px 50px;
}
.agreement-button-coworking p{
    color: rgba(255, 255, 255, 0.72);
    line-height: 26px;
    padding-left: 26px;
    font-size: 20px;
    font-style: italic;
    padding-top: 33px;
}
.agreement-block-coworking{
    display: flex;
}
.agreement-image-coworking{
    padding-top: 43px;
}
.form-application{
    background-color: #F9F9F9;
    padding-top: 100px;
    padding-bottom: 137px;
}
.menu button {
    width: 540px;
    height: 92px;
    background-color: #F75101;
    font-size: 30px;
    color: #ffffff;
    border: 1px solid #F75101;
    line-height: 40px;
    font-weight: 700;
    box-shadow: 0px 16.8695px 37.7083px rgb(255 51 0 / 40%);
}
.menu{
display: flex;
flex-direction: column;
align-items: center;
background: #FFFFFF;
box-shadow: 0px 13.4315px 30.0233px rgb(0 0 0 / 22%);
width: 700px;
}
.menu-image{
    padding-top: 135px;
}
.menu-text{
    padding-top: 37px;
    text-align: center;
}
.menu p{
    font-size: 43px;
    line-height: 58px;
    font-weight: 700;
}
.menu span{
    font-size: 27px;
    line-height: 36px;
}
.menu-button{
    padding-bottom: 131px;
    padding-top: 53px;
}
.main-page{
    background: #FFFFFF;
    box-shadow: 0px 13.4315px 30.0233px rgb(0 0 0 / 22%);
    width: 347px;
    height: 325px;

}
.page{
    text-align: center;
}
.page p{
    font-size: 27px;
    line-height: 36px;
    padding-top: 67px;
    padding-bottom: 42px;
}
.page span{
    font-size: 27px;
    line-height: 36px;
    color:#C4C4C4;
    
}
.main-page:not(.active){
    visibility: hidden;
    opacity: 0;
}
.main-page{
    position: absolute;
}
.contacts a {
    text-decoration: none;
}
.contacts a:hover {
    text-decoration: underline;
}
.main{
    position: relative;
    cursor: pointer;
    display: none;
}
.menu:not(.active){
    display: none;
}

.main-page{
    opacity: 1;
    transition: 0.3s;
    right: 0;
    bottom: -340px;
}
.desktop .container{
    position: relative;
}
.menu {
    position: fixed;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
}
@media only screen and (max-width: 1480px) {
    .application-image,
    .application-broker-image,
    .application-coworking-image {
        flex-grow: 1;
        margin-right: 40px;
    }

    .application-image img,
    .application-broker-image img,
    .application-coworking-image img {
        max-width: 100%;
    }

    .form-block,
    .form-broker-block,
    .form-coworking-block {
        padding: 40px 50px 0;
    }
    
    #form {
        padding-bottom: 50px;
    }

    .agreement-block * {
        padding: 0;
    }

    .agreement-block {
        padding-top: 30px;
        align-items: center;
    }

    #form .agreement-button p {
        font-size: 15px;
    }

    .agreement-image {
        min-width: 24px;
    }

    #form button {
        height: 70px;
        font-size: 22px;
    }

    #form input {
        height: 70px;
        font-size: 22px;
    }

    #form p {
        font-size: 25px;
        line-height: 1.25;
    }

    #form h2 {
        padding: 50px 50px 0;
        font-size: 46px;
    }

    #form * {
        max-width: 100%;
    }

    #form {
        max-width: calc(100% - 440px)
    }
}

@media only screen and (max-width: 1000px) {
    .agreement-button p {
        line-height: 26px;
        padding-left: 26px;
        color: #A9A9A9;
        font-size: 18px;
        font-style: italic;
    }

    .application-coworking-block {
        width: 572px;
    }

    .application-broker {
        flex-direction: column;
        align-items: center;
    }

    .application-broker-image {
        margin-right: 0;
        margin-bottom: 30px;
        max-width: 572px;
    }

    .application-coworking-image {
        margin-right: 0;
    }

    #form p {
        font-size: 20px;
    }
    .home h1{
     font-size: 60px;
    }
    .home p{
      font-size: 60px;
    }
    .container{
        max-width: 100%;
        padding: 0 20px;
    }
    .application-coworking {
        flex-direction: column;
        align-items: center;
    }
    .application{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .desktop{
        background-position: center;
    }
    .services ul{
        font-size: 30px;
        padding-top: 30px;
    }
    #form {
        max-width: 100%;
    }
    .application-block{
        width: 572px;
        margin-top: 32px;
    }
    .application-image {
        margin-right: 0;
    }
    .form-block input {
        width: 460px;
        height: 95px;
        font-size: 30px;
        border: 1px solid #717171;
        line-height: 40px;
        padding-left: 19px;
    }
    .button-send button {
        width: 460px;
        height: 92px;
        background-color: #F75101;
        font-size: 30px;
        color: #ffffff;
        border: 1px solid #F75101;
        line-height: 40px;
        font-weight: 700;
        box-shadow: 0px 16.8695px 37.7083px rgb(255 51 0 / 40%);
    }
    .application-form h2,
    #form h2 {
        font-size: 50px;
        font-weight: 700;
        padding-left: 50px;
        line-height: 50px;
        padding-top: 42px;
    }
    .application-form p,
    #form h2 {
        font-size: 30px;
        padding-top: 17px;
        padding-left: 51px;
        line-height: 40px;
    }
}
@media only screen and (max-width: 990px){
    .more {
        padding-top: 27px;
        padding-bottom: 53px;
    }
    .footer {
        color: #ffffff;
        display: flex;
        justify-content: space-between;
        padding-top: 71px;
        font-size: 16px;
        line-height: 27px;
    }
}
@media only screen and (max-width: 768px){
    .services ul {
        font-size: 27px;
        line-height: 35px;
    }
    .application-broker-image {
        margin-bottom: 0;
    }
    .home {
        line-height: 70px;
    }
    .home h1{
        font-size: 50px;
    }
    .home p{
        font-size: 50px;
    }
    .more button {
        width: 460px;
        background: none;
        color: #ffffff;
        font-size: 25px;
        font-weight: 600;
        line-height: 40px;
        height: 75px;
        text-align: center;
        border: 2px solid #ffffff;
    }
    .more{
        display: flex;
        justify-content: center;
    }
    .agreement-button p {
        line-height: 25px;
        padding-left: 20px;
        color: #A9A9A9;
        font-size: 14px;
        font-style: italic;
    }

}
@media only screen and (min-width: 721px){
    .contacts-number-one{
        display: none;
    } 
}
@media only screen and (max-width: 720px){
    .services ul {
        font-size: 13px;
        padding-left: 16px;
        line-height: 18px;
    }
    .home{
        line-height: 60px;
    }
    .home h1{
        font-size: 24px;
        line-height: 32px;
    }
    .home p{
        font-size: 24px;
        line-height: 32px;
    }
    .footer {
        text-align: center;
        color: #ffffff;
        display: flex;
        padding-top: 71px;
        font-size: 24px;
        line-height: 50px;
        flex-direction: column;
        padding-bottom: 37px;
    }
    .contacts-number{
        display: none;
    } 
    .more button {
        width: 280px;
        background: none;
        color: #ffffff;
        font-size: 12px;
        font-weight: 600;
        line-height: 13px;
        height: 34px;
        text-align: center;
        border: 1px solid #ffffff;
    }  
    .application-form h2 {
        font-size: 24px !important;
        font-weight: 700;
        padding-left: 18px !important;
        line-height: 32px;
        padding-right: 0 !important;
        padding-top: 33px !important;
    }
    .application-form p {
        font-size: 17px !important;
        padding-top: 7px;
        padding-left: 18px;
        line-height: 17px !important;
    }
    .form-block {
        padding: 18px 18px 0;
    } 
    .form-block input,
    #form input {
        width: 244px;
        height: 32px !important;
        font-size: 12px !important;
        border: 1px solid #717171;
        line-height: 16px;
        padding-left: 7px;
    }
    .application-block {
        width: 279px;
        margin-top: 26px;
    }
    .agreement-block {
        padding-top: 20px;
    }
    #form button {
        height: 34px;
        font-size: 12px;
    }
    .agreement-block {
        align-items: flex-start;
    }
    .button-send button {
        width: 244px;
        height: 34px !important;
        background-color: #F75101;
        font-size: 12px !important;
        color: #ffffff;
        border: 1px solid #F75101;
        line-height: 16px;
        font-weight: 700;
        box-shadow: 0px 16.8695px 37.7083px rgb(255 51 0 / 40%);
    }
    .button-send {
        padding-top: 27px;
    }
    #form {
        padding-bottom: 30px;
    }
    .agreement-button p {
        line-height: 13px !important;
        padding-left: 13px;
        color: #A9A9A9;
        font-size: 10px !important;
        font-style: italic;
    }
    .agreement-image {
        min-width: 9px;
    }
    .agreement-image img{
        width: 9px;
    }
    .footer {
        text-align: center;
        color: #ffffff;
        display: flex;
        padding-top: 32px;
        font-size: 12px;
        line-height: 16px;
        flex-direction: column;
    }
    .contacts {
        background: black;
        padding-bottom: 37px;
    }
    .application-image img{
        width: 280px;

    }
    .form {
        background-color: #E5E5E5;
        padding-top: 52px;
        padding-bottom: 52px;
    }
    .desktop {
        background: url(../img/backround-min.png) no-repeat;
        background-size: cover;
    }

    
}
@media only screen and (max-width: 1302px){
    .desktop-two {
    background-image: url(../img/backround-two.png);
    min-height: 100vh;
    margin-bottom: 95px;
    padding-bottom: 50px;
    }
    .logo{
        padding-top: 32px;
    }
    .mortgage-broker {
        background: #F75101;
        width: 1000px;
        margin-top: 68px;
        box-shadow: 0px 6.07781px 13.5857px rgb(0 0 0 / 40%);
    }
    .application-broker {
        display: flex;
    }
    .application-broker-block{
        width: 572px;
    }
    .button-broker-send button {
        width: 460px;
        height: 92px;
        background-color: #F75101;
        font-size: 30px;
        color: #ffffff;
        border: 1px solid #F75101;
        line-height: 40px;
        font-weight: 700;
        box-shadow: 0px 16.8695px 37.7083px rgb(255 51 0 / 40%);
    }
    .application-broker-form h2 {
        font-size: 45px;
        font-weight: 700;
        padding-left: 46px !important;
        padding-right: 0 !important;
        padding-top: 74px;
    }
    .application-broker-form p {
        font-size: 22px !important;
        padding-top: 18px;
        padding-left: 45px;
        line-height: 35px !important;
    }
    
}
@media only screen and (max-width: 1030px){
    .mortgage-broker{
        width: 680px;
    }
    .more-broker button{
        width: 460px;
        height: 75px;
    }
    .home-broker h1 {
        font-size: 44px;
        color: #ffffff;
        font-weight: 700;
        line-height: 55px;
        padding-left: 75px;
        padding-top: 53px;
    }
    .home-broker p {
        font-size: 47px;
        padding-left: 75px;
        color: #ffffff;
        line-height: 50px;
    }
    .services-broker ul {
        font-size: 22px;
        color: #ffffff;
        line-height: 33px;
        padding-top: 23px;
        padding-left: 98px;
        list-style: initial;
    }
}
@media only screen and (max-width: 720px){
    .desktop-two {
        background: url(../img/backround-two-min.png) no-repeat;
        background-size: cover;
        min-height: 0;
        margin-bottom: 1px;
    }
    .logo-image img{
        width: 25px;
    }
    .home h1{
        padding-top: 27px;
    }
    .home-broker h1 {
        font-size: 19px;
        color: #ffffff;
        font-weight: 700;
        line-height: 25px;
        padding-left: 26px;
        padding-top: 20px;
    }
    .home-broker p {
        font-size: 19px;
        padding-left: 26px;
        color: #ffffff;
        line-height: 25px;
    }
    .services-broker ul {
        font-size: 12px;
        color: #ffffff;
        line-height: 16px;
        padding-top: 12px;
        padding-left: 39px;
        list-style: initial;
    }
    .more-broker button {
        width: 224px;
        height: 37px;   
        background: none;
        color: #ffffff;
        font-size: 12px;
        font-weight: 600;
        line-height: 17px;
        text-align: center;
        border: 2px solid #ffffff;
        box-shadow: 0px 16.8695px 41px rgb(0 0 0 / 40%);
    }
    .mortgage-broker {
        width: 280px;
        margin-top: 25px;
    }
    .form-broker {
        margin-top: 52px;
        margin-bottom: 52px;
    }
    .mortgage-block-one{
        display: flex;
        justify-content: center;
    }
    .more-broker {
    padding-top: 22px;
    padding-bottom: 35px;
    display: flex;
    justify-content: center;
    padding-left: 0;
    }
    .application-broker-image img{
        width: 280px;
    }
    .application-broker-block {
        width: 279px;
    }
    .application-broker-form h2 {
        font-size: 19px !important;
        font-weight: 700;
        padding-left: 18px !important;
        padding-top: 29px;
        line-height: 25px !important;
    }
    .application-broker-block{
        margin-top: 37px;
    }
    .application-broker-form p {
        font-size: 12px !important;
        padding-top: 7px;
        padding-left: 18px;
        line-height: 16px !important;
    }
    .form-broker-block {
        padding-left: 18px;
        padding-top: 18px;
    }
    .form-broker-block input {
        width: 244px;
        height: 32px;
        font-size: 12px;
        border: 1px solid #717171;
        line-height: 16px;
        padding-left: 7px;
    }
    .button-broker-send button {
        width: 244px;
        height: 37px;
        background-color: #F75101;
        font-size: 12px;
        color: #ffffff;
        border: 1px solid #F75101;
        line-height: 16px;
        font-weight: 700;
        box-shadow: 0px 16.8695px 37.7083px rgb(255 51 0 / 40%);
    }
    .button-broker-send {
        padding-top: 18px;
    }
    
}
@media only screen and (max-width: 930px){
    .home-coworking h1 {
        font-size: 55px;
        line-height: 60px;
        font-weight: 700;
        padding-top: 50px;
        color: #202020;
    }
    .home-coworking p {
        font-size: 55px;
        line-height: 70px;
        color: #202020;
    }
    .services-coworking ul {
        font-size: 25px;
        list-style: initial;
        padding-left: 30px;
        padding-top: 37px;
        line-height: 30px;
        color: #202020;
    }
    .application-coworking-block {
        width: 572px;
        background-color: #F75101;
    }
    .form-coworking-block input {
    width: 460px;
    height: 95px;
    font-size: 30px;
    line-height: 40px;
    padding-left: 19px;
    }
    .button-coworking-send button {
        width: 460px;
        height: 92px;
        background-color: #ffffff;
        font-size: 30px;
        color: #f75101;
        border: 1px solid #f75101;
        line-height: 40px;
        font-weight: 700;
    }
    .agreement-button-coworking p {
        color: rgba(255, 255, 255, 0.72);
        line-height: 20px !important;
        padding-left: 26px !important;
        font-size: 18px !important;
        font-style: italic;
        padding-top: 37px;
        padding-bottom: 0 !important;
    }

}
@media only screen and (max-width: 720px){
    .home-coworking h1 {
        font-size: 19px;
        line-height: 25px;
        font-weight: 700;
        padding-top: 33px;
        color: #202020;
    }
    .footer p{
        padding-top: 21px;
    }
    .more-coworking {
        padding-top: 22px;
        padding-bottom: 70px;
    }
    .home-coworking p {
        font-size: 19px;
        line-height: 25px;
        color: #202020;
    }
    .services-coworking ul {
        font-size: 12px;
        list-style: initial;
        padding-left: 12px;
        padding-top: 12px;
        line-height: 16px;
        color: #202020;
    }
    .more-coworking button {
        width: 280px;
        background: none;
        color: #202020;
        font-size: 12px;
        font-weight: 600;
        line-height: 16px;
        height: 34px;
        text-align: center;
        border: 2px solid #202020;
    }
    .more-coworking-one{
        display: flex;
        justify-content: center;
    }
    .desktop-free {
        background: url(../img/backround-free-min.png) no-repeat;
        background-size: cover;
        min-height: 0;
    }
    .mortgage-coworking-one{
        display: flex;
        justify-content: center;
        padding-top: 33px;
    }
    .application-coworking-image img{
        width: 280px;
    }
    .application-coworking-block {
        width: 279px;
        background-color: #F75101;
    }
    .application-coworking-form h2 {
        font-size: 19px !important;
        font-weight: 700;
        padding-left: 18px !important;
        padding-right: 0;
        padding-top: 24px;
        color: white;
        line-height: 25px;
    }
    .application-coworking-form p {
        color: white;
        font-size: 12px !important;
        line-height: 16px !important;
        padding-left: 18px !important;
        padding-top: 6px;
    }
    .form-coworking-block input {
        border-color: #fff !important;
    }
    .form-coworking-block {
        padding: 19px 18px 0;
    }
    .form-coworking-block input {
        width: 244px;
        height: 32px;
        font-size: 12px;
        line-height: 16px;
        padding-left: 7px;
    }
    .button-coworking-send button {
        width: 244px;
        height: 34px;
        background-color: #ffffff;
        font-size: 12px;
        color: #f75101;
        border: 1px solid #f75101;
        line-height: 16px;
        font-weight: 700;
    }
    .agreement-button-coworking p {
        color: rgba(255, 255, 255, 0.72);
        line-height: 13px !important;
        padding-left: 13px !important;
        font-size: 10px !important;
        font-style: italic;
        padding-top: 13px;
        padding-bottom: 0px !important;
    }
    .agreement-image-coworking {
        min-width: 9px;
    }
    .agreement-image-coworking img{
        width: 9px;
    }
    .agreement-image-coworking {
        padding-top: 18px;
    }
    .button-coworking-send {
        padding-top: 19px;
    }
    .form-coworking {
        margin-top: 44px;
    }
    .application-coworking {
        display: flex;
        margin-bottom: 69px;
        flex-direction: column;
        align-items: center;
    }
    .desktop {
        min-height: 0;
        padding-bottom: 0;
    }
}
@media only screen and (max-width: 1000px){
    .application {
        display: flex;
        flex-direction: column;
        align-items: center;
    
    }
}
@media only screen and (max-width: 920px){
    .mortgage-materials h1 {
        font-size: 50px;
        font-weight: 700;
        line-height: 60px;
        padding-top: 101px;
    }
    .mortgage-materials p {
        font-size: 45px;
        line-height: 60px;
    }
    .services-materials {
        padding-top: 20px;
    }
    .services-materials ul {
        font-size: 22px;
        line-height: 35px;
        list-style: inside;
    }
    .application-materials h2 {
        font-size: 45px;
        font-weight: 700;
        padding-left: 51px;
        line-height: 65px;
        padding-top: 60px;
    }
    .application-materials p {
        font-size: 25px;
        line-height: 35px;
        padding-top: 12px;
        padding-left: 51px;
    }
}
@media only screen and (max-width: 720px){

    .desktop-four {
        background: url(../img/backround-four-min.png) no-repeat;
        background-position: right;
        background-position-y: bottom;
        min-height: 0;
    }
    .menu{
        width: 250px;
        height: 195px;
    }
    .menu-image{
        padding-top: 10px;
    }
    .menu-image img{
        width: 43px;
    }
    .menu-text {
        padding-top: 5px;
        text-align: center;
    }
    .menu p {
        font-size: 17px;
        line-height: 20px;
        font-weight: 700;
    }
    .menu span {
        font-size: 10px;
        line-height: 0px;
    }
    .menu-button {
        padding-bottom: 0px;
        padding-top: 20px;
    }
    .menu button {
        width: 220px;
        height: 43px;
        background-color: #F75101;
        font-size: 13px;
        color: #ffffff;
        border: 1px solid #F75101;
        font-weight: 700;
        box-shadow: 0px 16.8695px 37.7083px rgb(255 51 0 / 40%);
    }
    .main-page {
        background: #FFFFFF;
        box-shadow: 0px 13.4315px 30.0233px rgb(0 0 0 / 22%);
        width: 180px;
        height: 180px;
    }
    .page p {
        font-size: 17px;
        line-height: 20px;
        padding-top: 25px;
        padding-bottom: 30px;
    }
    .page span {
        font-size: 17px;
        line-height: 20px;
        color: #C4C4C4;
    }
    .application {
        margin-top: 1px;
    }
    .form-application {
        padding-top: 58px;
        padding-bottom: 67px;
    }
    .services-materials {
        padding-top: 13px;
    }
    .mortgage-materials h1 {
        font-size: 19px;
        font-weight: 700;
        line-height: 25px;
        padding-top: 22px;
    }
    .mortgage-materials p {
        font-size: 19px;
        line-height: 25px;
    }
    .services-materials ul {
        font-size: 12px;
        line-height: 16px;
        list-style: inside;
        padding-top: 13px;
    }
    .more-materials button {
        width: 202px;
        height: 34px;
        line-height: 16px;
        font-size: 12px;
        font-weight: 600;
        border: 2px solid #202020;
        background: white;
    }
    .more-materials {
        padding-top: 18px;
        padding-bottom: 102px;
    }
    .application-materials h2 {
        font-size: 24px !important;
        font-weight: 700;
        padding-left: 18px !important;
        line-height: 32px !important;
        padding-top: 31px !important;
        padding-right: 0 !important;
    }
    .application-materials p {
        font-size: 13px !important;
        line-height: 17px !important;
        padding-top: 7px;
        padding-left: 18px;
    }
    
}


button {
	cursor: pointer;
}

.successform {
    padding: 0 !important;
    max-width: 555px
}

.successform .fancybox-close-small {
    color: #fff
}

.successform__head {
    background: #f75000;
    padding: 17px 10px 18px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.successform__head img {
    margin-right: 15px
}

.successform__title {
    color: #fff;
    font-size: 18px;
    font-family: "Open Sans";
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: .45px
}

.successform__text {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 22px
}

.successform__ok {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #f75000;
    width: 76px;
    height: 26px;
    -webkit-box-shadow: 0 7px 7px rgba(65, 53, 51, .1);
    box-shadow: 0 7px 7px rgba(65, 53, 51, .1);
    border: 1px solid #f75000;
    background-color: #fff;
    cursor: pointer;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.successform__ok:hover {
    background: #f75000;
    color: #fff
}

.successform__content {
    padding: 46px 76px 54px;
    background: #fff url(https://mmir.pro/template_main/img/2611/successbg.png) 100% 100% no-repeat
}
