/*

Синий #3f65a2

*/

@import url('https://fonts.googleapis.com/css2?family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap');

/*Основные*/
*{box-sizing: border-box;}


input:not([type=submit]):hover, textarea:hover, table:not(.clear) tr:hover{background: #f4f4f4;}
input:not([type=submit]):not(:hover), textarea:not(:hover), table:not(.clear) tr:not(:hover){transition: background 0.3s;}

body{
	color: #000;
    font-size: 14px;
    min-width: 305px;
	}

body, .bx-newslist-title, .bx-newslist-title a{font-family: 'PT Serif', serif;}

h1, .h1, h2, .h2, h3, .h3{text-align: center; color: #3f65a2;}

h1, .h1{
	font-size: 37px; font-weight: bold;
	margin: 12px 0 20px;
	}

h1:after, .h1:after{
    content: ' ';
    display: block;
    background: #e6e8e8;
    margin: 25px auto 0;
    width: 92px; height: 8px; 
    }

h2, .h2{
    font-size: 30px;
    margin-bottom: 20px;
    }

h3, .h3{
    font-size: 25px;
    margin-bottom: 25px;
    }

img{max-width: 100%;}

ul, ol{padding: 0; margin: 0; border: 0;}

ul li{display: block;}

p {
    font-size: 17px;
}

label{cursor: pointer;}

mark, ins{color: #3f65a2; background: none; padding: 0;}

hr{
    height: 3px;
    background: url(https://akadem-ex.ru/wp-content/uploads/2020/07/hr.png) no-repeat; background-size: 100% 100%;
    border: 0;
    margin: 40px 0;
    }

a{color: #3f65a2;}

a[href^='tel:']{text-decoration: none;}

table:not(.clear){
    border-collapse: collapse; border-spacing: 0;
    margin-bottom: 15px;
    border: 2px solid #3f65a2; border-left: 0; border-right: 0;
    }

table:not(.clear) th{
    font-weight: bold;
    background: #dedede;
    }

table:not(.clear) th, table:not(.clear) td{
    border: 1px solid #ccc;
    padding: 7px 10px;
    }

.hide{display: none;}

.img{text-align: center;}

.download{
	display: inline-block;	
	font-size: 16px; text-decoration: none;
	padding: 8px 0 8px 47px;
	}

.download:before{
    content: ' ';
    display: block;
    position: absolute;
    width: 30px; height: 24px;
    margin-left: -40px;
    background: url(images/download.png) no-repeat;
    }

.download:hover:before{animation: download 0.7s infinite linear; -webkit-animation: download 0.7s infinite linear;}

@media (max-width: 476px) {
    .doc-mob {
        width: 100%!important;
    }
    .shap-mob {
        display: none!important;
    }
    .modalDialog2_mob {
        width: 90%!important;
    }
    .pole {
        display: inherit!important;
    }
}

@media (min-width: 476px) {
    .men-mob {
        display: none!important;
    }
}

@keyframes download{
    0% {transform: translate(0, 0);}
    25%{transform: translate(0, -1px);}
    75%{transform: translate(0, 1px);}
    100% {transform: translate(0, 0);}
    }

@-webkit-keyframes download{
    0% {transform: translate(0, 0);}
    25%{transform: translate(0, -1px);}
    75%{transform: translate(0, 1px);}
    100% {transform: translate(0, 0);}
    }

.container{
	width: 1000px;
	margin: auto;
	padding: 0 20px;
	}

.container:before, .container:after{display: none;}

.col4{
	display: flex; justify-content: space-between;
	font-size: 12px; text-align: center;
	}

.col4>*{
	width: 25%;
	padding: 10px;
	}

.col4 .title{font-size: 19px;}
/**/

/*Модальное окно*/
   

   

    
    

    .online-x{              /*Х закрыть*/
        font-size: 36px; line-height: 24px; text-align: center;
        color: #ffffff;
        width: 25px; height: 25px;
        border-radius: 50%; box-shadow: 0 0 0 2px;
        position: absolute; z-index: 2;
        top: -20px; right: -20px;
        }     

    .online .form{
        overflow: hidden; overflow-y: auto; -webkit-overflow-scrolling: touch;
        max-height: 75vh;
        }

    .online .form::-webkit-scrollbar{display: none;}

    .online .h3{
        margin:0 0 30px;
        font-size: 34px; font-weight: bold;
        }

    .form.go{display: none;}
    .form.go+.hide{display: block !important;}
/**/

/*Форма*/
    input, textarea, label, button{
        border-radius: 0;
        outline: 0; resize: none;
        border: 0;
        }

    input:not([type=submit]), textarea{
        box-shadow: 0 0 0 1px #555;
        margin: 12px 0 12px 10px; padding: 10px 15px; box-sizing: border-box; 
        width: 280px;  
        }

    ymaps input:not([type=submit]){box-shadow: none; width: auto; margin: 0;}

    input[type=number], .button, input[type=submit]{width: auto;}

   

    .form form{
        position: relative;
        margin: 15px auto;
        }

    form .ng-invalid{color: #ccc; box-shadow: 0 0 0 1px #ccc;}
    /* form .ng-valid.ng-dirty{color: #008000; box-shadow: 0 0 0 1px #008000;}*/
    form .ng-invalid.ng-dirty{color: #D94D65; box-shadow: 0 0 0 1px #D94D65;}
    form .ng-falsepass{background: #FEF1F3;}

    .form form p, .form form input, .form form textarea{display: inline-block; vertical-align: middle;}

    .form form p{
        width: 110px;
        margin: 0;
        }

    .form form>div{position: relative;}

    .form form span.error{
        position: absolute; right: 6px; bottom: -8px;
        padding: 0px 8px;
        color: #fff; background: #D94D65;
        font-size: 14px;
        }

    .form input[type=submit]{
        display: block;
        margin: 10px auto 0;
        }

    .button, input[type=submit]:not([disabled=disabled]){cursor: pointer;}
    input[type=submit][disabled=disabled]{opacity: 0.2;}
/**/

/*Шапка*/
    header{
        position: relative;
        font-size: 15px;
        padding-top: 40px;
    	}

    header .top{background: url(../images/vbal.png) no-repeat; background-size: auto 225px; background-position: center right;}

    header .top .container{
        position: relative;
        display: flex; justify-content: space-between; align-items: center;
        height: 205px;
        padding-top: 15px; padding-bottom: 15px;
        }

    header .top .container:after{
        content: ' ';
        position: absolute; z-index: 9; left:0; right: 0; bottom: -5px;
        display: block;
        height: 3px;
        background: url(/images/hr.png) no-repeat; background-size: 100% 100%;
    }

    header .top .title{
        font-size: 36px; line-height: 40px;
        width: 390px;
        }

    header .top figure{  
        position: absolute;
        left: 50%; top: 30px;
        width: 160px;
        margin-left: -80px;
        }

    .home-page header .contacts>div{
        top: 0;
        padding: 10px;
        }

    header .contacts>*{
        display: block;
        float: right; clear: both;
        }

    header .top, header .contacts a{color: #e6e8e8;}

    header .contacts a[href^='tel:']{font-size: 30px;}

    header .contacts a[href^='mailto:']{
        font-size: 19px; font-style: italic; text-decoration: underline;
        margin-bottom: 15px;
        }
/**/

/*Меню*/
    nav{
        background: #e6e8e8;
        position: fixed; z-index: 99; left: 0; right: 0; top: 0;
        user-select: none; -webkit-user-select: none; -moz-user-select: none;
        }

    nav .container{padding-left: 5px;}

    nav ul>li{
        display: inline-block;
        vertical-align: top;
        }

    nav li ul{
        display: none;
        position: absolute; z-index: 9;
        padding-top: 7px;
        }

    nav li{margin-right: 5px;}

    nav li ul li{
        background: #F5F6F6;
        margin: 0;
        }

    nav li:hover ul{display: block;}

    nav ul a{
    	display: block;
    	padding: 0 15px; 
    	height: 40px; line-height: 40px;
        font-size: 16px; text-decoration: none;
        color: #464646;
    	}

    nav a:before {
        content: '|';
        position: absolute;
        margin-left: -22px;
        color: #cfcfcf;
        }   

    nav li ul a:before, nav li:first-of-type a:before{display: none;}
    nav ul a:hover, nav ul a:focus{text-decoration: none; outline: 0;}
    nav ul a.active, nav ul a:hover{color: #3f65a2; text-shadow: 1px 1px 1px #fff;}

    nav>div>ul>li:last-of-type{
        float: right;
        margin: 0;
        }

    nav>div>ul>li:last-of-type a{
        padding: 0;
        text-decoration: underline;
        color: #e01e1e; 
        }

    nav>div>ul>li:last-of-type a:before{display: none;}

    label[for=showmenu]{
        display: none;
        margin: 0 0 0 5px; padding: 4px 9px 10px;
        }

    label[for=showmenu] span{
        display: block;
        width: 21px; height: 2px;
        margin-top: 6px;
        background: #464646;
        transition: -webkit-transform 0.5s, transform 0.5s;
        }

    #showmenu:checked+label[for=showmenu]>span:nth-child(1){transform: translate(0px, 8px) rotate(-45deg); -webkit-transform: translate(0px, 8px) rotate(-45deg);}
    #showmenu:checked+label[for=showmenu]>span:nth-child(2){transform: rotate(-135deg); -webkit-transform: rotate(-135deg);}
    #showmenu:checked+label[for=showmenu]>span:nth-child(3){transform: translate(0px, -8px) rotate(-45deg); -webkit-transform: translate(0px, -8px) rotate(-45deg);}               
/**/

/*Иконки Соц сетей*/
	.soc-icon50{text-align: center; font-size: 0;}

	.soc-icon50 a{
		display: inline-block; vertical-align: top;
		width: 50px; height: 50px;
		background: url(/images/soc-iconq50px.png) no-repeat;
		}

	.soc-icon50 a.fa{background-position: 0;}
	.soc-icon50 a.vk{background-position: -53px;}
	.soc-icon50 a.gu{background-position: -107px;}
	.soc-icon50 a.tv{background-position: -160px;}
	.soc-icon50 a.yu{background-position: -214px;}
	.soc-icon50 a.od{background-position: -268px;}
	.soc-icon50 a.in{background-position: -321px;}
	.soc-icon50 a.vi{background-position: -375px;}
	.soc-icon50 a.te{background-position: -428px;}

	header .soc-icon50{float: right;}
/**/

/*Хлебные крошки*/
.breadcrumbs {
    font-size: 13px;
    margin: -10px;
    }

.breadcrumbs>*{
    display: inline-block; vertical-align: middle;
    margin-right: 15px;
    }
/**/

/*Контент*/
    main{font-size: 17px; line-height: 25px;}
    main p{margin-bottom: 20px;}
    main .container{padding-top: 20px; padding-bottom: 20px;}
    main ul:not(.clear), main ol{margin-bottom: 25px; padding-left: 40px;}
    main li{margin-bottom: 10px;}

    main ul:not(.clear) li:before{
        content: ' ';
        margin: -4px 17px 0 -23px;
        background: #3f65a2;
        width: 7px; height: 7px;
        display: inline-block; vertical-align: middle;
        transform: rotate(45deg);
    	}

    main .white ul li:before{color: #D5E3F5;}
    .white, .white h2, .white h3{color: #fff;}
    .white a{color: #b3d4fc;}
    main .blue ul li:before, .blue, .blue h2, .blue h3, .blue a{color: #3f65a2;}
/**/

/*Новости*/
    .newslist-other, .bx-newslist-content {
        font-size: 14px; line-height: normal; font-style: italic; text-align: left;
        color: #3F65A2;
        }

    .bx-newslist-title{padding-bottom: 17px;}
    .bx-newslist-title a{font-size: 19px;}
    .newsdetail-other .title{margin-bottom: 5px;}
/**/

/*Подвал*/
footer{background-color: #3f65a2;}

footer .container{
    padding-top: 20px; padding-bottom: 20px;
    background: url(../images/vbal.png) no-repeat left center; background-size: contain;
    }

footer a{text-decoration: none;}
footer, footer a, footer a:hover, footer a:focus{color: #e6e8e8; font-size: 15px;}


footer .menu ul{margin: 0 0 15px -15px;}
footer .menu li{display: inline-block; vertical-align: top;}

footer .menu a{
    display: block;
    padding: 0 15px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    text-decoration: none;
	}

footer .menu a:before {
    content: '|';
    position: absolute;
    margin-left: -22px;
    color: #cfcfcf;
    }

footer .menu li:first-of-type a:before, footer .menu li:last-of-type a:before{display: none;}

footer .menu li:last-of-type{
    float: right;
    margin: 0;
    }

footer .menu li:last-of-type a {
    border-radius: 5px;
    box-shadow: 0 0 0 2px;
    }

footer .footer{overflow: hidden;}
footer .footer>*{display: inline-block; vertical-align: middle;}
footer .footer img{width: 100px;}

footer .footer .title{
    font-size: 30px; line-height: 30px;
    width: 360px;
    margin: 0 30px;
    }

footer .contacts{float: right;}

footer .contacts>*{
    display: block;
    text-align: right;
    }

footer .contacts a[href^='tel:'] {font-size: 30px;}
footer .contacts a[href^='mailto:'] {font-size: 19px; font-style: italic; text-decoration: underline;}
footer .contacts p{margin: 10px 0 0;}
/**/
