body {
    font-size: 14px;
}

header {
    padding-top: 25px;
}

h1 {
    font-size: 33px;
    text-align: center;
}



a:hover {
    text-decoration: none;
}

a:hover, a:focus {
    outline: none;
    color: #ED1D24;
}

.slogo {
    font-size: 18px;
}

.contacts .adress::before {
    content: '\f041';
    font-family: 'FontAwesome';
    font-size: 1.1em;
    display: inline-block;
    padding-right: 10px;
}

.contacts .time::before {
    content: '\f017';
    font-family: 'FontAwesome';
    font-size: 1.1em;
    display: inline-block;
    padding-right: 10px;
}

.callback {
    text-align: center;
}

.cards {
    padding: 5px;
}

.callback a {
    display: block;
}

.phone {
    font-size: 1.4em;
    font-weight: 300;
    text-decoration: none;
    color: #000;
    padding-bottom: 5px;
}

.button {
    padding: 8px 15px;
    background-color: #171718;
    color: #fff;
    text-decoration: none;
    max-width: 180px;
    margin: 0 auto;
    border: 1px solid #fff;
}

.button-f {
    padding: 8px 15px;
    background-color: #171718;
    color: #fff;
    text-decoration: none;
    margin: 0 auto;
    width: 330px;
    border: 1px solid #fff;
}

.mnu-wrapper {
    background: #282828;
    height: 45px;
}

.main-mnu {
    display: flex;
    justify-content: space-around;
    padding: 0 18px;
    margin-top: 12px;
}

.main-mnu a {
    padding: 15px 25px;
    font-size: 1.1em;
    color: #fff;
    text-decoration: none;
    transition: all .4s ease-out;
}

.main-section {
    background: url(../img/main-bg.jpg);
    padding: 85px 0;
    text-align: left;
    color: #fff;
}

.main-section .request-form {
    text-align: center;
}

.main-title {
    color: #ED1D24;
}

b.main-title {
    font-size: 2.3em;
    font-weight: 100;
}

.form-group .form-control {
    border-radius: 4px;
    border: 1px solid #fff;
    background: transparent;
    box-shadow: none;
    max-width: 330px;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.main-content {
    padding: 50px 0;
}

.main-content h2 {
    text-transform: uppercase;
}

.causes-wrapp {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 20px;
    border-bottom: 2px solid #d0d0d0;
}

.cause-item {
    text-align: center;
    padding: 20px 30px;
}

.cause-item .cause-img {
    min-height: 81px;
    display: flex;
    justify-content: center;
    align-content: center;
    padding-bottom: 10px;
}

.cause-item .caption {
    max-width: 150px;
}

.cause-item .strong {
    font-weight: 600;
    color: #ED1D24;
    display: block;
    padding-top: 10px;
    text-transform: uppercase;
}

.main-bg-title {
    text-align: center;
    font-size: 29px;
    text-transform: uppercase;
    color: #4c4c4c;
    padding: 35px 0;
}

.service-item {
    display: flex;
    background: #fafafa;
    margin-bottom: 10px;
    height: auto;
}

.slick-list.draggable {
    height: 130px;
}

.service-caption {
    padding: 90px 50px 0 55px;
}

.service-img.main-img {
    padding-top: 50px;
}

.service-img img {
    padding: 40px 0 30px 0;
}

.service-name {
    font-size: 28px;
    color: #ED1D24;
}

.title {
    font-size: 20px;
    text-align: center;
    color: #fff;
}

.sale-form {
    padding-top: 10px;
}

.form-inline .form-group {
    display: inline-block;
    vertical-align: middle;
}

.form .form-control {
    border-radius: 0;
    border: 1px solid #fff;
    background: transparent;
}

.form-group {
    padding: 0 5px;
}

.banner-1 {
    padding: 13px;
    background: url(../img/banner-form-1.jpg);
    text-align: center;
    margin-top: 60px;
}

.banner-1 p {
    color: #fff;
}
.banner-1 .sale-form label {
    margin-bottom: 10px;
}
.formBtn {
    background-color: #171718;
    padding: 6px 25px;
    border: 1px solid #fff;
    color: #fff;
    transition: all 0.4s linear;
    display: inline-block;
}

.banner-form {
    padding: 6px 30px;
}

.advant-wrapp {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.advant-item {
    text-align: center;
    margin-bottom: 20px;
}

.advant-item .advantageImg {
    padding-bottom: 10px;
}

.advant-item .advamtageText {
    max-width: 200px;
    padding-bottom: 20px;
}

.advantage-title {
    font-weight: 600;
}

.reviews {
    padding: 45px 0;
    background: url(../img/reviews-bg.jpg) no-repeat;
    background-size: cover;
    color: #fff;
    margin: 60px 0 0 0;
}

.reviews-title {
    color: #fff;
    text-align: center;
    font-size: 29px;
    text-transform: uppercase;
}

.how-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.how-item {
    margin-bottom: 30px;
    text-align: center;
    position: relative;
}

.how-item img {
    max-width: 90px;
}

.how-text {
    font-size: 18px;
    padding-top: 15px;
}

.how-item::before {
    position: absolute;
    right: -70px;
    top: 35px;
    content: '\f18e';
    font-family: 'FontAwesome';
    font-size: 52px;
    color: #595959;
}

.how-item:last-child:before{
    display: none;
}

.application {
    background: url(../img/main-app-bg.jpg);
    padding-bottom: 20px;
}

.app-title {
    text-align: center;
    font-size: 25px;
    color: #00a8ff;
    padding-top: 35px;
}

.application p {
    text-align: center;
    color: #fff;
}

.banner-3-form {
    padding: 20px 0;
    text-align: center;
}

.form-group select {
    height: 36px;
    width: 218px;
}

#banner3-form-name, #banner3-form-phone {
    background: #fff;
    border-radius: 0;
    width: 218px;
}

.formBtn-2 {
    background-color: #171718;
    padding: 8px 25px;
    border: 1px solid #fff;
    color: #fff;
    transition: all 0.4s linear;
    display: inline-block;
    margin-top: 25px;  
}

.footer {
    padding: 20px 0;
    background: #2d2d2d;
    color: #fff;
}

.footer-menu {
    padding-top: 15px;
}

.footer .mnu {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block;
    padding-right: 20px;
}

.footer .contacts {
    padding-top: 25px;
}

.footer .callback p {
    display: inline-block;
    vertical-align: bottom;
    padding-right: 5px;
}
.footer .phone {
    color: #fff;
}

.reviews .slider {
    position: relative;
    padding: 40px 0;
}

.reviews .slide-img {
    border-radius: 50%;
    border: 1px solid #fff;
    padding: 0;
    overflow: hidden;
    margin: 10px;
}

.reviews .slide-text {
    background: #fff;
    color: #000;
    margin: 0 30px;
    padding: 15px 25px;
}

.elementWrap {
    background: url(../img/reviews-element.png) no-repeat;
    position: absolute;
    bottom: 0;
    margin-left: 130px;
    height: 50px;
    width: 50px;
}

.reviews .slick-prev::before {
    background: url(../img/left-arrow.png);
}

.reviews .slick-arrow::before {
    content: '';
    width: 16px;
    height: 30px;
    display: inline-block;
}

.reviews .slick-next::before {
    background: url(../img/right-arrow.png);
}

.reviews .slick-arrow::before {
    content: '';
    width: 16px;
    height: 30px;
    display: inline-block;
}

.reviews .slick-dots li button::before {
    content: "";
    width: 10px;
    height: 10px;
    color: #fff;
    opacity: 1;
    border: 1px solid #fff;
    border-radius: 50%;
}

.reviews .slick-dots li.slick-active button::before {
    background: #fff;
}

.contacts-block {
    text-align: center;
}

.contacts-block .contact-item {
    padding: 30px 0;
}

.contacts-block h1 {
    padding-top: 30px;
}

.cont-title {
    text-transform: uppercase;
    color: #000;
    font-size: 2em;
    font-weight: 300;
    text-align: center;
}

.map {
    padding-bottom: 50px;
}

.cont-btn {
    padding: 6px 30px;
    background: #ED1D24;
    border-radius: 0;
    border: 1px solid #ED1D24;
    color: #ffffff;
    font-weight: 600;
}

.cont-btn:hover {
    background: #fff;
    border: 1px solid #ED1D24F;
    color: #ED1D24;
    font-weight: 600;
}

#more-reviews {
    background: #fff;
    border: 1px solid #00A8FF;
    color: #00A8FF;
}

#more-reviews:hover {
    background: #00A8FF;
    border: 1px solid #00A8FF;
    color: #fff;
}

.buttons .cont-btn {
    width: 270px;
}

.contact-phone::before {
    background: url(../img/phone-ico.png);
    left: 105px;
    top: -2px;
}

.contact-adress::before {
    background: url(../img/loc-ico.png);
    width: 14px !important;
    left: -5px;
}

.contact-time::before {
    background: url(../img/clock-ico.png);
    left: 49px;
}

.contact-item::before {
    display: inline-block;
    margin-right: 10px;
    content: "";
    width: 20px;
    height: 20px;
}

.banner-3 {
    background: url(../img/banner-3.png);
    color: #fff;
    position: relative;
    padding-top: 25px;
    padding-bottom: 20px;
}

.lightTitle {
    text-transform: uppercase;
}

.banner-3-content {
    width: 600px;
    overflow: hidden;
    text-align: left;
}

.banner-3-content textarea {
    margin-top: 20px;
    padding: 5px;
    height: 90px;
    width: 534px;
    resize: none;
    color: #c6c6c6;

}

.tel_form_input {
    width: 240px;
    height: 35px;
    text-align: center;
    color: #acacac;
    margin-top: 10px;
    border: none;
}

.tel_button {
    width: 280px;
    height: 35px;
    text-align: center;
    border: none;
    display: block;
    color: #fff;
    cursor: pointer;
    margin: -35px 254px 0;
    background: #ED1D24;
}

.baner3-img {
    position: absolute;
    bottom: 0;
    right: 15%;
}

.reviews-section {
    padding: 50px 0;
}

.reviews-section .title {
    text-transform: uppercase;
    color: #000;
    font-size: 2em;
    font-weight: 300;
    text-align: center;
    padding-bottom: 30px;
}

.review-item {
    padding: 15px 0;
}

.review-photo {
    text-align: center;
    font-weight: 600;
}

.review-photo img {
    max-width: 90px;
    border-radius: 50%;
    margin-bottom: 5px;
}

.review-descr {
    padding: 15px;
    background: #ececec;
    position: relative;
}

.review-descr::before {
    position: absolute;
    content: '\f0d9';
    font-family: 'FontAwesome';
    font-size: 42px;
    bottom: -5px;
    left: -10px;
    color: #ececec;
}

.reviews-form {
    margin-top: 20px;
    padding: 20px 60px;
    text-align: center;
    background: #ececec;
}

.reviews-form .form-group {
    padding-right: 50px;
}

.form-group .form-control {
    border: 1px solid #c8c8c8;
    background: transparent;
    box-shadow: none;
    max-width: 250px;
    margin: 0 auto;
    background: #fff;
    border-radius: 0;
}

.reviews-form textarea {
    margin-top: 15px;
    padding: 10px;
    width: 63%;
    margin-left: -45px;
    border: 1px solid #c8c8c8;

}
.reviews-form .form-control {
    padding: 6px 18px;
}

.rew_button {
    width: 240px;
    height: 35px;
    text-align: center;
    border: none;
    display: block;
    color: #fff;
    margin: 0 auto;
    background: #ED1D24;
    margin-top: 15px;
}

.title-form {
    font-size: 20px;
    color: #000;
    padding-bottom: 15px;
}

.price {
    background: url(../img/price-bg.jpg);
}

.header-section {
    min-height: 340px;
    position: relative;
    color: #fff;
    text-align: center;
    padding-bottom: 20px;
}

.header-section h1 {
    padding-top: 30px;
    color: #171718;
    padding-bottom: 20px;
}

.header-section .button-p {
    margin-top: 20px;
    color: #000;
    border: 1px solid #000;
    position: relative;
    min-height: 37px;
    font-size: 13px;
    padding: 10px 35px;
    outline: none;
    width: 240px;
    background: transparent;
}

.main-price {
    padding-top: 30px;
}

.price-content {
    padding: 30px 0;
}

.info {
    padding-left: 30px;
    margin: 0;list-style: none;
    margin-top: 10px;
    margin-bottom: 50px;
}

.info li {
    padding-bottom: 15px;
    font-weight: 600;
    position: relative;
}

.info li::before {
    content: '\f058';
    position: absolute;
    left: -22px;
    top: -4px;
    color: #171718;
    font-family: 'FontAwesome';
    font-size: 20px;
}

.sidebar {
    padding: 30px 20px;
}

.sidebar .advant-item {
    margin-bottom: 50px;
    border: 1px solid #ED1D24;
    height: 245px;
    width: auto;
}

.advant-item .advantageImg {
    padding-bottom: 10px;
    padding-top: 15px;
}

.sidebar .advantage-title {
    font-weight: 600;
}

.sidebar .advant-item .advamtageText {
    margin: 0 auto;
}

thead {
    background-color: #ededed;
}

tbody tr:hover {
    background-color: #FFA6A6;
    border-bottom: 2px solid #ED1D24;
    border-top: 2px solid #ED1D24;
}

.price-content .title {
    color: #000;
    padding-bottom: 40px;
    text-transform: uppercase;
}

.price-button {
    text-align: center;
    margin: 30px 0 10px 0;
}

.priceBtn {
    text-align: center;
    border: none;
    color: #fff;
    cursor: pointer;
    margin: 0 auto;
    background: #000;
    padding: 10px 30px;
}

.info-block {
    padding-top: 70px;
}

.info-title {
    text-align: center;
    padding-bottom: 20px;
}

.info-content {
    padding-bottom: 100px;
}

.services .servicesWrapp {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 50px 0;
}

.servicetitle {
    text-align: center;
    font-size: 24px;
}

.info-service-item {
    width: 230px;
    overflow: hidden;
    padding: 10px 15px;
    position: relative;
}

.servicesWrapp .serviceImg {
    overflow: hidden;
}

.service-title {
    text-align: center;
    font-size: 29px;
    padding-top: 50px;
}

.main-bg-1 {
    background: url(../img/main-bg-1.jpg);
}

.service-grid .servicesWrapp .serviceOverlay {
    width: 220px;
    left: 53%;
}

.info-service-item .serviceOverlay {
    position: absolute;
    top: 45px;
    left: 50%;
    width: 300px;
    height: 250px;
    padding: 10px;
    transform: translate(-50%, 50%);
    opacity: 0;
    text-align: center;
    background-color: rgba(0,0,0, 0.6);
    background: #171718;
    transition: all 0.6s ease-out;
}

.info-service-item:hover .serviceOverlay {
    transform: translate(-50%, 0);
    opacity: 0.7;
}

.slideup-img {
    padding-top: 40px;
}

.header-section p {
    color: #000;
    font-size: 18px;
    width: 300px;
    margin: 0 auto;
    margin-bottom: 30px;
}

.main-bg-2 {
    background: url(../img/main-bg-2.jpg);
}

.main-bg-3 {
    background: url(../img/main-bg-3.jpg);
}

.main-bg-4 {
    background: url(../img/main-bg-4.jpg);
}

.main-bg-5 {
    background: url(../img/main-bg-5.jpg);
}

.main-bg-6 {
    background: url(../img/main-bg-6.jpg);
}

.price-content p {
    text-align: justify;
    padding-top: 20px;
}

.main-bg-7 {
    background: url(../img/main-bg-7.jpg);
}

.main-bg-8 {
    background: url(../img/main-bg-8.jpg);
}

.main-bg-9 {
    background: url(../img/main-bg-9.jpg);
}

.main-bg-10 {
    background: url(../img/main-bg-10.jpg);
}

.main-bg-11 {
    background: url(../img/main-bg-11.jpg);
}

.main-bg-12 {
    background: url(../img/main-bg-12.jpg);
}

.main-bg-13 {
    background: url(../img/main-bg-13.jpg);
}

.main-bg-14 {
    background: url(../img/main-bg-14.jpg);
}

.callback-form {

    max-width: 500px;
    margin: 0 auto;
    padding: 35px 35px 20px 35px;
    background: #282828;;
    text-align: center;
    position: relative;
    color: #fff;

}

.form-control-1 {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #000;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.callback-form p {
    font-size: 25px;
}

.callback-form span {
    font-size: 12px;
    padding-bottom: 10px;
}

.form-name {
    margin-top: 10px;
}

.form-control.main {
    max-width: 325px;
    margin: 0 auto;
}

.succes-mesage {
    max-width: 500px;
    margin: 0 auto;
    padding: 35px 35px 20px 35px;
    background: #282828;
    text-align: center;
    position: relative;
    color: #fff;
}

.hamburger {
    position: absolute;
    top: 0;
    right: 10px;
    z-index: 9999;
}

.main-mnu-mobile {
    display: none;
    text-align: center;
    transition: all 0.5s ease-out;
}

.main-mnu-mobile ul {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}

.main-mnu-mobile li {
    background-color: #282828;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
}

.main-mnu-mobile li a {
    color: #fff;
}

.mnu-slide {
    left: 0%;
}

.scrollup{
    width:40px;
    height:40px;
    opacity:0.3;
    position:fixed;
    bottom:50px;
    right:100px;
    display:none;
    text-indent:-9999px;
    background: url('../img/icon_top.png') no-repeat;
}

.checkbox label {
  display: inline-block;
  color: #fff;
}
.checkbox input[type="checkbox"] {
  margin-right: 10px;
}
.checkbox label a {
  color: #ED1E2C;
}
.checkbox.bot-form {
  text-align: center;
}
.banner-3-content .checkbox {
    text-align: center;
}

.footer-menu .mnu li a {
  color: #ED1D24;
}
.footer-menu .mnu li a:hover {
  color: #fff;
}
.breadcrumb a {
  color: #ED1D24;
  text-decoration: underline;
}
.cards {
  cursor: pointer;
}

.predator-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    }

    .predator-item {
    padding: 15px;
    width: 200px;
    text-align: center;
    background-size: cover;
}

.predator-item a {
    display: inline-block;
    margin-top: 10px;
}

/*------------------MEDIA--------------------*/

@media (max-width: 359px) {
     .form-control.main {
        max-width: 280px;
     }
    .button-f {
        width: 290px;
     }
}

@media (max-width: 650px) {
    .service-item {
        display: block;
    }

    .service-caption {
        text-align: center;
    }

    .banner-3-content {
        height: auto;
        width: 300px;
        margin: 20px auto;
    }

    .banner-3-content textarea {
        width: 280px;
    }

    .tel_form_input {
        display: block;
        margin: 10px auto;
        width: 280px;
    }

    .tel_button {
        display: block;
        margin: 10px auto;
    }

    .get_red_ask_modal_btn {
        margin-bottom: 10px;
    }

    .contacts-block .contact-item {
        padding: 10px 0;
    }
}

@media (max-width: 992px) {
    .how-wrapper {
        justify-content: center;
    }

    .how-item::before {
        display: none;
     }
    .reviews .slick-arrow::before {
        display: none;
     }
}

@media (max-width: 767px) {
    .logo {
        text-align: center;
    }

    .callback {
        padding-bottom: 10px;
    }
    
    .main-title {
        text-align: center;
    }

    .caption {
        text-align: center;
    }

    .service-img {
        text-align: center;
    }

    .main-content h2 {
        text-align: center;
    }

    .main-content p {
        padding: 0 30px;
        text-align: center;
    }

    .footer-menu {
        padding-top: 15px;
        text-align: center;
    }

    .contacts {
        text-align: center;
    }
}    

@media (min-width: 768px) and (max-width: 990px) {
    .logo {
        text-align: center;
    }

    .contacts {
        text-align: center;
    }

    .footer-menu {
        text-align: center;
    }

}

@media (min-width: 991px) and (max-width: 1199px) {
    .main-mnu a {
        padding: 14px;
    }

}   