@import "../fonts/noto/noto.css";
@import "../fonts/firasansheavy/firasansheavy.css";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {

	font-family: 'Noto Sans'; 
	height: 100%;
	min-width:1200px;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}

.wrapper {
    width: 100%;
    min-width: 1240px;
    float: left;
    min-height: 100vh;
}
.inner_block{
	width:1200px;
	margin:0 auto;
}
a{
	text-decoration: none;
}
li{
	list-style: none;
}


/* Header
-----------------------------------------------------------------------------*/
.main_wrap {
    float: left;
    width: 100%;
    background-image: url(../images/main_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
	min-height: 100vh;
	transition: background-image 0.5s ease-in-out;
	min-width:1200px;
}
.header {
	float: left;
	width: 100%;
	min-width:1200px;

}
.header_top {
	float: left;
    width: 100%;
    background: #115c87;
    height: 80px;
    position:relative;
}
.phone, .email, .login, .registration {
	float: left;
    line-height: 80px;
    padding-left: 40px;
    background-position: center left;
    background-image: url(../images/phone_icon.png);
    background-size: 20px;
    background-repeat: no-repeat;
}
.phone, .email {
    padding-left: 30px;
    margin-left: 30px;
}
.slick-slide{
    opacity:0;
}
.slick-active{
    opacity:1;
}
.email {
	float: left;
	background-image: url(../images/email_icon.png);
	margin-left: 20px;
}
.login {
	float: right;
    background-image: url(../images/enter_icon.png);
    margin-right: 40px;	
	text-transform: uppercase;
	background-size: 30px 30px;
}
.registration {
	float: right;
    background-image: url(../images/reg_icon.png);
	text-transform: uppercase;
}
.phone a, .email a, .login a, .registration a {
	color: #fff;
	font-size: 14px;
}
.phone a:hover, .email a:hover, .login a:hover, .registration a:hover {
	color: #ffff00;
}
.phone:hover {
	background-image: url(../images/phone_icon_h.png);
}
.email:hover {
    background-image: url(../images/email_icon_h.png);
}
.login:hover {
    background-image: url(../images/enter_icon_h.png);
}
.registration:hover {
    background-image: url(../images/reg_icon_h.png);
}
.header_logo {
    background-image: url(../images/165032.png);
    float: left;
    width: 244px;
        background-image: url(/assets/images/logotip.png);
    height: 70px;
    background-size: auto 100%;
    margin: 4px 0px 0px 0;
    background-repeat: no-repeat;
    background-position: center;
    position:absolute;
    left: 50%;
    margin-left: -122px;
}
.header_menu {
    float: left;
    width: 100%;
    z-index: 1;
    position: relative;
}
.header_menu ul {
    float: left;
}
.header_menu ul li {
    float: left;
	font-size: 16px;
	text-transform: uppercase;
	line-height: 60px;
}

.ulMain {
    margin-top: 7px;
}
.header_menu ul li a {
    color: #000;
    padding: 10px 20px 10px 20px !important;
    border-radius:5px;
}
.header_menu ul li a:hover {
    color: #115c87;
	background: transparent;
}
/*
.header_menu ul li a.active {
    background: #363a3b;
    padding: 10px 20px 10px 20px;
}
*/
.connection {
    float: right;
    background: #ffff00;
    padding: 10px 50px 10px 50px;
    line-height: 20px;
    font-size: 16px;
    text-transform: uppercase;
	font-family: 'Noto Sans Bold';
	color: #363a3b;
	transition: 0.2s all;
	border-radius:5px;
}
#connectionMain {
    display: flex;
    flex-direction: column;
}
#connection {
    padding: 5px 30px 5px 30px;
}
.connectionMain {
    display: flex;
    justify-content: center;
    background: #ffff00;
    padding: 5px 19px 5px 19px;
    line-height: 20px;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'Noto Sans Bold';
    color: #363a3b;
    transition: 0.2s all;
    border-radius:5px;
    margin: 5px 0 0 10px;
}
.connectionMain:hover {
    color: #fff;
    background: #363a3b;
}
.connection:hover {
    background: #363a3b;
    color: #fff;
}
.main_block {
	float: left;
    width: 100%;
    margin-top: -60px;
	z-index: 0;
	/*height: 100vh;*/
	min-height: 100vh;
}
.content_block {
	width: 980px;
    margin: 0 auto;
}
.content_block h1 {
	float: left;
    width: 100%;
    margin-top: 170px;
    color: #003168;
    text-align: center;
    font-size: 48px;
    line-height: 52px;    
	font-family: Fira Sans ExtraBold;
	text-shadow: 0 0 2px #FFFFFF;
}
.center_tel {
	float: left;
    width: 100%;
	margin-top: 20px;
	margin-bottom: 35px;
}
.center_nav {
	float: left;
    width: 100%;
}
.center_nav a {
    float: left;
    color: #115c87;
    font-size: 24px;
    background: rgba(255, 255, 255, 0.7);
	width: 326px;
    text-align: center;
	line-height: 60px;
    border-bottom: 1px solid #115c87;
	font-family: Fira Sans Heavy;
	transition: 0.2s all;
}
.advantages {
	border-right: 1px solid #115c87;
}
.tarif {
	border-right: 1px solid #115c87;
}
.center_nav a:hover {
	color: #fff;
	background: #115c87;
}
.center_nav a.active {
	color: #fff;
	background: #115c87;
}
.center_content {
	float: left;
	height: auto;
    width: 100%;
	background: rgba(255, 255, 255, 0.7);
    position:relative;
}
.center_col {
    float: left;
    width: 325px;
	margin-top: 63px;
	margin-bottom: 43px;
	-webkit-transition: all 1500ms ease;
-moz-transition: all 1500ms ease;
-ms-transition: all 1500ms ease;
-o-transition: all 1500ms ease;
transition: all 1500ms ease;
-moz-transform: scale(0.8);
-webkit-transform: scale(0.8);
-o-transform: scale(0.8);
-ms-transform: scale(0.8);
transform: scale(0.8);
}
.act .center_col {
    -moz-transform: scale(1);
-webkit-transform: scale(1);
-o-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
.col_img {
	float: left;
	width: 100%;
	height: 80px;
	background-position: center top;
    background-repeat: no-repeat;
    transition: all 0.8s ease;
}

.center_col figcaption {
    float: left;
    text-align: center;
    width: 100%;
	font-family: Noto Sans Bold;
    font-size: 26px;
    margin: 25px 0px 25px 0px;
    color:#115c87;
    text-transform: uppercase;
}
.center_col figcaption strong {
    font-size:60px;
    color:#115c87;
}
.center_col p {
    float: left;
    width: 250px;
    margin: 0px 0px 65px 35px;
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    font-family: Noto Sans;
}
.con_now {
    float: left;
    margin-left: 97px;
    background: #ffff00;
    color: #363a3b;
    font-size: 16px;
    text-transform: uppercase;
    font-family: Noto Sans Bold;
    width: 286px;
    text-align: center;
    line-height: 40px;
    margin-top: 20px;
    transition: 0.2s all;
    border-radius:5px;
}
.con_free {
	float: right;
	margin-right: 97px;
    background: #ffff00;
    color: #363a3b;
    font-size: 16px;
    text-transform: uppercase;
    font-family: Noto Sans Bold;
    width: 286px;
    text-align: center;
    line-height: 40px;
    margin-top: 20px;
    transition: 0.2s all;
    border-radius:5px;
}
.con_now:hover, .con_free:hover {
	color: #fff;
	background: #363a3b;
}

.slider_main {
    float: left;
    width: 100%;
    position: relative;
    /*overflow:hidden;*/
}
.slider_main .ap_left {
    background-image: url(../images/sl_left.png);
    width: 50px;
    height: 50px;
    position: absolute;
    z-index: 100;
    left: 0px;
    top: 50%;
    margin-top: -22px;
    float: left;
    opacity: 0.7;
}
.slider_main .ap_right {
    background-image: url(../images/sl_right.png);
    width: 50px;
    height: 50px;
    position: absolute;
    z-index: 100;
    right: 0px;
    top: 50%;
    margin-top: -22px;
    float: right;
    opacity: 0.7;
	-moz-transform: rotate(180deg); /* Для Firefox */
    -ms-transform: rotate(180deg); /* Для IE */
    -webkit-transform: rotate(180deg); /* Для Safari, Chrome, iOS */
    -o-transform: rotate(180deg); /* Для Opera */
    transform: rotate(180deg);
}
.slider_main.slider {
    padding-top: 10px;
    padding-bottom: 10px;
}
.slider_wrap {
    float: left;
    width: 300px;
    margin-left: 20px;
    margin-top: 24px;
    margin-bottom: 24px;
    text-align: center;
    cursor: pointer;
    position: relative;
    transition:0.5s all;

}
.slider_wrap h2 {
	float: left;
    width: 100%;
    text-align: center;
    font-size: 28px;
    color: #115c87;
	text-transform: uppercase;
    font-family: Noto Sans Bold;
	margin-top: 0px;
    margin-bottom: 10px;
}
.slider_wrap.slick-current h2 {
    color: #fff;
}
.slider_wrap.slick-current {
    transform: scale(1.08);
    background-color: #0f5b87;
    z-index:999;
    color:#fff;
}
 .slider_wrap.slick-current span {

    color:#fff;
}   

.slider_wrap span {
	float: left;
    width: 100%;
    text-align: center;
	font-family: 'Noto Sans';
	color: #000;
    font-size: 18px;
	margin-bottom: 20px;
	font-weight:bold;
}
.slider_wrap p {
	float: left;
    border-bottom: 1px solid #1e1e1f;
    margin-bottom: 10px;
    margin-left: 20px;
    width: 240px;
    font-size: 12px;
    line-height: 18px;
}
 .slider_wrap.slick-current p {
     border-bottom: 1px solid #fff;
 } 
.slider_wrap a {
	background: #ffff00;
    line-height: 40px;
    font-size: 18px;
    text-transform: uppercase;
	font-family: Noto Sans Bold;
    height: 40px;
    width: 135px;
    display: inline-block;
    color: #1a1919;
	margin-top: 5px;
	border-radius:5px;
	    transition: 0.2s all;
}
.slider_wrap a:hover {
    color: #fff;
    background: #363a3b;
}

/*slider2*/

.slider_cont2 {
    float: left;
    width: 100%;
    position: relative;
    padding-bottom: 40px;
    height: 253px;
    overflow: hidden;
}
.overlay3 .slider_wrap  {
    margin-bottom: 0;
}
.slider_cont2 .slider_wrap {
    width: 915px;
    float: left;
    margin-left: 30px;
}
.slider_cont2 .slider_wrap a {
    float: left;
    width: 140px;
    height: 105px;
    margin: 0px 0px 20px 10px;
    cursor: default;
	background-size: 100%;
    background-repeat: no-repeat;
    background-position-y: center;
    
        width: 102px;
    height: 74px;
}
.slider_cont2 .slider_wrap a:hover {
	filter: none;
}

.icon_canal {
    border: 1px solid #D0D0D0;
    background-color: #FFF;
    border-radius: 5px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position-y: center;
}
.slider_cont2 .slider_left {
    background-image: url(../images/sl_left.png);
    width: 27px;
    height: 45px;
    position: absolute;
    z-index: 100;
    left: 0;
    top: 50%;
    float: left;
    -webkit-background-size: cover;
    background-size: cover;
    display:none;
}
.slider_cont2 .slider_right {
    display:none;
    background-image: url(../images/sl_right.png);
    width: 27px;
    height: 45px;
    position: absolute;
    z-index: 100;
    right: 0;
    top: 50%;
    float: right;
    background-size: cover;
		-moz-transform: rotate(180deg); /* Для Firefox */
    -ms-transform: rotate(180deg); /* Для IE */
    -webkit-transform: rotate(180deg); /* Для Safari, Chrome, iOS */
    -o-transform: rotate(180deg); /* Для Opera */
    transform: rotate(180deg);
}

.view_more {
    float: left;
        border-radius: 5px;
        background: #ffff00;
    color: #363a3b;
    padding: 10px 50px 10px 50px;
    line-height: 20px;
    margin-top: 30px;
    font-size: 16px;
    text-transform: uppercase;
	font-family: 'Noto Sans Bold';
	
    margin-left: 38%;
	margin-bottom: 25px;
}
.view_more:hover {
background: #363a3b;
color: #fff;
}
.footer {
    clear: both;
    width: 100%;
    background: #115c87;
    height: 65px;
    float: left;
    padding-top:0 !important;
    min-width:1240px;
}

.f_nox {
	float: left;
	width: 180px;
    padding-left: 50px;
    background-image: url(../images/logo_nox.png);
    line-height: 20px;
    box-sizing: border-box;
    color: #fff;
    text-decoration: none;
    background-repeat: no-repeat;
    font-size: 14px;
	font-family: 'Noto Sans';
	margin-top: 15px;
}
.f_nox:hover {
	color: #ffff00;
	background-image: url(../images/logo_nox_h.png);
}
.f_logo {
	    background-image: url(../images/165032.png);
    float: left;
    width: 110px;
    height: 50px;
    margin: 0px 0px 0px 350px;
    background-size: contain;
    background-repeat: no-repeat;
}
.footer span {
	float: right;
	width: 240px;
    font-size: 14px;
	font-family: 'Noto Sans';
	color: #fff;
	margin-top: 15px;
	line-height: 18px;
}
.display{
    display:block;
}
.no_display{
    display:none;
}
/*
.header_menu ul li.active a{
    color: #fff;
    background: #00deeb;}
    */
.header_menu ul li:hover a{
    color: #fff;
    background: #115c87;}
       
    
    .all .header{
        height: 144px;}
        .all .header_menu li a {
        color: #585858;
        }
        /*
        .all .header_menu ul li.active a {
    color: #fff;
    padding: 10px 20px 10px 20px;
}
*/
.pristavka_wrap.xar table, th, td {
    border: 1px solid #B2B2B2;
    padding: 2%;

}
.main_wrap .connection {
    margin-top: 10px;
}
.header_top {
    display: flex;
    justify-content: space-between;
}
.mainFlex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.mainFlex img{
    height: 70px;
    margin-right: 300px;
}



.footer .mainFlex {
    margin: 0;
    height: 65px;
    align-items: center;
}
.footer img{
    margin: 0 2vw;
    height: 50px;
}
#copyright {
    color: #fff;
    text-align: right;
}
.registration {
    margin: 0 30px;
}
#sandwichMenu {
    display: none;

}
#headerMenu .con_free {
    float: right;
    background: #ffff00;
    color: #363a3b;
    font-size: 16px;
    text-transform: uppercase;
    font-family: Noto Sans Bold;
    width: 286px;
    text-align: center;
    line-height: 40px;
    margin-top: 20px;
    transition: 0.2s all;
    border-radius: 5px;

}
#mobileActions {
    display: none;
}

.NYHat {
    height: 55px !important;
    position: absolute;
    left: 45%;
    margin: 0;
    transform: rotate(-54deg) translate(8px, -28px);
}

.NYToys {
    width: 100%;
    position: absolute;
    top: 119px;
    right: 0;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    
    .NYHat {
        height: 40px !important;
        position: absolute;
        left: -4%;
        margin: 0;
        transform: rotate(-54deg) translate(5px, -25px);
    }
    
    .NYToys {
        display: none;
    }
    
    .wrapper, .header {
        min-width: 0;
    }
    .all .header {
        height: 0;
    }

    body {
        min-width: 0;
        width: 100vw;
    }
    .phone, .email {
        margin-left: 0;
    }
    .main_wrap {
        min-width: 0;
        max-width: 100vw;
    }
    .header_top {
        display: flex;
        flex-direction: column;
        width: 100vw;
        height: 16vh;
    }
    .topFlex {
        display: none;
        justify-content: space-around;
        background-color: #0f5177;;
    }
    .mainFlex{
        align-items: center;
    }
    .login , .registration {
        display: flex;
        align-items: center;
        margin-left: 8px;
    }
    .registration {
        margin-left: 8px;
    }
    .mainFlex img{
        height: 10vh;
        margin: 3vh 10vw !important;
    }

    /*sandwich start*/

    #sandwichMenu {
        display: block;
        margin: 3vh 10vw;
        cursor: pointer;
    }

    .sandwchLine1,
    .sandwchLine2,
    .sandwchLine3 {
        width: 40px;
        height: 4px;
        background-color: #ffffff;
        margin: 5px 0;
        transition: 0.5s;
    }

    .change .sandwchLine1 {
        -webkit-transform: rotate(-40deg) translate(-6px, 6px) ;
        transform: rotate(-40deg) translate(-6px, 6px) ;
    }

    .change .sandwchLine2 {
        opacity: 0;
    }

    .change .sandwchLine3 {
        -webkit-transform: rotate(40deg) translate(-6px, -7px) ;
        transform: rotate(40deg) translate(-6px, -7px) ;
    }
    /*sandwich end*/

    #headerMenu .inner_block {
        display: flex;
        flex-direction: column;
    }
    #headerActions {
        display: none;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
    }

    #mobileActions {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        /*background-color: #060809;*/
        border: 2px solid #ffff00;
        font-weight: bold;
        font-color: #ffff00;
    }
    #mobileActions a
    .phone, .email, .login, .registration{
        line-height: 45px;
        background-size: 16px;
    }
    .login {
        background-size: 25px;
    }
    .phone a, .email a {
        font-size: 12px;
    }
    .header_logo {
        margin-top: 30px;
    }
    .header_menu ul, .connection {
        float: none;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .header_menu {
        max-height: 0;
        overflow: hidden;
        /*height: 0;*/
        /*width: 0;*/
        /*min-height: 0;*/
        float: none;
        background: #191919;
        opacity: 0.95;
        margin-top: 16vh;
        transition: 0.5s;
        position: absolute;
    }
    .all .header_menu li a {
        color: #fff;
    }
    #connectionMain {
        margin: 2vh 0;
    }
    .connectionMain {
        margin: 5px 0;
    }
    .connectionMain:hover {
        background: none;
    }
    .header_menu ul li:hover a {
        background: none;
    }
    .change .header_menu {
        max-height: 100vh;
    }
    .header_menu ul li {
        line-height: 40px;
    }
    .header_menu ul li a {
        color: #fff;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }
    .content_block {
        width: 100vw;
    }
    .content_block h1 {
        font-size: 24px;
        line-height: 40px;
    }
    .center_nav a {
        font-size: 14px;
    }
    .center_tel {
        min-width: 100vw;
        width: 100vw;
    }
    .center_col {
        width: 33vw;
    }
    .center_col figcaption {
        font-size: 14px;
    }
    .slider_main {
        display: flex;
        flex-direction: column;
    }
    .slider_wrap {
        float: none;
        width: auto;
        margin-left: 0;
    }
    .slider_cont2 {
        height: auto;
    }
    .slider_cont2 .slider_wrap {
        width: 90vw;
    }
    .slider_cont2 .slider_wrap a {
        margin: 1vh 2vw;
        width: 16vw;
        height: 8vh;
    }
    .view_more {
        margin-left: 24%;
        padding: 5px 19px 5px 19px;
    }
    #connectionBottom {
        display: none;
    }
    .con_now {
        margin: 0;
    }
    .con_free {
        margin: 0;
    }

    /* footer */
    .footer {
        height: 65px;
        min-width: 0;
        width: 100vw;
    }
    .footer img{
        margin: 0 3vw 0 5vw !important;
        height: 30px;
    }
    #copyright {
        font-size: 10px;
        margin-right: 3vw;
    }
    .inner_block, .header_menu {
        width: 100vw;
    }
    .f_logo {
        margin: 0 !important;
    }
    .qn img {
        height: 40px;
    }
    /* footer */
    .hybridAuth {
        margin-left: 0 !important;
        margin-bottom: 5vh;
    }
}