@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

* {
    padding: 0;
    margin: 0;
    font-family: sans-serif;
    text-decoration: none;
}

body {
    background-color: #fff;
}

.header {
    position: relative;
    width: 100%;
    height: 800px;
    background-image: url(../img/slide1.png);
    background-size: cover;
    background-position: center;
}

.header > .wapper {
    position: relative;
    width: 1200px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

.header > .wapper > .menu > .line {
    position: absolute;
    width: 100%;
    height: auto;
    padding-top: 90px;
    z-index: 1;
}

.header > .wapper > .menu > .line > .logo {
    position: relative;
    background-image: url(../img/cropped-footerlogo.png);
    background-size: cover;
    width: 355px;
    height: 66px;
    margin-bottom: 20px;
    cursor: pointer;
}

.header > .wapper > .menu > .line > .logo > .text {
    font-size: 22px;
    position: absolute;
    right: -90px;
    top: 18px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    text-align: left;
    width: 170px;
    font-family: "Open Sans", sans-serif;
}

.header > .wapper > .menu > .line > .tel {
    display: none;
    position: absolute;
    right: 450px;
    top: 120px;
    font-size: 30px;
    font-weight: bold;
}

.header > .wapper > .menu > .navmenu {
    display: none;
    position: relative;
    width: 100%;
    height: 56px;
    background-color: #fff;
    border-radius: 30px;
}

.header > .wapper > .menu > .navmenu > .line {
    padding-top: 20px;
}

.header > .wapper > .menu > .navmenu > .line > a {
    text-decoration: none;
    color: black;
    padding: 20px;
    text-transform: uppercase;
}

.header > .wapper > .menu > .navmenu > .line > a:hover {
    background-color: #FA7F80;
    color: #fff;
    border-radius: 30px;
}

.header > .wapper > .menu > .navmenu > .line > .active {
    background-color: #FA7F80;
    color: #fff;
    border-radius: 30px;
}

.header > .wapper > .menu > .button {
    display: none;
    background-color: #43CFC4;
    color: #fff;
    border-radius: 30px;
    padding: 20px;
    width: 200px;
    text-align: center;
    position: absolute;
    right: 0px;
    top: 135px;
    font-weight: bold;
    cursor: pointer;
    text-transform: uppercase;
}

.header > .wapper > .menu > .button:hover {
    opacity: 0.8;
}

.header > .wapper > .banner {
    position: relative;
    width: 100%;
    height: auto;
    padding-top: 100px;
}

.header > .wapper > .banner > .text {
    width: 60%;
    height: auto;
    float: left;
    padding-top: 160px;
    color: #fff;
}

.header > .wapper > .banner > .text > h1 {
    margin-top: 20px;
    font-size: 30px;
    text-transform: uppercase;
}

.header > .wapper > .banner > .text > p {
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 10px;
}

.header > .wapper > .banner > .text > .button {
    background-color: #FA7F80;
    color: #fff;
    border-radius: 30px;
    padding: 20px;
    width: 150px;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
}

.header > .wapper > .banner > .text > .button:hover {
    opacity: 0.8;
}

.header > .wapper > .banner > .form {
    width: 40%;
    float: left;
    height: auto;
}

.header > .wapper > .banner > .form > .wapper {
    margin-top: 80px;
    width: 350px;
    height: 480px;
    background-color: #fff;
    border-radius: 20px;
    margin-left: auto;
    margin-right: auto;
}

.header > .wapper > .banner > .form > .wapper > .name {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 20px;
}

.header > .wapper > .banner > .form > .wapper > .input {
    position: relative;
    margin-bottom: 20px;
}

.header > .wapper > .banner > .form > .wapper > .input > input {
    border-radius: 20px;
    background-color: #eee;
    border: 0px;
    padding: 20px;
    margin-left: 5%;
    width: calc(90% - 40px);
}

.header > .wapper > .banner > .form > .wapper > .input > select {
    border-radius: 20px;
    background-color: #eee;
    border: 0px;
    padding: 20px;
    margin-left: 5%;
    width: calc(100% - 35px);
}

.header > .wapper > .banner > .form > .wapper > .input > textarea {
    resize: none;
    padding: 20px;
    width: calc(90% - 40px);
    background-color: #eee;
    border: 0px;
    border-radius: 20px;
    height: 100px;
    margin-left: 5%;
}

.header > .wapper > .banner > .form > .wapper > .button {
    background-color: #FA7F80;
    color: #fff;
    border-radius: 20px;
    padding: 20px;
    width: calc(90% - 40px);
    margin-left: 5%;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
}

.header > .wapper > .banner > .form > .wapper > .button:hover {
    opacity: 0.8;
}

main {
    display: flex;
    position: relative;
    width: 1200px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

main > .uservices {
    position: relative;
    width: calc(100% - 40px);
    height: 649px;
    border: 2px solid #FA7F80;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
}

main > .uservices > .block {
    float: left;
    width: 30%;
}

main > .uservices > .block > .name {
    position: relative;
    width: 100%;
    height: 120px;
    padding-top: 10px;
}

main > .uservices > .block > .name > .ad {
    position: absolute;
    width: 100%;
    height: 120px;
    margin-left: 100px;
    color: #FA7F80;
    margin-top: 20px;
}

main > .uservices > .block > .name > .logo {
    float: left;
    background-image: url(../img/servicestitleicon.png);
    width: 81px;
    height: 75px;
    background-size: cover;
}

main > .uservices > .block > .name > .text {
    float: left;
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    padding-top: 40px;
    padding-left: 20px;
}

main > .uservices > .block2 {
    float: left;
    width: 40%;
}

main > .uservices > .block2 > .image {
    background-image: url(../img/ourservicesimg.jpg);
    width: 370px;
    height: 509px;
    background-size: cover;
    margin-top: 140px;
    margin-left: auto;
    margin-right: auto;
}

main > .uservices > .block > .blocks {
    position: relative;
    width: 100%;
    height: 100px;
    margin-bottom: 50px;
}

main > .uservices > .block > .blocks > .wapper > .block {
    float: left;
    width: calc(80% - 20px);
    text-align: right;
    padding-right: 20px;
}

main > .uservices > .block > .blocks > .wapper > .block2 {
    float: left;
    width: 80%;
    text-align: left;
}

main > .uservices > .block > .blocks > .wapper > .block2 > h3 {
    text-transform: uppercase;
    font-size: 20px;
    margin-top: 20px;
}

main > .uservices > .block > .blocks > .wapper > .block > h3 {
    text-transform: uppercase;
    font-size: 20px;
    margin-top: 20px;
}

main > .uservices > .block > .blocks > .wapper > .img {
    float: left;
    width: 20%;
}

main > .uservices > .block > .blocks > .wapper > .img > .icon {
    width: 50px;
    height: 50px;
    padding: 25px;
    border-radius: 100px;
    background-color: #FA7F80;
}

main > .uservices > .block > .blocks > .wapper > .img > .icon2 {
    width: 50px;
    height: 50px;
    padding: 25px;
    border-radius: 100px;
    background-color: #43CFC4;
}

main > .uservices > .block > .blocks > .wapper > .img > .icon3 {
    width: 50px;
    height: 50px;
    padding: 25px;
    border-radius: 100px;
    background-color: #43CFC4;
    margin-left: -40px;
}

main > .uservices > .block > .top {
    position: relative;
    width: 100%;
    height: 150px;
}

.iconrt4 {
    background-image: url(../img/ourservicesimg5.png);
    width: 50px;
    height: 50px;
    background-size: cover;
}

.iconrt3 {
    background-image: url(../img/ourservicesimg4.png);
    width: 50px;
    height: 50px;
    background-size: cover;
}

.iconrt2 {
    background-image: url(../img/ourservicesimg2.png);
    width: 50px;
    height: 50px;
    background-size: cover;
}

.iconrt1 {
    background-image: url(../img/ourservicesimg1.png);
    width: 50px;
    height: 50px;
    background-size: cover;
}

main > .category {
    position: relative;
    width: 100%;
    height: auto;
    padding-top: 30px;
}

main > .category > .wapper {
    float: left;
    width: 75%;
    height: auto;
}

main > .category > .wapper > .block {
    border: 2px solid #eee;
    width: 95%;
    height: 380px;
    margin-bottom: 50px;
}

main > .category > .wapper > .block > .image {
    float: left;
    margin: 20px;
    width: 45%;
    height: calc(100% - 40px);
    background-color: #eee;
}

main > .category > .wapper > .block > .text {
    margin-top: 20px;
    margin-right: 20px;
}

main > .category > .wapper > .block > .text > a > h3 {
    margin-bottom: 20px;
    font-size: 30px;
    color: #000;
}

main > .category > .wapper > .block > .text > p {
    margin-bottom: 20px;
}

main > .category > .wapper > p {
    margin-bottom: 20px;
    margin-top: 20px;
}

main > .category > .wapper > .block > .text > .line {
    margin-bottom: 20px;
    border: 2px solid #FA7F80;
    width: 30px;
    margin-left: calc(45% + 50px);
}

.buttonlink {
    background-color: #FA7F80;
    color: #fff;
    border-radius: 20px;
    padding: 20px;
    width: 120px;
    margin-left: calc(45% + 50px);
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    text-transform: uppercase;
}

.buttonlink:hover {
    opacity: 0.8;
}

main > .category > .panel {
    float: left;
    width: 25%;
    height: auto;
}

main > .category > .panel > .search {
    width: 100%;
    height: 180px;
    position: relative;
    border: 2px solid #eee;
    background-color: #fff;
    margin-bottom: 30px;
}

main > .category > .panel > .search > form > .button {
    background-color: #43CFC4;
    color: #fff;
    padding: 20px;
    width: 90%;
    margin-left: 5%;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    text-transform: uppercase;
    border: 0px;
}

main > .category > .panel > .search > form > .button:hover {
    opacity: 0.8;
}

main > .category > .panel > .search > form > .input {
    margin-left: 5%;
    margin-bottom: 20px;
    margin-top: 20px;
}

main > .category > .panel > .search > form > .input > input {
    border: 2px solid #e1e1e1;
    color: #000;
    padding: 20px;
    width: 95%;
}

main > .category > .panel > .history {
    width: 100%;
    height: auto;
    position: relative;
    border: 2px solid #eee;
    background-color: #fff;
    margin-bottom: 30px;
}

main > .category > .panel > .history > .name {
    text-align: center;
    font-size: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}

main > .category > .panel > .history > .link {
    border-bottom: 2px solid #eee;
    width: 90%;
    margin-left: 5%;
    position: relative;
    margin-bottom: 20px;
}

main > .category > .panel > .history > .link > a {
    text-decoration: none;
    color: #000;
}

main > .category > .panel > .history > .link > a:hover {
    opacity: 0.8;
}

main > .category > .panel > .top {
    width: 100%;
    height: auto;
    position: relative;
    border: 2px solid #eee;
    background-color: #fff;
    margin-bottom: 30px;
}

main > .category > .panel > .top > .name {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 20px;
    text-align: center;
    border-bottom: 2px solid #eee;
}

main > .category > .panel > .top > .img {
    background-image: url(../img/2025-02-04.jpg);
    background-size: cover;
    width: 200px;
    height: 200px;
    border-radius: 200px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    margin-top: 20px;
}

main > .category > .panel > .top > .button {
    margin-left: auto;
    margin-right: auto;
    width: calc(90% - 40px);
    padding: 20px;
    color: #fff;
    background-color: #000;
    margin-bottom: 20px;
    border-radius: 20px;
    text-align: center;
    cursor: pointer;
    margin-top: 20px;
}

main > .category > .panel > .top > .button:hover {
    opacity: 0.8;
}

.footer {
    display: flex;
    position: relative;
    width: 100%;
    height: auto;
    background-image: url(../img/footerbg.jpg);
    background-size: cover;
    background-position: center;
    flex-direction: column;
}

.footer > .wapper {
    display: flex;
    position: relative;
    width: 1200px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

.footer > .wapper > .block {
    float: left;
    width: 30%;
    height: auto;
}

.footer > .wapper > .block > .tel {
    margin-top: 70px;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
}

.footer > .wapper > .block > .mail {
    margin-top: 20px;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
}

.footer > .wapper > .block > .city {
    margin-top: 70px;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
}

.footer > .wapper > .block > .logo {
    background-image: url(../img/cropped-footerlogo.png);
    width: 250px;
    height: 46px;
    background-size: cover;
    margin-top: 40px;
    margin-bottom: 100px;
}

.footer > .wapper > .block > .name {
    color: #fff;
    font-weight: bold;
    margin-top: 70px;
    margin-bottom: 10px;
    font-size: 20px;
    position: relative;
    text-transform: uppercase;
}

.footer > .wapper > .block > .line {
    border: 2px solid #fff;
    width: 200px;
    margin-bottom: 10px;
}

.footer > .wapper > .block > .menu > .link {
    position: relative;
    margin-bottom: 20px;
}

.footer > .wapper > .block > .menu > .link > a {
    text-decoration: none;
    color: #fefefe;
    font-size: 20px;
}

.footer > .copy {
    position: relative;
    bottom: 20px;
    width: 100%;
    text-align: center;
    color: #fff;
}

main > .category > .wapper > .block2 {
    border: 2px solid #eee;
    width: 95%;
    height: 250px;
    margin-bottom: 50px;
}

main > .category > .wapper > .block2 > .image {
    float: left;
    margin: 20px;
    width: 25%;
    border-radius: 50%;
    height: calc(100% - 40px);
    background-color: #eee;
}

main > .category > .wapper > .block2 > .text {
    margin-top: 20px;
    margin-right: 20px;
}

main > .category > .wapper > .block > .text > .images > .icon {
    float: left;
    width: 30px;
    height: auto;
    margin-left: 10px;
    margin-right: 10px;
    cursor: pointer;
}

main > .category > .wapper > .block2 > .text > a > h3 {
    margin-bottom: 20px;
    font-size: 30px;
    color: #000;
}

main > .category > .wapper > .block2 > .text > p {
    margin-bottom: 20px;
}

main > .category > .wapper > .block2 > .text > .line {
    margin-bottom: 20px;
    border: 2px solid #FA7F80;
    width: 30px;
    margin-left: calc(25% + 50px);
}

.buttonlink2 {
    background-color: #FA7F80;
    color: #fff;
    border-radius: 20px;
    padding: 20px;
    width: 120px;
    margin-left: calc(25% + 50px);
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    text-transform: uppercase;
}

.buttonlink2:hover {
    opacity: 0.8;
}

main > .category > .wapper > .name {
    font-size: 30px;
    margin-bottom: 30px;
}

.ok {
    width: 200px;
    color: #000;
    padding: 15px;
    border-radius: 10px;
    background-color: #eee;
    margin-left: calc(25% + 50px);
    text-align: center;
}

.ok2 {
    width: 200px;
    color: #000;
    padding: 15px;
    border-radius: 10px;
    background-color: #eee;
    margin-left: calc(45% + 50px);
    text-align: center;
}

.ok3 {
    width: 250px;
    color: #000;
    padding: 15px;
    border-radius: 10px;
    background-color: #eee;
    text-align: center;
    margin-top: 10px;
}

.ok4 {
    width: 250px;
    color: #fff;
    padding: 15px;
    border-radius: 10px;
    background-color: #000;
    text-align: center;
    margin-top: 10px;
}


main > .category > .wapper > .profile {
    position: relative;
    width: 90%;
    height: auto;
}

main > .category > .wapper > .profile > .image {
    border-radius: 20px;
    width: 300px;
    height: 350px;
    background-color: #eee;
    float: left;
    background-size: cover;
}

main > .category > .wapper > .profile > .text {
    margin-left: 30px;
    float: left;
    width: 450px;
}

main > .category > .wapper > .profile > .text > .name {
    font-size: 25px;
}

main > .category > .wapper > .profile > .image > .button {
    background-color: #FA7F80;
    color: #fff;
    border-radius: 20px;
    padding: 20px;
    width: 260px;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    text-transform: uppercase;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 380px;
}

main > .category > .wapper > .profile > .image > .button:hover {
    opacity: 0.8;
}

main > .category > .wapper > .profile > .text > .ves {
    margin-top: 10px;
}

main > .category > .wapper > .profile > .text > .line {
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

main > .category > .panel > .form {
    width: 100%;
    position: relative;
    height: 460px;
    border-radius: 10px;
    border: 2px solid #eee;
    margin-top: 30px;
    margin-bottom: 30px;
}

main > .category > .panel > .form > .name {
    text-align: center;
    font-size: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}

main > .category > .panel > .form > .input > input {
    border-radius: 20px;
    background-color: #eee;
    border: 0px;
    padding: 20px;
    margin-left: 5%;
    width: calc(90% - 40px);
}

main > .category > .panel > .form > .input {
    margin-bottom: 20px;
}

main > .category > .panel > .form > .input > textarea {
    resize: none;
    padding: 20px;
    width: calc(90% - 40px);
    background-color: #eee;
    border: 0px;
    border-radius: 20px;
    height: 100px;
    margin-left: 5%;
}

main > .category > .panel > .form > .button {
    background-color: #eee;
    color: #000;
    border-radius: 20px;
    padding: 20px;
    width: calc(90% - 40px);
    margin-left: 5%;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
}

main > .category > .panel > .form > .button:hover {
    opacity: 0.8;
}

.mobmenu {
    display: none;
}

main > .uservicesmobile {
    display: none;
    position: relative;
    width: 100%;
    height: auto;
}

main > .uservicesmobile > .wapper {
    border: 2px solid #FA7F80;
    width: 100%;
    height: auto;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-bottom: 30px;
}

main > .uservicesmobile > .wapper > .blocks {
    position: relative;
    width: 100%;
    height: 100px;
}

main > .uservicesmobile > .wapper > .blocks > .img {
    float: left;
    width: 140px;
    margin-left: 20px;
}

main > .uservicesmobile > .wapper > .blocks > .img > .icon2 {
    width: 50px;
    height: 50px;
    padding: 25px;
    border-radius: 100px;
    background-color: #43CFC4;
}

main > .uservicesmobile > .wapper > .blocks > .text > h3 {
    text-transform: uppercase;
    font-size: 20px;
    margin-top: 20px;
}

main > .uservicesmobile > .wapper > .name {
    position: relative;
    width: 100%;
    height: 120px;
    padding-top: 30px;
    padding-left: 20px;
}

main > .uservicesmobile > .wapper > .name > .logo {
    float: left;
    background-image: url(../img/servicestitleicon.png);
    width: 81px;
    height: 75px;
    background-size: cover;
}

main > .uservicesmobile > .wapper > .name > .text {
    float: left;
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    padding-top: 40px;
    padding-left: 20px;
}

.menumobile {
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 9;
    background-color: #fff;
}

.menumobile > .link {
    padding: 50px;
    margin-top: 80px;
}

.menumobile > .link > a {
    text-decoration: none;
    color: #000;
    font-size: 20px;
}

main > .category > .wapper > .profile > .image > .images {
    position: absolute;
    margin-top: 30px;
    margin-left: 20px;
}

main > .category > .wapper > .profile > .image > .images > .icon {
    float: left;
    width: 30px;
    height: auto;
    margin-left: 10px;
    margin-right: 10px;
    cursor: pointer;
}

@media (max-width: 1024px) {
    main > .category > .wapper > .block {
        height: 450px;
    }
    .header > .wapper {
        width: 900px;
    }
    main {
        width: 900px;
    }
    main > .uservices {
        width: 900px;
    }
    .footer > .wapper {
        width: 900px;
    }
    .header > .wapper > .menu > .button {
        display: none;
    }
    main > .uservices > .block {
        width: 40%;
    }
    main > .uservices > .block2 {
        width: 20%;
        height: 100%;
    }
    main > .uservices > .block2 > .image {
        display: none;
    }
    main > .category > .wapper > .profile > .text {
        width: 200px;
    }
    main > .category > .wapper > .block2 {
        height: 240px;
    }
    main > .category > .wapper > .block2 > .image {
        height: 70%;
    }
}

@media (max-width: 768px) {
    .footer > .wapper > .block {
        width: 50%;
    }
    main > .category > .wapper > .block {
        width: 100%;
    }
    main > .category > .wapper > .block2 {
        width: 100%;
    }
    main > .category > .wapper > .profile > .text {
        width: 300px;
    }
    .footer > .wapper > .block:nth-child(2) {
        display: none;
    }
    .footer > .wapper > .block:nth-child(3) {
        display: none;
    }
    .footer > .wapper > .block {
        float: left;
        margin-left: 50px;
    }
    main > .uservicesmobile {
        display: none;
    }
    .header > .wapper > .menu > .button {
        display: none;
    }
    .header > .wapper > .menu > .line {
        padding-top: 0px;
    }
    .header > .wapper > .menu > .navmenu {
        display: none;
        position: fixed;
        top: 0px;
        left: 0px;
        z-index: 10;
        border-radius: 0px;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }
    .header > .wapper > .menu > .navmenu > .mobmenu {
        display: block;
        position: absolute;
        right: 10px;
        top: 6px;
        width: 40px;
        height: 40px;
        background-image: url(../img/menu.png);
        background-size: cover;
        cursor: pointer;
    }
    .header > .wapper > .menu > .navmenu > .mobmenu:hover {
        opacity: 0.8;
    }
    .header > .wapper > .banner > .form > .wapper > .input > select {
        width: calc(95% - 40px);
    }
    .header {
        height: 1100px;
    }
    .header > .wapper {
        padding-top: 50px;
        width: 700px;
    }
    .footer > .wapper {
        width: 700px;
    }
    .header > .wapper > .menu > .navmenu > .line {
        display: none;
    }
    .header > .wapper > .banner > .text {
        float: none;
        padding-top: 80px;
        width: 100%;
    }
    .header > .wapper > .banner > .form {
        width: 100%;
    }
    .header > .wapper > .banner > .form > .wapper {
        width: 100%;
    }
    main {
        width: 700px;
    }
    main > .uservices {
        display: none;
    }
    main > .category > .wapper {
        width: 100%;
        float: none;
    }
    main > .category > .panel {
        float: none;
        width: 100%;
    }
    .header > .wapper > .banner > .text > p {
        text-align: center;
    }
    .header > .wapper > .banner > .text > h1 {
        text-align: center;
    }
    .header > .wapper > .banner > .text > .button {
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 425px) {
    main > .category > .wapper > .block > .text > .images {
        position: absolute;
        left: 50%;
        margin-left: -130px;
    }
    .header > .wapper > .menu > .line > .logo > .text {
        right: 30px;
        top: 70px;
    }
    main > .uservicesmobile > .wapper > .name > .text {
        font-size: 25px;
    }
    .header > .wapper > .banner > .form > .wapper > .input > select {
        width: calc(100% - 40px);
    }
    main > .category > .wapper > .block2 > .text > p {
        padding-left: 20px;
    }
    .header {
        height: 1200px;
    }
    .header > .wapper {
        width: 380px;
    }
    .footer > .wapper {
        width: 380px;
    }
    .header > .wapper > .menu > .line > .tel {
        display: none;
    }
    main {
        width: 380px;
    }
    main > .uservices {
        width: 350px;
    }
    main > .category > .wapper > .profile {
        width: 100%;
    }
    main > .category > .wapper > .profile > .image {
        margin-left: auto;
        margin-right: auto;
        float: none;
    }
    main > .category > .wapper > .profile > .image > .button {
        margin-top: 0px;
    }
    main > .category > .wapper > .profile > .text {
        margin-top: 20px;
        margin-left: auto;
        margin-right: auto;
        float: none;
        width: 300px;
    }
    main > .uservices > .block > .blocks > .wapper > .block2 > h3 {
        margin-left: 40px;
    }
    main > .category > .wapper > .block2 > .image {
        float: none;
        height: 200px;
        width: 200px;
        border-radius: 200px;
        margin-left: auto;
        margin-right: auto;
    }
    main > .category > .wapper > .block2 > .text > .line {
        margin-left: auto;
        margin-right: auto;
    }
    main > .category > .wapper > .block2 > .text > a > h3 {
        text-align: center;
    }
    .ok {
        margin-left: auto;
        margin-right: auto;
    }
    main > .category > .wapper > .block2 {
        height: 500px;
    }
    main > .category > .wapper > .block > .image {
        width: calc(100% - 40px);
        height: 200px;
        float: none;
    }
    main > .category > .wapper > .block {
        height: 600px;
    }
    main > .category > .wapper > .block > .text > a > h3 {
        text-align: center;
        font-size: 20px;
    }
    main > .category > .wapper > .block > .text > .line {
        margin-left: auto;
        margin-right: auto;
    }
    main > .category > .wapper > .block > .text > p {
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
}

@media (max-width: 375px) {
    .header > .wapper > .banner > .form > .wapper > .input > select {
        width: calc(100% - 40px);
    }
    .footer > .wapper {
        width: 340px;
    }
    .header > .wapper {
        width: 340px;
    }
    .header > .wapper > .menu > .line > .tel {
        display: none;
    }
    main {
        width: 340px;
    }
    main > .uservices {
        width: 320px;
    }
    main > .uservices > .block > .blocks > .wapper > .block2 > h3 {
        margin-left: 60px;
    }
}

@media (max-width: 320px) {
    .header > .wapper > .banner > .form > .wapper > .input > select {
        width: calc(100% - 30px);
    }
    .header {
        height: 1250px;
    }
    .header > .wapper {
        width: 280px;
    }
    .header > .wapper > .menu > .line > .tel {
        display: none;
    }
    main {
        width: 280px;
    }
    main > .uservices {
        width: 280px;
    }
    main > .uservices > .block > .blocks > .wapper > .block {
        padding-right: 0px;
    }
    main > .uservices > .block > .blocks > .wapper > .block > h3 {
        padding-right: 20px;
    }
    .footer > .wapper {
        width: 280px;
    }
    .footer > .wapper > .block {
        margin-left: 20px;
    }
}