html {
    height: 100%;
    width: 100%;
    margin: 0;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
body {
    margin: 0;
    height: auto;
    width: auto;
    font-family: Arial;
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 28px;
    color: #1A1E25;
    overflow-x: hidden;
}

/* Анимация загрузки фотографий при медленном интернете */
div[data-content-loading] {
    position: relative;
    overflow: hidden;
}
div[data-content-loading]:before {
    display: block;
    content:"";
    position: absolute;
    left: -50%;
    top: -50%;
    width: 200%;
    height: 200%;

    transform: rotate(45deg);
    background: rgb(219,219,219) linear-gradient(90deg, rgba(219,219,219,1) 25%, rgb(230 230 230) 45%, rgba(219,219,219,1) 100%);
    background-size: 200%;
    background-position-x: left;
    animation-name: data-content-loading;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    z-index: 99;
}

/*  .data-content-loading-dark-style добавляется к тому же элементу, если нужна анимация для темного блока  */
div[data-content-loading].data-content-loading-dark-style:before {
    display: block;
    content:"";
    position: absolute;
    left: -50%;
    top: -50%;
    width: 200%;
    height: 200%;

    transform: rotate(45deg);
    background: rgb(151 116 116) linear-gradient(90deg, rgb(36 41 50) 15%, rgb(43 50 63) 45%, rgb(36 41 50) 100%);
    background-size: 200%;
    background-position-x: left;
    animation-name: data-content-loading;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    z-index: 99;
}

@keyframes data-content-loading {
    25% {
        background-position-x: -250%;
        background-position-y: -250%;
    }
    75% {
        background-position-x: 250%;
        background-position-y: 250%;
    }
}
/* Анимация загрузки фотографий при медленном интернете */

#email-error {
    color:red;
    font-size: 14px;
}
#modal-contact-footer .ttl {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 15px;
}
#sale-banners img {
    width: 100%;
    display: block;
    height: auto;
}
@media (max-width: 767px) {
    #modal-contact-footer .ttl {
        font-size: 15px;
        margin-bottom: 5px;
    }
    #email-error {
        font-size: 12px;
    }
}
#sale-banners-fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    height: 110px;
    width: 100%;
    background: linear-gradient(90.21deg, #7230FF 1.25%, #FF6711 99.14%);
    z-index: 100;
    display: none;
}
#sale-banners-fixed a {
    text-decoration: none;
}
#sale-banners-fixed .inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 700px;
    height: 100%;
    margin: 0 auto;
    text-align: center;
}
#sale-banners-fixed .title {
    font-weight: bold;
    font-size: 25px;
    line-height: 120%;
    color: #fff;
    margin-bottom: 6px;
}
#sale-banners-fixed .title span {
    color: #1A1E25;
    font-size: 32px;
}
#sale-banners-fixed .label {
    color: #C9E2F0;
    font-size: 7px;
    line-height: 8px;
    text-transform: uppercase;
}
#sale-banners-fixed .number {
    font-weight: bold;
    font-size: 24px;
    line-height: 33px;
    color: #FFFFFF;
    display: flex;
    margin-bottom: 1px;
}
#sale-banners-fixed .number div {
    background: rgba(26, 30, 37, 0.2);
    border-radius: 5px;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
#sale-banners-fixed .divider {
    font-weight: bold;
    font-size: 24px;
    line-height: 33px;
    color: #FFFFFF;
    margin: -3px 7px 0 7px;
}
#sale-banners-fixed .countdown {
    width: 304px;
    display: flex;
    justify-content: center;
}
#sale-banners-fixed .first {
    margin-right: 2px;
}
#sale-banners-fixed .close {
    position: absolute;
    top: 15px;
    right: 20px;
    cursor: pointer;
    z-index: 11;
}
#sale-banners-fixed.v1 {
    height: auto;
}
#sale-banners-fixed.v1 a img {
    width: 100%;
    display: block;
    height: auto;
}
@media (max-width: 767px) {
    #sale-banners-fixed {
        height: 210px;
        z-index: 2147483004;
        background: linear-gradient(88.74deg, #8854F8 2.25%, #D2555C 97%);
    }
    #sale-banners-fixed .inner {
        flex-direction: column;
        width: auto;
        justify-content: center;
    }
    #sale-banners-fixed .item {
        margin: 20px 0;
    }
    #sale-banners-fixed .title {
        margin-bottom: 11px;
    }
    #sale-banners-fixed.v1 .close {
        top: 10px;
        right: 10px;
    }
}
.container {
    width: 1260px;
    margin-right: auto;
    margin-left: auto;
}
.container.section {
    padding-top: 60px;
    padding-bottom: 70px;
}
.container.section-100 {
    padding-top: 80px;
    padding-bottom: 80px;
}
h1 {
    font-style: normal;
    font-weight: bold;
    font-size: 52px;
    line-height: 70px;
    margin: 0 auto 40px auto;
}
h2 {
    font-style: normal;
    font-weight: bold;
    font-size: 44px;
    line-height: 64px;
    margin: 0 auto 70px auto;
}
.section h2 {
    text-align: center;
}
h3 {
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 42px;
    margin: 0 auto 30px auto;
}
.page-template-default h4 {
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    margin: 30px auto 20px auto;
}
ul.list {
    padding: 0;
    margin: 0 0 60px 0;
}
ul.list li {
    font-style: normal;
    font-weight: normal;
    font-size: 23px;
    line-height: 32px;
    background: url('https://alidropship.com/wp-content/themes/alidrop/img/main/ul-list-li.svg') no-repeat left 9px;
    margin: 0 0 11px 0;
    padding: 0 0 0 40px;
    list-style: none;
}
ul.list li:last-child {
    margin-bottom: 0;
}
.btn {
    background-color: #F57F17;
    border-radius: 5px;
    min-width: 300px;
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    line-height: 40px;
    padding: 5px 35px;
    margin: 0;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    transition: background-color 0.2s;
    border: none;
    cursor: pointer;
}
.btn:hover,
.btn:focus {
    background-color: #c2610c;
    text-decoration: none;
    color: #FFFFFF;
}
.btn:disabled,
.btn:disabled:hover {
    background-color: #ccc;
}
.btn.reverse {
    background-color: transparent;
    border: 2px solid #F57F17;
    color: #F57F17;
    padding: 13px 35px;
}
.btn.reverse:hover,
.btn.reverse:focus {
    background-color: #F57F17;
    color: #FFFFFF;
}
.ajax {
    background-image: url(https://alidropship.com/wp-content/themes/alidrop/img/main/ajax.svg);
    background-repeat: no-repeat;
    background-position: center;
    text-indent: -9999px;
}
a,
a:hover,
a:focus {
    text-decoration: underline;
    color: #1A1E25;
}

img.resp {
    width: auto;
    max-width: 100%;
    height: auto;
}
.container .owl-carousel .owl-item img {
    width: auto;
}
.container .owl-carousel .owl-dots {
    text-align: center;
    line-height: 0;
    margin-top: 30px;
}
.container .owl-carousel button.owl-dot {
    background: #C4C4C4;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    margin: 0 5px;
}
.container .owl-carousel button.owl-dot.active {
    background: #1971C2;
}
.container .owl-carousel .owl-nav button.owl-prev,
.container .owl-carousel .owl-nav button.owl-next {
    text-indent: -9999px;
    width: 50px;
    height: 50px;
    background: url(https://alidropship.com/wp-content/themes/alidrop/img/main/arrow.svg) no-repeat center;
}
.container .owl-carousel .owl-nav button.owl-prev {
    transform: rotate(180deg);
}
.container .owl-carousel .owl-nav button:hover {
    opacity: 0.7;
}
.owl-carousel {
    overflow: hidden;
}
* {
    box-sizing: border-box;
    outline: none;
}
.hidden {
    display: none;
}
.mobile {
    display: none;
}
input,
select,
textarea {
    background: #FFFFFF;
    border: 1px solid #DADADA;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 17px 20px;
    font-size: 17px;
    line-height: 26px;
    width: 100%;
    resize: none;
    margin-bottom: 20px;
    font-family: Arial;
}
input,
select {
    height: 70px;
}
input::placeholder,
textarea::placeholder {
    color: #9F9F9F;
    font-family: Arial;
}
select {
    -moz-appearance:none;
    -webkit-appearance:none;
    appearance:none;
    background: #fff url('https://alidropship.com/wp-content/themes/alidrop/img/main/select-bg.svg') no-repeat center right 17px;
}
input[type="radio"] {
    width: 20px;
    height: 20px;
    margin: 0;
    padding: 0;
    line-height: inherit;
    appearance: none;
    border: 1px solid #DADADA;
    border-radius: 50%;
    flex-shrink: 0;
}
input[type="radio"]:checked {
    background: url('https://alidropship.com/wp-content/themes/alidrop/img/main/radio-checked.svg') no-repeat center;
    border: none;
    background-size: 100%;
}
input[type="checkbox"] {
    width: 20px;
    height: 20px;
    margin: 0;
    padding: 0;
    line-height: inherit;
    appearance: none;
    border: 1px solid #DADADA;
    border-radius: 5px;
}
input[type="checkbox"]:checked {
    background: url('https://alidropship.com/wp-content/themes/alidrop/img/main/checkbox-checked.svg') no-repeat center;
}
.phone-group {
    display: flex;
}
.phone-group .code {
    width: 146px;
    border-right: none;
    border-radius: 5px 0 0 5px;
    flex-shrink: 0;
}
.phone-group .phone {
    border-radius: 0 5px 5px 0;
}
figure {
    margin: 0;
}
.grecaptcha-badge {
    visibility: hidden;
}
.center {
    text-align: center;
}

.embed-responsive-16by9 {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
}
.embed-responsive-16by9 iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0;
}
.embed-responsive-1by1 {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
    padding-bottom: 100%;
}
.embed-responsive-1by1 iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0;
}
.modal__overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}
.modal__container {
    background-color: #fff;
    padding: 40px;
    max-width: 500px;
    max-height: 92vh;
    border-radius: 10px;
    box-sizing: border-box;
}
.modal__header {
  position: relative;
}
.modal__title {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 1.25;
    text-align: center;
    box-sizing: border-box;
}
.modal__close {
    background: #fff;
    border: 0;
    position: absolute;
    top: -20px;
    right: -20px;
    cursor: pointer;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.modal__header .modal__close:before { content: "\2715"; }
.modal__content {
    margin-top: 2rem;
    margin-bottom: 2rem;
    line-height: 1.5;
    color: rgba(0,0,0,.8);
}
.modal__body .result-message {
    display: none;
    color: #fff;
    margin-bottom: 10px;
    padding: 10px;
}
.modal__body .result-message.success {
    background: #49b67f;
    display: block;
}
.modal__body .result-message.error {
    background: #b64949;
    display: block;
}
@keyframes mmfadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}
@keyframes mmfadeOut {
    from { opacity: 1; }
    to { opacity: 0; }
}
@keyframes mmslideIn {
    from { transform: translateY(15%); }
    to { transform: translateY(0); }
}
@keyframes mmslideOut {
    from { transform: translateY(0); }
    to { transform: translateY(-10%); }
}
.micromodal-slide {
    display: none;
}
.micromodal-slide.is-open {
    display: block;
}
.micromodal-slide[aria-hidden="false"] .modal__overlay {
    animation: mmfadeIn .3s cubic-bezier(0.0, 0.0, 0.2, 1);
}
.micromodal-slide[aria-hidden="false"] .modal__container {
    animation: mmslideIn .3s cubic-bezier(0, 0, .2, 1);
}
.micromodal-slide[aria-hidden="true"] .modal__overlay {
    animation: mmfadeOut .3s cubic-bezier(0.0, 0.0, 0.2, 1);
}
.micromodal-slide[aria-hidden="true"] .modal__container {
    animation: mmslideOut .3s cubic-bezier(0, 0, .2, 1);
}
.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
    will-change: transform;
}

.modal__container.contact {
    text-align: center;
    max-width: 540px;
}
.modal__container.contact form {
    text-align: left;
}
.modal__container.contact .btn {
    width: 100%;
}
.modal__container.contact textarea {
    height: 120px;
}
.modal__container.contact input,
.modal__container.contact select {
    height: 60px;
}
.modal__container.contact h3 {
    font-size: 23px;
    line-height: 32px;
    margin-bottom: 9px;
}
.modal__container.contact .info {
    margin-bottom: 30px;
}
.modal__container.contact .fb-contact {
    margin-top: 25px;
    font-size: 15px;
    line-height: 18px;
}
.modal__container.contact .fb-contact a {
    background: url(https://alidropship.com/wp-content/themes/alidrop/img/main/fb-mes.svg) no-repeat left center;
    padding: 2px 0 2px 25px;
    background-size: 20px;
    text-decoration: none;
}
#modal-video .modal__container {
    width: 90%;
    max-width: 1000px;
    padding: 10px;
}
#modal-video .modal__container.for-1by1 {
    width: 40%;
}
@media (max-width: 991px) {
    #modal-video .modal__container.for-1by1 {
        width: 90%;
    }
}
button.link {
    text-decoration: underline;
    background: none;
    border: none;
    font: inherit;
    padding: 0;
    margin: 0;
    cursor: pointer;
}
.bold {
    font-weight: bold;
}
.tooltip {
    position: relative;
    display: inline-block;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 150px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 150%;
    left: 50%;
    margin-left: -75px;
    opacity: 0;
    transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}
table.common {
    border-collapse: collapse;
}
table.common td {
    border: 1px solid #ccc;
    padding: 13px 30px;
}
table.common ul {
    margin: 0;
    padding: 0;
}
table.common li {
    list-style-position: inside;
}
.videocontainer {
    position: relative;
}
.videocontainer .abs {
    position: absolute;
}
.videocontainer .play-video-orange-btn {
    position: absolute;
    left: calc(50% - 52.5px);
    top: calc(50% - 56px);
    text-align: center;
    z-index: 101;
}
@media (max-width: 767px) {
    .videocontainer .play-video-orange-btn {
        left: calc(50% - 50px);
        top: calc(50% - 50px);
    }
}
.videocontainer .play-video-orange-btn .content {
    width:105px;
    height:112px;
    position: relative;
}
.videocontainer .mod-vid-cont__play-text {
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    line-height: 20px;
    color:white;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
}
.videocontainer .mod-vid-cont__play-text:hover {
    cursor: default;
}
.videocontainer .play-video-orange-btn button {
    transition: 0.15s;
    width:100px;
    height: 100px;
    margin-left: 0 !important;
}
.videocontainer .play-video-orange-btn .content button:hover  {
    transform: scale(1.1, 1.1);
}
.videocontainer .play-video-orange-btn .videocontainer .play-video-orange-btn__play-text {
    position: relative;
    top:-15px;
}
.videocontainer .play-video-orange-btn__play-text {
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    line-height: 20px;
    color:white;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
}
.videocontainer .play-video-orange-btn__play-text:hover {
    cursor: default;
}
.videocontainer .preview {
    width: 1260px;
    height: 709px;
    max-height: 709px;
    max-width: 1260px;
    border-radius: 20px;
    display: block;
    border: 0;
    z-index: 101;
    position: absolute;
}
.videocontainer .preview-wrap {
    display:flex;
    justify-content: center;
}
.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.contact-us-top-menu-btn {
    width: 100%;
    max-width: 270px;
    background: #2fa751 !important;
    text-transform: capitalize !important;
    margin-bottom: 3px !important;
}


/* displaying a tooltip */

.tooltip {
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transition: opacity .15s;
    -webkit-transition: opacity .15s;
    z-index: 1001;
    display: block;
    word-wrap: break-word;
    opacity: 0;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    font-size: 12px;
}

.tooltip.in {
    opacity: 1;
}

.tooltip-inner {
    border-radius: 2px;
    max-width: 200px;
    width:100%;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
}

.tooltip-arrow {
    position:absolute;
    top: 50%;
    left: -10px;
    margin-top: -5px;
    border: 5px solid transparent;
    border-right-color: #000;
    width: 10px;
    height: 10px;
}

[rel=tooltip] {
    position: relative
}

[rel=tooltip] .tooltip {
    display: none
}

[rel=tooltip]:hover .tooltip {
    opacity: 1;
    display: block
}

/* displaying a tooltip */

.loader-container {
    position: absolute;
    right: 2px;
    top:0;
    display: none;
}
.loader-container .loader-spinner {
    position: relative;
    left: -39px;
    top: 15px;
    height: 20px;
    width: 20px;
    background: #FFB200;
    display: inline-block;
    animation: around 130s infinite;
}


@keyframes around {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(360deg)
    }
}

.loader-spinner::after, .loader-spinner::before {
    content: "";
    background: transparent;
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 100%;
    border-width: 2px;
    border-color: white white transparent transparent;
    border-style: solid;
    border-radius: 20px;
    box-sizing: border-box;
    top: 0;
    left: 0;
    animation: around 0.7s ease-in-out infinite;
}

/* Header with white logo only */
#white-logo-only .container {
    display:flex;
    justify-content: flex-start;
    padding-top:25px;
    padding-bottom:15px;
}
@media (max-width: 767px) {
    #white-logo-only .container img {
        width:112.94px;
        height:25px;
        image-rendering: -webkit-optimize-contrast;
    }
}
/* Header with white logo only */

/* Header with default logo only */
#default-logo-only .container {
    display:flex;
    justify-content: flex-start;
    padding-top:25px;
    padding-bottom:15px;
}
#default-logo-only .container img {
    image-rendering: -webkit-optimize-contrast;
}
@media (max-width: 767px) {
    #default-logo-only .container img {
        width:112.94px;
        height:25px;
    }
}
/* Header with default logo only */

/* Scroll to the top */

#scroll-to-the-top {
    position:sticky;
    bottom: 15px;
    left: 15px;
    background: #1971C2 url('https://alidropship.com/wp-content/themes/alidrop/img/main/scroll-to-the-top.png') no-repeat center 48%;
    opacity: 50%;
    cursor: pointer;
    width: 50px;
    margin-top:-50px;
    height: 50px;
    transition:0.2s;
    border-radius: 10px;
    z-index: 100;
}
#scroll-to-the-top:hover {
    opacity: 100%;
}

/* Scroll to the top */

#contact-footer {
    color: #fff;
    background: #1A1E25;
}
#contact-footer h2 {
    color:white;
    font-style: normal;
    font-weight: bold;
    font-size: 44px;
    line-height: 64px;
    margin: 0 auto 40px auto;
}
#contact-footer .btn {
    font-weight: bold;
    font-size: 20px;
    line-height: 40px;
}
#contact-footer .container {
    border-bottom: 1px solid #9EA0AC;
    padding-top: 90px;
    padding-bottom: 90px;
    background: url(https://alidropship.com/wp-content/themes/alidrop/img/pages/product/amal-min.png) no-repeat right bottom;
    position: relative;
}
#contact-footer .container:after {
    position: absolute;
    content: '';
    width: 258px;
    height: 180px;
    bottom: 66px;
    right: 420px;
    background: url(https://alidropship.com/wp-content/themes/alidrop/img/pages/product/hi-amal.svg) no-repeat center;
}
#contact-footer .info {
    font-size: 23px;
    line-height: 32px;
    margin-bottom: 60px;
}
#contact-footer .wrapper {
    width: 600px;
    text-align: center;
}

@media (max-width: 1380px) {
    .videocontainer .preview {
        width: 1000px;
        height: 562px;
    }
}
@media (max-width: 1099px) {
    .videocontainer .preview {
        width: 840px;
        height: 472px;
    }
}
@media (max-width: 900px) {
    .videocontainer .preview {
        width: 600px;
        height: 337px;
    }
}
@media (max-width: 767px) {
    .videocontainer .preview {
        width: 460px;
        height: 267px;
    }
}

@media (max-width: 1290px) {
    .container {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }
    h1 {
        font-size: 48px;
        line-height: 60px;
    }
}

@media (max-width: 1150px) {
    #contact-footer .container:after {
        display: none;
    }
}

@media (max-width: 991px) {
    .contact-us-top-menu-btn {
        padding-top: 6px;
        padding-bottom: 6px;
        line-height: 20px; min-width: 200px;width:100%;max-width:270px;background:#2fa751;
    }
    #top-menu .mt35 li:first-child {
        margin-top: 35px !important;
    }
    .container.section {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .container.section-100 {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    #contact-footer .container {
        background: none;
    }
    #contact-footer .wrapper {
        margin-right: auto;
        margin-left: auto;
    }
}

@media (max-width: 767px) {
    #contact-footer .wrapper {
        width: 100%;
    }
    #contact-footer .container {
        padding-bottom: 60px;
        padding-top: 60px;
    }
    #contact-footer h2 {
        margin-bottom: 30px;
        font-size: 26px;
        line-height: 38px;
    }
    #contact-footer .info {
        font-size: 19px;
        line-height: 26px;
        margin-bottom: 40px;
    }
    #contact-footer .btn {
        max-width: 300px;
    }
    table.common td {
        padding: 5px;
        font-size: 15px;
    }
    h1 {
        font-size: 32px;
        line-height: 42px;
        margin-bottom: 30px;
    }
    h2 {
        font-size: 26px;
        line-height: 38px;
        margin-bottom: 40px;
    }
    h3 {
        font-size: 19px;
        line-height: 26px;
    }
    .page-template-default h4 {
        font-size: 18px;
    }
    ul.list li {
        font-size: 19px;
        line-height: 26px;
        background-position: left 6px;
    }
    ul.list {
        margin-bottom: 35px;
    }
    .btn {
        width: 100%;
        padding-right: 10px;
        padding-left: 10px;
        min-width: auto;
    }
    .mobile {
        display: block;
    }
    .desktop {
        display: none;
    }
    .modal__container {
        max-width: 94vw;
        padding: 30px 15px;
    }
    .modal__container.contact {
        max-width: 94vw;
        padding: 30px 15px;
    }
    .modal__container.contact h3,
    .modal__container.contact .info {
        font-size: 15px;
        line-height: 24px;
    }
    .modal__container.contact .btn {
        font-size: 18px;
    }
    .modal__container.contact input,
    .modal__container.contact select,
    .modal__container.contact textarea {
        height: 50px;
        padding: 8px 20px;
        font-size: 15px;
        margin-bottom: 12px;
    }
    .modal__container.contact textarea {
        height: 100px;
    }
    .modal__container.contact .modal__close {
        top: -25px;
        right: -10px;
    }
    .modal__container.contact .info {
        margin-bottom: 20px;
    }
    .modal__body .result-message {
        font-size: 14px;
        line-height: 18px;
    }
    .page .container {
        max-width: 500px;
        overflow: hidden;
    }
    .modal__container {
        margin-top: -200px;
    }
}

@media screen and (max-width: 400px) {
    .phone-group {
        display: block;
    }
    .phone-group .code {
        width: 100%;
        border-right: 1px solid #DADADA;
        border-radius: 5px;
    }
    .phone-group .phone {
        border-radius: 5px;
    }
    .modal__container {
        margin-top: -100px;
        padding-left: 20px;
        padding-right: 20px;
    }
}

#consultation-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 32px 20px;
    background: #02ACF2;
    z-index: 100;
}
#consultation-banner .inner {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #fff;
}
#consultation-banner .title {
    font-weight: 700;
    font-size: 30px;
    line-height: 42px;
    margin-bottom: 5px;
}
#consultation-banner .info {
    font-size: 19px;
    line-height: 28px;
}
#consultation-banner .body {
    margin-right: 60px;
    padding-left: 250px;
    position: relative;
}
#consultation-banner .body img {
    position: absolute;
    bottom: -32px;
    left: 0;
}
#consultation-banner .link {
    font-weight: 700;
    font-size: 20px;
    line-height: 40px;
    padding-right: 25px;
    background: url(https://alidropship.com/wp-content/themes/alidrop/img/blog/white-arrow-right.svg) no-repeat right center;
    text-decoration: underline;
    background-size: 12px;
}
#consultation-banner .close {
    position: absolute;
    right: 20px;
    top: 15px;
    cursor: pointer;
    width: 20px;
    height: 20px;
}
@media (max-width: 1350px) {
    #consultation-banner .inner {
        flex-direction: column;
    }
    #consultation-banner .link {
        margin-top: 20px;
        margin-left: 70px;
    }
    #consultation-banner .body {
        margin-right: 0;
    }
    #consultation-banner .body img {
        bottom: -80px;
    }
}
@media (max-width: 767px) {
    #consultation-banner {
        border-radius: 20px 20px 0 0;
    }
    #consultation-banner .inner {
        flex-direction: column;
        text-align: center;
    }
    #consultation-banner .link {
        margin-left: 0;
        margin-bottom: 15px;
    }
    #consultation-banner .title {
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 10px;
    }
    #consultation-banner .close {
        right: 10px;
    }
    #consultation-banner .info {
        font-size: 15px;
        line-height: 24px;
        max-width: 260px;
        margin: 0 auto;
    }
    #consultation-banner .body {
        padding: 48px 0 0 0;
    }
    #consultation-banner .body img {
        bottom: unset;
        left: calc(50% - 64px);
        top: -95px;
        width: 128px;
    }
}
