@font-face {
    font-family: 'OpenSans-Semibold';
    src: url("/wp-content/themes/CUT/fonts/Open_Sans/OpenSans-Semibold.ttf");
}
@font-face {
    font-family: 'OpenSans-Bold';
    src: url("/wp-content/themes/CUT/fonts/Open_Sans/OpenSans-Bold.ttf");
}
@font-face {
    font-family: 'OpenSans-Light';
    src: url("/wp-content/themes/CUT/fonts/Open_Sans/OpenSans-Light.ttf");
}
@font-face {
    font-family: 'OpenSans-Regular';
    src: url("/wp-content/themes/CUT/fonts/Open_Sans/OpenSans-Regular.ttf");
}
@font-face {
    font-family: 'OpenSans-CondLight';
    src: url("/wp-content/themes/CUT/fonts/Open_Sans/OpenSans-CondLight.ttf");
}
a {
    transition: all 0.3s;
    outline: none;
}
a:hover, a:focus {
    outline: none;
    text-decoration: none;
    color: #a72321;
    cursor: pointer;
}
html, body {
    height: 100%;
    background: #fbf9f9;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}
em {
    font-style: italic !important;
}
html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 62.5%;
    /*overflow-y: scroll;*/
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    color: #858585;
    overflow-x: hidden;
}
img {
    max-width: 100%;
    /*max-height: 100%;*/
    width: auto !important;
    height: auto;
}
body,
button,
input,
select,
textarea {
    color: #353535;
    font-family: 'OpenSans-Regular';
    line-height: 1.6;
    font-size: 1.6rem;
}
::-webkit-input-placeholder {color:#fff;}
::-moz-placeholder          {color:#fff;}/* Firefox 19+ */
:-moz-placeholder           {color:#fff;}/* Firefox 18- */
:-ms-input-placeholder      {color:#fff;}
.popup-form {
    width: 75%;
    margin: 6% auto 0;
}
input, textarea {
    width: 100%;
    padding: 11px 15px;
    color: #fff;
    font-size: 1.5rem;
    margin-bottom: 20px;
    border: 1px solid #fff;
    outline: none;
    background: transparent;
    font-family: 'OpenSans-Light';
}
label {
    margin-bottom: 5px;
    float: left;
    width: 100%;
}
input[type='submit'] {
    display: inline-block;
    border: 1px solid #ffffff;
    font-family: 'OpenSans-Light';
    letter-spacing: 1px;
    padding: 1vh 0;
    text-transform: uppercase;
    text-align: center;
    width: 260px;
    color: #ffffff;
    background: transparent;
    transition: all .3s;
    font-size: 2rem;
    margin: 10px 0 0;
}
input[type='submit']:hover {
    background: #cd0d2d;
}
div.container {
    width: auto;
    margin: 0 3.5vw;
}
span.wpcf7-not-valid-tip {
    display: block;
    margin-top: -20px;
    color: #fff;
    font-size: 1.5rem;
}
div.wpcf7-response-output {
    margin: 10px 0 0;
    padding: 0;
    font-size: 1.5rem;
    border: 0 !important;
    float: left;
}
.contact-map {
    position: absolute;
    left: 0;
    width: 50vw;
}
.contact-map iframe {
    width: 100%;
    height: 470px;
    margin-bottom: -4px;
}
.overlay {
    background:transparent;
    position:relative;
    width:100%;
    height:470px;
    top:470px;
    margin-top:-470px;
}
.breadcrumbs {
    margin: 10px 0;
}
.breadcrumbs span, .breadcrumbs a {
    font-size: 1.2rem;
    color: #9a9a9a;
}
.breadcrumbs a:hover {
    text-decoration: underline;
}
.delimiter {
    margin: 0 5px;
}
.fancybox-bg {
    display: none;
}
#fancybox-left, #fancybox-right {
    visibility: visible;
}
#fancybox-right span {
    left: auto;
    right: -40px;
}
#fancybox-right:hover span {
    right: -40px;
}
#fancybox-left:hover span {
    left: -40px;
}
#fancybox-left span {
    left: -40px;
}
span#fancybox-right-ico, span#fancybox-left-ico {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #ffffff;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}
span#fancybox-right-ico:hover, span#fancybox-left-ico:hover {
    background: #a72321;
}
span#fancybox-right-ico:hover:before, span#fancybox-left-ico:hover:before {
    color: #ffffff;
}
span#fancybox-right-ico:before, span#fancybox-left-ico:before {
    font-family: 'FontAwesome';
    color: #a72321;
    font-size: 22px;
    text-align: center;
    display: block;
    line-height: 35px;
}
span#fancybox-right-ico:before {
    content: '\f105';
    width: 107%;
}
span#fancybox-left-ico:before {
    content: '\f104';
    width: 93%;
}
#fancybox-close {
    display: none !important;
}
textarea {
    height: 185px;
    resize: none;
}
.wpcf7-form-control-wrap {
    display: block;
}
.menu-mobile {
    display: none;
}
.menu-open-block {
    display: none;
}
.content-text {
    float: left;
    width: 100%;
}
.alignright {
    margin-left: 30px;
    margin-bottom: 25px;
    float: right;
}
.alignleft {
    margin-right: 30px;
    margin-bottom: 25px;
    float: left;
}
.content-text h2 {
    font-size: 2.8rem;
    margin: 20px 0;
}
.content-text h3 {
    font-size: 2.4rem;
    margin: 20px 0;
}
.content-text h4 {
    font-size: 2rem;
    margin: 20px 0;
}
.content-text p {
    margin-bottom: 15px;
}
.content-text ul {
    list-style-type: none !important;
    padding-left: 20px;
}
.content-text li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 20px;
}
.content-text li:before {
    content: '';
    width: 10px;
    height: 10px;
    background: #a72321;
    display: inline-block;
    margin-right: 10px;
    position: absolute;
    top: 7px;
    left: 0;
}
strong, b {
    font-family: 'OpenSans-Bold';
}
.block-404 {
    text-align: center;
    color: #333333;
    float: left;
    width: 100%;
    margin-top: 60px;
}
.image-404 {
    margin-bottom: 40px;
    width: 100%;
    float: left;
}
.block-404 h1 {
    font-size: 4.8rem;
    margin-bottom: 20px;
    float: left;
    width: 100%;
    text-transform: uppercase;
    font-family: 'OpenSans-Bold';
}
.block-404 p {
    font-size: 1.8rem;
    font-family: 'OpenSans-Light';
    float: left;
    width: 100%;
}
.block-404 a {
    color: #6b1f1e;
    text-decoration: underline;
}
.block-404 a:hover {
    text-decoration: none;
}
.site-content {
    float: left;
    width: 100%;
}
.menu-mobile {
    position: fixed;
    z-index: 100;
    background: #ffffff;
    padding: 10px 15px;
    width: 100%;
    height: 17vh;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.8);
}
/* start block header */

.header-site {
    padding-top: 10px;
    /*background: rgba(255, 255, 255, 0.75);*/
    position: absolute;
    width: 100%;
    z-index: 100;
}
.block-logo {
    height: 62px;
    display: block;
    width: 25%;
    float: left;
    text-align: left;
    margin-top: 23px;
}
.section-background {
    background: url(/wp-content/themes/CUT/images/img2.png) top center;
    width: 100%;
    float: left;
    box-shadow: 0 0 20px #000000;
}
.section-background-footer {
    background: url(/wp-content/themes/CUT/images/img4.jpg) top center;
    width: 100%;
    float: left;
    box-shadow: 0 0 20px #000000;
}
.hidden_animate{
    opacity:0;
}
.visible_animate{
    opacity:1;
}
.section-video {
    margin-left: -3.5vw;
    width: 52%;
    height: 100%;
    float: left;
    position: absolute;
}
.section-video iframe {
    width: 100% !important;
    height: 100% !important;
}
.content-section {
    float: left;
    width: 100%;
    margin: 6vh 0 8vh;
    position: relative;
}
.section-info {
    /* margin-top: -5px; */
    float: left;
    width: 49%;
    margin-left: 51%;
}
.section-name {
    color: #cd0d2d;
    text-transform: uppercase;
    font-size: 4rem;
}
.section-text-1 {
    font-family: 'OpenSans-Light';
    color: #353535;
    white-space: pre-wrap;
    padding-bottom: 25px;
    margin-top: 10px;
    margin-bottom: 20px;
    line-height: 26px;
    border-bottom: 1px solid #0a2677;
}
.section-text-1 strong {
    font-family: 'OpenSans-Regular';
    color: #0a2677;
}
.section-text-2 {
    margin-bottom: 30px;
    font-size: 1.6rem;
    color: #0a2677;
}
.section-link > a {
    background: #cd0d2d;
    font-size: 1.6rem;
    text-transform: uppercase;
    color: #feffff;
    display: table;
    padding: 0 35px;
    line-height: 45px;
}
.section-link > a:hover {
    color: #feffff;
}
.section-link:before {
    content: '';
    background: #cd0d2d url(/wp-content/themes/CUT/images/icon3.png) no-repeat center;
    height: 45px;
    width: 55px;
    margin-right: 2px;
    display: inline-block;
    float: left;
}
.section-name-better {
    color: #feffff;
    position: relative;
    text-transform: uppercase;
    font-size: 4rem;
    overflow: hidden;
    margin-bottom: 40px;
}
.section-name-better:after {
    background: url(/wp-content/themes/CUT/images/line-name.jpg) no-repeat;
}
.section-name-better-red:after {
    background: url(/wp-content/themes/CUT/images/line-red.jpg) no-repeat;
}
.section-name-better:after, .section-name-better-red:after {
    content: '';
    display: inline-block;
    height: 1px;
    width: 100%;
    position: absolute;
    top: 50%;
    margin-left: 35px;
}
.section-name-better-red {
    color: #cd0d2d;
    position: relative;
    text-transform: uppercase;
    font-size: 4rem;
    overflow: hidden;
    margin-bottom: 50px;
}
.block-structure {
    float: left;
    width: 100%;
    text-align: center;
    padding: 5vh 0 15vh;
}
.block-advantages {
    text-align: center;
}
.advantage {
    display: block;
    vertical-align: top;
    float: left;
    padding: 0 5px;
}
.image-advantage {
    height: 75px;
    margin-bottom: 25px;
}
.title-advantage {
    font-size: 1.7rem;
    margin-bottom: 25px;
    color: #0567a4;
    text-transform: uppercase;
    font-family: 'OpenSans-Semibold';
}
.caption-advantage {
    font-size: 1.5rem;
    color: #404040;
    font-family: 'OpenSans-Light';
    white-space: pre-wrap;
}
.medical-use {
    float: left;
    padding-right: 15px;
    width: 50%;
    margin-right: 50%;
}
.block-tabs {
    border-bottom: 1px solid #ffffff;
    margin-bottom: 30px;
    padding-bottom: 30px;
    float: left;
    width: 100%;
}
.medical-use-tabs-content .tab-content {
    margin-top: 50px;
    color: #feffff;
    font-size: 1.8rem;
    font-family: 'OpenSans-Light';
    white-space: pre-wrap;
    padding-right: 50px;
    display: none;
}
.content-info-tabs .tab-content {
    color: #404040;
    font-size: 1.7rem;
    font-family: 'OpenSans-Light';
    /*white-space: pre-wrap;*/
    display: none;
    float: left;
    width: 100%;
    padding-right: 3.5vw;
}
.desc-item-tab {
    white-space: pre-wrap;
}
.desc-item-tab ul, .desc-item-tab ol {
    margin-left: 30px;
    white-space: nowrap;
    margin-top: 20px;
}
.medical-use-tabs-content .tab-content.active-tab-content,
.content-info-tabs .tab-content.active-tab-content {
    display: block;
}
.block-medical {
    float: left;
    width: 100%;
    position: relative;
}
.image-packaging {
    float: left;
    width: 50%;
    height: 100%;
    position: absolute;
    margin-left: 50%;
}
.text-packaging {
    color: #feffff;
    font-family: 'OpenSans-Light';
    font-size: 1.4rem;
    text-align: center;
    width: 100%;
    margin-top: 15px;
}
.title-info {
    font-family: 'OpenSans-Light';
    font-size: 1.8rem;
    text-transform: uppercase;
    color: #feffff;
    margin-bottom: 20px;
}
.img-form-of-issue {
    float: left;
}
.caption-form-of-issue {
    color: #feffff;
    font-family: 'OpenSans-Light';
    font-size: 1.7rem;
    white-space: pre-wrap;
    padding-left: 80px;
}
.medical-use-info li {
    list-style-type: none;
    margin: 13px 0;
    float: left;
    width: 100%;
    position: relative;
}
.block-img-form-of-issue {
    margin-right: 25px;
    width: 55px;
    position: absolute;
    left: 0;
    top: 0;
}
.section-link {
    margin-bottom: 15px;
}
.medical-use-tabs .tab {
    border: 1px solid #ffffff;
    background: transparent;
    display: table;
    width: 31.3%;
    float: left;
    text-align: center;
    font-size: 1.6rem;
    text-transform: uppercase;
    color: #feffff;
    line-height: 40px;
    letter-spacing: 1px;
}
.info-tabs .tab {
    border: 1px solid #0a2677;
    background: transparent;
    display: table;
    width: 23.3%;
    float: left;
    text-align: center;
    font-size: 2rem;
    text-transform: uppercase;
    color: #0a2677;
    line-height: 40px;
}
.medical-use-tabs .tab:hover, .medical-use-tabs .tab.active-tab,
.info-tabs .tab:hover, .info-tabs .tab.active-tab {
    background: #cd0d2d;
    color: #feffff;
}
.info-tabs .tab:hover, .info-tabs .tab.active-tab {
    border: 1px solid #cd0d2d;
}
.image-packaging > div {
    display: table;
    width: 100%;
    height: 100%;
}
.image-packaging > div > div {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.medical-use-tabs .tab:nth-child(2), .info-tabs .tab:nth-child(2) {
    margin: 0 2.5%;
}
.medical-use-tabs, .medical-use-tabs-content {
    float: left;
    width: 100%;
}
.footer {
    padding: 5vh 0 7vh;
    border-top: 1px solid #faf7f7;
    border-bottom: 1px solid #faf7f7;
}
.reservation_footer {
    color: #ffffff;
    font-size: 1.4rem;
    font-family: 'OpenSans-Light';
    text-align: center;
}
.reservation_footer h3  {
    color: #ffffff;
    margin-bottom: 40px;
    font-size: 7.5rem;
    font-family: 'OpenSans-CondLight';
}
.logo-footer {
    text-align: center;
    margin: 7vh 0 6vh;
}
.address {
    margin-bottom: 30px;
    font-size: 2rem;
    text-align: center;
    color: #ffffff;
    font-family: 'OpenSans-Light';
    text-transform: uppercase;
}
.tell-me a {
    font-size: 2rem;
    line-height: 44px;
    font-family: 'OpenSans-Light';
    color: #feffff;
    display: table;
    margin: 0 auto;
    width: 300px;
    border: 1px solid #ffffff;
    text-align: center;
    text-transform: uppercase;
    background: transparent;
}
.tell-me a:hover {
    background: #cd0d2d;
}
.left-block {
    float: left;
    margin-top: 15px;
}
.right-block {
    float: right;
    margin-top: 30px;
}
.right-block a {
    margin-left: 20px;
    color: #ffffff;
}
.right-block span {
    color: #ffffff;
}
.footer-info {
    /*margin: 3vh 0;*/
    margin: 1vh 0;
    float: left;
    text-align: center;
    width: 100%;
}
.left-block, .left-block a {
    font-size: 1.3rem;
    color: #ffffff;
}
.left-block img {
    margin-right: 10px;
    max-width: 135px;
}
.center-block {
    display: inline-block;
}
.center-block img {
    max-width: 80px;
}
header {
    box-shadow: 0 0 20px #000000;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: top;
    background-size: cover;
    height: 100vh;
    overflow: hidden;
}
.header {
    padding-top: 4vh;
    transition: all 0.3s;
    border-bottom: 1px solid #ffffff;
}
.header-logotype {
    float: left;
    margin-top: 10px;
}
.header-packaging {
    text-align: center;
    margin: 0 auto;
    display: table;
    max-width: 54vw;
}
.header-menu {
    float: right;
}
.slogan {
    margin: 7vh auto 0;
    text-align: center;
    display: table;
    max-width: 24vw;
}
.block-menu {
    float: right;
}
.block-menu > ul {
    float: right;
    display: block;
}
.block-link-header {
    margin-bottom: 4vh;
    display: table;
    width: 100%;
}
.banner-header .content-section {
    margin: 0;
}
.block-link-header > a {
    border: 1px solid #ffffff;
    display: table;
    color: #feffff;
    font-family: 'OpenSans-Light';
    font-size: 1.3rem;
    text-align: center;
    background: transparent;
    text-transform: uppercase;
    width: 200px;
    line-height: 36px;
    float: right;
    margin-left: 20px;
}
.block-link-header > a:hover {
    background: #cd0d2d;
}
.block-link-header > a:nth-child(3):before {
    background: transparent url(/wp-content/themes/CUT/images/icon1.png) no-repeat center;
}
.block-link-header > a:nth-child(2):before {
    background: transparent url(/wp-content/themes/CUT/images/icon2.png) no-repeat center;
}
.block-link-header > a:before {
    content: '';
    width: 45px;
    height: 36px;
    display: block;
    float: left;
    border-right: 1px solid;
}
.block-menu li {
    list-style-type: none;
    float: left;
    display: block;
}
.block-menu a {
    padding: 0 1vw 1.5vw;
    display: block;
    color: #feffff;
    font-size: 1.8rem;
    text-transform: uppercase;
    border-bottom: 3px solid transparent;
}
.block-menu a:hover, .block-menu a.active_item_menu {
    border-bottom: 3px solid #ffffff;
}
.page-main > div {
    width: 100%;
    float: left;
}
.header.stickytop {
    /*display: none;*/
    margin-top: -100vh;
    position: fixed;
    width: 100%;
    z-index: 9999;
    box-shadow: 0 0 20px #000000;
    padding: 0;
    background: url(/wp-content/themes/CUT/images/img2.png);
}
.header.stickytop .block-menu a {
    padding: 1.5vw 20px;
}
.header.stickytop .header-logotype img {
    max-height: 5vh;
}
.block-reviews {
    color: #ffffff;
    font-family: 'OpenSans-Light';
    margin-top: 6vh;
    float: left;
    width: 100%;
}
.name-reviews {
    font-size: 2rem;
}
.position-reviews {
    font-size: 1.5rem;
}
.content-reviews {
    font-size: 1.7rem;
    padding: 2% 0 2% 9%;
    overflow: hidden;
    display: -webkit-box;
    line-height: 31px;
    -webkit-line-clamp: 8;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}
.left-block-reviews, .right-block-reviews {
    float: left;
    max-height: 260px;
}
.left-block-reviews {
    width: 24%;
    text-align: center;
    display: table;
    border-right: 1px solid;
}
.left-block-reviews > div {
    display: table-cell;
    vertical-align: middle;
}
.right-block-reviews {
    width: 76%;
}
.name-reviews {
    text-transform: uppercase;
}
.name-reviews:before {
    content: '';
    background: url("/wp-content/themes/CUT/images/icon12.png") no-repeat center;
    width: 100%;
    height: 19px;
    display: inline-block;
    margin-bottom: 2px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #cd0d2d;
}
.owl-theme .owl-dots .owl-dot span {
    width: 11px;
    height: 11px;
    margin: 4px;
    background: #ffffff;
    display: block;
    -webkit-backface-visibility: visible;
    transition: all .2s;
    border-radius: 30px;
}
.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 5vh;
}
.info-tabs {
    float: left;
    width: 100%;
    margin-bottom: 4.5vh;
}
.content-info-tabs {
    float: left;
    width: 100%;
}
.tab-content {
    /*max-height: 60vh;*/
    max-height: 65vh;
    overflow-y: auto;
}
.block-popup {
    position: fixed;
    z-index: 99999;
    width: 100%;
    height: 100%;
    display: none;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.6);
}
.popup {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #ffffff;
}
.popup > div {
    background: url(/wp-content/themes/CUT/images/background-warning.jpg) center;
    width: 58vw;
    height: auto;
    margin: 0 auto;
    display: table;
    padding: 6vh 0;
    position: relative;
}
.popup img {
    margin: 3vh 0;
}
.title-popup {
    font-size: 3rem;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
}
.title-popup:before {
    content: '';
    background: url('/wp-content/themes/CUT/images/line-popup-1.jpg') no-repeat right;
    width: 34.5%;
    height: 1px;
    float: left;
    display: inline-block;
    left: 0;
    top: 49%;
    position: absolute;
}
.title-popup:after {
    content: '';
    background: url('/wp-content/themes/CUT/images/line-popup-2.jpg') no-repeat left;
    width: 34.5%;
    height: 1px;
    float: left;
    display: inline-block;
    right: 0;
    top: 49%;
    position: absolute;
}
.info-popup {
    font-size: 1.8rem;
    text-transform: uppercase;
}
.block-confirmation {
    float: left;
    width: 100%;
    margin-top: 4vh;
    border-top: 1px solid #ffffff;
}
.text-confirmation {
    font-size: 1.4rem;
    margin-top: 3vh;
    margin-bottom: 3.3vh;
}
.block-confirmation a {
    display: inline-block;
    border: 1px solid #ffffff;
    font-family: 'OpenSans-Light';
    letter-spacing: 1px;
    padding: 1vh 0;
    text-transform: uppercase;
    text-align: center;
    width: 25%;
    color: #ffffff;
    background: transparent;
    transition: all .3s;
    margin: 0 1%;
}
.block-confirmation a:hover {
    background: #cd0d2d;
}
.item-tab-content {
    float: left;
    width: 100%;
    border-bottom: 1px solid #0a2677;
    margin-bottom: 4vh;
    padding-bottom: 4vh;
    position: relative;
}
.info-item-tab {

    width: 100%;

    float: left;

    padding-right: 8.5vw;

    position: relative;
}
.title-item-tab {
    font-size: 2rem;
    text-transform: uppercase;
    color: #0a2677;
    margin-bottom: 20px;
}
.more-item-tab {
    width: 5.5%;
    border-left: 1px solid #0a2677;
    float: left;
    height: 100%;
    right: 0;
    display: block;
    position: absolute;
    top: 0;
}
.plus-active {
    border-left: 1px solid #cd0d2d;
}
.pdf:after {
    content: '';
    width: 31px;
    height: 36px;
    position: absolute;
    top: 50%;
    margin-top: -18px;
    left: 50%;
    margin-left: -15px;
    display: block;
    background: url("/wp-content/themes/CUT/images/pdf.png") no-repeat center center;
}
.plus:hover {
    color: #cd0d2d;
}
.plus {
    cursor: pointer;
}
.more-item-tab.plus:after {
    content: '';
    width: 19px;
    height: 19px;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    left: 50%;
    margin-left: -6px;
    display: block;
    transform: rotate(0);
    transition: all 0.3s;
    background: url("/wp-content/themes/CUT/images/icon11.png") no-repeat center center;
}
.plus.plus-active:after {
    transform: rotate(45deg);
}
.desc-full {
    display: none;
}
.block-feedback .popup > div {
    background: url(/wp-content/themes/CUT/images/background-warning.jpg) center;
    width: 35vw;
    height: auto;
    margin: 0 auto;
    display: table;
    padding: 6vh 0;
}
.block-feedback .title-popup:before,
.block-feedback .title-popup:after {
    width: 25%;
}
.block-feedback .waite-send .title-popup:before,
.block-feedback .waite-send .title-popup:after {
    width: 15%;
}

div.wpcf7 .ajax-loader {
    display: none !important;
    margin: 0 0 0 -25px;
}
.text-send {
    font-size: 1.5rem;
    color: #feffff;
    font-family: 'OpenSans-Light';
    margin: 30px 0 15px;
}
.waite-send {
    display: none;
}
.waite-send.send-ok {
    display: block;
}
.waite-send.send-ok + .send {
    display: none;
}
.close-popup {
    background: url(/wp-content/themes/CUT/images/close.png) center no-repeat;
    width: 17px;
    height: 17px;
    position: absolute;
    /*top: -30px;*/
    top: -15px;
    right: -30px;
    display: block;
    opacity: 1;
}

::-webkit-scrollbar {
    width: 5px;
}
::-webkit-scrollbar-track {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #e2e2ea;
}
::-webkit-scrollbar-track-piece {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #e2e2ea;
}
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: rgb(53, 76, 142);
}
.cmn-toggle-switch {
    display: none;
}
#lang_sel_list  ul {
    border: 0;
}
.lang-block {
    float: right;
    margin-left: 20px;
}
.lang-block #lang_sel_list a,
.lang-block #lang_sel_list a:visited,
.lang-block #lang_sel_list ul a.lang_sel_other,
.lang-block #lang_sel li ul a:link,
.lang-block #lang_sel_list ul a.lang_sel_other:visited {
    border: 1px solid #ffffff;
    display: table;
    color: #feffff;
    font-family: 'OpenSans-Light';
    font-size: 1.3rem;
    text-align: center;
    background: transparent;
    text-transform: uppercase;
    line-height: 36px;
    padding: 0 10px;
    width: 40px;
}
.lang-block #lang_sel_list a.lang_sel_sel,
.lang-block #lang_sel_list a.lang_sel_sel:visited {
    background: #cd0d2d;
}
#lang_sel_list li {
    margin: 0 -1px 0 0 !important;
}
.block-structure > div {
    display: inline-block;
}
.img-molecule-1 img, .img-molecule-3 img {
    top: 0;
    left: 0;
    transform: scale(0.97);
    position: relative;
    animation: animation3 0.7s linear infinite;
    animation-delay: 3s;
    animation-direction: alternate;
}
@keyframes animation1 {
    0% {
        /*top: 0;*/
        transform: scale(0.98);
    }
    50% {
        /*top: -3px;*/
        transform: scale(1);
    }
    100%{
        /*top: 3px;*/
        transform: scale(1.02);
    }
}
@keyframes animation3 {
    0% {
        top: 0;
    }
    100%{
        top: 6px;
    }
}
.img-molecule-2 img {
    /*transform: rotate3d(55,10,15,22deg);*/
    transform: rotate3d(0,0,0,0deg);
    animation: animation1 0.65s linear infinite;
    animation-delay: 3s;
    animation-direction: alternate;
    position: relative;
    z-index: 1;
    top: 0;
}
@keyframes animation2 {
    0% {
        transform: rotate3d(0,0,0,0deg);
    }
    50% {
        transform: rotate3d(3,3,3,5deg);
    }
    50% {
        transform: rotate3d(7,7,7,10deg);
    }
    75% {
        transform: rotate3d(3,3,3,-5deg);
    }
    100%{
        transform: rotate3d(7,7,7,-10deg);
    }
}
.text-stage {
    color: #feffff;
    font-size: 1.8rem;
    text-transform: uppercase;
    font-family: 'OpenSans-Light';
    position: relative;
    z-index: 1;
    margin: 0 15px;
    padding: 15px 0;
}
.text-stage:after {
    content: '';
    background: #ffffff;
    height: 1px;
    width: 100%;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
}
.text-stage:before {
    content: '';
    width: 11px;
    height: 7px;
    bottom: -3.5px;
    right: -15px;
    position: absolute;
    display: block;
    background: url("/wp-content/themes/CUT/images/anim-7.png") no-repeat;
}
.text-molecule {
    color: #feffff;
    font-size: 1.7rem;
    text-transform: uppercase;
    font-family: 'OpenSans-Light';
    z-index: 2;
    position: relative;
}
.text-molecule-1 {
    text-align: right;
    margin-right: -15%;
    margin-bottom: -50px;
}
.text-molecule-1:before {
    content: '';
    width: 108px;
    height: 111px;
    display: inline-table;
    position: relative;
    background: url(/wp-content/themes/CUT/images/anim-2.png) no-repeat;
    background-size: contain;
    margin-right: 10px;
    top: -6px;
}
.block-molecule {
    position: relative;
    z-index: 1;
}
.img-molecule {
    position: relative;
    z-index: 1;
    max-width: 280px;
}
.img-molecule-1 img {
    max-width: 160px;
}
.block-stage {
    top: -50px;
    /*position: relative;*/
}
.block-molecule {
    max-width: 280px;
}
.text-molecule-2 {
    position: absolute;
    text-align: left;
    padding-top: 75px;
    padding-left: 150px;
    width: 40vw;
    left: 40%;
    /*margin-top: -90px;*/
    margin-top: -38%;
}
.text-molecule-2 span {
    color: #fbf9f9;
    font-size: 1.4rem;
    text-transform: initial;
}
.text-molecule-2:before {
    content: '';
    width: 160px;
    height: 154px;
    display: inline-table;
    position: absolute;
    background: url(/wp-content/themes/CUT/images/anim-9.png) no-repeat;
    background-size: contain;
    top: 0;
    left: 0;
}
.text-molecule-3 {
    position: absolute;
    text-align: right;
    right: 22%;
    width: 240px;
}
.text-molecule-3:after {
    content: '';
    width: 65px;
    height: 137px;
    display: inline-table;
    position: relative;
    background: url(/wp-content/themes/CUT/images/anim-12.png) no-repeat;
    background-size: contain;
    top: -140px;
    right: 0;
    margin-left: 5px;
}
.stage-line-1 {
    color: #feffff;
    font-size: 1.6rem;
    font-family: 'OpenSans-Light';
    position: absolute;
    z-index: 5;
    margin-top: 8%;
    right: calc(85% + 35px);
    width: 190%;
}
.stage-line-1 img {
    margin-right: 10px;
    max-height: 25px;
    float: left;
}
.stage-line-1 p {
    /*float: left;*/
}
.stage-line-1:before {
    content: '';
    background: url("/wp-content/themes/CUT/images/anim-4.png") no-repeat center;
    width: 9px;
    height:71px;
    display: inline-block;
    position: absolute;
    top: -22px;
    background-size: contain;
    left: -15px;
}
.stage-line-1:after {
    content: '';
    background: url("/wp-content/themes/CUT/images/anim-6.png") no-repeat center;
    width: 60px;
    height:275px;
    display: inline-block;
    position: absolute;
    background-size: contain;
    right: -65px;
    bottom: -36px;
}
.stage-line-2 {
    color: #feffff;
    font-size: 1.6rem;
    font-family: 'OpenSans-Light';
    position: absolute;
    margin-top: -120px;
    z-index: 5;
    /*right: 22vw;*/
    right: 28%;
}
.stage-line-2 img {
    margin-right: 10px;
    max-height: 25px;
    float: left;
}
.stage-line-2 p {
    float: left;
}
.stage-line-2:before {
    content: '';
    background: url("/wp-content/themes/CUT/images/anim-4.png") no-repeat center;
    width: 9px;
    height:71px;
    display: inline-block;
    position: absolute;
    top: -22px;
    background-size: contain;
    left: -15px;
}
.stage-line-2:after {
    content: '';
    background: url("/wp-content/themes/CUT/images/anim-10.png") no-repeat center;
    width: 89px;
    height: 198px;
    display: inline-block;
    position: absolute;
    background-size: contain;
    right: -40px;
    top: -36px;
}