

/* Start:/local/include/common/css/main.css?17712371591126*/
/* ---------- ---------- ---------- ---------- Blocks, Styles reset ---------- --------- ---------- ---------- */

* {
	margin: 0;
	padding: 0;
	-webkit-appearance: none;
	outline:none; 
}

html,
body {
	padding: 0;
	margin: 0;
	width: 100vw;
	min-width: 320px;
}

body {
	font: 18px/22px "Roboto";
	font-weight:300;
	height: 100%;
}

a,
a:hover,
a:active,
a:visited {
    text-decoration: none;    
}

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


input,textarea{
	font: 18px/22px "Roboto";
	font-weight:300;
	box-shadow:none;
	outline: none;
}

.copy {
	margin-left: 20px;    
	font-size: 12px;
	line-height: 18px;
	color: #818181;
}

.f-block {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.f-row { flex-direction: row; }
.f-col { flex-direction: column; }

.case_form_title {
	margin: 38px auto;
	font-size:50px;
	line-height:56px;
	text-align:center;	
}

.case_form_subtitle {
	margin: 0 auto;
	font-size:30px;
	line-height:36px;
	text-decoration: underline;
	text-align:center;
	color: #5c6bc0;
}
/* End */


/* Start:/local/templates/.default/components/bitrix/menu/tel.footer.menu/style.css?1743480947436*/
.tel-foot-menu 	{
	display: flex;	
	height: 40px;
	list-style-type: none;	
}

.tel-foot-menu-item {
	display: inline-block;	
	margin-left: 20px;
	height: 40px;	
	line-height: 40px;
	font-size: 14px;
	font-weight: 400;
	list-style-type: none;
}

.tel-foot-menu-item a,
.tel-foot-menu-item a:visited,
.tel-foot-menu-item a:active {
	color: #000;
}

.tel-foot-menu-item:hover,
.tel-foot-menu-item.selected {
	text-decoration: underline;	
}
/* End */


/* Start:/local/templates/convex.tel.main/styles.css?17434809466148*/
/* ---------- ------- header ---------- --------- */

.header {
    position: relative;
    z-index: 101;
    overflow: visible;
    height: 80px;
    background-color: #981d97;
}

#private-link {
    display: block;
    position: absolute;
    top: 0px;
    right: unset;
    left: calc(50% - 100px);
    height: 66px;
	width: 180px;
    padding-top: 8px;
    background: #5c6bc0;
    text-align: center;
    border: 2px #5c6bc0 solid;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px; 
    color: #fafafa;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;    
    font-size: 16px;   
	z-index: 110;
    box-sizing: border-box;
}

#private-link:hover {
    border-color: #3F51B5;
}

#private-internet-hdr {
    display: unset;
}

.logo {
    position: absolute;
    top: -2px;
    left: 35px;
    width: 200px;
    height: 80px;
}

.logo img {
    width: 100%;
    height: 100%;
}

.logo-txt-cntr {
    float: left;
    position: relative;
    left: 245px;
    height: 80px;
}
.logo-txt-cntr i {
    display: inline-block;
    position: relative;
    top: 10px;
    margin-left: 6px;
    width: 1px;
    height: 34px;    
    background-color: #fff;
}

.logo-txt-cntr span {
    display: inline-block;
    margin-left: 12px;
    height: 80px;
    line-height: 80px;
    color: #fff;
}

.head-phone-cntr {
    display: block;    
    position: absolute;
    top: 0;
    right: 185px;    
    width: 160px;
    height: 80px;    
    font-size: 14px;
    padding-top: 16px;    
    font-weight: 400;
    box-sizing: border-box;
}

.head-phone-cntr a {
    color: #fff;
}

.head-phone-num span{
    font-size: 18px;    
}

.head-phone-img {
    display: none;
    float: right;
    position: relative;
    top: 5px;
    right: 5px;
    width: 30px;
    height: 30px;
    margin-right: 3px;
    transform: translateX();
}

.head-phone-img img {
    width: 100%;
    height: 100%;
}

.link-lk {
    display: table;
    position: absolute;
    top: 0;
    right: 0;
    width: 185px;
    height: 80px;    
    background-color: #3F51B5;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

.link-lk-icon {
    display: table-cell;
    position: relative;
    width: 80px;
    /*height: 80px;*/
    height: 100%;
}

.link-lk-icon img {
    width: 50%;
    height: 50%;
    position: absolute;
    top: 25%;
    left: 25%;
}

.link-lk-login {
    display: table-cell;
    /*height: 80px;*/
    height: 100%;
    width: 105px;
    vertical-align: middle;    
    color: #fff;
    font-size: 24px;
}

#new-link {    
    display: block;
    width: 670px;    
    margin: 0 auto;
    line-height: 80px;
    font-size: 22px;
    font-weight: 500;
    color: #fff;
    text-align: center;
}

#new-link ._alert {
    display: inline-block;
    margin-right: 8px;    
    width: 36px;
    height: 36px;
    line-height: 36px;
    border: 1px solid #fafafa;
    border-radius: 50%;
}

#new-link ._hide
#new-link ._hide-2 {
    display: inline;
}

#new-link:hover {
    text-decoration: underline;
}

@media (max-width: 1420px)
{
    #new-link {
        width: 500px;
        font-size: 16px;
        font-weight: 400;
    }

    #new-link ._alert {
        margin-right: 4px;
        width: 28px;
        height: 28px;
        line-height: 28px;
    }
}

@media (max-width: 1240px)
{
    #new-link ._hide {
        display: none;
    }
}

@media (max-width: 1000px)
{
    #new-link {    
        line-height: 60px;
        font-size: 16px;
        font-weight: 300;        
    }

    #new-link ._hide-2 {
        display: none;
    }
}

@media (max-width: 870px) {
    #new-link {
        display: none;
    }
}

/* ---------- ------- main ---------- --------- */

main {    
    width: 100%;
    height: auto;
    min-height: calc(100vh - 172px);
}

/* ---------- ------- footer ---------- --------- */

footer {
    height: auto;    
    background: #DFE4E8;
    position: relative;
    padding-top: 16px;
}

@media (min-width: 1000px) and (max-width: 1499px) {
    .header,
    .logo,
    .logo-txt-cntr,
    .head-phone-cntr {
        height: 75px;
    }

    .logo-txt-cntr span {
        height: 75px;
        line-height: 75px;
    }

    .link-lk {
        height: 75px;
    }    
}

@media (min-width: 0px) and (max-width: 760px) {
    #private-internet-hdr {
        display: none;
    }

    #private-link {
        padding-top: 12px;
        font-size: 12px;
    }
}

@media (min-width: 640px) and (max-width: 999px) {
    .header,
    .logo,
    .logo-txt-cntr,
    .head-phone-cntr {
        height: 60px;
    }

    .head-phone-cntr {
        right: 65px;
    }
    .logo-txt-cntr span {
        height: 60px;
        line-height: 60px;
    }

    .head-phone-cntr {
        padding-top: 8px;
    }
    
    .link-lk {
        width: 60px;
        height: 60px;
    }
    .link-lk-login {
        display: none;
    }

    #private-link {
        left: unset;
        right: 240px;
        height: 58px;
        width: 140px;    
        padding-top: 4px;    
        font-size: 14px;
    }
}

@media (min-width: 0px) and (max-width: 639px) {
    .header,
    .logo-txt-cntr {
        height: 40px;
    }

    .logo {
        width: 160px;
        height: 20px;
        top: 10px;        
        left: -16px;         
    }

    .logo-txt-cntr span {
        height: 40px;
        line-height: 40px;
        font-size: 12px;
    }
    
    .logo-txt-cntr {
        left: 120px; 
    }

    .logo-txt-cntr i {
        display: none;
    }


    .head-phone-cntr {
        display: none;
    }

    .head-phone-img {
        display: block;
        right: 45px;
    }

    .link-lk {
        width: 40px;
        height: 40px;
    }
    .link-lk-login {
        display: none;
    }
}


@media (min-width: 0px) and (max-width: 760px) {
    #private-internet-hdr {
        display: none;
    }

    #private-link {
        padding-top: 16px;
        font-size: 12px;
    }
}

@media (min-width: 0px) and (max-width: 639px) {
    #private-link {
        left: unset;
        height: 38px;
        width: 80px;
        right: 80px;
        padding-top: 6px;
        font-size: 10px;
        line-height: 12px;
    }
}
/* End */
/* /local/include/common/css/main.css?17712371591126 */
/* /local/templates/.default/components/bitrix/menu/tel.footer.menu/style.css?1743480947436 */
/* /local/templates/convex.tel.main/styles.css?17434809466148 */
