/* Eric Meyer's CSS Reset */
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, 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-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
    background-color: #ffffff;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

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

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

/* End of Eric Meyer's CSS Reset */

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

body {

}

/* Ex for Zhile */
#advice1 {
    min-width: 700px;
    max-width: 700px;
}

.vopros {
    display: flex;
}

.vinf span {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 5px;
    display: block;
}

.otvet {
    display: flex;
    margin-left: 60px;
    margin-bottom: 20px;
}

.otvet p {
    font-size: 16px;
    line-height: 20px;
    padding: 20px;
    border: 2px solid #3CCC7E;
}

.vinf p {
    font-size: 16px;
    line-height: 20px;
}

.vopros i {
    color: #ffaf00;
}

.otvet i {
    color: #3CCC7E;
}

.vopros i, .otvet i {
    font-size: 30px;
    margin-right: 20px;
}

.znpes {
    width: 100%;
    outline: none;
    border: 0;
    background-color: #0197d8;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 15px;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    cursor: pointer;
    transition: all 0.3s ease;
}

.znpes:hover {
    background-color: #35C4EF;
    box-shadow: 0 0 30px rgba(53, 196, 239, 0.5);
    transition: all 0.3s ease;
}

.faqform {
    width: 30%;
    margin: 0 auto;
}

.gfoto {
    grid-template-columns: repeat(10, 1fr);
    grid-auto-rows: 240px;
    padding: 30px 0;
}

.grid2 {
    display: grid;
    grid-gap: 30px;
    margin-bottom: 60px;
}

.span-col-6 {
    grid-column: span 6 / auto;
}

.span-col-2 {
    grid-column: span 2 / auto;
}

.span-col-4 {
    grid-column: span 4 / auto;
}

.ftm {
    overflow: hidden;
}

.ftm a img {
    width: 100%;
    height: 100%;
    padding: 0 !important;
    object-fit: cover;
    transform: scale(1);
    transition: all 0.3s ease;
}

.ftm a:hover > img {
    transform: scale(1.1);
    transition: all 0.3s ease;
}

.vazn {
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 60px;
    box-sizing: border-box;
    align-items: stretch !important;
}

.vazn a {
    box-shadow: 0 0 30px rgb(238 246 248);
    width: 49%;
    padding: 30px;
    border-radius: 3px;
    background-color: #fff;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.vazn .mitem {
    box-shadow: 0 0 30px rgb(238 246 248);
    width: 49%;
    padding: 30px;
    border-radius: 3px;
    background-color: #fff;
    margin-bottom: 30px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.vazn .minf {
    display: flex;
    flex-direction: column;
}

.vazn .minf span {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}

.vazn .minf a, .vazn .minf p {
    padding: 0 !important;
    margin: 0 !important;
    font-size: 16px;
}

.vazn .minf a {
    color: #0197d8;
    text-decoration: underline;
}

.vazn .minf a:hover {
    text-decoration: none;
}

.vazn .mitem a {
    box-shadow: none;
    width: 100%;
    padding: 0px;
    border-radius: 0px;
    background-color: transparent;
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.vazn i {
    color: #0197d8;
    font-size: 28px;
    margin-right: 20px;
}

.vazn span {
    line-height: 24px;
    font-size: 16px;
}

.usin {
    background-color: #fff;
    padding: 50px;
    border-radius: 10px;
    margin-bottom: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center !important;
    transition: all 0.3s ease;
    box-shadow: 0 0 30px rgb(238 246 248);
}

.usin img {
    width: 10%;
}

.usin:hover {
    opacity: 0.7;
    transition: all 0.3s ease;
}

.usinf {
    width: 85%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.usinf h3 {
    font-weight: 500;
    font-size: 25px;
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
}

.usinf p {
    font-size: 16px;
}

.insob {
    background-color: #fff;
    padding: 30px;
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    margin-bottom: 40px;
}

.hhead {
    align-items: center !important;
}

.hhead .morelink {
    margin-left: 40px;
    font-weight: 700;
    font-size: 25px;
    color: #0096d8;
}

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

.innews .nimgcon {
    height: 340px;
    margin-bottom: 20px;
}

.innews .nimgcon img {
    transform: scale(1);
    transition: all 0.3s ease;
}

.innews .item {
    width: 47%;
    margin-bottom: 20px;
}

.innews .item:hover > .nimgcon img {
    transform: scale(1.1);
    transition: all 0.3s ease;
}

.ntxtconin {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.ntxtconin span {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 10px;
}

.ntxtconin i {
    color: #0096d8;
}

.footer .f {
    align-items: center !important;
}

.f.cont {
    margin-bottom: 50px;
    justify-content: space-between;
}

.wrapper.cont h1 {
    text-align: left;
}

.continf {
    width: 37%;
}

.continf h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 30px;
    padding: 0;
}

.blinf {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 30px;
}

.blinf label {
    color: #a3a8ae;
}

.blinf p {

}

.paral {
    height: 737px;
}

.par_bl_l {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 600px;
    color: #fff;
    width: 48%;
}

.par_bl_l .biglink {
    background-color: #2db5dd;
}

.par_bl_l .biglink:hover {
    background-color: #35C4EF;
    box-shadow: 0 0 30px rgba(53, 196, 239, 0.5);
}

.par_bl_l h4 {
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 60px;
}

.par_bl_l p {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 60px;
}

.inf .wrapper .par_bl_l p {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 60px;
}

.par_bl_r {
    display: flex;
    align-items: flex-end;
    width: 48%;
    justify-content: center;
}

.par_bl_r img {
    margin-top: 10px;
}

.nws_tm {
    display: flex;
    margin-bottom: 30px;
}

.nws_tm i {
    color: #fbb716;
    font-size: 26px;
    margin-right: 15px;
}

.nws_tm span {
    font-size: 16px;
    font-weight: 700;
    color: #000;
    position: relative;
    margin-bottom: 20px !important;
    display: block;
    top: 5px;
}

.nws_tm p, .nws_tm ul, .nws_tm ol {
    font-size: 16px;
    line-height: 25px;
}

.nws_tm ol li {
    list-style-type: decimal !important;
}

.nws_tm ul li {
    list-style-type: disc !important;
}

.nws_tm ul li, .nws_tm ol li {
    margin-left: 20px;
}

.nicescroll-rails, .nicescroll-cursors {
    box-sizing: content-box !important;
}

.sobscrl {
    height: 550px;
    padding-right: 20px;
}

.sobblock {
    width: 49%;
    background-color: #fbfeff;
    border-radius: 3px;
    box-sizing: border-box;
    padding: 30px;
}

.zaghead {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.zaghead span {
    text-transform: none;
}

.newsblock .zaghead {
    padding: 45px 0 20px 0;
}

.newsblock .zaghead .morelink span {
    font-size: 16px;
    font-weight: 400;
    color: #141414;
}

.newsblock .zaghead span {
    font-size: 50px;
    font-weight: 700;
    color: #141414;
}

.sobblock .zaghead {
    padding: 10px 0 10px 0;
}

.sobblock .zaghead span {
    font-size: 25px;
    font-weight: 700;
    color: #141414;
}

.sobblock .zaghead .morelink span {
    font-size: 16px;
    font-weight: 400;
    color: #141414;
}

.owl-nav {
    margin-top: -25px;
}

.ntxtcon {
    display: flex;
    flex-direction: column;
}

.ntxtcon span {
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 40px;
}

.ntxtcon i {
    color: #6cb4db;
    font-size: 20px;
}

.newsblock {
    width: 48%;
}

.newsblock .item a {
    display: flex;
    flex-direction: column;
}

.nimgcon {
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 365px;
    overflow: hidden;
    margin-bottom: 40px;
}

.nimgcon2 {
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 70%;
    height: 70%;
    overflow: hidden;
    margin-bottom: 40px;
}

.nimgcon img {

    width: 100%;
    height: auto;
}

.nimgcon2 img {

    width: 100%;
    height: auto;
}

.prec {
    justify-content: center !important;
}

.pre {
    display: flex;
    width: 30%;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 20px;
    margin: 20px;
}

.pre img {
    margin-bottom: 40px;
}

.pre span {
    color: #141414;
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    width: 100%;
    text-align: center;
}

.bgruki {
    background-image: url(../images/z_bg_ruki.png);
    position: absolute;
    width: 414px;
    height: 479px;
    left: 0;
    bottom: -100px;
    z-index: 1;

}

.bgwhite {
    background-color: #fff;
    position: relative;
    min-height: 500px;
    padding: 30px 0;
}

.bgwhite .wrapper, .bggrey .wrapper {
    position: relative;
    z-index: 2;
}

.bggrey {
    background-color: #f1f6f8;
    min-height: 500px;
    padding: 30px 0;
    background-image: url(../images/z_g_home.jpg);
    background-repeat: no-repeat;
    background-position: bottom right;
}

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

.bb a {
    display: flex;
    font-size: 22px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
    align-items: center;
    color: #000;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

.bb a:hover {
    opacity: 0.7;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

.bb a i {
    margin-right: 25px;
}

.owl-carousel {
    padding-left: 48px;
}

.owl-carousel .item {
    padding: 15px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-left: 1px;
}

.owl-carousel .item a, .owl-carousel .item p {
    line-height: 18px;
}

.carhead {
    display: flex;
    justify-content: space-between;

}

.zagzarhead i {
    color: #0197d8;
    font-size: 26px;
    margin-right: 15px;
}

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

.zagzarhead {
    font-weight: 700;
    font-size: 18px;
    color: #262626;
    text-transform: uppercase;
}

.sob {
    justify-content: space-between;
    align-items: center !important;
}

.sobw {
    position: relative;
    margin-top: -220px !important;
    margin-bottom: 66px !important;
}

.ss {
    border-radius: 3px;
    background-color: rgba(255, 255, 255, 0.75);
    padding: 20px;
    box-sizing: border-box;
}

.ss, .bb {
    width: 98%;
    z-index:10;
}

.hero-info-text {
    line-height: 25px;
    font-weight: bold;
}

.hero-info-text__link:hover {
    text-decoration: underline;
}

.fixhead .f {
    align-items: center;
}

.slogan {
    color: #262626;
    font-size: 10px;
    line-height: 14px;
    font-weight: 500;
    max-width: 100px;
    margin-top: 2px;
}

.mainm {
    width: 55%;
}

.mainm ul {
    width: 100%;
    display: flex;
    justify-content: space-around;
}

.mainm ul li a {
    color: #262626;
    font-size: 16px;
}

.eye span {
    color: #262626;
    font-size: 16px;
}

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

.eye i {
    color: #0096d8;
    font-size: 22px;
    margin-right: 13px;
}

.zagol {
    width: 100%;
}

.slideinfo {
    display: flex;
    flex-wrap: wrap;
    width: auto;
}

.sslft {
    font-size: 24px;
    font-weight: 300;
    line-height: 30px;
    color: #262626;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.sslft p {
    padding: 10px 0;
    margin-bottom: 40px;
}

.numb {

    background-repeat: no-repeat;
    background-size: contain;
    height: 161px;
    display: block;
    margin-right: 40px;
}

.numb1 {
    background-image: url(../images/z_slide_n_01.png);
    width: 71px;
}

.numb2 {
    background-image: url(../images/z_slide_n_02.png);
    width: 129px;
}

.numb3 {
    background-image: url(../images/z_slide_n_03.png);
    width: 129px;
}

.numb4 {
    background-image: url(../images/z_slide_n_04.png);
    width: 150px;
}

.numb5 {
    background-image: url(../images/z_slide_n_05.png);
    width: 129px;
}

.zagol h2 {
    font-size: 70px;
    font-weight: 700;
    margin-bottom: 40px;
    color: #262626;
}

.zagol {
    display: flex;
    width: 100%;
    align-items: center;
}

.sscn {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.sslft {
    width: 44%;
}

.ssrgt {
    width: 50%;
    position: relative;
    margin-top: -30px;
}

.slider .slides .ssrgt img {
    height: 100%;
    width: 100%;
    background-size: contain;
    background-position: top;
    background-repeat: no-repeat;
}

.slider .wrapper {
    padding-top: 180px;
    height: calc(100vh);
}

.slcontent {
    position: absolute;
    width: 100%;
    top: 0;
    animation-play-state: paused;
}

.arrowsslider {
    z-index: 1000;
    position: absolute;
    bottom: 240px;
    width: 100%;
}

.arrowsslider .wrapper {
    display: flex;
    padding-top: 0;
    height: 100%;
}

.arrcon {
    width: 49%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.arrcon i {
    cursor: pointer;
    color: #0197d8;
    font-size: 120px;
    margin-left: 70px;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

.arrcon i:hover, .arrcon i:focus {
    color: #b4dbf0;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

.bbttn {
    background-color: #0197d8;
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    border-radius: 3px;
    padding: 10px 20px 10px 30px;
    max-width: 200px;
}

.bbttn span, .bbttn i {
    color: #fff;
}

.bbttn i {
    font-size: 24px;
}

.slides .active .numb {
    animation-delay: 1.5s;
    animation-play-state: running;
    display: block;
}

.slides .active .zagol {
    animation-delay: 0.5s;
    animation-play-state: running;
    display: block;
}

.slides .active .sslft {
    animation-delay: 1.5s;
    animation-play-state: running;
    display: block;
}

.slides .active .ssrgt {
    animation-delay: 0.8s;
    animation-play-state: running;
    display: block;
}

.numb, .zagol, .sslft, .ssrgt {
    animation-play-state: paused;
    display: none;
}

/* Ex for Zhile */
.logo_blck {
    display: flex;
    align-items: center;
}

.content .in a {
    text-decoration: underline;
}

.content .in a:hover {
    text-decoration: none;
}

.content .in {
    color: #2f2f2f;
    font-size: 19px;
    line-height: 22px;
    margin-bottom: 20px;
}

.content .in .lnlk {
    text-decoration: none;
    margin-bottom: 20px;
    text-align: center;
    padding: 18px;
    font-size: 16px;
}

.smn .active {
    font-family: 'Montserrat', sans-serif;
    color: #ffc500 !important;

}

.fancybox-container h2 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
    margin-top: 0;
}

.fancybox-container p {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 20px;
}

.fancybox-container .bg-form {
    padding: 0;
}

.fancybox-container .lnk_itog {
    border: 1px solid #DFDFDF;
}

.content .in ul, .content .in ol {
    font-size: 16px;
    margin-bottom: 20px;
}

.content .in ul li {
    list-style-type: square;
}

.content .in ol li {
    list-style-type: decimal;
}

.content .in ul li, .content .in ol li {
    margin-left: 20px;
}

.header {
    display: block;

    width: 100%;
    top: 0;
    height: calc(100vh - 86px);


}

.headerzh {
    background-image: url(../images/z_bgslider2.jpg);
    background-position: center -200px;
    display: block;
    width: 100%;
    top: 0;
    height: auto;
    min-height: 500px;
    position: relative;
    margin-top: -127px;
    background-repeat: no-repeat;

}

.headerzh .wrapper {
    padding-top: 127px;
}

.inf .wrapper h1 {
    text-align: left;
}

.inf .wrapper h2 {
    text-align: left;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 20px;
}

.inf .wrapper p {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 30px;
}

.inf #ph1 {
    margin-bottom: 0;
}

.inf table {
    margin-bottom: 40px;
}

.inf .inpage ul, .inf .inpage ol {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 30px;
}

.inf .inpage ul li, .inf .inpage ol li {
    margin-left: 20px;

}

.inf .inpage .lnlk {
    text-align: center;
    margin-bottom: 30px;
}

.inf .inpage ul li {
    list-style-type: square !important;
}

.inf .inpage ol li {
    list-style-type: decimal;
}

.trp {
    justify-content: space-between;
    margin: 60px 0;
}

.trp div {
    width: 30%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.trp div img {
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.owl-carousel3 .item {
    max-height: 250px;
}

.owl-carousel3 .item a {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.owl-carousel3 .item a .imgcon {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 150px;
    height: auto;
}

.owl-carousel3 .item a .imgcon img {
    width: auto !important;
    max-width: 100%;
    height: auto;
}

.owl-carousel3 .item a .ovv {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
    top: 0;
    left: 0;
}

.owl-carousel3 .item a .ovv i {
    font-size: 50px;
    color: #fff;
    left: 0;
    transform: scale(0);
    transition: all 0.3s ease;
}

.owl-carousel3 .item a:hover .ovv i {
    transition: all 0.3s ease;
    transform: scale(1);
}

.owl-carousel3 .item a:hover .ovv {
    transition: all 0.3s ease;
    background-color: rgba(0, 152, 219, 0.4);
}

.fixhead.menuhey + .header {
    height: calc(100vh - 86px);
}

.headerin {
    display: block;
    height: auto;
}

.wrapper {
    min-width: 280px;
    max-width: 1300px;
    margin: 0 auto;
}

.bor {
    width: auto;
    max-width: 600px;
    text-align: left;
    position: relative;
    padding: 0px 0px;
    box-sizing: border-box;


    animation-play-state: paused;
}

.slides .active .textbor {
    animation-delay: 1s;
    animation-play-state: running;
    display: block;
}

.textbor {
    animation-play-state: paused;
    display: none;
}

.color_brand {
    color: #00d463;
}

.slides li {
    position: relative;
}

.slides .overlow {
    content: '';
    background-image: url(../images/ss_shadow.png);
    background-size: cover;
    background-position: center;
    width: 100%;
    position: absolute;
    z-index: 300;
    height: 100%;
    top: 0;
}

.block_info {
    position: absolute;
    display: flex;
    z-index: 10000;
    max-width: 392px;
    height: auto;
    background-color: #fff;
    bottom: 220px;
    padding: 30px 30px 25px 0;
    left: calc(55%);
    border-bottom: 5px solid #00d463;
}

.block_info i {
    color: #00d463;
    position: relative;
    margin-top: -3px;
    margin-right: 20px;
    font-size: 28px;
}

.block_info span {
    line-height: 22px;
    color: #111111;
}

.block_info span a {
    text-decoration: underline;
}

.block_info span a:hover {
    text-decoration: none;
}

.fhead {
    position: sticky;
    top: 0;
    width: 100%;
    text-align: right;
    height: 95px;
    background-color: aquamarine;
    z-index: 20000;
}


.sticky-wrapper {
    position: absolute;
    top: 0;
    right: 0;

}

.menuheyy .mobhbut {
    position: fixed !important;
    top: 160px !important;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    box-shadow: 0 0 30px rgb(238 246 248);
}

.mobhbut {
    position: absolute;
    top: 160px;
    display: flex;
    right: 0px;
    flex-direction: column;
    z-index: 40000;
    width: 83px;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;

}

.mobhbut i {
    font-size: 28px;
}

.mobhbut a {
    width: 83px;
    background-color: #fff;
    border-bottom: 1px solid #eaedfb;
    padding: 10px;
    height: 75px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #0096d8;
}

.mobhbut a:hover {
    color: #0FA7EB;
}

.mobhbut .pen .linka {
    color: #f7ad0b;
    position: relative;
    z-index: 5;
}

.menuheyy .mobhbut .pen .linka {
    color: #0096d8;
}

.menuheyy .mobhbut .pen .linka:hover {
    color: #0FA7EB;
}

.pen {
    display: flex;
    align-items: center;

}

.pen .spana {
    position: absolute;
    z-index: 4;
    width: 250px;
    height: 75px;
    right: 83px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.48);
    border-radius: 3px 0 0 3px;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

.pen .spana:hover {
    background-color: rgba(255, 255, 255, 0.68);
}

.pen i {
    z-index: 5;
}

.menuheyy .pen .spana {
    right: -250px;
}

.pen .spana i {
    font-style: normal;
    font-size: 18px;
    color: #262626;

}

.mobhbut li:first-child a {
    border-radius: 3px 0 0 0;
}

.mobhbut li:last-child a {
    border-radius: 0 0 0 3px;
    border: 0;
}

.head_wrap {
    height: 100vh;
}

#ph1 {
    height: 737px;
    padding-top: 50px;
    margin-bottom: 40px;
}

#ph3 {
    height: 150px;

}

#ph3 h1 {
    font-size: 30px !important;
}

#ph2 {
    height: 532px;
    padding-top: 100px;
    margin-bottom: 40px;
}

.mbtn {
    font-size: 20px;
    color: #1a1a1a;
    background-color: #00d463;
    text-transform: uppercase;
    padding: 25px 50px;
    display: inline-block;
    border-radius: 2px;
    font-weight: 700;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

.mbtn:hover {
    box-shadow: 0 0 25px rgba(0, 212, 99, 0.5);
}

.vidb {
    position: sticky;
    margin-top: -70px;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

.vid {
    width: 47.9%;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

.vid_shadow {
    position: absolute;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    padding: 30px;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0);
    background: linear-gradient(225deg, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, 0.75) 100%);
}

.vid_shadow span {
    font-size: 35px;
    line-height: 35px;
    font-weight: 700;
    margin-left: 0;
    color: #fff;
    position: absolute;
    bottom: 30px;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

.vid_inf {
    display: flex;
    padding: 40px 0;
}

.vid_inf i {
    font-size: 45px;
    margin-right: 35px;
    top: -10px;
    color: #161616;
    left: 0;
    position: relative;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

.vid_inf span {
    font-size: 18px;
    line-height: 28px;
    color: #161616;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

.vid_img {
    position: relative;
    height: 334px;
    overflow: hidden;
    border-bottom: 5px solid #00d463;


}

.vid_img img {
    max-width: 100%;
    height: auto;
    transform: scale(1);
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

.vid:hover .vid_img img {
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    transform: scale(1.05);
}

.vid:hover .vid_inf i {
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    left: 10px;
    color: #00d463;
}

.vid:hover .vid_shadow span {
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    margin-left: 10px;
}

.rhead {
    display: flex;
    width: 15%;
}

.hbut {
    margin-top: 33px;
    margin-right: 30px;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

.hbut a {
    color: #fff;
    margin: 0 20px;
}

.fixin .hbut a {
    color: #24252a;
}

.hbut i {
    font-size: 22px;
    font-weight: 200;
}

.hbut .fa-whatsapp {
    font-size: 26px;
}

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

.menuhey .hbut .fa-whatsapp {
    color: #11ca57;
}

.menuhey .hbut {
    margin-top: 5px;
}

.menuhey .hbut a {
    color: #24252a;
    margin: 0 20px;
}

.mburger b {
    color: #fff;
}

.fixhead {
    position: sticky;
    z-index: 111000 !important;
    width: 100%;
    background-color: transparent;
    min-width: 280px;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    padding: 30px 0;
}

.menuhey.fixhead {
    position: sticky;
    top: 0;
    height: 86px;
    background-color: rgba(255, 255, 255, 1);
    padding: 10px 0;
}

.menuhey.fixin .logo_text {
    color: #24252a;
    font-size: 18px;
    margin: 15px 0 0 15px;
}

.fixin .logo_text {
    font-size: 25px;
    color: #24252a;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 15px 0 0 25px;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

.logo_blck {

    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

.menuhey .logo_blck {
    margin-top: 0px;
}

.logo {
    background-image: url(../images/new-logo-j4.png);
    width: 199px;
    height: 70px;
    margin-top: 0px;
    display: block;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

.fixin .logo {
    background-image: url(../images/ss_logo_b2.png);
    width: 74px;
    height: 73px;
    margin-top: 0px;
    display: block;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

.logo_text {
    font-size: 30px;
    color: #262626;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0px 10px 0 15px;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

#menudesc {
    clear: both;
    margin: 0;
    width: 100%;
    padding: 0px 0 0 0;
    list-style: none;
    background-color: transparent;
}

#menudesc li {
    float: left;
    padding: 0px 10px 0px 10px;
    margin-top: 0px;

    line-height: 0;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

.menuhey #menudesc li a {
    padding: 38px 7px 38px 0px;
}

#menudesc .first a {

    border-left: none;
    border-top: none;
}

#menudesc .last a {
    border-right: none;
    border-bottom: none;
}

#menudesc a {
    float: left;
    padding: 52px 7px 51px 0px;
    font-family: 'Montserrat', sans-serif;
    color: #222125;
    font-size: 14px;
    text-decoration: none;

    text-transform: uppercase;
    font-weight: 300;
    line-height: 14px;
    transition: all 0.3s 0.0s ease;
    -moz-transition: all 0.3s 0.0s ease;
    -o-transition: all 0.3s 0.0s ease;
    -webkit-transition: all 0.3s 0.0s ease;

}

#menudesc .sdv .f a {
    padding: 10px;
    margin: 20px 0px 20px 30px;
}

#menudesc .sdv .f ul a {
    padding: 5px 0;
    margin: 0;
}

.menuhey #menudesc li i {
    top: 35px;
}

#menudesc li i {
    position: relative;
    top: 50px;
    transition: all 0.3s 0.0s ease;
    -moz-transition: all 0.3s 0.0s ease;
    -o-transition: all 0.3s 0.0s ease;
    -webkit-transition: all 0.3s 0.0s ease;

}

#menudesc .active {
    color: #ffc500;
}

#menudesc a:hover {
    background-color: transparent;
    color: #ffc500;

}

#menudesc li:hover > i {
    transform: rotate(180deg);
}

#menudesc li:hover > ul {
    display: block;
}

#menudesc li:hover > .sdv {
    display: block !important;
}

/* Sub-menu */
#menudesc .sdv {
    display: none;
    position: absolute;
    height: auto;
    width: 100%;
    top: 117px;
    left: 0;
    background-color: #f9f9f9;
    box-shadow: 0 10px 10px rgba(142, 142, 142, 0.1);

}

.menuhey #menudesc .sdv {
    top: 90px;
}

#menudesc .smn {
    position: relative;
    display: block;
    width: 100%;
    background-color: transparent;
    top: 0;
}

#menudesc ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: none;
    position: absolute;
    top: 35px;
    left: 0;
    text-align: left;
    color: #222125;
    z-index: 99999;
    background: #fff;


}

#menudesc .smn {
    display: block;
    margin: 30px 80px 30px 0;
}

#menudesc .smn li:first-child > a {
    text-transform: uppercase;
    font-family: 'Montserrat';
    margin-bottom: 10px;
}

.menuhey #menudesc .smn li a {
    padding: 5px 0;
}

#menudesc .smn li a {
    font-family: 'FuturaBookC';
    padding: 5px 0;
    width: auto !important;
    font-size: 16px !important;
    margin-right: 0;
    text-transform: none;
}

#menudesc .smn li a:hover {
    color: #ffc500;
}

#menudesc ul ul {
    top: 0;
    left: 280px;
}

.sdv .f a {
    margin-left: 30px;

}

.sdv .f ul a {
    margin-left: 0px;
}

.wrapper #menudesc ul li:before {
    display: none;
}

.wrapper #menudesc ul li {
    float: none;
    margin: 0;
    padding: 0;
    display: block;
    padding-left: 0;

}

#menudesc ul li:last-child {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.menuhey #menudesc ul a {
    padding: 17px;
}

#menudesc ul a {
    padding: 17px;
    border-right: none;
    border-left: none;
    width: 320px;
    height: auto;
    line-height: 1;
    display: block;
    font-weight: 400;
    font-size: 14px;
    float: none;
    text-transform: uppercase;
    color: #313131;

}

* html #menudesc ul a /* IE6 */
{
    height: 10px;
}

*:first-child + html #menudesc ul a /* IE7 */
{
    height: 10px;
}

#menudesc ul a:hover {
    background-color: #F9F9F5;
    color: #222125;
}

#menudesc ul li:first-child > a {

}

#menudesc ul li:first-child > a:after {

}

#menudesc ul ul li:first-child a:after {
    left: -8px;
    top: 15px;
    width: 0;
    height: 0;
    border-left: 0;
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    border-right: 8px solid #3399ff;
}

#menudesc ul li:first-child a:hover:after {
    border-bottom-color: #66ccff;
}

#menudesc ul ul li:first-child a:hover:after {
    border-right-color: #66ccff;
    border-bottom-color: transparent;
}


#menudesc ul li:last-child > a {

}

/* Clear floated elements */
#menudesc:after {
    visibility: hidden;
    display: block;
    font-size: 0;

    content: " ";
    clear: both;
    height: 0;
}

* html #menudesc {
    zoom: 1;
}

/* IE6 */
*:first-child + html #menudesc {
    zoom: 1;
}

/* IE7 */


/* flexMenu styles */
#menudesc .flexMenu-viewMore {
    float: left;
}

#menudesc .flexMenu-viewMore > a {
    float: left;
    background-color: transparent;
}

.flexMenu-viewMore.active > a, .flexMenu-viewMore > a:hover {
    background-color: #257ccc;
}

#menudesc .flexMenu-popup {
    list-style-type: none;
    padding: 0;
    left: auto;
    right: 0px;
    background-color: #008bc1;

    margin: 0;
}

.lt-ie8 .flexMenu-popup {
}

#menudesc .flexMenu-popup a {
    padding: 17px;
    border-bottom: 1px solid #257ccc;
    width: 200px;
    display: block;
}

.flexMenu-popup a:hover {
    background-color: #006363;
    color: #fff;
    display: block;
}

#menudesc .flexMenu-popup ul {
    position: absolute;
    top: 0;
    left: -222px;
}

#menudesc .flexMenu-popup ul li a {
    background-color: #1c1c1c;
}

#menudesc .flexMenu-popup ul li a:hover {
    opacity: 1;
}

.kor {
    display: flex;
    margin-top: 47px;
    margin-left: 30px;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

.menuhey .kor {
    margin-top: 33px;
}

.kor i {
    font-size: 20px;
    font-weight: 300;
    color: #ffc500;
    margin-right: 10px;
}

.kor p {
    font-size: 17px;
    font-family: 'Montserrat', sans-serif;
    color: #131215;
}

.mmn {

    display: flex;
}

/* Header
-----------------------------------------------------------------------------*/

/* Middle
-----------------------------------------------------------------------------*/
.content {

}

.bg {
    position: relative;
    max-width: 100%;
    min-width: 280px;
    height: 717px;
    margin: 60px 0;
}

.bg .wrapper h1 {
    color: #fff;
    text-transform: uppercase;
    font-size: 38px;
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
}

.bg .wrapper h1 span {

    text-transform: uppercase;

    color: #ffc600;
}

.bg2 .wrapper h1 {
    color: #fff;
    text-transform: uppercase;
    font-size: 38px;
    margin-bottom: 0;
}

.bg2 {
    position: relative;
    max-width: 100%;
    min-width: 280px;
    height: 717px;
    margin: 0px 0;
}

.bg2:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(36, 35, 32, 0.65);
    z-index: 1;
}

.bg:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(36, 35, 32, 0.65);
    z-index: 1;
}

.bg .f {
    position: relative;
    z-index: 2;
    color: #fff;
    height: 717px;
}

.bg p {
    font-size: 27px;
    padding: 50px 0;
    text-align: center;
}

.bg2 .f {
    position: relative;
    z-index: 2;
    color: #fff;
    height: 717px;
    margin-top: -80px;
}

.bg2 p {
    font-size: 27px;
    padding: 50px 0;
    text-align: center;
}

.bg-form input.lnlk {
    max-width: 290px;
    margin: 0 auto;
}

#bell2 {
    max-width: 400px;
}

.lnlk {
    position: relative;
    animation-play-state: paused;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    background-color: #0197d8;
    width: auto;
    padding: 18px 30px;
    border-radius: 2px;
    display: none;
    text-transform: uppercase;
    min-width: 250px;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

.stud1 {
    animation-delay: 0.5s;
    animation-play-state: running;
    display: block;
}

.stud2 {
    animation-delay: 1s;
    animation-play-state: running;
    display: block;
}

.lnlk {
    animation-delay: 0.5s;
    animation-play-state: running;
    display: block;
}

.lnlk:hover {
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    background-color: #0FA8EB;
    box-shadow: 0 0 30px rgba(15, 168, 235, 0.3);
}

.hstudio {
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.hstudio img {
    max-width: 100%;
    margin-bottom: 10px;
    height: auto;
}

.content h1 {
    color: #161616;
    font-size: 26px;
    font-family: 'Montserrat', sans-serif;
    margin-top: 45px;
}

.content h2 {
    color: #17b762;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    margin-top: 25px;
    margin-bottom: 20px;
}

.content p {
    color: #161616;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
}

.wrapper h1 {
    color: #141414;
    font-size: 50px;
    text-align: center;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    padding: 45px 0;
    margin: 0;
}

.tovar {
    width: 31.5%;
    margin-top: 15px;
    margin-bottom: 15px;
    position: relative;
    border-bottom: 5px solid #00d463;
}

.t_shdw {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;

    text-align: right;
    padding: 30px;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0);
    background: linear-gradient(135deg, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, 0.75) 100%);
}

.t_shdw span {
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
}

.t_shdw i {
    font-size: 18px;
    line-height: 30px;
    text-transform: uppercase;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: 700;
    overflow: hidden;
    width: 100%;
}

.cat {
    width: 31.5%;
    margin-top: 15px;
    margin-bottom: 15px;
    position: relative;
}

.par_zag_h2 {
    color: #fff;
    font-size: 35px;
    line-height: 50px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 70px;
}

.par_zag_h1 {
    color: #fff !important;
    font-size: 50px !important;
    line-height: 50px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 40px 0 20px 0 !important;
}

.bounce-2 {
    animation-name: bounce-2;
    animation-timing-function: ease;
}

@keyframes bounce-2 {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-30px);
    }
    100% {
        transform: translateY(0);
    }
}

.par_icon {
    margin-top: 30px;
    color: #fff;
    font-size: 45px;
    align-self: flex-end;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}

.catb {
    margin-bottom: 50px;
}

.tovar:hover .t_con img {
    transform: scale(1.05);
}

.cat:hover .c_con img {
    transform: scale(1.05);
}

.tovar:hover .t_inf:after {
    content: '';
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 3px;
    background-color: #eccc50;
}

.owl-carousel2 div {
    position: relative;


}

.owl-carousel2 div:hover .search {
    transform: scale(1);
}

.owl-carousel2 .hblck {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.valign-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;

}

.wbl p {
    color: #707070;
    font-size: 19px;
    line-height: 22px;
    margin-bottom: 20px;
}

.wbl {
    background-color: #fff;
    padding: 60px 0;

}

.cbl {
    background-image: url(../images/kakbg.jpg);
    background-repeat: no-repeat;
    background-position: center -400px;
    padding: 60px 0;

}

.wbl .lnlk {
    display: inline-block;
    min-width: 150px;
    background-color: #fff;
    text-align: center;
    font-size: 18px;
    padding: 15px 40px;
    border: 1px solid #efc41b;
}

.wbl .lnlk:hover {
    background-color: #efc41b;
}

.search {
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    font-size: 66px;
    color: #ffc600;
    z-index: 20000;
    transform: scale(0);
}

.sliderab {
    width: 100%;
}

.t_con {
    width: 100%;
    overflow: hidden;
    height: 370px;
}

.c_con {
    width: 100%;
    position: relative;
    z-index: 1;
    overflow: hidden;
    height: 370px;
}

.c_con:before {
    display: block;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: rgba(29, 27, 32, 0.35);
}

.t_con img {
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    max-width: 100%;
    height: auto;
}

.c_con img {
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    max-width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
}

.t_inf {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    position: relative;
    padding-bottom: 20px;
}

.c_inf {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 3;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.c_inf p {
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    font-size: 30px;
    margin-top: 20px;
    margin-bottom: 30px;
}

.c_inf span {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    padding: 13px 20px 15px 20px;
    min-width: 150px;
    text-align: center;
    border: 1px solid #efc41b;
    color: #fff;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

.tovar .fa-arrow-right {
    white-space: 40px;
    font-size: 20px;
}

.t_inf:after {
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    content: '';
    position: absolute;
    width: 0%;
    bottom: 0;
    height: 3px;
    background-color: #eccc50;
}

.content .t_inf p {
    font-family: 'FuturaLightC';
    color: #7f7f7f;
    font-size: 20px;
    margin-bottom: 0;
}

.content .list .t_inf p {
    font-size: 18px;
}

.list .t_inf span {
    font-size: 20px;
}

.list .t_inf span i {
    font-size: 15px;
}

.t_inf span {
    color: #160e09;
    font-size: 24px;
    font-family: 'Montserrat', sans-serif;

}

.c_inf span:hover {
    background-color: #eccc50;
    box-shadow: 0 0 20px #eccc50;
}

.t_inf span i {
    font-size: 19px;
    position: relative;
    top: -1px;
    margin-left: 5px;
}

.proc {
    width: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px 0;
}

.hproc {
    text-align: center;
    font-size: 30px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
}

.pr_bl {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.pr_bl i {
    font-size: 40px;
    margin-bottom: 20px;
}

.pr_bl p {
    text-align: center;
    line-height: 24px;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}

.proc .fa-long-arrow-right {
    font-size: 60px;
    color: #efc41b;
}

.proc .fa-arrow-down {
    font-size: 30px;
    color: #efc41b;
    margin: 20px 0;
}

/* Footer
-----------------------------------------------------------------------------*/
.footer {
    height: auto;
    padding-top: 10px;
    background: #f1f6f8;
    padding: 50px 0 10px 0;
}

.fmenu {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    column-gap: 15px;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    margin-top: 20px;
}

.fsocb h3 {
    font-size: 18px;
    font-weight: 700;
    margin-top: 20px;
    color: #1f1f1f;
    text-transform: uppercase;
}

.adres {
    margin-top: 12px;
    margin-right: 70px;
}

.adres p {
    font-size: 14px;
    line-height: 30px;
    color: #1f1f1f;
}

.fmenu li {
    padding: 0 10px;
    margin-bottom: 15px;
}

.mm-listitem__text {
    font-weight: 700 !important;
}

.fmenu li a {
    font-size: 14px;
    color: #1f1f1f;
    text-decoration: underline;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

.fmenu li a:hover {
    text-decoration: none;
}

.fmenu li a:hover {
    color: #00d463;
}

.fsoc {
    display: flex;
    font-size: 32px;
    margin-top: 15px;
}

.content .in .fsoc li {
    list-style-type: none;
    margin-left: 0;
}

.content .ymap {
    margin-bottom: 30px;
}

.fsoc a {
    padding: 10px 26px 10px 0;
    color: #7f7f7f;
    font-size: 32px;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

.fsoc a:hover {
    color: #00d463;
}

.flnk {
    display: inline-block;
    text-align: center;
    font-size: 16px;
    background-color: transparent;
    border: 1px solid #efc41b;
    min-width: 150px;
}

.tfoot {

    color: #1f1f1f;
    padding: 60px 0 50px 0;
}

.tfoot a {
    color: #3b3b41;
}

.ocolor {
    display: flex;
}

.color-0:before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 400 !important;
}

.ocolor:before {
    position: absolute;
    left: 10px;
    z-index: 110000;
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    content: '\f0c8';
    color: #ececec;
    display: block;

    font-size: 20px;


}

.color_select:before {
    top: 10px;
}

.color_select .jq-selectbox__select-text {
    padding-left: 25px;
}

.color_select.jq-selectbox li {
    padding-left: 37px;
}

.gal {
    width: 100%;

}

.gal img {
    max-width: 100%;
    height: auto;
}

.sticky {
    position: sticky;
    top: 120px;
}

.box {
    padding-top: 70px;
    padding-left: 50px;
    width: 100%;
    margin-bottom: 50px;

}

.wbl h3 {
    font-size: 19px;
    line-height: 24px;
    font-family: 'Montserrat', sans-serif;
}

.wbl ul, .wbl ol {
    color: #707070;
    font-size: 19px;
    line-height: 22px;
    margin-bottom: 20px;
}

.gal-a {
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    max-height: 280px;
}

.hak {
    margin-bottom: 20px;
    margin-top: 40px;
    font-size: 19px;
}

.hak li {
    color: #21212a;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #eee;
    margin-bottom: 15px;
    padding-bottom: 15px;

}

.hak label {
    font-size: 16px;
    color: #21212a;
}

.hak span {
    font-size: 16px;
    font-family: 'Montserrat';
    color: #21212a;
}

.morelink {
    display: flex;
    font-size: 14px;
    text-decoration: none;
    align-items: center;
    font-weight: 400;
    color: #000000;
    margin-right: 10px;
}

.morelink i {
    font-size: 18px;
    text-decoration: none;
    position: relative;
    left: 10px;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

.morelink:hover i {
    left: 20px;
}

.biglink {
    background-color: #0197d8;
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    display: flex;
    text-decoration: none;
    align-items: center;
    font-weight: 400;
    margin-right: 10px;
    max-width: 270px;
    min-width: 200px;
    justify-content: space-between;
    border-radius: 5px;
    padding: 12px 35px 12px 35px;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

.biglink i {
    font-size: 24px;
    text-decoration: none;
    position: relative;
    left: 10px;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

.biglink:hover i {
    left: 20px;
}

.biglink:hover {
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    background-color: #0FA8EB;
    box-shadow: 0 0 30px rgba(15, 168, 235, 0.3);
}

.ymap {
    display: block;
    height: 450px;
    position: relative;
    margin-top: 0px;
    margin-bottom: 50px;
    width: 58%;
}

#map {
    max-width: 100%;
    min-width: 290px;
    position: relative;
    z-index: 900;
    margin-top: 10px;
    height: 450px;
    display: block;
    margin-bottom: 0px;
}

.box .price {
    font-family: 'Montserrat', sans-serif;
    margin-top: 10px;
    font-size: 22px;
}

.box .price i {
    font-size: 18px;
    margin-left: 5px;
}

.box h1 {
    margin-top: 10px;
}

.status {
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    padding: 5px 10px;
    display: inline-block;
}

.box p {
    color: #707070;
    font-size: 19px;
    line-height: 22px;
    margin-bottom: 10px;
}

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

.jq-number__field input {
    box-shadow: none !important;
    border-bottom: 0 !important;
}

.number-plus-minus .jq-number {
    padding: 0 50px;
    width: 100%;
}

.number-plus-minus .jq-number__field {
    width: 100%;
}

.number-plus-minus .jq-number__field input {
    text-align: center;
}

.number-plus-minus .jq-number__spin {
    left: 0;
    height: 42px;
}

.number-plus-minus .jq-number__spin.plus {
    right: 0;
    left: auto;
}

input.lnlk {
    border: 0;
    cursor: pointer;
    width: 100%;
    height: 52px;
    outline: none;
    font-size: 16px;
    padding: 10px;
}

.number-plus-minus .jq-number__spin:before {
    content: '';
    position: absolute;
    top: 18px;
    left: 14px;
    width: 12px;
    height: 2px;
    border: none;
    background: #666;
}

.number-plus-minus .jq-number__spin.minus:after {
    display: none;
}

.number-plus-minus .jq-number__spin.plus:after {
    top: 13px;
    left: 19px;
    width: 2px;
    height: 12px;
    border: none;
    background: #666;
}

.number-plus-minus .jq-number__spin:hover:before,
.number-plus-minus .jq-number__spin.plus:hover:after {
    background: #000;
}

.formb {
    width: 48%;
    margin: 10px 0;
}

.formb label {
    font-size: 14px;
    color: #160e09;
    margin-bottom: 10px;
    display: block;
    font-family: 'Montserrat';
    text-transform: uppercase;
}

.crumbs {
    display: flex;
    font-size: 14px;
    margin: 40px 0;
    color: #050408;
    text-transform: uppercase;
}

.crumbs a, .content .crumbs p, .crumbs i {
    color: #050408;
    margin-right: 7px;
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 0;
}

.crumbs a:hover {
    color: #1B1B1B;
}

.tovar .status {
    position: absolute;
    right: 15px;
    top: 15px;
}

.port {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
}

.port:before {
    top: 0;
    left: 0;
    content: '';
    background-color: rgba(36, 35, 32, 0.0);
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    transition: all 0.3s 0.0s ease;
    -moz-transition: all 0.3s 0.0s ease;
    -o-transition: all 0.3s 0.0s ease;
    -webkit-transition: all 0.3s 0.0s ease;
}

.port:hover:before {
    background-color: rgba(36, 35, 32, 0.65);
}

.port:hover .prt {

    transform: scale(1);
}

.port img {

    transition: all 0.3s 0.0s ease;
    -moz-transition: all 0.3s 0.0s ease;
    -o-transition: all 0.3s 0.0s ease;
    -webkit-transition: all 0.3s 0.0s ease;
}

.prt {
    position: absolute;
    color: #fff;
    transform: scale(0);
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    top: 0;
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;

    flex-direction: column;
    transition: all 0.3s 0.0s ease;
    -moz-transition: all 0.3s 0.0s ease;
    -o-transition: all 0.3s 0.0s ease;
    -webkit-transition: all 0.3s 0.0s ease;
}

.prt p {
    font-size: 18px;
    margin-bottom: 5px;
}

.prt span {
    color: #ffc500;
    cursor: pointer;
    text-decoration: underline;
}

.prt span:hover {
    text-decoration: none;
}

.logo-brand {
    height: 100px;
    width: 200px;
    background-color: #fff;
    box-sizing: border-box;
    padding: 15px 10px;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.logo-brand img {
    max-height: 100%;
    margin: 0 auto;
    width: auto !important;
}

.br_con {
    position: absolute;
    bottom: -30px;
    width: 100%;
    display: flex;
    justify-content: center;
}

.br_conb {

    padding: 15px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.br_bg {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: -40px;
    display: flex;
    justify-content: center;
}

.logo-brandbg {
    width: 180px;
    height: 60px;
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    box-sizing: border-box;


}

.crumbs.rest {
    margin: 0;
    position: relative;
    opacity: 0.8;
    padding: 40px 0;
    color: #fff !important;
    z-index: 1000;
}

.bg2 .crumbs.rest p {
    margin: 0;
    padding: 0;
    font-size: 14px;
}

.crumbs.rest a, .crumbs.rest p, .crumbs.rest i {
    color: #fff;
}

.bg-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 700px;
    padding: 30px;
    margin-top: 20px;
    background-color: rgba(255, 255, 255, 1);
}

.frm-blk label {
    font-size: 16px;
    margin-bottom: 10px;
    display: block;
    color: #2b2b2b;
}

.lfaside {
    background-color: #fff;
    width: 20%;
    padding: 20px;
    margin-bottom: 20px;
}

.lfaside ul li a {
    font-family: 'FuturaLightC';
    padding: 10px 0 !important;
    display: block;
    font-size: 16px;
    color: #636363;
    transition: all 0.3s 0.0s ease;
    -moz-transition: all 0.3s 0.0s ease;
    -o-transition: all 0.3s 0.0s ease;
    -webkit-transition: all 0.3s 0.0s ease;
}

.pager {
    margin-bottom: 60px;
    margin-top: 10px;

    font-size: 18px;
    font-weight: 600;
}

.pager a, .pager span {
    padding: 5px 15px;
    color: #0096d8;
    transition: all 0.3s 0.0s ease;
    -moz-transition: all 0.3s 0.0s ease;
    -o-transition: all 0.3s 0.0s ease;
    -webkit-transition: all 0.3s 0.0s ease;
}

.pager a:hover, .pager a:focus {
    background-color: #0096d8;
    color: #fff;
}

.pager span {
    background-color: #f1f6f8;
    color: #585858;
}

.lfaside ul li a:hover {
    color: #ffc500;
}

.lfaside .smn li:first-child a {
    color: #000 !important;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
}

.list {
    width: 100%;
}

.list .tovar {
    margin-top: 0;
    margin-bottom: 20px;
}

.list .t_con {
    width: 100%;
    overflow: hidden;
    height: 270px;
}

.tov_op {
    display: flex;
    width: 100%;
    flex-direction: column;
}

.tov_op a {
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    margin-bottom: 15px;
}

.tov_op ul {
    width: 100%;
    font-size: 14px;
    font-family: 'Montserrat';
}

.tov_op ul li {
    width: 100%;
    display: flex;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.tov_op ul label {
    width: 40%;
}

.tov_op ul span {
    width: 40%;
}

.tbl .number-plus-minus .jq-number__spin {
    height: 43px;
}

.tbl .number-plus-minus .jq-number__spin:before {
    content: '';
    position: absolute;
    top: 19px;
    left: 14px;
    width: 12px;
    height: 2px;
    border: none;
    background: #666;
}

.delete {
    position: relative;
    cursor: pointer;
    width: 15px;
    height: 15px;
    display: block;
    background-color: transparent;
    background-image: url(../images/img_108659.png);
    background-size: contain;
    border: 0;
}

.delete:hover {
    opacity: 0.8;
}

.tbl .fa-times {
    font-size: 25px;
}

.tbl .price {
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
}

.tbl .price i {
    font-size: 18px;
    margin-left: 5px;
}

.tbl .number-plus-minus .jq-number__spin.plus:after {
    top: 14px;
    left: 19px;
    width: 2px;
    height: 12px;
    border: none;
    background: #666;
}

.pr_box {
    flex-direction: column;
}

.pr_box p {
    margin-bottom: 5px;
    font-size: 14px;
}

.itogblock {
    max-width: 300px;
    margin: 0 auto;
    background-color: #fff;
    padding: 30px;
    margin-bottom: 50px;
}

.lnk_itog {

    text-align: center;
    margin-top: 20px;
    max-width: 150px;
    padding: 13px;
    background-color: transparent;
    border: 1px solid #eccc50;
    font-size: 16px;
}

.itog {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 20px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.itog label {
    color: #000;
}

.itog span i {
    margin-left: 5px;
    font-size: 16px;
}

.lfaside ul li .kor_name {
    color: #000 !important;
    font-family: 'FuturaDemiC' !important;
    text-transform: uppercase;
    padding-bottom: 5px !important;

}

.content .kora p {
    font-size: 18px;
    margin-bottom: 0;
}

.content .kora span {
    font-size: 16px;
}

.content .kora span i {
    margin-left: 5px;
    font-size: 14px;
}

.content .kora .it {
    border-top: 1px solid #d8d8d8;
    margin-top: 10px;
    padding-top: 10px;
}

.content .kora .it p, .content .kora .it span {
    color: #000 !important;
    font-family: 'FuturaDemiC' !important;
}

.content .list h1 {
    margin-top: 0;
}

input[type="checkbox"] {
    display: none;
}

input[type="checkbox"] + label {
    font-family: 'Montserrat', sans-serif;
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 10px !important;
    font-size: 14px;
    line-height: 23px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.of-form .lnlk {
    max-width: 300px;
    margin: 30px auto;
}

input[type="checkbox"] + label:before {
    content: '';
    display: block;
    width: 22px;
    height: 22px;
    border: 2px solid #ffc80f;
    position: absolute;
    left: 1px;
    top: 0px;
    opacity: 1;

    -webkit-transition: all .12s, border-color .08s;
    transition: all .12s, border-color .08s;
}

input[type="checkbox"]:checked + label:before {
    width: 11px;
    top: -6px;
    left: 6px;
    border-radius: 0;
    opacity: 1;
    border-top-color: transparent;
    border-left-color: transparent;
    -webkit-transform: rotate(35deg);
    transform: rotate(45deg);
}

/*Radio styles*/
input[type="radio"] {
    display: none;
}

input[type="radio"] + label {
    display: block;
    position: relative;
    padding-left: 35px;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 5px !important;
    font-size: 14px;
    line-height: 28px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.cal {
    position: relative;
    width: 100%;
}

.datepicker-here + i {
    position: absolute;
    right: 10px;
    color: #C3C3C3;
    top: 9px;
    font-weight: 300;
    font-size: 22px;
}

input[type="radio"] + label:before {
    content: '';
    display: block;

    width: 24px;
    height: 24px;
    border-radius: 20px;
    border: 2px solid #ffc80f;
    position: absolute;
    left: 2px;
    top: 2px;
    opacity: 1;
    -webkit-transition: all .12s, border-color .08s;
    transition: all .12s, border-color .08s;
}

input[type="radio"]:checked + label:before {
    width: 12px;
    left: 8px;
    top: 7px;
    height: 12px;
    border-radius: 20px;
    border: 2px solid #fecc26;
    opacity: 1;
    box-shadow: 0 0 0 3px #fff, 0 0 0 6px #ffc80f;
    background-color: #ffc80f;


}

.flogo {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.fdlogo a img {
    max-width: 100% !important;
    height: auto;
}

.fdlogo {
    margin-right: 70px;
}

.fdlogo span {
    display: block;
    font-size: 14px;
    line-height: 22px;
    color: #1f1f1f;
    margin-left: 65px;
    margin-top: 20px;
}

.in h1 {
    margin-top: 0;
}

.galery {
    margin-top: 40px;
    display: block;
}

.galery a img {
    max-width: 100%;
    height: auto;
}

.ymap {
    display: block;
    height: 450px;
    position: relative;
    margin-bottom: 0px;
}

.block_info.mob {
    display: none;
}

#map {
    max-width: 100%;
    min-width: 290px;
    position: relative;
    z-index: 900;
    margin-top: 26px;
    height: 450px;
    display: block;
    margin-bottom: 0px;
}

@keyframes bg {
    0% {
        background-size: 0 8px,
        8px 0,
        0 8px,
        8px 0;
    }
    25% {
        background-size: 0 8px,
        8px 0,
        10% 8px,
        8px 10%;
    }
    50% {
        background-size: 0 8px,
        8px 0,
        10% 8px,
        8px 10%;
    }
    75% {
        background-size: 10% 8px,
        8px 0,
        10% 8px,
        8px 10%;
    }
    100% {
        background-size: 10% 8px,
        8px 10%,
        10% 8px,
        8px 10%;
    }
}

@keyframes bg2 {
    0% {
        width: 0px;
        height: 0px;
        left: 100%;

    }
    25% {
        width: 0px;
        left: 0;
        height: 0px;
    }
    50% {
        width: 0px;
        left: 0;
        height: 0px;
    }
    75% {
        width: 0px;
        left: 0;
        height: 30px;
    }
    100% {
        width: 30px;
        left: 0;
        height: 30px;
    }
}

@keyframes bg4 {
    0% {
        width: 0px;
        height: 0px;
        left: 100%;

    }
    25% {
        width: 0px;
        left: 0;
        height: 0px;
    }
    50% {
        width: 0px;
        left: 0;
        height: 0px;
    }
    75% {
        width: 0px;
        left: 0;
        height: 30px;
    }
    100% {
        width: 30px;
        left: 0;
        height: 30px;
    }
}

@keyframes bg3 {
    0% {
        width: 0px;
        height: 0px;
        right: 100%;

    }
    25% {
        width: 0px;
        right: 0;
        height: 0px;
    }
    50% {
        width: 0px;
        right: 0;
        height: 0px;
    }
    75% {
        width: 0px;
        right: 0;
        height: 30px;
    }
    100% {
        width: 30px;
        right: 0;
        height: 30px;
    }
}

@keyframes bg5 {
    0% {
        width: 0px;
        height: 0px;
        right: 100%;

    }
    25% {
        width: 0px;
        right: 0;
        height: 0px;
    }
    50% {
        width: 0px;
        right: 0;
        height: 0px;
    }
    75% {
        width: 0px;
        right: 0;
        height: 30px;
    }
    100% {
        width: 30px;
        right: 0;
        height: 30px;
    }
}

.arr_mob {
    display: none;
}

.panel {
    position: fixed !important;
    right: 15px;
    top: 15px;
    z-index: 111500;

}

.headerm a {
    display: block;
    width: 23px;
    height: 18px;
    padding: 11px;
    position: fixed;
    z-index: 111500;
    box-sizing: initial !important;
    top: 12px;
    right: 15px;
    border-radius: 3px;
    background-color: #fff;
    transition: all 0.3s 0.0s ease;
    -moz-transition: all 0.3s 0.0s ease;
    -o-transition: all 0.3s 0.0s ease;
    -webkit-transition: all 0.3s 0.0s ease;
}

#menu2 {
    font-family: 'FuturaDemiC' !important;
    text-transform: uppercase;
}

.menuhey .headerm {
    z-index: 1100;
}

.menuhey .headerm a {
    transition: all 0.3s 0.0s ease;
    -moz-transition: all 0.3s 0.0s ease;
    -o-transition: all 0.3s 0.0s ease;
    -webkit-transition: all 0.3s 0.0s ease;
    top: 27px;
}

.mm-listview i {
    margin-right: 7px;
    width: 20px;
    text-align: center;
}

.headerm a:before,
.headerm a:after {
    content: '';
    display: block;
    background: #141218;
    border-radius: 30px;
    height: 3px;
}

.headerm a span {
    background: #141218;
    display: block;
    border-radius: 30px;
    height: 3px;
    margin: 4px 0;
}

#menu2:not( .mm-menu ) {
    display: none;
}

nav#menu2 {
    height: auto !important;
}

.mm-listview li {
    float: none !important;
}

.mob {
    display: none;
}

.mburger {
    display: none;
}

.pers-car {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.pers-car i {
    font-size: 14px;
    line-height: 18px;
}

.pers-car span {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    color: #000;
    margin-bottom: 10px !important;
}

.owl-carousel5 .item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.owl-carousel5 .item img {
    margin-bottom: 40px;
}

.ssotr {
    width: 30% !important;
    margin: 1.5%;
    flex-direction: column !important;
    padding: 40px !important;
}

.ssotr a img {
    width: 100%;
    margin-bottom: 10px;
}

.sotrb {
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 50px;
}


@media screen and (max-width: 1600px) {
    .ssrgt {
        width: 40%;
        position: relative;
        margin-top: -30px;
    }
}

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

    .slideinfo {
        width: 100%;
    }

    .slider .wrapper {
        padding-top: 160px;

    }

    .arrowsslider .wrapper {
        padding-top: 0;
    }

    .nn {
        display: none;
    }

    .zagol h2 {
        font-size: 50px;
        font-weight: 700;
        margin-bottom: 20px;
        color: #262626;
    }

    .arrcon i {
        cursor: pointer;
        color: #0197d8;
        font-size: 70px;
        margin-left: 70px;
        -webkit-transition: all 0.25s ease-out;
        -moz-transition: all 0.25s ease-out;
        -o-transition: all 0.25s ease-out;
        transition: all 0.25s ease-out;
    }

    .ssrgt {
        width: 47%;
        position: relative;
        margin-top: -30px;
    }

    .slider .slides .ssrgt img {
        height: 100%;
        width: 100%;
        background-size: 70%;
        background-position: top;
        background-repeat: no-repeat;
    }

    .sslft p {
        font-size: 16px;
    }
}

@media screen and (max-width: 1280px) {
    .innews .nimgcon {
        height: 320px;
        margin-bottom: 20px;
    }

    .wrapper {
        min-width: 280px;
        max-width: 1300px;
        margin: 0 auto;
        padding: 0 20px;
    }

    .slider .slides .ssrgt img {
        height: 100%;
        width: 100%;
        background-size: 60%;
        background-position: top;
        background-repeat: no-repeat;
    }
}

@media screen and (max-width: 1024px) {
    .grid2 {
        display: grid;
        grid-gap: 20px;
    }

    .grid-6 {
        grid-column: span 12 / auto;
    }

    .grid-2 {
        grid-column: span 6 / auto;
    }

    .innews .nimgcon {
        height: 260px;
        margin-bottom: 20px;
    }

    .inf .wrapper .par_bl_l p {
        color: #fff;
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 20px;
    }

    .inf .wrapper p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 20px;
    }

    .owl-carousel3 {

        margin-bottom: 30px !important;

    }

    .owl-carousel3 .item {
        max-height: 190px;
    }

    .headerzh {
        min-height: 380px;
    }

    .newsblock .zaghead {
        padding: 25px 0 20px 0;
    }

    .newsblock .zaghead span {
        font-size: 40px;
        font-weight: 700;
        color: #141414;
    }

    .newsblock {
        width: 100%;
    }

    .sobblock {
        width: 100%;
    }

    .news {
        flex-wrap: wrap;
    }

    .bgruki {
        display: none;
    }

    .pre {
        display: flex;
        width: 30%;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        padding: 20px;
        margin: 10px;
    }

    .pre img {
        margin-bottom: 20px;
    }

    .pre span {
        color: #141414;
        font-weight: 500;
        font-size: 18px;
        line-height: 24px;
        width: 100%;
        text-align: center;
    }

    .wrapper h1 {
        color: #141414;
        font-size: 40px;
        text-align: center;
        font-weight: 700;
        font-family: 'Montserrat', sans-serif;
        padding: 25px 0;
        margin: 0;
    }

    .bb {
        display: flex;
        justify-content: space-around;
        align-items: center;
        margin: 20px 0;
    }

    .ss {
        border-radius: 3px;
        background-color: rgba(255, 255, 255, 0.75);
        box-shadow: 0 0 30px rgb(238 246 248);
        padding: 20px;
        box-sizing: border-box;
        margin: 20px 0;
    }

    .fixhead.menuhey + .header {
        height: auto;
    }

    .biglink {
        font-size: 14px;
        max-width: 200px;
        min-width: 180px;
        padding: 10px 35px 10px 35px;
    }

    .biglink i {
        font-size: 20px;
    }

    .arrowsslider .wrapper {
        padding-top: 0 !important;
    }

    .tfoot {
        flex-direction: column;
        padding: 20px 0 20px 0;
    }

    .tfoot p {
        margin-bottom: 20px;
    }

    .footer {
        padding-bottom: 83px;
    }

    .footer .znx {
        flex-direction: column;
    }

    .footer .logo_blck {
        margin-bottom: 20px;
    }

    .footer .mainm {
        width: 100%;
    }

    .footer .mainm ul {
        flex-direction: column;
        align-items: center;
    }

    .footer .mainm ul li a {
        display: block;
        margin-bottom: 10px;
    }

    .footer .rhead {
        display: none;
    }

    .cont {
        flex-wrap: wrap;
    }

    .continf {
        width: 100%;
        margin-bottom: 20px;
    }

    .ymap {
        width: 100%;
    }

    #ph1 {
        height: 470px;
        padding-top: 50px;
        margin-bottom: 40px;
    }

    .par_bl_l p {
        text-align: center;
    }

    .par_bl_l {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: auto;
        color: #fff;
        width: 100%;
    }

    .par_bl_r {
        display: none;
    }

    .arrowsslider {
        z-index: 1000;
        position: absolute;
        bottom: 20px;
        width: 100%;
    }

    .sobw {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .header {
        height: auto;
        position: relative;
        margin-top: -127px;
    }

    .sobw .sob {
        justify-content: space-between;
        align-items: center !important;
        flex-wrap: wrap;
    }

    .ss, .bb {
        width: 100%;
    }

    .sslft p {
        width: 70%;
        margin: 0 auto;
        margin-bottom: 20px;
    }

    .arrcon i {
        margin: 0 20px;
    }

    .arrcon {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .zagol {
        text-align: center;
    }

    .sslft {
        width: 100%;
        text-align: center;
        justify-content: center;
        align-items: center;
    }

    .biglink {
        margin: 0 auto;
    }

    .slideinfo {
        justify-content: center;
        align-items: center;
    }

    .slides .active .ssrgt {
        display: none;
    }

    .ssrgt {
        display: none;
    }

    .sticky-wrapper {
        position: absolute;
        top: auto !important;
        right: auto !important;
        bottom: 0;

    }

    .menuheyy .mobhbut {
        position: fixed !important;
        top: auto !important;
        bottom: 0 !important;
        flex-direction: row;

    }

    .mobhbut li {
        display: block;
        width: 100%;
    }

    .mobhbut li a {
        width: 100%;
    }

    .mobhbut {
        position: fixed;
        top: auto !important;
        right: auto !important;
        bottom: 0;
        flex-direction: row;
        width: 100%;
        justify-content: space-around;
        box-shadow: 0 0 30px rgb(238 246 248);
    }

    .mobhbut a i {
        font-size: 26px !important;
    }

    .mobhbut a {

        background-color: #fff;
        border-bottom: none;
        border-right: 1px solid #eaedfb;
        border-radius: 0;
    }

    .micon.pen .spana {
        display: none;
    }

    .menuhey.fixhead {
        box-shadow: 0 0 30px rgb(238 246 248);
    }

    .mobhbut li:first-child a {
        border-radius: 0;
    }

    .mobhbut li:last-child a {
        border-radius: 0;
        border: 0;
    }

    .eye i {
        color: #0096d8;
        font-size: 25px;
        margin-right: 23px;
    }

    .rhead {
        width: auto;
    }

    .eye span {
        display: none;
    }

    .mburger {
        display: inline-block !important;
    }

    a.mburger {

        right: 0;
        color: #0197d8;
        --mb-bar-height: 2px;

        -webkit-transition: all 0.25s ease-out;
        -moz-transition: all 0.25s ease-out;
        -o-transition: all 0.25s ease-out;
        transition: all 0.25s ease-out;
    }

    .fixin a.mburger {
        color: #0197d8;
    }

    .fixhead .mainm {
        display: none;
    }

    .menuhey a.mburger {
        color: #0197d8;

    }
}

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

    .sslft p {
        font-size: 14px;
    }

    .zagol h2 {
        font-size: 25px;
        font-weight: 700;
        margin-bottom: 20px;
        color: #262626;
    }

}

@media screen and (max-width: 768px) {
    .ssotr {
        width: 47% !important;
        margin: 1.5%;
        flex-direction: column !important;
        padding: 20px !important;
    }

    .faqform {
        width: 80%;
    }

    .grid {
        margin-top: 0;
        grid-auto-rows: auto;
    }

    .grid-6 {
        padding: 0;
    }

    .grid-2 {
        height: 485px;
    }

    .grid-2 .link {
        bottom: 20px;
    }

    .grid-6 .link {
        left: 0;
    }

    .gfoto {
        grid-template-columns: repeat(12, 1fr);
        grid-auto-rows: 240px;
    }

    .mb-8 {
        grid-column: span 8 / auto;
    }

    .mb-12 {
        grid-column: span 12 / auto;
    }

    .mb-4 {
        grid-column: span 4 / auto;
    }

    .mb-8 {
        grid-column: span 8 / auto;
    }

    .innews .nimgcon {
        height: 180px;
        margin-bottom: 20px;
    }

    .trp {
        flex-wrap: wrap;
    }

    .trp div {
        width: 100%;
    }

    .trp div img {
        max-width: 50%;
    }
}

@media screen and (max-width: 667px) {
    #advice1 {
        min-width: 100px;
        max-width: 700px;
    }

    .vazn a {

        width: 100%;

    }

    .usin {
        flex-direction: column;
    }

    .usin img {
        width: 25%;
        margin-bottom: 20px;
    }

    .usinf {
        width: 100%;
        text-align: center;
    }

    .headerzh .hhead .morelink {
        font-size: 18px;
    }

    .vazn .mitem {
        width: 100%;
    }

    .grid .link {
        left: 0px;
    }

    .grid-2.bg2 .link {
        left: 30px;
    }

    .grid-2.bg2 {
        padding: 0 30px 0 30px;
    }

    .grid h2 {
        font-size: 25px;
        line-height: 45px;
        font-weight: 400;
        color: #1b202e;
        padding: 10px 0;
        text-align: center;
        margin: 0;
    }

    .grid-2 {
        padding: 0;
        width: 100%;
        grid-column: span 12 / auto;
    }

    .innews .nimgcon {
        height: 300px;
        margin-bottom: 20px;
    }

    .innews .item {
        width: 100%;
        margin-bottom: 20px;
    }

    .blinf {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 10px;
    }

    .continf h3 {
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 20px;
        padding: 0;
    }

    #ph1 {
        height: 350px;
        padding-top: 50px;
        margin-bottom: 20px;
    }

    .par_bl_l p {
        color: #fff;
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 20px;
    }

    .par_bl_l h4 {
        font-size: 25px;
        font-weight: 700;
        margin-bottom: 20px;
    }

    .sobblock .zaghead span {
        font-size: 20px;
        font-weight: 700;
        color: #141414;
    }

    .ntxtcon i {
        color: #6cb4db;
        font-size: 16px;
    }

    .nimgcon {
        display: flex;
        position: relative;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 365px;
        overflow: hidden;
        margin-bottom: 20px;
    }

    .ntxtcon span {
        font-weight: 500;
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 20px;
    }

    .newsblock .zaghead {
        padding: 0px 0 0px 0;
    }

    .newsblock .zaghead span {
        font-size: 25px;
        font-weight: 700;
        color: #141414;
    }

    .pre span {
        font-size: 14px !important;
        width: 70% !important;
        line-height: 20px !important;
    }

    .pre img {
        width: 30%;
    }

    .pre {
        padding: 0px !important;
        margin: 0px !important;
        box-sizing: border-box;
        margin-bottom: 20px !important;
        width: 47% !important;
    }

    .wrapper h1 {
        color: #141414;
        font-size: 25px;
    }

    .bb a {
        display: flex;
        font-size: 20px;
    }
}

@media screen and (max-width: 568px) {
    .sobblock .zaghead span {
        font-size: 20px;
        font-weight: 700;
        color: #141414;
        margin-bottom: 10px;
    }

    .nws_tm span {
        font-size: 14px;
    }

    .nws_tm p, .nws_tm ul, .nws_tm ol {
        font-size: 14px;
        line-height: 20px;
    }

    .zaghead {
        margin-bottom: 0;
    }

    .nimgcon {
        margin-bottom: 0;
    }

    .bb a i {
        width: 70px;
        margin-right: 20px;
    }

    .bb a i img {
        width: 100%;
    }

    .bb a {
        display: flex;
        font-size: 16px;
        line-height: 20px;
    }

}

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

    .fixhead .wrapper {
        padding-right: 10px;
    }

    .menuhey.fixhead {
        position: sticky;
        top: 0;
        height: 76px;
        background-color: rgba(255, 255, 255, 1);
        padding: 10px 0;
    }

    .logo_text {
        margin-left: 10px;
        font-size: 25px;
    }

    .fixhead .slogan {
        display: none;
    }

    .fixhead .logo {
        width: 50px;
        height: 50px;
        background-size: contain;
    }
}

@media screen and (max-width: 480px) {
    .ssotr {
        width: 97% !important;
        margin: 1.5%;
        flex-direction: column !important;
        padding: 20px !important;
    }

    .nimgcon {
        display: flex;
        position: relative;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 285px;
        overflow: hidden;
        margin-bottom: 20px;
    }

    .pre span {
        font-size: 14px !important;
        width: 90% !important;
        line-height: 20px !important;
    }

    .arrcon i {

        font-size: 40px;
    }
}

@media screen and (max-width: 414px) {
    .usinf h3 {
        font-weight: 500;
        font-size: 20px;
        padding: 0;
        margin: 0;
        margin-bottom: 20px;
    }

    .usin img {
        width: 45%;
        margin-bottom: 20px;
    }

    .faqform {
        width: 100%;
    }

    .gfoto {
        grid-template-columns: repeat(12, 1fr);
        grid-auto-rows: 160px;
    }

    .innews .nimgcon {
        height: 200px;
        margin-bottom: 20px;
    }

    .inf .wrapper p {
        margin-bottom: 0;
        padding-bottom: 20px;
    }

    .headerzh .wrapper {
        padding-top: 107px;
    }

    .headerzh {
        min-height: auto !important;
        height: auto !important;
    }

    .tfoot p {
        margin-bottom: 20px;
        line-height: 20px;
        text-align: center;
    }

    #ph1 {
        height: 400px;
        padding-top: 50px;
        margin-bottom: 20px;
    }

    .nimgcon {
        display: flex;
        position: relative;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 225px;
        overflow: hidden;
        margin-bottom: 20px;
    }

    .pre {
        padding: 0px !important;
        margin: 0px !important;
        box-sizing: border-box;
        margin-bottom: 20px !important;
        width: 100% !important;
    }

}

@media screen and (max-width: 375px) {
    .gfoto {
        grid-template-columns: repeat(12, 1fr);
        grid-auto-rows: 150px;
    }

    .innews .nimgcon {
        height: 180px;
        margin-bottom: 20px;
    }

    #ph1 {
        height: 400px;
        padding-top: 20px;
        margin-bottom: 20px;
    }

    .ntxtcon span {
        font-weight: 500;
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 20px;
    }

    .bb {
        flex-wrap: wrap;
    }

    .bb a {
        width: 100%;
        margin-bottom: 20px;
    }

    .sslft p {
        width: 100%;
        line-height: 20px;
        margin: 0 auto;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 360px) {
    .gfoto {
        grid-template-columns: repeat(12, 1fr);
        grid-auto-rows: 140px;
    }

    .innews .nimgcon {
        height: 160px;
        margin-bottom: 20px;
    }

    .nimgcon {
        display: flex;
        position: relative;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 200px;
        overflow: hidden;
        margin-bottom: 20px;
    }

}

@media screen and (max-width: 320px) {
    .innews .nimgcon {
        height: 140px;
        margin-bottom: 20px;
    }

    .morelink i {
        display: none;
    }

    .sobblock .zaghead .morelink span {
        font-size: 14px;
        font-weight: 400;
        color: #141414;
    }

    .sobscrl {
        height: 550px;
        padding-right: 10px;
    }

    .sobblock {

        padding: 15px;
    }

    .nws_tm i {
        display: none;
    }

    .nimgcon {
        display: flex;
        position: relative;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 160px;
        overflow: hidden;
        margin-bottom: 20px;
    }

    .owl-carousel {
        padding-left: 0px;
    }

    .zagzarhead i {
        display: none;
    }

    .eye i {
        color: #0096d8;
        font-size: 25px;
        margin-right: 6px;
    }

}