@charset "UTF-8";

/*!
 * Bootstrap Reboot v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
h1,
h2,
h3,
ol,
p,
ul {
    margin-top: 0
}

article,
aside,
footer,
header,
legend,
main,
nav,
section {
    display: block
}

img,
legend {
    max-width: 100%
}

h1,
h2,
h3,
label,
legend {
    margin-bottom: .5rem
}

.article,
.aside,
.header,
.header__nav {
    position: relative;
    min-height: 1px
}

.add-comment .item-box,
.article__header,
.comment__content-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal
}

*,
::after,
::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent
}

@-ms-viewport {
    width: device-width
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    text-align: left
}

ol,
p,
ul {
    margin-bottom: 1rem
}

strong {
    font-weight: bolder
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:hover {
    color: #0056b3;
    text-decoration: underline
}

img {
    vertical-align: middle;
    border-style: none
}

label {
    display: inline-block
}

button {
    border-radius: 0;
    text-transform: none
}

button:focus {
    outline: dotted 1px;
    outline: -webkit-focus-ring-color auto 5px
}

.add-comment .item-box__input:focus,
.nav__link:focus {
    outline: 0
}

button,
input,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,
input {
    overflow: visible
}

[type=submit],
button {
    -webkit-appearance: button
}

[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

textarea {
    overflow: auto;
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    width: 100%;
    padding: 0;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

.article,
.aside,
.container {
    padding-right: 25px;
    width: 100%
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
.fa {
    display: inline-block;
    font: 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-search:before {
    content: ""
}

.container {
    padding-left: 25px;
    margin-right: auto;
    margin-left: auto
}

body {
    background: url(../img/bg.jpg);
    color: #333;
    line-height: 1.3
}

.main-content {
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -25px
}

ol,
ul {
    padding-left: 0
}

.article,
.aside {
    padding-left: 25px
}

.btn-submit {
    font-family: Oswald;
    color: #fff;
    background: #2bcdfc;
    padding: 10px 30px;
    border: none;
    -webkit-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
    font-size: 16px
}

.btn-submit:hover {
    color: #5dd9fd
}

.btn-submit:active,
.btn-submit:focus {
    outline: 0;
    border: none
}

.header {
    width: 100%;
    background-color: #fff;
    padding: 20px 25px
}

.header__nav,
.searcher {
    padding-right: 25px;
    padding-left: 25px
}

.header__description {
    font-family: Caveat, sans-serif;
    font-size: 48px;
    line-height: 1.3;
    padding-top: 20px;
    text-align: center
}

.nav__link,
.searcher__description {
    font-family: Oswald;
    font-size: 16px;
    line-height: 1.3
}

.header__navigation-part {
    border-bottom: 1px solid #e8e8e8;
    display: none
}

.header__navigation-part-content {
    padding-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -25px;
    margin-left: -25px
}

.header__nav {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header__promo {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 0;
    text-transform: uppercase;
    display: none
}

.article__footer,
.searcher {
    position: relative;
    min-height: 1px
}

.nav,
.searcher__box {
    display: -webkit-box;
    display: -ms-flexbox
}

.nav {
    list-style-type: none;
    display: flex;
    width: 90%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 0
}

.nav__link {
    color: #707070;
    text-transform: uppercase;
    font-weight: 700;
    word-spacing: 0
}

.nav__link:active,
.nav__link:hover {
    border: none;
    text-decoration: none;
    color: #8a8a8a
}

.add-comment,
.comments {
    border-top: 3px solid #e8e8e8
}

.searcher {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.searcher__box {
    display: flex;
    background: #ccc
}

.article__header,
.searcher__icon-box {
    display: -webkit-box;
    display: -ms-flexbox
}

.searcher__description {
    width: 100%;
    margin-bottom: 0;
    color: #fff;
    padding: 5px
}

.searcher__icon-box {
    background: #000;
    color: #fff;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 18px;
    padding-left: 5px;
    padding-right: 5px
}

.article {
    font-family: 'open sans', sans-serif;
    background-color: #fff;
    line-height: 1.4
}

.article .paragraph--main {
    font-size: 15px;
    font-weight: 700
}

.article__header {
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.comment,
.comment__content-box {
    display: -webkit-box;
    display: -ms-flexbox
}

.article__header-image {
    width: 100%;
    margin-bottom: 10px;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
}

.article__header-signature {
    font-family: Oswald, sans-serif;
    font-size: 15px
}

.article__header-signature span {
    color: #25ceff
}

.article__heading {
    color: #e80000;
    font-family: "PT Sans Narrow", sans-serif;
    font-size: 30px;
    font-weight: 700
}

.article__heading-second {
    font-size: 22px;
    margin-bottom: 20px;
    color: #000;
    font-family: "PT sans", sans-serif
}

.article__content-text {
    padding-bottom: 75px
}

.article__content-text h2 {
    font-size: 19px;
    margin-bottom: 20px;
    line-height: 1.4;
    font-weight: 700;
    color: #000;
    font-family: "PT sans"
}

.article__content-text p {
    font-family: Lato, sans-serif;
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 20px
}

.article .cta {
    font-size: 24px;
    line-height: 1;
    font-family: Arial, sans-serif;
    color: #00e;
    text-decoration: underline;
    font-weight: 700
}

.article__footer {
    width: 100%;
    padding-right: 25px;
    padding-left: 25px
}

.article__footer p {
    font-size: .75rem;
    line-height: 1.125rem;
    text-align: center
}

.comments {
    padding-top: 10px
}

.comments__heading {
    font-size: 18px;
    font-family: Oswald, sans-serif;
    font-weight: 700;
    margin-bottom: 25px
}

.comment {
    background: #eee;
    display: flex;
    padding: 15px 20px;
    margin-bottom: 20px
}

.comment__img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 64px;
    height: 64px;
    margin-right: 10px
}

.comment__content-box {
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 12px;
    padding-top: 0;
    font-family: arial, sans-serif;
    line-height: 1.4
}

.comment__name {
    font-family: Oswald, sans-serif;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 15px
}

.comment__name span {
    font-weight: 400
}

.comment__content {
    color: #666;
    font-family: "PT sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0
}

.add-comment {
    padding-top: 10px;
    padding-bottom: 20px
}

.add-comment__heading {
    font-size: 18px;
    font-family: Oswald, sans-serif;
    font-weight: 700;
    margin-bottom: 10px
}

.add-comment__description {
    font-size: 14px;
    font-family: "PT sans", sans-serif;
    color: #3d3d3d
}

.add-comment .item-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.add-comment .item-box__label {
    font-family: Oswald, sans-serif;
    font-size: 16px;
    line-height: 1;
    font-weight: 700
}

.add-comment .item-box__input {
    background: #ccc;
    font-family: Ubuntu, sans-serif;
    font-size: 13px;
    line-height: normal;
    border: none;
    padding: 15px 5px;
    margin-bottom: 15px;
    width: 100%
}

.aside__archive,
.aside__category {
    line-height: 1.8;
    text-transform: uppercase
}

.aside__archive,
.aside__category,
.aside__category-heading {
    margin-bottom: 20px;
    font-family: Oswald
}

.aside {
    display: none
}

.aside__category {
    color: #707070;
    font-size: 15px
}

.aside__category-heading {
    font-size: 16px;
    color: #eee;
    background: #000;
    padding: 5px 0;
    text-align: center
}

.aside__archive {
    color: #707070;
    font-size: 15px
}

.aside__archive-heading {
    font-size: 16px;
    color: #eee;
    font-family: Oswald;
    background: #000;
    padding: 5px 40px;
    display: inline;
    text-align: center
}

.aside__archive-list {
    list-style-type: none;
    margin-top: 15px
}

.aside__archive-list-item {
    margin-bottom: 5px
}

.red-text {
    color: red
}

.italic-text {
    font-style: italic
}

.floated-left,
.floated-right {
    float: unset;
    display: block;
    margin: 0 auto 1rem
}

.hide-on-mobile {
    display: none
}

.clearfix:after {
    clear: both;
    content: '';
    display: block
}

.overflow-h {
    overflow: hidden
}

.text-uppercase {
    text-transform: uppercase
}

.form_popup_phone_fieldset,
.form_popup_phone_submit_fieldset {
    border: none
}

@font-face {
    font-family: FontAwesome;
    src: url(../fonts/font-awesome/fontawesome-webfont.eot?v=4.7.0);
    src: url(../fonts/font-awesome/fontawesome-webfont.eot?#iefix&v=4.7.0) format("embedded-opentype"), url(../fonts/font-awesome/fontawesome-webfont.woff2?v=4.7.0) format("woff2"), url(../fonts/font-awesome/fontawesome-webfont.woff?v=4.7.0) format("woff"), url(../fonts/font-awesome/fontawesome-webfont.ttf?v=4.7.0) format("truetype"), url(../fonts/font-awesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format("svg");
    font-weight: 400;
    font-style: normal
}

@media (min-width:576px) {
    .container {
        max-width: 540px
    }

    .main-content {
        margin-top: 50px;
        margin-bottom: 50px
    }

    .article__heading {
        font-size: 27px
    }
}

@media (min-width:768px) {

    .header__navigation-part,
    .header__promo,
    .hide-on-mobile {
        display: block
    }

    .container {
        max-width: 720px
    }

    .header__description {
        text-align: left
    }

    .article__image--left {
        float: left;
        margin-right: 1rem
    }

    .article__header-image {
        -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
        order: unset
    }

    .floated-right {
        float: right;
        margin: 0 0 0 1rem
    }

    .floated-left {
        float: left;
        margin: 0 1rem 0 0
    }
}

@media (min-width:992px) {

    .article,
    .aside {
        -webkit-box-flex: 0
    }

    .container {
        max-width: 840px
    }

    .article {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .aside {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
        display: block
    }

    .article__heading {
        font-size: 37px
    }

    .article__footer {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 960px
    }
}

.icon-people {
    background-image: url(../img/sprite.png);
    background-position: 0 0;
    width: 64px;
    height: 64px
}

.sm-webpush {
    max-width: 600px !important;
    width: 600px !important
}

.sm-webpush #consentForm div div p:first-of-type {
    font-size: 18px !important
}

.sm-webpush #consentForm div div p+p {
    font-size: 16px !important;
    line-height: 20px !important
}

.sm-webpush button {
    font-size: 16px !important
}

#smwpConfirmationButton {
    color: #ffde59 !important;
    height: 35px !important
}

#smwpRejectionButton {
    font-size: 12px !important;
    border: 1px solid #fff !important
}

.order_block__wrapper {
	text-align: center;
  }
  .order_form {
	display: block !important;
	margin: 0 auto !important;
	text-align: center !important;
  }
  .rulet_input {
	color: #000;
	-webkit-writing-mode: horizontal-tb !important;
	text-rendering: auto !important;
	color: -internal-light-dark(black, #fff) !important;
	letter-spacing: normal !important;
	box-sizing: border-box;
	word-spacing: normal !important;
	text-transform: none !important;
	text-indent: 0 !important;
	text-shadow: none !important;
	display: inline-block !important;
	text-align: start !important;
	background-color: -internal-light-dark(#fff, #3b3b3b) !important;
	-webkit-rtl-ordering: logical !important;
	cursor: text !important;
	padding: 10px !important;
	display: block !important;
    height: 48px;
	margin: 0 auto 20px !important;
	padding: 10px !important;
	width: 280px !important;
	border: 2px solid grey !important;
	border-radius: 5px !important;
	font-size: 18px;
	max-width: 350px;
  }
  .data_label {
	line-height: 30px;
	font-family: Arial, Sans-Serif;
	font-size: 14px;
	color: black;
  }
  .article__btn {
	cursor: pointer;
	border: none;
	display: block;
	max-width: 450px;
	-webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.25);
	box-shadow: 0 5px 25px rgba(0, 0, 0, 0.25);
	font-weight: 700;
	font-size: 20px;
	line-height: 36px;
	text-align: center;
	color: #fff;
	background: rgb(6, 19, 53);
	border-radius: 50px;
	margin: 40px auto 0;
	padding: 22px 37px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
  }
  .article__btn:hover {
	color: #000;
	background: #ff0;
  }