/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */

@import url("//fonts.googleapis.com/css?family=Ubuntu:300,400&subset=cyrillic");
/* line 5, E:/prog/Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}

/* line 22, E:/prog/Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */

html {
    line-height: 1;
}

/* line 24, E:/prog/Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */

ol,
ul {
    list-style: none;
}

/* line 26, E:/prog/Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* line 28, E:/prog/Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */

caption,
th,
td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}

/* line 30, E:/prog/Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */

q,
blockquote {
    quotes: none;
}

/* line 103, E:/prog/Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */

q:before,
q:after,
blockquote:before,
blockquote:after {
    content: "";
    content: none;
}

/* line 32, E:/prog/Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */

a img {
    border: none;
}

/* line 116, E:/prog/Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

/* line 10, ../sass/style.scss */

body {
    font-family: 'Ubuntu', sans-serif;
}

/* line 14, ../sass/style.scss */

p {
    font-size: 14px;
    color: #6d6d6d;
    line-height: 1.402;
}

/* line 22, ../sass/style.scss */

section,
nav,
footer,
header {
    min-width: 1200px;
}

/* line 26, ../sass/style.scss */

.container {
    width: 1170px;
}

/* line 30, ../sass/style.scss */

a {
    text-decoration: none;
    transition: 0.3s;
}

/* line 34, ../sass/style.scss */

button {
    transition: 0.3s;
    cursor: pointer;
}

/* line 39, ../sass/style.scss */

nav {
    background-color: #38466b;
}

/* line 41, ../sass/style.scss */

nav .container {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 50px;
    padding-top: 50px;
}

/* line 48, ../sass/style.scss */

.nav-link {
    font-size: 24px;
    color: #fefefe;
    line-height: 1.2;
    transition: 0.3s;
    margin-right: 45px;
}

/* line 54, ../sass/style.scss */

.nav-link:hover {
    color: #83c550;
}

/* line 59, ../sass/style.scss */

.tel-nav {
    float: right;
    text-align: right;
    margin-top: 0px;
}

/* line 63, ../sass/style.scss */

.tel-nav p {
    font-size: 16px;
    font-family: 'Ubuntu', sans-serif;
    color: rgba(255, 255, 255, 0.549);
    line-height: 1.2;
}

/* line 72, ../sass/style.scss */

.tel-nav a {
    font-size: 24px;
    font-family: 'Ubuntu', sans-serif;
    color: white;
    line-height: 1.2;
}

/* line 77, ../sass/style.scss */

.tel-nav a:hover {
    color: #83c550;
}

/* line 92, ../sass/style.scss */

#index1 {
    background-color: #38466b;
    padding: 75px 0;
    text-align: center;
}

/* line 96, ../sass/style.scss */

#index1 .btn {
    margin-top: 75px;
}

/* line 101, ../sass/style.scss */

h1 {
    font-size: 36px;
    font-family: 'Museo Sans Cyrl';
    font-weight: 900;
    color: white;
    text-transform: uppercase;
    line-height: 1.2;
    margin-top: 40px;
    margin-bottom: 40px;
}

/* line 112, ../sass/style.scss */

.check-wrap-i1 {
    text-align: center;
}

/* line 114, ../sass/style.scss */

.check-wrap-i1 div:nth-child(1) {
    margin-right: 100px;
}

/* line 117, ../sass/style.scss */

.check-wrap-i1 div {
    display: inline-block;
    vertical-align: middle;
    font-weight: 100;
    font-size: 24px;
    color: #fefefe;
    line-height: 2;
}

/* line 125, ../sass/style.scss */

.check-wrap-i1 div::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    background-image: url(https://old.vrchk.com/img/check.png);
    width: 27px;
    height: 27px;
}

/* line 137, ../sass/style.scss */

.btn {
    background-color: #83c550;
    padding: 0 50px;
    height: 74px;
    font-size: 15px;
    font-family: "Museo Sans Cyrl";
    color: #fffefe;
    text-transform: uppercase;
    font-weight: 900;
    border: none;
    letter-spacing: 1px;
    box-shadow: 0 0 65px 20px rgba(131, 197, 80, 0.5);
}

/* line 150, ../sass/style.scss */

.btn:hover {
    box-shadow: 0 0 40px 10px rgba(131, 197, 80, 0.5);
}

/* line 156, ../sass/style.scss */

a.btn {
    background-color: #83c550;
    display: inline-block;
    padding: 0 50px;
    padding-top: 30px;
    height: 74px;
    font-size: 15px;
    font-family: "Museo Sans Cyrl";
    color: #fffefe;
    text-transform: uppercase;
    font-weight: 900;
    border: none;
    letter-spacing: 1px;
    cursor: pointer;
    box-shadow: 0 0 65px 20px rgba(131, 197, 80, 0.5);
}

/* line 171, ../sass/style.scss */

a.btn:hover {
    box-shadow: 0 0 40px 10px rgba(131, 197, 80, 0.5);
}

/* line 181, ../sass/style.scss */

#index2 {
    padding: 90px 0;
}

/* line 185, ../sass/style.scss */

.i2-item1 {
    max-width: 940px;
    margin: auto;
    margin-bottom: 90px;
}

/* line 192, ../sass/style.scss */

.i2-item1-1 {
    width: 360px;
    margin-right: 100px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}

/* line 198, ../sass/style.scss */

.i2-item1-1 div {
    margin: 30px 0;
    margin-bottom: 15px;
    font-size: 24px;
    font-family: "Museo Sans Cyrl";
    color: #38466b;
    line-height: 1.2;
    font-weight: 300;
}

/* line 207, ../sass/style.scss */

.i2-item1-1 p {
    font-size: 18px;
    color: #999999;
    line-height: 1.2;
}

/* line 214, ../sass/style.scss */

.i2-item1-2 {
    width: 455px;
    display: inline-block;
    vertical-align: middle;
}

/* line 218, ../sass/style.scss */

.i2-item1-2 p {
    font-size: 15px;
    color: #333333;
    line-height: 1.402;
}

/* line 226, ../sass/style.scss */

.i2-title {
    font-size: 18px;
    font-family: "Museo Sans Cyrl";
    font-weight: 400;
    color: black;
    line-height: 1.2;
    margin: 20px 0;
}

/* line 238, ../sass/style.scss */

.akc-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}

.akc-wrap img:nth-child(2) {
    float: right;
}

/* line 244, ../sass/style.scss */

footer {
    padding: 50px 0;
    background-color: #38466b;
}

.platezh-img {
    margin-top: 30px;
    width: 200px;
}

/* line 248, ../sass/style.scss */

footer img {
    display: inline-block;
    vertical-align: middle;
}

/* line 254, ../sass/style.scss */

.footer-item1 {
    display: inline-block;
    vertical-align: middle;
    margin-left: 60px;
}

/* line 259, ../sass/style.scss */

.footer-item1 p {
    font-weight: 300;
    font-size: 14px;
    font-family: "Ubuntu";
    color: white;
    line-height: 1.2;
}

/* line 267, ../sass/style.scss */

.footer-item1 a {
    color: #fff;
    text-decoration: underline;
}

/* line 273, ../sass/style.scss */

.footer-item2 {
    float: right;
    text-align: right;
}

/* line 276, ../sass/style.scss */

.footer-item2 p {
    font-size: 14px;
    font-family: "Ubuntu";
    font-weight: 300;
    color: white;
    line-height: 1.2;
}

/* line 284, ../sass/style.scss */

.footer-item2 a {
    color: #fff;
    text-decoration: underline;
}

/* line 290, ../sass/style.scss */

.razrabotka {
    position: absolute;
    right: 15px;
    bottom: 25px;
    font-family: "Ubuntu";
    font-weight: 300;
    color: #fff;
}

/* line 297, ../sass/style.scss */

.razrabotka a {
    color: #fff;
    text-decoration: underline;
}

/* line 303, ../sass/style.scss */

.thx-form {
    display: none;
}

/* line 304, ../sass/style.scss */

.thx-form p {
    font-size: 25px;
    margin-top: 20px;
}

/* line 308, ../sass/style.scss */

.thx-form h3 {
    font-size: 50px;
}

/* line 314, ../sass/style.scss */

#about1 {
    background-color: #38466b;
    padding: 50px 0 120px 0;
}

/* line 317, ../sass/style.scss */

#about1 p {
    max-width: 750px;
    font-size: 16px;
    color: white;
    line-height: 1.402;
}

/* line 326, ../sass/style.scss */

#about2 {
    padding: 90px 0;
}

/* line 328, ../sass/style.scss */

#about2 p {
    font-size: 16px;
    color: #333333;
}

/* line 332, ../sass/style.scss */

#about2 h2 {
    margin-bottom: 45px;
}

/* line 338, ../sass/style.scss */

h2 {
    font-size: 36px;
    font-family: "Museo Sans Cyrl";
    font-weight: 900;
    color: #38466b;
    text-transform: uppercase;
    line-height: 1.2;
}

/* line 347, ../sass/style.scss */

.a2-txt {
    max-width: 750px;
    margin-left: auto;
}

/* line 354, ../sass/style.scss */

#about3 {
    background-color: #38466b;
    padding: 90px 0;
    overflow: hidden;
}

/* line 358, ../sass/style.scss */

#about3 h2 {
    color: #fff;
    margin-bottom: 70px;
}

/* line 364, ../sass/style.scss */

.a3-item {
    padding: 20px;
    transition: 0.4s;
    cursor: pointer;
}

/* line 368, ../sass/style.scss */

.a3-item img {
    width: 100%;
}

/* line 371, ../sass/style.scss */

.a3-item .a3-name {
    font-size: 20px;
    font-family: "Roboto";
    color: #fff;
    line-height: 1.25;
    font-weight: 300;
    margin: 15px 0;
    transition: 0.4s;
}

/* line 380, ../sass/style.scss */

.a3-item p {
    font-size: 12px;
    font-family: "Roboto";
    color: rgba(24, 40, 56, 0.749);
    line-height: 1.25;
    opacity: 0;
    transition: 0.4s;
    height: 60px;
}

/* line 389, ../sass/style.scss */

.a3-item:hover {
    background-color: #fff;
}

/* line 391, ../sass/style.scss */

.a3-item:hover .a3-name {
    color: #182838;
}

/* line 394, ../sass/style.scss */

.a3-item:hover p {
    opacity: 1;
}

/* line 401, ../sass/style.scss */

.slick-arrow {
    position: absolute;
    color: rgba(255, 255, 255, 0);
    background-color: inherit;
    border: none;
    width: 60px;
    height: 60px;
}

/* line 410, ../sass/style.scss */

.slick-prev {
    background-image: url(https://old.vrchk.com/img/left-arr.png);
    top: 240px;
    left: -80px;
}

/* line 416, ../sass/style.scss */

.slick-next {
    background-image: url(https://old.vrchk.com/img/right-arr.png);
    top: 240px;
    right: -80px;
}

/* line 422, ../sass/style.scss */

.slick-dots {
    text-align: center;
    margin-top: 50px;
}

/* line 425, ../sass/style.scss */

.slick-dots li {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 4px;
}

/* line 430, ../sass/style.scss */

.slick-dots li button {
    padding: 0;
    color: rgba(255, 255, 255, 0);
    background-color: inherit;
    border: 1px solid #fff;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    opacity: 0.5;
    transition: 0.2s;
}

/* line 441, ../sass/style.scss */

.slick-dots li button:hover {
    opacity: 1;
}

/* line 447, ../sass/style.scss */

.slick-dots li.slick-active button {
    background-color: #fff;
    opacity: 1;
    box-shadow: 0px 2px 8px 0px rgba(200, 44, 35, 0.4);
}

/* line 457, ../sass/style.scss */

#about4 {
    padding: 90px 0;
}

/* line 459, ../sass/style.scss */

#about4 h2 {
    margin-bottom: 70px;
}

/* line 464, ../sass/style.scss */

.map-b {
    max-width: 670px;
    margin-right: 65px;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}

/* line 472, ../sass/style.scss */

.a4-txt-b {
    max-width: 420px;
    display: inline-block;
    vertical-align: middle;
}

/* line 478, ../sass/style.scss */

.a4-txt1 {
    font-size: 20px;
    color: #333333;
    font-weight: bold;
    line-height: 1.25;
    margin-bottom: 8px;
}

/* line 489, ../sass/style.scss */

.a4-txt2 {
    font-size: 15px;
    color: #333333;
    line-height: 1.25;
}

/* line 496, ../sass/style.scss */

.a4-txt3 {
    font-size: 12.5px;
    color: #b9b9b9;
    line-height: 2;
}

/* line 503, ../sass/style.scss */

.a4-txt4 {
    font-size: 15px;
    font-weight: bold;
    color: #333333;
    line-height: 1.25;
}

/* line 508, ../sass/style.scss */

.a4-txt4 a {
    font-size: 15px;
    font-weight: bold;
    color: #333333;
    line-height: 1.25;
}

/* line 516, ../sass/style.scss */

.a4-item1 {
    float: left;
}

/* line 519, ../sass/style.scss */

.a4-item2 {
    float: right;
}

/* line 522, ../sass/style.scss */

.a4-item3 {
    clear: both;
    position: relative;
    top: 16px;
}

/* line 532, ../sass/style.scss */

#partners1 {
    background-color: #38466b;
    padding: 50px 0 80px 0;
}

/* line 535, ../sass/style.scss */

#partners1 p {
    font-size: 24px;
    font-weight: 300;
    color: white;
    line-height: 1.2;
}

/* line 541, ../sass/style.scss */

#partners1 .btn {
    margin-top: 60px;
}

/* line 547, ../sass/style.scss */

#partners2 {
    padding: 90px 0;
}

/* line 549, ../sass/style.scss */

#partners2 h2 {
    margin-bottom: 80px;
}

/* line 552, ../sass/style.scss */

#partners2 .container {
    padding-left: 30px;
}

/* line 557, ../sass/style.scss */

.p2-item {
    background-color: white;
    box-shadow: 0px 5px 45px 0px rgba(152, 156, 172, 0.15);
    width: 261px;
    height: 220px;
    position: relative;
    z-index: 2;
    transition: 0.3s;
    padding: 30px;
    padding-top: 85px;
}

/* line 567, ../sass/style.scss */

.p2-item p {
    font-size: 18px;
    color: #182838;
    line-height: 1.389;
    text-indent: -3px;
}

/* line 576, ../sass/style.scss */

.title-p2-item {
    font-size: 80px;
    font-family: "Roboto";
    color: #83c550;
    line-height: 1;
    text-indent: -3px;
    position: absolute;
    left: -20px;
    top: -25px;
    transition: 0.3s;
}

/* line 588, ../sass/style.scss */

.p2-wrap {
    width: 261px;
    height: 220px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 55px;
    margin-right: 85px;
}

/* line 596, ../sass/style.scss */

.p2-wrap::before {
    content: '';
    position: absolute;
    z-index: 1;
    width: 261px;
    height: 220px;
    border: 2px solid rgba(56, 70, 107, 0.3);
    right: -10px;
    top: 10px;
    transition: 0.3s;
}

/* line 608, ../sass/style.scss */

.p2-wrap:hover .p2-item {
    box-shadow: 0px 5px 45px 0px rgba(152, 156, 172, 0.55);
}

/* line 611, ../sass/style.scss */

.p2-wrap:hover .title-p2-item {
    left: 30px;
    top: 5px;
}

/* line 615, ../sass/style.scss */

.p2-wrap:hover::before {
    top: -10px;
    right: 10px;
}

/* line 622, ../sass/style.scss */

#partners3 {
    background-color: #38466b;
    padding-top: 70px;
    padding-bottom: 20px;
}

/* line 626, ../sass/style.scss */

#partners3 h2 {
    color: #fff;
    margin-bottom: 70px;
}

/* line 632, ../sass/style.scss */

.p3-wrap1 {
    width: 488px;
    float: left;
}

/* line 637, ../sass/style.scss */

.p3-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

/* line 643, ../sass/style.scss */

.p3-item {
    width: 511px;
    margin-bottom: 50px;
}

/* line 646, ../sass/style.scss */

.p3-item img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 30px;
}

/* line 651, ../sass/style.scss */

.p3-item p {
    font-size: 18px;
    color: white;
    font-weight: bold;
    line-height: 1.1;
    font-weight: 300;
    display: inline-block;
    vertical-align: middle;
}

/* line 660, ../sass/style.scss */

.p3-item p b {
    font-size: 24px;
}

/* line 670, ../sass/style.scss */

#partners4 {
    padding: 90px 0;
    text-align: center;
}

/* line 673, ../sass/style.scss */

#partners4 h2 {
    font-size: 30px;
    margin-bottom: 45px;
}

/* line 677, ../sass/style.scss */

#partners4 p {
    font-size: 24px;
    color: #38466b;
    line-height: 1.2;
    font-weight: 300;
}

/* line 683, ../sass/style.scss */

#partners4 .btn {
    margin-top: 70px;
}

/* line 690, ../sass/style.scss */

#client1 {
    background-color: #38466b;
    padding: 50px 0 80px 0;
}

/* line 694, ../sass/style.scss */

#client1 .btn {
    margin-top: 60px;
}

/* line 700, ../sass/style.scss */

.c1-trig p {
    color: white;
    line-height: 1.2;
    font-size: 18px;
    font-weight: 300;
    display: inline-block;
    vertical-align: middle;
}

/* line 707, ../sass/style.scss */

.c1-trig p span {
    font-size: 24px;
    font-family: "Museo Sans Cyrl";
    font-weight: 700;
}

/* line 714, ../sass/style.scss */

.c1-trig {
    display: inline-block;
    vertical-align: middle;
    margin-right: 80px;
}

/* line 718, ../sass/style.scss */

.c1-trig img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 25px;
}

/* line 727, ../sass/style.scss */

#client2 {
    padding: 80px 0;
}

/* line 729, ../sass/style.scss */

#client2 h2 {
    margin-bottom: 70px;
}

/* line 734, ../sass/style.scss */

.sertificat-b {
    display: flex;
    justify-content: space-between;
}

/* line 737, ../sass/style.scss */

.sertificat-b img {
    width: 270px;
}

/* line 742, ../sass/style.scss */

#client3 {
    background-color: #38466b;
    padding-top: 80px;
    padding-bottom: 90px;
}

/* line 746, ../sass/style.scss */

#client3 h2 {
    color: #fff;
    margin-bottom: 70px;
    float: left;
}

/* line 753, ../sass/style.scss */

.tel-c3 {
    float: right;
    font-size: 20px;
    color: white;
    line-height: 1.25;
    text-align: right;
}

/* line 759, ../sass/style.scss */

.tel-c3 a {
    font-size: 20px;
    color: white;
    text-decoration: none;
    transition: 0.3s;
}

/* line 764, ../sass/style.scss */

.tel-c3 a:hover {
    color: #83c550;
}

/* line 772, ../sass/style.scss */

.drop-main {
    border-bottom: 1px dotted #b2b3bb;
    font-size: 20px;
    color: #fefefe;
    line-height: 1.25;
    padding-bottom: 14px;
    cursor: pointer;
    position: relative;
}

/* line 781, ../sass/style.scss */

.drop-main::after {
    content: '';
    display: block;
    position: absolute;
    background-image: url(https://old.vrchk.com/img/drop-arr.png);
    width: 32px;
    height: 32px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    right: 0;
    bottom: 10px;
    transition: 0.3s;
}

/* line 799, ../sass/style.scss */

.drop-main.active::after {
    transform: none;
}

/* line 806, ../sass/style.scss */

.drop-city {
    width: 430px;
    margin-left: 30px;
    margin-bottom: 70px;
    float: left;
    display: inline-block;
}

/* line 815, ../sass/style.scss */

.drop-list {
    display: none;
}

/* line 817, ../sass/style.scss */

.drop-list div {
    border-bottom: 1px dotted #b2b3bb;
    padding: 20px 0;
    font-size: 14px;
    color: #bebebe;
    cursor: pointer;
}

/* line 829, ../sass/style.scss */

.drop-main-reg {
    border-bottom: 1px dotted #b2b3bb;
    font-size: 20px;
    color: #fefefe;
    line-height: 1.25;
    padding-bottom: 14px;
    cursor: pointer;
    position: relative;
}

/* line 838, ../sass/style.scss */

.drop-main-reg::after {
    content: '';
    display: block;
    position: absolute;
    background-image: url(https://old.vrchk.com/img/drop-arr.png);
    width: 32px;
    height: 32px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    right: 0;
    bottom: 10px;
    transition: 0.3s;
}

/* line 856, ../sass/style.scss */

.drop-main-reg.active::after {
    transform: none;
}

/* line 863, ../sass/style.scss */

.drop-reg {
    width: 500px;
    margin-right: 30px;
    margin-bottom: 70px;
    float: right;
    display: inline-block;
}

/* line 872, ../sass/style.scss */

.drop-list-reg {
    display: none;
}

/* line 874, ../sass/style.scss */

.drop-list-reg div {
    border-bottom: 1px dotted #b2b3bb;
    padding: 20px 0;
    font-size: 14px;
    color: #bebebe;
    cursor: pointer;
}

/* line 893, ../sass/style.scss */

.adres-row {
    margin-top: 20px;
    background-color: #fff;
    padding: 20px 0;
}

/* line 897, ../sass/style.scss */

.adres-row div {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    color: #333333;
    line-height: 1.5;
}

/* line 906, ../sass/style.scss */

.adres-row div:nth-child(1) {
    margin-left: 35px;
    width: 460px;
}

/* line 910, ../sass/style.scss */

.adres-row div:nth-child(2) {
    width: 160px;
    text-align: center;
    margin-left: 44px;
}

/* line 915, ../sass/style.scss */

.adres-row div:nth-child(3) {
    width: 170px;
    text-align: right;
    margin-left: 230px;
}

/* line 922, ../sass/style.scss */

.c3-title {
    font-size: 18px;
    color: white;
    display: inline-block;
}

/* line 930, ../sass/style.scss */

.c3-adres-wrap {
    display: none;
}

/* line 932, ../sass/style.scss */

.c3-adres-wrap.active {
    display: block;
}

/* line 935, ../sass/style.scss */

.c3-adres-wrap .c3-title:nth-child(1) {
    margin-left: 35px;
}

/* line 938, ../sass/style.scss */

.c3-adres-wrap .c3-title:nth-child(2) {
    margin-left: 460px;
    margin-right: 285px;
}

/* line 943, ../sass/style.scss */

.map-b-adres {
    margin-top: 55px;
}

/* line 947, ../sass/style.scss */

#client4 {
    padding: 90px 0;
    padding-bottom: 60px;
}

/* line 950, ../sass/style.scss */

#client4 h2 {
    margin-bottom: 70px;
}

/* line 955, ../sass/style.scss */

.l-dock {
    float: left;
}

/* line 958, ../sass/style.scss */

.r-dock {
    float: right;
}

/* line 962, ../sass/style.scss */

.dock-item {
    margin-bottom: 30px;
}

/* line 964, ../sass/style.scss */

.dock-item img {
    margin-right: 30px;
    display: inline-block;
    vertical-align: middle;
}

/* line 969, ../sass/style.scss */

.dock-item p {
    font-size: 20px;
    font-family: "Museo Sans Cyrl";
    font-weight: 500;
    color: #38466b;
    line-height: 1.2;
    display: inline-block;
    vertical-align: middle;
}

/* line 976, ../sass/style.scss */

.dock-item p a {
    font-size: 18px;
    color: #38466b;
    display: inline-block;
    font-weight: 300;
}

/* line 982, ../sass/style.scss */

.dock-item p a::after {
    content: '';
    display: block;
    position: relative;
    width: 100%;
    height: 1px;
    background-color: #38466b;
    transition: 0.3s;
}

/* line 992, ../sass/style.scss */

.dock-item p a:hover::after {
    opacity: 0;
}

/* line 1007, ../sass/style.scss */

.image-source-link {
    color: #98C3D1;
}

/* line 1011, ../sass/style.scss */

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    /* ideally, transition speed should match zoom duration */
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

/* line 1022, ../sass/style.scss */

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}

/* line 1025, ../sass/style.scss */

.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

/* line 1029, ../sass/style.scss */

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0;
}

/* line 1035, ../sass/style.scss */

.mfp-title {
    display: none;
}

/* line 1039, ../sass/style.scss */

#zvonok {
    background: white;
    padding: 50px 80px;
    text-align: left;
    max-width: 520px;
    margin: 40px auto;
    position: relative;
    text-align: center;
}

#career_pop {
    background: white;
    padding: 50px 80px;
    text-align: left;
    max-width: 520px;
    margin: 40px auto;
    position: relative;
    text-align: center;
}

#career_pop_finans {
    background: white;
    padding: 50px 80px;
    text-align: left;
    max-width: 520px;
    margin: 40px auto;
    position: relative;
    text-align: center;
}

/* line 1049, ../sass/style.scss */

#zaim {
    background: white;
    padding: 70px 100px;
    text-align: left;
    max-width: 1030px;
    margin: 40px auto;
    position: relative;
}

#oplata {
    background: white;
    padding: 70px 100px;
    text-align: left;
    max-width: 1030px;
    margin: 40px auto;
    position: relative;
}

/**
 * Fade-zoom animation for first dialog
 */

/* start state */

/* line 1063, ../sass/style.scss */

.my-mfp-zoom-in .zoom-anim-dialog {
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
}

/* animate in */

/* line 1081, ../sass/style.scss */

.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

/* animate out */

/* line 1092, ../sass/style.scss */

.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
}

/* Dark overlay, start state */

/* line 1103, ../sass/style.scss */

.my-mfp-zoom-in.mfp-bg {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}

/* animate in */

/* line 1111, ../sass/style.scss */

.my-mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.8;
}

/* animate out */

/* line 1115, ../sass/style.scss */

.my-mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0;
}

/**
 * Fade-move animation for second dialog
 */

/* at start */

/* line 1126, ../sass/style.scss */

.my-mfp-slide-bottom .zoom-anim-dialog {
    opacity: 0;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    -moz-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    -ms-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    -o-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    transform: translateY(-20px) perspective(600px) rotateX(10deg);
}

/* animate in */

/* line 1142, ../sass/style.scss */

.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    -webkit-transform: translateY(0) perspective(600px) rotateX(0);
    -moz-transform: translateY(0) perspective(600px) rotateX(0);
    -ms-transform: translateY(0) perspective(600px) rotateX(0);
    -o-transform: translateY(0) perspective(600px) rotateX(0);
    transform: translateY(0) perspective(600px) rotateX(0);
}

/* animate out */

/* line 1152, ../sass/style.scss */

.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
    opacity: 0;
    -webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    -moz-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    -ms-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    -o-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    transform: translateY(-10px) perspective(600px) rotateX(10deg);
}

/* Dark overlay, start state */

/* line 1163, ../sass/style.scss */

.my-mfp-slide-bottom.mfp-bg {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}

/* animate in */

/* line 1172, ../sass/style.scss */

.my-mfp-slide-bottom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

/* animate out */

/* line 1176, ../sass/style.scss */

.my-mfp-slide-bottom.mfp-removing.mfp-bg {
    opacity: 0;
}

/* line 1187, ../sass/style.scss */

h3 {
    font-size: 25px;
    font-family: "Museo Sans Cyrl";
    font-weight: 900;
    color: #38466b;
    text-transform: uppercase;
    line-height: 1.2;
}

/* line 1196, ../sass/style.scss */

.pop-txt {
    margin: 30px 0;
    font-size: 14px;
    color: #333333;
    line-height: 1.286;
}

/* line 1203, ../sass/style.scss */

.form-zvonok {
    max-width: 308px;
    margin: auto;
}

/* line 1209, ../sass/style.scss */

.inp-zvonok {
    border-width: 1px;
    border-color: #e1e1e1;
    border-style: solid;
    border-radius: 3px;
    background-color: #f8f8f8;
    height: 48px;
    color: #38466b;
    font-size: 12.5px;
    font-family: "Verdana";
    padding-left: 20px;
    width: 100%;
    line-height: 1;
    margin-bottom: 20px;
    text-align: left;
}

/* line 1226, ../sass/style.scss */

.pop-lable {
    text-align: left;
    padding-left: 20px;
    font-size: 10.5px;
    font-family: "Verdana";
    color: #333333;
    line-height: 2.381;
}

/* line 1237, ../sass/style.scss */

.pop-btn {
    background-color: #83c550;
    width: 100%;
    height: 74px;
    font-size: 15px;
    font-family: "Museo Sans Cyrl";
    color: #fffefe;
    text-transform: uppercase;
    font-weight: 900;
    border: none;
    letter-spacing: 1px;
    margin-top: 25px;
}

/* line 1249, ../sass/style.scss */

.pop-btn:hover {
    box-shadow: 0 0 40px 10px rgba(131, 197, 80, 0.5);
}

/* line 1254, ../sass/style.scss */

.form-dannie {
    margin-top: 30px;
    font-size: 12.5px;
    font-family: "Verdana";
    color: #333333;
}

/* line 1263, ../sass/style.scss */

.zvonok-ok {
    padding: 60px 0;
    display: none;
}

/* line 1266, ../sass/style.scss */

.zvonok-ok h3 {
    margin-bottom: 30px;
    color: #333333;
}

/* line 1270, ../sass/style.scss */

.zvonok-ok p {
    font-size: 12.5px;
    color: #333333;
    line-height: 1.44;
}

/* line 1288, ../sass/style.scss */

input[type=range] {
    -webkit-appearance: none;
    width: 725px;
    margin: 60px 0 90px 0;
}

/* line 1293, ../sass/style.scss */

input[type=range]:focus {
    outline: none;
}

/* line 1296, ../sass/style.scss */

input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 2px;
    cursor: pointer;
    box-shadow: 0px 0px 0px transparent, 0px 0px 0px rgba(13, 13, 13, 0);
    background: #a4a4a4;
    border-radius: 0px;
    border: 0px solid rgba(1, 1, 1, 0);
}

/* line 1305, ../sass/style.scss */

input[type=range]::-webkit-slider-thumb {
    box-shadow: 0px 0px 0px transparent, 0px 0px 0px rgba(13, 13, 13, 0);
    border: 0px solid transparent;
    height: 32px;
    width: 32px;
    border-radius: 50px;
    background: #84c551;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -15px;
}

/* line 1316, ../sass/style.scss */

input[type=range]:focus::-webkit-slider-runnable-track {
    background: #dfdfdf;
}

/* line 1319, ../sass/style.scss */

input[type=range]::-moz-range-track {
    width: 100%;
    height: 2px;
    cursor: pointer;
    box-shadow: 0px 0px 0px transparent, 0px 0px 0px rgba(13, 13, 13, 0);
    background: #a4a4a4;
    border-radius: 0px;
    border: 0px solid rgba(1, 1, 1, 0);
}

/* line 1328, ../sass/style.scss */

input[type=range]::-moz-range-thumb {
    box-shadow: 0px 0px 0px transparent, 0px 0px 0px rgba(13, 13, 13, 0);
    border: 0px solid transparent;
    height: 32px;
    width: 32px;
    border-radius: 50px;
    background: #84c551;
    cursor: pointer;
}

/* line 1337, ../sass/style.scss */

input[type=range]::-ms-track {
    width: 100%;
    height: 2px;
    cursor: pointer;
    background: transparent;
    border-color: transparent;
    color: transparent;
}

/* line 1345, ../sass/style.scss */

input[type=range]::-ms-fill-lower {
    background: #696969;
    border: 0px solid rgba(1, 1, 1, 0);
    border-radius: 0px;
    box-shadow: 0px 0px 0px transparent, 0px 0px 0px rgba(13, 13, 13, 0);
}

/* line 1351, ../sass/style.scss */

input[type=range]::-ms-fill-upper {
    background: #a4a4a4;
    border: 0px solid rgba(1, 1, 1, 0);
    border-radius: 0px;
    box-shadow: 0px 0px 0px transparent, 0px 0px 0px rgba(13, 13, 13, 0);
}

/* line 1357, ../sass/style.scss */

input[type=range]::-ms-thumb {
    box-shadow: 0px 0px 0px transparent, 0px 0px 0px rgba(13, 13, 13, 0);
    border: 0px solid transparent;
    height: 32px;
    width: 32px;
    border-radius: 50px;
    background: #84c551;
    cursor: pointer;
    height: 2px;
}

/* line 1367, ../sass/style.scss */

input[type=range]:focus::-ms-fill-lower {
    background: #a4a4a4;
}

/* line 1370, ../sass/style.scss */

input[type=range]:focus::-ms-fill-upper {
    background: #dfdfdf;
}

/* line 1376, ../sass/style.scss */

.summ {
    display: block;
    float: right;
    text-align: right;
    font-size: 24px;
    color: #38466b;
    text-transform: uppercase;
    line-height: 1.2;
    width: 105px;
    margin-top: 50px;
    border: none;
    font-weight: 300;
}

/* line 1390, ../sass/style.scss */

.zaim-l {
    width: 330px;
    float: left;
}

/* line 1393, ../sass/style.scss */

.zaim-l h3 {
    margin-bottom: 43px;
}

/* line 1397, ../sass/style.scss */

.zaim-r {
    width: 330px;
    float: right;
}

/* line 1400, ../sass/style.scss */

.zaim-r h3 {
    margin-bottom: 43px;
}

/* line 1405, ../sass/style.scss */

.zaim-inp {
    border-width: 1px;
    border-color: #dfe1e5;
    border-style: solid;
    border-radius: 15px;
    background-color: white;
    box-shadow: inset 0px -1px 2px 0px rgba(255, 255, 255, 0.004);
    width: 100%;
    height: 40px;
    font-size: 14px;
    font-family: "Roboto";
    color: #38466b;
    line-height: 1;
    padding-left: 20px;
    margin-bottom: 20px;
    transition: 0.3s;
}

/* line 1421, ../sass/style.scss */

.zaim-inp:focus {
    box-shadow: inset 0px -1px 2px 0px rgba(41, 41, 41, 0.51);
}

/* line 1426, ../sass/style.scss */

#zaim select {
    border-width: 1px;
    border-color: #dfe1e5;
    border-style: solid;
    border-radius: 15px;
    background-color: white;
    box-shadow: inset 0px -1px 2px 0px rgba(255, 255, 255, 0.004);
    width: 100%;
    height: 40px;
    font-size: 14px;
    font-family: "Roboto";
    color: #38466b;
    line-height: 1;
    padding-left: 20px;
    margin-bottom: 20px;
    transition: 0.3s;
    position: relative;
}

/* line 1443, ../sass/style.scss */

#zaim select::before {
    content: '';
    position: absolute;
    display: block;
    left: 20px;
    top: 10px;
    background-image: url(https://old.vrchk.com/img/select.png);
    width: 8px;
    height: 5px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
}

/* line 1458, ../sass/style.scss */

#zaim select:focus {
    box-shadow: inset 0px -1px 2px 0px rgba(41, 41, 41, 0.51);
}

/* line 1461, ../sass/style.scss */

#zaim select option {
    padding: 8px 0;
    font-size: 14px;
    font-family: "Roboto";
    color: #333333;
}

/* line 1469, ../sass/style.scss */

select {
    padding-right: 25px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/* line 1477, ../sass/style.scss */

.lable-zaim {
    font-size: 11px;
    color: #656878;
    line-height: 1;
    margin-left: 20px;
    margin-bottom: 4px;
}

/* line 1486, ../sass/style.scss */

.radio-wrap .lable-zaim {
    margin-bottom: 0;
    display: inline-block;
    vertical-align: middle;
}

/* line 1491, ../sass/style.scss */

.radio-wrap .radio {
    display: inline-block;
    vertical-align: middle;
    margin-left: 30px;
}

/* line 1495, ../sass/style.scss */

.radio-wrap .radio input {
    margin-top: 0px;
    display: inline;
    vertical-align: middle;
    margin-right: 5px;
}

/* line 1502, ../sass/style.scss */

.zaim-bottom {
    padding-top: 30px;
}

/* line 1504, ../sass/style.scss */

.zaim-bottom h3 {
    margin-bottom: 43px;
}

/* line 1509, ../sass/style.scss */

.bot-sel {
    width: 330px;
    margin-bottom: 43px;
}

/* line 1514, ../sass/style.scss */

.bot-sel-city {
    float: left;
}

/* line 1518, ../sass/style.scss */

.bot-sel-adres {
    float: right;
    display: none;
}

/* line 1521, ../sass/style.scss */

.bot-sel-adres.active {
    display: block;
}

/* line 1526, ../sass/style.scss */

.obr-dannih {
    text-align: center;
}

/* line 1528, ../sass/style.scss */

.obr-dannih input {
    margin: 0;
    margin-right: 10px;
    vertical-align: middle;
}

/* line 1533, ../sass/style.scss */

.obr-dannih .btn {
    margin-top: 43px;
    box-shadow: none;
}

/* line 1536, ../sass/style.scss */

.obr-dannih .btn:hover {
    box-shadow: 0 0 40px 10px rgba(131, 197, 80, 0.5);
}


#thx {
    padding: 100px 0;
    text-align: center;
}

.thx-txt span {
    font-family: 'Museo Sans Cyrl';
    font-weight: 900;
    font-size: 70px;
    line-height: 1.2;
    color: #83c550
}

.thx-txt {
    font-size: 23px;
    line-height: 1.2;
    color: #38466b;
}

.flex-thx-str {
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-direction: column;
    height: 100vh;
}

#old-docks {
    padding: 60px 0;
}

#old-docks h2 {
    margin-bottom: 30px;
}

#old-docks a {
    margin-bottom: 10px;
    display: inline-block;
    color: #38466b;
    text-decoration: underline;
}

.arch-dock {
    margin-top: 20px;
    display: inline-block;
    color: #38466b;
    font-size: 18px;
    font-weight: 300;
}

.arch-dock:hover::after {
    opacity: 0;
}

.arch-dock::after {
    content: '';
    display: block;
    position: relative;
    width: 100%;
    height: 1px;
    background-color: #38466b;
    transition: 0.3s;
}

/*

.btn-link {
  font-size: 24px;
  color: #fefefe;
  line-height: 1.2;
  transition: 0.3s;
  margin-right: 45px;
    background-color: #83c550;
    display: inline-block;
    padding: 10px 18px; 
}

.btn-link:hover {
  color: #83c550;
}
*/

.btn-link {
    background-color: #83c550;
    padding: 18px 30px;
    font-size: 15px;
    font-family: "Museo Sans Cyrl";
    color: #fffefe;
    text-transform: uppercase;
    font-weight: 900;
    border: none;
    letter-spacing: 1px;
    display: inline-block;

    box-shadow: 0 0 40px 10px rgba(131, 197, 80, 0.5);
}

/* line 150, ../sass/style.scss */

.btn-link:hover {
    box-shadow: 0 0 65px 20px rgba(131, 197, 80, 0.5);
}


.career_b2_txt {
    font-size: 18px;
    color: #182838;
    margin-bottom: 60px;

}

.career_b2_txt span {
    font-size: 18px;
    font-weight: bold;

}

.career_p2-wrap {
    height: 230px;
    width: 450px;
}

.career_p2-wrap.p2-wrap::before {
    height: 230px;
    width: 450px;
}

.career_p2-wrap .p2-item {
    height: 230px;
    width: 450px;
}


.b2_career_flex {
    display: flex;

    flex-wrap: wrap;
}

.carrer_b3-img {
    width: 80px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 30px;
    text-align: center;
}

.carrer_b3-img img {
    margin: 0;
}

#career_pop select {

    border-width: 1px;
    border-color: #e1e1e1;
    border-style: solid;
    border-radius: 3px;
    background-color: #f8f8f8;
    height: 48px;
    color: #38466b;
    font-size: 12.5px;
    font-family: "Verdana";
    padding-left: 20px;
    width: 100%;
    line-height: 1;
    margin-bottom: 20px;
    text-align: left;
}



.popup {position: fixed; left: 0; right: 0; bottom: -300px; background: #FFF; box-shadow: 0 0 30px 1px rgba(0,0,0,0.08); text-align: left; z-index: 99999; -webkit-transition: 0.3s; transition: 0.3s; -moz-transition: 0.3s; -o-transition: 0.3s;}
.popup .popup_close {position: absolute; right: 18px; top: 22px; width: 18px; height: 18px; z-index: 991; background: url('https://old.vrchk.com/images/close.svg') 0 0 no-repeat; background-size: 100% auto; -webkit-transition: 0.2s; transition: 0.2s; -moz-transition: 0.2s; -o-transition: 0.2s;}
.popup .popup_close:hover {cursor: pointer;}
.popup .popup_content {position: relative; max-width: 994px; margin: 0 auto; padding: 28px 1.714285714rem 34px;}
.popup .popup_title {font-size: 26px; line-height: 1.2; font-weight: bold; margin: 0 0 20px;}
.popup .popup_text {text-align: left; font-size: 15px; line-height: 1.4; margin: 0 0 16px;}
.popup .popup_info_agreement {display: inline-block; vertical-align: top; color: #F00; box-shadow: inset 0 -1px 0 0 #F00; -webkit-transition: 0.2s; transition: 0.2s; -moz-transition: 0.2s; -o-transition: 0.2s; cursor: pointer;}
.popup .popup_info_agreement:hover {box-shadow: none;}

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

.popup .popup_title {font-size: 20px; line-height: 1.2;}
.popup .popup_text {font-size: 14px;}

}