@media (min-width: 230px) {
    .banner {
        position: relative;
        height: 200px;
        max-height: 770px;
        width: 100%;
    }
    .banner::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #000000;
        opacity: 0.4;
        z-index: 1;
    }
    .banner img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
    .tag {
        font-family: Gotham;
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 27px;
        letter-spacing: 0.02em;
        text-transform: uppercase;
        color: #F1C40F;
        margin-bottom: 10px;
    }
    h2 {
        font-family: Gotham;
        font-style: normal;
        font-weight: bold;
        font-size: 28px;
        line-height: 48px;
        letter-spacing: 0.02em;
        color: #FFFFFF;
    }
    .content {
        font-family: Gotham;
        font-style: normal;
        font-weight: 300;
        font-size: 14px;
        line-height: 24px;
        letter-spacing: 0.02em;
        color: #FFFFFF;
    }
    .content p {
        font-size: 14px;
        line-height: 24px;
    }
    .line {
        position: relative;
        width: 100%;
        height: 2px;
        border-top: 1px solid rgba(47, 208, 200, 0.5);
        border-bottom: 1px solid rgba(239, 62, 201, 0.5);
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .line::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100px;
        height: 12px;
        z-index: 2;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        background: #F1C40F;
    }
    .about__us {
        margin-top: 50px;
        position: relative;
    }
    .about__us::before {
        content: '';
        position: absolute;
        left: 0;
        top: -80px;
        width: 100%;
        max-width: 760px;
        height: 300px;
        background-repeat: no-repeat;
        background-size: contain;
        z-index: -1;
    }
    .about__us .about__us-group {
        padding-left: 15px;
        padding-right: 15px;
    }
    .about__us .about__us-group .about__us-item:first-child {
        position: relative;
        margin-bottom: 50px;
        max-width: 493px;
        max-height: 550px;
        width: 100%;
        height: 100%;
        margin-left: auto;
    }
    .about__us .about__us-group .about__us-item:first-child img {
        height: 100%;
        width: 100%;
        -o-object-fit: contain;
        object-fit: contain;
        display: block;
    }
    .about__us .about__us-group .about__us-item:first-child::before {
        content: '';
        position: absolute;
        top: 55px;
        right: 45px;
        left: -15px;
        bottom: -30px;
        border: 7px solid #F1C40F;
        z-index: -1;
    }
    .about__us .about__us-group .about__us-item .line {
        margin-right: -15px;
        width: -webkit-calc(100% + 15px);
        width: -moz-calc(100% + 15px);
        width: calc(100% + 15px);
    }
    .about__us .about__us-group .about__us-item .content {
        max-width: 860px;
    }
    .about__has {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .about__has .about__has-group {
        padding-left: 15px;
        padding-right: 15px;
    }
    .about__has .about__has-group .about__has-item:last-child {
        max-width: 80%;
        width: 100%;
        margin-left: auto;
        position: relative;
        margin-top: 30px;
    }
    .about__has .about__has-group .about__has-item:last-child::before {
        content: '';
        position: absolute;
        top: 30px;
        right: 30px;
        left: -30px;
        bottom: -30px;
        background-image: url("../../images/Subtract.png");
        background-repeat: no-repeat;
        background-size: contain;
        z-index: -1;
    }
    .about__has .about__has-group .about__has-item h2 {
        text-align: right;
    }
    .about__has .about__has-group .about__has-item .line {
        width: -webkit-calc(100% + 15px);
        width: -moz-calc(100% + 15px);
        width: calc(100% + 15px);
        margin-left: -15px;
    }
    .about__has .about__has-group .about__has-item .line::before {
        left: unset;
        right: 0;
    }
    .about__has .about__has-group .about__has-item .content .content-item {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        margin-bottom: 20px;
    }
    .about__has .about__has-group .about__has-item .content .content-item .check {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.07);
        margin-right: 14px;
        margin-top: -14px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .about__has .about__has-group .about__has-item .content .content-item .check img {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
    }
    .about__has .about__has-group .about__has-item .content .content-item p {
        max-width: -webkit-calc(100% - 64px);
        max-width: -moz-calc(100% - 64px);
        max-width: calc(100% - 64px);
    }
    .about__service h2 {
        text-align: center;
    }
    .about__service .line {
        margin-bottom: 50px;
    }
    .about__service .line::before {
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    .about__service .about__service-group {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .about__service .about__service-group .about__service-item {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 30px;
        width: 100%;
    }
    .about__service .about__service-group .about__service-item .about__service-icon {
        width: 136px;
        height: 136px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-radius: 50%;
        position: relative;
        background-color: #171717;
    }
    .about__service .about__service-group .about__service-item .about__service-icon::before {
        content: '';
        position: absolute;
        top: -2px;
        left: -2px;
        right: -2px;
        bottom: -2px;
        border-radius: 50%;
        background-image: -webkit-linear-gradient(318.37deg, #F1C40F 4.92%, #2FD0C7 48.63%, #EF3EC8 93.26%);
        background-image: -moz-linear-gradient(318.37deg, #F1C40F 4.92%, #2FD0C7 48.63%, #EF3EC8 93.26%);
        background-image: -o-linear-gradient(318.37deg, #F1C40F 4.92%, #2FD0C7 48.63%, #EF3EC8 93.26%);
        background-image: linear-gradient(131.63deg, #F1C40F 4.92%, #2FD0C7 48.63%, #EF3EC8 93.26%);
        z-index: -1;
    }
    .about__service .about__service-group .about__service-item .btn__view {
        margin-top: 26px;
        font-family: UTM-Neutra;
        font-style: normal;
        font-weight: normal;
        font-size: 22px;
        line-height: 29px;
        text-align: center;
        letter-spacing: 0.05em;
        text-transform: uppercase;
        color: #FFFFFF;
        background: #2E2E2E;
        border-radius: 30px;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        max-width: 270px;
        height: 60px;
		margin-left: 15px;
    }
    .about__service .about__service-group .about__service-item .btn__view:hover,
    .about__service .about__service-group .about__service-item .btn__view:focus {
        color: #1A1A1A;
        background-color: #F1C40F;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }
    .your__info {
        max-width: 530px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        padding-left: 15px;
        padding-right: 15px;
        text-align: center;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .your__info h2 {
        margin-bottom: 30px;
    }
    .your__info form .input__about {
        font-family: Gotham;
        font-style: normal;
        font-weight: 300;
        font-size: 16px;
        line-height: 20px;
        letter-spacing: 0.02em;
        color: rgba(255, 255, 255, 0.6);
        margin-bottom: 20px;
        width: 100%;
        padding: 10px 0;
    }
    .your__info form select {
        -webkit-appearance: auto;
        width: 100%;
        font-family: Gotham;
        font-style: normal;
        font-weight: 300;
        font-size: 16px;
        line-height: 20px;
        letter-spacing: 0.02em;
        color: rgba(255, 255, 255, 0.6);
        margin-bottom: 20px;
        padding: 10px 0;
    }
    .your__info form .btn-hide {
        margin-top: 30px;
        max-width: 244px;
        margin-left: auto;
        margin-right: auto;
    }
    .your__info form .btn-hide .button {
        width: 100%;
        border-radius: 60px;
        font-family: Gotham;
        font-style: normal;
        font-weight: 500;
        font-size: 20px;
        line-height: 27px;
        text-align: center;
        letter-spacing: 0.05em;
        color: #1A1A1A;
        background-color: #F1C40F;
    }
    .your__info .aux-btn {
        position: relative;
        width: 240px;
    }
    .your__info .aux-btn::before {
        content: '';
        position: absolute;
        border-radius: 60px;
        top: -4px;
        left: -2px;
        width: 100%;
        height: 100%;
        border: 1px solid #2FD0C7;
        z-index: -1;
    }
    .your__info .aux-btn::after {
        content: '';
        position: absolute;
        border-radius: 60px;
        top: 4px;
        left: 2px;
        width: 100%;
        height: 100%;
        border: 1px solid #EF3EC8;
        z-index: -1;
    }
    .your__info .button {
        font-size: 20px;
        line-height: 27px;
    }
}

@media (min-width: 480px) {
    .about__has .about__has-group .about__has-item:last-child::before {
        top: 60px;
        right: 60px;
        left: -60px;
        bottom: -60px;
    }
    .about__service .about__service-group .about__service-item {
        max-width: -webkit-calc(50% - 20px);
        max-width: -moz-calc(50% - 20px);
        max-width: calc(50% - 20px);
        margin-left: 10px;
        margin-right: 10px;
    }
}

@media (min-width: 576px) {
    .banner {
        height: 300px;
    }
    .about__us .about__us-group .about__us-item:first-child {
        margin-bottom: 70px;
    }
    .about__us .about__us-group .about__us-item:first-child::before {
        top: 85px;
        right: 75px;
        left: -50px;
        bottom: -50px;
    }
    .about-slide .frame {
        padding-top: 49.771%;
    }
    .about-slide .frame img {
        object-fit: cover;
    }
}

@media (min-width: 768px) {
    .content {
        font-size: 16px;
        line-height: 26px;
    }
    .content p {
        line-height: 26px;
        font-size: 16px;
    }
    .about__us .about__us-group {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .about__us .about__us-group .about__us-item {
        max-width: 50%;
        width: 100%;
    }
    .about__us .about__us-group .about__us-item:first-child {
        margin-bottom: 0;
        width: 40%;
        margin-right: auto;
    }
    .about__has .about__has-group {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .about__has .about__has-group .about__has-item {
        max-width: 50%;
        width: 100%;
    }
    .about__has .about__has-group .about__has-item:last-child {
        max-width: 468px;
        max-height: 510px;
        width: 40%;
        margin-top: 0;
    }
    .about__has .about__has-group .about__has-item .content {
        max-width: 873px;
        margin-left: auto;
    }
}

@media (min-width: 992px) {
    .banner {
        height: 500px;
    }
    .tag {
        font-size: 20px;
    }
    .line {
        margin-top: 40px;
        margin-bottom: 50px;
    }
    .content {
        font-size: 18px;
        line-height: 28px;
    }
    .content p {
        line-height: 28px;
        font-size: 16px;
    }
    .about__us .about__us-group {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .about__us .about__us-group .about__us-item {
        max-width: 50%;
        width: 100%;
    }
    .about__us .about__us-group .about__us-item:first-child {
        margin-bottom: 0;
        width: 40%;
        margin-right: auto;
    }
    .about__has {
        margin-top: 115px;
    }
    .about__service {
        margin-top: 50px;
    }
    .about__service .about__service-group .about__service-item {
        max-width: -webkit-calc(25% - 20px);
        max-width: -moz-calc(25% - 20px);
        max-width: calc(25% - 20px);
        margin-bottom: 0;
    }
    .your__info {
        margin-top: 80px;
        margin-bottom: 80px;
    }
    .your__info .tag {
        margin-bottom: 30px;
    }
    .your__info h2 {
        font-size: 48px;
    }
    .your__info form .input__about {
        font-size: 20px;
    }
    .your__info form select {
        font-size: 20px;
    }
}

@media (min-width: 1200px) {
    .banner {
        height: 770px;
    }
    h2 {
        font-size: 48px;
        line-height: 60px;
    }
    .line {
        margin-top: 40px;
        margin-bottom: 50px;
    }
    .about__us {
        margin-top: 100px;
    }
    .about__us::before {
        top: -33%;
        height: 390px;
        left: 50%;
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    .about__service {
        margin-top: 130px;
    }
    .about__service .line {
        margin-bottom: 100px;
        margin-top: 50px;
    }
    .about-slide .frame {
        padding-top: 0;
        height: 650px;
        max-height: 650px;
    }
}

@media (min-width: 1300px) {
    .about__service .about__service-group {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .about__service .about__service-group .about__service-item {
        max-width: 270px;
        margin-left: 30px;
        margin-right: 30px;
    }
}

@media (min-width: 1600px) {
    .about__us .about__us-group {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .about__us .about__us-group .about__us-item:first-child {
        margin-right: 200px;
    }
    .about__has .about__has-group .about__has-item:last-child {
        margin-right: auto;
        margin-left: 270px;
    }
}