/* 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" /> */

/* 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 8, ../sass/style.scss */

html {
    overflow-x: hidden;
}

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

body {
    overflow: hidden;
    font-family: 'TTF';
    font-size: 16px;
    line-height: 1.5;
    background-color: #ffffff;
}

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

.container {
    max-width: 1310px;
}

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

.logo-wrap {
    display: flex;
    align-items: center;
}

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

.logo-wrap p {
    font-size: 14px;
    color: #ffffff;
    line-height: 1.2;
    margin-left: 10px;
    text-transform: uppercase;
}

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

.nav-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

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

.nav-link {
    margin: 0 22px;
    display: inline-block;
    font-size: 16px;
    color: #fff;
    text-decoration: underline;
}

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

.nav-link:hover {
    text-decoration: none;
}

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

.tel-nav {
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    line-height: 1.884;
}

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

.tel-nav img {
    display: none;
}

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

.tel-nav:hover {
    text-decoration: underline;
}

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

.contact-nav {
    text-align: right;
}

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

.contact-nav p {
    font-size: 12px;
    font-weight: 500;
    color: #898989;
    line-height: 1.2;
}

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

nav {
    position: relative;
    z-index: 8;
}

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

#block1 {
    position: relative;
    z-index: 3;
	text-align: center;
}

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

nav.fixed-nav {
    width: 100%;
    position: fixed;
    left: 0;
    top: -200px;
    background-color: #fff;
    padding: 10px 0;
    z-index: 8;
    transition: 0.4s;
}

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

nav.fixed-nav.active {
    display: block;
    top: 0;
}

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

nav.fixed-nav .logo-wrap img {
    width: 70px;
    cursor: pointer;
}

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

nav.fixed-nav .logo-wrap p {
    color: rgba(0, 0, 0, 0.5);
}

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

nav.fixed-nav .nav-link {
    color: #000;
}

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

nav.fixed-nav .tel-nav {
    color: #000;
}

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

header {
    padding-top: 15px;
    padding-bottom: 90px;
    overflow: hidden;
    background-image: url(../img/bg_main.jpg);
    background-size: cover;
    position: relative;
}

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

.slider-main {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

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

.slider-main .slick-list {
    height: 100%;
}

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

.slider-main .slick-track {
    height: 100%;
}

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

.sl1-main {
    background-image: url(../img/bg1_main.webp);
    background-size: cover;
    background-position: center;
    height: 100%;
}

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

.sl2-main {
    background-image: url(../img/bg2_main.webp);
    background-size: cover;
    background-position: center;
    height: 100%;
}

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

.sl3-main {
    background-image: url(../img/bg3_main.webp);
    background-size: cover;
    background-position: center;
    height: 100%;
}

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

.sl4-main {
    background-image: url(../img/bg4_main.webp);
    background-size: cover;
    background-position: center;
    height: 100%;
}

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

.sl5-main {
    background-image: url(../img/bg5_main.webp);
    background-size: cover;
    background-position: center;
    height: 100%;
}

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

h1 {
    font-size: 50px;
    color: #fff;
    font-weight: 800;
    line-height: 0.685;
    line-height: 52px;
    margin-top: 60px;
    text-align: left;
    letter-spacing: -1px;
}

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

h1 span {
    color: #000;
    font-size: 37px;
    letter-spacing: -1.5px;
    line-height: 30px;
    font-weight: bold;
}

#block1 h1 {
    text-align: center;	
}


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

.b1-list p {
    font-size: 19.795px;
    color: #fff;
    position: relative;
    padding-left: 26px;
    margin-right: 30px;
}

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

/*
.b1-list p::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 5px;
    background-image: url(../img/list2.png);
    width: 13px;
    height: 16px;
}
*/

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

.b1-flex {
    margin-top: 75px;
    display: flex;
    align-items: center;
    margin-bottom: 35px;
}

.block1-center {
    margin-top: 75px;
    margin-bottom: 55px;	
}

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

.clr-blue {
    font-weight: bold;
    color: #273b7a;
}

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

.video-play {
    display: flex;
    align-items: center;
    text-decoration: none;
}

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

.video-play p {
    font-size: 17px;
    color: #273b7a;
    font-weight: bold;
    line-height: 1.2;
    text-align: left;
    margin-left: 10px;
}

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

.video-play p span {
    font-size: 12px;
    font-weight: 600;
    color: #898989;
    display: block;
    margin-top: 15px;
}

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

.video-play:hover img {
    transform: scale(0.8, 0.8);
}

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

.video-play img {
    transition: 0.3s;
}

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

.b1-img {
    position: absolute;
    left: 810px;
    top: -57px;
}

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

.btn {
    border-radius: 5px;
    background-color: #273b7a;
    padding: 17px 50px;
    border: none;
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    cursor: pointer;
    transition: 0.3s;
    display: inline-block;
    text-decoration: none;
}

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

.btn:hover {
    background-color: #42578d;
}

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

.btn-tz {
    border-radius: 5px;
    background-color: #273b7a;
    padding: 10px 20px;
    border: none;
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    cursor: pointer;
    transition: 0.3s;
    display: inline-block;
    text-decoration: none;
    margin-top: 15px;
    opacity: 0;
    visibility: hidden;
}

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

.btn-tz:hover {
    background-color: #42578d;
}

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

hr {
    border-color: #e5e5e5;
    margin: 0;
}

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

h2 {
    font-size: 30px;
    color: black;
    font-weight: 800;
    line-height: 0.955;
}

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

#block2 {
    padding-bottom: 50px;
	background: #ffffff;
}

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

#block2 h2 {
    margin-top: 40px;
    margin-bottom: 40px;
    color: #273b7a;
    text-align: center;
}

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

.slider1 {
    padding: 0 30px;
}

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

.slider1 img {
    margin: 0 25px;
}

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

.slider1 .slick-prev {
    position: absolute;
    color: rgba(255, 255, 255, 0);
    background-color: rgba(255, 255, 255, 0);
    border: none;
    background-image: url(../img/arr-l1.png);
    background-repeat: no-repeat;
    width: 13px;
    height: 16px;
    left: 0;
    top: calc(50% - 8px);
    cursor: pointer;
    transition: 0.2s;
}

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

.slider1 .slick-prev:hover {
    opacity: 0.8;
}

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

.slider1 .slick-next {
    position: absolute;
    color: rgba(255, 255, 255, 0);
    background-color: rgba(255, 255, 255, 0);
    border: none;
    background-image: url(../img/arr-r1.png);
    background-repeat: no-repeat;
    width: 13px;
    height: 16px;
    right: 0;
    top: calc(50% - 8px);
    cursor: pointer;
    transition: 0.2s;
}

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

.slider1 .slick-next:hover {
    opacity: 0.8;
}

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

.slider1 .slick-track {
    display: flex;
    align-items: center;
}

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

.sl2-pp {
    padding: 0 30px;
}

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

.sl2-pp img {
    margin: 0 25px;
}

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

.sl2-pp .slick-prev {
    position: absolute;
    color: rgba(255, 255, 255, 0);
    background-color: rgba(255, 255, 255, 0);
    border: none;
    background-image: url(../img/arr-l1.png);
    background-repeat: no-repeat;
    width: 13px;
    height: 16px;
    left: 0;
    top: calc(50% - 8px);
    cursor: pointer;
    transition: 0.2s;
}

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

.sl2-pp .slick-prev:hover {
    opacity: 0.8;
}

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

.sl2-pp .slick-next {
    position: absolute;
    color: rgba(255, 255, 255, 0);
    background-color: rgba(255, 255, 255, 0);
    border: none;
    background-image: url(../img/arr-r1.png);
    background-repeat: no-repeat;
    width: 13px;
    height: 16px;
    right: 0;
    top: calc(50% - 8px);
    cursor: pointer;
    transition: 0.2s;
}

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

.sl2-pp .slick-next:hover {
    opacity: 0.8;
}

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

.sl2-pp .slick-track {
    display: flex;
    align-items: center;
}

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

.team-flex .slick-prev {
    position: absolute;
    color: rgba(255, 255, 255, 0);
    background-color: rgba(255, 255, 255, 0);
    border: none;
    background-image: url(../img/arr-l1.png);
    width: 13px;
    background-repeat: no-repeat;
    height: 16px;
    left: 0;
    top: calc(50% - 8px);
    cursor: pointer;
    transition: 0.2s;
}

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

.team-flex .slick-prev:hover {
    opacity: 0.8;
}

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

.team-flex .slick-next {
    position: absolute;
    color: rgba(255, 255, 255, 0);
    background-color: rgba(255, 255, 255, 0);
    border: none;
    background-image: url(../img/arr-r1.png);
    width: 13px;
    background-repeat: no-repeat;
    height: 16px;
    right: 0;
    top: calc(50% - 8px);
    cursor: pointer;
    transition: 0.2s;
}

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

.team-flex .slick-next:hover {
    opacity: 0.8;
}

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

#block3 h2 {
    font-size: 35px;
    color: #273b7a;
    margin-bottom: 40px;
}

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

.b3-wrap {
    background-color: #fff;
    display: flex;
    padding: 60px 55px 60px 90px;
    min-height: 515px;
}

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

.tabs-b3-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-shrink: 0;
}

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

.tab-b3 {
    font-size: 18.301px;
    color: black;
    text-align: left;
    padding: 2px 8px;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(255, 255, 255, 0);
    border-radius: 4px;
    position: relative;
    left: -8px;
    cursor: pointer;
    margin: 5px 0;
    font-weight: 500;
    transition: 0.3s;
}

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

.tab-b3:hover {
    color: #273b7a;
}

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

.tab-b3.active {
    border-color: rgba(46, 95, 125, 0.18);
    color: #fff;
    background: #273b7a;
}

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

.b3-content {
    flex-shrink: 3;
    margin-left: 40px;
    margin-right: 50px;
    display: none;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
	max-width: 350px;
}

.b3-desc {
    font-weight: 500;
    color: #273b7a;	
	margin-top: 10px;
}

.b3-sfery .b3-desc {
	
}

.b3-list {
	list-style: square inside;
	padding-top: 5px;	
}

.b3-list li {
    padding-left: 4px;
    max-width: 335px;
    line-height: 20px;
    padding-bottom: 7px;
}

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

.b3-content.active {
    display: block;
    opacity: 1;
    visibility: visible;
}

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

.b3-content > img {
    width: 100%;
    max-width: 300px;
}

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

.flex-b3-content {    
    margin-top: 10px;
}

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

.flex-b3-content img {
    margin-right: 15px;
}

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

.flex-b3-content p {

}

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

.b3-txt {
    text-align: left;
    padding-top: 15px;
    padding-left: 20px;
}

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

.b3-sfery {
	text-align: left;
    flex-shrink: 0;

    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    display: none;
}

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

.b3-sfery.active {
    display: block;
    position: static;
    opacity: 1;
    visibility: visible;
}

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

.sfery-title {
    margin-bottom: 28px;
    font-size: 16px;
    color: black;
    font-weight: bold;
    line-height: 1.2;
}

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

.sfery_flex {
    display: flex;
    margin: auto;
    width: 100px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

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

.sfery_flex div {
    width: 50%;
    margin-bottom: 20px;
    text-align: center;
}

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

.sfery_flex img {
    cursor: pointer;
}

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

#block_tz {
    padding-top: 40px;
}

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

#block_tz h2 {
    color: #273b7a;
    margin-bottom: 10px;
}


#block_tz .order__foter {
    text-align: center;
    padding: 55px 0 60px 0;
}

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

.tz-card-flex {
    margin: 40px -20px 0 -20px;
    text-align: center;
    display: inline-block;
    width: 100%;
}

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

.tz-card-wrap {
    width: 33%;
    height: 350px;
    padding: 0 20px;
    position: relative;
    margin-bottom: 40px;
    display: inline-block;
}

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

.tz-card1 {
    background-image: url(../img/card1.jpg);
    transition: 0.3s;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center top;
    height: 100%;
}

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

.tz-card2 {
    background-image: url(../img/card2.jpg);
    transition: 0.3s;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center top;
    height: 100%;
}

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

.tz-card3 {
    background-image: url(../img/card3.jpg);
    transition: 0.3s;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center top;
    height: 100%;
}

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

.sl2-pp-l {
    padding: 0 20px;
    display: block;
}

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

.sl2-pp img {
    max-width: 100%;
    margin: 0;
}

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

.tz-card4 {
    background-image: url(../img/card4.jpg);
    transition: 0.3s;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center top;
    height: 100%;
}

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

.tz-card5 {
    background-image: url(../img/card5.jpg);
    transition: 0.3s;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center top;
    height: 100%;
}

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

.tz-card1 {
    background-image: url(../img/card1.jpg);
    transition: 0.3s;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center top;
    height: 100%;
}

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

.tz-card-txt-wrap {
    height: 150px;
    position: absolute;
    bottom: 0;
    left: 20px;
    background-color: #fff;
    width: calc(100% - 40px);
    overflow: hidden;
    padding: 20px 35px;
    transition: 0.3s;
}

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

.tz-card-txt-wrap p {
    font-size: 13.5px;
    line-height: 1.2;
}

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

.title-tz {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
    color: black;
    line-height: 1.2;
}

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

.title-tz:hover {
    text-decoration: none;
}

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

span.bold {
    font-weight: 600;
}

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

.tz-numb {
    position: absolute;
    right: 15px;
    bottom: 15px;
    font-size: 16.4px;
    color: rgba(0, 0, 0, 0.2);
    font-weight: bold;
}

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

#block4 h2 {
    color: #fff;
    margin-bottom: 40px;
}

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

.card-b4 {
    background-image: url(../img/bg2.jpg);
    height: 408px;
    color: #fff;
    display: flex;
    align-items: center;
}

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

.card-b4-txt {
    margin-left: 100px;
    max-width: 515px;
}

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

.card-b4-txt p {
    margin-bottom: 30px;
}

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

.sl-big-item {
    position: relative;
    display: flex;
    height: 100%;
}

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

.oppas-img {
    opacity: 0.26;
    width: 50%;
    height: 100%;
    display: none !important;
}

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

.sl-inside {
    width: 100%;
    height: 100%;
}

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

.sl-inside .slick-list {
    height: 100%;
}

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

.sl-inside .slick-track {
    height: 100%;
}

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

.sl-inside img {
    height: 100%;
}

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

.sl-big .sl-inside .slick-prev {
    background-image: url(../img/arr_l.png);
    width: 32px;
    height: 32px;
    top: calc(50% - 14px);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    left: calc(50% + 30px);
}

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

.sl-big .sl-inside .slick-next {
    background-image: url(../img/arr_r.png);
    width: 32px;
    height: 32px;
    top: calc(50% - 14px);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    right: 30px;
    left: auto;
}

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

.sl-big {
    position: relative;
}

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

.sl-big::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 50%;
    z-index: 1;
}

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

.sl-big .slick-list {
    position: relative;
    z-index: 2;
    height: 100%;
}

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

.sl-big .slick-track {
    height: 100%;
}

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

.sl-big .slick-prev {
    position: absolute;
    color: rgba(255, 255, 255, 0);
    background-color: rgba(255, 255, 255, 0);
    border-radius: 50%;
    border: none;
    background-image: url(../img/arrow-prev2.png);
    width: 55px;
    height: 55px;
    left: 5px;
    bottom: 90px;
    left: 90px;
    cursor: pointer;
    transition: 0.2s;
    z-index: 5;
}

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

.sl-big .slick-prev:hover {
    opacity: 0.85;
}

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

.sl-big .slick-next {
    position: absolute;
    color: rgba(255, 255, 255, 0);
    background-color: rgba(255, 255, 255, 0);
    border-radius: 50%;
    border: none;
    background-image: url(../img/arrow-next2.png);
    width: 55px;
    height: 55px;
    left: 5px;
    bottom: 90px;
    left: 155px;
    cursor: pointer;
    transition: 0.2s;
    z-index: 5;
}

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

.sl-big .slick-next:hover {
    opacity: 0.85;
}

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

.sl-inside .slick-dots {
    position: absolute;
    width: 50%;
    bottom: 10px;
    right: 0;
    text-align: center;
}

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

.sl-inside .slick-dots li {
    display: inline-block;
    position: relative;
    z-index: 4;
    width: 14px;
    height: 14px;
    margin: 5px;
}

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

.sl-inside .slick-dots li.slick-active button {
    background-color: #273b7a;
}

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

.sl-inside .slick-dots li button {
    width: 14px;
    height: 14px;
    color: rgba(255, 255, 255, 0);
    border-radius: 50%;
    background-color: #fff;
    padding: 0;
    border: none;
    cursor: pointer;
}

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

#block3 {
    margin-bottom: 40px;
}

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

.content-sl-big {
    width: 50%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    height: 100%;
    padding: 60px 90px 170px 90px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: rgba(46, 95, 125, 0.74);
}

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

.content-sl-big h2 {
    color: #fff;
}

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

.content-sl-big hr {
    border-color: rgba(255, 255, 255, 0.2);
    margin-top: 20px;
}

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

.title-sl-big {
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 20px;
}

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

.txt-sl-big {
    font-size: 14px;
    color: #fff;
}

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

#block5 {
    padding-top: 45px;
    padding-bottom: 45px;
    background-color: #f2f2f2;
}

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

#block5 h2 {
    margin-bottom: 30px;
}

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

.slider2 .sl2-item {
    text-align: center;
    margin-right: 13px;
}

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

.sl2-item img {
    margin-right: 0;
    border-radius: 50%;
    max-width: 150px;
    margin: 0 auto -75px auto;
}

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

.sl2-txt {
    text-align: center;
    margin: 0 auto;
    line-height: 22px;
    padding-top: 95px;
    background: #fff;
}

.sl2-txt-inner {
	width: 85%;
	margin: auto;
	padding: 0 0 20px 0;	
}

.slider__gallery-item {
    float: left;
    padding-right: 10px;
    width: 33.33333333333333%;
}

.slider__gallery {
    overflow: hidden;
	margin-right: -10px;
}

.slider__gallery-item img {
    max-height: 404px;
    width: 100%;
}

.slider__gallery .slick-dots {
	position: absolute;
	bottom: 10px;
	right: 0;
	left: 0;
	text-align: center;
}

.slider__gallery .slick-dots li {
    display: inline-block;
    position: relative;
    z-index: 4;
    width: 14px;
    height: 14px;
    margin: 5px;
}

.slider__gallery .slick-dots li button {
    width: 14px;
    height: 14px;
    color: rgba(0, 0, 0, 0);
    border-radius: 50%;
    background-color: #fff;
    padding: 0;
    border: none;
    cursor: pointer;
}
.slider__gallery .slick-dots li.slick-active button {
    background-color: #2196f3;
}

.slider__gallery .slick-prev {
    position: absolute;
    color: rgba(255, 255, 255, 0);
    background-color: rgba(255, 255, 255, 0);
    border-radius: 50%;
    border: none;
    background-image: url(../img/arrow-prev2.png);
    width: 55px;
    height: 55px;
    left: 5px;
    bottom: calc(50% - 22.5px);
    left: 25px;
    cursor: pointer;
    transition: 0.2s;
    z-index: 5;
}
.slider__gallery .slick-prev:hover {
    opacity: 0.85;
}

.slider__gallery .slick-next {
    position: absolute;
    color: rgba(255, 255, 255, 0);
    background-color: rgba(255, 255, 255, 0);
    border-radius: 50%;
    border: none;
    background-image: url(../img/arrow-next2.png);
    width: 55px;
    height: 55px;
    left: auto;
    bottom: calc(50% - 22.5px);
    right: 25px;
    cursor: pointer;
    transition: 0.2s;
    z-index: 5;
}

.slider__gallery .slick-next:hover {
    opacity: 0.85;
}

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

.zap-l {
    position: relative;
}

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

.zap-l::before {
    position: absolute;
    content: '';
    left: -20px;
    background-image: url(../img/zap-l.png);
    width: 15px;
    height: 15px;
    top: 0px;
}

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

.zap-r {
    position: relative;
}

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

.zap-r::before {
    position: absolute;
    content: '';
    right: -20px;
    background-image: url(../img/zap-r.png);
    width: 16px;
    height: 15px;
    top: 0px;
}

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

.slider2 .otz-name {
    margin-top: 15px;
    font-size: 18px;
    font-weight: 600;
    color: #273b7a;
    line-height: 22px;
    text-align: center;
}

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

.slider2 {
    padding: 20px 100px;
    background-color: transparent;
    overflow: hidden;
    width: 100%;
}
.slider2 .slider2__item {
	float: left;
	width: 425px;
}

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

.slider2 .slick-prev {
    position: absolute;
    color: rgba(255, 255, 255, 0);
    background-color: rgba(255, 255, 255, 0);
    border: none;
    background-image: url(../img/left.png);
    width: 55px;
    height: 55px;
    left: 5px;
    top: calc(50% - 27px);
    cursor: pointer;
    transition: 0.2s;
    z-index: 3;
}

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

.slider2 .slick-prev:hover {
    opacity: 0.8;
}

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

.slider2 .slick-next {
    position: absolute;
    color: rgba(255, 255, 255, 0);
    background-color: rgba(255, 255, 255, 0);
    border: none;
    background-image: url(../img/right.png);
    width: 55px;
    height: 55px;
    right: 5px;
    top: calc(50% - 27px);
    cursor: pointer;
    transition: 0.2s;
    z-index: 3;
}

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

.slider2 .slick-next:hover {
    opacity: 0.8;
}

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

#block6 {
    background-color: #f2f2f2;
    padding-bottom: 45px;
}

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

#block6 h2 {
    margin-bottom: 30px;
}

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

.b6-flex {
    margin-top: 40px;
    display: flex;
    align-items: center;
}

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

.b6-txt-wrap {
    width: 50%;
}

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

.b6-txt-wrap p {
    margin-bottom: 30px;
}

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

.b7-img {
    width: 50%;
    text-align: center;
}

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

.b7-img img {
    border-radius: 50%;
}

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

#block7 {
    padding-bottom: 48px;
}

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

#block7 h2 {
    margin-bottom: 30px;
}

#block12 {
    padding-bottom: 55px;
	background: #f2f2f2;
}

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

#block12 h2 {
    margin-top: 40px;
    margin-bottom: 40px;
    color: #273b7a;
    text-align: center;
}

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

.b7-txt-wrap {
    max-width: 510px;
}

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

.b7-img {
    width: 50%;
    text-align: center;
}

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

.b7-flex {
    display: flex;
    align-items: center;
    margin-top: 45px;
}

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

.b7-icons {
    margin-bottom: 5px;
}

.b7-list-head {
	padding-top: 15px;
}
.b7-list li {
    margin-bottom: 5px;
    font-size: 15px;
}

.b7-list ul {
    list-style: square inside;
    padding-top: 5px;
}

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

.b7-icons img {
    margin-right: 20px;
}

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

.b7-icons a {
    color: #000;
}

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

.b7-icons a:hover {
    text-decoration: none;
}

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

#block8 {
    background-color: #f2f2f2;
    padding-bottom: 20px;
    overflow: hidden;
}

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

#block8 h2 {
    max-width: 655px;
    margin: auto;
    margin-top: 50px;
}

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

.team-txt-wrap {
    padding: 25px;
    background-color: #fff;
}

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

.team-txt-wrap .txt-team {
    line-height: 22px;
    font-size: 14px;
}

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

.team-txt-wrap .txt-team span {
    font-weight: bold;
    font-size: 14px;
}

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

.team-flex {
    display: flex;
    flex-wrap: wrap;
    margin: 40px -20px 0 -20px;
}

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

.team-item {
    width: 33.33%;
    padding: 20px;
}

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

.team-item img {
    width: 50%;
}

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

.team-item > div {
    background-color: #fff;
    height: 100%;
}

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

.name {
    font-size: 24px;
    color: black;
    font-weight: 800;
    line-height: 1;
    text-align: left;
    margin-bottom: 28px;
}

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

#block9 {
    background-color: #f2f2f2;
}

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

.map {
    margin-top: 0px;
    position: relative;
}

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

.contacts-wrap {
    position: absolute;
    left: 60px;
    top: 50px;
    width: 362px;
    height: 421px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    z-index: 3;
    align-items: center;
}

.contacts-wrap .btn {
    padding: 17px;
}

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

.contacts-wrap h2 {
    margin-bottom: 25px;
}

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

.adres {
    font-size: 16px;
    color: black;
    padding-left: 30px;
    position: relative;
    margin-bottom: 25px;
}

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

.adres::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    background-image: url(../img/flag.svg);
    width: 18px;
    height: 22px;
    top: 4px;
}

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

.tel-footer {
    margin-bottom: 25px;
    position: relative;
    padding-left: 30px;
}

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

.tel-footer::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    background-image: url(../img/phone.svg);
    width: 21px;
    height: 21px;
    top: 4px;
}

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

.tel-footer a {
    font-size: 16px;
    color: #273b7a;
    font-weight: bold;
    text-decoration: none;
}

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

.tel-footer a:hover {
    text-decoration: underline;
}

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

.email-footer {
    margin-bottom: 25px;
    padding-left: 30px;
    position: relative;
}

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

.email-footer::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    background-image: url(../img/mail.svg);
    width: 21px;
    height: 18px;
    top: 4px;
}

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

.email-footer a {
    font-size: 16px;
    color: #273b7a;
    font-weight: bold;
}

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

.email-footer a:hover {
    text-decoration: none;
}

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

.vk-footer {
    margin-bottom: 25px;
    padding-left: 30px;
    position: relative;
    display: block;
    color: #273b7a;
    text-decoration: none;
}

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

.vk-footer::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    background-image: url(../img/vk.svg);
    background-position: center;
    background-repeat: no-repeat;
    width: 22px;
    height: 13px;
    top: 4px;
}

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

.vk-footer span {
    font-size: 16px;
    color: #273b7a;
    font-weight: bold;
    text-decoration: none;
}

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

.vk-footer span:hover {
    text-decoration: underline;
}

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

footer {
    padding: 40px 0;
    background-color: #f2f2f2;
}

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

.anchor {
    cursor: pointer;
}

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

.logo-footer-wrap {
    display: flex;
    align-items: center;
}

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

.logo-footer-wrap img {
    width: 70px;
    margin-right: 20px;
}

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

.logo-footer-wrap p {
    font-size: 16px;
    color: black;
    line-height: 1.2;
}

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

.logo-footer-wrap p span {
    font-weight: bold;
}

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

.footer-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

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

.footer-right {
    display: flex;
    flex-wrap: wrap;
}

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

.footer-right p {
    font-size: 14px;
    color: #898989;
    margin-left: 20px;
}

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

.footer-right a {
    font-size: 14px;
    color: #898989;
}

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

.footer-right a:hover {
    text-decoration: none;
}

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

.mfp-close-btn-in .mfp-close {
    color: #273b7a;
}

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

.pop-up {
    background: white;
    padding: 50px 15px;
    text-align: left;
    max-width: 415px;
    margin: 40px auto;
    position: relative;
}

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

.pop-up_big {
    background: white;
    padding: 50px 15px;
    text-align: left;
    max-width: 685px;
    margin: 40px auto;
    position: relative;
}

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

/* start state */

/* line 1364, ../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 1382, ../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 1393, ../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 1404, ../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 1412, ../sass/style.scss */

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

/* animate out */

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

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

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

/* at start */

/* line 1427, ../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 1443, ../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 1453, ../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 1464, ../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 1473, ../sass/style.scss */

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

/* animate out */

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

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

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

.pop-wrap {
    max-width: 273px;
    margin: auto;
}

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

.pop-wrap .btn {
    width: 100%;
}

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

.pop-wrap h2 {
    margin-bottom: 12px;
    font-size: 27px;
}

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

.pop-wrap_big {
    max-width: 550px;
    margin: auto;
}

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

.pop-wrap_big .btn {
    width: 100%;
}

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

.pop-wrap_big h2 {
    margin-bottom: 12px;
    font-size: 27px;
}

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

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

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

.col-1-form {
    width: calc(50% - 5px);
}

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

.col-2-form {
    width: calc(50% - 5px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 5px;
}

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

.col-2-form .control {
    margin-top: 0;
}

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

.raschet-title {
    font-size: 15.305px;
    color: black;
    font-weight: bold;
    width: 100%;
    margin-bottom: 6px;
    margin-top: 15px;
}

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

.inp {
    width: 100%;
    border: none;
    border-radius: 5px;
    background-color: #f2f2f2;
    height: 54px;
    font-size: 16px;
    padding-left: 20px;
    margin-bottom: 10px;
}

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

.textarea {
    width: 100%;
    border: none;
    border-radius: 5px;
    background-color: #f2f2f2;
    height: 119px;
    font-size: 16px;
    padding-left: 20px;
    margin-bottom: 10px;
    resize: none;
    font-family: 'TTF';
    font-weight: 500;
    padding-top: 13px;
}

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

#vizov .thx-vizov {
    display: none;
}

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

#vizov.thx .thx-vizov {
    display: block;
}

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

#vizov.thx .vizov {
    display: none;
}

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

#free_cons .thx-cons {
    display: none;
}

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

#free_cons.thx .thx-cons {
    display: block;
}

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

#free_cons.thx .vizov {
    display: none;
}

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

#raschet .thx-raschet {
    display: none;
}

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

#raschet.thx .thx-raschet {
    display: block;
}

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

#raschet.thx .vizov {
    display: none;
}

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

#remont .thx-remont {
    display: none;
}

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

#remont.thx .thx-remont {
    display: block;
}

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

#remont.thx .remont {
    display: none;
}

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

#obsluzh .thx-obsluzh {
    display: none;
}

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

#obsluzh.thx .thx-obsluzh {
    display: block;
}

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

#obsluzh.thx .obsluzh {
    display: none;
}

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

.label_file {
    cursor: pointer;
}

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

.label_file::before {
    content: '';
    display: inline-block;
    position: relative;
    background-image: url(../img/upload.png);
    width: 19px;
    height: 21px;
    vertical-align: middle;
}

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

.label_file span {
    font-size: 14px;
    color: #273b7a;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

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

.file_inp {
    opacity: 0;
    visibility: hidden;
}

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

.control {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 5px;
    padding-top: 3px;
    cursor: pointer;
    font-size: 14px;
    margin-top: 15px;
}

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

.control a {
    color: #000;
}

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

.control input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

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

.control_indicator {
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
    background: #F2F2F2;
    border: 0px solid #000000;
}

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

.control:hover input ~ .control_indicator,
.control input:focus ~ .control_indicator {
    background: #F2F2F2;
}

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

.control input:checked ~ .control_indicator {
    background: #f2f2f2;
}

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

.control:hover input:not([disabled]):checked ~ .control_indicator,
.control input:checked:focus ~ .control_indicator {
    background: #f2f2f2;
}

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

.control input:disabled ~ .control_indicator {
    background: #e6e6e6;
    opacity: 0.6;
    pointer-events: none;
}

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

.control_indicator:after {
    box-sizing: unset;
    content: '';
    position: absolute;
    display: none;
}

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

.control input:checked ~ .control_indicator:after {
    display: block;
}

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

.control-checkbox .control_indicator:after {
    left: 8px;
    top: 4px;
    width: 3px;
    height: 8px;
    border: solid #273b7a;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

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

.control-checkbox input:disabled ~ .control_indicator:after {
    border-color: #7b7b7b;
}

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

.switch-nav {
    width: 58px;
    height: 49px;
    display: none;
    z-index: 3;
    position: relative;
}

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

.navTrigger {
    cursor: pointer;
    padding: 12px;
}

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

.navTrigger i {
    background-color: #273b7a;
    content: '';
    display: block;
    width: 100%;
    height: 4px;
}

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

.navTrigger i:nth-child(1) {
    -webkit-animation: outT 0.8s backwards;
    animation: outT 0.8s backwards;
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
}

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

.navTrigger i:nth-child(2) {
    margin: 5px 0;
    -webkit-animation: outM 0.8s backwards;
    animation: outM 0.8s backwards;
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
}

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

.navTrigger i:nth-child(3) {
    -webkit-animation: outBtm 0.8s backwards;
    animation: outBtm 0.8s backwards;
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
}

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

.navTrigger.active i:nth-child(1) {
    -webkit-animation: inT 0.8s forwards;
    animation: inT 0.8s forwards;
}

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

.navTrigger.active i:nth-child(2) {
    -webkit-animation: inM 0.8s forwards;
    animation: inM 0.8s forwards;
}

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

.navTrigger.active i:nth-child(3) {
    -webkit-animation: inBtm 0.8s forwards;
    animation: inBtm 0.8s forwards;
}

@-webkit-keyframes inM {
    50% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(45deg);
    }
}

@keyframes inM {
    50% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(45deg);
    }
}

@-webkit-keyframes outM {
    50% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(45deg);
    }
}

@keyframes outM {
    50% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(45deg);
    }
}

@-webkit-keyframes inT {
    0% {
        -webkit-transform: translateY(0px) rotate(0deg);
    }
    50% {
        -webkit-transform: translateY(9px) rotate(0deg);
    }
    100% {
        -webkit-transform: translateY(9px) rotate(135deg);
    }
}

@keyframes inT {
    0% {
        transform: translateY(0px) rotate(0deg);
    }
    50% {
        transform: translateY(9px) rotate(0deg);
    }
    100% {
        transform: translateY(9px) rotate(135deg);
    }
}

@-webkit-keyframes outT {
    0% {
        -webkit-transform: translateY(0px) rotate(0deg);
    }
    50% {
        -webkit-transform: translateY(9px) rotate(0deg);
    }
    100% {
        -webkit-transform: translateY(9px) rotate(135deg);
    }
}

@keyframes outT {
    0% {
        transform: translateY(0px) rotate(0deg);
    }
    50% {
        transform: translateY(9px) rotate(0deg);
    }
    100% {
        transform: translateY(9px) rotate(135deg);
    }
}

@-webkit-keyframes inBtm {
    0% {
        -webkit-transform: translateY(0px) rotate(0deg);
    }
    50% {
        -webkit-transform: translateY(-9px) rotate(0deg);
    }
    100% {
        -webkit-transform: translateY(-9px) rotate(135deg);
    }
}

@keyframes inBtm {
    0% {
        transform: translateY(0px) rotate(0deg);
    }
    50% {
        transform: translateY(-9px) rotate(0deg);
    }
    100% {
        transform: translateY(-9px) rotate(135deg);
    }
}

@-webkit-keyframes outBtm {
    0% {
        -webkit-transform: translateY(0px) rotate(0deg);
    }
    50% {
        -webkit-transform: translateY(-9px) rotate(0deg);
    }
    100% {
        -webkit-transform: translateY(-9px) rotate(135deg);
    }
}

@keyframes outBtm {
    0% {
        transform: translateY(0px) rotate(0deg);
    }
    50% {
        transform: translateY(-9px) rotate(0deg);
    }
    100% {
        transform: translateY(-9px) rotate(135deg);
    }
}

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

#map {
    width: 100%;
    height: 515px;
    padding: 0;
    margin: 0;
}

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

.sert-wrap_pop {
    max-width: 160px;
    width: 100%;
    flex-shrink: 0;
    margin-left: 30px;
}

.serts_wrap {
    display: flex;
    align-items: center;
}

.sert_img2 {
    margin: 0 5px;
    flex-grow: 1;
    -webkit-box-shadow: 0px 10px 26px 0px rgba(134, 134, 134, 0.21);
    -moz-box-shadow: 0px 10px 26px 0px rgba(134, 134, 134, 0.21);
    box-shadow: 0px 10px 26px 0px rgba(134, 134, 134, 0.21);
    margin-top: 20px;
    margin-bottom: 20px;
    width: 20%;
}

.sert-wrap_pop2 {
    width: 100%;
    max-width: 100%;
    margin: 0;
    margin-top: 30px;
}

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

.company_pop {
    display: flex;
}

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

.company_img {
    max-width: 170px;
    margin-bottom: 30px;
}

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

.sert_title {
    font-weight: bold;
    line-height: 1.2;
}

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

.sert_img {
    width: 100%;
    -webkit-box-shadow: 0px 10px 26px 0px rgba(134, 134, 134, 0.21);
    -moz-box-shadow: 0px 10px 26px 0px rgba(134, 134, 134, 0.21);
    box-shadow: 0px 10px 26px 0px rgba(134, 134, 134, 0.21);
    margin-top: 20px;
    margin-bottom: 20px;
}

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

.zoom {
    text-decoration: none;
    cursor: pointer;
}

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

.zoom::before {
    content: '';
    position: relative;
    display: inline-block;
    vertical-align: middle;
    background-image: url(../img/zoom.png);
    width: 25px;
    height: 25px;
    background-position: center;
    background-repeat: no-repeat;
}

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

.zoom span {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    font-size: 15.387px;
    color: #273b7a;
    font-weight: bold;
}

/* padding-bottom and top for image */

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

.mfp-no-margins img.mfp-img {
    padding: 0;
}

/* position of shadow behind the image */

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

.mfp-no-margins .mfp-figure:after {
    top: 0;
    bottom: 0;
}

/* padding for main container */

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

.mfp-no-margins .mfp-container {
    padding: 0;
}

/* 

for zoom animation 
uncomment this part if you haven't added this code anywhere else

*/

/*

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	-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;
}

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

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

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

.tooltipster-sidetip.tooltipster-noir.tooltipster-noir-customized .tooltipster-box {
    background: #f3f3f3;
    border: none;
    border-radius: 6px;
    box-shadow: 5px 5px 2px 0 rgba(0, 0, 0, 0.4);
}

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

.tooltipster-sidetip.tooltipster-noir.tooltipster-noir-customized .tooltipster-content {
    color: #000;
    padding: 8px;
}

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

div.btn {
    text-align: center;
}

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

.raschet_xs {
    display: none;
}

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

.slider__gallery.hidden {
	display: none;
}

.slider__gallery-group {
    margin-right: -2px;
    padding: 0 50px 10px 55px;
}

.slider__gallery-group .slick-arrow {
	
}

.slider__gallery-group .slick-prev {
    position: absolute;
    color: rgba(255, 255, 255, 0);
    background-color: rgba(255, 255, 255, 0);
    border-radius: 3px 0 0 3px;
    border: none;
    background-image: url(../img/slider-arrow-group-left.jpg);
    width: 44px;
    height: 107px;
    left: 5px;
    bottom: 10px;
    left: 0;
    cursor: pointer;
    transition: 0.2s;
    z-index: 5;
}

.slider__gallery-group .slick-next {
    position: absolute;
    color: rgba(255, 255, 255, 0);
    background-color: rgba(255, 255, 255, 0);
    border-radius: 0 3px 3px 0;
    border: none;
    background-image: url(../img/slider-arrow-group-right.jpg);
    width: 44px;
    height: 107px;
    left: auto;
    bottom: 10px;
    right: 0;
    cursor: pointer;
    transition: 0.2s;
    z-index: 5;	
}



.slg__group-item {
    width: 25%;
    float: left;
}
.slg__group-item a {
    text-decoration: none;
    display: block;
	padding-right: 10px;
}
.slg__group-item a.active {
    opacity: .7;
}
.slg__group-item--title {
    font-size: 16px;
	font-weight: 600;
    text-align: center;
    color: #273b7a;
	width: 65%;
	margin: 0 auto;
}
.slg__group-item a.active .slg__group-item--title {
    color: #888;    
}
.slg__group-item--img {
	width: 100%;
	height: 112px;
    padding-top: 5px;	
}
.slg__group-item--img img {
    width: 100%;
    height: 100%;	
	border: 1px solid #acacac;
}

.order__foter {
	text-align: center;
	padding: 60px 0;
}

.footer__left {
	float: left;	
}

.footer__right {
	float: right;
}

.footer__image {
    width: 20px;
    float: left;
}

.footer__image img {
    width: 100%;
    height: 100%;	
}

.footer__content {
	float: left;
	padding-left: 8px;
	color: #333;
}

.footer__right a, .footer__content a {
	color: #333;
}

.footer__right a:hover, .footer__content a:hover {
	text-decoration: none;
}

.footer__left ul {
    float: left;
    padding-right: 30px;	
}

.footer__left ul li {
	padding-bottom: 5px;
}

.footer__left ul li:last-child {
	padding-bottom: 0;
}

@media (max-width: 1200px) {
	.slg__group-item--title {
		width: 65%;
		margin: 0 auto;
	}
}

@media (max-width: 1080px) {
	.slg__group-item--title {
		width: 75%;
		margin: 0 auto;
	}
}

@media (max-width: 1000px) {
	
	.b3-content {
	    max-width: auto;
	}
	.b3-txt {
		padding-left: 0;
	}	
	
	.slg__group-item--title {
		width: 85%;
		margin: 0 auto;
	}
	.footer__left {
		float: none;
	}
	.footer__right {
		float: none;
		padding-top: 10px;
	}
	.footer__left ul {
		float: none;
		padding-right: 0;
	}
}

@media (max-width: 900px) {
	.slg__group-item--title {
		width: 70%;
		margin: 0 auto;
	}
}


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

.top_arr {
    position: fixed;
    z-index: 7;
    right: 35px;
    bottom: 28px;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
}

.roistat-lh-pulsator-phone {
    bottom: 0px!important;
    right: 80px!important;
}

.block_sl-big {
    background: #f2f2f2;
    margin-top: -40px;
    padding: 50px 0;
}

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

.top_arr.active {
    visibility: visible;
    opacity: 0.7;
}

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

.top_arr.active:hover {
    opacity: 1;
}

@media (max-width: 1145px) {
    /* line 2059, ../sass/style.scss */
    .nav-link {
        margin: 0 7px;
    }

    /* line 2063, ../sass/style.scss */
    .logo-wrap img {
        width: 100px;
    }
    /* line 2066, ../sass/style.scss */
    .logo-wrap p {
        font-size: 12px;
    }

    /* line 2070, ../sass/style.scss */
    h1 span {
        font-size: 29px;
        letter-spacing: -1px;
        line-height: 1.2;
        display: block;
    }

    /* line 2077, ../sass/style.scss */
    .b1-flex {
        display: block;
    }

    /* line 2080, ../sass/style.scss */
    .video-play {
        max-width: 315px;
        margin-top: 30px;
    }

    /* line 2084, ../sass/style.scss */
    .b1-img {
        position: absolute;
        left: 584px;
        top: -16px;
    }

    /* line 2089, ../sass/style.scss */
    .b3-wrap {
        background-color: #fff;
        display: flex;
        padding: 60px 20px 60px 20px;
    }
}

@media (max-width: 1024px) {
    /* line 2097, ../sass/style.scss */
    .card-b4-txt {
        margin-left: 30px;
    }

    /* line 2100, ../sass/style.scss */
    .card-b4 {
        background-position: -140px;
    }

    /* line 2103, ../sass/style.scss */
    .sl2-item img {
		max-width: 120px;
    }

    /* line 2106, ../sass/style.scss */
    .b7-img {
        width: 280px;
    }
    /* line 2108, ../sass/style.scss */
    .b7-img img {
        max-width: 100%;
    }

    /* line 2112, ../sass/style.scss */
    .b6-txt-wrap {
        width: auto;
        margin-right: 30px;
    }

    /* line 2116, ../sass/style.scss */
    .b7-txt-wrap {
        margin-left: 30px;
    }

    /* line 2119, ../sass/style.scss */
    .tz-card-wrap {
        width: 50%;
        height: 350px;
        padding: 0 20px;
        position: relative;
        margin-bottom: 40px;
    }

    /* line 2126, ../sass/style.scss */
    .content-sl-big {
        width: 50%;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 3;
        height: 100%;
        padding: 60px 20px 170px 20px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    /* line 2138, ../sass/style.scss */
    .sl-big .slick-prev {
        left: 20px;
    }

    /* line 2141, ../sass/style.scss */
    .sl-big .slick-next {
        left: 90px;
    }

    /* line 2144, ../sass/style.scss */
    .b3-content {
        margin-left: 15px;
        margin-right: 20px;
    }
}

@media (max-width: 900px) {
    /* line 2151, ../sass/style.scss */
    .nav-link {
        font-size: 14px;
    }

    /* line 2154, ../sass/style.scss */
    .logo-wrap p {
        display: none;
    }

    /* line 2157, ../sass/style.scss */
    h1 {
        font-size: 45px;
    }

    /* line 2160, ../sass/style.scss */
    h1 span {
        font-size: 22px;
    }

    /* line 2163, ../sass/style.scss */
    .b1-list p {
        font-size: 16px;
    }

    /* line 2166, ../sass/style.scss */
    .b1-flex {
        margin-top: 45px;
    }

    /* line 2169, ../sass/style.scss */
    .b1-img {
        position: absolute;
        left: 455px;
        width: 340px;
        top: -6px;
    }

    /* line 2175, ../sass/style.scss */
    .video-play p {
        font-size: 15px;
    }

    /* line 2178, ../sass/style.scss */
    .video-play {
        width: 290px;
    }

    /* line 2182, ../sass/style.scss */
    .card-b4-txt {
        width: 380px;
    }

    /* line 2185, ../sass/style.scss */
    .card-b4 {
        background-position: -336px;
    }

    /* line 2188, ../sass/style.scss */
    .sl2-item img {

    }

    /* line 2192, ../sass/style.scss */
    .sl2-item {
        flex-direction: column;
    }

    /* line 2195, ../sass/style.scss */
    .team-item {
        width: 50%;
    }

    /* line 2198, ../sass/style.scss */
    .contacts-wrap {
        width: 300px;
        height: 357px;
    }

    /* line 2202, ../sass/style.scss */
    .footer-right {
        display: flex;
        text-align: right;
        flex-direction: column;
    }

    /* line 2207, ../sass/style.scss */
    .footer-right p {
        margin-left: 0;
    }

    /* line 2210, ../sass/style.scss */
    .b3-wrap {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    /* line 2215, ../sass/style.scss */
    .tabs-b3-wrap {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        justify-content: center;
        flex-shrink: 0;
        align-items: center;
        flex-wrap: wrap;
        margin-bottom: 40px;
    }

    /* line 2225, ../sass/style.scss */
    #block3 h2 {
        width: 100%;
    }

    /* line 2228, ../sass/style.scss */
    .b3-content {
        margin-left: 15px;
        margin-right: 20px;
        margin-bottom: 40px;
    }

    /* line 2233, ../sass/style.scss */
    .flex-b3-content {
        display: flex;
        align-items: center;
        margin-bottom: 10px;
        justify-content: center;
    }

    /* line 2239, ../sass/style.scss */
    .oppas-img {
        width: 100%;
        display: none !important;
    }

    /* line 2243, ../sass/style.scss */
    .sl-big-item img {
        width: 100%;
    }

    /* line 2246, ../sass/style.scss */
    .content-sl-big {
        width: 100%;
    }

    /* line 2249, ../sass/style.scss */
    .sl-big::before {
        display: none;
    }

    /* line 2252, ../sass/style.scss */
    .sl-inside {
        width: 100%;
    }

    /* line 2255, ../sass/style.scss */
    .sl-big-item {
        flex-direction: column-reverse;
        position: static;
    }

    /* line 2259, ../sass/style.scss */
    .content-sl-big {
        position: static;
        background-color: #273b7a;
    }

    /* line 2263, ../sass/style.scss */
    .content-sl-big h2 {
        margin-bottom: 25px;
    }

    /* line 2266, ../sass/style.scss */
    .sl-big .slick-next {
        top: 132px;
        bottom: auto;
        left: auto;
        right: 10px;
    }

    /* line 2272, ../sass/style.scss */
    .sl-big .slick-prev {
        top: 132px;
        bottom: auto;
        left: auto;
        right: 70px;
    }

    /* line 2278, ../sass/style.scss */
    .content-sl-big {
        padding: 60px 132px 20px 13px;
        height: auto;
        position: static;
    }

    /* line 2283, ../sass/style.scss */
    .sl-inside .slick-track {
        height: auto;
    }

    /* line 2286, ../sass/style.scss */
    .sl-inside .slick-list {
        height: auto;
    }

    /* line 2289, ../sass/style.scss */
    .sl-inside {
        height: auto;
    }

    /* line 2292, ../sass/style.scss */
    .sl-big .sl-inside .slick-prev {
        left: 30px;
    }

    /* line 2295, ../sass/style.scss */
    .sl-inside .slick-dots {
        width: 100%;
    }
}

@media (max-width: 768px) {
    /* line 2301, ../sass/style.scss */
    .b1-img {
        display: none;
    }

    /* line 2304, ../sass/style.scss */
    .contact-nav {
        flex-shrink: 0;
    }

    /* line 2307, ../sass/style.scss */
    .nav-wrap {
        text-align: center;
    }

    /* line 2312, ../sass/style.scss */
    .b6-flex {
        flex-wrap: wrap-reverse;
    }

    /* line 2315, ../sass/style.scss */
    .b7-img {
        margin-bottom: 20px;
    }

    /* line 2318, ../sass/style.scss */
    .b7-flex {
        flex-wrap: wrap;
    }

    /* line 2321, ../sass/style.scss */
    .b6-txt-wrap {
        margin-right: 0;
    }

    /* line 2324, ../sass/style.scss */
    .b7-txt-wrap {
        margin-left: 0;
    }

    /* line 2327, ../sass/style.scss */
    .logo-footer-wrap p {
        font-size: 14px;
    }

    /* line 2330, ../sass/style.scss */
    .tz-card-wrap {
        width: 100%;
        height: 350px;
        padding: 0 5px;
        position: relative;
        margin-bottom: 10px;
    }

    /* line 2337, ../sass/style.scss */
    .tz-card-flex {
        margin-top: 65px;
        display: flex;
        margin: 65px -5px 0 -5px;
        flex-wrap: wrap;
    }

    /* line 2343, ../sass/style.scss */
    .tz-card-txt-wrap {
        height: 150px;
        position: absolute;
        bottom: 0;
        left: 5px;
        background-color: #fff;
        width: calc(100% - 10px);
        overflow: hidden;
        padding: 20px 35px 20px 10px;
        transition: 0.3s;
    }

    /* line 2354, ../sass/style.scss */
    .btn-tz {
        visibility: visible;
        opacity: 1;
    }

    /* line 2358, ../sass/style.scss */
    .tz-card-txt-wrap {
        height: auto;
    }

    /* line 2361, ../sass/style.scss */
    .tz-card-wrap {
        max-width: 439px;
        margin-bottom: 25px;
    }
    /* line 2365, ../sass/style.scss */
    .tz-card-wrap:hover .tz-card-txt-wrap {
        height: auto;
    }

    /* line 2370, ../sass/style.scss */
    .tz-card-flex {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    /* line 2375, ../sass/style.scss */
    #block_tz h2 {
        text-align: center;
    }

    /* line 2378, ../sass/style.scss */
    .tz-txt {
        text-align: center;
    }

}

@media (max-width: 630px) {
    /* line 2393, ../sass/style.scss */
    .team-item {
        padding: 5px;
    }

    /* line 2396, ../sass/style.scss */
    .team-flex {
        margin: 0;
        margin-top: 40px;
    }

    /* line 2400, ../sass/style.scss */
    .team-txt-wrap {
        padding: 10px;
    }

    /* line 2403, ../sass/style.scss */
    .footer-flex {
        flex-wrap: wrap;
    }

    /* line 2406, ../sass/style.scss */
    .footer-right {
        margin-top: 15px;
        text-align: left;
    }

    /* line 2410, ../sass/style.scss */
    .contacts-wrap {
        left: 0;
    }
}

@media (max-width: 530px) {
    /* line 2417, ../sass/style.scss */
    .fixed-nav .logo-wrap img {
        width: 70px;
    }

    /* line 2420, ../sass/style.scss */
    .fixed-nav {
        padding: 3px 0;
    }

    /* line 2423, ../sass/style.scss */
    .logo-wrap img {
        width: 60px;
    }

    /* line 2426, ../sass/style.scss */
    .nav-wrap {
        order: 0;
    }

    /* line 2429, ../sass/style.scss */
    .logo-wrap {
        order: 1;
    }

    /* line 2432, ../sass/style.scss */
    .contact-nav {
        order: 2;
    }

    /* line 2435, ../sass/style.scss */
    h1 {
        font-size: 42px;
        line-height: 0.8;
        text-align: center;
    }
    /* line 2439, ../sass/style.scss */
    h1 span {
        margin-top: 12px;
    }

    /* line 2444, ../sass/style.scss */
    .switch-nav {
        display: block;
    }

    /* line 2447, ../sass/style.scss */
    .card-b4-txt {
        width: auto;
        max-width: 380px;
        margin: 0;
        padding: 30px 0;
    }

    /* line 2453, ../sass/style.scss */
    .card-b4 {
        padding: 15px;
    }

    /* line 2456, ../sass/style.scss */
    .sl2-item img {

    }

    /* line 2461, ../sass/style.scss */
    .slider2 .slick-prev {
        top: 260px;
    }

    /* line 2464, ../sass/style.scss */
    .slider2 .slick-next {
        top: 260px;
    }

    /* line 2467, ../sass/style.scss */
    .slider2 {
        padding: 0;
    }

    /* line 2470, ../sass/style.scss */
    h2 {
        font-size: 24px;
    }

    /* line 2473, ../sass/style.scss */
    .team-item {
        width: 100%;
    }

    /* line 2476, ../sass/style.scss */
    .contacts-wrap {
        left: 0;
        position: static;
        width: 100%;
        height: auto;
        padding: 30px 15px;
    }

    /* line 2483, ../sass/style.scss */
    .btn {
        padding: 15px 25px;
    }

    /* line 2486, ../sass/style.scss */
    .contact-nav p {
        display: none;
    }

    /* line 2489, ../sass/style.scss */
    .links-nav-wrap {
        position: absolute;
        white-space: pre-line;
        width: 100%;
        left: 0;
        background-color: #fff;
        top: -15px;
        padding: 78px 0;
        z-index: 2;
        display: none;
    }

    /* line 2500, ../sass/style.scss */
    .nav-link {
        display: inline-block;
        font-size: 16px;
        margin: 10px 0;
        color: #000;
    }

    /* line 2508, ../sass/style.scss */
    .tel-nav span {
        display: none;
    }
    /* line 2511, ../sass/style.scss */
    .tel-nav img {
        display: block;
        width: 58px;
        padding: 12px;
    }

    /* line 2517, ../sass/style.scss */
    .team-flex {
        padding: 0 30px;
    }

    /* line 2520, ../sass/style.scss */
    .content-sl-big {
        padding: 60px 132px 20px 13px;
        height: auto;
    }

    /* line 2524, ../sass/style.scss */
    .title-sl-big {
        font-size: 15px;
    }

    /* line 2527, ../sass/style.scss */
    .sl-big .slick-prev,
    .sl-big .slick-next {
        bottom: 13px;
    }

    /* line 2530, ../sass/style.scss */
    .sl-big-item img {
        width: auto;
        height: auto;
    }

    /* line 2535, ../sass/style.scss */
    .col-2-form,
    .col-1-form {
        width: 100%;
    }

    /* line 2538, ../sass/style.scss */
    .company_pop {
        display: block;
    }

    /* line 2542, ../sass/style.scss */
    .sert-wrap_pop {
        margin: 0;
        margin-top: 30px;
    }

    /* line 2546, ../sass/style.scss */
    .tab-b3 {
        text-align: center;
        left: 0;
    }

    /* line 2550, ../sass/style.scss */
    .raschet_xs {
        display: block;
    }

    /* line 2554, ../sass/style.scss */
    .raschet_lg {
        display: none;
    }

    /* line 2558, ../sass/style.scss */
    .step_form_rasch {
        display: none;
        height: 387px;
    }
    /* line 2561, ../sass/style.scss */
    .step_form_rasch .textarea {
        height: 190px;
    }
    /* line 2564, ../sass/style.scss */
    .step_form_rasch .control {
        margin-top: 0;
    }
    /* line 2567, ../sass/style.scss */
    .step_form_rasch.active {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    /* line 2574, ../sass/style.scss */
    #raschet {
        height: 524px;
    }

    /* line 2578, ../sass/style.scss */
    .raschet-title-wrap {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 30px 0;
    }

    /* line 2585, ../sass/style.scss */
    .raschet_step {
        font-weight: 900;
        font-size: 14px;
        color: #273b7a;
    }

    /* line 2591, ../sass/style.scss */
    .raschet-title {
        margin: 0;
    }
}

@media (max-width: 425px) {
    /* line 2597, ../sass/style.scss */
    .card-b4 {
        height: auto;
        background-size: cover;
    }

    /* line 2601, ../sass/style.scss */
    h1 {
        font-size: 32px;
    }
    /* line 2603, ../sass/style.scss */
    h1 span {
        font-size: 17px;
    }

    /* line 2607, ../sass/style.scss */
    #block4 .btn {
        padding: 15px;
    }

    /* line 2610, ../sass/style.scss */
    .team-flex {
        padding: 0 15px;
    }

    /* line 2613, ../sass/style.scss */
    .tz-numb {
        display: none;
    }

    /* line 2616, ../sass/style.scss */
    .tz-card-txt-wrap {
        padding: 20px 10px 20px 10px;
    }

    /* line 2621, ../sass/style.scss */
    .flex-b3-content p {
        font-size: 19px;
    }
    .sert_img2 {
        width: 40%;
    }
    .serts_wrap {
        flex-wrap: wrap;
    }
}
*{
	margin:0;
	padding:0;	
	box-sizing: border-box;
}
.map {
    margin-top: 0px;
    position: relative;
}
#map {
    width: 100%;
    height: 515px;
    padding: 0;
    margin: 0;
}