:root {
    --main-color: #000000;
    --link-color: #529ECE;
}

/*common*/
body {
    color: var(--main-color);
    margin: 0;
}
body, button, textarea, input {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}
button {
    cursor: pointer;
}
button, textarea, input {
    box-sizing: border-box;
    border: none;
    outline: none;
}
a {
    text-decoration: none;
}
.main__content p{
	font-size:18px;
	line-height:1.5;
}
.main__content a{
	color: var(--link-color);
	text-decoration:underline;
}
.main__content a:hover{
	text-decoration:none;
}
.content {
    margin: 0 auto;
    max-width: 1210px;
    padding: 0 25px;
}
.page-wrap {
    position: relative;
    overflow: hidden;
}
.flex-container {
    display: flex;
    display: -moz-flex;
    display: -webkit-flex;
    display: -o-flex;
    display: -ms-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}
.va-middle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.spacer_bottom,
.spacer_top,
.spacer {
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}
.spacer > * {
    -ms-flex-item-align: center;
    align-self: center;
}
.spacer_bottom > * {
    -ms-flex-item-align: end;
    align-self: flex-end;
}
.spacer_top > * {
    -ms-flex-item-align: start;
    align-self: flex-start;
}
.gray-btn {
    background: #7A9AAF;
    font-size: 14px;
    line-height: 150%;
    display: inline-block;
    text-decoration: none;
    padding: 10px 63px;
    color: #FFFFFF;
    min-width: 197px;
    box-sizing: border-box;
}
.gray-btn:hover {
    background: #527f9c;
}
.main {
    padding-top: 10px;
    padding-bottom: 50px;
}
h1, h2 {
    font-size: 36px;
    line-height: 150%;
    font-weight: 400;
    margin: 0;
}
/*end common*/

/*header*/
.header {
    background: #CBE1EF;
    padding-top: 18px;
    padding-bottom: 32px;
}
.logo {
    background: url('../images/logo.svg') no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
    width: 243px;
    height: 61px;
}
.header__left > * {
    display: inline-block;
    vertical-align: top;
}
.header__title {
    position: relative;
    top: 15px;
    line-height: 155%;
    font-size: 16px;
    margin: 0 0 0 33px;
    color: #000000;
}
.header__title strong {
    font-weight: 400;
    display: block;
    font-size: 20px;
}
.header__link {
    position: relative;
    top: 17px;
}
.header__btn {
    display: none;
}
/*end header*/

/*footer*/
.footer {
    background: #CBE1EF;
    padding-top: 50px;
    padding-bottom: 73px;
}
.site-map__col {
    display: inline-block;
    vertical-align: top;
    margin-right: 80px;
}
.site-map__col:last-child {
    margin-right: 0;
}
.site-map__title {
    font-size: 18px;
    line-height: 110%;
    color: #000000;
    margin: 0;
}
.site-map__list {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
    margin-top: 9px;
    font-size: 16px;
    line-height: 175%;
    color: #6A6A6A;
}
.site-map__list a {
    color: #6A6A6A;
    text-decoration: none;
}
.site-map__list strong {
    font-weight: 400;
}
.site-map__list strong a {
    display: inline-block;
    line-height: 180%;
    font-size: 18px;
    text-decoration: none;
    color: #000000;
}
.site-map__list a:hover,
.site-map__list strong a:hover {
    text-decoration: underline;
}
.footer__right {
    text-align: right;
}
.footer__phone {
    font-size: 30px;
    line-height: 110%;
    text-decoration: none;
    color: #000000;
}
.footer__phone-info {
    margin-top: 3px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 110%;
    color: #6A6A6A;
}
.footer__email {
    font-size: 14px;
    line-height: 16px;
    text-decoration: none;
    color: #000000;
}
/*end footer*/

/*main*/
.aside {
    width: 290px;
}
.main__content {
    padding-top: 26px;
    width: 66.52%;
}
.pager {
    margin-bottom: 13px;
}
.pager > * {
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    line-height: 150%;
}
.pager a,
.pager i {
    color: var(--link-color);
    text-decoration: none;
}
.pager i {
    font-style: normal;
    margin-left: 12px;
    margin-right: 12px;
}
.pager a:hover {
    text-decoration: underline;
}
.main__block {
    margin-bottom: 42px;
}
.main__block:last-child {
    margin-bottom: 0;
}
/*end main*/

/*categories*/
.categories {
    margin-top: 16px;
    margin-bottom: -20px;
}
.categories__link {
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    box-sizing: border-box;
    width: 31.3%;
    padding: 10px 26px;
    margin-right: 3.05%;
    text-align: center;
    font-size: 18px;
    line-height: 130%;
    min-height: 112px;
    margin-bottom: 20px;
    color: var(--link-color);
}
.categories__link:hover {
    text-decoration: underline;
}
.categories__link span {
    width: 100%;
}
.categories__link:nth-child(3n) {
    margin-right: 0;
}
/*end categories*/

/*help*/
.help {
    margin-top: 37px;
}
.help__link {
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    box-sizing: border-box;
    min-height: 72px;
    width: 100%;
    font-size: 16px;
    line-height: 110%;
    padding: 10px 25px;
    margin-bottom: 10px;
    color: var(--link-color);
}
.help__link:last-child {
    margin-bottom: 0;
}
.help__link:hover {
    text-decoration: underline;
}
/*end help*/

/*text-block*/
.text-block {
    margin-top: 18px;
}
.text-block__left {
    width: 184px;
}
.text-block__right {
    position: relative;
    top: -4px;
    width: calc(100% - 209px);
}
.text-block img {
    max-width: 100%;
}
.text-block p {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 150%;
}
.text-block p:last-child {
    margin-bottom: 0;
}
/*end text-block*/

/*faq*/
.faq__top {
    border-bottom: 1px solid #E5E5E5;
    padding: 12px 0 3px;
    position: relative;
    cursor: pointer;
}
.faq__top:hover .faq__title {
    text-decoration: underline;
}
.faq__title {
    padding-right: 40px;
    margin: 0;
    font-size: 16px;
    line-height: 150%;
    color: var(--link-color);
}
.faq__btn {
    width: 14px;
    height: 14px;
    position: absolute;
    right: 4px;
    top: 0;
    bottom: -2px;
    margin: auto;
}
.faq__btn:after,
.faq__btn:before {
    content: '';
    position: absolute;
    width: 2px;
    height: 100%;
    background: var(--link-color);
    top: 0; bottom: 0; left: 0; right: 0;
    margin: auto;
}
.faq__item.opened .faq__btn:after {
    display: none;
}
.faq__btn:before {
    width: 100%;
    height: 2px;
}
.faq__content {
    display: none;
    padding-top: 16px;
    font-size: 16px;
    line-height: 150%;
}
.faq__content p {
    margin: 0;
}
/*end faq*/

/*links*/
.links {
    padding: 0;
    margin: 0;
    list-style: none;
}
.links li {
    margin-bottom: 15px;
}
.links li:last-child {
    margin-bottom: 0;
}
.links a {
    font-size: 16px;
    line-height: 110%;
    text-decoration: none;
    color: var(--link-color);
}
.links a:hover {
    text-decoration: underline;
}
/*end links*/

/*form*/
.form {
    max-width: 417px;
}
.form__title {
    font-size: 24px;
    line-height: 110%;
    margin: 0 0 20px;
}
.form__field {
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #C4C4C4;
    box-sizing: border-box;
    height: 42px;
    padding-left: 12px;
    color: var(--main-color);
    font-size: 14px;
    line-height: 150%;
    margin-bottom: 17px;
}
.form__field::placeholder {
    color: #C4C4C4;
    opacity: 1;
}
.form__field:-ms-input-placeholder {
    color: #C4C4C4;
}
.form__field_text {
    height: 92px;
    resize: none;
    padding: 10px 12px;
}
.form__info, p.form__info  {
    margin: 14px 0 0;
    font-size: 12px;
    line-height: 150%;
}
.form__info a {
    color: #009EC5;
    text-decoration: none;
}
.form__info a:hover {
    text-decoration: underline;
}

/*end form*/

/*nav*/
.nav__links {
    display: none;
}
.nav__block-title {
    margin: 0;
    padding: 22px 44px 12px 0;
    font-size: 18px;
    line-height: 110%;
    color: var(--main-color);
    cursor: pointer;
    position: relative;
    border-bottom: 1px solid #E5E5E5;
}
.nav__block-title:hover {
    color: var(--link-color);
}
.nav__block-title:hover .svg-icon {
    fill: var(--link-color);
}
.nav__block.opened .nav__block-title .svg-icon {
    transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    bottom: -12px;
    fill: var(--link-color);
}
.nav__block-title .svg-icon {
    position: absolute;
    right: 18px;
    top: 0;
    bottom: -2px;
    margin: auto;
}
.icon-arrow {
    width: 13px;
    height: 13px;
    fill: #838383;
}
.nav__block.opened .nav__links {
    display: block;
}
.nav__links {
    padding-top: 18px;
    padding-bottom: 12px;
    margin: 0;
    padding-left: 0;
    list-style: none;
}
.nav__links a {
    display: block;
    font-size: 16px;
    line-height: 110%;
    color: var(--link-color);
    padding: 7px 11px 8px;
}
.nav__links a:not(.active):hover {
    text-decoration: underline;
}
.nav__links a.active {
    color: #424947;
    background: #CBE1EF;
}
.menu,
.overlay {
    display: none;
}
/*end nav*/
















@media all and (max-width: 1100px) {
    .categories__link:nth-child(3n),
    .categories__link {
        width: 48%;
        margin-right: 4%;
    }
    .categories__link:nth-child(2n) {
        margin-right: 0;
    }
}

@media all and (max-width: 980px) {
    .aside {
        width: 216px;
    }
    .main__content {
        width: 64.52%;
    }
    .categories__link {
        font-size: 16px;
    }
    .faq__content,
    .text-block p {
        font-size: 14px;
    }
    .form {
        max-width: 470px;
    }
    .form__info {
        max-width: 410px;
    }
    .links a {
        line-height: 150%;
    }
    .main__block {
        margin-bottom: 32px;
    }
    .faq__content {
        padding-top: 10px;
    }
    .pager {
        margin-bottom: 8px;
    }
    .site-map__col {
        margin-right: 110px;
    }
    .header__link {
        padding-left: 23px;
        padding-right: 23px;
    }
}

@media all and (max-width: 760px) {
    .aside {
        display: none;
    }
    .main__content {
        width: 100%;
    }
    .site-map {
        width: 100%;
        max-width: 412px;
        order: 2;
        padding-top: 33px;
        -ms-flex-pack: justify;
        justify-content: space-between;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
    }
    .site-map > * {
        -ms-flex-item-align: start;
        align-self: flex-start;
    }
    .site-map__col {
        margin-right: 0;
    }
    .footer {
        padding-top: 37px;
    }
    .footer .content {
        max-width: 450px;
    }
    .footer__right {
        text-align: center;
        width: 100%;
    }
    .header__link {
        display: none;
    }
    .logo {
        background: url('../images/logo-mobile.svg') no-repeat center;
        -webkit-background-size: cover;
        background-size: cover;
        width: 55px;
        height: 44px;
    }
    .header__title {
        top: 2px;
        font-size: 14px;
        margin-left: 13px;
    }
    .header__title strong {
        font-size: 18px;
    }
    .header {
        padding-top: 8px;
        padding-bottom: 8px;
    }
    .header__btn {
        display: block;
        padding: 10px 40px;
        background: #7A9AAF;
        font-size: 14px;
        line-height: 150%;
        position: relative;
        top: 1px;
        color: #FFFFFF;
    }
    .header__btn > * {
        display: inline-block;
        vertical-align: middle;
    }
    .header__btn-icon {
        margin-right: 2px;
        width: 14px;
        height: 14px;
        box-sizing: border-box;
        border-top: 2px solid #FFFFFF;
        border-bottom: 2px solid #FFFFFF;
        position: relative;
    }
    .header__btn-icon:after {
        content: '';
        position: absolute;
        top: 0; bottom: 0;
        margin: auto;
        height: 2px;
        width: 100%;
        background: #FFFFFF;
    }
    .overlay {
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0; left: 0;
        background: rgba(122, 154, 175, 0.7);
        z-index: 100;
    }
    .menu.opened {
        right: 0;
    }
    .menu {
        display: block;
        right: -320px;
        width: 320px;
        position: fixed;
        top: 0;
        transition: all, 0.3s;
        z-index: 110;
        height: 100%;
        background: #FFFFFF;
        padding: 30px 47px 30px 55px;
        box-sizing: border-box;
        overflow: auto;
    }
    .menu .header__link {
        display: block;
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 20px;
        text-align: center;
    }
    .menu__close {
        font-size: 0;
        position: absolute;
        cursor: pointer;
        top: 24px;
        right: 24px;
    }
    .icon-close {
        width: 12px;
        height: 12px;
    }
}

@media all and (max-width: 550px) {
    .content {
        padding-left: 15px;
        padding-right: 15px;
    }
    .help {
        margin-top: 20px;
    }
    .main__content {
        padding-top: 10px;
    }
}

@media all and (max-width: 450px) {
    h1, h2 {
        font-size: 26px;
        line-height: 150%;
    }
    .pager {
        margin-bottom: 10px;
    }
    .categories__link:nth-child(3n), .categories__link {
        min-height: inherit;
        width: 100%;
        margin-right: 0;
        text-align: left;
        padding-top: 14px;
        padding-bottom: 14px;
    }
    .text-block {
        margin-top: 14px;
    }
    .text-block__right {
        padding-top: 15px;
    }
    .text-block__left,
    .text-block__right,
    .text-block__left img {
        width: 100%;
    }
    .main__block {
        margin-bottom: 28px;
    }
    .form__field {
        padding-left: 8px;
    }
    .main {
        padding-bottom: 25px;
    }
    .form__field_text {
        padding-left: 8px;
        padding-right: 8px;
    }
    .site-map__list strong a,
    .site-map__list {
        font-size: 14px;
    }
    .site-map__list strong a {
        margin-top: 12px;
        margin-bottom: -6px;
        display: block;
    }
    .site-map__title {
        font-size: 14px;
    }
    .site-map__list {
        margin-top: 16px;
    }
    .header__btn-icon {
        margin-right: 0;
    }
    .header__btn {
        font-size: 0;
        top: 2px;
        padding: 13px;
    }
    .header__btn span {
        display: none;
    }
}

















































