/*========== VARIABLES =======*/
:root {
    --accent: #000; /*rgb(230, 138, 0)*/
    --accent-focus-light: #ffa31a; /*light*/
    --accent-focus-dark: #cc7a00; /*dark*/
    --footer-bg: #444;
    --accent2: #333;
    --text-bright: #fff;
    --text1: #000;
    --text2: #333;
    --text3: #666;
    --ufc: #F6FAFD;
    --success: green;
}

/*========== END VARIABLES =======*/
/*========== END VARIABLES =======*/

/*========== COMMON STYLE ===========*/
html {
    padding: 0;
    margin: 0;
    min-height: 100%;
    height: 100%;
    width: 100%;
    font-size: 16px;
}

body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-family: 'Lucida Console', sans-serif;
    font-family: 'Oswald', sans-serif;
    font-weight: 200;
    line-height: 1.3;
    background-color: #ffffff;
    position: relative;
    min-height: 100%;
    width: 100%;
    min-width: 320px;
    font-size: 16px;
}

.clear {
    clear: both;
    height: 1px;
    visibility: hidden;
}

a {
    color: var(--text1);
    text-decoration: none;
    transition: 0.2s;
}

a:hover,
a:focus {
    cursor: pointer;
    color: var(--accent);
    text-decoration: underline;
}

.a-link {
    text-decoration: underline;
}

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

.a-link-none {
    text-decoration: none !important;
}

.a-link-bold {
    font-weight: 600;
}

button {
    background: none;
    border: none;
    cursor: pointer;
    margin: 0;
    overflow: visible;
    padding: 0;
    width: auto;
}

::-webkit-input-placeholder {
    color: #7d7d7d;
    opacity: 1;
    font-size: 16px;
}

::-moz-placeholder {
    color: #7d7d7d;
    opacity: 1;
    font-size: 16px;
}

button.button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

/* FF Fix */
button.button {
    -webkit-border-fit: lines;
}

/* <- Safari & Google Chrome Fix */
h1, h2, h3, h4, h5, h6 {
    font-weight: 300;
    line-height: 1.2;
    text-transform: uppercase;
    margin-bottom: 0rem;
}

h1 {
    font-size: 40px;
}

h2 {
    font-size: 38px;
}

h3 {
    font-size: 24px;
}

.input-text::-webkit-input-placeholder {
    color: #868686;
    opacity: 1;
}

.input-text::-moz-placeholder {
    color: #868686;
    opacity: 1;
}

.input-text,
textarea {
    margin: 0;
    border: none;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    width: 100%;
    transition: 0.3s;
    border: 2px solid var(--accent2);
}

textarea.input-text {
    min-height: 140px;
    resize: none;
    padding: 15px 15px 15px 15px;
    line-height: 22px;
    vertical-align: top;
}

input.input-text:focus,
textarea:focus,
input.input-text:hover,
textarea:hover {
    outline: none;
    border-color: #999;
}

input, textarea {
    outline: none &:
    focus: required: invalid
    border-color: red &:
    required: valid
    border-color: green
}

p {
    margin: 0 0 16px 0;
    font-family: 'Colibri', sans-serif;
    font-weight: 200;
}

b, strong {
    font-weight: bold
}

ul,
ol {
    padding: 0 0 0 17px;
    margin: 15px 0 0 0;
}

ul:nth-child(1),
ol:nth-child(1) {
    margin-top: 0;
}

.tab-content > .tab-pane {
    display: none
}

.tab-content > .active {
    display: block
}

img {
    max-width: 100%;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.img-responsive img {
    width: 100%;
}

.text-center {
    text-align: center
}

.animation {
    visibility: hidden;
}

.animation.animated {
    visibility: visible;
}

.no-mygutter {
    padding-left: 0px;
    padding-right: 0px;
}

article {
    min-height: 500px;
    margin-bottom: 30px;
    margin-left: 15px;
}

figure {
}

figcaption {
    color: var(--text3);
    font-style: italic;
}

.img-w__600 {
    max-width: 600px;
}

.img-w__500 {
    max-width: 500px;
}

.img-w__400 {
    max-width: 400px;
}

/*---- END buttons------*/

/*-----site-list-with-icon----*/
.site-list-with-icon {
    display: table;
    width: 100%;
    margin: 15px 0 0 0;
}

.site-list-with-icon:nth-child(1) {
    margin-top: 0;
}

.site-list-with-icon__icon {
    display: table-cell;
    vertical-align: top;
}

.site-list-with-icon__icon .icon {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
}

.site-list-with-icon__item__content {
    display: table-cell;
    vertical-align: middle;
}

@media (min-width: 1420px) {
    .container-fluid-sect {
        max-width: 1400px;
    }
}

@media (max-width: 480px) {
    .site-list-with-icon__icon {
        display: none;
    }
}

/*-----end site-list-with-icon----*/

.shadow-i {
    -webkit-box-shadow: 0 10px 20px 0 rgba(16, 92, 146, .09);
    box-shadow: 0 10px 20px 0 rgba(16, 92, 146, .09);
    border: rgba(0, 0, 0, 0.04) 1px solid;
    /*border: var(--text3) 1px solid;
    -webkit-border-radius: 1px;
    border-radius: 1px;*/
    /*padding: 15px;
    margin-bottom: 18px;*/
}

/*========== END COMMON STYLE =======*/

/*========== MAIN ==================*/
/*чтобы не дергались всплывашки*/
body {
    overflow: visible !important;
    padding-right: 0 !important;
}

main {
    position: relative;
    padding: 70px 0 0 0;
}

/*.container-fluid{
  padding: 0 5%;
}*/
.bg-accent {
    background-color: var(--accent);
    color: var(--text-bright);
}

.bg-white {
    background-color: #fff;
    color: var(--text1);
}

.bg-liquid-lines {
    /*background-image:url(../img/bg/abs2.jpg);*/
    background-position: center center;
    background-attachment: fixed;
    /*background-repeat:no-repeat;*/
    background-size: cover;
}

.land-sect {
    /*background-color: rgba(255,255,0.3);*/
    padding: 60px 0;
    /*margin: 60px 0;*/
}

.land-sect-no-buttom {
    padding: 60px 0 0;
}

.land-sect-dark {
    background-color: #d8d8d8;
    background-color: #8e8e8e;
    padding: 30px 0 60px;
}

.land-breadcramp {
    padding: 20px 0 0 0;
}

.land-breadcramp .breadcrumb {
    background-color: transparent;
    font-size: 13px;
}

.title_sect {
    /*background-color: rgba(255,0,0,.3);*/
    position: relative;
    display: block;
    margin: 0 0 30px;
}

.title_sect_mt_0 {
    margin-top: 0;
}

.title_sect_h2 {
    color: var(--accent);
    display: inline-block;
    line-height: 1;
}

.title_sect p {
    margin-top: 10px;
}

.title_sect-descr {
    display: block;
}

.title_block_h3 {
    line-height: 1.2;
    margin-top: 12px;
    display: block;
    max-width: 50%;
}

.el-shadow {
    border-bottom: rgba(0, 0, 0, 0.1) 1px solid;
}

.tx-accent {
    color: var(--accent) !important;
}

.tx-success {
    color: var(--success);
}

.tx-accent2 {
    color: var(--accent2);
}

.lazy-thumb-bg img {
    width: 100%;
    display: block;
    background-color: white;
    /*background-image: url(data:image/gif;base64,R0lGODlhBgAIAIABAOTk5P///yH5BAEAAAEALAAAAAAGAAgAAAILhIN2CpjvWJBpvQIAOw==)*/
}

.modal-title {
    padding-left: 20px;
}

.visibl-n {
    display: none;
}

/*========== END MAIN ==================*/

/*========== HEADER ==============*/
.titata-block {
    min-width: 270px;
    /*background-color: rgba(255,0,0,0.3);*/
    margin-left: 10%;
    margin-bottom: -13px;
}

.menu-titata, .menu-titata-author {
    font-style: italic;
    font-size: 13px;
    letter-spacing: 0.05rem;
    color: #c5cbd3;
}

.menu-titata span {
    line-height: 1.1;
}

.menu-titata-author {
    text-align: right;
}

.menu-titata-author span {
    line-height: 1.5;
}

.navbar--sticky {
    background-color: var(--footer-bg);
    box-shadow: 0 0px 0px 0 rgba(0, 0, 0, .06), 0 0px 0px 0 rgba(0, 0, 0, .02);
    color: #ebedf0 !important;
}

.navbar {
    height: 90px;
    transition: 0.3s;
}

.navbar--stuck {
    background-color: var(--footer-bg);
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    height: 64px;
    padding-top: -4px;
}

.navbar--stuck .s-contact .brackets, .navbar--stuck .titata-block {
    display: none;
}

.navbar--stuck .navbar-nav {
    margin-bottom: 0px;
}

.navbar--stuck .s-logo {
    margin-bottom: 0px;
}

.navbar--stuck .navbar-nav {
    margin-bottom: -7px;
}

.s-logo {
    display: block;
    margin-right: 15px;
    /*margin-bottom: -23px;*/
}

.s-logo img {
    max-width: 208px;
}

.navbar-expand-lg .navbar-nav .nav-link {
    color: #ebedf0;
}

.navbar-expand-lg .navbar-nav .nav-link:hover, .navbar-expand-lg .navbar-nav .nav-link:focus {
    color: #fff;
}

.navbar-expand-lg .navbar-nav .nav-link:first-child {
    padding-left: .0rem;
}

/* ------ menu -------*/
.navbar-nav {
    margin-bottom: -6px;
}

/*.navbar .nav-link {
    display: block;
    padding: 3px;
  }

.navbar .dropdown-toggle::after {
    margin-left: .0em;
}

  .navbar > .container, .navbar > .container-fluid {
    align-items: end;
  }
*/


.navbar-light .navbar-nav .nav-link {
    color: #ebedf0;
}

.navbar-light .navbar-nav .show > .nav-link {
    color: #fff;
}

.navbar-nav > li {
    font-size: 21px !important;
    margin-left: 4px;
    text-transform: uppercase;
}

.navbar-nav > li:first-child {
    margin-left: 0px;
}

.navbar-light .navbar-nav .nav-link:hover {
    /*color: var(-accent) !important;*/
    color: #fff;
}

.navbar .dropdown-menu {
    position: absolute !important;
    margin-top: 0;
}

.navbar .s-menu2-dropdown {
    position: static !important;
}

.navbar .s-menu2-dropdown .dropdown-menu.s-menu2-menu {
    width: 100%;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.navbar .s-menu2-dropdown .dropdown-menu.s-menu2-menu .sub-menu .news-title {
    /*font-size: 1.1rem;*/
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.navbar .s-menu2-dropdown .dropdown-menu.s-menu2-menu .sub-menu .news-title.smaller {
    font-size: 1rem;
    line-height: 1.4;
}

.navbar .s-menu2-dropdown .dropdown-menu.s-menu2-menu .sub-menu .sub-title {
    border-bottom: 1px solid #e0e0e0;
}

.navbar .s-menu2-dropdown .dropdown-menu.s-menu2-menu .sub-menu ul li a {
    width: 100%;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.navbar .s-menu2-dropdown .dropdown-menu.s-menu2-menu .sub-menu ul li a:hover {
    /*color: var(--accent-focus-dark);*/
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.navbar .s-menu2-dropdown .dropdown-menu.s-menu2-menu.v-1 .sub-menu .news-single {
    border-bottom: 1px solid #e0e0e0;
}

.navbar .s-menu2-dropdown .dropdown-menu.s-menu2-menu.v-1 .sub-menu .news-title {
    /*color: #4f4f4f !important; */
}

.navbar .s-menu2-dropdown .dropdown-menu.s-menu2-menu.v-1 .sub-menu .news-title:hover {
    /*color: #2196f3 !important; */
}

.navbar .s-menu2-dropdown .dropdown-menu.s-menu2-menu.v-1 .sub-menu .m-sm {
    margin-bottom: -6px;
    font-size: .9rem;
    /* color: #2196f3 !important; */
}

.navbar .s-menu2-dropdown .dropdown-menu.s-menu2-menu.v-1 .sub-menu .m-sm:hover {
    /*color: #2196f3 !important; */
}

.navbar .s-menu2-dropdown .dropdown-menu.s-menu2-menu.v-2 .sub-menu .news-title {
    color: #fff !important;
}

.navbar .s-menu2-dropdown .dropdown-menu.s-menu2-menu.v-2 .sub-menu ul li a {
    color: #fff !important;
}

.navbar .s-menu2-dropdown .dropdown-menu.s-menu2-menu.v-2 .sub-menu ul li a:hover {
    color: #fff !important;
}

.navbar .s-menu2-dropdown .dropdown-menu.s-menu2-menu.v-2 .sub-menu .sub-title {
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}

.navbar .s-menu2-dropdown .dropdown-menu.s-menu2-menu.v-3 .sub-menu ul li a {
    color: #fff !important;
}

.navbar .s-menu2-dropdown .dropdown-menu.s-menu2-menu.v-3 .sub-menu ul li a:hover {
    color: #fff !important;
}

.navbar .s-menu2-dropdown .dropdown-menu.s-menu2-menu.v-3 .sub-menu .news-title {
    color: #fff !important;
}

.navbar .s-menu2-dropdown .dropdown-menu.s-menu2-menu.v-3 .sub-menu .news-title:hover {
    /*color: #e0e0e0 !important; */
}

.navbar .dropdown.multi-level-dropdown .dropdown-menu .dropdown-submenu {
    position: relative;
}

.navbar .dropdown.multi-level-dropdown .dropdown-menu .dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
}

.navbar .dropdown.multi-level-dropdown .dropdown-menu .dropdown-submenu .dropdown-menu.r-100 {
    right: 100%;
}

.navbar .dropdown.multi-level-dropdown .dropdown-menu .dropdown-submenu .dropdown-menu.l-auto {
    left: auto;
}

.navbar .dropdown.multi-level-dropdown .dropdown-menu .dropdown-item {
    width: 100%;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.navbar .dropdown.multi-level-dropdown .dropdown-menu .dropdown-item:hover {
    background-color: rgba(0, 0, 0, 0.2) !important;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.s-menu2-shadow {
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12) !important;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(11, 131, 88, 0.12) !important;
}

.s-menu2-shadow .img-bl {
    max-height: 200px;
    margin-bottom: 7px;
    overflow: hidden;
    display: block;
}

.s-menu__mobile-icon {
    display: block;
    /*    position: absolute;*/
    font-size: 30px;
    height: 30px;
    cursor: pointer;
    transition: 0.3s;
    top: 50%;
    outline: none;
    /*right: 15px;*/
    /*    margin: -16px 0 0 0;*/
    /*color: #222;*/
    z-index: 111;
}

.s-menu__mobile-icon i {
    display: inline-block;
    vertical-align: top;
    color: white;
}

/*.direct-link  a  {
    text-decoration: none !important;
    text-transform: uppercase;
    font-size: 20px;
    margin-right: 15px;
}*/
button.d-lg-none {
    position: absolute;
    top: 12px;
    right: 15px;
    z-index: 3;
}

.dark-template .navbar--sticky {
    background-color: var(--accent2);
    box-shadow: 0 0px 0px 0 rgba(0, 0, 0, .06), 0 0px 0px 0 rgba(0, 0, 0, .02);
}

.dark-template .navbar--stuck {
    background-color: var(--accent2);
}

.dark-template .navbar-light .navbar-nav .nav-link {
    color: #fff !important;
}

@media (max-width: 1024px) {
    .navbar .s-menu2-dropdown .dropdown-menu.s-menu2-menu {
        max-height: 300px;
        overflow-x: hidden;
        overflow-y: auto;
    }
}

/* ------ END menu-------*/

/* ------ menu-contact -------*/
.s-contact {
    width: 100%;
}

.s-contact__item {
    text-align: right;
    line-height: 1;
}

.s-contact__item_phone .s-list-with-icon__icon {
    padding: 0 15px 0 0;
    right: 180px;
    top: 10px;
    position: absolute;
}

.s-contact__item_phone .s-list-with-icon__icon a {
    text-decoration: none;
}

.s-contact__item_phone .s-list-with-icon__icon i {
    display: block;
    font-size: 18px;
    text-align: center;
    height: 40px;
    width: 40px;
    line-height: 40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: var(--accent);
}

.s-contact__item_phone .s-list-with-icon__icon a:hover i {
    background-color: var(--accent);
}

.s-list-with-icon__content {
    text-align: left;
}

.s-list-with-icon__content a {
    text-decoration: none;
    border: none;
    margin-right: 15px;
    color: #ebedf0;
    display: block;
    letter-spacing: 0.1rem;
}

.s-list-with-icon__content a.mail {
}

.s-list-with-icon__content a i {
    display: inline-block;
    margin: 5px;
    color: #c5cbd3;
    font-size: 14px;
}

.s-contact__item_phone .s-list-with-icon__icon i {
    background-color: var(--accent);
}

.s-contact__item {
    display: block;
    margin: 0 20px 0 0;
}

.contact-block {
    position: relative;
    font-size: 15px;
    color: #ebedf0;
}

.contact-block a:hover {
    color: #fff;
}

.contact-block .brackets {
    display: block;
    margin-left: 4px;
    width: 146px;
    height: 23px;
    margin-right: 0px;
    margin-top: 0px;
    background-color: var(--footer-bg);
    box-shadow: inset 0px 0px 0px 2px #ebedf0;

}

.contact-block .brackets .button {
    font-size: 14px;
    height: 24px;
    background-color: var(--footer-bg);
    font-weight: 200;
    padding-bottom: 1px;
    color: #ebedf0;
}

.footer-order-call .brackets {
    width: 110px;
    height: 18px;
    margin-right: 0px;
    margin-top: 2px;
    background-color: #fff;
    box-shadow: inset 0px 0px 0px 1px #818181;
}

.footer-order-call .brackets .button {
    font-size: 13px;
    height: 20px;
    background-color: #fff;
    font-weight: 200;
    padding-bottom: 2px;
    color: #818181;
    text-transform: none;
}


.help-data {
    display: block;
    position: absolute;
    font-size: 13px;
    /*color: #818181;*/
    left: 28px;
    top: 20px;
}

.order-call {
    border-bottom: 1px dashed;
    cursor: pointer;
}

.order-call:hover {
    border-bottom: none;
    cursor: pointer;
}

/* ------ end menu-contact -------*/
/*========== END HEADER ==============*/


/*========== s-promo ===============*/
.s-promo {
    padding-top: 15px;
    padding-bottom: 15px;
    height: 75vh;
}

.s-promo__tx-block {
    top: 0;
    padding-bottom: 15px;
    z-index: 2;
    margin-top: 15px;
    /*margin-left: 15px;*/
    /*min-height: 400px;*/
}

.s-promo__tx-block h1 {
    margin-top: 30px;
    margin-bottom: 5px;
}

.utm-promo-block {
    display: flex;
    max-width: 340px;
    margin-bottom: -20px;
}

.utm-promo-block-border {
    border: 2px dashed #ffa31a;
    background-color: #f0f0f0;

}

.utm-promo-block a img {
    height: 60px;
    margin-right: 15px;
}

.utm-promo-block a span {
    color: blue;
    letter-spacing: 0.1rem;
    font-size: 22px;
    font-weight: bold;
}

.s-promo-slogan {
    font-size: 20px;
    color: var(--text3);
}

.s-promo-slogan .remont {
    background-color: red;
    color: white;
    font-size: 28px;
    line-height: 50px;
}

.s-promo-header {
    font-size: 40px;
    line-height: 1.1;
    text-transform: uppercase;
    font-size: 50px;
    letter-spacing: -0.03em;
    */
}

.s-promo-descr {
    color: var(--text3);
    font-size: 28px;
    line-height: 1.2;
    font-family: 'Oswald', sans-serif;
    margin-right: 5px;
    margin-bottom: 30px;
}

.s-promo-descr span {
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.12rem;
}

.s-promo-descr span:last-child {
    margin-left: 24%;
}

.s-promo-descr a {
    text-decoration: underline;
    color: var(--text3);
}

.s-promo-descr a:hover {
    text-decoration: none;
    color: var(--accent);
}

.btn-block {
    margin-top: 30px;
}

.s-btn {
    background-color: var(--footer-bg);
    color: #fff;
    padding: 10px 20px;
    margin: 15px 0;
    letter-spacing: 0.1rem;
}

.s-btn:hover {
    background-color: var(--accent2);
}

.s-promo__fig-block {
    display: block;
    position: relative;
}

.main-draws .owl-item img {
    display: block;
    width: auto;
    margin: 0 auto;
}

.one-picture {
    position: relative;
}

.s-promo-buttons {
    margin: 30px 0;
}

.brackets {
    width: 220px;
    height: 46px;
    box-shadow: inset 0px 0px 0px 3px black;
    position: relative;
    background: white;
    display: inline-block;
    margin-right: 60px;
}

.button {
    height: 48px;
    width: 88%;
    position: absolute;
    top: -1px;
    left: 50%;
    transform: translateX(-50%);
    border: none;
    background: white;
    text-transform: uppercase;
    cursor: pointer;
    transition: 0.3s;
    font-size: 22px;
    letter-spacing: 0.1rem;
    outline: none;
}

.brackets button:focus {
    outline: none;
    outline: none -webkit-focus-ring-color;
}

.brackets:hover .button {
    background: transparent;
}

.brackets .button a {
    text-decoration: none;
    color: #000;
}

.brackets:hover .button a {
    color: #000;
}

.brackets .button .fa {
    font-size: 18px;
}

.main-draws {
}

.owl-thumbs-steps {
    position: relative;
    margin-left: 50px;
    height: 200px;
}

.links-steps {
    position: absolute;
    left: 70px;
    top: 0px;
}

.links-steps a {
    display: block;
    min-height: 36px;
    font-size: 26px;
    text-transform: uppercase;
    margin-bottom: 1px;
}

.owl-thumbs {
    /*margin-left: 80px;*/
    position: absolute;
    left: 30px;
    top: 0px;

}

.owl-thumbs .owl-thumb-item {
    min-height: 36px;
    width: 36px;
    text-align: left;
    display: block;
    position: relative;
    cursor: pointer;
    outline: none;
    margin-bottom: 1px;
}

.owl-thumbs-2 .owl-thumb-item::after {
    content: '';
    height: 12px;
    width: 12px;
    background-color: transparent;
    border: 3px solid black;
    position: absolute;
    left: calc(100% / 2 - 6px);
    top: calc(100% / 2 - 6px);
}

.owl-thumbs-2 .owl-thumb-item.active::after {
    background-color: black;
    background-color: #FF9900;
}

.owl-thumbs-2 .owl-thumb-item.active::before {
    border-bottom: 1px solid black;
    position: absolute;
}


svg {
    vertical-align: middle;
}

.scroll-down {
    position: absolute;
    left: 50%;
    margin-left: -20px;
    bottom: 1px;
    width: 40px;
    height: 40px;
    padding-left: 7px;
    cursor: pointer;
    z-index: 2;
    color: #c7c4b8;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.scroll-down.svg svg {
    width: 20px;
    opacity: 1;
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -ms-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
}

.scroll-down.svg .stroke {
    stroke: #ADA99D;
}

.scroll-down.svg .scroller {
    fill: #ADA99D;
    -webkit-animation: updown 1s infinite;
    -moz-animation: updown 1s infinite;
    -o-animation: updown 1s infinite;
    animation: updown 1s infinite;
}

@-webkit-keyframes updown {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    50% {
        -webkit-transform: translate(0, 5px);
        transform: translate(0, 5px)
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@-moz-keyframes updown {
    0% {
        -moz-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    50% {
        -moz-transform: translate(0, 5px);
        transform: translate(0, 5px)
    }
    100% {
        -moz-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@-o-keyframes updown {
    0% {
        -o-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    50% {
        -o-transform: translate(0, 5px);
        transform: translate(0, 5px)
    }
    100% {
        -o-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@keyframes updown {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    50% {
        -webkit-transform: translate(0, 5px);
        transform: translate(0, 5px)
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

/*========== END s-promo ===============*/


/*========== s-descr ==============*/
.s-descr__item {
    display: block;
    min-height: 310px;
    -webkit-box-sizing: border-box;
    background-position: 100% 0px;
    background-repeat: no-repeat;
    background-size: 49%;
}

.s-descr__item-tx {
    display: block;
    margin-top: 50px;
}

.s-descr__item-tx {
}

/*  .zoom{
    position: relative;
    margin-top: 15px;
    overflow: hidden;
    width: 100%;
    cursor: pointer;
    transition: 1s;
    height: 300px;
    text-align: center;
  }
  .zoom .title_block_h3 {
      margin-top: 1rem;
      max-width: 100%;
      font-size: 30px;
      padding: 0 5%;
  }
  .zoom.hovered .zoom-hover{
    display: block;
  }
   .zoom .hovered, .zoom:hover {
    transition: all 1s;
  }
  .zoom img {
    transition: all 1s;
    width: 100%;
    height: auto;
  }
  .zoom:hover img {
    transform: scale(1.1);
  }
  .zoom > p{
    z-index: 50;
    position: absolute;
    transition: all 0.5s;
  }
  .zoom .zoom-hover{
    display: none;
    z-index: 100;
    position: absolute;
    top: 0;
    bottom: 0;
    background-color: #dcd9d1;
    width: 100%;
    text-align: center;
    color: #fff;
    background-color: var(--footer-bg);
  }
  .zoom .zoom-hover .zoom-hover-content{
      position: absolute;
      top: 10px;
      left: 0;
      transform: translateY(0%);
      padding: 0px 10px;
      text-align: center;
      font-size: 15px;
  }

  .zoom-hover h4 {
    margin: 10px 0;
  }*/

.red-line {
    border-top: 3px solid #ebedf0;;
    margin: 20px auto;
    width: 50%;
}

.flip-card {
    background-color: transparent;
    height: 300px;
    perspective: 1000px;
    margin-top: 15px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;

}

.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
}

.flip-card-front {
    background-color: #ececec;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.flip-card-front img {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.flip-card-front .title_block_h3 {
    margin-top: 1rem;
    max-width: 100%;
    font-size: 28px;
    padding: 0 8%;
}

.flip-card-back {
    background-color: var(--footer-bg);
    color: white;
    transform: rotateY(180deg);
    padding: 10px;
    border-radius: 5px;
}

.flip-card-back h4 {
    font-size: 1.1rem;
}

.flip-card-back p {
    font-size: 14px;
    text-align: justify;
}

/*========== END s-descr ==============*/


/*========== s-services ==============*/
.s-services-item__title {
    min-height: 54px;
    max-height: 64px;
    overflow: hidden;
}

.s-services-item__img {
    min-height: 260px;
    max-height: 260px;
    overflow: hidden;
}

.s-services-item__img img {
    max-width: 100%;
}

.s-services-item__tx {
    min-height: 150px;
    margin-top: 10px;
    display: block;
}

/*========== END s-services ==============*/


/*========== s-conditions ==============*/
.s-conditions {
    background-position: 100% 130px;
    background-repeat: no-repeat;
}

.s-condition__item {
    text-align: center;
    margin-top: 20px;
}

.s-condition__item img {
    margin: 0 auto;
    width: 140px;
    margin-bottom: 15px;
}

.s-condition__item p {
    font-size: 18px;
    color: var(--text2);
    line-height: 1;
}

/*========== END s-conditions ==============*/


/*========== s-call ===============*/
.s-call {
    position: relative;
    padding: 50px 0;
}

/*  .s-call-img:after {
    content: url(../img/catalog2.png);
    position: absolute;
    left: 38%;
    bottom: 0px;
    transform: translate(-58%);
    z-index: 1;
    background-size: 49%;
  }*/
.s-call-img:after {
    /*background-image: url('../img/catalog2.png');*/
    background-size: 525px 305px;
    display: inline-block;
    width: 525px;
    height: 305px;
    content: "";
    position: absolute;
    left: 38%;
    bottom: 0px;
    transform: translate(-58%);
    z-index: 1;
    background-repeat: no-repeat;
}

.s-call__alternative {
    position: relative;
    padding: 50px 0;
}

.s-call__alternative:after {
    /*content: url();*/
    position: absolute;
    right: 33%;
    bottom: -70px;
    transform: translate(50%);
    z-index: 1;
}

.s-call.inverse {
    background-color: #fff;
}

.s-call .h2 {
    color: #0093c9;
}

.s-call::before {
    content: "";
    width: 40%;
    right: 0;
    max-height: 100%;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.55);
    overflow: hidden;
}

input, textarea, select, .custom-select {
    background-color: transparent;
    border: rgba(0, 0, 0, 0.1) 1px solid;
    border-bottom: rgba(0, 0, 0, 0.1) 1px solid;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    padding: 8px 15px;
    outline: none;
    display: inline-block;
    color: var(--text2);
    font-size: 16px;
}

input:focus, textarea:focus, select:focus, .custom-select:focus {
    border-color: var(--accent);
    outline: 0;
    box-shadow: 0 0 0 .02rem rgba(0, 123, 255, .1) !important;
}

select {
    padding: 10px 22px;
}

.form-phone {
    display: inline-block;
}

.success {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-transform: uppercase;
    z-index: 10;
}

.success span {
    margin: auto;
    color: var(--accent);
    font-size: 22px;
}

.success ~ * {
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.success.active ~ * {
    opacity: .5;
    -webkit-filter: blur(10px);
    filter: blur(10px);
}

.callback {
    position: relative;
    background-color: rgba(255, 255, 255, 0.8);
    background-color: #fff;
    padding: 1% 5%;
    z-index: 3;
}

.callback .formhaed {
    margin: 0;
    top: 0;
    color: var(--text3);
}

.callback p {
    margin-top: 0;
}

.callback input, .callback textarea, .callback select {
    color: #666;
    width: 100%;
    margin-top: 16px;
}

.callback input option, .callback textarea option, .callback select option {
    color: #666;
}

.callback input::-webkit-input-placeholder, .callback textarea::-webkit-input-placeholder, .callback select::-webkit-input-placeholder {
    color: #666;
    opacity: 1;
    font-size: 16px;
}

.callback input::-moz-placeholder, .callback textarea::-moz-placeholder, .callback select::-moz-placeholder {
    color: #666;
    opacity: 1;
    font-size: 16px;
}

.callback input::-ms-input-placeholder, .callback textarea::-ms-input-placeholder, .callback select::-ms-input-placeholder {
    color: #666;
    font-size: 16px;
}

@media only screen and (max-width: 1200px) {
    .s-call {
        -webkit-background-size: cover;
        background-size: cover;
    }
}

@media only screen and (max-width: 992px) {
    .s-call::before {
        width: 100%;
    }
}

/*========== END s-call ===============*/


/*========== s-faq ===============*/
.s-faq__list__item {
    margin: 0 0 4px 0;
}

.s-faq__list__item__header {
    background-color: transparent;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 3px;
    padding: 10px 15px;
    padding-left: 0px;
    color: var(--text3);
    cursor: pointer;
    position: relative;
}

.s-faq__list__item::last-child {
    color: var(--accent);
}

.s-faq__list__item__header:hover {
    color: var(--accent);
}

.s-faq__list__item__header:before {
    content: "\f107";
    position: absolute;
    font-family: fontawesome;
    right: 10px;
    top: 12px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
}

.s-faq__list__item__header.open:before {
    content: "\f106";
}

.s-faq__list__item__content {
    display: none;
    background-color: var(--ufc);
    padding: 20px;
}

.s-faq__form .s-faq__list__item__content {
    padding: 10px;
}

/*========== END s-faq ===============*/

/*========== s-map ===============*/
.s-map-faq {
}

.s-map-faq span {
    font-size: 20px;
}

.site-contacts__wrapper {
    position: relative;
}

.site-contacts__content {
    position: relative;
}

.site-contacts__content .container {
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: flex-end;
}

.site-contacts__content__map {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    z-index: 2;
}

.site-contacts__content__map > * {
    height: 100% !important;
    width: 100% !important;
}

.site-contacts__content__info {
    width: 420px;
    background-color: #FFF;
    box-shadow: 0 19px 28px 1px rgba(0, 0, 0, 0.04);
    position: relative;
    display: block;
    left: 20px;
    z-index: 3;
    padding-bottom: 30px;
    margin-left: 25px;
}

.site-contacts__content__info > img {
    min-width: 419px;
    max-width: 420px;
}

.site-contacts__content__info__item {
    position: relative;
    display: table;
    width: 100%;
    padding: 10px 20px 0 20px;
}

.site-contacts__content__info__item:nth-child(1) {
    margin-top: 15px;
}

.site-contacts__content__info__item .site-list-with-icon {
    text-align: left;
}

.site-contacts__content__info__item .site-small-contact__item {
    text-align: left;
}

.site-contacts__content__info__item > .col-icon {
    display: table-cell;
    vertical-align: top;
    width: 56px;
}

.site-contacts__content__info__item > .col-content {
    display: table-cell;
    vertical-align: middle;
    padding: 0 0 0 15px;
}

.site-contacts__content__info__item__icon {
    width: 56px;
    height: 56px;
    border: 1px solid #c99b67;
    border-radius: 50%;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
}

.site-contacts__content__info__item__content a {
    text-decoration: none;
}

.site-contacts__content__info__item__content .title {
    font-size: 24px;
    line-height: 1;
}

.site-contacts__content__info__item .under {
    text-decoration: underline;
}

.site-contacts__content__info__item .under:hover {
    text-decoration: none;
}

.prev__video {
    height: 250px;
    background-repeat: no-repeat;
    background-size: 100%;
    -webkit-border-radius: 1px;
    border-radius: 1px;
}

.prev__video a {
    text-decoration: none;
}

.prev__video a:hover i {
    color: var(--accent-focus-light);
}

.prev__video a:hover .video-container {
    background-color: rgba(0, 0, 0, 0.3);
}

.video-container {
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}

.video-container-data {
    text-align: center;
    width: 100px;
    display: block;
    margin: 0 auto;
    padding-top: 110px;
}

.video-container i {
    color: var(--accent-focus-dark);
    font-size: 60px;
    position: relative;
    z-index: 2;
    text-align: center;
    position: relative;
}

.video-container i:after {
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    background-color: #fff;
    border-left: 30px solid #fff;
    height: 30px;
    top: 15px;
    left: 12px;
    z-index: -1;
}

/*------site-small-contact---*/
.site-small-address {
    font-size: 16px;
}

.site-small-address .site-list-with-icon__content .time {
    font-size: 13px;
    color: #818181;
    cursor: pointer;
}

.site-small-address .site-list-with-icon__icon {
    vertical-align: middle;
    width: 40px;
}

.site-small-address .site-list-with-icon__icon .icon {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: #FFF;
    border: 1px solid var(--accent);
    border-radius: 50%;
    font-size: 22px;
}

.site-small-address .site-list-with-icon__content {
    padding: 0 0 0 12px;
}

.site-small-address .site-list-with-icon__content address {
    margin-top: 14px;
}

.site-small-contact {
    vertical-align: middle;
    display: inline-flex;
    flex-flow: row wrap;
    align-items: center;
    align-content: center;
    justify-content: flex-end;
}

.site-small-contact .site-list-with-icon {
    width: auto;
}

.site-small-contact .site-list-with-icon__icon {
    vertical-align: middle;
}

.site-small-contact .site-list-with-icon__content {
    padding: 0 0 0 15px;
}

.site-small-contact .site-list-with-icon__icon .icon {
    width: 40px;
    height: 40px;
    background-color: #FFF;
    border: 1px solid var(--accent);
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 22px;
    color: var(--accent-color-focus);
}

.site-small-contact__item {
    text-align: left;
    line-height: 1;
    margin: 0 0 5px 0;
    position: relative;
}

.site-small-contact__item a {
    display: inline-flex;
    flex-flow: row wrap;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
    text-decoration: none;
    color: #000000;
}

.site-small-contact__item_phone {
    font-size: 28px;
}

.site-small-contact__item_phone a .icon-mobile {
    width: 40px;
    height: 40px;
    background-color: #FFF;
    border: 1px solid var(--accent-color);
    display: none;
    flex-flow: row wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 22px;
    color: var(--accent-color-focus);
}

@media (max-width: 1199px) {
    .site-small-contact__item_phone {
        font-size: 20px;
    }

    .flip-card-front .title_block_h3 {
        font-size: 22px;
    }

    .flip-card-back p {
        font-size: 12px;
    }

    .red-line {
        margin: 12px auto;
    }
}

@media (max-width: 320px) {
    .site-small-address .site-list-with-icon__content {
        padding: 0 0 0 5px;
    }
}

/*------site-small-contact------*/
/*========== END s-map ===============*/

/*========== FOOTER ===============*/
#footer {
    padding: 20px 0 0px 0;
    background-color: var(--footer-bg);
}

#footer .footer-content {
    align-items: top;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

#footer .footer-content .side {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
    max-width: 70%;
}

.footer-text {
    font-size: 14px;
    line-height: 1.45;
    margin: 2px 0 0 0px;
}

.footer-columns {
    margin-left: 15px;
}

.footer-column {
    margin: 15px 0;
}

.footer-column .logo-footer {
    width: 125px;
    height: auto;
}

.footer-column .logo-footer + p {
    padding: 0;
    margin: 15px 0;
}

.footer-menu-header {
    margin-bottom: 25px;
    text-transform: uppercase;
    color: #ebedf0;
}

.footer-menu-header::after {
    content: '';
    height: 1px;
    width: 60px;
    background-color: #fff;
    position: absolute;
    left: 1rem;
    top: 3.3rem;
}

.footer-menu ul {
    font-size: 14px;
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.footer-menu ul li.active a {
}

.footer-menu ul li.active a::before {
}

.footer-menu ul a, .footer-menu ul p, .footer-menu ul.li-i a, .footer-menu ul.li-i p {
    color: #ebedf0;
    -webkit-transition: color .25s ease;
    -o-transition: color .25s ease;
    transition: color .25s ease;
    display: inline-block;
    padding: 3.5px 0;
    text-decoration: none;
    position: relative;
    letter-spacing: 0.05rem;
}

.footer-menu ul.li-i a, .footer-menu ul.li-i p {
    padding-left: 20px;
}

.footer-menu ul li p {
    font-family: 'Oswald', sans-serif;
}

ul.contacts-addr a {
    color: #fff;
}

ul.contacts-addr p {
    color: #fff;
}

.footer-menu ul a:hover {
    color: #fff;
    text-decoration: underline;
}

.footer-menu ul a:hover::before {
    color: #fff;
}

.footer-menu ul a::before, .footer-menu ul p::before {
    position: absolute;
    font-family: fontawesome;
    left: 0;
    color: #c9cacf;
    -webkit-transition: color .5s ease;
    -o-transition: color .5s ease;
    transition: color .5s ease;
    top: 3px;
    margin-right: 12px;
}

.footer-menu ul.contacts-addr a, .footer-menu ul.contacts-addr p, .footer-menu ul.contacts-addr a::before, .footer-menu ul.contacts-addr p::before {
    color: #fff;
}

.footer-menu .vk-link a::before {
    content: '\f189';
}

.footer-menu .ok-link a::before {
    content: '\f263';
}

.footer-menu .pinterest-link a::before {
    content: '\f0d2';
}

.footer-menu .instagram-link a::before {
    content: '\f16d';
}

.footer-menu .youtube-link a::before {
    content: "\f16a";
}

.footer-menu .facebook-link a::before {
    content: "\f230";
}

.footer-menu .watsup-link a::before {
    content: "\f232";
}

.footer-menu .telegram-link a::before {
    content: "\f2c6";
}

.footer-menu .doc-link a::before {
    content: '\f0f6';
}

.footer-menu .doc-link p::before {
    content: '\f0f6';
}

.footer-menu .mail-link a::before {
    content: "\f003";
}

.footer-menu .phone-link a::before {
    content: "\f095";
}

.footer-menu .map-marker-link p::before {
    content: "\f041";
}

footer .copyright {
    overflow: hidden;
    background-color: rgba(255, 255, 255, .04);
    width: 100%;
    position: relative;
}

footer .copyright-symbol {
    font-family: 'Colibri', sans-serif;
}

footer .copyright .footer-text {
    color: #c9cacf;
}

/*========== END FOOTER ===============*/

/*========== Fixed-elements ===============*/

/*скрываемое предупреждение о куках*/
.gpm-cookie-accepted {
    display: block;
    position: fixed;
    left: 50%;
    bottom: 0;
    width: 100%;
    max-width: 1134px;
    transform: translateX(-50%);
    padding: 5px 20px;
    z-index: 99999999;
    color: #333;
    border: 1px solid rgba(255, 255, 255, 0.15);
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
    background: var(--accent);
    color: #fff;
}

.gpm-cookie-accepted-container {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    width: 100%;
}

.gpm-cookie-accepted-container p {
    margin: 0;
    font-size: 14px;
}

.gpm-cookie-accepted-container button {
    margin-left: 20px;
    background-color: rgba(255, 255, 255, 0.7);
    padding: 1px 5px;
}

.hidden-gpm {
    display: none;
}

@media (max-width: 1600px) {
    .gpm-cookie-accepted-container {
        display: block;
        width: 100%;
        padding-right: 10%;
    }

    .gpm-cookie-accepted-container button {
        display: block;
        margin: 0 auto;
        margin-top: 5px;

        padding: 0px 5px;
    }
}

/*END-скрываемое предупреждение о куках*/

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .s-logo img {
        max-width: 140px;
    }

    .s-promo-header {
        font-size: 40px;
    }

    .s-promo-descr {
        font-size: 19px;
        line-height: 1.1;
        margin-right: 10px;
    }

    .s-btn {
        min-width: 98px;
    }
}

/*==========End Fixed-elements ===============*/

@media (max-width: 1199px) {
    .s-promo {
        min-height: 520px;
        padding-top: 50px;
    }

}

@media (max-width: 991px) {

    /*.navbar {*/
    /*    height: 60px;*/
    /*}*/

    /*.navbar--stuck {*/
    /*    height: 60px;*/
    /*}*/

    .navbar-collapse {
        background-color: #eee;
        /*margin-left: -26px;*/
        /*margin-right: -16px;*/
        /*margin-top: 52px;*/
        z-index: 2;
        /*position: relative;*/
        /*top: 52px;*/
    }

    .navbar-collapse .show {
        margin-top: 0px;
    }

    .navbar-nav {
        margin-left: 15px;
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .navbar-collapse .navbar-nav > li {
        margin-left: 0px;
        color: #333;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        color: #333;
    }

    .navbar-expand-lg .navbar-nav .nav-link:hover, .navbar-expand-lg .navbar-nav .nav-link:focus {
        color: #333;
    }

    /*.s-logo img {*/
    /*    position: fixed;*/
    /*    top: 10px;*/
    /*}*/

    /*------logo-----------------*/
    .s-logo__content {
        font-size: 13px;
    }

    /*------end logo-----------------*/
    /*------s-contact-----------------*/
    .s-contact__item {
        margin: 0 50px 0 0;
    }

    /*.s-contact__item_phone .s-list-with-icon__content {*/
    /*  display: none;*/
    /*}*/
    .s-contact__item_phone .s-list-with-icon__icon {
        display: block;
    }

    .s-contact__item_phone .s-list-with-icon__icon i {
        display: block;
        color: #ffffff;
        text-align: center;
        font-size: 18px;
        height: 40px;
        padding: 0px;
        width: 40px;
        line-height: 38px;
        border-radius: 50%;
        background-color: var(--accent);
    }

    /*------end s-contact-----------------*/
    .s-logo img {
        max-height: 40px;
        margin-top: 0px;
    }

    .s-contact__item_phone .s-list-with-icon__icon {
        top: 8px;
        right: 60px;
    }

    .s-contact__item_phone .s-list-with-icon__icon i {
        height: 40px;
        width: 40px;
        line-height: 40px;
    }

    .s-promo-header {
        font-size: 40px;
        line-height: 1.2;
    }

    .s-promo {
        height: auto;
    }

    .s-promo .s-btn {
        min-width: 70px;
        margin-top: 10px;
        font-size: 16px;
        margin-right: 5px;
        padding: 6px 12px;
        line-height: 24px;
    }

    .s-promo .hide-i {
        display: none;
    }

    .land-sect {
        margin: 40px 10px;
    }

    .s-steps-item p {
        font-size: 16px;
    }

    .last-tab {
        left: 50%;
    }

    .s-steps .tab-pane .img-responsive {
        margin-top: 100px;
    }

    .s-steps .scan-system {
        bottom: -15%;
    }

    .site-contacts__content__map {
        height: 200px;
        position: static;
    }

    .site-contacts__content {
        padding: 0;
        display: block;
    }

    .site-contacts__content .container {
        display: block;
        padding: 0;
    }

    .site-contacts__content__info {
        margin: 0 auto 0;
        width: auto;
        max-width: 500px;
        padding: 20px;
    }

    .site-contacts__content__info:before {
        display: none;
    }

    .site-contacts__content__info__item {
        padding-left: 0;
        padding-right: 0;
    }

    .site-contacts__content__info > img {
        min-width: 100%;
    }

    .flip-card-front .title_block_h3 {
        margin-top: 2rem;
        font-size: 17px;
        padding: 0 4%;
    }

    .flip-card-back h4 {
        font-size: 1rem;
    }

    .flip-card-back p {
        font-size: 11px;
    }

    .col-md-3 {
        padding-right: 5px;
        padding-left: 5px;
    }

    .s-promo {
        padding-top: 1vh;
    }

    .brackets {
        width: 200px;
        margin-right: 30px;
    }
}

@media (max-width: 768px) {
    .s-promo {
        min-height: 600px;
        padding-top: 0px;
    }

    .s-promo__tx-block {
        position: relative;
        margin-left: 0px;
        padding-bottom: 0px;
        overflow: hidden;

    }

    .s-partners .h2 {
        margin: 0;
    }

    .s-promo .hide-i {
        display: inline-block;
    }

    .s-promo-descr {
        display: none;
    }


    .brackets .button .fa {
        display: none;
    }

    .s-promo-buttons {
        width: 346px;
        /*background-color: rgba(255,0,0,0.3);*/
        font-size: 20px;
    }

    .brackets {
        width: 150px;
        margin-right: 20px;
    }

    .brackets .button {
        font-size: 17px;
    }

    .s-steps-item {
        width: 94%;
        margin-left: 0%;
        margin-right: 15px;
        top: 10px;
        padding: 10px 10px;
    }

    .s-steps-item h3 {
        font-size: 20px;
    }

    .s-steps .tab-pane .img-responsive {
        margin-top: 180px;
    }

    .s-steps-item p {
        font-size: 12px;
    }

    .st-tab {
        left: 15px;
    }

    .nd-tab {
        left: 15px;
    }

    .rd-tab {
        left: 15px;
    }

    .last-tab {
        left: 15px;
    }

    /*========== s-price ===============*/
    .s-prices .table, .s-prices .table__thead, .s-prices .table__tbody, .s-prices .table__tr {
        display: block;
    }

    .s-prices .table tr {
        border-bottom: 3px solid rgba(0, 0, 0, 0.24);
    }

    .s-prices .table__td {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .s-prices .table__head {
        display: none;
    }

    .s-prices .table__mobile-title {
        background-color: var(--tableTitleBgColor);
        color: var(--tableTitleTextColor);
    }

    .s-prices .table__td {
        border-bottom: 1px solid var(--tableSeparatorColor);
    }

    .s-prices .table__td:last-of-type {
        border-bottom: none;
    }

    .s-prices .table__mobile-caption, .s-prices .table__value {
        display: block;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .s-prices .table__mobile-caption {
        width: 70%;
        text-align: left;
    }

    .s-prices .table__mobile-caption {
        padding-right: 3%;
    }

    /*========== END s-price ===============*/
    .s-call {
        padding: 50px 0 100px;
    }

    .s-call-img:after {
        background-size: 400px 235px;
        width: 400px;
        height: 235px;
        left: 55%;
        bottom: -180px;
    }

    .breadcrumb {
        top: 0px;
    }

    .s-promo__tx-block h1 {
        margin-top: 40px;
        margin-bottom: 10px;
    }

    .s-promo-header {
        font-size: 30px;
    }

    /*  .s-promo-descr {
        font-size: 18px;
        line-height: 1.2;
        margin-right: 0px;
      }*/
    /*  #particles-js {
    width: 80%;
    margin-left: 20%;
    }*/
    .s-btn {
        font-size: 17px;
        margin-top: 15px;
        margin-right: 12px;
        padding: 5px 15px;
        min-width: 120px;
    }

    .scan-fig {
        max-width: 48px;
        position: absolute;
        left: 27%;
        bottom: 0px;
    }

    /*галерея проектов на 1м экране*/
    .lSSlideOuter .lSPager.lSGallery li::before {
        font-size: 14px;
    }

    .slider-text {
        padding: 10px 0;
    }

    .slider-text h3 {
        font-size: 20px;
    }

    .slider-text p {
        font-size: 16px;
        line-height: 1.2;
    }

    .lslide .slider-content .s-btn {
        font-size: 16px;
        padding: 3px 20px;
    }

    .lslide .slider-content .s-btn {
        width: 175px;
        margin-top: 10px;
        margin-bottom: 5px;
    }

    .lSSlideOuter .lSPager.lSGallery {
        margin-top: 5px;
        margin-left: 6%;
        height: 90px;
    }

    .bez-3d.lSSlideOuter .lSPager.lSGallery {
        margin-left: 10%;
    }

    .lSSlideOuter .lSPager.lSGallery li {
        min-width: 22% !important;
    }

    .site-contacts__content__info {
        width: 100%;
        left: 0px;
        margin-left: 0px;
    }

    .about__certificate-inner {
        width: 98%;
        margin-left: 0%;
        height: 365px;
        padding: 20px 0 20px 10px;
    }

    .for-mobile-opornaya {
        position: relative;
        background-color: red;
    }

    /*опорная точка*/
    #opornaya {
        position: absolute;
    }

    .opornaya-to4ka {
        position: absolute;
        left: 0;
        bottom: -96px;
        height: 46px;
        width: 56px;
        z-index: 900;
    }

    .footer-text-l {
        display: block;
    }
}

@media only screen and (max-width: 760px) {
    .partners .partner {
        width: 90%;
        margin-left: 5%;
    }

    .partners .owl-item img {
        max-width: 80%;
        margin-left: 10%;
    }

    .partners .owl-nav > div.owl-prev {
        left: 0;
    }

    .partners .owl-nav > div.owl-next {
        right: 0;
    }
}


@media (max-width: 575px) {
    .flip-card-front img {
        min-width: 100%;
    }

    .flip-card-front .title_block_h3 {
        font-size: 22px;
    }

    .flip-card-back p {
        font-size: 14px;
    }
    .s-contact__item_phone .s-list-with-icon__content {
        display: none;
    }
}

@media (max-width: 480px) {
    h1 {
        line-height: 30px;
    }

    h2, h3, h4, h5, h6 {
        line-height: 1.1;
    }

    .s-promo {
        min-height: 500px;
    }

    .s-promo-header {
        font-size: 28px;
        line-height: 24px;
    }

    .s-promo__tx-block {
        margin-top: 0%;
    }

    h2 {
        font-size: 28px;
    }

    h3 {
        font-size: 22px;
    }

    .modal-title {
        font-size: 1.2rem;
    }

    .title_block_h3 {
        max-width: 62%;
    }

    .s-descr__item {
        background-size: 39%;
    }

    .s-compare {
        font-size: 13px;
    }

    .s-compare-item-td {
        width: 25%;
        padding: 12px 3px;
    }

    .s-compare-item-td:nth-child(2), .s-compare-item-td:last-child {
        padding: 4px;
    }

    .s-services-item__img {
        min-height: 190px;
    }

    .s-steps-item {
        width: 93%;
    }

    .s-steps-item h3 {
        font-size: 20px;
    }

    .s-steps .tab-pane .img-responsive {
        margin-top: 180px;
    }

    .s-steps-item p {
        font-size: 14px;
    }

    .s-compare-item-td {
    }

    .lSSlideOuter .lSPager.lSGallery {
        width: 100% !important;
    }

    .lSSlideOuter .lSPager.lSGallery {
        margin-top: 1px;
        margin-left: 0%;
        height: 75px;
    }

    .slider-text p {
        font-size: 15px;
        line-height: 1.1;
    }

    .slider-content .hide-i {
        display: none;
    }

    .s-call-img:after {
        background-size: 280px 165px;
        width: 280px;
        height: 165px;
        left: 55%;
        bottom: -40px;
    }

    .prev__video {
        height: 180px;
    }

    .video-container-data {
        padding-top: 60px;
    }

    .gpm-cookie-accepted-container p {
        font-size: 13px;
    }

}


/*========== OWL-CAROUSEL =======*/
.fa-angle-left, .fa-angle-right {
    font-size: 44px;
    position: relative;
    top: -26px;
}

.fa-angle-left {
    left: -2px;
}

.fa-angle-right {
    left: 2px;
}

.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    margin: -32px 0px 0 0px;
    height: 50px;
    width: 50px;
    text-align: center;
    color: #666;
    transition: 0.3s;
    font-size: 50px;
    line-height: 50px;
    /*    border: 3px solid #ccc;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        background-color: rgba(255, 255, 255, 0.9);
        background-color: #fff;*/
}

.owl-carousel .owl-nav .owl-prev {
    left: 1%;
}

.owl-carousel .owl-nav .owl-next {
    right: 1%;
}

.owl-carousel .owl-nav .owl-prev:hover,
.owl-carousel .owl-nav .owl-next:hover {
    /*border: 3px solid var(--accent);*/
    color: var(--accent);
}

.owl-carousel .owl-nav .owl-prev:focus,
.owl-carousel .owl-nav .owl-next:focus {
    outline: none;
    /*border: 3px solid var(--accent);*/
    /*display: none;*/
}

.owl-carousel .owl-dots {
    display: block;
    text-align: center;
    padding: 30px 0 15px 0;
    line-height: 15px;
}

.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
    vertical-align: top;
    width: 15px;
    height: 15px;
    background-color: #cccccc;
    border-radius: 50%;
    margin: 0 5px 0 5px;
    transition: 0.3s;
}

.owl-carousel .owl-dots .owl-dot:hover,
.owl-carousel .owl-dots .owl-dot.active {
    background-color: var(--accent);
}

.owl-carousel .owl-dots {
    padding: 10px 0;
    line-height: 12px;
}

/*========== END OWL-CAROUSEL ===*/

.s-partners {
    /*min-height: 330px;*/
}

.s-partners .h2 span {
    color: #ea5c0b;
}

.owl-carousel.partners {
    min-height: 110px;
}

.partners .partner .owl-stage {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.partners .owl-item {
    /*margin-top: 30px; */
}

.partners .owl-item img {
    max-width: 100%;
    width: auto;
    display: inline-block;
    margin: auto;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    opacity: .65;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.partners .owl-item:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    opacity: 1;
}

.partners .owl-nav {
    position: absolute;
    top: 70%;
    width: 100%;
    z-index: 2;
}

.partners .owl-nav > div {
    position: absolute;
    top: 40px;
    color: #999;
    font-size: 36px;
    -webkit-transition: opacity .5s ease;
    -o-transition: opacity .5s ease;
    transition: opacity .5s ease;
    padding: 0 10px;
}

.partners .owl-nav > div:hover {
    opacity: .6;
}

/*    .partners .owl-nav > div.owl-prev {
      left: -30px; }
    .partners .owl-nav > div.owl-next {
      right: 30px; }*/
.partners .fa-angle-left {
    left: -70px;
}

.partners .fa-angle-right {
    left: 70px;
}


.s-map__video {
    height: 250px;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

.s-map__video:hover {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.s-project-item {
    margin-bottom: 30px;
}

.s-project-item__img {
    position: relative;
}

.s-project-item__tx {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.s-project-item__tx span {
    text-align: center;
    font-size: 30px;
    color: #fff;
    position: relative;
    display: inherit;
    top: 40%;
}

.s-project-item__img:hover a {
}

.s-project-item__img:hover .s-project-item__tx {
    display: block;
    background-color: rgba(62, 131, 202, 0.8);
}

.title_m {
    font-size: 26px;
    line-height: 32px;
}

.photos {
    padding: 70px 0;
    border-top: 1px solid #d3e1f0
}

.photos__items {
    margin-bottom: 7px;
    margin-left: -8px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.photos__item {
    -webkit-flex-basis: -webkit-calc(100% / 3 - 15px);
    -ms-flex-preferred-size: calc(100% / 3 - 15px);
    flex-basis: calc(100% / 3 - 15px);
    margin: 7px;
    position: relative
}

.photos__item-picture {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    min-height: 320px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.photos__item-header {
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    position: absolute;
    bottom: 0px;
    padding: 12px;
    left: 0;
    right: 0;
    text-align: center;
}

.photos__item:hover .photos__item-inner {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.photos__item:hover .photos__item-header {
    display: none;
}

.photos__item-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;

    -webkit-box-pack: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;

    -webkit-box-pack: end;
    -webkit-justify-content: end;
    -ms-flex-pack: end;
    justify-content: end;

    /*background-color:#3E83CA;*/
    color: #fff;
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    opacity: 0;
    -webkit-transition: .3s;
    transition: .3s
}

.coming-soon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.photos__item:hover .photos__item-inner {
    opacity: 1
}

.photos__item-desc, .photos__item-title {
    color: #fff;
}

.photos__item-desc {
    margin-top: 5px;
    font-size: 18px;
    text-align: justify;
}

.photos__more {
    margin: 45px auto 0;
    text-align: center
}

.photos__more-icon, .photos__more-title {
    display: inline-block;
    vertical-align: middle
}

.photos__more-icon { /*background-image:url(../img/photos/icon-more.svg);*/
    background-position: center center;
    background-repeat: no-repeat;
    width: 22px;
    height: 19px;
    margin-top: -2px
}

.photos__more-title {
    margin-left: 10px;
    border-bottom: 1px solid;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s
}

.photos__more-title:hover, .reviews-item__more:hover {
    color: #1d78bb
}

.photos__item-formula {
    margin-top: 15px;
}

.fz_2rem, .fz_3rem, .fz_4rem {
    font-style: italic;
}

.fz_2rem {
    font-size: 2rem;
}

.fz_3rem {
    font-size: 3rem;
}

.fz_4rem {
    font-size: 4rem;
}

.copymail input {
    border: none;
    padding-left: 0px;
    width: 108px;
}

.copy-email-btn {
    border: 1px solid var(--accent-new);
    padding: 4px 10px;
    font-size: 13px;
    color: #818181;
}

.copy-email-block-foot .copy-email-btn {
    color: #fff;
}

.copy-email-block-foot .copymail input {
    border: solid 1px #7F7F7F;
    padding-left: 0px;
    width: 108px;
    color: #fff;
}

.copy-email-block-foot input {
    color: #ebedf0;
    padding-left: 0px;
    width: 140px;
    margin-left: 5px;
    border: #7F7F7F;
}

.copy-email-block-foot::before {
    font-family: fontawesome;
    content: "\f003";
    color: #fff;
}

@media (max-width: 1200px) {
    .photos__item-desc {
        font-size: 15px;
    }

    .photos__item-inner {
        padding: 12px;
    }

    .fz_2rem {
        font-size: 1.2rem;
    }

    .fz_3rem {
        font-size: 1.8rem;
    }

    .fz_4rem {
        font-size: 2.5rem;
    }

    .photos__item-formula {
        margin-top: 0px;
    }
}

@media only screen and (max-width: 1023px) {
    .photos__item-picture {
        min-height: 220px;
    }

    .title_m {
        font-size: 24px;
        line-height: 30px;
    }

    .photos__item-title {
        font-size: 20px !important;
    }
}

@media (max-width: 991px) {
    .title_m {
        font-size: 18px;
        line-height: 20px;
    }

    .fz_3rem {
        font-size: 1.5rem;
    }
}

@media (max-width: 767px) {
    .photos__item-inner {
        padding: 20px;
    }

    .photos__item-inner .title_m {
        font-size: 22px;
        line-height: 24px;
    }
}

@media (max-width: 360px) {
    .photos__item-inner {
        padding: 10px;
    }

    .photos__item-inner .title_m {
        font-size: 20px;
        line-height: 20px;
    }

    .utm-promo-block a span {
        font-size: 18px;
    }
}


@media (max-width: 1366px) {
    .s-logo img {
        max-width: 190px;
    }

    .navbar-nav > li {
        font-size: 20px !important;
    }

    .titata-block {
        margin-left: 4%;
    }

    .titata-block {
        min-width: 268px;
    }

    .s-contact__item {
        margin: 0;
    }
}

@media only screen and (max-width: 1200px) {
    .photos__item-picture {
        min-height: 260px;
    }

    .s-logo img {
        max-width: 185px;
    }

    .navbar-nav > li {
        font-size: 18px !important;
    }

    .s-logo {
        margin-right: 10px;
    }

    .titata-block {
        display: none;
    }


}


.col-oneelement {
    flex-basis: 1 !important;
}


.site-small-address .site-list-with-icon__content .no-pointer {
    cursor: default;
}

.card-items {
    margin-bottom: 7px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.card-item--3 {
    -webkit-flex-basis: -webkit-calc(100% / 3 - 15px);
    -ms-flex-preferred-size: calc(100% / 3 - 15px);
    flex-basis: calc(100% / 3 - 15px);
    margin: 7px;
    position: relative
}

.card-item--4 {
    -webkit-flex-basis: -webkit-calc(100% / 4 - 15px);
    -ms-flex-preferred-size: calc(100% / 4 - 15px);
    flex-basis: calc(100% / 4 - 15px);
    margin: 7px;
    position: relative
}

.card-item--5 {
    -webkit-flex-basis: -webkit-calc(100% / 5 - 15px);
    -ms-flex-preferred-size: calc(100% / 5 - 15px);
    flex-basis: calc(100% / 5 - 15px);
    margin: 7px;
    position: relative
}

.card-item__img {
}

.card-item__img--200 img {
    height: 200px;
}

.card-item__img--250 img {
    height: 250px;
}

.card-item__img--300 img {
    height: 300px;
}

.card-item__head {
    margin: 10px 0;
}

.card-item__descr {
    margin-top: 10px;
}

@media only screen and (max-height: 640px)and (min-width: 992px) {
    .s-promo-buttons {
        margin: 20px 0;
    }

    .owl-thumbs {
        top: 5px;
    }

    .owl-thumbs .owl-thumb-item {
        min-height: 30px;
    }

    .links-steps a {
        min-height: 30px;
        font-size: 24px;
    }

}

/*@media only screen and (max-height:680px){
.s-promo__tx-block h1 {
    margin-top: 15px;
    margin-bottom: 0px;
}
}*/
@media only screen and (min-height: 720px) {
    .s-promo {
        padding-top: 8vh;
    }

    .s-promo__tx-block h1 {
        margin-bottom: 25px;
    }

}

@media only screen and (min-height: 991px) {
    .s-promo {
        padding-top: 10vh;
        height: 60vh;
    }
}

@media only screen and (min-height: 1200px) {
    .s-promo {

        height: 50vh;
    }
}

@media only screen and (max-width: 767px) {
    .photos__item-picture {
        min-height: 1px;
        padding-bottom: 70%;
    }

    .photos__item {
        -webkit-flex-basis: -webkit-calc(100%);
        -ms-flex-preferred-size: calc(100%);
        flex-basis: calc(100%);
    }

    .left_side {
        display: none;
    }

    .partners .owl-item img {
        max-width: 100%;
    }
}

@media only screen and (max-width: 540px) {
    .title_m {
        font-size: 22px;
        line-height: 28px;
    }

}

@media only screen and (max-width: 479px) {
    .owl-thumbs-steps {
        margin-left: 0px;
    }

    .brackets .button {
        font-size: 15px;
    }

    .owl-thumbs {
        left: 0px;
        top: 0px;
    }

    .links-steps {
        left: 24px;
    }

    .links-steps a {
        min-height: 30px;
        font-size: 19px;
    }

    .owl-thumbs-steps {
        height: 150px;
    }

    .owl-thumbs .owl-thumb-item {
        min-height: 30px;
        width: 20px;
    }

    .owl-thumbs-2 .owl-thumb-item::after {
        content: '';
        height: 10px;
        width: 10px;
    }

    .flip-card-front .title_block_h3 {
        margin-bottom: 15px;
    }

    .title_m {
        font-size: 20px;
        line-height: 26px;
    }

    .title_sect p {
        padding: 0 10px;
    }
}

@media (max-width: 360px) {
    .s-contact__item_phone .s-list-with-icon__icon {
        right: 45px;
    }

    .s-btn {
        min-width: 86px;
        font-size: 16px;
        margin-right: 10px;
    }

    .brackets {
        width: 136px;
        margin-right: 15px;
    }

    .modal-title {
        font-size: 1rem;
    }

    .scan-fig {
        max-width: 44px;
        position: absolute;
        /*left: 49%;*/
        /*bottom: 25px;*/
    }

    .pulse {
        left: 33%;
        width: 6px;
        height: 6px;
    }

    .calc-services .hide-i {
        display: none;
    }

    h2 {
        font-size: 26px;
    }

    .s-compare {
        font-size: 12px;
    }

    .compare-process {
        font-size: 11px;
    }

    .s-steps-item {
        width: 90%;
        margin-left: 1%;
    }

    .prev__video {
        height: 167px;
    }

    .video-container-data {
        padding-top: 50px;
    }

    .o-d {
        font-size: 12px;
    }
}

.flip-cards {
    /*background-color: rgba(255,0,0,0.1);*/
    margin-left: -5px;
    margin-right: -5px;
}

.flip-card {
    background-color: transparent;
    height: 300px;
    perspective: 1000px;
    margin-top: 15px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    width: 19%;
    display: inline-block;
    margin: 3px;
    margin-left: 5px;
}

.flip-card-front img {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    min-width: 100%;
}

@media (max-width: 1366px) {
    .flip-card-front .title_block_h3 {
        font-size: 25px;
    }
}

@media (max-width: 1199px) {
    .flip-card {
        margin: 2px;
    }

    .flip-card-front .title_block_h3 {
        font-size: 21px;
    }
}

@media (max-width: 991px) {
    .flip-card {
        background-color: transparent;
        height: 300px;
        width: 32%;
        display: inline-block;
        margin: 3px;
    }
}

@media (max-width: 768px) {
    .flip-card {
        margin: 2px;
    }
}

@media (max-width: 575px) {
    .flip-card {
        background-color: transparent;
        height: 300px;
        width: 47%;
        margin: 3px;
        margin-left: 5px;
    }

    .flip-card-front .title_block_h3 {
        font-size: 19px;
    }

    .flip-card-back p {
        font-size: 11px;
    }
}

@media (max-width: 420px) {
    .links2title {
        margin: 4px 0;
    }

    .flip-card {
        background-color: transparent;
        height: 320px;
        width: 96%;
        display: inline-block;
        margin: 5px;
    }

    .flip-card-back p {
        font-size: 14px;
    }

    /*добавлено 27.03.2021, Паша указал, что кнопка NDA уехала*/
    .new-b-buttons .brackets-new, .new-a-buttons .brackets-new {
        width: 140px;
        margin-right: 0px;
    }

    .new-a-buttons .brackets-new {
        width: 200px;
    }

    .s-promo .hide-i {
        display: none;
    }

    /*добавлено 27.03.2021, Паша указал, что кнопка NDA уехала*/
}


.top {
    position: fixed;
    bottom: 25px;
    right: -100px;
    background-color: #e0e0e0;
    -webkit-border-radius: 10em;
    border-radius: 10em;
    color: #666;
    font-size: 26px;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 44px;
    cursor: pointer;
    z-index: 12;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    opacity: .4;
}

.top:hover {
    color: #fff;
    background-color: #ffa31a;
    opacity: 1;
}

.top.active {
    right: 25px;
}

.home-page .s-project-card h3 {
    font-size: 24px;
}

.home-page .s-project-card h3, .s-project-card p {
    padding: 0px 10px;
    margin: 20px 0;
}

.title_h2-article-sect {
    display: block;
    margin-bottom: 35px;
    height: 30px;
}


.counter-numeric {
    margin-bottom: 22px;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background: #fcfcfc;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

article.with-numeric-titles h2 {
    margin: 10px 0;
}

.links2title {
    margin: 3px 0;
}

.red-line {
    border-top: 2px solid #ffffff;
    margin: 7px auto;
}

.bg-orange {
    background-color: #FB8605;
}

.check-mark ul {
    list-style: none;
}

.check-mark ul > li {
    padding-left: 20px;
    position: relative;
    margin: 10px;
}

.check-mark ul > li:before {
    content: '✔';
    position: absolute;
    top: 0;
    left: 0;
    color: #FB8605;
}