/***********************
    Прижимаем подвал
***********************/

html,
body {
    height: 100%;
}

.wrapper {
    display: table;
    height: 100%;
    width: 100%;
}

.content {
    display: table-row;
    height: 100%;
    width: 100%;
}

.s-background {
    background: #e8eaf6;
    height: 33%;
    width: 100%;
    display: block;
    position: fixed;
    z-index: -1;
}


/***********************
   Стили для карусели
************************/

.border-btn {
    color: #bebebe;
    background: #fff;
    padding: 7px 20px 5px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    transition: 300ms;
    display: inline-block;
    margin: 15px 0 0px;
    text-transform: uppercase;
}

.border-btn i {
    float: right;
    margin-left: 2px;
    margin-right: -5px;
    margin-top: -2px;
    font-size: 18px;
}

.border-btn:hover {
    background: #009261;
    color: #fff;
    border: 1px solid rgba(0, 0, 0, 0);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

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

@media only screen and (max-width: 601px) {
    .valign-center {
        display: inline-block;
    }
}


/*************************/

.p_view {
    opacity: 0.64;
    font-weight: 300;
    font-size: 1rem;
    letter-spacing: 0.02rem;
    line-height: 1.72rem;
    margin: 20px 0px 20px 0px;
}

.h6_view {
    opacity: 0.87;
    font-weight: 500;
    letter-spacing: 0.02rem;
    font-size: 1rem;
    line-height: 1.72rem;
    margin: 0px 0px 0rem 0px;
}

.avatar_review img {
    max-width: 6rem;
    height: 6rem;
    margin-bottom: 1rem;
}

#owl-qqq .item img {
    display: block;
    width: 100%;
    height: auto;
}


/**************************************
   для правильного отображения якорей
***************************************/

.id-navbar-top {
    padding-top: 51px;
    margin-top: -52px;
}


/******размеры иконок******/

.material-icons.md-18 {
    font-size: 18px;
}

.material-icons.md-24 {
    font-size: 24px;
}

.material-icons.md-36 {
    font-size: 36px;
}

.material-icons.md-48 {
    font-size: 48px;
}

.p_view_footer {
    opacity: 0.84;
    font-weight: 300;
    font-size: 1rem;
    line-height: 1.42rem;
}

.card-full {
    overflow: hidden;
    width: 100%;
    margin: 0;
    padding: 10px;
}

.qwe {
    overflow: visible;
}

@media only screen and (min-width: 993px) {
    .row .col.offset-l1-5 {
        margin-left: 12.49999%;
    }
}

@media only screen and (max-width: 601px) {
    .question {
        display: block;
    }
    .question-1 {
        margin-top: -32px;
        margin-left: 40px;
        font-size: 18px;
        font-weight: 500;
        text-align: left;
    }
}

.sticky {
    position: fixed;
    top: 0px;
    z-index: 101;
}

.h5-lite {
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 100%;
    margin: 15px 0 -10px 0;
    color: #424242;
}

.h05 {
    font-size: 14px;
}

.mobi-icons-bar {
    margin-top: 12px;
    float: left;
    margin-right: 15px;
}

.card-otziv {
    position: relative;
    overflow: hidden;
    margin: 0 5px 20px 5px;
    padding: 25px 25px 5px 25px;
    background-color: #ffffff;
    transition: box-shadow .25s;
    border-radius: 2px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.dropdown-content-lang {
    background-color: #fff;
    margin: 0;
    display: none;
    min-width: 55px;
    max-height: 650px;
    z-index: 999;
    will-change: width, height;
}

.dropdown-content-lang li {
    cursor: pointer;
    line-height: 1.5rem;
    width: 100%;
    text-align: center;
}

.dropdown-content-lang li:hover,
.dropdown-content-lang li.active {
    background-color: #eee;
}

.dropdown-content-lang li > a,
.dropdown-content-lang li > span {
    font-size: 1rem;
    font-weight: 600;
    color: #616161;
    display: block;
    padding: 1rem 1rem;
}

.dropdown-content-lang li > a > i {
    height: inherit;
    line-height: inherit;
}


/***************
    Nav Bar
***************/

nav {
    color: #616161;
    background-color: #fff;
    width: 100vw;
    height: 60px;
    line-height: 60px;
}

nav .nav-wrapper {
    position: relative;
    height: 100%;
}

@media only screen and (min-width: 993px) {
    nav a.button-collapse {
        display: none;
    }
}

nav .button-collapse {
    float: left;
    position: relative;
    z-index: 1;
    height: 60px;
    width: 70px;
}

nav .button-collapse i {
    height: 52px;
    line-height: 52px;
    padding-left: 16px;
}

nav .brand-logo {
    position: absolute;
    color: #616161;
    display: inline-block;
    font-size: 20px;
    padding: 0;
    white-space: nowrap;
    line-height: 60px;
}

nav .brand-logo.center {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media only screen and (max-width: 992px) {
    nav .brand-logo {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

nav .brand-logo.right {
    right: 0.5rem;
    padding: 0;
}

nav ul {
    margin: 0;
}

nav ul li {
    float: left;
    padding: 0;
}

nav ul li:hover,
nav ul li.active {
    background-color: rgba(0, 0, 0, 0);
}

nav ul a {
    font-size: 12px;
    color: #c1c1c1;
    display: block;
    padding: 0 15px;
    transition: color 300ms;
}

nav ul a:hover {
    color: #424242;
}

nav .desc a {
    font-size: 12px;
    line-height: 60px;
    color: #c1c1c1;
    display: block;
    padding: 0 15px;
    transition: color 300ms;
}

nav .desc a:hover {
    color: #424242;
    border-bottom: 2px solid rgba(0, 0, 0, 0.15);
    height: 60px;
}

.desc .on-click {
    height: 60px;
    color: #424242;
    border-bottom: 2px solid #009261;
}

.desc .on-click:hover {
    border-bottom: 2px solid #009261;
}

nav li.action a {
    background: #ebebeb;
    display: inline-block;
    height: 34px;
    line-height: 34px;
    border-radius: 4px;
    padding: 0 25px;
    color: #000;
    margin: 8px 15px 0;
    transition: 0.3s;
}

nav li.action a:hover {
    background: #009261;
    color: #fff;
    height: 34px !important;
    line-height: 34px !important;
    border-bottom: 0;
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.3), 0 1px 10px 0 rgba(0, 0, 0, 0.3);
}

nav ul.left {
    float: left;
}

nav .input-field {
    margin: 0;
}

nav .input-field input {
    height: 100%;
    font-size: 1.2rem;
    border: none;
    padding-left: 2rem;
}

nav .input-field input:focus,
nav .input-field input[type=text]:valid,
nav .input-field input[type=password]:valid,
nav .input-field input[type=email]:valid,
nav .input-field input[type=url]:valid,
nav .input-field input[type=date]:valid {
    border: none;
    box-shadow: none;
}

nav .input-field label {
    top: 0;
    left: 0;
}

nav .input-field label i {
    color: rgba(255, 255, 255, 0.7);
    -webkit-transition: color .3s;
    -moz-transition: color .3s;
    -o-transition: color .3s;
    -ms-transition: color .3s;
    transition: color .3s;
}

nav .input-field label.active i {
    color: #fff;
}

nav .input-field label.active {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.navbar-fixed {
    position: relative;
    height: 60px;
    z-index: 998;
}

.navbar-fixed nav {
    position: fixed;
}

@media only screen and (min-width: 601px) {
    nav,
    nav .nav-wrapper i,
    nav a.button-collapse,
    nav a.button-collapse i {
        height: 60px;
        line-height: 52px;
    }
    .navbar-fixed {
        height: 60px;
    }
}


/***************
    Nav List
***************/

.side-nav {
    position: fixed;
    width: 230px;
    left: -105%;
    top: 0;
    margin: 0;
    height: 100%;
    height: calc(100% + 60px);
    height: -moz-calc(100%);
    padding-bottom: 60px;
    background-color: #fff;
    z-index: 999;
    overflow-y: auto;
    will-change: left;
}

.side-nav.right-aligned {
    will-change: right;
    right: -105%;
    left: auto;
}

.side-nav .collapsible {
    margin: 0;
}

.side-nav li {
    float: none;
    padding: 0 15px;
}

.side-nav li:hover,
.side-nav li.active {
    background-color: #ddd;
}

.side-nav a {
    display: block;
    font-size: 13px;
    color: #616161;
    height: 52px;
    line-height: 52px;
    padding: 0 15px;
}

@media only screen and (max-width: 600px) {
    .side-nav i.left {
        float: left;
        margin-top: 12px;
        margin-right: 15px;
    }
    nav ul a {
        color: #616161;
        display: block;
        padding: 11px 15px;
        height: 52px;
    }
}

.drag-target {
    height: 100%;
    width: 10px;
    position: fixed;
    top: 0;
    z-index: 998;
}

.side-nav.fixed a {
    display: block;
    padding: 0 15px;
    color: #444;
}

.side-nav.fixed {
    left: 0;
    position: fixed;
}

.side-nav.fixed.right-aligned {
    right: 0;
    left: auto;
}

@media only screen and (max-width: 992px) {
    .side-nav.fixed {
        left: -105%;
    }
    .side-nav.fixed.right-aligned {
        right: -105%;
        left: auto;
    }
}

.side-nav .collapsible-body li.active,
.side-nav.fixed .collapsible-body li.active {
    background-color: #ee6e73;
}

.side-nav .collapsible-body li.active a,
.side-nav.fixed .collapsible-body li.active a {
    color: #fff;
}

#sidenav-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 997;
    will-change: opacity;
}


/***************
    Container
***************/

.container {
    margin: 0 auto;
    max-width: 1280px;
    width: 90%;
}

@media only screen and (min-width: 601px) {
    .container {
        width: 92%;
    }
}

@media only screen and (min-width: 1025px) {
    .container {
        width: 90%;
    }
}
/***************************
   Text Inputs + Textarea
****************************/

::-webkit-input-placeholder {
    color: #bdbdbd;
}
:-moz-placeholder {
    /* Firefox 18- */
    color: #bdbdbd;
}
::-moz-placeholder {
    /* Firefox 19+ */
    color: #bdbdbd;
}
:-ms-input-placeholder {
    color: #bdbdbd;
}
input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=time],
input[type=date],
input[type=datetime-local],
input[type=tel],
input[type=number],
input[type=search],
textarea.materialize-textarea {
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 2px;
    outline: none;
    height: 40px;
    width: calc( 100% - 42px);
    font-size: 1rem;
    margin: 0 0 15px 0;
    padding: 0;
    padding-left: 42px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.01), 0 2px 10px 0 rgba(0, 0, 0, 0.1);
    -webkit-appearance: none;
}
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
transition: all .3s;

}
input[type=text]:disabled,
input[type=text][readonly="readonly"],
input[type=password]:disabled,
input[type=password][readonly="readonly"],
input[type=email]:disabled,
input[type=email][readonly="readonly"],
input[type=url]:disabled,
input[type=url][readonly="readonly"],
input[type=time]:disabled,
input[type=time][readonly="readonly"],
input[type=date]:disabled,
input[type=date][readonly="readonly"],
input[type=datetime-local]:disabled,
input[type=datetime-local][readonly="readonly"],
input[type=tel]:disabled,
input[type=tel][readonly="readonly"],
input[type=number]:disabled,
input[type=number][readonly="readonly"],
input[type=search]:disabled,
input[type=search][readonly="readonly"],
textarea.materialize-textarea:disabled,
textarea.materialize-textarea[readonly="readonly"] {
    color: rgba(0, 0, 0, 0.26);
    border-bottom: 1px dotted rgba(0, 0, 0, 0.26);
}
input[type=text]:disabled + label,
input[type=text][readonly="readonly"] + label,
input[type=password]:disabled + label,
input[type=password][readonly="readonly"] + label,
input[type=email]:disabled + label,
input[type=email][readonly="readonly"] + label,
input[type=url]:disabled + label,
input[type=url][readonly="readonly"] + label,
input[type=time]:disabled + label,
input[type=time][readonly="readonly"] + label,
input[type=date]:disabled + label,
input[type=date][readonly="readonly"] + label,
input[type=datetime-local]:disabled + label,
input[type=datetime-local][readonly="readonly"] + label,
input[type=tel]:disabled + label,
input[type=tel][readonly="readonly"] + label,
input[type=number]:disabled + label,
input[type=number][readonly="readonly"] + label,
input[type=search]:disabled + label,
input[type=search][readonly="readonly"] + label,
textarea.materialize-textarea:disabled + label,
textarea.materialize-textarea[readonly="readonly"] + label {
    color: rgba(0, 0, 0, 0.26);
}
input[type=text]:focus:not([readonly]),
input[type=password]:focus:not([readonly]),
input[type=email]:focus:not([readonly]),
input[type=url]:focus:not([readonly]),
input[type=time]:focus:not([readonly]),
input[type=date]:focus:not([readonly]),
input[type=datetime-local]:focus:not([readonly]),
input[type=tel]:focus:not([readonly]),
input[type=number]:focus:not([readonly]),
input[type=search]:focus:not([readonly]),
textarea.materialize-textarea:focus:not([readonly]) {
    border-bottom: 1px solid #fff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3), 0 2px 10px 0 rgba(0, 0, 0, 0.1);
}
input[type=text]:focus:not([readonly]) + label,
input[type=password]:focus:not([readonly]) + label,
input[type=email]:focus:not([readonly]) + label,
input[type=url]:focus:not([readonly]) + label,
input[type=time]:focus:not([readonly]) + label,
input[type=date]:focus:not([readonly]) + label,
input[type=datetime-local]:focus:not([readonly]) + label,
input[type=tel]:focus:not([readonly]) + label,
input[type=number]:focus:not([readonly]) + label,
input[type=search]:focus:not([readonly]) + label,
textarea.materialize-textarea:focus:not([readonly]) + label {
    color: #26a69a;
}
input[type=text].valid,
input[type=text]:focus.valid,
input[type=password].valid,
input[type=password]:focus.valid,
input[type=email].valid,
input[type=email]:focus.valid,
input[type=url].valid,
input[type=url]:focus.valid,
input[type=time].valid,
input[type=time]:focus.valid,
input[type=date].valid,
input[type=date]:focus.valid,
input[type=datetime-local].valid,
input[type=datetime-local]:focus.valid,
input[type=tel].valid,
input[type=tel]:focus.valid,
input[type=number].valid,
input[type=number]:focus.valid,
input[type=search].valid,
input[type=search]:focus.valid,
textarea.materialize-textarea.valid,
textarea.materialize-textarea:focus.valid {
    border-bottom: 1px solid #4CAF50;
    box-shadow: 0 1px 0 0 #4CAF50;
}
input[type=text].valid + label:after,
input[type=text]:focus.valid + label:after,
input[type=password].valid + label:after,
input[type=password]:focus.valid + label:after,
input[type=email].valid + label:after,
input[type=email]:focus.valid + label:after,
input[type=url].valid + label:after,
input[type=url]:focus.valid + label:after,
input[type=time].valid + label:after,
input[type=time]:focus.valid + label:after,
input[type=date].valid + label:after,
input[type=date]:focus.valid + label:after,
input[type=datetime-local].valid + label:after,
input[type=datetime-local]:focus.valid + label:after,
input[type=tel].valid + label:after,
input[type=tel]:focus.valid + label:after,
input[type=number].valid + label:after,
input[type=number]:focus.valid + label:after,
input[type=search].valid + label:after,
input[type=search]:focus.valid + label:after,
textarea.materialize-textarea.valid + label:after,
textarea.materialize-textarea:focus.valid + label:after {
    content: attr(data-success);
    color: #4CAF50;
    opacity: 1;
}
input[type=text].invalid,
input[type=text]:focus.invalid,
input[type=password].invalid,
input[type=password]:focus.invalid,
input[type=email].invalid,
input[type=email]:focus.invalid,
input[type=url].invalid,
input[type=url]:focus.invalid,
input[type=time].invalid,
input[type=time]:focus.invalid,
input[type=date].invalid,
input[type=date]:focus.invalid,
input[type=datetime-local].invalid,
input[type=datetime-local]:focus.invalid,
input[type=tel].invalid,
input[type=tel]:focus.invalid,
input[type=number].invalid,
input[type=number]:focus.invalid,
input[type=search].invalid,
input[type=search]:focus.invalid,
textarea.materialize-textarea.invalid,
textarea.materialize-textarea:focus.invalid {
    border-bottom: 1px solid #F44336;
    box-shadow: 0 1px 0 0 #F44336;
}
input[type=text].invalid + label:after,
input[type=text]:focus.invalid + label:after,
input[type=password].invalid + label:after,
input[type=password]:focus.invalid + label:after,
input[type=email].invalid + label:after,
input[type=email]:focus.invalid + label:after,
input[type=url].invalid + label:after,
input[type=url]:focus.invalid + label:after,
input[type=time].invalid + label:after,
input[type=time]:focus.invalid + label:after,
input[type=date].invalid + label:after,
input[type=date]:focus.invalid + label:after,
input[type=datetime-local].invalid + label:after,
input[type=datetime-local]:focus.invalid + label:after,
input[type=tel].invalid + label:after,
input[type=tel]:focus.invalid + label:after,
input[type=number].invalid + label:after,
input[type=number]:focus.invalid + label:after,
input[type=search].invalid + label:after,
input[type=search]:focus.invalid + label:after,
textarea.materialize-textarea.invalid + label:after,
textarea.materialize-textarea:focus.invalid + label:after {
    content: attr(data-error);
    color: #F44336;
    opacity: 1;
}
input[type=text] + label:after,
input[type=password] + label:after,
input[type=email] + label:after,
input[type=url] + label:after,
input[type=time] + label:after,
input[type=date] + label:after,
input[type=datetime-local] + label:after,
input[type=tel] + label:after,
input[type=number] + label:after,
input[type=search] + label:after,
textarea.materialize-textarea + label:after {
    display: block;
    content: "";
    position: absolute;
    top: 65px;
    opacity: 0;
    transition: .2s opacity ease-out, .2s color ease-out;
}
.input-field {
    position: relative;
    margin-top: 0px;
}
.input-field label {
    color: #9e9e9e;
    position: absolute;
    top: 0.8rem;
    left: 0.75rem;
    font-size: 1rem;
    cursor: text;
    -webkit-transition: .2s ease-out;
    -moz-transition: .2s ease-out;
    -o-transition: .2s ease-out;
    -ms-transition: .2s ease-out;
    transition: .2s ease-out;
}
.input-field label.active {
    font-size: 0.8rem;
    -webkit-transform: translateY(-140%);
    -moz-transform: translateY(-140%);
    -ms-transform: translateY(-140%);
    -o-transform: translateY(-140%);
    transform: translateY(-140%);
}
.input-field .prefix {
    position: absolute;
    text-align: center;
    color: #bdbdbd;
    width: 32px;
    font-size: 24px;
    margin-top: 9px;
    margin-left: 7px;
}
.input-field .prefix.active {
    color: #616161;
}
.input-field .prefix ~ input,
.input-field .prefix ~ textarea {
    margin-left: 0;
    width: 100%;
    width: calc(100% - 42px);
}
.input-field .prefix ~ textarea {
    padding-top: .8rem;
}
.input-field .prefix ~ label {
    margin-left: 3rem;
}
@media only screen and (max-width: 992px) {
    .input-field .prefix ~ input {
        width: 86%;
        width: calc(100% - 3rem);
    }
}
@media only screen and (max-width: 600px) {
    .input-field .prefix ~ input {
        width: 80%;
        width: calc(100% - 3rem);
    }
}
.input-field input[type=search] {
    display: block;
    line-height: inherit;
    padding-left: 4rem;
    width: calc(100% - 4rem);
}
.input-field input[type=search]:focus {
    background-color: #fff;
    border: 0;
    box-shadow: none;
    color: #444;
}
.input-field input[type=search]:focus + label i,
.input-field input[type=search]:focus ~ .mdi-navigation-close,
.input-field input[type=search]:focus ~ .material-icons {
    color: #444;
}
.input-field input[type=search] + label {
    left: 1rem;
}
.input-field input[type=search] ~ .mdi-navigation-close,
.input-field input[type=search] ~ .material-icons {
    position: absolute;
    top: 6px;
    right: 1rem;
    color: transparent;
    cursor: pointer;
    font-size: 2rem;
    transition: .3s color;
}
textarea {
    width: 100%;
    height: 3rem;
    background-color: transparent;
}
textarea.materialize-textarea {
    overflow-y: hidden;
    /* prevents scroll bar flash */
    
    padding: 10px 15px;
    /* prevents text jump on Enter keypress */
    
    resize: none;
    min-height: 4rem;
    width: calc(100% - 30px);
}
.hiddendiv {
    display: none;
    white-space: pre-wrap;
    word-wrap: break-word;
    overflow-wrap: break-word;
    /* future version of deprecated 'word-wrap' */
    
    padding-top: 1.2rem;
    /* prevents text jump on Enter keypress */
}
.btn-flat-circle {
    border: none;
    border-radius: 24px;
    height: 47px;
    line-height: 47px;
    width: 47px;
    text-align: center;
    padding: 5px 0;
}

/*****************************
     Контент для подвала
******************************/
.h6-footer {
    font-size: 12px;
    margin: 15px 0px 20px 0px;
    color: #fff;
    text-transform: uppercase;
}
.p-footer {
    font-weight: 400;
    font-size: 13px;
    margin: 0px;
}
.p-footer a {
    color: #919b9b;
    transition: 100ms;
}
.page-footer a:hover {
    font-weight: 400;
    color: #d2eaea;
}
.cont-footer {
    margin-bottom:30px;
}
@media only screen and (max-width: 601px) {
    .cont-footer {
        margin-top: -5px;
        margin-bottom: -10px;
        padding: 0 0 0 10px;
    }
}
.row .col.x5 {
    width: 20%;
    margin-left: 0;
}
.link-mail {
    color: #42a5f5;
    cursor: pointer;
    transition: 200ms;
}
.link-mail:hover {
    color: rgba(66,
    165,
    245,
    0.5);
}

/*****************************
       Кнопки разделов
*****************************/
.link-card-x {
    color: #424242;
    background: #fff;
    overflow: visible;
    border-radius: 3px;
    box-shadow: 0 2px 5px 0 rgba(0,
    0,
    0,
    0.16),
    0 2px 10px 0 rgba(0,
    0,
    0,
    0.12);
    transition: 0.1s;
}
.link-card-x:hover {
    background: #4bb591;
    box-shadow: 0 5px 15px 0 rgba(0,
    0,
    0,
    0.54),
    0 6px 80px 0 rgba(0,
    0,
    0,
    0.29);
}

}

}
.link-card-x .link-card-p-x p {
    color: #424242;
}
.link-card-x:hover .link-card-p-x p {
    color: #fff;
}
.link-card-x .link-card-p-x2 p {
    color: #757575;
}
.link-card-x:hover .link-card-p-x2 p {
    color: #fff;
}

/********************************/
.m-otsup {
    padding: 15px 15px 0;
}
.m-otsup-l {
    padding: 0 15px;
}
.history {
    border-left: 1px solid rgba(0,0,0,0.2);
    border-left-style: dashed;
}
.hx {
    margin-bottom:0px;
}
.history img {
    float: left;
    width: 41px;
    margin-left:-32px;
    padding-top: 30px;
}
.history p {
    padding-top: 30px;
}
.hmob {
    margin-left:40px;
}
.hmob .title-h5 {
    font-weight: 400;
    font-size: 17px;
    color: #212121;
    margin-top:8px;
    margin-bottom:0;
}
.hmob p {
    margin-top: 5px; 
    color: #616161;
}
.hgod {
    float: right;
    font-weight: 300;
    font-size: 28px;
    margin-top:36px;
    padding-right:35px;
}
.hgod-s {
    float: right;
    font-weight: 300;
    font-size: 28px;
    margin-top:5px;
    padding-right:35px;
}
.hname {
    margin:35px 0;
    font-weight: 300;
    font-size: 30px;
    color: #212121;
}
@media only screen and (max-width: 601px) {
    .m-otsup {
        padding: 15px 0 0;
        text-align: center;
    }
    .m-otsup-l {
        padding: 0;
    }
    .history img {
        padding-top: 15px;
    }
    .history p {
        padding-top: 15px;
    }
    .hmob {
        margin-left: 15px;
    }
    .hgod {
        color: #424242;
        margin-top: 25px;
        font-weight: 400;
        font-size: 16px;
        padding-right: 15px;
    }
    .hgod-s {
        color: #424242;
        margin-top: 10px;
        font-weight: 400;
        font-size: 16px;
        padding-right: 15px;
    }
    .hx {
        margin-bottom: 0;
    }
    .row .col.s2-5 {
        width: 20%;
        margin-left: 0;
    }
    .row .col.s9-5 {
        width: 80%;
        margin-left: 0;
    }
}
@media only screen and (max-width : 993px) {
    .m-otsup {
        padding: 15px 0 0;
        text-align: center;
    }
    .m-otsup-l1 {
        padding: 15px 0 0;
        text-align: center;
    }
}
/*****************************/
.predstav {
    display: flex;
    align-items: center;
    margin: 20px 0;
}
.center-mob {
    text-align: left;
    padding-right: 40px;
}
@media only screen and (max-width: 601px) {
    .predstav {
        display: block;
        margin: 15px 0 15px;
    }
    .center-mob {
        text-align: center;
        padding-right:0px;
    }
}

/*****************************/
.partner-top {
    margin:35px 0 0;
}
@media only screen and (max-width: 601px) {
    .partner-top {
        margin: 15px 0 0;
    }
}
.mosaicflow__column {
    float: left;
}
.mosaicflow__item {
    margin: 10px;
    margin-bottom: -4px;
}
.mockup {
    float: right;
    color: #919b9b;
    transition: 0.2s;
}
.mockup:hover {
    color: #d2eaea;
}

/******************************
        Стартовый экран         
******************************/
.start-page {
    width: 100%;
    height: 100vh;
    background: url('') center / cover;
    flex-shrink: 0;
    margin-top: -60px;
}
@media only screen and (max-width: 601px) {
    .start-page {
        height: auto;
    }
}

.titlt-h5 {
    color: #212121;
    font-weight: 300;
    margin:100px 0 0;
    font-size:36px;
}
.titlt-p {
    color: #616161;
    font-size:13px;
    margin-bottom:10px;
}
.title-pp {
    font-size:14px;
    font-weight: 500;
    padding: 0px;
}
.title-pp2 {
    font-size:12px;
    font-weight: 400;
    padding: 10px 45px 25px;
}
@media only screen and (max-width: 1025px) {
    .row .col.xm12 {
        width: 100%;
        margin-left: 0;
    }
    .title-pp2 {
        font-size:12px;
        font-weight: 400;
        padding: 10px 20px 25px;
    }
}
@media only screen and (min-width: 1367px) {
    .titlt-h5 {
        color: #424242;
        font-weight: 300;
        margin:110px 0 0;
        font-size:38px;
    }
    .titlt-p {
        color: #616161;
        font-size:14px;
        margin-bottom:10px;
    }
    .title-pp {
        font-size:14px;
        font-weight: 500;
        padding: 0px;
    }
    .title-pp2 {
        font-size:13px;
        font-weight: 400;
        padding: 10px 45px 25px;
    }
}
@media only screen and (min-width: 1441px) {
    .titlt-h5 {
        color: #424242;
        font-weight: 300;
        margin:110px 0 0px;
        font-size:46px;
    }
    .titlt-p {
        color: #616161;
        font-size:14px;
        margin-bottom:10px;
    }
    .title-pp {
        font-size:20px;
        font-weight: 500;
        padding: 0 0 10px;
    }
    .title-pp2 {
        font-size:14px;
        font-weight: 400;
        padding: 0px 45px 35px;
    }
}
@media only screen and (min-width: 1800px) {
    .row .col.xl12 {
        width: 100%;
        margin-left: 0;
    }
    .titlt-h5 {
        color: #424242;
        font-weight: 300;
        margin:110px 0 0px;
        font-size:52px;
    }
    .titlt-p {
        color: #616161;
        font-size:14px;
        margin-bottom:10px;
    }
    .title-pp {
        font-size:20px;
        font-weight: 500;
        padding: 0 0 15px;
    }
    .title-pp2 {
        font-size:14px;
        font-weight: 400;
        padding: 0px 65px 35px;
    }
}

/********************************/
.card-contact {
    background: #fff;
    margin-top: 7px;
    text-align: center;
    padding: 25px 15px;
    border-radius: 3px;
    box-shadow: 0 2px 5px 0 rgba(0,
    0,
    0,
    0.16),
    0 2px 10px 0 rgba(0,
    0,
    0,
    0.12);
}
@media only screen and (min-width: 1800px) {
    .card-contact {
        padding: 55px 30px;
    }
}
.link-n {
    color: #009261;
    font-weight: 500;
    transition: 300ms;
}
.link-n:hover {
    color: #b4bff7;
}
.title-h5 {
    font-weight: 400;
    font-size: 17px;
    color: #212121;
}
.link-news {
    color: #212121;
    transition: 0.2s;
    font-weight: 500;
    font-size: 15px;
}
.link-news:hover {
    color: #009261; 
}
.news-mob {
    padding: 0 30px 20px;
}
@media only screen and (max-width: 601px) {
    .news-mob {
        padding: 0 10px 20px;
    }
}
@media only screen and (max-width: 768px) {
    .news-mob {
        padding: 0 0px 20px;
    }
}
.wer {
    color: #009261;
    font-weight: 500;
    margin-right: 15px;
    transition: 300ms;
}
.wer:hover {
    color: #8dd8c0;
}
.card-z {
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    height: 52px;
    line-height: 52px;
    padding-left: 10px;
}
.btn-z {
    float: left;
    border: none;
    border-radius: 2px;
    display: inline-block;
    height: 36px;
    line-height: 36px;
    outline: 0;
    padding: 0 2rem;
    text-transform: uppercase;
    vertical-align: middle;
    color: #616161;
}
.btn-z:hover {
    color: #bdbdbd;
}