body,
html {
    height: 100%
}

body {
    font-size: 16px;
    min-width: 320px;
    position: relative;
    line-height: 1.65;
    font-family: roboto-example, sans-serif;
    overflow-x: hidden
}

body input,
body textarea {
    font-size: 16px;
    border: #666 1px solid;
    outline: 0
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
    border-color: red
}

body input:required:valid,
body textarea:required:valid {
    border-color: green
}

h2 {
    font-size: 24px
}

h3{
    font-size: 18px;
    font-weight: bold;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

.text-center {
    text-align: center
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.btn {
    outline: 0 !important
}

.background-header-img {
    height: 100vh;
    width: 100%;
    background: url(../img/bg.jpg) no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative
}

.background-header-img:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .6);
    opacity: 1;
    z-index: 1
}

.header-content {
    position: relative;
    color: #fff;
    z-index: 2
}

.col-xss-12 {
    width: 100%
}

.col-xss-4 {
    width: 33.33%
}

.col-xss-8 {
    width: 66.66%
}

.head {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 99;
    height: 70px
}

.head #logo {
    padding: 10px 0
}

.head #logo img {
    width: 100%
}

.head #logo-blue {
    display: none;
    padding: 10px 0
}

.head #logo-blue img {
    width: 100%
}

.head .phone {
    -webkit-transition: ease .5s;
    -o-transition: ease .5s;
    transition: ease .5s;
    margin: auto;
    height: 26px;
    margin: 19.5px 0;
    float: right
}

.head .phone a {
    color: #fff
}

.head .phone a:hover {
    cursor: default
}

.head .phone p {
    padding: 0;
    margin: 0;
    font-size: 16px;
    letter-spacing: 1px;
    float: left;
    margin: 0 10px;
    font-weight: 700
}

.head .phone .social-desc i {
    font-size: 23px;
    margin: -3px 1px 0;
    background: #fff;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    line-height: 24px;
    padding: 5px
}

.head .phone .social-desc i:hover {
    cursor: pointer
}

.head .phone-mobile {
    display: none;
    margin-right: 30px;
    -webkit-transition: ease .5s;
    -o-transition: ease .5s;
    transition: ease .5s
}

.head .phone-mobile p {
    padding: 0;
    margin: 0;
    font-size: 18px;
    letter-spacing: .5px
}

.head .call-item {
    text-align: center;
    margin: 2px 0
}

.head .call-item a {
    letter-spacing: 1px;
    font-size: 21px;
    color: #fff;
    font-weight: 700;
    letter-spacing: 1.5px
}

.head .call-item a:hover {
    text-decoration: none;
    cursor: default
}

.head .call-item p {
    background: rgba(0, 0, 0, 0);
    padding: 0;
    margin: 0;
    letter-spacing: 1px;
    font-family: roboto-light, sans-serif;
    font-size: 20px;
    color: #13b3ff;
    border-bottom: 1px dashed #13b3ff;
    line-height: 26px;
    -webkit-transition: ease .5s;
    -o-transition: ease .5s;
    transition: ease .5s
}

.head .call-item p:hover {
    cursor: pointer;
    color: #fff;
    border-bottom: 1px dashed #fff
}

.head .call-item .callback {
    width: 180px;
    margin: 0 auto
}

.menu {
    height: 50px;
    margin: 7.5px 0
}

.menu .menu-name {
    letter-spacing: 2.5px;
    font-size: 12px;
    margin-bottom: 5px;
    margin-left: 2px;
    font-family: roboto-light, sans-serif
}

.menu__icon {
    display: none;
    width: 45px;
    height: 35px;
    position: relative;
    cursor: pointer
}

.menu__icon span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #fff;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out
}

.menu__icon span:nth-child(1) {
    top: 0
}

.menu__icon span:nth-child(2),
.menu__icon span:nth-child(3) {
    top: 8px
}

.menu__icon span:nth-child(4) {
    top: 16px
}

.menu__links-item {
    display: inline-block;
    color: #333;
    font-family: Arial;
    font-size: 14px;
    line-height: 30px;
    padding: 5px 10px;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: ease .2s;
    -o-transition: ease .2s;
    transition: ease .2s
}

.menu__links-item-hover:hover {
    text-decoration: none;
    background: #73787d;
    color: #fff
}

.menu.menu_state_open .menu__icon span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%
}

.menu.menu_state_open .menu__icon span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.menu.menu_state_open .menu__icon span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.menu.menu_state_open .menu__icon span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%
}

.menu.menu_state_open .menu__links {
    display: block
}

.menu__icon {
    display: inline-block
}

.menu__links {
    display: none;
    top: 0;
    right: 0;
    left: 0;
    width: 310px;
    margin: 0;
    background-color: rgba(255, 255, 255, .9);
    -webkit-box-shadow: 2px 2px 6px rgba(115, 120, 125, .5);
    box-shadow: 2px 2px 6px rgba(115, 120, 125, .5);
    z-index: 1000;
    overflow: auto;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.menu__links .m-links-mobile {
    margin-bottom: 0
}

.menu__links .m-links-mobile a {
    color: #13b3ff
}

.menu__links-item {
    display: block;
    font-size: 16px;
    text-align: center;
    color: #73787d
}

.menu__links-item i {
    font-size: 30px;
    padding: 0 10px
}

.anchor-item {
    position: absolute;
    margin-top: -65px
}

.animate {
    -webkit-transition: ease 1s;
    -o-transition: ease 1s;
    transition: ease 1s;
    background: #fff;
    -webkit-box-shadow: 2px 2px 6px rgba(115, 120, 125, .5);
    box-shadow: 2px 2px 6px rgba(115, 120, 125, .5)
}

.animate #logo {
    display: none
}

.animate #logo-blue {
    display: block
}

.animate .phone p {
    color: #73787d
}

.animate .call-item a {
    color: #73787d
}

.animate .call-item p:hover {
    color: #13b3ff;
    opacity: .5;
    border-bottom: 1px dashed #13b3ff
}

.animate .menu p {
    color: #73787d
}

.animate .menu .m-links-mobile p {
    color: #13b3ff
}

.animate .menu__icon span {
    background: #73787d
}

.btn {
    outline: 0;
    cursor: pointer;
    color: #fff;
    font-size: 21px;
    background: #13b3ff;
    background: -webkit-gradient(linear, right top, left top, from(#7af5d9), to(#13b3ff));
    background: -webkit-linear-gradient(right, #7af5d9, #13b3ff);
    background: -o-linear-gradient(right, #7af5d9, #13b3ff);
    background: linear-gradient(to left, #7af5d9, #13b3ff);
    border: 0;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    padding: 10px 25px;
    -webkit-transition: ease .5s;
    -o-transition: ease .5s;
    transition: ease .5s;
    width: 100%
}

.btn:hover {
    background: #13b3ff;
    background: -webkit-gradient(linear, right top, left top, from(#7af5d9), to(#13b3ff));
    background: -webkit-linear-gradient(right, #7af5d9, #13b3ff);
    background: -o-linear-gradient(right, #7af5d9, #13b3ff);
    background: linear-gradient(to left, #7af5d9, #13b3ff);
    color: #fff;
    border: 0;
    opacity: .9
}

.body-header {
    padding-top: 260px
}

.body-header h1 {
    margin-top: 0;
    font-size: 40px;
    line-height: 45px;
    font-weight: 700;
    padding: 15px 20px
}

.body-header ul {
    margin: 0;
    padding: 0;
    padding-top: 5px;
    padding-left: 25px
}

.body-header ul li {
    font-size: 18px;
    line-height: 24px
}

.body-header .form-box {
    margin: 0 40px;
    padding: 20px 20px;
    background: #fff;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 10px 10px 20px rgba(0, 0, 0, .5);
    box-shadow: 10px 10px 20px rgba(0, 0, 0, .5)
}

.body-header .form-box h2 {
    color: #000;
    font-weight: 700;
    font-size: 26px;
    line-height: 35px;
    padding: 10px 0;
    margin-bottom: 15px;
    text-transform: uppercase;
    background: rgba(255, 255, 255, .9)
}

.body-header .form-box h3 {
    font-size: 30px;
    color: #d8034f;
    border: 2px solid #d8034f;
    text-transform: uppercase;
    background: rgba(255, 255, 255, .6)
}

.body-header .form-box p {
    color: #000;
    font-size: 15px;
    line-height: 21px
}

.body-header .form-box .input-with-icon .fa {
    color: #000
}

.body-header .form-box .input-with-icon input {
    width: 100%;
    padding: 15px 20px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    border: 1px solid #a5abb2;
    text-align: center;
    font-size: 20px
}

.body-header .form-box .input-with-icon label {
    color: rgba(255, 255, 255, .9);
    font-size: 13px;
    margin-bottom: 3px;
    font-weight: 400
}

.body-header .form-box .btn {
    cursor: pointer;
    color: #fff;
    text-transform: uppercase;
    font-size: 21px;
    background: -webkit-gradient(linear, right top, left top, from(#7af5d9), to(#13b3ff));
    background: -webkit-linear-gradient(right, #7af5d9, #13b3ff);
    background: -o-linear-gradient(right, #7af5d9, #13b3ff);
    background: linear-gradient(to left, #7af5d9, #13b3ff);
    border: 0;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    padding: 15px 21px;
    margin: 10px 0 10px;
    -webkit-transition: ease .5s;
    -o-transition: ease .5s;
    transition: ease .5s;
    width: 100%
}

.body-header .form-box .btn:hover {
    opacity: .8
}

#overlay {
    z-index: 999;
    position: fixed;
    background-color: #000;
    opacity: .8;
    -moz-opacity: .8;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
    display: none
}

#popup_callback {
    display: none;
    width: auto;
    height: auto;
    max-width: 500px;
    min-width: 300px;
    min-height: 300px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: rgba(255, 255, 255, .9);
    -webkit-box-shadow: 10px 10px 20px rgba(0, 0, 0, .5);
    box-shadow: 10px 10px 20px rgba(0, 0, 0, .5);
    padding: 40px;
    left: 0;
    right: 0;
    top: 30%;
    position: fixed;
    z-index: 9999;
    text-align: center;
    margin-left: auto;
    margin-right: auto
}

#popup_callback .modal-header {
    display: none;
    font-size: 21px;
    color: #000;
    margin: 0 auto 20px;
    line-height: 22px;
    width: 100%
}

#popup_callback>.close {
    cursor: pointer;
    float: right;
    font-size: 21px;
    font-weight: 200;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    -webkit-appearance: none;
    margin-top: -30px;
    margin-right: -25px
}

#popup_callback .modal-form input {
    float: none;
    width: 100%;
    padding: 13px 20px;
    text-align: center;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    border: 1px solid #a5abb2;
    font-size: 20px
}

#popup_callback .modal-form label {
    color: #000;
    font-size: 13px;
    margin-bottom: 5px;
    width: 100%;
    font-weight: 400
}

#popup_callback .modal-form .btn {
    margin: 20px 0 0 0
}

.data-success {
    color: #17b0ff;
    display: none
}

@-webkit-keyframes krutit {
    0% {
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1)
    }
}

@keyframes krutit {
    0% {
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1)
    }
}

.ba-item:hover .fas {
    -webkit-animation: krutit .5s linear;
    animation: krutit .5s linear
}

.block-advantages {
    margin-top: 50px;
    text-align: center
}

.block-advantages .ba-item {
    background: #17b0ff;
    padding: 20px 10px;
    -webkit-box-shadow: 10px 10px 20px rgba(0, 0, 0, .5);
    box-shadow: 10px 10px 20px rgba(0, 0, 0, .5)
}

.block-advantages .ba-item .fas {
    font-size: 80px;
    color: #fff;
    padding: 10px 0 20px
}

.block-advantages .ba-item p {
    font-weight: 700;
    margin: 10px 0;
    color: #fff
}

.description-company {
    margin-top: 50px;
    padding-top: 50px;
    padding-bottom: 50px;
    background: #f7f7f7
}

.description-company .caption h2 {
    margin-bottom: 20px;
    color: #fff
}

.description-company h3 {
    color: #17b0ff;
    margin: 15px 0;
    padding: 20px;
    line-height: 26px;
    font-weight: 700;
    font-size: 16px;
    background: #fff;
    border: 1px solid #fff;
    -webkit-box-shadow: 10px 10px 20px rgba(0, 0, 0, .5);
    box-shadow: 10px 10px 20px rgba(0, 0, 0, .5);
    -webkit-transition: ease .5s;
    -o-transition: ease .5s;
    transition: ease .5s
}

.description-company h3 .fas {
    float: left;
    font-size: 30px;
    margin-right: 20px;
    width: 30px
}

.indent-block {
    padding: 50px 0 100px 0
}

.indent-block .caption {
    margin-bottom: 50px
}

.gray-block {
    background: #f7f7f7
}

.blue-block {
    background: rgba(19, 179, 255, .1)
}

.description-com-table {
    text-align: center
}

.description-com-table table {
    width: 100%
}

.description-com-table table td {
    width: 25%;
    margin: 10px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 10px
}

.description-com-table i {
    font-size: 60px;
    padding: 20px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, .1);
    box-shadow: 3px 3px 5px rgba(0, 0, 0, .1);
    color: #13b3ff
}

.description-com-table h3 {
    margin: 15px 0 10px 0;
    font-size: 16px;
    line-height: 21px;
    vertical-align: middle
}

.description-com-table p {
    font-size: 14px;
    color: #8a8a8a
}

.what-connect {
    text-align: center
}

.what-connect .wc-block {
    -webkit-box-shadow: 3px 3px 20px rgba(0, 0, 0, .1);
    box-shadow: 3px 3px 20px rgba(0, 0, 0, .1);
    border: 1px solid #e3e3e3;
    -webkit-border-radius: 250px;
    border-radius: 250px;
    padding: 0;
    margin: 0;
    padding: 60px;
    background: #fff
}

.what-connect .wc-block img {
    width: 100%
}

.what-connect p {
    margin-top: 20px;
    font-size: 18px;
    color: #000
}

.b24-widget-button-inner-block,
.b24-widget-button-inner-mask {
    background: #13b3ff !important
}

.b24-widget-button-pulse {
    border-color: #13b3ff !important
}

.benefit {
    text-align: center
}

.benefit .benefit-box {
    margin: 0 50px 25px
}

.benefit .benefit-box .bg-icon {
    margin-left: auto;
    margin-right: auto;
    width: 155px;
    height: 155px;
    background: #fff;
    border: 0 solid #73787d;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-transition: ease .5s;
    -o-transition: ease .5s;
    transition: ease .5s
}

.benefit .benefit-box .bg-icon img {
    width: 150px;
    padding: 25px
}

.benefit .benefit-box .bg-icon .fas {
    font-size: 90px;
    padding: 25px;
    color: #73787d
}

.benefit .benefit-box p {
    padding: 10px 0 2px;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 23px;
    color: #000
}

.benefit .benefit-box span {
    margin-top: 0;
    font-size: 14px;
    color: #73787d
}

.benefit .benefit-box h5 {
    border-top: 2px solid #13b3ff;
    margin: 0 auto;
    width: 40px;
    -webkit-transition: ease .5s;
    -o-transition: ease .5s;
    transition: ease .5s
}

.benefit .benefit-box:hover h5 {
    width: 100px
}

@-webkit-keyframes slide {
    0% {
        left: 0;
        top: 0
    }

    50% {
        left: 50%;
        top: 100px
    }

    100% {
        left: 100%;
        top: 0
    }
}

@keyframes slide {
    0% {
        left: 0;
        top: 0
    }

    50% {
        left: 50%;
        top: 100px
    }

    100% {
        left: 100%;
        top: 0
    }
}

.feedback-form {
    width: 100%;
    position: relative
}

.feedback-form:hover .ball {
    -webkit-animation: slide 2s linear;
    animation: slide 2s linear
}

.ball {
    background: #13b3ff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    height: 50px;
    position: absolute;
    width: 50px;
    margin-left: -50px
}

.ball .fas {
    color: #fff;
    width: 100%;
    font-size: 30px;
    margin: 10px
}

figure {
    margin: 0
}

.our-equipment {
    margin-top: 50px;
    text-align: center
}

.our-equipment .caption {
    margin-bottom: 40px
}

.our-equipment .oe-item {
    -webkit-border-radius: 10px;
    border-radius: 10px
}

.our-equipment .oe-item h2 {
    color: #fff;
    margin: 0;
    padding: 15px;
    line-height: 28px;
    font-weight: 400;
    font-size: 21px;
    -webkit-border-radius: 0;
    border-radius: 0;
    background: -webkit-gradient(linear, right top, left top, from(#7af5d9), to(#13b3ff));
    background: -webkit-linear-gradient(right, #7af5d9, #13b3ff);
    background: -o-linear-gradient(right, #7af5d9, #13b3ff);
    background: linear-gradient(to left, #7af5d9, #13b3ff)
}

.our-equipment .oe-item p {
    margin: 0;
    color: #fff;
    font-size: 13px;
    padding-bottom: 10px
}

.our-equipment .oe-item ul {
    color: #fff;
    padding: 20px 15px 20px 35px;
    margin: 0
}

.our-equipment .oe-item h3 {
    background: #fff;
    font-size: 23px;
    margin: 0;
    margin-top: 5px
}

.our-equi .box-our-e {
    border: 1px solid #13b3ff;
    text-align: center;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.our-equi .box-our-e .block-name {
    padding: 0;
    text-align: center;
    border-right: 1px solid #13b3ff
}

.our-equi .box-our-e .block-name img {
    width: 70%;
    margin: 10px 0
}

.our-equi .box-our-e h3 {
    text-transform: uppercase;
    color: #fff;
    padding: 20px;
    font-size: 21px;
    text-align: left;
    background: #13b3ff
}

.our-equi .box-our-e .our-equi-icon {
    padding: 10px 20px
}

.our-equi .box-our-e .block-icon {
    text-align: left;
    width: 80%;
    margin: 0 auto;
    padding: 5px 0
}

.our-equi .box-our-e .block-icon img {
    width: 90px;
    margin-right: 20px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    padding: 5px;
    -webkit-box-shadow: 5px 5px 20px rgba(0, 0, 0, .1);
    box-shadow: 5px 5px 20px rgba(0, 0, 0, .1)
}

.our-equi .box-our-e .box-block-price h4 {
    font-size: 21px;
    font-weight: 400
}

.our-equi .box-our-e .box-block-price .btn {
    width: 300px
}

.float-left {
    float: left
}

.equipment {
    margin-top: 50px
}

.equipment h2 {
    margin-bottom: 40px
}

.equipment .equipment-box {
    text-align: center;
    margin-bottom: 20px;
    -webkit-box-shadow: 1px 1px 10px rgba(115, 120, 125, .3);
    box-shadow: 1px 1px 10px rgba(115, 120, 125, .3)
}

.equipment .equipment-box .br-2 {
    display: none
}

.equipment .equipment-box img {
    width: 50%;
    margin: 20px 0;
    -webkit-transition: ease .5s;
    -o-transition: ease .5s;
    transition: ease .5s;
    padding-bottom: 5px
}

.equipment .equipment-box p {
    font-size: 18px;
    font-weight: 700;
    color: #17b0ff;
    padding-bottom: 10px
}

.equipment .button-head {
    padding-top: 15px;
    padding-bottom: 15px
}

.equipment .button-head .btn {
    font-weight: 700;
    outline: 0;
    cursor: pointer;
    color: #fff;
    font-size: 21px;
    background: #ff6d00;
    border: 2px solid #ff6d00;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 10px 20px;
    -webkit-transition: ease .5s;
    -o-transition: ease .5s;
    transition: ease .5s
}

.equipment .button-head button:hover {
    background: #fff;
    color: #ff6d00;
    border: 2px solid #ff6d00
}

.loading {
    width: 40px;
    padding: 20px 0;
    display: none
}

.provide {
    margin-top: 50px
}

.provide h2 {
    margin-bottom: 40px
}

.provide .provide-box {
    text-align: center;
    padding: 0 50px
}

.provide .provide-box img {
    border-bottom: 2px solid #17b0ff;
    padding-bottom: 20px;
    -webkit-transition: ease .7s;
    -o-transition: ease .7s;
    transition: ease .7s
}

.provide .provide-box p {
    padding: 15px 0 2px;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 700;
    color: #17b0ff
}

.feedback-form {
    margin-top: 50px;
    padding-top: 50px;
    padding-bottom: 50px;
    -webkit-transition: ease 1s;
    -o-transition: ease 1s;
    transition: ease 1s
}

.feedback-form .form-box {
    margin-left: auto;
    margin-right: auto;
    width: 600px;
    padding: 10px 20px
}

.feedback-form .form-box .data-success {
    color: #fff
}

.feedback-form .form-box .input-with-icon .fa {
    color: #000
}

.feedback-form .form-box .input-with-icon input {
    width: 100%;
    padding: 15px 20px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    border: 1px solid #a5abb2;
    text-align: center;
    font-size: 20px
}

.feedback-form .form-box .input-with-icon label {
    color: #fff;
    font-size: 13px;
    margin-bottom: 5px;
    font-weight: 400
}

.feedback-form .form-box .btn {
    width: 100%;
    padding: 15px 21px;
    margin: 20px 0 0;
    font-size: 23px
}

.caption h2 {
    text-align: center;
    color: #000
}

.how-working .how-working-box {
    width: 100%;
    padding: 0 40px;
    margin: 0 20px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0
}

.how-working .how-working-box .container .row div {
    padding: 5px 0
}

.how-working .how-working-box p {
    padding: 2px 0;
    font-size: 16px;
    color: #73787d;
    line-height: 23px;
    border-left: 1px solid #13b3ff;
    padding-left: 20px;
    margin: 10px 0 10px -20px
}

.how-working .how-working-box p strong {
    color: #000
}

.how-working .how-working-box .fa {
    text-align: center;
    color: #17b0ff;
    font-size: 38px;
    width: 100%;
    padding: 20px
}

.how-working .how-working-box .fa-one {
    padding-top: 10px
}

.how-working .how-working-box ul {
    padding-left: 40px;
    margin: -10px 0 10px -20px;
    border-left: 1px solid #13b3ff
}

.how-working .how-working-box ul li {
    font-size: 16px;
    color: #73787d
}

.doubt {
    margin-top: 80px
}

.doubt h2 {
    margin-top: 40px;
    margin-bottom: 30px
}

.doubt .doubt-box {
    width: 1200px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center
}

.doubt .doubt-box img {
    height: 350px
}

.doubt .doubt-box .fa {
    padding-right: 15px;
    font-size: 14px
}

.doubt .doubt-box h3 {
    text-align: left;
    font-size: 21px;
    line-height: 28px;
    margin-bottom: 20px
}

.doubt .doubt-box p {
    text-align: left;
    margin: 5px 0;
    font-size: 18px
}

.doubt .doubt-box .doubt-box-minus {
    margin: 10px 0 30px 0;
    height: 350px;
    padding: 10px 0
}

.doubt .doubt-box .doubt-box-minus h3 {
    color: #73787d
}

.doubt .doubt-box .doubt-box-minus .fa {
    color: #73787d
}

.doubt .doubt-box .doubt-box-minus p {
    color: #73787d
}

.doubt .doubt-box .doubt-box-plus {
    padding: 10px 0;
    padding-left: 20px
}

.doubt .doubt-box .doubt-box-plus .fa {
    color: #17b0ff
}

.doubt .doubt-box .doubt-box-plus h3 {
    color: #17b0ff
}

.doubt .doubt-box .doubt-box-plus p {
    color: #17b0ff
}

.pay-the-order h3 {
    color: #000;
    font-size: 16px
}

.pay-the-order li,
.pay-the-order p {
    font-size: 16px;
    color: #73787d
}

.pay-the-order li {
    padding: 5px 0;
    line-height: 23px
}

.pay-the-order p {
    padding-left: 35px;
    line-height: 23px
}

.pay-the-order .pto-img {
    height: 100%
}

.pay-the-order .pto-img img {
    height: 70%;
    margin: 15% 0
}

.ask-engineer {
    padding: 50px 0
}

.ask-engineer .engeneer {
    border-left: 1px solid #17b0ff;
    padding-left: 10%
}

.ask-engineer .engeneer img {
    height: 400px
}

.ask-engineer .form-box {
    height: 400px;
    margin: 0 40px;
    padding: 10px 40px;
    border-right: 1px solid #17b0ff
}

.ask-engineer .form-box h2 {
    color: #000;
    font-weight: 700;
    font-size: 26px;
    line-height: 35px;
    margin-top: 20px
}

.ask-engineer .form-box p {
    color: #73787d;
    font-size: 16px;
    padding: 20px
}

.ask-engineer .form-box .input-with-icon .fa {
    color: #000
}

.ask-engineer .form-box .input-with-icon input {
    width: 100%;
    padding: 15px 20px;
    text-align: center;
    font-size: 20px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    border: 1px solid #a5abb2
}

.ask-engineer .form-box .input-with-icon label {
    color: #000;
    font-size: 13px;
    margin-bottom: 5px;
    font-weight: 400
}

.ask-engineer .form-box .btn {
    padding: 15px 21px;
    margin: 20px 0 10px;
    width: 100%;
    font-size: 23px
}

.company {
    text-align: center
}

.company h2 {
    margin-bottom: 40px;
    margin-top: 100px;
    text-align: center
}

.company img {
    width: 50%;
    padding: 0;
    margin: 0
}

.quality h2 {
    margin-bottom: 40px;
    margin-top: 100px
}

.se-text .img-right {
    margin-bottom: 15px;
    float: right;
    width: 40%;
    margin-left: 25px
}

.se-text .img-left {
    margin-bottom: 15px;
    float: left;
    width: 40%;
    margin-right: 45px
}

.reviews .reviews-box img {
    width: 60%;
    margin: 0 20%;
    -webkit-box-shadow: 5px 10px 20px rgba(0, 0, 0, .5);
    box-shadow: 5px 10px 20px rgba(0, 0, 0, .5);
    -webkit-border-radius: 150px;
    border-radius: 150px
}

.reviews .reviews-box h3 {
    color: #17b0ff;
    line-height: 24px;
    padding: 20px 0 10px
}

.reviews .reviews-box h4 {
    font-size: 16px;
    color: #444;
    padding: 5px 0;
    border-bottom: 1px solid #13b3ff;
    -webkit-transition: ease 1s;
    -o-transition: ease 1s;
    transition: ease 1s
}

.reviews .reviews-box p {
    color: #73787d
}

#hypercomments_widget {
    margin-top: 30px
}

.background-footer-img {
    height: auto;
    width: 100%;
    background: url(../img/bg1.jpg) no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative
}

.background-footer-img:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: .8;
    z-index: 0
}

.background-footer-img .footer {
    position: relative;
    z-index: 1
}

.background-footer-img .footer h2 {
    text-align: center;
    color: #fff
}

.background-footer-img .footer .footer-call {
    -webkit-border-radius: 0;
    border-radius: 0;
    background: rgba(255, 255, 255, .9);
    -webkit-box-shadow: 10px 10px 20px rgba(0, 0, 0, .5);
    box-shadow: 10px 10px 20px rgba(0, 0, 0, .5);
    height: 350px;
    padding: 0 20px
}

.background-footer-img .footer .footer-call .button-footer {
    padding-top: 20px
}

.background-footer-img .footer .footer-call .logo {
    padding: 10px 0 0 0
}

.background-footer-img .footer .footer-call .logo img {
    width: 200px
}

.background-footer-img .footer .footer-call .phone {
    padding: 15px 0 0 0;
    color: #17b0ff
}

.background-footer-img .footer .footer-call .phone p {
    font-size: 20px;
    line-height: 18px
}

.background-footer-img .footer .footer-call .phone-mobile {
    display: none
}

.background-footer-img .footer .footer-call .adress {
    padding: 15px 0 0 0;
    margin: 0
}

.background-footer-img .footer .footer-call .adress p {
    color: #17b0ff;
    font-size: 16px
}

@media (max-width:1199.98px) {
    .background-header-img {
        height: 700px
    }

    .head .button-head .btn {
        padding: 10px 15px
    }

    .body-header {
        padding-top: 200px
    }

    .body-header .form-box p {
        line-height: 21px
    }

    .footer-header .romb-content {
        margin-top: 150px
    }

    .footer-header h2 {
        font-size: 22px;
        line-height: 26px
    }

    .footer-header img {
        width: 25%
    }

    .footer-header .romb {
        width: 245px;
        height: 245px;
        margin-left: 145px;
        margin-top: 188px
    }

    .description-company {
        margin-top: 50px
    }

    .description-company h2 {
        margin-bottom: 20px
    }

    .benefit {
        margin-top: 50px
    }

    .benefit h2 {
        margin-bottom: 20px
    }

    .benefit .benefit-box p {
        line-height: 26px
    }

    .equipment {
        margin-top: 30px
    }

    .equipment h2 {
        margin-bottom: 20px
    }

    .provide {
        margin-top: 30px
    }

    .provide h2 {
        margin-bottom: 20px
    }

    .provide .provide-box {
        padding: 0 10px
    }

    .provide .provide-box p {
        padding: 10px 0 2px;
        line-height: 26px
    }

    .feedback-form {
        margin-top: 25px;
        padding: 10px
    }

    .how-working {
        margin-top: 25px
    }

    .how-working h2 {
        margin-bottom: 0
    }

    .how-working .how-working-box {
        width: 100%;
        padding: 30px 0
    }

    .doubt .doubt-box {
        width: 900px
    }

    .ask-engineer {
        margin-top: 30px
    }

    .company h2 {
        margin-top: 50px
    }

    #popup_callback {
        max-width: 630px
    }

    .reviews {
        margin-top: 50px
    }
}

@media (max-width:991.98px) {
    .background-header-img {
        height: auto;
        padding-bottom: 50px
    }

    .body-header {
        padding-top: 170px
    }

    .body-header h1 {
        font-size: 36px;
        padding-left: 40px
    }

    .body-header ul {
        margin-top: 0;
        padding-top: 5px
    }

    .body-header ul li {
        margin-left: 40px
    }

    .body-header .form-box {
        margin-top: 20px
    }

    .body-header .form-box h2 {
        font-size: 24px
    }

    .body-header .form-box p {
        line-height: 21px
    }

    .footer-header .romb-content {
        margin-top: 120px
    }

    .footer-header h2 {
        font-size: 18px;
        line-height: 26px;
        margin-top: 5px
    }

    .footer-header img {
        width: 25%
    }

    .footer-header .romb {
        width: 200px;
        height: 200px;
        margin-left: 105px;
        margin-top: 138px
    }

    .description-company h2 {
        margin-bottom: 20px
    }

    .benefit {
        margin-top: 50px
    }

    .benefit h2 {
        margin-bottom: 20px
    }

    .benefit .benefit-box p {
        line-height: 26px;
        font-size: 16px
    }

    .equipment {
        margin-top: 30px
    }

    .equipment h2 {
        margin-bottom: 20px
    }

    .equipment .equipment-box p {
        font-size: 16px
    }

    .provide {
        margin-top: 30px
    }

    .provide h2 {
        margin-bottom: 20px
    }

    .provide .provide-box {
        padding: 0 10px
    }

    .provide .provide-box p {
        padding: 10px 0 2px;
        line-height: 26px;
        font-size: 16px
    }

    .feedback-form {
        margin-top: 25px;
        padding: 10px
    }

    .how-working {
        margin-top: 25px
    }

    .how-working h2 {
        margin-bottom: 0
    }

    .how-working .how-working-box {
        width: 100%;
        padding: 30px 0
    }

    .how-working .how-working-box p strong {
        font-size: 16px
    }

    .doubt {
        margin-top: 30px;
        margin-bottom: 50px
    }

    .doubt .doubt-box {
        width: 768px
    }

    .doubt .doubt-box .doubt-box-minus {
        margin-bottom: 0
    }

    .doubt .doubt-box .doubt-box-plus {
        padding-left: 0
    }

    .doubt .doubt-box img {
        margin-bottom: 20px
    }

    .ask-engineer {
        margin-top: 30px
    }

    .ask-engineer .form-box {
        margin: 0;
        padding-left: 0
    }

    .ask-engineer .engeneer {
        padding-left: 0
    }

    .company img {
        width: 80%
    }

    .company h2 {
        margin-top: 50px
    }

    .background-footer-img .footer .footer-call .button-footer .btn {
        padding: 10px
    }

    .background-footer-img .footer .footer-call .phone p {
        font-size: 18px
    }

    .background-footer-img .footer .footer-call .adress {
        padding: 0
    }

    .background-footer-img .footer .footer-call .adress p {
        font-size: 14px
    }

    .background-footer-img .footer .footer-call .logo {
        padding: 0
    }

    #popup_callback {
        max-width: 500px;
        padding-top: 25px;
        padding-bottom: 25px
    }

    #popup_callback .modal-header {
        width: 100%;
        line-height: 25px;
        margin-bottom: 10px
    }

    #popup_callback .modal-form button,
    #popup_callback .modal-form input {
        width: 100%
    }

    #popup_callback>.close {
        margin-top: -20px
    }
}

@media (max-width:767.98px) {
    .head #logo {
        text-align: center
    }

    .head #logo img {
        width: 200px
    }

    .head #logo-blue {
        -webkit-transition: ease .5s;
        -o-transition: ease .5s;
        transition: ease .5s;
        display: none
    }

    .head .phone-mobile {
        display: block;
        margin-top: 0
    }

    .head .phone-mobile a {
        color: #fff
    }

    .head .button-head {
        margin-top: 0
    }

    .body-header {
        padding-top: 300px
    }

    .body-header .form-box {
        margin: 0 10px;
        margin-top: 20px
    }

    .footer-header .romb-content {
        margin-top: 120px
    }

    .footer-header h2 {
        font-size: 18px;
        line-height: 24px;
        margin-top: 85px
    }

    .footer-header img {
        width: 45%
    }

    .footer-header .romb {
        width: 150px;
        height: 150px;
        margin-left: 74px;
        margin-top: 115px
    }

    .description-company img {
        width: 40px
    }

    .description-company h2 {
        margin-bottom: 20px
    }

    .equipment {
        margin-top: 30px
    }

    .equipment h2 {
        margin-bottom: 20px
    }

    .equipment .equipment-box .br-2 {
        display: block
    }

    .equipment .equipment-box p {
        font-size: 16px
    }

    .provide {
        margin-top: 30px
    }

    .provide h2 {
        margin-bottom: 20px
    }

    .provide .provide-box {
        padding: 15px 30%
    }

    .provide .provide-box p {
        padding: 10px 0 2px;
        line-height: 26px;
        font-size: 16px
    }

    .feedback-form {
        margin-top: 25px;
        padding: 10px
    }

    .feedback-form .form-box .btn {
        font-size: 18px
    }

    .how-working {
        margin-top: 25px
    }

    .how-working h2 {
        margin-bottom: 0
    }

    .how-working .how-working-box {
        width: 100%;
        padding: 30px 0
    }

    .how-working .how-working-box p {
        text-align: center
    }

    .how-working .how-working-box p strong {
        font-size: 16px
    }

    .doubt .doubt-box {
        width: 576px
    }

    .doubt .doubt-box p {
        font-size: 16px
    }

    .doubt .doubt-box h3 {
        font-size: 18px;
        margin-bottom: 10px
    }

    .ask-engineer {
        margin-top: 30px
    }

    .ask-engineer .form-box {
        margin: 0;
        padding-left: 0;
        border-right: none;
        padding: 10px 0
    }

    .ask-engineer .engeneer {
        display: none;
        padding-left: 0
    }

    .company img {
        width: 100%
    }

    .company h2 {
        margin-top: 50px
    }

    .background-footer-img {
        height: auto
    }

    .background-footer-img .footer .footer-call {
        margin-top: 20px;
        height: 340px
    }

    .background-footer-img .footer .footer-call .button-footer .btn {
        padding: 10px
    }

    .background-footer-img .footer .footer-call .phone {
        display: none
    }

    .background-footer-img .footer .footer-call .phone p {
        font-size: 18px
    }

    .background-footer-img .footer .footer-call .phone-mobile {
        display: block;
        padding: 15px 0 0 0
    }

    .background-footer-img .footer .footer-call .phone-mobile p a {
        font-size: 20px;
        line-height: 18px;
        color: #17b0ff
    }

    .background-footer-img .footer .footer-call .adress {
        padding: 0
    }

    .background-footer-img .footer .footer-call .adress p {
        font-size: 14px
    }

    .background-footer-img .footer .footer-call .logo {
        padding: 0
    }

    #popup_callback {
        max-width: 380px
    }

    #popup_callback .modal-form input {
        font-size: 14px
    }

    #popup_callback .modal-form .btn {
        margin-top: 10px;
        font-size: 18px
    }
}

@media (max-width:575.98px) {
    .col-xs-12 {
        width: 100%
    }

    .col-xs-4 {
        width: 33%
    }

    .col-xs-3 {
        width: 25%
    }

    .col-xs-6 {
        width: 50%;
        padding: 0 20px
    }

    .head {
        padding: 0
    }

    .head #logo {
        text-align: center;
        margin-bottom: 0
    }

    .head #logo img {
        width: 220px
    }

    .head #logo-blue {
        -webkit-transition: ease .5s;
        -o-transition: ease .5s;
        transition: ease .5s;
        display: none
    }

    .head .phone {
        display: none
    }

    .head .phone-mobile {
        display: block;
        padding-top: 10px;
        float: left;
        margin: 0
    }

    .head .phone-mobile a {
        color: #fff
    }

    .head .phone-mobile p {
        letter-spacing: 0;
        font-size: 16px
    }

    .head .button-head {
        width: 140px;
        padding-top: 5px;
        padding-bottom: 5px;
        margin-top: 5px;
        float: right
    }

    .head .button-head .btn {
        line-height: 24px;
        font-size: 18px
    }

    .body-header {
        padding-top: 256px
    }

    .body-header h1 {
        padding-left: 10px;
        font-size: 32px;
        line-height: 40px
    }

    .body-header ul li {
        font-size: 16px
    }

    .body-header .form-box {
        margin: 0 10px;
        margin-top: 40px
    }

    .body-header .form-box h2 {
        font-size: 21px;
        line-height: 26px
    }

    .body-header .form-box .btn {
        font-size: 18px
    }

    .body-header .form-box .input-with-icon input {
        font-size: 14px;
        margin: 0
    }

    .footer-header .romb-content {
        margin-top: 120px
    }

    .footer-header h2 {
        font-size: 16px;
        line-height: 24px;
        margin-top: 10px
    }

    .footer-header img {
        width: 55%
    }

    .footer-header .romb {
        display: none;
        width: 250px;
        height: 250px;
        margin-left: 47%;
        margin-top: 115px
    }

    .description-company .text-center {
        display: none
    }

    .description-company .text-right {
        text-align: left
    }

    .description-company h2 {
        margin-bottom: 20px
    }

    .description-company h3 {
        margin: 10px 0
    }

    .description-company h3 span {
        font-size: 16px
    }

    .equipment {
        margin-top: 30px
    }

    .equipment h2 {
        margin-bottom: 20px
    }

    .equipment .equipment-box .br-2 {
        display: none
    }

    .equipment .equipment-box p {
        font-size: 16px
    }

    .provide {
        margin-top: 30px
    }

    .provide h2 {
        margin-bottom: 20px
    }

    .provide .provide-box {
        padding: 15px 10%
    }

    .provide .provide-box p {
        padding: 10px 0 2px;
        line-height: 26px;
        font-size: 16px
    }

    .feedback-form {
        margin-top: 25px;
        padding: 10px
    }

    .feedback-form .form-box .input-with-icon input {
        font-size: 18px
    }

    .feedback-form .form-box .btn {
        font-size: 18px
    }

    .how-working {
        margin-top: 25px
    }

    .how-working h2 {
        margin-bottom: 0
    }

    .how-working .how-working-box {
        width: 100%;
        padding: 30px 0
    }

    .how-working .how-working-box .fa {
        padding: 0;
        padding-top: 5px
    }

    .how-working .how-working-box p strong {
        font-size: 16px
    }

    .ask-engineer {
        margin-top: 30px
    }

    .ask-engineer .form-box {
        height: 340px;
        margin: 0;
        padding-left: 0;
        border-right: none;
        padding: 10px 0
    }

    .ask-engineer .form-box h2 {
        font-size: 21px;
        margin-top: 0
    }

    .ask-engineer .form-box p {
        padding: 10px;
        margin-bottom: 0
    }

    .ask-engineer .form-box .btn {
        margin: 20px 0 10px
    }

    .ask-engineer .engeneer {
        display: none;
        padding-left: 0
    }

    .company img {
        width: 100%
    }

    .company h2 {
        margin-top: 0
    }

    .background-footer-img .footer .footer-call {
        margin-top: 20px;
        height: 340px
    }

    .background-footer-img .footer .footer-call .button-footer .btn {
        padding: 10px
    }

    .background-footer-img .footer .footer-call .phone {
        display: none
    }

    .background-footer-img .footer .footer-call .phone p {
        font-size: 18px
    }

    .background-footer-img .footer .footer-call .phone-mobile {
        display: block;
        padding: 15px 0 0 0
    }

    .background-footer-img .footer .footer-call .phone-mobile p a {
        font-size: 20px;
        line-height: 18px;
        color: #17b0ff
    }

    .background-footer-img .footer .footer-call .adress {
        padding: 0
    }

    .background-footer-img .footer .footer-call .adress p {
        font-size: 14px
    }

    .background-footer-img .footer .footer-call .logo {
        padding: 0
    }
}

@media (max-width:379.98px) {
    .col-xss-6 {
        margin: 0;
        padding: 0
    }

    .col-xss-6 .phone-mobile {
        padding-left: 15px
    }

    .col-xss-6 .button-head {
        margin-right: 10px
    }

    .head {
        padding: 0
    }

    .head #logo {
        text-align: center;
        margin-bottom: 0
    }

    .head #logo img {
        width: 220px
    }

    .head #logo-blue {
        -webkit-transition: ease .5s;
        -o-transition: ease .5s;
        transition: ease .5s;
        display: none
    }

    .head .phone {
        display: none
    }

    .head .phone-mobile {
        display: block;
        padding-top: 10px;
        float: left;
        margin: 0
    }

    .head .phone-mobile a {
        color: #fff
    }

    .head .phone-mobile p {
        letter-spacing: 0;
        font-size: 14px
    }

    .head .button-head {
        width: 140px;
        padding-top: 5px;
        padding-bottom: 5px;
        margin-top: 5px;
        float: right
    }

    .head .button-head .btn {
        line-height: 24px;
        font-size: 16px
    }

    .body-header {
        padding-top: 256px
    }

    .body-header h1 {
        padding-left: 0;
        font-size: 28px;
        line-height: 40px
    }

    .body-header ul li {
        margin-left: 20px;
        font-size: 16px
    }

    .body-header .form-box {
        padding: 10px;
        margin: 0 10px;
        margin-top: 40px
    }

    .body-header .form-box h2 {
        font-size: 19px;
        line-height: 26px
    }

    .body-header .form-box p {
        font-size: 14px
    }

    .body-header .form-box .btn {
        font-size: 16px
    }

    .body-header .form-box .input-with-icon input {
        font-size: 14px;
        margin: 0
    }

    .footer-header .romb-content {
        margin-top: 120px
    }

    .footer-header h2 {
        font-size: 16px;
        line-height: 24px;
        margin-top: 0
    }

    .footer-header img {
        width: 30%
    }

    .footer-header .romb {
        display: none
    }

    .footer-header .rcontent1 {
        margin-top: 30%
    }

    .footer-header .rcontent2 {
        margin-top: 75%
    }

    .footer-header .rcontent3 {
        margin-top: 120%
    }

    .description-company .text-center {
        display: none
    }

    .description-company .text-right {
        text-align: left
    }

    .description-company h2 {
        margin-bottom: 5px
    }

    .benefit h2 {
        padding: 0 20px
    }

    .benefit .benefit-box h5 {
        display: none
    }

    .benefit .benefit-box p {
        line-height: 23px
    }

    .equipment {
        margin-top: 30px
    }

    .equipment h2 {
        margin-bottom: 20px
    }

    .equipment .equipment-box p {
        font-size: 16px
    }

    .provide {
        margin-top: 30px
    }

    .provide h2 {
        margin-bottom: 20px
    }

    .provide .provide-box {
        padding: 15px 10%
    }

    .provide .provide-box p {
        padding: 10px 0 2px;
        line-height: 26px;
        font-size: 16px
    }

    .feedback-form {
        margin-top: 25px;
        padding: 10px
    }

    .feedback-form .form-box {
        padding: 10px
    }

    .feedback-form .form-box .input-with-icon input {
        font-size: 14px;
        margin: 0 0
    }

    .feedback-form .form-box .btn {
        font-size: 16px;
        line-height: 22px;
        margin: 15px 0 0
    }

    .how-working {
        margin-top: 25px
    }

    .how-working h2 {
        margin-bottom: 0
    }

    .how-working .how-working-box {
        width: 100%;
        padding: 30px 0
    }

    .how-working .how-working-box .fa {
        padding: 0;
        padding-top: 5px
    }

    .how-working .how-working-box p {
        padding-top: 0;
        margin-top: 0;
        padding-bottom: 15px;
        line-height: 24px;
        text-align: center
    }

    .how-working .how-working-box p strong {
        font-size: 16px
    }

    .ask-engineer {
        margin-top: 0
    }

    .ask-engineer .form-box {
        height: 340px;
        margin: 0;
        padding-left: 0;
        border-right: none;
        padding: 10px 0
    }

    .ask-engineer .form-box h2 {
        font-size: 21px;
        margin-top: 0
    }

    .ask-engineer .form-box p {
        font-size: 14px;
        padding: 10px;
        margin-bottom: 0
    }

    .ask-engineer .form-box .btn {
        margin: 20px 0 10px
    }

    .ask-engineer .engeneer {
        display: none;
        padding-left: 0
    }

    .company img {
        width: 115%;
        margin-left: -5px
    }

    .company h2 {
        margin-top: 0
    }

    .caption h2 {
        font-size: 20px;
        line-height: 25px
    }

    .background-footer-img .footer h2 {
        padding: 15px 0
    }

    .background-footer-img .footer .footer-call {
        margin-top: 20px;
        height: 330px
    }

    .background-footer-img .footer .footer-call .button-footer .btn {
        padding: 10px;
        font-size: 16px
    }

    .background-footer-img .footer .footer-call .phone {
        display: none
    }

    .background-footer-img .footer .footer-call .phone p {
        font-size: 18px
    }

    .background-footer-img .footer .footer-call .phone-mobile {
        display: block;
        padding: 15px 0 0 0
    }

    .background-footer-img .footer .footer-call .phone-mobile p {
        margin: 3px
    }

    .background-footer-img .footer .footer-call .phone-mobile p a {
        font-size: 16px;
        color: #17b0ff
    }

    .background-footer-img .footer .footer-call .adress {
        padding: 3px 10px
    }

    .background-footer-img .footer .footer-call .adress p {
        font-size: 14px
    }

    .background-footer-img .footer .footer-call .logo {
        padding: 0
    }
}

@media (min-width:567.98px) {
    .m-links-mobile {
        display: none
    }
}

@media (min-width:1199.98px) {
    .menu__links span {
        display: none
    }
}

@media (max-width:1199.98px) {
    .head .phone {
        margin: 0;
        margin-top: 3px
    }

    .head .phone p {
        float: none;
        font-size: 14px;
        margin-bottom: -5px;
        font-weight: 400
    }

    .social-desc {
        display: none
    }
}

@media (max-width:991.98px) {
    .head {
        height: 65px
    }

    .head .call-item p {
        margin-top: -3px
    }

    .menu__links {
        margin: -6px 0
    }
}

@media (max-width:767.98px) {
    .menu__links {
        position: fixed;
        width: 100%;
        margin-top: 160px;
        -webkit-border-radius: 0;
        border-radius: 0
    }

    .head {
        height: 80px
    }

    .head .phone p {
        margin-bottom: -2px;
        font-size: 15px
    }

    .menu__links-animate {
        margin-top: 80px
    }

    .menu {
        margin: 14.5px 0
    }

    .head .call-item {
        margin: 10px 0
    }

    .menu__links-item {
        padding: 3px 10px
    }
}

@media (max-width:576.98px) {
    .head {
        height: 70px
    }

    .head #logo {
        padding: 5px 0
    }

    .head #logo img {
        width: 170px
    }

    .menu__links {
        margin-top: 125px
    }

    .menu__links-item {
        padding: 0 10px;
        font-size: 15px
    }

    .menu__links-animate {
        margin-top: 70px
    }

    .menu__links-animate .menu__links-item {
        padding: 2px 10px
    }

    .menu {
        margin: 8.5px 0
    }

    .head .call-item {
        margin: 3px 0
    }

    .menu__links-item {
        text-transform: none
    }
}

@media (min-width:991.98px) and (max-width:1439.98px) {
    .head .phone p {
        margin-bottom: -3px
    }
}

@media (max-width:1449.98px) {
    .body-header .form-box {
        padding: 10px 20px
    }

    .body-header h3 {
        font-size: 27px
    }

    .body-header h1 {
        font-size: 33px;
        line-height: 34px
    }

    .body-header ul {
        padding-top: 10px
    }

    .body-header ul li {
        line-height: 24px
    }
}

@media (max-width:1199.98px) {
    .pay-the-order {
        margin-bottom: 50px
    }

    .pay-the-order .pto-img img {
        height: auto;
        width: 100%;
        margin: 0
    }

    .our-equipment .oe-item h2 {
        padding: 15px 5px 10px;
        font-size: 20px
    }

    .our-equipment .oe-item .callback .btn {
        padding: 10px
    }

    .reviews .reviews-box h3 br {
        display: none
    }

    .block-advantages .ba-item {
        height: 250px
    }

    .ball {
        margin-left: -60px
    }

    .our-equi .box-our-e .block-name {
        border: 0
    }

    .our-equi .box-our-e .block-icon {
        width: 95%
    }

    .ask-engineer .form-box {
        margin: 0 15px
    }

    .ask-engineer .form-box .input-with-icon input {
        font-size: 18px
    }
}

@media (max-width:991.98px) {
    .body-header h1 {
        font-size: 30px;
        line-height: 36px
    }

    .body-header ul li {
        font-size: 16px
    }

    .reviews .reviews-box h3 br {
        display: block
    }

    .pay-the-order .pto-img {
        text-align: center
    }

    .pay-the-order .pto-img img {
        width: 300px
    }

    .our-equipment .oe-item {
        margin-bottom: 30px
    }

    .block-advantages .ba-item {
        height: 275px
    }

    .description-com .dc-box {
        margin-bottom: 30px
    }

    #popup_callback {
        min-height: 275px
    }

    .our-equi .box-our-e .block-icon {
        width: 100%
    }

    .our-equi .box-our-e .block-icon img {
        width: 70px
    }

    .what-connect .wc-block {
        padding: 30px
    }

    .description-com-table table td {
        float: left;
        width: 100%;
        margin: 0
    }
}

@media (max-width:767.98px) {
    .body-header h1 {
        font-size: 32px
    }

    .background-header-img {
        height: auto;
        padding-bottom: 55px
    }

    .block-advantages .col-sm-4 {
        padding: 1px
    }

    .block-advantages .ba-item p {
        line-height: 20px
    }

    .description-company h3 .fas {
        margin: 20px 20px 20px 0
    }

    .reviews .reviews-box img {
        width: 60%;
        margin: 0 20%
    }

    .reviews .reviews-box h3 br {
        display: none
    }

    .block-advantages .ba-item {
        height: 290px
    }

    .caption h2 {
        line-height: 30px
    }

    #popup_callback {
        min-height: auto
    }

    .what-connect .wc-block {
        margin: 20px 70px 0;
        padding: 60px
    }

    .se-text .img-left,
    .se-text .img-ob,
    .se-text .img-right {
        width: 100%;
        float: none;
        margin: 0;
        margin-bottom: 20px
    }
}

@media (max-width:576.98px) {
    .body-header h1 {
        font-size: 27px;
        line-height: 33px
    }

    .pay-the-order .pto-img img {
        width: 230px
    }

    .block-advantages .ba-item {
        height: auto
    }

    .description-company h3 {
        line-height: 21px;
        text-align: center
    }

    .description-company h3 .fas {
        margin: 10px 0 20px;
        font-size: 60px;
        width: 100%;
        text-align: center;
        float: none
    }

    .our-equi .box-our-e .block-icon {
        text-align: center
    }

    .our-equi .box-our-e .block-icon img {
        width: 30%;
        margin: 15px 35%
    }

    .our-equi .box-our-e .box-block-price h4 {
        margin-top: 25px
    }

    .what-connect .wc-block {
        margin: 20px 30px 0
    }
}

@media (max-width:479.98px) {
    .what-connect .wc-block {
        margin: 20px 0 0
    }
}

@media (min-width:1200px) and (max-width:1440px) {
    .background-header-img {
        height: 100vh
    }

    .body-header {
        padding-top: 200px
    }
}

@media (min-width:576px) and (max-width:768px) {
    .description-company .text-right h3 {
        text-align: right
    }

    .description-company .text-left h3 {
        text-align: left
    }
}

@media (min-width:380px) and (max-width:576px) {
    .footer-header {
        width: 380px;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0
    }
}

@media (min-width:473px) and (max-width:576px) {
    .doubt {
        margin-top: 30px;
        margin-bottom: 30px
    }

    .doubt .doubt-box {
        width: 470px
    }
}

@media (min-width:410px) and (max-width:472px) {
    .doubt {
        margin-top: 30px;
        margin-bottom: 30px
    }

    .doubt .doubt-box {
        width: 400px
    }

    .doubt .doubt-box img {
        width: 200px;
        height: 300px
    }

    .doubt .doubt-box-plus {
        margin-top: 50px
    }
}

@media (min-width:380px) and (max-width:410px) {
    .doubt {
        margin-top: 30px;
        margin-bottom: 30px
    }

    .doubt .doubt-box {
        width: 370px
    }

    .doubt .doubt-box img {
        width: 200px;
        height: 300px
    }

    .doubt .doubt-box p {
        line-height: 24px
    }

    .doubt .doubt-box-plus {
        margin-top: 80px
    }
}

@media (min-width:320px) and (max-width:576px) {
    #popup_callback {
        margin-top: -50px
    }
}

@media (min-width:320px) and (max-width:380px) {
    #popup_callback {
        max-width: 320px;
        padding-left: 20px;
        padding-right: 20px
    }

    #popup_callback .modal-header {
        font-size: 16px;
        line-height: 23px
    }

    #popup_callback .modal-form input {
        width: 100%;
        margin: 0 0;
        padding-left: 28px;
        font-size: 14px
    }

    #popup_callback .modal-form .btn {
        margin-top: 10px;
        font-size: 18px
    }

    #popup_callback>.close {
        margin-right: -15px
    }

    .doubt {
        margin-top: 30px;
        margin-bottom: 30px
    }

    .doubt .doubt-box {
        width: 310px
    }

    .doubt .doubt-box img {
        width: 200px;
        height: 300px
    }

    .doubt .doubt-box p {
        line-height: 22px
    }

    .doubt .doubt-box-plus {
        margin-top: 110px
    }
}