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

body {
    font-family: "Roboto", sans-serif;
    font-size: 17px;
    font-weight: 400;
    color: #000;
    line-height: 1.3;
    -webkit-text-size-adjust: 100%;
    background: #efefef;
    padding-top: 35px;
}

.overflow {
    overflow: hidden;
}

.mobile-only {
    display: none;
}

img {
    max-width: 100%;

    outline: none;
    border: 0;
}


.clear {
    display: table;
    clear: both;
}

ul {
    margin: 0;
    list-style-type: none;
}

a {
    color: #196DBB;
    font-weight: 700;

    text-decoration: underline;
}

a:hover {
    color: #196DBB;

    text-decoration: none;
}

.wrapper {
    max-width: 1170px;
    margin: auto;
    font-size: 0;
}


.center {
    text-align: center;
}

.header,
.content {
    background: #fff;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15);
}

/***************    header start     ************/

.header {
    font-size: 0;
    padding: 40px 35px;
    margin-bottom: 25px;
}

.logo {
    display: inline-block;
    vertical-align: middle;
    width: 23%;
    position: relative;
    padding-left: 85px;
}
.logo b {
  display: block;
}
.logo__img {
    position: absolute;
    left: 0;
    top: 0;
}

.logo__text p:nth-child(1) {
    font-size: 22px;
    color: #C3031A;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: -1px;
}

.logo__text p:nth-child(1) span:nth-child(2) {
    color: #003362
}

.logo__text p:nth-child(2) {
    font-size: 16px;
    line-height: 1;
}

.nav {
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    width: 70%;
    padding: 0 30px;
    text-align: center;
}

.nav li {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    margin: 0 13px;
}



.nav li a {
    color: #000;
    text-decoration: none;
    font-weight: 700;
}

.nav li a:hover {
    color: #000;
    text-decoration: underline;
}

.social {
    font-size: 0;
    width: 7%;
    display: inline-block;
    vertical-align: middle;
    text-align: right;
}

.social li {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    opacity: 1;
}

.social li:first-child {
    margin-left: 0;
}

.social li:hover {

    opacity: .5;
}

.sandwich {
    display: none;
}

/***************    header end    ************/
/***************    breadcrumbs start     ************/


.breadcrumbs {
    font-size: 13px;
    margin-bottom: 20px;
    padding: 0 30px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
}

.breadcrumbs li {
    display: inline-block;
    vertical-align: middle;

}

.breadcrumbs li::after {
    content: "/";
    color: #003362;
    vertical-align: baseline;
}

.breadcrumbs li a.active {
    color: #C3031A;
}

.breadcrumbs li a:hover {

    text-decoration: none;
}

/***************    breadcrumbs end    ************/

/*********** info start*******************/
.info {
    margin-bottom: 25px;
    font-size: 0;
}

.info li {
    display: inline-block;
    position: relative;
    margin-right: 15px;
    vertical-align: middle;
    font-size: 15px;
    color: #a5a5a5;
}

.info li img {
    vertical-align: middle;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 0;

}

.date {
    background: #C3031A;
    padding: 5px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
}

/*********** info end ****************/
/***************    main start     ************/



.main {
    width: 67%;
    display: inline-block;
    vertical-align: top;
    font-size: 17px;
    margin-right: 3%;

}

.content {
    padding: 25px 30px 50px;
    margin-bottom: 50px;
}

.main__info {
    margin-bottom: 25px;
}

.title {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.title+p {
    font-size: 17px;
}

.title b {
    display: block;
    color: #C3031A
}


.content-img {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}

.content-img--center {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.main p {
    margin-bottom: 15px;
}

.container {
    font-size: 0;
}

.container__left {
    display: inline-block;
    vertical-align: top;
    width: 35%;
    font-size: 17px;
    padding-right: 20px;
}

.container__left.vam,
.container__right.vam {
    vertical-align: middle;
}

.container__left.vab,
.container__right.vab {
    vertical-align: bottom;
}

.container__right {
    display: inline-block;
    vertical-align: top;
    width: 65%;
    font-size: 17px;
    padding-left: 20px;
}

.doc {
    font-size: 0;
}

.doc__ava {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;

    vertical-align: middle;
}

.doc__name {
    font-size: 15px;
    font-weight: 500;
    display: inline-block;
    vertical-align: middle;
    max-width: 170px;
    text-transform: uppercase;
    padding-left: 10px;
}

.doc__about {
    margin-top: 20px;
    padding-top: 15px;
    border-top: 1px solid #e4e4e4;
    color: #a5a5a5;
    font-size: 14px;
}

.content-list li {
    position: relative;
    margin-bottom: 15px;
    padding-left: 15px;
}

.content-list li::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 8px;

    background: #003362;
}

.ba {
    width: 496px;
    max-width: none;
    float: right;
    font-size: 0;
    margin-bottom: 20px;
}



.ba__before,
.ba__after {
    display: inline-block;
    vertical-align: top;
    width: 49.75%;
}

.ba__before {
    margin-right: .5%;
}

.ba__caption {
    padding: 16px 9px;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    background: #C3031A;
    color: #FFFFFF;
    line-height: 1;
}

.ba__caption--after {
    background: #608333;
}

.form {
    background: #EFEFEF;
    padding: 25px;
    position: relative;
}

.form::after {
    content: "";
    width: 60px;
    height: 60px;
    position: absolute;
    right: 0;
    top: 0;
    background: linear-gradient(45deg, #dcdcdc 50%, #fff 50%);
}

.form::before {
    content: "";
    width: 64px;
    height: 65px;
    position: absolute;
    right: 0;
    top: 56px;
    background: url(../img/triangle.svg) no-repeat;
}

.form .container__left {
    width: 45%;
    margin-bottom: -40px;
}

.form .container__right {
    width: 55%;
}

.form__title {
    font-weight: bold;
    font-size: 28px;
    margin-bottom: 20px;
    max-width: 315px;
    line-height: 1;
}

.form__desc {
    line-height: 1;
    margin-bottom: 25px;
}

.form__desc b {
    font-size: 22px;

}

form {
    padding: 20px;
    background: #fff;
    max-width: 300px;
    border: 1px solid #C5C5C5;
}



.form__caption {
    font-weight: bold;
    font-size: 27px;
    text-align: center;
    margin-bottom: 10px;
    line-height: 1;
}

.form__coupon {
    font-size: 17px;
    max-width: 190px;
    margin: auto;
    margin-bottom: 10px;
    text-align: center;
    line-height: 1.2;
    color: #989898;
}

.form__label {
    display: block;
    margin-bottom: 5px;
}

select,
input {
    height: 50px;
    background: #F2F2F2;
    border: 1px solid #DDDDDD;
    color: #838383;
    border-radius: 3px;
    font-size: 17px;
    font-family: 'Roboto', sans-serif;
    padding: 10px;
    width: 100%;
    margin-bottom: 15px;
}

input[type='tel'] {
    margin-bottom: 30px;
}

select::-ms-expand {
    display: none;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none !important;
    background: #F2F2F2 url(../img/sel.png) no-repeat 96% 50%;
}

.btn {
    background: #FF6A7C linear-gradient(180deg, #FF6A7C 0%, #C3031A 100%);
    border-radius: 100px;
    color: #fff;
    font-weight: bold;
    font-size: 27px;

    padding: 20px;
    -ms-transition: .3s;
    transition: .3s;
    text-decoration: none;
    border: 0;
    width: 100%;
    border-bottom: 3px solid #861220;
    cursor: pointer;
    font-family: 'Roboto',
        sans-serif;
}

.btn:hover {
    background: #fb445a linear-gradient(180deg, #fb445a 0%, #9e0013 100%);
    border-color: #490007;
    transform: scale(.95);
}

/***************    main end    ************/
/***************    comments start     ************/

.comments {
    /* margin-top: 25px; */
    font-size: 14px;
}

.comments__title {
    font-weight: 500;
    font-size: 16px;
    background: #EBEBEB;
    border: 0.5px solid #DFDFDF;
    padding: 13px 30px 10px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15);
}

.comments__title span {
    color: #a5a5a5
}

.comments__item {
    margin-bottom: 25px;
}

.comments__item:last-child {
    margin-bottom: 0;
}

.comments__item::after {
    content: "";
    clear: both;
    display: table;
}

.comments__img {
    float: left;
    width: 45px;
    height: 45px;
    position: relative;
}

.comments__offline::after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    right: 3px;
    bottom: 3px;
    border-radius: 50%;

    background: #C53D3D;
    border: 1px solid #FFFFFF;
}

.comments__online::after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    right: 3px;
    bottom: 3px;
    border-radius: 50%;

    background: #608333;
    border: 1px solid #FFFFFF;
}

.comments__img img {
    margin-bottom: 0;
}



.comments__name {
    font-weight: 500;
    font-size: 13px;
    margin-bottom: 5px;
    padding-left: 55px;

    color: #5D96CC;
}

.comments__date {
    font-weight: 500;
    font-size: 13px;
    margin-bottom: 20px;
    padding-left: 55px;
    color: #9F9F9F;
}

.main .comments__text p {
    margin-bottom: 0;
}

.comments__text img {
    margin-top: 10px;
}

/***************    comments end    ************/
/***************    aside start     ************/

.aside {
    width: 30%;
    display: inline-block;
    vertical-align: top;
    font-size: 15px;

}

.aside-block--news-last::after,
.aside-block--soc::after {
    content: "";
    width: 67px;
    height: 67px;
    position: absolute;
    right: -1px;
    top: 0;
    background: linear-gradient(45deg, #dcdcdc 50%, #efefef 50%);
}

.aside-block--news-last::before,
.aside-block--soc::before {
    content: "";
    width: 86px;
    height: 79px;
    position: absolute;
    right: -16px;
    top: 63px;
    background: url(../img/triangle.svg) no-repeat;
}

.aside-block {
    background: #FFFFFF;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15);
    position: relative;
    padding: 22px 15px 30px 30px;
}

.aside-block--news-actual {
    margin-bottom: 30px;
}

.aside-block__title {
    text-transform: uppercase;
    font-weight: 500;
    text-align: center;
    padding: 13px;
    background: #EFEFEF;
    margin-bottom: 30px;
}

.aside-block__title--news,
.aside-block__title--soc {
    margin-right: 55px;
}

.aside-block__title--actual {
    background: #003362;
    color: #fff
}



.aside-block--news li {
    display: table;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    width: 100%;
    margin-bottom: 30px;
}

.aside-block--news li:last-child {
    margin-bottom: 0;
}

.news__text,
.news__img {
    display: table-cell;
    vertical-align: top;
}

.news__img img {
    width: 120px;
    max-width: none;
    margin: auto;
    display: block;
}

.news__text {
    width: 190px;
    padding: 0 22px 0 10px;
    line-height: 1;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.news__text a {
    color: #333;
    text-decoration: none;
    margin-bottom: 10px;
    display: inline-block;
    font-weight: 400;
}

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

.news__text span {
    display: inline-block;
    font-size: 13px;


    color: #9F9F9F;
}


.social--aside {
    width: 100%;
    text-align: left;
}

.social--aside li {
    margin-left: 30px;
}

/***************    aside end    ************/
/***************    footer start     ************/

.footer {
    text-align: center;
    padding: 20px 0 40px;
    font-size: 14px;
}

.old_price {
    color: #C3031A;
    text-decoration: line-through;
}

.new_price {
    color: #608333;
}

.price {
    text-align: center;
    font-size: 26px;
    margin-bottom: 20px;
}