/* @import url(https://fonts.googleapis.com/css?family=Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic&display=swap); */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol {
  margin: 0;
  padding: 0;
}

body {
    margin: 0 auto;
    font-size: 18px;
    line-height: 28px;
    font-family: Montserrat, sans-serif;
    box-sizing: border-box;
    background-color: #F0F2F5;
}

body img {
    width: 100%;
}

content {
    display: flex;
    width: 100%;flex-direction: row-reverse;
    align-items: flex-start;
    justify-content: center;
    overflow-x: hidden;
    padding-bottom: 32px;
}

h1 {
    font-size: 36px;
    line-height: 1.2em;
}

h3 {
    font-size: 23px;
    line-height: 1.2em;
    margin: 16px 0;
}

ul {
    list-style-type: none;
}

.main {
    max-width: 800px;
    width: 100%; 
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    -webkit-box-shadow: 0px 1px 4px 0px rgba(102, 102, 102, 0.29);
    -moz-box-shadow: 0px 1px 4px 0px rgba(102, 102, 102, 0.29);
    box-shadow: 0px 1px 4px 0px rgba(102, 102, 102, 0.29);
}

.main p {
    margin: 10px auto 16px auto;
}

.main a {
    color: #3580ED;
    text-decoration: none;
}

.main a:hover {
    text-decoration: underline;
}

.cont-img {
    max-width: 600px;
    margin-top: 16px;
}

a:-webkit-any-link {
    color: #3580ED;
}

a:visited {
    color: #3580ED;
}

.caption {
    max-width: 600px;
    text-align: center;
    color: #666666;
    font-style: italic;
    font-size: 14px;
    line-height: 22px;
    margin-top: 0!important;
}
.gray-bg {
    background-color: #F3F3F3;
    padding: 10px;
    margin: 10px 0;
}

.blue {
    color: #3580ED;
    font-weight: bold;
}

.red {
    color: red;
    font-weight: bold;
}

.order_block {
    border: 2px dashed #3580ED;
}

.order_btn {
    display: block;
    color: white!important;
    font-weight: bold;
    padding: 16px;
    margin-bottom: 24px;
    background: red;
    border-radius: 8px;
    width: 100%;
    border: 0;
    cursor: pointer;
    font-size: 18px;
    max-width: 340px;
}
form .order_btn {
    
    max-width: 100%;
}

.sidebar-card {
    width: 100%;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    padding: 16px 0;
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    gap: 10px;
    -webkit-box-shadow: 0px 1px 4px 0px rgba(102, 102, 102, 0.29);
    -moz-box-shadow: 0px 1px 4px 0px rgba(102, 102, 102, 0.29);
    box-shadow: 0px 1px 4px 0px rgba(102, 102, 102, 0.29);
}

.sidebar {
    width: 200px;
    display: flex;
    flex-direction: column;
    margin-right: 10px;
    padding-right: 40px;
    gap: 10px;
}

header {
    background-image: url('../img/header-bg.jpg');
    background-position: center;
    background-size: cover;
    height: 500px;
    margin-bottom: 10px;
    display: flex;
    flex-direction: column-reverse;
    -webkit-box-shadow: 0px 1px 4px 0px rgba(102, 102, 102, 0.29);
    -moz-box-shadow: 0px 1px 4px 0px rgba(102, 102, 102, 0.29);
    box-shadow: 0px 1px 4px 0px rgba(102, 102, 102, 0.29);
}

.author {
    background-color: white;
}

.author_info {
    max-width: 1080px;
    display: flex;
    margin: 0 auto;
    align-items: center;
    justify-content: space-between;
    padding: 32px 0;
}

.author_img {
    width: 160px;
    position: relative;
}
.author_img img {
    width: 150px;
    height: auto;
    border: 3px solid white;
    border-radius: 90px;
    position: absolute;
    bottom: -40px;
}

.author_name {
    display: flex;
    align-items: center;
    gap: 16px;
}

.author_followers {
    font-size: 14px;
    color: #666666;
}

.author_links {
    display: flex;
    align-items: center;
    gap: 10px;
}

.author_links a {
    display: flex;
    align-items: center;
    gap: 8px;
    background-color: #E4E6EB;
    text-decoration: none;
    font-size: 14px;
    line-height: 16px;
    font-weight: 600;
    color: #374D60;
    padding: 10px 12px;
    border-radius: 8px;
}

.message_btn {
    background-color: #3580ED!important;
    color: white!important;
}
.main__author_content {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 20px;
    line-height: 24px;
}

.main__author_name {
    display: flex;
    align-items: center;
    gap: 16px;
}

@media screen and (max-width: 1095px) {
    content {
        flex-direction: column;
        align-items: center;
    }

    .main {
       width: 90%;
    }

    .sidebar {
       
        max-width: 840px;
        width: 100%;
        margin: 0 auto;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: top;
        padding-top: 10px;
        padding-right: 0;
        gap: 10px;
    }

    .sidebar-card {
        width: 200px;
    }

    .mob-hid {
        display: none;
    }

    header {
        height: 350px;
    }

    .author_info {
        max-width: 100%;
        flex-direction: column;
        padding: 42px 0 20px 0;
        gap: 16px;
    }
    
    .author_img {
        width: 110px;
        position: relative;
    }

    .author_img img {
        width: 110px;
        border: 3px solid white;
        border-radius: 90px;
        position: absolute;
        bottom: -10px;
    }
    
    .author_name {
        flex-direction: column;
    }

    .author_name__container {
        text-align: center;
    }
    
}
  
@media screen and (max-width: 480px) {
    .sidebar-card {
        width: 80%;
        max-width: 300px;
    }
}
.styled-ul li {
    position: relative;
    padding-left: 25px;
}
.styled-ul li::before {
    content: '➜';
    display: block;
    position: absolute;
    left: 0;
}
.bold {
    font-weight: 600;
}
.ul1 {
    list-style: initial;
    padding-left: 20px;
}
.main li:not(:last-child) {
    margin-bottom: 10px;
}
table {
    background: #F3F3F3;
    border: 1px #000 solid;
}
table td {
    padding: 5px;
}
table td:first-child {
    border-right: 1px #000 solid;
}
table tr:not(:last-child) td {
    border-bottom: 1px #000 solid;
}
.prod_left_val-block {
    background: red;
    color: #fff;
    font-weight: 700;
    font-size: 26px;
    display: inline-block;
    padding: 10px;
}
.prod-block {
    display: inline-block;
    position: relative;
}

.prod-circle {
    position: absolute;
    width: 100px;
    height: 100px;
    font-size: 22px;
    color: #fff;
    text-align: center;
    background: red;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    font-weight: 600;
    padding-top: 20px;
    box-sizing: border-box;
    top: 1%;
    right: 2%
}
.price-block {
    font-size: 24px;
    text-align: center;
    margin-bottom: 20px;
    font-family: Arial, Helvetica, sans-serif;
}

.price-block b {
    padding-left: 8px;
    color: red;
}

.order_form {
    max-width: 350px;
    margin: 0 auto;
}

.inp {
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    margin-bottom: 10px;
    border: 1px solid #bbb;
    padding: 0 10px;
    height: 46px;
    font-size: 19px;
    box-sizing: border-box;
}



@media screen and (max-width: 480px) {
    table {
        font-size: 16px;
    }
}