@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,700|PT+Sans:400i|Roboto+Condensed:300,400,700&subset=cyrillic');

/* normalize.css v8.0.0 */

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

h2 {
    line-height: 1.2em;
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
}

.imglist a img {
    width: 33%;
    height: 300px;
}

@media (max-width: 768px) {
    .imglist a img {
    width: 100%;
}
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

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;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    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;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

/* umodal styles */

.umodalback {
    position: fixed;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.visible {
    opacity: 1;
    visibility: visible;
}

.umodal {
    position: fixed;
    display: block;
    width: 704px;
    padding: 50px;
    left: 50%;
    -webkit-transform: translateX(-50%)translateY(100%);
    transform: translateX(-50%)translateY(100%);
    top: 50%;
    opacity: 0;
    background: #F3F3F3;
    z-index: 100500;
    border-radius: 5px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    overflow: auto;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.umodal .caption {
    font-size: 30px;
    margin: 0px 0px 30px;
}

.click {
    -webkit-transform: translateX(-50%)translateY(-50%);
    transform: translateX(-50%)translateY(-50%);
    opacity: 1;
}

.cross {
    position: absolute;
    background: #999999;
    height: 25px;
    width: 1px;
    left: 12px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.cross:after {
    position: absolute;
    content: "";
    height: 1px;
    width: 25px;
    background: #999999;
    left: -12px;
    top: 12px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.close {
    width: 25px;
    height: 25px;
    position: fixed;
    right: 20px;
    margin-top: -30px;
    cursor: pointer;
}

.close:hover .cross,
.close:hover .cross:after {
    background: #333333;
}

.umodal .result {
    background: rgba(255, 255, 255, 0);
    padding: 112px 75px;
}

/* uform styles */

.uform {
    width: 600px;
}

.uform p {
    margin-bottom: 20px !important;
    color: #444444;
}

.uform .caption {
    text-align: left;
}

.result {
    background: #FFFFFF;
    padding: 92px 75px;
}

input[type=text],
select,
input[type=email],
textarea {
    font-family: 'Roboto', sans-serif;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    font-size: 16px;
    margin-bottom: 10px;
    border: 2px solid #0088cc	;
    outline: none;
    border-radius: 5px;
}

select {
    margin-bottom: 9px;
}

textarea {
    height: 101px;
    margin-bottom: 0px;
    line-height: 150%;
}

/* project styles */

body {
    height: 100%;
    min-width: 1000px;
    font-size: 16px;
    line-height: 175%;
    font-family: 'Roboto', sans-serif;
}

html {
    position: relative;
    min-height: 100%;
}

header {
    background: #FFFFFF;
    white-space: nowrap;
    min-height: 180px;
}

.header-height {
    height: 100vh;
}

.header {
    margin: auto;
    width: 1000px;
    position: relative;
}

.company-info {
    display: inline-block;
    vertical-align: middle;
    margin: 30px 0px;
}

.company-logo {
    display: inline-block;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 60px;
    height: 60px;
    background: #0088cc	;
    border-radius: 50%;
}

.company-logo svg {
    fill: #FFFFFF;
    width: 48px;
    height: 48px;
    margin: 8px 6px 4px;
}

.company-profile {
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
}

.company-name {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 28px;
    font-weight: bold;
    color: #222222;
}

.company-tagline h2 {
    font-size: 16px;
    font-weight: normal;
    line-height: 100%;
    margin: 0px 0px 6px 3px;
    color: #222222;
}

.phone-icon {
    display: inline-block;
    vertical-align: middle;
    width: 60px;
    height: 60px;
    fill: #0088cc	;
    margin-left: 265px;
}

.company-contacts {
    display: inline-block;
    vertical-align: middle;
    width: 200px;
    text-align: right;
    white-space: normal;
    font-size: 26px;
    line-height: 117%;
}

.phone-button {
    border: 2px solid #0088cc	;
    border-radius: 5px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
    width: 150px;
    height: 60px;
    margin-left: 20px;
    white-space: normal;
    text-align: center;
    line-height: 125%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 8px 21px;
    cursor: pointer;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color:#222222;
}

.phone-button:hover {
    background: #0088cc	;
    color: #FFFFFF;
}

.company-phone {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    color: #222222!important; 
}

.company-phone span {
    font-weight: normal;
    color: #222222;
}

.company-phone  a{
    text-decoration: none;
}

.company-address {
    margin-top: 5px;
    font-size: 16px;
}
table {
border-collapse: collapse; /*убираем пустые промежутки между ячейками*/
border: 1px solid grey; /*устанавливаем для таблицы внешнюю границу серого цвета толщиной 1px*/

    
}
/* устанавливаем для таблицы внешнюю границу серого цвета толщиной 3px */

/* задаём для ячейки тела таблицы границу серого цвета толщиной 1px */
td {border-bottom: 1px solid grey;padding: 10px;}
th, td {border: 1px solid grey;}

nav {
    white-space: nowrap;
    position: relative;
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.nav {
    margin: auto;
    padding: 0px;
    width: 1000px;
    display: block;
}

.burger {
    display: none;
}

.nav>li {
    display: inline-block;
    padding: 15px 22px;
}

.nav>li:first-child {
    padding-left: 0px;
}

.nav>li:last-child {
    padding-right: 0px;
}

.nav li a,
.nav li span {
    color: #222222;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 22px;
    letter-spacing: -0.15px;
    text-decoration: none;
}

.nav li a:hover,
.nav li span:hover {
    color: #0088cc	;
    cursor: pointer;
}

.nav .nav-child {
    background: #FFFFFF;
    border: 1px solid #E6E6E6;
    border-radius: 5px;
    position: absolute;
    margin: -10px 0px 0px -22px;
    padding: 15px 20px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}

.divider:hover .nav-child {
    margin: 10px 0px 0px -22px;
    visibility: visible;
    opacity: 1;
}

.nav .nav-child li {
    display: block;
    line-height: 200%;
}

.nav .nav-child li a {
    font-size: 18px;
}

article {
    margin: 0px auto;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.opacity {
    opacity: 1;
}

.fix-width {
    width: 1000px;
    padding: 50px 0px;
}

article h1 {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    font-size: 36px;
    margin: 0px 0px 20px;
    color: #222222;
}

article h2 {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    font-size: 30px;
    margin: 20px 0px;
    color: #222222;
}

article h3,
.caption-otzyv {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    font-size: 24px;
    margin: 15px 0px;
    color: #222222;
}

article h4,
.contacts-caption {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    font-size: 20px;
    margin: 10px 0px;
    color: #222222;
}

span.zakaz-button,
li a,
p a {
    color: #0088cc	;
}

span.zakaz-button:hover,
li a:hover,
p a:hover {
    color: #0099FF;
    cursor: pointer;
}

.readmore {
    margin-top: 10px;
    display: block;
    text-decoration: none;
    font-weight: bold;
    font-size: 18px;
    color: #222222;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.readmore:hover {
    color: #0088cc	;
}

.content p {
    margin: 10px 0px 0px;
    padding: 0px;
}

.content ul {
    margin: 10px 0px 0px;
    padding: 0px;
    text-align: left;
}

.content ul li {
    list-style-type: none;
    margin-left: 20px;
}

.content ol {
    margin-left: 0px;
    padding-left: 20px;
}

.content ul li:before {
    list-style-type: none;
    display: block;
    position: absolute;
    content: '';
    background: #0088cc	;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-left: -20px;
    margin-top: 9px;
}

.leading-0 h2 {
    margin-top: 0px;
}

.section {
    width: 100%;
    padding: 70px 0px;
}

.s-dark {
    background: #F3F3F3;
}

.content {
    width: 1000px;
    margin: auto;
}

.page-header h1,
.page-header h2 {
    margin: 0px 0px 20px;
    font-size: 32px;
    line-height: 125%;
}

.caption,
.caption h1,
.caption h2 {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    text-align: center;
    font-size: 42px;
    margin: 0px 0px 50px;
    color: #222222;
}

.caption h1,
.caption h2 {
    margin: 0px;
}

.button,
.btn {
    display: inline-block;
    border: none;
    background: #0088cc	;
    font-family: 'Roboto', sans-serif;
    color: #FFFFFF !important;
    margin: 10px 0px 0px;
    padding: 8px 20px;
    outline: none;
    text-decoration: none;
    border-radius: 5px;
    line-height: 175%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.button:hover,
.btn:hover {
    background: #0099FF;
    cursor: pointer;
}

.h-triggers {
    margin-bottom: -10px;
}

.h-trigger {
    display: inline-block;
    vertical-align: top;
    margin: 10px;
}

.give .h-trigger:nth-child(4),
.give .h-trigger:nth-child(5),
.give .h-trigger:nth-child(6) {
    margin-top: 25px;
}

.h-trigger:nth-child(3n-2) {
    margin-left: 0px;
}

.h-trigger:nth-child(3n) {
    margin-right: 0px;
}

.h-trigger-img,
.h-trigger-text {
    display: inline-block;
    vertical-align: top;
}

.h-trigger-img {
    width: 50px;
    padding-top: 3px;
}

.obr .h-trigger {
    margin-right: 15px;
}

.obr .h-trigger-img {
    width: 50px;
    fill: #0088cc	;
    padding-top: 8px;
}

.give .h-trigger-img {
    width: 50px;
    height: 50px;
    padding: 15px;
    border-radius: 50%;
    fill: #FFFFFF;
    background: #0088cc	;
}

.h-trigger-text {
    width: 262px;
    padding-left: 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.give .h-trigger-text {
    width: 222px;
    margin-right: 10px;
}

.obr .h-trigger-text {
    width: 258px;
}

.obr .h-trigger:nth-child(2) .h-trigger-text {
    width: 240px;
}

.v-triggers {
    margin-bottom: -10px;
}

.v-trigger {
    display: inline-block;
    vertical-align: top;
    width: 231.7px;
    margin: 10px;
}

.v-trigger:nth-child(4n-3) {
    margin-left: 0px;
}

.v-trigger:nth-child(4n) {
    margin-right: 0px;
}

.v-trigger-img,
.v-trigger-text {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}

.v-inline-blocks {
    margin-bottom: -20px;
}

.v-inline-block {
    width: 317px;
    display: inline-block;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 10px 10px 20px;
    background: #FFFFFF;
    border-radius: 5px;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 0px 1px #E6E6E6;
    box-shadow: 0px 0px 0px 1px #E6E6E6;
}

.v-inline-block:nth-child(3n-2) {
    margin-left: 0px;
}

.v-inline-block:nth-child(3n) {
    margin-right: 0px;
}

.v-inline-block-text {
    padding: 15px 25px 0px;
    line-height: 150%;
    text-align: center;
}

.v-inline-block-text ul:before {
    display: block;
    margin: 15px auto;
    height: 3px;
    width: 150px;
    background: #0088cc	;
    content: '';
    border-radius: 3px;
}

.v-inline-block-text h3 {
    margin: 0px 10px 15px;
    line-height: 125%;
}

.v-inline-block-button .button {
    width: 100%;
    margin: 20px 0px 0px 0px;
    padding: 13px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    font-weight: 300;
    font-size: 18px;
    border-radius: 0px;
}

.h-inline-blocks {
    margin-bottom: -10px;
}

.h-inline-block {
    width: 487.5px;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 10px 10px 10px 0px;
    background: #FFFFFF;
    overflow: hidden;
}

.h-inline-block:nth-child(2n) {
    margin: 10px 0px 10px 10px;
}

.h-inline-block-img {
    width: 200px;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
    margin-bottom: -10px;
}

.h-inline-block-text {
    width: 283px;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
    padding: 20px;
    line-height: 150%;
}

.h-inline-block-text button {
    margin: 15px 0px 0px;
    padding: 12px 35px;
}

.h-inline-block-text h3 {
    margin: 0px 0px 10px;
}

.wide-blocks {
    margin-top: -30px;
}

.wide-block {
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 50px 0px 0px;
    overflow: hidden;
    min-height: 200px;
}

.wide-block-img {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
    margin-bottom: -10px;
}

.wide-block-text {
    width: 750px;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
    line-height: 150%;
    margin-left: 40px;
}

.wide-block-text button {
    margin: 15px 0px 0px;
    padding: 12px 35px;
}

.wide-block-text .caption-otzyv {
    margin: 0px 0px 10px;
}

.feedback {
    background-image: url('../images/feedback.jpg');
    background-repeat: no-repeat;
    background-position: calc(50% + 400px) bottom;
}

.feedback-page {
    background-image: url('../images/questions.png');
    background-repeat: no-repeat;
    background-position: 600px bottom;
    margin: -50px 0px;
    padding: 50px 0px;
}

.feedback-page .uform {
    margin: 80px 0px 30px;
}

.feedback .uform {
    margin-top: 60px;
}

table {
    width: 100%;
    border-collapse: collapse;
}

.pagenav {
    text-align: right;
}

.pagenav ul {
    display: inline;
    list-style-type: none;
    margin-left: 0;
}

.pagenav li {
    display: inline;
    margin: 0;
    padding: 0;
}

.pagenav a,
span.pagenav {
    padding: 0 15px;
    margin: 0;
    text-decoration: none;
    border: 1px solid #999999;
    border-left: 0 solid #999999;
    display: inline-block;
}

.pagination-start span,
.pagination-start a {
    border-left: solid 1px #999999;
    border-radius: 5px 0px 0px 5px;
}

.pagination-end a,
.pagination-end span {
    border-radius: 0px 5px 5px 0px;
}

.pagination ul {
    margin: 10px 10px 35px 0;
    padding: 0;
    word-spacing: -5px;
}

.pagination ul li:before {
    display: none;
}

.pagination ul li {
    display: inline;
    margin: 0px;
    word-spacing: 0px;
}

.pagination a {
    padding: 0 15px;
    line-height: 220%;
    text-decoration: none;
    border: 1px solid #999999;
    border-left: 0 solid #999999;
    display: inline-block;
    margin: 0px;
}

.pagination .active a {
    cursor: default;
}

.pagination span,
.pagination span a:hover {
    cursor: default;
    padding: 0 15px;
    line-height: 220%;
}

.pagination li:first-child a {
    border-left-width: 1px;
}


footer {
    width: 100%;
    padding: 50px 0px 0px;
    background: #0088cc;
    bottom: 0;
}

.footer {
    margin: auto;
    color: #FFFFFF;
    font-weight: 300;
}

.footer a {
    color: #FFFFFF;
    text-decoration: none;
    border-bottom: 1px dotted #FFFFFF;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.footer a:hover {
    color: #FFFFFF;
    border-bottom: 1px dotted #FFFFFF;
}

.footer p {
    margin: 0px;
}

.footer p+p {
    margin-top: 5px;
}

.footer span {
    text-transform: uppercase;
}

.error-block {
    padding: 140px 0px;
    width: 600px;
    margin: auto;
}

.slider-nav {
    position: absolute;
    right: 75px;
    bottom: 50px;
}

.slider-nav span {
    width: 14px;
    height: 14px;
    background: #0088cc	;
    border: 4px solid #FFFFFF;
    display: inline-block;
    border-radius: 50%;
    margin-right: 3px;
    -webkit-transition: 1s;
    transition: 1s;
}

.slider-nav span:hover {
    border-color: #0088cc	;
    cursor: pointer;
}

.slider-nav span.active-nav {
    background: #FFFFFF;
    border: 4px solid #0088cc	;
}

.slider {
    width: 100%;
    height: 100vh;
    margin-bottom: -100vh;
    position: relative;
}

.slide {
    position: absolute;
    width: 100%;
    height: 100vh;
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.slide1 {
    background: url('../images/1233.jpg');
    background-position: center;
    background-size: cover;
}

.slide2 {
    background: url('../images/1233.jpg');
    background-position: center;
    background-size: cover;
}

.slide3 {
    background: url('../images/1233.jpg');
    background-position: center;
    background-size: cover;
}

.slide0 {
    background: url('../images/1233.jpg');
    background-position: center;
    background-size: cover;
}

.active-slide {
    opacity: 1;
}

.slide-shadow {
    width: 100%;
    height: 100vh;
    position: absolute;
    background: linear-gradient(to bottom, rgba(247, 246, 244, 0.75) 150px, rgba(247, 246, 244, 0.25) 350px);
}

.nav .divider span {
    padding-right: 24px !important;
    background: url('../images/arrow-black.svg');
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: center right;
}

.nav .divider span:hover {
    background-image: url('../images/arrow.svg');
}

.top-block {
    margin-top: 100px;
    text-align: left;
    position: relative;
}

.top-block .content {
    white-space: normal;
}

.top-block h1,
.top-block .line {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    font-size: 42px;
    margin: 0px 0px 20px;
    color: #222222;
    display: inline-block;
    max-width: 650px;
}

.stock-text {
    font-size: 24px;
    margin: 15px 0px;
}

.top-button {
    padding: 11px 30px;
    font-size: 22px;
    font-weight: 300;
}

.enter-v-inline-block {
    margin-top: 5px;
}

.icon {
    display: inline-block;
    vertical-align: middle;
    width: 32px;
    height: 32px;
}

.icon svg {
    width: 32px;
    height: 32px;
    fill: #0088cc	;
}

.text {
    display: inline-block;
    vertical-align: middle;
    width: 200px;
    text-align: left;
    margin-left: 5px;
}

.about-me-text {
    display: inline-block;
    vertical-align: top;
    width: 650px;
    margin-left: 40px;
}

.about-me-photo {
    display: inline-block;
    vertical-align: top;
    width: 300px;
}

.about-me-photo img {
    border-radius: 50%;
}

.line {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    line-height: 1.2em;
}

.intro-ul {
    margin: 15px 0px 10px;
}

.intro-text {
    font-family: 'PT Sans';
    font-size: 20px;
}

.line-block {
    margin-bottom: 5px;
}

.name {
    text-align: center;
    font-size: 27px;
    color: #0088cc	;
    font-weight: 300;
    line-height: 125%;
}

.name span {
    font-size: 22px;
}

.question-icon {
    display: inline-block;
    vertical-align: middle;
    background: #0088cc	;
    width: 50px;
    height: 50px;
    padding: 15px;
    border-radius: 50%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.question-icon svg {
    width: 50px;
    height: 50px;
    fill: #FFFFFF;
}

.quest {
    background-image: url('../images/kabinet.png');
    background-repeat: no-repeat;
    background-position: calc(50% + 200px) bottom;
}

.questions a {
    text-decoration: none;
    color: #222222;
}

.question {
    background: #FFFFFF;
    border-radius: 40px;
    margin-top: 20px;
    -webkit-box-shadow: 0px 0px 0px 1px #E6E6E6;
    box-shadow: 0px 0px 0px 1px #E6E6E6;
    width: 460px;
}

.question-text {
    display: inline-block;
    vertical-align: middle;
    width: 350px;
    margin-left: 20px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    line-height: 150%;
}

.question:hover .question-icon {
    background: #0099FF;
}

.question:hover .question-text {
    color: #444444;
}

.big-button {
    width: 250px;
    display: block;
    text-align: center;
    margin: 0px auto;
    font-size: 18px;
    font-weight: 300;
    padding: 12px 25px;
    margin-top: 30px;
}

.contacts {
    border-radius: 5px;
    overflow: hidden;
    background: #F3F3F3;
}

.contacts-map {
    display: inline-block;
    vertical-align: top;
    width: 700px;
}

.contacts-text {
    display: inline-block;
    vertical-align: top;
    width: 300px;
    width: 300px;
    margin-left: -5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 30px;
    height: 500px;
}

.hidden-p {
    display: none;
}

.more-p {
    color: #0088cc	;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.more-p:hover {
    color: #0099FF;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.visible-p {
    display: block;
}

video {
    border-radius: 5px;
    overflow: hidden;
    margin-top: 10px;
}

.oplata {
    background: url('../images/oplata.png') no-repeat;
    background-position: 700px 110px;
}

.oplata .abzac {
    width: 600px;
    margin-bottom: 10px !important;
}

.oplatablock {
    width: 600px;
}

input[type="radio"] {
    position: absolute !important;
    margin-top: 10px !important;
}

.radiobtn p {
    margin: 3px 0px 0px 25px;
}

.radiobtn {
    display: inline-block;
}

.radiobtn+.radiobtn {
    padding-left: 50px;
}

.radiobtn+.radiobtn p {
    margin-bottom: -20px !important;
}

.blog-item {
    display: inline-block;
    width: 310px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
    vertical-align: top;
    margin: 0px 15px;
}

.blog-item h4 a {
    color: #222222;
    font-size: 22px;
    text-decoration: none;
    min-height: 56px;
    display: block;
    margin-bottom: 15px;
}

.blog-item h4 a:after {
    display: block;
    margin: 12px 0px 20px;
    height: 3px;
    width: 100%;
    background: #0088cc	;
    content: '';
}

.blog-item .readmore:before {
    display: block;
    margin: 10px 0px 15px;
    height: 3px;
    width: 100%;
    background: #0088cc	;
    content: '';
    border-top: 8px solid #FFFFFF;
}

.blog-item:first-child {
    margin-left: 0px;
}

.blog-item:last-child {
    margin-right: 0px;
}

.blog-item img {
    max-width: 100%;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 0px 1px #E6E6E6;
    box-shadow: 0px 0px 0px 1px #E6E6E6;
    opacity: 0.75;
}

.item-image img {
    border-radius: 5px;
    max-width: 100%;
    -webkit-box-shadow: 0px 0px 0px 1px #E6E6E6;
    box-shadow: 0px 0px 0px 1px #E6E6E6;
    margin-left: 1px;
}

blockquote {
    background: #F3F3F3;
    margin: 15px 0px;
    padding: 5px 25px 15px;
    border-radius: 5px;
}

.readmore .btn {
    font-weight: 300;
    margin: 0px 0px 50px;
    padding-left: 30px;
    padding-right: 30px;
}

.blog-item-text {
    height: 260px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 20px;
    overflow: hidden;
}

.psy-blog .sheet {
    display: inline-block;
    vertical-align: top;
    width: 600px;
}

.sidebar {
    display: none;
}

.psy-blog .sidebar {
    display: inline-block;
    vertical-align: top;
    width: 360px;
    padding: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 34px;
    background: #F3F3F3;
    border-radius: 5px;
}

.sidemenu {
    list-style-type: none;
    margin: 0px;
    padding: 5px 10px 0px 20px;
    line-height: 125%;
}

.sidemenu>li {
    margin-bottom: 15px;
}

.sidemenu>li>a {
    text-decoration: none;
    font-size: 18px;
    color: #222222;
}

.sidemenu>li>a:before {
    width: 12px;
    height: 12px;
    background: #222222;
    content: '';
    background: url('../images/arrow-li.svg');
    display: inline-block;
    position: absolute;
    margin-left: -20px;
    margin-top: 4px;
}

.sidemenu .nav-child {
    display: none;
    list-style-type: none;
    padding: 12px 0px 0px 0px;
    line-height: 125%;
}

.sidemenu .nav-child li {
    margin-bottom: 10px;
}

.sidemenu .nav-child li a {
    font-size: 15px;
    text-decoration: none;
}

.sidemenu .active .nav-child {
    display: block;
}

.grey-nav>div>ul>li>a,
.grey-nav>div>ul>li>span {
    color: #FFFFFF !important;
}

.grey-nav .divider span {
    background-image: url('../images/arrow-white.svg') !important;
}

.grey-nav .divider span:hover {
    background-image: url('../images/arrow-white.svg') !important;
}

.columns {
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 10px;
    column-gap: 10px;
}

.footer-column {
    display: inline-block;
    vertical-align: middle;
    width: 245px;
    margin-bottom: 50px;
}

.footer-column:first-child {
    width: 300px;
}

.footer-column:nth-child(4) {
    width: 190px;
    text-align: right;
}

.footer-column p {
    font-size: 16px;
}

.footer-column a,
.social {
    text-decoration: none;
    border: none;
}

.social svg {
    width: 50px;
    height: 50px;
    fill: #FFFFFF;
    margin-top: 10px;
}

.int {
    margin-left: 20px;
}

.bluecontent {
    background: rgba(0, 0, 0, 0.25);
    padding: 30px 0px;
}

.soglasie {
    color: #999999;
    font-size: 12px;
    display: block;
    line-height: 150%;
}

.soglasie a {
    color: #60A9CE;
}

.soglasie a:hover {
    color: #8AC3E0;
}

.umodal h3 {
    margin: 0px 0px 20px;
}

.keys-intro {
    margin: 60px 0px 60px;
    font-size: 17px;
}

.keys-intro img {
    float: right;
    margin: -50px 0px -50px 50px;
}

.tests h2 {
    font-size: 36px;
    text-align: center;
}

.priceblock {
    width: 100%;
    margin-bottom: 15px;
    border: 2px solid #0088cc	;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
    background: rgba(0, 136, 204, 0.05);
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.priceblock:hover {
    border: 2px solid #0099FF;
    background: rgba(0, 153, 255, 0.05);
}

.priceblockimg svg {
    width: 50px;
    height: 50px;
    fill: #FFFFFF;
}

.priceblockimg {
    background: #0088cc	;
    width: 50px;
    height: 50px;
    padding: 10px;
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.priceblock:hover .priceblockimg {
    background: #0099FF;
}

.pricetable {
    display: inline-block;
    vertical-align: middle;
    line-height: 150%;
    margin-left: 15px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.priceblock:hover .pricetable {
    color: #444444;
}

.tests h2 {
    color: #0088cc	;
}

.blocklintro {
    margin: 30px 0px;
    font-size: 18px;
    text-align: center;
}

.nav-fixed {
    position: fixed;
    z-index: 1;
    background: #FFFFFF;
    width: 100%;
    top: -70px;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

.nav-visible {
    margin-top: 70px;
}

.grey-nav {
    background: #0088cc	;
}

.subbutton {
    border: 2px solid #0088cc	;
    color: #0088cc	;
    border-radius: 5px;
    text-decoration: none;
    padding: 5px 15px;
    display: inline-block;
    margin-top: 10px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.subbutton:hover {
    background: #0088cc	;
    color: #FFFFFF;
}