html {
    font-family: sans-serif
}

body {
    margin: 0;
    font-size: 16px
}

footer,
header,
nav {
    display: block
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline: 0 none
}

b,
strong {
    font-weight: bold
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

img {
    border: 0 none
}

*,
*::before,
*::after {
    box-sizing: inherit
}

html {
    box-sizing: border-box;
    height: 100%;
    font: 16px/1.25 "Roboto Slab", serif
}

body {
    min-height: 100%;
    background: #fff none repeat scroll 0% 0%;
    color: #264654
}

.page {
    display: flex;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    -moz-box-pack: justify;
    justify-content: space-between
}

.content-wrap {
    max-width: 1140px;
    margin: 0 auto;
    -moz-box-flex: 1;
    flex-grow: 1;
    flex-shrink: 0
}

h1,
h2,
h4 {
    display: block;
    margin: .5em 0;
    line-height: 1.2;
    font-weight: bold;
    text-transform: uppercase
}

h1 {
    font-size: 2.25rem
}

h4 {
    font-size: 1.0625rem
}

.main p {
    margin: 1.6em 0
}

a {
    color: #007db6;
    cursor: pointer;
    text-decoration: none;
    transition: all .25s ease 0s
}

a:hover {
    border-bottom-color: transparent
}

img {
    max-width: 100%;
    border: medium none
}

.btn {
    position: relative;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    min-width: 40px;
    padding: 0 1.2em;
    border: medium none;
    outline: medium none;
    background: #297cb3 none repeat scroll 0% 0%;
    color: rgba(255, 255, 255, .95);
    font-size: .75rem;
    letter-spacing: 1px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
    cursor: pointer;
    transition: all .2s ease 0s
}

.btn:hover {
    background: #5faad7 none repeat scroll 0% 0%
}

.btn:active {
    background: #1a72a3 none repeat scroll 0% 0%
}

*::-moz-selection {
    background: rgba(229, 90, 41, .75) none repeat scroll 0% 0%;
    color: #fff;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .25)
}

*::-moz-placeholder {
    color: #8c8c8c;
    font-size: 12px;
    text-transform: uppercase
}

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

.container {
    position: relative;
    max-width: 1440px;
    margin: auto;
    padding: 0 2.5%
}

.actual-info {
    margin: 0;
    padding-bottom: 15px;
    font-size: .875rem
}

.menu {
    top: 100%;
    left: 0;
    right: 0;
    font-size: .875rem;
    line-height: 1.428
}

.menu__link {
    display: inline-block;
    vertical-align: middle;
    margin-left: 3.5%;
    border-bottom-color: transparent;
    letter-spacing: 1px;
    font-weight: bold
}

.menu-toggle {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    height: 23px;
    width: 27px;
    margin: auto;
    cursor: pointer;
    transition: all .25s ease 0s
}

.menu-toggle__line {
    height: 3px;
    background: #297cb3 none repeat scroll 0% 0%
}

.menu-toggle__line+.menu-toggle__line {
    margin-top: 7px
}

.header {
    position: relative;
    z-index: 1210;
    background: #fff none repeat scroll 0% 0%;
    font-weight: normal;
    flex-shrink: 0;
    transition: all .25s ease 0s
}

.header__in {
    display: table;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px
}

.header__in:first-child {
    padding-top: 20px;
    padding-bottom: 5px
}

.header__cell {
    display: table-cell;
    vertical-align: middle
}

.header__logo {
    width: 1%
}

.header__menu {
    position: relative;
    text-transform: uppercase
}

.header__menu .menu__link:hover {
    color: inherit
}

.user-block {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    display: table;
    margin: auto;
    text-align: right
}

.user-block__info {}

.user-block__login {
    max-width: 10rem;
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: none
}

.user-block__action {}

.user-block__btn {}

.user-block__btn--login {
    background-color: transparent;
    color: #297cb3;
    font-size: 14px;
    font-weight: bold
}

.user-block__btn--login:hover {
    background-color: transparent;
    color: inherit
}

.footer {
    padding: 25px 0;
    border-top: 3px solid #f2f2f2;
    background: #fff none repeat scroll 0% 0%;
    font-size: 14px;
    line-height: 1.4285;
    font-weight: normal;
    text-align: center;
    flex-shrink: 0;
    margin-top: auto
}

.page--inner {}

.page--inner .header {
    border-bottom: 2px solid #f7f7f7
}

@media only screen and (max-width:1024px) {

    h1 {
        font-size: 30px
    }
}

@media only screen and (min-width:960px) {
    .header__menu {
        margin-left: 3%
    }
}

@media only screen and (max-width:960px) {
    .header__in {
        padding: 0
    }

    .header__cell {
        display: block
    }

    .header__logo {
        position: relative;
        z-index: 110;
        width: auto;
        padding: 10px 2.5%;
        background: #fff none repeat scroll 0% 0%
    }

    .header__menu {
        display: none;
        position: absolute;
        z-index: 100;
        background: #297cb3 none repeat scroll 0% 0%;
        color: #fff
    }

    .header__menu .menu__link {
        background: #297cb3 none repeat scroll 0% 0%;
        color: #fff
    }

    .actual-info {
        padding-left: 2.5%;
        padding-right: 2.5%
    }

    .user-block {
        position: static;
        float: none;
        display: table;
        width: 100%;
        border-top: 1px solid #2570a1;
        background: #297cb3 none repeat scroll 0% 0%;
        text-align: left
    }

    .user-block__login {
        max-width: 12rem;
        font-size: 14px;
        text-transform: uppercase
    }

    .user-block__btn {
        position: relative;
        height: 60px;
        line-height: 60px;
        background-color: transparent;
        font-size: 14px
    }

    .user-block__btn:hover {
        background-color: transparent;
        color: #297cb3
    }

    .user-block__btn--login {
        width: 100%;
        padding: 0 2.5%;
        color: #fff;
        text-align: left;
        font-weight: normal
    }

    [class*="user-block__btn--log"]:hover {
        background-color: #2570a1;
        color: #fff !important
    }

    .header__menu .menu__link {
        float: none;
        display: block;
        margin: 0;
        padding: 20px 2.5%
    }

    .header__menu .menu__link:hover {
        background-color: #2570a1;
        color: #fff
    }

    .header__menu .menu__link+.menu__link {
        border-top: 1px solid #2570a1
    }

    .header__menu .menu__link br {
        display: none
    }

    .menu-toggle {
        z-index: 110;
        display: block
    }
}

@media only screen and (max-width:800px) {
    .page {
        /* display: block */
    }
}

@media only screen and (max-width:640px) {
    html {
        font-size: 15px
    }

    h1 {
        font-size: 16px
    }

    h4 {
        font-size: 14px
    }

    .container {
        padding-left: 40px;
        padding-right: 40px
    }

    .header__in {
        padding: 0
    }

    .header__logo {
        padding-left: 40px;
        padding-right: 40px
    }

    .actual-info {
        padding-left: 40px;
        padding-right: 40px;
        color: #aaa;
        text-align: center
    }

    .user-block {}

    .user-block__btn--login {
        padding: 0 40px
    }

    .menu .menu__link {
        padding-left: 40px;
        padding-right: 40px
    }

    .footer {
        padding-top: 0
    }

    .menu-toggle {
        display: block
    }
}

.vk-container {
    font-family: sans-serif;
    font-size: 15px;
    color: #000;
    text-decoration: none
}

.vk-header {
    background: #dae2e8 none repeat scroll 0% 0%;
    padding: 4px 4px 4px 6px;
    margin-bottom: 10px
}

.vk-logo {
    background: transparent none no-repeat scroll 0% 0%;
    width: 16px;
    height: 16px;
    float: right;
    margin-top: -1px
}

.vk-header-text {
    padding: 2px 3px 1px;
    line-height: 100%;
    color: #45688e;
    font-weight: bold
}

.main {
    width: 100%;
    float: left;
    border-right: 2px solid #f6f6f6;
    padding: 10px
}

.sidebar {
    float: left;
    width: 35%;
    background-color: #fbfbfc;
    margin: 15px 0 0 20px;
    border: 2px solid #f6f6f6;
    border-radius: 10px;
    padding: 10px
}

.sidebar ul li {
    list-style: outside none none;
    padding-top: 40px;
    font-size: 16px;
    color: #1697ce;
    font-weight: 600
}

.sidebar li img {
    float: left;
    margin-right: 5px;
    vertical-align: middle;
    border-radius: 5px;
    border: 2px solid #f6f6f6
}

@media (max-width:980px) {
    .main {
        width: auto
    }

    .sidebar {
        display: none
    }
}

@media (max-width:768px) {
    .sidebar {
        display: none;
        width: 100%;
        margin: 0
    }
}

.text-big {
    font-size: 19px
}

.text-small {
    font-size: 14px
}

.alert-block {
    margin: 0 0 20px;
    padding: 15px;
    border: 1px solid #000;
    background: #f3f3f3
}

.alert-block>:last-child {
    margin-bottom: 0
}

.alert-block-2 {
    margin: 0 0 20px;
    padding: 15px;
    border: 1px solid #000;
    background: #d9d9d9
}

.alert-block-2>:last-child {
    margin-bottom: 0
}

.text-center {
    text-align: center
}

body {
    font-family: sans-serif;
}

.text-red {
    font-size: 1.4em;
    color: #FF0000;
    font-weight: 600;
}

#form {
    background-color: #2989D7;
    text-align: center;
    color: #fff;
    padding: 15px 15px;
}

@media(max-width:480px) {
    body {
        font-size: 1.2em;
    }
}

@media screen and (max-width: 480px) {
    .btn {
        width: 100%;
        font-size: 90%;
        padding: 8px 10px;
    }
}

body {
    font-family: sans-serif;
}

.contentBox {
    line-height: 1.5;
}

.contentBox p {
    padding-bottom: 10px;
    padding-top: 10px;
}

.contentBox h1 {
    line-height: 1.2;
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 27px;
}

.contentBox h2 {
    line-height: 1.4;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 26px;
}

.contentBox p {
    margin: auto !important;
}


header {
    border-bottom: 3px solid #f2f2f2
}


.qoute {
    position: relative;
    border-top: 3px solid #5e869e;
    border-bottom: 3px solid #5e869e;
    padding: 15px 0;
    font-size: 21px;
    color: red
}

.qoute p {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    font-weight: bold;
    z-index: 1
}

.qoute img {
    position: absolute;
    top: calc(50% - 16px);
    left: 0;
    z-index: 0
}

.ord_button {
    background-color: #fa3d3d;
    color: #fff !important;
    display: inline-block;
    padding: 10px 30px;
    font-size: 22px !important;
    box-shadow: 2px 3px 8px rgb(153 153 153);
    text-decoration: none !important;
    border-radius: 8px;
    border: 3px solid #fff;
    margin: 20px 0 30px;
    line-height: 27px;
    text-transform: uppercase;
    transition: all .3s ease-in 0s;
    text-shadow: 1px 1px 0 #565656;
    font-weight: 500
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    background-color: transparent
}

td {
    padding: 5px
}

.color--red {
    color: red
}

.font-size--21 {
    font-size: 21px
}

.color--black {
    color: #000
}

.font-size--19 {
    font-size: 19px
}


.rev {
    max-width: 350px;
    display: block;
    margin-top: 10px;
    width: 100%
}

img.photo-people {
    width: 75px;
    border-radius: 50px
}

.photo {
    float: left;
    margin-right: 10px
}

.commit-text {
    margin-top: 25px
}

.com-txt {
    padding-left: 90px;
    text-align: left;
    color: #000
}

.clear {
    clear: both
}



.loading {
    display: flex;
    align-items: center;
}

.loading img {
    display: inline;
    width: 60px !important;
    margin: 0 16px 0 0;
}

.comment-write {
    transition: all .3s ease;
    max-height: 65px;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.comments__kma>div {
    transition: all .3s ease
}

.comment-hide {
    transform: translateX(calc(-100% - 100px));
    height: 0;
    min-height: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.comment-write {
    transition: all .3s ease;
    max-height: 100px;
    overflow: hidden;
    display: flex;
    align-items: center
}

.comments__kma {
    overflow: hidden
}

.loading {
    font-style: italic
}

.loading:after {
    content: '.';
    animation: loading 1s ease alternate infinite
}


.sidebar {
    width: 30%;
}

.sidebar ul li {
    font-size: 14px;
}

@media (max-width: 980px) {
    .main {
        width: 100%;
    }

}


.review-block img {
    display: block;
    margin: 0 auto 20px;
    width: 100%;
    max-width: 230px
}

@media screen and (min-width:992px) {
    .review-block {
        display: flex;
        align-items: flex-start;
    }

    .review-block img {
        margin: 0 15px 0 0
    }
}

.review-block {
    border: none
}