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

* {
    -moz-box-sizing: border-box !important
}

html {
    width: 100%;
    height: 100%;
}

body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: 'PT Sans';
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    color: black;
    overflow-x: hidden;
}

.in,
.container {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
    padding: 0 15px;
}

@media (min-width: 1100px) {
    .in,
    .container {
        padding: 0;
        width: 1084px;
    }
}


.cookies {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    z-index: 100000;
    bottom: 30px;
    left: 30px;
    width: 380px;
    max-width: calc(100% - 60px);
    padding: 25px 25px 0;
    border-radius: 8px;
    background: #fff;
    -webkit-box-shadow: 0 1px 5px 0 rgba(0,0,0,.3);
    box-shadow: 0 1px 5px 0 rgba(0,0,0,.3)
}

.cookies p {
    font-size: 14px;
    line-height: 1.4
}

.cookies p a {
	color:  #45539a;
}

.cookies p a:hover {
    text-decoration: underline;
}

.cookies .title {
    font-size: 20px;
	margin: 0;
}

.cookies__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-top: 15px;

}

.cookies .btn,.cookies .choose-region__btn {
    background: #45539a;
	height: 50px;
	padding:0 20px;
	color: #fff;
    border: none;
	cursor: pointer;
    font-size: 15px;
    margin-right: -25px;
    border-radius: 8px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0
}

.is-visible {
    opacity: 1;
    visibility: visible
}
@media (max-width: 767px) {
.cookies {
	left: 15px;
    max-width: 300px;
	}
}

.page__inner {
min-height: 100vh;
display: flex;
flex-direction: column;
}
.page__content {
    flex-grow: 1
  }
  
  .page__footer-wrapper {
    flex-shrink: 0
  }

.col {
    float: left;
}

.last {
    margin-right: 0 !important;
}

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

.clr {
    clear: both;
}

a {
    text-decoration: none;
    color: inherit;
}

h1 {
    font-size: 16px;
    color: #45539a;
    text-transform: none;
    margin: 22px 0 22px 0;
    padding: 0;
    line-height: 40px;
}

a img {
    border: none;
}

.logo {
    display: inline-block;
    height: 80px;
    position: relative;
    z-index: 4;
    /* border-right:1px solid #45539a; */
    /* margin-right: 20px;
    padding-right: 10px;
    margin-top: 20px; */
}

.logo-link {
    height: 100%;
    display: inline-block;
}

.logo-link img {
    height: 100%;
    object-fit: contain;
}

.info {
    margin-top: 25px;
    margin-right: 22px;
}

.info strong {
    color: #45539a;
    font-size: 25px;
    margin-top: 23px;
    display: block;
}

.info span {
    font-size: 22.5px;
    color: #45539a;
    display: block;
    margin-top: 18px;
    line-height: 0;
    font-weight: 700;
}
header {
    position: relative;
    width: 100%;
}

.header__socials {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
    max-width: 125px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: none;
}

.header__socials a {
    width: 28px;
    height: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header__socials img {
    display: block;
    width: 100%;
    height: 100%;
}

.info.col .header-counter-wrapper {
    height: 0;
    margin: 0;
    padding: 0;
}

.header-form {
    margin: 0 40px;
    flex-grow: 1;
}

.header-info {
    margin-right: 40px;
}

.header-search {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    position: relative;
}

.header-search__field {
    width: 100%;
    height: 45px;
    border: 1px solid #8aa5d9;
    box-sizing:border-box;
    padding: 0 60px 0 10px;
    position: relative;
}

.header-search__field::placeholder {
    font-size: 16px;
    font-weight: 400;
    color: #111
}

.header-search__submit {
    width: 45px;
    height: 45px;
    position: absolute;
    right: 0;
    background: transparent;
    border: none;
    background-image: url('../images/icons/loop.svg');
    background-size: 40%;
    background-repeat:no-repeat;
    background-position: center;
    cursor: pointer;
    transition: 0.3s ease;
}

.header-search__submit:hover {
    transform: scale(1.1);
}

.tel {
    clear: both;
}

.tel a {
    font-size: 22px;
    text-decoration: none;
    color: #45539a;
    font-weight: 700;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    margin-top: 10px
}

.tel {
    margin: 10px 0 5px 0;
    float: left;

}

.tel img {
    float: left;
    margin-right: 8px;
    margin-top: -2px;
    height: 17px;
}

.mail {
    margin: 10px 0;
    clear: both;
}

.mail img {
    float: left;
    margin-right: 8px;
    height: 14px;
}

.mail a {
    font-size: 20px;
    text-decoration: none;
    color: #45539a;
    font-weight: 400;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}

.sea {
    clear: both;
}

.sea input {
    border: 1px solid #45539a;
    padding: 5px;
    width: 205px;
    float: left;
    color: #000;
}

.sea button {
    border: none;
    background: none;
    /*margin-top: 2px;*/
    margin-left: -42px;
    z-index: 999;
    position: relative;
    float: right;
    cursor: pointer;
}

.header-help {
    height: 80px;
    display: inline-block;

}

.header-help img {
    height: 100%;
    object-fit: contain;
}


.header-bottom__burger {
    position: relative;
    width: 30px;
    height: 20px;
    margin: 0;
    z-index: 4;
    cursor: pointer
  }
  
  @media (min-width:700px) {
    .header-bottom__burger {
      display: none
    }
  }
  
  .burger-icon {
    position: absolute;
    background: #1a1a1a;
    width: 100%;
    height: 3px;
    top: 50%;
    right: 0;
    border-radius: 24px;
    opacity: 1
  }
  
  .burger-icon::before {
    position: absolute;
    background: #1a1a1a;
    width: 30px;
    height: 3px;
    top: 7px;
    content: "";
    display: block;
    border-radius: 24px
  }
  
  .burger-icon::after {
    position: absolute;
    background: #1a1a1a;
    width: 30px;
    height: 3px;
    bottom: 7px;
    content: "";
    display: block;
    border-radius: 24px
  }
  
  .burger-icon,
  .burger-icon::after,
  .burger-icon::before {
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out
  }

  .menu-on {
    overflow: hidden;
  }
  
  .menu-on .header-bottom__burger .burger-icon::after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    bottom: 0;
    width: 30px
  }
  
  .menu-on .header-bottom__burger .burger-icon::before {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    top: 0;
    width: 30px
  }
  
  .menu-on .header-bottom__burger .burger-icon {
    background: rgba(112, 116, 121, 0)
  }



nav.top {
    clear: both;
    background: #f4f5f9;
    float: left;
    width: 100%;
    border-top: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2;
    z-index: 3;
    position: relative;
}

nav.top ul li {
    float: left;
    padding: 0px 0 15px 0
}

nav.top ul li a {
    display: inline-block;
    text-transform: uppercase;
    color: #45539a;
    text-decoration: none;
    font-weight: 700;
    margin-right: 10px;
    border-right: 1px solid #d6d6d7;
    padding-right: 10px
}

nav.top ul li:last-child a {
    border: none;
    padding-right: 0;
    /*color: red !important;*/
}

nav.top ul li a:hover {
    text-decoration: underline;
}

nav.top ul li.active a {
    color: #51cefc;
}

nav.top ul li.active ul li a {
    color: #45539a;
}

nav.top ul {
    padding: 15px 0
}

nav.top ul ul {
    background: #f4f5f9;
    width: 215px;
    padding: 10px 0 0 0;
    border: 1px solid #d2d2d2;
    margin-left: -16px;
}

nav.top ul ul li a {
    border-right: none;
    padding-bottom: 15px;
    border-bottom: 1px solid #d2d2d2;
    width: 180px;
    padding-left: 20px;
}

nav.top ul ul li:last-child a {
    padding-bottom: 0
}
@media (max-width: 700px) {
    .table {
        width: 100%!important;
    max-width: 100%!important;
    margin-bottom: 20px;
    box-sizing: border-box;
    display: block;
    overflow-x: scroll;
    }
    .header-info {
        margin-right: 0;
    }
    .header-form {
        width: 100%;
        margin: 20px 0;
    }
    nav.top.header-nav {
        position: absolute;
        width: 100%;
        left: 0;
        top: 0;
        min-height: 100vh;
        transform: translate(-100%);
        transition: 0.3s ease;
    }
    ul.sf-menu.header-menu.sf-js-enabled.sf-arrows {
        width: 100%;
        margin: 0;
        padding: 130px 15px 15px;
        box-sizing:border-box;
        display: inline-block;
    }

    ul.sf-menu.header-menu.sf-js-enabled.sf-arrows li {
        width: 100%;
        margin: 0 0 20px;
        padding: 0;
    }

    nav.top ul li a {
        text-transform: none;
        border:none;
        color: #121212;
        font-size: 18px;
    }

    .menu-on nav.top.header-nav {
        transform: translateX(0);
    }

    .tel2 {
        margin: 15px 0;
    }

    .sf-with-ul {
        width: 100%;
        position: relative;
    }
    .sf-with-ul::after {
        content:"";
        background-image: url('../images/chevrik.svg');
        background-size: 100%;
        position: relative;
        display: inline-block;
        background-repeat:no-repeat;
        width: 10px;
        height: 10px;
        top: 3px;
        margin-left: 7px;
    }
    nav.top ul ul {
        width: 100%;
        position: relative;
        border:none;
        padding-left: 40px;
    }
    nav.top ul ul li {
        margin-bottom: 15px;
    }
    nav.top ul ul li a {
        width: auto;
        border:none;
        padding: 0;
        font-size: 16px;
    }
}

.slider {
    clear: both;
    margin: 0 auto;
}

.left_bg {
    height: 431px;
    background: rgba(69, 83, 154, 0.68);
    display: block;
    position: absolute;
    width: 1800px;
    z-index: 70;
    left: 52%;
    margin-left: 474px;
    /* z-index: 999999; */
}

.right_bg {
    height: 431px;
    background: rgba(69, 83, 154, 0.68);
    position: absolute;
    display: block;
    width: 2000px;
    z-index: 70;
    right: 52%;
    margin-right: 473px;
}

.slider .bx-viewport {
    overflow: visible !important;
    position: relative;
    z-index: 1;
}

.slider ul.bxslider {
    height: 460px;
    overflow: hidden;
}

.slider ul.bxslider li {
    display: block !important;
    z-index: 50 !important;
}

.tslide {
    position: relative;
    margin-top: -370px;
    margin-right: 220px;
    float: right;
    /* width: 200px; */
}

.tslide strong {
    color: white;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    /* width: 231px; */
    display: block;
    line-height: 33px;
}

.tslide a {
    display: block;
    width: 158px;
    border: 1px solid white;
    color: white;
    font-size: 20px;
    margin-top: 20px;
    padding: 10px 20px;
    font-weight: 700;
    text-transform: uppercase;
}

.text-left {
    width: 670px;
    float: left;
    line-height: 20px;
    margin-right: 40px;
}

.text-right {
    float: left;
    font-size: 14px;
}

.text-right a {
    background: #51cefc;
    color: white;
    text-decoration: none;
    font-size: 20px;
    font-weight: 700;
    padding: 40px 20px;
    width: 142px;
    text-align: center;
    line-height: 24px;
    display: block;
    text-transform: uppercase;
    margin-top: 20px;
}

.content {
    background: #f9f9f9;
}

.content .in {
    background: white;
    padding: 20px 30px;
    overflow: hidden;
}

.header-container {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    padding: 20px 0;
    box-sizing:border-box;
}

a.fix {
    display: block;
    position: fixed;
    top: 310px;
    /* margin-left: 1020px; */
    float: right;
    z-index: 0;
    background: url(../images/menu1.png) no-repeat;
    width: 81px;
    height: 80px
}

/*width:90px; height:95px; */
a.fix:hover {
    position: fixed;
    /* margin-left: 1020px; */
    float: right;
    background: url(../images/menu11.png) no-repeat;
    width: 205px;
    height: 80px
}

/*width:220px; height:95px*/
a.fix2 {
    display: block;
    position: fixed;
    top: 215px;
    /* margin-left: 1020px; */
    float: right;
    margin-bottom: 20px;
    z-index: 0;
    background: url(../images/menu2.png) no-repeat;
    width: 81px;
    height: 80px
}

/*width:90px; height:95px; */
a.fix2:hover {
    position: fixed;
    /* margin-left: 1020px; */
    float: right;
    margin-bottom: 20px;
    background: url(../images/menu22.png) no-repeat;
    width: 205px;
    height: 80px
}

/*width:220px; height:95px*/
a.fix3 {
    display: block;
    position: fixed;
    top: 350px;
    /* margin-left: 1020px; */
    float: right;
    z-index: 1;
    background: url(../images/menu2.png) no-repeat;
    width: 81px;
    height: 80px
}

/*width:90px; height:95px; */
a.fix3:hover {
    background: url(../images/menu22.png) no-repeat;
    width: 205px;
    height: 80px
}

/*width:220px; height:95px*/
a.fix4 {
    display: block;
    position: fixed;
    top: 230px;
    /* margin-left: 1020px; */
    float: right;
    margin-bottom: 20px;
    background: url(../images/menu1.png) no-repeat;
    width: 81px;
    height: 80px;
    display: none;
}

/*width:90px; height:95px; */
a.fix4:hover {
    background: url(../images/menu11.png) no-repeat;
    width: 205px;
    height: 80px
}

/*width:220px; height:95px*/


a.fix1 {
    display: block;
    position: fixed;
    top: 410px;
    /* margin-left: 1020px; */
    float: right;
    z-index: 0;
    background: url(../images/menu3.png) no-repeat;
    width: 81px;
    height: 80px
}

/*width:90px; height:95px; */
a.fix1:hover {
    position: fixed;
    /* margin-left: 1020px; */
    float: right;
    background: url(../images/menu33.png) no-repeat;
    width: 205px;
    height: 80px
}

/*width:220px; height:95px*/
a.fix6 {
    display: block;
    position: fixed;
    top: 440px;
    /* margin-left: 1020px; */
    float: right;
    margin-bottom: 20px;
    background: url(../images/menu3.png) no-repeat;
    width: 81px;
    height: 80px;
    z-index: 1
}

/*width:90px; height:95px; */
a.fix6:hover {
    background: url(../images/menu33.png) no-repeat;
    width: 205px;
    height: 80px
}

/*width:220px; height:95px*/


a.fix7 {
    display: block;
    position: fixed;
    top: 515px;
    /* margin-left: 1020px; */
    float: right;
    z-index: 0;
    background: url(../images/menu4.png) no-repeat;
    width: 81px;
    height: 80px
}

/*width:90px; height:95px; */
.fix8 {
    display: block;
    position: fixed;
    top: 545px;
    /* margin-left: 1020px; */
    float: right;
    margin-bottom: 20px;
    width: 81px;
    height: 80px
}

/*width:90px; height:95px; */


.buttons-container {
    position: absolute;
    right: 0;
    min-height: 100%;
}



.right-text {
    font-size: 14px;
    text-align: right
}

.slider2 ul li {
    float: left;
    border: 0px solid #f4f5f9;
    background: #f4f5f9;
    min-height: 532px;
    position: relative;
}

.content1 .deti ul li {
    float: left;
    margin-right: 35px;
    margin-left: auto;
    width: 295px;
    margin-top: 20px;
    border: 1px solid #ccc;
    min-height: 533px;
    list-style: none;
    position: relative;
}

.content1 .deti ul li.k1-item {
    min-height: 400px;
}

.slider2 ul li .tit,
.content1 .deti ul li .tit {
    min-height: 50px;
}

.content1 .deti3 ul li,
.deti3 ul li {
    float: left;
    margin-right: 32px;
    width: 328px;
    margin-top: 50px;
    border: 1px solid #ccc;
    background: #f4f5f9;
    min-height: 300px;
    margin-left: 0;
    list-style-type: none;
    margin: 0px 0px 20px 0px;
}

.deti3 .about {
    min-height: 0;
}

.deti ul li:nth-child(3n) {
    margin-right: 0px;
}

.image {
    min-height: 233px;
}

.slider2 .bx-viewport {
    z-index: 5;
    position: relative;
}

.slider3 .bx-viewport {

    z-index: 5;
    position: relative;
    height: 623px !important;
}

.about {
    padding: 0px 20px;
    /* min-height: 200px; */
}

.about p {
    margin: 3px 0
}

.tit {
    font-size: 20px;
    font-weight: 700;
    color: #45539a;
    padding: 25px 10px 10px 20px;
    min-height: 40px;
}

.deti3 .tit {
    font-size: 20px;
    font-weight: 700;
    color: #45539a;
    padding: 25px 10px 10px 20px;
    min-height: 20px;
}

span.helpnow {
    font-size: 18px;
    color: #45539a;
    font-weight: 700;
    display: block;
    border: 1px solid #45539a;
    width: 100%;
    margin: 25px auto 0;
    padding: 5px;
    box-sizing:border-box;
    min-height: 40px;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
}

span.helpnow.k1-helpnow {
    width: 100%;
    max-width: calc(100% - 20px);
    left: 4px;
}

.slider2 span.helpnow {
    bottom: 25px;
    left: 23px;
}

.k1-links .button-link.k1-link {
    font-size: 20px;
    text-transform: uppercase;
    color: #45539a !important;
    font-weight: 700;
    /*display:block;*/
    text-align: center;
    border: 1px solid #45539a !important;
    background-color: #fff !important;
    /*width:185px;*/
    /*margin:25px auto;*/
    /*padding:5px;*/
    /*position: absolute;*/
    /*bottom: 0;*/
    /*left: 47px;*/
}

.k1-links .button-link.k1-link span {
    color: #45539a !important;
    font-size: 20px !important;
    font-weight: 700 !important;
}

span.helpnow:hover {
    border: 1px solid #51cefc;
    color: #51cefc;
}

.button-link.k1-link:hover {
    border: 1px solid #51cefc !important;
}

.button-link.k1-link:hover span {
    color: #51cefc !important;
}

span.navy {
    font-weight: 700;
    color: #45539a;
}

.tit:hover {
    color: #51cefc;
}

.helpother {
    text-align: center;
    margin: 10px auto 3px auto;
    clear: both;
    z-index: 9;
    position: relative;
}

.helpother a {
    font-size: 20px;
    text-transform: uppercase;
    background: #45539a;
    color: white;
    font-weight: 700;
    padding: 10px 30px;
    box-sizing:border-box;
    height: 50px;
    display: flex;
    flex-flow: row wrap;
    align-content: center;
    align-items: center;
    justify-content: center;
    width: 300px;
    margin: 0 auto;
}

.helpother a:hover {
    color: #fff;
    background: #51cefc;
}

.life {}

.life .in {
    margin: 0 auto;
    /* background:#f4f5f9; */
    overflow: hidden;
    margin-bottom: 0px;
}

.life ul li {
    float: left;
    width: 295px;
    margin-right: 35px;
}

.life ul li:last-child {
    margin-right: 0px;
}

.life2 .in {
    background: #f4f5f9;
    width: 964px;
    margin: 0 auto;
    /* background:#f4f5f9; */
    overflow: hidden;
    margin-bottom: 0px;
}

.life2 ul li {
    float: left;
    width: 278px;
    margin-right: 35px;
}

.life2 ul li:last-child {
    margin-right: 0px;
}

.news-left {
    margin-right: 20px;
    color: #45539a;
    width: 95px;
    float: left;
}

.news-left img {
    width: 95px;
    /*border-radius:50%;*/
    height: 95px;
    float: left;
    margin-bottom: 10px;
}

.news-right a {
    color: #45539a;
    font-weight: 700;
    display: block;
    margin-bottom: 10px;
}

.news-right {
    width: 163px;
    float: left;
}

.intro {
    font-size: 14px;
}

.tit2 {
    font-size: 25px;
    font-weight: 700;
    text-align: center;
    color: #45539a;
    text-transform: uppercase;
    margin: 30px 0 40px 0
}

.date {
    font-size: 14px;
    font-weight: 700;
    display: block;
    margin-left: 12px
}

a.more {
    margin-top: 10px;
    display: block
}

.news-right a:hover {
    color: #51cefc;
}

.part .in {
    padding-bottom: 55px;
}

.part ul li {
    border: 1px solid #45539a;
    height: 100px;
}

.part ul li img {
    width: 102px;
    text-align: center;
    margin: 0 auto;
    vertical-align: middle;
    display: inline-block !important;
}

.part .img {
    line-height: 100px;
    height: 100px;
    display: table !important;
    margin: 0 auto;
}

.part .bx-viewport {
    width: 102% !important
}


footer {
    background: #f9f9f9;
    padding: 40px 0;
    box-sizing:border-box;
}

footer a {
    color: #45539a;
}

footer .in {
    background: #f4f5f9 !important;
    overflow: hidden;
    color: #45539a;
    margin-top: 0px;
    padding: 39px 30px 20px 30px !important;
    width: 100%;
}

footer ul {
    float: left;
    margin-right: 45px;
}

footer ul.last2 {
    margin-right: 45px;
}

footer ul li a {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

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

.fbot {
    width: 100%;
    border-top: 1px solid #4a4d6f;
    text-align: center;
    padding: 20px 0 0;
    margin-top: 20px;
    display: flex;
    flex-flow: row wrap;
    align-content: center;
    align-items: center;
    justify-content: space-between;
}

.fbot .in {
    background: #30345F;
    padding: 10px 0;
    border-top: 1px solid #4a4d6f;
    text-align: center;
    padding: 15px 30px 15px 30px !important;
    font-size: 14px;
}

.tel2 {
    width: 178px;
    float: left;
    margin-right: 45px;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}

.tel2 img {
    float: left;
    margin-right: 12px;
    height: 14px;
}

.tel2 a {
    display: block;
    font-size: 17px;
    font-weight: 700;
}

a.mail2 {
    font-size: 15px;
    font-weight: 300;
    margin-top: 5px;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}

a.mail2 img {
    height: 12px;
}

a.raz {
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
}

.soc {
    float: left;
    width: 320px;
}

.soc ul {
    margin-right: 0
}

.soc ul li {
    float: left;
    margin-top: 5px;
    margin-right: 3px;
}

.s1 {
    width: 45px;
    height: 49px;
    background: url(../images/soc.png) 0px 0px;
    display: block;
}

.s2 {
    width: 45px;
    height: 49px;
    background: url(../images/soc.png) 318px 0px;
    display: block;
}

.s3 {
    width: 45px;
    height: 49px;
    background: url(../images/soc.png) 67px 0px;
    display: block;
}

.s4 {
    width: 45px;
    height: 49px;
    background: url(../images/soc.png) 266px 0px;
    display: block;
}

.s5 {
    width: 45px;
    height: 49px;
    background: url(../images/soc.png) 366px 0px;
    display: block;
}

.s6 {
    width: 45px;
    height: 49px;
    background: url(../images/soc.png) 166px 0px;
    display: block;
}

.s7 {
    width: 45px;
    height: 49px;
    background: url(../images/soc.png) 114px 0px;
    display: block;
}

.s1:hover {
    width: 45px;
    height: 49px;
    background: url(../images/soc2.png) 1px 0px;
    display: block;
}

.s2:hover {
    width: 45px;
    height: 49px;
    background: url(../images/soc2.png) 319px 0px;
    display: block;
}

.s3:hover {
    width: 45px;
    height: 49px;
    background: url(../images/soc2.png) 68px 0px;
    display: block;
}

.s4:hover {
    width: 45px;
    height: 49px;
    background: url(../images/soc2.png) 267px 0px;
    display: block;
}

.s5:hover {
    width: 45px;
    height: 49px;
    background: url(../images/soc2.png) 367px 0px;
    display: block;
}

.s6:hover {
    width: 45px;
    height: 49px;
    background: url(../images/soc2.png) 167px 0px;
    display: block;
}

.s7:hover {
    width: 45px;
    height: 49px;
    background: url(../images/soc2.png) 117px 0px;
    display: block;
}


a.up {
    position: fixed;
    bottom: 50px;
    display: none;
}

input:focus {
    outline-offset: 0px;
}

:focus {
    outline: 0;
}

.breadcrumbs {
    width: 100%;
    display: inline-block;
    margin: 20px 0 10px;
}

.breadcrumbs a {
    color: #45539a;
}

.breadcrumbs a:hover {
    color: #51cefc;
    text-decoration: underline;
}

/*NEWS*/

.news ul li {
    margin: 20px 0;
    clear: both;
    float: left;
    margin-left: 0 !important;
    list-style: none;
    list-style-type: none !important;
}

.nimage {
    float: left;
    margin-right: 15px;
}

.date1 {
    display: block;
    margin: 5px 0;
    color: #727272;
}

.intro1 {
    margin: 10px 0;
    color: #323232;
}

.tnews {
    width: 695px;
    float: left;
}

.tnews a {
    color: #45539a;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
}

.tnews a:hover {
    color: #51cefc;
}

.tnews a.more {
    margin-top: 10px;
    display: block;
    font-size: 16px;
    text-transform: none;
}

a.rss {
    margin-left: 30px;
}


/*PAGE CHILDREN*/

.cleft {
    float: left;
    width: 330px;
    margin-right: 30px;
    margin-top: 20px;
}

.cright {
    float: left;
    margin-top: 0px;
    width: 600px;
}

@media (max-width: 700px) {
    .cright {
        width: 100%;
    }

}

.cright em {
    display: block;
}

.cleft ul li {
    margin: 0px 0px 20px 0px;
}

.share {
    margin: 20px 0;
    float: left;
    width: 100%;
}

.pay ul {
    margin-bottom: 20px;
}

.pay ul li {
    float: left;
    margin-right: 7px;
    border: none;
    margin: 0 3px 3px 0px;
    width: auto;
    min-height: auto;
    list-style: none;
    list-style-type: none !important;
    margin-left: 0 !important;
}

.pay ul li:nth-child(3n) {
    margin-right: 6px;
}

.pay ul li:nth-child(6n) {
    margin-right: 0px;
}

.pay1 {
    background: url(../images/payment/pay.png) no-repeat 0px 0px;
    display: block;
    width: 52px;
    height: 32px;
}

.pay2 {
    background: url(../images/payment/pay.png) no-repeat -57px 0px;
    display: block;
    width: 52px;
    height: 32px;
}

.pay3 {
    background: url(../images/payment/pay.png) no-repeat -112px 0px;
    display: block;
    width: 52px;
    height: 32px;
}

.pay4 {
    background: url(../images/payment/pay.png) no-repeat -169px 0px;
    display: block;
    width: 52px;
    height: 32px;
}

.pay5 {
    background: url(../images/payment/pay.png) no-repeat -225px 0px;
    display: block;
    width: 52px;
    height: 32px;
}

.pay6 {
    background: url(../images/payment/pay.png) no-repeat -280px 0px;
    display: block;
    width: 52px;
    height: 32px;
}

.pay7 {
    background: url(../images/payment/pay.png) no-repeat 0px -35px;
    display: block;
    width: 52px;
    height: 32px;
}

.pay8 {
    background: url(../images/payment/pay.png) no-repeat -57px -35px;
    display: block;
    width: 52px;
    height: 32px;
}

.pay9 {
    background: url(../images/payment/pay.png) no-repeat -112px -35px;
    display: block;
    width: 52px;
    height: 32px;
}

.pay10 {
    background: url(../images/payment/pay.png) no-repeat -169px -35px;
    display: block;
    width: 52px;
    height: 32px;
}

.pay11 {
    background: url(../images/payment/pay.png) no-repeat -225px -35px;
    display: block;
    width: 52px;
    height: 32px;
}

.pay12 {
    background: url(../images/payment/pay.png) no-repeat -280px -35px;
    display: block;
    width: 52px;
    height: 32px;
}

.deti2 li {
    width: 100%;
}

.deti2 li .about {
    padding-bottom: 20px;
}

.ras {
    margin: 20px 0;
    float: left;
    font-size: 14px;
}

.ras strong {
    font-size: 16px;
    display: block;
    margin: 0;
    padding: 0;
}

.ras p {
    margin: 3px;
}

.all {
    clear: both;
}

.all .in {
    padding: 0;
    border-top: 1px solid silver;
    width: 1024px;
    padding-bottom: 20px
}

.yand {
    background: url(../images/payment/yandex.png) no-repeat;
    clear: both;
    width: 100%;
    float: left;
    margin: 20px 0;
    border: 1px solid #ff7512;
}

.yand a {
    font-weight: 700;
    font-style: italic;
    text-align: center;
    display: block;
    margin-left: 45px;
    padding: 4px 0
}

.all ul {
    margin: 0;
    padding: 0;
}

.all ul li {
    margin: 0;
    padding: 0;
}

.all .helpother {

}



.content1 .sovet ul li {
    float: left;
    margin-right: 32px;
    margin-top: 20px;
    border: 1px solid #ccc;
    background: #f4f5f9;
    width: 295px;
    margin-bottom: 40px;
    min-height: 534px;
}

.content1 .sovet ul li:nth-child(3n) {
    margin-right: 0;
}

.cardEl-slider {
    margin-bottom: 40px;
}


.cardEl,
.swiper-slide.cardEl {

    border: 1px solid #ccc;
    background: #f4f5f9;
    margin-right: 20px;
    width: 300px;
    list-style-type: none;
    position: relative;
}

@media (min-width: 1100px) {
    .cardEl-slider {
        margin-bottom: 0px;
    }
    .cardEl-slider .swiper-wrapper {
        flex-flow: row wrap;
    }

    
    .cardEl,
    .swiper-slide.cardEl {
        margin-bottom: 40px;
        width: calc(33.3% - 30px);
        margin-right: 40px;
        margin-top: 20px;
    }
    .cardEl:nth-child(3n) {
        margin-right: 0;
    }
    
}


.content1 .sovet3 li .img2 img {
    height: 290px;
}

.tit3 {
    padding: 20px 20px 10px 20px;
    font-size: 18px;
    font-weight: 700;
    color: #45539a;
    min-height: 20px;
}

.sovet3 .tit3 {
    padding: 20px 20px 10px 20px;
    font-size: 18px;
    font-weight: 700;
    color: #45539a;
    min-height: 40px;
}

.sovet .helpnow {
    margin-top: 50px
}

.sovet2 {
    clear: both;
    margin-top: -5px;
    float: left;
}

.sovet2 ul li {
    float: left;
    margin-right: 12px;
    margin-top: 0px;
    border: 1px solid #ccc;
    background: #f4f5f9;
    width: 296px;
    margin-bottom: 40px;
    width: 229px;
}

.sovet2 img {
    width: 229px
}

.sovet2 ul li:nth-child(4n) {
    margin-right: 0;
}

.sovet2 strong {
    display: block;
    padding: 0px 20px
}

.sovet3 .op2 {
    display: block;
    padding: 0px 20px;
    min-height: 124px;
    max-height: 124px;
}

.photo {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}

.photoTBS {
    width: 150px;
    height: 120px;
    display: inline-block;
    text-align: center;
    margin-right: 20px;
    margin-bottom: 20px;
}

input.tab {
    background: #45539a;
    border: none;
    color: white;
    padding: 3px 14px;
}

.content1 a {
    color: #45539a;
}

.content1 ul li {
    list-style-type: disc;
    margin-left: 25px;
    margin-top: 5px
}

span.date2 {
    display: block;
    background: #45539a;
    color: white;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 26px 15px;
    text-align: center;
    /*border-radius: 50%;*/
}

span.date2 strong {
    display: block;
    font-size: 25px;
}

span.date2:hover {
    box-shadow: 1px 1px 35px #f8a88d
}

.tit4 {
    font-size: 25px;
    font-weight: 700;
    text-align: center;
    color: #45539a;
    text-transform: uppercase;
    margin: 11px auto 39px auto;
    /* border-bottom: 3px solid; */
    line-height: 0px;
    padding: 19px 40px;
    background: #ffffff;
    position: relative;
    z-index: 1;
    width: 370px;
    /* margin: 0 auto; */
}

.why {
    width: 100%;
    padding: 60px 0;
    box-sizing:border-box;
}

.helpBlock {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    align-content: flex-start;
    align-items: flex-start;
    justify-content: space-between;
}

.helpBlock-qr {
    width: 208px;
    display: flex;
    flex-flow: row wrap;
    margin: 10px auto 0;
}

@media (min-width: 700px) {
    .helpBlock-qr {
        margin: 0;
    }
}

.helpBlock-qr span {
    width: 100%;
    display: inline-block;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
}

.blockTitle {
    width: 100%;
    display: inline-block;
    text-align: center;
    position: relative;
    margin: 20px 0 40px;
}

h1.blockTitle__label,
h2.blockTitle__label,
h3.blockTitle__label {
    margin: 0;
}
.blockTitle__label {
    font-size: 25px;
    font-weight: 700;
    text-align: center;
    color: #45539a;
    text-transform: uppercase;
    position: relative;
    padding: 2px 40px;
    box-sizing:border-box;
    background: #fff;
    display: inline-block;
}

.blockTitle--line::before {
    content: "";
    position: absolute;
    left: 0;
    top: calc(50% - 3px/2);
    height: 3px;
    width: 100%;
    background: #45539a;
}

.tit4 span {
    display: block;
    background: white;
}

.line {
    border-bottom: 3px solid #45539a;
    position: absolute;
    width: 960px;
    left: calc(50% - (960px/2));
    margin-top: 18px;
    z-index: 1;
}

line2 {
    border-bottom: 3px solid #45539a;
    position: absolute;
    width: 960px;
    margin-top: 18px;
    z-index: 1;
}

.sovet .op2 {
    display: block;
    padding: 0px 20px;
    min-height: 124px;
}




.op2 a {
    color: #45539a;
    text-decoration: underline;
    margin-left: 2px;
}

nav.text-center ul li {
    margin-left: 0;
}


@media (min-width: 300px) {

    /* header .in {
        width: 1045px;
    }

    nav .in {
        width: 1045px;
    } */

    .slider .bx-viewport {
        overflow: hidden !important;
    }

    .left_bg,
    .right_bg {
        display: none;
    }

    .slider {
        background: #f9f9f9;
    }
}


@media (min-width: 600px) and (max-width: 999px) {

    header .in {
        /* width: 1045px; */
    }

    nav .in {
        /* width: 1045px; */
    }

    .slider .bx-viewport {
        overflow: hidden !important;
    }

    .left_bg,
    .right_bg {
        display: none;
    }

    .slider {
        background: #f9f9f9;
    }
}


@media (min-width: 1024px) {

    header .in {
        width: 1035px;
    }

    nav .in {
        width: 1035px;
    }

    .slider .bx-viewport {
        overflow: hidden !important;
    }

    .left_bg,
    .right_bg {
        display: none;
    }

    .slider {
        background: #f9f9f9;
    }

}

@media (min-width: 1281px) {

    header .in {
        width: 1024px;
    }

    nav .in {
        width: 1024px;
    }

    .slider .bx-viewport {
        /* overflow:visible !important; */
    }

    .left_bg,
    .right_bg {
        display: block;
    }

    .slider {
        background: #f9f9f9;
    }

}
@media (min-width: 1700px) {
    /* .in,
    .container {
        width: 1500px;
    } */
}
.de {

    box-sizing: border-box;
    padding: 0px;
    width: 295px;
    margin-left: -1px;
    position: relative;
    margin-top: -1px;
}

.deti table td {
    vertical-align: top;
    border: 1px solid #ccc
}

.slider2 {
    background: #f4f5f9;
    padding-left: 14px;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 30px
}

ul.bxslider2 {
    background: #f4f5f9;
    float: left;
    height: 532px;
    margin: 0px 0;
    padding: 28px 0px 0px 45px;
    /*padding: 45px 0px 0px 45px;*/
}

.fban img {
    margin-right: 6px;
}

.slider2 span.helpnow {
    margin: 25px 20px;
}

.socfix {
    display: block;
    position: fixed;
    top: 442px;
    margin-left: 1016px;
    float: right;

}

.content1 strong {
    font-weight: bold;
}


.paybox {
    margin-left: 20px;
    margin-top: 8px;
}

.littlepaytxt {
    margin-left: 10px;
}

.bigpay {
    width: 170px;
    border: 1px solid black;
    padding: 5px;
}

.littlepay {
    width: 30px;
    border: 1px solid black;
    padding: 5px;
}


.table-bordered {
    border: 1px solid #ddd;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border: 1px solid #ddd;
}

.bx-pagination .bx-pagination-container ul li.bx-active span {
    background: #30345f;
    color: #fff;
}

.content1 a {
    text-decoration: underline;
}

.qrs {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 40px;
    display: none;
}

.qrs_new {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 40px;
    width: 100%;
}

.qrs div {
    flex: 0 0 200px;
}

.qrs img {
    width: 100%;
}

.qrs p {
    text-align: center;
    font-weight: 700;
    margin: 0;
}

.bxslider li img {
    object-fit: cover;
    width: 100%;
}

.frontNews-container,
.frontEvents-container,
.why-content {
    width: 100%;
    padding: 60px 0 0;
    box-sizing:border-box;
}

.frontNews,
.frontEvents {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.frontNews-item {
    width: 100%;
    margin: 0 0 10px;
    border: 2px solid #f4f5f9;
    padding: 10px;
    box-sizing:border-box;
    display: flex;
    flex-flow: row wrap;
}

.frontEvents-item {
    width: 100%;
    margin: 0 0 10px;
}

@media (min-width: 700px) {
    .frontNews-item {
        width: 32%;
        margin: 0;
    }

    .frontEvents-item {
        width: 32%;
    }
    nav.top ul li a {
        font-size: 14px;
    }
}

.childContainer {
    width: 100%;
    padding: 30px 0 0;
    box-sizing:border-box;
}

.childSlider {
    width: 100%;
}

.childSlider-item {
    width: 100%;
    position: relative;
    border: 1px solid #f4f5f9;
    box-sizing:border-box;
}

.childSlider-item a {
    text-decoration: none;
}

.childSlider-block {
    width: 100%;
    padding: 20px;
    box-sizing:border-box;
    display: flex;
    flex-flow: row wrap;
}
.childSlider-block .image {
    width: 100%;
}

.childSlider-block .image img {
    width: 100%;
}
.childSlider-about {
    width: 100%;
    min-height: 130px;

}


.childSlider-about p {
    margin: 0 0 4px;
}


.childSlider .swiper-pagination {
    width: auto!important;
    position: relative;
    left: initial!important;
    transform: initial!important;
    top: initial!important;
    bottom: initial!important;
}

.childSlider .swiper-pagination  .swiper-pagination-bullet-active {
    background: #8aa5d9;
}

.childSlider-navigation {
    width: 100%;
    position: relative;
    display: flex;
    flex-flow: row wrap;
    align-content: center;
    align-items: center;
    justify-content: center;
    margin: 24px 0 0;
}

.childSlider-navigation .swiper-pagination {
    position: relative;
}
.childSlider-wrap {
    width: 100%;
    position: relative;
    display: inline-block;
    padding: 0 40px;
    box-sizing:border-box;
}

.child-noSlider {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
}
.child-noSlider .childSlider-item {
    width: 100%;
    margin: 0 0 20px 0;
}





@media (min-width: 700px) {
    .child-noSlider .childSlider-item {
        width: calc(50% - 15px);
        margin: 0 30px 30px 0;
    }
    .child-noSlider .childSlider-item:nth-of-type(2n){
        margin-right: 0;
    }
}

@media (min-width: 1100px) {
    .childSlider {
        height: 1100px;
    }

    .childSlider .swiper-slide {
        height: calc((100% - 30px) / 2) !important;
    }
    .childSlider-wrap {
    padding: 0;
    }   
    .child-noSlider .childSlider-item {
        width: calc(33.3% - 20px);
        margin: 0 30px 30px 0;
    }
    .child-noSlider .childSlider-item:nth-of-type(2n){
        margin-right: 30px;
    }
    .child-noSlider .childSlider-item:nth-of-type(3n){
        margin-right: 0;
    }
}
.childSlider-prev {
    width: 30px;
    height: 30px;
    background-image: url('../images/icons/long-arrow.svg');
    background-repeat: no-repeat;
    background-size: 100%;
    transform: rotate(180deg);
    cursor: pointer;
    transition: 0.3s ease;
    position: absolute;
    left: 0px;
    top: calc(50% - (30px/2));
}
.childSlider-next {
    width: 30px;
    height: 30px;
    background-image: url('../images/icons/long-arrow.svg');
    background-repeat: no-repeat;
    background-size: 100%;
    cursor: pointer;
    transition: 0.3s ease;
    position: absolute;
    right: 0px;
    top: calc(50% - (30px/2));
}

@media (min-width: 1100px) {
    .childSlider-next {
        width: 50px;
        height: 50px;
        right: -50px;
        top: calc(50% - (50px/2));
    }
    .childSlider-prev {
        width: 50px;
        height: 50px;
        left: -50px;
        top: calc(50% - (50px/2));
    }   
}

.childSlider-prev:hover {
    transform: scale(1.1)  rotate(180deg);
}
.childSlider-next:hover {
    transform: scale(1.1);
}

.swiper-button-disabled {
    opacity: 0.4;
    color: none;
}

.swiper-button-disabled:hover {
    transform: scale(1);
}

.swiper-button-disabled.childSlider-prev:hover {
    transform: scale(1)  rotate(180deg);
}

.programs {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
}

.programs-item {
    width: 100%;
    margin: 0 0 10px;
    display: inline-block;
    text-align: center;
}

.programs-item img {
    margin: 0 auto;
    width: 100%;
    object-fit: cover;
}


.programs-item span {
    width: 100%;
    display: inline-block;
    margin: 10px 0 0;
    font-weight: 700;
    text-align: center;
}

.news-item {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
}

@media (max-width: 700px) {
    .media {
        width: 100%;
        display: block;
    }

    .k1-link {
        margin: 0 0 10px;
    }


}
@media (min-width: 700px) {
    .programs-item {
       width: calc(33.3% - 14px);
       margin-right: 20px;
       margin-bottom: 0;
    }
    
    .programs-item:nth-of-type(3n) {
        margin-right: 0;
    }
}

.widget-help.hide {
    opacity: 0;
    z-index: -100;
}



.tech-copyright {
    position: absolute;
    bottom: 0;
    opacity: 0;
    
}


.content1 {
	display: inline-block;
    width: 100%;
}

#intellectmoney-payform {	
height: 578px;
max-width: 100%;
}

@media (min-width: 1100px) {
#intellectmoney-payform {
height: 578px;
width: 468px;
}
}

