body {
    min-width: 480px;
    background: #eee;
    font-family: 'AvenirNextCyr', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #333;
    cursor: default;
}
.content-wrap{
    background: #fff;
}
*{margin: 0;padding: 0;}
h2 {
    font-size: 32px;
    line-height: 1.3;
}
h3 {
    font-size: 28px;
}
h1, h2, h3, h4 {
     text-transform: none;
}
h1 strong,
h2 strong,
h3 strong,
.products_count strong{
    color: #ffffff;
}

p {
    margin-bottom: 1em;
}
p:last-of-type {
    margin-bottom: 0;
}
a {
    color: #42aaef;
}
.header{
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    background: linear-gradient(to right, #FF5722, #ffb29a, #ff5722);
    display: flex;
    flex-direction: column-reverse;
}
.product-title{
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    text-transform: uppercase;
    padding: 10px 5px 5px;
}

.product-subtitle{
    font-size: inherit;
    letter-spacing: 2px;
    font-weight: 400;
    padding-bottom: 15px;
}

.featured-media{
    position: relative;
    overflow: hidden;
}

.featured-media .discount{
    display: inline-block;
	width: 85px;
	height: 85px;
    text-align: center;
    vertical-align: middle;
    line-height: 2.5rem;
	background: #f71c1ca1;
	color: white;
	text-align: center;
	position: absolute;
    bottom: 10%;
    right: 10%;
	display: flex;
	flex-direction: column;
	align-content: center;
	justify-content: center;
	align-items: center;
	box-shadow: 0px 10px 20px 0px rgb(0 0 0 / 15%);
    transform: rotate(-20deg);
    animation: beat 1s ease infinite alternate;
}

.featured-media .discount:before, .featured-media .discount:after {
    content: "";
    position: absolute;
    background: inherit;
    height: inherit;
    width: inherit;
    top: 0;
    left: 0;
    z-index: -1;
    transform: rotate(30deg);
}

.featured-media .discount:after {
    transform: rotate(60deg);
  }

@keyframes beat {
	from {	transform: rotate(-20deg) scale(1); }
	to {	transform: rotate(-20deg) scale(1.1); }
}

.featured-media .value {
    font-weight: 700;
    font-size: 40px;
    line-height: 24px;
}

.featured-media .text {
    line-height: 20px;
    font-size: 24px;
    padding: 0 0 0 7px;
    text-align: center;
}
/* slider */

.slider .owl-prev,
.slider .owl-next {
    width: 50px;
    height: 36px;
    background: url(../img/slider__arrows.png) no-repeat;
    position: absolute;
    top: -4%;
    margin-top: -18px;
}

.slider .owl-prev {
    background-position: left center;
    left: 20px;
}

.slider .owl-next {
    background-position: right center;
    right: 20px;
}



.timer_block {
	padding: 2px 20px 2px 20px;
	background: #4f41a2;
	background: linear-gradient(92deg, rgb(79 65 162) 13.54%, rgb(181 5 99) 85.29%);
	color: white;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: center;
	justify-content: center;
	align-items: center;
}

.timer_block p {
	float: left;
	margin: 10px 0;
	padding: 0 0 0 40px;
	width: 170px;
	background: url(../images/offer3__clock_icon.png) left center no-repeat;
	font-size: 14px;
	line-height: 16px;
}



.timer {
	float: right;
	margin: 10px 0;
}

.timer_item {
	float: left;
	width: 60px;
	text-align: center;
}

.timer_item .text {
	margin: 0 0 4px;
	font-size: 12px;
	line-height: 12px;
}

.timer_item .count {
	font-weight: 700;
	font-size: 30px;
	line-height: 30px;
	position: relative;
}

.timer_item .count:before {
	display: block;
	content: ':';
	width: 10px;
	line-height: 24px;
	position: absolute;
	top: 0;
	right: -5px;
}

/* Benefits List */


.benefits_list {
    padding: 12px 0 12px 18px;
    background: linear-gradient(to right, #FF5722, #ffb29a, #ff5722);
    color: #fff;
    display: flex;
    flex-direction: row;
}

.benefits_list .benefit_item {
    padding: 0 0 0 44px;
    font-size: 14px;
    line-height: 16px;
    position: relative;
}
.benefits_list .benefit_item:last-of-type{
    width: 150px;
}

.benefits_list .benefit_item:before {
    display: block;
    content: '';
    width: 34px;
    height: 34px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.1) center no-repeat;
    position: absolute;
    top: -2px;
    left: 0;
}

.benefits_list .benefit_item:nth-child(1):before {
    background-image: url("../img/offer3__benefit1_icon.png");
}

.benefits_list .benefit_item:nth-child(2):before {
    background-image: url("../img/offer3__benefit2_icon.png");
}

.benefits_list .benefit_item:nth-child(3):before {
    background-image: url("../img/offer3__benefit3_icon.png");
}

/*   price   */

.pricing-block {
    border-bottom: 1px solid #e6e6e6;
}

.pricing-block{
    display: flex;
    line-height: 1;
    align-items: center;
}
.pricing-block > *{
    width: 50%;
    text-align: center;
    height: 95px;
}
.old-price {
    border-right: 1px solid #e6e6e6;
}

.pricing-block span {
    margin: 0 0 5px;
    font-size: 14px;
    line-height: 14px;
}
.pricing-block strong:before{
    content: "";
    display: block;
    width: 100%;
    height: 5px;
}
.pricing-block strong {
    font-size: 34px;
    font-weight: 400;
    text-transform: uppercase;
}
.pricing-block small{
    font-size: 30px;
}

.old-price strong{
    text-decoration: line-through;
    font-weight: 700;
    font-size: 30px;
    line-height: 30px;
}

.new-price span {
    padding: 2px 5px 3px;
    border-radius: 4px;
    background: #ee3737;
    color: #fff;
}

.new-price strong{
    font-weight: 700;
    font-size: 36px;
    line-height: 36px;
}

.top-features {
    margin: 25px 0;
    padding: 0;
    list-style: none;
}

.top-features li {
    margin: 0 40px 12px;
    padding: 0 0 0 32px;
    background: url("../img/offer__tick_icon.png") left 1px no-repeat;
    filter: hue-rotate(45deg);
}


.top-features li:last-child {
    margin: 0 40px;
}


.big-button {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    min-height: 75px;
    border: none;
    border-radius: 24px;
    background: #ff1100;
    font-weight: 700;
    font-size: 24px;
    line-height: 80px;
    letter-spacing: 2px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    width: 90%;
    box-shadow: 0 0 0 10px #ff110033;
}

.big-button svg {
    fill: currentColor;
    margin-right: 12px;
    width: 24px;
    height: 24px;
}


.products_count{
    margin: 20px 0 0;
    text-align: center;
}

.products_count strong{
    margin: 0 3px;
    padding: 3px 5px;
    border-radius: 4px;
    background: var(--tov-main-color, #149cc7);
    color: #fff;
}

.block-title{
    text-transform: uppercase;
    text-align: center;
    position: relative;
}

.title-round::before {
    width: 16rem;
    height: 12rem;
    background-image: url(../img/title-703.png);
    left: 13.5rem;
    top: -5rem;
    z-index: 1;
}

.title-round::before {
    content: '';
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.title{
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 10px;
    text-align: center;
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
}

.title:before,
.title:after {
    display: none;
}
.b8 {
    background: #191919;
    color: #fff;
    padding: 30px 0 10px;
}

.b8 .title span{
    color: #ff0000;
}

.char {
    font-size: 0;
    margin-bottom: 20px;
}
.char li {
    font-size: 16px;
    display: block;
    padding: 0 20px 10px;
}
.char li:before {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    background: #ef6868;
    border-radius: 50%;
    border: 3px solid rgba(234,56,56,.2);
    background-clip: padding-box;
    float: left;
    margin: 4px 10px 0 0;
}

.char p {
    text-align: right;
    overflow: hidden;
    border-bottom: 1px solid #c5c5c6;
}
.char b {
    float: left;
}
.char li:after {
    content: '';
    display: block;
    clear: both;
}

.gift {
    font-size: 23px;
    line-height: 25px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: right;
    /* padding: 73px 20px 0 0; */
    position: absolute;
    top: 12px;
    right: 13px;
    color: #fff;
}

.number-discount{
    background: #fff2ee;
    padding: 20px 0;
    margin: 20px 0;
    text-align: center;
    margin-bottom: 0;
}
.video-presentation, .rev_item_image {
    border-radius: 15px;
    overflow: hidden;
}
/* benefits 1 */
.benefits_section {
	padding: 30px 0;
	background-color: #f0eef6;
	background-image: -webkit-linear-gradient(343deg, #eaf2ff 0%, #f0eef6 100%);
	background-image: -moz-linear-gradient(343deg, #eaf2ff 0%, #f0eef6 100%);
	background-image: -o-linear-gradient(343deg, #eaf2ff 0%, #f0eef6 100%);
	background-image: linear-gradient(107deg, #eaf2ff 0%, #f0eef6 100%);
}

.benefits_list1 {
	margin: 0 10px;
	font-size: 0;
	line-height: 0;
	letter-spacing: -1px;
	text-align: center;
}
.benefits_list1 .benefit_item {
	display: inline-block;
	vertical-align: top;
	padding: 0 10px 30px;
	width: 33.333333%;
	font-size: 15px;
	line-height: 22px;
	letter-spacing: normal;
}
.benefits_list1 .benefit_item img {
	display: block;
	margin: 0 auto 15px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.benefits_list1 .benefit_item h4 {
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
}
/* benefits 2 */
.benefits_list2 {
	margin: 0 10px;
	font-size: 0;
	line-height: 0;
	letter-spacing: -1px;
	text-align: center;
}
.benefits_list2 .benefit_item {
	display: inline-block;
	vertical-align: top;
	padding: 0 10px 30px;
	width: 50%;
	font-size: 15px;
	line-height: 22px;
	letter-spacing: normal;
}
.benefits_list2 .benefit_item img {
	display: block;
	margin: 0 auto 15px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.benefits_list2 .benefit_item h4 {
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
}

/* benefits 3 */
.benefits_list3 .benefit_item {
	display: table;
	padding: 0 30px 30px;
	width: 100%;
}
.benefits_list3 .image_block {
	display: table-cell;
	vertical-align: top;
	width: 110px;
}
.benefits_list3.va_middle .image_block {
	vertical-align: middle;
}
.benefits_list3 .image_block img {
	display: block;
	width: 110px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.benefits_list3 .text_block {
	display: table-cell;
	vertical-align: top;
	padding: 0 0 0 20px;
}
.benefits_list3.va_middle .text_block {
	vertical-align: middle;
}
.benefits_list3 .text_block h4 {
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
}

.use_steps_section {
    padding: 30px 0 0;
}

.discount-list{
    margin: 10px 0 0 20px;
    padding: 0;
    font-size: 24px;
}
.discount-list li{
    padding: 5px 20px;
    font-weight: 200;
}
.discount-list strong{
    font-weight: 700;
}
.products_count-lab {
    margin: 20px 0 0;
    text-align: center;
    color: #000;
    margin-bottom: 20px;
}

.products_count-lab b {
    margin: 0 3px;
    padding: 3px 5px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #f71c1c;
    color: #fff;
}
.countdown{
    text-align: center;
    box-shadow: var(--cr-shadow);
    padding: 0 0px 0px 0px;
}

.countdown h4{
text-align: left;
    margin: 10px 0;
    padding: 0 0 0 40px;
    width: 170px;
    background: url(../img/offer3__clock_icon.png) left center no-repeat;
    font-size: 14px;
    color: #fff;
    line-height: 16px;
}

.countdown .value{
    display: flex;
    align-items: center;
    justify-content: space-around;
    background: linear-gradient(92deg, rgb(0, 0, 0) 13.54%, #ff5823 85.29%);
}

.countdown__timer{
    display: flex;
    justify-content: center;
}
.countdown__item{
    padding: 10px 15px;
    color: #fff;
    border-radius: 3px;
}
.countdown__value{
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
    font-variant-numeric: tabular-nums;
}
.countdown__label{
    display: block;
    font-size: 14px;
}

.countdown-text{
    padding-top: 20px;
    font-size: 15px;
}

#video-container {
    position: relative;
    width: 100%;
    max-width: 800px;
    margin-bottom: 35px;
}
.video-player {
    width: 100%;
    height: 330px;
}
.video-preview {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.play-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.play-icon {
    width: 80px;
    height: 80px;
    background-image: url("../img/play-icon.png");
    background-size: cover;
}

/* reviews 2 */
.reviews2_section {
	padding: 30px;
}
.reviews2_section .reviews_list {
	background: #fff;
	-webkit-box-shadow: 0 0 27px rgba(2, 2, 2, 0.1);
	-moz-box-shadow: 0 0 27px rgba(2, 2, 2, 0.1);
	box-shadow: 0 0 27px rgba(2, 2, 2, 0.1);
}
.reviews2_section .review_item {
	padding: 30px;
}
.reviews2_section .review_item .photo {
	margin: 0 0 25px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.reviews2_section .review_item p {
	margin: 0 0 25px;
}
.reviews2_section .author_block {
	padding: 0 50px 0 0;
	background: url(../img/quote1_icon1e9b1.png) right center no-repeat;
}
.reviews2_section .author_block .author_info {
	margin: 6px 0 0;
	width: 230px;
}
.reviews2_section .author_block .name {
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
}
.reviews2_section .owl-prev, 
.reviews2_section .owl-next {
	width: 40px;
    height: 50%;
	background: url(../img/reviews2__arrows2e291.png) no-repeat;
	position: absolute;
	top: 135px;
}
.reviews2_section .owl-prev {
	background-position: left center;
	left: -30px;
}
.reviews2_section .owl-next {
	background-position: right center;
	right: -30px;
}
/* reviews 2 */
.color_section {
	padding: 30px;
}
.color_section .color_list {
	background: #fff;;
}
.color_section .color_item {
	padding: 30px;
}
.color_section .color_item .photo {
	margin: 0 0 25px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.color_section .color_item p {
	margin: 0 0 25px;
}

.color_section .owl-prev, 
.color_section .owl-next {
	width: 40px;
    height: 50%;
	background: url(../img/reviews2__arrows2e291.png) no-repeat;
	position: absolute;
	top: 135px;
}
.color_section .owl-prev {
	background-position: left center;
	left: -30px;
}
.color_section .owl-next {
	background-position: right center;
	right: -30px;
}
.product-description{
    margin: 40px 10px 10px;
}
.presentation-wrap{
    display: flex;
    flex-direction: column-reverse;
}
.presentation-wrap > *{
    margin-bottom: 15px;
}

.presentation{
    padding: 0;
    font-size: 17px;
    line-height: 1.5;
    background: #fff;
    border-radius: 10px;
}

.features-block{
    color: #fff;
    background: linear-gradient(90deg, #131314 0%, #131314 50%, #131314 100%) rgba(0, 0, 0, 0);
    padding: 30px 10px 0;
}
.feature-item{
    display: flex;
    align-items: center;
    min-height: 150px;
    flex-direction: row;
    margin: 0 20px 20px 20px;
}
.feature-item:nth-of-type(2n){
    flex-direction: row-reverse;
}

.feature-image{
    min-width: 150px;
    max-width: 150px;
    border-radius:4px;
    border: 3px solid #fff;
    background: #fff;
}

.feature-text{
    padding: 10px;
}
.feature-title{
    padding-bottom: 3px;
    text-transform: none;
    font-size: 15px;
    font-weight: bold;
}
.feature-description{
    font-size: 15px;
    margin: 0;
}

.price_block {
    position: relative;
}

.price_item {
    float: left;
    padding: 10px 0 0;
    width: 50%;
    height: 70px;
    text-align: center;
}
.price_block .text {
    margin: 0 0 2px;
    font-size: 14px;
    line-height: 14px;
}
.price_block .value {
    font-size: 34px;
    line-height: 34px;
}

.price_block .price_item.old .value {
    text-decoration: line-through;
}

.price_block .price_item {
    float: left;
    padding: 10px 0 0;
    width: 50%;
    height: 70px;
    text-align: center;
}

.price_block .text span {
    padding: 2px 5px 3px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #ee3737;
    color: #fff;
}

.price_block .value {
    font-size: 22px;
    line-height: 34px;
}

.price_block .price_item.new .value {
    font-weight: 600;
}

.price_block .price_item.new:before {
    display: block;
    content: '';
    border-top: 70px solid #fff;
    border-right: 20px solid #ffbd00;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -10px;
}

.price_block .price_item.new {
    background: #ffbd00;
    color: #000;
}

.steps-block {
    padding: 30px 0 30px 0;
}

.steps-list{
    padding: 0 30px;
}
.steps-item{
    display: flex;
    flex-direction: row;
    margin-bottom: 32px;
    position: relative;
}
.steps-item:nth-of-type(2n){
    flex-direction: row-reverse;
}
.steps-item:not(:last-child):after{
    content: '';
    width: 180px;
    height: 3px;
    background: url(../img/benef2_item.png) 0 50% repeat;
    transform: rotate(30deg);
    position: absolute;
    bottom: -20px;
    left: 120px;
    z-index: 1;
}
.steps-item:nth-child(2n):after{
    transform: rotate(-30deg);
    right: 120px;
}
.steps-item:last-child{
    margin-bottom: 0;
}
.steps-item .img{
    min-width: 166px;
    width: 166px
}
.steps-item .img>img{
    display: block;
    margin: 0 auto;
    border-radius: 50%;
    box-shadow: 0 0 30px 0 rgba(0,0,0,0.3);
    position: relative;
    z-index: 2;
}
.steps-item > p{
    padding: 0 0 0 26px;
    margin: 1em 0;
}
.steps-item > p >span {
    display: block;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.2em;
}
.steps-item:nth-child(2n) > p{
    padding: 0 26px 0 0;
    text-align: right;
}


.specifications {
    /* background-image: url(../img/back.png); */
    background: #fff2ee;
    color: #000000;
}
.specifications .title{
    margin: 30px 10px 10px;
}

.video-presentation,
.rev_item_image{
    border-radius: 15px;
    box-shadow: var(--cr-shadow);
    overflow: hidden;
}

.characteristics__list {
    padding: 0 30px 15px;
}
.characteristics-icon{
    margin-right: 12px;
    height: 41px;
    width: 41px;
    display: inline-block;
}
.characteristics__list li {
    margin: 0 0 12px;
    padding: 0 20px 16px 24px;

    color: #000;
    position: relative;
}

.characteristics__list.marker2 li:before {
    border: 1px solid #f5ca16;
    border-color: #ff5823;
    background: #ff5823;
}

.characteristics__list li:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    content: '';
    width: 14px;
    height: 14px;
    -webkit-box-shadow: 0 0 0 2px #fff inset;
    -moz-box-shadow: 0 0 0 2px #fff inset;
    box-shadow: 0 0 0 2px #fff inset;
    position: absolute;
    top: 4px;
    left: 0;
}

.characteristics__list li.custom-icon{
    padding-left: 0;
    background: none;
}

/* .characteristics__list li:before {
    display: block;
    content: '';
    width: 100%;
    height: 4px;
    background: url("../img/list1__separator.png") center no-repeat;
    position: absolute;
    bottom: 0;
    left: 0;
} */

.reviews {
    background: var(--tov-main-color, #149cc7);
    color: #fff;
    padding: 30px 0;
}

.reviews .title{
    margin-bottom: 30px;
}
.reviews > .swiper-slide{
    margin-bottom: 30px;
}
.reviews > .swiper-slide:last-of-type{
    margin-bottom: 0;
}
.rev_item{
    background: #fff;
    box-shadow: 0 -3px 0 #1185a9 inset;
    border-radius: 4px;
    color: #333;
    margin: 0 20px;
}

.rev_item_image{
    min-width: 100%;
    border-radius: 4px 4px 0 0;
    object-fit: cover;
}

.rev-text{
    text-align: center;
    padding: 20px 20px 40px;
    display: flex;
    flex-direction: column-reverse;
}

.rev-name{
    margin-bottom: 20px;
}

.rev-author{
    font-size: 16px;
    font-weight: 700;
    margin-top: 10px;
    display: inline-block;
}

.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
}

.swiper-pagination-bullet-active{
    background: var(--tov-main-color, #149cc7);
}


/*   order info   */

.order_info2_section {
    padding: 30px 0 0;
}

h2.title span {
    color: #ff5823;
}

.order_info2_section h2.title {
    padding: 0 20px;
    padding-bottom: 10px;
}

h2.title:after {
    display: block;
    content: '';
    margin: 15px 0 0;
    width: 25rem;
    height: 5px;
    background: url(../img/separator_red756b8.png) center no-repeat;
}

.order_steps_section {
    padding-top: 20px;
}

.order_steps2 {
    border-top: 2px solid #ebebeb;
    background: url(../img/bg_light541ff.jpg);
    overflow: hidden;
}

.order_steps2 .step_item {
    float: left;
    margin: 0 2px 2px 0;
    padding: 10px 60px 0 30px;
    width: 238px;
    height: 238px;
    -webkit-box-shadow: 0 0 0 1px #ebebeb;
    -moz-box-shadow: 0 0 0 1px #ebebeb;
    box-shadow: 0 0 0 1px #ebebeb;
}

.order_steps2 .step_item img {
    display: block;
    margin-bottom: 10px;
}

.order_steps2 .step_item .separator {
    margin: 10px 0 14px;
}

.separator {
    width: 62px;
    height: 5px;
    background: url(../img/separator_red756b8.png) center no-repeat;
}

.order_steps2 .step_item h4 {
    font-weight: 700;
    text-transform: uppercase;
}

.order_info_list2 .info_item {
    display: table;
    width: 100%;
    height: 204px;
    border-top: 4px solid #d9d9d9;
    position: relative;
}

.order_info_list2 .info_item img {
    display: block;
    width: 220px;
    position: absolute;
    top: 0;
    right: 0;
}

.order_info_list2 .info_item:nth-child(even) img {
    right: auto;
    left: 0;
}

.order_info_list2 .info_item .text_block {
    display: table-cell;
    vertical-align: middle;
    padding: 0 240px 0 20px;
    text-align: center;
}

.order_info_list2 .info_item:nth-child(even) .text_block {
    padding: 0 20px 0 240px;
}

.order_info_list2 .info_item h4 {
    margin: 0 0 5px;
    font-weight: 700;
    color: var(--tov-main-color, #149cc7);
}


.contact-form{
    padding: 0 0 10px;
}

.form-txt{
    text-align: center;
    padding-bottom: 20px;
}


.wpcf7-form{
    margin: 30px 0 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 20px;
}

.wpcf7-form select,
.wpcf7-form input {
    display: block;
    margin: 0 auto 20px;
    padding: 0 20px 0 80px;
    width: 400px;
    height: 66px;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    background-color: #f5f5f5;
    font-family: 'AvenirNextCyr', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #333;
}
.wpcf7-form input[name="name"] {
    background-image: url(../img/offer__name_icon.png);
    background-position: 23px center;
    background-repeat: no-repeat;
}

.wpcf7-form input[name="phone"] {
    background-image: url(../img/offer__phone_icon.png);
    background-position: 20px center;
    background-repeat: no-repeat;
}

.wpcf7-form-control-wrap{
    width: 100%;
}

.footer { padding: 25px 0; }