*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}
a{
    text-decoration: none;
    font-weight: bold;
}
body{
    background-color: #282828;
    color: #fff;
    font-family: sans-serif;
}
.nav{
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 61px;
    top: 0;
    z-index: 3;
    background: #081013;
}
.nav > ul{
    list-style: none;
    display: flex;
    justify-content: space-around;
    width: 60%;
    font-size: 16px;
    color: #fff;
    font-family: Martian Mono;
}
.nav > ul > li > a{
    color: #fff;
    font-weight: normal;
    transition: .5s;
}
.nav > ul > li:hover > a{
    color: #4caf50;
    font-weight: 800;
}
.s-home {
    width: 100%;
    height: 100vh;
    min-height: 786px;
    background-color: transparent;
    position: relative;
    display: flex;
    background: url(/img/main-backg.jpg);
    background-size: cover;
    color: #fff;
    padding-top: 80px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}
.mainInfo {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.mainInfo > h1{
    font-size: 54px;
    text-align: center;
}

.mainInfo > img {
    margin-bottom: 80px;
}
.textBox {
       border-radius: 4px;
    background-color: #0e0e0ead;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    font-size: 20px;
    height: fit-content;
}
.textBox > p:last-child{
      font-size: 15px;
    color: #b1bec3;  
}
.mt-10{
    margin-top: 10px;
}
.wdt-40 {
    width: 40%;
}
.garanList {
    padding: 10px;
}
.garanList > div {
    margin: 15px 5px;
}
.garanList > div:before {
    content: "✔ ";
    color: #4caf50;
}
.textBox > ul {
    margin-left: 34px;
    line-height: 26px;
    margin-top: 10px;
}
.s-contacts {
    padding-top: 150px;
    padding-bottom: 150px;
    position: relative;
    background-image: url(/img/contact-bg.jpg);
    background-repeat: no-repeat;
    background-position: center 0;
    height: 90vh;
}
.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    z-index: 2;
}
.contact-text {
    position: absolute;
    width: 490px;
    left: 140px;
}
.container{
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    padding: 0 !important;
}
.sp-sub-title{
    font-size: 12px;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.sp-title{
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 45px;
    letter-spacing: 6px;
}
.contact-text > .container > p{
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 1.7;
}
.con-info{
list-style: none;
}
.con-info > li {
    color: #fff;
    margin-bottom: 20px;
    font-size: 14px;
}
.contact-text .con-info li i {
    width: 30px;
    float: left;
    color: #616161;
    display: block;
    margin-right: 25px;
    font-size: 20px;
}
.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.row > .col-xl-8 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex: 0 0 66.666667%;
    max-width: 66.666667%;
    margin-left: 45%;
}
.contact-form{
     padding: 80px 40px;
    background: #00000047;
    margin-top: 100px;
}
.col-md-6 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.contact-form textarea {
    height: 130px;
    padding-bottom: 10px;
    margin-bottom: 35px;
    resize: vertical;
}
.contact-form input[type='text'], .contact-form input[type='email'], .contact-form textarea {
    width: 100%;
    background: none;
    border: none;
    border-bottom: 1px solid #fff;
    color: #fff;
    font-size: 14px;
    padding: 5px 0 20px;
    margin-bottom: 20px;
}
.site-btn {
    border: none;
    width: 120px;
    height: 40px;
    background: #3884c1;
    color: #fff;
    cursor: pointer;
}
footer {
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.dopInfo {
       width: 80%;
    height: 100vh;
    background-color: transparent;
    position: relative;
    display: flex;
    background-size: cover;
    color: #fff;
    padding-top: 80px;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: 0 auto;
}
.svedInfo, .homeList{
    width: 80%;
    height: auto;
    min-height: 786px;
    background-color: transparent;
    position: relative;
    display: flex;
    background-size: cover;
    color: #fff;
    padding-top: 80px;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: 0 auto;
}
.homeList{
    min-height: 450px;
}
.SlimeText {
    width: 100%;
}
.helpBlockList {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 139px;
}
.helper {
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #2e2e2e;
    margin: 10px;
    width: 30%;
}
.helper > i {
    width: 141px;
    font-size: 30px;
    display: block;
    text-align: center;
}
.con-info > li:last-child {
    margin-top: 15px;    
    font-size: 16px;
    font-weight: bold;
}
.con-info > li:last-child > span{
    margin-left: 10px;
    font-weight: normal;
    font-size: 14px;
}
.con-info > li:last-child > i {
    color: #479b4a;
}
.SlimeText > table {
    margin: 24px auto;
    line-height: 28px;
}
.SlimeText > table > tbody > tr > td {
    padding: 1px 16px;
    background: #212323;
}
details {
    border: 1px solid #aaa;
    border-radius: 4px;
    padding: 0.5em 0.5em 0;
    margin: 10px;
    display: inline-block;
    cursor: pointer;
}
summary {
    font-weight: bold;
    margin: -0.5em -0.5em 0;
    padding: 0.5em;
}
details > img {
    max-width: 500px;
}
details > div {
        width: 39px;
    display: inline-block;
    height: 35px;
    background: url(/img/home-bcgr.png);
    padding-top: 14px;
    text-align: center;
    border-radius: 6px;
    margin: 5px 10px;
    cursor: pointer;
    background-size: cover;
    font-size: 15px;
}
.emptyHome {
    font-size: 13px;
    color: #bf3931;
    margin-top: 10px;
}
.dfl {
    display: flex;
    align-items: center;
}
.ielement {
    width: 100px;
    font-size: 38px;
    text-align: center;
    letter-spacing: 7px;
    color: #b9423a;
}