
/*!normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss*/
html {
    font-family: sans-serif;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

footer,
header,
nav,
section {
    display: block
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

main {
    display: block
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:active,
a:hover {
    outline-width: 0
}

b,
strong {
    font-weight: inherit
}

b,
strong {
    font-weight: bolder
}

img {
    border-style: none
}

button,
input {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button {
    overflow: visible
}

button {
    text-transform: none
}

[type=submit],
button,
html [type=button] {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

input {
    overflow: visible
}

html {
    box-sizing: border-box;
    font-size: 100%
}

*,
::after,
::before {
    box-sizing: inherit
}

body {
    margin: 0;
    padding: 0;
    background: #fefefe;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.3;
    color: #0a0a0a;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic
}

button {
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    border-radius: 0;
    background: 0 0;
    line-height: 1;
    cursor: pointer
}

button,
input {
    font-family: inherit
}

@media print,
screen and (min-width:64em) {
    .large-12 {
        width: 100%
    }
}

.grid-container {
    padding-right: 15px;
    padding-left: 15px;
    max-width: 63.75rem;
    margin: 0 auto
}

.grid-x {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.cell {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    min-height: 0;
    min-width: 0;
    width: 100%
}

@media print,
screen and (min-width:64em) {
    .grid-x>.large-12 {
        -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
}

@media print,
screen and (min-width:64em) {
    .grid-x>.large-12 {
        width: 100%
    }
}

div,
form,
h2,
li,
p,
ul {
    margin: 0;
    padding: 0
}

p {
    margin-bottom: 15px;
    text-rendering: optimizeLegibility
}

em,
i {
    font-style: italic;
    line-height: inherit
}

b,
strong {
    font-weight: 700;
    line-height: inherit
}

.h2,
h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: inherit;
    text-rendering: optimizeLegibility
}

.h2,
h2 {
    font-size: 1.25rem;
    margin-top: 0;
    margin-bottom: .5rem
}

@media print,
screen and (min-width:40em) {

    .h2,
    h2 {
        font-size: 2.5rem
    }
}

a {
    line-height: inherit;
    color: #1779ba;
    text-decoration: none;
    cursor: pointer
}

a:focus,
a:hover {
    color: #1468a0
}

a img {
    border: 0
}

hr {
    clear: both;
    max-width: 63.75rem;
    height: 0;
    margin: 20px auto;
    border-top: 0;
    border-right: 0;
    border-bottom: 1px solid #cacaca;
    border-left: 0
}

ul {
    margin-bottom: 1rem;
    list-style-position: outside;
}

li {
    font-size: inherit
}

ul {
    margin-left: 1.25rem;
    list-style-type: disc
}

ul ul {
    margin-left: 1.25rem;
    margin-bottom: 0
}

.text-center {
    text-align: center
}

@media print {
    * {
        background: 0 0 !important;
        box-shadow: none !important;
        color: #000 !important;
        text-shadow: none !important
    }

    a,
    a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " ("attr(href) ")"
    }

    .ir a:after {
        content: ''
    }

    img,
    tr {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

    @page {
        margin: .5cm
    }

    h2,
    p {
        orphans: 3;
        widows: 3
    }

    h2 {
        page-break-after: avoid
    }
}

.button {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 1rem;
    font-family: inherit;
    padding: .85em 1em;
    -webkit-appearance: none;
    border: 1px solid transparent;
    border-radius: 0;
    transition: background-color .25s ease-out, color .25s ease-out;
    font-size: .9rem;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    background-color: #1779ba;
    color: #fefefe
}

.button:focus,
.button:hover {
    background-color: #14679e;
    color: #fefefe
}

.button.clear {
    border: 1px solid #1779ba;
    color: #1779ba
}

.button.clear,
.button.clear:focus,
.button.clear:hover {
    background-color: transparent
}

.button.clear:focus,
.button.clear:hover {
    border-color: #0c3d5d;
    color: #0c3d5d
}

.button.clear,
.button.clear:focus,
.button.clear:hover {
    border-color: transparent
}

a.button:focus,
a.button:hover {
    text-decoration: none
}

[type=tel],
[type=text] {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 2.4375rem;
    margin: 0 0 1rem;
    padding: .5rem;
    border: 1px solid #cacaca;
    border-radius: 0;
    background-color: #fefefe;
    box-shadow: inset 0 1px 2px rgba(10, 10, 10, .1);
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400;

    color: #0a0a0a;
    transition: box-shadow .5s, border-color .25s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

[type=tel]:focus,
[type=text]:focus {
    outline: 0;
    border: 1px solid #8a8a8a;
    background-color: #fefefe;
    box-shadow: 0 0 5px #cacaca;
    transition: box-shadow .5s, border-color .25s ease-in-out
}

input::-webkit-input-placeholder {
    color: #cacaca
}

input:-ms-input-placeholder {
    color: #cacaca
}

input::placeholder {
    color: #cacaca
}

input:disabled {
    background-color: #e6e6e6;
    cursor: not-allowed
}

[type=button],
[type=submit] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0
}

label {
    display: block;
    margin: 0;
    font-size: .875rem;
    font-weight: 400;

    color: #0a0a0a
}

.label {
    display: inline-block;
    padding: .33333rem .5rem;
    border-radius: 0;
    font-size: .8rem;
    line-height: 1;
    white-space: nowrap;
    cursor: default;
    background: #1779ba;
    color: #fefefe
}

.grid-container {
    padding-left: 36px;
    padding-right: 36px
}

@media screen and (max-width:39.9375em) {
    .grid-container {
        padding-left: 15px;
        padding-right: 15px
    }
}

@media screen and (min-width:40em) and (max-width:63.9375em) {
    .grid-container {
        padding-left: 24px;
        padding-right: 24px
    }
}

ul,
ul ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

a {
    color: #e61645
}

header {
    /* position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999; */
    max-width: 63.75rem;
    margin: 0 auto
}

header>.grid-container {
    background: #fff;
    position: relative
}

header>.grid-container:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    border-bottom: 1px solid #f4f7f7
}

header .main-menu-block {
    height: 72px;
    display: flex
}

header .main-menu-block .main-logo-wrapper {
    height: 72px;
    width: 50px;
    display: inline-block;
    vertical-align: middle
}

header .main-menu-block .main-menu-wrapper {
    display: flex;
    justify-content: space-between;
    align-content: center;
    width: 100%
}

header .main-menu-block .main-logo-wrapper .main-logo {
    display: block;
    width: 50px;
    height: 72px;
    margin: 0 auto
}

header .main-menu-block .main-menu-wrapper .main-menu {
    height: 72px;
    line-height: 72px;
    display: inline-block
}

header .main-menu-block .main-menu-wrapper .main-menu li {
    display: inline-block;
    position: relative
}

header .main-menu-block .main-menu-wrapper .main-menu li:not(:first-child) {
    padding: 0 0 0 2rem
}

header .main-menu-block .main-menu-wrapper .main-menu li a {
    color: #e61645;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    transition: color .2s ease-in-out
}

header .main-menu-block .main-menu-wrapper .main-menu li a:hover {
    color: #26292e
}

header .main-menu-block .main-menu-wrapper .menu-icon-group {
    flex-grow: 0
}

header .main-menu-block .main-menu-wrapper .menu-icon-group ul {
    display: flex;
    align-items: center
}

header .main-menu-block .main-menu-wrapper .menu-icon-group ul li {
    margin: 0 3px;
    padding: 0;
    display: inline-block;
    width: 25px;
    height: 72px;
    cursor: pointer
}

header .main-menu-block .main-menu-wrapper .menu-icon-group ul li a {
    display: block;
    height: 100%
}

header .main-menu-block .main-menu-wrapper .menu-icon-group ul li:hover {
    opacity: 1
}

@media screen and (max-width:39.9375em) {
    header .main-menu-block .main-menu-wrapper .menu-icon-group ul li {
        padding: 0 5px
    }

    header .main-menu-block .main-menu-wrapper .menu-icon-group ul li.hide-show-menu {
        padding-right: 0;
        display: inline-block;
        margin-top: -33px
    }

    header .main-menu-block .main-menu-wrapper .main-menu li.menu-icon-group ul li.lang-switch,
    header .main-menu-block .main-menu-wrapper .menu-icon-group ul li.close-search-form {
        display: none
    }
}

@media screen and (min-width:40em) {
    header .main-menu-block .main-menu-wrapper .menu-icon-group ul li:nth-child(2) {
        display: none
    }
}

header .main-menu-block .main-menu-wrapper .menu-icon-group ul .search_btn {
    background: url(../images/search-icon.svg) no-repeat center;
    background-size: 25px;
    padding-left: 0
}

header .main-menu-block .main-menu-wrapper .menu-icon-group ul .hide-show-menu {
    cursor: pointer;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 22px;
    height: 14px;
    cursor: pointer;
    display: none;
    width: 22px;
    height: 17px;
    margin-top: 18px
}

header .main-menu-block .main-menu-wrapper .menu-icon-group ul .hide-show-menu::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #26292e;
    box-shadow: 0 6px 0 #26292e, 0 12px 0 #26292e;
    content: ''
}

header .main-menu-block .main-menu-wrapper .menu-icon-group ul .close-search-form {
    display: none;
    background: url(../images/close-icon.svg) no-repeat center
}

header .main-menu-block .main-menu-wrapper .menu-icon-group ul .lang-switch.ua-ru {
    width: 25px;
    height: 25px;
    font-size: 12px;
    text-align: center;
    border: 1px solid #000;
    border-radius: 50%;
    padding: 2px
}

header .main-menu-block .main-menu-wrapper .menu-icon-group ul .lang-switch.ua-ru a {
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

@media screen and (max-width:39.9375em) {
    header .main-menu-block {
        height: 48px
    }

    header .main-menu-block .main-logo-wrapper {
        height: 48px;
        width: 35px
    }

    header .main-menu-block .main-logo-wrapper .main-logo {
        height: 48px;
        width: 35px;
        background-size: 35px
    }

    header .main-menu-block .main-menu-wrapper .main-menu {
        height: 48px;
        line-height: 48px
    }

    header .main-menu-block .main-menu-wrapper .main-menu>li:last-child ul li {
        height: 48px
    }

    header .main-menu-block .main-menu-wrapper .menu-icon-group ul .lang-switch {
        display: none
    }

    header .main-menu-block .main-menu-wrapper .menu-icon-group ul li {
        height: 48px
    }
}

@media screen and (min-width:40em) and (max-width:63.9375em) {
    header .main-menu-block {
        height: 48px
    }

    header .main-menu-block .main-logo-wrapper {
        height: 48px;
        width: 35px
    }

    header .main-menu-block .main-logo-wrapper .main-logo {
        height: 48px;
        width: 35px;
        background-size: 35px
    }

    header .main-menu-block .main-menu-wrapper .main-menu {
        height: 48px;
        line-height: 48px
    }

    header .main-menu-block .main-menu-wrapper .main-menu>li {
        padding: 0 0 0 14px
    }

    header .main-menu-block .main-menu-wrapper .main-menu>li a {
        font-size: 14px
    }

    header .main-menu-block .main-menu-wrapper .main-menu>li:last-child ul li {
        height: 48px;
        margin: 0 3px;
        padding: 0
    }

    header .main-menu-block .main-menu-wrapper .main-menu>li:last-child ul .close-search-form,
    header .main-menu-block .main-menu-wrapper .main-menu>li:last-child ul .hide-show-menu {
        display: none
    }
}

footer {
    position: relative
}

footer .footer-social {
    padding: 34px 0;
    background: #e61645
}

footer .footer-social ul {
    line-height: 1rem
}

footer .footer-social li {
    display: inline-block;
    margin-right: 10px;
    transition: .3s ease-in-out
}

footer .footer-social li .soc-link {
    display: block;
    width: 52px;
    height: 52px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 52px;
    transition: background .1s ease-in-out
}

footer .footer-social li .soc-link.tw {
    background-image: url(../images/twitter.svg)
}

footer .footer-social li .soc-link.fb {
    background-image: url(../images/fb.svg)
}

footer .footer-social li .soc-link.gp {
    background-image: url(../images/g_.svg)
}

footer .footer-social li .soc-link.you {
    background-image: url(../images/youtube.svg)
}

footer .footer-social li .soc-link.ins {
    background-image: url(../images/insta.svg)
}

footer .footer-social li .soc-link.tel {
    background-image: url(../images/telegram.svg)
}

footer .footer-social li .soc-link.vib {
    background-image: url(../images/viber.svg)
}

footer .footer-social li .soc-link:hover.tw {
    background-image: url(../images/twitter_hover.svg)
}

footer .footer-social li .soc-link:hover.fb {
    background-image: url(../images/fb_hover.svg)
}

footer .footer-social li .soc-link:hover.gp {
    background-image: url(../images/g__hover.svg)
}

footer .footer-social li .soc-link:hover.you {
    background-image: url(../images/youtube_hover.svg)
}

footer .footer-social li .soc-link:hover.ins {
    background-image: url(../images/insta_hover.svg)
}

footer .footer-social li .soc-link:hover.tel {
    background-image: url(../images/telegram_hover.svg)
}

footer .footer-social li .soc-link:hover.vib {
    background-image: url(../images/viber_hover.svg)
}

@media screen and (max-width:39.9375em) {
    footer .footer-social {
        padding: 18px 0
    }

    footer .footer-social li {
        margin-right: 2px
    }

    footer .footer-social li .soc-link {
        width: 35px;
        height: 35px;
        background-size: 35px
    }
}

body {
    background-color: #fff;
    color: #26292e;
    font-family: Arial, Helvetica, sans-serif;
    overflow-x: hidden
}

.outer-wrapp {
    /* padding-top: 72px; */
    position: relative;
    max-width: 63.75rem;
    margin: 0 auto
}

/* @media screen and (max-width:63.9375em) {
    .outer-wrapp {
        padding-top: 48px
    }
} */

.project-menu {
    height: 72px;
    position: relative;
    left: 0;
    right: 0;
    z-index: 1000
}

.project-menu ul li,
.project-menu ul li ul li {
    display: inline-block
}

.project-menu nav>ul {
    line-height: 72px
}

.project-menu nav>ul>li:first-child {
    float: left;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase
}

.project-menu nav>ul li:last-child {
    float: right
}

.project-menu nav>ul li:last-child span {
    display: none
}

.project-menu nav>ul li:last-child ul {
    line-height: 72px;
    display: block
}

.project-menu nav>ul li:last-child ul li {
    margin-left: 16px
}

.project-menu nav>ul li:last-child ul li a {
    font-family: Arial, Helvetica, sans-serif;
    border-bottom: 2px solid #fff;
    font-size: 16px;
    transition: opacity .3s ease-in-out
}

.project-menu nav>ul li:last-child ul li a:hover {
    opacity: .75
}

.project-menu a,
.project-menu li {
    color: #fff
}

@media screen and (max-width:63.9375em) {
    .project-menu {
        height: 48px
    }

    .project-menu nav ul li:last-child ul,
    .project-menu nav>ul {
        line-height: 48px
    }

    .project-menu nav>ul li:last-child ul li {
        margin-left: 5px
    }

    .project-menu nav>ul li:last-child ul li a {
        font-size: 14px
    }
}

@media only screen and (min-width:601px) and (max-width:768px) {
    .project-menu nav ul>li a {
        font-size: 12px
    }

    .project-menu nav>ul li:last-child ul li {
        margin-left: 5px
    }
}

@media screen and (max-width:39.9375em) {
    .project-menu nav>ul li:last-child {
        position: relative
    }

    .project-menu nav>ul li:last-child .show-submenu {
        display: inline-block;
        width: 22px;
        height: 11px;
        background: url(../images/arrow-down-white.svg) no-repeat;
        background-size: contain
    }

    .project-menu nav>ul li:last-child ul {
        display: none;
        position: fixed;
        left: 0;
        right: 0;
        z-index: 1;
        background: url(../images/bg-1.png)
    }

    .project-menu nav>ul li:last-child ul li {
        display: block;
        float: initial;
        margin-left: 13px;
        line-height: normal;
        padding-top: 12px;
        padding-bottom: 14px
    }
}

.video-page-about {
    padding-bottom: 88px
}

.video-page-about .pseudo-breadcrumbs {
    font-size: 30px;
    line-height: 41px;
    color: #b7b7b7;
    margin: 20px 0
}

.video-page-about .pseudo-breadcrumbs span {
    color: #26292e
}

.video-page-about .pseudo-breadcrumbs span:first-child {
    font-weight: 700
}

.video-page-about .about a {
    text-decoration: underline
}

.date {
    display: block;
    padding-top: 10px;
}
@media screen and (max-width:39.9375em) {
    .video-page-about {
        padding-bottom: 45px
    }

    .video-page-about .pseudo-breadcrumbs {
        font-size: 22px;
        line-height: 30px;
        margin-top: 24px
    }
}

footer {
    margin-bottom: -24px
}

footer .footer-social li .soc-link {
    transition: none
}

.outer-wrapp {
    /* padding-top: 65px !important; */
    background: #fff
}

.video-page-about {
    padding-bottom: 0
}

.project-menu {
    position: inherit
}

@media screen and (max-width:63.9375em) and (min-width:40em) {
    /* .outer-wrapp {
        padding-top: 48px !important
    } */

    header .main-menu-block .main-menu-wrapper .menu-icon-group ul li {
        height: 48px
    }
}

@media screen and (max-width:39.9375em) {
    /* .outer-wrapp {
        padding-top: 48px !important
    } */

    header .main-menu-block .main-menu-wrapper .main-menu {
        height: auto;
        line-height: 48px;
        margin: 0;
        display: none
    }

    header .main-menu-block .main-menu-wrapper .menu-icon-group {
        flex-grow: 1;
        text-align: right
    }
}

img[width="0"] {
    display: block !important
}

@media screen and (max-width:42.9375em) {
    header .main-menu-block .main-menu-wrapper .main-menu {
        height: auto;
        line-height: 48px;
        margin: 0;
        display: none
    }

    header .main-menu-block .main-menu-wrapper .menu-icon-group {
        flex-grow: 1;
        text-align: right
    }

    header .main-menu-block .main-menu-wrapper .menu-icon-group ul {
        display: block
    }

    header .main-menu-block .main-menu-wrapper .menu-icon-group ul .lang-switch {
        display: none
    }

    header .main-menu-block .main-menu-wrapper .menu-icon-group ul li:nth-child(2) {
        display: inline-block;
        margin-top: -33px
    }
}

@media(max-width:768px) {
    #lang {
        display: none
    }
}

body {
    background-color: #e4e4e5
}

.grid-container.project-menu {
    background-image: linear-gradient(to right, #c72032, #d14c3f, #d96d50, #e18965, #e8a47f)
}

.autor {
    display: flex;
    gap: 20px;
    align-items: center
}

.doc-img {
    min-width: 230px
}

@media (max-width:687px) {
    .autor {
        flex-direction: column
    }

    .doc-text {
        margin-top: 10px
    }
}

.video-page-about .about a,
a {
    text-decoration: none;
    font-weight: 700;
    color: #8b0000
}

.video-page-about .about a:focus,
.video-page-about .about a:hover {
    color: #1468a0
}

.order-form {
    font-family: Arial, Helvetica, sans-serif;
    overflow: hidden;
    padding: 0 25px;
    clear: both
}

.order-form .order-form-product-image {
    max-width: 200px
}

.order-form .order-form-wrapper {
    max-width: 400px;
    position: relative;
    margin: 25px auto;
    background: #fff;
    border-radius: 2.5px
}

.order-form form {
    background: 0 0;
    padding: 0;
    margin: 0
}

.order-form .order-form-product-image-wrapper {
    text-align: center;
    line-height: 0
}

.order-form-product-image-section {
    position: relative;
    max-width: 400px;
    margin: 0 auto
}

.order-form .order-form-product-image-link {
    border: none;
    line-height: 0;
    display: block;
    -webkit-box-shadow: none;
    box-shadow: none
}

.order-form .order-form-product-image-link:hover {
    border: none
}
#order_form .price {
    display: flex;
    justify-content: center;
    margin: 20px 0 0;
}
#order_form .price span {
    font-size: 18px;
}
.price__old {
    border-right: 1px solid #ccc;
    padding-right: 15px;
    margin-right: 15px;
}
.price__old .price__text {
    margin-bottom: 3px;
}
.price__text {
    display: block;
    font-weight: 700;
    /* margin-bottom: 5px; */
}
.price__old .price__value {
    text-decoration: line-through;
}
#order_form .price__new .price__value span {
    font-size: 23px;
    font-weight: 700;
    color: red;
}
#order_form {
    text-align: center;
    background: #fff;
    padding: 20px;
    max-width: 490px;
    font-family: Arial;
    margin: 0 auto;
    background: url(../images/formbg.jpg) no-repeat center;
    border: 1px solid #d3c5c5;
    background-size: 100% 100%
}

.content-img {
    display: block;
    width: 100%;
    max-width: 650px;
    margin: 30px auto
}
.content-img--wide {
    max-width: 450px;
}

.img__promo {
    margin-bottom: 20px;
}

.list {
    padding-left: 20px;
    margin-bottom: 20px
}

.red {
    color: red
}

.live-img {
    display: block;
    width: 100%;
    max-width: 250px;
    padding-top: 10px
}

.center {
    text-align: center
}

#order_form div {
    background: 0 0 !important
}

#content img {
    max-width: 100%;
    display: block;
    margin: 20px 0
}

#order_form h2 {
    font-size: 32px;
    margin: 10px 0;
    padding: 0;
    line-height: 1.2;
    border: none
}

#order_form span {
    font-size: 16px
}

#order_form .order_form_pole {
    padding: 10px;
    margin: 10px
}

#order_form label {
    width: 230px;
    display: block;
    font-weight: 700;
    margin: 0 auto;
    font-size: 16px
}
#order_form select,
#order_form input {
    font-size: 21px;
    padding: 6px;
    border-radius: 3px;
    border: 2px solid #e9d7dc;
    max-width: 300px;
    width: 100%;
    margin: 0 auto
}

#order_form button {
    display: block;
    width: 100%;
    max-width: 300px;
    padding: 7px;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 4px 15px 0 rgba(129, 150, 160, .45);
    border-radius: 5px;
    background-color: #0299ff;
    background-position: 1.35em .94em;
    background-size: 1em;
    background-repeat: no-repeat;
    transition: all .3s ease;
    border: none;
    cursor: pointer;
    font-size: 20px;
    margin: 20px auto 0
}

#order_form button:hover {
    background-color: #017fd4
}

@media screen and (max-width:480px) {
    #order_form .order_form_pole {
        padding: 0
    }

    #order_form label {
        font-size: 14px
    }

    #order_form {
        padding: 10px
    }
}

.u-content-read {
    max-width: 940px;
    margin: 0 auto
}

@media (max-width:1279px) {
    .u-content-read {
        max-width: 699px
    }
}

@media (max-width:767px) {
    .u-content-read {
        margin-left: 0
    }
}

.c-comments-head {
    padding-bottom: 1px
}

.o-col-flex {
    padding-left: 15px;
    padding-right: 15px
}

.c-comments-login {
    width: 100%
}

.o-row-sm-flex .o-col-flex {
    padding-left: 15px;
    padding-right: 15px
}

.comTitle {
    padding: 5px 10px;
    margin: 50px 0 30px;
    color: #000;
    border-bottom: 2px solid #000;
    font-size: 27px
}

.commit-text {
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
    margin-bottom: 20px
}

.commit-text--last {
    border: none
}

.photo {
    float: left;
    margin-right: 10px
}

.photo img {
    margin: 3px 0 0
}

img.photo-people {
    width: 50px;
    border-radius: 50px
}

.com-txt {
    padding-left: 65px;
    text-align: left;
    color: #000
}

@media (max-width:759px) {
    .com-txt {
        font-size: 17px
    }
}

.clear {
    clear: both
}

.cta-button .cta-button-wrapper {
    text-align: center
}

.cta-button .cta-button-link {
    display: inline-block;
    background: #d32f2f;
    font-size: 25px;
    line-height: 50px;
    padding: 0 25px;
    color: #fff !important;
    border-radius: 2.5px;
    border: 0;
    font-weight: 500;
    box-shadow: none;
    text-decoration: none
}

.timelimit {
    font-size: 14px
}

.timer {
    display: inline-block;
    margin-bottom: 5px;
    padding-left: 14px;
    color: red
}

.form-text {
    margin: 15px 10px 0 10px;
    border: 2px solid #0299ff;
    padding: 10px
}

.order-caption {
    font-size: 16px
}

.num {
    color: #00f;
    font-size: 14px
}

.autor-wrapper {
    background-color: #e2e2e2;
    padding: 10px
}

.hr {
    border: 1px solid #c00
}

.cta-button .cta-button-link:hover {
    background: #b71c1c;
    color: #fff
}

.cta-button .cta-button-link:active {
    box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, .5)
}

.cta-button {
    clear: both;
    margin: 0 0 25px;
    font-family: Arial, Helvetica, sans-serif;
    padding-bottom: 40px
}
.img__promo--wide {
    max-width: 700px;
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.order {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
}
.order__product {
    padding: 0 25px;
    max-width: 250px;
    width: 100%;
    flex-wrap: wrap;
    flex-shrink: 0;
}
.order__product img {
    width: 100%;
}
.com-txt b {
    line-height: 1.5;
}
@media screen and (max-width: 767px) {
    .order {
        flex-direction: column;
    }
    .order__product {
        margin-bottom: 15px;
        max-width: 210px;
    }
}

@media(max-width:639px) {
    .order-form .order-form-product-image {
        max-width: 165px
    }
    .com-txt {
        padding-left: 0;
    }
    .comTitle {
        margin: 30px 0 25px;
    }

}

@media (max-width:479px) {
    body {
        font-size: 16px;
    }

    p {
        margin-bottom: 10px;
    }

    .content-img {
        margin: 20px auto;
    }

    .video-page-about .pseudo-breadcrumbs {
        font-size: 20px;
    }

    #order_form input {
        font-size: 17px;
    }
    
    .com-txt {
        font-size: 16px;
        line-height: 1.3
    }

    #order_form h2 {
        font-size: 24px
    }

    .cta-button .cta-button-link {
        font-size: 17px
    }

    .commit-text {
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

    #order_form span {
        font-size: 13px
    }

}
.tcenter {
    text-align: center;
}