.price-table tr td:nth-child(2) a {
    visibility: hidden;
}
.price-table tr:hover td:nth-child(2) a {
    visibility: visible;
}
#myList tr td:nth-child(3) a {
    visibility: hidden;
}
#myList tr:hover td:nth-child(3) a {
    visibility: visible;
}
.flex-y-center {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}
.flex-spa {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-around;
}
.flex-spb {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}
.flex-start {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    justify-content: start;
}
.flex-end-end {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    flex-wrap: wrap;
    justify-content: end;
}
.flip-horizontal {
    -moz-transform: scale(-1, 1);
    -webkit-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    transform: scale(-1, 1);
}
ul.dash li:before {
    content:  "-";
    position: relative;
    left:     -5px;
    color:    #ddd;
}
ul.dash li {
    padding-left: 5px;
}
.btn-radius-2 {
    margin-top: 0px;
    padding: 9px 25px;
}

table.price-table tr {
    height: 40px;
}
strong.white {
    white-space: nowrap;
}
.owl-carousel2 .owl-dots {
    margin-top: 10px;
}
.owl-carousel2 .owl-stage-outer {
    position: relative;
    padding: 50px 10px 30px 10px;
}
.owl-carousel2 .carousel2-item {
    display:flex;
    flex-direction:column;
    justify-content:space-around;
    align-items: center;
    box-shadow: 0px 4px 8px 0px rgba(0, 2, 4, 0.1);
    margin-right: 20px;
}
.owl-carousel2 .carousel2-item-mid {
    width: 190px;
    height: 120px;
}
.owl-carousel2 .carousel2-item-top {
    margin: 15px 0px;
    text-align: center;
}
.owl-carousel2 .carousel2-item-bottom {
    margin: 30px 0px;
    text-align: center;
}

.owl-carousel2 .owl-nav {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0%;
    z-index: 99;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}
.owl-carousel2 .owl-nav .owl-prev,
.owl-carousel2 .owl-nav .owl-next {
    color: #999;
    padding: 0px 30px;
    height: -moz-calc(100% - 80px);
    height: -webkit-calc(100% - 80px);
    height: calc(100% - 80px);
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    margin-top: 50px;
    margin-bottom: 30px;
}
.owl-carousel2 .owl-nav .owl-prev {
    position: absolute;
    top: 0px;
    left: -60px;
}
.owl-carousel2 .owl-nav .owl-next {
    position: absolute;
    top: 0px;
    right: -60px;
}
.owl-carousel2 .owl-nav .owl-prev:hover,
.owl-carousel2 .owl-nav .owl-next:hover {
    background-color: rgba(150, 150, 150, 0.3);
}


.owl-carousel3 .owl-dots {
    margin-top: 10px;
}
.owl-carousel3 .owl-stage-outer {
    position: relative;
    padding: 50px 10px 30px 10px;
}
.owl-carousel3 .carousel3-item {
    display:flex;
    flex-direction:column;
    justify-content:space-around;
    align-items: center;
    /*box-shadow: 0px 4px 8px 0px rgba(0, 2, 4, 0.1);*/
    margin-right: 20px;
}
.owl-carousel3 .carousel3-item-mid {
    width: 150px;
    height: 200px;
}
.owl-carousel3 .carousel3-item-top {
    margin: 15px 0px;
    text-align: center;
}
.owl-carousel3 .carousel3-item-bottom {
    margin: 30px 0px;
    text-align: center;
}

.owl-carousel3 .owl-nav {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0%;
    z-index: 99;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}
.owl-carousel3 .owl-nav .owl-prev,
.owl-carousel3 .owl-nav .owl-next {
    color: #999;
    padding: 0px 30px;
    height: -moz-calc(100% - 80px);
    height: -webkit-calc(100% - 80px);
    height: calc(100% - 80px);
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    margin-top: 50px;
    margin-bottom: 30px;
}
.owl-carousel3 .owl-nav .owl-prev {
    position: absolute;
    top: 0px;
    left: -60px;
}
.owl-carousel3 .owl-nav .owl-next {
    position: absolute;
    top: 0px;
    right: -60px;
}
.owl-carousel3 .owl-nav .owl-prev:hover,
.owl-carousel3 .owl-nav .owl-next:hover {
    background-color: rgba(150, 150, 150, 0.3);
}

.guarantee {
    height: 1000px;
}
#call-section.guarantee-girl {
    padding-top: 52px;
    margin-top: 0px;
    background-image: linear-gradient(to top, #cfd9df 0%, #e2ebf0 100%);
}


#kak-rabotaem,
#showcase,
#prices,
#callback,
#why-section,
#why-section-master,
#review-section,
.text-section,
#guarantees,
#owl-2,
#owl-3,
.defect-section {
    padding-bottom: 70px !important;
}

#owl-2,
#owl-3,
#prices,
#why-section,
#price-list,
.defect-section {
    margin-top: 70px;
}

.text-section {
    padding-top: 10px;
    background-image: linear-gradient(to top, #cfd9df 0%, #e2ebf0 100%);
}

#guarantees {
    padding-top: 70px;
    background-image: linear-gradient(to top, #cfd9df 0%, #e2ebf0 100%);
}

.showcase-bottom {
    margin-top: -4px; 
    margin-bottom: 47px;
}

.parent-size {
    width: 100%;
    height: 100%;
}
.parent-size:hover {
    text-decoration: none;
}

.svg-wrapper {
    max-width: 75px;
    padding: 0px;
}

.image-block {
    max-width: 56px;
    padding: 0px;
}

.icon-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.how-img {
    width: 56px;
    padding: 0px;
}

.flex-column {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#showcase {
    padding-top: 70px;
}

#call-section .form-block-2 {
    margin-top: 28px; 
    margin-left: 26px;
    padding: 24px 30px 30px 30px;
}


i.fa-check-circle {
    margin-right: 10px;
}

.phone-p {
    font-size: 16px; 
    font-weight: 300; 
    margin-top: 10px;
}

.nowrap {
    white-space: nowrap;
}

.m-l-2 {
    margin-left: 2px !important;
}
.m-l-3 {
    margin-left: 3px !important;
}
.m-t-30 {
    margin-top: 30px !important;
}
.fff-p-l-15 {
    color: #fff !important; 
    /*padding-left: 15px !important;*/
}
.ddd {
    color: #ddd !important;
}
.mt-38-ml-5 {
    margin-top: 38px !important; 
    margin-left: 5px !important;
}
.mt-10 {
    margin-top: 10px !important;
}
.mb-30 {
    margin-bottom: 30px !important;
}
.mb-40 {
    margin-bottom: 40px !important;
}
.ml-20 {
    margin-left: 20px !important;
}
.text-align-center,
section#owl-2 .text-align-center,
section#owl-3 .text-align-center {
    text-align: center !important;
}

.check-img {
    height: 85px;
    display: flex;
    align-items: center;
}

.text-decoration-none {
    text-decoration: none !important;
}

.ws {
    white-space: nowrap;
}

.why-text {
    margin-bottom: 0px;
    height: 95px;
    /*display: flex;
    align-items: center;*/
}

.bot-form3 {
    margin-left: 3px;
    /*margin-top: 14px;*/
}

.footer-btn {
    margin-top: 38px !important;
    margin-left: 35px !important;
}

.p-about {
    margin: 0px 0px 0px 10px;
    min-height: 50px;
    display: flex;
    align-items: center;
}

.p-about span {
    text-align: justify;
}

.div-about {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: start;
    margin: 10px 0px;
}
.text-align-end {
    text-align: end;
}


@media screen and (max-width: 990px) {
    #call-section .form-block-2 {
        margin-top: 0px; 
        margin-left: 0px;
    }
    #owl-2 .owl-nav, 
    #owl-3 .owl-nav {
        display:none;
    }

    .check-img {
    display: block;
    height: auto;
    }

    .btn-radius-5 {
        padding: 11px 34px !important;
    }
    .btn-radius-5:hover {
        padding: 9px 32px !important;
    }

    .btn-radius-3 {
    padding: 11px 34px;
    }
    .btn-radius-3:hover {
        padding: 9px 32px;
    }

    .why-text {
    height: auto;
    }
}

@media screen and (max-width: 767px) {
    .bot-form3 {
        margin-left: 0px;
        margin-top: 14px;
    }

    .form-wrap-2 {
        height: 150px;
    }

    .why-text {
    height: auto;
    }

    .mid-form3 {
        margin-top: 14px;
    }
}