@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Regular.woff') format('woff'),
         url('../fonts/Roboto-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Italic.woff') format('woff'),
         url('../fonts/Roboto-Italic.woff2') format('woff2');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Bold.woff') format('woff'),
         url('../fonts/Roboto-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-BoldItalic.woff') format('woff'),
         url('../fonts/Roboto-BoldItalic.woff2') format('woff2');
    font-weight: 700;
    font-style: italic;
}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Medium.woff') format('woff'),
         url('../fonts/Roboto-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-MediumItalic.woff') format('woff'),
         url('../fonts/Roboto-MediumItalic.woff2') format('woff2');
    font-weight: 500;
    font-style: italic;
}

*{ padding: 0; margin: 0; }
img{ border: none; }
input, textarea, input:active, textarea:active { outline: none transparent!important; box-shadow: none; -moz-outline: none!important; }
input[type=submit], button[type=submit]{ -webkit-appearance: none; -webkit-border-radius: 0; }
:focus {outline:none;}

/* Общие стили */
.clear{ clear: both; }
.left{ float: left; }
.right{ float: right; }
.disable-hover { pointer-events: none; }

.cont{ width: 980px; margin: 0 auto; position: relative; }
/* End Общие стили */
body {
    font-family: 'Roboto';
}
/*=============================*/

/* Стили шапки сайта */
header{ padding: 17px 0 13px; }
header .logo img{ display: block; margin-bottom: 5px; }
header .logo{
	color: #704f98;
	font: 500 24px 'Roboto';
}

header .phones{
	color: #000;
	font: 18px/20px Ubuntu;
	text-align: right;
	margin-top: 15px;
	margin-right: -4px;
}
header .phones .number{
	color: #4c259e;
	font: 700 32px/48px Ubuntu;
	padding-left: 62px;
	margin-bottom: 5px;
	background: url(../images/phone_icon.png) 0 0 no-repeat;
}
header .phones .number a:link,
header .phones .number a:active,
header .phones .number a:visited,
header .phones .number a:hover {
	color: #4c259e;
	font: 700 32px/48px Ubuntu;
	text-decoration: none;
}
/* End Стили шапки сайта */

/*=============================*/

/* Стили основного блока сайта */
.order_form{
	height: 215px;
	padding-top: 28px;
	text-align: center;
	background: url(../images/order_form_bg.jpg) 50% 0 no-repeat;
}
.order_form .title{
	color: #000;
	font: 500 32px/40px Ubuntu;
	margin-bottom: 9px;
}
.order_form .desc{
	color: #000;
	font: 16px Ubuntu;
	margin-bottom: 40px;
}
.order_form form{ text-align: center; }
.order_form .line{ display: inline-block; margin: 0 8px; }
.order_form .input{
	background: #fff;
	border-radius: 3px;
	border: 1px solid #c4a600;
	padding: 0 17px;
	height: 42px;
	width: 193px;
	color: #707070;
	font: 14px Ubuntu;
}
.order_form .submit{ display: inline-block; margin: 0 8px; }
.order_form .submit_btn{
	border: 2px dashed #34009f;
	height: 44px;
	width: 227px;
	color: #090081;
	font: 18px Ubuntu;
	background: none;
	cursor: pointer;
	border-radius: 3px;
	padding-bottom: 3px;
}

.order_form.callback{ padding-top: 20px; height: 221px; background: url(../images/callbac_form_bg.jpg) 50% 0 no-repeat; }
.order_form.callback .title{ margin-bottom: 12px; }
.order_form.callback .desc{ margin-bottom: 32px; }


.logos{ text-align: center; margin-bottom: 6px; }
.logos .cont{ background: url(../images/logos_bg.jpg) 0 70px no-repeat; padding: 45px 0 50px; }
.logos .title{
	color: #000;
	font: 700 32px Ubuntu;
	margin-bottom: 35px;
	text-transform: uppercase;
	padding: 0 135px;
	background: url(../images/logos_title_bg.png) 50% 2px no-repeat;
}
.logos table{
	width: 100%;
	border-collapse: collapse; 
	border-spacing: 0px;
}
.logos table td{
	text-align: center;
	vertical-align: middle;
	padding: 10px 0;
	height: 130px;
}


.advantages{ padding-bottom: 73px; }
.advantages .items{ text-align: center; }
.advantages .item1{
	width: 312px;
	text-align: right;
	margin-top: 95px;
}
.advantages .item2{
	width: 318px;
	text-align: left;
	margin-top: 105px;
}
.advantages .item3{
	width: 200px;
	height: 310px;
	padding: 150px 40px 0;
	text-align: left;
	display: inline-block;
	margin-bottom: 20px;
	background: url(../images/advantage3_bg.png) 0 0 no-repeat;
}
.advantages .item4{
	width: 463px;
	text-align: right;
}
.advantages .item5{
	width: 463px;
	text-align: left;
}
.advantages .item .name{
	color: #000;
	font: 700 22px Ubuntu;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.advantages .item3 .name{ font-size: 32px; }
.advantages .item li{
	list-style-type: none;
	color: #848484;
	font: 16px/34px Ubuntu;
}
.advantages .item li + li{ margin-top: 7px; }
.advantages .item .icon{
	height: 34px;
	line-height: 34px;
	width: 34px;
}
.advantages .item .icon img{ vertical-align: middle; }
.advantages .item .icon.left{ margin-right:10px; }
.advantages .item .icon.right{ margin-left:10px; }
.advantages .item3 img{
	display: block;
	margin-bottom: 24px;
}


.steps{ padding: 51px 0 41px; }
.steps .title{
	color: #000;
	font: 700 30px Ubuntu;
	margin-bottom: 50px;
	text-transform: uppercase;
	padding: 0 135px;
	background: url(../images/steps_title_bg.png) 50% 50% no-repeat;
}
.steps .title span{ text-transform: none; }
.steps .items{
	height: 365px;
	position: relative;
	/*background: url(../images/steps_bg.png) 70px 50px no-repeat;*/
}
.steps .item{
	text-align: center;
	color: #000;
	font: 18px Ubuntu;
	width: 181px;
	position: absolute;
}
.steps .item > div{ margin-bottom: 10px; }
.steps .item1{ top: 220px; left: 0; }
.steps .item2{ top: 85px; left: 200px; }
.steps .item3{ top: 155px; left: 395px; }
.steps .item4{ top: 0; left: 597px; }
.steps .item5{ top: 130px; right: 0; }


.why{ padding: 32px 0; }
.why .title{
	color: #000;
	font: 700 30px Ubuntu;
	margin-bottom: 45px;
	text-transform: uppercase;
	padding: 0 275px;
	text-align: center;
	background: url(../images/why_title_bg.png) 50% 50% no-repeat;
}
.why .items{
	/*background: url(../images/why_bg.png) 50% 0 no-repeat;*/
	position: relative;
	height: 350px;
}
.why .item{
	color: #000;
	font: 24px Ubuntu;
	width: 400px;
	position: absolute;
}
.why .item1{ top: 27px; left: 0; text-align: right; }
.why .item2{ top: 76px; right: 0; }
.why .item3{ top: 148px; left: 0; text-align: right; }
.why .item4{ top: 195px; right: 0; }
.why .item5{ top: 260px; left: 0; text-align: right; }


.times{ padding: 40px 0 0; text-align: center; }
.times .title{
	color: #000;
	font: 700 30px Ubuntu;
	margin-bottom: 33px;
	text-transform: uppercase;
	padding: 0 275px;
	background: url(../images/times_title_bg.png) 50% 50% no-repeat;
}
.times .item{
	display: inline-block;
	width: 310px;
	color: #000;
	font: 18px Ubuntu;
	margin: 0 5px;
}
.times .item img{
	display: block;
	margin-right: 5px;
}
.times .item > div{
	height: 172px;
	display: table-cell;
	vertical-align: middle;
	width: 140px;
	text-align: left;
	padding-top: 10px;
}


.reviews{ padding: 57px 0 45px; }
.reviews .title{
	color: #000;
	font: 700 32px Ubuntu;
	margin-bottom: 45px;
	text-transform: uppercase;
	padding: 0 340px;
	background: url(../images/reviews_title_bg.png) 50% 50% no-repeat;
}
.reviews .review{
	padding: 0 80px 40px;
	width: 820px;
	color: #000;
	font: 14px/20px Ubuntu;
	background: url(../images/review_bg.jpg) 0 0 no-repeat;
}
.reviews .review .name{
	font: 700 24px Ubuntu;
	margin: 0 0 5px;
	padding: 0 10px;
	background: #fff;
	display: inline-block;
	position: relative;
	top: -15px;
}
.reviews .review .text{
	padding: 25px 0;
	margin-bottom: 20px;
	background: url(../images/review_text1_icon.png) 0 0 no-repeat,
				url(../images/review_text2_icon.png) 100% 100% no-repeat;
}
.reviews .review .author{
	text-align: right;
	font-weight: 700;
	font-size: 16px;
}

.reviews .jcarousel-skin-tango .jcarousel-container-horizontal{ width: 980px; padding: 15px 0 0; }
.reviews .jcarousel-skin-tango .jcarousel-clip{ overflow: hidden; }
.reviews .jcarousel-skin-tango .jcarousel-clip-horizontal{ width: 980px; }
.reviews .jcarousel-skin-tango .jcarousel-list-horizontal{ padding: 15px 0 0 !important; }
.reviews .jcarousel-skin-tango .jcarousel-item{
	width: 980px;
	margin-right: 25px;
}
.reviews .jcarousel-skin-tango .jcarousel-next-horizontal{
    position: absolute;
    bottom: 0px;
    margin-right: -40px;
    right: 50%;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: url(../images/carousel_arrows.png) no-repeat -32px 0;
}
.reviews .jcarousel-skin-tango .jcarousel-prev-horizontal{
    position: absolute;
    bottom: 0px;
    margin-left: -40px;
    left: 50%;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: url(../images/carousel_arrows.png) no-repeat 0 0;
}

.reviews .items{
	text-align: center;
	margin-bottom: 35px;
}
.reviews .item{
	background: #e3e3e3;
	border-radius: 50%;
	height: 133px;
	width: 133px;
	display: inline-block;
	color: #000;
	font: 16px Ubuntu;
	text-align: center;
	vertical-align: top;
	margin: 0 28px;
}
.reviews .item div{
	display: table-cell;
	height: 113px;
	width: 133px;
	padding: 10px;
	vertical-align: middle;
}


.contacts{ padding: 25px 0 0; height: 482px;  position: relative; }
.contacts .title{
	color: #000;
	font: 700 32px Ubuntu;
	margin-bottom: 40px;
	text-transform: uppercase;
	text-align: center;
}
.contacts .marker{
	display: block;
	position: absolute;
	left: 50%;
	margin-left: 300px;
	top: 270px;
}
.contacts .info{
	background: #fff;
	width: 260px;
	padding: 25px 30px;
	color: #000;
	font: 700 16px Ubuntu;
	position: absolute;
	left: 50%;
	margin-left: -412px;
	top: 162px;
	z-index: 9999;
}
.contacts .info .title{
	color: #000;
	font: 24px Ubuntu;
	margin-bottom: 20px;
	text-transform: none;
}
.contacts .info .humor{
	color: #715691;
	padding-left: 55px;
	background: url(../images/humor_icon.png) 0 0 no-repeat;
	margin-top: 22px;
}
.contacts .info .item + .item{ margin-top: 28px; }
.contacts .info .item .name{ color: #848484; font: 14px Ubuntu; margin-bottom: 5px; }
.contacts .info .item a:link,
.contacts .info .item a:active,
.contacts .info .item a:visited,
.contacts .info .item a:hover {
	color: #000;
	text-decoration: none;
}
/* End Стили основного блока сайта */

/*=============================*/

/* Стили подвала сайта */
footer{
	padding: 35px 0;
	text-align: center;
	color: #000;
	font: 18px Ubuntu;
}
footer a{ color: #1764ab; }
footer a:hover{ text-decoration: none; }
/* End Стили подвала сайта */

/*=============================*/

/* Стили всплывающих окон */

/* End Стили всплывающих окон */

.line1img{
  left: 71px;
    position: absolute;
    top: 159px;
}
.line1{
background: url("../images/line1.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 53px;
    left: 100px;
    position: absolute;
    top: 197px;
    width: 182px;
}
.line2img{
 left: 279px;
    position: absolute;
    top: 201px;
}
.line2{
  background: url("../images/line2.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 119px;
    left: 301px;
    position: absolute;
    top: 128px;
    width: 182px;
}
.line3img{
left: 474px;
    position: absolute;
    top: 86px;
}
.line3{
background: url("../images/line3.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 51px;
    left: 503px;
    position: absolute;
    top: 132px;
    width: 191px;
}
.line4img{
 left: 667px;
    position: absolute;
    top: 135px;
}
.line4{
 background: url("../images/line4.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 82px;
    left: 699px;
    position: absolute;
    top: 100px;
    width: 196px;
}
.line5img{
 left: 884px;
    position: absolute;
    top: 50px;
}


.moment1{
 left: 487px;
    position: absolute;
    top: 16px;
}

.moment2{
left: 417px;
    position: absolute;
    top: 36px;
}

.moment3{
 left: 444px;
    position: absolute;
}

.moment4{
 left: 487px;
    position: absolute;
	top: 71px;
}

.moment5{
left: 490px;
    position: absolute;
    top: 97px;
}

.moment6{
left: 505px;
    position: absolute;
    top: 60px;
}

.moment7{
 left: 487px;
    position: absolute;
	 top: 143px;
}

.moment8{
 left: 417px;
    position: absolute;
    top: 157px;
}

.moment9{
left: 440px;
    position: absolute;
    top: 117px;
}

.moment10{
 left: 487px;
    position: absolute;
	 top: 200px;
}

.moment11{
 left: 490px;
    position: absolute;
    top: 216px;
}

.moment12{
left: 505px;
    position: absolute;
    top: 198px;
}

.moment13{
 left: 487px;
    position: absolute;
	 top: 274px;
}

.moment14{
 left: 417px;
    position: absolute;
    top: 277px;
}

.moment15{
  left: 440px;
    position: absolute;
    top: 243px;
}

/*---------------------*/
.b-expressbox {    
    padding: 125px 0;
    background: url(../images/map.bg.png) 50% 50% no-repeat;    
    border-bottom: 1px solid #EEEFF3;
    font-family: 'Roboto';
    color: #1B1918;
}
.b-expressbox .expressbox__wrap {
    margin: 0 auto;
    width: 1170px;
}
.b-expressbox .expressbox__wrap2 {
    margin: 0 auto;
    width: 1170px;
}
.b-expressbox .expressbox__wrap:after {
    content: "";
    display: block;
    font-size: 0;
    clear: both;
}
.b-expressbox .expressbox__item {    
    margin: 0 2% 78px 0;
    display: inline-block;
    vertical-align: top;
    width: 22%;
}
.b-expressbox .expressbox__title {
    margin-bottom: 55px;
    font-weight: 500;
    font-size: 50px;
    color: #000;
}
.b-expressbox .expressbox__title div {
    font-weight: 400;
    font-size: 30px;
    color: #E30016;
}
.b-expressbox .expressbox__icon {
    margin-bottom: 19px;
}
.b-expressbox .expressbox__title2 {
    margin-bottom: 17px;
    font-size: 22px;
    font-weight: 500;
}
.b-expressbox .expressbox__content {
    font-size: 18px;
    color: #474E65;
}
.b-expressbox .expressbox__text {
    margin-right: 100px;
    display: inline-block;
    font-size: 30px;
    vertical-align: top;
}
.b-expressbox .expressbox__btnbox {
    padding-top: 14px;
    display: inline-block;
    vertical-align: top;
}
.b-expressbox .expressbox__btnbox a:link,
.b-expressbox .expressbox__btnbox a:active,
.b-expressbox .expressbox__btnbox a:visited,
.b-expressbox .expressbox__btnbox a:hover {
    padding: 14px 60px;
    display: inline-block;
    border-radius: 8px;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    color: #1B1918;
    border: 2px solid #000;
}
.b-expressbox .expressbox__btnbox a:hover {
    text-decoration: underline;
}
/*---------------------*/
.b-adresline {}
.b-adresline .adresline__grey {
    background: #EEEFF3;
}
.b-adresline .adresline__greywrap {
    margin: 0 auto;
    padding: 16px 0;
    width: 1170px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    color: #787E92;
}
.b-adresline .adresline__whitewrap {
    margin: 0 auto;
    padding: 36px 0;
    width: 1170px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
}
.b-adresline .adresline__leftside1 {
    padding-right: 23px;
}
.b-adresline .adresline__leftside2 {    
    flex-grow: 1;
}
.b-adresline .adresline__rightside1 {
    text-align: right;
}
.b-adresline .adresline__rightside1 a:link,
.b-adresline .adresline__rightside1 a:active,
.b-adresline .adresline__rightside1 a:visited,
.b-adresline .adresline__rightside1 a:hover {
    color: #787E92;
    text-decoration: none;
}
.b-adresline .adresline__rightside1 a:hover {
    text-decoration: underline;
}
.b-adresline .adresline__btnbox a:link,
.b-adresline .adresline__btnbox a:active,
.b-adresline .adresline__btnbox a:visited,
.b-adresline .adresline__btnbox a:hover {
    padding: 14px 33px;
    font-weight: 500;
    font-size: 16px;
    display: inline-block;
    border-radius: 8px;
    background: #E30016;
    text-decoration: none;
    color: #fff;
}
.b-adresline .adresline__btnbox a:hover {
    text-decoration: underline;
}
.b-adresline .adresline__phone {
    padding-left: 40px;
    font-weight: 700;
    font-size: 24px;
}
.b-adresline .adresline__phone a:link,
.b-adresline .adresline__phone a:active,
.b-adresline .adresline__phone a:visited,
.b-adresline .adresline__phone a:hover {
    color: #1B1918;
    text-decoration: none;
}
.b-adresline .adresline__calcicon {
    display: inline-block;
}
.b-adresline .adresline__calctext {
    display: inline-block;
    color: #1B1918;
    font-size: 16px;
    font-weight: 500;
}
.b-adresline .adresline__calctext a:link,
.b-adresline .adresline__calctext a:active,
.b-adresline .adresline__calctext a:visited,
.b-adresline .adresline__calctext a:hover {
    color: #1B1918;
    text-decoration: none;
}
.b-adresline .adresline__calctext a:hover {
    text-decoration: underline;
}
/*---------------------*/
.b-mapbox {
    padding: 120px 0 0 0;
}
.b-mapbox .mapbox__wrap {
    margin: 0 auto;
    width: 1170px;
}
.b-mapbox .mapbox__map {
    height: 460px;
}
.b-mapbox .mapbox__line {
    margin-bottom: 48px;
    display: flex;
    flex-flow: row nowrap;
}
.b-mapbox .mapbox__title {
    margin-right: 160px;
    font-size: 50px;  
    font-weight: 500;      
}
.b-mapbox .mapbox__mobile {
    display: none;
}
.b-mapbox .mapbox__text {
    margin-right: 30px;
    font-size: 18px;    
}
.b-mapbox .mapbox__text p {
    margin-bottom: 10px;
}
.b-mapbox .mapbox__text a:link,
.b-mapbox .mapbox__text a:active,
.b-mapbox .mapbox__text a:visited,
.b-mapbox .mapbox__text a:hover {    
    color: #E30016;
    text-decoration: none;
}
.b-mapbox .mapbox__text a:hover {
    text-decoration: underline;
}
.b-mapbox .mapbox__btnbox a:link,
.b-mapbox .mapbox__btnbox a:active,
.b-mapbox .mapbox__btnbox a:visited,
.b-mapbox .mapbox__btnbox a:hover {
    padding: 14px 47px;
    display: inline-block;
    border: 2px solid #000;
    color: #1B1918;
    font-weight: 500;
    font-size: 18px;
    text-decoration: none;
    border-radius: 8px;
}
.b-mapbox .mapbox__btnbox a:hover {
    text-decoration: underline;
}
.b-mapbox .mapbox__contact {
    margin-bottom: -300px;
    width: 370px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    z-index: 5;
}
.b-mapbox .mapbox__adresbox {
    padding: 30px 30px 40px;
}
.b-mapbox .mapbox__numb {
    padding-bottom: 4px;
    color: #787E92;
    font-size: 16px;
}
.b-mapbox .mapbox__adres {
    padding-bottom: 10px;
    color: #000;
    font-size: 22px;
    font-weight: 500;
}
.b-mapbox .mapbox__days {
    color: #E30016;
    font-size: 16px;
}
.b-mapbox div.wpforms-container-full .wpforms-form input[type=text],
.b-mapbox div.wpforms-container-full .wpforms-form input[type=email] {
    padding: 14px 16px 15px;
    width: 100%;
    height: auto;
    max-width: 100%;
    border: 1px solid #e8e9ed;
    font-size: 18px;
    font-weight: 500;
    color: #787E92;
    text-align: left;
    border-radius: 8px;
    box-sizing: border-box;
}
.b-mapbox div.wpforms-container-full .wpforms-form input[type=text]::placeholder,
.b-mapbox div.wpforms-container-full .wpforms-form input[type=email]::placeholder {
    color: #787E92;
}
.b-mapbox div.wpforms-container-full .wpforms-form button[type=submit] {
    padding: 14px 50px 15px;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    background: #E30016; 
    border: 1px solid #E30016;
    border-radius: 8px;
    cursor: pointer;
}
.b-mapbox div.wpforms-container-full .wpforms-form button[type=submit]:hover {
    background: #E30016; 
    border: 1px solid #E30016;
    opacity: 0.8;
}
.b-mapbox div.wpforms-container-full .wpforms-form .wpforms-field {
    padding: 0;
}
.b-mapbox div.wpforms-container-full .wpforms-form .wpforms-field-text {
    margin: 0 0 10px 0;
    width: 48%;
    box-sizing: border-box;
    float: left;
    clear: none;
}
.b-mapbox div.wpforms-container-full .wpforms-form .wpforms-field-email {
    margin: 0 0 10px 0;
    width: 48%;
    box-sizing: border-box;
    float: right;
    clear: none;
}
.b-mapbox div.wpforms-container-full .wpforms-form textarea.wpforms-field-medium {
    padding: 14px 16px 15px;
    width: 100%;
    border: 1px solid #e8e9ed;
    font-size: 18px;    
    color: #787E92;    
    border-radius: 8px;
    box-sizing: border-box;
}
.b-mapbox .wpforms-confirmation-container-full, 
.b-mapbox div[submit-success]>.wpforms-confirmation-container-full:not(.wpforms-redirection-message) {
    background: none;
    border: 0;
}
/*---------------------*/
.l-greygrad {
    background: linear-gradient(180deg, rgba(255,255,255,1) 672px, rgba(238,239,243,1) 100%);
}
/*---------------------*/
.b-entityform {
    margin: 0 auto;
    padding: 95px 0;
    width: 1170px;
    color: #000;
}
.b-entityform .entityform__title {
    margin-bottom: 70px;
    text-align: center;
    font-size: 50px;
    font-weight: 500;    
}
.b-entityform .entityform__steps {
    margin-bottom: 50px;
}
.b-entityform .entityform__steps::after {
    content: "";
    display: block;
    font-size: 0;
    clear: both;
}
.b-entityform .entityform__step {
    float: left;
    width: 33.3%;
    text-align: center;
}
.b-entityform .entityform__icon {
    margin-bottom: 27px;
    padding-bottom: 26px;
    border-bottom: 1px solid #dcdee3;
    position: relative;
}
.b-entityform .entityform__icon::after {
    content: "";
    margin-left: -6px;
    display: block;
    width: 12px;
    height: 12px;
    background: #E30016;
    position: absolute;
    bottom: -6px;
    left: 50%;
    border-radius: 12px;
}
.b-entityform .entityform__steptitle {
    padding: 0 40px;
    font-size: 22px;
    font-weight: 500;
}
.b-entityform .entityform__box {
    text-align: center;
}
.b-entityform .entityform__inputbox input,
.b-entityform div.wpforms-container-full .wpforms-form input[type=text],
.b-entityform div.wpforms-container-full .wpforms-form input[type=email] {
    padding: 14px 16px 15px;
    width: 220px;
    height: auto;
    max-width: 100%;
    border: 1px solid #e8e9ed;
    font-size: 18px;
    font-weight: 500;
    color: #787E92;
    text-align: left;
    border-radius: 8px;
    box-sizing: border-box;
}
.b-entityform .entityform__inputbox input::placeholder,
.b-entityform div.wpforms-container-full .wpforms-form input[type=text]::placeholder,
.b-entityform div.wpforms-container-full .wpforms-form input[type=email]::placeholder {
    color: #787E92;
}
.b-entityform .entityform__btnbox button,
.b-entityform div.wpforms-container-full .wpforms-form button[type=submit] {
    padding: 14px 50px 15px;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    background: #E30016; 
    border: 1px solid #E30016;
    border-radius: 8px;
    cursor: pointer;
}
.b-entityform .entityform__btnbox button:hover,
.b-entityform div.wpforms-container-full .wpforms-form button[type=submit]:hover {
    background: #E30016; 
    border: 1px solid #E30016;
    opacity: 0.8;
}
.b-entityform div.wpforms-container-full .wpforms-form .wpforms-field-container,
.b-entityform div.wpforms-container-full .wpforms-form .wpforms-submit-container {
    margin: 0 10px;
    padding: 0;
    display: inline-block;
}
.b-entityform div.wpforms-container-full .wpforms-form .wpforms-field {
    margin: 0 10px;
    padding: 0;
    display: inline-block;
}
.b-entityform .wpforms-confirmation-container-full, 
.b-entityform div[submit-success]>.wpforms-confirmation-container-full:not(.wpforms-redirection-message) {
    background: none;
    border: 0;
}
/*---------------------*/
.b-callform {
    margin: 50px auto 35px;
    width: 1170px;
    color: #000;
}
.b-callform .callform__wrap {
    padding: 47px 100px 26px;    
    position: relative;
    background: #EEEFF3;
    box-shadow: 0px 0px 30px rgba(120, 126, 146, 0.15);
    border-radius: 10px;
}
.b-callform .callform__wrap::after {
    content: "";
    display: block;
    font-size: 0;
    clear: both;
}
.b-callform .callform__picbox {
    position: absolute;
    top: -41px;
    left: 300px;
    z-index: 1;
}
.b-callform .callform__leftside {
    width: 270px;
    float: left;
    font-size: 36px;
    font-weight: 500;
    position: relative;
    z-index: 2;
}
.b-callform .callform__rightside {    
    float: right;
    position: relative;
    z-index: 2;
}
.b-callform .callform__textbox {    
    clear: both;    
    position: relative;
    z-index: 2;
    text-align: right;
    font-size: 20px;
}
.b-callform .callform__text {
    top: -40px;
    position: relative;
}
.b-callform input,
.b-callform div.wpforms-container-full .wpforms-form input,
.b-callform div.wpforms-container-full .wpforms-form input[type=text] {
    margin-right: 20px;
    padding: 14px 16px 15px;
    width: 270px;
    max-width: 100%;
    height: auto;
    border: 1px solid #e8e9ed;
    font-size: 18px;
    font-weight: 500;
    color: #787E92;
    text-align: left;
    border-radius: 8px;
    box-sizing: border-box;
}
.b-callform input::placeholder,
.b-callform div.wpforms-container-full .wpforms-form input::placeholder,
.b-callform div.wpforms-container-full .wpforms-form input[type=text]::placeholder {
    color: #787E92;
}
.b-callform button,
.b-callform div.wpforms-container-full .wpforms-form button[type=submit] {
    padding: 14px 20px 15px;
    width: 270px;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    background: #E30016; 
    border: 1px solid #E30016;
    border-radius: 8px;
    text-align: center;
    box-sizing: border-box;
    cursor: pointer;
}
.b-callform button:hover,
.b-callform div.wpforms-container-full .wpforms-form button[type=submit]:hover {
    background: #E30016; 
    border: 1px solid #E30016;
    opacity: 0.8;    
}
.b-callform .wpforms-field-container,
.b-callform .wpforms-submit-container {
    display: inline-block;
}
.b-callform .wpforms-confirmation-container-full, 
.b-callform div[submit-success]>.wpforms-confirmation-container-full:not(.wpforms-redirection-message) {
    background: none;
    border: 0;
} 
/*---------------------*/
.b-reviews {
    margin: 100px 0 77px;
}
.b-reviews .reviews__wrap {
    margin: 0 auto;
    width: 1170px;
}
.b-reviews .reviews__title1 {
    margin-bottom: 10px;
    color: #000;
    font-size: 50px;
    font-weight: 500;
    text-align: center;
}
.b-reviews .reviews__title2 {
    margin-bottom: 40px;
    color: #E30016;
    font-size: 30px;    
    text-align: center;
}
.b-reviews .reviews__title3 {
    margin-bottom: 35px;
    color: #1B1918;
    font-size: 30px;
    font-weight: 500;
}
.b-reviews .reviews__item {
    padding: 60px 100px 80px;
    background: #EEEFF3;
    background-size: 100% 100%;
}
.b-reviews .reviews__itembg1 {
    background: url(../images/reviews.bg1.png) 0 0 no-repeat;
}
.b-reviews .reviews__itembg2 {
    background: url(../images/reviews.bg2.png) 0 0 no-repeat;
}
.b-reviews .reviews__itembg3 {
    background: url(../images/reviews.bg3.png) 0 0 no-repeat;
}
.b-reviews .reviews__wrap2 {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: stretch;
}
.b-reviews .reviews__textbox {
    margin-right: 120px;
    width: 470px;
    font-size: 16px;
    position: relative;    
}
.b-reviews .reviews__peoplebox {
    padding: 40px 40px 40px 50px;
    width: 370px;    
    vertical-align: top;
    background: #fff;
    border-radius: 10px;
    box-sizing: border-box;
    position: relative;
}
.b-reviews .reviews__peoplebox:after {
    content: "";
    display: block;
    position: absolute;
    width: 55px;
    height: 46px;
    background: url(../images/reviews.quote.png) 0 0 no-repeat;
    bottom: -23px;
    right: 28px;
}
.b-reviews .reviews__textbox ol {
    margin-bottom: 23px;
    font-weight: 500;
    list-style-position: inside;
}
.b-reviews .reviews__textbox p {
    margin-bottom: 18px;
}
.b-reviews p.reviews__title4 {
    margin-bottom: 7px;
    color: #E30016;
}
.b-reviews .reviews__time {
    padding: 9px 55px;
    background: url(../images/reviews.clock.png) 0 50% no-repeat;
}
.b-reviews .reviews__namebox {
    margin-bottom: 19px;
}
.b-reviews .reviews__namebox:after {
    content: "";
    display: block;
    clear: both;
    font-size: 0;
}
.b-reviews .reviews__pic {
    margin-right: 17px;
    float: left;
}
.b-reviews .reviews__name {
    padding-top: 5px;    
}
.b-reviews .reviews__name div {
    font-size: 14px;
    color: #787E92;
}
.b-reviews .owl-dots {
    padding: 28px 0 10px;
    text-align: center;
} 
.b-reviews .owl-carousel button.owl-dot {
    margin: 0 5px;
    width: 12px;
    height: 12px;
    background: url(../images/reviews.dot.png) 0 0 no-repeat;
}
.b-reviews .owl-carousel button.owl-dot:hover,
.b-reviews .owl-carousel button.owl-dot.active {
    background: url(../images/reviews.doton.png) 0 0 no-repeat;
}
.b-reviews .owl-carousel .owl-nav button.owl-prev {
    margin-top: -18px;
    position: absolute;
    top: 50%;
    left: -67px;
    width: 36px;
    height: 36px;
    background: url(../images/reviews.back.png) 0 0 no-repeat;
    font-size: 0;
    text-indent: -9999px;
    overflow: hidden;
}
.b-reviews .owl-carousel .owl-nav button.owl-next {
    margin-top: -18px;
    position: absolute;
    top: 50%;
    right: -67px;
    width: 36px;
    height: 36px;
    background: url(../images/reviews.next.png) 0 0 no-repeat;
    font-size: 0;
    text-indent: -9999px;
    overflow: hidden;
}  
/*---------------------*/
.b-callredform {
     background: #fff;
}
.b-callredform .callredform__wrap {
    margin: 0 auto;
    padding: 50px 100px;
    width: 1170px;
    background: #E30016;
    border-radius: 0 0 10px 10px;
    box-sizing: border-box;   
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
}
.b-callredform .callredform__text {
    color: #fff;
    font-size: 30px;
    font-weight: 500;
    flex-grow: 1;
}
.b-callredform .callredform__text div {
    padding-top: 15px;
    font-size: 20px;
    font-weight: 400;
}
.b-callredform .callredform__inputbox {
    padding-right: 20px;
}
.b-callredform input {    
    padding: 14px 16px 15px;
    width: 370px;
    border: 1px solid #e8e9ed;
    font-size: 18px;
    font-weight: 500;
    color: #787E92;
    text-align: left;
    border-radius: 8px;
    box-sizing: border-box;
}
.b-callredform input::placeholder {
    color: #787E92;
}
.b-callredform button {
    padding: 14px 20px 15px;
    width: 190px;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    background: #1B1918; 
    border: 1px solid #1B1918;
    border-radius: 8px;
    text-align: center;
    box-sizing: border-box;
    cursor: pointer;
}
.b-callredform button:hover {
    opacity: 0.8;
}
/*---------------------*/
.b-calcbox {
    position: relative;
}
.b-calcbox .calcbox__overlay {
    margin-left: -585px;
    width: 1170px; 
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    z-index: 2;
    background: rgba(255, 255, 255, 0.7);
}
.b-calcbox .calcbox__title {
    padding-bottom: 30px;
    font-size: 40px;
    font-weight: 500;
    color: #000;
}
.b-calcbox .calcbox__wraptop {
    padding: 60px 100px 0 100px;
    background: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    box-sizing: border-box;
    margin: 0 auto;
    width: 1170px;    
}
.b-calcbox .calcbox__wrapbot {
    padding: 50px 100px;
    background: #e30016;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;  
    align-items: center;  
}
.b-calcbox .calcbox__inputbox1 {
    width: 370px;
}
.b-calcbox .calcbox__inputbox1 input,
.b-calcbox .calcbox__inputbox1 select {
    padding: 14px 16px 15px;
    border: 1px solid #dedfe4;
    border-radius: 10px;
    box-sizing: border-box;
    width: 100%;  
    font-size: 18px;
    font-weight: 500;
    color: #1B1918;  
}
.b-calcbox .calcbox__inputbox1 input::placeholder {
    color: #787E92;
}
.b-calcbox .calcbox__btnbox button {
    padding: 14px 20px 15px;
    width: 190px;
    border: 0;
    box-sizing: border-box;
    border-radius: 10px;
    background: #e30016;
    color: #fff;
    text-align: center;
    cursor: pointer;
    font-size: 18px;
    font-weight: 500;
}
.b-calcbox .calcbox__btnbox button:hover {
    opacity: 0.8;
}
.b-calcbox .calcbox__wrap {    
    padding-bottom: 40px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;  
    align-items: flex-end;  
}
.b-calcbox .calcbox__btntex {
    width: 190px;
    font-size: 13px;
    color: #787e92;
}
.b-calcbox .calcbox__pricebox {
    width: 280px;
    color: #787e92;
    font-size: 20px;
    font-weight: 500;
}
.b-calcbox .calcbox__pricebox span {
    padding-left: 20px;
    font-size: 30px;
    color: #000;
}
.b-calcbox .calcbox__inputtext {
    padding: 3px 0 17px 60px;
    color: #787E92;
    font-size: 16px;
    position: relative;
}
.b-calcbox #wpforms-803-field_3-container .calcbox__inputicon1::before {
    content: "";
    display: block;
    width: 46px;
    height: 26px;
    background: url(../images/calcbox.icon2.png) 0 0 no-repeat;
    position: absolute;
    top: 0;
    left: 0;
}
.b-calcbox #wpforms-803-field_4-container .calcbox__inputicon1::before {
    content: "";
    display: block;
    width: 46px;
    height: 26px;
    background: url(../images/calcbox.icon1.png) 0 0 no-repeat;
    position: absolute;
    top: 0;
    left: 0;
}
/*---------------------*/
.b-whobox {
    margin: 0 auto;
    padding: 110px 0 129px;
    width: 1170px;
    position: relative;
}
.b-whobox .whobox__title {
    padding-bottom: 70px;
    font-size: 50px;
    font-weight: 500;
}
.b-whobox .whobox__pic {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 0;
    z-index: 1;
}
.b-whobox .whobox__wrap::after {
    content: "";
    display: block;
    clear: both;
    font-size: 0;
}
.b-whobox .whobox__leftside {
    width: 500px;
    float: left;
}
.b-whobox .whobox__rightside {
    width: 670px;
    float: right;
    padding-top: 0;
}
.b-whobox .whobox__contbox {
    margin-bottom: 70px;
}

.whobox__leftside .whobox__contbox:last-child {
    margin-bottom: 0;
}

.b-whobox .whobox__imgbox {
    width: 92px;
    float: left;
}
.b-whobox .whobox__textbox {
    overflow: hidden;
}
.b-whobox .whobox__text {
    padding-bottom: 10px;
    font-size: 22px;
    font-weight: 500;
}
.b-whobox .whobox__text a:link,
.b-whobox .whobox__text a:active,
.b-whobox .whobox__text a:visited,
.b-whobox .whobox__text a:hover {
    color: #000;
    text-decoration: none;
}
.b-whobox .whobox__text a:hover {
    text-decoration: underline;
}
.b-whobox .whobox__text2 {
    font-size: 16px;
    color: #787E92;
    padding-bottom: 14px;
}
.b-whobox .whobox__text2 span {
    padding-left: 19px;
    color: #E30016;
}
.b-whobox .whobox__form {
    padding: 62px 300px 40px 100px;
    background: #EEEFF3;
    box-shadow: 0 0 30px rgba(120, 126, 146, 0.15);
    border-radius: 10px;
}
.b-whobox .whobox__formtitle,
.b-whobox div.wpforms-container-full .wpforms-form .whobox__formtitle {
    padding-bottom: 32px;
    font-size: 30px;
    font-weight: 500;
}
.b-whobox .whobox__formsubtitle,
.b-whobox div.wpforms-container-full .wpforms-form .whobox__formsubtitle {
	padding-bottom: 32px;
}
.whobox__formsubtitle {
    
}
.b-whobox .whobox__inputbox,
.b-whobox div.wpforms-container-full .wpforms-form .whobox__inputbox {
    padding-bottom: 10px;
}
.b-whobox .whobox__inputbox input,
.b-whobox div.wpforms-container-full .wpforms-form .whobox__inputbox input {
    padding: 14px 16px 15px;
    border: 1px solid #dedfe4;
    border-radius: 10px;
    box-sizing: border-box;
    width: 100%; 
    max-width: 100%; 
    height: auto;
    font-size: 18px;
    font-weight: 500;
    color: #1B1918;  
}
.b-whobox .whobox__inputbox input::placeholder {
    color: #787E92;
}
.b-whobox .whobox__btnbox button,
.b-whobox div.wpforms-container-full .wpforms-form .whobox__btnbox button {
    padding: 14px 20px 15px;
    width: 100%;
    border: 0;
    box-sizing: border-box;
    border-radius: 10px;
    background: #e30016;
    color: #fff;
    text-align: center;
    cursor: pointer;
    font-size: 18px;
    font-weight: 500;
}
.b-whobox .whobox__btnbox button:hover,
.b-whobox div.wpforms-container-full .wpforms-form .whobox__btnbox button:hover {
    background: #e30016;
    opacity: 0.8;
}
.b-whobox div.wpforms-container-full {
    margin: 0;
}
.b-whobox div.wpforms-container-full .wpforms-form .wpforms-field {
    padding: 0;
}
.b-whobox div.wpforms-container-full .wpforms-form .wpforms-submit-container {
    padding: 0;
}
.b-whobox .wpforms-confirmation-container-full, 
.b-whobox div[submit-success]>.wpforms-confirmation-container-full:not(.wpforms-redirection-message) {
    background: none;
    border: 0;
}
/*---------------------*/
.b-slider .slider__item {
    height: 525px;
}
.b-slider .slider__textbox {
    margin-left: -585px;
    width: 1170px;
    position: absolute;
    top: 84px;
    left: 50%;    
}
.b-slider .slider__text1 {
    margin-bottom: 15px;
    font-size: 70px;
    font-weight: 700;
    color: #fff;
}
.b-slider .slider__text2 {
    margin-bottom: 26px;
    font-size: 22px;
    color: #fff;
}
.b-slider .slider__btnbox {
    position: relative;
}
.b-slider .slider__btn,
.b-slider a.slider__btn:link,
.b-slider a.slider__btn:active,
.b-slider a.slider__btn:visited {
    padding: 9px;
    width: 130px;
    display: inline-block;
    border: 2px solid rgba(255, 255, 255, 0.3);
    box-sizing: border-box;
    border-radius: 8px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
}
.b-slider .slider__btn:hover,
.b-slider a.slider__btn:hover {
    text-decoration: underline;
}
.b-slider .slider__popup {
    display: none;
    padding: 40px 100px 44px 34px;
    width: 500px;
    position: absolute;
    top: -50px;
    left: 0;
    background: #EEEFF3;
    box-shadow: 0 0 30px rgba(120, 126, 146, 0.15);
    border-radius: 10px;
    z-index: 1;
    color: #474E65;
    box-sizing: border-box;
}
.b-slider .slider__close {
    width: 18px;
    height: 18px;
    position: absolute;
    top: 15px;
    right: 15px;
    background: url(../images/slider.close.png) 0 0 no-repeat;
    cursor: pointer;
}
.b-slider .owl-dots {
    margin-left: -60px;
    position: absolute;
    bottom: 60px;
    left: 50%;
} 
.b-slider.owl-carousel button.owl-dot {
    margin: 0 10px;
    width: 12px;
    height: 12px;
    background: url(../images/slide.dot.png) 0 0 no-repeat;
}
.b-slider.owl-carousel button.owl-dot:hover,
.b-slider.owl-carousel button.owl-dot.active {
    background: url(../images/slide.doton.png) 0 0 no-repeat;
}
.b-slider.owl-carousel .owl-item img {    
    width: auto;
    height: 100%;
}
/*---------------------*/
.b-answer {
    margin: 0 auto 30px;
    padding:  20px;
    width: 1170px;
    border-radius: 6px;
    background: #fff;
    box-sizing: border-box;
    text-align: center;
    font-size: 20px;
    color: #000;
}
.b-answer a:link,
.b-answer a:active,
.b-answer a:visited,
.b-answer a:hover {
    color: #000;
}
    /*---------------------*/
    .b-answer--red {
        background: #E30016;
        color: #fff;
    }
    .b-answer--red a:link,
    .b-answer--red a:active,
    .b-answer--red a:visited,
    .b-answer--red a:hover {
        color: #fff;
    }
/*---------------------*/
/*---------------------*/
/*---------------------*/
@media handheld, only screen and (min-width: 1240px) and (max-width: 1386px) {
    /*---------------------*/
    .b-slider .slider__item {
        height: 450px;
    }
    /*---------------------*/}

.adresline-mobile {
    display: none;
}

.whobox__form > .wpforms-container {
    position: relative;
    z-index: 3;
}

/* popup form */
.btn-red {
    background: none;
    border: 0 none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    float: none;
    font-size: 100%;
    height: auto;
    letter-spacing: normal;
    list-style: none;
    outline: none;
    position: static;
    text-decoration: none;
    text-indent: 0;
    text-shadow: none;
    text-transform: none;
    width: auto;
    visibility: visible;
    overflow: visible;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}

.form-control {
    padding: 14px 16px 15px;
    border: 1px solid #dedfe4;
    border-radius: 10px;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    height: auto;
    font-size: 18px;
    font-weight: 500;
    color: #1B1918;
    background-color: #fff;
    display: block;
    float: none;
    line-height: 1.3;
}

.modal .form-agreement {
    font-size: 16px;
    line-height: 20px;
    color: #bccddc;
    margin-top: 22px;
}

.modal-title {
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    margin-bottom: 25px;
	text-align: center;
}

.modal-dialog {
	max-width: 400px;
}

.modal div.wpforms-container-full .wpforms-form input[type=text] {
    padding: 14px 16px 15px;
    border: 1px solid #dedfe4;
    border-radius: 10px;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    height: auto;
    font-size: 18px;
    font-weight: 500;
    color: #1B1918;
    background-color: #fff;
    display: block;
    float: none;
    line-height: 1.3;
}

.modal div.wpforms-container-full .wpforms-form button[type=submit] {
    padding: 14px 20px 15px;
    width: 100%;
    border: 0;
    box-sizing: border-box;
    border-radius: 10px;
    background: #e30016;
    color: #fff;
    text-align: center;
    cursor: pointer;
    font-size: 18px;
    font-weight: 500;
}

.modal div.wpforms-container-full .wpforms-form button[type=submit]:hover {
    opacity: 0.8;
    background: #e30016;
}

.modal div.wpforms-container-full .wpforms-form button[type=submit]:active,
.modal div.wpforms-container-full .wpforms-form button[type=submit]:focus {
    border: none;
}

.b-whobox .whobox__inputbox input, .b-whobox div.wpforms-container-full .wpforms-form .whobox__inputbox input {
    padding-left: 20px;
    padding-right: 20px;
}

.b-callform .callform__rightside {
    clear: both;
    float: none;
    width: 100%;
}

.b-callform .callform__leftside {
    float: none;
    width: 100%;
}

.b-callform .callform__picbox {
    left: auto;
    right: 195px;
    top: -46px;
}

.b-callform .callform__textbox {
    text-align: left;
}

.b-callform .callform__text {
    top: 0;
}

.callform__rightside .wpforms-form {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}

.callform__rightside .wpforms-field-container {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.b-callform button, .b-callform div.wpforms-container-full .wpforms-form button[type=submit] {
    padding-top: 16px;
    padding-bottom: 16px;
}

.callform__leftside {
    margin-bottom: 19px;
}

.b-callform .callform__textbox {
    padding-bottom: 15px;
}

/* contact form 7 */
.wpcf7-text {
    padding: 14px 16px 15px;
    width: 100%;
    height: auto;
    max-width: 100%;
    border: 1px solid #e8e9ed;
    font-size: 18px;
    font-weight: 500;
    color: #787E92;
    text-align: left;
    border-radius: 8px;
    box-sizing: border-box;
    display: block;
    background-color: #fff;
}

.wpcf7-textarea {
    padding: 14px 16px 15px;
    width: 100%;
    height: 120px;
    max-width: 100%;
    border: 1px solid #e8e9ed;
    font-size: 18px;
    font-weight: 500;
    color: #787E92;
    text-align: left;
    border-radius: 8px;
    box-sizing: border-box;
    display: block;
    background-color: #fff;
}

.wpcf7 label {
    margin-bottom: 10px;
    display: block;
}

.wpcf7-form-control-wrap {
    padding-top: 10px;
    display: block;
}

input[type="submit"].wpcf7-submit {
    padding: 14px 50px 15px;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    background: #E30016;
    border: 1px solid #E30016;
    border-radius: 8px;
    cursor: pointer;
    margin-top: 30px;
}