*{
    margin: 0px;
    padding: 0px;
    outline: none;
    border: none;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
}
img {
    max-width: 100%;
    vertical-align: middle;
}
.clear{
    clear: both;
}
body{
    font-family: 'Lato', sans-serif;
    letter-spacing: 0.6px;
}
.wrapper{
    max-width: 1200px;
    width: 96%;
    margin: 0 auto;
}
.main{
    width: 100%;
    float: left;
}
.header{
    width: 100%;
    float: left;
    background: #231f20;
    text-align: center;
    overflow: hidden;
    position: relative;
}
.header:before{
    content: '';
    position: absolute;
    left: 5px;
    bottom: 0;
    width: 335px;
    height: 134px;
    background: url('../images/head-ring-img1-grey.png') center bottom no-repeat;
    background-size: 100%;
}
.header:after{
    content: '';
    position: absolute;
    right: 15px;
    top: 0;
    width: 330px;
    height: 134px;
    background: url('../images/head-ring-img2-grey.png') center top no-repeat;
    background-size: 100%;
}
.nav{
    width: 100%;
    float: left;
    background: #e4303a;
}
.nav ul{
    width: 100%;
    float: left;
}
.nav ul li{
    display: inline-block;
    float: left;
    margin-right: 1px;
}
.nav ul li a{
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
    padding: 18px 11px;
    font-size: 14px;
    transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -webkit-transition: all 300ms ease-out;
}
.nav ul li a:hover{
    background: #c51b25;
}
.title{
    width: 100%;
    float: left;
    background: #f4f5f7;
    text-align: center;
    padding: 30px 10px;
}
.title h1{
	font-size: 28px;
    line-height: 38px;
    font-weight: normal;
    color: #e4303a;
}
.row{
    width: 100%;
    float: left;
    padding: 40px 0;
}
.grey{
    background: #f4f4f4;
}
.template_row1{
    width: 100%;
    display: grid;
    grid-template-columns: 42% 1fr;
    column-gap: 25px;
}
.product_img{
    max-width: 500px;
    width: 100%;
    height: 450px;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product_img img{
    max-width: 100%;
    max-height: 100%;
}
h2{
	font-size: 22px;
    line-height: 33px;
    font-weight: normal;
    color: #e4303a;
    margin-bottom: 10px;
}
h3{
    font-size: 26px;
    line-height: 33px;
    font-weight: normal;
    color: #231f20;
    margin-bottom: 20px;
}
.row ul{
    width: 100%;
    float: left;
    margin-bottom: 20px;
}
.row ul li{
    width: 100%;
    float: left;
    font-size: 16px;
    line-height: 26px;
    font-weight: normal;
    color: #6f6f6f;
    margin: 3px 0;
    background: url(../images/list-icon.png) left 6px no-repeat;
    padding-left: 30px;
}
p{
    font-size: 16px;
    line-height: 24px;
    font-weight: normal;
    color: #6f6f6f;
}
p i{
    color: #e4303a;
}
em{
	font-size: 20px;
    line-height: 33px;
    font-weight: normal;
    color: #e4303a;
    font-style: normal;
}
.left{float: left;}
.right{float: right;}
.center{text-align: center;}

.template_row2{
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 42%;
    column-gap: 25px;
}
.template_row2 p{
    text-align: left;
}
.template_row2 .col2{
    text-align: right;
    align-self: center;
}

.template_row3 p{
    font-size: 13px;
    line-height: 22px;
    color: #5f5f5e;
}
.img_div{
    display: inline-block;
    background: #fff;
    padding: 8px;
    border: solid 1px #eeeeee;
}
.img_div.left{
    margin-right: 30px;
}
.img_div.right{
    margin-left: 30px;
}

.footer{
    width: 100%;
    float: left;
    background: #231f20;
    text-align: center;
    padding: 15px 0;
}
.footer p{
    font-size: 13px;
    line-height: 22px;
    font-weight: normal;
    color: #5f5f5e;
}


@media(max-width: 1188px){
    .nav ul li a{font-size: 13px;}
}
@media(max-width: 1124px){
    .nav ul li a{font-size: 12.5px; padding: 18px 6px;}
}
@media(max-width: 1024px){
    .header:before, .header:after{width: 200px; height: 95px;}
    .nav{display: none;}
    .product_img{height: 400px;}
}
@media(max-width: 800px){
    .header:before, .header:after{width: 150px; height: 65px;}
    .logo img { max-width: 350px; width: 100%;}
    .template_row1, .template_row2{grid-template-columns: 1fr;}
    .product_img{margin: 0 auto 20px auto;}
    .template_row2 .col2{margin-top: 20px;text-align: center;}
    .template_row3{text-align: center;}
    .img_div.left{float: none;margin: 0 0 10px 0;}
    .img_div.right{float: none;margin: 0 0 10px 0;}
}
@media(max-width: 600px){
    .header:before, .header:after{display: none;}
    .product_img{height: 350px;}
}
@media(max-width: 480px){
    .row{padding: 20px 0;}
}