body {
    font-size: 16px;
    cursor: default;
    /*display: none;*/
    font-family: Roboto Cond;
    /*transform: translateY(200px);*/
    /*transition: 1s;*/
    /*transform-origin: 0 0;*/
    /*backface-visibility: hidden;*/
}
body.show {
    /*transform: translateY(0);*/
}
html {
    /*perspective: 700px;*/
    /*background-color: #6bb1e0;*/
}
b,
strong {
    font-weight: 100;
}
#header {
    position: relative;
    z-index: 2
}
.bar-close-button,
.bar-button {
    display: none;
}
/*@media only screen and (min-width: 601px) {*/
  /*#mobmenu {*/
    /*display: none;*/
  /*}*/
/*}*/
/*@media only screen and (max-width: 900px) {*/
  /*.div-personal {*/
    /*padding: 30px 10px !important;*/
    /*margin-top: 15px;*/
  /*}*/
/*}*/
/*@media only screen and (max-width: 600px) {*/
    /*.div-personal.review .img {*/
      /*width: 100%;*/
      /*margin-left: 0px !important;*/
    /*}*/
    /*.div-personal {*/
      /*padding: 30px 10px !important;*/
      /*margin-top: 15px;*/
    /*}*/
    /*#header {*/
        /*display: none*/
    /*}*/
    /*.list-image-new.per25 table td {*/
      /*display: block;*/
      /*width: 100% !important;*/
    /*}*/
    /*.list-image-new.per33 table td {*/
      /*display: block;*/
      /*width: 100% !important;*/
    /*}*/
    /*#foot img {*/
      /*display: none;*/
    /*}*/
    /*#cloud-top {*/
      /*display: none;*/
    /*}*/
    /*.about-us-page-content {*/
      /*padding: 20px 0 !important;*/
    /*}*/
    /*#mobmenu {*/
      /*background-color: #00B9D6;*/
      /*width: 100%;*/
      /*display: block;*/
      /*height: 65px;*/
    /*}*/
    /*#mobmenu .logo {*/
      /*position: relative;*/
      /*z-index: 2;*/
      /*!*-webkit-animation-name: example;*!*/
      /*-webkit-animation-duration: 2s; !* Safari 4.0 - 8.0 *!*/
      /*!*animation-name: example;*!*/
      /*animation-duration: 2s;*/
      /*animation-iteration-count: 300;*/
      /*animation-direction: reverse;*/
      /*animation-timing-function: linear;*/
      /*width: 80px;*/
      /*padding-top: 15px;*/
      /*margin-left: 10px;*/
    /*}*/
    /*#mobmenu .barrs {*/
      /*float: right;*/
      /*padding: 21px;*/
    /*}*/
    /*#mobmenu .barrs i {*/
      /*font-size: 1.6rem;*/
      /*color: #fff;*/
    /*}*/
    /*#mobmenu .logo img {*/
      /*max-height: 100%;*/
      /*max-width: 63px;*/
      /*margin-top: -8px;*/
    /*}*/
    /*#mobmenu #logo-anim {*/
      /*position: relative;*/
      /*display: inline-block;*/
      /*vertical-align: top;*/
      /*width: 50px;*/
      /*height: 50px;*/
      /*margin-top: -7px;*/
      /*-webkit-transition: 0.3s;*/
      /*transition: 0.3s;*/
    /*}*/
    /*#mobmenu #logo-anim:hover {*/
      /*-webkit-transform: scale(0.8,0.8);*/
      /*transform: scale(0.8,0.8);*/
    /*}*/
    /*#mobmenu #logo-anim .logo-p,*/
    /*#mobmenu #logo-anim .logo-c {*/
      /*position: absolute;*/
      /*left: 0;*/
      /*top: 0;*/
    /*}*/
    /*#mobmenu #logo-anim .logo-p {*/
      /*background: url(/Images/Champ/Logo-last-w-parent-03.svg) no-repeat center center;*/
      /*background-size: contain;*/
      /*width: 50px;*/
      /*height: 50px;*/
      /*-webkit-animation-duration: 8s; !* Safari 4.0 - 8.0 *!*/
      /*animation-name: example3;*/
      /*animation-duration: 8s;*/
      /*animation-iteration-count: 300;*/
      /*animation-direction: reverse;*/
      /*animation-timing-function: linear;*/
    /*}*/
    /*#mobmenu #logo-anim .logo-c {*/
      /*background: url(/Images/Champ/Logo-last-w-child-03.svg) no-repeat center center;*/
      /*background-size: contain;*/
      /*width: 50px;*/
      /*height: 50px;*/
      /*-webkit-animation-duration: 8s; !* Safari 4.0 - 8.0 *!*/
      /*animation-name: example2;*/
      /*animation-duration: 8s;*/
      /*animation-iteration-count: 300;*/
      /*animation-direction: reverse;*/
      /*animation-timing-function: linear;*/
    /*}*/
/*}*/
.grid {
    height: initial !important
}
.grid__item {
    top: initial !important
}
/*@media only screen and (max-width: 480px) {*/
    /*.action--close {*/
        /*top: 50px*/
    /*}*/
/*}*/

.content-text table {
    width: 100%;
    margin: 20px 0;
}


.content-text table th,
.content-text table td {
    border: 2px solid #636363;
    padding: 8px;
    font-family: Roboto Cond;
}
.content-text table th {
    font-size: 2rem;
    font-family: Roboto Bold Cond;
}
.content-text strong {
    font-family: Roboto Bold Cond;
    font-size: 1.8rem;
}

.content-text ul {
    padding: 20px;
    list-style-type: disc;
    margin-left: 20px;
}

.content-text ol {
    padding: 20px;
    list-style-type: decimal;
    margin-left: 20px;
}

.menu-ul > li {
    display: inline-block;
    /*position: relative;*/
}

.menu-ul > li div li {
    position: relative;
    padding: 5px 0;
}

.menu-ul > li div li > ul {
    opacity: 0;
    left: 115%;
    display: block;
    transition: 0.3s;
    position: absolute;
    visibility: hidden;
    top: 0;
    transform: rotateY(90deg);
    transform-origin: 0 0;
}

.menu-ul > li div li img {
    margin: 0 10px 0 0;
    background-color: #00bcd4;
    padding: 4px 4px 5px 4px;
    vertical-align: top;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.menu-ul > li div li:hover > ul {
    visibility: visible;
    opacity: 1;
    left: 100%;
    transform: rotateY(0deg);
}

.menu-ul {
    margin: 20px 0;
    display: inline-block;
    position: relative;
    z-index: 9;
}

.switch-language {
    display: inline-block;
    float: right;
}
.login-button {
    color: #6bb1e0;
    background-color: #fff;
    margin: 15px 20px 0 0;
}

.switch-language .shadow-none {
    -webkit-box-shadow: 0px 0px 0px 0px;
    -moz-box-shadow: 0px 0px 0px 0px;
    box-shadow: 0px 0px 0px 0px;
    border: 0px;
    margin-top: 70px;
    min-width: initial;
    margin-right: 20px;
}
.switch-language strong {
    text-align: center;
    color: #6bb1e0;
    display: block;
    font-family: Roboto Bold Cond;
    font-size: 1.9rem;
    padding: 6px;
}
.switch-language ul > li > a {
    color: #6bb1e0;
    padding: 5px 10px;
    text-decoration: none;
}

.switch-language ul > li > a i {
    width: 20px;
    text-align: center;
}

.login-button {
    border: 2px solid #fff;
    padding: 5px 10px;
    border-radius: 100px;
    margin-left: 3px;
    width: 42px;
    font-size: 2rem;
    position: absolute;
    right: 0;
    top: 0;
}

.menu-ul > li > a {
    font-family: Roboto Bold Cond;
    font-size: 1.6rem;
    color: #fff;
    text-decoration: none;
    padding: 7px 12px;
}

.menu-ul > li > a {
    border-radius: 28px;
    margin: 0 5px;
    display: block;
}

.menu-ul > li > a i {
    display: none;
    margin-right: 5px;
}

.menu-ul > li > a.active i {
    display: inline-block;
}

.menu-ul > li > a.active {
    background-color: #fff;
    color: #6bb1e0;
}

/*.menu-ul > li:hover > ul {*/
    /*display: block;*/
/*}*/

.menu-ul > li:hover > ul {
    opacity: 1;
    transform: rotateX(0deg);
    animation-name: exampleDropDown;
    animation-duration: 1s;
}

@keyframes exampleDropDown {
    0%   {transform: rotateX(0deg);}
    25%  {transform: rotateX(30deg);}
    50%  {transform: rotateX(-30deg);}
    100% {transform: rotateX(0deg);}
}

@keyframes exampleRotate {
    0%   {transform: rotate(0deg);}
    100% {transform: rotate(3600deg);}
}

.menu-ul > li > ul {
    position: absolute;
    width: 150px;
    text-align: left;
    padding: 10px 0 0 0;
    /*display: none;*/
    z-index: 3;
    transform: rotateX(-99deg);
    transition: 0.3s;
    backface-visibility: hidden;
    opacity: 0;
    transform-origin: 0 0;
}

.menu-ul > li > ul > li:hover > ul {
    display: block;
}

.menu-ul > li > ul > li > ul {
    position: absolute;
    left: 100%;
    width: 150px;
    top: 0;
    text-align: left;
    padding: 10px 0 0 0;
    display: none;
    z-index: 3;
    background-color: #fff;
}

.menu-ul div {
    position: absolute;
    left: 5%;
    top: 100px;
    z-index: 4;
    width: 90%;
    height: 440px;
    background-color: rgba(255, 255, 255, 1);
    /*display: none;*/
    padding: 20px;
    border-top: 10px solid rgb(95, 159, 231);
    transition: 0.3s;
    visibility: hidden;
    opacity: 0;
    box-shadow: 0 9px 14px -2px rgba(0, 0, 0, 0.15);
} 
/*.menu-ul div > ul li ul {*/
    /*display: none;*/
/*}*/

/*.menu-ul div > ul > li:hover > a {*/
    /*background-color: #039fb3;*/
/*}*/

/*.menu-ul div > ul > li > ul > li a {*/
    /*background-color: #039fb3;*/
/*}*/

/*.menu-ul div > ul > li > ul > li:hover > a {*/
    /*background-color: #037e8e;*/
/*}*/

/*.menu-ul div > ul > li > ul > li > ul > li a {*/
    /*background-color: #037e8e;*/
/*}*/

.menu-ul div a {
    color: #525252;
    text-decoration: none;
    font-family: Roboto Bold Cond;
}

.menu-ul li:hover > div {
    visibility: visible;
    top: 56px;
    opacity: 1;
    text-align: left;
}

.menu-ul > li > ul > li > a {
    color: #6bb1e0;
    display: block;
    background-color: #fff;
    width: 100%;
    transition: 0.1s;
    padding: 7px 10px;
    text-decoration: none;
    font-family: Roboto Bold Cond;
}

.menu-ul > li > ul > li > a:hover {
    border-left: 5px solid #ffeb3b;
}

.menu-ul > li > ul > li {
    display: block;
}

.menu-ul > li > a:hover {
    background-color: #fff;
    color: #6bb1e0;
}

.contact,
.header-icon {
    display: inline-block
}
.header-icon {
    border-right: 1px solid #345670;
    height: 100%;
    padding-top: 3%;
    padding-bottom: 3%;
    width: 15%;
    text-align: center
}
.header-icon img {
    cursor: pointer
}
.header-icon:first-child {
    border-left: 1px solid #345670
}
.top-header {
    background-color: #0e3655;
    font-size: 0.9em
}
.header-content {
    padding-bottom: 0.7%
}

.spinner-button img {
    width: 50px;
    height: 50px;
    object-fit: contain;
    transition: 1s;
}

.spinner-button {
    position: fixed;
    right: 10px;
    top: 45%;
    z-index: 22;
    padding: 4px;
    transition: 0.3s;
    cursor: pointer;
    border-radius: 100px;
    background-color: rgb(255, 255, 255);
}

.contacts-free-content-block-content .header-phone {
    text-transform: uppercase;
    font-size: 1.8rem;
}

.contacts-free-content-block-content .comment-span {
    font-size: 1.5rem;
}

.spinner-button:not(.active):hover {
    transform: scale(1.1) ;
}

.spinner-button.active {
    right: 1%;
    top: 1%;
    height: 98%;
    width: 98%;
    background-color: transparent;
    text-align: center;
}

.spinner-button.active img {
    width: initial;
    height: 100%;
    -webkit-animation-duration: 7s;
    display: inline-block;
    animation-name: exampleRotate;
    animation-duration: 7s;
    animation-iteration-count: 30;
    animation-direction: alternate-reverse;
    animation-timing-function: ease;
    /*background-color: rgba(255, 255, 255, 0.97);*/
    /*border-radius: 100%;*/
    /*box-shadow: 0 0 31px 0px rgba(0, 0, 0, 0.18);*/
}

.bg-spinner {
    display: none;
    z-index: 20;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(255, 255, 255, 0.98);
}

#footer-contact-2 {
    margin-left: -60px
}

.contact {
    padding-top: 1.3%;
    width: 100%;
    text-align: right
}

.logo.home {
    width: 100%;
}
.contact:last-child {
    float: right
}
.contact:first-child {
    float: left
}
.contact span {
    color: white;
    font-size: 0.9em
}
.contact img {
    margin-right: 1%
}
.header-contact {
    text-align: center
}
/*.logo {*/
    /*width: 100%;*/
    /*padding-top: 7%*/
/*}*/
.navigation {
    padding-top: 7%;
    padding-left: 55px
}
.navigation a {
    color: #797979;
    font-size: 1.1em
}
.navigation a:hover {
    color: #e11a2c;
    text-decoration: none
}
#search,
.callback {
    display: inline-block
}
#template-content {
    position: relative
}
#search {
    float: left;
    padding-top: 13%;
    font-size: 0.95em;
    margin-left: -10%
}
/*@media only screen and (max-width: 480px) {*/
    /*#search {*/
        /*margin-left: 0*/
    /*}*/
/*}*/
#search button {
    border: none;
    outline: none;
    background: transparent;
    font-size: 1.5em;
    color: #797979
}
#search button:active {
    color: #e11a2c;
    padding-top: 1%
}
#search-dropdown {
    display: none;
    background-color: white;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 50px;
    width: 400px;
    -webkit-box-shadow: 0px 3px 5px 0px #8d8787;
    -moz-box-shadow: 0px 3px 5px 0px #8d8787;
    box-shadow: 0px 3px 5px 0px #8d8787
}
/*@media only screen and (max-width: 480px) {*/
    /*#search-dropdown {*/
        /*right: 8px*/
    /*}*/
/*}*/
#search-dropdown button {
    float: left;
    margin: 21px 17px 20px 20px;
    border: 0;
    outline: none;
    border-radius: 3px;
    padding: 4px;
    width: 80px;
    color: white;
    background-color: #ff1919
}
#search-dropdown button span {
    padding-left: 5px;
    font-family: Open Sans
}
#search-dropdown input {
    width: 265px;
    border: 1px solid #d5d5d5;
    border-radius: 3px;
    padding: 5px;
    outline: none;
    font-size: 0.9em;
    margin-top: 20px;
    float: left
}
.callback {
    float: right;
    width: 80%;
    padding-top: 4%;
    font-size: 0.8em;
    text-align: center
}
.callback p {
    margin: 13px 0 5px;
    font-size: 0.9em
}
.callback button {
    height: 35px;
    background: #e84b1a;
    border: none;
    outline: none;
    border-radius: 5px;
    text-align: center;
}
.callback button:active {
    background-color: #e11a2c
}
.callback button img {
    padding-top: 1%;
    float: left;
    padding-left: 10%
}
.callback button span {
    color: white
}
#footer {
    position: relative;
    bottom: 0;
    background-color: #0e3655;
    padding-top: 2%
}
#footer .contact {
    text-align: left;
    font-size: 0.9em
}
/*@media only screen and (max-width: 480px) {*/
    /*#footer .contact {*/
        /*text-align: center*/
    /*}*/
/*}*/
.copyright {
    margin-top: 1%;
    padding-top: 1%;
    padding-bottom: 0.5%;
    text-align: center;
    font-size: 0.9em;
    cursor: default
}
.copyright span {
    color: white
}
.contact {
    cursor: default
}
.gallery-header {
    font-family: Roboto Cond;
    padding-bottom: 1.5%
}
.navigation ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    background-color: transparent
}
.navigation ul li {
    float: left;
    display: inline-block;
    color: white;
    text-align: center;
    margin-right: 3%;
    text-decoration: none
}
.navigation ul li a:hover {
    color: #e84b1a
}
.navigation ul li:first-child {
    margin-left: -3%
}
.dropdown-content {
    margin-top: 5%;
    display: none;
    position: absolute;
    z-index: 99999;
    background-color: #f5f5f5;
    min-width: 560px;
    font-size: 0.9em;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2)
}
.dropdown-content div {
    display: inline-block;
    float: left;
    margin: 0;
    padding: 0
}
.dropdown-content a {
    font-family: Open Sans;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
    margin: 0
}
.dropdown-content a:hover {
    background-color: #f1f1f1
}
/*@media only screen and (max-width: 480px) {*/
    /*#footer,*/
    /*#header,*/
    /*#template-content {*/
        /*margin-left: 0*/
    /*}*/
/*}*/
#sidebar {
    min-width: 38px;
    width: 46px;
    height: 100%;
    position: fixed;
    z-index: 100;
    left: 0;
    top: 0;
    background-color: #fff;
    text-align: center;
    border-right: 1px solid #e3e3e3;
    cursor: pointer
}
/*@media only screen and (max-width: 480px) {*/
    /*#sidebar {*/
        /*display: none !important*/
    /*}*/
/*}*/
#sidebar .fa {
    width: 100%;
    text-align: center;
    padding: 7px 5px;
    background-color: #f0f0f0;
    border-bottom: 1px solid #e3e3e3
}
#sidebar i {
    font-size: 2em;
    position: relative;
    z-index: 101
}
#sidebar ul {
    padding: 0;
    list-style: none
}
#sidebar ul a {
    padding: 0;
    margin: 0;
    text-decoration: none;
    outline: none;
    color: #333333
}
.sub-ul {
    position: relative;
    margin-left: -600px
}
#sidebar-closed-first-ico {
    padding-top: 7px
}
.sidebar-closed-ico {
    display: block;
    position: relative;
    z-index: 101;
    padding-top: 7px;
    padding-bottom: 7px
}
.sidebar-closed-ico img {
    width: 65%
}
.sidebar-closed-ico:hover {
    background-color: #bababa
}
#sidebar-btn {
    color: #082555
}
#sidebar-opened-info {
    position: absolute;
    z-index: 111;
    left: -300px
}
#sidebar-opened-info img {
    margin-top: 10px;
    margin-left: 15px;
    width: 70%
}
.sidebar-clicked {
    text-align: left !important
}
.sidebar-clicked #sidebar-title {
    padding-left: 15px;
    font-size: 0.8em;
    font-family: sans-serif
}
.sidebar-clicked:before {
    padding-left: 15px
}
.main-li {
    padding-top: 10px;
    padding-left: 20px;
    padding-bottom: 10px;
    width: 100%;
    text-align: left;
    background-color: transparent;
    font-size: 1em;
    border-bottom: 1px solid #fdeaea
}
.main-li a {
    color: #5c5c5c;
    outline: none;
    text-decoration: none;
    padding-bottom: 15px
}
.main-li:hover {
    background-color: #eaeaea;
    border-left: 3px solid red
}
.main-li:hover .sidebar-hover-arrow {
    display: inline-block !important
}
.main-li img {
    height: 100%;
    width: 7%;
    float: left;
    margin-right: 15px
}
.main-li p {
    margin: 0
}
.sidebar-hover-arrow {
    display: none !important;
    right: 10px;
    font-size: 1.2em !important;
    color: #b5b5b5;
    background: transparent !important;
    float: right;
    margin-top: -20px;
    padding: 0 !important;
    border: none !important
}
#main-div {
    width: 100%;
    position: relative;
    left: -300px;
    z-index: 99
}
.big-sub-ul {
    width: 582px
}
.sub-sub-ul {
    display: inline-block;
    float: left
}
.sub-sub-ul:first-child {
    border-right: 1px solid #dedede
}
.sub-div {
    position: absolute;
    left: 299px;
    top: 0;
    overflow: hidden;
    display: none;
    background-color: #fff;
    z-index: 88;
    border-radius: 0 3px 3px 0;
    border: 1px solid #dcdbdb;
    border-left: 0;
    height: 100%;
    box-shadow: 6px 6px 10px -5px #a0a0a0
}
.sub-li {
    min-width: 290px;
    padding: 10px;
    border-bottom: 1px solid #fdeaea
}
.sub-li:hover {
    background-color: #eaeaea
}
#sidebar-bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 2;
    display: none
}
.blur {
    -webkit-filter: blur(1px);
    -moz-filter: blur(1px);
    -o-filter: blur(1px);
    -ms-filter: blur(1px);
    filter: blur(1px);
    -webkit-transition: 0.3s;
    transition: 0.3s
}
#stickyNav {
    background-color: white;
    display: none;
    width: 100%;
    padding-bottom: 0.2%;
    -webkit-box-shadow: 2px 3px 10px -2px #000;
    -moz-box-shadow: 2px 3px 10px -2px #000;
    box-shadow: 2px 3px 10px -2px #000
}
#stickyNav .navigation {
    margin-left: 10%;
    float: left;
    width: 50%;
    padding-top: 2%
}
#stickyNav img {
    float: left;
    margin-top: 0.6%;
    margin-left: 1%
}
#stickyNav button {
    background-color: #e84b1a;
    outline: none;
    border: none;
    border-radius: 5px;
    height: 35px;
    width: 15%;
    margin-right: 5%;
    margin-top: 1.7%;
    float: right;
    -webkit-box-shadow: 1px 1px 1px 0px #000;
    -moz-box-shadow: 1px 1px 1px 0px #000;
    box-shadow: 1px 1px 1px 0px #000
}
#stickyNav button:active {
    background-color: #d34215
}
#stickyNav button img {
    padding-top: 1%;
    padding-right: 5%;
    padding-left: 5%
}
#stickyNav button span {
    color: white;
    font-family: Open Sans
}
.stick-it {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 3%
}
.modal-title {
    font-family: Roboto Cond;
    width: 65%;
    margin-left: 18%;
    padding-bottom: 2%;
    border-bottom: 3px solid #decbcb
}
.modal-header {
    border: none
}
.callback-modal-form * {
    display: block
}
#callback-form-content,
.callback-modal-form-avatar {
    display: inline-block;
    margin-top: 3%;
    margin-bottom: 3%
}
#callback-form-content {
    width: 65%;
    float: left
}
#callback-form-content button {
    color: white
}
#callback-form-content button:active {
    background-color: #ed6f48
}
.callback-modal-form {
    position: relative;
    top: 0
}
.callback-modal-form input {
    width: 75%;
    border: none;
    border-radius: 5px;
    outline: none;
    height: 40px;
    background-color: #e8e8e8;
    margin-bottom: 10%;
    margin-left: 8%;
    padding-left: 3%
}
.callback-modal-form button {
    height: 40px;
    width: 65%;
    margin-left: 13%;
    border-radius: 5px;
    outline: none;
    border: none;
    background-color: #e84b1a
}
.modal-header button {
    position: relative;
    top: -25px;
    right: -25px;
    width: 40px;
    height: 40px;
    border-radius: 360px;
    outline: none;
    color: white;
    font-weight: 100;
    font-size: 2em;
    opacity: 1;
    background-color: #e84b1a;
    -webkit-box-shadow: 0 0 0 0 #000;
    -moz-box-shadow: 0 0 0 0 #000;
    box-shadow: 0 0 0 0 #000
}
.modal-header button span {
    font-family: Courier New;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease
}
.modal-header button:hover {
    opacity: 1;
    color: white;
    background-color: #ed6f48
}
.close {
    opacity: 1
}
.consult-modal-body {
    margin-top: -10%;
    text-align: center
}
#mobile-menu {
    display: none;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000
}
/*@media only screen and (max-width: 480px) {*/
    /*#mobile-menu {*/
        /*display: block*/
    /*}*/
/*}*/
#mobile-menu-div {
    position: absolute;
    height: 60px;
    width: 100%;
    padding: 5px 5px 5px 15px;
    background-color: white;
    border-bottom: 1px solid #e8e8e8
}
#mobile-menu-div-i {
    color: #bababa;
    float: left;
    margin-top: 8px;
    font-size: 2em
}
#mobile-menu-div-logo {
    width: 40%;
    margin-left: 25px;
    margin-top: 6px
}
#mobile-menu-div-p {
    display: inline-block;
    margin-top: 13px;
    margin-right: 11px;
    float: right
}
#mobile-dropdown-menu {
    position: absolute;
    top: 0;
    width: 84%;
    min-height: 420px;
    padding: 20px;
    left: -360px;
    overflow: hidden;
    background-color: rgba(25, 95, 149, 0.9)
}
#mobile-dropdown-menu a {
    color: white;
    outline: none;
    text-decoration: none
}
.mobile-menu-li {
    width: 100%;
    margin-top: 15px;
    position: relative
}
.mobile-menu-li:active:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    border: 10px solid transparent;
    border-right: 10px solid #e84b1a
}
#mobile-menu-li-services-dropdown {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 0
}
#mobile-menu-li-services-dropdown ul {
    margin-left: 10%
}
#mobile-menu-li-services-dropdown li {
    margin-top: 15px
}
#mobile-menu-li-services-dropdown li:active:after {
    content: "";
    position: absolute;
    right: 0;
    border: 10px solid transparent;
    border-right: 10px solid #e84b1a
}
#galery {
    width: 90%;
    margin-left: 3.8%;
    height: 180px;
    overflow: hidden;
    position: relative
}
#galery-small-content {
    width: 3000px;
    height: 100%
}
.galery-small-content-block {
    position: absolute;
    top: 0;
    width: 260px;
    height: 100%;
    display: inline-block;
    cursor: pointer
}
.galery-small-content-block img {
    width: 100%;
    height: 180px
}
#gallery-fogging-blur {
    background-color: black;
    position: fixed;
    z-index: 5;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    padding: 100px
}
#gallery-view {
    position: fixed;
    z-index: 6;
    top: 4%;
    left: 19%;
    width: 65%;
    height: 70%;
    visibility: hidden
}
#gallery-view img {
    width: 100%;
    height: 100%;
    border-radius: 3px
}
#close-full-gallery,
#next-img-gallery,
#prev-img-gallery {
    visibility: hidden
}
#close-full-gallery {
    position: fixed;
    z-index: 6;
    background: none;
    outline: none;
    border: none;
    right: 3%;
    color: white;
    top: 2%;
    font-size: 2.5em
}
#prev-img-gallery {
    position: fixed;
    z-index: 6;
    background: none;
    outline: none;
    border: none;
    left: 5%;
    top: 28%;
    font-size: 5em;
    color: white
}
#next-img-gallery {
    position: fixed;
    z-index: 6;
    background: none;
    outline: none;
    border: none;
    right: 2%;
    top: 28%;
    font-size: 5em;
    color: white
}
.posrel {
    position: relative;
    padding-left: 5%
}
#next-img-small-gallery,
#prev-img-small-gallery {
    position: absolute;
    top: 27%;
    border: none;
    background: none;
    outline: none;
    font-size: 3em
}
#next-img-small-gallery {
    right: 2%
}
#prev-img-small-gallery {
    left: 2%
}
#gallery-view-full-img {
    width: 100%;
    height: 100%
}
#gallery-view-preview {
    position: relative;
    width: 99%;
    visibility: hidden;
    overflow: hidden;
    height: 100%
}
#preview-imgs {
    width: 100%;
    height: 80%
}
#preview-imgs .galery-small-content-block {
    margin-top: 2%;
    width: 23%;
    height: 30%;
    margin-left: 10px
}
#preview-pick-out {
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 3px;
    -webkit-box-shadow: 0 0 13px 0 rgba(255, 255, 255, 0.9);
    -moz-box-shadow: 0 0 13px 0 rgba(255, 255, 255, 0.9);
    box-shadow: 0 0 13px 0 rgba(255, 255, 255, 0.9)
}
/*.owl-item {*/
    /*height: 180px;*/
    /*position: relative*/
/*}*/
/*.owl-item img {*/
    /*position: absolute;*/
    /*top: 50%;*/
    /*left: 50%;*/
    /*transform: translate(-50%, -50%);*/
    /*display: block;*/
    /*max-width: 100%;*/
    /*height: auto*/
/*}*/
/*.owl-carousel {*/
    /*max-width: 100%;*/
    /*height: auto;*/
    /*vertical-align: middle;*/
    /*border: 0*/
/*}*/
.eldorado {
    padding-top: 10px
}
.first {
    background-image: url("/Images/Champ/background-first.png");
    background-size: 100%;
    background-repeat: no-repeat;
    text-align: center
}
@media only screen and (max-width: 480px) {
    .first {
        background: none
    }
}
.first-section-text {
    padding-top: 5%;
    color: white
}
/*@media only screen and (max-width: 480px) {*/
    /*.first-section-text {*/
        /*display: none*/
    /*}*/
/*}*/
.first-section-text h1 {
    font-family: Roboto Cond
}
.btns {
    padding-top: 5%;
    padding-bottom: 18.5%
}
@media only screen and (max-width: 480px) {
    .btns {
        background-color: #00b9d6;
        padding-top: 90px;
        padding-bottom: 3%
    }
}
.btns button {
    width: 136px;
    color: #ffffff;
    background-color: #FF5722;
    border: 0 solid #09acc5;
    border-radius: 5px;
    padding: 8px 10px
}
/*@media only screen and (max-width: 480px) {*/
    /*#subscribe_btn {*/
        /*width: 100%*/
    /*}*/
/*}*/
#sign-up {
    background-color: #06a2bb
}
.service-row {
    margin-top: 3%
}
.service-row:last-child {
    padding-bottom: 5%
}
.services-header {
    text-align: center
}
.services-header h2 {
    font-family: Roboto Bold Cond
}
.services-header h5 {
    margin-top: 0;
    line-height: 1.5;
    font-family: Open Sans Regular;
    font-size: 1.6rem;
}
.serviceBlock {
    width: 100%;
    position: relative
}
/*@media only screen and (max-width: 480px) {*/
    /*.serviceBlock {*/
        /*width: auto*/
    /*}*/
/*}*/
.serviceBlock:hover .service-line {
    background-color: #e84b1a
}
.serviceBlock:hover .service-text {
    visibility: visible;
    opacity: 1
}
.serviceBlock a {
    color: black;
    text-decoration: none
}
.service-text {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s, opacity 0.2s ease-in;
    -moz-transition: visibility 0s, opacity 0.2s ease-in;
    -o-transition: visibility 0s, opacity 0.2s ease-in;
    transition: visibility 0s, opacity 0.2s ease-in;
    width: 300px;
    text-align: center;
    left: -53px;
    top: 170px;
    font-size: 0.9em;
    background-color: white;
    z-index: 22;
    border-radius: 8px;
    border: 1px solid #bababa
}
/*@media only screen and (max-width: 480px) {*/
    /*.service-text {*/
        /*left: 22px;*/
        /*top: 195px*/
    /*}*/
/*}*/
.service-text:before {
    content: "";
    position: absolute;
    top: -20px;
    border: 10px solid transparent;
    border-bottom: 10px solid #bababa;
    left: 132px
}
#problem_st {
    right: 50px
}
.service-block-header {
    text-align: center;
    margin-top: 10%;
    margin-bottom: 5%;
    font-family: Roboto Bold Cond;
    color: #717171;
}
.service-block-header h5 {
    font-size: 2.5rem !important;
}
.service-block-header-big {}@media only screen and (max-width: 480px) {
    .service-block-header-big {
        width: auto
    }
}
.service-ico {
    text-align: center
}
.service-line {
    -webkit-transition: 0.3s ease 0s;
    -moz-transition: 0.3s ease 0s;
    -o-transition: 0.3s ease 0s;
    transition: 0.3s ease 0s;
    background-color: #e8e8e8;
    margin-left: 35%;
    margin-top: 5%;
    margin-bottom: 5%;
    border-radius: 25px;
    width: 30%;
    height: 5px
}
.header-h1 {
    font-size: 4rem;
    font-family: Roboto Bold Cond;
    text-transform: uppercase;
    color: #fff;
}
.header-p {
    color: #fff;
    padding-top: 30px;
}
.content-text {
    font-family: Roboto Regular;
    color: #636363;
}

.content-text .strong-head {
    font-family: Roboto Bold Cond;
    font-size: 3rem;
    color: #616161;
    margin: 0 0 30px 0;
    display: block;
}

.menu-content-right .image-square {
    width: 100%;
    padding: 20px;
    text-align: center;
    margin: 5px 5px 20px 5px;
    border: 4px dashed #e6e6e6;
    display: block;
}

.menu-content-right .menu-right-div strong {
    display: block;
    background-color: #FFEB3B;
    color: #8c7e00;
    margin-bottom: 20px;
    padding: 10px 20px;
    font-size: 1.8rem;
    text-transform: uppercase;
    font-family: Roboto Bold Cond;
}

.price-from-content {
    color: #00BCD4;
    font-family: Roboto Bold Cond;
    font-size: 2.8rem;
    padding: 0px 20px;
    display: block;
}

.menu-content-right button {
    padding: 10px 20px;
    border: 0;
    width: 100%;
    text-align: left;
    font-family: Roboto Bold Cond;
    color: #fff;
    border-bottom: 5px solid #c53a0e;
    text-transform: uppercase;
    background-color: #FF5722;
    transition: 0.3s;
}

.menu-content-right button:hover {
    background-color: #ff6d3f;
    border-bottom: 5px solid #d2471b;
}

.menu-content-right button i,
.menu-content-right strong i {
    margin-right: 10px;
}

.menu-content-right a {
    text-decoration: none;
    padding: 5px;
    display: block;
    font-family: Roboto Bold Cond;
    color: #8a8a8a;
    transition: 0.1s;
}

.menu-content-right a:hover,
.menu-content-right a.active {
    color: #00BCD4; 
}

.menu-right-div {
    background-color: #fdfdfd;
    padding: 15px;
    margin: 5px;
    box-shadow: -9px 0px 16px -6px rgba(0, 0, 0, 0.1);
}

.consultation,
.why-us {
    position: relative;
    padding: 30px 0;
}
.why-we {
    background: #f2f2f2;
    background: -moz-linear-gradient(top, #f2f2f2 0%, #ffffff 100%);
    background: -webkit-linear-gradient(top, #f2f2f2 0%,#ffffff 100%);
    background: linear-gradient(to bottom, #f2f2f2 0%,#ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#ffffff',GradientType=0 );
    position: relative;
}
/*@media only screen and (max-width: 480px) {*/
    /*.why-we {*/
        /*background: none;*/
        /*background-color: #082860*/
    /*}*/
/*}*/
.why-we-header {
    text-align: center;
    padding-top: 1%
}
.why-we h2 {
    color: #525252;
    font-family: Roboto Bold Cond;
    font-size: 4rem;
    text-align: center;
}
.why-we-list {
    padding-top: 2%;
    padding-bottom: 2.5%
}
.why-we-list ul {
    list-style-type: none;
    padding-left: 0
}
.why-we-list ul li {
    margin-top: 26px;
    width: 24%;
    display: inline-block;
    padding: 20px 0;
    text-align: center;
}
.why-we-list ul li i {
    font-size: 6rem;
    color: #525252;
    margin: 18px 0;
}
.why-we-list ul li span {
    color: #525252;
    display: block;
    font-family: Roboto Bold Cond;
}
#why-we-ul li img {
    width: 30px;
    height: 30px;
    object-fit: contain;
    margin-right: 10px;
    vertical-align: top;
    margin-top: -7px;
}
.consultation-header h2 {
    font-family: Roboto Bold Cond;
    font-size: 4rem;
    text-align: center !important;
    color: #525252;
}
.consultation-header p {
    text-align: center !important;
    line-height: 1.5;
    font-family: Open Sans Regular;
}
.consult-form {
    padding: 20px 0;
    font-family: Roboto Bold Cond;
}
.consult-form input {
    width: 100%;
    /* border-radius: 3px; */
    outline: none;
    border: 1px solid #eaeaea;
    height: 40px;
    background-color: #ffffff;
    padding-left: 10px;
}
.consult-form button {
    background-color: #e84b1a;
    border: none;
    outline: none;
    border-radius: 3px;
    color: white;
    margin-top: 19px;
    font-size: 1em;
    height: 35px;
}
.consult-form button:active {
    background-color: #e11a2c
}
#why-we-ul {
    margin-bottom: 60px;
}
.why-us {
    background-color: #00b9d5;
    padding: 30px 0;
    margin: 40px 0;
    overflow: hidden;
    width: 100%;
}
#bot-why-us-bg,
#top-why-us-bg {
    width: 100%;
    position: absolute;
    left: 0
}
#bot-why-us-bg {
    bottom: 0
}
#top-why-us-bg {
    top: 0
}
.why-us-header {
    color: white;
    font-family: Roboto Bold Cond;
    padding-bottom: 0
}
.why-us-header h2 {
    margin-top: 30px;
    font-family: Roboto Bold Cond;
    font-size: 4rem;
}
.why-us-number {
    color: #FFEB3B;
    font-family: Roboto Bold Cond;
    font-size: 3.5em
}
.why-us-block {
    padding: 20px 0;
}
.why-us-text {
    color: white;
    font-family: Roboto Bold Cond;
}
.why-us-text h3 {
    font-size: 3rem;
}
.why-us-content {
    padding-bottom: 3%
}
.reviews {
    position: relative
}
.reviews-header {
    padding-bottom: 3%;
    padding-top: 1%;
    font-family: Roboto Bold Cond;
}
.review-header {
    margin-bottom: 5%
}
.review-header h4 {
    color: #e84b1a;
    font-family: Roboto Bold Cond;
    margin: 0
}
.review-text p {
    font-size: 0.9em
}
#review-center-block {
    padding-left: 13%;
    padding-right: 13%
}
.review-ico {
    display: inline-block;
    border: 10px solid #f5f5f5;
    border-radius: 360px;
    width: 170px;
    height: 170px;
    overflow: hidden
}
.review-ico img {
    margin-top: 1%;
    margin-left: -39%
}
#review-ico-1 {
    margin-left: -10px
}
#review-ico-3 {
    margin-top: -9px;
    margin-left: -27px
}
.review-nav-btn {
    outline: none;
    background-color: transparent;
    border: none;
    margin-top: 60%
}
.next-btn button {
    -webkit-transition: padding-left 0.09s linear 0s;
    -moz-transition: padding-left 0.09s linear 0s;
    -o-transition: padding-left 0.09s linear 0s;
    transition: padding-left 0.09s linear 0s
}
@media only screen and (max-width: 480px) {
    .next-btn {
        display: none
    }
}
.next-btn button:active {
    padding-left: 20%
}
.prev-btn button {
    -webkit-transition: padding-right 0.09s linear 0s;
    -moz-transition: padding-right 0.09s linear 0s;
    -o-transition: padding-right 0.09s linear 0s;
    transition: padding-right 0.09s linear 0s
}
@media only screen and (max-width: 480px) {
    .prev-btn {
        display: none
    }
}
.prev-btn button:active {
    padding-right: 20%
}
@media only screen and (max-width: 480px) {
    #send-review-btn {
        width: 100%
    }
}
.send-review-btn button {
    text-align: center;
    background-color: #e84b1a;
    border: none;
    outline: none;
    border-radius: 3px;
    height: 30px;
    width: 13%;
    margin-bottom: 2%;
    margin-top: 2%
}
.send-review-btn button:active {
    background-color: #e11a2c
}
.send-review-btn button span {
    color: white
}
.send-review-btn button img {
    float: left;
    padding-top: 2%;
    padding-left: 3%
}
.subscribe {
    position: relative;
    margin: 30px 50px;
    padding: 50px 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f2f2f2+0,ffffff+100 */
    background: #f2f2f2; /* Old browsers */
    background: -moz-linear-gradient(top, #f2f2f2 0%, #ffffff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #f2f2f2 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #f2f2f2 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
@media only screen and (max-width: 480px) {
    .subscribe {
        background: none;
        background-color: #72a8d7
    }
}
#subscribe-laptop {
    position: absolute;
    bottom: 5%;
    left: 10%
}
@media only screen and (max-width: 480px) {
    #subscribe-laptop {
        display: none
    }
}
.subscribe-form {
    padding-bottom: 8%
}
.subscribe-form button {
    margin-top: 20px;
    outline: none;
    border: none;
    background-color: #e84b1a;
    border-radius: 3px;
    height: 40px;
    padding: 8px 20px;
    color: white;
}
.subscribe-form button:active {
    background-color: #e11a2c
}
.subscribe-form button img {
    float: left;
    padding-top: 2%;
    padding-left: 3%;
    margin-right: 1%
}
.subscribe-form input {
    width: 60%;
    height: 40px;
    padding-left: 2%;
    border: 3px solid #e4e4e4;
    outline: none;
    font-size: 1em;
}
@media only screen and (max-width: 480px) {
    .subscribe-form input {
        width: 100%
    }
}
.subscribe-header {
    font-family: Roboto Bold Cond;
    font-size: 1.9rem;
    padding-bottom: 30px;
    padding-top: 10px;
    color: #888888;
    height: 100%
}
.subscribe-header h3 {
    font-family: Roboto Bold Cond;
    font-size: 3rem;
}
.work-with-header h2 {
    font-family: Roboto Bold Cond;
    margin-bottom: 40px;
    font-size: 4rem;
    color: #525252;
}
#map {
    width: 100%
}
#why-we-idea {
    position: absolute;
    top: 12%;
    right: 5%
}
@media only screen and (max-width: 480px) {
    #why-we-idea {
        display: none
    }
}
.contacts-main-header {
    position: relative;
    background-size: 100%;
    background-repeat: no-repeat;
    width: 100%;
    box-shadow: 0 4px 5px 0 #dedede
}
@media only screen and (max-width: 480px) {
    .contacts-main-header {
        background: none;
        background-color: #00c3df
    }
}
@media only screen and (max-width: 480px) {
    #contacts-consult-comment {
        width: 100%
    }
}
@media only screen and (max-width: 480px) {
    #contacts-consult-btn {
        width: 100%;
        margin-bottom: 10%
    }
}
.contact-links-path {
    padding-top: 2%;
    height: 100%;
    padding-bottom: 1%;
    color: white
}
@media only screen and (max-width: 480px) {
    .contact-links-path {
        display: none
    }
}
.contact-links-path a {
    color: white;
    font-family: Roboto Cond
}
.contact-links-path .contact-links-path-ico,
.contact-links-path .contact-links-path-links {
    display: inline-block
}
.contact-links-path .contact-links-path-ico {
    float: left
}
.contact-links-path .contact-links-path-links {
    height: 100%;
    margin-top: 1%;
    margin-left: 1%
}
.contact-page-header {
    color: white;
    padding-bottom: 3%
}
@media only screen and (max-width: 480px) {
    .contact-page-header {
        margin-top: 70px
    }
}
.contact-page-header span {
    font-size: 1.2em;
    font-family: Open Sans
}
.contact-page-header h2 {
    margin-top: 0;
    color: white;
    font-family: Roboto Cond;
    display: inline-block
}
@media only screen and (max-width: 480px) {
    #contact-page-header-img {
        max-width: 70%;
    }
}
.contacts-free-consult-header h3 {
    font-family: Roboto Bold Cond
}
.contacts-free-consult-our-contacts-header {
    position: relative;
    bottom: 0
}
.contacts-free-consult-our-contacts-header h4 {
    display: inline-block
}
.contacts-free-form {
    padding-top: 30px;
}
.contacts-free-form p {
  font-family: Roboto Bold Cond;
  color: #5f5f5f;
}
.contacts-free-form input {
  padding-left: 10px;
  width: 100%;
  border: 1px solid #d2d2d2;
  height: 40px;
  background-color: #fff;
  margin-bottom: 10px;
  font-family: Roboto Bold Cond;
}
.contacts-free-form button {
  border: none;
  background-color: #FFEB3B;
  color: #444444;
    padding: 10px 13px;
  outline: none;
  font-family: Roboto Bold Cond;
  text-transform: uppercase;
  margin-top: 30px;
}
.contacts-free-form button:active {
    background-color: #e11a2c
}
.contacts-free-form textarea {
  padding-left: 3%;
  width: 100%;
  background-color: #fff;
  border: 1px solid #d2d2d2;
  font-family: Roboto Bold Cond;
  resize: none
}
.services-icon {
    text-align: center;
    padding: 27px;
    border: 2px dashed #d9dee0;
    border-radius: 100px;
    cursor: pointer;
}
.contain-div img {
    max-width: 100%;
}
.services-icon:hover {
    transform: rotate(360deg);
    transition: 4s;
}
.services-icon:hover img {
    transform: rotate(-720deg);
}
.services-div.padding {
    /*background-color: #ffeb3b;*/
    padding: 30px;
    border-radius: 10px;
}

.services-div.padding .col-md-3.active .services-icon {
    border: 2px dashed #00bcd4;
}

.services-div.padding .col-md-3.active strong {
    color: #00BCD4;
}

.services-div.padding a {
    text-decoration: none;
}

.services-div.padding .col-md-2 {
    margin-bottom: 30px;
}
.services-header-big h2 {
    color: #d9dee0;
    font-size: 4rem;
    font-family: Roboto Bold Cond;
    text-align: center;
}
.services-div.padding strong {
    text-transform: uppercase;
    color: #d9dee0;
    display: block;
    margin-top: 20px;
    font-size: 2rem;
    font-family: Roboto Bold Cond;
}
.services-icon img {
    height: 100px;
    object-fit: contain;
    transition: 2s;
}
.contacts-free-content-contact {
    margin-top: -1.5%
}
.contacts-free-content-block-header * {
    display: inline-block
}
.contacts-free-content-block-header img {
    float: left
}
.contacts-free-content-block-header h4 {
    padding-left: 7%;
    margin-top: 1%;
    color: #81d4fa
}
.contacts-free-content-block-header-line {
    width: 90%;
    height: 3px;
    background-color: #8ecdf6;
    border-radius: 360px
}
.contacts-free-content-block-content {
    font-family: Roboto Bold Cond
}
.contacts-free-content-block-content p {
    margin-left: 10px;
    margin-top: 20px;
    line-height: 1.7;
    margin-bottom: 30px;
}
.about-us-subscribe-header {
    margin-top: 8%
}
.about-us-subscribe-header h3 {
    font-family: Roboto Bold Cond
}
.about-us-page-header {
    font-family: Roboto Bold Cond;
    margin-top: 30px;
}
.about-us-page-content {
    padding: 20px 0
}
.about-us-page-content p {
    font-size: 1em;
    margin-top: 0;
    text-align: left
}
.about-us-page-content row {
    margin-top: 0
}
.about-us-page-content-offset {
    padding-left: 40px
}
.about-us-subscribe-form {
    margin-top: 5%;
    margin-bottom: 10%
}
.about-us-subscribe-form input {
    background-color: #ffffff;
    border: 1px solid #e4e4e4;
    /* border-radius: 5px; */
    height: 40px;
    padding-left: 10px;
    width: 55%;
    outline: none;
}
@media only screen and (max-width: 480px) {
    .about-us-subscribe-form input {
        width: 100%;
        margin-bottom: 5%
    }
}
.about-us-subscribe-form input::-moz-placeholder {
    color: black
}
.about-us-subscribe-form input::-webkit-input-placeholder {
    color: black
}
.about-us-subscribe-form input:-moz-placeholder {
    color: black
}
.about-us-subscribe-form input:-ms-input-placeholder {
    color: black
}
.about-us-subscribe-form input:-webkit-input-placeholder {
    color: black
}
.about-us-subscribe-form input:input-placeholder {
    color: black
}
.about-us-subscribe-form button {
    background-color: #f44336;
    height: 40px;
    outline: none;
    border: none;
    width: 30%;
    color: white
}
@media only screen and (max-width: 480px) {
    .about-us-subscribe-form button {
        margin-bottom: 5%
    }
}
.about-us-subscribe-form button:active {
    background-color: #e11a2c
}
#why-we-idea-2 {
    position: absolute;
    top: 26%;
    left: 7%;
    width: 30%
}
@media only screen and (max-width: 480px) {
    #why-we-idea-2 {
        display: none
    }
}
.polygraph-product-type-header {
    font-family: Roboto Cond;
    text-align: center;
    margin-top: 2%;
    margin-bottom: 2%
}
#polygraph-page-header-img {
    width: 24%;
    position: absolute;
    top: -3%;
    right: 6.5%
}
.polygraph-product-type-content {
    margin-bottom: 5%
}
.polygraph-product-type-block {
    position: relative;
    border-radius: 3px;
    -webkit-transition: background-color 0.3s ease 0s;
    -moz-transition: background-color 0.3s ease 0s;
    -o-transition: background-color 0.3s ease 0s;
    transition: background-color 0.3s ease 0s
}
.polygraph-product-type-block p {
    text-align: center;
    color: black;
    font-family: Roboto Cond;
    font-size: 1em
}
.dropdown-polygraph {
    padding-top: 15px;
    padding-bottom: 15px;
    position: absolute;
    top: 80px;
    background-color: white;
    border: 1px solid #bababa;
    border-radius: 8px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s, opacity 0.2s ease-in;
    -moz-transition: visibility 0s, opacity 0.2s ease-in;
    -o-transition: visibility 0s, opacity 0.2s ease-in;
    transition: visibility 0s, opacity 0.2s ease-in;
    padding-left: 25px;
    width: 300px;
    z-index: 5;
    margin-bottom: 10px
}
.sub {
    margin-top: 10px
}
.sub:first-child {
    margin-top: 0
}
.sub a {
    color: #e84b1a
}
.sub:hover:after {
    content: "";
    position: absolute;
    right: 0;
    border: 7px solid transparent;
    border-right: 5px solid #bababa
}
.polygraphBlock {
    position: relative
}
@media only screen and (max-width: 480px) {
    .polygraphBlock {
        margin-left: 10%
    }
}
.polygraphBlock:hover .dropdown-polygraph {
    visibility: visible;
    opacity: 1
}
.polygraph-what-we-do {
    position: relative;
    background-color: #00b9d5;
    padding: 30px 0 40px
}
.polygraph-what-we-do p {
    margin-top: 0;
    font-size: 1em;
    line-height: 1.5;
    color: white
}
#bot-what-we-do-bg {
    position: absolute;
    bottom: 0;
    width: 100%
}
#top-what-we-do-bg {
    position: absolute;
    top: 0;
    width: 100%
}
#polygraph-consult-header h2 {
    padding-top: 1%;
    font-family: Roboto Cond
}
.polygraph-consult-form {
    margin-top: 4%
}
.polygraph-consult-form p {
    text-align: center;
    margin-left: -55%
}
.polygraph-consult-form input {
    width: 100%;
    padding-top: 1%;
    padding-bottom: 2%;
    padding-left: 2%;
    border-radius: 5px;
    border: 1px solid #bababa;
    outline: none;
    background-color: #f5f5f5
}
.polygraph-consult-form button {
    border: none;
    height: 30px;
    border-radius: 5px;
    outline: none;
    background-color: #e84b1a;
    margin-top: 2%;
    margin-bottom: 4%;
    font-size: 0.9em;
    color: white;
    -webkit-box-shadow: 1px 1px 1px 0px #000;
    -moz-box-shadow: 1px 1px 1px 0px #000;
    box-shadow: 1px 1px 1px 0px #000
}
.polygraph-consult-form button:active {
    background-color: #e11a2c
}
.our-portfolio-header {
    margin-bottom: 3%;
    margin-top: 3%
}
.our-portfolio-header h3 {
    font-family: Roboto Cond
}
.our-portfolio-content-block {
    width: 100%;
    border-radius: 4px;
    background-color: #e84b1a;
    height: 100px;
    -webkit-transition: background-color 0.3s linear 0s;
    -moz-transition: background-color 0.3s linear 0s;
    -o-transition: background-color 0.3s linear 0s;
    transition: background-color 0.3s linear 0s
}
@media only screen and (max-width: 480px) {
    .our-portfolio-content-block {
        margin-top: 20px
    }
}
.our-portfolio-content-block:hover {
    cursor: pointer;
    background-color: white
}
.our-portfolio-content-block:hover h5 {
    color: black;
    font-family: Roboto Cond
}
.our-portfolio-content-block-ico {
    text-align: center;
    padding-top: 5%;
    height: 65%
}
.our-portfolio-content-block-title {
    text-align: center;
    height: 20%
}
.our-portfolio-content-block-title h5 {
    color: white;
    -webkit-transition: color 0.8s linear 0s;
    -moz-transition: color 0.8s linear 0s;
    -o-transition: color 0.8s linear 0s;
    transition: color 0.8s linear 0s
}
#non-standtart-block {
    width: 110%
}
@media only screen and (max-width: 480px) {
    #non-standtart-block {
        width: 100%
    }
}
.our-portfolio-content {
    margin-bottom: 5%
}
.our-portfolio-content:last-child {
    margin-bottom: 1.5%
}
.portfolio-last-added-works {
    padding-top: 2%;
    padding-bottom: 4%;
    background-color: #d6d6d6;
    position: relative
}
#portfolio-last-add-top {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0
}
#portfolio-last-add-bot {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0
}
.uk-slidenav-next::before,
.uk-slidenav-previous::before {
    content: "";
    font-family: Open Sans
}
.uk-slidenav-next img,
.uk-slidenav-previous img {
    -webkit-transition: all 0.1s ease 0s;
    -moz-transition: all 0.1s ease 0s;
    -o-transition: all 0.1s ease 0s;
    transition: all 0.1s ease 0s
}
.uk-slidenav-next {
    right: -5% !important
}
@media only screen and (max-width: 480px) {
    .uk-slidenav-next {
        margin-right: -19px
    }
}
.uk-slidenav-next:active img {
    margin-left: 20%
}
.uk-slidenav-previous {
    left: -5% !important
}
@media only screen and (max-width: 480px) {
    .uk-slidenav-previous {
        margin-left: -45px
    }
}
.uk-slidenav-previous:active img {
    margin-right: 20%
}
.uk-slidenav {
    display: block !important
}
#cutaway-main-header-span {
    font-size: 1em !important
}
.cutaway-print-header {
    font-family: Roboto Cond;
    padding-bottom: 2%
}
.cutaway-print-block {
    margin-left: 9.5%;
    position: relative;
    width: 80%;
    border-radius: 5px;
    background-color: #e8e8e8;
    padding-top: 5%;
    height: 85px;
    margin-bottom: 7%;
    text-align: left;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease
}
.cutaway-print-block div {
    display: inline-block
}
.cutaway-print-block .cutaway-block-ico {
    padding-left: 5%;
    float: left;
    width: 24%
}
.cutaway-print-block .cutaway-block-ico img {
    width: 100%
}
.cutaway-print-block .cutaway-block-ico #double-big-180 {
    width: 135%;
    padding-top: 15%
}
.cutaway-print-block .cutaway-block-title {
    padding-top: 5%;
    width: 75%
}
.cutaway-print-block .cutaway-block-title p {
    padding-left: 9%;
    margin: 0;
    font-size: 1em
}
.cutaway-print-block .cutaway-block-title #double-big-180-p {
    margin-top: -5%;
    padding-left: 20%
}
.cutaway-print-block .cutaway-block-title #double-big-90 {
    margin-top: -5%;
    padding-left: 13%
}
.cutaway-print-block:hover {
    cursor: pointer;
    background-color: #f5f5f5
}
.cutawayAjax-header {
    font-family: Roboto Cond;
    padding-bottom: 1.2%
}
.cutawayAjax-content-block {
    width: 100%;
    margin-bottom: 1.2%
}
.cutawayAjax-title {
    color: white;
    font-family: Roboto Cond;
    background-color: #81d4fa;
    border-radius: 5px;
    font-size: 1.2em;
    padding-top: 0.5%;
    padding-bottom: 0.5%
}
.cutawayAjax-title button {
    border: none;
    background: none;
    outline: none
}
.cutawayAjax-title button img {
    -webkit-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease
}
.cutawayAjax-title button:active img {
    -moz-transform: scale(1.1, 1.1) rotate(180deg);
    -ms-transform: scale(1.1, 1.1) rotate(180deg);
    -webkit-transform: scale(1.1, 1.1) rotate(180deg);
    -o-transform: scale(1.1, 1.1) rotate(180deg);
    transform: scale(1.1, 1.1) rotate(180deg)
}
.cutawayAjax-block-data_row {
    border-radius: 5px
}
.cutawayAjax-block-data_row p {
    display: inline-block;
    width: 9.5%;
    padding: 0;
    margin-top: 1%;
    margin-bottom: 1%
}
.cutawayAjax-block-data_row:hover {
    background-color: #eee
}
.cutawayAjax-block-data_row:last-child {
    border-bottom: 3px solid #dddbdb
}
#work-with-us {
    margin-top: 70px;
    margin-bottom: 120px;
}
#work-with-us img {
    height: 50px;
    object-fit: contain;
    width: 90%;
}
.over-hidden {
    overflow: hidden;
}
.logo {
    position: relative;
    z-index: 2;
    /* -webkit-animation-name: example; */
    -webkit-animation-duration: 2s;
    /* animation-name: example; */
    animation-duration: 2s;
    animation-iteration-count: 300;
    animation-direction: reverse;
    animation-timing-function: linear;
    width: 80px;
    float: left;
    margin-top: 25px;
}
#logo-anim {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 64px;
    height: 64px;
    margin-top: -7px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
#logo-anim .logo-p {
    background: url(/Images/Champ/Logo-last-w-parent-03.svg) no-repeat center center;
    background-size: contain;
    width: 64px;
    height: 64px;
    -webkit-animation-duration: 4s;
    animation-name: example3;
    animation-duration: 4s;
    animation-iteration-count: 300;
    animation-direction: reverse;
    animation-timing-function: linear;
}
#logo-anim .logo-c {
    background: url(/Images/Champ/Logo-last-w-child-03.svg) no-repeat center center;
    background-size: contain;
    width: 64px;
    height: 64px;
    -webkit-animation-duration: 4s;
    animation-name: example2;
    animation-duration: 4s;
    animation-iteration-count: 300;
    animation-direction: reverse;
    animation-timing-function: linear;
}
#logo-anim .logo-p, #logo-anim .logo-c {
    position: absolute;
    left: 0;
    top: 0;
}
.info-price {
    display: block;
    padding: 10px;
    font-family: Roboto Bold Cond;
    color: #5f5f5f;
    font-size: 2rem;
}
.review-one .name {
    font-size: 2.5rem;
    margin-bottom: 20px;
}
.review-one img {
    border-radius: 300px;
    border: 2px dashed #313131;
}
.review-one {
    text-align: center;
    background-color: #f9f9f9;
    padding: 20px 10px;
    color: #333;
    font-family: Roboto Bold Cond;
    margin-bottom: 25px;
}
/*.review-one .img {*/
    /*float: left;*/
/*}*/
.review-one .smile-block {
    display: inline-block;
    padding: 10px 14px;
    border-radius: 100px;
    line-height: 0px;
    font-size: 3rem;
}
.review-one .name,
.review-one .desc,
.review-one .position {
    display: block;
    text-align: center;
}
.based-p {
    padding: 10px;
    font-size: 1.5rem;
    background-color: #00BCD4;
    font-family: Roboto Bold Cond;
    color: #fff;
}
.based-p i {
    margin-right: 10px;
}

.table-shell {
    height: 270px;
    overflow: hidden;
    position: relative;
    margin: 20px 0;
}

.table-shell.active {
    height: initial;
}

.table-shell:after {
    content: " ";
    position: absolute;
    bottom: 0px;
    left: 0;
    box-shadow: 0 0 17px 12px rgb(255, 255, 255);
    display: block;
    width: 100%;
    height: 16px;
    border-bottom: 1px solid #f7f7f7;
}

.table-shell th {
    font-family: Roboto Bold Cond;
}

.clients-logo img {
    width: 100%;
    height: 200px;
    object-fit: contain;
    object-position: center center;
}

.img-port {
    width: 25%;
    display: inline-block;
    position: relative;
    overflow: hidden;
    border: 4px solid #fff;
    border-bottom: 0;
    border-top: 0;
    cursor: pointer;
}

.img-port img {
    width: 100%;
    height: 150px;
    object-position: center center;
    object-fit: cover;
    transition: 0.3s;
}

.img-port:hover:after {
    opacity: 0;
}

.img-port:hover img {
    transform: scale(1.2);
}

.img-port:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    /*margin: 2%;*/
    background-color: rgba(255, 255, 255, 0.3);
    transition: 0.3s;
}

.show-all-price {
    float: right;
    cursor: pointer;
    margin: 10px 0;
}

.filter-price-btn {
    margin-top: -2px;
    vertical-align: top;
}

.modal-new-order-polygraph {
    box-shadow: 0px 0px 26px 0px rgba(0, 0, 0, 0.12);
    background-color: #fff;
    position: fixed;
    max-height: 90%;
    width: 40%;
    left: 30%;
    top: 5%;
    z-index: 9999;
    padding: 20px;
    overflow: auto;
    display: none;
}

.modal-bg-order {
    position: fixed;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background-color: rgba(255, 255, 255, 0.88);
    z-index: 9998;
    display: none;
}

@media only screen and (max-width: 900px) {
    .mobile-hide {
        display: none;
    }
    #cloud-top {
        background-size: 140%, cover;
        background-position: center 100%, center center;
        height: 700px;
    }
    #foot {
        height: 620px;
        background-size: 137%, cover;
    }
    .block-cont {
        margin-top: 340px;
    }
    section.services,
    .contain-div,
    .aboutUsContent,
    .contacts-free-consult,
    .services-header-big {
        margin-top: -100px;
    }
    .menu-ul {
        margin: 0;
        /*display: inline-block;*/
        display: none;
        position: fixed;
        left: 0;
        top: 0;
        padding: 10px;
        width: 100%;
        background-color: #3e3e3e;
        text-align: left;
        z-index: 3;
        height: 100%;
        overflow: auto;
    }
    .menu-ul li {
        display: block;
        margin: 4px 0;
    }
    .menu-ul li ul {
        display: block;
        position: relative;
        padding: 10px 0 !important;
        width: initial !important;
    }
    .menu-ul li ul a {
        background-color: transparent !important;
        color: #fff !important;
        padding-left: 30px;
    }
    .menu-ul li a {
        display: inline-block;
    }
    .bar-button {
        position: absolute;
        left: 25px;
        display: inline-block;
        top: 15px;
        border: 2px solid #fff;
        background-color: #fff;
        color: #6bb1e0;
        padding: 5px 10px;
        border-radius: 100px;
        margin-left: 3px;
        width: 42px;
        font-size: 2rem;
    }
    .bar-close-button {
        position: absolute;
        right: 20px;
        display: inline-block;
        top: 15px;
        border: 2px solid #fff;
        background-color: #fff;
        color: #3e3e3e;
        padding: 5px 10px;
        border-radius: 100px;
        margin-left: 3px;
        width: 42px;
        font-size: 2rem;
    }
    #foot img {
        display: none;
    }
    #bot-why-us-bg,
    #top-why-us-bg {
        width: 300%;
        position: absolute;
        left: 0
    }
    .services-icon {
        padding: 17px 27px;
        border-radius: 0;
    }
}body {
    font-size: 16px;
    cursor: default;
    /*display: none;*/
    font-family: Roboto Cond;
    /*transform: translateY(200px);*/
    /*transition: 1s;*/
    /*transform-origin: 0 0;*/
    /*backface-visibility: hidden;*/
}
body.show {
    /*transform: translateY(0);*/
}
html {
    /*perspective: 700px;*/
    /*background-color: #6bb1e0;*/
}
b,
strong {
    font-weight: 100;
}
#header {
    position: relative;
    z-index: 2
}
.bar-close-button,
.bar-button {
    display: none;
}
#cloud-top {
    overflow: hidden;
}
/*@media only screen and (min-width: 601px) {*/
  /*#mobmenu {*/
    /*display: none;*/
  /*}*/
/*}*/
/*@media only screen and (max-width: 900px) {*/
  /*.div-personal {*/
    /*padding: 30px 10px !important;*/
    /*margin-top: 15px;*/
  /*}*/
/*}*/
/*@media only screen and (max-width: 600px) {*/
    /*.div-personal.review .img {*/
      /*width: 100%;*/
      /*margin-left: 0px !important;*/
    /*}*/
    /*.div-personal {*/
      /*padding: 30px 10px !important;*/
      /*margin-top: 15px;*/
    /*}*/
    /*#header {*/
        /*display: none*/
    /*}*/
    /*.list-image-new.per25 table td {*/
      /*display: block;*/
      /*width: 100% !important;*/
    /*}*/
    /*.list-image-new.per33 table td {*/
      /*display: block;*/
      /*width: 100% !important;*/
    /*}*/
    /*#foot img {*/
      /*display: none;*/
    /*}*/
    /*#cloud-top {*/
      /*display: none;*/
    /*}*/
    /*.about-us-page-content {*/
      /*padding: 20px 0 !important;*/
    /*}*/
    /*#mobmenu {*/
      /*background-color: #00B9D6;*/
      /*width: 100%;*/
      /*display: block;*/
      /*height: 65px;*/
    /*}*/
    /*#mobmenu .logo {*/
      /*position: relative;*/
      /*z-index: 2;*/
      /*!*-webkit-animation-name: example;*!*/
      /*-webkit-animation-duration: 2s; !* Safari 4.0 - 8.0 *!*/
      /*!*animation-name: example;*!*/
      /*animation-duration: 2s;*/
      /*animation-iteration-count: 300;*/
      /*animation-direction: reverse;*/
      /*animation-timing-function: linear;*/
      /*width: 80px;*/
      /*padding-top: 15px;*/
      /*margin-left: 10px;*/
    /*}*/
    /*#mobmenu .barrs {*/
      /*float: right;*/
      /*padding: 21px;*/
    /*}*/
    /*#mobmenu .barrs i {*/
      /*font-size: 1.6rem;*/
      /*color: #fff;*/
    /*}*/
    /*#mobmenu .logo img {*/
      /*max-height: 100%;*/
      /*max-width: 63px;*/
      /*margin-top: -8px;*/
    /*}*/
    /*#mobmenu #logo-anim {*/
      /*position: relative;*/
      /*display: inline-block;*/
      /*vertical-align: top;*/
      /*width: 50px;*/
      /*height: 50px;*/
      /*margin-top: -7px;*/
      /*-webkit-transition: 0.3s;*/
      /*transition: 0.3s;*/
    /*}*/
    /*#mobmenu #logo-anim:hover {*/
      /*-webkit-transform: scale(0.8,0.8);*/
      /*transform: scale(0.8,0.8);*/
    /*}*/
    /*#mobmenu #logo-anim .logo-p,*/
    /*#mobmenu #logo-anim .logo-c {*/
      /*position: absolute;*/
      /*left: 0;*/
      /*top: 0;*/
    /*}*/
    /*#mobmenu #logo-anim .logo-p {*/
      /*background: url(/Images/Champ/Logo-last-w-parent-03.svg) no-repeat center center;*/
      /*background-size: contain;*/
      /*width: 50px;*/
      /*height: 50px;*/
      /*-webkit-animation-duration: 8s; !* Safari 4.0 - 8.0 *!*/
      /*animation-name: example3;*/
      /*animation-duration: 8s;*/
      /*animation-iteration-count: 300;*/
      /*animation-direction: reverse;*/
      /*animation-timing-function: linear;*/
    /*}*/
    /*#mobmenu #logo-anim .logo-c {*/
      /*background: url(/Images/Champ/Logo-last-w-child-03.svg) no-repeat center center;*/
      /*background-size: contain;*/
      /*width: 50px;*/
      /*height: 50px;*/
      /*-webkit-animation-duration: 8s; !* Safari 4.0 - 8.0 *!*/
      /*animation-name: example2;*/
      /*animation-duration: 8s;*/
      /*animation-iteration-count: 300;*/
      /*animation-direction: reverse;*/
      /*animation-timing-function: linear;*/
    /*}*/
/*}*/
.grid {
    height: initial !important
}
.grid__item {
    top: initial !important
}
/*@media only screen and (max-width: 480px) {*/
    /*.action--close {*/
        /*top: 50px*/
    /*}*/
/*}*/

.content-text strong {
    font-family: Roboto Bold Cond;
    font-size: 1.8rem;
}

.content-text ul {
    padding: 20px;
    list-style-type: disc;
    margin-left: 20px;
}

.content-text ol {
    padding: 20px;
    list-style-type: decimal;
    margin-left: 20px;
}

.menu-ul > li {
    display: inline-block;
    /*position: relative;*/
}

.menu-ul > li div li {
    position: relative;
}

.menu-ul > li div li:hover > ul {
    display: block;
    position: absolute;
    left: 100%;
    top: 0;
}

.menu-ul {
    margin: 20px 0;
    display: inline-block;
}

.switch-language {
    display: inline-block;
    float: right;
}
.login-button {
    color: #6bb1e0;
    background-color: #fff;
    margin: 15px 20px 0 0;
}

.switch-language .shadow-none {
    -webkit-box-shadow: 0px 0px 0px 0px;
    -moz-box-shadow: 0px 0px 0px 0px;
    box-shadow: 0px 0px 0px 0px;
    border: 0px;
    margin-top: 70px;
    min-width: initial;
    margin-right: 20px;
}
.switch-language strong {
    text-align: center;
    color: #6bb1e0;
    display: block;
    font-family: Roboto Bold Cond;
    font-size: 1.9rem;
    padding: 6px;
}
.switch-language ul > li > a {
    color: #6bb1e0;
    padding: 5px 10px;
    text-decoration: none;
}

.switch-language ul > li > a i {
    width: 20px;
    text-align: center;
}

.login-button {
    border: 2px solid #fff;
    padding: 5px 10px;
    border-radius: 100px;
    margin-left: 3px;
    width: 42px;
    font-size: 2rem;
    position: absolute;
    right: 0;
    top: 0;
}

.menu-ul > li > a {
    font-family: Roboto Bold Cond;
    font-size: 1.6rem;
    color: #fff;
    text-decoration: none;
    padding: 7px 12px;
}

.menu-ul > li > a {
    border-radius: 28px;
    margin: 0 5px;
    display: block;
}

.menu-ul > li > a i {
    display: none;
    margin-right: 5px;
}

.menu-ul > li > a.active i {
    display: inline-block;
}

.menu-ul > li > a.active {
    background-color: #fff;
    color: #6bb1e0;
}

/*.menu-ul > li:hover > ul {*/
    /*display: block;*/
/*}*/

.menu-ul > li.drop-menu {
    perspective: 700px;
}

.menu-ul > li:hover > ul {
    opacity: 1;
    transform: rotateX(0deg);
    animation-name: exampleDropDown;
    animation-duration: 1s;
}

@keyframes exampleDropDown {
    0%   {transform: rotateX(0deg);}
    25%  {transform: rotateX(30deg);}
    50%  {transform: rotateX(-30deg);}
    100% {transform: rotateX(0deg);}
}

.menu-ul > li > ul {
    position: absolute;
    width: 150px;
    text-align: left;
    padding: 10px 0 0 0;
    /*display: none;*/
    z-index: 3;
    transform: rotateX(-99deg);
    transition: 0.3s;
    backface-visibility: hidden;
    opacity: 0;
    transform-origin: 0 0;
}

.menu-ul > li > div > ul {
    text-align: left;
    padding: 10px 0 0 0;
    z-index: 3;
    display: inline-block;
}

.menu-ul > li > ul > li:hover > ul {
    display: block;
}

.menu-ul > li > ul > li > ul {
    position: absolute;
    left: 100%;
    width: 150px;
    top: 0;
    text-align: left;
    padding: 10px 0 0 0;
    display: none;
    z-index: 3;
    background-color: #fff;
}

/*.menu-ul div {*/
    /*position: absolute;*/
    /*left: 5%;*/
    /*top: 100px;*/
    /*z-index: 4;*/
    /*width: 90%;*/
    /*height: 500px;*/
    /*padding: 20px;*/
    /*border-top: 10px solid rgb(87, 177, 222);*/
    /*transition: 0.3s;*/
    /*visibility: hidden;*/
    /*opacity: 0;*/
/*}*/
/*.menu-ul div > ul li ul {*/
    /*display: none;*/
/*}*/

/*.menu-ul div li:hover > a {*/
    /*color: #00BCD4;*/
/*}*/

.center-it{display:inline-block;margin-top:30px;}
.mouse{display:inline-block;height:40px;width:24px;border-radius:27px;border:2px solid #fff;text-align:center;}
.mouse:after {
    display:inline-block;
    height:5px;
    width:5px;
    background-color:#fff;
    border-radius:3px;
    content:"";
    -webkit-animation:scroll 1.3s ease-out infinite forwards;
    -moz-animation:scroll 1.3s ease-out infinite forwards;
    animation:scroll 1.3s ease-out infinite forwards;
}

@-webkit-keyframes scroll{
    0%{-webkit-transform:translateY(-4px);}
    50%{-webkit-transform:translateY(0px);}
    100%{-webkit-transform:translateY(-4px);}
}

#cloud-top .header-image-height {
    height: 170px;
    object-fit: contain;
}

.mouse-down-text {
    display: block;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 0 0 0;
    font-size: 1.6rem;
    font-family: Roboto Bold Cond;
    -webkit-animation:scroll 1.3s ease-out infinite forwards;
    -moz-animation:scroll 1.3s ease-out infinite forwards;
    animation:scroll 1.3s ease-out infinite forwards;
}
/*@-moz-keyframes scroll{0%{-moz-transform:translateY(-2px);}*/
    /*50%{-moz-transform:translateY(6px);}*/
    /*100%{-moz-transform:translateY(-2px);}*/
/*}*/
/*@keyframes scroll{0%{-webkit-transform:translateY(-2px);-moz-transform:translateY(-2px);-ms-transform:translateY(-2px);-o-transform:translateY(-2px);transform:translateY(-2px);}*/
    /*50%{-webkit-transform:translateY(6px);-moz-transform:translateY(6px);-ms-transform:translateY(6px);-o-transform:translateY(6px);transform:translateY(6px);}*/
    /*100%{-webkit-transform:translateY(-2px);-moz-transform:translateY(-2px);-ms-transform:translateY(-2px);-o-transform:translateY(-2px);transform:translateY(-2px);}*/
/*}*/

.menu-ul div a {
    color: #929292;
    text-decoration: none;
    font-family: Roboto Bold Cond;
    background-color: #f3f3f3;
    padding: 4px 10px;
    display: inline-block;
}

.menu-ul li:hover > div {
    /*display: block;*/
    visibility: visible;
    top: 36px;
    opacity: 1;
}

.menu-ul > li > ul > li > a {
    color: #6bb1e0;
    display: block;
    background-color: #fff;
    width: 100%;
    transition: 0.1s;
    padding: 7px 10px;
    text-decoration: none;
    font-family: Roboto Bold Cond;
}

.menu-ul > li > ul > li > a:hover {
    border-left: 5px solid #ffeb3b;
}

.menu-ul > li > ul > li {
    display: block;
}

.menu-ul > li > a:hover {
    background-color: #fff;
    color: #6bb1e0;
}

.contact,
.header-icon {
    display: inline-block
}
.header-icon {
    border-right: 1px solid #345670;
    height: 100%;
    padding-top: 3%;
    padding-bottom: 3%;
    width: 15%;
    text-align: center
}
.header-icon img {
    cursor: pointer
}
.header-icon:first-child {
    border-left: 1px solid #345670
}
.top-header {
    background-color: #0e3655;
    font-size: 0.9em
}
.header-content {
    padding-bottom: 0.7%
}
#footer-contact-2 {
    margin-left: -60px
}
/*@media only screen and (max-width: 480px) {*/
    /*#footer-contact-2 {*/
        /*margin-left: 0*/
    /*}*/
/*}*/
.contact {
    padding-top: 1.3%;
    width: 100%;
    text-align: right
}
/*@media only screen and (max-width: 480px) {*/
    /*.contact {*/
        /*text-align: center*/
    /*}*/
/*}*/
.logo.home {
    width: 100%;
}
.contact:last-child {
    float: right
}
.contact:first-child {
    float: left
}
.contact span {
    color: white;
    font-size: 0.9em
}
.contact img {
    margin-right: 1%
}
.header-contact {
    text-align: center
}
/*.logo {*/
    /*width: 100%;*/
    /*padding-top: 7%*/
/*}*/
.navigation {
    padding-top: 7%;
    padding-left: 55px
}
.navigation a {
    color: #797979;
    font-size: 1.1em
}
.navigation a:hover {
    color: #e11a2c;
    text-decoration: none
}
#search,
.callback {
    display: inline-block
}
#template-content {
    position: relative
}
#search {
    float: left;
    padding-top: 13%;
    font-size: 0.95em;
    margin-left: -10%
}
/*@media only screen and (max-width: 480px) {*/
    /*#search {*/
        /*margin-left: 0*/
    /*}*/
/*}*/
#search button {
    border: none;
    outline: none;
    background: transparent;
    font-size: 1.5em;
    color: #797979
}
#search button:active {
    color: #e11a2c;
    padding-top: 1%
}
#search-dropdown {
    display: none;
    background-color: white;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 50px;
    width: 400px;
    -webkit-box-shadow: 0px 3px 5px 0px #8d8787;
    -moz-box-shadow: 0px 3px 5px 0px #8d8787;
    box-shadow: 0px 3px 5px 0px #8d8787
}
/*@media only screen and (max-width: 480px) {*/
    /*#search-dropdown {*/
        /*right: 8px*/
    /*}*/
/*}*/
#search-dropdown button {
    float: left;
    margin: 21px 17px 20px 20px;
    border: 0;
    outline: none;
    border-radius: 3px;
    padding: 4px;
    width: 80px;
    color: white;
    background-color: #ff1919
}
#search-dropdown button span {
    padding-left: 5px;
    font-family: Open Sans
}
#search-dropdown input {
    width: 265px;
    border: 1px solid #d5d5d5;
    border-radius: 3px;
    padding: 5px;
    outline: none;
    font-size: 0.9em;
    margin-top: 20px;
    float: left
}
.callback {
    float: right;
    width: 80%;
    padding-top: 4%;
    font-size: 0.8em;
    text-align: center
}
.callback p {
    margin: 13px 0 5px;
    font-size: 0.9em
}
.callback button {
    height: 35px;
    background: #e84b1a;
    border: none;
    outline: none;
    border-radius: 5px;
    text-align: center;
}
.callback button:active {
    background-color: #e11a2c
}
.callback button img {
    padding-top: 1%;
    float: left;
    padding-left: 10%
}
.callback button span {
    color: white
}
#footer {
    position: relative;
    bottom: 0;
    background-color: #0e3655;
    padding-top: 2%
}
#footer .contact {
    text-align: left;
    font-size: 0.9em
}
/*@media only screen and (max-width: 480px) {*/
    /*#footer .contact {*/
        /*text-align: center*/
    /*}*/
/*}*/
.copyright {
    margin-top: 1%;
    padding-top: 1%;
    padding-bottom: 0.5%;
    text-align: center;
    font-size: 0.9em;
    cursor: default
}
.copyright span {
    color: white
}
.contact {
    cursor: default
}
.gallery-header {
    font-family: Roboto Cond;
    padding-bottom: 1.5%
}
.navigation ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    background-color: transparent
}
.navigation ul li {
    float: left;
    display: inline-block;
    color: white;
    text-align: center;
    margin-right: 3%;
    text-decoration: none
}
.navigation ul li a:hover {
    color: #e84b1a
}
.navigation ul li:first-child {
    margin-left: -3%
}
.dropdown-content {
    margin-top: 5%;
    display: none;
    position: absolute;
    z-index: 99999;
    background-color: #f5f5f5;
    min-width: 560px;
    font-size: 0.9em;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2)
}
.dropdown-content div {
    display: inline-block;
    float: left;
    margin: 0;
    padding: 0
}
.dropdown-content a {
    font-family: Open Sans;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
    margin: 0
}
.dropdown-content a:hover {
    background-color: #f1f1f1
}
/*@media only screen and (max-width: 480px) {*/
    /*#footer,*/
    /*#header,*/
    /*#template-content {*/
        /*margin-left: 0*/
    /*}*/
/*}*/
#sidebar {
    min-width: 38px;
    width: 46px;
    height: 100%;
    position: fixed;
    z-index: 100;
    left: 0;
    top: 0;
    background-color: #fff;
    text-align: center;
    border-right: 1px solid #e3e3e3;
    cursor: pointer
}
/*@media only screen and (max-width: 480px) {*/
    /*#sidebar {*/
        /*display: none !important*/
    /*}*/
/*}*/
#sidebar .fa {
    width: 100%;
    text-align: center;
    padding: 7px 5px;
    background-color: #f0f0f0;
    border-bottom: 1px solid #e3e3e3
}
#sidebar i {
    font-size: 2em;
    position: relative;
    z-index: 101
}
#sidebar ul {
    padding: 0;
    list-style: none
}
#sidebar ul a {
    padding: 0;
    margin: 0;
    text-decoration: none;
    outline: none;
    color: #333333
}
.sub-ul {
    position: relative;
    margin-left: -600px
}
#sidebar-closed-first-ico {
    padding-top: 7px
}
.sidebar-closed-ico {
    display: block;
    position: relative;
    z-index: 101;
    padding-top: 7px;
    padding-bottom: 7px
}
.sidebar-closed-ico img {
    width: 65%
}
.sidebar-closed-ico:hover {
    background-color: #bababa
}
#sidebar-btn {
    color: #082555
}
#sidebar-opened-info {
    position: absolute;
    z-index: 111;
    left: -300px
}
#sidebar-opened-info img {
    margin-top: 10px;
    margin-left: 15px;
    width: 70%
}
.sidebar-clicked {
    text-align: left !important
}
.sidebar-clicked #sidebar-title {
    padding-left: 15px;
    font-size: 0.8em;
    font-family: sans-serif
}
.sidebar-clicked:before {
    padding-left: 15px
}
.main-li {
    padding-top: 10px;
    padding-left: 20px;
    padding-bottom: 10px;
    width: 100%;
    text-align: left;
    background-color: transparent;
    font-size: 1em;
    border-bottom: 1px solid #fdeaea
}
.main-li a {
    color: #5c5c5c;
    outline: none;
    text-decoration: none;
    padding-bottom: 15px
}
.main-li:hover {
    background-color: #eaeaea;
    border-left: 3px solid red
}
.main-li:hover .sidebar-hover-arrow {
    display: inline-block !important
}
.main-li img {
    height: 100%;
    width: 7%;
    float: left;
    margin-right: 15px
}
.main-li p {
    margin: 0
}
.sidebar-hover-arrow {
    display: none !important;
    right: 10px;
    font-size: 1.2em !important;
    color: #b5b5b5;
    background: transparent !important;
    float: right;
    margin-top: -20px;
    padding: 0 !important;
    border: none !important
}
#main-div {
    width: 100%;
    position: relative;
    left: -300px;
    z-index: 99
}
.big-sub-ul {
    width: 582px
}
.sub-sub-ul {
    display: inline-block;
    float: left
}
.sub-sub-ul:first-child {
    border-right: 1px solid #dedede
}
.sub-div {
    position: absolute;
    left: 299px;
    top: 0;
    overflow: hidden;
    display: none;
    background-color: #fff;
    z-index: 88;
    border-radius: 0 3px 3px 0;
    border: 1px solid #dcdbdb;
    border-left: 0;
    height: 100%;
    box-shadow: 6px 6px 10px -5px #a0a0a0
}
.sub-li {
    min-width: 290px;
    padding: 10px;
    border-bottom: 1px solid #fdeaea
}
.sub-li:hover {
    background-color: #eaeaea
}
#sidebar-bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 2;
    display: none
}
.blur {
    -webkit-filter: blur(1px);
    -moz-filter: blur(1px);
    -o-filter: blur(1px);
    -ms-filter: blur(1px);
    filter: blur(1px);
    -webkit-transition: 0.3s;
    transition: 0.3s
}
#stickyNav {
    background-color: white;
    display: none;
    width: 100%;
    padding-bottom: 0.2%;
    -webkit-box-shadow: 2px 3px 10px -2px #000;
    -moz-box-shadow: 2px 3px 10px -2px #000;
    box-shadow: 2px 3px 10px -2px #000
}
#stickyNav .navigation {
    margin-left: 10%;
    float: left;
    width: 50%;
    padding-top: 2%
}
#stickyNav img {
    float: left;
    margin-top: 0.6%;
    margin-left: 1%
}
#stickyNav button {
    background-color: #e84b1a;
    outline: none;
    border: none;
    border-radius: 5px;
    height: 35px;
    width: 15%;
    margin-right: 5%;
    margin-top: 1.7%;
    float: right;
    -webkit-box-shadow: 1px 1px 1px 0px #000;
    -moz-box-shadow: 1px 1px 1px 0px #000;
    box-shadow: 1px 1px 1px 0px #000
}
#stickyNav button:active {
    background-color: #d34215
}
#stickyNav button img {
    padding-top: 1%;
    padding-right: 5%;
    padding-left: 5%
}
#stickyNav button span {
    color: white;
    font-family: Open Sans
}
.stick-it {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 3%
}
.modal-title {
    font-family: Roboto Cond;
    width: 65%;
    margin-left: 18%;
    padding-bottom: 2%;
    border-bottom: 3px solid #decbcb
}
.modal-header {
    border: none
}
.callback-modal-form * {
    display: block
}
#callback-form-content,
.callback-modal-form-avatar {
    display: inline-block;
    margin-top: 3%;
    margin-bottom: 3%
}
#callback-form-content {
    width: 65%;
    float: left
}
#callback-form-content button {
    color: white
}
#callback-form-content button:active {
    background-color: #ed6f48
}
.callback-modal-form {
    position: relative;
    top: 0
}
.callback-modal-form input {
    width: 75%;
    border: none;
    border-radius: 5px;
    outline: none;
    height: 40px;
    background-color: #e8e8e8;
    margin-bottom: 10%;
    margin-left: 8%;
    padding-left: 3%
}
.callback-modal-form button {
    height: 40px;
    width: 65%;
    margin-left: 13%;
    border-radius: 5px;
    outline: none;
    border: none;
    background-color: #e84b1a
}
.modal-header button {
    position: relative;
    top: -25px;
    right: -25px;
    width: 40px;
    height: 40px;
    border-radius: 360px;
    outline: none;
    color: white;
    font-weight: 100;
    font-size: 2em;
    opacity: 1;
    background-color: #e84b1a;
    -webkit-box-shadow: 0 0 0 0 #000;
    -moz-box-shadow: 0 0 0 0 #000;
    box-shadow: 0 0 0 0 #000
}
.modal-header button span {
    font-family: Courier New;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease
}
.modal-header button:hover {
    opacity: 1;
    color: white;
    background-color: #ed6f48
}
.close {
    opacity: 1
}
.consult-modal-body {
    margin-top: -10%;
    text-align: center
}
#mobile-menu {
    display: none;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000
}
/*@media only screen and (max-width: 480px) {*/
    /*#mobile-menu {*/
        /*display: block*/
    /*}*/
/*}*/
#mobile-menu-div {
    position: absolute;
    height: 60px;
    width: 100%;
    padding: 5px 5px 5px 15px;
    background-color: white;
    border-bottom: 1px solid #e8e8e8
}
#mobile-menu-div-i {
    color: #bababa;
    float: left;
    margin-top: 8px;
    font-size: 2em
}
#mobile-menu-div-logo {
    width: 40%;
    margin-left: 25px;
    margin-top: 6px
}
#mobile-menu-div-p {
    display: inline-block;
    margin-top: 13px;
    margin-right: 11px;
    float: right
}
#mobile-dropdown-menu {
    position: absolute;
    top: 0;
    width: 84%;
    min-height: 420px;
    padding: 20px;
    left: -360px;
    overflow: hidden;
    background-color: rgba(25, 95, 149, 0.9)
}
#mobile-dropdown-menu a {
    color: white;
    outline: none;
    text-decoration: none
}
.mobile-menu-li {
    width: 100%;
    margin-top: 15px;
    position: relative
}
.mobile-menu-li:active:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    border: 10px solid transparent;
    border-right: 10px solid #e84b1a
}
#mobile-menu-li-services-dropdown {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 0
}
#mobile-menu-li-services-dropdown ul {
    margin-left: 10%
}
#mobile-menu-li-services-dropdown li {
    margin-top: 15px
}
#mobile-menu-li-services-dropdown li:active:after {
    content: "";
    position: absolute;
    right: 0;
    border: 10px solid transparent;
    border-right: 10px solid #e84b1a
}
#galery {
    width: 90%;
    margin-left: 3.8%;
    height: 180px;
    overflow: hidden;
    position: relative
}
#galery-small-content {
    width: 3000px;
    height: 100%
}
.galery-small-content-block {
    position: absolute;
    top: 0;
    width: 260px;
    height: 100%;
    display: inline-block;
    cursor: pointer
}
.galery-small-content-block img {
    width: 100%;
    height: 180px
}
#gallery-fogging-blur {
    background-color: black;
    position: fixed;
    z-index: 5;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    padding: 100px
}
#gallery-view {
    position: fixed;
    z-index: 6;
    top: 4%;
    left: 19%;
    width: 65%;
    height: 70%;
    visibility: hidden
}
#gallery-view img {
    width: 100%;
    height: 100%;
    border-radius: 3px
}
#close-full-gallery,
#next-img-gallery,
#prev-img-gallery {
    visibility: hidden
}
#close-full-gallery {
    position: fixed;
    z-index: 6;
    background: none;
    outline: none;
    border: none;
    right: 3%;
    color: white;
    top: 2%;
    font-size: 2.5em
}
#prev-img-gallery {
    position: fixed;
    z-index: 6;
    background: none;
    outline: none;
    border: none;
    left: 5%;
    top: 28%;
    font-size: 5em;
    color: white
}
#next-img-gallery {
    position: fixed;
    z-index: 6;
    background: none;
    outline: none;
    border: none;
    right: 2%;
    top: 28%;
    font-size: 5em;
    color: white
}
.posrel {
    position: relative;
    padding-left: 5%
}
#next-img-small-gallery,
#prev-img-small-gallery {
    position: absolute;
    top: 27%;
    border: none;
    background: none;
    outline: none;
    font-size: 3em
}
#next-img-small-gallery {
    right: 2%
}
#prev-img-small-gallery {
    left: 2%
}
#gallery-view-full-img {
    width: 100%;
    height: 100%
}
#gallery-view-preview {
    position: relative;
    width: 99%;
    visibility: hidden;
    overflow: hidden;
    height: 100%
}
#preview-imgs {
    width: 100%;
    height: 80%
}
#preview-imgs .galery-small-content-block {
    margin-top: 2%;
    width: 23%;
    height: 30%;
    margin-left: 10px
}
#preview-pick-out {
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 3px;
    -webkit-box-shadow: 0 0 13px 0 rgba(255, 255, 255, 0.9);
    -moz-box-shadow: 0 0 13px 0 rgba(255, 255, 255, 0.9);
    box-shadow: 0 0 13px 0 rgba(255, 255, 255, 0.9)
}

.none-price {
    font-family: Roboto Bold Cond;
    background-color: #e4e4e4;
    color: #676767;
    padding: 10px 20px;
    display: inline-block;
    margin: 10px 0;
}
/*.owl-item {*/
    /*height: 180px;*/
    /*position: relative*/
/*}*/
/*.owl-item img {*/
    /*position: absolute;*/
    /*top: 50%;*/
    /*left: 50%;*/
    /*transform: translate(-50%, -50%);*/
    /*display: block;*/
    /*max-width: 100%;*/
    /*height: auto*/
/*}*/
/*.owl-carousel {*/
    /*max-width: 100%;*/
    /*height: auto;*/
    /*vertical-align: middle;*/
    /*border: 0*/
/*}*/
.eldorado {
    padding-top: 10px
}
.first {
    background-image: url("/Images/Champ/background-first.png");
    background-size: 100%;
    background-repeat: no-repeat;
    text-align: center
}
@media only screen and (max-width: 480px) {
    .first {
        background: none
    }
}
.first-section-text {
    padding-top: 5%;
    color: white
}
/*@media only screen and (max-width: 480px) {*/
    /*.first-section-text {*/
        /*display: none*/
    /*}*/
/*}*/
.first-section-text h1 {
    font-family: Roboto Cond
}
.btns {
    padding-top: 5%;
    padding-bottom: 18.5%
}
@media only screen and (max-width: 480px) {
    .btns {
        background-color: #00b9d6;
        padding-top: 90px;
        padding-bottom: 3%
    }
}
.btns button {
    width: 136px;
    color: #ffffff;
    background-color: #FF5722;
    border: 0 solid #09acc5;
    border-radius: 5px;
    padding: 8px 10px
}
/*@media only screen and (max-width: 480px) {*/
    /*#subscribe_btn {*/
        /*width: 100%*/
    /*}*/
/*}*/
#sign-up {
    background-color: #06a2bb
}
.service-row {
    margin-top: 3%
}
.service-row:last-child {
    padding-bottom: 5%
}
.services-header {
    text-align: center
}
.services-header h2 {
    font-family: Roboto Bold Cond
}
.services-header h5 {
    margin-top: 0;
    line-height: 1.5;
    font-family: Open Sans Regular;
    font-size: 1.6rem;
}
.serviceBlock {
    width: 100%;
    position: relative
}
/*@media only screen and (max-width: 480px) {*/
    /*.serviceBlock {*/
        /*width: auto*/
    /*}*/
/*}*/
.serviceBlock:hover .service-line {
    background-color: #e84b1a
}
.serviceBlock:hover .service-text {
    visibility: visible;
    opacity: 1
}
.serviceBlock a {
    color: black;
    text-decoration: none
}
.service-text {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s, opacity 0.2s ease-in;
    -moz-transition: visibility 0s, opacity 0.2s ease-in;
    -o-transition: visibility 0s, opacity 0.2s ease-in;
    transition: visibility 0s, opacity 0.2s ease-in;
    width: 300px;
    text-align: center;
    left: -53px;
    top: 170px;
    font-size: 0.9em;
    background-color: white;
    z-index: 22;
    border-radius: 8px;
    border: 1px solid #bababa
}
/*@media only screen and (max-width: 480px) {*/
    /*.service-text {*/
        /*left: 22px;*/
        /*top: 195px*/
    /*}*/
/*}*/
.service-text:before {
    content: "";
    position: absolute;
    top: -20px;
    border: 10px solid transparent;
    border-bottom: 10px solid #bababa;
    left: 132px
}
#problem_st {
    right: 50px
}
.service-ico {
    text-align: center
}
.service-line {
    -webkit-transition: 0.3s ease 0s;
    -moz-transition: 0.3s ease 0s;
    -o-transition: 0.3s ease 0s;
    transition: 0.3s ease 0s;
    background-color: #e8e8e8;
    margin-left: 35%;
    margin-top: 5%;
    margin-bottom: 5%;
    border-radius: 25px;
    width: 30%;
    height: 5px
}
.header-h1 {
    font-size: 4rem;
    font-family: Roboto Bold Cond;
    text-transform: uppercase;
    color: #fff;
}
.header-p {
    color: #fff;
    padding-top: 30px;
}
.content-text {
    font-family: Roboto Regular;
    color: #636363;
}

.content-text .strong-head {
    font-family: Roboto Bold Cond;
    font-size: 3rem;
    color: #616161;
    margin: 0 0 30px 0;
    display: block;
}

.menu-content-right .image-square {
    width: 100%;
    padding: 20px;
    text-align: center;
    margin: 5px 5px 20px 5px;
    border: 4px dashed #e6e6e6;
    display: block;
}

.menu-content-right .menu-right-div strong {
    display: block;
    background-color: #FFEB3B;
    color: #8c7e00;
    margin-bottom: 20px;
    padding: 10px 20px;
    font-size: 1.8rem;
    text-transform: uppercase;
    font-family: Roboto Bold Cond;
}

.price-from-content {
    color: #00BCD4;
    font-family: Roboto Bold Cond;
    font-size: 2.8rem;
    padding: 0px 20px;
    display: block;
}

.menu-content-right button {
    padding: 10px 20px;
    border: 0;
    width: 100%;
    text-align: left;
    font-family: Roboto Bold Cond;
    color: #fff;
    border-bottom: 5px solid #c53a0e;
    text-transform: uppercase;
    background-color: #FF5722;
    transition: 0.3s;
}

.menu-content-right button:hover {
    background-color: #ff6d3f;
    border-bottom: 5px solid #d2471b;
}

.menu-content-right button i,
.menu-content-right strong i {
    margin-right: 10px;
}

.menu-content-right a {
    text-decoration: none;
    padding: 5px;
    display: block;
    font-family: Roboto Bold Cond;
    color: #8a8a8a;
    transition: 0.1s;
}

.menu-content-right a:hover,
.menu-content-right a.active {
    color: #00BCD4;
}

.menu-right-div {
    background-color: #fdfdfd;
    padding: 15px;
    margin: 5px;
    box-shadow: -9px 0px 16px -6px rgba(0, 0, 0, 0.1);
}

.consultation,
.why-us {
    position: relative;
    padding: 30px 0;
}
.why-we {
    background: #f2f2f2;
    background: -moz-linear-gradient(top, #f2f2f2 0%, #ffffff 100%);
    background: -webkit-linear-gradient(top, #f2f2f2 0%,#ffffff 100%);
    background: linear-gradient(to bottom, #f2f2f2 0%,#ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#ffffff',GradientType=0 );
    position: relative;
}
/*@media only screen and (max-width: 480px) {*/
    /*.why-we {*/
        /*background: none;*/
        /*background-color: #082860*/
    /*}*/
/*}*/
.why-we-header {
    text-align: center;
    padding-top: 1%
}
.why-we h2 {
    color: #525252;
    font-family: Roboto Bold Cond;
    font-size: 4rem;
    text-align: center;
}
.why-we-list {
    padding-top: 2%;
    padding-bottom: 2.5%
}
.why-we-list ul {
    list-style-type: none;
    padding-left: 0
}
.why-we-list ul li {
    margin-top: 26px;
    width: 24%;
    display: inline-block;
    padding: 20px 0;
    text-align: center;
}
.why-we-list ul li i {
    font-size: 6rem;
    color: #525252;
    margin: 18px 0;
}
.why-we-list ul li span {
    color: #525252;
    display: block;
    font-family: Roboto Bold Cond;
}
#why-we-ul li img {
    width: 30px;
    height: 30px;
    object-fit: contain;
    margin-right: 10px;
    vertical-align: top;
    margin-top: -7px;
}
.consultation-header h2 {
    font-family: Roboto Bold Cond;
    font-size: 4rem;
    text-align: center !important;
    color: #525252;
}
.consultation-header p {
    text-align: center !important;
    line-height: 1.5;
    font-family: Open Sans Regular;
}
.consult-form {
    padding: 20px 0;
    font-family: Roboto Bold Cond;
}
.consult-form input {
    width: 100%;
    /* border-radius: 3px; */
    outline: none;
    border: 1px solid #eaeaea;
    height: 40px;
    background-color: #ffffff;
    padding-left: 10px;
}
.consult-form button {
    background-color: #e84b1a;
    border: none;
    outline: none;
    border-radius: 3px;
    color: white;
    margin-top: 19px;
    font-size: 1em;
    height: 35px;
}
.consult-form button:active {
    background-color: #e11a2c
}
#why-we-ul {
    margin-bottom: 60px;
}
.why-us {
    background-color: #00b9d5;
    padding: 30px 0;
    margin: 40px 0;
    overflow: hidden;
    width: 100%;
}
#bot-why-us-bg,
#top-why-us-bg {
    width: 100%;
    position: absolute;
    left: 0
}
#bot-why-us-bg {
    bottom: 0
}
#top-why-us-bg {
    top: 0
}
.why-us-header {
    color: white;
    font-family: Roboto Bold Cond;
    padding-bottom: 0
}
.why-us-header h2 {
    margin-top: 30px;
    font-family: Roboto Bold Cond;
    font-size: 4rem;
}
.why-us-number {
    color: #FFEB3B;
    font-family: Roboto Bold Cond;
    font-size: 3.5em
}
.why-us-block {
    padding: 20px 0;
}
.why-us-text {
    color: white;
    font-family: Roboto Bold Cond;
}
.why-us-text h3 {
    font-size: 3rem;
}
.why-us-content {
    padding-bottom: 3%
}
.reviews {
    position: relative
}
.reviews-header {
    padding-bottom: 3%;
    padding-top: 1%;
    font-family: Roboto Bold Cond;
}
.review-header {
    margin-bottom: 5%
}
.review-header h4 {
    color: #e84b1a;
    font-family: Roboto Bold Cond;
    margin: 0
}
.review-text p {
    font-size: 0.9em
}
#review-center-block {
    padding-left: 13%;
    padding-right: 13%
}
.review-ico {
    display: inline-block;
    border: 10px solid #f5f5f5;
    border-radius: 360px;
    width: 170px;
    height: 170px;
    overflow: hidden
}
.review-ico img {
    margin-top: 1%;
    margin-left: -39%
}
#review-ico-1 {
    margin-left: -10px
}
#review-ico-3 {
    margin-top: -9px;
    margin-left: -27px
}
.review-nav-btn {
    outline: none;
    background-color: transparent;
    border: none;
    margin-top: 60%
}
.next-btn button {
    -webkit-transition: padding-left 0.09s linear 0s;
    -moz-transition: padding-left 0.09s linear 0s;
    -o-transition: padding-left 0.09s linear 0s;
    transition: padding-left 0.09s linear 0s
}
@media only screen and (max-width: 480px) {
    .next-btn {
        display: none
    }
}
.next-btn button:active {
    padding-left: 20%
}
.prev-btn button {
    -webkit-transition: padding-right 0.09s linear 0s;
    -moz-transition: padding-right 0.09s linear 0s;
    -o-transition: padding-right 0.09s linear 0s;
    transition: padding-right 0.09s linear 0s
}
@media only screen and (max-width: 480px) {
    .prev-btn {
        display: none
    }
}
.prev-btn button:active {
    padding-right: 20%
}
@media only screen and (max-width: 480px) {
    #send-review-btn {
        width: 100%
    }
}
.send-review-btn button {
    text-align: center;
    background-color: #e84b1a;
    border: none;
    outline: none;
    border-radius: 3px;
    height: 30px;
    width: 13%;
    margin-bottom: 2%;
    margin-top: 2%
}
.send-review-btn button:active {
    background-color: #e11a2c
}
.send-review-btn button span {
    color: white
}
.send-review-btn button img {
    float: left;
    padding-top: 2%;
    padding-left: 3%
}
.subscribe {
    position: relative;
    margin: 30px 0px;
    padding: 50px 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f2f2f2+0,ffffff+100 */
    background: #f2f2f2; /* Old browsers */
    background: -moz-linear-gradient(top, #f2f2f2 0%, #ffffff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #f2f2f2 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #f2f2f2 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
@media only screen and (max-width: 480px) {
    .subscribe {
        background: none;
        background-color: #72a8d7
    }
}
#subscribe-laptop {
    position: absolute;
    bottom: 5%;
    left: 10%
}
@media only screen and (max-width: 480px) {
    #subscribe-laptop {
        display: none
    }
}
.subscribe-form {
    padding-bottom: 8%
}
.subscribe-form button {
    margin-top: 20px;
    outline: none;
    border: none;
    background-color: #e84b1a;
    border-radius: 3px;
    height: 40px;
    padding: 8px 20px;
    color: white;
}
.subscribe-form button:active {
    background-color: #e11a2c
}
.subscribe-form button img {
    float: left;
    padding-top: 2%;
    padding-left: 3%;
    margin-right: 1%
}
.subscribe-form input {
    width: 60%;
    height: 40px;
    padding-left: 2%;
    border: 3px solid #e4e4e4;
    outline: none;
    font-size: 1em;
}
@media only screen and (max-width: 480px) {
    .subscribe-form input {
        width: 100%
    }
}
.subscribe-header {
    font-family: Roboto Bold Cond;
    font-size: 1.9rem;
    padding-bottom: 30px;
    padding-top: 10px;
    color: #888888;
    height: 100%
}
.subscribe-header h3 {
    font-family: Roboto Bold Cond;
    font-size: 3rem;
}
.work-with-header h2 {
    font-family: Roboto Bold Cond;
    margin-bottom: 40px;
    font-size: 4rem;
    color: #525252;
}
#map {
    width: 100%
}
#why-we-idea {
    position: absolute;
    top: 12%;
    right: 5%
}
@media only screen and (max-width: 480px) {
    #why-we-idea {
        display: none
    }
}
.contacts-main-header {
    position: relative;
    background-size: 100%;
    background-repeat: no-repeat;
    width: 100%;
    box-shadow: 0 4px 5px 0 #dedede
}
@media only screen and (max-width: 480px) {
    .contacts-main-header {
        background: none;
        background-color: #00c3df
    }
}
@media only screen and (max-width: 480px) {
    #contacts-consult-comment {
        width: 100%
    }
}
@media only screen and (max-width: 480px) {
    #contacts-consult-btn {
        width: 100%;
        margin-bottom: 10%
    }
}
.contact-links-path {
    padding-top: 2%;
    height: 100%;
    padding-bottom: 1%;
    color: white
}
@media only screen and (max-width: 480px) {
    .contact-links-path {
        display: none
    }
}
.contact-links-path a {
    color: white;
    font-family: Roboto Cond
}
.contact-links-path .contact-links-path-ico,
.contact-links-path .contact-links-path-links {
    display: inline-block
}
.contact-links-path .contact-links-path-ico {
    float: left
}
.contact-links-path .contact-links-path-links {
    height: 100%;
    margin-top: 1%;
    margin-left: 1%
}
.contact-page-header {
    color: white;
    padding-bottom: 3%
}
@media only screen and (max-width: 480px) {
    .contact-page-header {
        margin-top: 70px
    }
}
.contact-page-header span {
    font-size: 1.2em;
    font-family: Open Sans
}
.contact-page-header h2 {
    margin-top: 0;
    color: white;
    font-family: Roboto Cond;
    display: inline-block
}
@media only screen and (max-width: 480px) {
    #contact-page-header-img {
        max-width: 70%;
    }
}
.contacts-free-consult-header h3 {
    font-family: Roboto Bold Cond
}
.contacts-free-consult-our-contacts-header {
    position: relative;
    bottom: 0
}
.contacts-free-consult-our-contacts-header h4 {
    display: inline-block
}
.contacts-free-form {
    padding-top: 30px;
}
.contacts-free-form p {
  font-family: Roboto Bold Cond;
  color: #5f5f5f;
}
.contacts-free-form input {
  padding-left: 10px;
  width: 100%;
  border: 1px solid #d2d2d2;
  height: 40px;
  background-color: #fff;
  margin-bottom: 10px;
  font-family: Roboto Bold Cond;
}
.contacts-free-form button {
  border: none;
  background-color: #FFEB3B;
  color: #444444;
    padding: 10px 13px;
  outline: none;
  font-family: Roboto Bold Cond;
  text-transform: uppercase;
  margin-top: 30px;
}
.contacts-free-form button:active {
    background-color: #e11a2c
}
.contacts-free-form textarea {
  padding-left: 3%;
  width: 100%;
  background-color: #fff;
  border: 1px solid #d2d2d2;
  font-family: Roboto Bold Cond;
  resize: none
}
.services-icon {
    text-align: center;
    padding: 27px;
    border: 2px dashed #d9dee0;
    border-radius: 100px;
    cursor: pointer;
}
.contain-div img {
    max-width: 100%;
}
.services-icon:hover {
    transform: rotate(360deg);
    transition: 4s;
}
.services-icon:hover img {
    transform: rotate(-720deg);
}
.services-div.padding {
    /*background-color: #ffeb3b;*/
    padding: 30px;
    border-radius: 10px;
}

.services-div.padding .col-md-3.active .services-icon {
    border: 2px dashed #00bcd4;
}

.services-div.padding .col-md-3.active strong {
    color: #00BCD4;
}

.services-div.padding a {
    text-decoration: none;
}

.services-div.padding .col-md-2 {
    margin-bottom: 30px;
}
.services-header-big h2 {
    color: #d9dee0;
    font-size: 4rem;
    font-family: Roboto Bold Cond;
    text-align: center;
}
.services-div.padding strong {
    text-transform: uppercase;
    color: #d9dee0;
    display: block;
    margin-top: 20px;
    font-size: 2rem;
    font-family: Roboto Bold Cond;
}
.services-icon img {
    height: 100px;
    object-fit: contain;
    transition: 2s;
}
.contacts-free-content-contact {
    margin-top: -1.5%
}
.contacts-free-content-block-header * {
    display: inline-block
}
.contacts-free-content-block-header img {
    float: left
}
.contacts-free-content-block-header h4 {
    padding-left: 7%;
    margin-top: 1%;
    color: #81d4fa
}
.contacts-free-content-block-header-line {
    width: 90%;
    height: 3px;
    background-color: #8ecdf6;
    border-radius: 360px
}
.contacts-free-content-block-content {
    font-family: Roboto Bold Cond
}
.contacts-free-content-block-content p {
    margin-left: 10px;
    margin-top: 20px;
    line-height: 1.7;
    margin-bottom: 30px;
}
.about-us-subscribe-header {
    margin-top: 8%
}
.about-us-subscribe-header h3 {
    font-family: Roboto Bold Cond
}
.about-us-page-header {
    font-family: Roboto Bold Cond;
    margin-top: 30px;
}
.about-us-page-content {
    padding: 20px 0
}
.about-us-page-content p {
    font-size: 1em;
    margin-top: 0;
    text-align: left
}
.about-us-page-content row {
    margin-top: 0
}
.about-us-page-content-offset {
    padding-left: 40px
}
.about-us-subscribe-form {
    margin-top: 5%;
    margin-bottom: 10%
}
.about-us-subscribe-form input {
    background-color: #ffffff;
    border: 1px solid #e4e4e4;
    /* border-radius: 5px; */
    height: 40px;
    padding-left: 10px;
    width: 55%;
    outline: none;
}
@media only screen and (max-width: 480px) {
    .about-us-subscribe-form input {
        width: 100%;
        margin-bottom: 5%
    }
}
.about-us-subscribe-form input::-moz-placeholder {
    color: black
}
.about-us-subscribe-form input::-webkit-input-placeholder {
    color: black
}
.about-us-subscribe-form input:-moz-placeholder {
    color: black
}
.about-us-subscribe-form input:-ms-input-placeholder {
    color: black
}
.about-us-subscribe-form input:-webkit-input-placeholder {
    color: black
}
.about-us-subscribe-form input:input-placeholder {
    color: black
}
.about-us-subscribe-form button {
    background-color: #f44336;
    height: 40px;
    outline: none;
    border: none;
    width: 30%;
    color: white
}
@media only screen and (max-width: 480px) {
    .about-us-subscribe-form button {
        margin-bottom: 5%
    }
}
.about-us-subscribe-form button:active {
    background-color: #e11a2c
}
#why-we-idea-2 {
    position: absolute;
    top: 26%;
    left: 7%;
    width: 30%
}
@media only screen and (max-width: 480px) {
    #why-we-idea-2 {
        display: none
    }
}
.polygraph-product-type-header {
    font-family: Roboto Cond;
    text-align: center;
    margin-top: 2%;
    margin-bottom: 2%
}
#polygraph-page-header-img {
    width: 24%;
    position: absolute;
    top: -3%;
    right: 6.5%
}
.polygraph-product-type-content {
    margin-bottom: 5%
}
.polygraph-product-type-block {
    position: relative;
    border-radius: 3px;
    -webkit-transition: background-color 0.3s ease 0s;
    -moz-transition: background-color 0.3s ease 0s;
    -o-transition: background-color 0.3s ease 0s;
    transition: background-color 0.3s ease 0s
}
.polygraph-product-type-block p {
    text-align: center;
    color: black;
    font-family: Roboto Cond;
    font-size: 1em
}
.dropdown-polygraph {
    padding-top: 15px;
    padding-bottom: 15px;
    position: absolute;
    top: 80px;
    background-color: white;
    border: 1px solid #bababa;
    border-radius: 8px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s, opacity 0.2s ease-in;
    -moz-transition: visibility 0s, opacity 0.2s ease-in;
    -o-transition: visibility 0s, opacity 0.2s ease-in;
    transition: visibility 0s, opacity 0.2s ease-in;
    padding-left: 25px;
    width: 300px;
    z-index: 5;
    margin-bottom: 10px
}
.sub {
    margin-top: 10px
}
.sub:first-child {
    margin-top: 0
}
.sub a {
    color: #e84b1a
}
.sub:hover:after {
    content: "";
    position: absolute;
    right: 0;
    border: 7px solid transparent;
    border-right: 5px solid #bababa
}
.polygraphBlock {
    position: relative
}
@media only screen and (max-width: 480px) {
    .polygraphBlock {
        margin-left: 10%
    }
}
.polygraphBlock:hover .dropdown-polygraph {
    visibility: visible;
    opacity: 1
}
.polygraph-what-we-do {
    position: relative;
    background-color: #00b9d5;
    padding: 30px 0 40px
}
.polygraph-what-we-do p {
    margin-top: 0;
    font-size: 1em;
    line-height: 1.5;
    color: white
}
#bot-what-we-do-bg {
    position: absolute;
    bottom: 0;
    width: 100%
}
#top-what-we-do-bg {
    position: absolute;
    top: 0;
    width: 100%
}
#polygraph-consult-header h2 {
    padding-top: 1%;
    font-family: Roboto Cond
}
.polygraph-consult-form {
    margin-top: 4%
}
.polygraph-consult-form p {
    text-align: center;
    margin-left: -55%
}
.polygraph-consult-form input {
    width: 100%;
    padding-top: 1%;
    padding-bottom: 2%;
    padding-left: 2%;
    border-radius: 5px;
    border: 1px solid #bababa;
    outline: none;
    background-color: #f5f5f5
}
.polygraph-consult-form button {
    border: none;
    height: 30px;
    border-radius: 5px;
    outline: none;
    background-color: #e84b1a;
    margin-top: 2%;
    margin-bottom: 4%;
    font-size: 0.9em;
    color: white;
    -webkit-box-shadow: 1px 1px 1px 0px #000;
    -moz-box-shadow: 1px 1px 1px 0px #000;
    box-shadow: 1px 1px 1px 0px #000
}
.polygraph-consult-form button:active {
    background-color: #e11a2c
}
.our-portfolio-header {
    margin-bottom: 3%;
    margin-top: 3%
}
.our-portfolio-header h3 {
    font-family: Roboto Cond
}
.our-portfolio-content-block {
    width: 100%;
    border-radius: 4px;
    background-color: #e84b1a;
    height: 100px;
    -webkit-transition: background-color 0.3s linear 0s;
    -moz-transition: background-color 0.3s linear 0s;
    -o-transition: background-color 0.3s linear 0s;
    transition: background-color 0.3s linear 0s
}
@media only screen and (max-width: 480px) {
    .our-portfolio-content-block {
        margin-top: 20px
    }
}
.our-portfolio-content-block:hover {
    cursor: pointer;
    background-color: white
}
.our-portfolio-content-block:hover h5 {
    color: black;
    font-family: Roboto Cond
}
.our-portfolio-content-block-ico {
    text-align: center;
    padding-top: 5%;
    height: 65%
}
.our-portfolio-content-block-title {
    text-align: center;
    height: 20%
}
.our-portfolio-content-block-title h5 {
    color: white;
    -webkit-transition: color 0.8s linear 0s;
    -moz-transition: color 0.8s linear 0s;
    -o-transition: color 0.8s linear 0s;
    transition: color 0.8s linear 0s
}
#non-standtart-block {
    width: 110%
}
@media only screen and (max-width: 480px) {
    #non-standtart-block {
        width: 100%
    }
}
.our-portfolio-content {
    margin-bottom: 5%
}
.our-portfolio-content:last-child {
    margin-bottom: 1.5%
}
.portfolio-last-added-works {
    padding-top: 2%;
    padding-bottom: 4%;
    background-color: #d6d6d6;
    position: relative
}
#portfolio-last-add-top {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0
}
#portfolio-last-add-bot {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0
}
.uk-slidenav-next::before,
.uk-slidenav-previous::before {
    content: "";
    font-family: Open Sans
}
.uk-slidenav-next img,
.uk-slidenav-previous img {
    -webkit-transition: all 0.1s ease 0s;
    -moz-transition: all 0.1s ease 0s;
    -o-transition: all 0.1s ease 0s;
    transition: all 0.1s ease 0s
}
.uk-slidenav-next {
    right: -5% !important
}
@media only screen and (max-width: 480px) {
    .uk-slidenav-next {
        margin-right: -19px
    }
}
.uk-slidenav-next:active img {
    margin-left: 20%
}
.uk-slidenav-previous {
    left: -5% !important
}
@media only screen and (max-width: 480px) {
    .uk-slidenav-previous {
        margin-left: -45px
    }
}
.uk-slidenav-previous:active img {
    margin-right: 20%
}
.uk-slidenav {
    display: block !important
}
#cutaway-main-header-span {
    font-size: 1em !important
}
.cutaway-print-header {
    font-family: Roboto Cond;
    padding-bottom: 2%
}
.cutaway-print-block {
    margin-left: 9.5%;
    position: relative;
    width: 80%;
    border-radius: 5px;
    background-color: #e8e8e8;
    padding-top: 5%;
    height: 85px;
    margin-bottom: 7%;
    text-align: left;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease
}
.cutaway-print-block div {
    display: inline-block
}
.cutaway-print-block .cutaway-block-ico {
    padding-left: 5%;
    float: left;
    width: 24%
}
.cutaway-print-block .cutaway-block-ico img {
    width: 100%
}
.cutaway-print-block .cutaway-block-ico #double-big-180 {
    width: 135%;
    padding-top: 15%
}
.cutaway-print-block .cutaway-block-title {
    padding-top: 5%;
    width: 75%
}
.cutaway-print-block .cutaway-block-title p {
    padding-left: 9%;
    margin: 0;
    font-size: 1em
}
.cutaway-print-block .cutaway-block-title #double-big-180-p {
    margin-top: -5%;
    padding-left: 20%
}
.cutaway-print-block .cutaway-block-title #double-big-90 {
    margin-top: -5%;
    padding-left: 13%
}
.cutaway-print-block:hover {
    cursor: pointer;
    background-color: #f5f5f5
}
.cutawayAjax-header {
    font-family: Roboto Cond;
    padding-bottom: 1.2%
}
.cutawayAjax-content-block {
    width: 100%;
    margin-bottom: 1.2%
}
.cutawayAjax-title {
    color: white;
    font-family: Roboto Cond;
    background-color: #81d4fa;
    border-radius: 5px;
    font-size: 1.2em;
    padding-top: 0.5%;
    padding-bottom: 0.5%
}
.cutawayAjax-title button {
    border: none;
    background: none;
    outline: none
}
.cutawayAjax-title button img {
    -webkit-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease
}
.cutawayAjax-title button:active img {
    -moz-transform: scale(1.1, 1.1) rotate(180deg);
    -ms-transform: scale(1.1, 1.1) rotate(180deg);
    -webkit-transform: scale(1.1, 1.1) rotate(180deg);
    -o-transform: scale(1.1, 1.1) rotate(180deg);
    transform: scale(1.1, 1.1) rotate(180deg)
}
.cutawayAjax-block-data_row {
    border-radius: 5px
}
.cutawayAjax-block-data_row p {
    display: inline-block;
    width: 9.5%;
    padding: 0;
    margin-top: 1%;
    margin-bottom: 1%
}
.cutawayAjax-block-data_row:hover {
    background-color: #eee
}
.cutawayAjax-block-data_row:last-child {
    border-bottom: 3px solid #dddbdb
}
#work-with-us {
    margin-top: 70px;
    margin-bottom: 120px;
}
#work-with-us img {
    height: 50px;
    object-fit: contain;
    width: 90%;
}
.over-hidden {
    overflow: hidden;
}
.logo {
    position: relative;
    z-index: 2;
    /* -webkit-animation-name: example; */
    -webkit-animation-duration: 2s;
    /* animation-name: example; */
    animation-duration: 2s;
    animation-iteration-count: 300;
    animation-direction: reverse;
    animation-timing-function: linear;
    width: 80px;
    float: left;
    margin-top: 25px;
}
#logo-anim {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 64px;
    height: 64px;
    margin-top: -7px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
#logo-anim .logo-p {
    background: url(/Images/Champ/Logo-last-w-parent-03.svg) no-repeat center center;
    background-size: contain;
    width: 64px;
    height: 64px;
    -webkit-animation-duration: 4s;
    animation-name: example3;
    animation-duration: 4s;
    animation-iteration-count: 300;
    animation-direction: reverse;
    animation-timing-function: linear;
}
#logo-anim .logo-c {
    background: url(/Images/Champ/Logo-last-w-child-03.svg) no-repeat center center;
    background-size: contain;
    width: 64px;
    height: 64px;
    -webkit-animation-duration: 4s;
    animation-name: example2;
    animation-duration: 4s;
    animation-iteration-count: 300;
    animation-direction: reverse;
    animation-timing-function: linear;
}
#logo-anim .logo-p, #logo-anim .logo-c {
    position: absolute;
    left: 0;
    top: 0;
}
.info-price {
    display: block;
    padding: 10px;
    font-family: Roboto Bold Cond;
    color: #5f5f5f;
    font-size: 2rem;
}
.review-one .name {
    font-size: 2.5rem;
    margin-bottom: 20px;
}
.review-one img {
    border-radius: 300px;
    border: 2px dashed #313131;
}
.review-one {
    text-align: center;
    background-color: #f9f9f9;
    padding: 20px 10px;
    color: #333;
    font-family: Roboto Bold Cond;
    margin-bottom: 25px;
}
/*.review-one .img {*/
    /*float: left;*/
/*}*/
.review-one .smile-block {
    display: inline-block;
    padding: 10px 14px;
    border-radius: 100px;
    line-height: 0px;
    font-size: 3rem;
}
.review-one .name,
.review-one .desc,
.review-one .position {
    display: block;
    text-align: center;
}
.based-p {
    padding: 10px;
    font-size: 1.5rem;
    background-color: #00BCD4;
    font-family: Roboto Bold Cond;
    color: #fff;
}
.based-p i {
    margin-right: 10px;
}

.table-shell {
    height: 270px;
    overflow: hidden;
    position: relative;
    margin: 20px 0;
}

.table-shell.active {
    height: initial;
}

.table-shell:after {
    content: " ";
    position: absolute;
    bottom: 0px;
    left: 0;
    box-shadow: 0 0 17px 12px rgb(255, 255, 255);
    display: block;
    width: 100%;
    height: 16px;
    border-bottom: 1px solid #f7f7f7;
}

.table-shell th {
    font-family: Roboto Bold Cond;
}

.clients-logo img {
    width: 100%;
    height: 200px;
    object-fit: contain;
    object-position: center center;
}

.img-port {
    width: 25%;
    display: inline-block;
    position: relative;
    overflow: hidden;
    border: 4px solid #fff;
    border-bottom: 0;
    border-top: 0;
    cursor: pointer;
}

.img-port img {
    width: 100%;
    height: 150px;
    object-position: center center;
    object-fit: cover;
    transition: 0.3s;
}

.img-port:hover:after {
    opacity: 0;
}

.img-port:hover img {
    transform: scale(1.2);
}

.img-port:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    /*margin: 2%;*/
    background-color: rgba(255, 255, 255, 0.3);
    transition: 0.3s;
}

.show-all-price {
    float: right;
    cursor: pointer;
    margin: 10px 0;
}

.filter-price-btn {
    margin-top: -2px;
    vertical-align: top;
}

.modal-new-order-polygraph {
    box-shadow: 0px 0px 26px 0px rgba(0, 0, 0, 0.12);
    background-color: #fff;
    position: fixed;
    max-height: 90%;
    width: 40%;
    left: 30%;
    top: 5%;
    z-index: 9999;
    padding: 20px;
    overflow: auto;
    display: none;
}

.modal-bg-order {
    position: fixed;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background-color: rgba(255, 255, 255, 0.88);
    z-index: 9998;
    display: none;
}

@media only screen and (max-width: 900px) {
    .mobile-hide {
        display: none;
    }
    #cloud-top {
        background-size: 140%, cover;
        background-position: center 100%, center center;
        height: 700px;
    }
    #foot {
        height: 620px;
        background-size: 137%, cover;
    }
    .block-cont {
        margin-top: 340px;
    }
    section.services,
    .contain-div,
    .aboutUsContent,
    .contacts-free-consult,
    .services-header-big {
        margin-top: -100px;
    }
    .menu-ul {
        margin: 0;
        /*display: inline-block;*/
        display: none;
        position: fixed;
        left: 0;
        top: 0;
        padding: 10px;
        width: 100%;
        background-color: #3e3e3e;
        text-align: left;
        z-index: 3;
        height: 100%;
        overflow: auto;
    }
    .menu-ul li {
        display: block;
        margin: 4px 0;
    }
    .menu-ul li ul {
        display: block;
        position: relative;
        padding: 10px 0 !important;
        width: initial !important;
    }
    .menu-ul li ul a {
        background-color: transparent !important;
        color: #fff !important;
        padding-left: 30px;
    }
    .menu-ul li a {
        display: inline-block;
    }
    .bar-button {
        position: absolute;
        left: 25px;
        display: inline-block;
        top: 15px;
        border: 2px solid #fff;
        background-color: #fff;
        color: #6bb1e0;
        padding: 5px 10px;
        border-radius: 100px;
        margin-left: 3px;
        width: 42px;
        font-size: 2rem;
    }
    .bar-close-button {
        position: absolute;
        right: 20px;
        display: inline-block;
        top: 15px;
        border: 2px solid #fff;
        background-color: #fff;
        color: #3e3e3e;
        padding: 5px 10px;
        border-radius: 100px;
        margin-left: 3px;
        width: 42px;
        font-size: 2rem;
    }
    #foot img {
        display: none;
    }
    #bot-why-us-bg,
    #top-why-us-bg {
        width: 300%;
        position: absolute;
        left: 0
    }
    .services-icon {
        padding: 17px 27px;
        border-radius: 0;
    }
}