@font-face {
    src: url("../fonts/HelveticaNeueCyr-Roman.ttf");
    font-family: "Helvetica Roman";
}
@font-face {
    src: url("../fonts/HelveticaNeueCyr-Medium.ttf");
    font-family: "Helvetica Medium";
}
@font-face {
    src: url("../fonts/HelveticaNeueCyr-Bold.ttf");
    font-family: "Helvetica Bold";
}
@font-face {
    src: url("../fonts/HelveticaNeueCyr-Light.ttf");
    font-family: "Helvetica Light";
}
@font-face {
    src: url("../fonts/AvantGardeCTT-Bold.otf");
    font-family: "AvantGardeCTT Bold";
}
@font-face {
    src: url("../fonts/AvantGardeCTT.otf");
    font-family: "AvantGardeCTT";
}
@font-face {
    src: url("../fonts/exo-20.otf");
    font-family: "Exo 2.0";
}
.z-index-20 {
    z-index: 20;
}
.p-relative {
    position: relative;
}
.t-center {
    text-align: center;
}
.line-fff {
    background: #fff;
}
.none-hover:hover, .none-hover:active, .none-hover:visited, .none-hover:focus  {
    border-bottom: 0px !important;
}
.to-up {
    position: fixed;
    bottom: 105px;
    right: 5%;
    z-index: 50;
    display: none;
    width: 63px;
    height: 63px;
    background: url('../imgs/icons/up-btn.png') no-repeat center / cover;
    cursor: pointer;
}
.to-up:hover {
    background: url('../imgs/icons/up-btn-hover.png') no-repeat center / cover;
}
.to-up img {
    width: 63px;
    height: 63px;
    display: none;
}
.consult-btn {
    border: 1px solid #fff;
    box-shadow: inset 1px 1px 1px #a4a6a6;
    border-radius: 20px;
    padding: 0px 20px;
    position: relative;
    display: inline-block;
}
.consult-btn .star {
    background: url("../imgs/icons/star.png") no-repeat top left;
    width: 120px;
    height: 90px;
    display: inline-block;
    position: absolute;
    top: -47px;
    left: -47px;
    z-index: 10;
}
.consult-btn a:hover, .consult-btn a:visited, .consult-btn a:active, .consult-btn a:focus  {
    border-bottom: 0 !important;
}
.header-fixed-top {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
}
header {
    background-color: rgba(54, 54, 53, 0.9);
    font-family: "Helvetica Roman", sans-serif;
}
header, header .row {
    height: 90px;
}
header a, header a:hover, header a:focus, header a:visited, header a:active {
    color: #fff;
    text-decoration: none;
}
.brand-block a {
    display: inline-block;
    margin-left: 5px;
}
.brand-block img {
    max-width: 100%;
    height: auto;
}
header .menu-inline ul {
    margin-top: 20px;
}
.menu-inline ul {
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 16px;
}
.menu-inline ul>li {
    display: inline-block;
}
.menu-inline ul a {
    display: inline-block;
}
.menu-inline ul a:hover, .menu-inline ul>li.active a {
    border-bottom: 3px solid #0dd0ff;
}
.sub-menu .fa {
    color: #0dd0ff;
}
.sub-menu {
    position: relative;
    min-height: 100%;
}
.sub-menu ul {
    position: absolute;
    top: 7px;
    left: -100px;
    background: #fff;
    color: #000;
    border-top: 5px solid #0dd0ff;
    width: 240px;
    overflow: hidden;
    display: none;
}
.sub-menu ul.lang {
    width: 125px;
    left: -45px;
}
.sub-menu span.square {
    width: 20px;
    height: 20px;
    background: #0dd0ff;
    display: block;
    transform: rotate(45deg);
    position: absolute;
    top: 7px;
    left: 10px;
    margin-top: 15px;
    display: none;
}
li.sub-menu:hover>a {
    border-color: transparent !important;
}
li.sub-menu.open ul, li.sub-menu.open span.square {
    display: block;
}
.sub-menu ul a {
    color: #000;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.sub-menu ul a:hover, .sub-menu ul a:visited, .sub-menu ul a:focus, .sub-menu ul a:active {
    border-bottom: 0px !important;
}
.sub-menu ul>li {
    display: block;
    padding: 10px 20px;
    text-align: center;
    border-bottom: 1px solid #d1d1d1;
}
.sub-menu ul>li:hover {
    background: rgba(13, 208, 255, .8);
    color: #fff;
}
.sub-menu ul>li:hover a {
    color: #fff;
}
.sub-menu ul>li:last-child {
    border-bottom: 0px;
}
#map-section {
    width: 100%;
    height: 100vh;
}
.gmnoprint, .gmnoprint {
    display: none;
}
.infoWindow {
    font-family: "Helvetica Medium", sans-serif;
    width: 240px;
}
.infoWindow h2{
    font-size: 28px;
    color: #00cd98;
    margin-bottom: 0;
}
.infoWindow .head-section {
    color: #000;
    font-size: 16px;
    border-bottom: 1px solid #eee;
}
.infoWindow .body-section {
    margin-top: 20px;
    font-size: 16px;
    margin-bottom: 20px;
}
.infoWindow .body-section a.tel, .infoWindow .body-section a.tel:hover, .infoWindow .body-section a.tel:active, .infoWindow .body-section a.tel:visited, .infoWindow .body-section a.tel:focus {
    color: #00cdff;
    font-size: 22px;
    text-decoration: none;
}
.infoWindow .body-section span.icon {
    margin-right: 10px;
}
span.icon {
    display: inline-block;
}
.infoWindow .body-section .addr {
    margin-top: 10px;
}
.infoWindow .body-section a.social, .infoWindow .body-section a.social:hover, .infoWindow .body-section a.social:visited, .infoWindow .body-section a.social:focus, .infoWindow .body-section a.social:active {
    color: #000;
    text-decoration: none;
}
.infoWindow .body-section .addr a, .infoWindow .body-section .addr a:hover, .infoWindow .body-section .addr a:active, .infoWindow .body-section .addr a:focus, .infoWindow .body-section .addr a:visited  {
    color: #00cd98;
}

ul.breadcrumbs {
    list-style: none;
    padding: 0;
    color: #000000;
    font-size: 12px;
    font-family: "Helvetica Bold", sans-serif;
    text-align: center;
}
ul.breadcrumbs a, ul.breadcrumbs a:active, ul.breadcrumbs a:hover, ul.breadcrumbs a:focus, ul.breadcrumbs a:visited {
    color: #000000;
}
ul.breadcrumbs li {
    display: inline-block;
}
ul.breadcrumbs li:before {
    content: '/';
    margin-left: 5px;
    margin-right: 5px;
}
ul.breadcrumbs li:first-child:before {
    content: '';
}
.contact-page ul.breadcrumbs {
    margin: 110px;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    right: 0;
}
footer {
    background: #363635;
    padding-top: 30px;
    font-family: "Helvetica Roman", sans-serif;
}
footer ul.menu a {
    color: #fff;
    text-decoration: none;
}
footer .brand-block a {
    margin-top: 20px;
}
ul.menu {
    list-style: none;
    padding: 0;
    margin: 0;
}
ul.menu li {
    padding: 5px;
}
ul.menu li.consult-btn {
    margin-top: 10px;
    margin-bottom: 15px;
}
.in-network {
    margin: 20px 0;
    text-align: right;
    color: #fff;
}
.in-network span.icon, .studio-info span.icon {
    margin-left: 5px;
}
.in-network a, .in-network a:hover, .in-network a:active, .in-network a:visited, .in-network a:focus {
    color: #fff;
    text-decoration: none;
}
.corp-info p {
    margin: 10px 0;
    text-align: center;
}
.studio-info p {
    margin: 10px 0;
    text-align: right;
    font-family: 'AvantGardeCTT Bold', sans-serif;
    font-weight: bold;
}
.wrapper.page {
    min-height: calc(100vh - 90px);
    margin-top: 90px;
}
.wrapper.page .breadcrumbs {
    padding-top: 20px;
}
.wrapper.page .body h2 {
    color: #00cdff;
    text-align: center;
    font-family: "AvantGardeCTT", sans-serif;
}
.wrapper.page .body {
    font-size: 14px;
    color: #000000;
    font-family: "Helvetica Roman", sans-serif;
}
.wrapper.page .body img {
    max-width: 100%;
    height: auto;
}
.wrapper.page .body li {
    list-style: none;
    margin-bottom: 20px;
}
.wrapper.page .body ul {
    padding: 0;
}
.wrapper.page .body a, .wrapper.page .body a:hover, .wrapper.page .body a:visited, .wrapper.page .body a:focus, .wrapper.page .body a:active {
    color: #0dd0ff;
}
.images-block {
    margin: 15px 0;
}
.images-block img {
    max-width: 100%;
    height: auto;
}
.images-block .images-preview {
    padding: 0;
}
.images-block .images-thumbs {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.page-caption {
    text-align: center;
    color: #00cd98;
    font-family: "Helvetica Bold", sans-serif;
    background: url("../imgs/icons/line.png") no-repeat left bottom;
    display: inline-block;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.page-caption.blue-caption {
    color: #00ceff;
    background: url("../imgs/icons/line-g.png") no-repeat left bottom;
}
.feedback-panel {
    border-radius: 20px;
    padding: 30px;
    background: url("../imgs/feedback-cover.png") no-repeat center center / cover;
}
.feedback-panel.with-shadow {
    box-shadow: 6px 6px 20px #dbdbdb, -6px -6px 20px #dbdbdb;
}
.feedback-panel.with-margin {
    margin: 30px 0;
}
.feedback-panel h2 {
    margin-left: 4%;
    color: #00cdff;
    font-family: "Helvetica Bold", sans-serif;
    display: block;
}
.feedback-panel h4 {
    margin-left: 8%;
    font-family: "Helvetica Bold", sans-serif;
    color: #00cd98;
    display: block;
}
.feedback-panel input, .feedback-panel textarea, #feedback-modal input, #feedback-modal textarea {
    height: 40px;
    width: 100%;
    display: block;
    border-radius: 10px;
    border: 1px solid #dbdbdb;
    margin-bottom: 5px;
    padding: 0 20px;
    font-size: 16px;
    font-family: "Helvetica Light", sans-serif;
}
.feedback-panel input::placeholder, .feedback-panel textarea::placeholder, #feedback-modal input::placeholder, #feedback-modal textarea::placeholder {
    color: #d4d4d4;
}
.feedback-panel textarea, #feedback-modal textarea {
    min-height: 85px;
    resize: none;
    padding: 10px 20px;
}
.feedback-panel button[type=submit] {
    color: #fff;
    background: #00cdff;
    border-radius: 15px;
    border: 1px solid #00cdff;
    width: 190px;
    text-align: center;
    font-family: "AvantGardeCTT Bold", sans-serif;
    margin: 0 auto;
    display: block;
    font-size: 16px;
    height: 40px;
}
.news-list {
    padding-bottom: 40px;
}
.news-card {
    margin-bottom: 20px;
}
.news-card .image {
    height: 212px;
    width: 273px;
    text-align: center;
}
.news-card .news-body {
    width: calc(100% - 273px);
    font-size: 12px;
    color: #4a4a49;
    font-family: "Helvetica Roman", sans-serif;
    padding-left: 15px;
}
.news-card .news-body .desc {
    height: 165px;
    overflow: hidden;
}
.news-card .news-body .home-desc-news * {
    color: #fff !important;
}
.news-card .news-body .body-caption {
    font-family: "Helvetica Bold", sans-serif;
    font-size: 19px;
    text-overflow: ellipsis;
    height: 30px;
    white-space: nowrap;
    overflow: hidden;
}
.news-card .news-body p {
    margin: 0;
}
.news-card .image img {
    max-width: 100%;
    height: auto;
    border: 1px solid #00cdff;
}
.news-card .news-body .created_at, .news-card .image .created_at {
    width: 115px;
    height: 25px;
    display: inline-block;
    background: #636363;
    text-align: center;
    line-height: 25px;
    color: #fff;
    font-family: "Helvetica Roman", sans-serif;
    font-size: 16px;
}
.news-card .image .created_at {
    margin-top: 20px;
}
.news-card .news-body .read-more {
    color: #00cdff;
    font-size: 18px;
    font-family: "Helvetica Roman", sans-serif;
    border-bottom: 2px solid;
    padding-bottom: 5px;
    text-decoration: none;
    margin-left: 15px;
    border-color: #00cdff;
}
.news-card .news-body .read-more:hover {
    color: #00ce98;
    border-color: #00ce98;
}
.intro-block {
    position: relative;
    padding: 0;
}
.intro-block .image {
    /*height: calc(100vh - 90px);*/
    width: 100%;
    height: 615px;
}
.intro-block .layer {
    position: absolute;
    z-index: 10;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}
.intro-block .slogan {
    font-family: "AvantGardeCTT", sans-serif;
    position: absolute;
    bottom: 6.25em;
    /*bottom: 8%;
    bottom: 7vh;*/
    left: 14%;
    color: #fff;
    font-size: 30px;
}
blockquote {
    font-family: 'Exo 2.0', sans-serif;
    font-size: 30px;
}
.home-page .quote {
    padding: 30px 0;
    display: flex;
}
.home-page blockquote {
    margin-bottom: 0;
}
.quote:before {
    content: url("../imgs/icons/11.png");
    padding-right: 30px;
    display: flex;
    align-self: flex-start;
}
.quote:after {
    content: url("../imgs/icons/22.png");
    padding-left: 30px;
    display: flex;
    align-self: flex-end;
}
.service-blocks {
    height: 600px;
    position: relative;
    padding: 0;
}
.item-block {
    background-color: #383838 !important;
    color: #fff;
    position: relative;
}
.service-blocks .item-block:first-child {
    height: 300px;
    clip-path: polygon(0 0%, 100% 0, 100% 100%);
    position: relative;
    z-index: 10;
}
.service-blocks .item-block:nth-child(2) {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    /*
    margin-left: 15px;
    margin-right: 15px;*/
}
.service-blocks .item-block:nth-child(3) {
    height: 300px;
    clip-path: polygon(0 100%, 100% 0, 100% 100%);
    position: relative;
    z-index: 10;
}
.service-blocks .item-block .inline-block {
    position: relative;
    z-index: 10;
    display: flex;
    height: 100%;
}
.service-blocks .item-block:first-child .inline-block {
    padding-top: 10px;
    padding-right: 5px;
    margin-left: 25%;
    width: 75%;
}
.service-blocks .item-block a {
    color: #fff;
    text-decoration: none;
}
.service-blocks .item-block a:hover, .service-blocks .item-block a:focus, .service-blocks .item-block a:active, .service-blocks .item-block a:visited {
    background: #00ce98;
}
.service-blocks .item-block .icon {
    margin-left: 15px;
}
.service-blocks .item-block .title {
    height: 100px;
    overflow: hidden;
    font-size: 24px;
    font-family: "Tahoma", sans-serif;
    text-align: center;
    text-shadow: 1px 1px 1px #000;
}
.service-button {
    border: 2px solid #fff;
    border-radius: 20px;
    height: 30px;
    width: 130px;
    text-align: center;
    line-height: 25px;
    display: block;
    font-size: 18px;
    margin: auto;
}
.service-blocks .item-block .desc {
    height: 180px;
    font-family: "Helvetica Roman", sans-serif;
    font-size: 12px;
    line-height: 13px;
    overflow: hidden;
}
.service-blocks .item-block .desc, .service-blocks .item-block .service-button {
    display: none;
}
.service-blocks .item-block:hover .with-shadow {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(56, 56, 56, 0.35);
    z-index: 5;
}
.service-blocks .item-block:hover .desc, .service-blocks .item-block:hover .service-button {
    display: block;
}
.service-blocks .item-block:nth-child(2) .desc, .service-blocks .item-block:nth-child(2) .title {
    align-self: center;
}
.service-blocks .item-block:nth-child(2) .inline-block {
    margin-right: 25%;
    width: 75%;
    justify-content: flex-end;
}
.service-blocks .item-block:nth-child(3) .inline-block {
    padding-bottom: 10px;
    padding-right: 5px;
    margin-left: 25%;
    width: 75%;
    align-items: flex-end;
}
.card-block {
    padding-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
}
.card-block h2 {
    font-family: "Helvetica Medium", sans-serif;
    font-size: 26px;
    text-align: center;
    background: url('../imgs/icons/line.png') no-repeat left bottom;
    background-size: 90px;
    padding-bottom: 10px;
    margin: 20px 0;
    display: inline-block;
}
.card-block .card-item {
    font-family: "AvantGardeCTT", sans-serif;
    font-size: 20px;
    text-align: center;
}
.card-item {
    margin-top: 30px;
}
.card-item .image {
    height: 180px;
    line-height: 180px;
}
.card-item .image img {
    max-width: 100%;
    max-height: 100%;
}
.card-item .caption {
    margin-top: 10px;
}
.text-block {
    padding: 170px 55px;
    background: url("../imgs/text-block.png") no-repeat top center / cover;
    clip-path: polygon(0% 160px, 100% 0%, 100% 100%, 0% 100%);
    font-family: "Helvetica Roman", sans-serif;
    font-size: 14px;
    line-height: 2em;
}
.text-block h2 {
    font-family: "Helvetica Medium", sans-serif;
    text-align: center;
    font-size: 30px;
    margin-bottom: 30px;
}
.text-block p {
    margin-bottom: 30px;
}
.text-block a, .text-block a:hover, .text-block a:visited, .text-block a:focus, .text-block a:active {
    color: #000;
}
.home-page .news-list h2 {
    font-family: "Helvetica Roman", sans-serif;
    color: #ffffff;
    text-align: center;
    font-size: 30px;
    margin-bottom: 40px;
    text-shadow: 1px 4px 3px #000;
    background: url('../imgs/icons/line.png') no-repeat left bottom;
    background-size: 133px;
    padding-bottom: 10px;
    display: inline-block;
}
.home-page .news-list {
    min-height: 600px;
    background: #474747 url("../imgs/news-list.png") no-repeat top center / cover;
    margin-top: -160px;
    clip-path: polygon(0% 160px, 100% 0%, 100% 100%, 0% 100%);
    padding-top: 160px;
    display: flex;
    flex-wrap: wrap;
}
.home-page .news-card {
    margin-bottom: 40px;
}
.home-page .news-card .news-body {
    color: #fff;
}
.home-page .news-card .image {
    height: 141px;
    width: 181px;
    background: transparent;
    border: 0px;
}
.home-page .news-card .news-body {
    width: calc(100% - 181px);
}
.home-page .news-card .news-body .read-more, .home-page .news-card .news-body .read-more:hover, .home-page .news-card .news-body .read-more:active, .home-page .news-card .news-body .read-more:visited, .home-page .news-card .news-body .read-more:focus {
    font-size: 16px;
}
.home-page .feedback-panel {
    /*border-top-left-radius: 0px;
    border-top-right-radius: 0px;*/
    border-radius: 0px;
}
.our-partners .caption {
    height: 70px;
    line-height: 70px;
    white-space: nowrap;
    font-size: 22px;
    color: #fff;
    font-family: "Helvetica Roman", sans-serif;
    padding-left: 40px;
    background-color: #00cd98;
    overflow: hidden;
    text-overflow: ellipsis;
}
.our-partners .body {
    display: flex;
    flex-wrap: wrap;
    padding: 40px 0;
    padding-left:  8.333333%;
    background: url("../imgs/icons/triange-green.png") no-repeat left center / auto;
}
.our-partners .partners-card {
    height: 130px;
    line-height: 130px;
    text-align: center;
}
.our-partners .partners-card img {
    max-width: 100% !important;
    max-height: 100%;
}
.service-line {
    height: 100px;
    line-height: 100px;
    font-family: "Helvetica Bold", sans-serif;
}
.service-line .main-bl {
    color: #fff;
    background: #00cdff;
    font-size: 18px;
    text-align: center;
    padding: 0 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.service-line .add-bl {
    padding-left:  4.333333%;
    background: url("../imgs/icons/triange-blue.png") no-repeat left center / contain;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.client-review {
    background: url("../imgs/client-review.png") no-repeat top center / cover;
    padding-bottom: 30px;
}
.client-review h2 {
    font-family: "Helvetica Roman", sans-serif;
    font-size: 22px;
    padding: 20px 0;
    text-align: center;
    margin-bottom: 0;
}
.client-review-slide {
    position: relative;
}
.client-review-slide-control {
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 15px;
    margin-top: -27.5px;
    content: url("../imgs/icons/caret.png");
    z-index: 10;
    user-select: none;
}
.client-review-slide-control:hover {
    content: url("../imgs/icons/caret-hover.png");
}
.client-review-slide-control.next {
    transform: rotate(180deg);
    left: inherit;
    right: 15px;
}
.online-form legend {
    font-size: 14px;
    font-family: "AvantGardeCTT Bold", sans-serif;
    color: #000;
}
.online-field {
    height: 35px;
    border-radius: 5px;
    border-color: #959595;
    font-size: 14px;
    padding: 0 10px;
    margin-bottom: 5px;
    font-family: "AvantGardeCTT", sans-serif;
    width: 100%;
    border: 1px solid;
}
textarea.online-field {
    height: 200px;
    resize: none;
}
.online-field::placeholder {
    color: #000;
}
.online-field:-moz-placeholder {
    color: #000;
}
.online-field::-webkit-input-placeholder {
    color: #000;
}
.online-field:-ms-input-placeholder {
    color: #000;
}
.online-form  input[type=submit] {
    width: 195px;
    text-align: center;
    padding: 5px 0;
    color: #fff;
    background: #00cdff;
    border-radius: 10px;
    border: 1px solid #00cdff;
    font-family: "AvantGardeCTT", sans-serif;
    font-size: 16px;
    display: block;
    margin: 20px auto;
}
.page-caption.online-page {
    margin: 30px 0;
    margin-top: 10px;
}

.calculate-btn {
    width: 500px;
    background: url('../imgs/icons/fill.png') no-repeat top left / cover;
    display: block;
    position: fixed;
    top: 36vh;
    right: 0;
    z-index: 50;    
    padding: 30px;
    transform: translateX(331px);
    transition: transform 0.4s ease 0.1s;
    cursor: pointer;
}
.calculate-btn:hover {
    transform: translateX(0px);
}
.calculate-btn .image {
    padding: 30px;
    border-right: 1px solid #474747;
    text-align: center;
}
#online-sm-form  {
    font-size: 14px;    
}
#online-sm-form  .image {
    text-align: center;
}
#online-sm-form .caption {
    text-align: center;
    font-family: "AvantGardeCTT Bold", sans-serif;
    color: #000;
    margin-bottom: 5px;    
}
#online-sm-form  a {
    color: #3789b5;
    text-transform: none;
    text-align: center;
    display: block;
    font-family: "AvantGardeCTT", sans-serif;
    margin-bottom: 5px;
}
.calculate-btn .image img, #online-sm-form  .image img {
    width: 63px;
}
.calculate-btn .title, #online-sm-form .title {
    color: #3789b5;
    text-align: center;
    font-family: "Helvetica Roman", sans-serif;
}
.calculate-btn .title a, .calculate-btn .title a:hover, .calculate-btn .title a:active, .calculate-btn .title a:visited, .calculate-btn .title a:focus {
    color: #3789b5;
    text-decoration: none;
}
.calculate-btn .info-block {
    font-family: "Helvetica Roman", sans-serif;
    color: #000;
    font-size: 18px;
    padding: 30px;
}