/* WP Style  */
.content-area {
    padding: 30px 0 0;
}
.entry-title {
    font-size: 32px;
    padding: 0;
    margin: 0 0 30px;
}
.entry-content {
    margin: 30px 0 0;
    line-height: 185%;
}
.entry-content p {
    margin: 15px 0;
}
.entry-meta {
    padding: 0 0 0;
}
.entry-meta .posted-on a .updated {
    display: none;
}
.entry-footer {
    display: flex;
    flex-direction: column;
}
.post-edit-link {
    border: 2px #eee solid;
    padding: 10px 15px;
    display: inline-block;
    margin: 30px 0 0;
}
.comments-link, .cat-links {
    display: none;
}
.list {
    border-left: 2px #53e5c1 solid;
    padding-left: 23px;
    line-height: 185%;
}
.list li:not(:last-child) {
    padding-bottom: 15px;
}

/* Service  */
.service {
    padding: 30px 0;
}
.service-wrap {
    display: flex;
    justify-content: space-between;
}
.service-item {
    position: relative;
}
.service-item:first-child {
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
    width: 25%;
    margin-right: 10px;
    transition: 0.2s;
}
.service-item:last-child {
    width: 75%;
}
.service-wrap {
    padding: 0;
}
.service-item__title {
    font-size: 32px;
    margin: 0 0 30px;
}
.service-item__des {
    margin: 30px 0 0;
    line-height: 185%;
}
.service-item__des ul {
    margin-top: 30px;border-left: 2px #53e5c1 solid; padding-left: 23px;max-width: 90%;line-height: 185%;
}
.service-item__des li:not(:last-child) {
    padding: 0px 0 15px;
}
.service-item__link {
    align-self: start;
    padding-bottom: 5px;
    margin-top: 30px;
    border-bottom: 2px #53E5C1 solid;
    font-size: 14px;
    text-transform: uppercase;
    color: #53E5C1;
}
.service-item__link:hover {
    border-color: transparent;
}
.service-tab {
    margin: 0 15px 40px;
    padding: 0 0 25px 0;
    border-bottom: 1px #f2f2f2 solid; 
}
.service-tab__link {
    padding-bottom: 5px;
    font-size: 18px;
}
.service-tab__link:not(:first-child) {
    margin-left: 35px;
}
.service-tab__link.active {
    border-bottom: 2px #53E5C1 solid;
}
.slider-layer {
    display: none;
    opacity: 0;
}
.slider-layer.active {
    display: block;
    opacity: 1;
    transition: 2s;
}
.service-slider {
    position: relative;
    display: flex;
}
.service-slider__item{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 400px;
    min-width: 250px;
    margin: 0 15px;
    padding: 35px 15px;
    border-radius: 15px;
    box-shadow: 0px 0px 10px 0px rgba(15, 66, 82, 0.15);
    background: #fff;
    transition: 0.3s;
}
.service-slider__item:hover {
    box-shadow: 0px 0px 10px 0px #9E9E9E;
}
.service-slider__title {
    min-height: 68px;
    font-size: 26px;
    font-weight: normal;
    text-align: center;
}
.service-slider__image {
    margin: 20px;
    padding: 10px;
}
.service-slider__price {
    width: 95%;
    font-size: 34px;
    border-bottom: 1px #f2f2f2 solid;
    padding-bottom: 20px;
    text-align: center;
}
.service-slider__description {
    width: 100%;
    height: 100%;
    padding-top: 30px;
    line-height: 185%;
}
.service-slider__option {
    display: block;
    margin: 30px 0 0;
    line-height: 185%;
    width: 100%;
    text-align: right;
}
.service-slider__option li {
    position: relative;
}
.service-slider__option li:nth-child(1) p:before {
    position: absolute;
    content: "";
    background: url(../img/icon_roсket.png) no-repeat;
    background-size: contain;
    top: 2px;
    left: 5px;
    width: 18px;
    height: 18px;
}
.service-slider__option li:nth-child(2) p:before {
    position: absolute;
    content: "";
    background: url(../img/icon_connect.png) no-repeat;
    background-size: contain;
    top: 2px;
    left: 5px;
    width: 18px;
    height: 18px;
}
.service-slider__option li:nth-child(3) p:before {
    position: absolute;
    content: "";
    background: url(../img/icon_router.png) no-repeat;
    background-size: contain;
    top: 2px;
    left: 5px;
    width: 18px;
    height: 18px;
}
.service-slider__option li:nth-child(4) p:before {
    position: absolute;
    content: "";
    background: url(../img/icon_tool.png) no-repeat;
    background-size: contain;
    top: 2px;
    left: 5px;
    width: 18px;
    height: 18px;
}
.service-slider__border {
    width: 90%;
    margin: 30px 0 0;
    background: linear-gradient(270deg, #5EEBEF 0%, #4CE1A2 100%);
    border-radius: 5px;
    padding: 2px;
    text-align: center;
}
.service-slider__link {
    display: block;
    padding: 10px 15px;
    background: #fff;
    border-radius: 3px;
    font-size: 18px;
    text-transform: uppercase;
    mix-blend-mode: lighten;
    transition: 0.2s;
    z-index: 1;
}
.service-slider__link:hover {
    background: transparent;
    color: #fff;
}
.service-slider .owl-stage-outer {
    padding: 10px 0;
    overflow: hidden;
}
.service-slider .owl-stage-outer .owl-stage,
.service-slider .owl-stage-outer .owl-stage .owl-item {
    display: flex;
}
.service-slider .owl-nav.disabled {
    display: none;
}
.service-slider .owl-nav .owl-prev {
    display: none;
}
.service-slider .owl-nav .owl-next {
    position: absolute;
    top: 27%;
    right: 29.5%;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 0;
    background: #fff;
    box-shadow: 1px 2px 5px 1px #a2a2a2;
    color: #2E77B6;
    font-size: 56px;
    line-height: 0px;
    cursor: pointer;
    outline: none;
}
.service-slider .owl-nav .owl-next:hover {
    box-shadow: 0px 0px 10px 0px #9E9E9E;
}

/* Offer Page  */
.service-item-offer:first-child {
    display: flex;
    flex-direction: column;
    padding-right: 15px;
    width: 50%;
}
.service-item-offer:last-child {
    width: 60%;
}
.offer-slider .owl-nav .owl-next {
    right: 0;
    left: 0;
    margin: 0 auto;    
}
.offer-slider {
    position: relative;
    display: flex;
}
.offer-slider__item{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 400px;
    min-width: 250px;
    margin: 0 15px;
    padding: 35px 15px;
    border-radius: 15px;
    box-shadow: 0px 0px 10px 0px rgba(15, 66, 82, 0.15);
    background: #fff;
}
.offer-slider__item:hover {
    box-shadow: 0px 0px 10px 0px #9E9E9E;
}
.offer-slider__title {
    min-height: 68px;
    font-size: 26px;
    font-weight: normal;
    text-align: center;
}
.offer-slider__image {
    margin: 20px;
    padding: 10px;
    min-width: 120px;
    min-height: 120px;
}
.offer-slider__price {
    width: 95%;
    font-size: 36px;
    border-bottom: 1px #f2f2f2 solid;
    padding-bottom: 20px;
    text-align: center;
}
.offer-slider__description {
    width: 100%;
    height: 100%;
    padding: 30px 0 0;
    line-height: 185%;
}
.offer-slider__option {
    display: block;
    margin: 30px 0 0;
    line-height: 185%;
    width: 100%;
    text-align: right;
}
.offer-slider__option li {
    position: relative;
}
.offer-slider__option li:nth-child(1) p:before {
    position: absolute;
    content: "";
    background: url(../img/icon_roсket.png) no-repeat;
    background-size: contain;
    top: 2px;
    left: 5px;
    width: 18px;
    height: 18px;
}
.offer-slider__option li:nth-child(2) p:before {
    position: absolute;
    content: "";
    background: url(../img/icon_connect.png) no-repeat;
    background-size: contain;
    top: 2px;
    left: 5px;
    width: 18px;
    height: 18px;
}
.offer-slider__option li:nth-child(3) p:before {
    position: absolute;
    content: "";
    background: url(../img/icon_router.png) no-repeat;
    background-size: contain;
    top: 2px;
    left: 5px;
    width: 18px;
    height: 18px;
}
.offer-slider__option li:nth-child(4) p:before {
    position: absolute;
    content: "";
    background: url(../img/icon_tool.png) no-repeat;
    background-size: contain;
    top: 2px;
    left: 5px;
    width: 18px;
    height: 18px;
}
.offer-slider__border {
    width: 90%;
    margin: 30px 0 0;
    background: linear-gradient(270deg, #5EEBEF 0%, #4CE1A2 100%);
    border-radius: 5px;
    padding: 2px;
    text-align: center;
}
.offer-slider__link {
    display: block;
    padding: 10px 70px;
    background: #fff;
    border-radius: 3px;
    font-size: 18px;
    text-transform: uppercase;
    mix-blend-mode: lighten;
    transition: 0.2s;
    -webkit-transition:;
    -moz-transition:;
    -ms-transition:;
    -o-transition:;
}
.offer-slider__link:hover {
    background: transparent;
    color: #fff;
}
.owl-item.selected .offer-slider__item .offer-slider__border .offer-slider__link {
    background: transparent;
    color: #fff;
}
.offer-slider__link > span:nth-child(1) {
    display: inline;
}
.offer-slider__link > span:nth-child(2) {
    display: none;
}
.owl-item.selected .offer-slider__item .offer-slider__border .offer-slider__link span:nth-child(1) {
    display: none;
}
.owl-item.selected .offer-slider__item .offer-slider__border .offer-slider__link span:nth-child(2) {
    display: inline;
}
.offer-slider .owl-stage-outer {
    width: 100%;
    padding: 10px 0;
    overflow: hidden;
}
.offer-slider .owl-stage-outer .owl-stage,
.offer-slider .owl-stage-outer .owl-stage .owl-item {
    display: flex;
}
.offer-slider .owl-nav .owl-prev {
    display: none;
}
.offer-slider .owl-nav .owl-next {
    position: absolute;
    top: 27%;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 0;
    background: #fff;
    box-shadow: 1px 2px 5px 1px #a2a2a2;
    color: #2E77B6;
    font-size: 56px;
    line-height: 0px;
    cursor: pointer;
    outline: none;
}
.offer-slider .owl-nav .owl-next:hover {
    box-shadow: 0px 0px 10px 0px #9E9E9E;
}
.offer-slider .owl-nav.disabled {
    display: none;
}
.offer-slider .owl-dots.disabled {
    display: none;
    z-index: 0;
}

/* About Us  */
.about-us {
    background: url(../img/about_us.png) no-repeat left;
}
.about-us__wrap {
    display: flex;
    justify-content: flex-end;
    min-height: 900px;
}
.about-us__img {
    display: none;
    margin-bottom: 45px;
}
.about-us__text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50%;
}
.about-us__title {
    font-size: 32px;
}
.about-us__des {
    margin-top: 35px;
    line-height: 185%;
}
.about-us__des p {
    padding: 0 0 15px;
}

/* Social  */
.social-link {
    width: 30px;
    margin-right: 10px;
}

/* News */
.news {
    background-color: #F7FCFC;
    /* padding-bottom: 40px;
    padding-top: 20px; */
}
.news h2 {
    font-size: 32px;
    text-align: center;
}
.news_item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #ffffff;
    margin: 30px 0;
    min-height: 220px;
    border-radius: 10px;
    box-shadow: 0 0 15px #DBDFE0;
    padding: 30px;
}
.news_item h3{
    font-size: 22px;
    line-height: 140%;
    font-weight: 400;
}
.news_item_content {
    font-size: 14px;
    font-weight: 300;
    line-height: 185%;
    padding: 15px 0;
}
.news_item_heading {
    display: flex;
    justify-content: space-between;
}
.news_item_heading h3 {
    max-width: 500px;
}
.news_item_date {
    text-align: center;
    line-height: 20px;
    vertical-align: center;
    padding-top: 10px;
}
.news_item_date_small {
    float: right;
}
.more_news {
    padding-top: 30px;
    padding-bottom: 50px;
    text-align: center;
}
.news_item_date_big {
    font-weight: 500;
    font-size: 50px;
    margin-bottom: 0;
    background: linear-gradient(90deg, #7DD8A6 0%, #5188B0 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
    background-clip: text;
}
.news_item_link {
    align-self: baseline;
    text-decoration: none;
    text-transform: uppercase;
    border-bottom: #53E5C1 solid 1px;
    color: #53E5C1;
    font-weight: 500;
    font-size: 14px;
    padding: 0 5px 5px 5px;
}
.news_item_link:hover {
    text-decoration: none;
    color: #53E5C1;
}

/* Adress Map */
.map iframe {
    width: 100%;
    margin: 30px 0 0;
}

/* Footer  */
.footer {
    position: relative;
    background: #d7db51;
}
.footer__sky-1 {
    width: 100%;
    margin: 0 0 -1px 0;
    position: relative;
}
.footer__sky-2 {
    position: absolute;
    width: 100%;
    top: 115px;
}
.footer__sky-3 {
    position: absolute;
    width: 100%;
    top: 175px;
}
.footer__bottom-outer {
    background: #ffffff;
}
.footer__bottom {
    display: flex;
    justify-content: space-around;
    padding: 200px 0 100px;
    background: #ffffff;
}
.footer__links {
    display: flex;
    flex-wrap: wrap;
    width: 80%;
}
.footer__bottom-col {
    width: 50%;
}
.footer__social {
    width: 100%;
}
.footer__send-mail {
    display: flex;
    align-items: center;
    position: relative;
    padding: 11px 0 11px 65px;
}
.footer__send-mail::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    background-image: url(../img/new/footer-icon-mail.png);
    background-repeat: no-repeat;
    background-color: #a8a8a8;
    background-position: center;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
}
.footer__send-mail:hover::before {
    background-color: #d7da51;
}
.footer__office {
    display: flex;
    align-items: center;
    position: relative;
    padding: 11px 65px;
    margin-top: 10px;
}
.footer__office::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    background-image: url(../img/new/footer-icon-loc.png);
    background-repeat: no-repeat;
    background-color: #a8a8a8;
    background-position: center;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
}
.footer__office:hover::before {
    background-color: #d7da51;
}
.footer__bottom-col:first-child {
    padding-right: 30px;
}
.footer-menu-1 {
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer-menu-1 li a {
    font-size: 24px;
    color: #a8a8a8;
    text-decoration: none;    
}
.footer-menu-1 li a:hover {
    color: #d7da51;
}
.footer-menu-2 {
    margin: 30px 0;
    padding: 0;
    list-style: none;
    line-height: 250%;
}
.footer-menu-2 li a,
.footer-menu-4 li a{
    position: relative;
    font-size: 24px;
    color: #000000;
    text-decoration: none;
    z-index: 1;
    transition: 0.3;
    -webkit-transition: 0.3;
    -moz-transition: 0.3;
    -ms-transition: 0.3;
    -o-transition: 0.3;
}
.footer-menu-2 li a:hover,
.footer-menu-4 li a:hover {
    color: #d7da51;
}
.footer-menu-2 li a::before,
.footer-menu-4 li a::before {
    content: '';
    position: absolute;
    top: -5px;
    left: -15px;
    right: -15px;
    bottom: -5px;
    border-radius: 25px;
    background: transparent;
    z-index: -1;
    opacity: 0;
}
.footer-menu-2 li a:hover::before,
.footer-menu-4 li a:hover::before  {
    opacity: 1;
    background: #515151;
}
.footer-menu-3 {
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer-menu-3 li {
    display: flex;
    align-items: center;
    position: relative;
    padding: 11px 0;
}
.footer-menu-3 li:not(:first-child) {
    margin-top: 10px;
}
.footer-menu-3 li a {
    font-size: 24px;
    color: #a8a8a8;
    text-decoration: none;
}
.footer-menu-3 li a:hover {
    color: #d7da51;
}
.footer-menu-4 {
    margin: 28px 0;
    padding: 0;
    list-style: none;
    line-height: 250%;
}
.footer-menu-4 li a {
    font-size: 24px;
    color: #000000;
    text-decoration: none;
}
.footer__social ul {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer__social ul li {
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-color: #a8a8a8;
    background-position: center;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
}
.footer__social ul li:hover {
    background-color: #d7da51;
}
.footer__social ul li:not(:last-child) {
    margin: 0 15px 15px 0;
}
.footer__social ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-width: 50px;
    height: 100%;
}
.footer__bootom-right {
    position: relative;
    display: flex;
    justify-content: flex-end;
    width: 20%;
}
.footer__roсket {
    cursor: pointer;
    position: absolute;
    transform: rotateX(25deg);
    -webkit-transform: rotateX(25deg);
    -moz-transform: rotateX(25deg);
    -ms-transform: rotateX(25deg);
    -o-transform: rotateX(25deg);
    animation: 7s deform infinite;
    -webkit-animation: 7s deform infinite;
    animation-delay: 0;
    transition: linear;
    -webkit-transition: linear;
    -moz-transition: linear;
    -ms-transition: linear;
    -o-transition: linear;
}
@keyframes deform {
    50% {
        transform: rotateX(0deg);
        -webkit-transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
        -ms-transform: rotateX(0deg);
        -o-transform: rotateX(0deg);
    }
    100% {
        transform: rotateX(25deg);
        -webkit-transform: rotateX(25deg);
        -moz-transform: rotateX(25deg);
        -ms-transform: rotateX(25deg);
        -o-transform: rotateX(25deg);
    }
}

@media (max-width: 480px) {
    .footer__bottom {
        flex-direction: column;
        padding: 200px 0 0px;
    }
    .footer__links {
        flex-direction: column;
        width: 100%;
    }
    .footer__bottom-col {
        width: 100%;
    }
    .footer__social {
        max-width: 80%;
    }
    .footer__social ul {
        flex-wrap: wrap;
    }
    .footer__roсket {
        width: 50px;
        margin: 0 15px 0 auto;
    }
    .footer__bootom-right {
        position: absolute;
        bottom: 180px;
        right: 0;
    }
}

/* Feedback */
.feedback {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #0000007a;
    opacity: 0;
    z-index: -1;
    cursor: pointer;
}
.feedback * {
    opacity: 0;
    z-index: -1;    
}
.feedback.active {
    opacity: 1;
    z-index: 100;
}
.feedback.active * {
    opacity: 1;
    z-index: 100;
}
.feedback-form {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 380px;
    width: 100%;
    margin: auto;
    background: #d7da51;
    padding: 50px 50px 30px;
    border-radius: 15px;
}
.feedback-close {
    position: absolute;
    top: 12px;
    right: 15px;
    cursor: pointer;
    color: #ffffff;
    font-size: 20px;
    border-radius: 50%;
    padding: 5px 10px;
    background: #494949;
}
.feedback-close:hover {
    background: #363636;
}
.feedback-title {
    width: 100%;
    font-size: 24px;
    text-align: center;
    margin: 0;
}
.feedback-text {
    position: relative;
    margin: 15px 0;
    width: 100%;
    text-align: center;
}
.feedback-form input {
    margin: 0;
    padding: 10px 10px;
    border: 0;
    outline: none;
    border: 2px #ffffff solid;
    width: 100%;
    margin-bottom: 10px;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
}
.feedback-form input:focus {
    border-bottom: 1px #fec21d solid;
}
.feedback-form input.error,
.feedback-form textarea.error {
    background: #ffe6e5;
    border: 2px #f00 solid;
}
.feedback-street{
    max-width: 150px; 
}
.feedback-house {
    max-width: 80px;
}
.feedback-form textarea {
    margin: 15px 0 0;
    padding: 5px 10px;
    width: 100%;
    border: 2px #ffffff solid;
    outline: none;
}
.feedback-form :focus {
    border-color: #fec21d;
}
.feedback-form button {
    width: 100%;
    text-transform: uppercase;
    color: #ffffff;
    padding: 15px 0;
    font-weight: 500;
    font-size: 18px;
    border-radius: 5px;
    background: #494949;
    border: 0;
    margin: 15px 0 0;
    cursor: pointer;
    outline: none;
}
.feedback-form button:hover {
    background: #363636;
}
.feedback-policy {
    display: block;
    padding: 30px 0 0;
    font-size: 12px;
    max-width: 220px;
    margin: 0 auto;
    text-align: center;
}
.feedback-link {
    text-decoration: underline;
}
.feedback-link:hover {
    text-decoration: none;
}
.feedback iframe {
    max-width: 350px;
}
/* Media Feedback  */
@media(max-width: 480px) {
    .feedback-title {
        margin: 10px;
        font-size: 18px;
        font-weight: bold;
    }
    .feedback-form {
        margin: 0 15px;
        padding: 30px 30px 30px;
    }
    .feedback-form input {
        margin: 0px 0 10px;
        padding: 10px 10px;
    }
    .feedback-text {
        padding: 0 0 15px;
    }
    .feedback-form textarea {
        margin: 0;
    }
    .feedback-form button {
        margin: 30px 0 0;
    }
    .feedback-policy {
        padding: 20px 0 0;
    }
    .feedback iframe {
        max-width: 300px;
    }
}

/* Sendmail */
.sendmail {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #0000007a;
    opacity: 0;
    z-index: -1;
}
.sendmail * {
    opacity: 0;
    z-index: -1;    
}
.sendmail.active {
    opacity: 1;
    z-index: 100;
}
.sendmail.active * {
    opacity: 1;
    z-index: 100;
}

/* Accaunt  */
.accaunt {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.accaunt-info {
    width: 100%;
}
.accaunt-col {
    width: 39%;
    order: 2;
}
.accaunt-col:last-child {
    width: 59%;
    order: 1;
}
.accaunt-payment {
    background: #fff;
    padding: 30px 30px 45px;
    margin-bottom: 30px;
    border-radius: 15px;
    box-shadow: 0px 0px 10px 0px rgba(15, 66, 82, 0.15);
}
.accaunt-traffic {
    background: #fff;
    padding: 30px 30px 45px;
    margin-bottom: 30px;
    border-radius: 15px;
    box-shadow: 0px 0px 10px 0px rgba(15, 66, 82, 0.15);
}
.accaunt-balance {
    background: #fff;
    padding: 30px 30px 45px;
    margin-bottom: 30px;
    border-radius: 15px;
    box-shadow: 0px 0px 10px 0px rgba(15, 66, 82, 0.15);
}
.accaunt-contact {
    background: #fff;
    padding: 30px 30px 45px;
    margin-bottom: 30px;
    border-radius: 15px;
    box-shadow: 0px 0px 10px 0px rgba(15, 66, 82, 0.15);
}
.title-table {
    margin-bottom: 30px;
}
.balance-table {
    display: grid;
    display: -ms-grid;
    grid-template-columns: 50% 50%;
}
.balance-table__item {
    padding: 10px 0;
    border-bottom: 1px #eee solid;
}
.contact-table {
    display: grid;
    grid-template-columns: 50% 50%;
}
.contact-table__item {
    padding: 10px 0;
    border-bottom: 1px #eee solid;
}
.payment-table {
    display: grid;
    grid-template-columns: 20% 25% 30% 25%;
}
.payment-table__item {
    padding: 10px 0;
    border-bottom: 1px #eee solid;
    min-height: 35px;
}
.traffic-table {
    display: grid;
    grid-template-columns: 50% 50%;
}
.traffic-table__item {
    padding: 10px 0;
    border-bottom: 1px #eee solid;
}
._title-mark {
    font-weight: bold;
}
._plus-mark {
    padding: 5px 10px;
    background: #88eed4;
    border-radius: 15px;    
}
._minus-mark {
    padding: 5px 10px;
    background: #ffb1ab;
    border-radius: 15px;
    color: #fff;    
}
.balance-payment {
    display: inline-block;
    max-width: 100%;
    border: 0;
    margin-top: 60px;
    padding: 15px 15px;
    background: linear-gradient(270deg, #5EEBEF 0%, #4CE1A2 100%);
    border-radius: 5px;
    color: #fff;
    text-transform: uppercase;
    font-size: 116px;
    cursor: pointer;
}
.balance-payment:hover {
    background: linear-gradient(270deg, #4CE1A2 0%, #5EEBEF 100%);
}
.trust-payment {
    display: inline-block;
    max-width: 100%;
    border: 0;
    margin-top: 15px;
    padding: 15px 15px;
    background: linear-gradient(270deg, #d3d81e 0%, #bdc12a 100%);
    border-radius: 5px;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    cursor: pointer;
    outline: unset;
}
.trust-payment:hover {
    background: linear-gradient(270deg, #d7db41 0%, #d7db41 100%);
}
.trust-success {
    margin: 15px 0 0;
    color: red;
}

/* Account Form  */
.accaunt {
    margin-bottom: 30px;
}
.account-logout {
    width: 100%;
}
.account-logout__btn {
    display: inline-block;
    max-width: 100%;
    min-width: 150px;
    margin: 0 0 30px;
    border: 0;
    padding: 15px 15px;
    background: linear-gradient(270deg, #5EEBEF 0%, #4CE1A2 100%);
    border-radius: 5px;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    cursor: pointer;
    outline: unset;
}
.account-logout__btn:hover {
    background: linear-gradient(270deg, #4CE1A2 0%, #5EEBEF 100%);
}
.account-form-wrap {
    /* position: fixed; */
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #d7db51;
    opacity: 0;
    z-index: -1;
}
.account-form-wrap.active {
    opacity: 1;
    z-index: 100;
}
.account-form {
    position: relative;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 400px;
    width: 100%;
    margin: auto 15px;
    background: #d7da51;
    padding: 50px 50px 30px;
    border-radius: 10px;
}
.account-form-close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    color: #ffffff;
    font-size: 20px;
    border-radius: 50%;
    padding: 5px 10px;
    background: #494949;
}
.account-form-close:hover {
    background: #363636;
}
.account-form-title {
    width: 100%;
    font-size: 26px;
    text-align: center;
    margin: 15px 0 40px 0;
}
.account-form input {
    margin: 15px 0 0;
    padding: 10px 10px;
    border: 0;
    outline: none;
    border-bottom: 1px #eee solid;
    width: 100%;
    transition: 0.2s;
}
.account-form button {
    width: 100%;
    text-transform: uppercase;
    color: #ffffff;
    padding: 15px 0;
    font-weight: 500;
    font-size: 18px;
    border-radius: 5px;
    background: #494949;
    border: 0;
    margin: 40px 0 0;
    cursor: pointer;
    outline: none;
}
.account-form button:hover {
    background: #363636;
}
.account-form__error {
    font-size: 18px;
    color: #f00;
}
@media (max-width: 960px) {
    .account-logout {
        width: 85%;
    }
}
@media (max-width: 480px) {
    .account-form-title {
        width: 100%;
        font-size: 18px;
        font-weight: bold;
        text-align: center;
        margin: 0 0 15px;
    }
}

/* Payment Form */
.payment-form-wrap {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #0000007a;
    opacity: 0;
    z-index: -1;
}

.payment-form-wrap * {
    opacity: 0;
    z-index: -1;    
}
.pasport-form-wrap.active {
    opacity: 1;
    z-index: 100;
}
.payment-form-wrap.active {
    opacity: 1;
    z-index: 100;
}
.payment-form-wrap.active * {
    opacity: 1;
    z-index: 100;
}
.payment-form {
    position: relative;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 500px;
    width: 100%;
    margin: auto;
    background: #fff;
    padding: 50px 50px 30px;
    border-radius: 15px;
}
.payment-form-close {
    position: absolute;
    top: 12px;
    right: 15px;
    cursor: pointer;
    color: #55e7cb;
    font-size: 20px;
    border-radius: 50%;
    box-shadow: 0px 2px 5px 1px #f3f3f3;
    padding: 5px 10px;
}
.payment-form__title {
    width: 100%;
    font-size: 26px;
    text-align: center;
    margin: 15px 0 40px 0;
}
.payment-form__table {
    display: grid;
    grid-template-columns: 65% 35%;
    width: 100%;
}
.payment-form__table-item {
    padding: 10px 0;
    border-bottom: 1px #eee solid;
}
.payment-form__table-item input {
    width: 100%;
    outline: none;
    border: none;
    color: #5A5A5A;
}
.payment-form__tariff {
    width: 100%;
    padding: 6px 2px;
    background: #88eed4;
    border: 0;
    cursor: pointer;
    outline: none;
}
.payment-form__submit {
    display: inline-block;
    max-width: 100%;
    border: 0;
    margin: 15px 0 15px;
    padding: 15px 15px;
    background: linear-gradient(270deg, #5EEBEF 0%, #4CE1A2 100%);
    border-radius: 5px;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    cursor: pointer;
    outline: none;
}
.payment-form__submit:hover {
    background: linear-gradient(270deg, #4CE1A2 0%, #5EEBEF 100%);
}
._padding-mark {
    padding: 5px 0;  
}
.payment-form__msg {
    width: 100%;
    margin: 15px 0;
}

/* Regions */
.regions-wrap {
    display: flex;
    align-items: flex-start;
    padding: 0;
}
.regions h2 {
    font-size: 20px;
    margin-top: 80px;
    margin-bottom: 30px;
    font-weight: normal;
}
.regions > ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    list-style: none;
}
.regions > ul > li > a {
    display: inline-block;
    padding: 14px 0;
    width: 100%;
    border: 1px #9e9e9e solid;
    border-radius: 5px;
    text-align: center;
    font-size: 16px;
    background: linear-gradient(270deg, #f7fcfc 0%, #f7fcfc 100%);
}
.regions > ul > li > a:hover {
    background: linear-gradient(270deg, #5EEBEF 0%, #4CE1A2 100%);
    color: #fff;
    border: 1px transparent solid;
}
.regions > ul > .regions-item.active > a {
    background: linear-gradient(270deg, #5EEBEF 0%, #4CE1A2 100%);
    color: #fff;
    border: 1px transparent solid;
    text-decoration: underline; 
}
.regions > ul > .regions-item.active > ul {
    display: inline;
}
.regions > ul > li > ul > .regions-item.active > a {
    border: 1px #55e6ca solid;
    text-decoration: underline; 
}
.regions > ul > li > ul > .regions-item > a:hover {
    border: 1px #55e6ca solid;
}
.regions > ul > li {
    width: 30%;
    margin-bottom: 15px;
}
.regions > ul > li > ul {
    display: none;
    text-align: right;
    margin: 0;
    padding: 0;
    list-style: none;
}
.regions > ul > li > ul > li {
    text-align: right;
    margin-top: 15px;
}
.regions > ul > li > ul > li > a {
    display: inline-block;
    padding: 5px 20px;
    border: 1px #b6bbbd solid;
    border-radius: 5px;
    text-align: center;
}
.region-info {
    max-width: 75%;
}
.region-info__item {
    display: none;
    padding: 100px 0 0;
    line-height: 185%;
}
@media (max-width: 960px) {
    .regions > ul > li {
        width: 49%;
    }
}
@media (max-width: 640px) {
    .regions-wrap {
        padding: 100px 15px 0;
    }
    .regions > ul > li {
        width: 100%;
    }
    .region-info {
        max-width: 100%;
        padding: 0 15px;
    }
}

/* Equipment  */
.equipment {
    position: relative;
    display: none;
}
.equipment.active {
    display: block;
}
.equipment h2 {
    font-size: 20px;
    font-weight: normal;
}
.equipment-item__inner {
    display: flex;
}
.equipment-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #ffffff;
    margin: 30px 0;
    min-height: 220px;
    border-radius: 10px;
    box-shadow: 0 0 15px #DBDFE0;
    padding: 30px; 
}
.equipment-item__image {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20%;    
}
.equipment-item__img {
    height: 220px;
    padding: 0 15px;  
    object-fit: none;
}
.equipment-item__text {
    width: 60%;
    padding: 0 15px;
}
.equipment-item__title {
    font-size: 20px;
    font-weight: normal;
}
.equipment-item__des {
    margin-top: 25px;
    line-height: 25px;
}
.equipment-item__order {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 20%;
    padding: 0 15px;
}
.equipment-item__price {
    font-size: 36px;
    text-align: center;
    margin-bottom: 20px;
}
.equipment-item__btn {
    background: linear-gradient(270deg, #5EEBEF 0%, #4CE1A2 100%);
    border-radius: 5px;
    padding: 2px;
    text-align: center;
    cursor: pointer;
}
.equipment-item__btn span {
    padding: 10px 15px;
    background: #fff;
    border-radius: 3px;
    font-size: 18px;
    text-transform: uppercase;
    mix-blend-mode: lighten;
    transition: 0.2s;
    z-index: 1;
}
.equipment-item.active .equipment-item__inner .equipment-item__order .equipment-item__btn span {
    background: transparent;
    color: #fff;
}
.equipment-item__btn span:nth-child(1) {
    display: block;
}
.equipment-item__btn span:nth-child(2) {
    display: none;
}
.equipment-item.active .equipment-item__inner .equipment-item__order .equipment-item__btn span:nth-child(1) {
    display: none;
}
.equipment-item.active .equipment-item__inner .equipment-item__order .equipment-item__btn span:nth-child(2) {
    display: block;
}
.equipment-item__btn:hover > span {
    background: transparent;
    color: #fff;
}

/* Equipment Slider */
@media (max-width:960px) {
    .equipment-list .owl-stage-outer .owl-stage {
        display: flex;
        justify-content: center;
    }
    .equipment-list .owl-stage-outer .owl-stage .owl-item {
        display: flex;
        justify-content: center;
    }
    .equipment-list .owl-dots {
        display: none;
    }
    .equipment-item {
        max-width: 230px;
    }
    .equipment-item__inner {
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        text-align: center;
        height: 100%;
    }
    .equipment-item__image,
    .equipment-item__text,
    .equipment-item__order {
        width: 100%;
    }
    .equipment-item__des {
        display: none;
    }
    .equipment-list .owl-nav .owl-prev {
        position: absolute;
        display: block;
        top: 40%;
        left: 15px;
        width: 70px;
        height: 70px;
        border-radius: 50%;
        border: 0;
        background: #fff;
        box-shadow: 1px 2px 5px 1px #cacaca;
        color: #53e5c1;
        font-size: 24px;
        cursor: pointer;
        outline: none;
    }
    .equipment-list .owl-nav .owl-next {
        position: absolute;
        top: 40%;
        right: 15px;
        width: 70px;
        height: 70px;
        border-radius: 50%;
        border: 0;
        background: #fff;
        box-shadow: 1px 2px 5px 1px #a2a2a2;
        color: #2E77B6;
        font-size: 56px;
        line-height: 0px;
        cursor: pointer;
        outline: none;
    }
}
@media (max-width:640px) {
    .equipment h2 {
        padding: 0 15px;
    }
}

/* Digital TV  */
.tv {
    position: relative;
    display: none;
    margin-top: 50px;    
}
.tv.active {
    display: block;
}
.tv-title {
    font-size: 20px;
    font-weight: normal;
}
.tv-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 30px 0;
}
.tv-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 20%;
    max-width: 375px;
    padding: 35px 15px;
    border-radius: 15px;
    box-shadow: 0px 0px 10px 0px rgba(15, 66, 82, 0.15);
    background: #fff;
}
.tv-item__title {
    font-size: 24px;
    font-weight: normal;
    text-align: center;
    min-height: 70px;
}
.tv-item__price {
    margin-top: 20px;
    font-size: 36px;
}
.tv-item__des {
    min-height: 34px;
}
.tv-item hr {
    width: 100%;
    margin: 30px;
    border: 1px #eee solid;
}
.tv-item__btn-wrap {
    width: 90%;
    margin: 30px 0 0;
    background: linear-gradient(270deg, #5EEBEF 0%, #4CE1A2 100%);
    border-radius: 5px;
    padding: 2px;
    text-align: center;
}
.tv-item__btn {
    display: block;
    padding: 10px 15px;
    background: #fff;
    border-radius: 3px;
    font-size: 18px;
    text-transform: uppercase;
    mix-blend-mode: lighten;
    transition: 0.2s;
    z-index: 1;
}
.tv-item__btn:hover {
    background: transparent;
    color: #fff;
}
.tv-item.active .tv-item__btn-wrap .tv-item__btn {
    background: transparent;
    color: #fff;  
}
.tv-item__btn span:nth-child(1) {
    display: block;
}
.tv-item__btn span:nth-child(2) {
    display: none;
}
.tv-item.active .tv-item__btn-wrap .tv-item__btn span:nth-child(1) {
    display: none;    
}
.tv-item.active .tv-item__btn-wrap .tv-item__btn span:nth-child(2) {
    display: block;    
}
@media (max-width: 1366px) {
    .tv-list {
        justify-content: space-around;
    }
    .tv-item {
        width: 32%;
        min-width: 260px;
        margin: 15px;
    }
}

/* TV Slider */
.tv-list .owl-dots {
    display: none;
}
@media (max-width:960px) {
    .tv-list {
        justify-content: space-between;
    }
    .tv-list .owl-stage-outer .owl-stage {
        display: flex;
        justify-content: center;
    }
    .tv-list .owl-stage-outer .owl-stage .owl-item {
        display: flex;
        justify-content: center;
    }
    .tv-item {
        max-width: unset;
    }
    .tv-list .owl-nav .owl-prev {
        position: absolute;
        display: block;
        top: 47%;
        left: 15px;
        width: 70px;
        height: 70px;
        border-radius: 50%;
        border: 0;
        background: #fff;
        box-shadow: 1px 2px 5px 1px #cacaca;
        color: #53e5c1;
        font-size: 24px;
        cursor: pointer;
        outline: none;
    }
    .tv-list .owl-nav .owl-next {
        position: absolute;
        top: 47%;
        right: 15px;
        width: 70px;
        height: 70px;
        border-radius: 50%;
        border: 0;
        background: #fff;
        box-shadow: 1px 2px 5px 1px #a2a2a2;
        color: #2E77B6;
        font-size: 56px;
        line-height: 0px;
        cursor: pointer;
        outline: none;
    }
}
@media (max-width:640px) {
    .tv-title {
        padding: 0 15px;
    }
    .tv-item hr {
        width: 100%;
        margin: 30px;
        border: 1px #fff solid;
    }
}

/* Order  */
.order {
    padding: 100px 0;
    display: none;
}
.order.active {
    display: block;
}
.order-inner {
    display: flex;
}
.order-form {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.order-form h2 {
    font-size: 32px;
    text-align: center;
    font-weight: normal;
    margin-bottom: 30px;
}
.order-form input {
    width: 80%;
    max-width: 400px;
    margin-top: 30px;
    padding: 14px;
    border: 1px #9E9E9E solid;
    background: #f7fcfc;
    margin: 30px auto 0;
    font-size: 16px;
    outline: none;
}
.order-form input::placeholder {
    font-size: 16px;
}
.order-form__btn {
    max-width: 300px;
    text-transform: uppercase;
    color: #ffffff;
    padding: 14px 45px;
    font-weight: 500;
    font-size: 18px;
    border-radius: 5px;
    background: linear-gradient(270deg, #5EEBEF 0%, #4CE1A2 100%);
    border: 0;
    margin: 60px auto 0;
    cursor: pointer;
    outline: none;
}
.order-form__btn:hover {
    background: linear-gradient(270deg, #4CE1A2 0%, #5EEBEF 100%);
}
.order-info {
    position: fixed;
    top: 70px;
    right: -290px;
    width: 230px;
    height: 100%;
    background-color: #ffffff;
    min-height: 220px;
    box-shadow: 0 0 15px #DBDFE0;
    padding: 30px;
    border-radius: 5px;
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
}
.order-info.active {
    position: fixed;
    top: 0;
    right: 0;
    width: 230px;
    height: 100%;
}
.order-info__title {
    font-size: 32px;
    font-weight: normal;
}
.order-info p {
    margin-top: 15px;
}
.order-info__region,
.order-info__internet,
.order-info__connect,
.order-info__router,
.order-info__digitaltv {
    color: #19c5c8;
}
.order-info hr {
    margin: 15px 0;
    border: 1px #eee solid;
}
.order-info__total {
    font-size: 20px;
    color: #19c5c8;
}
.order-info__btns {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 45px;
}
.order-info__btn-order.active {
    display: block;
    padding: 10px 15px;
    border-radius: 5px;
    background: #4de1a4;
    color: #fff;
}
.order-info__btn-clear.active {
    display: block;
    padding: 10px 15px;
    border-radius: 5px;
    background: #fff;
    border: 1px #eee solid;
}
.order-info__btn-order {
    display: none;
}
.order-info__btn-clear {
    display: none;
}
.order-info__mobile {
    display: none;
}
@media (max-width: 960px) {
    .order-info.active {
        right: -290px;
    }
    .order-info__mobile {
        display: flex;
        justify-content: space-between;
        position: fixed;
        top: 0px;
        left: 0;
        width: 100%;
        z-index: 100;
        background: #fff;
        padding: 5px 30px 5px;
        box-sizing: border-box;
        box-shadow: 0 0 15px #e4e4e4;
        transition: 0.5s;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -ms-transition: 0.5s;
        -o-transition: 0.5s;
}
    .order-info__mobile.active {
        top: 72px;
    }
    .order-info__mobile p {
        font-size: 12px;
        margin: 0;
    }
    .order-info__btn-order.active {
        padding: 10px 10px;
        font-size: 14px;
    }
    .order-info__btns {
        margin-top: 0px;
    }
}
@media (max-width: 640px) {
    .order-info__mobile.active {
        top: 50px;
    }
}

/* Accaunt  */
@media (max-width: 1170px) {
    .accaunt {
        flex-direction: column;
    }
    .accaunt-col {
        display: flex;
        justify-content: space-between;
        width: 100%;
        order: 1;
    }
    .accaunt-col:last-child {
        display: flex;
        justify-content: space-between;
        width: 100%;
        order: 2;
    }
    .accaunt-balance,
    .accaunt-contact,
    .accaunt-traffic {
        width: 49%;
    }
    .accaunt-payment {
        width: 100%;
    }
}
@media (max-width: 960px) {
    .accaunt {
        align-items: center;
    }
    .accaunt-col {
        flex-direction: column;
        align-items: center;
    }
    .accaunt-info {
        text-align: center;
    }
    .accaunt-balance,
    .accaunt-contact,
    .accaunt-payment,
    .accaunt-traffic {
        width: 100%;
        max-width: 85%;
    }
}
@media (max-width: 640px) {
    .payment-table {
        grid-template-columns: 30% 30% 40%;
    }
    .payment-table__item:nth-child(4n+4) {
        display: none;
    }
}
@media (max-width: 480px) {
    .balance-payment {
        text-align: center;
    }
    .payment-form {
        margin: 0 15px;
        padding: 50px 30px 30px;
    }
    .payment-form__title {
        margin: 15px 0 15px 0;
    }
    .payment-form__submit {
        margin: 30px 0 15px 0;
    }
}
@media (max-width: 370px) {
    .payment-table {
        grid-template-columns: 50% 50%;
    }
    .payment-table__item:nth-child(4n+2) {
        text-align: left;
    }
    .payment-table__item:nth-child(4n+3) {
        display: none;
    }
    .payment-table__item:nth-child(4n+3) {
        display: none;
    }
}

/* Media Header  */
@media (min-width:481px) {
    .header-mobile__item .phone-link:before {
        position: absolute;
        content: "";
        background: url(../img/icon_tel.png) no-repeat;
        background-size: contain;
        top: 0px;
        left: -25px;
        width: 20px;
        height: 20px;    
    }
    .account-link:before {
        position: absolute;
        content: "";
        background: url(../img/icon_door.png) no-repeat;
        background-size: contain;
        top: 0px;
        left: -17px;
        width: 20px;
        height: 17px;
    }
    .header-mobile__item:nth-child(2) a:last-child {
        margin-left: 10%;
    }
}
@media (max-width: 960px) {
    .header-mobile {
        display: flex;   
    }
    .header-top__inner {
        display: none;
    }
    .header-main__inner {
        display: none;
    }
}

/* Media Main Slider  */
@media (max-width: 960px) {
    .slider-item__text {
        width: 90%;
    }
    .slider-item__img {
        width: unset;
        filter: opacity(0.1);
    }
}
@media (max-width: 480px) {
    .slider-item__img {
        filter: brightness(0.3);
        -webkit-filter:;
}
    .slider-item__title {
        font-size: 36px;
    }
    .slider-item__text {
        width: 100%;
    }
    .slider-item__slogan {
        width: 100%;
    }
}

/* Media Service */
@media (max-width: 1265px) {
    .service-item:first-child {
        width: 30%;
    }
    .service-item:last-child {
        width: 70%;
    }
    .service-slider .owl-nav .owl-next {
        right: 0;
        left: 0;
        margin: 0 auto;
    }
}
@media (max-width: 1170px) {
    .service-wrap {
        padding: 150px 0 0;
    }
    .service-item:first-child {
        padding: 0 15px;
    }
}
@media (max-width: 960px) {
    .service-wrap {
        flex-direction: column;
    }
    .service-item:first-child {
        width: 95%;
    }
    .service-item:last-child {
        padding: 50px 0 0;
        width: 100%;
    }
}
@media (max-width: 640px) {
    .service-slider .owl-stage-outer .owl-stage .owl-item {
        display: flex;
        justify-content: center;
    }
    .service-slider .owl-nav .owl-next {
        top: 28%;
        left: unset;
    }
    .service-slider .owl-nav .owl-prev {
        position: absolute;
        display: block;
        top: 28%;
        left: 0;
        width: 70px;
        height: 70px;
        border-radius: 50%;
        border: 0;
        background: #fff;
        box-shadow: 1px 2px 5px 1px #a2a2a2;
        color: #53e5c1;
        font-size: 24px;
        cursor: pointer;
        outline: none;
    }
    .slider-item {
        height: 400px;
    }
    .slider-item__title {
        font-size: 32px;
    }
    .slider-item__link {
        padding: 10px 30px;
    }
}
@media (max-width: 480px) {
    .slider-item__link {
        width: 70%;
        max-width: 200px;
        text-align: center;
    }
}

/* Media About Us  */
@media (max-width: 1266px) {
    .about-us__title,
    .about-us__des {
        max-width: 70%;
    }
}
@media (max-width: 1170px) {
    .about-us {
        background: none;
    }
    .about-us__wrap {
        justify-content: center;
        min-height: unset;
        padding: 100px 0;
    }
    .about-us__text {
        width: 100%;
    }
}
@media (max-width: 960px) {
    .about-us__wrap {
        flex-wrap: wrap;
    }
    .about-us__img {
        display: block;
        width: 100%;
    }
}
@media (max-width: 640px) {
    .about-us__img {
        display: block;
    }
    .about-us__text {
        padding: 0 15px;
    }
    .about-us__title,
    .about-us__des {
        max-width: 80%;
    }
}
@media (max-width: 480px) {
    .about-us__title,
    .about-us__des {
        max-width: 100%;
    }
}

/* Media Offer  */
@media (max-width: 1170px) {
    .service-item-offer:first-child {
        width: 45%;
        padding: 15px;
    }
    .service-item-offer:last-child {
        width: 45%;
    }
    .offer-slider .owl-nav .owl-next {
        right: 0;
        left: unset;
        margin: 0 auto;    
    }
}
@media (max-width: 960px) {
    .service-item-offer:first-child {
        width: 95%;
        padding: 15px;
        box-sizing: border-box;
    }
    .service-item-offer:last-child {
        width: 100%;
        padding-top: 100px;
    }
    .offer-slider .owl-nav .owl-next {
        right: 0;
        left: 0;
        margin: 0 auto;    
    }
}
@media (max-width: 640px) {
    .offer-slider .owl-stage-outer .owl-stage .owl-item {
        display: flex;
        justify-content: center;
    }
    .offer-slider .owl-nav .owl-prev {
        position: absolute;
        display: block;
        top: 28%;
        left: 0;
        width: 70px;
        height: 70px;
        border-radius: 50%;
        border: 0;
        background: #fff;
        box-shadow: 1px 2px 5px 1px #a2a2a2;
        color: #53e5c1;
        font-size: 24px;
        cursor: pointer;
        outline: none;
    }
    .offer-slider .owl-nav .owl-next {
        right: 0;
        left: unset;
        margin: 0 auto;    
    }
}

/* Media News  */
@media (max-width: 960px) {
    .news {
        padding: 0 15px;
    }
}

/* Media WP Style  */
@media (max-width: 960px) {
    .site-main {
        /* padding: 0 15px; */
    }
}

/* Media Feedback  */
@media(max-width: 480px) {
    .feedback-title {
        margin: 10px 0 30px 0;
    }
    .feedback-form {
        margin: 0 15px;
        padding: 30px 30px 30px;
    }
    .feedback-form input {
        margin: 0px 0 0;
        padding: 10px 10px;
    }
    .feedback-text {
        margin-bottom: 0px;
    }
    .feedback-form textarea {
        margin: 30px 0 0;
    }
    .feedback-form button {
        margin: 30px 0 0;
    }
    .feedback-policy {
        padding: 20px 0 0;
    }
    .feedback iframe {
        max-width: 300px;
    }
}

/* New Style */

@font-face {
    font-family: 'Gilroy-Regular';
    src: url(../font/Gilroy-Regular.ttf);
}
* {
    box-sizing: border-box;
}
body {
    margin: 0;
    padding: 0;
    font-family: 'Gilroy-Regular', Arial, Helvetica, sans-serif;
    overflow-x: hidden;
}
img {
    display: block;
}
a {
    color: #666;
    text-decoration: none;
}

/* Common  */
.container {
    max-width: 1200px;
    padding: 0 15px;
    margin: auto;
}
.text-60 {
    font-size: 60px;
    font-weight: bold;
}
.text-yellow {
    color: #d7da51;
}
.btn-check-wrap,
.btn-link-wrap {
    display: flex;
    align-items: center;
    color: #ffffff;
    font-size: 18px;
    text-decoration: none;
}
.btn-check-wrap .btn-link .btn-link__img:nth-child(1) {
    display: none;
}
.btn-check-wrap .btn-link .btn-link__img:nth-child(2) {
    display: block;
}
.btn-check-wrap.active .btn-link .btn-link__img:nth-child(1) {
    display: block;
}
.btn-check-wrap.active .btn-link .btn-link__img:nth-child(2) {
    display: none;
}

.btn-link {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 37px;
    min-width: 37px;
    height: 37px;
    margin-right: 10px;
    background: linear-gradient(0deg, #f8f8f8, #5b5b5b);
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}
.btn-help-wrap .btn-link::before,
.btn-check-wrap.active .btn-link::before,
.btn-link::before {
    position: absolute;
    content: '';
    top: 3px;
    left: 3px;
    width: 31px;
    height: 31px;
    background: linear-gradient(0deg, #010101, #5b5b5b);
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    opacity: 1;
    visibility: visible;
    z-index: 0;
}
.btn-check-wrap.active .btn-link::after,
.btn-link::after {
    position: absolute;
    content: '';
    top: 3px;
    left: 3px;
    width: 31px;
    height: 31px;
    background: linear-gradient(0deg, #671919, #de0300);
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    opacity: 0;
    visibility: hidden;
}
.btn-check-wrap .btn-link::before,
.btn-link-wrap:hover .btn-link::before {
    opacity: 0;
    visibility: hidden;
    z-index: -1;
}
.btn-check-wrap .btn-link::after,
.btn-link-wrap:hover .btn-link::after {
    opacity: 1;
    visibility: visible;
}
.btn-link__img {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}
.top-message {
    padding: 5px;
    text-align: center;
    margin: 0;
    color: #949494;
    background: #363636;
}

/* Header  */
.header {
    margin: 0;
    background: #2c2c2c;
}
.header__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #2c2c2c;
}
.header__logo {
    padding: 30px 0;
}
.header__contact {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    width: 70%;
}
.header__contact a:hover::before {
    visibility: hidden;
    opacity: 0;
}
.header__contact a:hover::after {
    visibility: visible;
    opacity: 1;
}
.header__contact span {
    white-space: nowrap;
}
.header__contact-sber {
    position: relative;
    display: none;
    padding: 15px 15px 15px 45px;
    border-radius: 5px;
    color: #ffffff;
    background: #25bb57;
}
.header__contact-sber::before {
    content: '';
    position: absolute;
    left: 15px;
    width: 20px;
    height: 20px;
    background: url(../img/icon-sber.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
@media (max-width: 1023px) {
    .header {
        margin: 20px 0 0;
    }
    .header__contact a {
        margin: 5px 0;
    }
    .header__logo {
        max-width: 200px;
    }
}
@media (max-width: 767px) {
    .header__contact {
        flex-direction: column;
        align-items: flex-start;
        width: unset;
    }
}
@media (max-width: 1024px) {
    .header__inner {
        justify-content: space-around;
    }
}
@media (max-width: 580px) {
    .header__inner {
        padding: 0 0 30px;
        flex-direction: column;    
    }
    .header__contact a:not(:first-child) {
        margin: 15px 0 0;
    }
}
@media (max-width: 640px) {
    .header__contact a:last-child {
        margin: 25px 0 0 0 !important;
    }
    .header__contact-sber {
        display: inline-block;
    }
}

/* Menu  */
.main-menu__outer {
    background: #363636;
    height: 50px;
}
.main-menu {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0;
    padding: 0;
    height: 50px;
    list-style: none;
    background: #363636;
}
.main-menu.active {
    left: 0;
}
.main-menu > li {
    position: relative;
    width: 100%;
    padding: 12px 25px 12px;
    cursor: pointer;
    background: transparent;
    text-align: center;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}
.main-menu > li:hover {
    background: #2c2c2c;
}
.main-menu > li > ul {
    position: absolute;
    flex-direction: column;
    align-items: flex-start;
    top: 45px;
    left: 0px;
    width: 100%;
    min-width: 200px;
    margin: 0;
    padding: 15px 25px;
    background: #2c2c2c;
    list-style: none;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    opacity: 0;
    visibility: hidden;
}
.main-menu > li:hover > ul {
    display: flex;
    opacity: 1;
    visibility: visible;
}
.main-menu > li > ul > li:not(:first-child) {
    margin-top: 15px;
}
.main-menu > li > a {
    color: #ffffff;
    text-decoration: none;
    font-size: 22px;
}
.main-menu > li:hover > a {
    color: #d7da51;
}
.main-menu > li > ul > li > a {
    color: #ffffff;
    text-decoration: none;
}
.main-menu > li > ul > li > a:hover {
    color: #d7da51;
}
.mobile-menu {
    position: relative;
    display: none;
    color: #d7da51;
    text-decoration: none;
    font-size: 22px;
    padding: 12px 0 13px 40px;
    text-align: center;
    width: 110px;
    margin: auto;
}
.mobile-menu::before {
    content: '';
    position: absolute;
    left: 5px;
    width: 30px;
    height: 30px;
    background: url(../img/new/icon-menu.png) no-repeat;
    background-size: contain;
}
@media (max-width: 1023px) {
    .mobile-menu {
        display: block;
        margin: unset;
    }
    .main-menu {
        display: flex;
        position: fixed;
        flex-direction: column;
        justify-content: flex-start;
        top: 50px;
        left: -100%;
        width: 100%;
        height: 100%;
        max-width: 460px;
        background: #484848;
        z-index: 1000;
        transition: 0.3s;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -ms-transition: 0.3s;
        -o-transition: 0.3s;
        overflow-y: auto;
    }
    .main-menu > li {
        padding: 0;
        text-align: left;
        border-bottom: 1px #636363 solid;
        background: #2c2c2c;
        overflow: hidden;
        z-index: 1;
    }
    .main-menu > li:hover > ul,
    .main-menu > li > ul {
        display: none;
        position: relative;
        top: 0;
        padding: 0;
        background: unset;
        visibility: visible;
        opacity: 1;
        background: #2c2c2c;
    }
    .main-menu > li:hover > a,
    .main-menu > li > a {
        position: relative;
        display: block;
        width: 100%;
        padding: 10px 20px;
        font-size: 18px;
        color: #ffffff;
    }
    .main-menu > li.active > a {
        color: #d7db51;
    }
    .main-menu > li.menu-item-has-children > a::after {
        position: absolute;
        right: 20px;
        content: '>';
        font-size: 16px;
        font-family: monospace;
        font-weight: bold;
        transform: rotateZ(90deg);
        -webkit-transform: rotateZ(90deg);
        -moz-transform: rotateZ(90deg);
        -ms-transform: rotateZ(90deg);
        -o-transform: rotateZ(90deg);
}
    .main-menu > li.menu-item-has-children.active > a::after {
        transform: rotateZ(180deg);
        -webkit-transform: rotateZ(270deg);
        -moz-transform: rotateZ(180deg);
        -ms-transform: rotateZ(180deg);
        -o-transform: rotateZ(180deg);
}
    .main-menu > li.active > a {
        border-bottom: 1px #636363 solid;
    }
    .main-menu > li > ul > li,
    .main-menu > li > ul > li:not(:first-child) {
        padding: 0;
        margin: 0;
        width: 100%;
    }
    .main-menu > li > ul > li > a {
        display: block;
        padding: 10px 20px;
        width: 100%;
        height: 100%;
        font-size: 18px;
    }
    .main-menu > li.active > ul {
        display: flex;
    }
    .main-menu__outer {
        position: fixed;
        top: 0;
        height: 50px;
        width: 100%;
        z-index: 100;
    }
}
@media (max-width: 480px) {
    .main-menu {
        flex-direction: column;
    }
}

/* Banner  */
.banner {
    padding: 30px 0 0;
    background: linear-gradient(0deg, #414141, #494949);
}
.banner__list {
    margin: 0;
    padding: 0;
    list-style: none;
}
.banner__item {
    border-radius: 10px;
    overflow: hidden;
}
.banner__img {
    width: 100%;
}

/* Category */
.category {
    background: linear-gradient(0deg, #363636, #414141);
    min-height: 497px;
}
.category__list {
    display: flex;
    justify-content: space-between;
    margin: 0;
    padding: 30px 0;
    list-style: none;
}
.category__item {
    padding: 30px;
    width: 23.5%;
    border-radius: 10px;
    overflow: hidden;
    background: #2c2c2c;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}
.category__item:hover {
    /* transform: scale(1.05);
    box-shadow: 0 0 10px 0px #656565; */
}
.category__link {
    color: #ffffff;
    text-decoration: none;
}
.category__title {
    font-family: 'Gilroy-Bold', Arial, Helvetica, sans-serif;
    margin: 0 0 15px;
    min-height: 44px;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}
.category__item:hover .category__title {
    color: #d7da51;
}
.category__wrap {
    position: relative;
    z-index: 1;
}
.category__wrap::before {
    content: "";
    width: 150px;
    height: 150px;
    background: #eeeeee;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    border-radius: 100% 100%;
    z-index: -1;
    margin: auto;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}
.category__item:hover .category__link .category__wrap::before {
    background: #d7da51;
}
.category__img {
    margin: auto;
    width: 100%;
    height: 170px;
    max-height: 170px;
    object-fit: contain;
}
.category__price {
    text-align: center;
    /* font-family: 'Gilroy-Bold', Arial, Helvetica, sans-serif; */
    font-size: 18px;
}
.category__option-wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.category__option {
    margin: 0;
    padding: 0;
    list-style: none;
}
.category__option-item {
    font-size: 16px;
}
.category__option-item:not(:first-child) {
    margin: 5px 0 0;
}
.category__detail {
    color: #d7da51;
    text-decoration: none;
    font-size: 16px;
}
@media (max-width: 1023px) {
    .category__list {
        flex-wrap: wrap;
    }
    .category__item {
        width: 49%;
        margin-bottom: 15px;
    }
    .category__item:hover {
        box-shadow: unset;
        transform: unset;
        -webkit-transform: unset;
        -moz-transform: unset;
        -ms-transform: unset;
        -o-transform: unset;
}
}
@media (max-width: 480px) {
    .category__list {
        flex-direction: column;
        background: none;
    }
    .category__item {
        width: 100%;
    }
    .category__item:not(:last-child) {
        margin: 0 0 15px;
    }
}

/* News  */
.news {
    background: #d7db51;
}
.news__inner {
    position: relative;
    padding: 45px 0 0;
    background: #d7da51;
}
.news__inner::after {
    position: absolute;
    content: "";
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: #d7da51;
}
.news__title {
    margin: 0 0 30px;
    font-family: 'Gilroy-Medium', Arial, Helvetica, sans-serif;
    font-size: 28px;
    font-weight: normal;
    text-transform: uppercase;
}
.news__list {
    margin: 0;
    padding: 0;
    list-style: none;
}
.news__item {
    padding: 30px;
    background: #2c2c2c;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    overflow: hidden;
}
.news__item:not(:first-child) {
    margin-top: 30px;
}
.news__item-title {
    font-family: 'Gilroy-Bold', Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: #ffffff;
    margin: 0;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}
.news__date {
    font-size: 18px;
    color: #d7da51;
    margin: 10px 0 0;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}
.news__desc {
    color: #ffffff;
    font-size: 18px;
    line-height: 150%;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}
.news__detail {
    position: relative;
    display: block;
    text-align: right;
    text-decoration: none;
    color: #d7da51;
    padding: 0 15px 0 0;
    margin: 0;
    font-size: 18px;
}
.news__detail::after {
    content: '';
    position: absolute;
    top: 7px;
    right: 0;
    width: 10px;
    height: 10px;
    background: url(../img/new/slider-btn-icon.png) no-repeat;
    background-size: contain;
    visibility: visible;
    opacity: 1;
    transform: rotateZ(180deg);
    -webkit-transform: rotateZ(180deg);
    -moz-transform: rotateZ(180deg);
    -ms-transform: rotateZ(180deg);
    -o-transform: rotateZ(180deg);
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}
.news__item:hover a .news__item-title {
    color: #d7da51;
}
/* .news__item:hover a .news__date {
    color: #ffffff;
}
.news__item:hover a .news__desc {
    color: #d7da51;
}
.news__item:hover a .news__detail {
    color: #ffffff;
} */
@media (max-width: 480px) {
    .news__inner::after {
        display: none;
    }
}

/* Connect  */
.connect {
    position: relative;
    background: #d7db51;
    z-index: 1;
}
.connect__inner {
    padding: 45px 0;
    background: #d7da51;
}
.connect__inner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 50%;
    max-width: 100%;
    background: url(../img/new/calc-line.png) repeat-x;
    background-position-y: 302px;
    z-index: -1;
}
.connect__title {
    margin: 0 0 45px;
    font-family: 'Gilroy-Medium', Arial, Helvetica, sans-serif;
    font-size: 28px;
    font-weight: normal;
    text-transform: uppercase;
    text-align: center;
}
.connect__form {
    display: flex;
    flex-direction: column;
}
.connect__contact {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.connect__contact label {
    width: 100%;
}
.connect__contact input {
    width: 100%;
    height: 37px;
    padding: 0 15px;
    background: linear-gradient(0deg, #cacaca, #ffffff);
    border: 1px #797a58 solid;
    border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    -ms-border-radius: 5px 0 0 5px;
    -o-border-radius: 5px 0 0 5px;
    outline: none;
    font-size: 24px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}
.connect__contact label:nth-child(2) input {
    border-right: 0;
    border-radius: 0 0 0 0;
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    -ms-border-radius: 0 0 0 0;
    -o-border-radius: 0 0 0 0;
}
.connect__contact label:nth-child(2) input.error {
    border-right: 2px #f00 solid;
}
.connect__contact input.error {
    background: #ffe6e5;
    border: 2px #f00 solid;
}
.connect__submit {
    width: 164px;
    min-width: 164px;
    height: 60px;
    background: url(../img/new/connector.png) no-repeat;
    border: none;
    outline: none;
    color: #d7da51;
    font-size: 24px;
    padding-left: 20px;
    cursor: pointer;
}
.connect__submit:hover {
    color: #ffffff;
    text-shadow: 0px 0px 20px #ececec;
}
.connect__calc {
    margin: 0;
}
.connect__list {
    position: relative;
    list-style: none;
    padding: 0;
    background: url(../img/new/calc.png) no-repeat;
    height: 110px;
    width: 100%;
}
.connect__item {
    position: absolute;
    display: inline;
}
.connect__item:nth-child(1) {
    top: 57px;
    left: 157px;
}
.connect__item:nth-child(2) {
    top: 57px;
    left: 351px;
}
.connect__item:nth-child(3) {
    top: 57px;
    left: 532px;
}
.connect__item:nth-child(4) {
    top: 57px;
    left: 737px;
}
.connect__item:nth-child(5) {
    top: 45px;
    left: 874px;
}
.connect__option {
    color: #d7da51;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
}
.connect__option:hover,
.connect__option.active {
    color: #ffffff;
    text-shadow: 0px 0px 20px #ececec;
}
.connect__price {
    display: block;
    font-size: 36px;
    font-weight: bold;
    color: #0089d5;
    width: 120px;
    text-align: center;
}
.connect__polisy {
    display: flex;
    justify-content: center;
    margin: 30px 0 0;
}
.connect__privacy span,
.connect__question span {
    color: #373737;
}
.connect__question {
    display: flex;
    align-items: center;
    margin-left: 30px;
}
@media (max-width: 1169px) {
    .connect__list {
        display: flex;
        justify-content: space-between;
        height: unset;
        background: unset;
        margin: 30px 0 0;
    }
    .connect__item {
        position: initial;
        display: flex;
        justify-content: center;
        align-items: center;
        background: linear-gradient(0deg, #2c2c2c, #373737);
        width: 18%;
        border-radius: 5px;
        box-shadow: 5px 5px 5px #00000096;
    }
    .connect__item:last-child {
        background: #f1f1f1;
        box-shadow: none;
    }
    .connect__inner::before {
        display: none;
    }
    .connect__price {
        color: #0089d5;
    }
    .connect__calc {
        order: 1;
    }
    .connect__polisy {
        order: 2;
        margin: 40px 0 30px;
    }
    .connect__contact {
        order: 3;
        margin: 0;
    }
}
@media (max-width: 767px) {
    .connect__inner {

    }
    .connect__calc {
    }
    .connect__list {
        flex-wrap: wrap;
        margin: 0;
    }
    .connect__item {
        width: 100%;
        min-height: 50px;
    }
    .connect__item:nth-child(1),
    .connect__item:nth-child(2) {
        width: 48%;
    }
    .connect__item:not(:last-child) {
        margin: 0 0 15px;
    }
    .connect__item:last-child {
        margin: 15px 0 0;
        background: #f1f1f1;
        color: #000000;
        box-shadow: none;
    }
    .connect__price {
        color: #0089d5;
    }
}
@media (max-width: 369px) {
    .connect__privacy span {
        font-size: 14px;
    }
}
@media (max-width: 519px) {
    .connect__contact {
        flex-direction: column;
    }
    .connect__contact label:nth-child(1) input,
    .connect__contact label:nth-child(2) input {
        margin: 0 0 15px;
        border: none;
        background: #ffffff;
        border: 2px transparent solid;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
    }
    .connect__contact label:nth-child(1) input.error,
    .connect__contact label:nth-child(2) input.error {
        background: #ffe6e5;
        border: 2px #f00 solid;
    }
    .connect__submit {
        background: #d7db41;
        padding: 0;
        margin: 20px 0 0;
        border: 2px #ffffff solid;
        border-radius: 5px;
        color: #ffffff;
    }
}
@media (max-width: 479px) {
    .connect__polisy {
        flex-direction: column;
    }
    .connect__question {
        margin-top: 10px;
        margin-left: 0;
    }
}

/* Offer  */
.offer {
    /* background: url(../img/new/bg-offer.jpg) no-repeat; */
    background: #363636;
    background-size: cover;
    background-attachment: fixed;
}
.offer__inner {
    position: relative;
    padding: 60px 120px 100px;
}
.offer__list {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}
.offer__link {
    display: block;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    overflow: hidden;
}
.offer__img {
    margin: auto;
    width: 100%;
}

/* Slider Offer */
.offer__list .owl-stage-outer .owl-stage {
    display: flex;
}
.offer__list .owl-nav {
    position: absolute;
    top: calc(50% - 50px);
    left: 0;
    width: 100%;
    height: 0;
    text-align: center;
}
.offer__list .owl-nav button span {
    display: none;
}
.offer__list .owl-nav .owl-prev {
    position: absolute;
    left: 30px;
    width: 60px;
    height: 60px;
    background: url(../img/new/slider-btn.png) no-repeat;
    background-size: contain;
    border: none;
    outline: none;
    cursor: pointer;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}
.offer__list .owl-nav .owl-next {
    position: absolute;
    right: 30px;
    width: 60px;
    height: 60px;
    background: url(../img/new/slider-btn.png) no-repeat;
    background-size: contain;
    border: none;
    outline: none;
    cursor: pointer;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}
.offer__list .owl-nav .owl-prev:hover,
.offer__list .owl-nav .owl-next:hover {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
}
.offer__list .owl-nav .owl-prev::before {
    content: '';
    position: absolute;
    top: 20px;
    left: 18px;
    width: 20px;
    height: 20px;
    background: url(../img/new/slider-btn-icon.png) no-repeat;
    background-size: contain;
    visibility: visible;
    opacity: 1;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}
.offer__list .owl-nav .owl-prev::after {
    content: '';
    position: absolute;
    top: 20px;
    left: 18px;
    width: 20px;
    height: 20px;
    background: url(../img/new/slider-btn-aicon.png) no-repeat;
    background-size: contain;
    opacity: 0;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}
.offer__list .owl-nav .owl-prev:hover::before {
    opacity: 0;
}
.offer__list .owl-nav .owl-prev:hover::after {
    opacity: 1;
}
.offer__list .owl-nav .owl-next::before {
    content: '';
    position: absolute;
    top: 20px;
    left: 23px;
    width: 20px;
    height: 20px;
    background: url(../img/new/slider-btn-icon.png) no-repeat;
    background-size: contain;
    visibility: visible;
    opacity: 1;
    transform: rotateZ(180deg);
    -webkit-transform: rotateZ(180deg);
    -moz-transform: rotateZ(180deg);
    -ms-transform: rotateZ(180deg);
    -o-transform: rotateZ(180deg);
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}
.offer__list .owl-nav .owl-next::after {
    content: '';
    position: absolute;
    top: 20px;
    left: 23px;
    width: 20px;
    height: 20px;
    background: url(../img/new/slider-btn-aicon.png) no-repeat;
    background-size: contain;
    opacity: 0;
    transform: rotateZ(180deg);
    -webkit-transform: rotateZ(180deg);
    -moz-transform: rotateZ(180deg);
    -ms-transform: rotateZ(180deg);
    -o-transform: rotateZ(180deg);
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}
.offer__list .owl-nav .owl-next:hover::before {
    opacity: 0;
}
.offer__list .owl-nav .owl-next:hover::after {
    opacity: 1;
}
.offer__list .owl-dots {
    position: absolute;
    left: 0;
    bottom: 45px;
    width: 100%;
    text-align: center;
}
.offer__list .owl-dots button {
    width: 30px;
    height: 30px;
    border: none;
    margin: 0 10px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    outline: none;
    cursor: pointer;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    z-index: 1;
}
.offer__list .owl-dots button.active {
    background: #d7da51;
}
.offer__item {
    position: relative;
    padding: 6px 8px;
}
.offer__marker {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 50%;
}
.ribbon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.ribbon::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background: url(../img/new/ribbon.png) no-repeat;
    width: 187px;
    height: 187px;
}
.ribbon-text {
    display: block;
    width: 200px;
    text-align: center;
    position: absolute;
    top: 55px;
    right: -30px;
    transform: rotateZ(45deg);
    z-index: 1;
    font-size: 24px;
    color: #ffffff;
}
@media (max-width: 480px) {
    .offer__inner {
        padding: 30px 0 15px;
    }
    .offer__list .owl-nav {
        position: relative;
        margin: 10px 0 0;
        height: 60px;
    }
    .offer__list .owl-dots {
        display: none;
    }
}

/* Footer  */
.footer {
    position: relative;
    background: #d7db51;
    z-index: 0;
}
.footer__sky-1 {
    width: 100%;
    margin: 0 0 -1px 0;
    position: relative;
    z-index: 1;
}
.footer__sky-2 {
    position: absolute;
    width: 100%;
    top: 115px;
    z-index: 2;
}
.footer__sky-3 {
    position: absolute;
    width: 100%;
    top: 175px;
    z-index: 3;
}
.footer__bottom-outer {
    background: #ffffff;
}
.footer__bottom {
    display: flex;
    justify-content: space-around;
    padding: 200px 0 100px;
    background: #ffffff;
}
.footer__links {
    display: flex;
    flex-wrap: wrap;
    width: 80%;
}
.footer__bottom-col {
    width: 50%;
}
.footer__social {
    width: 100%;
}
.footer__send-mail {
    display: flex;
    align-items: center;
    position: relative;
    padding: 11px 0 11px 65px;
}
.footer__send-mail::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    background-image: url(../img/new/footer-icon-mail.png);
    background-repeat: no-repeat;
    background-color: #a8a8a8;
    background-position: center;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
}
.footer__send-mail:hover::before {
    background-color: #d7da51;
}
.footer__office {
    display: flex;
    align-items: center;
    position: relative;
    padding: 11px 65px;
    margin-top: 10px;
}
.footer__office::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    background-image: url(../img/new/footer-icon-loc.png);
    background-repeat: no-repeat;
    background-color: #a8a8a8;
    background-position: center;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
}
.footer__office:hover::before {
    background-color: #d7da51;
}
.footer__bottom-col:first-child {
    padding-right: 30px;
}
.footer-menu-1 {
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer-menu-1 li a {
    font-size: 24px;
    color: #a8a8a8;
    text-decoration: none;    
}
.footer-menu-1 li a:hover {
    color: #d7da51;
}
.footer-menu-2 {
    margin: 30px 0;
    padding: 0;
    list-style: none;
    line-height: 250%;
}
.footer-menu-2 li a,
.footer-menu-4 li a{
    position: relative;
    font-size: 24px;
    color: #000000;
    text-decoration: none;
    z-index: 1;
    transition: 0.3;
    -webkit-transition: 0.3;
    -moz-transition: 0.3;
    -ms-transition: 0.3;
    -o-transition: 0.3;
}
.footer-menu-2 li a:hover,
.footer-menu-4 li a:hover {
    color: #d7da51;
}
.footer-menu-2 li a::before,
.footer-menu-4 li a::before {
    content: '';
    position: absolute;
    top: -5px;
    left: -15px;
    right: -15px;
    bottom: -5px;
    border-radius: 25px;
    background: transparent;
    z-index: -1;
    opacity: 0;
}
.footer-menu-2 li a:hover::before,
.footer-menu-4 li a:hover::before  {
    opacity: 1;
    background: #515151;
}
.footer-menu-3 {
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer-menu-3 li {
    display: flex;
    align-items: center;
    position: relative;
    padding: 11px 0;
}
.footer-menu-3 li:not(:first-child) {
    margin-top: 10px;
}
.footer-menu-3 li a {
    font-size: 24px;
    color: #a8a8a8;
    text-decoration: none;
}
.footer-menu-3 li a:hover {
    color: #d7da51;
}
.footer-menu-4 {
    margin: 28px 0;
    padding: 0;
    list-style: none;
    line-height: 250%;
}
.footer-menu-4 li a {
    font-size: 24px;
    color: #000000;
    text-decoration: none;
}
.footer__social ul {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer__social ul li {
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-color: #a8a8a8;
    background-position: center;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
}
.footer__social ul li:hover {
    background-color: #d7da51;
}
.footer__social ul li:not(:last-child) {
    margin: 0 15px 15px 0;
}
.footer__social ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-width: 50px;
    height: 100%;
}
.footer__bootom-right {
    position: relative;
    display: flex;
    justify-content: flex-end;
    width: 20%;
}
.footer__roсket {
    cursor: pointer;
    position: absolute;
    transform: rotateX(25deg);
    -webkit-transform: rotateX(25deg);
    -moz-transform: rotateX(25deg);
    -ms-transform: rotateX(25deg);
    -o-transform: rotateX(25deg);
    animation: 7s deform infinite;
    -webkit-animation: 7s deform infinite;
    animation-delay: 0;
    transition: linear;
    -webkit-transition: linear;
    -moz-transition: linear;
    -ms-transition: linear;
    -o-transition: linear;
}
@keyframes deform {
    50% {
        transform: rotateX(0deg);
        -webkit-transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
        -ms-transform: rotateX(0deg);
        -o-transform: rotateX(0deg);
    }
    100% {
        transform: rotateX(25deg);
        -webkit-transform: rotateX(25deg);
        -moz-transform: rotateX(25deg);
        -ms-transform: rotateX(25deg);
        -o-transform: rotateX(25deg);
    }
}

@media (max-width: 480px) {
    .footer__bottom {
        flex-direction: column;
        padding: 200px 0 0px;
    }
    .footer__links {
        flex-direction: column;
        width: 100%;
    }
    .footer__bottom-col {
        width: 100%;
    }
    .footer__social {
        max-width: 80%;
    }
    .footer__social ul {
        flex-wrap: wrap;
    }
    .footer__roсket {
        width: 50px;
        margin: 0 15px 0 auto;
    }
    .footer__bootom-right {
        position: absolute;
        bottom: 180px;
        right: 0;
    }
}

/* Message Box */
.message-box-wrap {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #0000007a;
    opacity: 0;
    z-index: -1;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}
.message-box-wrap.active {
    display: flex;
    opacity: 1;
    z-index: 1;
}
.message-box {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 380px;
    width: 100%;
    margin: auto;
    background: #d7da51;
    padding: 50px 50px 30px;
    border-radius: 15px;
}
.message-box__close {
    position: absolute;
    top: 12px;
    right: 15px;
    cursor: pointer;
    color: #ffffff;
    font-size: 20px;
    border-radius: 50%;
    padding: 5px 10px;
    background: #494949;
}
.message-box__title {
    width: 100%;
    font-size: 24px;
    text-align: center;
    margin: 0;
}
.message-box__text {
    position: relative;
    margin: 15px 0;
    width: 100%;
    text-align: center;
}