* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

ul {
    list-style-type: none
}

img {
    max-width: 100%
}

a {
    color: #006cad
}

p {
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 26px;
    color: #000000;
    margin-bottom: 32px
}

h1 {
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 42px;
    padding: 0 10px;
    color: #000000;
    margin-bottom: 42px
}

h2 {
    font-family: 'Work Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 33px;
    color: #000000;
    margin-bottom: 32px;
    margin-top: 64px
}

.center {
    text-align: center
}

body {
    color: #000;
    font-family: 'Work Sans'
}

.container {
    margin: 0 auto;
    width: 1100px;
    max-width: 100%
}

.container-main {
    width: 720px;
    max-width: 100%;
    padding: 0 15px
}

.header {
    position: relative
}

.header__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.burger {
    padding: 26px;
    margin-right: 24px;
    border-right: 1px solid #d8d8d8
}

.header__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-item-align: center;
    align-self: center
}

.header__item {
    margin-left: 24px
}

.header__link {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #333333;
    text-decoration: none;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease
}

    .header__link:hover {
        font-weight: bold
    }

.header__user {
    margin-left: auto;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #666666;
    padding-left: 23px;
    background-image: url("../img/user.svg");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
    margin-right: 26px
}

.header__bottom {
    border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
    padding: 9px 26px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.header__search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: 'Work Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #999999
}

    .header__search img {
        margin-right: 26px
    }

.header__button {
    display: inline-block;
    padding: 11px 50px 11px 20px;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    position: relative;
    color: #ffffff;
    background-image: url("../img/med.png");
    background-repeat: no-repeat;
    background-size: 23px;
    background-position: right 20px center;
    border-radius: 2px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    text-decoration: none
}

    .header__button::after {
        content: '';
        position: absolute;
        top: -8.5px;
        left: -15px;
        width: 1px;
        height: 58px;
        background-color: #d8d8d8
    }

.blue {
    background-color: #006cad;
    margin-right: 30px
}

    .blue:hover {
        background-color: #0ec00b
    }

.black {
    background-color: #000000
}

    .black:hover {
        background-color: #0ec00b
    }

.container-main img {
    margin-bottom: 32px
}

.text__list {
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 26px;
    color: #000000;
    padding-left: 20px;
    margin-bottom: 12px;
    position: relative
}

    .text__list::after {
        position: absolute;
        content: '';
        top: 7px;
        left: 0;
        background-color: #0e98e6;
        width: 12px;
        height: 12px;
        border-radius: 50%
    }

.qout {
    padding: 68px 32px;
    background: #f4f4f4;
    border-radius: 4px;
    font-family: 'Work Sans';
    font-style: italic;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    color: #000000;
    position: relative
}

    .qout::before {
        position: absolute;
        content: '';
        width: 38px;
        height: 28px;
        background-image: url("../img/qout.svg");
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        top: 32px;
        left: 32px
    }

    .qout::after {
        position: absolute;
        content: '';
        width: 38px;
        height: 28px;
        background-image: url("../img/qout.svg");
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        bottom: 32px;
        right: 32px
    }

.sert {
    position: relative;
    margin-bottom: 64px
}

.sert__prod {
/*    position: absolute;*/
    right: 20px;
    bottom: -50px;
    width: 40%
}

.mob {
    display: none
}

.img__left {
    float: left;
    margin: 0;
    padding-right: 20px
}

.sert__title {
    text-align: center;
    background: #f4f4f4;
    border-radius: 4px;
    padding: 20px 40px;
    position: relative;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    text-transform: uppercase
}

    .sert__title::after, .sert__title::before {
        content: '';
        position: absolute;
        width: 36px;
        height: 72px;
        background-image: url("../img/arow_down.svg");
        background-repeat: no-repeat;
        background-position: center;
        background-size: 60%
    }

    .sert__title::after {
        top: 10px;
        left: 10px
    }

    .sert__title::before {
        top: 10px;
        right: 10px
    }

@media (max-width: 906px) {
    .header__list {
        display: none
    }
}

@media (max-width: 644px) {
    .header__bottom {
        display: none
    }

    .burger {
        border: none;
        margin: 0
    }
}

@media (max-width: 574px) {
h1 {
    font-size: 26px;
    line-height: 30px;
}

    .header__top {
        -webkit-box-shadow: 0px 4px 8px rgba(0,0,0,0.07);
        box-shadow: 0px 4px 8px rgba(0,0,0,0.07)
    }

    .header__user {
        display: none
    }

    .mob {
        display: block
    }

    .desk {
        display: none
    }

    .header__button::after {
        display: none
    }

    .burger {
        border: none;
        margin: 0;
        padding: 10px
    }

    .header__button {
        margin: 0;
        margin-left: auto;
        -webkit-transform: scale(0.8);
        transform: scale(0.8)
    }

    .container-main {
        padding: 0 16px
    }

    .img__left {
        float: none;
        width: 100%;
        padding-right: 0
    }

    

    .sert {
        display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 0;
    }

    .sert__prod {
        margin-left: auto;
        right: 10%;
        bottom: -170px
    }

    .container-main img {
/*    margin-bottom: 170px;*/
}
}
/*# sourceMappingURL=style.min.css.map */
