html {
    width: 100%;
    font-size: 62.5%;
}
body {
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 0;
}
.main-wrapper {
    width: 83%;
    margin-left:auto ;
    margin-right:auto;
    margin-top: 44px;
    display: block;
    max-width: 1440px;
}
/*wrapper 1 starts*/
.menu {
    display: flex;
    justify-content: space-between;
}
.logo-title {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 89px;
}
h1 {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 60px;
}
#hs_h2 {
    font-size: 19px;
    font-weight: bold;
    margin-bottom: 27px;
}
#description {
    font-size: 16px;
    font-weight: lighter;
}
.button {
    font-size: 16px;
    padding: 14px 36px;
    border-radius: 2px;
    background-color: white;
    cursor: pointer;
    text-align: center;
    margin-top: 56px;
    border: solid 2px;
    width: auto;
}
.button a {
    text-decoration: none;
    color: black;
}
.button:hover {
    background-color: black;
}
.button:hover a {
    color: white;
}
nav ul li {
    list-style: none;
    display: inline-block;
    margin-left: 15px;
    font-size: 14px;
    text-align: start;
}
nav a {
    text-decoration: none;
    color: #000000;
}
.location p {
    font-size: 14px;
}
.wrapper-1-content {
    display: flex;
    justify-content: space-between;
}
.photo-hero {
    margin: 10px;
}
#photo-hero-2 {
    margin-right: 0;
}
.photos-hero {
    display: flex;
}
#woman-photo {
    display: none;
    width: 0;
    height: 0;
}
/*wrapper 2 starts*/
.wrapper-2 {
    position: relative;
    overflow: hidden;
    margin-bottom: 120px;
}
#wr2_h2 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 54px;
}
.styles {
    display: flex;
    column-gap: 2rem;
    margin-bottom: 77px;
}
.style {
    background-color: rgba(200, 200, 200, 0.14);
    color: black;
    overflow: hidden;
    width: 38rem;
    line-height: 1.4299999237;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 100px;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    border-radius: 2px;
}
.style:hover {
    color: white;
    background-color: black;
}
#small-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 44px;
}
/*Workflow*/
.line-wrap {
    width: 100%;
    height: 29.2rem;
    position: relative;
    display: flex;
    justify-content: space-between;
}
.line {
    width: 150.3rem;
    height: 0.1rem;
    position: absolute;
    left: 2.4rem;
    top: 2.4rem;
    background-color: #000000;
}
#step1 {
    width: 24.6rem;
    height: 20.2rem;
    margin-right: 15px;
    left: 0;
    top: 0;
    row-gap: 3rem;
    display: flex;
    flex-direction: column;
}
#number1 {
    width: 4.7rem;
    height: 4.7rem;
    overflow: hidden;
    position: relative;
    text-align: center;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.4299999475;
    color: #000000;
    font-family: Montserrat, 'Source Sans Pro';
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: center;
    border: solid 0.1rem #000000;
    box-sizing: border-box;
    background-color: #ffffff;
    border-radius: 10rem;
    flex-shrink: 0;
}
#step-title1 {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.2799999237;
    color: #000000;
    font-family: Montserrat, 'Source Sans Pro';
    white-space: nowrap;
    flex-shrink: 0;
}
#step-descr1 {
    max-width: 24.6rem;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.4299999475;
    color: #000000;
    font-family: Montserrat, 'Source Sans Pro';
    flex-shrink: 0;
}
#step2 {
    width: 25.9rem;
    height: 20.2rem;
    margin-left: 15px;
    margin-right: 15px;
    left: 41rem;
    top: 0;
    row-gap: 3rem;
    display: flex;
    flex-direction: column;
}
#number2 {
    width: 4.7rem;
    height: 4.7rem;
    overflow: hidden;
    position: relative;
    text-align: center;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.4299999475;
    color: #000000;
    font-family: Montserrat, 'Source Sans Pro';
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: center;
    border: solid 0.1rem #000000;
    box-sizing: border-box;
    background-color: #ffffff;
    border-radius: 10rem;
    flex-shrink: 0;
}
#step-title2 {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.2799999237;
    color: #000000;
    font-family: Montserrat, 'Source Sans Pro';
    white-space: nowrap;
    flex-shrink: 0;
}
#step-descr2 {
    max-width: 25.9rem;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.4299999475;
    color: #000000;
    font-family: Montserrat, 'Source Sans Pro';
    flex-shrink: 0;
}
#step3 {
    width: 26rem;
    height: 20.2rem;
    margin-left: 15px;
    left: 82rem;
    top: 0;
    row-gap: 3rem;
    display: flex;
    flex-direction: column;
}
#number3 {
    width: 4.7rem;
    height: 4.7rem;
    overflow: hidden;
    position: relative;
    text-align: center;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.4299999475;
    color: #000000;
    font-family: Montserrat, 'Source Sans Pro';
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: center;
    border: solid 0.1rem #000000;
    box-sizing: border-box;
    background-color: #ffffff;
    border-radius: 10rem;
    flex-shrink: 0;
}
#step-title3 {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.2799999237;
    color: #000000;
    font-family: Montserrat, 'Source Sans Pro';
    white-space: nowrap;
    flex-shrink: 0;
}
#step-descr3 {
    max-width: 26rem;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.4299999475;
    color: #000000;
    font-family: Montserrat, 'Source Sans Pro';
    flex-shrink: 0;
}
.line-wrap img {
    width: 4.7rem;
    height: 4.7rem;
    color: #fff;
    left: 115.3rem;
    top: 0;
    object-fit: contain;
    vertical-align: top;
    border-radius: 10rem;
}
#stepdone {
    position: relative;
}
/*WRAPPER-3 STARTS*/
.wrapper-3 {
   /* margin-right: 3.7remmmm;
    */
    box-sizing: border-box;
    padding: 5.2rem 8rem;
    height: 63rem;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    background-color: rgba(77, 90, 81, 1);
    border-radius: 0.2rem;
    flex-shrink: 0;
    margin-bottom: 110px;
}
.div1 {
    margin-right: 8.3rem;
    height: 100%;
    width: 25%;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
}
.contact-main-title {
    margin-bottom: 4rem;
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1.2799999782;
    color: #ffffff;
    font-family: Montserrat, 'Source Sans Pro';
    white-space: nowrap;
    flex-shrink: 0;
}
.contacts {
    width: 14.1rem;
    row-gap: 4.9rem;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
}
#contact1 {
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
}
#contact2 {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
}
#contact3 {
    width: 5.9rem;
    flex-shrink: 0;
}
.div2 {
    margin: 4rem 0rem 0rem 0rem;
    display: flex;
    width: auto;
    flex-direction: column;
    flex-shrink: 0;
}
#phone {
    margin-top: 0;
}
.div2-title {
    margin-bottom: 2rem;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.28;
    color: #fff;
    font-family: Montserrat, 'Source Sans Pro';
    white-space: nowrap;
    flex-shrink: 0;
}
.div2-descr {
    max-width: 27.6rem;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.4299999475;
    color: #fff;
    font-family: Montserrat, 'Source Sans Pro';
    flex-shrink: 0;
}
.img-adams{
    object-fit: cover;
    overflow: hidden;
    vertical-align: top;
    border-radius: 0.2rem;
    align-items: center;
    min-width: 100px;
}
.img-adams img {
    width: 100%;
}
.contact-title {
    margin-bottom: 1.3rem;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.4299998965;
    letter-spacing: 0.07rem;
    text-transform: uppercase;
    color: #fff;
    font-family: Montserrat, 'Source Sans Pro';
    white-space: nowrap;
    flex-shrink: 0;
}
.contact-descr {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.2799999714;
    color: #fff;
    font-family: Montserrat, 'Source Sans Pro';
    white-space: nowrap;
    flex-shrink: 0;
    text-decoration: none;
}
.images {
    margin-right: 0.5rem;
    box-sizing: border-box;
    padding: 0.292rem 0.163rem 0.292rem 0.092rem;
    width: calc(100% - 0.5rem);
    display: flex;
    align-items: center;
}
/*footer*/
.footer {
    margin-right: 69.7rem;
    width: 100%;
    display: flex;
    align-items: flex-start;
    flex-shrink: 0;
}
.footer-item1 {
    margin-right: 13.6rem;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.2799999237;
    color: #000000;
    font-family: Montserrat, 'Source Sans Pro';
    white-space: nowrap;
    flex-shrink: 0;
}
.footer-item2 {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.4299998965;
    color: #000000;
    font-family: Montserrat, 'Source Sans Pro';
    white-space: nowrap;
    flex-shrink: 0;
}
@media (max-width:991px) {
    .wrapper-1-content .photo-hero {
        width: 97%;
        transition: transform 0.5s linear 0s;
   }
    .wrapper-1-content {
        flex-direction: column;
   }
    .button {
        margin-bottom: 120px;
        width: auto;
   }
    .style {
        padding: 36px 66px;
        transition: transform 0.3s linear 0s;
   }
}
@media (max-width:623px) {
    .photos-hero {
        display: none;
   }
    #woman-photo {
        display: block;
        height: 50%;
        width: 50%;
   }
    .wrapper-1-content {
        align-items: center;
        flex-direction: column;
        display: flex;
        justify-content: center;
   }
    .content-1 {
        text-align: center;
   }
    .content-1 #woman-photo {
        display: inline-block;
   }
    .button {
        margin-bottom: 120px;
        font-size: 20px;
        width: auto;
        width: 18%;
   }
    .wrapper-2 {
        text-align: center;
   }
    .footer {
        flex-direction: column;
   }
    h1 {
        font-size: 50px;
        font-weight: bold;
        margin-bottom: 60px;
   }
    #hs_h2 {
        font-size: 25px;
        font-weight: bold;
        margin-bottom: 21px;
        margin-top: 60px;
   }
    #description {
        margin-bottom: 45px;
        margin-top: 45px;
        font-size: 20px;
   }
    .wrapper-3 {
        margin-right: 0;
        height: auto;
        padding: 0;
        flex-direction: column;
        margin-bottom: 10px;
        align-items: center;
   }
    .img-adams {
        margin-bottom: 40px;
        width: 60%;
   }
    .contact-main-title {
        margin-top: 40px;
   }
    .div2-descr {
        margin-bottom: 40px;
   }
    .div2 {
        width: auto;
   }
    .div1 {
        justify-content: center;
        margin-left: 42px;
        width: auto;
   }
    .styles {
        flex-direction: column;
        align-items: center;
   }
    .style {
        margin-bottom: 15px;
   }
    #number1 {
        display: none;
   }
    #number2 {
        display: none;
   }
    #number3 {
        display: none;
   }
    .line {
        display: none;
   }
    .step {
        display: none;
   }
    .line-wrap {
        align-items: center;
        flex-direction: column;
        height: auto;
   }
    #small-title {
        font-size: 30px;
   }
    #step1 {
        margin-right: 0px;
   }
    #step2 {
        margin-right: 0px;
        margin-left: 0px;
   }
    #step3 {
        margin-left: 0px;
   }
    nav ul li {
        display: block;
        font-size: 20px;
        margin-top: 15px;
   }
}
@media (max-width:1310px) {
    .logo-title {
        margin-bottom: 42px;
   }
    .wrapper-1-content {
        flex-direction: column;
   }
    .content-1 {
        display: flex;
        flex-direction: column;
        align-items: center;
   }
    .button {
        margin-bottom: 100px;
        width: 25%;
   }
    .photo-hero {
        margin: 0px;
   }
    .photos-hero {
        justify-content: center;
   }
}
@media (min-width:1311px) {
    .button {
        margin-bottom: 272px;
        width: auto;
   }
    .woman-photo {
        height: 0px;
        width: 0px;
   }
}
@media (min-width:624px) {
    .button {
        margin-bottom: 60px;
        width: 25%;
   }
    #woman-photo {
        width: 50%;
        height: 50%;
   }
}
