html {
    margin: 0;
    padding: 0;
    height: 100%;
}
body {
	font: 14px 'proxima_nova_rgregular', Arial, Tahoma, Verdana, sans-serif;
	width: 100%;
        margin: 0;
        padding: 0;
	background-color: #fff;
	color: #000;
        overflow-x: hidden;
}

a {
	color: #000;
        font: 14px 'proxima_nova_rgregular', Arial, Tahoma, Verdana, sans-serif;
	outline: none;
	text-decoration: none;
        cursor: pointer;
}

a:hover {
	text-decoration: underline;
}

p { margin:0; padding:0; }

ul
{
    list-style: none;
    margin: 0;
    padding: 0;
}

img
{
    border: none;
    max-width: 100%;
    max-height: 100%;
}

.text-center
{
    text-align: center;
}

.text-left
{
    text-align: left;
}

.text-right
{
    text-align: right;
}

.dib
{
    display: inline-block;
    vertical-align: top;
}

.tu
{
    text-transform: uppercase;
}

.fl-l
{
    float: left;
}

.fl-r
{
    float: right;
}

.wrapper
{
    max-width: 1600px;
    margin: 0 auto;
}

.container
{
    width: 960px;
    margin: 0 auto;
}

header
{
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 0;
}

header .logo
{
    display: inline-block;
    vertical-align: middle;
    width: 25%;
}

header .slogan
{
    display: inline-block;
    vertical-align: middle;
    width: 51%;
    text-align: center;
    margin-left: 2%;
    margin-right: 2%;
    font-size: 16px;
    color: #000;
    font-family: "proxima_nova_ltlight";
    padding-top: 20px;
}

header .phone
{
    display: inline-block;
    vertical-align: middle;
    width: 20%;
    text-align: right;
}

header .phone > a
{
    font-size: 18px;
    color: #000;
    text-decoration: none;
}

header .phone .btn_block
{
    margin-top: 13px;
}

header .phone .btn_block a
{
    font-size: 12px;
    color: #108de4;
    font-family: "proxima_nova_ltlight";
    text-transform: uppercase;
    width: 190px;
    border: 1px solid #108de4;
    border-radius: 20px;
    height: 45px;
    text-decoration: none;
    box-sizing: border-box;
    display: inline-block;
    line-height: 45px;
    text-align: center;
}

header .phone .btn_block a:hover
{
    color: #fff;
    background: #108de4;
    
    -webkit-transition: background 0.3s ease 0s, color 0.3s ease 0s;
    -moz-transition: background 0.3s ease 0s, color 0.3s ease 0s;
    -ms-transition: background 0.3s ease 0s, color 0.3s ease 0s;
    -o-transition: background 0.3s ease 0s, color 0.3s ease 0s;
    transition: background 0.3s ease 0s, color 0.3s ease 0s;
}

.main_block
{
    padding-top: 75px;
    padding-bottom: 45px;
    background: url(../img/main_bg.jpg) no-repeat center center;
    background-size: cover;
}

.main_block .title_1
{
    text-align: center;
    font-size: 23px;
    color: #000;
}

.main_block .title_1 span
{
    background: #fff;
    padding: 0 8px;
    font-family: "proxima_nova_ltlight";
}

.main_block .title_2
{
    font-size: 43px;
    text-align: center;
    color: #fff;
}

.main_block .title_2 span
{
    background: #6dc4fc;
    padding: 0 8px;
    font-family: "proxima_nova_rgbold";
}

.main_block .title_3
{
    text-align: center;
    font-size: 23px;
    color: #000;
}

.main_block .title_3 span
{
    background: #fff;
    padding: 0 8px;
    font-family: "proxima_nova_ltlight";
}

.main_block .form_block
{
    margin-top: 60px;
    margin-bottom: 50px;
    font-size: 0;
}

.main_block .left_block
{
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    box-sizing: border-box;
    padding-left: 60px;
    position: relative;
}

.main_block .left_block .title
{
    font-size: 35px;
    color: #000;
    text-align: left;
    font-family: "proxima_nova_ltsemibold";
}

footer .slogan a
{
    font-size: 16px;
    color: #60c1ff;
    font-family: "proxima_nova_ltlight";
    text-align: left;
}

.main_block .left_block .description
{
    font-size: 20px;
    color: #000;
    margin-top: 0px;
    font-family: "proxima_nova_ltlight";
}

.main_block .left_block .title_big
{
    font-size: 35px;
    color: #000;
    font-family: "proxima_nova_ltsemibold";
    margin-top: 50px;
}

.main_block .left_block .title_big span
{
    color: #ff4e4e;
    font-family: "proxima_nova_thextrabold";
}

.main_block .left_block .strelka
{
    position: absolute;
    bottom: -50px;
    right: 0;
}

.main_block .right_block
{
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    box-sizing: border-box;
    padding-left: 45px;
}

.main_block .right_block form
{
    background: rgba(24, 160, 255, .15);
    display: inline-block;
    padding: 30px 25px;
    border-radius: 5px;
}

.main_block .right_block .title
{
    text-align: center;
    font-size: 25px;
    color: #000;
    font-family: "proxima_nova_rgbold";
    text-transform: uppercase;
}

.main_block .right_block .description
{
    font-size: 16px;
    color: #000;
    margin-top: 10px;
    text-align: center;
    margin-bottom: 30px;
}

.main_block .right_block .input_block
{
    margin-bottom: 15px;
    width: 100%;
    box-sizing: border-box;
    min-width: 333px;
}

.main_block .right_block .input_block input
{
    background: #fff;
    box-sizing: border-box;
    width: 100%;
    padding-left: 42px;
    padding-right: 10px;
    height: 60px;
    border: 1px solid #bbcfe0;
    border-radius: 5px;
    outline: none!important;
    line-height: 60px;
}

input.error
{
    border: 1px solid red!important;
}

.main_block .right_block .btn_block
{
    text-align: center;
}

.main_block .right_block .btn_block input
{
    width: 335px;
    height: 63px;
    line-height: 63px;
    display: inline-block;
    border: none;
    background: url(../img/form_btn.png);
    box-sizing: border-box;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    text-align: center;
}

.main_block .right_block .btn_block input:hover
{
    opacity: .7;
}

.main_block .right_block .description_2
{
    margin-top: 15px;
    font-size: 14px;
    color: #000;
    text-align: center;
}

.main_block .info
{
    background: rgba(255, 255, 255, .9);
    padding: 30px 0;
    font-size: 0;
}

.main_block .info .item
{
    display: inline-block;
    vertical-align: top;
    width: 33%;
}

.main_block .info .item .img
{
/*    text-align: center;
    max-width: 155px;*/
}

.main_block .info .item:nth-child(3) .text
{
    float: right;
}

.main_block .info .item:nth-child(2) .text
{
    margin-left: auto;
    margin-right: auto;
}

.main_block .info .item .text
{
    text-align: center;
    max-width: 155px;
    font-size: 18px;
    color: #000;
    margin-top: 25px;
}

.info_block
{
    background: #fbfbfb;
    padding: 65px 0;
}

.info_block .title
{
    font-size: 35px;
    color: #000;
    text-transform: uppercase;
    font-family: "proxima_nova_ltlight";
}

.info_block .title .hr
{
    margin-top: 15px;
    height: 1px;
    width: 45px;
    background: #000;
}

.info_block .description
{
    font-size: 20px;
    color: #000;
    margin-top: 15px;
    font-family: "proxima_nova_ltlight";    
}

.info_block .items
{
    margin-top: 85px;
    font-size: 0;
}

.info_block .items .item
{
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
    border-right: 1px solid #e3e3e3;
    width: 33.33333333333333333333333%;
}

.info_block .items .item:nth-child(3n+3)
{
    border-right: none;
}


.info_block .items .item:nth-child(3n+1)
{
    width: 30%;
}

.info_block .items .item:nth-child(3n+2)
{
    padding-left: 3%;
}

.info_block .items .item:nth-child(3n+3)
{
    padding-left: 3%;
}

.info_block .items .item:nth-child(4),
.info_block .items .item:nth-child(5),
.info_block .items .item:nth-child(6)
{
    padding-bottom: 15px;
    padding-top: 25px;
    border-top: 1px solid #e3e3e3;
}

.info_block .items .item:nth-child(1),
.info_block .items .item:nth-child(2),
.info_block .items .item:nth-child(3)
{
    padding-top: 15px;
    padding-bottom: 25px;
}


.info_block .items .item:nth-child(5),
.info_block .items .item:nth-child(2),
.info_block .items .item:nth-child(3),
.info_block .items .item:nth-child(6)
{
    /*padding-left: 45px;*/
}

.info_block .items .item:nth-child(5),
.info_block .items .item:nth-child(2)
{
    /*padding-right: 45px;*/
}

.info_block .items .item .img
{
    display: inline-block;
    vertical-align: middle;
    width: 18%;
}

.info_block .items .item .description
{
    display: inline-block;
    vertical-align: middle;
    width: 82%;
    font-size: 16px;
    color: #000;
    font-family: "proxima_nova_ltlight";    
}

.catalog
{
    margin-top: 80px;
}

.catalog .title
{
    font-size: 35px;
    color: #000;
    text-transform: uppercase;
    font-family: "proxima_nova_ltlight";
    text-align: center;
}

.catalog .items
{
    width: 100%;
}

.catalog .item
{
    margin-top: 120px;
    /*box-shadow: 1px 14px 38px -27px #000;*/
}

.catalog .item:nth-child(1) .container
{
    box-sizing: border-box;
    padding-left: 500px;
    min-height: 547px;
    background: url(../img/catalog/1.jpg) no-repeat left bottom;
}

.catalog .item:nth-child(1) .img
{
    width: 70%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.catalog .item:nth-child(2) .container
{
    box-sizing: border-box;
    background: url(../img/catalog/2.jpg) no-repeat right bottom 50px;
}

.catalog .item:nth-child(3) .container
{
    box-sizing: border-box;
    padding-left: 500px;
    background: url(../img/catalog/3.jpg) no-repeat left bottom 50px;
}

.catalog .item:nth-child(2) .description
{
    width: 450px;
}

.catalog .item .item_title
{
    font-size: 30px;
    color: #000;
    font-family: "proxima_nova_ltsemibold";
}

.catalog .item .item_title_2
{
    font-size: 23px;
    color: #000;
    margin-top: 5px;
}

.catalog .item .description
{
    font-size: 16px;
    color: #626262;
    font-family: "proxima_nova_ltlight";
    margin-top: 15px;
}

.catalog .item .list
{
    margin-top: 35px;
}

.catalog .item .list ul
{
    width: 100%;
    list-style: url(../img/list.png);
}

.catalog .item .list ul li
{
    margin-left: 20px;
    margin-bottom: 10px;
    font-size: 16px;
    color: #626262;
    font-family: "proxima_nova_ltlight";
    padding-left: 30px;
    list-style: url(../img/list.png);
}

.catalog .item .btn_block
{
    margin-top: 35px;
    padding-bottom: 70px;
}

.catalog .item .btn_block a
{
    width: 335px;
    height: 63px;
    line-height: 63px;
    display: inline-block;
    border: none;
    background: url(../img/form_btn.png);
    box-sizing: border-box;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
}

.catalog .item .btn_block a:hover
{
    opacity: .7;
}

.catalog .item:last-child
{
    box-shadow: none;
}

.info_form
{
    padding: 42px 0 50px 0;
    background-image: -webkit-gradient(
        linear,
        right bottom,
        left bottom,
        color-stop(0, #43E0A4),
        color-stop(1, #25BCF8)
    );
    background-image: -o-linear-gradient(left, #43E0A4#25BCF8 0%, #25BCF8 100%);
    background-image: -moz-linear-gradient(left, #43E0A4 0%, #25BCF8 100%);
    background-image: -webkit-linear-gradient(left, #43E0A4 0%, #25BCF8 100%);
    background-image: -ms-linear-gradient(left, #43E0A4 0%, #25BCF8 100%);
    background-image: linear-gradient(to left, #43E0A4 0%, #25BCF8 100%);
    text-align: center;
}

.info_form .title
{
    font-size: 35px;
    color: #fff;
    font-family: "proxima_nova_ltsemibold";
    text-align: center;
}

.info_form .description
{
    font-family: "proxima_nova_ltlight";
    font-size: 20px;
    color: #fff;
    margin-top: 10px;
}

.info_form .form_block
{
    margin-top: 30px;
    text-align: center;
}

.info_form .form_block .input_block
{
    margin-bottom: 15px;
    width: 32%;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    margin-right: 1%;
}

.info_form .form_block .input_block input
{
    background: #fff;
    box-sizing: border-box;
    width: 100%;
    padding-left: 42px;
    padding-right: 10px;
    height: 60px;
    border: 1px solid #bbcfe0;
    border-radius: 5px;
    outline: none!important;
    line-height: 60px;
}

.info_form .form_block .btn_block
{
    text-align: center;
    margin-top: 20px;
}

.info_form .form_block .btn_block input
{
    width: 335px;
    height: 63px;
    line-height: 63px;
    display: inline-block;
    border: none;
    background: url(../img/form_btn.png);
    box-sizing: border-box;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    text-align: center;
}

.info_form .form_block .btn_block input:hover
{
    opacity: .7;
}

label.error
{
    display: none!important;
}

.more
{
    padding: 60px 0 90px 0;
}

.more .title
{
    font-size: 35px;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    font-family: "proxima_nova_ltlight";
}

.more .items
{
    margin-top: 90px;
    font-size: 0;
}

.more .item
{
    display: inline-block;
    vertical-align: top;
    margin-bottom: 80px;
    width: 50%;
    box-sizing: border-box;
    padding-left: 65px;
}

.more .item .item_title
{
    font-family: "proxima_nova_ltlight";
    font-size: 25px;
    color: #000;
}

.more .item .description
{
    font-size: 16px;
    color: #404040;
    font-family: "proxima_nova_ltlight";
    margin-top: 5px;
    max-width: 355px;
}

.more .item:nth-child(1)
{
    background: url(../img/more/1.png) no-repeat left top 7px;
}

.more .item:nth-child(2)
{
    background: url(../img/more/2.png) no-repeat left top 7px;
}

.more .item:nth-child(3)
{
    background: url(../img/more/3.png) no-repeat left top 7px;
}

.more .item:nth-child(4)
{
    background: url(../img/more/4.png) no-repeat left top 7px;
}

.more .item:nth-child(5)
{
    background: url(../img/more/5.png) no-repeat left top 7px;
}

.more .item:nth-child(6)
{
    background: url(../img/more/6.png) no-repeat left top 7px;
}

.main_slider
{
    background: #18a0ff;
    padding: 45px 0 160px 0;
}

.main_slider .title
{
    font-size: 35px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-family: "proxima_nova_ltlight";
}

.main_slider .city
{
    font-size: 25px;
    color: #fff;
    text-align: center;
    font-family: "proxima_nova_ltlight";
}

.main_slider .slider_block
{
    margin-top: 140px;
    position: relative;
}

.main_block.main_block_2
{
    padding-top: 48px;
    background: url(../img/bg2.jpg) no-repeat center center;
}

.main_block_2 .title
{
    font-size: 35px;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    font-family: "proxima_nova_ltlight";
}

.main_block_2 .title span,
.main_block_2 .title_mini span
{
    background: #70c7ff;
    padding: 3px 5px;
}

.main_block_2 .title_mini
{
    font-size: 25px;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    font-family: "proxima_nova_ltlight";
}


footer
{
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 0;
}

footer .logo
{
    display: inline-block;
    vertical-align: middle;
    width: 25%;
}

footer .slogan
{
    display: inline-block;
    vertical-align: middle;
    width: 51%;
    text-align: left;
    box-sizing: border-box;
    padding-left: 50px;
    margin-left: 2%;
    margin-right: 2%;
    font-size: 16px;
    color: #000;
    font-family: "proxima_nova_ltlight";
    padding-top: 20px;
}

footer .phone
{
    display: inline-block;
    vertical-align: middle;
    width: 20%;
    text-align: right;
}

footer .phone > a
{
    font-size: 18px;
    color: #000;
    text-decoration: none;
}

footer .phone .btn_block
{
    margin-top: 13px;
}

footer .phone .btn_block a
{
    font-size: 12px;
    color: #108de4;
    font-family: "proxima_nova_ltlight";
    text-transform: uppercase;
    width: 190px;
    border: 1px solid #108de4;
    border-radius: 20px;
    height: 45px;
    text-decoration: none;
    box-sizing: border-box;
    display: inline-block;
    line-height: 45px;
    text-align: center;
}

footer .phone .btn_block a:hover
{
    color: #fff;
    background: #108de4;
    
    -webkit-transition: background 0.3s ease 0s, color 0.3s ease 0s;
    -moz-transition: background 0.3s ease 0s, color 0.3s ease 0s;
    -ms-transition: background 0.3s ease 0s, color 0.3s ease 0s;
    -o-transition: background 0.3s ease 0s, color 0.3s ease 0s;
    transition: background 0.3s ease 0s, color 0.3s ease 0s;
}

footer .left_info
{
    display: inline-block;
    vertical-align: top;
    margin-top: 25px;
    width: 50%;
    font-family: "proxima_nova_ltlight";
    font-size: 16px;
    color: #000;
}

footer .left_info p
{
    margin-bottom: 5px;
}

footer .right_info
{
    display: inline-block;
    vertical-align: top;
    margin-top: 25px;
    width: 50%;
    font-family: "proxima_nova_ltlight";
    font-size: 16px;
    color: #000;
    text-align: right;
}

footer .right_info a
{
    font-family: "proxima_nova_ltlight";
    font-size: 16px;
    color: #60c1ff;
}

footer .right_info a:hover
{
    text-decoration: underline;
}


.roundabout-holder {
			padding: 0;
			margin: 0 auto;
			height: 400px;
			width: 620px;
		}
		
		.roundabout-moveable-item {
			height: 622px;
			width: 936px;
			cursor: pointer;
			border:1px solid black;
			display:block;
		}
		
		.roundabout-moveable-item img {
			height: 100%;
			width: 100%;
		}
		
		.roundabout-in-focus {
			cursor: auto;
		}
		



#carousel li {

    /*box-shadow: 0 0 10px #000;*/
    text-align: center;
    cursor: pointer;
    overflow: hidden;
    background: #000;
  opacity: 1!important;
border: none!important;
}

#carousel li.roundabout-in-focus:hover span {
display: block;
z-index: 1;
}

#carousel li span{
  display: block;
  width: 100%;
  position: absolute;
  height: 100%;
  //background: rgba(255, 77, 77, .8);
}

#carousel li.roundabout-in-focus{
cursor: default;
}

#carousel li.roundabout-in-focus img {
opacity: 1!important;
}

#carousel li.roundabout-in-focus span
{
    display: none!important;
}

.slider_block .prev
{
    position: absolute;
    top: 50%;
    margin-top: -27px;
    left: 18%;
    cursor: pointer;
    z-index: 9999999999;
}

.slider_block .next
{
    position: absolute;
    top: 50%;
    margin-top: -27px;
    right: 18%;
    cursor: pointer;
    z-index: 9999999999;
}

.slider_block .prev:hover,
.slider_block .next:hover
{
    opacity: .7;
}

.diploms
{
    padding: 75px 0 100px 0;
}

.diploms .title
{
    font-size: 35px;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    font-family: "proxima_nova_ltlight";
}

.diploms .t_slider
{
    margin-top: 55px;
    width: 820px;
}

.bx-wrapper .bx-viewport
{
    height: auto!important;
}

.bx-wrapper
{
    margin: 0 auto;
}

.bx-wrapper .bx-prev
{
    left: -100px;
    background: url(../img/slider_left.png) no-repeat center center;
}

.bx-wrapper .bx-next
{
    right: -100px;
    background: url(../img/slider_right.png) no-repeat center center;
}

.bx-wrapper .bx-controls-direction a
{
    width: 54px;
    height: 54px;
    background-position: 0 0!important;
}

.bx-wrapper .bx-controls-direction a:hover
{
    opacity: .7;
}

.fancybox-skin .title
{
    text-align: center;
    font-size: 25px;
    color: #000;
    font-family: "proxima_nova_rgbold";
    text-transform: uppercase;
}

.fancybox-skin .description
{
    font-size: 16px;
    color: #000;
    margin-top: 10px;
    text-align: center;
    margin-bottom: 30px;
}

.fancybox-skin .input_block
{
    margin-bottom: 15px;
    width: 100%;
    box-sizing: border-box;
    min-width: 333px;
}

.fancybox-skin .input_block input
{
    background: #fff;
    box-sizing: border-box;
    width: 100%;
    padding-left: 42px;
    padding-right: 10px;
    height: 60px;
    border: 1px solid #bbcfe0;
    border-radius: 5px;
    outline: none!important;
    line-height: 60px;
}

.fancybox-skin .btn_block
{
    text-align: center;
}

.fancybox-skin .btn_block input
{
    width: 335px;
    height: 63px;
    line-height: 63px;
    display: inline-block;
    border: none;
    background: url(../img/form_btn.png);
    box-sizing: border-box;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    text-align: center;
}

.fancybox-skin .btn_block input :hover
{
    opacity: .7;
}

.fancybox-skin .description_2
{
    margin-top: 15px;
    font-size: 14px;
    color: #000;
    text-align: center;
}

#thanks
{
    font-size: 16px;
    text-align: center;
    color: #000;
}