.strike {
    font-weight: normal;
    position: relative;
}

.strike::after {
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAADCAIAAADdv/LVAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAASSURBVHjaYvrPwMDEAMEAAQYACzEBBlU9CW8AAAAASUVORK5CYII=');
    background-repeat: repeat-x;
    background-position: center;
    content: '';
    position: absolute;
    top: 0; right: 0;
    bottom: 0; left: 0;
}

.new_price {
    font-size: 48px;
    font-weight: bold;
}
.input_size { width: 200px; height: 60px}
.bl_color {color: #13c1d9}
.upper { text-transform:uppercase }
.bg_white { background-color: #FFFFFF !important;}
p.review { margin: 0 0 15px}
.text_align_none { text-align: inherit}
.center {text-align: center}
.a_text_color {color: #34465a}
.mp100 {margin-top: 100px}
.green_circle{
	width: 7px;
	height: 7px;
	background-color: #3fb8af;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	/*margin-top: 5px;*/
	padding-left: 0 !important;
	padding-top: 0 !important;
	display: inline-block;
	margin-right: 5px;
	vertical-align: middle;
}

.red_circle{
	width: 7px;
	height: 7px;
	background-color: #ff0000;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	/* margin-top: 5px;*/
	padding-left: 0 !important;
	padding-top: 0 !important;
	display: inline-block;
	margin-right: 5px;
	vertical-align: middle;
}

.yellow_circle {
	width: 7px;
	height: 7px;
	background-color: #fde758;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	/*margin-top: 5px;*/
	padding-left: 0 !important;
	padding-top: 0 !important;
	display: inline-block;
	margin-right: 5px;
	vertical-align: middle;
}

.overflow_hidden{
	overflow:hidden;
}

.overlay{
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.6;
	z-index: 10;
	margin: 0;
	display: none;
}

.loader{height:100%;width:100%}
.loader .l_main{position:absolute;top:50%;left:50%;width:172px;height:128px;margin:0;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}
@media (max-width:550px){.loader{-webkit-transform:scale(0.75);transform:scale(0.75)}}
@media (max-width:440px){.loader{-webkit-transform:scale(0.5);transform:scale(0.5)}}
.l_square{position:relative}
.l_square:nth-child(1){margin-left:0px}
.l_square:nth-child(2){margin-left:44px}
.l_square:nth-child(3){margin-left:88px}
.l_square:nth-child(4){margin-left:132px}
.l_square span{position:absolute;top:0px;left:20px;height:36px;width:36px;border-radius:2px;background-color:#FFFFFF}
.l_square span:nth-child(1){top:0px}
.l_square span:nth-child(2){top:44px}
.l_square span:nth-child(3){top:88px}
.l_square:nth-child(1) span{-webkit-animation:animsquare1 2s infinite ease-in;animation:animsquare1 2s infinite ease-in}
.l_square:nth-child(2) span{-webkit-animation:animsquare2 2s infinite ease-in;animation:animsquare2 2s infinite ease-in}
.l_square:nth-child(3) span{-webkit-animation:animsquare3 2s infinite ease-in;animation:animsquare3 2s infinite ease-in}
.l_square:nth-child(4) span{-webkit-animation:animsquare4 2s infinite ease-in;animation:animsquare4 2s infinite ease-in}
.l_square span:nth-child(1){-webkit-animation-delay:0.00s;animation-delay:0.00s}
.l_square span:nth-child(2){-webkit-animation-delay:0.15s;animation-delay:0.15s}
.l_square span:nth-child(3){-webkit-animation-delay:0.30s;animation-delay:0.30s}
@-webkit-keyframes animsquare1{0%,5%,95%,100%{-webkit-transform:translate(0px,0px) rotate(0deg);transform:translate(0px,0px) rotate(0deg)}30%,70%{-webkit-transform:translate(-40px,0px) rotate(-90deg);transform:translate(-40px,0px) rotate(-90deg)}}
@keyframes animsquare1{0%,5%,95%,100%{-webkit-transform:translate(0px,0px) rotate(0deg);transform:translate(0px,0px) rotate(0deg)}30%,70%{-webkit-transform:translate(-40px,0px) rotate(-90deg);transform:translate(-40px,0px) rotate(-90deg)}}
@-webkit-keyframes animsquare2{0%,10%,90%,100%{-webkit-transform:translate(0px,0px) rotate(0deg);transform:translate(0px,0px) rotate(0deg)}35%,65%{-webkit-transform:translate(-40px,0px) rotate(-90deg);transform:translate(-40px,0px) rotate(-90deg)}}
@keyframes animsquare2{0%,10%,90%,100%{-webkit-transform:translate(0px,0px) rotate(0deg);transform:translate(0px,0px) rotate(0deg)}35%,65%{-webkit-transform:translate(-40px,0px) rotate(-90deg);transform:translate(-40px,0px) rotate(-90deg)}}
@-webkit-keyframes animsquare3{0%,15%,85%,100%{-webkit-transform:translate(0px,0px) rotate(0deg);transform:translate(0px,0px) rotate(0deg)}40%,60%{-webkit-transform:translate(-40px,0px) rotate(-90deg);transform:translate(-40px,0px) rotate(-90deg)}}
@keyframes animsquare3{0%,15%,85%,100%{-webkit-transform:translate(0px,0px) rotate(0deg);transform:translate(0px,0px) rotate(0deg)}40%,60%{-webkit-transform:translate(-40px,0px) rotate(-90deg);transform:translate(-40px,0px) rotate(-90deg)}}
@-webkit-keyframes animsquare4{0%,20%,80%,100%{-webkit-transform:translate(0px,0px) rotate(0deg);transform:translate(0px,0px) rotate(0deg)}45%,55%{-webkit-transform:translate(-40px,0px) rotate(-90deg);transform:translate(-40px,0px) rotate(-90deg)}}
@keyframes animsquare4{0%,20%,80%,100%{-webkit-transform:translate(0px,0px) rotate(0deg);transform:translate(0px,0px) rotate(0deg)}45%,55%{-webkit-transform:translate(-40px,0px) rotate(-90deg);transform:translate(-40px,0px) rotate(-90deg)}}


.tm_pb_builder #tm_builder_outer_content .tm_pb_blurb_17 .tm-pb-icon:before { font-family: "linearicon" !important; }
.tm_pb_builder #tm_builder_outer_content .tm_pb_blurb_17 .tm-pb-icon { font-size: 60px; }
.tm_pb_builder #tm_builder_outer_content .tm_pb_blurb_17.tm_pb_blurb h4, .tm_pb_builder #tm_builder_outer_content .tm_pb_blurb_17.tm_pb_blurb h4 a { font-weight: bold;color: #ffffff !important; }
.tm_pb_builder #tm_builder_outer_content .tm_pb_column_18 { order: 2; }
.tm_pb_builder #tm_builder_outer_content .tm_pb_column_19 { order: 3; }
.tm_pb_builder #tm_builder_outer_content .tm_pb_blurb_18.tm_pb_blurb h4, .tm_pb_builder #tm_builder_outer_content .tm_pb_blurb_18.tm_pb_blurb h4 a { font-weight: bold;color: #ffffff !important; }
.tm_pb_builder #tm_builder_outer_content .tm_pb_section_7 { background-color:#f4f6f9; padding-top: 103px; padding-bottom: 90px; }
.tm_pb_builder #tm_builder_outer_content .tm_pb_blurb_18 .tm-pb-icon:before { font-family: "linearicon" !important; }
.tm_pb_builder #tm_builder_outer_content .tm_pb_blurb_18 .tm-pb-icon { font-size: 60px; }
.tm_pb_builder #tm_builder_outer_content .tm_pb_blurb_16 .tm-pb-icon:before { font-family: "linearicon" !important; }
.tm_pb_builder #tm_builder_outer_content .tm_pb_blurb_16 .tm-pb-icon { font-size: 60px; }
.tm_pb_builder #tm_builder_outer_content .tm_pb_blurb_15.tm_pb_blurb h4, .tm_pb_builder #tm_builder_outer_content .tm_pb_blurb_15.tm_pb_blurb h4 a { color: #13c1d9 !important; }
.tm_pb_builder #tm_builder_outer_content .tm_pb_column_15 { order: 4; }
.tm_pb_builder #tm_builder_outer_content .tm_pb_blurb_14.tm_pb_blurb h4, .tm_pb_builder #tm_builder_outer_content .tm_pb_blurb_14.tm_pb_blurb h4 a { color: #13c1d9 !important; }
.tm_pb_builder #tm_builder_outer_content .tm_pb_column_14 { order: 3; }
.tm_pb_builder #tm_builder_outer_content .tm_pb_section_6 { background-image:url(https://easy-vin.ru/img/img1.jpg); padding-top: 157px; padding-bottom: 119px; }
.tm_pb_builder #tm_builder_outer_content .tm_pb_column_16 { order: 1; }
.tm_pb_builder #tm_builder_outer_content .tm_pb_blurb_16.tm_pb_blurb h4, .tm_pb_builder #tm_builder_outer_content .tm_pb_blurb_16.tm_pb_blurb h4 a { font-weight: bold;color: #ffffff !important; }
.tm_pb_builder #tm_builder_outer_content .tm_pb_column_17 { order: 1; }
.tm_pb_builder #tm_builder_outer_content .tm_pb_divider_4 { margin-top: 55px !important; }
.tm_pb_builder #tm_builder_outer_content .tm_pb_column_20 { order: 1; }
.tm_pb_builder #tm_builder_outer_content .tm_pb_divider_5 { margin-top: 57px !important; }
.tm_pb_builder #tm_builder_outer_content .tm_pb_column_25 { order: 1; }
.tm_pb_builder #tm_builder_outer_content .tm_pb_section_10 { background-image:url(https://easy-vin.ru/img/img2.jpg); padding-top: 159px; padding-bottom: 154px; }
.tm_pb_builder #tm_builder_outer_content .tm_pb_column_24 { order: 1; }
.tm_pb_builder #tm_builder_outer_content .tm_pb_section_9 { background-color:#f8f8f8; padding-top: 70px; padding-bottom: 68px; }
.tm_pb_builder #tm_builder_outer_content .tm_pb_column_26 { order: 2; }
.tm_pb_builder #tm_builder_outer_content .tm_pb_divider_7 { height: 10px; }
.tm_pb_builder #tm_builder_outer_content .tm_pb_column_27 { order: 1; }
.tm_pb_builder #tm_builder_outer_content .tm_pb_section_11 { padding-top: 104px; padding-bottom: 70px; }
.tm_pb_builder #tm_builder_outer_content .tm_pb_divider_7:before { border-top-width: 10px; }
.tm_pb_builder #tm_builder_outer_content .tm_pb_column_23 { order: 1; }
.tm_pb_builder #tm_builder_outer_content .tm_pb_row_13 { margin-right: 15.5%; margin-left: 15.5%; }
.tm_pb_builder #tm_builder_outer_content .tm_pb_pricing_tables_0 .tm_pb_pricing li:before { display: none; }
.tm_pb_builder #tm_builder_outer_content .tm_pb_column_21 { order: 1; }
.tm_pb_builder #tm_builder_outer_content .tm_pb_row_11 { margin-right: 11.8%; margin-left: 14%; }
.tm_pb_builder #tm_builder_outer_content .tm_pb_section_8 { padding-top: 103px; padding-bottom: 0px; }
.tm_pb_builder #tm_builder_outer_content .tm_pb_column_22 { order: 1; }
.tm_pb_builder #tm_builder_outer_content .tm_pb_divider_6:before { border-top-width: 57px; }
.tm_pb_builder #tm_builder_outer_content .tm_pb_divider_6 { height: 57px; }
.tm_pb_builder #tm_builder_outer_content .tm_pb_text_8 { max-width: 955px; }
.tm_pb_builder #tm_builder_outer_content .tm_pb_blurb_13.tm_pb_blurb h4, .tm_pb_builder #tm_builder_outer_content .tm_pb_blurb_13.tm_pb_blurb h4 a { color: #13c1d9 !important; }
.tm_pb_builder #tm_builder_outer_content .tm_pb_column_13 { order: 2; }
.tm_pb_builder #tm_builder_outer_content .tm_pb_blurb_2 .tm-pb-icon:before { font-family: "fl-glypho" !important; }
.tm_pb_builder #tm_builder_outer_content .tm_pb_column_5 { order: 3; }
.tm_pb_builder #tm_builder_outer_content .tm_pb_blurb_1 .tm-pb-icon:before { font-family: "fl-glypho" !important; }
.tm_pb_builder #tm_builder_outer_content .tm_pb_column_4 { order: 2; }
.tm_pb_builder #tm_builder_outer_content .tm_pb_column_6 { order: 4; }
.tm_pb_builder #tm_builder_outer_content .tm_pb_blurb_3 .tm-pb-icon:before { font-family: "fl-glypho" !important; }
.tm_pb_builder #tm_builder_outer_content .tm_pb_column_8 { padding-top:100px; padding-bottom:101px; order: 2; }
.tm_pb_builder #tm_builder_outer_content .tm_pb_column_7 { order: 1; }
.tm_pb_builder #tm_builder_outer_content .tm_pb_section_2 { background-image:url(https://easy-vin.ru/img/img3.jpg); }
.tm_pb_builder #tm_builder_outer_content .tm_pb_blurb_0 .tm-pb-icon:before { font-family: "fl-glypho" !important; }
.tm_pb_builder #tm_builder_outer_content .tm_pb_column_3 { order: 1; }
.tm_pb_builder #tm_builder_outer_content .tm_pb_text_1 { font-size: 30px; line-height: 1.5em; margin-bottom: 37px !important; }
.tm_pb_builder #tm_builder_outer_content .tm_pb_text_1 p { line-height: 1.5em; }
.tm_pb_builder #tm_builder_outer_content .tm_pb_text_0 { margin-bottom: 26px !important; }
.tm_pb_builder #tm_builder_outer_content .tm_pb_column_0 { order: 1; }
.tm_pb_builder #tm_builder_outer_content .tm_pb_column_1 { order: 2; }
.tm_pb_builder #tm_builder_outer_content .tm_pb_section_1 { background-color:#f8f8f8; padding-top: 101px; padding-bottom: 107px; }
.tm_pb_builder #tm_builder_outer_content .tm_pb_divider_0 { margin-top: 66px !important; }
.tm_pb_builder #tm_builder_outer_content .tm_pb_text_2 { color: #34465a !important; max-width: 950px; }
.tm_pb_builder #tm_builder_outer_content .tm_pb_text_2_center { color: #34465a !important; max-width: 950px; margin: 0 auto }
.tm_pb_builder #tm_builder_outer_content .tm_pb_column_2 { order: 1; }
.tm_pb_builder #tm_builder_outer_content .tm_pb_text_3 { color: #34465a !important; max-width: 652px; }
.tm_pb_builder #tm_builder_outer_content .tm_pb_divider_1 { margin-top: 59px !important; }
.tm_pb_builder #tm_builder_outer_content .tm_pb_column_10 { order: 1; }
.tm_pb_builder #tm_builder_outer_content .tm_pb_section_4 { background-image:url(https://easy-vin.ru/img/img4.jpg); padding-top: 168px; padding-bottom: 166px; }
.tm_pb_builder #tm_builder_outer_content .tm_pb_blurb_11 .tm-pb-icon:before { font-family: "fl-glypho" !important; }
.tm_pb_builder #tm_builder_outer_content .tm_pb_blurb_10 .tm-pb-icon:before { font-family: "fl-glypho" !important; }
.tm_pb_builder #tm_builder_outer_content .tm_pb_section_5 { padding-top: 103px; padding-bottom: 73px; }
.tm_pb_builder #tm_builder_outer_content .tm_pb_column_11 { order: 1; }
.tm_pb_builder #tm_builder_outer_content .tm_pb_blurb_12.tm_pb_blurb h4, .tm_pb_builder #tm_builder_outer_content .tm_pb_blurb_12.tm_pb_blurb h4 a { color: #13c1d9 !important; }
.tm_pb_builder #tm_builder_outer_content .tm_pb_column_12 { order: 1; }
.tm_pb_builder #tm_builder_outer_content .tm_pb_divider_3 { margin-top: 69px !important; }
.tm_pb_builder #tm_builder_outer_content .tm_pb_blurb_9 .tm-pb-icon:before { font-family: "fl-glypho" !important; }
.tm_pb_builder #tm_builder_outer_content .tm_pb_blurb_8 .tm-pb-icon:before { font-family: "fl-glypho" !important; }
.tm_pb_builder #tm_builder_outer_content .tm_pb_blurb_6 .tm-pb-icon:before { font-family: "fl-glypho" !important; }
.tm_pb_builder #tm_builder_outer_content .tm_pb_blurb_5 .tm-pb-icon:before { font-family: "fl-glypho" !important; }
.tm_pb_builder #tm_builder_outer_content .tm_pb_blurb_4 .tm-pb-icon:before { font-family: "fl-glypho" !important; }
.tm_pb_builder #tm_builder_outer_content .tm_pb_blurb_7 .tm-pb-icon:before { font-family: "fl-glypho" !important; }
.tm_pb_builder #tm_builder_outer_content .tm_pb_section_3 { padding-top: 40px; padding-bottom: 40px; }
.tm_pb_builder #tm_builder_outer_content .tm_pb_divider_2 { margin-top: 59px !important; }
.tm_pb_builder #tm_builder_outer_content .tm_pb_text_4 { color: #34465a !important; max-width: 652px; }
.tm_pb_builder #tm_builder_outer_content .tm_pb_column_9 { order: 1; }
.tm_pb_builder #tm_builder_outer_content .tm_pb_section_0 { background-image:url(https://easy-vin.ru/img/main.jpg); padding-top: 70px; padding-bottom: 70px; background-position: right }

@media only screen and ( max-width: 991px ) {
	.tm_pb_builder #tm_builder_outer_content .tm_pb_column_21 { order: 1; }
	.tm_pb_builder #tm_builder_outer_content .tm_pb_section_8 { padding-top: 80px;padding-bottom: 0px; }
	.tm_pb_builder #tm_builder_outer_content .tm_pb_column_22 { order: 1; }
	.tm_pb_builder #tm_builder_outer_content .tm_pb_divider_6 { height: 50px; }
	.tm_pb_builder #tm_builder_outer_content .tm_pb_column_20 { order: 1; }
	.tm_pb_builder #tm_builder_outer_content .tm_pb_section_7 { padding-top: 80px;padding-bottom: 70px; }
	.tm_pb_builder #tm_builder_outer_content .tm_pb_column_17 { order: 1; }
	.tm_pb_builder #tm_builder_outer_content .tm_pb_column_18 { order: 2; }
	.tm_pb_builder #tm_builder_outer_content .tm_pb_column_19 { order: 3; }
	.tm_pb_builder #tm_builder_outer_content .tm_pb_divider_6:before { border-top-width: 50px; }
	.tm_pb_builder #tm_builder_outer_content .tm_pb_column_23 { order: 1; }
	.tm_pb_builder #tm_builder_outer_content .tm_pb_divider_7 { height: 1px; }
	.tm_pb_builder #tm_builder_outer_content .tm_pb_divider_7:before { border-top-width: 1px; }
	.tm_pb_builder #tm_builder_outer_content .tm_pb_section_11 { padding-top: 80px;padding-bottom: 40px; }
	.tm_pb_builder #tm_builder_outer_content .tm_pb_column_27 { order: 1; }
	.tm_pb_builder #tm_builder_outer_content .tm_pb_column_26 { order: 2; }
	.tm_pb_builder #tm_builder_outer_content .tm_pb_column_25 { order: 1; }
	.tm_pb_builder #tm_builder_outer_content .tm_pb_section_9 { padding-top: 50px;padding-bottom: 50px; }
	.tm_pb_builder #tm_builder_outer_content .tm_pb_column_24 { order: 1; }
	.tm_pb_builder #tm_builder_outer_content .tm_pb_section_10 { padding-top: 40px;padding-bottom: 40px; }
	.tm_pb_builder #tm_builder_outer_content .tm_pb_column_16 { order: 1; }
	.tm_pb_builder #tm_builder_outer_content .tm_pb_section_6 { padding-top: 80px;padding-bottom: 70px; }
	.tm_pb_builder #tm_builder_outer_content .tm_pb_column_4 { order: 2; }
	.tm_pb_builder #tm_builder_outer_content .tm_pb_column_5 { order: 3; }
	.tm_pb_builder #tm_builder_outer_content .tm_pb_column_6 { order: 4; }
	.tm_pb_builder #tm_builder_outer_content .tm_pb_section_2 { padding-top: 40px;padding-bottom: 40px; }
	.tm_pb_builder #tm_builder_outer_content .tm_pb_column_3 { order: 1; }
	.tm_pb_builder #tm_builder_outer_content .tm_pb_column_2 { order: 1; }
	.tm_pb_builder #tm_builder_outer_content .tm_pb_column_0 { order: 1; }
	.tm_pb_builder #tm_builder_outer_content .tm_pb_column_1 { order: 2; }
	.tm_pb_builder #tm_builder_outer_content .tm_pb_section_1 { padding-top: 80px;padding-bottom: 80px; }
	.tm_pb_builder #tm_builder_outer_content .tm_pb_column_7 { order: 1; }
	.tm_pb_builder #tm_builder_outer_content .tm_pb_column_8 { order: 2; }
	.tm_pb_builder #tm_builder_outer_content .tm_pb_column_12 { order: 1; }
	.tm_pb_builder #tm_builder_outer_content .tm_pb_column_13 { order: 2; }
	.tm_pb_builder #tm_builder_outer_content .tm_pb_column_14 { order: 3; }
	.tm_pb_builder #tm_builder_outer_content .tm_pb_column_15 { order: 4; }
	.tm_pb_builder #tm_builder_outer_content .tm_pb_column_11 { order: 1; }
	.tm_pb_builder #tm_builder_outer_content .tm_pb_section_5 { padding-top: 80px;padding-bottom: 30px; }
	.tm_pb_builder #tm_builder_outer_content .tm_pb_column_9 { order: 1; }
	.tm_pb_builder #tm_builder_outer_content .tm_pb_section_4 { padding-top: 80px;padding-bottom: 80px; }
	.tm_pb_builder #tm_builder_outer_content .tm_pb_column_10 { order: 1; }
	.tm_pb_builder #tm_builder_outer_content .tm_pb_section_0 { padding-top: 40px;padding-bottom: 40px; background-position: right }
}

@media only screen and ( max-width: 767px ) {
	.tm_pb_builder #tm_builder_outer_content .tm_pb_section_8 { padding-top: 80px;padding-bottom: 0px; }
	.tm_pb_builder #tm_builder_outer_content .tm_pb_column_22 { order: 1; }
	.tm_pb_builder #tm_builder_outer_content .tm_pb_divider_6 { height: 40px; }
	.tm_pb_builder #tm_builder_outer_content .tm_pb_column_21 { order: 1; }
	.tm_pb_builder #tm_builder_outer_content .tm_pb_column_20 { order: 1; }
	.tm_pb_builder #tm_builder_outer_content .tm_pb_column_17 { order: 1; }
	.tm_pb_builder #tm_builder_outer_content .tm_pb_column_18 { order: 2; }
	.tm_pb_builder #tm_builder_outer_content .tm_pb_column_19 { order: 3; }
	.tm_pb_builder #tm_builder_outer_content .tm_pb_divider_6:before { border-top-width: 40px; }
	.tm_pb_builder #tm_builder_outer_content .tm_pb_column_23 { order: 1; }
	.tm_pb_builder #tm_builder_outer_content .tm_pb_divider_7 { height: 1px; }
	.tm_pb_builder #tm_builder_outer_content .tm_pb_divider_7:before { border-top-width: 1px; }
	.tm_pb_builder #tm_builder_outer_content .tm_pb_column_27 { order: 1; }
	.tm_pb_builder #tm_builder_outer_content .tm_pb_column_26 { order: 2; }
	.tm_pb_builder #tm_builder_outer_content .tm_pb_column_25 { order: 1; }
	.tm_pb_builder #tm_builder_outer_content .tm_pb_section_9 { padding-top: 50px;padding-bottom: 50px; }
	.tm_pb_builder #tm_builder_outer_content .tm_pb_column_24 { order: 1; }
	.tm_pb_builder #tm_builder_outer_content .tm_pb_section_10 { padding-top: 20px;padding-bottom: 20px; }
	.tm_pb_builder #tm_builder_outer_content .tm_pb_column_16 { order: 1; }
	.tm_pb_builder #tm_builder_outer_content .tm_pb_column_15 { order: 4; }
	.tm_pb_builder #tm_builder_outer_content .tm_pb_column_5 { order: 3; }
	.tm_pb_builder #tm_builder_outer_content .tm_pb_column_6 { order: 4; }
	.tm_pb_builder #tm_builder_outer_content .tm_pb_section_2 { padding-top: 20px;padding-bottom: 20px; display: none !important; }
	.tm_pb_builder #tm_builder_outer_content .tm_pb_column_4 { order: 2; }
	.tm_pb_builder #tm_builder_outer_content .tm_pb_column_3 { order: 1; }
	.tm_pb_builder #tm_builder_outer_content .tm_pb_column_0 { order: 1; }
	.tm_pb_builder #tm_builder_outer_content .tm_pb_column_1 { order: 2; }
	.tm_pb_builder #tm_builder_outer_content .tm_pb_column_2 { order: 1; }
	.tm_pb_builder #tm_builder_outer_content .tm_pb_column_7 { order: 1; }
	.tm_pb_builder #tm_builder_outer_content .tm_pb_column_8 { order: 2; }
	.tm_pb_builder #tm_builder_outer_content .tm_pb_column_12 { order: 1; }
	.tm_pb_builder #tm_builder_outer_content .tm_pb_column_13 { order: 2; }
	.tm_pb_builder #tm_builder_outer_content .tm_pb_column_14 { order: 3; }
	.tm_pb_builder #tm_builder_outer_content .tm_pb_column_11 { order: 1; }
	.tm_pb_builder #tm_builder_outer_content .tm_pb_column_10 { order: 1; }
	.tm_pb_builder #tm_builder_outer_content .tm_pb_row_3 { display: none !important; }
	.tm_pb_builder #tm_builder_outer_content .tm_pb_column_9 { order: 1; }
	.tm_pb_builder #tm_builder_outer_content .tm_pb_section_4 { padding-top: 40px;padding-bottom: 40px; }
	.tm_pb_builder #tm_builder_outer_content .tm_pb_section_0 { padding-top: 20px;padding-bottom: 20px; background-position: right }
}

@media only screen and ( min-width: 992px ) and ( max-width: 1440px ) {
	.tm_pb_builder #tm_builder_outer_content .tm_pb_column_21 { order: 1; }
	.tm_pb_builder #tm_builder_outer_content .tm_pb_column_22 { order: 1; }
	.tm_pb_builder #tm_builder_outer_content .tm_pb_divider_6 { height: 55px; }
	.tm_pb_builder #tm_builder_outer_content .tm_pb_row_11 { margin-right: 10%; margin-left: 10%; }
	.tm_pb_builder #tm_builder_outer_content .tm_pb_column_20 { order: 1; }
	.tm_pb_builder #tm_builder_outer_content .tm_pb_column_17 { order: 1; }
	.tm_pb_builder #tm_builder_outer_content .tm_pb_column_18 { order: 2; }
	.tm_pb_builder #tm_builder_outer_content .tm_pb_column_19 { order: 3; }
	.tm_pb_builder #tm_builder_outer_content .tm_pb_divider_6:before { border-top-width: 55px; }
	.tm_pb_builder #tm_builder_outer_content .tm_pb_row_13 { margin-right: 10%; margin-left: 10%; }
	.tm_pb_builder #tm_builder_outer_content .tm_pb_divider_7 { height: 1px; }
	.tm_pb_builder #tm_builder_outer_content .tm_pb_divider_7:before { border-top-width: 1px; }
	.tm_pb_builder #tm_builder_outer_content .tm_pb_column_27 { order: 1; }
	.tm_pb_builder #tm_builder_outer_content .tm_pb_column_26 { order: 2; }
	.tm_pb_builder #tm_builder_outer_content .tm_pb_column_25 { order: 1; }
	.tm_pb_builder #tm_builder_outer_content .tm_pb_column_23 { order: 1; }
	.tm_pb_builder #tm_builder_outer_content .tm_pb_column_24 { order: 1; }
	.tm_pb_builder #tm_builder_outer_content .tm_pb_section_10 { padding-top: 150px;padding-bottom: 150px; }
	.tm_pb_builder #tm_builder_outer_content .tm_pb_divider_4 { margin-top: 50px !important; }
	.tm_pb_builder #tm_builder_outer_content .tm_pb_column_16 { order: 1; }
	.tm_pb_builder #tm_builder_outer_content .tm_pb_column_6 { order: 4; }
	.tm_pb_builder #tm_builder_outer_content .tm_pb_column_7 { order: 1; }
	.tm_pb_builder #tm_builder_outer_content .tm_pb_column_8 { order: 2; }
	.tm_pb_builder #tm_builder_outer_content .tm_pb_column_5 { order: 3; }
	.tm_pb_builder #tm_builder_outer_content .tm_pb_column_4 { order: 2; }
	.tm_pb_builder #tm_builder_outer_content .tm_pb_column_1 { order: 2; }
	.tm_pb_builder #tm_builder_outer_content .tm_pb_column_2 { order: 1; }
	.tm_pb_builder #tm_builder_outer_content .tm_pb_column_3 { order: 1; }
	.tm_pb_builder #tm_builder_outer_content .tm_pb_column_9 { order: 1; }
	.tm_pb_builder #tm_builder_outer_content .tm_pb_row_4 { display: none !important; }
	.tm_pb_builder #tm_builder_outer_content .tm_pb_column_13 { order: 2; }
	.tm_pb_builder #tm_builder_outer_content .tm_pb_column_14 { order: 3; }
	.tm_pb_builder #tm_builder_outer_content .tm_pb_column_15 { order: 4; }
	.tm_pb_builder #tm_builder_outer_content .tm_pb_column_12 { order: 1; }
	.tm_pb_builder #tm_builder_outer_content .tm_pb_column_11 { order: 1; }
	.tm_pb_builder #tm_builder_outer_content .tm_pb_section_3 { display: none !important; }
	.tm_pb_builder #tm_builder_outer_content .tm_pb_section_4 { padding-top: 160px;padding-bottom: 160px; }
	.tm_pb_builder #tm_builder_outer_content .tm_pb_column_10 { order: 1; }
	.tm_pb_builder #tm_builder_outer_content .tm_pb_column_0 { order: 1; }
}

@media only screen and ( min-width: 768px ) and ( max-width: 991px ) {
	.tm_pb_builder #tm_builder_outer_content .tm_pb_section_2 { display: none !important; }
	.tm_pb_builder #tm_builder_outer_content .tm_pb_row_3 { display: none !important; }
}

@media only screen and ( min-width: 1441px ) {
	.tm_pb_builder #tm_builder_outer_content .tm_pb_section_3 { display: none !important; }
	.tm_pb_builder #tm_builder_outer_content .tm_pb_row_4 { display: none !important; }
}

@media (max-width: 991px) {
	.tm_pb_builder #tm_builder_outer_content .tm_pb_row_13 { margin-right: 0px; margin-left: 0px; }
	.tm_pb_builder #tm_builder_outer_content .tm_pb_row_11 { margin-right: 0px; margin-left: 0px; }
	.tm_pb_builder #tm_builder_outer_content .tm_pb_divider_4 { margin-top: 40px !important; }
}

@media (max-width: 767px) {
	.tm_pb_builder #tm_builder_outer_content .tm_pb_row_13 { margin-right: 0px; margin-left: 0px; }
	.tm_pb_builder #tm_builder_outer_content .tm_pb_row_11 { margin-right: 0px; margin-left: 0px; }
	.tm_pb_builder #tm_builder_outer_content .tm_pb_divider_4 { margin-top: 10px !important; }
}