@font-face {
    font-family: 'Arial';
    src: local('Arial Regular'), local('Arial-Regular'), url("fonts/ArialMT.woff2") format('woff2'), url("fonts/ArialMT.woff") format('woff'), url("fonts/ArialMT.ttf") format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'FontAwesome6Brands-Regular';
    src: url("fonts/FontAwesome6Brands-Regular.woff2") format('woff2');
}
*::-webkit-scrollbar { width: 0; }

*:active,
*:focus {
    outline: none;
}

*::-moz-focus-inner {
    border: 0;
}
button:active,
button:focus {
    outline: none;
}
button::-moz-focus-inner {
    border: 0;
}
img {
    vertical-align: middle;
    vertical-align: -moz-middle-with-baseline;
}
/* body{
  background-color: black;
} */

body {
    font-family: 'Roboto',Arial,sans-serif;
    overflow-x: hidden;
    max-width: inherit;
    background-color: #f7f7f7;
    width: 100%;
}

input {
    text-align: center;
}

body > section:nth-child(odd) {
    background-color: #fff!important;
    padding-bottom: 2.5%;
    box-shadow: inset 0 11px 8px -10px #f7f7f7, inset 0 -11px 8px -10px #f7f7f7;
}

body > section:nth-child(even) {
    padding-bottom: 2.5%;
}

a {
    text-decoration: none;
    color: #333333;
}

a:hover {
    text-decoration: none;
    color: #333333;
}

h1 {
    font-weight: bold;
}

section {
    padding: 5% 0 0;
}

button:disabled {
    background-color: #07c0fa!important;
    border-color: #07c0fa!important;
    opacity: 1!important;
    cursor: not-allowed;
}

.b_text_space {
    color: #07c0fa;
    letter-spacing: 3px;
}

.header {
    background-color: #333333;
    color: #fff;
    width: 100%;
}

.header_logo img {
    /* max-width: 150px;
  width: 150px; */
    max-width: 230px;
    width: 230px;
}

.header_content {
    padding: 20px 10px;
}

.header_courier img,
.header_phone img,
.header_time img {
    /* max-width: 30px; */
    height: 100%;
    width: 35px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    /* position: -webkit-sticky; */
    ;
}

.header_phone {
    padding-top: 1.7%!important;
}

.header_phone a {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}

.header_courier .img_holder,
.header_phone .img_holder {
    margin-right: 2%;
    display: flex;
    display: -webkit-box;
}

.about_plus {
    background-color: #fff;
    width: 100%;
    box-shadow: 0 -10px 20px 4px #333;
}

.about_plus .row {
    padding: 10px 0;
}

.block1 h1 {
    font-weight: bold;
    color: #333333;
    letter-spacing: 1px;
    /* font-size: 4.5rem; */
    font-size: 3.5rem;
}

.block1 .t2,
.block1 .t3,
.head_form {
    padding-top: 10px;
}

.block1 .t3 {
    padding-left: 0;
}

.block1 {
    padding-top: 7%;
    padding-bottom: 7%;
    overflow: hidden;
}

.head_form {
    display: inline-block;
    padding-left: 0;
}

.head_form .form_button {
    /* width: 100%; */
    margin-top: 10%;
}

.head_form .input-group {
    width: 100%;
}

.head_form p {
    font-size: 15px;
}

.footer_input,
.head_input {
    background-color: #f2f2f2;
    height: 60px;
    width: 100%;
}

.form_button {
    background-color: #07c0fa;
    height: 60px;
    border-radius: 5px;
    border: none;
    font-weight: 600;
    font-size: larger;
    letter-spacing: 0.5px;
}

.prices {
    text-align: center;
}

.price_container {
    background-color: rgb(255, 255, 255);
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.1) 0 0 10px 0;
    height: 223px;
    position: relative;
    /* padding-bottom: 24%; */
    padding-bottom: 21%;
    margin: 1% 1% 5%;
    min-height: 225px;
    min-width: 225px;
}

.price_container:hover {
    /* box-shadow: rgba(0, 0, 0, 0.32) 5px 10px 14px 2px; */
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.10);
}

.price_title {
    margin-top: 10%;
    font-size: 20px;
    font-weight: bold;
}

.price_count {
    margin-top: 7%;
    font-size: 25px;
    letter-spacing: 1px;
}

.price_button {
    padding: 10px;
    margin-top: 15%;
    margin-bottom: 10%;
    color: #fff;
    height: unset;
}

.price_h {
    margin: 5%;
}

.price_h h1 {
    font-weight: bold;
    font-size: 48px;
}

.price_block:nth-child(2) {
    margin: 0 0 0 1.5%;
}

.price_block:nth-child(3) {
    margin: 0 1.5%;
}

.scroll_nav {
    display: contents;
    list-style-type: none;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Roboto',Times New Roman,sans-serif;
    transform: translate(350px,0);
    -webkit-transform: translate(350px,0);
    /** Chrome & Safari **/
    -o-transform: translate(350px,0);
    /** Opera **/
    -moz-transform: translate(350px,0);
    /** Firefox **/
    ;
}

.header_scroll {
    position: fixed;
    background-color: #ffffffeb;
    width: 100%;
    box-shadow: 0 -10px 20px 4px #333;
    font-weight: bold;
    z-index: 5;
    transform: translateY(-105%);
    transition: transform 0.3s linear;
}

.scroll_tab {
    max-width: fit-content;
    padding-top: 1.5%;
    padding-bottom: 1.5%;
    margin: auto;
}

.advantage_img > img {
    max-width: 100px;
}

.advantage_holder {
    padding: 30px;
    background-color: rgb(255, 255, 255);
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.1) 0 0 10px 0;
}

.advantage_holder:hover {
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.3);
}

.advantage_holder h3 {
    font-weight: bold;
    font-size: 22px;
}

.advantage:nth-child(1) {
    margin-right: 0.2%;
}

.advantage:nth-child(2) {
    margin-left: 0.2%;
}

.advantage_holder:nth-child(2) {
    margin-top: 5%;
}

.advantages_h,
.price_table_h {
    text-align: center;
    margin-bottom: 5%;
}
#price_table {
    background-color: #fff!important;
}

.advantages_h h1 {
    font-weight: bold;
}

.reviews {
    text-align: center;
}

.reviews_h h1 {
    font-weight: bold;
}

.review_holder {
    margin-top: 5%;
}

.review_holder:first-child {
    padding-right: 2%;
}

.review_holder:last-child {
    padding-left: 2%;
}

.review_holder h3 {
    font-weight: bold;
    font-size: 20px;
}

.stars p {
    display: inline-block;
}

.stars p.gold {
    color: gold;
}

.stars p.gray {
    color: gray;
}

.stars p:before {
    content: '★';
}

.about_description p,
.about_h h1,
.about_h p,
.how_h h1,
.how_h p,
.map_h,
.masters_h h1,
.masters_h p {
    text-align: center;
    padding-bottom: 3.5%;
}

.map_h {
    padding-bottom: 5%;
}

.about_h p,
.how_h p,
.masters_h p {
    font-size: 25px;
}

.how_holder:nth-child(1) {
    padding-top: 2%;
}

.img1_1,
.img1_2,
.img2_1,
.img2_2 {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.how_holder .img1_1 {
    background-image: url("../img/how/img1_1.jpg");
}

.arr_right:after {
    z-index: 2;
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border: solid transparent;
    border-width: 20px;
    top: 50%;
    right: -40px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-left-color: #f7f7f7;
}

.arr_left:after {
    z-index: 2;
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border: solid transparent;
    border-width: 20px;
    top: 50%;
    left: -40px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-right-color: #f7f7f7;
}

.how_holder .img1_2 {
    background-image: url("../img/how/img1_2.jpg");
}

.how_holder .img2_1 {
    background-image: url("../img/how/img2_1.jpg");
}

.how_holder .img2_2 {
    background-image: url("../img/how/img2_2.jpg");
}

.how_description {
    padding: 3%;
}

.about_description p {
    padding-top: 3%;
    font-size: 18px;
}

.about_img {
    height: 300px;
}

.technic_holder {
    margin-right: 0;
}

.technic {
    margin: 1%;
    /* border:1px solid black; */
    text-align: center;
    padding: 3%;
    height: fit-content;
	/* height: auto; */
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.1) 0 0 10px 0;
}

.technic:hover {
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.10);
}

.technic p {
    margin: 10% 0 0;
    color: #000000;
    font-size: 16px;
	width: 100%;
    font-family: 'Formular',Arial,sans-serif;
}

.tech_img {
    height: 40px;
}

footer {
    background-color: #333333;
    color: #fff;
    padding: 4% 4% 1%;
    font: 15px/24px "Open Sans", Arial, sans-serif;
}

footer ul {
    padding-left: 0;
    list-style: none;
}

.footer_info {
    margin-top: 10%;
    line-height: 30px;
}

footer h3 {
    font-weight: 600;
}

footer a {
    color: #fff;
    font-size: 15px;
    line-height: 30px;
}

footer a.active,
footer a:hover {
    color: #0aa9fa;
}

.footer_block a {
    text-decoration: none;
}

.price_line {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 10px 0;
}

.price_time {
    text-align: center;
    color: #909e96;
    line-height: 1;
    font-weight: 400;
}

.price_name span {
    font-family: 'Roboto',Arial,sans-serif;
    line-height: 1.3;
    font-weight: 600;
}

.price_count {
    line-height: 1.3;
    font-weight: 300;
}

.price_line:nth-child(odd) {
    background-color: #f6f6f6;
}

.modal-content {
    /* width: 120%; */
    text-align: center;
    /* margin-top: 16vh; */
}

.modal-body {
    padding: 7%;
}

.modal-body form {
    padding: 5%;
}

.modal-body .head_input,
.modal-body .input-group-prepend,
.modal-body form input {
    margin-bottom: 6%;
}

.form_button {
    width: 100%;
}

.modal_h h4 {
    font-weight: 600;
}

.footer_phone:before {
    content: "";
    vertical-align: middle;
    vertical-align: -moz-middle-with-baseline;
    display: inline-block;
    width: 16px;
    height: 18px;
    top: 1px;
    left: 0;
    background: url("../img/icons/logos.png") -185px -58px no-repeat;
}

.footer_mail:before {
    content: "";
    vertical-align: middle;
    vertical-align: -moz-middle-with-baseline;
    display: inline-block;
    width: 16px;
    height: 18px;
    top: 1px;
    left: 0;
    background: url("../img/icons/logos.png") -221px -35px no-repeat;
}
.footer_place a {
    font-size: 13px;
}
.footer_place:before {
    content: "";
    vertical-align: middle;
    vertical-align: -moz-middle-with-baseline;
    display: inline-block;
    width: 16px;
    height: 18px;
    top: 1px;
    left: 0;
    background: url("../img/icons/logos.png") -203px -57px no-repeat;
}

.owl-nav button {
    position: absolute;
    top: 45%;
}

.owl-prev .slick-prev {
    left: -5%;
    transform: scaleX(-1);
}

.owl-next .slick-next {
    right: -5%;
}

.owl-next .slick-next,
.owl-prev .slick-prev {
    width: 40px;
    height: 40px;
    background-color: rgba(3,171,255,1);
}

/*кнопка звонка*/

/* .callback-bt {
        background:#07c0fa;
        border:2px solid #07c0fa;
        border-radius:50%;
        box-shadow:0 8px 10px rgba(56,163,253,0.3);
        cursor:pointer;
        height:68px;
        text-align:center;
        width:68px;
        position: fixed;
        right: 8%;
        bottom: 18%;
        z-index:999;
        transition:.3s;
        -webkit-animation:hoverWave linear 1s infinite;
        animation:hoverWave linear 1s infinite;
} */

.callback-bt {
    height: 68px;
    width: 68px;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    background: #07c0fa;
    border: 2px solid #07c0fa;
    border-radius: 50%;
    box-shadow: 0 8px 10px rgba(56,163,253,0.3);
    cursor: pointer;
    height: 68px;
    text-align: center;
    width: 68px;
    position: fixed;
    right: 50px;
    bottom: 50px;
    z-index: 6;
    transition: 0.3s;
    -webkit-animation: hoverWave linear 1s infinite;
    animation: hoverWave linear 1s infinite;
}

.callback-bt i {
    color: #fff;
    font-size: 34px;
    transition: 0.3s;
    line-height: 66px;
    transition: 0.5s ease-in-out;
}

.callback-bt i {
    animation: 1200ms ease 0s normal none 1 running shake;
    animation-iteration-count: infinite;
    -webkit-animation: 1200ms ease 0s normal none 1 running shake;
    -webkit-animation-iteration-count: infinite;
}

@-webkit-keyframes hoverWave {
    0% {
        box-shadow: 0 8px 10px rgba(56,163,253,0.3),0 0 0 0 rgba(56,163,253,0.2),0 0 0 0 rgba(56,163,253,0.2);
    }

    40% {
        box-shadow: 0 8px 10px rgba(56,163,253,0.3),0 0 0 15px rgba(56,163,253,0.2),0 0 0 0 rgba(56,163,253,0.2);
    }

    80% {
        box-shadow: 0 8px 10px rgba(56,163,253,0.3),0 0 0 30px rgba(56,163,253,0),0 0 0 26.7px rgba(56,163,253,0.067);
    }

    100% {
        box-shadow: 0 8px 10px rgba(56,163,253,0.3),0 0 0 30px rgba(56,163,253,0),0 0 0 40px rgba(56,163,253,0.0);
    }
}

@keyframes hoverWave {
    0% {
        box-shadow: 0 8px 10px rgba(56,163,253,0.3),0 0 0 0 rgba(56,163,253,0.2),0 0 0 0 rgba(56,163,253,0.2);
    }

    40% {
        box-shadow: 0 8px 10px rgba(56,163,253,0.3),0 0 0 15px rgba(56,163,253,0.2),0 0 0 0 rgba(56,163,253,0.2);
    }

    80% {
        box-shadow: 0 8px 10px rgba(56,163,253,0.3),0 0 0 30px rgba(56,163,253,0),0 0 0 26.7px rgba(56,163,253,0.067);
    }

    100% {
        box-shadow: 0 8px 10px rgba(56,163,253,0.3),0 0 0 30px rgba(56,163,253,0),0 0 0 40px rgba(56,163,253,0.0);
    }
}

/* animations icon */

@keyframes shake {
    0% {
        transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
    }

    10% {
        transform: rotateZ(-30deg);
        -ms-transform: rotateZ(-30deg);
        -webkit-transform: rotateZ(-30deg);
    }

    20% {
        transform: rotateZ(15deg);
        -ms-transform: rotateZ(15deg);
        -webkit-transform: rotateZ(15deg);
    }

    30% {
        transform: rotateZ(-10deg);
        -ms-transform: rotateZ(-10deg);
        -webkit-transform: rotateZ(-10deg);
    }

    40% {
        transform: rotateZ(7.5deg);
        -ms-transform: rotateZ(7.5deg);
        -webkit-transform: rotateZ(7.5deg);
    }

    50% {
        transform: rotateZ(-6deg);
        -ms-transform: rotateZ(-6deg);
        -webkit-transform: rotateZ(-6deg);
    }

    60% {
        transform: rotateZ(5deg);
        -ms-transform: rotateZ(5deg);
        -webkit-transform: rotateZ(5deg);
    }

    70% {
        transform: rotateZ(-4.28571deg);
        -ms-transform: rotateZ(-4.28571deg);
        -webkit-transform: rotateZ(-4.28571deg);
    }

    80% {
        transform: rotateZ(3.75deg);
        -ms-transform: rotateZ(3.75deg);
        -webkit-transform: rotateZ(3.75deg);
    }

    90% {
        transform: rotateZ(-3.33333deg);
        -ms-transform: rotateZ(-3.33333deg);
        -webkit-transform: rotateZ(-3.33333deg);
    }

    100% {
        transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
    }
}

@-webkit-keyframes shake {
    0% {
        transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
    }

    10% {
        transform: rotateZ(-30deg);
        -ms-transform: rotateZ(-30deg);
        -webkit-transform: rotateZ(-30deg);
    }

    20% {
        transform: rotateZ(15deg);
        -ms-transform: rotateZ(15deg);
        -webkit-transform: rotateZ(15deg);
    }

    30% {
        transform: rotateZ(-10deg);
        -ms-transform: rotateZ(-10deg);
        -webkit-transform: rotateZ(-10deg);
    }

    40% {
        transform: rotateZ(7.5deg);
        -ms-transform: rotateZ(7.5deg);
        -webkit-transform: rotateZ(7.5deg);
    }

    50% {
        transform: rotateZ(-6deg);
        -ms-transform: rotateZ(-6deg);
        -webkit-transform: rotateZ(-6deg);
    }

    60% {
        transform: rotateZ(5deg);
        -ms-transform: rotateZ(5deg);
        -webkit-transform: rotateZ(5deg);
    }

    70% {
        transform: rotateZ(-4.28571deg);
        -ms-transform: rotateZ(-4.28571deg);
        -webkit-transform: rotateZ(-4.28571deg);
    }

    80% {
        transform: rotateZ(3.75deg);
        -ms-transform: rotateZ(3.75deg);
        -webkit-transform: rotateZ(3.75deg);
    }

    90% {
        transform: rotateZ(-3.33333deg);
        -ms-transform: rotateZ(-3.33333deg);
        -webkit-transform: rotateZ(-3.33333deg);
    }

    100% {
        transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
    }
}
/* конец кнопки звонка */
.brands {
    text-align: center;
}

.brand_holder {
    /* height:100%; */
    text-align: center;
}

.brand_block {
    vertical-align: middle;
    padding: 0 2%;
    background-color: #fff;
    /* padding: 25px 0 25px 0; */
    margin: 1%;
    min-width: 200px;
    /* height: 300px; */
    text-align: center;
    height: 100px;
    box-shadow: rgba(0, 0, 0, 0.1) 0 0 10px 0;
}

.brand_block:hover {
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.10);
}

.brand_img {
    max-width: -webkit-fill-available;
    height: 100px;
    transform: translate(0%, 50%);
}

.map {
    overflow: hidden;
    padding-bottom: 0;
}

#wrapMap {
    position: relative;
    cursor: not-allowed;
    overflow: hidden;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(204, 204, 204);
    border-image: initial;
}

.mapTitle {
    position: absolute;
    z-index: 1000;
    box-shadow: rgba(0, 0, 0, 0.25) 0 0 5px;
    display: none;
    padding: 5px 20px;
    border-radius: 5px;
    background: rgb(255, 255, 255);
    border-width: 1px;
    border-style: solid;
    border-color: rgb(204, 204, 204);
    border-image: initial;
}

.mapTitle {
    position: absolute;
    z-index: 1000;
    box-shadow: rgba(0, 0, 0, 0.25) 0 0 5px;
    display: none;
    padding: 5px 20px;
    border-radius: 5px;
    background: rgb(255, 255, 255);
    border-width: 1px;
    border-style: solid;
    border-color: rgb(204, 204, 204);
    border-image: initial;
}

.head_form .input-group-prepend span {
    background-color: #f2f2f2;
}

.scroll_to_top {
    z-index: 1;
    background: #07c0fa;
    position: fixed;
    left: 50px;
    bottom: 50px;
    color: #fff;
    border-radius: 5px;
    width: 68px;
    height: 68px;
    text-align: center;
    text-align: -webkit-center;
    transform: translateY(200%);
    transition: transform 0.3s linear;
    cursor: pointer;
}

.scroll_to_top i {
    transform: translate(0%, 50%);
}

.footer_form .input-group,
.footer_form > button {
    height: 50px;
    margin-top: 20px;
}

.footer_form .input-group > input {
    height: 50px;
}

.copyright {
    text-align: center;
}

.input-group-prepend * {
    background-color: #f2f2f2;
}

.top_block {
    text-align: center;
}

#block_top {
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    background-blend-mode: multiply;
    /* background-color: rgba(0, 0, 0, 0.71); */
    background-color: rgba(0,0,0,.6);
    background-position: center;
    background-repeat: no-repeat;
    /* background-size: 100%; */
    padding-bottom: 4%;
}

#block_top h1,
#block_top h3 {
    text-shadow: 1px 1px 30px black, 5px 5px 1em #333333;
}

#block_top h1 {
    color: #07c0fa;
    margin-bottom: 3%;
    font-size: 60px;
}

#block_top h3 {
    color: #fff;
    margin-bottom: 4%;
}

.header_courier,
.header_phone,
.header_time {
    padding-top: 1%;
}

.brands h1 {
    color: #07c0fa;
    margin-bottom: 5%;
    font-size: 50px;
}

.brands a {
    margin: auto auto 2.5%;
}

.slide_content {
    text-align: center;
    background-color: #fff;
}

.slide_content img {
    /* height: -webkit-fill-available; */
    width: -webkit-fill-available;
}

.slide_content h3 {
    margin-top: 5%;
}

.slide_content p {
    padding-bottom: 5%;
}

.p404 {
    text-align: center;
    padding-bottom: 5%;
}

.p404 h1 {
    font-size: 100px;
}

.p404 p {
    color: #07c0fa;
    margin-top: 15%;
    font-size: 20px;
}

.form-control:focus {
    border: 1px solid #ced4da;
    box-shadow: none;
    outline: none;
    color: black;
    background-color: #f2f2f2;
    z-index: 0;
}

.about_plus_text {
    margin-top: 1.7%;
}

.modal-dialog {
    margin-top: 15vh;
}

.slide_img {
    height: 250px;
    overflow: hidden;
    height: -webkit-fit-content;
}

.masters_slider img {
    height: 250px;
}

p[data-readmore] {
    overflow: hidden;
}

.more > a {
    color: #07c0fa;
    padding: 0;
}

.mobshow {
    display: none;
}

.breadcrumbs {
    /* background-color: #333333; */
    color: #fff;
    position: absolute;
    padding-top: 2%;
    padding-bottom: 2%;
    padding-left: 2%;
}
.breadcrumbs a {
    color: #fff;
}
.slick-dots {
    text-align: center;
}
.slide {
    margin: 0 5%;
}

.slick-initialized .slick-slide {
    height: fit-content;
}
.sl_next,
.sl_next_2,
.sl_prev,
.sl_prev_2 {
    width: 40px;
    height: 40px;
    border: unset;
    border-radius: 100%;
    background-color: #07c0fa;
    padding: 0;

}
.sl_prev,
.sl_prev_2 {
    transform: rotate(180deg);
    float: left;
    margin-left: 1vw;
}
.sl_next,
.sl_next_2 {
    float: right;
    margin-right: 1vw;
}
.sl_buttons {
    position: absolute;
    margin-top: -20vh;
    left: 0;
    right: 0;
    z-index: 2;
}
.slick-dots {
    list-style: none;
    padding: 0;
	margin-top: 1rem;
}
.slick-dots > li {
    display: inline;
    margin: 1%;
}
.slick-dots > li.slick-active > button {
    background-color: #07c0fa;
}
.slick-dots > li > button {
    border-radius: 100%;
    border: none;
    background-color: #333333;
    font-size: 0;
    min-width: 5px;
    min-height: 5px;
    max-width: 5px;
    max-height: 5px;
    padding: 0;
}
.masters .sl_buttons {
    margin-top: 15vh;
}
.slick-slide img {
    display: block;
    max-width: 20vw;
    max-height: 20vw;
}
#map {
    padding-bottom: 0;
}
#reviews form {
    padding: 10%;
}
#reviews form p {
    font-size: 10px;
}
.close {
    z-index: 99;
    width: 10px;
    height: 10px;
    position: absolute;
    right: 5vw;
    text-align: right;
    margin-top: -2vh;
}

.policy_sec {
    text-align: left;
}
.policy_sec h3 {
    font-size: 1.4rem;
}
footer .policy a {
    font-size: 0.5rem;
    line-height: 10px;
}
#block_top form a {
    color: #fff;
}
#block_top .policy {
    margin-top: 3vh;
}
footer .policy {
    margin-top: 5%;
}
/* Media will be die */

@media screen and (max-width: 991px) {}

@media screen and (max-width: 767px) {}

@media screen and (max-width: 479px), only screen and (min-device-width : 320px) and (max-device-width : 568px), screen and (max-width: 320px) {
    .mobhide {
        display: none;
    }

    .mobshow {
        display: block;
    }
    body,
    html {
        position: relative;
        max-width: 100%;
        overflow-x: hidden;
    }

    section h3 {
        font-size: 1.1rem!important;
    }

    section h1 {
        font-size: 2.2rem!important;
    }

    .header_logo img {
        max-width: 150px;
    }

    .block1 {
        text-align: center;
    }

    .about_plus img {
        max-height: 40px;
    }

    .about_plus_text {
        margin-top: 0.7%;
        font-size: 0.5em;
        margin-left: 10%;
        font-weight: bold;
    }

    .header_courier,
    .header_phone,
    .header_time,
    .owl-nav {
        display: none;
    }

    .price_h {
        margin: 5% 0;
    }

    .price_container {
        min-height: unset;
        min-width: 33.333333%;
        padding-bottom: 0;
        height: -webkit-fit-content;
    }

    .price_container button {
        font-size: 3.4vw;
        margin-bottom: 12%;
    }

    .price_title {
        font-size: 3.4vw;
    }

    .advantage:nth-child(1),
    .advantage:nth-child(2) {
        margin: 0!important;
    }

    .advantage_holder {
        margin-left: 0;
        margin-bottom: 5vw;
    }

    .header_scroll {
        display: none;
    }

    .advantage_img > img {
        max-width: 75px;
    }

    .advantage_description {
        text-align: right;
    }

    .advantage_description h3 {
        font-size: 4.5vw;
    }

    .advantage_description p {
        font-size: 3vw;
        font-weight: bold;
    }

    .head_policy {
        margin-top: 3vw;
    }

    .head_form {
        padding-right: 0;
    }

    .about_img {
        height: intrinsic!important;
        height: inherit;
    }

    .callback-bt {
        right: 0;
        bottom: 0;
        border-radius: 50% 0 0 0;
    }

    .scroll_to_top {
        left: 0;
        bottom: 0;
        border-radius: 0 50% 0 0;
        transform: none!important;
    }

    .scroll_to_top i {
        transform: translate(0, 50%);
    }

    .callback-bt,
    .callback-bt i {
        animation: none;
        -webkit-animation: none;
    }

    .masters_slider {
        padding-left: 5%;
        padding-right: 5%;
    }

    .masters_slider img {
        height: 150px;
    }

    .h_but {
        margin-top: 2%;
    }

    .review_holder:last-child {
        padding-right: 0;
    }

    .reviews > .row > .col-12 .row {
        padding-right: 0;
    }

    .img1_1,
    .img1_2,
    .img2_1,
    .img2_2 {
        height: 100px;
    }

    .t_left {
        text-align: left;
    }

    .t_right {
        text-align: right;
    }

    div[class*="_h"] > p {
        font-size: 1rem;
    }

    .how_description h2 {
        font-weight: bold;
    }

    footer {
        text-align: center;
    }

    footer h3 {
        font-size: 1.5rem;
    }

    .m_m_b_5 {
        margin-bottom: 5%;
    }

    .header {
        position: fixed;
        z-index: 9;
        height: 13vh;
    }

    .about_plus {
        margin-top: 13vh;
    }

    .brand_block {
        min-width: unset;
        max-width: unset;
        width: 35vw;
        padding: 0 5%;
    }

    .advantage_holder:nth-child(2) {
        margin-top: 0;
    }

    section[cd_select="1"] {
        background-color: #fff;
    }

    .mob_menu {
        width: 10vw;
        text-align: center;
    }

    .mob_menu span {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 60vw;
        right: 0;
        width: 50%;
        height: 30%;
        margin: auto;
    }

    .mob_menu span::before {
        cursor: pointer;
    }

    .mob_list {
        height: 100%;
        background-color: #333333d6;
        width: 100vw;
        position: absolute;
        margin: 0;
        padding: 0;
        z-index: 7;
        display: none;
    }

    .mob_list_container,
    .mob_list_row {
        margin: 0;
        padding: 0;
    }
    .mob_list > .col-12 .row {
        margin-left: 0;
    }
    .mob_list_container {
        margin-top: 20vh;
    }
    .tech_img {
        height: 35px;
    }
    .technic p {
        font-size: 10px;
    }
    .technic {
        border-radius: 15%;
    }
    .review_holder {
        margin: 5vh 0 0;
        padding-left: 10vw!important;
        padding-right: 10vw!important;
    }
    .review_holder:last-child {
        padding: unset;
    }

    #block_top {
        padding-top: 10%;
    }
    .breadcrumbs {
        padding-top: 2%;
        padding-bottom: 2%;
        padding-left: 2%;
    }
    .sl_next,
    .sl_next_2,
    .sl_prev,
    .sl_prev_2 {
        width: 25px;
        height: 25px;
    }
    .slick-slide img {
        display: block;
        max-width: unset;
        max-height: unset;
    }
    .slide_content p {
        font-size: 13px;
    }
    .sl_next,
    .sl_next_2,
    .sl_prev,
    .sl_prev_2 {
        margin: 0;
    }
    .block1 .t2 {
        font-size: 1.5rem;
    }
    .mob_list .mob_list_container {
        position: fixed;
    }

    .modal_h span {
        display: none;
    }
    .modal-body .policy {
        font-size: 10px;
    }
}

@media screen and (max-width: 320px) {

    .about_plus img {
        max-height: 30px;
    }
    .about_plus_text {
        padding-right: 0;
    }
    .sl_buttons {
        margin-top: -50%;
    }
    .slide_img {
        width: 50%;
        height: 100px;
        text-align: center;
        margin: auto;
    }
    header {
        height: auto!important;
    }
}

.select_callback {
	display: none;
    border: 2px solid black;
	background-color: #fff;
    border-radius: 10%;
	padding-top: 1.5%;
	padding-bottom: 1.5%;
    text-align: left;
    float: right;
    z-index: 5;
    position: fixed;
    right: 50px;
    bottom: 50px;
    height: auto;
	
}
.select_callback div {
	margin: 0 10% 0 10%;
	color: rgba(0,0,0,.87)!important;
    cursor: pointer;
    display: block;
    font-size: 16px;
	width: 250px;
    text-decoration: none;
}
	.select_callback p {
    margin-bottom: 0;
    margin-left: 10px;
	font-weight: bold;
}
.select_callback i {
    color: #07c0fa;
}
.select_callback div > i,
p {
    display: inline-block;
}
