/* all */
:root{
    --bg-color: #505050;
    --text-color: #585858;
    --title-color: #ff9900;
}

.header-menu__btn{
    display: none;
    width: 20px;
}
.mobile-menu{
    display: none;
    width: 100%;
    height: 100vh;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99;
    flex-direction: column;
    padding: 16px;
    background-color: #fff;
}
.mobile-header{
    width: 100%;
    justify-content: flex-end;
}
.mobile-header img{
    width: 35px;
}
.mobile-main{
    flex-direction: column;
}
.mobile-main a{
    margin: 2rem 0;
    color: var(--text-color);
    font-size: 2.5rem;
}


.container {
    padding: 0 10rem;
}


/* header */

.header {
    width: 100%;
    background-color: var(--bg-color);
    flex-direction: column;
    height: 160px;
    position: relative;
    color: #ffffff;
}

.header-top {
    width: 100%;
    height: 110px;
    justify-content: space-between;
    align-items: center;
}

.header-left,
.header-right,
.header-phone {
    align-items: center;
}

.header-phone a {
    color: #ffffff;
}

.header-phone {
    justify-content: center;
    flex-direction: column;
    margin-left: 2rem;
}

.header-phone hgroup {
    display: flex;
}

.header-left img {
    width: 160px;
    margin-right: 2rem;
}

.header-phone img {
    margin-right: 5px;
}

.header-phone p {
    display: flex;
    align-items: center;
}

.header-phone span {
    margin-top: 5px;
}

.header-phone span {
    margin-top: 5px;
}

.header-button {
    margin-left: 2rem;
    padding: 13px 20px;
    font-size: 1.6rem;
    color: #FFFFFF;
    cursor: pointer;
    border: 1px solid var(--title-color);
    background-color: var(--title-color);
}

.header-button:hover {
    background-color: #FFFFFF;
    transition: .3s;
    color: var(--title-color);
}

.header-nav {
    width: 100%;
    height: 50px;
    background-color: #ffffff;
    align-items: center;
    justify-content: center;
}

.header-subtitle__open{
    cursor: pointer;
}

.header-nav a {
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 15px;
    font-size: 1.8rem;
    color: var(--bg-color);
    transition: .3s;
}

.header-nav a:hover {
    background-color: var(--bg-color);
    color: #FFFFFF;
}

.header-subnav{
    opacity: 0;
    transition: opacity .3s;
    width: 100%;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 160px;
    z-index: 3;
    left: 0;
    background-color: var(--title-color);
    position: absolute;
}
.header-subnav a{
    margin-right: 2rem;
    color: var(--text-color);
    font-size: 1.6rem;
}


/* main */

.main {
    width: 100%;
    height: 60vh;
    flex-direction: column;
    color: #585858;
}

.main-content {
    width: 100%;
    height: calc(60vh - 160px);
    background-image: url(../image/main-bg1.jpg);
    background-position: center;
    background-size: cover;
}

.main-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    color: #ffffff;
    padding: 0 10rem;
    background: linear-gradient(180deg, rgba(168, 228, 247, 0.06) 0%, rgba(255, 255, 255, 0) 100%), rgba(56, 41, 0, 0.42);
    flex-direction: column;
    justify-content: center;
}

.main-content h1 {
    margin-bottom: 2rem;
}

.main-content p {
    margin-bottom: 3rem;
}

.main-button {
    width: 20rem;
    height: 5rem;
    justify-content: center;
    align-items: center;
    background-color: var(--bg-color);
    color: #ffffff;
    cursor: pointer;
    font-size: 1.6rem;
    transition: .3s;
}

.main-button:hover {
    color: var(--bg-color);
    background-color: #ffffff;
    border: 1px solid var(--bg-color);
}

.main-controls {
    position: absolute;
    right: 10rem;
    bottom: 0;
    padding: 2rem;
    align-items: center;
    background: var(--bg-color);
}

.main-controls img {
    cursor: pointer;
}

.main-controls span {
    width: 1rem;
    height: 1rem;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    margin: 0 1rem;
}


/* price */

.price {
    width: 100%;
    flex-direction: column;
    padding-top: 6rem;
    color: var(--text-color);
    margin-bottom: 6rem;
}

.price h2 {
    margin-bottom: 4rem;
}

.price-content {
    width: 100%;
    justify-content: space-between;
}

.price-item {
    width: 32%;
    flex-direction: column;
    justify-content: space-between;
}

.price-item img {
    width: 100%;
    height: 22rem;
    object-position: center;
    object-fit: contain;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.25);
    margin-bottom: 1.6rem;
}

.owl-nav {
    display: none;
}

.price-item h3 {
    font-weight: 400;
    margin-bottom: 1.6rem;
    text-align: center;
}

.price-item a {
    color: #585858;
}

.price-item hgroup {
    margin-bottom: 1.6rem;
    display: flex;
    position: relative;
    width: 100%;
    padding-left: 15px;
    align-items: center;
    justify-content: space-between;
}

.price-item hgroup p {
    margin-bottom: 0;
}

.price-item hgroup:before {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    width: 6px;
    height: 6px;
    background-color: #FF9800;
}

.price-item p {
    margin-bottom: 1.6rem;
}

.btn-price {
    width: 100%;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    text-transform: uppercase;
    height: 5rem;
    color: #FFFFFF;
    background-color: var(--bg-color);
    cursor: pointer;
}

.btn-price:hover {
    background-color: #FFFFFF;
    transition: .3s;
    color: var(--bg-color);
    border: solid 1px var(--bg-color);
}


/* advantages */

.advantages {
    width: 100%;
    padding-top: 7rem;
    padding-bottom: 7rem;
    background-color: var(--bg-color);
    align-items: center;
    justify-content: space-between;
    color: #ffffff;
}

.advantages-item {
    width: 25%;
    align-items: center;
}

.advantages-item img {
    margin-right: 1.2rem;
}


/* blog */

.blog {
    color: #585858;
    width: 100%;
    height: 450px;
    flex-direction: column;
    padding-top: 6rem;
    background-color: #FFF9F0;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../image/blog-bg.png);
}

.blog h3 {
    margin-bottom: 2rem;
}

.blog p {
    max-width: 40%;
    margin-bottom: 3rem;
}

.blog-button {
    width: 20rem;
    height: 5rem;
    justify-content: center;
    align-items: center;
    background-color: var(--bg-color);
    color: #ffffff;
    cursor: pointer;
    font-size: 1.4rem;
}

.blog-button:hover {
    background-color: transparent;
    transition: .3s;
    color: var(--bg-color);
    border: solid 1px var(--bg-color);
}


/* contact */

.contact {
    width: 100%;
    color: var(--text-color);
    flex-direction: column;
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.contact h3 {
    margin-bottom: 3rem;
}

.contact-nav {
    margin-bottom: 3rem;
}

.contact-nav hgroup {
    display: flex;
    align-items: center;
    margin-right: 2rem;
}

.contact-nav hgroup img {
    margin-right: 8px;
}

.contact-map {
    width: 100%;
    height: 400px;
}


/* footer */

.footer {
    padding-top: 4rem;
    padding-bottom: 4rem;
    width: 100%;
    background-color: var(--bg-color);
    flex-direction: column;
    color: #ffffff;
}

.footer-top {
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.footer-top hgroup {
    display: flex;
}

.footer-top hgroup nav {
    align-items: center;
    margin-left: 2rem;
}

.footer-top hgroup nav a {
    font-size: 1.6rem;
    margin-right: 1rem;
    color: #ffffff;
}

.footer-phone {
    align-items: center;
}

.footer-phone img {
    margin-right: 8px;
}

.footer-bottom {
    margin-top: 1.6rem;
    justify-content: space-between;
}

.footer-bottom img {
    margin-left: 1.6rem;
    cursor: pointer;
}


/* about */

.about {
    padding-top: 6rem;
    padding-bottom: 6rem;
    width: 100%;
    color: var(--text-color);
    justify-content: space-between;
}

.about-left {
    width: 45%;
    flex-direction: column;
}

.about-left h2 {
    margin-bottom: 2rem;
}

.about-left p {
    margin-bottom: 1.6rem;
}

.about-right {
    width: 50%;
    flex-direction: column;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../image/about-bg.jpg);
}


/* info */

.info {
    flex-direction: column;
    align-items: center;
    padding-top: 6rem;
    color: #ffffff;
    width: 100%;
    height: 400px;
    background-size: cover;
    background-image: url(../image/about-bg2.jpg);
}

.info h2 {
    margin-bottom: 4rem;
}

.info-content {
    width: 100%;
    flex-direction: column;
}

.info-content hgroup {
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 20px 10px 20px 10px;
}

.info-content hgroup:first-child {
    border-bottom: 1px solid #ffffff;
}


/* client */

.client {
    width: 100%;
    color: #585858;
    padding-top: 6rem;
    padding-bottom: 6rem;
    flex-direction: column;
    align-items: center;
}

.client h2 {
    margin-bottom: 3rem;
}

.client-company,
.client-sert {
    margin-bottom: 3rem;
}

.client-company{
    justify-content: space-around;
}

.client-company img{
    max-width: 35%;
    object-position: center;
    object-fit: cover;
}

.client-company img,
.client-sert img {
    margin: 0 1rem;
}


/* blog */

.blogs {
    padding-top: 6rem;
    padding-bottom: 6rem;
    width: 100%;
    color: var(--text-color);
    flex-direction: column;
}

.blogs h2 {
    padding-bottom: 6rem;
}

.blogs-item {
    width: 100%;
    min-height: 25vw;
    margin-bottom: 4rem;
}

.blogs-img {
    width: 25vw;
    height: 25vw;
}

.blogs-img img {
    object-fit: cover;
    object-position: center;
}

.blogs-info {
    flex-direction: column;
    width: calc(100% - 25vw);
    min-height: 25vw;
    padding: 15px;
}

.blogs-info h3 {
    margin-bottom: 3rem;
}


/* popap */

.popap,
.popap2 {
    color: var(--text-color);
    display: none;
    position: fixed;
    justify-content: center;
    align-items: center;
    left: 0;
    top: 0;
    z-index: 9;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, .1);
    backdrop-filter: blur(6px);
}

.popap-wrapper,
.popap2-wrapper {
    width: 30%;
    flex-direction: column;
    background-color: #ffffff;
}

.popap-header,
.popap2-header {
    padding: 2rem;
    width: 100%;
    justify-content: space-between;
    border-bottom: 1px solid #FF9900;
}

.popap-header img,
.popap2-header img {
    cursor: pointer;
}

.popap-content,
.popap2-content {
    padding: 2rem;
    display: flex;
    flex-direction: column;
}

.popap-content p,
.popap2-content p {
    margin-bottom: 1.2rem;
}

.popap-content input,
.popap2-content input,
.popap2-content select {
    color: #585858;
    background: #F1F1F1;
    padding: 10px;
    height: 40px;
    margin-bottom: 2rem;
    border: 0.2px solid rgba(88, 88, 88, 0.2);
}

.popap2-content select {
    border: none;
}

.popap-content hgroup,
.popap2-content hgroup {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.popap-content hgroup input,
.popap2-content hgroup input,
.popap-close,
.popap2-close {
    width: 45%;
    cursor: pointer;
    height: 40px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
}

.popap-content hgroup input,
.popap2-content hgroup input {
    background-color: var(--bg-color);
    color: #ffffff;
}

.popap-close,
.popap2-close {
    color: var(--text-color);
    font-size: 1.4rem;
    border: 1px solid var(--text-color);
}


/* tech */
.tech{
    padding-top: 6rem;
    padding-bottom: 6rem;
    width: 100%;
    color: var(--text-color);
    justify-content: space-between;
}
.tech-img{
    width: 40%;
    flex-direction: column;
}
.tech-img__main{
    width: 100%;
    height: 30rem;
    object-fit: contain;
    object-position: center;
}
.tech-info{
    width: 100%;
    flex-direction: column;
}
.tech-content{
    width: 57%;
    flex-direction: column;
}
.tech-info h4{
    margin-bottom: 1rem;
}
.tech-info p{
    margin-bottom: 2rem;
}
.tech-info b{
    font-size: 1.6rem;
    margin-bottom: .5rem;
}
.tech-price{
    flex-direction: column;
    margin-top: 3rem;
}
.tech-price hgroup{
    padding-top: 10px;
    display: flex;
    border-bottom: 1px dotted var(--text-color);
    justify-content: space-between;
}
.tech-imgs{
    width: 100%;
    margin-top: .5rem;
    justify-content: space-between;
}
.tech-imgs img{
    cursor: pointer;
    object-fit: contain;
    object-position: center;
    width: 24%;
}


/* phone icon */
.phone{
    transition: .3s;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 6.5rem;
    height: 6.5rem;
    position: fixed;
    z-index: 3;
    cursor: pointer;
    bottom: 3rem;
    right: 3rem;
    border-radius: 50%;
    background-color: var(--bg-color);
    box-shadow: 0 0 4px rgba(0, 0, 0, .6);
}
.phone img{
    width: 50%;
}
