@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic);
@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700);
html {
    font-family: sans-serif;
        -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}
audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden], template {
    display: none;
}
a {
    background-color: transparent;
}
a:active, a:hover {
    outline: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b, strong {
    font-weight: bold;
}
dfn {
    font-style: italic;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
mark {
    background: #ff0;
    color: #000;
}
small {
    font-size: 80%;
}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 1em 40px;
}
hr {
    -webkit-box-sizing: content-box;
       -moz-box-sizing: content-box;
            box-sizing: content-box;
    height: 0;
}
pre {
    overflow: auto;
}
code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
button {
    overflow: visible;
}
button, select {
    text-transform: none;
}
button, html input[type='button'], input[type='reset'], input[type='submit'] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled], html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input {
    line-height: normal;
}
input[type='checkbox'], input[type='radio'] {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0;
}
input[type='number']::-webkit-inner-spin-button, input[type='number']::-webkit-outer-spin-button {
    height: auto;
}
input[type='search'] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
       -moz-box-sizing: content-box;
            box-sizing: content-box;
}
input[type='search']::-webkit-search-cancel-button, input[type='search']::-webkit-search-decoration {
    -webkit-appearance: none;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: bold;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td, th {
    padding: 0;
}
* {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
*:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}
input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
a {
    text-decoration: none;
}
a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
figure {
    margin: 0;
}
img {
    vertical-align: middle;
}
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}
.img-rounded {
    border-radius: 6px;
}
.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
         -o-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}
.img-circle {
    border-radius: 50%;
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}
[role='button'] {
    cursor: pointer;
}
.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 2px;
    padding-right: 3px;
}
@media (min-width: 768px) {
    .container {
        width: 725px;
    }
}
@media (min-width: 992px) {
    .container {
        width: 945px;
    }
}
@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}
.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 2px;
    padding-right: 3px;
}
.row {
    margin-left: -2px;
    margin-right: -3px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 3px;
    padding-right: 2px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    width: 100%;
}
.col-xs-11 {
    width: 91.66666667%;
}
.col-xs-10 {
    width: 83.33333333%;
}
.col-xs-9 {
    width: 75%;
}
.col-xs-8 {
    width: 66.66666667%;
}
.col-xs-7 {
    width: 58.33333333%;
}
.col-xs-6 {
    width: 50%;
}
.col-xs-5 {
    width: 41.66666667%;
}
.col-xs-4 {
    width: 33.33333333%;
}
.col-xs-3 {
    width: 25%;
}
.col-xs-2 {
    width: 16.66666667%;
}
.col-xs-1 {
    width: 8.33333333%;
}
.col-xs-pull-12 {
    right: 100%;
}
.col-xs-pull-11 {
    right: 91.66666667%;
}
.col-xs-pull-10 {
    right: 83.33333333%;
}
.col-xs-pull-9 {
    right: 75%;
}
.col-xs-pull-8 {
    right: 66.66666667%;
}
.col-xs-pull-7 {
    right: 58.33333333%;
}
.col-xs-pull-6 {
    right: 50%;
}
.col-xs-pull-5 {
    right: 41.66666667%;
}
.col-xs-pull-4 {
    right: 33.33333333%;
}
.col-xs-pull-3 {
    right: 25%;
}
.col-xs-pull-2 {
    right: 16.66666667%;
}
.col-xs-pull-1 {
    right: 8.33333333%;
}
.col-xs-pull-0 {
    right: auto;
}
.col-xs-push-12 {
    left: 100%;
}
.col-xs-push-11 {
    left: 91.66666667%;
}
.col-xs-push-10 {
    left: 83.33333333%;
}
.col-xs-push-9 {
    left: 75%;
}
.col-xs-push-8 {
    left: 66.66666667%;
}
.col-xs-push-7 {
    left: 58.33333333%;
}
.col-xs-push-6 {
    left: 50%;
}
.col-xs-push-5 {
    left: 41.66666667%;
}
.col-xs-push-4 {
    left: 33.33333333%;
}
.col-xs-push-3 {
    left: 25%;
}
.col-xs-push-2 {
    left: 16.66666667%;
}
.col-xs-push-1 {
    left: 8.33333333%;
}
.col-xs-push-0 {
    left: auto;
}
.col-xs-offset-12 {
    margin-left: 100%;
}
.col-xs-offset-11 {
    margin-left: 91.66666667%;
}
.col-xs-offset-10 {
    margin-left: 83.33333333%;
}
.col-xs-offset-9 {
    margin-left: 75%;
}
.col-xs-offset-8 {
    margin-left: 66.66666667%;
}
.col-xs-offset-7 {
    margin-left: 58.33333333%;
}
.col-xs-offset-6 {
    margin-left: 50%;
}
.col-xs-offset-5 {
    margin-left: 41.66666667%;
}
.col-xs-offset-4 {
    margin-left: 33.33333333%;
}
.col-xs-offset-3 {
    margin-left: 25%;
}
.col-xs-offset-2 {
    margin-left: 16.66666667%;
}
.col-xs-offset-1 {
    margin-left: 8.33333333%;
}
.col-xs-offset-0 {
    margin-left: 0;
}
@media (min-width: 768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }
    .col-sm-12 {
        width: 100%;
    }
    .col-sm-11 {
        width: 91.66666667%;
    }
    .col-sm-10 {
        width: 83.33333333%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-8 {
        width: 66.66666667%;
    }
    .col-sm-7 {
        width: 58.33333333%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-5 {
        width: 41.66666667%;
    }
    .col-sm-4 {
        width: 33.33333333%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-2 {
        width: 16.66666667%;
    }
    .col-sm-1 {
        width: 8.33333333%;
    }
    .col-sm-pull-12 {
        right: 100%;
    }
    .col-sm-pull-11 {
        right: 91.66666667%;
    }
    .col-sm-pull-10 {
        right: 83.33333333%;
    }
    .col-sm-pull-9 {
        right: 75%;
    }
    .col-sm-pull-8 {
        right: 66.66666667%;
    }
    .col-sm-pull-7 {
        right: 58.33333333%;
    }
    .col-sm-pull-6 {
        right: 50%;
    }
    .col-sm-pull-5 {
        right: 41.66666667%;
    }
    .col-sm-pull-4 {
        right: 33.33333333%;
    }
    .col-sm-pull-3 {
        right: 25%;
    }
    .col-sm-pull-2 {
        right: 16.66666667%;
    }
    .col-sm-pull-1 {
        right: 8.33333333%;
    }
    .col-sm-pull-0 {
        right: auto;
    }
    .col-sm-push-12 {
        left: 100%;
    }
    .col-sm-push-11 {
        left: 91.66666667%;
    }
    .col-sm-push-10 {
        left: 83.33333333%;
    }
    .col-sm-push-9 {
        left: 75%;
    }
    .col-sm-push-8 {
        left: 66.66666667%;
    }
    .col-sm-push-7 {
        left: 58.33333333%;
    }
    .col-sm-push-6 {
        left: 50%;
    }
    .col-sm-push-5 {
        left: 41.66666667%;
    }
    .col-sm-push-4 {
        left: 33.33333333%;
    }
    .col-sm-push-3 {
        left: 25%;
    }
    .col-sm-push-2 {
        left: 16.66666667%;
    }
    .col-sm-push-1 {
        left: 8.33333333%;
    }
    .col-sm-push-0 {
        left: auto;
    }
    .col-sm-offset-12 {
        margin-left: 100%;
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-sm-offset-9 {
        margin-left: 75%;
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-sm-offset-6 {
        margin-left: 50%;
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-sm-offset-3 {
        margin-left: 25%;
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-sm-offset-0 {
        margin-left: 0;
    }
}
@media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }
    .col-md-12 {
        width: 100%;
    }
    .col-md-11 {
        width: 91.66666667%;
    }
    .col-md-10 {
        width: 83.33333333%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-8 {
        width: 66.66666667%;
    }
    .col-md-7 {
        width: 58.33333333%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-5 {
        width: 41.66666667%;
    }
    .col-md-4 {
        width: 33.33333333%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-2 {
        width: 16.66666667%;
    }
    .col-md-1 {
        width: 8.33333333%;
    }
    .col-md-pull-12 {
        right: 100%;
    }
    .col-md-pull-11 {
        right: 91.66666667%;
    }
    .col-md-pull-10 {
        right: 83.33333333%;
    }
    .col-md-pull-9 {
        right: 75%;
    }
    .col-md-pull-8 {
        right: 66.66666667%;
    }
    .col-md-pull-7 {
        right: 58.33333333%;
    }
    .col-md-pull-6 {
        right: 50%;
    }
    .col-md-pull-5 {
        right: 41.66666667%;
    }
    .col-md-pull-4 {
        right: 33.33333333%;
    }
    .col-md-pull-3 {
        right: 25%;
    }
    .col-md-pull-2 {
        right: 16.66666667%;
    }
    .col-md-pull-1 {
        right: 8.33333333%;
    }
    .col-md-pull-0 {
        right: auto;
    }
    .col-md-push-12 {
        left: 100%;
    }
    .col-md-push-11 {
        left: 91.66666667%;
    }
    .col-md-push-10 {
        left: 83.33333333%;
    }
    .col-md-push-9 {
        left: 75%;
    }
    .col-md-push-8 {
        left: 66.66666667%;
    }
    .col-md-push-7 {
        left: 58.33333333%;
    }
    .col-md-push-6 {
        left: 50%;
    }
    .col-md-push-5 {
        left: 41.66666667%;
    }
    .col-md-push-4 {
        left: 33.33333333%;
    }
    .col-md-push-3 {
        left: 25%;
    }
    .col-md-push-2 {
        left: 16.66666667%;
    }
    .col-md-push-1 {
        left: 8.33333333%;
    }
    .col-md-push-0 {
        left: auto;
    }
    .col-md-offset-12 {
        margin-left: 100%;
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-md-offset-9 {
        margin-left: 75%;
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-md-offset-6 {
        margin-left: 50%;
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-md-offset-3 {
        margin-left: 25%;
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-md-offset-0 {
        margin-left: 0;
    }
}
@media (min-width: 1200px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left;
    }
    .col-lg-12 {
        width: 100%;
    }
    .col-lg-11 {
        width: 91.66666667%;
    }
    .col-lg-10 {
        width: 83.33333333%;
    }
    .col-lg-9 {
        width: 75%;
    }
    .col-lg-8 {
        width: 66.66666667%;
    }
    .col-lg-7 {
        width: 58.33333333%;
    }
    .col-lg-6 {
        width: 50%;
    }
    .col-lg-5 {
        width: 41.66666667%;
    }
    .col-lg-4 {
        width: 33.33333333%;
    }
    .col-lg-3 {
        width: 25%;
    }
    .col-lg-2 {
        width: 16.66666667%;
    }
    .col-lg-1 {
        width: 8.33333333%;
    }
    .col-lg-pull-12 {
        right: 100%;
    }
    .col-lg-pull-11 {
        right: 91.66666667%;
    }
    .col-lg-pull-10 {
        right: 83.33333333%;
    }
    .col-lg-pull-9 {
        right: 75%;
    }
    .col-lg-pull-8 {
        right: 66.66666667%;
    }
    .col-lg-pull-7 {
        right: 58.33333333%;
    }
    .col-lg-pull-6 {
        right: 50%;
    }
    .col-lg-pull-5 {
        right: 41.66666667%;
    }
    .col-lg-pull-4 {
        right: 33.33333333%;
    }
    .col-lg-pull-3 {
        right: 25%;
    }
    .col-lg-pull-2 {
        right: 16.66666667%;
    }
    .col-lg-pull-1 {
        right: 8.33333333%;
    }
    .col-lg-pull-0 {
        right: auto;
    }
    .col-lg-push-12 {
        left: 100%;
    }
    .col-lg-push-11 {
        left: 91.66666667%;
    }
    .col-lg-push-10 {
        left: 83.33333333%;
    }
    .col-lg-push-9 {
        left: 75%;
    }
    .col-lg-push-8 {
        left: 66.66666667%;
    }
    .col-lg-push-7 {
        left: 58.33333333%;
    }
    .col-lg-push-6 {
        left: 50%;
    }
    .col-lg-push-5 {
        left: 41.66666667%;
    }
    .col-lg-push-4 {
        left: 33.33333333%;
    }
    .col-lg-push-3 {
        left: 25%;
    }
    .col-lg-push-2 {
        left: 16.66666667%;
    }
    .col-lg-push-1 {
        left: 8.33333333%;
    }
    .col-lg-push-0 {
        left: auto;
    }
    .col-lg-offset-12 {
        margin-left: 100%;
    }
    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-lg-offset-9 {
        margin-left: 75%;
    }
    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-lg-offset-6 {
        margin-left: 50%;
    }
    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-lg-offset-3 {
        margin-left: 25%;
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-lg-offset-0 {
        margin-left: 0;
    }
}
.clearfix:before, .clearfix:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after {
    content: ' ';
    display: table;
}
.clearfix:after, .container:after, .container-fluid:after, .row:after {
    clear: both;
}
.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.pull-right {
    float: right !important;
}
.pull-left {
    float: left !important;
}
.hide {
    display: none !important;
}
.show {
    display: block !important;
}
.invisible {
    visibility: hidden;
}
.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
.hidden {
    display: none !important;
}
.affix {
    position: fixed;
}
@-ms-viewport {
    width: device-width;
}
.visible-xs, .visible-sm, .visible-md, .visible-lg {
    display: none !important;
}
.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block {
    display: none !important;
}
@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }
    table.visible-xs {
        display: table !important;
    }
    tr.visible-xs {
        display: table-row !important;
    }
    th.visible-xs, td.visible-xs {
        display: table-cell !important;
    }
}
@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important;
    }
}
@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important;
    }
}
@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }
    table.visible-sm {
        display: table !important;
    }
    tr.visible-sm {
        display: table-row !important;
    }
    th.visible-sm, td.visible-sm {
        display: table-cell !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }
    table.visible-md {
        display: table !important;
    }
    tr.visible-md {
        display: table-row !important;
    }
    th.visible-md, td.visible-md {
        display: table-cell !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }
    table.visible-lg {
        display: table !important;
    }
    tr.visible-lg {
        display: table-row !important;
    }
    th.visible-lg, td.visible-lg {
        display: table-cell !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}
@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}
@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}
.visible-print {
    display: none !important;
}
@media print {
    .visible-print {
        display: block !important;
    }
    table.visible-print {
        display: table !important;
    }
    tr.visible-print {
        display: table-row !important;
    }
    th.visible-print, td.visible-print {
        display: table-cell !important;
    }
}
.visible-print-block {
    display: none !important;
}
@media print {
    .visible-print-block {
        display: block !important;
    }
}
.visible-print-inline {
    display: none !important;
}
@media print {
    .visible-print-inline {
        display: inline !important;
    }
}
.visible-print-inline-block {
    display: none !important;
}
@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
}
@media print {
    .hidden-print {
        display: none !important;
    }
}
html {
    box-sizing: border-box;
    font-family: sans-serif;
    font-size: 10px;
        -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
*, *::after, *::before {
    box-sizing: inherit;
}
body {
    font-family: 'Roboto', sans-serif;
    margin: 0;
}
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
    display: block;
}
audio, canvas, progress, video {
    display: inline-block;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
progress {
    vertical-align: baseline;
}
template, [hidden] {
    display: none;
}
a {
    background-color: transparent;
}
a:active, a:hover {
    outline-width: 0;
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}
b, strong {
    font-weight: inherit;
}
b, strong {
    font-weight: bolder;
}
dfn {
    font-style: italic;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
mark {
    background-color: #ff0;
    color: #000;
}
small {
    font-size: 80%;
}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
img {
    border-style: none;
}
svg:not(:root) {
    overflow: hidden;
}
code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
figure {
    margin: 1em 40px;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
button, input, select, textarea {
    font: inherit;
}
optgroup {
    font-weight: bold;
}
button, input, select {
    overflow: visible;
}
button, input, select, textarea {
    margin: 0;
}
button, select {
    text-transform: none;
}
button, [type='button'], [type='reset'], [type='submit'] {
    cursor: pointer;
}
[disabled] {
    cursor: default;
}
button, html [type='button'], [type='reset'], [type='submit'] {
    -webkit-appearance: button;
}
button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
button:-moz-focusring, input:-moz-focusring {
    outline: 1px dotted ButtonText;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}
textarea {
    overflow: auto;
}
[type='checkbox'], [type='radio'] {
    box-sizing: border-box;
    padding: 0;
}
[type='number']::-webkit-inner-spin-button, [type='number']::-webkit-outer-spin-button {
    height: auto;
}
[type='search'] {
    -webkit-appearance: textfield;
}
[type='search']::-webkit-search-cancel-button, [type='search']::-webkit-search-decoration {
    -webkit-appearance: none;
}
.btn {
    display: block;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    border: none;
}
.vertical-container {
    -webkit-transform-style: preserve-3d;
       -moz-transform-style: preserve-3d;
            transform-style: preserve-3d;
}
.vertical-inner {
    position: relative;
    top: 50% !important;
    transform: translateY(-50%);
    z-index: 99;
}
p {
    font-size: 1.8rem;
    line-height: 1.3;
    color: #1a171b;
    margin: 0;
    font-family: 'Roboto', sans-serif;
}
h1 {
    font-family: 'Roboto Slab', serif;
    font-size: 7.2rem;
    font-weight: 700;
    line-height: 1.2;
    color: #ad1a83;
    margin: 0;
    text-align: left;
    text-transform: uppercase;
}
h2 {
    font-family: 'Roboto Slab', serif;
    font-size: 4rem;
    font-weight: 700;
    line-height: 1.3;
    color: #ad1a83;
    text-align: center;
    margin: 0;
    text-transform: uppercase;
}
h2:after {
    content: '';
    display: block;
    width: 228px;
    height: 30px;
    background: url('../images/after.png') no-repeat top center;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 50px;
}
@media only screen and (min-width: 320px) {
    h2 {
        font-size: 25px;
    }
}
@media only screen and (min-width: 768px) {
    h2 {
        font-size: 40px;
    }
}
h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.3;
    color: #1a171b;
    margin: 0;
}
h4 {
    font-family: 'Roboto', sans-serif;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.3;
    color: #1a171b;
    margin: 0;
}
li {
    list-style-type: none;
}
.btn-blue {
    width: 270px;
    height: 48px;
    -webkit-border-radius: 20px;
       -moz-border-radius: 20px;
            border-radius: 20px;
    background-color: #497da2;
    background-image: -webkit-linear-gradient(top, #4a96cc, #497da2);
    background-image:    -moz-linear-gradient(top, #4a96cc, #497da2);
    background-image:      -o-linear-gradient(top, #4a96cc, #497da2);
    background-image:     -ms-linear-gradient(top, #4a96cc, #497da2);
    background-image:         linear-gradient(to bottom, #4a96cc, #497da2);
}
.btn-blue:hover {
    background-image: linear-gradient(to bottom, #497da2, #4a96cc);
}
.btn-orange {
    width: 370px;
    height: 68px;
    -webkit-border-radius: 27px;
       -moz-border-radius: 27px;
            border-radius: 27px;
    background-color: #ff7200;
    background-image: -webkit-linear-gradient(top, #ffc715, #ff7200);
    background-image:    -moz-linear-gradient(top, #ffc715, #ff7200);
    background-image:      -o-linear-gradient(top, #ffc715, #ff7200);
    background-image:     -ms-linear-gradient(top, #ffc715, #ff7200);
    background-image:         linear-gradient(to bottom, #ffc715, #ff7200);
    border-top: 1px solid #ffae14;
}
.btn-orange:hover {
    background-image: linear-gradient(to bottom, #ff7200, #ffc715);
}
.btn-pink {
    width: 268px;
    height: 66px;
    -webkit-border-radius: 20px;
       -moz-border-radius: 20px;
            border-radius: 20px;
    background-color: #a9187c;
    background-image: -webkit-linear-gradient(top, #c0329f, #a9187c);
    background-image:    -moz-linear-gradient(top, #c0329f, #a9187c);
    background-image:      -o-linear-gradient(top, #c0329f, #a9187c);
    background-image:     -ms-linear-gradient(top, #c0329f, #a9187c);
    background-image:         linear-gradient(to bottom, #c0329f, #a9187c);
    border: 1px solid #fff;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    line-height: 65px;
    -webkit-box-shadow: -2px 8px 7px -9px rgba(0, 0, 0, 0.75);
       -moz-box-shadow: -2px 8px 7px -9px rgba(0, 0, 0, 0.75);
            box-shadow: -2px 8px 7px -9px rgba(0, 0, 0, 0.75);
}
.btn-pink:hover {
    background-image: linear-gradient(to bottom, #a9187c, #c0329f);
}
.header {
    padding-top: 12px;
}
@media only screen and (min-width: 320px) {
    .header {
        padding-bottom: 40px;
    }
}
@media only screen and (min-width: 768px) {
    .header {
        background: url('../images/header.png') no-repeat left center;
        padding-bottom: 100px;
    }
}
@media only screen and (min-width: 992px) {
    .header {
        background: url('../images/header.png') no-repeat top center;
        padding-bottom: 163px;
    }
}
.header .container {
    position: relative;
}
@media only screen and (min-width: 320px) {
    .header__logo {
        text-align: center;
    }
}
@media only screen and (min-width: 768px) {
    .header__logo {
        display: inline-block;
        vertical-align: top;
        text-align: left;
    }
}
.header__logo .logo-img {
    display: inline-block;
    vertical-align: top;
}
.header__logo p {
    vertical-align: top;
    padding-top: 18px;
    margin-left: 25px;
    font-size: 18px;
}
@media only screen and (min-width: 320px) {
    .header__logo p {
        display: none;
    }
}
@media only screen and (min-width: 1200px) {
    .header__logo p {
        display: inline-block;
    }
}
@media only screen and (min-width: 320px) {
    .header .lang {
        text-align: center;
    }
}
@media only screen and (min-width: 768px) {
    .header .lang {
        position: absolute;
        right: 0;
        top: 65px;
    }
}
.header .lang .language {
    padding: 0;
}
.header .lang .language li {
    display: inline-block;
}
.header .lang .language li a {
    color: #000;
    font-size: 18px;
}
.header .lang .language li a:hover {
    color: #ad1a84;
    text-decoration: underline;
}
.header .lang .language li .active {
    color: #ad1a84;
    text-decoration: underline;
}
.header__text {
    padding-top: 15px;
    font-size: 20px;
}
.header__text a {
    color: #000;
}
.header__text a:hover {
    text-decoration: underline;
}
@media only screen and (min-width: 320px) {
    .header__text {
        text-align: center;
    }
}
@media only screen and (min-width: 768px) {
    .header__text {
        display: none;
    }
}
@media only screen and (min-width: 992px) {
    .header__text {
        display: inline-block;
        vertical-align: top;
        text-align: left;
        margin-left: 113px;
    }
}
@media only screen and (min-width: 1200px) {
    .header__text {
        margin-left: 245px;
    }
}
.header .btn-blue {
    font-size: 14px;
    line-height: 47px;
    color: #fff;
    text-transform: uppercase;
}
@media only screen and (min-width: 320px) {
    .header .btn-blue {
        margin: 0 auto;
        margin-top: 15px;
    }
}
@media only screen and (min-width: 768px) {
    .header .btn-blue {
        float: right;
        display: inline-block;
        vertical-align: top;
        margin: 0;
        margin-top: 15px;
    }
}
.header__left {
    text-align: left;
}
.header__left h1 {
    margin-top: 50px;
}
@media only screen and (min-width: 320px) {
    .header__left h1 {
        font-size: 26px;
        text-align: center;
    }
}
@media only screen and (min-width: 768px) {
    .header__left h1 {
        font-size: 60px;
        text-align: left;
    }
}
@media only screen and (min-width: 992px) {
    .header__left h1 {
        font-size: 72px;
    }
}
.header__left h2 {
    text-align: left;
    text-transform: none;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 40px;
    margin-top: 10px;
}
@media only screen and (min-width: 320px) {
    .header__left h2 {
        font-size: 17px;
        text-align: center;
    }
}
@media only screen and (min-width: 768px) {
    .header__left h2 {
        font-size: 36px;
        text-align: left;
    }
}
.header__left h2:after {
    display: none;
}
.header__left ul {
    padding: 0;
}
@media only screen and (min-width: 320px) {
    .header__left ul {
        width: 315px;
        margin: 0 auto;
    }
}
@media only screen and (min-width: 768px) {
    .header__left ul {
        width: auto;
        margin: 0 ;
    }
}
.header__left ul li {
    margin-bottom: 20px;
}
.header__left ul li img {
    display: inline-block;
    vertical-align: top;
}
@media only screen and (min-width: 320px) {
    .header__left ul li img {
        width: 20px;
        height: 20px;
    }
}
@media only screen and (min-width: 768px) {
    .header__left ul li img {
        width: 40px;
        height: 40px;
    }
}
.header__left ul li p {
    display: inline-block;
    vertical-align: top;
}
@media only screen and (min-width: 320px) {
    .header__left ul li p {
        width: 280px;
        padding-left: 10px;
        font-size: 15px;
    }
}
@media only screen and (min-width: 768px) {
    .header__left ul li p {
        width: auto;
        padding-left: 20px;
        font-size: 20px;
        padding-top: 7px;
    }
}
@media only screen and (min-width: 992px) {
    .header__left ul li p {
        font-size: 17px;
    }
}
@media only screen and (min-width: 1200px) {
    .header__left ul li p {
        font-size: 20px;
    }
}
@media only screen and (min-width: 992px) {
    .header__left ul li .text__p {
        font-size: 16px;
    }
}
@media only screen and (min-width: 1200px) {
    .header__left ul li .text__p {
        font-size: 19px;
    }
}
.header__left .btn-orange {
    margin-top: 45px;
    font-size: 16px;
    line-height: 67px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}
@media only screen and (min-width: 320px) {
    .header__left .btn-orange {
        width: 290px;
        height: 68px;
        margin: 0 auto;
        margin-top: 45px;
    }
}
@media only screen and (min-width: 768px) {
    .header__left .btn-orange {
        width: 370px;
        height: 68px;
        margin: 0;
        margin-top: 45px;
    }
}
.main {
    position: relative;
    z-index: 2;
}
@media only screen and (min-width: 320px) {
    .main {
        background: #ded6d1;
        padding-top: 20px;
        padding-bottom: 40px;
    }
}
@media only screen and (min-width: 768px) {
    .main {
        padding-bottom: 71px;
        padding-top: 40px;
    }
}
@media only screen and (min-width: 992px) {
    .main {
        background: url('../images/main.png') no-repeat top center;
    }
}
@media only screen and (min-width: 320px) {
    .main ul {
        width: 130px;
        margin: 0 auto;
        margin-bottom: 10px;
    }
}
@media only screen and (min-width: 768px) {
    .main ul {
        width: auto;
        margin: 0;
        padding-left: 60px;
        margin-bottom: 40px;
        text-align: center;
    }
}
@media only screen and (min-width: 768px) {
    .main ul li {
        display: inline-block;
        vertical-align: top;
        margin-right: 45px;
    }
}
@media only screen and (min-width: 992px) {
    .main ul li {
        margin-right: 100px;
    }
}
@media only screen and (min-width: 1200px) {
    .main ul li {
        margin-right: 130px;
    }
}
.main ul li a {
    font-size: 17px;
    color: #141413;
}
.main ul li a:hover {
    color: #14906b;
}
.main ul li .activ {
    color: #14906b;
    text-decoration: underline;
}
.main ul li .lang {
    margin-right: 5px;
}
.main ul li:last-child {
    margin-right: 0;
}
@media only screen and (min-width: 320px) {
    .main-img {
        width: 315px;
        height: 246px;
        margin: 0 auto;
    }
}
@media only screen and (min-width: 768px) {
    .main-img {
        width: 500px;
        height: 390px;
    }
}
@media only screen and (min-width: 992px) {
    .main-img {
        display: none;
    }
}
.main-img img {
    width: 100%;
}
.main__headline {
    padding-top: 35px;
}
@media only screen and (min-width: 320px) {
    .main__headline {
        width: 315px;
        margin: 0 auto;
        padding-bottom: 40px;
    }
}
@media only screen and (min-width: 768px) {
    .main__headline {
        margin: 0;
        width: 739px;
        background: url('../images/main-block.png') no-repeat left top;
        padding-left: 30px;
        padding-bottom: 105px;
    }
}
@media only screen and (min-width: 992px) {
    .main__headline {
        padding-left: 60px;
    }
}
@media only screen and (min-width: 1200px) {
    .main__headline {
        padding-left: 100px;
    }
}
.main__headline h1 {
    margin-bottom: 20px;
}
@media only screen and (min-width: 320px) {
    .main__headline h1 {
        text-align: center;
        font-size: 19px;
    }
}
@media only screen and (min-width: 768px) {
    .main__headline h1 {
        text-align: left;
        font-size: 42px;
    }
}
@media only screen and (min-width: 992px) {
    .main__headline h1 {
        font-size: 37px;
    }
}
@media only screen and (min-width: 1200px) {
    .main__headline h1 {
        font-size: 38px;
    }
}
.main__headline h1 span {
    font-size: 24px;
    font-weight: 400;
}
.main__headline h2 {
    font-weight: 400;
    text-align: left;
}
@media only screen and (min-width: 320px) {
    .main__headline h2 {
        text-align: center;
        font-size: 15px;
    }
}
@media only screen and (min-width: 768px) {
    .main__headline h2 {
        text-align: left;
        font-size: 24px;
    }
}
@media only screen and (min-width: 320px) {
    .main .btn-green {
        width: 315px;
        margin: 0 auto;
    }
}
@media only screen and (min-width: 768px) {
    .main .btn-green {
        width: 368px;
        margin: 0;
    }
}
.main .timer {
    margin-top: 15px;
}
@media only screen and (min-width: 320px) {
    .main .timer {
        text-align: center;
    }
}
@media only screen and (min-width: 768px) {
    .main .timer {
        margin-left: 40px;
        float: left;
    }
}
.about {
    padding-top: 30px;
}
.about__item {
    text-align: center;
}
@media only screen and (min-width: 992px) {
    .about__item img {
        width: 200px;
        height: 140px;
    }
}
@media only screen and (min-width: 1200px) {
    .about__item img {
        width: auto;
        height: auto;
    }
}
.about__item h3 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 25px;
}
@media only screen and (min-width: 320px) {
    .about__item h3 {
        margin-top: 20px;
    }
}
@media only screen and (min-width: 768px) {
    .about__item h3 {
        margin-top: 60px;
    }
}
.about__item .line {
    width: 268px;
    height: 2px;
    background: #8fc306;
    margin: 0 auto;
}
@media only screen and (min-width: 320px) {
    .about__item .line {
        margin-bottom: 40px;
        margin-top: 20px;
    }
}
@media only screen and (min-width: 768px) {
    .about__item .line {
        margin-top: 60px;
    }
}
@media only screen and (min-width: 992px) {
    .about__item .line {
        margin-bottom: 50px;
        width: 200px;
    }
}
@media only screen and (min-width: 1200px) {
    .about__item .line {
        width: 268px;
    }
}
.about__item .line2 {
    margin-top: 37px;
}
@media only screen and (min-width: 320px) {
    .company {
        padding-top: 40px;
        padding-bottom: 40px;
        background: #f8f8f8;
    }
}
@media only screen and (min-width: 768px) {
    .company {
        padding-top: 210px;
        padding-bottom: 195px;
        background: url('../images/company.png') no-repeat top center;
    }
}
.company .company-slider {
    text-align: center;
    margin-top: 80px;
    margin-bottom: 40px;
}
.company .swiper--prev, .company .swiper-container-rtl .swiper--next {
    left: auto;
}
@media only screen and (min-width: 320px) {
    .company .swiper--prev, .company .swiper-container-rtl .swiper--next {
        background-image: url('../images/prev-2.png');
        left: 5px;
    }
}
@media only screen and (min-width: 768px) {
    .company .swiper--prev, .company .swiper-container-rtl .swiper--next {
        background-image: url('../images/prev.png');
        left: 0;
    }
}
.company .swiper--next, .company .swiper-container-rtl .swiper--prev {
    left: auto;
}
@media only screen and (min-width: 320px) {
    .company .swiper--next, .company .swiper-container-rtl .swiper--prev {
        right: 5px;
        background-image: url('../images/next-2.png');
    }
}
@media only screen and (min-width: 768px) {
    .company .swiper--next, .company .swiper-container-rtl .swiper--prev {
        right: 0;
        background-image: url('../images/next.png');
    }
}
.company .swiper--prev, .company .swiper--next {
    position: absolute;
    z-index: 10;
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 2;
}
@media only screen and (min-width: 320px) {
    .company .swiper--prev, .company .swiper--next {
        width: 40px;
        height: 31px;
        border-radius: 5px;
        bottom: 29%;
    }
}
@media only screen and (min-width: 768px) {
    .company .swiper--prev, .company .swiper--next {
           -moz-background-size: 70px 55px;
        -webkit-background-size: 70px 55px;
                background-size: 70px 55px;
        bottom: 29%;
        border-radius: 0;
        width: 70px;
        height: 55px;
    }
}
.association {
    background: url('../images/association.png') no-repeat top center;
    padding-top: 35px;
    position: relative;
    z-index: 2;

}
.association__item-block {
    width: 470px;
    height: 220px;
}
@media only screen and (min-width: 320px) {
    .association__item-block {
        width: 300px;
        height: 140px;
        border-radius: 5px;
        margin: 0 auto;
        margin-bottom: 25px;
        padding-left: 60px;
        padding-top: 20px;
        padding-right: 15px;
    }
}
@media only screen and (min-width: 768px) {
    .association__item-block {
        width: 470px;
        height: 220px;
        padding-left: 100px;
        padding-top: 50px;
        padding-right: 25px;
    }
}
@media only screen and (min-width: 992px) {
    .association__item-block {
        width: 380px;
        height: 178px;
        margin: 0;
        margin-bottom: 25px;
        padding-top: 30px;
    }
}
@media only screen and (min-width: 1200px) {
    .association__item-block {
        padding-top: 50px;
        width: 470px;
        height: 220px;
        border-radius: 0;
    }
}
.association__item-block h3 {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
}
@media only screen and (min-width: 320px) {
    .association__item-block h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }
}
@media only screen and (min-width: 768px) {
    .association__item-block h3 {
        margin-bottom: 20px;
        font-size: 30px;
    }
}
@media only screen and (min-width: 992px) {
    .association__item-block h3 {
        font-size: 25px;
    }
}
@media only screen and (min-width: 1200px) {
    .association__item-block h3 {
        font-size: 30px;
    }
}
.association__item-block p {
    color: #fff;
}
@media only screen and (min-width: 320px) {
    .association__item-block p {
        font-size: 14px;
    }
}
@media only screen and (min-width: 768px) {
    .association__item-block p {
        font-size: 17px;
    }
}
@media only screen and (min-width: 992px) {
    .association__item-block p {
        font-size: 15px;
    }
}
@media only screen and (min-width: 1200px) {
    .association__item-block p {
        font-size: 17px;
    }
}
.association__item .block-1 {
    background: url('../images/association-1.png') no-repeat left center;
}
@media only screen and (min-width: 992px) {
    .association__item .block-1 {
        margin-left: 95px;
    }
}
.association__item .block-2 {
    background: url('../images/association-2.png') no-repeat left center;
}
@media only screen and (min-width: 992px) {
    .association__item .block-2 {
        margin-left: 15px;
    }
}
.association__item .block-3 {
    background: url('../images/association-3.png') no-repeat left center;
}
@media only screen and (min-width: 992px) {
    .association__item .block-3 {
        margin-left: 95px;
    }
}
.association__item .block-4 {
    background: url('../images/association-4.png') no-repeat left center;
}
@media only screen and (min-width: 992px) {
    .association__item .block-4 {
        margin-left: 15px;
    }
}
.hits {
    padding-top: 50px;
}
.hits__item {
    text-align: center;
}
.hits__item-block {
    width: 270px;
    background: #f8f8f8;
    padding-top: 12px;
    padding-bottom: 15px;
    border-radius: 5px;
    margin: 0 auto;
}
.hits__item-block img {
            transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
}
.hits__item-block img:hover {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.hits__item-block p {
    padding-top: 15px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    padding-left: 10px;
    padding-right: 10px;
}
.hits__item .btn-pink {
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 40px;
    -webkit-box-shadow: -2px 8px 7px -9px rgba(0, 0, 0, 0.75);
       -moz-box-shadow: -2px 8px 7px -9px rgba(0, 0, 0, 0.75);
            box-shadow: -2px 8px 7px -9px rgba(0, 0, 0, 0.75);
}
.first-form {
    position: relative;
    z-index: 2;
    padding-top: 215px;
    padding-bottom: 167px;
}
@media only screen and (min-width: 320px) {
    .first-form {
        background: #94b104;
        padding-top: 40px;
        padding-bottom: 40px;
    }
}
@media only screen and (min-width: 768px) {
    .first-form {
        background: url('../images/first-form-2.png') no-repeat top center;
        padding-top: 215px;
        padding-bottom: 167px;
    }
}
@media only screen and (min-width: 992px) {
    .first-form {
        background: url('../images/first-form.png') no-repeat top center;
    }
}
.first-form__item h3 {
    font-size: 72px;
    font-weight: 700;
    font-family: 'Roboto Slab', serif;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 30px;
}
@media only screen and (min-width: 320px) {
    .first-form__item h3 {
        font-size: 25px;
        text-align: center;
    }
}
@media only screen and (min-width: 768px) {
    .first-form__item h3 {
        text-align: left;
        font-size: 59px;
    }
}
@media only screen and (min-width: 992px) {
    .first-form__item h3 {
        font-size: 56px;
    }
}
@media only screen and (min-width: 1200px) {
    .first-form__item h3 {
        font-size: 30px;
    }
}
@media only screen and (min-width: 320px) {
    .first-form__item p {
        font-size: 25px;
        text-align: center;
        margin-bottom: 20px;
        color: #fff;
    }
}
@media only screen and (min-width: 768px) {
    .first-form__item p {
        font-size: 22px;
        text-align: left;
        margin-bottom: 0;
    }
}
@media only screen and (min-width: 992px) {
    .first-form__item p {
        font-size: 25px;
    }
}
@media only screen and (min-width: 1200px) {
    .first-form__item p {
        font-size: 42px;
    }
}
.first-form__item img {
    margin-top: 65px;
    margin-left: 170px;
}
@media only screen and (min-width: 320px) {
    .first-form__item img {
        display: none;
    }
}
@media only screen and (min-width: 768px) {
    .first-form__item img {
        display: block;
    }
}
@media only screen and (min-width: 992px) {
    .first-form__item img {
        margin-left: 72px;
    }
}
@media only screen and (min-width: 1200px) {
    .first-form__item img {
        margin-left: 170px;
    }
}
@media only screen and (min-width: 320px) {
    .first-form__item .main-form {
        text-align: center;
    }
}
@media only screen and (min-width: 768px) {
    .first-form__item .main-form {
        float: right;
    }
}
@media only screen and (min-width: 320px) {
    .first-form__item .main-form-2 .input-group {
        height: 70px;
    }
}
.first-form__item .main-form .input {
    width: 370px;
    height: 70px;
    -webkit-border-radius: 20px;
       -moz-border-radius: 20px;
            border-radius: 20px;
    background-color: #fff;
    border: solid 1px #dcdcdc;
    color: #7a797a;
    padding: 18px 35px;
    outline: none;
    overflow: hidden;
    line-height: 69px;
    font-size: 18px;
    font-weight: 400;
}
@media only screen and (min-width: 320px) {
    .first-form__item .main-form .input {
        margin: 0 auto;
        width: 300px;
        margin-bottom: 10px;
    }
}
@media only screen and (min-width: 992px) {
    .first-form__item .main-form .input {
        width: 300px;
        float: right;
    }
}
@media only screen and (min-width: 1200px) {
    .first-form__item .main-form .input {
        width: 370px;
    }
}
.first-form__item .main-form .input::-webkit-input-placeholder {
    font-family: 'Ubuntu', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #7a797a !important;
}
.first-form__item .main-form .input::-moz-placeholder {
    font-family: 'Ubuntu', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #7a797a !important;
}
.first-form__item .main-form .input:-moz-placeholder {
    font-family: 'Ubuntu', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #7a797a !important;
}
.first-form__item .main-form .input:-ms-input-placeholder {
    font-family: 'Ubuntu', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #7a797a !important;
}
.first-form__item .main-form .input:focus::-webkit-input-placeholder, .first-form__item .main-form textarea:focus::-webkit-input-placeholder {
    opacity: 0;
    transition: opacity 0.3s ease;
}
.first-form__item .main-form .input:focus::-moz-placeholder, .first-form__item .main-form textarea:focus::-moz-placeholder {
    opacity: 0;
    transition: opacity 0.3s ease;
}
.first-form__item .main-form .input:focus:-moz-placeholder, .first-form__item .main-form textarea:focus:-moz-placeholder {
    opacity: 0;
    transition: opacity 0.3s ease;
}
.first-form__item .main-form .input:focus:-ms-input-placeholder, .first-form__item .main-form textarea:focus:-ms-input-placeholder {
    opacity: 0;
    transition: opacity 0.3s ease;
}
.first-form__item .main-form .btn-first-form {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}
@media only screen and (min-width: 320px) {
    .first-form__item .main-form .btn-first-form {
        margin: 0 auto;
        width: 300px;
    }
}
@media only screen and (min-width: 992px) {
    .first-form__item .main-form .btn-first-form {
        width: 300px;
        float: right;
    }
}
@media only screen and (min-width: 1200px) {
    .first-form__item .main-form .btn-first-form {
        width: 370px;
    }
}
.advantages {
    margin-top: -200px;
    padding-bottom: 55px;
    position: relative;
    z-index: 1;
    padding-top: 250px;
}
@media only screen and (min-width: 320px) {
    .advantages {
        background: #d0d0d0;
        padding-bottom: 30px;
        margin-bottom: 30px;
    }
}
@media only screen and (min-width: 768px) {
    .advantages {
        padding-bottom: 55px;
        background: url('../images/advantages.png') no-repeat top center;
        margin-bottom: 0;
    }
}
@media only screen and (min-width: 320px) {
    .advantages h2 {
        font-size: 17px;
    }
}
@media only screen and (min-width: 768px) {
    .advantages h2 {
        font-size: 40px;
    }
}
@media only screen and (min-width: 320px) {
    .advantages__item {
        text-align: center;
    }
}
@media only screen and (min-width: 768px) {
    .advantages__item {
        text-align: left;
    }
}
.advantages__item .round {
    width: 60px;
    height: 60px;
}
@media only screen and (min-width: 320px) {
    .advantages__item .round {
        width: 40px;
        height: 40px;
    }
}
@media only screen and (min-width: 768px) {
    .advantages__item .round {
        width: 60px;
        height: 60px;
    }
}
.advantages__item p {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 45px;
    padding-left: 25px;
    font-size: 17px;
}
@media only screen and (min-width: 320px) {
    .advantages__item p {
        font-size: 13px;
        text-align: left;
    }
}
@media only screen and (min-width: 768px) {
    .advantages__item p {
        font-size: 15px;
    }
}
@media only screen and (min-width: 992px) {
    .advantages__item p {
        font-size: 17px;
    }
}
.advantages__item .round-2 {
    margin-top: 10px;
}
.advantages__item .round-4 {
    margin-top: 15px;
}
.advantages__item .round-5 {
    margin-top: 20px;
}
@media only screen and (min-width: 320px) {
    .advantages__item .mid {
        width: 300px;
        height: 310px;
    }
}
@media only screen and (min-width: 768px) {
    .advantages__item .mid {
        width: 386px;
        height: 399px;
    }
}
.cooperation {
    background: url('../images/cooperation.png') no-repeat top center;
}
@media only screen and (min-width: 768px) {
    .cooperation {
        margin-top: 90px;
    }
}
@media only screen and (min-width: 320px) {
    .cooperation h2 {
        font-size: 20px;
    }
}
@media only screen and (min-width: 768px) {
    .cooperation h2 {
        font-size: 40px;
    }
}
.cooperation__item {
    margin-bottom: 25px;
            transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
}
.cooperation__item:hover {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.cooperation__item .block {
    border-radius: 8px;
    padding: 8px;
    width: 369px;
    height: 280px;
    margin: 0 auto;
}
@media only screen and (min-width: 320px) {
    .cooperation__item .block {
        width: 300px;
        height: 228px;
    }
}
@media only screen and (min-width: 768px) {
    .cooperation__item .block {
        width: 330px;
        height: 250px;
    }
}
@media only screen and (min-width: 992px) {
    .cooperation__item .block {
        width: 369px;
        height: 280px;
    }
}
.cooperation__item .block__border {
    width: 352px;
    height: 262px;
    border: 1px solid #fff;
    border-radius: 8px;
}
@media only screen and (min-width: 320px) {
    .cooperation__item .block__border {
        width: 283px;
        height: 210px;
        padding-top: 30px;
        padding-left: 25px;
    }
}
@media only screen and (min-width: 768px) {
    .cooperation__item .block__border {
        padding-top: 50px;
        padding-left: 35px;
        width: 313px;
        height: 232px;
    }
}
@media only screen and (min-width: 992px) {
    .cooperation__item .block__border {
        width: 352px;
        height: 262px;
    }
}
.cooperation__item .block h3 {
    font-size: 24px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 35px;
}
@media only screen and (min-width: 320px) {
    .cooperation__item .block h3 {
        font-size: 19px;
    }
}
@media only screen and (min-width: 768px) {
    .cooperation__item .block h3 {
        font-size: 21px;
    }
}
@media only screen and (min-width: 992px) {
    .cooperation__item .block h3 {
        font-size: 24px;
    }
}
.cooperation__item .block p {
    color: #fff;
}
@media only screen and (min-width: 320px) {
    .cooperation__item .block p {
        font-size: 14px;
    }
}
@media only screen and (min-width: 768px) {
    .cooperation__item .block p {
        font-size: 16px;
    }
}
@media only screen and (min-width: 992px) {
    .cooperation__item .block p {
        font-size: 18px;
    }
}
.cooperation__item .block-1 {
    background: #8fc306;
}
.cooperation__item .block-2 {
    background: #ff7800;
}
.cooperation__item .block-3 {
    background: #497da2;
}
.cooperation__item .block-4 {
    background: #bd4ab6;
}
.cooperation__item .block-5 {
    background: #40bda4;
}
.cooperation__item .block-6 {
    background: #f95757;
}
.certificate {
    background: url('../images/company.png') no-repeat top center;
    padding-bottom: 40px;
}
@media only screen and (min-width: 320px) {
    .certificate {
        padding-top: 40px;
    }
}
@media only screen and (min-width: 768px) {
    .certificate {
        padding-top: 160px;
    }
}
.certificate__item h3 {
    font-size: 65px;
    font-weight: 700;
    color: #ad1a84;
    margin-bottom: 20px;
    font-family: 'Roboto Slab', serif;
    text-transform: uppercase;
}
@media only screen and (min-width: 320px) {
    .certificate__item h3 {
        font-size: 25px;
        text-align: center;
        line-height: 1.2;
    }
}
@media only screen and (min-width: 768px) {
    .certificate__item h3 {
        font-size: 59px;
        text-align: left;
        line-height: 0.9;
    }
}
@media only screen and (min-width: 992px) {
    .certificate__item h3 {
        font-size: 59px;
        margin-bottom: 40px;
    }
}
@media only screen and (min-width: 1200px) {
    .certificate__item h3 {
        font-size: 65px;
        margin-bottom: 20px;
    }
}
.certificate__item p {
    font-size: 20px;
    margin-bottom: 20px;
}
@media only screen and (min-width: 320px) {
    .certificate__item p {
        text-align: center;
    }
}
@media only screen and (min-width: 768px) {
    .certificate__item p {
        text-align: left;
    }
}
@media only screen and (min-width: 992px) {
    .certificate__item p {
        margin-bottom: 40px;
    }
}
@media only screen and (min-width: 1200px) {
    .certificate__item p {
        margin-bottom: 20px;
    }
}
@media only screen and (min-width: 320px) {
    .certificate__item-img {
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media only screen and (min-width: 768px) {
    .certificate__item-img {
        padding-left: 0;
        padding-right: 0;
    }
}
.certificate__item-img img {
    width: 100%;
}
.certificate__item .second-form {
    background: #497da2;
    border-radius: 10px;
}
@media only screen and (min-width: 320px) {
    .certificate__item .second-form {
        width: 300px;
        margin: 0 auto;
        text-align: center;
        padding: 30px 5px;
    }
}
@media only screen and (min-width: 768px) {
    .certificate__item .second-form {
        width: 370px;
        padding: 50px 40px 60px;
        text-align: left;
    }
}
@media only screen and (min-width: 992px) {
    .certificate__item .second-form {
        margin: 0;
        float: right;
    }
}
.certificate__item .second-form h4 {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
}
@media only screen and (min-width: 320px) {
    .certificate__item .second-form h4 {
        font-size: 28px;
    }
}
@media only screen and (min-width: 768px) {
    .certificate__item .second-form h4 {
        font-size: 30px;
    }
}
.certificate__item .second-form p {
    color: #fff;
    margin-bottom: 40px;
}
@media only screen and (min-width: 320px) {
    .certificate__item .second-form p {
        font-size: 16px;
    }
}
@media only screen and (min-width: 768px) {
    .certificate__item .second-form p {
        font-size: 18px;
    }
}
.certificate__item .second-form .input {
    width: 283px;
    height: 70px;
    -webkit-border-radius: 20px;
       -moz-border-radius: 20px;
            border-radius: 20px;
    background-color: #fff;
    border: solid 1px #dcdcdc;
    color: #7a797a;
    padding: 18px 35px;
    outline: none;
    overflow: hidden;
    line-height: 69px;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 10px;
}
.certificate__item .second-form .input::-webkit-input-placeholder {
    font-family: 'Ubuntu', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #7a797a !important;
}
.certificate__item .second-form .input::-moz-placeholder {
    font-family: 'Ubuntu', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #7a797a !important;
}
.certificate__item .second-form .input:-moz-placeholder {
    font-family: 'Ubuntu', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #7a797a !important;
}
.certificate__item .second-form .input:-ms-input-placeholder {
    font-family: 'Ubuntu', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #7a797a !important;
}
.certificate__item .second-form .input:focus::-webkit-input-placeholder, .certificate__item .second-form textarea:focus::-webkit-input-placeholder {
    opacity: 0;
    transition: opacity 0.3s ease;
}
.certificate__item .second-form .input:focus::-moz-placeholder, .certificate__item .second-form textarea:focus::-moz-placeholder {
    opacity: 0;
    transition: opacity 0.3s ease;
}
.certificate__item .second-form .input:focus:-moz-placeholder, .certificate__item .second-form textarea:focus:-moz-placeholder {
    opacity: 0;
    transition: opacity 0.3s ease;
}
.certificate__item .second-form .input:focus:-ms-input-placeholder, .certificate__item .second-form textarea:focus:-ms-input-placeholder {
    opacity: 0;
    transition: opacity 0.3s ease;
}
.certificate__item .second-form .btn-second-form {
    width: 283px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 auto;
}
.quality {
    padding-top: 40px;
}
.quality .container {
    position: relative;
}
.quality__item {
    margin-bottom: 10px;
    border: 1px solid #dcdcdc;
    border-radius: 10px;
}
.quality__item img {
    height: auto;
}
@media only screen and (min-width: 320px) {
    .quality__item img {
        width: 100%;
    }
}
@media only screen and (min-width: 768px) {
    .quality__item img {
        width: 60%;
    }
}
@media only screen and (min-width: 768px) {
    .quality__item .right-img {
        margin-left: 10px;
    }
}
@media only screen and (min-width: 992px) {
    .quality__item .right-img {
        margin-left: 8px;
    }
}
.quality__item .left {
    width: 39%;
    padding-left: 100px;
    padding-right: 20px;
}
@media only screen and (min-width: 320px) {
    .quality__item .left {
        padding-left: 20px;
        width: 100%;
    }
}
@media only screen and (min-width: 768px) {
    .quality__item .left {
        width: 38%;
        padding-left: 20px;
    }
}
@media only screen and (min-width: 992px) {
    .quality__item .left {
        width: 38.7%;
        padding-left: 44px;
    }
}
@media only screen and (min-width: 1200px) {
    .quality__item .left {
        width: 39%;
        padding-left: 80px;
    }
}
.quality__item .right {
    padding-left: 30px;
}
.quality__item p {
    width: 370px;
    display: inline-block;
    vertical-align: top;
    padding-top: 100px;
}
@media only screen and (min-width: 320px) {
    .quality__item p {
        width: 100%;
        text-align: center;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-right: 20px;
    }
}
@media only screen and (min-width: 768px) {
    .quality__item p {
        text-align: left;
        width: 283px;
        padding-top: 50px;
        font-size: 14px;
        padding-bottom: 0;
        padding-right: 0;
    }
}
@media only screen and (min-width: 992px) {
    .quality__item p {
        font-size: 16px;
        width: 330px;
        padding-top: 90px;
    }
}
@media only screen and (min-width: 1200px) {
    .quality__item p {
        font-size: 18px;
        margin-bottom: 20px;
        width: 370px;
        padding-top: 100px;
    }
}
@media only screen and (min-width: 320px) {
    .quality .dog {
        width: 100%;
        height: auto;
        margin-left: -30px;
    }
}
@media only screen and (min-width: 768px) {
    .quality .dog {
        display: none;
        width: auto;
        height: auto;
    }
}
@media only screen and (min-width: 992px) {
    .quality .dog {
        position: absolute;
        left: -397px;
        bottom: -154px;
        display: block;
        margin-left: 8px;
    }
}
.interesting {
    padding-top: 50px;
}
.interesting__item {
    text-align: center;
}
.interesting__item-block {
    width: 270px;
    background: #f8f8f8;
    padding-top: 12px;
    padding-bottom: 15px;
    border-radius: 5px;
    margin: 0 auto;
}
.interesting__item-block img {
            transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
}
.interesting__item-block img:hover {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.interesting__item-block p {
    padding-top: 25px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 15px;
}
.interesting__item .btn-pink {
    margin: 0 auto;
    margin-bottom: 40px;
    margin-top: 10px;
    -webkit-box-shadow: -2px 8px 7px -9px rgba(0, 0, 0, 0.75);
       -moz-box-shadow: -2px 8px 7px -9px rgba(0, 0, 0, 0.75);
            box-shadow: -2px 8px 7px -9px rgba(0, 0, 0, 0.75);
}
.delivery {
    padding-top: 50px;
    background: url('../images/company-two.png') no-repeat bottom center;
    padding-bottom: 50px;
}
.delivery__ukraine {
    position: relative;
    text-align: center;
}
.delivery__ukraine__text {
    font-size: 24px;
    font-weight: 700;
}
@media only screen and (min-width: 320px) {
    .delivery__ukraine__text {
        font-size: 20px;
        text-align: center;
    }
}
@media only screen and (min-width: 768px) {
    .delivery__ukraine__text {
        text-align: left;
        margin-bottom: -150px;
        font-size: 22px;
    }
}
@media only screen and (min-width: 992px) {
    .delivery__ukraine__text {
        font-size: 24px;
    }
}
@media only screen and (min-width: 320px) {
    .delivery__ukraine .ukraine-2 {
        width: 100%;
    }
}
@media only screen and (min-width: 992px) {
    .delivery__ukraine .ukraine-2 {
        display: none;
    }
}
@media only screen and (min-width: 320px) {
    .delivery__ukraine .ukraine {
        display: none;
    }
}
@media only screen and (min-width: 992px) {
    .delivery__ukraine .ukraine {
        display: block;
    }
}
@media only screen and (min-width: 1200px) {
    .delivery__ukraine .ukraine {
        width: 961px;
        height: 714px;
        margin: 0 auto;
    }
}
.delivery__ukraine .airplane {
    position: absolute;
    top: 147px;
    left: 343px;
}
@media only screen and (min-width: 320px) {
    .delivery__ukraine .airplane {
        display: none;
    }
}
@media only screen and (min-width: 992px) {
    .delivery__ukraine .airplane {
        display: block;
    }
}
.delivery__ukraine .nova {
    position: absolute;
    top: 29px;
    left: 540px;
}
@media only screen and (min-width: 320px) {
    .delivery__ukraine .nova {
        display: none;
    }
}
@media only screen and (min-width: 992px) {
    .delivery__ukraine .nova {
        display: block;
    }
}
.delivery__ukraine .box {
    position: absolute;
    top: 103px;
    left: 372px;
}
@media only screen and (min-width: 320px) {
    .delivery__ukraine .box {
        display: none;
    }
}
@media only screen and (min-width: 992px) {
    .delivery__ukraine .box {
        display: block;
        width: 200px;
        height: 171px;
        top: 150px;
        left: 352px;
    }
}
@media only screen and (min-width: 1200px) {
    .delivery__ukraine .box {
        width: 332px;
        height: 284px;
        top: 103px;
        left: 372px;
    }
}
.delivery__ukraine .harkov {
    position: absolute;
    top: 146px;
    left: 736px;
}
@media only screen and (min-width: 320px) {
    .delivery__ukraine .harkov {
        display: none;
    }
}
@media only screen and (min-width: 992px) {
    .delivery__ukraine .harkov {
        display: block;
        left: 631px;
    }
}
@media only screen and (min-width: 1200px) {
    .delivery__ukraine .harkov {
        left: 736px;
    }
}
.delivery__ukraine .harkov img {
    margin-left: 40px;
    margin-top: 15px;
            transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
}
.delivery__ukraine .harkov img:hover {
    -webkit-transform: scale(1.3);
        -ms-transform: scale(1.3);
            transform: scale(1.3);
}
.delivery__ukraine .uvk {
    position: absolute;
    top: 321px;
    left: 292px;
}
@media only screen and (min-width: 320px) {
    .delivery__ukraine .uvk {
        display: none;
    }
}
@media only screen and (min-width: 992px) {
    .delivery__ukraine .uvk {
        display: block;
    }
}
.delivery__ukraine .intime {
    position: absolute;
    top: 347px;
    left: 901px;
}
@media only screen and (min-width: 320px) {
    .delivery__ukraine .intime {
        display: none;
    }
}
@media only screen and (min-width: 992px) {
    .delivery__ukraine .intime {
        display: block;
        left: 805px;
    }
}
@media only screen and (min-width: 1200px) {
    .delivery__ukraine .intime {
        left: 901px;
    }
}
.partner {
    background: url('../images/partner-dog.png') no-repeat top center;
    padding-bottom: 40px;
    margin-top: -200px;
    padding-top: 180px;
}
.partner__item {
    text-align: center;
}
@media only screen and (min-width: 320px) {
    .partner__item {
        margin-bottom: 30px;
    }
}
@media only screen and (min-width: 768px) {
    .partner__item {
        margin-bottom: 0;
    }
}
.partner__item-img {
    position: relative;
}
@media only screen and (min-width: 320px) {
    .partner__item-img {
        width: 270px;
        margin: 0 auto;
    }
}
.partner__item-img .numb {
    position: absolute;
    top: -5px;
    left: -5px;
}
.partner__item .btn-pink {
    margin: 0 auto;
    margin-top: 35px;
}
@media only screen and (min-width: 768px) {
    .partner__item .text-two {
        margin-bottom: 100px;
    }
}
@media only screen and (min-width: 992px) {
    .partner__item .text-two {
        margin-bottom: 100px;
    }
}
@media only screen and (min-width: 1200px) {
    .partner__item .text-two {
        margin-bottom: 0;
    }
}
.partner__item .bottom {
    padding-top: 20px;
}
@media only screen and (min-width: 320px) {
    .partner .pad {
        padding-top: 0;
    }
}
@media only screen and (min-width: 1200px) {
    .partner .pad {
        padding-top: 100px;
    }
}
@media only screen and (min-width: 320px) {
    .partner .pad-2 {
        padding-top: 0;
    }
}
@media only screen and (min-width: 1200px) {
    .partner .pad-2 {
        padding-top: 200px;
    }
}
.reviews {
    padding-top: 60px;
}
@media only screen and (min-width: 320px) {
    .reviews {
        padding-top: 30px;
    }
}
@media only screen and (min-width: 768px) {
    .reviews {
        padding-top: 60px;
    }
}
.reviews .container {
    position: relative;
}
@media only screen and (min-width: 320px) {
    .reviews .container .cat {
        display: none;
    }
}
@media only screen and (min-width: 1200px) {
    .reviews .container .cat {
        display: block;
        position: absolute;
        bottom: 0;
        right: -89px;
        z-index: 2;
    }
}
.reviews .reviews-slider {
    background: #ff7800;
    border-radius: 10px;
}
@media only screen and (min-width: 320px) {
    .reviews .reviews-slider {
        padding: 20px 10px;
        margin-bottom: 50px;
    }
}
@media only screen and (min-width: 768px) {
    .reviews .reviews-slider {
        padding: 60px 95px;
        margin-bottom: 10px;
    }
}
@media only screen and (min-width: 992px) {
    .reviews .reviews-slider {
        margin-bottom: 150px;
    }
}
@media only screen and (min-width: 1200px) {
    .reviews .reviews-slider {
        margin-bottom: 180px !important;
    }
}
@media only screen and (min-width: 320px) {
    .reviews .reviews-slider .left {
        text-align: center;
    }
}
@media only screen and (min-width: 992px) {
    .reviews .reviews-slider .left {
        text-align: left;
    }
}
@media only screen and (min-width: 320px) {
    .reviews .reviews-slider .left img {
        width: 90%;
    }
}
@media only screen and (min-width: 768px) {
    .reviews .reviews-slider .left img {
        width: auto;
    }
}
@media only screen and (min-width: 992px) {
    .reviews .reviews-slider .left img {
        width: 90%;
    }
}
@media only screen and (min-width: 1200px) {
    .reviews .reviews-slider .left img {
        width: auto;
    }
}
.reviews .reviews-slider .left p {
    font-weight: 700;
    color: #fff;
    margin-top: 20px;
}
@media only screen and (min-width: 320px) {
    .reviews .reviews-slider .right {
        text-align: center;
    }
}
@media only screen and (min-width: 992px) {
    .reviews .reviews-slider .right {
        text-align: left;
    }
}
.reviews .reviews-slider .right h3 {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 35px;
}
@media only screen and (min-width: 320px) {
    .reviews .reviews-slider .right h3 {
        margin-top: 20px;
        font-size: 16px;
    }
}
@media only screen and (min-width: 768px) {
    .reviews .reviews-slider .right h3 {
        margin-top: 20px;
        font-size: 24px;
    }
}
@media only screen and (min-width: 992px) {
    .reviews .reviews-slider .right h3 {
        margin-top: 0;
        font-size: 20px;
    }
}
@media only screen and (min-width: 1200px) {
    .reviews .reviews-slider .right h3 {
        font-size: 24px;
    }
}
.reviews .reviews-slider .right p {
    color: #fff;
    margin-bottom: 10px;
}
@media only screen and (min-width: 320px) {
    .reviews .reviews-slider .right p {
        font-size: 15px;
    }
}
@media only screen and (min-width: 768px) {
    .reviews .reviews-slider .right p {
        font-size: 18px;
    }
}
@media only screen and (min-width: 992px) {
    .reviews .reviews-slider .right p {
        font-size: 15px;
    }
}
@media only screen and (min-width: 1200px) {
    .reviews .reviews-slider .right p {
        font-size: 18px;
    }
}
.reviews .reviews-slider .swiper--prev, .reviews .reviews-slider .swiper-container-rtl .swiper--next {
    left: auto;
}
@media only screen and (min-width: 320px) {
    .reviews .reviews-slider .swiper--prev, .reviews .reviews-slider .swiper-container-rtl .swiper--next {
        background-image: url('../images/prev-3.png');
        left: 5px;
    }
}
@media only screen and (min-width: 768px) {
    .reviews .reviews-slider .swiper--prev, .reviews .reviews-slider .swiper-container-rtl .swiper--next {
        left: 10px;
    }
}
.reviews .reviews-slider .swiper--next, .reviews .reviews-slider .swiper-container-rtl .swiper--prev {
    left: auto;
}
@media only screen and (min-width: 320px) {
    .reviews .reviews-slider .swiper--next, .reviews .reviews-slider .swiper-container-rtl .swiper--prev {
        right: 5px;
        background-image: url('../images/next-3.png');
    }
}
@media only screen and (min-width: 768px) {
    .reviews .reviews-slider .swiper--next, .reviews .reviews-slider .swiper-container-rtl .swiper--prev {
        right: 10px;
    }
}
.reviews .reviews-slider .swiper--prev, .reviews .reviews-slider .swiper--next {
    position: absolute;
    width: 56px;
    height: 44px;
    z-index: 10;
    cursor: pointer;
    bottom: 45%;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 2;
       -moz-background-size: 56px 44px;
    -webkit-background-size: 56px 44px;
            background-size: 56px 44px;
}
@media only screen and (min-width: 320px) {
    .reviews .reviews-slider .swiper--prev, .reviews .reviews-slider .swiper--next {
        display: none;
        bottom: 45%;
    }
}
@media only screen and (min-width: 768px) {
    .reviews .reviews-slider .swiper--prev, .reviews .reviews-slider .swiper--next {
        display: block;
        bottom: 45%;
    }
}
.contacts {
    position: relative;
    z-index: 3;
    -webkit-box-shadow: 0 -6px 31px 0 #c5c5c5;
       -moz-box-shadow: 0 -6px 31px 0 #c5c5c5;
            box-shadow: 0 -6px 31px 0 #c5c5c5;
}
.contacts .map {
    position: relative;
}
@media only screen and (min-width: 320px) {
    .contacts .map {
        height: 300px;
    }
}
@media only screen and (min-width: 768px) {
    .contacts .map {
        height: 650px;
    }
}
.contacts .contacts__block {
    background: rgba(194, 38, 164, 0.9);
}
@media only screen and (min-width: 320px) {
    .contacts .contacts__block {
        width: 100%;
        height: 500px;
    }
}
@media only screen and (min-width: 768px) {
    .contacts .contacts__block {
        height: 650px;
        position: absolute;
        width: 777px;
        top: 0;
        left: -380px;
    }
}
@media only screen and (min-width: 992px) {
    .contacts .contacts__block {
        width: 777px;
        left: -280px;
    }
}
@media only screen and (min-width: 1200px) {
    .contacts .contacts__block {
        left: -280px;
    }
}
@media only screen and (min-width: 1369px) {
    .contacts .contacts__block {
        left: -27px;
    }
}
.contacts .container {
    position: relative;
}
.contacts .right {
    position: absolute;
    left: 0;
    color: #fff;
    float: right;
    padding-top: 95px;
}
.contacts .right a {
    color: #fff;   
}
.contacts .right a:hover {
    text-decoration: underline;   
}
@media only screen and (min-width: 320px) {
    .contacts .right {
        text-align: center;
        width: 100%;
        top: -500px;
    }
}
@media only screen and (min-width: 768px) {
    .contacts .right {
        text-align: left;
        top: -650px;
        width: 300px;
    }
}
@media only screen and (min-width: 992px) {
    .contacts .right {
        width: 400px;
    }
}
@media only screen and (min-width: 1200px) {
    .contacts .right {
        width: 400px;
    }
}
.contacts .right h3 {
    color: #fff;
    font-size: 48px;
    font-weight: 700;
    font-family: 'Roboto Slab', serif;
    margin-bottom: 50px;
    text-transform: uppercase;
}
@media only screen and (min-width: 320px) {
    .contacts .right h3 {
        font-size: 25px;
    }
}
@media only screen and (min-width: 768px) {
    .contacts .right h3 {
        font-size: 37px;
    }
}
@media only screen and (min-width: 992px) {
    .contacts .right h3 {
        font-size: 48px;
    }
}
.contacts .right p {
    color: #fff !important;
    font-size: 20px;
    margin-bottom: 25px;
}
.contacts .right .btn-white {
    width: 370px;
    height: 65px;
    -webkit-border-radius: 20px;
       -moz-border-radius: 20px;
            border-radius: 20px;
    background-color: rgba(0, 0, 0, 0);
    border: solid 1px #f8f6f9;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    line-height: 64px;
}
.contacts .right .btn-white:hover {
    background: #fff;
    color: #c226a4;
}
@media only screen and (min-width: 320px) {
    .contacts .right .btn-white {
        margin: 0 auto;
        width: 300px;
    }
}
@media only screen and (min-width: 768px) {
    .contacts .right .btn-white {
        margin: 0;
    }
}
@media only screen and (min-width: 992px) {
    .contacts .right .btn-white {
        width: 370px;
    }
}
.footer {
    padding-top: 20px;
    padding-bottom: 20px;
}
.footer p {
    font-size: 14px;
}
.footer a {
    color: #669ae7;
    font-size: 14px;
    text-decoration: underline;
}
@media only screen and (min-width: 320px) {
    .footer__logo {
        display: block;
        text-align: center;
    }
}
@media only screen and (min-width: 768px) {
    .footer__logo {
        display: inline-block;
        vertical-align: top;
        text-align: left;
    }
}
.footer__center {
    display: inline-block;
    vertical-align: top;
    padding-top: 15px;
}
@media only screen and (min-width: 320px) {
    .footer__center {
        display: block;
        text-align: center;
    }
}
@media only screen and (min-width: 768px) {
    .footer__center {
        display: inline-block;
        vertical-align: top;
        text-align: left;
        margin-left: 50px;
    }
}
@media only screen and (min-width: 992px) {
    .footer__center {
        margin-left: 200px;
    }
}
.footer__right {
    display: inline-block;
    vertical-align: top;
    padding-top: 15px;
}
@media only screen and (min-width: 320px) {
    .footer__right {
        display: block;
        text-align: center;
    }
}
@media only screen and (min-width: 768px) {
    .footer__right {
        float: right;
        display: inline-block;
        vertical-align: top;
        text-align: left;
    }
}
.remodal-first {
    text-align: center;
    background: #f6efdf;
    padding-top: 30px;
    padding-bottom: 35px;
    background: #497da2;
    border-radius: 10px;
}
@media only screen and (min-width: 320px) {
    .remodal-first {
        width: 300px !important;
        padding-top: 20px;
        margin: 0 auto;
        text-align: center;
    }
}
@media only screen and (min-width: 768px) {
    .remodal-first {
        padding-top: 50px;
        width: 370px !important;
        text-align: center;
    }
}
@media only screen and (min-width: 992px) {
    .remodal-first {
        width: 370px !important;
    }
}
@media only screen and (min-width: 1200px) {
    .remodal-first {
        width: 370px !important;
    }
}
.remodal-first h4 {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
}
@media only screen and (min-width: 320px) {
    .remodal-first h4 {
        font-size: 28px;
    }
}
@media only screen and (min-width: 768px) {
    .remodal-first h4 {
        font-size: 30px;
    }
}
.remodal-first p {
    color: #fff;
    margin-bottom: 40px;
}
@media only screen and (min-width: 320px) {
    .remodal-first p {
        font-size: 16px;
    }
}
@media only screen and (min-width: 768px) {
    .remodal-first p {
        font-size: 18px;
    }
}
.remodal-first .text2 {
    padding-right: 20px;
}
.remodal-first .text3 {
    padding-left: 45px;
    padding-right: 14px;
}
@media only screen and (min-width: 320px) {
    .remodal-first .text3 {
        padding-left: 35px;
        padding-right: 14px;
    }
}
@media only screen and (min-width: 768px) {
    .remodal-first .text3 {
        padding-left: 45px;
        padding-right: 14px;
    }
}
.remodal-first .input {
    width: 283px;
    height: 70px;
    -webkit-border-radius: 20px;
       -moz-border-radius: 20px;
            border-radius: 20px;
    background-color: #fff;
    border: solid 1px #dcdcdc;
    color: #7a797a;
    padding: 18px 35px;
    outline: none;
    overflow: hidden;
    line-height: 69px;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 10px;
}
.remodal-first .input::-webkit-input-placeholder {
    font-family: 'Ubuntu', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #7a797a !important;
}
.remodal-first .input::-moz-placeholder {
    font-family: 'Ubuntu', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #7a797a !important;
}
.remodal-first .input:-moz-placeholder {
    font-family: 'Ubuntu', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #7a797a !important;
}
.remodal-first .input:-ms-input-placeholder {
    font-family: 'Ubuntu', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #7a797a !important;
}
.remodal-first .input:focus::-webkit-input-placeholder, .remodal-first textarea:focus::-webkit-input-placeholder {
    opacity: 0;
    transition: opacity 0.3s ease;
}
.remodal-first .input:focus::-moz-placeholder, .remodal-first textarea:focus::-moz-placeholder {
    opacity: 0;
    transition: opacity 0.3s ease;
}
.remodal-first .input:focus:-moz-placeholder, .remodal-first textarea:focus:-moz-placeholder {
    opacity: 0;
    transition: opacity 0.3s ease;
}
.remodal-first .input:focus:-ms-input-placeholder, .remodal-first textarea:focus:-ms-input-placeholder {
    opacity: 0;
    transition: opacity 0.3s ease;
}
.remodal-first .btn-second-form {
    width: 283px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 auto;
}
.remodal-common {
    padding-top: 65px;
    text-align: center;
    height: 325px;
    background: #ffdc73;
    border-radius: 5px;
}
@media only screen and (min-width: 320px) {
    .remodal-common {
        width: 300px !important;
    }
}
@media only screen and (min-width: 768px) {
    .remodal-common {
        width: 370px !important;
    }
}
.remodal-common h3 {
    font-family: 'Roboto Slab', serif;
    font-size: 30px;
    font-weight: 700;
    color: #3f3f3f;
}
.remodal-common h4 {
    font-family: 'Roboto Slab', serif;
    font-size: 25px;
    font-weight: 700;
    color: #3f3f3f;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.remodal-common p {
    font-size: 18px;
    font-weight: 400;
    color: #3f3f3f;
    margin-bottom: 40px;
}
@media only screen and (min-width: 320px) {
    .gallery-remodal {
        width: auto !important;
    }
}
@media only screen and (min-width: 768px) {
    .gallery-remodal {
        width: 750px !important;
    }
}
@media only screen and (min-width: 992px) {
    .gallery-remodal {
        width: 950px !important;
    }
}
@media only screen and (min-width: 1200px) {
    .gallery-remodal {
        width: 1000px !important;
    }
}
.gallery-remodal img {
    width: 100%;
}
@media only screen and (min-width: 320px) {
    .certific-width {
        width: 600px;
        height: 450px;
    }
}
@media only screen and (min-width: 768px) {
    .certific-width {
        width: 600px;
        height: 450px;
    }
}
@media only screen and (min-width: 992px) {
    .certific-width {
        width: 800px;
        height: 600px;
    }
}
@media only screen and (min-width: 320px) {
    .certific-width-2 {
        width: 500px;
        height: 700px;
    }
}
@media only screen and (min-width: 768px) {
    .certific-width-2 {
        width: 500px;
        height: 700px;
    }
}
@media only screen and (min-width: 992px) {
    .certific-width-2 {
        width: 500px;
        height: 700px;
    }
}
.modal-politic {
    background: #fff;
    text-align: left;
}
@media only screen and (min-width: 1200px) {
    .modal-politic {
        width: 1000px !important;
    }
}
.modal-politic .politica {
    padding: 10px 0 10px;
    text-align: center;
    background: #ad1a84;
    color: #fff;
}
@media only screen and (min-width: 320px) {
    .modal-politic .politica {
        font-size: 13px;
    }
}
@media only screen and (min-width: 768px) {
    .modal-politic .politica {
        font-size: 20px;
    }
}
@media only screen and (min-width: 320px) {
    .modal-politic p {
        font-size: 13px;
        padding: 10px 20px;
    }
}
@media only screen and (min-width: 768px) {
    .modal-politic p {
        font-size: 16px;
        padding: 20px 30px;
    }
}
.error-input {
    clear: both;
    float: left;
    font-size: 13px;
    padding-left: 93px;
    color: #df3a3a;
    /* width: 323px; */
    margin: 0 auto;
    text-align: center;
}
.reviews {
    padding-top: 60px;
}
@media only screen and (min-width: 320px) {
    .reviews {
        padding-top: 30px;
    }
}
@media only screen and (min-width: 768px) {
    .reviews {
        padding-top: 60px;
    }
}
.reviews .container {
    position: relative;
}
.reviews .container .cat {
    position: absolute;
    bottom: 0;
    right: -89px;
    z-index: 2;
}
.reviews .reviews-slider {
    background: #ff7800;
    border-radius: 10px;
    margin-bottom: 150px;
}
@media only screen and (min-width: 320px) {
    .reviews .reviews-slider {
        padding: 20px 10px;
    }
}
@media only screen and (min-width: 768px) {
    .reviews .reviews-slider {
        padding: 60px 95px;
    }
}
@media only screen and (min-width: 320px) {
    .reviews .reviews-slider .left {
        text-align: center;
    }
}
@media only screen and (min-width: 992px) {
    .reviews .reviews-slider .left {
        text-align: left;
    }
}
@media only screen and (min-width: 320px) {
    .reviews .reviews-slider .left img {
        width: 90%;
    }
}
@media only screen and (min-width: 768px) {
    .reviews .reviews-slider .left img {
        width: auto;
    }
}
@media only screen and (min-width: 992px) {
    .reviews .reviews-slider .left img {
        width: 90%;
    }
}
@media only screen and (min-width: 1200px) {
    .reviews .reviews-slider .left img {
        width: auto;
    }
}
.reviews .reviews-slider .left p {
    font-weight: 700;
    color: #fff;
    margin-top: 20px;
}
@media only screen and (min-width: 320px) {
    .reviews .reviews-slider .right {
        text-align: center;
    }
}
@media only screen and (min-width: 992px) {
    .reviews .reviews-slider .right {
        text-align: left;
    }
}
.reviews .reviews-slider .right h3 {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 35px;
}
@media only screen and (min-width: 320px) {
    .reviews .reviews-slider .right h3 {
        margin-top: 20px;
        font-size: 16px;
    }
}
@media only screen and (min-width: 768px) {
    .reviews .reviews-slider .right h3 {
        margin-top: 20px;
        font-size: 24px;
    }
}
@media only screen and (min-width: 992px) {
    .reviews .reviews-slider .right h3 {
        margin-top: 0;
        font-size: 20px;
    }
}
@media only screen and (min-width: 1200px) {
    .reviews .reviews-slider .right h3 {
        font-size: 24px;
    }
}
.reviews .reviews-slider .right p {
    color: #fff;
}
@media only screen and (min-width: 320px) {
    .reviews .reviews-slider .right p {
        font-size: 15px;
    }
}
@media only screen and (min-width: 768px) {
    .reviews .reviews-slider .right p {
        font-size: 18px;
    }
}
@media only screen and (min-width: 992px) {
    .reviews .reviews-slider .right p {
        font-size: 15px;
    }
}
@media only screen and (min-width: 1200px) {
    .reviews .reviews-slider .right p {
        font-size: 18px;
    }
}
.reviews .reviews-slider .swiper--prev, .reviews .reviews-slider .swiper-container-rtl .swiper--next {
    left: auto;
}
@media only screen and (min-width: 320px) {
    .reviews .reviews-slider .swiper--prev, .reviews .reviews-slider .swiper-container-rtl .swiper--next {
        background-image: url('../images/prev-3.png');
        left: 5px;
    }
}
@media only screen and (min-width: 768px) {
    .reviews .reviews-slider .swiper--prev, .reviews .reviews-slider .swiper-container-rtl .swiper--next {
        left: 10px;
    }
}
.reviews .reviews-slider .swiper--next, .reviews .reviews-slider .swiper-container-rtl .swiper--prev {
    left: auto;
}
@media only screen and (min-width: 320px) {
    .reviews .reviews-slider .swiper--next, .reviews .reviews-slider .swiper-container-rtl .swiper--prev {
        right: 5px;
        background-image: url('../images/next-3.png');
    }
}
@media only screen and (min-width: 768px) {
    .reviews .reviews-slider .swiper--next, .reviews .reviews-slider .swiper-container-rtl .swiper--prev {
        right: 10px;
    }
}
.reviews .reviews-slider .swiper--prev, .reviews .reviews-slider .swiper--next {
    position: absolute;
    width: 56px;
    height: 44px;
    z-index: 10;
    cursor: pointer;
    bottom: 45%;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 2;
       -moz-background-size: 56px 44px;
    -webkit-background-size: 56px 44px;
            background-size: 56px 44px;
}
@media only screen and (min-width: 320px) {
    .reviews .reviews-slider .swiper--prev, .reviews .reviews-slider .swiper--next {
        display: none;
        bottom: 45%;
    }
}
@media only screen and (min-width: 768px) {
    .reviews .reviews-slider .swiper--prev, .reviews .reviews-slider .swiper--next {
        display: block;
        bottom: 45%;
    }
}
/*# sourceMappingURL=style.css.map */
body input:focus:required:invalid,
body textarea:focus:required:invalid {
  border: 3px solid red;
}
body input:required:valid,
body textarea:required:valid {
  border: 3px solid green;
}
label {
  border: 0;
  font-size: 0 !important;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}

@media only screen and (min-width: 320px) {
    .first-form__item .form-header-2 {
        font-size: 25px;
        text-align: center;
        margin-bottom: 20px;
    }
}
@media only screen and (min-width: 768px) {
    .first-form__item .form-header-2 {
        font-size: 22px;
        text-align: left;
        margin-bottom: 0;
    }
}
@media only screen and (min-width: 992px) {
    .first-form__item .form-header-2 {
        font-size: 25px;
    }
}
@media only screen and (min-width: 1200px) {
    .first-form__item .form-header-2 {
        font-size: 38px;
    }
}
