/* Fonts */

@font-face {
    font-family: 'TT Squares';
    src: local('TT Squares Black'), local('TT-Squares-Black'),
    url('fonts/TTS/TTSquares-Black.woff2') format('woff2'),
    url('fonts/TTS/TTSquares-Black.woff') format('woff'),
    url('fonts/TTS/TTSquares-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'furoreregular';
    src: url('fonts/furore/furore-webfont.woff2') format('woff2'),
    url('fonts/furore/furore-webfont.woff') format('woff'),
    url('fonts/furore/furore-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'montserratmedium';
    src: url('fonts/montserrat/montserrat-medium-webfont.woff2') format('woff2'),
    url('fonts/montserrat/montserrat-medium-webfont.woff') format('woff'),
    url('fonts/montserrat/montserrat-medium-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* Main */

/* Placeholders */
input::-webkit-input-placeholder {color: #fff !important; opacity:1;}
input::-moz-placeholder          {color: #fff !important; opacity:1;}
input:-moz-placeholder           {color: #fff !important; opacity:1;}
input:-ms-input-placeholder      {color: #fff !important; opacity:1;}
input::placeholder               {color: #fff !important; opacity:1;}

* {
    margin: 0;
    padding: 0;
}
html {
    height: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}

body {
    font: 14px/18px 'montserratmedium', sans-serif;
    height: 100%;
    color: #fff;
}

.global-bg{
	background: 
		url(images/bg_top.jpg) center top no-repeat, 
		url(images/bg_bottom.jpg) center bottom no-repeat,
		url(images/bg_light.jpg) center 91% no-repeat
		#000;
	padding: 0 10px;
}

.wrapper {
    min-width: 1000px;
    max-width: 1640px;
    margin: 0 auto;
    min-height: 100%;
    height: auto !important;
    height: 100%;
}

a {
    color: blue;
    outline: none;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}
p {
    margin: 0 0 18px;
}
img {
    border: none;
}
input {
    vertical-align: middle;
}

/* Header
-----------------------------------------------------------------------------*/

.text-shadow2{
    text-shadow: 5px 2px 7px rgb(43, 33, 255);
}

.text-shadow3{
    text-shadow: 5px 2px 7px rgba(214, 76, 0, .99);
}

.text-shadow-orange{
    text-shadow: 3px 3px 7px rgba(255, 129, 45, .34),
        6px -6px 7px rgba(255, 129, 45, .34),
        -3px -3px 7px rgba(255, 129, 45, .34);
}

.text-shadow-white{
    text-shadow: 3px 3px 7px rgba(82, 69, 255, .34),
    6px -6px 7px rgba(82, 69, 255, .34),
    -3px -3px 7px rgba(82, 69, 255, .34);
}

.text-shadow-orange-2{
    text-shadow: 3px 3px 7px rgba(238, 103, 37, .34),
    6px -6px 7px rgba(238, 103, 37, .34),
    -3px -3px 7px rgba(238, 103, 37, .34);
}

.text-shadow-blue{
    text-shadow: 3px 3px 10px rgba(0, 130, 204, .74),
    6px -6px 10px rgba(0, 130, 204, .74),
    -3px -3px 10px rgba(0, 130, 204, .74);
}

.header {
    /*height: 78px;*/
    position: relative;
    text-align: center;
}

.header .flex-container{
    display: flex;   
	justify-content: space-between;
    align-items: flex-start;
    margin-top: -102px;
}

.header div.location{
    color: #fff;
    font-size: 30px;
    font-family: 'TT Squares';
    font-style: italic;
    text-shadow: 5px 2px 7px rgb(43, 33, 255);
    padding-left: 80px;
    position: relative;
    text-align: left;
	
	width: 21.6%;
}

.header div.location:before{
    content: '';
    width: 61px;
    height: 62px;
    background: url(images/loc2.png) no-repeat;
    position: absolute;
    left: 0;
    top: 0;
}

.header div.location p{
    margin-bottom: 4px;
    line-height: normal;
}

.header div.location p > a{
    text-decoration: none;
    color: #fff;
}

.header div.location p.desc{
    font-size: 19px;
}

.header div.order {
	width: 19.2%;
}

.header div.order > a{
    display: block;
    font-family: 'TT Squares';
    font-style: italic;
    color: #fff;
    text-decoration: none;
    font-size: 22px;
    line-height: 64px;
    padding-left: 70px;
    padding-right: 30px;
    position: relative;
    background: rgb(229,90,44);
    background: linear-gradient(90deg, rgba(229,90,44,1) 0%, rgba(248,118,31,1) 100%);
    border-radius: 31px;
    -webkit-border-radius: 31px;
    -webkit-box-shadow: 3px 3px 9px 0px rgba(0, 0, 0, 1);
    box-shadow:         3px 3px 9px 0px rgba(0, 0, 0, 1);
}

.header div.order > a:before{
    position: absolute;
    left: 6px;
    top: 6px;
    width: 53px;
    height: 53px;
    background: url(images/tel.png) no-repeat;
    content: '';
}

.header div.logo{
    display: inline-block;
    margin-top: 32px;
	position: relative;
	width: 19.2%;
}

.header div.logo img{
	width: 100%;
	height: auto !important;
}

.header div.order-block{
    text-align: left;
    padding-left: 58px;
    padding-top: 150px;
}

.header div.order-block p.big-title{
    font-family: 'furoreregular';
    font-size: 69px;
    line-height: normal;
    color: #fff;
    margin-bottom: 45px;
}

.header div.order-block div.preview{
    font-family: 'TT Squares';
    font-size: 32px;
    color: #fff;
    font-style: italic;
}

.header div.order-block a,
.header div.order-block div.text
{
    display: inline-block;
    vertical-align: middle;
}

.header div.order-block div.text{
    line-height: normal;
}

.header div.order-block > .left{
    float: left;
    width: 50%;
}

.header div.order-block > .right{
    float: right;
    width: 50%;
    text-align: right;
}

.header div.order-block > .right img{
    /* margin-right: 135px; */
    margin-right: 17%;
    width: 82%;
}


/* Middle
-----------------------------------------------------------------------------*/
.content {
    padding: 0 0 60px;
}

.content div.order-form {
    margin-bottom: 130px;
    text-align: center;
    font-family: 'TT Squares';
}

.content div.order-form p.title{
    font-size: 60px;
    font-style: italic;
    line-height: normal;
    margin-bottom: 30px;
}

.content div.order-form input[type=text],
.content div.order-form input[type=tel],
.content .info-block.ext .two-block input[type=text],
.content .info-block.ext .two-block input[type=tel],
.content .info-block.ext.custom form textarea,
#order-callback input[type=text],
#order-callback input[type=tel],
#order-callback textarea
{
    line-height: 60px;
    min-height: 60px;
    background: transparent;
    color: #fff;
    font-family: 'TT Squares';
    font-style: italic;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #4535ff;
    padding: 0 18px;
    min-width: 29.87%;

    -webkit-box-shadow: 0px 3px 9px 6px rgba(12, 0, 255, 0.39);
    -moz-box-shadow: 0px 3px 9px 6px rgba(58, 49, 255, 0.39);
    box-shadow: 0px 3px 9px 6px rgba(58, 49, 255, 0.39);

    background: #090a25;
}

.content .info-block.ext.custom form textarea{
    min-width: 100%;
    min-height: 325px;
}

.content .info-block.ext.custom form{
    width: 100%;
}

.content div.order-form input[type=submit],
.content .info-block.ext .two-block input[type=submit],
.content .info-block.ext.custom2 .right a.button,
#order-callback input[type=submit]
{
    border-radius: 5px;
    -webkit-border-radius: 5px;
    /*width: 17.68%;*/
    padding: 0 34px;
    background: rgb(229,90,44);
    background: linear-gradient(90deg, rgba(229,90,44,1) 0%, rgba(248,118,31,1) 100%);
    /*-webkit-box-shadow: 3px 3px 9px 0px rgba(0, 0, 0, 1);
    box-shadow:         3px 3px 9px 0px rgba(0, 0, 0, 1);*/
    font-style: italic;
    font-family: 'TT Squares';
    border: none;
    line-height: 60px;
    color: #fff;
    font-size: 22px;
    margin-left: 10px;
    -webkit-box-shadow: 0px 3px 29px 6px rgba(123, 48, 0, 0.61);
    box-shadow: 0px 3px 29px 6px rgba(123, 48, 0, 0.61);
}

.content div.order-form.custom input[type=submit]{

}

.content div.order-form input[type=submit][disabled],
.content .info-block.ext .two-block input[type=submit][disabled]
{
    opacity: .5;
}

.content div.order-form div.response{
    text-align: center;
    color: #fff;
    padding-top: 10px;
    font-family: Arial;
}

.content .info-block{
    margin-bottom: 76px;
}

.content .info-block p.ttl-1,
.info-block.ext.no-wrapper p.ttl-1,
.info-block.ext.parent-slider p.ttl-1
{
    font-size: 45px;
    color: #ffefe6;
    line-height: 53px;
    text-align: center;
    font-family: 'furoreregular';
    margin-bottom: 120px;
}

.info-block.ext.no-wrapper p.ttl-1{
	margin-bottom: 35px;
}

.content .info-block .inner > div.left{
    float: left;
    width: 40%;
}

.content .info-block .inner .txt-style{
    font-size: 24px;
    line-height: 33px;
    font-family: 'montserratmedium';
}

.content .info-block .inner p.ttl-2{
    font-family: 'furoreregular';
    color: #f8f8f9;
    font-size: 59px;
    position: relative;
    line-height: normal;
    margin-bottom: 98px;

    font-size: 54px;
}

.content .info-block .inner  p.ttl-2:after{
    width: 100%;
    height: 200px;
    position: absolute;
    left: 0;
    bottom: -152px;
    background: url(images/light.png) center top no-repeat;
    content: '';
    background-size: contain;
    z-index: 1;
}

.content .info-block .inner > div.left div.article{
    position: relative;
    z-index: 10;
}

.content .info-block .inner > div.right{
    float: right;
    width: 52.74%;
    position: relative;
}

.content .info-block .inner div.img-block{
    position: relative;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    border: 3px solid #3a31ff;
    overflow: hidden;
    -webkit-box-shadow: 0px 3px 29px 6px rgba(29, 34, 133, 0.42);
    box-shadow: 0px 3px 29px 6px rgba(29, 34, 133, 0.42);
}

.content .info-block .inner div.img-block img{
    width: 100%;
    height: auto !important;
}

.content .info-block .inner div.img-block > .bottom{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 126px;
    background: url(images/border_bg.png) left bottom repeat-x;
    text-align: center;
    font-family: 'furoreregular';
    font-size: 35px;
    color: #f8f8f9;
    text-transform: uppercase;
    /*line-height: 126px;*/
    display: table;
}

.content .info-block .inner div.img-block > .bottom > span{
    line-height: normal;
    display: table-cell;
    vertical-align: middle;
}


.content .info-block.reverse div.left{
    width: 52.74%;
}

.content .info-block.reverse div.right{
    width: 40%;
}

.content .info-block.ext p.ttl-1,
.info-block.ext.no-wrapper p.ttl-1
{
    color: #fff;
}

.content .info-block.ext div.gallery{
    text-align: center;
}

.content .info-block.ext div.gallery > div.item{
    width: 246px;
    display: inline-block;
    vertical-align: top;
    margin-right: 5.3%;
}

.content .info-block.ext div.gallery > div.item .thumb{
    background: url(images/border.png) center top no-repeat;
    position: relative;
    background-size: contain;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    /*padding: 20px;*/
    text-align: center;
}

.content .info-block.ext div.gallery > div.item .thumb > .inner{
    width: 196px;
    height: 196px;
    overflow: hidden;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    display: inline-block;
    margin-bottom: 35px;
    margin-top: 25px;
    position: relative;
}

.content .info-block.ext div.gallery > div.item .thumb > .inner img{
    width: 100%;
    height: auto !important;
}


.content .info-block.ext div.gallery > div.item .caption {
    font-family: 'montserratmedium';
    font-style: italic;
    font-weight: bold;
    font-size: 22px;
}

.content .info-block.ext div.gallery > div.item .caption p.color{
    color: #f67121;
    font-style: italic;
    font-family: 'TT Squares';
    font-size: 18px;
    text-transform: uppercase;
}

.content .info-block.ext div.gallery > div.item:last-child{
    margin-right: 0;
}


.content .info-block.ext .two-block > .left{
    float: left;
    width: 43%;
    text-align: left;
    position: relative;
}

.content .info-block.ext .two-block > .left img{
    width: 100%;
    height: auto !important;
}

.content .info-block.ext .two-block > .right{
    float: right;
    width: 56%;
    position: relative;
}

.content .info-block.ext .two-block p.ttl-1{
    text-align: left;
    margin-bottom: 45px;
}

.content .info-block.ext .two-block p.ttl-2,
#order-callback p.ttl-2
{
    font-family: 'TT Squares';
    font-size: 38px;
    line-height: normal;
    font-style: italic;
    margin-bottom: 30px;
}

.content .info-block.ext .two-block p.note{
    padding-top: 40px;
    font-size: 16px;
    color: #3f4667;
    font-style: italic;
}

.content .info-block.ext div.stats{
    text-align: center;
    font-family: 'TT Squares';
}

.content .info-block.ext div.stats > .item{
    display: inline-block;
    vertical-align: top;
    font-style: italic;
    font-size: 26px;
    line-height: normal;
    margin-right: 8%;
    margin-bottom: 30px;
}

.content .info-block.ext div.stats > .item > span {
    color: #f67121;
    font-size: 67px;
    display: inline-block;
    padding: 10px 0;
}

.content .info-block.ext div.stats > .item > span > sup{
    font-size: 45px;
}


.content .info-block.ext div.stats > .item:last-child{
    margin-right: 0;
}

.content .info-block.ext div.txt{
    font-size: 19px;
    line-height: 30px;
}

.content .info-block.ext.custom .two-block > .left{
    float: left;
    width: 51.5%;
}

.content .info-block.ext.custom .two-block > .right{
    float: right;
    width: 41%;
}

.content .info-block.ext.custom .two-block > .left img{
    width: 100%;
    height: auto !important;
}

.content .info-block.ext.custom form{
    position: relative;
}

.content .info-block.ext.custom form input[type=text],
.content .info-block.ext.custom form input[type=tel],
.content .info-block.ext.custom form textarea,
.content .info-block.ext.custom form input[type=submit]
{
    width: 100%;
    margin-bottom: 20px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.content .info-block.ext.custom form input[type=submit]{
    margin-left: 0;
}


.content .info-block.ext.custom .gallery > .item{
    border: 3px solid #3a31ff;
    border-radius: 28px;
    -webkit-border-radius: 28px;
    overflow: hidden;
    -webkit-box-shadow: 0px 3px 29px 6px rgba(58, 49, 255, 0.42);
    box-shadow: 0px 3px 29px 6px rgba(58, 49, 255, 0.42);
    position: relative;
    width: 300px;
    line-height: 0;
    margin-right: 1%;
    margin-bottom: 30px;
	
	width: 18%;
}

.content .info-block.ext.custom .gallery > .item:nth-child(5n){
    /*margin-right: 0;*/
}

.content .info-block.ext .gallery > .item img{
    width: 100%;
    height: auto !important;
}

.content .info-block.ext.custom div.gallery{
    text-align: left;
}

.content .info-block.ext.custom2{

}

.content .info-block.ext.custom2 .left{
    float: left;
    width: 58.9%;
}

.content .info-block.ext.custom2 .right{
    float: right;
    width: 38.8%;
}

.content .info-block.ext.custom2 .left img{
    width: 100%;
    height: auto !important;
	border-radius: 10px;
    -webkit-border-radius: 10px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.content .info-block.ext.custom2 .left iframe{
	border-radius: 10px;
    -webkit-border-radius: 10px;
    border: 2px solid #3e81ff;
	-webkit-box-shadow: 0px 3px 29px 6px rgba(82, 69, 255, 0.54);
    box-shadow: 0px 3px 29px 6px rgba(82, 69, 255, 0.54);
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.content .info-block.ext.custom2 .right p.ttl-2{
    font-size: 53px;
    font-family: 'furoreregular';
    line-height: normal;
    font-style: normal;
    margin-bottom: 10px;
}

.content .info-block.ext.custom2 .right p.color{
    font-family: 'furoreregular';
    color: #ed6527;
    font-size: 30px;
    line-height: normal;
    margin-bottom: 30px;
}

.content .info-block.ext.custom2 .right p.color.custom{
    font-family: 'TT Squares';
    font-style: italic;
    margin-bottom: 10px;
}

.content .info-block.ext.custom2 .right p.ttl-3{
    font-size: 36px;
    line-height: 50px;
    font-style: italic;
    font-family: 'TT Squares';
    margin-bottom: 30px;
}

.content .info-block.ext.custom2 .right p.ttl-2.custom
{
    font-size: 50px;
    line-height: 43px;
    margin-bottom: 50px;
}

.content .info-block.ext.custom2 .right p.ttl-2.custom > a.tel{
    text-decoration: none;
    color: #fff;
}

.content .info-block.ext.custom2 .right a.button{
    display: inline-block;
    text-decoration: none;
    margin-left: 0;
}

.content .slider-content .flexslider{
    border: none;
    background: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    min-width: 320px;
    max-width: 1140px;
    margin: 0 auto;
    margin-bottom: 50px;
}

.content .slider-content .txt{
    min-width: 320px;
    max-width: 1140px;
    margin: 0 auto;
}

.content .slider-content .flexslider .flex-viewport{
    border-radius: 12px;
    -webkit-border-radius: 12px;

    -webkit-box-shadow: 0px 3px 46px 6px rgba(81, 73, 255, 0.64);
    -moz-box-shadow: 0px 3px 46px 6px rgba(81, 73, 255, 0.64);
    box-shadow: 0px 3px 46px 6px rgba(81, 73, 255, 0.64);
}

.content .slider-content .flexslider .flex-direction-nav a.flex-prev{
    width: 101px;
    height: 123px;
    background: url(images/slider_left.png) no-repeat;
    text-indent: -9999px;
    margin-top: -62px;
    left: -165px;
    opacity: 1;
}

.content .slider-content .flexslider .flex-direction-nav a.flex-next{
    width: 101px;
    height: 123px;
    background: url(images/slider_right.png) no-repeat;
    text-indent: 9999px;
    margin-top: -62px;
    right: -165px;
    opacity: 1;
}

.content .slider-content .flexslider ul.slides > li{
    position: relative;
}

.content .slider-content .flexslider ul.slides > li > a{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: url(images/play_slider.png) center center no-repeat;
}

/* .content .info-block */
.info-block.ext.parent-slider .slider-extended,
.content .info-block .slider-extended
{
    display: table;
    width: 100%;
}

.content .info-block .slider-extended > .left,
.content .info-block .slider-extended > .slider,
.info-block.ext.parent-slider .slider-extended > .left,
.info-block.ext.parent-slider .slider-extended > .slider
{
    display: table-cell;
    vertical-align: top;
    position: relative;
}

.content .info-block .slider-extended > .left,
.info-block.ext.parent-slider .slider-extended > .left
{
    width: 28.65%;
}

.content .info-block .slider-extended > .slider,
.info-block.ext.parent-slider .slider-extended > .slider
{
    width: 71.35%;
}

.content .info-block .slider-extended > .slider img,
.info-block.ext.parent-slider .slider-extended > .slider img
{
    width: 100%;
    height: auto !important;
	border-radius: 12px;
	-webkit-border-radius: 12px;
}

.content .info-block .slider-extended > .left > .feaches,
.info-block.ext.parent-slider .slider-extended > .left > .feaches
{
    display: flex;
    flex-direction: column;
    justify-content: space-between;

    position: absolute;
    left: 0;
    top: 0;
    height: 99%;
    width: 100%;
}

.content .info-block .slider-extended > .left > .feaches div,
.info-block.ext.parent-slider .slider-extended > .left > .feaches div
{
    /*height: 50px;*/
    display: block;
}

.info-block.ext.parent-slider .slider-extended > .left > .feaches div > a{
    display: block;
    padding: 50px 45px;
    text-decoration: none;
    -webkit-box-shadow: 0px 3px 16px 6px rgba(55, 46, 255, 0.25);
    box-shadow: 0px 3px 16px 6px rgba(55, 46, 255, 0.25);
    background: #050816;
    color: #fff;
    -webkit-border-top-left-radius: 10px;
    border-top-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    border-bottom-left-radius: 10px;
    font-style: italic;
    font-size: 25px;
    width: 90%;
    font-family: 'TT Squares';
}


.content .info-block .slider-extended > .left > .feaches div.active
/*.info-block.ext.parent-slider .slider-extended > .left > .feaches div.active > a*/
{
}

.info-block.ext.parent-slider .slider-extended > .left > .feaches div > a.active{
    text-shadow: none;
    background: rgb(243,81,74);
    background: -webkit-linear-gradient(180deg, rgba(243,81,74,1) 0%, rgba(255,144,0,1) 100%);
    background: linear-gradient(180deg, rgba(243,81,74,1) 0%, rgba(255,144,0,1) 100%);
    -webkit-box-shadow: 0px 3px 16px 6px rgba(249, 110, 39, 0.45);
    box-shadow: 0px 3px 16px 6px rgba(249, 110, 39, 0.45);
}


.content .info-block .slider-extended .flexslider,
.info-block.ext.parent-slider .slider-extended .flexslider
{
	border: 3px solid #3a31ff;
	-webkit-box-shadow: 0px 3px 16px 6px rgba(55, 46, 255, 0.27);
    box-shadow: 0px 3px 16px 6px rgba(55, 46, 255, 0.27);
	border-radius: 15px;
	-webkit-border-radius: 15px;
	/*overflow: hidden;*/
	margin: 0;
    display: none;
}

.info-block.ext.no-wrapper .flexslider{
	
}

.content .info-block .custom-controls-container,
.info-block.ext.no-wrapper .custom-controls-container2,
.info-block.ext.parent-slider .custom-controls-container
{
	margin-top: 40px;
}

.content .info-block .custom-controls-container .flex-control-nav,
.info-block.ext.no-wrapper .custom-controls-container2 .flex-control-nav,
.info-block.ext.parent-slider .custom-controls-container .flex-control-nav
{
	position: relative;
	bottom: 0;
}

.content .info-block .custom-controls-container .flex-control-nav > li > a,
.info-block.ext.no-wrapper .custom-controls-container2 .flex-control-nav > li > a,
.info-block.ext.parent-slider .custom-controls-container .flex-control-nav > li > a
{
	width: 50px;
	height: 46px;
	background: url(images/slider-nav-new.png) center center no-repeat;
}

.content .info-block .custom-controls-container .flex-control-nav > li:nth-child(2n) > a,
.info-block.ext.no-wrapper .custom-controls-container2 .flex-control-nav > li:nth-child(2n) > a,
.info-block.ext.parent-slider .custom-controls-container .flex-control-nav > li:nth-child(2n) > a
{
	background: url(images/slider-nav-2-new.png) center center no-repeat;
}

.content .info-block .custom-controls-container .flex-control-nav > li > a.flex-active,
.info-block.ext.no-wrapper .custom-controls-container2 .flex-control-nav > li > a.flex-active,
.info-block.ext.parent-slider .custom-controls-container .flex-control-nav > li > a.flex-active
{
	background: url(images/slider-nav-active-new.png) center center no-repeat;
}

.content .info-block .custom-controls-container .flex-control-nav > li:nth-child(2n) > a.flex-active,
.info-block.ext.no-wrapper .custom-controls-container2 .flex-control-nav > li:nth-child(2n) > a.flex-active,
.info-block.ext.parent-slider .custom-controls-container .flex-control-nav > li:nth-child(2n) > a.flex-active
{
	background: url(images/slider-nav-2-active-new.png) center center no-repeat;
}

.content .info-block .custom-controls-container .flex-control-nav li,
.info-block.ext.no-wrapper .custom-controls-container2 .flex-control-nav li,
.info-block.ext.parent-slider .custom-controls-container .flex-control-nav li
{
	margin: 0 -6px;
}

.info-block.ext.no-wrapper .flexslider{
	border: 0;
	background: none;
}


.info-block.ext.no-wrapper .flexslider .slides > li .border{
	border: 3px solid #3a31ff;
	overflow: hidden;
	border-radius: 30px;
	-webkit-border-radius: 30px;
}

.info-block.ext.no-wrapper .flexslider .slides > li{
	-webkit-box-shadow: 0px 3px 16px 6px rgba(55, 46, 255, 0.27);
    box-shadow: 0px 3px 16px 6px rgba(55, 46, 255, 0.27);
	border-radius: 30px;
	-webkit-border-radius: 30px;
}


.info-block.ext .slider-carousel{
	position: relative;
}

.info-block.ext.no-wrapper .flexslider .flex-direction-nav a.flex-prev{
    width: 101px;
    height: 123px;
    background: url(images/slider2_left.png) no-repeat;
    text-indent: -9999px;
    margin-top: -62px;
    left: -184px;
    opacity: 1;
}

.info-block.ext.no-wrapper .flexslider .flex-direction-nav a.flex-next{
    width: 101px;
    height: 123px;
    background: url(images/slider2_right.png) no-repeat;
    text-indent: 9999px;
    margin-top: -62px;
    right: -184px;
    opacity: 1;
}


.info-block.ext.slider-content.bg-light,
.bg-light-full
{
	background: url(images/bg_light3.jpg) center center no-repeat;
	background-size: 100%;
}

.info-block.ext.parent-slider{
	background: url(images/bg_bottom.jpg) center center no-repeat;
	background-size: contain;
	min-height: 988px;
}



.info-block.ext.no-wrapper{
	min-height: 700px;
	background:
		url(images/bg_light2.jpg) center center no-repeat;
    /* url(images/bg-slider.jpg) center center no-repeat, */
	/*background-size: contain;*/
	margin-bottom: 170px;
	min-height: 1108px;
    margin-bottom: 0;
}

.info-block.ext.no-wrapper .slider-wrap{
	width: 977px;
	margin: 0 auto;
	padding-top: 175px;
}

.light-block{
    background: url(images/bg_light.jpg) center center no-repeat;
    background-size: contain;
}

#slider-nav-chouse div.custom-controls-container{
    display: none;
}

body.inner .global-bg,
body.inner
{
    background: #000;
}

body.inner header div.order-block{
    display: none;
}

body.inner .content{
    padding-top: 100px;
}

body.inner .content .info-block .inner > div.left{
    width: 100%;
}

body.inner .content .info-block .inner > div.left a{
    color: #fff;
}

.content{
    min-height: 600px;
}

body.inner .content .info-block .inner p.ttl-2:after{
    content: none;
}

body.inner .light-block{
    background: none;
}

body.inner .content .info-block .inner p.ttl-2{
    margin-bottom: 50px;
}

.content .slider-content .flexslider ul.slides > li iframe{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.content .info-block.ext.custom2 .left{
	position: relative;
}

.content .info-block.ext.custom2 .left iframe{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}

/* Footer
        -----------------------------------------------------------------------------*/
.footer {
    margin: -106px auto 0;
    min-width: 1000px;
    max-width: 1640px;
    height: 106px;
    position: relative;
}

.footer img.logo{
    width: 137px;
    height: auto !important;
    margin-right: 35px;
    display: inline-block;
    vertical-align: top;
}

.footer a{
    font-size: 19px;
    font-style: italic;
    line-height: 14px;
    font-family: 'TT Squares';
    color: #fff;
    text-decoration: none;
    padding-bottom: 5px;
    border-bottom: 1px solid #fff;
    margin-top: 18px;
    display: inline-block;
    vertical-align: top;
}


/* Responsive */

@media screen and (max-width: 1650px) {
	.content .info-block p.ttl-1,
	.info-block.ext.no-wrapper p.ttl-1, 
	.info-block.ext.parent-slider p.ttl-1{
		font-size: 39px;
		line-height: 45px;
		margin-bottom: 60px;
	}
	
	.content .info-block .inner p.ttl-2,
	.content .info-block.ext.custom2 .right p.ttl-2
	{
		font-size: 35px;
		margin-bottom: 49px;
	}

    /*.content .info-block .inner  p.ttl-2:after{
        bottom: -150px;
    }*/
	
	.content .info-block .inner .txt-style{
		font-size: 17px;
		line-height: 28px;
	}
	
	.content .info-block .inner div.img-block > .bottom{
		font-size: 26px;
	}
	
	.content div.order-form input[type=submit],
	.content .info-block.ext .two-block input[type=submit],
	.content .info-block.ext.custom2 .right a.button{
		font-size: 18px;
	}
	
	.header div.location{
		font-size: 25px;
	}
	
	.header div.order > a{
		font-size: 15px;
	}
	
	.header div.order-block p.big-title{
		font-size: 45px;
	}
	
	.header div.order-block div.preview{
		font-size: 25px;
	}
	
	.header div.order-block div.preview img{
		width: 130px;
	}
	
	.header div.order-block{
		padding-top: 75px;
	}
	
	.content div.order-form p.title{
		font-size: 50px;
	}
	
	/*.content .info-block .slider-extended > .left > .feaches div,
	.info-block.ext.parent-slider .slider-extended > .left > .feaches div,*/
    .info-block.ext.parent-slider .slider-extended > .left > .feaches div > a
    {
		padding: 40px 35px;
	}
	
	.info-block.ext.no-wrapper{
		margin-bottom: 20px;
        min-height: 500px;
        min-height: 880px;
	}
	
	.info-block.ext.no-wrapper .slider-wrap{
		padding-top: 120px;
	}
	
	.info-block.ext.no-wrapper p.ttl-1{
		margin-bottom: 0;
	}
	
	.content .info-block.ext .two-block p.ttl-2,
    #order-callback p.ttl-2
    {
		font-size: 27px;
	}
	
	.content .info-block.ext div.stats > .item{
		font-size: 22px;
	}
	
	.content .info-block.ext div.stats > .item > span{
		font-size: 50px;
	}
	
	.content .slider-content .flexslider .flex-direction-nav a.flex-prev{
		left: -100px;
	}
	
	.content .slider-content .flexslider .flex-direction-nav a.flex-next{
		right: -100px;
	}
	
	.content .info-block.ext.custom2 .right p.ttl-2{
		margin-bottom: 30px;
	}
	
	.content .info-block.ext.custom2 .right p.color{
		font-size: 23px;
	}
	
	.content .info-block.ext.custom2 .right p.ttl-3
	{
		font-size: 28px;
		line-height: 40px;
	}
	
	.content .info-block.ext.custom2 .right p.ttl-2.custom{
		font-size: 35px;
	}
	
	.content .info-block.ext div.txt{
		
	}

    .content .info-block .inner p.ttl-2:after{
        bottom: -140px;
    }

    .content .info-block.ext div.stats > .item > span > sup{
        font-size: 31px;
    }
		
}


@media screen and (max-width: 1350px) {
	.header div.location{
		font-size: 20px;
		padding-top: 10px;
	}
	
	.header div.location p.desc{
		font-size: 16px;
	}
	
	.header div.order{
		width: 25%;
	}
	
	.header div.location{
		width: 26.6%;
	}
	
	.header .flex-container{
		margin-top: -75px;
	}
	
	.content div.order-form p.title{
		font-size: 40px;
	}
	
	.content .info-block.ext div.gallery > div.item .caption{
		font-size: 18px;
	}
	
	.content .info-block.ext div.gallery > div.item .caption p.color{
		font-size: 15px;
	}
	
	.info-block.ext.no-wrapper .flexslider .flex-direction-nav a.flex-prev{
		left: 20px;
	}
	
	.info-block.ext.no-wrapper .flexslider .flex-direction-nav a.flex-next{
		right: 20px;
	}
	
	/*.content .info-block .slider-extended > .left > .feaches div,
	.info-block.ext.parent-slider .slider-extended > .left > .feaches div*/
    .info-block.ext.parent-slider .slider-extended > .left > .feaches div > a
    {
		padding: 30px 20px;
		font-size: 22px;
        width: 100%;
	}
	
	.info-block.ext.parent-slider{
		min-height: 660px;
	}
	
	
	.content .info-block p.ttl-1,
	.info-block.ext.no-wrapper p.ttl-1, 
	.info-block.ext.parent-slider p.ttl-1{
		font-size: 30px;
	}
	
	.content .info-block.ext .two-block p.ttl-2,
    #order-callback p.ttl-2
    {
		font-size: 22px;
	}
	
	.content .info-block.ext div.stats > .item > span{
		font-size: 40px;
	}
	
	.content .slider-content .flexslider .flex-direction-nav a.flex-prev{
		left: 20px;
	}
	
	.content .slider-content .flexslider .flex-direction-nav a.flex-next{
		right: 20px;
	}
	
	.content div.order-form{
		margin-bottom: 60px;
	}
	
	.info-block.ext.no-wrapper .slider-wrap{
		padding-top: 80px;
	}
	
	.content .info-block.ext .two-block p.note{
		font-size: 13px;
	}
	
	.content div.order-form input[type=submit],
	.content .info-block.ext .two-block input[type=submit],
	.content .info-block.ext.custom2 .right a.button{
		font-size: 16px;
	}
	
	.content .slider-content .flexslider .flex-direction-nav a.flex-prev,
	.content .slider-content .flexslider .flex-direction-nav a.flex-next,
	.info-block.ext.no-wrapper .flexslider .flex-direction-nav a.flex-prev,
	.info-block.ext.no-wrapper .flexslider .flex-direction-nav a.flex-next
	{
		width: 50px;
		height: 61px;
		background-size: cover;
		margin-top: -30px;
	}
	
	.content .info-block.ext.custom .gallery > .item{
		/* width: 184px; */
	}
	
	.content .info-block.ext.custom2 .right p.color,
	.content .info-block.ext.custom2 .right p.ttl-3
	{
		font-size: 18px;
		margin-bottom: 12px;
	}
	
	.content .info-block.ext.custom2 .right p.ttl-3
	{
		font-size: 22px;
		line-height: 35px;
	}
	
	.content .info-block.ext.custom2 .right p.ttl-2.custom{
		font-size: 28px;
		margin-bottom: 8px;
	}
	
	.content .info-block.ext.custom2 .right p.ttl-2{
		margin-bottom: 10px;
	}
	
	.footer a{
		font-size: 15px;
	}

    .content .info-block .inner p.ttl-2,
    .content .info-block.ext.custom2 .right p.ttl-2{
        font-size: 30px;
    }

    .content .info-block .inner  p.ttl-2:after{
       content: none;
    }

    .content .info-block .inner .txt-style{
        font-size: 15px;
    }

    .content .info-block.ext div.stats > .item > span > sup{
        font-size: 23px;
    }

}

.wrapper,
.footer
{
	min-width: 320px;
}

.info-block.ext.no-wrapper .slider-wrap{
	min-width: 320px;
	max-width: 977px;
	width: auto;
}


/* Mobile */

@media screen and (max-width: 1000px) {
    .global-bg{
        background:
                url(images/bg_top.jpg) center top no-repeat,
                url(images/bg_bottom.jpg) center bottom no-repeat
                #000;
    }

    .content .info-block .inner  p.ttl-2:after{
        content: none;
    }

    .info-block.ext.no-wrapper,
    .info-block.ext.parent-slider,
    .info-block.ext.slider-content.bg-light,
    .bg-light-full
    {
        background: none;
    }
	
	.content .info-block .inner > div.left,
	.content .info-block .inner > div.right
	{
		float: none;
		width: 100%;
		margin-bottom: 20px;
		font-size: 14px;
		line-height: 22px;
	}
	
	.content .info-block.ext div.txt{
		font-size: 14px;
		line-height: 22px;
	}
	
	.content div.order-form input[type=text],
	.content div.order-form input[type=tel],
	.content .info-block.ext .two-block input[type=text], 
	.content .info-block.ext .two-block input[type=tel],
	.content .info-block.ext.custom form textarea,
	.content div.order-form input[type=submit],
	.content .info-block.ext .two-block input[type=submit], 
	.content .info-block.ext.custom2 .right a.button
	{
		width: 100%;
		margin-bottom: 20px;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		margin-left: 0;
	}
	
	.info-block.ext.parent-slider .slider-extended,
	.content .info-block .slider-extended{
		display: block;
	}
	
	.content .info-block .slider-extended > .left,
	.content .info-block .slider-extended > .slider,
	.info-block.ext.parent-slider .slider-extended > .left,
	.info-block.ext.parent-slider .slider-extended > .slider{
		display: block;
	}
	
	.content .info-block .slider-extended > .left > .feaches, 
	.info-block.ext.parent-slider .slider-extended > .left > .feaches{
		position: static;
		width: 100%;
		margin-bottom: 20px;
		position: relative;
	}
	
	.content .info-block .slider-extended > .left,
	.info-block.ext.parent-slider .slider-extended > .left,
	.content .info-block .slider-extended > .slider, 
	.info-block.ext.parent-slider .slider-extended > .slider
	{
		width: 100%;
	}
	
	/*.content .info-block .slider-extended > .left > .feaches div,
	.info-block.ext.parent-slider .slider-extended > .left > .feaches div*/
    .info-block.ext.parent-slider .slider-extended > .left > .feaches div > a
    {
		width: 100%;
		border-radius: 10px;
		-webkit-border-radius: 10px;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
	
	.content .info-block.ext .two-block > .left,
	.content .info-block.ext .two-block > .right,
	.content .info-block.ext.custom .two-block > .left,
	.content .info-block.ext.custom .two-block > .right
	{
		float: none;
		width: 100%;
		margin-bottom: 20px;
	}
	
	.content .info-block.ext .two-block > .left{
		text-align: center;
	}
	
	.content .info-block.ext .two-block > .left img{
		max-width: 300px;
	}
	
	.content .info-block.ext div.stats > .item{
		margin-right: 0;
		width: 100%;
	}
	
	.content .info-block.ext.custom2 .two-block > .left img{
		max-width: 100%;
	}
	
	.content .info-block.ext .two-block > .right{
		text-align: center;
	}
	
	.content .info-block.ext.custom2 .right a.button{
		width: 75%;
		margin: 0 auto;
		margin-bottom: 20px;
	}
	
	.content .info-block.ext.custom2 .right p.ttl-2.custom{
		margin-bottom: 20px;
	}
	
	.footer a{
		font-size: 12px;
	}
	
	.content .info-block.ext.custom .gallery > .item{
		width: 150px;
	}
	
	.header div.order-block > .left,
	.header div.order-block > .right{
		float: none;
		width: 100%;
		text-align: center;
	}
	
	.header div.order-block > .right img{
		width: 25%;
		margin: 0 auto;
		display: none;
	}
	
	.header div.order-block p.big-title{
		font-size: 25px;
		margin-bottom: 20px;
	}
	
	.header div.order-block{
		padding: 0;
		padding-top: 35px;
	}
	
	.header div.order-block div.preview img{
		width: 75px;
	}
	
	.content div.order-form p.title{
		font-size: 22px;
	}
	
	.header div.order-block div.preview{
		margin-bottom: 30px;
	}
	
	.header .flex-container{
		display: block;
		text-align: center;
		margin-top: 0;
	}
	
	.header div.location{
		width: 100%;
		text-align: center;
		padding-left: 0;
		margin-bottom: 20px;
	}
	
	.header div.order{
		width: 50%;
		margin: 0 auto;
	}
	
	.header div.location:before,
	.header div.order > a:before
	{
		content: none;
	}
	
	.header div.order > a{
		padding: 0 10px;
		line-height: 50px;
		font-size: 14px;
	}
	
	.header div.logo{
		width: 30%;
	}
	
	.header div.order-block div.preview{
		font-size: 18px;
	}
	
	.content div.order-form input[type=text],
	.content div.order-form input[type=tel],
	.content .info-block.ext .two-block input[type=text],
	.content .info-block.ext .two-block input[type=tel],
	.content .info-block.ext.custom form textarea{
		line-height: 45px;
		min-height: 45px;
		font-size: 12px;
	}
	
	.content div.order-form input[type=submit],
	.content .info-block.ext .two-block input[type=submit],
	.content .info-block.ext.custom2 .right a.button{
		line-height: 45px;
		min-height: 45px;
		font-size: 14px;
	}
	
	.content .info-block,
	.content div.order-form
	{
		margin-bottom: 25px;
	}
	
	.content .info-block .inner p.ttl-2,
	.content .info-block.ext.custom2 .right p.ttl-2{
		margin-bottom: 20px;
		font-size: 30px;
	}
	
	.content .info-block .inner div.img-block > .bottom{
		font-size: 20px;
	}
	
	.content .info-block .inner div.img-block > .bottom{
		/* height: 88px; */
	}
	
	.content .info-block p.ttl-1,
	.info-block.ext.no-wrapper p.ttl-1,
	.info-block.ext.parent-slider p.ttl-1{
		font-size: 25px;
		line-height: 35px;
		margin-bottom: 30px;
	}
	
	.content .info-block.ext div.gallery > div.item{
		width: 150px;
	}
	
	.content .info-block.ext div.gallery > div.item .thumb > .inner{
		width: 100px;
		height: 100px;
		margin-bottom: 7px;
		margin-top: 10px;
	}
	
	.content .info-block.ext div.gallery > div.item .caption{
		margin-top: 20px;
		font-size: 14px;
	}
	
	.content .info-block.ext div.gallery > div.item .caption p.color{
		font-size: 13px;
	}
	
	.content .info-block.ext div.gallery > div.item .caption p{
		margin-bottom: 10px;
	}
	
	.info-block.ext.no-wrapper .flexslider .flex-direction-nav a.flex-prev,
	.info-block.ext.no-wrapper .flexslider .flex-direction-nav a.flex-next{
		margin-top: -65px;
	}
	
	.content .info-block .custom-controls-container .flex-control-nav,
	.info-block.ext.no-wrapper .custom-controls-container2 .flex-control-nav,
	.info-block.ext.parent-slider .custom-controls-container .flex-control-nav{
		bottom: 25px;
	}
	
	.info-block.ext.no-wrapper .flexslider {
		margin-bottom: 0;
	}
	
	/*.content .info-block .slider-extended > .left > .feaches div,
	.info-block.ext.parent-slider .slider-extended > .left > .feaches div*/
    .info-block.ext.parent-slider .slider-extended > .left > .feaches div > a
    {
		font-size: 18px;
	}
	
	.content .info-block.ext .two-block p.ttl-1{
		text-align: center;
	}
	
	.content .info-block.ext .two-block p.note{
		padding-top: 0;
	}
	
	.content .slider-content .flexslider ul.slides > li > a{
		background-size: 25%;
	}
	
	.info-block.ext.custom2{
		margin-bottom: 76px;
	}
	
	.info-block.ext.no-wrapper .slider-wrap{
		padding-top: 0;
	}
	
	.info-block.ext.no-wrapper{
		min-height: 460px;
	}
	
	.flex-direction-nav a{
		z-index: 100;
	}
	
}






