    @font-face {
    font-family: 'r';
    src: url('/fonts/robotocondencedregular.ttf');
}
@font-face {
    font-family: 'rc';
    src: url('/fonts/robotocondensedlight.ttf');
}
@font-face {
    font-family: 'rb';
    src: url('/fonts/robotocondenseddold.ttf');
}
*{
    font-size: 20px;
    font-family: 'rc';
    color: #fff;
    outline: none;
}
.clear{
    clear: both;
}

body {
	background-color: black;
}
body, html{
    height: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    min-width: 1000px;
}
#myalert{
    position: fixed;
    width: 100%;
    height: 25%;
    z-index: 100000;
    margin: 15% auto;
    display: none;
    opacity: 0;
}
.myalertinfo{
    background-color: #fff;
}
.myalertinfo span{
    color: #e21e24;
}
.myalerterror{
    background-color: #e21e24;
}
.myalerterror span{
    color: #fff;
}
.myalertinfo, .myalerterror{
    display: table !important;
}
#myalert span{
    display: table-cell;
    width: 100%;
    height: 100%;
    font-size: 40px;
    text-align: center;
    vertical-align: middle;
}
#darker{
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0;
    z-index: 99999;
    display: none;
}
#landscapehidder{
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: #000;
    z-index: 10000;
    display: none;
}
#landscapehidder span{
    display: block;
    color: #fff;
    width: 100%;
    line-height: 90px;
    font-size: 60px;
    text-align: center;
    margin: 10% auto;
}
#landscapehidder.mobile{
    display: block;
}
.page_start{
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 600px;
    background-image: url(../img/sr_index_grnd_blue.png);
    background-repeat: repeat-y;
    background-size: cover;
}
.logotext{
    display: table;
    height: 80%;
    width: 80%;
    top: 5%;
    margin: 0 auto;
    overflow: hidden;
}
.mobiletext{
    display: none;
}
.logotext .cell{
    width: 49%;
    height: 100%;
    display: table-cell;
}
.logo{
    position: relative;
    width: 100%;
}
.logoimg{
    position: absolute;
/*    position: relative;*/
    left: 30%;
    top: 10%;
    display: block;
    width: 100%;
    height: 100%;
    /*min-width: 600px;
    min-height: 600px;    */
    text-align: center;
    background-image: url('../img/sr_index_logo_blue.png');
    background-repeat: no-repeat;
    background-size: contain;
}
.texts{
    margin: 0;
    padding: 8% 0 0 0;
}
.texts .row{
    display: block;
    color: #fff;
    width: 525px;
    text-transform: uppercase;
    text-align: center;
}
.rowa, .rowb{
    font-family: 'rb';
    line-height: 80px;
}
.rowa{
    font-size: 70px;
}
.rowb{
    font-size: 98px;
}
.rowc{
    padding: 30px 0 0 0;
    font-family: 'rc';
    font-size: 74px;
    line-height: 80px;
}
.go_btn{
    position: absolute;
    width: 200px;
    height: 80px;
    line-height: 78px;
    border: 2px solid #fff;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    text-align: center;
    color: #fff;
    font-size: 15px;
    top: 85%;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: transparent;
}
.go_btn:hover{
    cursor: pointer;
    background-color: #fff;
/*    color: #e21e24;*/
    color: #312238;
}
.page{
    position: relative;
    overflow: hidden;
    overflow-x: hidden;
}
.menu, .center_logo{
    position: absolute;
}
.menu {
	position: relative;
	width: 100%;
	background-color: black;
	text-align: right;
}

.menu .cell{
    display: inline-block;
    font-family: 'rb';
    font-size: 16px;
    padding: 24px;
    line-height: 100%;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.menu .cell:hover{
    /* border-bottom: 1px dotted #fff; */
}
.menu .videocontrol.cell:hover{
    border-bottom: none;
}

.menu .cell:hover, .slidemenu a:hover, .contacts a:hover{
    cursor: pointer;
    text-shadow: 0px 0px 3px rgba(255, 255, 255, 1);
}
.slidemenu, .contacts{
    position: absolute;
    top: 90px;
    right: -900px;
    width: 800px;
    z-index: 100;
    padding: 0 60px 0 0;
}
.contacts{
    width: 550px;
}
.close{
    position: absolute;
    top: 0px;

    width: 56px;
    height: 56px;
    background-image: url('../img/sr_cross_out.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.3;
}
.slidemenu .close{
    left: 80px;
}
.slidemenu .mobile{
    display: none;
}
.contacts .close{
    left: 0px;
}
.close:hover{
    cursor: pointer;
    opacity: 1;
    -webkit-animation: close 2.5s ease;
    animation: close 2.5s ease;
    transform-origin: center center;
}
.slidemenu ul{
    list-style: none;
    padding: 0;
    margin: 60px 0 0 60px;
}
.slidemenu ul li{
    margin: 0;
    padding: 0;
    position: relative;
    height: 40px;
    white-space: nowrap;
}

.slidemenu a{
    display: block;
    width: 100%;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    font-size: 20px;
    line-height: 40px;
    text-align: right;
    opacity: 0.9;
}
.slidemenu a:hover{
    opacity: 1;
}
.slidemenu li:hover{
    padding: 0 30px 0 0;
}
.contacts p{
    font-size: 35px;
    line-height: 40px;
    text-align: right;
    margin: 80px 0 0 0;
}
.contacts a{
    color: #fff;
    font-size: 35px;
}

.center_logo{
    width: 352px;
    height: 352px;
    background-image: url('../img/sr_center_logo.png');
    background-position: center center;
    background-repeat: no-repeat;
    left: 0px;
    right: 0px;
    margin: 12% auto;
    background-size: cover;
    opacity: 0;
    /* z-index: 1000; */
}
.content{
    position: absolute;
    left: 0px;
    top: 0px;
    display: block;
    width: 100%;
    min-height: 100%;
    position: relative;
    margin: 0;
/*    overflow: hidden;*/
}
.left_column, .right_column{
    position: relative;
    display: block;
    height: 100%;
    width: 50%;
    margin: 0;
    padding: 0;
}
.left_column{
    float: left;
}
.right_column{
    float: right;
    overflow: hidden;
}
.right_column video{
    opacity: 0.5;
}
.section_content{
    width: 70%;
    padding: 30px 0 30px 30px;
}
.section_content p{
    position: relative;
    padding: 0 0 0 30px;
}

.right_column_img {
    position: absolute;
    left: 0;
    top: 0;
    height: 1080px;
    width: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.right_column_rotator .right_column_img {
	opacity: 0;
	transition: 0.3s;
}

.right_column_rotator .right_column_img.active {
	opacity: 1;
}

.price_but {
    display: inline-block;
    text-align: center;
    border: 2px solid white;
    border-radius: 5px;
    background: transparent;
    cursor: pointer;
    margin-top: 20px;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 100%;
    text-transform: uppercase;
    color: white;
    text-decoration: none;
}

.price_but:hover {
    background: white;
    color: #2b1401;
}

.main_header a{
    font-family: 'rb';
    font-size: 15px;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
}
.main_header a:hover{
    text-decoration: underline;
}
.section_header{
    font-size: 30px;
    line-height: 28px;
    text-transform: uppercase;
    margin: 60px 0 50px 0;
    position: relative;
}
.videocontrol {
    /*position: absolute;
    bottom: 30px;
    right: 30px;
    z-index: 100;*/
	float: right;
}
.videocontrol img{
    height: auto;
    width: auto;
    padding: 10px;
    opacity: 0.6;
    display: none;
    z-index: 100;
}
.videocontrol .buttonactive{
    display: block;
    z-index: 1000;
}
.videocontrol img:hover{
    cursor: pointer;
    opacity: 1;
    text-decoration: none;
}

.contactform{
    border-top: 1px dotted #E0E0E0;
}
.contactformheader{
    text-transform: uppercase;
    font-size: 25px;
    text-align: right;
    line-height: 25px;
    margin: 40px 0;
}
.contactformheader span{
    color: #fff;
    display: block;
    font-size: 16px;
    text-transform: none;
    line-height: 18px;
    font-weight: bold;
}
.inputinfield{
    width: 100%;
    border: none;
    font-size: 20px;
    line-height: 60px;
    height: 60px;
    text-indent: 15px;
    margin: 0 0 5px 0;
    text-transform: uppercase;
    color: #000;
}
.inputincaptcha{
    display: inline-block;
    width: 49%;
    height: 60px;
    line-height: 60px;
    text-indent: 40px;
    position: relative;
}
.inputincaptchaactive{

}
.inputinbutton{
    width: 50%;
    height: 60px;
    background-color: #fff;
    text-transform: uppercase;
    border: none;
    color: #000;
}
.inputinbuttondisabled{
    pointer-events: none;
}
.inputinbuttondisabled, .inputinbuttondisabled:hover{
    background-color: #585858;
    opacity: 0.5;
    cursor: wait !important;

}
.inputinbutton:hover{
    background-color: #FFFFC0;
}
.inputincaptcha:hover, .inputinbutton:hover{
    cursor: pointer;
}

.mobileimg{
    display: none;
}

/*page's colors - start*/

/*.dark_blue, .dark_blue .slidemenu{*/
.dark_blue{
    background-color: #05233d;
}
.dark_navy{
    background-color: #012c3a;
}
.dark_purple{
    background-color: #040117;
}
.dark_red{
    background-color: #2b1401;
}
.dark_deepred{
    background-color: #230707;
}
.dark_lightred{
    background-color: #230101;
}
.dark_yellow{
    background-color: #2b2601;
}
.dark_greengray{
    background-color: #2e3d3c;
}
.dark_bluegray{
    background-color: #2e343d;
}



/*page's colors - end*/
.section_content p::before{
    content: '';
    position: absolute;
    left: 6px;
    top: 8px;
    width: 8px;
    height: 8px;
    background-color: #fff;
}

.inputincaptcha::after{
    content: '';
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    border: 2px solid #fff;
    left: 0;
    top: 17px;
}
.inputincaptcha:hover::after{
    border: 2px solid #e21e24;
}
.inputincaptchaactive::after{
    background-color: #e21e24;
}

.section_header::before{
    content: '';
    position: absolute;
    width: 200px;
    height: 1px;
    border-top: 1px solid #fff;
    left: 0px;
    bottom: -30px;
}
.slidemenu ul li::before{
    content: '';
    position: absolute;
    display: block;
    top: 10px;
    right: 0px;
    height: 20px;
/*    background-color: #e21e24;*/
    background-color: #fff;
}
.slidemenu ul li:hover::before{
    -webkit-animation: slidemenulibefore 0.5s ease forwards;
    animation: slidemenulibefore 0.5s ease forwards;
}



/*IE9*/
input[type="text"], textarea, [contenteditable]{
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}

.contacts a {
    text-decoration: none;
}

/*animationa keyframes - start*/

@keyframes slidemenulibefore{
    0%{
        width: 1px;
        opacity: 0;
    }
    50%{
        width: 15px;
    }
    100%{
        width: 7px;
        opacity: 1;
    }
}

@keyframes arrowbounce {
    0%    { top: 40px; }
    50%    { top: 35px; }
    60%     { top: 40px; }
    70%     { top: 38px; }
    80%     { top: 40px; }
    90%     { top: 39px; }
    100%    { top: 40px; }
    }

@keyframes close{
    0% {
        transform: rotate(0deg);
/*        opacity: 0.3;*/
    }
    50% {
/*        opacity: 1;*/
    }
    100% {
        transform: rotate(360deg);
/*        opacity: 0.3;*/
    }
}

/*animationa keyframes - end*/

.menu .cell,
.menu .cell:hover,
.slidemenu a,
.slidemenu a:hover,
.slidemenu li,
.slidemenu li:hover,
.slidemenu ul li::before,
.slidemenu ul li:hover::before,
.close, close:hover,
.contacts a,
.contacts a:hover
{
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.img-block{
    width: 100%;
    height: auto;
    display: inline-block;
    text-align: center;
    margin-top: 50px;
}

.img-block__image {
   height: 250px;
   display:inline-block;
   margin-right: 20px;
   margin-bottom: 20px;
}

.header_num {
    position: absolute;
    font-family: 'rb';
    font-size: 20px;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    left: 400px;
    width: 100%;
    top: 20px;
}

.tel-icon {
	display: inline-block;
	margin-left: 5px;
	width: auto;
	height: 20px;
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: middle;
}