JSFiddle - React, Tailwind, and code Playground

by HappyCougar

HTML

<link rel="stylesheet" href="http://rlexpert.ru/templates/real/css/style.css">
<script src="http://rlexpert.ru/templates/real/javascript/jquery.carouFredSel-6.2.1-packed.js"></script>
<script src="http://rlexpert.ru/plugins/content/jw_sig/jw_sig/includes/js/jquery_fancybox/fancybox/jquery.fancybox.pack.js?v=2.1.5"></script>
<link rel="stylesheet" href="http://rlexpert.ru/plugins/content/jw_sig/jw_sig/includes/js/jquery_fancybox/fancybox/jquery.fancybox.css">
<img src="http://rlexpert.ru/templates/real/images/t2_top_head.png" alt=""/>
<div class="full_boxs t_full_boxs" id="t_full_boxs1">
    <div class="gray_box">
		<div class="gray_box_inner">
			<div class="gray_box_head_wrapper">
				<h2 class="gray_box_head">Оценка транспорта и спецтехники!</h2>
			</div>
                <div class="t_text_left">
                    <div>
                        <p>Бесплатное консультирование на всех этапах</p>
                    </div>
                    <div>
                        <p>Строгое соблюдение законодательства и федеральных стандартов оценки</p>
                    </div>
                    <div>
                        <p>Регулярное повышение квалификации</p>
                    </div>
                </div>
                <div class="t_text_right">
                    <div>
                        <p>Стаж в оценке больше 12-ти лет</p>
                    </div>
                    <div>
                        <p>Наши отчеты признаются всеми государственными органами</p>
                    </div>
                    <div>
                        <p>Мы застрахованы на 10 000 000 руб.</p>
                    </div>
                </div>
            <div id="t_mark">
                <p>Применяем 3-х ступенчатую систему контроля качества выполняемых отчетов.</p>
            </div>
		</div>
    </div>
</div>
<div class="full_boxs t_full_boxs" id="t_full_boxs2">
    <div class="gray_box">
		<div class="gray_box_inner">
			<div...

CSS

body {
    width:940px;
}
.t_full_boxs .gray_box_head_wrapper,.simle_box .gray_box_head_wrapper {
    top:-23px;
}
#t_full_boxs1 {
    position: relative;
    top: -35px;
}
.t_text_left,.t_text_right {
    display: inline-block;
    width: 460px;
}
.t_text_left div, .t_text_right div {
    width: 460px;
    height: 60px;
    background: url('http://rlexpert.ru/templates/real/images/t_red_arrow.png') 5px 0% no-repeat;
}
.t_text_left p, .t_text_right p {
    margin-left: 60px;
    position: relative;
    top: 4px;
    display: inline-block;
    vertical-align: sub;
    font-size: 16px;
}
#t_mark {
    height: 125px;
    background: url('http://rlexpert.ru/templates/real/images/t_mark.png') 10px 20px no-repeat;
}
#t_mark p {
    margin-left: 140px;
    width: 785px;
    font-size: 16px;
    font-weight: bold;
    color: #00529e;
    position: relative;
    top: 50px;
}
.t_full_boxs .gray_box_head,.simle_box .gray_box_head {
    min-width: 730px;
}
.t_full_boxs  .gray_box_head_wrapper,.simle_box .gray_box_head_wrapper {
    left: 80px;
}
.full_boxs table tr:first-child {
    background: #4f4f4f !important;
    color: white;
}
.full_boxs table tr:nth-child(even) {background:#e9eff5;}
.full_boxs table tr:nth-child(odd) {background:#ffffff;}
.full_boxs table {border-spacing: 0px;width: 100%;}
.full_boxs td {height:50px;font-size: 13px;}
.full_boxs td:first-child {padding-left: 15px;}
#t_full_boxs2 .gray_box_inner {padding: 45px 0px 45px 0px;}
div#t_another_price {
    text-align: right;
    margin-top: 10px;
}
#t_another_price a {
    right: 10px;
    color: #00529e;
    position: relative;
}
.simle_box {
     position:relative;   
}
.t_desc_block {
    width: 297px;
    display: inline-block;
    vertical-align: top;
    margin: 45px 10px 10px 10px;
    min-height: 300px;
    background: rgb(244,248,239);  background: -moz-linear-gradient(top,  rgba(244,248,239,1) 0%, rgba(217,230,235,1) 100%);  background: -webkit-gradient(linear, left top, left bottom,...

JavaScript

$("#t_lic_slider ul").carouFredSel({
	width	: 350,
	items	: 1,
	scroll	: 1,
    auto : {
        duration    : 1000,
        timeoutDuration: 10000,
        pauseOnHover: true
    },
    prev	: {	
		button	: "#tt_arrow_left",
		key		: "left"
	},
	next	: { 
		button	: "#tt_arrow_right",
		key		: "right"
	},
});
$("#t_lic_slider a").fancybox({});