* {
    padding: 0;
    margin: 0;
    border: 0;
}
*,*:before,*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
:focus,:active {outline: none;}
a:focus,a:active {outline: none;}

nav,footer,header,aside {display: block;}

html,body {
    height: 100%;
    width: 100%;
    font-size: 100%;
    line-height: 1;
    font-size: 14px;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
input,button,textarea {font-family: inherit;}

input::-ms-clear {display: none;}
button {cursor: pointer;}
button::-moz-focus-inner {padding: 0;border: 0;}
a,a:visited {text-decoration: none;}
a:hover {text-decoration: none;}
ul li {list-style: none;}
img {vertical-align: top;}

h1,h2,h3,h4,h5,h6 {font-size: inherit;font-weight: 400;}


body{
    background: url('../img/bg.png') 50% 130px no-repeat;
}
 .content { 
    padding: 168px 0 137px 0;
    max-width: 841px;
    margin: 0 auto;
}

.content-top { 
    text-align: center;
    margin-bottom: 65px;
}
.content-top__category { 
    color: #748187;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2.8px;
    margin-bottom: 20px;
}
.content-top__title { 
    color: #273d46;
    font-size: 36px;
    line-height: 50px;
}

.content-image { 
    box-shadow: 0 15px 65px rgba(15, 16, 16, 0.15);
    background-color: #fff;
    padding: 10px;
    margin-bottom: 85px;
}
.content-image img { 
    max-width: 100%;
}

.content-bottom__text { 
    color: #53636b;
    font-size: 24px;
    line-height: 40px;
    margin-bottom: 48px;
}
.content-bottom__text p {
    margin-bottom: 40px;
}
.content-bottom__text p:last-child{
    margin: 0;
}

.content-bottom-info-list { 
    margin-bottom: 59px;
}

.content-bottom-info-list li { 
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    margin-bottom: 18px;
    background: url('../img/icons/check.png') left no-repeat;
    padding-left: 35px;
}
.content-bottom-info-list li:last-child{
    margin: 0;
}

.content-bottom-info-list li:nth-child(1) { 
    text-shadow:  0 1px 0 rgba(0, 0, 0, 0.3);
    color: #273d46;
}
.content-bottom-info-list li:nth-child(2) { 
    color: #80b7b3;
    font-style: italic;
}
.content-bottom-info-list li:nth-child(3) { 
    color: #273d46;
    font-weight: 700;
}
.content-bottom-info-list li:nth-child(4) { 
    color: #273d46;
    text-decoration: line-through;
}
.content-bottom-info-list li:nth-child(4) span {
    opacity: 0.3;
}

.content-bottom-info__link { 
    height: 44px;
    display: inline-block;
    line-height: 44px;
    padding: 0px 30px;
    border-radius: 24px;
    background-color: #80b7b3;
    -webkit-box-shadow: 0px 5px 1px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 5px 1px rgba(0, 0, 0, 0.5);
    font-family: Arial, Helvetica, sans-serif;
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2.8px;
}
.content-bottom-info__link span{
    padding-right: 30px;
    background: url('../img/icons/arrow.svg') right no-repeat;
}
.content-bottom-info__link:hover {
    background-color: #511e23;
}
.content-bottom-info__link:active{
    position: relative;
    top: 3px;
    -webkit-box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.5); 
}