.home__wrap {
    width: 1280px;
    margin: 0 auto;
    padding-top: 45px;
    padding-bottom: 50px;
}

.home__content {
    padding-bottom: 45px;
}

.home__title, .home__head {
    color: #3284BA;
    text-align: center;
    font-weight: 700;
    word-break: break-word;
}


.home__foogallery2 {
   text-align: center;
    width: 90%;
    margin: 40px auto;
}


.home__foogallery {
    width: 70%;
    margin: 40px auto;
}

#foogallery-gallery-658 .owl-dots {
    display: none;
}

#foogallery-gallery-658 .owl-prev {
    position: absolute;
    left: -40px;
    width: 40px;
    height: 40px;
    background: transparent url(../images/arrow-left.png) 0 0 no-repeat;
    top: 50%;
    transform: translateY(-50%);
    color: transparent;
}

#foogallery-gallery-658 .owl-next {
    position: absolute;
    right: -40px;
    width: 40px;
    height: 40px;
    background: transparent url(../images/arrow-right.png) 0 0 no-repeat;
    top: 50%;
    transform: translateY(-50%);
    color: transparent;
}

.offer {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
    padding-top: 40px;
    padding-bottom: 40px;
}

.offer__holder {
    display: flex;
    flex-direction: column;
    width: 20%;
    align-items: center;
}

.offer__icon {
    display: flex;
    width: 110px;
    height: 110px;
    border-radius: 10px;
    background-color: #3284BA;
    color: white;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.offer__subject {
    text-align: center;
    font-size: 20px;
}

.home__bold {
    color: #3284BA;
    font-weight: 700;
}

.home__video {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    width: 50%;
    display: flex;
    align-items: center;
    position: relative;
}

.home__youtube {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.offer--price {
    width: 60%;
    margin: 0 auto;
}

.home__sup {
    font-size: 19px;
}

.table__services--home {
    margin-bottom: 0;
}

.otzcol--home {
    background-color: rgba(250, 250, 250, 0.6);
    box-shadow: 1px 1px 25px rgba(0, 0, 0, 0.35);
}

.home__sections {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    padding-bottom: 10px;
}

li.front__cell::before {
    content: "•";
    color: rgb(41, 128, 185);
    display: inline-block;
    width: 1em;
    margin-left: 0;
}

.front__section--home {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 50%;
    margin: 0 5px 0 0;
}

.table-serv-home {
    border: 1px solid #2C3E50;
    border-radius: 10px;
    box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.1);
    /*max-width: calc(100% - 2em);*/
    margin: 1em auto 50px auto;
    overflow: hidden;
    width: 100%;
    /*margin-bottom: 50px;*/
}

.table__services-home {
    width: 100%;
    border: none;
}

table.table__services-home td, table.table__services-home th {
    color: #555;
    padding: 10px;
}

table.table__services-home th, table.table__services-home th sup {
    background-color: #2C3E50;
    color: white;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}

table.table__services-home tr td:nth-child(1) {
    text-align: left;
}

table.table__services-home tr:nth-child(2n+1) {
    background-color: #5FA0CB;
}

table.table__services-home tr:nth-child(2n+1) td {
    color: #BBEAF3;
}

table.table__services-home tr:nth-child(2n) {
    background-color: white;
}

@media only screen and (min-device-width: 1200px) and (max-width: 1280px) {
    .home__wrap {
        width: 940px;
    }
   .home__foogallery {
    	width: 100%;
   }
}

@media only screen and (min-device-width: 768px) and (max-width: 1199px) {
    .home__wrap {
        width: 100%;
        padding: 20px;
    }

    .offer__holder {
        width: 50%;
        padding-bottom: 20px;
    }

    .offer {
        padding-top: 0;
        padding-bottom: 0;
    }

    .home__sections {
        flex-direction: column;
    }

    .front__section--home {
        width: 100%;
        margin-bottom: 20px;
    }

    .offer--price {
        width: 100%;
    }

    .offer--price .offer__holder {
        width: auto;
    }
    .home__video {
        width: 100%;
        height: 350px;
    }
}

@media only screen and (max-width: 767px) {
    .home__wrap {
        width: 100%;
        padding: 20px;
        min-width: 320px;
    }

    .home__title, .home__head {
        font-size: 25px;
        word-break: break-word;
    }

    .offer {
        flex-direction: column;
        padding-top: 0;
        padding-bottom: 0;
    }

    .offer__holder {
        width: 100%;
        padding-bottom: 20px;
    }

    .home__sections {
        flex-direction: column;
    }

    .front__section--home {
        width: 100%;
        margin-bottom: 20px;
    }

    .home__foogallery {
        display: none;
    }

    .home__video {
        width: 100%;
        height: 180px;
    }
}