/* Layout */
.page-wrap { min-height: 100%; min-width: 1050px; padding: 0; }
.center-wrap { max-width: 1200px; margin: 0 auto 0 auto; padding: 0 40px 0 40px; }

.panel-right {
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    width: 0;
    z-index: 3;
}

.panel-right .menu {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 0;
    background: rgba(255, 255, 255, 0.9);
    transition: 0.2s ease;
}

.panel-right .menu.open {
    width: 320px;
}

.panel-right .button {
    position: absolute;
    left: -60px;
    top: 50%;
    margin-top: -25px;
    width: 32px;
    height: 32px;
    padding: 9px;
    background: #08acab;
    border-radius: 25px;
    cursor: pointer;
    transition: 0.2s;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

.panel-right .button:hover {
    background-color: #0ac6c5;
}

.panel-right .button .open {
    position: relative;
    top: 15px;
    left: 2px;
    width: 28px;
    height: 2px;
    background: #fff;
    border-radius: 2px;
    opacity: 1.0;
    transition: 0.2s;
}

.panel-right .button .open:before,
.panel-right .button .open:after {
    content: '.';
    font-size: 0;
    color: transparent;
    display: block;
    position: absolute;
    right: 0;
    height: 2px;
    border-radius: 2px;
    background: #fff;
}

.panel-right .button .open:before {
    width: 28px;
    top: -6px;
}

.panel-right .button .open:after {
    width: 19px;
    bottom: -6px;
}

.panel-right .menu.open .button .open {
    opacity: 0.0;
}

.panel-right .button .close {
    position: absolute;
    top: 9px;
    left: 9px;
    width: 28px;
    height: 28px;
    border: 2px solid #fff;
    border-radius: 32px;
    opacity: 0.0;
    transition: 0.2s;
}

.panel-right .button .close:before,
.panel-right .button .close:after {
    content: '.';
    font-size: 0;
    color: transparent;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 18px;
    height: 2px;
    border-radius: 1px;
    background: #fff;
    margin: -1px 0 0 -9px;
    transition: 0.2s;
}

.panel-right .button .close:before {
    transform: rotate(45deg);
}

.panel-right .button .close:after {
    transform: rotate(-45deg);
}

.panel-right .menu.open .button .close {
    opacity: 1.0;
}

.panel-right .menu .menu-inner-1 {
    display: table;
    table-layout: fixed;
    border-collapse: collapse;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.panel-right .menu .menu-inner-2 {
    display: table-row;
}

.panel-right .menu .menu-inner-3 {
    display: table-cell;
    vertical-align: middle;
}

.panel-right .menu ul {
    list-style: none;
    width: 500px;
    padding-left: 60px;
    opacity: 0.0;
    visibility: hidden;
    transition: 0.2s;
}

.panel-right .menu.open ul {
    opacity: 1.0;
    visibility: visible;
}

.panel-right .menu li {
    padding: 5px 0 5px 0;
}

.panel-right .menu a {
    text-decoration: none;
    color: #000;
    font-weight: 500;
    font-size: 18px;
    transition: 0.2s;
}

.panel-right .menu a:hover {
    color: #08acab;
}

.page-header {
    min-height: 80px;
    padding: 0 40px 0 40px;
}

.page-header:before,
.page-header .phones:before,
.page-header .social-accounts:before {
    content: '.';
    font-size: 0;
    color: transparent;
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 80px;
}


.page-header .logo {
    display: inline-block;
    vertical-align: middle;
    margin-right: 45px;
}

.page-header .slogan {
    display: inline-block;
    vertical-align: middle;
    font-weight: 500;
    font-size: 20px;
    line-height: 20px;
    color: #001d5c;
}

.page-header .button-call {
    display: block;
    float: right;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    height: 65px;
    color: #fff;
    background: #08acab;
    width: 200px;
    text-align: center;
    margin-left: 40px;
    margin-right: -40px;
    cursor: pointer;
    transition: 0.2s;
    padding-top: 15px;
}

.page-header .button-call:hover {
    background: #0ac6c5;
}

.page-header .phones,
.page-header .social-accounts {
    display: block;
    float: right;
    height: 80px;
    margin-left: 30px;
}

.page-header .js-phone {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 2px;
}

.page-header .js-phone a {
    display: block;
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
}

.page-header .social-accounts {
    font-size: 0;
}

.page-header .social-accounts a {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    margin-left: 10px;
    background: transparent center center no-repeat;
    transition: 0.2s;
}

.page-header .social-accounts a:hover {
    transform: scale(1.2);
}

.page-header .social-accounts a.socicon-facebook {
    background-color: #39579b;
    background-image: url(../fonts/facebook.svg);
}

.page-header .social-accounts a.socicon-youtube {
    background-color: #ff0000;
    background-image: url(../fonts/youtube.svg);
}

.page-header .social-accounts a.socicon-instagram {
    background-image: url(../fonts/instagram.svg);
}

.block-slider {
    
}

.block-slider .slide-inner {
    margin: 0 -325px 0 -325px;
    text-align: center;
}

.block-slider .slide-inner img {
    display: inline-block;
    margin: 0;
    vertical-align: top;    
    max-width: 100%;
}

.block-slider-wrap {
    position: relative;
}

.block-slider-wrap .awards-position {
    position: relative;
    height: 0;
    max-width: 1200px;
    padding: 0 40px 0 40px;
    margin: 0 auto 0 auto;
}

.block-slider-wrap .awards {
    position: absolute;
    top: 38px;
    left: 40px;
    max-width: 100%;
    z-index: 1;
    font-size: 0;
	
}

.block-slider-wrap .awards img {
    margin-right: 17px;
	border: inset;
}

.block-slider-wrap .nav-wrap {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    height: 0;
}

.block-slider-wrap .nav {
    position: relative;
    max-width: 1450px;
    margin: 0 auto 0 auto;
    height: 0;
}

.block-slider-wrap .slick-prev,
.block-slider-wrap .slick-next {
    display: block;
    position: absolute;
    top: 50%;
    width: 39px;
    height: 39px;
    margin-top: -20px;
    border: 2px solid #fff;
    transition: 0.2s;
    font-size: 0;
    color: transparent;
    background: none;
    cursor: pointer;
}

.block-slider-wrap .slick-prev:hover,
.block-slider-wrap .slick-next:hover {
    border-color: #08acab;
}

.block-slider-wrap .slick-prev {
    left: 55px;
    border-right: 0;
    border-bottom: 0;
    transform: rotate(-45deg);
    opacity: 1.0;
}

.block-slider-wrap .slick-next {
    right: 55px;
    border-left: 0;
    border-bottom: 0;
    transform: rotate(45deg);
    opacity: 1.0;
}

.block-about {
    padding-top: 45px;
}

.block-about .block-title,
.block-about .logo {
    font-weight: 500;
    font-size: 36px;
    line-height: 40px;
    color: #000000;
    text-align: center;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.block-about .logo {
    margin-bottom: 30px;
}

.block-about .logo img {
    vertical-align: top;
}

.block-about .description {
    text-align: center;
    font-size: 16px;
    color: #000;
    line-height: 24px;
    font-weight: 500;
    max-width: 650px;
    margin: 0 auto 60px auto;
}

.block-about .items {
    font-size: 0;
}

.block-about .item {
    display: inline-block;
    vertical-align: top;
    width: 33.33%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px 50px 20px;
    text-align: center;
    text-decoration: none;
}

.block-about .item .image-wrap {
    width: 230px;
    height: 230px;
    margin: 0 auto 25px auto;
    max-width: 100%;
    position: relative;
    overflow: hidden;
    border: 1px solid transparent;
}

.block-about .item .image-wrap .mask {
    content: '.';
    font-size: 0;
    color: transparent;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 230px;
    height: 230px;
    z-index: 1;
    background: url(../fonts/mask.svg) center center no-repeat;
}

.block-about .item img {
    width: 100%;
    vertical-align: top;
    transition: 5s ease;
}

.block-about .item:hover img {
    transform: scale(1.1);
}

.block-about .item .title {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    text-decoration: none;
    text-transform: uppercase;
    margin-bottom: 3px;
}

.block-about .item .text {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #000;
    max-width: 235px;
    margin: 0 auto 0 auto;
}

.block-popup-article {
    background: #ebebeb;
    padding: 65px;
    display: none;
    max-width: 1054px;
}

.block-popup-article table {
    border-collapse: collapse;
}

.block-popup-article img {
    vertical-align: top;
}

.block-popup-article p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #000;
}

.block-popup-article .table-image-text tr:last-child td { border-bottom: 0; background: none; padding-bottom: 0; }

.block-publications {
    margin-bottom: 70px;
}

.block-publications .block-title{
    font-weight: 500;
    font-size: 36px;
    line-height: 40px;
    color: #000000;
    text-align: center;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.block-publications .items {
    font-size: 0;
}

.block-publications .items .item {
    display: inline-block;
    vertical-align: top;
    width: 33.33%;
    padding-bottom: 22px;
    background: #f0f0f0;
    text-decoration: none;
}

.block-publications .items .item:nth-of-type(2n) {
    background: #f8f8f8;
}

.block-publications .item .image-wrap {
    margin: 0 auto 25px auto;
    max-width: 100%;
    overflow: hidden;
}

.block-publications .item img {
    width: 100%;
    vertical-align: top;
    transition: 5s ease;
}

.block-publications .item:hover img {
    transform: scale(1.1);
}

.block-publications .item .title {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    text-decoration: none;
    text-transform: uppercase;
    padding: 0 40px 0 40px;
    margin-bottom: 15px;
}

.block-publications .item .text {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #000;
    padding: 0 40px 0 40px;
}

.block-publications .more-publications {
    position: relative;
    width: 200px;
    height: 40px;
    line-height: 40px;
    background: #08acab;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    margin: 50px auto 0 auto;
    text-align: center;
    border-radius: 3px;
    cursor: pointer;
    transition: 0.2s;
}

.block-publications .more-publications:hover {
    background: #0ac6c5;
}

.block-publications .more-publications.loading {
    color: transparent;
}

.block-publications .more-publications:before {
    content: '.';
    font-size: 0;
    color: transparent;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -10px;
    width: 8px;
    height: 8px;
    border-radius: 0 4px 0 4px;
    background: #fff;
    animation:spin 1s linear infinite;
    transform-origin: 4px 10px;
    opacity: 0.0;
    transition: 0.2s;
}

.block-publications .more-publications:after {
    content: '.';
    font-size: 0;
    color: transparent;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: 2px;
    width: 8px;
    height: 8px;
    border-radius: 0 4px 0 4px;
    background: #fff;
    animation:spin 1s linear infinite;
    transform-origin: 4px -2px;
    opacity: 0.0;
    transition: 0.2s;
}

.block-publications .more-publications.loading:before,
.block-publications .more-publications.loading:after {
    opacity: 1.0;
}

@keyframes spin { 100% { transform:rotate(360deg); } }

.block-gallery {
    height: 250px;
    margin-bottom: 70px;
}

.block-gallery .viewport {
    height: 250px;
    overflow: hidden;
}

.block-gallery .scroller-wrap {
    position: relative;
    display: inline-block;
}

.block-gallery .scroller {
    position: relative;
    left: 0;
    height: 250px;
    font-size: 0;
    white-space: nowrap;
    animation: move 20s linear infinite;
}

.block-gallery:hover .scroller { 
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -o-animation-play-state: paused;
     animation-play-state: paused;
}

@keyframes move { 100% { left: -25%; } }

.block-gallery .item {
    position: relative;
    display: inline-block;
    width: 250px;
    height: 250px;
    background: center center no-repeat;
    border-right: 1px solid #fff;
    cursor: pointer;
}

.block-gallery .item:after {
    content: '.';
    font-size: 0;
    color: transparent;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(8, 172, 171, 0.7) url(../fonts/zoom.svg) center center no-repeat;
    opacity: 0.0;
    transition: 0.2s;
}

.block-gallery .item:hover:after {
    opacity: 1.0;
}

.block-features-wrap {
    padding: 0 65px 0 65px;
    margin: 0 auto 70px auto;
    max-width: 1270px;
}

.block-features-wrap .block-title {
    font-weight: 500;
    font-size: 36px;
    line-height: 40px;
    color: #000000;
    text-align: center;
    text-transform: uppercase;
}

.block-features .item {
    padding: 35px 35px 0 35px;
}

.block-features .item .item-inner1 {
    display: table;
    border-collapse: collapse;
    table-layout: fixed;
}

.block-features .item .item-inner2 {
    display: table-row;
}

.block-features .item .image {
    display: table-cell;
    width: 50%;
    padding-right: 25px;
    vertical-align: middle;
}

.block-features .item .image-wrap {
    position: relative;
}

.block-features .item .index {
    position: absolute;
    left: -35px;
    top: -35px;
    width: 70px;
    height: 70px;
    background: #08acab;
    border-radius: 35px;
    text-align: center;
    line-height: 66px;
    color: #fff;
    font-size: 36px;
    font-weight: 500;
}

.block-features .item .image-wrap img {
    vertical-align: top;
    width: 100%;
    border-radius: 35px;
}

.block-features .item .text {
    display: table-cell;
    width: 50%;
    padding-left: 25px;
    vertical-align: middle;
}

.block-features .slick-prev,
.block-features .slick-next {
    display: block;
    position: absolute;
    top: 50%;
    width: 39px;
    height: 39px;
    margin-top: -20px;
    border: 2px solid #000;
    transition: 0.2s;
    font-size: 0;
    color: transparent;
    background: none;
    cursor: pointer;
}

.block-features .slick-prev:hover,
.block-features .slick-next:hover {
    border-color: #08acab;
}

.block-features .slick-prev {
    left: -28px;
    border-right: 0;
    border-bottom: 0;
    transform: rotate(-45deg);
    opacity: 1.0;
}

.block-features .slick-next {
    right: -28px;
    border-left: 0;
    border-bottom: 0;
    transform: rotate(45deg);
    opacity: 1.0;
}

.block-showcase {
    position: relative;
    cursor: pointer;
    margin-bottom: 70px;
    min-height: 0;
    transition: 0.3s;
}

.block-showcase .icon {
    display: block;
    position: absolute;
    color: transparent;
    width: 100px;
    height: 100px;
    left: 50%;
    top: 50%;
    margin: -50px 0 0 -50px;
    background: url(../fonts/play.svg) center center no-repeat;
    opacity: 0.8;
    transition: 0.2s;
}

.block-showcase:hover .icon {
    opacity: 1.0;
}

.block-showcase.open {
    min-height: 700px;
}

.block-showcase .iframe {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
}

.block-showcase .iframe iframe {
    width: 100%;
    height: 100%;
}

.block-showcase img {
    vertical-align: top;
    max-width: 100%;
}

.block-accessories {
    margin-bottom: 70px;
}

.block-accessories .block-title {
    font-weight: 500;
    font-size: 36px;
    line-height: 40px;
    color: #000000;
    text-align: center;
    margin-bottom: 50px;
    text-transform: uppercase;
}

.block-accessories .item {
    display: inline-block;
    vertical-align: top;
    border-bottom: 1px solid #fff;
    position: relative;
    width: 16.6666%;
    padding: 16px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #f0f0f0;
    cursor: pointer;
}

.block-accessories .item.line6-odd {
    background: #f0f0f0;
}

.block-accessories .item.line6-even {
    background: #f8f8f8;
}

.block-accessories .item img {
    width: 100%;
    border-radius: 500px;
    vertical-align: top;
}

.block-accessories .item .title {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #345eb9;
    text-align: center;
    opacity: 0.0;
    transition: 0.2s;
}

.block-accessories .item .title:hover {
    opacity: 1.0;
}

.block-accessories .item .title:after {
    content: '.';
    font-size: 0;
    color: transparent;
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 100%;
}

.block-accessories .item .title .title-inner1 {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    font-weight: 500;
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    padding: 10px;
}

.block-accessories .tab-content {
    display: none;
    font-size: 0;
    text-align: right;
}

.block-accessories .tab-content:first-child {
    display: block;
}

.block-accessories .tab-switch {
    height: 60px;
    display: table;
    table-layout: fixed;
    border-collapse: collapse;
    margin-right: -1px;
    width: 100%;
}

.block-accessories .tab-switch .tab-switch-inner {
    display: table-row;
}

.block-accessories .tab-switch .tab-switch-inner .switch {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
    text-align: center;
    background: #f0f0f0;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    cursor: pointer;
    font-size: 18px;
    color: #000;
    font-weight: 500;
    transition: 0.2s;
}

.block-accessories .tab-switch .tab-switch-inner .switch:last-child {
    border-right: none;
}

.block-accessories .tab-switch .tab-switch-inner .switch.selected {
    background: #08acab;
    cursor: default;
    color: #fff;
}









.block-specifications {
    margin-bottom: 50px;
}

.block-specifications .block-title {
    font-weight: 500;
    font-size: 36px;
    line-height: 40px;
    color: #000000;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 50px;
}

.block-specifications .items {
    font-size: 0;
    margin-right: -20px;
}

.block-specifications .items .item {
    display: inline-block;
    vertical-align: top;
    padding-right: 20px;
    width: 50%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.block-specifications .items .item-inner {
    background: #f8f8f8;
}

.block-specifications .items .item .title {
    background: #08acab;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    color: #fff;
    text-align: center;
    padding: 10px;
    margin: 0;
}

.block-specifications .items .item .text {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    padding: 40px 50px 40px 50px;
}

.block-specifications .items .item .text img {
    border: 1px solid #f2f2f2;
}

.block-reviews {
    margin-bottom: 90px;
}

.block-reviews .block-title {
    font-weight: 500;
    font-size: 36px;
    line-height: 40px;
    color: #000000;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 50px;
}

.block-reviews .item {
    
}

.block-reviews .top {
    position: relative;
    max-width: 900px;
    padding: 20px 130px 30px 130px;
    background: #f0f0f0;
    margin: 0 auto 30px auto;
    border-left: 5px solid #fff;
    border-right: 5px solid #fff;
}

.block-reviews .top .stars {
    height: 28px;
    font-size: 0;
    text-align: center;
    margin-bottom: 15px;
}

.block-reviews .top .stars .star {
    display: inline-block;
    width: 28px;
    height: 28px;
    background: url(../fonts/star.svg) center center no-repeat;
}

.block-reviews .top .stars .place {
    display: inline-block;
    width: 28px;
    height: 28px;
    background: url(../fonts/place.svg) center center no-repeat;
}

.block-reviews .bottom {
    max-width: 260px;
    margin: 0 auto 0 auto;
}

.block-reviews .bottom img {
    float: left;
    border-radius: 25px;
}

.block-reviews .bottom .right {
    margin-left: 70px;
    padding-top: 5px;
}

.block-reviews .bottom .name,
.block-reviews .bottom .date {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}

.block-reviews .top:after {
    content: '.';
    font-size: 0;
    color: transparent;
    display: block;
    width: 21px;
    height: 21px;
    position: absolute;
    left: 50%;
    bottom: -21px;
    margin-left: -82px;
    background: url(../fonts/corner.svg) 0 0 no-repeat;
}

.block-reviews .slick-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -30px;
    text-align: center;
    font-size: 0;
}

.block-reviews .slick-dots li {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin: 0 6px 0 6px;
}

.block-reviews .slick-dots li button {
    display: block;
    background: transparent;
    border: 1px solid #08acab;
    width: 7px;
    height: 7px;
    padding: 0;
    margin: 0;
    border-radius: 4px;
    font-size: 0;
    color: transparent;
    transition: 0.2s;
    cursor: pointer;
}

.block-reviews .slick-dots li.slick-active button {
    background: #08acab;
    cursor: default;
}

.block-certificates {
    margin-bottom: 50px;
}

.block-certificates .block-title {
    font-weight: 500;
    font-size: 36px;
    line-height: 40px;
    color: #000000;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.block-certificates .js-widget {
    padding: 0 100px 0 100px;
    max-width: 1220px;
    margin: 0 auto 0 auto;
}

.block-certificates .item {
    padding: 20px;
    text-align: center;
    position: relative;
}

.block-certificates .item a {
    display: block;
    position: relative;
}

.block-certificates .item a:after {
    content: '.';
    font-size: 0;
    color: transparent;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(8, 172, 171, 0.7) url(../fonts/zoom.svg) center center no-repeat;
    opacity: 0.0;
    transition: 0.2s;
}

.block-certificates .item a:hover:after {
    opacity: 1.0;
}

.block-certificates .item img {
    vertical-align: top;
    max-width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #f2f2f2;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.block-certificates .slick-prev,
.block-certificates .slick-next {
    display: block;
    position: absolute;
    top: 50%;
    width: 39px;
    height: 39px;
    margin-top: -20px;
    border: 2px solid #bdbdbd;
    transition: 0.2s;
    font-size: 0;
    color: transparent;
    background: none;
    cursor: pointer;
}

.block-certificates .slick-prev:hover,
.block-certificates .slick-next:hover {
    border-color: #08acab;
}

.block-certificates .slick-prev {
    left: 55px;
    border-right: 0;
    border-bottom: 0;
    transform: rotate(-45deg);
    opacity: 1.0;
}

.block-certificates .slick-next {
    right: 55px;
    border-left: 0;
    border-bottom: 0;
    transform: rotate(45deg);
    opacity: 1.0;
}

.block-form-application {
    margin-bottom: 70px;
}

.block-form-application .block-title {
    font-weight: 500;
    font-size: 36px;
    line-height: 40px;
    color: #000000;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 50px;
}

.block-form-application .block-background {
    background: #08acab;
    padding: 45px 0 60px 0;    
}

.block-form-application .description {
    max-width: 700px;
    margin: 0 auto 0 auto;    
    padding: 0 40px 0 40px;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 25px;
}

.block-form-application .hint {
    max-width: 700px;
    margin: 0 auto 0 auto;    
    padding: 0 40px 0 40px;
    text-align: center;
    font-size: 24px;
    line-height: 36px;
    color: #ffff00;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.block-form-application form {
    position: relative;
    max-width: 940px;
    margin: 0 auto 0 auto;    
    padding: 0 40px 0 40px;
}

.block-form-application form .button {
    background: #056a69;
    border: none;
    width: 100%;
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    height: 60px;
    border-radius: 3px;
    font-weight: 500;
    cursor: pointer;
    transition: 0.2s;
}

.block-form-application form .button:hover {
    background: #067372;
}

.radio {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    margin-right: 35px;
    cursor: pointer;
}

.radio input {
    position: absolute;
    width: 0;
    height: 0;
    border: none;
    opacity: 0.0;
}

.radio input + span {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 10px;
    margin-right: 9px;
    border-bottom: 1px solid #056a69;
}

.radio input + span:after {
    content: '.';
    font-size: 0;
    color: transparent;
    display: block;
    width: 6px;
    height: 6px;
    margin: -3px 0 0 -3px;
    border-radius: 3px;
    background: #056a69;
    position: absolute;
    left: 50%;
    top: 50%;
    opacity: 0.0;
    transition: 0.2s;
}

.radio input:checked + span:after {
    opacity: 1.0;
}

.form-call {
    display: none;
    padding: 40px;
    background: #08acab;
    width: 260px;
}

.form-call .block-title {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    margin-bottom: 20px;
}

.form-call .button {
    background: #056a69;
    border: none;
    width: 100%;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    height: 50px;
    border-radius: 3px;
    font-weight: 500;
    cursor: pointer;
    transition: 0.2s;
}

.form-call .button:hover {
    background: #067372;
}

.page-footer {
    padding: 20px 40px 20px 40px;
    text-align: center;
}

.page-footer .copyright, .page-footer .copyright *,
.page-footer .pantera, .page-footer .pantera * {
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
}

.page-footer .copyright {
    margin-bottom: 10px;
}

.page-footer .pantera a {
    text-decoration: none;
}

.page-footer .pantera a:hover {
    text-decoration: underline;
}

.fancybox-wrap.form .fancybox-close {
    border-color: #fff;
}

.fancybox-wrap.form .fancybox-close:before,
.fancybox-wrap.form .fancybox-close:after {
    background-color: #fff;
}

.block-contacts .block-title {
    font-weight: 500;
    font-size: 36px;
    line-height: 40px;
    color: #000000;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.block-contacts .countries,
.block-contacts .cities {
    padding-bottom: 20px;
    font-size: 0;
    text-align: center;
    max-width: 1000px;
    margin: 0 auto 0 auto;
}

.block-contacts .countries li,
.block-contacts .cities li {
    display: inline-block;
    margin: 0 5px 20px 5px;
    font-size: 15px;
    color: #08acab;
    height: 28px;
    line-height: 28px;
    padding: 0 30px 0 30px;
    border: 1px solid #08acab;
    border-radius: 15px;
    cursor: pointer;
}

.block-contacts .countries li.selected,
.block-contacts .cities li.selected {
    background: #08acab;
    color: #fff;
}

.block-contacts .map {
    height: 530px;
}

.block-contacts .text-description-position {
    position: relative;
    height: 0;
}

.block-contacts .text-description {
    position: absolute;
    left: 0;
    top: 40px;
    width: 300px;
    padding: 30px 40px 30px 40px;
    background: #fff;
    z-index: 10;
}

.block-contacts .text-description * {
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
}

.slick-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 50px;
    height: 0;
    text-align: center;
}

.slick-dots li {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: 0 5px 0 5px;
}

.slick-dots li button {
    vertical-align: top;
    margin: 0;
    width: 14px;
    height: 14px;
    border: 2px solid #fff;
    border-radius: 7px;
    padding: 0;
    background: #e0e0e0;
    font-size: 0;
    color: transparent;
    cursor: pointer;
}

.slick-dots li.slick-active button {
    background: #08acab;
    cursor: default;
}

.dropdown {
      position: relative;
      display: inline-block;
	  margin-left: 569px;
	
    }

    .dropdown-content {
      display: none;
      position: absolute;
      background-color: #f9f9f9;
      min-width: 147px;
      box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
      z-index: 1;
    }

    .dropdown:hover .dropdown-content {
      display: block;
    }

    .dropdown-item {
      padding: 15px 15px;
      cursor: pointer;
      display: flex;
      align-items: center;
    }

    .dropdown-item img {
      width: 30px;
      height: 20px;
      
    }

    .dropdown-button {
	  
      background-color: #08acab;
      color: white;
      padding: 10px 20px;
      border: none;
      cursor: pointer;
      font-family: Arial, Helvetica, sans-serif;
      border-radius: 5px;
		
    }

    .dropdown-button:hover {
      background-color: #08acab;
    }
