.delivery {
    
    font-size: 14px;
    padding-bottom: 10px;
}

.deliveryTextWrap {
    margin: 15px 0 20px 0;
    display: flex;
    flex-wrap: wrap;
}

.delivery a {
    /* color: #719cff; */
}

.delivery table {
    border-collapse: collapse;
    font-size: 14px;
    margin-bottom: 30px;
    text-transform: uppercase;
    width: 100%;
}

.delivery table th {
    font-weight: 500;
    text-align: left;
    width: 50%;
}

.delivery table th,
.delivery table td {
    padding: 6px 0 6px 12px;
}

.delivery table td {
    border-bottom: 2px solid #f4f7ff;
    vertical-align: top;
}

.delivery table tr td:last-child {
    color: #0181c7;
}

.delivery table td small {
    font-size: 100%;
    text-transform: none;
}

.delivery table tr:last-child td {
    border: 0;
}

.container {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
}

.container:before,
.container:after,
.row:before,
.row:after,
.col:before,
.col:after {
    box-sizing: border-box;
    content: " ";
    display: table;
}

.container:before,
.container:after,
.row:before,
.row:after {
    clear: both;
}

.row_off {
    margin-left: -10px;
    margin-right: -10px;
}
.oplata .row {}
.oplata h3 {
}


.col {
    float: left;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
}

.col-4 {
    width: 33.33%;
}

.col-6 {
    margin-top: 15px;
    width: 50%;
}

.col-8 {
    width: 66.66%;
}

.col-12 {
    width: 100%;
}

.col-title {
    
    border-bottom: 4px solid rgba(113, 156, 255, 0.5);
    color: #719cff;
    margin-bottom: 30px;
    padding-bottom: 6px;
    position: relative;
    
    cursor: pointer;
    display: block;
    text-decoration: none;
}

.col-title:after {
    background: #719CFF;
    bottom: -4px;
    content: " ";
    display: block;
    height: 4px;
    position: absolute;
    width: 0;
    transition: all 0.8s ease-out;
	border-radius:100px;
}

.col-title:hover::after {
    width: 100%;
}

.col-title:hover {
    color: #4670ca;
}
.serv {
    width: 100%;
    background: #f3f7ff;
    flex-grow: 1;
    display: flex;
}
.serv img {
    width: 100%;
    padding: 10px;
}

.serv ul {
    width: 80%;
    margin: auto;
    padding: 18px 0;
    color: #719cff;
}

.serv ul li {
    margin-bottom: 15px;
}

.serv ul li span {
    font-size: 14px;
    
}

.serv p {
    width: 85%;
    margin: auto;
    text-align: justify;
    padding: 18px 0;
    font-size: 16px;
    
}

.wrapDeliveryBlock .serv {
    align-items: center;
}

.wrapDeliveryBlock .serv ul {
    margin: 0 auto;
}

@media screen and (max-width: 991px) {
    .col-4,
    .col-6,
    .col-8 {
        width: 100%;
    }
}

/* TODO ЕЛОЧНЫЕ БАЗАРЫ */
.bazar__article .container {
	padding:0;
}
.bazar__article .col:not(:first-of-type) {
    float: left;
    min-height: 1px;	
    padding-left: 30px;
	padding-right: 0;
    position: relative;
	
    padding-right: 0;
}
.bazar__article .col:first-of-type {
	padding-left: 0;
	padding-right:0;
}
.widget {
    background: #f3f7ff;
    line-height: 20px;
    margin-bottom: 18px;
    padding: 24px;
    display: none;
}

.widget p {
    margin-bottom: 18px;
}

.widget ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.widget li {
    margin-bottom: 12px;
    padding-left: 1em;
    text-indent: -0.7em;
}

.widget li:before {
    content: "• ";
    color: #719cff;
    font-size: 150%;
}

/* END */

/* TODO СТРАНИЦА ОПЛАТЫ */

.h1Wrap {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.h1Wrap h1 {
    
    font-weight: bold;
    color: #719cff;
}

.subh1 {
    display: block;
    font-size: 18px;
    
    font-style: italic;
    color: #719cff;
    text-align: center;
    font-weight: bold;
}

.wrapDeliveryBlock {
    margin-top: 15px;
    display: flex;
    flex-direction: column;
    height: 100%;
    font-size: 16px;
}

.deliveryText {
    font-size: 16px;
    color: #719cff;
    width: 80%;
    margin: auto;
    line-height: 30px;
}
/* END */

/* TODO СТРАНИЦА КОНТАКТЫ */
.about {
    
    font-size: 14px;
    padding-bottom: 10px;
}
.about .widget {
    display: block;
}

.bold {
    font-weight: 600;
    margin-bottom: 24px;
}

/* END */

/* TODO СТРАНИЦА УТИЛИЗАЦИЯ */
.tovar_img img {
    position: absolute;
    bottom: 0px;
    display: block;
    margin: 0 auto;
    left: 0;
    right: 0;
    max-width: 100%;
    max-height: 100%;
}
.ofm {
    width: 215px;
    height: 40px;
    float: right;
    text-transform: uppercase;
    text-indent: 60px;
    font-size: 12px;
    color: #4470ca;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 2px solid #4072ca;
    cursor: pointer;
    background: url(../img/1.png) no-repeat 25px center;
}

.ofm:hover {
    color: #fff;
    background: url(../img/1_h.png) no-repeat 25px center #4072ca;
}
.destroySubmit {
    width: 140px;
    text-indent: inherit;
    float: inherit;
}

.destroy select {
    padding: 6px;
    margin-right: 5px;
}
.serv img {
    width: 100%;
    padding: 10px;
}
.tovar_elka a:hover .title_tovar {
    color: #0d7dc7;
}
.service {
    width: 90%;
    margin: auto;
    display: flex;
    flex-direction: column;
}

@media screen and (max-width: 991px) {
    .col-4,
    .col-6,
    .col-8 {
        width: 100%;
    }

    .ofm {
        margin-top: 15px;
    }
}
/* END */