/* source-sans-pro-regular - latin_cyrillic-ext_cyrillic */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/source-sans-pro-v14-latin_cyrillic-ext_cyrillic-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/source-sans-pro-v14-latin_cyrillic-ext_cyrillic-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/source-sans-pro-v14-latin_cyrillic-ext_cyrillic-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/source-sans-pro-v14-latin_cyrillic-ext_cyrillic-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/source-sans-pro-v14-latin_cyrillic-ext_cyrillic-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/source-sans-pro-v14-latin_cyrillic-ext_cyrillic-regular.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}
  

body {
    font-size: 14px;
    line-height: 22px;
    color: #00070c;
    font-family: 'Source Sans Pro',roboto,open sans,montserrat,sans-serif;
}
*{
    outline: none !important
}
::-moz-focus-outer,
::-moz-focus-inner {
    border: 0;
    padding: 0;
}
.display-flex {
    display: flex;
    align-items: center;
}
span.play {
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    z-index: 9999;
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    background-color: white;
    margin: 0 auto;
    text-align: center;
    display: none;
}
.first__block-img img {
    width: 100%;
    max-height: 400px;
}
.seria {
    color: white;
    padding-top: 65px;
    margin-left: -15px;
}
.first__block-button {
    display: flex;
    justify-content: space-between;
    align-content: flex-end;
}
.first__block-button .button, .buy {
    width: 200px;
    background-color: #ed1a3b;
    border: 2px solid #ed1a3b;
    padding: 10px;
    text-align: center;
    cursor: pointer;
    transition: all .3s;
}
.first__block-button a, .buy a {
    color: white;
    font-size: 18px;
    font-family: 'Source Sans Pro';
    text-decoration: none;
    transition: all .5s;
}
.first__block-button .button:hover, .buy:hover {
    background-color: #ed1a3b;
    transition: all .3s;
}
.first__block-button .button:hover a, .buy:hover a {color: white;transition: all .5s;}
.block_price {
    display: flex;
    justify-content: end;
    margin-left: 0px;
}
.block_price div {
    margin-left: 0px;
}
.block_price img {
    height: 50px;
    margin-bottom: 5px;
}
.block_price p {
    margin-bottom: 0;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    color: #ffffff;
    font-weight: bold;
}
.first__block-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    height: 70px;
}
.first__block-icon img {
    max-width: 100px;
}
.navbar-nav .navbar-right>li>a {padding: 15px 5px;}

nav.navbar.navbar-default .container-fluid {
    background: #ffffff;
    /* box-shadow: 0 0 1px rgba(0,0,0,0.6); */
    height: 100%;
}
.first__block-top-content {
    /* height: 70%; */
    display: flex;
}
.first__block-bottom-content {
    height: 30%;
    position: relative;
}
nav.navbar.navbar-default .container-fluid {}
.navbar-default .navbar-nav>li>a {
    font-family: Source Sans Pro,roboto,open sans,montserrat,sans-serif;
    color: #00070c;
    font-weight: 100;
}
.navbar-nav li a:hover {
    color: #00070c;
}
.navbar-default .navbar-nav>li>a.active, .navbar-default .navbar-nav>li>a:hover {
    color: #ed1a3b;
}
.first__block-arrow {
    display: block;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 10px;
}
.first__block-arrow a {
    display: block;
    text-align: center;
    margin: 10px auto;
}
.header-title h1 {
    color: white;
    font-size: 40px;
    font-weight: 800;
    margin-bottom: 50px;
}
.header-title h1 span {
    font-weight: 100;
}
.box-view {
    position: relative;
    display: flex;
}
section#two-block {
    background-color: black;
    height: 100vh;
    /* padding: 50px 0; */
    position: relative;
}
.video, .video-smart {
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.img-container {
    background-image: url(../img/tree-fon.png);
    height: 80%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
.img-container>.container>.row {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
}
.video-container {
    height: 80%;
    background-color: black;
    position: relative;
}
.container-content {
    height: 20%;
    padding: 30px 0;
    background-color: white;
}
#tree-block {
    height: 100vh;
}
.play-video {
    position: absolute;
    right: 239px;
    top: 160px;
    z-index: 1000;
    width: 200px;
    height: 30px;
    display: flex;
    align-items: center;
    box-shadow: 2px 2px 7px white;
}
.play-video p {
    flex: 0 0 165px;
    text-align: center;
    background-color: #b390bb;
    color: white;
    padding: 4px !important;
    margin: 0;
    cursor: pointer;
}
.play-video i {
    background-color: #7d0063;
    height: 100%;
    width: 100%;
    text-align: center;
    line-height: 2.1;
}
.play-video i:before {
    color: white;
}
.box-img {
    text-align: center;
}
.title-block p {
    font-size: 17px;
}
.cont-button {
    max-width: 150px;
    border: 2px solid black;
    border-radius: 20px;
    text-align: center;
    padding: 5px;
    cursor: pointer;
    transition: all .5s;
}
.cont-button a {
    color: black;
    text-decoration: none;
    transition: all .5s;
}
.cont-button:hover {
    background-color: black;
    border-color: black;
    transition: all .5s;
}
.cont-button:hover a {
    color: white;
}
.box-img img {
    max-width: 100px;
}
.content-block p {
    font-size: 14px;
}
.video-smart {
    text-align: center;
}
.img-for-bg img {
    width: 100%;
    z-index: 8;
}
.img-for-bg.fon {
    height: 460px;
    background-color: #631D76;
}
.text-for-bg {
    position: absolute;
    margin: 0 auto;
    top: 20px;
    left: 0;
    right: 0;
}
.img-for-bg.fon .container > img {
    position: absolute;
    right: 0;
    top: -70px;
    width: 700px;
}
.box-text span {
    font-size: 28px;
    color: white;
    width: 450px;
    display: block;
    line-height: 1;
}
.img-for-bg {
    position: relative;
}
.box-text {
    /* position: absolute; */
    /* z-index: 99999; */
    /* top: 25%; */
    padding: 0 30px 0 0;
    height: 100%;
}
.box-text p {
    color: white;
    padding: 20px 0 20px;
    max-width: 500px;
}
.box-text img {
    max-width: 100px;
    margin: 0 10px;
}
.img-text {
    overflow: hidden;
    position: relative;
    color: #fff;
}
section#six-block {
    padding: 30px 0 50px;
    background: #ffffff;
}
.carousel-control.left, .carousel-control.right {
    background-image: unset;
    display: flex !important;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}
.slick-slider .slick-track {
    margin-bottom: 50px;
}
.carousel-slide .slick-dots li button {
    border: 1px solid #00070c;
    width: 10px;
    padding: 0;
    height: 10px;
    border-radius: 50%;
    margin-top: 5px;
    margin-left: 5px;
}
.carousel-slide .slick-dots li.slick-active button:before {
    color: #232323;
}
.item-block {display: flex;}
.item-block .content {display: flex;}
.item__img img {
    width: 100%;
}
.item__content {
    display: flex;
flex-direction: column;
width: 100%;
justify-content: space-between;
}
.item__content ul {padding-left: 15px;}
.item__content .note {font-size: 10px; font-style: italic;}
.item__content>p {
    color: #92834;
    letter-spacing: -0.5px;
    font-size: 20px;
    line-height: 30px;
    margin-top: 30px;
}
.item__content>p span {font-family: 'Source Sans Pro'; font-weight: 600; font-size: 30px;}
.item__content ul li {
    font-family: 'Source Sans Pro';
    font-size: 16px;
}
.price-buy {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    margin-top: 30px;
    align-items: center;
    line-height: 34px;
}
.price p {
    font-size: 46px;
    color: #ed1a3b;
    font-weight: bold;
    white-space: nowrap;
    padding: 0;
    margin: 0;
}
.price .old {
    font-size: 26px;
    color: #00070c;
    white-space: nowrap;
    padding: 0;
    margin: 0;
    text-decoration: line-through;
    text-align: left;
}
.price-buy div {
    margin-right: 10%;
    text-align: center;
}
.carousel-control.left i, .carousel-control.right i {
    /* width: 50px;
    height: 50px; */
    /* background-color: #4A1658; */
    text-align: center;
    line-height: 50px;
    font-size: 30px;
    cursor: pointer;
    color: #555555;
}
.carousel-control.left i:hover, .carousel-control.right i:hover {
    color: #ed1a3b;
}
.carousel-control.left {
    justify-content: flex-start;
    left: 20px;
}
.carousel-control.right {
    justify-content: flex-end;
    right: 20px;
}
section#action-block {
    background: #1474a4;
    text-align: center;
    color: #fff;
}
section#action-block .label-block {
    padding: 30px 0;
    width: 80%;
    margin: 0 auto;
}
section#pref-block .first {
    background: #0070b8 url('/img/kar-pref-bg.jpg') repeat-x;
    background-position-y: -65px;
}
section#pref-block .second {
    background: #13266b url('/img/pref_bg_second.jpg') repeat-x;
    background-position: center;
    background-size: auto 100%;
    padding-top: 40px;
}

section#pref-block .third {
    background: #13266b url('/img/kar-pref-bg.jpg');
    /* background-size: contain; */
}
section#pref-block .row {
    display: flex;
}
section#pref-block img.main {
    display: block;
    margin: 0 0 40px; 
    width: calc(100%);
    /* height: 212px; */
}
/* section#pref-block .img-text:nth-child(6) h2{
    margin-top: 50px;
} */
section#pref-block .second .row {
    display: block;
}
.block-text {
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: justify;
}
.block-text h2, .block-text h3 {
    font-size: 24px;
    font-style: normal;
    font-family: 'Source Sans Pro';
}
.block-text h3 {
    font-size: 20px;
    margin-bottom: 20px;
}
section#pref-block .second img.main {
    margin: 0; 
}
section#pref-block .first .block-text {
    min-height: 450px;
}
section#pref-block .second .block-text h2 {
    margin: 20px 0 30px;
    text-align: center; 
}
section#about-block .blure-bg {
    background: rgba(237, 26, 59, 0.8);
    padding: 60px;
    margin-top: calc(100vw / 80);
    text-align: justify;
}
section#about-block .blure-bg h3 {
    font-size: 30px;
    text-align: center;
    margin: 0 0 30px 0;
}

#map {
    min-height: 400px;
}
.gm-style-iw.gm-style-iw-c {
    background-color: #F9B410;
    padding: 12px !important;
}

.gm-style .gm-style-iw-d {
    overflow: hidden !important;
}

.gm-style .gm-style-iw-t::after {
    border-top: 11px solid #f9b410;
}
#seven-block {
    background-color: #efefef;

}
#button {
    position: fixed;
    bottom: -10px;
    width: 100%;
    display: flex;
    justify-content: space-around;
    transition: all .2s ease-in-out;
    opacity: 0;
    visibility: hidden;
    background: rgba(0, 0, 0, 0.5);
    padding: 10px;
}
#button.active {
    opacity: 1;
    bottom: 0;
    visibility: visible;
}
footer p {
    margin: 0;
    padding: 15px 0;
    color: white;
}
footer {
    background-color: #1474a4;
    background-repeat: repeat-x;
    background: linear-gradient(to right,#1d4c84 0,#1474a4 100%);
    /* margin-bottom: 60px; */
}
.maps-list span {
    font-size: 30px;
    /* color: white; */
}
.maps-list ul li {
    line-height: 1.5;
    color: white;
    list-style: circle;
    font-size: 16px;
}
.maps-list ul {
    overflow-y: auto;
}
.maps-list {
    padding: 0 20px 20px;
}
.buy--btn {
    border: 1px solid transparent;
    background-color: #e26d00;
    cursor: pointer;
    border-radius: 35px;
}
.buy--btn a {
    color: white;
    text-decoration: none;
    display: block;
    padding: 10px;
    text-align: center;
}
.buy--btn:hover {
    background-color: #d16602;
}
.first__block-img-bg img {
    width: 100%;
    object-fit: cover;
    object-position: center;
    height: fit-content;
    height: inherit;
}
.first__block-img-bg {
    position: absolute;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
}
section#first-block {
    position: relative;
    overflow: hidden;
    background-image: url(/img/kar-main-baner.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    height: 660px;
    display: flex;
justify-content: center;
}
.navbar-brand {
    display: block;
    /* background-color: white;
    border-radius: 0 0 20px 0;
    box-shadow: 2px 1px 3px #00000045;
    padding-top: 18px; */
    height: 50px;
    position: absolute;
    z-index: 10;
}
/* .navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
    background-color: white; */
    .navbar-brand img {height: 30px;}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #ed1a3b;
    background-color: unset;
    font-weight: 600;
}
/* .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: unset;
}*/
.navbar-default .navbar-toggle {
    border: unset;
} 
.navbar-default .navbar-toggle .icon-bar {
    background-color: #ed1a3b;
}
.navbar-default {
    /* border-color: unset;
    border: unset; */
    border-color: #ffffff;
}
.navbar-fixed-top {border-width: 1px;}
.first__block-arrow a {
    color: white;
    font-size: 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-size: cover;
    cursor: pointer;
    -webkit-animation-name: tds-animation--jump;
    animation-name: tds-animation--jump;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    display: block;
    max-width: 100%;
    width: 24px;
    height: 24px;
    background-size: 100%;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 50%;
    overflow: hidden;
}
#for-block {
    height: 100vh;
    position: relative;
    background-color: black;
}
.header {
    position: fixed;
    top: 0;
    z-index: 9999;
    width: 100%;
}
.progress-container {
    width: 100%;
    height: 5px;
}
.progress-bar {
    height: 5px;
    background: #ed1a3b;
    width: 0%;
}
#two-block video, #for-block video {
    position: absolute;
    left: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
}
.img-mon span {
    color: white;
    font-size: 20px;
}
.img-mon {
    display: flex;
    align-items: center;
    margin: 10px 0;
}
@media (min-aspect-ratio: 16/9) {
    #two-block video { height: 300%; top: -100%; }
    #for-block video { height: 300%; top: -100%; }
}
@media (max-aspect-ratio: 16/9) {
    #two-block video {width: 300%;left: -100%;position: relative;}
    #for-block video { width: 300%; left: -100%; }
}
@supports (object-fit: cover) {
    #two-block video {
        top: 0; left: 0;
        width: 100%; height: 100%;
        object-fit: cover;
    }
    #for-block video {
        top: 0; left: 0;
        width: 100%; height: 100%;
        object-fit: cover;
    }
}
@-webkit-keyframes tds-animation--jump {
    0%,20%,50%,80%,to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    40% {
        -webkit-transform: translateY(5px);
        transform: translateY(5px)
    }

    60% {
        -webkit-transform: translateY(3px);
        transform: translateY(3px)
    }
}

@keyframes tds-animation--jump {
    0%,20%,50%,80%,to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    40% {
        -webkit-transform: translateY(5px);
        transform: translateY(5px)
    }

    60% {
        -webkit-transform: translateY(3px);
        transform: translateY(3px)
    }
}
.wow {
    opacity: 0;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0)
}
@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

.fadeInUp {
    -webkit-animation: fadeInUp 0.85s forwards;
    animation: fadeInUp 0.85s forwards;
}
@keyframes zoomIn {
    from {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}
.first__block-img .fadeInUp{
    animation: zoomIn 0.85s forwards;
    opacity: 1;
}
.first__block-img .wow{
    transform: translate3d(0,0,0);
}
.zoomIn.fadeInUp{
    animation: zoomIn 0.85s forwards;
    opacity: 1;
}
.zoomIn.wow{
    transform: translate3d(0,0,0);
}

@keyframes fadeInLeftBig {
    from {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

.fadeInLeftBig.fadeInUp {
    animation: fadeInLeftBig 0.85s forwards;
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

.fadeInRight.fadeInUp {
    animation: fadeInRight 0.85s forwards;
}

@keyframes fadeIn{
    from {
        opacity: 0;
        transform: translate3d(0, 0, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

.fadeIn.fadeInUp {
    animation: fadeIn 0.85s forwards;
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(-200px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}
.fadeInLeft.fadeInUp {
    animation: fadeInLeft 0.85s forwards;
}
.list-mag {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    max-height: 380px;
    overflow: auto;
    padding-right: 20px;
}
.mag-item {
    flex: 0 0 50%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
}
.mag-item span {
    font-size: 20px;
}
.zoomImg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(2);
    animation-duration: 2s;
    transition: all 3s;
    animation-delay: 3s;
}
p.title {
    font-family: 'Source Sans Pro';
    font-size: 26px;
    padding: 0 0 10px;
    margin: 20px 0;
}
.bottom-line {
    position: absolute;
    top: 10px;
    left: -15px;
    display: block;
    z-index: 3;
    width: 115px;
    height: 30px;
    margin-top: 17px;
    background: linear-gradient(to right,#1d4c84 0,#1474a4 100%);
}
.logo-header {
    position: relative;
}
hr {
    margin: 0;
    margin-top: 15px;
    border-top: 1px solid rgba(0,0,0,0.15);
    border-bottom: 1px solid rgba(255,255,255,0.25);
}
.title-carousel {
    font-family: Source Sans Pro,roboto,open sans,montserrat,sans-serif;
    font-weight: 600;
    font-size: 30px;
    text-align: center;
    color: #232323;
}
.desc-carousel {
    text-align: center;
    margin: 20px 0 40px;
    color: #232323;
    font-size: 16px;
}
.img-mon img {
    margin-right: 10px;
}
.special-block {
    background-color: #232323;
    color: white;
    position: relative;
    padding: 10px 0;
}
.label-special {
    width: 200px;
    background-color: #32B7C0;
    padding: 10px 30px;
    text-align: center;
}
.label-special p {
    padding: 0;
    margin: 0;
    line-height: 1.5;
}
.label-special-title, .label-special-title2 {
    font-family: Source Sans Pro,roboto,open sans,montserrat,sans-serif;
    font-size: 24px;
    line-height: 1.5;
}
.label-special-title2 {
    margin-bottom: 0;
}
.label-special-title span, .label-special-title2 span {
    font-weight: 400;
}
.label-special-text {
    font-style: italic;
    line-height: 1.2;
}
.label-special-text a {
    color: #f27600;
    /* font-size: 12px; */
    font-weight: bold;
}
@media (max-width:768px) {
    .header-title h1 {
        font-size: 30px;
        margin: 0;
    }
    .first__block-img img {
        max-height: unset;
        width: 70%;
    }
    .first__block-button .button {
        margin-top: 20px;
        margin-right: -40px;
        align-self: flex-end;
    }
    .block_price {
        flex-direction: column;
        justify-content: start;
        margin: 0 0 40px 0;
    }
    .block_price div {
        margin: 0 0 60px 0;
    }
.img-container {
        height: 70%;
    }
    .container-content {
        padding: 20px 0;
    }
    .container-content {
        height: 30%;
        text-align: center;
    }
    .cont-button {
        margin: 15px auto;
    }
    /* section#pref-block .first {
        background: none;
    } */
    /* section#pref-block div[class*='container']:nth-child(2n+1) {
        background: #13266b url('/img/kar-pref-bg.jpg') repeat-x;
    }
    section#pref-block div[class*='container']:nth-child(2n) {
        background: #13266b url('/img/kar-pref-bg.jpg') repeat-x;
    } */

    #for-block {
        height: 100vh;
    }
    #two-block {
        height: auto !important;
    }
    #two-block .video {
        position:relative !important;
    }
    .video img {
        width: 100%;
    }
    .label-special-title, .label-special-title2 {
        line-height: 1;
    }
    .video-container {
        height: 70%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .text-for-bg {
        position: relative !important;
        display: block;
        width: 100%;
        top: 0;
        padding-top: 20px;
        padding-bottom: 20px;
        background: linear-gradient(0deg, rgba(0,1,1,1) 0%, rgba( 0,56,91,1 ) 100%);;
    }
    section#about-block .text-for-bg {
        padding: 0;
    }
    .text-for-bg .block-text{
        max-width: 390px;
        margin: 0 auto;
    }

    .box-text {
        position: relative;
        padding: 20px !important;
    }
    .box-text span {
        letter-spacing: -0.3px;
        font-size: 26px;
        line-height: 30px;
        margin-bottom: 26px;
        font-weight: 700;
        width: 100%;
    }
    .box-text p {
        font-size: 14px;
        line-height: 22px;
        padding: 10px 0;
        max-width: 100%;
    }
    .img-for-bg>img {
        object-fit: cover;
        /* object-position: 75% 50%;
        height: 300px; */
    }
}
@media (max-width: 768px){
    section#first-block .top {
        width: 60%;
    }
    section#pref-block .first {
        background-position-y: -50px;
    }
    section#pref-block .first .block-text div,
    section#pref-block .second .block-text div {
        max-width: 385px;
        margin: 0 auto;
    }
        .first__block-button {
        margin-bottom: 40px;
    }
    .bottom-line {
        left: 0px;
    }
    h1.title-carousel {
        letter-spacing: -0.3px;
        line-height: 30px;
        margin-bottom: 25px;
    }
    section#about-block .blure-bg {margin-top: 0; padding: 40px;}
}
@media (min-width: 768px) {
    .navbar-header {
        position: relative;
        width: 120px;
        height: 50px;
    }
    .row.bottom {
        padding-top: 50px;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 60px;
        max-width: 1000px;
        margin: 0 auto;
    }
}
.header-title {
    padding-top: 40px;
}
/* #fife-block .img-text:nth-child(1n) .box-text {
    padding-right: 0;
    padding-left: 0px;
} */
@media only screen and (max-width:1200px){
    section#first-block {
        background-position: 65% 50%;
    }
    .img-for-bg.fon {
        height: auto;
    }
    .play-video {
        top: -170px;
        right: 0;
        left: 0;
        margin: 0 auto;
    }
    section#about-block .blure-bg {
        padding: 40px;
    }
}
@media only screen and (max-width:1100px){
    section#first-block {
        background-size: 130%;
        background-position: 45% 50%;
        height: 500px;
    }
    .header-title {
        padding-top: 50px;
    }
}
@media (max-width:991px) {
    .navbar-nav > li > a {padding: 15px 10px;}
    .item-block {
        flex-direction: column;
        align-items: center;}
    .price-buy div {margin-right: 0;}
    .mag-item {
        flex: 0 0 33%;
    }    
    section#first-block {
        background-size: 150%;
        background-position: 60% 50%;
        height: 450px;
    }
}
@media only screen and (max-width:768px){
    section#first-block {
        background-position: 40% 100%;
        height: 450px;
        background-size: 170%;
    }
    section#first-block .top {
        width: 100%;
    }
    section#first-block .display-flex {
        align-items: flex-end;
    }
    .box-view {width: 100%;}
    .block_price {margin: 0 0 20px 0;}
}
@media only screen and (max-width:680px){
    section#first-block {
        background-position: 40% 100%;
        background-size: 200%;
    }
}
@media only screen and (max-width:580px){
    section#first-block {
        background-size: 110%;
        height: 400px;
        background-image: url(/img/mobile/kar-main-baner.jpg);
    }
    .header-title {
        padding-left: 0px;
        padding-top: 20px;
    }
}
@media (max-width:480px) {
    section#first-block {
        background-size: 148%;
        background-position: 68% 100%;
       }
    .block_price div {margin-bottom: 20px;}
    .block_price p {font-size: 16px;}
    .price-buy {
        flex-direction: column;
    }
    .price-buy .buy {
        align-self: inherit;
        margin-top: 20px;
    }
    section#action-block .label-block {
        width: 100%;
    }
    .mag-img img {
        width: 100%;
    }
    .mag-img {
        max-width: 80px;
    }
    .buy--btn a {
        font-size: 12px;
    }
    .maps-list {
        padding: 20px 0;
    }
    .header-title h1 {
        font-size: 24px;
    }
    /* section#video-block .title {
        margin: 30px 0;
    }
    .mag-item {
        flex: 0 0 50%;
    }  */ 

}
@media only screen and (max-width:420px){
    .block_price {
        margin-bottom: 20px;
    }
}
.modal-content {
    background-color: transparent;
}
.modal-dialog {
    top: 15%;
}
.special-block a {
    display: block;
    color: #f27600;
    text-transform: none;
    text-decoration-line: underline;
    font-style: italic;
}
.arrow-top{
    position: fixed;
    right: 20px;
    transform: rotate(270deg);
    bottom: 20px;
    width: 50px;
    background-color: white;
    border-radius: 50%;
    height: 50px;
    cursor: pointer;
    display:none;
}
.arrow-top a {
    display: flex;
    cursor: pointer;
    justify-content: center;
    padding: 13px;
    text-decoration: none;
}
.arrow-top a i {
    font-size: 25px;
    color: #1474a4;
}
.arrow-top:hover {
    cursor: pointer;
    box-shadow: 1px 2px 5px #00000038;
}
/* section#video-block {
    padding: 20px 0 25px;
}
section#video-block .title {
    font-family: 'Source Sans Pro';
    font-size: 28px;
    text-align: center;
    margin: 50px 0px;
} */

section#video-block {
    padding: 0;
    height: calc(100vw * 9/ 16);
}
section#video-block .title {
    font-size: 25px;
    text-align: center;
    padding: 20px 0px 25px;
}

.d-flex {
    display: flex!important;
}
.align-items-center {
    align-items: center!important;
}
.justify-content-center {
    justify-content: center!important;
}
.flex-wrap {
    flex-wrap: wrap!important;
}

/* Video-slider  */
.video-item {
    padding: 0 15px;
}
.video {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    background-color: #000000;
    cursor: pointer;
}
.video__link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.video__media {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}
.video__button {
    position: absolute;
    top: 50%;
    left: 50%;
    border: none;
    transform: translate(-50%, -50%);
}
.youtube-ic {
    width: 74px;
    height: 68px;
}
.video__shape {
    fill: #212121;
    opacity: .8;
}
.video:hover .video__shape {
    fill: #ff0000;
    opacity: 1;
}
#video-slider .carousel-control {
    top: -50px;
    width: 5%;
}
#video-slider .carousel-control.left {
    left: -50px;
}
#video-slider .carousel-control.right {
    right: -50px;
}
@media only screen and (max-width:768px){
    #video-slider .carousel-control.left,
    #video-slider .carousel-control.right {
        display: none!important;
    }
}



section#overview-block {
    padding: 30px 0 0px;
    background: #ffffff;
}

.overview {position:relative;padding-bottom:56.25%;//padding-top:25px;height:0;}

.overview iframe {position:absolute;top:0;left:0;width:100%;height:100%;}


