/* Хим Фарм v.1  */

@import url("reset.css");
html {
    height: 100%;
}

html,
body {
    width: 100%;
    margin: 0;
    padding: 0;
}

body {
    -webkit-text-size-adjust: none;
    background-color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    height: 100%;
}

header,
section,
footer,
nav {
    display: block;
}

.width940 {
    width: 940px;
    margin: 0 auto;
}

.width840 {
    width: 740px;
    padding-right: 100px;
    margin: 0 auto;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
    float: none;
}

.clearfix:after {
    clear: both;
}

h3.big,
div.h3 {
    font-size: 36px;
    margin-bottom: 15px;
}

p.big,
b.big {
    font-size: 22px;
    font-weight: bold;
}

p.normal {
    font-size: 18px;
    font-weight: 600;
}

p.margin-left {
    margin-left: 60px;
}

ul.list-none {
    list-style: none;
}

#container {
    min-height: 100%;
    position: relative;
}

#head {
    height: 125px;
}

.head-left,
.head-middle,
.head-right {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.head-left {
    width: 290px;
    padding-top: 18px;
}

.logo {
    display: table-cell;
    vertical-align: bottom;
    padding: 0 20px 0 85px;
    height: 79px;
    background: url(../images/logo.jpg) no-repeat center left;
    font-size: 14px;
    color: #000;
    text-decoration: none;
    outline: none;
}

.head-middle {
    padding-top: 18px;
    width: 380px;
}

.him-live {
    font-size: 18px;
    font-weight: 700 !important;
    color: #000 !important;
    padding: 5px 10px 0px 25px;
    background: url(../images/live-ellipse.svg) no-repeat 5% 50%;
    border: 3px solid transparent;
    display: inline-block;
    vertical-align: middle;
    margin-top: 12px;
}

.him-live:hover,
.him-live.selected {
    border-color: #FFC000;
    background: #FFC000;
}

.him-live.active,
.him-live:active {
    border-color: #FFC000;
    background-color: #FFC000;
}


#marker {
    font-size: 18px;
    font-weight: 700 !important;
    color: #000 !important;
    padding: 5px 10px 0px 25px;
    background: url(../images/live-ellipse.svg) no-repeat 5% 50%;
    border: 3px solid transparent;
    display: inline-block;
    vertical-align: middle;
    margin-top: 15px;
}

#topsearch {
    display: inline-block;
    vertical-align: middle;
    margin-top: 25px;
    position: relative;
}

#topsearch form {
    display: none;
    position: absolute;
    width: 318px;
    margin-left: -180px;
}

#topsearch-input {
    width: 256px;
    height: 38px;
    padding: 0 10px;
    float: left;
    outline: none;
    border: 1px solid #000;
    font-size: 18px;
    font-weight: 600;
}

#topsearch-input:focus {
    border: 1px solid #FFC000;
}

#topsearch-button {
    width: 40px;
    height: 40px;
    background: url(../images/loupe.svg) no-repeat center;
    vertical-align: text-top;
    border: none;
    text-indent: -999em;
    cursor: pointer;
    outline: none;
}

.topsearch-button {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: url(../images/loupe.svg) no-repeat center;
    vertical-align: text-top;
}

#topsearch-button:hover,
.topsearch-bitton:hover {
    background: #FFF4D5 url(../images/loupe.svg) no-repeat center;
}

.head-right {
    width: 270px;
    padding-top: 18px;
}

.head-right a {
    text-decoration: none;
    display: inline-block;
}

.head-right-address a {
    font-weight: 600;
    color: #727272 !important;
    padding-left: 8px;
}

.head-right-address a:hover {
    color: #000 !important;
}

.head-right-phone a {
    font-size: 18px;
    font-weight: 700;
    color: #000 !important;
    margin-top: 7px;
    padding: 5px;
    border: 3px solid transparent;
}

.head-right-phone a:hover {
    border-color: #FFC000;
}

.head-right-phone a:active {
    border-color: #FFC000;
    background-color: #FFC000;
}

#main-contacts {
    display: none;
    color: #000;
}

#main-contacts h4 {
    font-size: 28px;
    margin: 0 0 10px;
}

#main-contacts table {
    width: 900px;
    padding: 30px 35px;
}

#main-contacts td {
    width: 50%;
    vertical-align: top;
}

#main-contacts div {
    font-weight: 600;
    font-size: 18px;
}

#contacts-map {
    width: 900px;
    height: 320px;
    overflow: hidden;
}

#main-contacts span {
    color: #ababab;
}

#main-contacts .margin-top {
    margin-top: 20px;
}

#main-contacts .margin-bottom {
    margin-bottom: 20px;
}

#main-contacts a {
    text-decoration: none;
    color: #000;
}

#main-contacts a:hover {
    color: #ffc000;
}

#main-contacts .contacts-phone,
#main-contacts .contacts-mail {
    margin: 5px 0;
}

#main-contacts .contacts-phone a,
#main-contacts .contacts-mail a {
    padding: 5px 0 5px 35px;
    display: inline-block;
}

#main-contacts .contacts-phone a {
    background: url(../images/icons_svg-36.svg) no-repeat 1% 50%;
    background-size: 22px 28px;
}

#main-contacts .contacts-mail a {
    background: url(../images/icons_svg-37.svg) no-repeat left center;
    background-size: 27px 16px;
}

#head2 {
    height: 80px;
    margin: 23px auto 50px;
}

.head2-home {
    width: 80px;
    height: 80px;
    display: inline-block;
    vertical-align: top;
    background: url(../images/head2-normal.svg) no-repeat;
    float: left;
}

#head2.fixed {
    margin: 23px auto 50px -470px;
    position: fixed;
    left: 50%;
    z-index: 1;
}

.head2-home:hover {
    background: url(../images/head2-hover.svg) no-repeat;
}

.head2-home:active {
    background: url(../images/head2-active.svg) no-repeat;
}

#head2 .ul1 {
    display: inline-block;
    vertical-align: top;
    margin: 12px 0 0 0;
    width: 800px;
    padding: 0;
}

#head2 li {
    list-style: none;
    display: inline-block;
    font-weight: 600;
}

#head2 .ul2 li {
    margin-right: 20px;
}

/*#head2 .ul1 span {
    padding-right: 4px;
}*/

#head2 .ul1 a {
    text-decoration: none;
    color: #000;
}

#head2 .ul2 {
    padding: 0;
    display: inline-block;
    margin: 15px 0 0 30px;
    width: 820px;
}


/*Верхнее, главное и sub меню (Начало)*/

#topmenu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
    margin-left: 13px;
}

#topmenu li ul {
    display: none;
    position: absolute;
    padding: 15px 15px 5px;
    background: #fff;
    width: 312px;
    margin: 5px 0 0 0;
    box-shadow: 0px 0px 5px -1px #000;
    z-index: 15;
}

#topmenu a {
    font-weight: 600;
    color: #727272;
    text-decoration: none;
}

#topmenu .topmenu-lvl1 {
    float: left;
}

#topmenu .topmenu-lvl1:hover a {
    color: #000;
}

#topmenu .topmenu-lvl1 {
    background: url(../images/topmenu-ellipse.png) no-repeat right center;
    padding-right: 25px;
    margin-right: 20px;
}

#topmenu .topmenu-lvl1:last-child {
    background: 0;
    margin-right: 0;
    padding-right: 0;
}

#topmenu .topmenu-lvl1:hover > ul {
    display: block;
}

#topmenu .topmenu-lvl1:hover .topmenu-lvl1-a {
    border-color: #FABC00;
}

#topmenu .topmenu-lvl1-a {
    font-weight: 600;
    color: #727272;
    text-decoration: none;
    border-bottom: 5px solid transparent;
}

#topmenu .topmenu-lvl2 {
    margin-bottom: 10px;
}

#topmenu .topmenu-lvl2 a {
    padding-top: 2px;
    padding-right: 30px;
}

#topmenu .topmenu-lvl2 a:hover {
    color: #fabc00;
}

#topmenu .topmenu-lvl2 a.leave {
    background: url(../images/icons_svg-42.svg) no-repeat right top;
    background-size: 20px 20px;
}

#topmenu .topmenu-lvl2 a.leave:hover {
    background-image: url(../images/icons_svg-42-2.svg);
}

#mainmenu {
    background: #fff4d5 url(../images/mainmenu-pattern.png) repeat-x;
    height: 50px;
}

#mainmenu.him-farm {
    position: relative;
    background: none;
    z-index: 12;
}

#mainmenu .mainmenu-ul1 {
    padding: 0;
}

#mainmenu .mainmenu-ul1.him-farm {
    position: absolute;
    z-index: 3;
    left: 50%;
    margin-left: -470px;
}

#mainmenu .mainmenu-lvl1 {
    float: left;
    list-style: none;
    text-align: center;
    font-size: 18px;
}

#mainmenu .mainmenu-lvl1.hover:hover .mainmenu-div {
    display: block;
    opacity: 1;
}

#mainmenu .mainmenu-lvl1:nth-child(1) a,
#mainmenu .mainmenu-lvl1:nth-child(1) a.selected {
    background-color: #78be1f;
}

#mainmenu .mainmenu-lvl1:nth-child(1) li a {
    color: #78be1f;
}

#mainmenu .mainmenu-lvl1:nth-child(1) a.no-active {
    border-color: #78be1f;
}

#mainmenu .mainmenu-lvl1:nth-child(1) a:hover {
    background-color: #68A41B !important;
    border-color: transparent;
    color: #ffffff;
}

#mainmenu .mainmenu-lvl1:nth-child(1) .mainmenu-lvl2:nth-child(1) a:hover {
    background-color: #ffffff !important;
    border-color: #ffffff;
    color: #000000;
}

#mainmenu .mainmenu-lvl1:nth-child(2) a,
#mainmenu .mainmenu-lvl1:nth-child(2) a.selected {
    background-color: #993cb7;
}

#mainmenu .mainmenu-lvl1:nth-child(2) li a {
    color: #993cb7;
}

#mainmenu .mainmenu-lvl1:nth-child(2) a.no-active {
    border-color: #993cb7;
}

#mainmenu .mainmenu-lvl1:nth-child(2) a:hover {
    background-color: #84349D !important;
    border-color: transparent;
    color: #ffffff;
}

#mainmenu .mainmenu-lvl1:nth-child(2) .mainmenu-lvl2:nth-child(1) a:hover {
    background-color: #ffffff !important;
    border-color: #ffffff;
    color: #000000;
}

#mainmenu .mainmenu-lvl1:nth-child(3) a,
#mainmenu .mainmenu-lvl1:nth-child(3) a.selected {
    background-color: #fc6602;
}

#mainmenu .mainmenu-lvl1:nth-child(3) li a {
    color: #fc6602;
}

#mainmenu .mainmenu-lvl1:nth-child(3) a.no-active {
    border-color: #fc6602;
}

#mainmenu .mainmenu-lvl1:nth-child(3) a:hover {
    background-color: #E25C02 !important;
    border-color: transparent;
    color: #ffffff;
}

#mainmenu .mainmenu-lvl1:nth-child(3) .mainmenu-lvl2:nth-child(1) a:hover {
    background-color: #ffffff !important;
    border-color: #ffffff;
    color: #000000;
}

#mainmenu .mainmenu-lvl1:nth-child(4) a,
#mainmenu .mainmenu-lvl1:nth-child(4) a.selected {
    background-color: #039a66;
}

#mainmenu .mainmenu-lvl1:nth-child(4) li a {
    color: #039a66;
}

#mainmenu .mainmenu-lvl1:nth-child(4) a.no-active {
    border-color: #039a66;
}

#mainmenu .mainmenu-lvl1:nth-child(4) a:hover {
    background-color: #038055 !important;
    border-color: transparent;
    color: #ffffff;
}

#mainmenu .mainmenu-lvl1:nth-child(4) .mainmenu-lvl2:nth-child(1) a:hover {
    background-color: #ffffff !important;
    border-color: #ffffff;
    color: #000000;
}

#mainmenu .mainmenu-lvl1:nth-child(5) a,
#mainmenu .mainmenu-lvl1:nth-child(5) a.selected {
    background-color: #9d226c;
}

#mainmenu .mainmenu-lvl1:nth-child(5) li a {
    color: #9d226c;
}

#mainmenu .mainmenu-lvl1:nth-child(5) a.no-active {
    border-color: #9d226c;
}

#mainmenu .mainmenu-lvl1:nth-child(5) a:hover {
    background-color: #831C5A !important;
    border-color: transparent;
    color: #ffffff;
}

#mainmenu .mainmenu-lvl1:nth-child(5) .mainmenu-lvl2:nth-child(1) a:hover {
    background-color: #ffffff !important;
    border-color: #ffffff;
    color: #000000;
}

#mainmenu .mainmenu-lvl1:nth-child(6) a,
#mainmenu .mainmenu-lvl1:nth-child(6) a.selected {
    background-color: #0093d0;
}

#mainmenu .mainmenu-lvl1:nth-child(6) li a {
    color: #0093d0;
}

#mainmenu .mainmenu-lvl1:nth-child(6) a.no-active {
    border-color: #0093d0;
}

#mainmenu .mainmenu-lvl1:nth-child(6) a:hover {
    background-color: #0081B6 !important;
    border-color: transparent;
    color: #ffffff;
}

#mainmenu .mainmenu-lvl1:nth-child(6) .mainmenu-lvl2:nth-child(1) a:hover {
    background-color: #ffffff !important;
    border-color: #ffffff;
    color: #000000;
}

#mainmenu .mainmenu-lvl1-a,
#mainmenu a.no-active {
    display: block;
    text-decoration: none;
    width: 156px;
    border-bottom: 5px solid transparent;
    padding: 15px 0 10px;
}

#mainmenu a.no-active {
    background-color: transparent !important;
    color: #000;
}

#mainmenu a:hover,
#mainmenu a.selected,
#mainmenu .mainmenu-lvl1-a {
    color: #fff;
    transition: 0.2s ease-out;
}

#mainmenu .mainmenu-div .clearfix {}

#mainmenu .mainmenu-div {
    /*display: none;*/
    position: absolute;
    background: #fff;
    z-index: 10;
    width: 100%;
    left: 0;
    height: 0;
    max-height: 9999px;
    overflow: hidden;
}

#mainmenu .mainmenu-lvl1 .mainmenu-div {
    /*-webkit-transition: height 0.3s ease-in-out, padding 0.3s ease-in-out;
    -moz-transition: height 0.3s ease-in-out, padding 0.3s ease-in-out;
    -ms-transition: height 0.3s ease-in-out, padding 0.3s ease-in-out;
    -o-transition: height 0.3s ease-in-out, padding 0.3s ease-in-out;
    transition: height 0.3s ease-in-out, padding 0.3s ease-in-out;*/
}

#mainmenu .mainmenu-div-container {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -470px;
    padding-top: 30px;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

#mainmenu .mainmenu-div .close {
    background: url(../images/icons_svg-41.svg) no-repeat center;
    background-size: 30px 30px;
    padding: 15px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    position: absolute;
    left: 50%;
    bottom: -80px;
    margin-left: -15px;
}

#mainmenu .mainmenu-div .close:hover {
    background-color: #FDF1D0;
}

#mainmenu .mainmenu-ul2 {
    padding: 0;
    list-style: none;
    text-align: left;
    width: 312px;
    float: left;
}

#mainmenu .mainmenu-ul2 a {
    background-color: transparent !important;
    text-decoration: none;
    width: 100%;
    padding: 6px 10px;
    box-sizing: border-box;
    display: inline-block;
    transition: 0.2s ease-out;
}

#mainmenu .mainmenu-lvl1 .mainmenu-ul2 li a span,
#mainmenu .mainmenu-lvl1 .mainmenu-ul2 li a.blacklvl,
,
#mainmenu .mainmenu-lvl1 .mainmenu-ul2 li a.blacklvl span {
    font-size: 22px;
    padding: 0 10px 10px;
    display: inline-block;
    color: #000;
}

#mainmenu .mainmenu-lvl1 li a.blacklvl {
    font-size: 22px;
    padding: 0 10px 10px;
    display: inline-block;
    color: #000;
}


/*#mainmenu .mainmenu-ul2 a:hover{
	color:#fff !important;
}*/

#mainmenu .mainmenu-ul2 .mainmenu-lvl2.item-3 a {
    background: #FDF1D0 url(../images/icons_svg-42.svg) no-repeat right 10px top 10px !important;
    background-size: 30px 30px !important;
    margin-bottom: 10px;
}

#mainmenu .mainmenu-ul2 .mainmenu-lvl2.item-3 a {
    color: #000 !important;
    padding: 15px 47px 15px 12px;
    border: 3px solid transparent;
}

#mainmenu .mainmenu-ul2 .mainmenu-lvl2.item-3 a:hover {
    border-color: #FFC000;
    background: #FDF1D0 url(../images/icons_svg-42.svg) no-repeat right 20px top 20px !important;
    background-size: 30px 30px !important;
}

#mainmenu .mainmenu-ul2 .mainmenu-lvl2.item-3 a:active {
    border-color: #FFC000;
    background: #FFC000 url(../images/icons_svg-42.svg) no-repeat right 20px top 20px !important;
    background-size: 30px 30px !important;
}

#submenu {
    margin: 15px auto;
}

#submenu ul {
    padding: 0;
    margin: 0;
}

#submenu ul li {
    float: left;
    list-style: none;
    margin-right: 30px;
}
#submenu ul.ul1 li{
    margin-right: 4px;
}

#submenu .ul2 a.selected {
    border: 3px solid transparent;
    padding: 5px;
}

#head2 .ul2 a,
#submenu a,
.ul2 a {
    text-decoration: none;
    padding: 8px 0;
    font-size: 18px;
    display: block;
}

#head2 .ul2 a.selected,
#submenu a.selected,
.ul2 a.selected {
    /*border: 3px solid transparent;*/
    /*padding: 5px;*/
    color: #000 !important;
}

#head2 .ul2.color1 a.selected,
#submenu.color1 a.selected,
.ul2.color1 a.selected {
    border-color: #78be1f;
}

#head2 .ul2.color1 a,
#submenu.color1 a,
.ul2.color1 a {
    color: #78be1f;
}

#head2 .ul2.color2 a.selected,
#submenu.color2 a.selected,
.ul2.color2 a.selected {
    border-color: #993cb7;
}

#head2 .ul2.color2 a,
#submenu.color2 a,
.ul2.color2 a.selected {
    color: #993cb7;
}

#head2 .ul2.color3 a.selected,
#submenu.color3 a.selected,
.ul2.color3 a.selected {
    border-color: #fc6602;
}

#head2 .ul2.color3 a,
#submenu.color3 a,
.ul2.color3 a {
    color: #fc6602;
}

#head2 .ul2.color4 a.selected,
#submenu.color4 a.selected,
.ul2.color4 a.selected {
    border-color: #039a66;
}

#head2 .ul2.color4 a,
#submenu.color4 a,
.ul2.color4 a {
    color: #039a66;
}

#head2 .ul2.color5 a.selected,
#submenu.color5 a.selected,
.ul2.color5 a.selected {
    border-color: #9d226c;
    position: relative;
    margin: 0;
}

#head2 .ul2.color5 a.selected:before,
#submenu.color5 a.selected:before,
.ul2.color5 a.selected:before {
	content: '';
	position: absolute;
	top: -2px;
	left: -2px;
	height: 100%;
	width: 100%;
	border: 2px solid #9d226c;
}

#head2 .ul2.color5 a,
#submenu.color5 a,
.ul2.color5 a {
    color: #9d226c;
}

#head2 .ul2.color6 a.selected,
#submenu.color6 a.selected,
.ul2.color6 a.selected {
    border-color: #0093d0;
}

#head2 .ul2.color6 a,
#submenu.color6 a,
.ul2.color6 a {
    color: #0093d0;
}

#head2 .ul2 a:hover,
#submenu a:hover {
    color: #000;
}

#submenu ul li:first-child a {
    text-transform: uppercase;
    min-height: 32px;
    line-height: 36px;
    box-sizing: border-box;  
    padding: 0 15px 0 0;
    // margin: 11px 0 0;
    font-size: 14px;
    background: url(../images/more.svg) no-repeat center right;
}

#submenu ul li:first-child a.active {
    color: #727272;
}

#submenu ul li:first-child a:hover {
    color: #000;
}

#submenu ul li.non_two_level a{
    background: none;
    padding: 5px;
    position: relative;
}
#submenu ul li:first-child.non_two_level a{
    background: none;
    min-height: 1px;
    line-height: normal;
    padding: 5px;
    font-size: 18px;
    text-transform: inherit;
    position: relative;
}
/*Верхнее, главное и sub меню (Конец)*/


/*Контент (Начало)*/

#comp_7c87846a22204d868ccae9e3afdd66bb { display: inline; }
/* Smartphone Portrait and Landscape */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px){ #comp_7c87846a22204d868ccae9e3afdd66bb { visibility: hidden;}}

.main-carousel {
    margin: 0;
    padding: 0;
    top: -50px;
    z-index: 0;
    opacity: 0;
    transition: opacity 0.5s;
    display:block !important;
}

.main-carousel li {
    list-style: none;
    margin-left: auto;
}

.main-carousel .owl-wrapper {
    height: 920px;
    /*left: 0 !important;
    transform: none !important;*/
}

.main-carousel .owl-item {
    /*position:absolute;
	opacity: 0;
	z-index:1;
	transition: opacity 1s;
	min-width: 1270px !important;*/
}

.main-carousel .owl-item img {
    left: 50%;
    position: relative;
    z-index: -1;
    margin-left: -635px;
    width: 1270px;
}

.main-carousel .owl-item.active {
    /*opacity: 1;
    z-index:2;*/
}

.main-carousel-text {
    position: absolute;
}

.main-carousel .owl-buttons div {
    width: 54px;
    height: 84px;
    border: 3px solid #FFF4D5;
    text-indent: -999em;
    position: absolute;
    top: 43%;
    margin-top: -45px;
}

.main-carousel .owl-pagination {
    position: absolute;
    bottom: 160px;
    z-index: 2;
    width: 100%;
    text-align: center;
}

.main-carousel .owl-pagination .owl-page {
    display: inline-block;
    vertical-align: middle;
    margin-left: 8px;
}

.main-carousel .owl-pagination .owl-page span {
    width: 20px;
    height: 20px;
    display: block;
}

.main-carousel .owl-buttons .owl-prev {
    background: #FFF4D5 url(../images/history-slider-left-hover.svg) no-repeat center;
    left: 50%;
    margin-left: -635px;
    z-index: 2;
}

.main-carousel .owl-buttons .owl-next {
    background: #FFF4D5 url(../images/history-slider-right-hover.svg) no-repeat center;
    right: 50%;
    margin-right: -635px;
    z-index: 2;
}

.main-carousel .owl-buttons .owl-prev:hover,
.main-carousel .owl-buttons .owl-next:hover {
    border-color: #FFC000;
}

.main-carousel .owl-buttons .owl-prev:active,
.main-carousel .owl-buttons .owl-next:active {
    border-color: #FFC000;
    background-color: #FFC000;
}

.top-text-img {
    position: relative;
    margin: 40px 0 80px;
}

.top-text-img.big {
    width: 940px;
    margin-top: -50px;
    margin-left: auto;
    margin-right: auto;
}

.top-text-img_text {
    position: relative;
    z-index: 2;
    padding-top: 60px;
    margin-bottom: 80px;
    min-height: 560px;
}

.top-text-img.big .top-text-img_text {
    padding-top: 155px;
    min-height: 465px;
}

.top-text-img_text h1,
.main-carousel-text h2 {
    font-weight: 800;
    font-size: 60px;
    margin: 0 0 15px;
    width: 780px;
}

.main-carousel-text {
    background: url(../images/main-carousel-bg.png) no-repeat;
    top: 237px;
    height: 325px;
    left: 50%;
    margin-left: -470px;
    box-sizing: border-box;
    padding: 93px 0 0 39px;
    line-height: 1;
    width: 940px;
}

.main-carousel-text h2 {
    margin: 0;
    width: 940px;
}

.top-text-img_text h3 {
    font-weight: 800;
    font-size: 36px;
    margin: 15px 0 0;
    width: 630px;
}

.top-text-img_text hr,
.card-info1-h1-div hr,
.card-info3-h1-div hr,
.card-info4-h1-div hr {
    border: 5px solid transparent;
    width: 135px;
    display: block;
    margin: 38px 0;
    text-align: left;
}

.top-text-img_text .text-div,
.card-inner .text-div {
    font-weight: 600;
    font-size: 18px;
}

.top-text-img_text .text-div {
    width: 470px;
    margin: 0;
    display: inline-block;
    vertical-align: top;
}

.top-text-img_image {
    right: -160px;
    top: 0;
    z-index: 1;
    position: absolute;
}

.top-text-img_image.big {
    right: auto;
    top: -20px;
    left: 50%;
    margin-left: -500px;
}

.top-block-content {
    width: 312px;
    padding: 20px;
    background: #fff;
    min-height: 322px;
    margin-top: -48px;
    margin-left: 110px;
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.top-block-content div.top {
    position: absolute;
    top: 3px;
    left: 43px;
    background: #fff;
    padding: 0 10px;
}

.top-block-content.small {
    min-height: 0;
}

.top-block-content_inner {
    padding: 36px 10px 36px 30px;
    border: 2px solid #FFF4D5;
}

.top-block-content_inner table {
    border-collapse: collapse;
}

.top-block-content_inner table td {
    padding: 0 0 15px 0;
    font-size: 18px;
    font-weight: 600;
}

.top-block-content_inner table tr td:first-child {
    width: 80px;
    padding-right: 5px;
}

.top-block-content_big {
    font-size: 24px;
    display: block;
}

.top-block-content_small {
    font-size: 14px;
    display: block;
}

.top-block-content_inner div {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}

.top-block-content_inner div.margin-bottom {
    margin-bottom: 20px;
}

.top-block-content_button {
    font-size: 22px;
    text-decoration: none;
    padding-top: 9px;
    padding-right: 45px;
}

.top-block-content_button:hover {
    color: #000 !important;
}

.top-block-content_button.img1 {
    background-size: 30px 30px !important;
}

.top-block-content_button.color1-color.img1 {
    background: url(../images/icons_svg-43-1.svg) no-repeat 100% 1px;
}

.top-block-content_button.color2-color.img1 {
    background: url(../images/icons_svg-43-2.svg) no-repeat 100% 1px;
}

.top-block-content_button.color3-color.img1 {
    background: url(../images/icons_svg-43-3.svg) no-repeat 100% 1px;
}

.top-block-content_button.color4-color.img1 {
    background: url(../images/icons_svg-43-4.svg) no-repeat 100% 1px;
}

.top-block-content_button.color5-color.img1 {
    background: url(../images/icons_svg-43-5.svg) no-repeat 100% 1px;
}

.top-block-content_button.color6-color.img1 {
    background: url(../images/icons_svg-43-6.svg) no-repeat 100% 1px;
}

.top-block-content_button.img1:hover {
    background-image: url(../images/icons_svg-42.svg);
}

.top-block-content_button.img2 {
    background-size: 34px 31px !important;
}

.top-block-content_button.color1-color.img2 {
    background: url(../images/icons_svg-21-1.svg) no-repeat 100% 1px;
}

.top-block-content_button.color2-color.img2 {
    background: url(../images/icons_svg-21-2.svg) no-repeat 100% 1px;
}

.top-block-content_button.color3-color.img2 {
    background: url(../images/icons_svg-21-3.svg) no-repeat 100% 1px;
}

.top-block-content_button.color4-color.img2 {
    background: url(../images/icons_svg-21-4.svg) no-repeat 100% 1px;
}

.top-block-content_button.color5-color.img2 {
    background: url(../images/icons_svg-21-5.svg) no-repeat 100% 1px;
}

.top-block-content_button.color6-color.img2 {
    background: url(../images/icons_svg-21-6.svg) no-repeat 100% 1px;
}

.top-block-content_button.img2:hover {
    background-image: url(../images/icons_svg-21-7.svg);
}

.top-block-content_button.img3 {
    background-size: 31px 31px !important;
    padding-top: 2px;
    padding-bottom: 3px;
}

.top-block-content_button.color1-color.img3 {
    background: url(../images/icons_svg-18-1.svg) no-repeat 100% 1px;
}

.top-block-content_button.color2-color.img3 {
    background: url(../images/icons_svg-18-2.svg) no-repeat 100% 1px;
}

.top-block-content_button.color3-color.img3 {
    background: url(../images/icons_svg-18-3.svg) no-repeat 100% 1px;
}

.top-block-content_button.color4-color.img3 {
    background: url(../images/icons_svg-18-4.svg) no-repeat 100% 1px;
}

.top-block-content_button.color5-color.img3 {
    background: url(../images/icons_svg-18-5.svg) no-repeat 100% 1px;
}

.top-block-content_button.color6-color.img3 {
    background: url(../images/icons_svg-18-6.svg) no-repeat 100% 1px;
}

.top-block-content_button.img3:hover {
    background-image: url(../images/icons_svg-18-7.svg);
}

.top-block-content_button.img4 {
    background: url(../images/top-block-money.svg) no-repeat right center;
    padding-top: 2px;
    padding-bottom: 2px;
}

.top-block-content_button.img4:hover {
    background-image: url(../images/top-block-money-hover.svg);
}

.card-info1-h1-container {
    position: relative;
    z-index: 2;
}

.card-info1-h1-div {}

.card-info1-h1-div h1,
.card-info3-h1-div h1,
.card-info4-h1-div h1 {
    margin: 0;
    font-size: 50px;
    /*width: 469px;*/
    width: 550px;
    line-height: 1;
}

.card-info1-h1-div h3,
.card-info3-h1-div h3,
.card-info4-h1-div h3 {
    font-size: 36px;
    margin: 30px 0 30px;
    width: 630px;
}

.card,
.card-info1,
.card-info2,
.card-info3,
.card-info4,
.card-info5 {
    margin-bottom: 60px;
    overflow: hidden;
}

.card-info5 h1 {
    width: 100%;
}

.card-container {
    background: #fdf1d0;
    padding: 50px;
    position: relative;
}

.card-container.main {
    background: none;
}

.card-container.h1 {
    margin-top: -106px;
    z-index: 1;
}

.card-info1 .card-container {
    width: 890px;
    left: -25px;
}

.card-info2 .card-container {
    background: none;
    width: 1154px;
}

.card-info2.small .card-container {
    width: 940px;
    overflow: hidden;
}

.card-info3 .card-container {
    padding: 0;
    width: 936px;
}

section.main {
    margin-top: -175px;
    position: relative;
}

.card-info3.main {
    overflow: visible;
}

.card-info3.main .card-info3-h1-container {
    background: url(../images/main-h1.png) repeat-y left;
}

.card-info3.main .card-info3-h1-div {
    padding-top: 44px;
}

.card-info3 .card-inner-elements {
    float: left;
    width: 624px;
}

.card-inner-elements.link {
    background: #FFF4D5;
}

.card-inner-elements.main,
.card-inner-events.main {
    background: #fdf1d0;
}

.card-inner-events.main.top {
    margin-top: -180px;
}

.card-info3 .card-inner-elements.all {
    width: 100%;
}

.card-info3 .card-inner-events {
    float: right;
    width: 312px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 45px 30px;
}

.card-info3 .card-inner-events h2 {
    margin: 0;
}

.card-events-h2 {
    font-size: 36px;
}

.card-events-item {
    margin-bottom: 35px;
}

.card-info4 .card-events-item {
    margin-bottom: 20px;
}

.card-events-item a {
    text-decoration: none;
    color: #000;
    display: block;
    position: relative;
}

.card-events-item a div,
.card-events-item a h3,
.card-events-item a p {
    position: relative;
}

.card-events-item a:before {
    content: " ";
    display: block;
    width: 160px;
    height: 160px;
    position: absolute;
    background: url(../images/card-info3-square.png) no-repeat;
    left: 20px;
    opacity: 0;
    transition: opacity 0.2s ease-out;
}

.card-events-item a:hover:before {
    opacity: 1;
}

.card-events-date div {
    font-size: 60px;
}

.card-events-date span {
    font-size: 28px;
}

.card-info4 .card-events-date {
    float: left;
    width: 85px;
    padding-left: 15px;
}

.card-info4 .card-events-item a {
    /*border:3px solid transparent;*/
    padding-top: 5px;
    padding: 3px;
    transition: background-color 0.2s ease-out;
}

.card-info4 .card-events-item a:before {
    display: none;
}

.card-info4 .card-events-item a:hover {
    /*background:none;
	border-color:#FFC000;*/
}

.card-info4 .card-inner-events {
    float: left;
    width: 600px;
    padding-right: 24px;
}

.card-info4 .card-inner-tags {
    float: right;
    width: 312px;
}

.card-info4 .card-inner-tags.line {
    float: none;
    width: auto;
    display: inline-block;
}

.card-info4 .card-inner-tags.line a {
    margin-bottom: 0;
}

.card-info4 .card-inner-tags-left {
    display: inline-block;
    width: 160px;
    line-height: 29px;
    font-weight: 600;
    color: #727272;
}

.card-info4 .card-inner-tags h2 {
    margin: 12px 0;
    font-size: 22px;
}

.card-info4 .card-inner-tags a {
    font-weight: 600;
    padding: 5px 5px 3px;
    border-bottom: 2px solid #FFF4D5;
    background: #FFF4D5;
    display: inline-block;
    text-decoration: none;
    color: #000;
    margin-bottom: 10px;
}

.card-info4 .card-inner-tags a:hover {
    border-color: #FFC000;
}

.card-events-item h3 {
    margin: 0;
    font-weight: 600;
    font-size: 18px;
    padding-bottom: 20px;
}

.card-info4 .card-events-item h3 {
    padding-bottom: 0;
    margin-top: 5px;
}

.card-events-item p {
    font-weight: 600;
    padding: 5px;
    background: #FFC000;
    display: inline-block;
    margin: 0 0 5px;
}

.card-info4 .card-events-item p {
    margin: 9px 0;
}

.card-events-more {
    margin: 35px 0;
}

.card-events-more a {
    text-decoration: none;
    color: #000;
    font-size: 28px;
    padding-right: 25px;
    background: url(../images/events-more.svg) no-repeat right center;
}

.card-events-more a:hover {
    color: #ffc000;
    background: url(../images/events-more-hover.svg) no-repeat right center;
}

.card-inner-elements .card-events-more {
    margin-left: 40px;
}

.card-events-more.him-farm {
    margin: -14px 0 0;
    padding: 35px 0 35px 40px;
    background: #fdf1d0;
}

.card-inner-elements .card-events-more a {
    margin-right: 73px;
}

.card-inner.h1 {
    margin-top: 58px;
}

.card-info1 .card-inner {
    width: 630px;
    margin-right: 105px;
    margin-left: auto;
}

.card-info2.small .card-inner {
    width: 630px;
}

.card-info2 .card-inner {
    width: 940px;
    margin: 0 auto;
}

.card-info1 .card-inner-image {
    position: absolute;
    left: -106px;
    bottom: 47px;
    top: auto;
    z-index: 1;
}

.card-info2 .card-inner-image {
    position: absolute;
    margin: 0;
    top: 0;
    left: 0;
    bottom: auto;
}

.card-info2 .card-inner-elements {
    position: relative;
    z-index: 2;
}

.card-inner-item {
    width: 50%;
    float: left;
}

.card-inner-item.link {
    width: 33.3%;
}

.card-info3 .card-inner-item {
    width: 312px;
}

.card-inner-item.big {
    width: 100%;
}

.card-inner-item a {
    transition: background-color 0.2s ease-out;
    color: #000;
    text-decoration: none;
    padding: 40px 35px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: block;
    height: 310px;
    margin: 1px;
    background: #fff;
}

.card-info2 .card-inner-item {
    width: 33.3%;
}

.card-info1 .card-inner-item,
.card-info2.small .card-inner-item {
    width: 50%;
}

.card-info1 .card-inner-item a,
.card-info2 .card-inner-item a {
    height: 185px;
    padding: 30px 15px 30px 30px;
}

.card-info3 .card-inner-item a {
    padding: 0 !important;
    height: 312px;
}

.card-info3 .card-inner-item.img {
    width: 624px;
}

.card-info3 .card-inner-item-container.text {
    padding: 50px 20px 30px 40px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.card-info3 .card-inner-item-container.left {
    float: left;
    width: 310px;
}

.card-info3 .card-inner-item-container.right {
    float: right;
    width: 311px;
}

.card-info3 .card-inner-item-container.img {
    height: 312px;
    overflow: hidden;
    position: relative;
}

.card-info3 .card-inner-item-container.img .arrow {
    width: 15px;
    height: 32px;
    position: absolute;
    z-index: 1;
    top: 46%;
}

.card-info3 .card-inner-item-container.img.right .arrow {
    background: url(../images/card-info3-arrow-right.svg) no-repeat center;
    left: 0;
}

.card-info3 .card-inner-item-container.img.left .arrow {
    background: url(../images/card-info3-arrow-left.svg) no-repeat center;
    right: 0;
}

.card-info3 .card-inner-item a:hover .card-inner-item-container.img.right .arrow {
    background: url(../images/card-info3-arrow-right-hover.svg) no-repeat center;
}

.card-info3 .card-inner-item a:hover .card-inner-item-container.img.left .arrow {
    background: url(../images/card-info3-arrow-left-hover.svg) no-repeat center;
}

.card-info3 .card-inner-item-container.text.big {
    width: 622px;
}

.card-inner-item a div.overflow-hidden {
    display: block;
    overflow: hidden;
    height: 230px;
}

.card-info3 .card-inner-item a div.overflow-hidden {
    height: 226px;
}

.card-info1 .card-inner-item a div.overflow-hidden,
.card-info2 .card-inner-item a div.overflow-hidden {
    height: 123px;
    display: table-cell;
    vertical-align: bottom;
}

.card-inner-item hr {
    border: 3px solid transparent;
    width: 90px;
    display: block;
    margin: 0;
    text-align: left;
}

.card-info1 .card-inner-item hr,
.card-info2 .card-inner-item hr {
    border: 1px solid transparent;
    width: 40px;
    margin: 0;
}

.card-inner-item a.color1-bg-hover:hover hr,
.card-inner-item a.color2-bg-hover:hover hr,
.card-inner-item a.color3-bg-hover:hover hr,
.card-inner-item a.color4-bg-hover:hover hr,
.card-inner-item a.color5-bg-hover:hover hr,
.card-inner-item a.color6-bg-hover:hover hr {
    border-color: transparent !important;
}

.card-inner-item a.color7-bg-hover:hover hr {
    border-color: #fff !important;
}

.card-inner-item a.color1-bg-hover:hover,
.card-inner-item a.color2-bg-hover:hover,
.card-inner-item a.color3-bg-hover:hover,
.card-inner-item a.color4-bg-hover:hover,
.card-inner-item a.color5-bg-hover:hover,
.card-inner-item a.color6-bg-hover:hover {
    background: url(../images/icons_svg-31.svg) no-repeat;
    background-size: 41px 21px;
}

.ul2.color7 li a{
    color:#FFC000;
}
#submenu .ul2.color7 a.selected{
    border-color: #FFC000 !important;
}
/*
.card-inner-item.color1-bg-hover a:hover{
	background-color:#78be1f;
}
.card-inner-item.color2-bg-hover a:hover {
	background-color:#993cb7;
}
.card-inner-item.color3-bg-hover a:hover {
	background-color:#fc6602;
}
.card-inner-item.color4-bg-hover a:hover {
	background-color:#039a66;
}
.card-inner-item.color5-bg-hover a:hover {
	background-color:#9d226c;
}
.card-inner-item.color6-bg-hover a:hover {
	background-color:#0093d0;
}
.card-inner-item.color7-bg-hover a:hover {
	background-color:#FFC000;
}*/

.card-inner-item a:hover {
    background-position: 35px 33px !important;
}

.card-info1 .card-inner-item a:hover,
.card-info2 .card-inner-item a:hover {
    background-position: 30px 21px !important;
}

.card-inner-item:hover a,
.card-inner-item:hover a p {
    color: #fff;
}

.card-info3 .card-inner-item:hover a,
.card-info3 .card-inner-item:hover a p {
    color: #000;
}

.card-inner-item.video {
    width: 623px;
    height: 352px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.card-inner-item.video.big {
    width: 940px;
    height: 530px;
}

.card-inner-item.video .video-absolute2 {
    position: absolute;
    height: 352px;
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
    transition: all 0.3s;
    z-index: 2;
}

.card-inner-item.video:hover .video-absolute2 {
    background: none;
}

.card-inner-item.video.big .video-absolute2 {
    height: 530px;
    width: 100%;
}

.card-inner-item.video .video-absolute1 {
    position: absolute;
    width: 156px;
    height: 160px;
    top: 0;
    left: 0;
    background: url(../images/icons03.svg) no-repeat center;
    z-index: 3;
}

.card-inner-item.video .video-absolute2 h3 {
    margin: 0;
    position: relative;
    top: 190px;
    left: 40px;
    color: #fff;
    width: 50%;
}

.card-inner-item.video.big .video-absolute2 h3 {
    width: 80%;
}

.card-inner-item.video.small {
    width: 462px;
    height: 270px;
    transition: all 0.3s;
    border: 4px solid transparent;
}

.card-inner-item.video.small:hover {
    border-color: #ffc000;
}

.card-inner-item.video.small.inline {
    float: none;
    display: inline-block;
    width: 460px;
    margin-bottom: 10px;
}

.card-inner-item.video.small a {
    padding: 0;
    height: 270px;
    margin: 0;
}

.card-inner-item.video.small .video-absolute1 {
    width: 100px;
    height: 100px;
    background-size: 100px 103px;
}

.card-inner-item.video.small .video-absolute2 {
    height: 270px;
}

.card-inner-item.video.small .video-absolute2 h3 {
    width: 85%;
    top: 140px;
}

.card-inner-item h3 {
    font-size: 28px;
    margin: 15px 0;
}

.card-inner-item.margin h3 {
    margin: 24px 0 15px;
}

.card-info1 .card-inner-item h3,
.card-info2 .card-inner-item h3 {
    font-weight: normal;
    font-size: 22px;
    margin: 0;
    max-height: 108px;
    overflow: hidden;
}

.card-info3 .card-inner-item h3 {
    margin-top: 35px;
}

.card-info1 .card-inner-item h3.more,
.card-info2 .card-inner-item h3.more {
    max-height: 78px;
}

.card-inner-item p {
    font-weight: 600;
    font-size: 18px;
    margin: 8px 0;
}

.card-info1 .card-inner-item p,
.card-info2 .card-inner-item p {
    font-size: 14px;
    margin: 10px 0 0;
    color: #727272;
}

.card-inner-image {
    position: absolute;
    left: -261px;
    z-index: 1;
    top: 17%;
}

.form-info1 {
    width: 1040px;
    margin: 0 auto 60px;
}

.form-info1.small {
    width: 940px;
    margin-bottom: 0;
}

.form-info1 .card-info1-h1-container {
    padding: 0 50px;
}

.form-info1 .card-container.h1 {
    padding-top: 110px;
}

.form-info1 .fonm-info1-container {
    padding-top: 110px;
}

.form-info1 input[type="text"],
.form-info1 input[type="password"],
.form-info1 input[type="email"],
.form-info1 textarea,
.form-info1 .sbSelector,
.form-info1 .sbOptions {
    background: transparent;
    border: 1px solid #000;
    padding: 21px 23px;
    font-size: 22px;
    font-weight: bold;
    outline: none;
    width: 626px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
}

.form-info1 .sbSelector {
    padding: 19px 23px;
}

.form-info1 .sbSelector,
.form-info1 .sbOptions a {
    text-decoration: none;
    color: #000;
}

.form-info1 .sbHolder {
    position: relative;
    outline: none;
    width: 626px;
    display: inline-block;
}

.form-info1 .sbOptions {
    position: absolute;
    top: 70px !important;
    left: 0;
    background: #fff;
    border: 3px solid #FFC000;
    padding: 21px 23px;
    outline: none;
    margin: 0;
    list-style: none;
    display: block;
    z-index: 2;
}

.form-info1 .sbOptions li {
    margin-bottom: 10px;
    font-size: 18px;
}

.form-info1 .sbOptions li:last-child {
    margin-bottom: 0;
}

.form-info1 .sbOptions a:hover {
    color: #FFC000;
}

.form-info1 .sbOptions .sbDisabled {
    color: #cccccc;
    margin-left: 0;
    cursor: default;
}

.form-info1 .sbToggle {
    background: url(../images/select-arrow.png) no-repeat center;
    width: 25px;
    height: 14px;
    position: absolute;
    right: 30px;
    top: 30px;
}

.form-info1 textarea {
    resize: vertical;
}

.form-info1 input[type="text"]:focus,
.form-info1 input[type="password"]:focus,
.form-info1 input[type="email"]:focus,
.form-info1 textarea:focus,
.form-info1 .sbSelector:hover,
.form-info1 .sbSelector.sbFocus,
.form-info1 .sbToggle.sbToggleOpen + .sbSelector {
    background: #fff;
    border-color: #FFC000;
}

.form-info1 label {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    display: block;
}

.form-info1 span {
    vertical-align: top;
    display: inline-block;
    width: 280px;
    margin-left: 10px;
    color: #727272;
}

.form-info1 .form-info1-div {
    margin-bottom: 25px;
    position: relative;
}

.form-info1 .form-info1-div .option-hover:hover {
    color: #727272;
}

.form-info1 input[type="radio"] + label {
    display: inline-block;
    margin: 0 0 3px 0;
    position: relative;
    left: -20px;
	cursor: pointer;
	padding-left: 30px;
    line-height: 20px;
}

.form__field-input--agreement { 
	position: relative; 
}
.form-info1 #user_agreement {
	visibility: hidden;
}
#user_agreement-error { margin: 0; position: absolute; bottom: -20px; }

.form-info1 input[type="checkbox"] ~ .form__field-label::before {
	content: "";
	width: 30px;
	height: 30px;
	display: inline-block;
	margin: 0;
	vertical-align: middle;
    padding-left: 5px;
    line-height: 35px;
	cursor: pointer;
}

.form-info1 input[type="checkbox"] ~ .form__field-label::before {
    background: url(../images/form-checkbox-normal.svg) no-repeat left center;
}

.form-info1 input[type="checkbox"]:hover ~ .form__field-label::before {
    background: url(../images/form-checkbox-hover.svg) no-repeat left center;
}

.form-info1 input[type="checkbox"]:active ~ .form__field-label::before {
    background: url(../images/form-checkbox-active.svg) no-repeat left center;
}

.form-info1 input[type="checkbox"]:checked ~ .form__field-label::before {
    background: url(../images/form-checkbox-selected.svg) no-repeat left center;
}

.form-info1 input[type="radio"] + label,
.main-carousel .owl-pagination .owl-page span {
    background: url(../images/form-radio-normal.svg) no-repeat left center;
}

.form-info1 input[type="radio"]:hover + label,
.main-carousel .owl-pagination .owl-page span:hover {
    background: url(../images/form-radio-hover.svg) no-repeat left center;
}

.form-info1 input[type="radio"]:active + label {
    background: url(../images/form-radio-active.svg) no-repeat left center;
}

.form-info1 input[type="radio"]:checked + label,
.main-carousel .owl-pagination .owl-page.active span {
    background: url(../images/form-radio-selected.svg) no-repeat left center;
}

.form-info1 .disabled button,
.form-info1 .disabled input,
.form-info1 .disabled textarea,
.form-info1 .disabled label {
    color: #727272;
    border-color: #727272;
}

.form-info1-submit {
    font-size: 22px;
    color: #fff;
    outline: none;
    width: 312px;
    text-align: center;
    display: block;
    padding: 26px 0;
    background: #AED879;
    border: 3px solid #78BE1F;
    margin-top: 40px;
    cursor: pointer;
}

.form-info1-submit:disabled {
    background: url(../images/button-transparent.png);
    cursor: default;
}

.form-info1-submit:hover {
    background-image: url(../images/icons_svg-04.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 49px 30px;
    text-indent: -999em;
}

.form-info1-submit:disabled:hover {
    background: #AED879 !important;
    text-indent: 0;
}

.form-validate input.error {
    border-color: red;
}

.form-validate label.error {
    font-size: 12px;
    color: red;
    position: absolute;
}

.form-validate .show-password,
.form-validate .show-password2 {
    width: 30px;
    height: 20px;
    position: absolute;
    left: 583px;
    bottom: 25px;
    cursor: pointer;
}

.form-validate .show-password.close,
.form-validate .show-password2.close {
    background: url(../images/password-close.svg) no-repeat 0 10px;
}

.form-validate .show-password.open,
.form-validate .show-password2.open {
    background: url(../images/password-open.svg) no-repeat center;
}

.button-hover,
.more-border-button {
    overflow: hidden;
    position: relative;
}

.button-hover:active,
.more-border-button:active {
    top: 2px;
}

.button-hover:disabled:active,
.more-border-button:disabled:active {
    top: 0;
}

.button-hover div,
.more-border-button span {
    display: inline-block;
    width: 100%;
    /*height: 100%;*/
    transition: all 0.3s;
}

.button-hover:hover,
.more-border-button:hover {
    text-indent: 0;
    background: none;
}

.button-hover:before {
    position: absolute;
    height: 100%;
    width: 100%;
    background-image: url(../images/icons_svg-04.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 49px 30px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    content: " ";
}

.more-border-button:before {
    background-image: url(../images/more-button-hover.svg);
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    height: 100%;
    width: 100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    content: " ";
}

.button-hover:hover div,
.more-border-button:hover span {
    -webkit-transform: translateX(200%);
    -moz-transform: translateX(200%);
    -ms-transform: translateX(200%);
    transform: translateX(200%);
}

.button-hover:disabled:hover div,
.more-border-button:disabled:hover span {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
}

.button-hover:before,
.more-border-button:before {
    left: -100%;
    top: 0;
}

.button-hover:hover:before,
.more-border-button:hover:before {
    left: 0;
}

.button-hover:disabled:hover:before,
.more-border-button:disabled:hover:before {
    left: -100%;
}

.card-container-2 a {
    font-size: 22px;
    text-decoration: none;
}

.card-container-2 span a {
    margin-top: 20px;
    display: block;
}

.card-container-2 span a:hover {
    color: #ffc000;
}

.links-color {
    margin-top: 40px;
}

.links-color a {
    font-size: 18px;
    text-decoration: none;
}

.links-color.margin-right a {
    margin-right: 50px;
    display: inline-block;
}

.links-color.margin-right a:hover {
    color: #000 !important;
}

.card-info5 {
    font-size: 18px;
    font-weight: 600;
}

.card-citation,
.card-citation-text-top,
.card-citation-text-bottom {
    position: relative;
}

.card-citation-text-bottom a,
.top-block-content_inner div a {
    text-decoration: none;
    color: #000;
}

.card-citation-text-bottom a:hover,
.top-block-content_inner div a:hover {
    color: #ffc000;
}

.card-citation {
    margin-top: 20px;
    background: url(../images/card-citation-bg-big.png) no-repeat left 70px top 20px;
}

.card-citation.img {
    margin-top: 40px;
    background: url(../images/card-citation-bg-small.png) no-repeat left 270px top 40px;
}

.card-citation-text-top,
.card-citation-text-bottom {
    z-index: 2;
}

.card-citation-img {
    position: absolute;
    z-index: 1;
    top: 90px;
    left: 0;
}

.card-citation-text {
    padding-top: 70px;
    padding-left: 120px;
}

.card-citation.img .card-citation-text {
    left: 290px;
    position: relative;
    z-index: 2;
    width: 630px;
    padding-top: 90px;
    padding-left: 0;
}

.card-citation-text-top {
    margin-bottom: 50px;
    min-height: 240px;
}

.card-citation-text-top h3 {
    font-size: 28px;
    margin: 0;
    display: block;
    position: relative;
}

.card-citation .card-citation-text-bottom {
    left: -50px;
    width: 440px;
}

.card-citation .card-citation-text-bottom b {
    font-size: 22px;
}

.card-citation.img .card-citation-text-bottom {
    left: 40px;
}

.card-citation .arrow-left,
.card-citation .arrow-right {
    display: block;
    width: 50px;
    height: 38px;
    position: absolute;
}

.card-citation .arrow-left {
    background: url(../images/icons01.svg) no-repeat;
    left: -119px;
    top: -69px;
}

.card-citation .arrow-right {
    background: url(../images/icons02.svg) no-repeat;
    right: 168px;
    bottom: -30px;
}

.card-citation.img .arrow-left {
    background: url(../images/icons01.svg) no-repeat;
    left: -90px;
    top: -68px;
}

.card-citation.img .arrow-right {
    background: url(../images/icons02.svg) no-repeat;
    right: 110px;
    bottom: -30px;
}

.card-appointment {
    position: relative;
    margin-bottom: 40px;
}

.card-appointment .card-appointment-img {
    position: absolute;
    z-index: 1;
    top: 25px;
    left: 0;
}

.card-appointment .card-appointment-text {
    background: url(../images/card-citation-bg-biggest.png) no-repeat left top;
    padding: 60px 50px 0 80px;
    margin-left: 155px;
    min-height: 272px;
}

.card-appointment .card-appointment-text {
    margin-bottom: 60px;
}

.card-appointment .card-appointment-text-left {
    float: left;
    width: 50%;
}

.card-appointment .card-appointment-text-right {
    float: left;
    width: 46%;
    margin-left: 20px;
}

.card-appointment .card-appointment-text-right a {
    text-decoration: none;
    color: #000;
}

.card-appointment .card-appointment-text-right a:hover {
    color: #ffc000;
}

.card-appointment .card-appointment-text h3 {
    font-size: 22px;
    margin: 0;
}

.card-appointment .card-appointment-text-top {
    margin-bottom: 60px;
}

.card-ol ol,
.card-ul ul {
    margin: 0 0 15px 0;
    padding: 0;
}

.card-ol li,
.card-ul li {
    list-style: none;
}

.card-ol li:before {
    display: inline-block;
    vertical-align: top;
    margin-top: 15px;
    font-style: italic;
    font-size: 22px;
    width: 140px;
}

.card-ol li p {
    width: 790px;
    display: inline-block;
    vertical-align: top;
}

.card-ol li:nth-child(1):before {
    content: '01';
}

.card-ol li:nth-child(2):before {
    content: '02';
}

.card-ol li:nth-child(3):before {
    content: '03';
}

.card-ol li:nth-child(4):before {
    content: '04';
}

.card-ol li:nth-child(5):before {
    content: '05';
}

.card-ol li:nth-child(6):before {
    content: '06';
}

.card-ol li:nth-child(7):before {
    content: '07';
}

.card-ol li:nth-child(8):before {
    content: '08';
}

.card-ol li:nth-child(9):before {
    content: '09';
}

.card-ol li:nth-child(10):before {
    content: '10';
}

.card-ol li:nth-child(11):before {
    content: '11';
}

.card-ol li:nth-child(12):before {
    content: '12';
}

.card-ol li:nth-child(13):before {
    content: '13';
}

.card-ol li:nth-child(14):before {
    content: '14';
}

.card-ol li:nth-child(15):before {
    content: '15';
}

.card-ol li:nth-child(16):before {
    content: '16';
}

.card-ol li:nth-child(17):before {
    content: '17';
}

.card-ol li:nth-child(18):before {
    content: '18';
}

.card-ol li:nth-child(19):before {
    content: '19';
}

.card-ul li:before {
    content: '';
    width: 31px;
    height: 23px;
    display: inline-block;
    vertical-align: top;
    margin-top: 15px;
    margin-right: 20px;
}

.card-ul.img1 li:before {
    background: url(../images/ul-li-ok-1.svg) no-repeat;
}

.card-ul.img2 li:before {
    background: url(../images/ul-li-ok-2.svg) no-repeat;
}

.card-ul.img3 li:before {
    background: url(../images/ul-li-ok-3.svg) no-repeat;
}

.card-ul.img4 li:before {
    background: url(../images/ul-li-ok-4.svg) no-repeat;
}

.card-ul.img5 li:before {
    background: url(../images/ul-li-ok-5.svg) no-repeat;
}

.card-ul.img6 li:before {
    background: url(../images/ul-li-ok-6.svg) no-repeat;
}

.card-ul li p {
    width: 700px;
    display: inline-block;
    vertical-align: top;
}

.card-ul ul.small {
    float: left;
}

.card-ul ul.small li p {
    width: 480px;
}

.card-ul.big ul+p {
    margin-top: 0;
}

.card-ul.big>p {
    margin: 20px 0 20px 50px;
}

.card-ul.big li p {
    font-size: 28px;
    margin: 15px 0;
}

.card-ol li:last-child p,
.card-ul li:last-child p {
    margin-bottom: 0;
}

.card-table table {
    border-collapse: collapse;
    width: 100%;
}

.card-table th {
    color: #ababab;
    text-align: left;
    font-weight: normal;
}

.card-table tr td:first-child {
    font-weight: 600;
}

.card-table tr td:last-child {
    font-size: 22px;
}

.card-table th,
.card-table td {
    padding: 23px 15px 3px 0;
    border-bottom: 1px solid #d7d7d7;
    width: 50%;
}

.card-text-img {
    margin: 40px 0;
}

.card-text-img-container {
    float: right;
    width: 370px;
    height: 310px;
    margin: 0 0 30px 40px;
}

.card-text-img-container.small {
    width: 382px;
    height: 255px;
    margin-top: 20px;
    margin-left: 20px;
}

.card-text-img-container img {
    position: absolute;
}

.card-text-img p {
    margin-left: 60px;
    width: 720px;
}

.card-text-img .margin-top-bot {
    margin: 40px 0;
    display: block;
}

.card-text-img .card-inner-item.video.small {
    float: right;
    margin: 0 0 30px 40px;
}

.animate-number .animate-number1,
.animate-number .animate-number2,
.animate-number .animate-number3 {
    display: inline-block;
    width: 33%;
    vertical-align: top;
    padding: 40px 0 0 40px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    position: relative;
}

.animate-number span {
    font-family: Segoe UI;
    font-weight: 700;
    font-style: italic;
    font-size: 130px;
    position: absolute;
    z-index: 1;
    top: -45px;
    left: 0;
}

.animate-number p {
    font-size: 28px;
    margin-bottom: 10px;
    margin-top: 0;
}

.animate-number p,
.animate-number div {
    position: relative;
    z-index: 2;
}

.more-border-button {
    font-size: 22px;
    width: 306px;
    text-align: center;
    display: block;
    padding: 24px 0;
    border: 3px solid transparent;
    text-decoration: none;
}

.more-border-button:hover {
    /*background-image:url(../images/more-button-hover.svg);
	background-position:center;
	background-repeat:no-repeat;
	text-indent:-999em;*/
}

.achievement-left {
    display: inline-block;
    width: 470px;
    vertical-align: bottom;
    position: relative;
}

.achievement-bg {
    background: url(../images/card-citation-bg-smallest.png) no-repeat;
    width: 195px;
    height: 212px;
    position: absolute;
    z-index: -1;
    left: -40px;
    top: -105px;
}

.achievement-right {
    display: inline-block;
    vertical-align: bottom;
    margin-left: 150px;
}

.achievement-container-2 {
    position: relative;
    margin-bottom: 70px;
}

.achievement-left-2 {
    position: absolute;
    left: -150px;
}

.achievement-right-2 {
    width: 430px;
    padding: 120px 40px 50px;
    background: url(../images/card-citation-bg-medium.png) no-repeat top 70px left 0;
    position: relative;
    right: -40px;
    margin-left: auto;
}

.achievement-right-2 div {
    min-height: 168px;
}

.achievement-right-2 .more-border-button {
    margin-left: auto;
    margin-top: 45px;
}

.units-container {
    position: relative;
    min-height: 312px;
    margin-bottom: 40px;
}

.units-left {
    position: absolute;
    left: -285px;
}

.units-right {
    padding-top: 1px;
    margin-left: 305px;
    position: relative;
}

.units-right h3 {
    font-size: 28px;
}

.units-right .units-photo {
    font-size: 22px;
    display: block;
    margin: 20px 0 0 50px;
    text-decoration: none;
}

.link-download {
    margin-bottom: 20px;
}

.link-download.margin-bottom {
    margin-bottom: 50px;
}

.link-download a {
    text-decoration: none;
    font-size: 22px;
    color: #000;
    background: #FFF7E0;
    padding: 12px 12px 12px 80px;
    border: 3px solid transparent;
    display: block;
    transition: 0.2s ease-out;
}

.link-download a:hover {
    border-color: #FFC000;
}

.link-download a:active {
    background: #FFC000;
    border-color: #FFC000;
}

.link-download.big small {
    font-size: 18px;
    margin: 0;
    padding: 4px 0 40px;
    display: block;
}

.link-download.big a {
    padding: 12px 12px 20px 35px;
    min-height: 142px;
}

.link-download.big span {
    top: 0;
    margin-top: -15px;
    margin-left: -38px;
    left: 0;
    margin-right: 30px;
}

.card-ul.big+.link-download {
    margin-left: 50px;
}

.link-download {
    position: relative;
}

.link-download span {
    background: #FFC000 url(../images/icons_svg-30.svg) no-repeat center;
    background-size: 31px 31px;
    display: block;
    height: 60px;
    width: 60px;
    position: absolute;
    top: 0;
    left: 0;
    margin-right: 30px;
}

.link-download small {
    color: #727272;
    font-size: 14px;
    font-family: 'Open Sans';
    font-weight: 600;
    margin-left: 5px;
}

.address-map {
    margin-bottom: 40px;
    font-size: 28px;
}

.address-map span {
    background: url(../images/icons_svg-35.svg) no-repeat center;
    display: inline-block;
    vertical-align: middle;
    height: 66px;
    width: 49px;
    margin-right: 25px;
}

.address-map div {
    display: inline-block;
    vertical-align: middle;
    width: 850px;
}

.card-about-img {
    width: 312px;
    display: inline-block;
    margin-right: 45px;
    vertical-align: top;
}

.card-about-text {
    width: 570px;
    display: inline-block;
    vertical-align: top;
}

.card-about-text h3 {
    font-size: 36px;
    margin: 0 0 20px;
}

.card-about-text h3+b {
    font-size: 22px;
    display: block;
}

.card-about-scroll,
.card-about-scroll2 {
    height: 450px;
    overflow-y: scroll;
    margin-top: 15px;
}

.card-about-scroll p:first-child,
.card-about-scroll2 p:first-child {
    margin-top: 0;
}

.card-slidedown {
    margin-bottom: 20px;
}

.card-slidedown-img {
    position: relative;
    cursor: pointer;
}

.card-slidedown-img>img {
    position: absolute;
    top: 0;
    left: 0;
}

.card-slidedown-title-container {
    padding: 15px;
    border: 5px solid transparent;
    height: 146px;
    position: relative;
    transition: 0.2s ease-out;
}

.card-slidedown-title {
    height: 144px;
    border: 1px solid #fff;
    color: #fff;
    transition: 0.2s ease-out;
}

.card-slidedown-img:hover .card-slidedown-title-container {
    border-color: #FFC000;
}

.card-slidedown-img:hover .card-slidedown-title {
    border-color: transparent;
    background: rgba(255, 255, 255, 0.3);
}

.card-slidedown-title p {
    margin: -8px 40px 0;
    display: inline-block;
    width: 636px;
    margin-left: 40px;
    vertical-align: middle;
    font-size: 36px;
}

.card-slidedown-button-open {
    display: inline-block;
    width: 125px;
    vertical-align: middle;
    line-height: 144px !important;
    text-align: right;
    padding-right: 35px;
    font-size: 22px;
}

.card-slidedown-text {
    display: none;
}

.card-slidedown-text p {
    margin-left: 60px;
}

.text-doc-left {
    display: inline-block;
    width: 540px;
    vertical-align: top;
    margin-right: 82px;
}

.text-doc-right {
    display: inline-block;
    width: 312px;
    vertical-align: top;
}

.link-download-sort {
    font-size: 22px;
    margin: 30px 0;
}

.link-download-sort-title {
    display: inline-block;
    margin-right: 20px;
}

.link-download-sort ul {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.link-download-sort li {
    list-style: none;
    display: inline-block;
    margin-right: 20px;
}

.link-download-sort a {
    color: #000;
    padding: 8px 0;
    display: block;
    text-decoration: none;
}

.link-download-sort a.selected {
    border: 3px solid transparent;
    padding: 5px;
}

.table-book {
    width: 100%;
    margin: 30px 0;
}

.table-book img {
    max-width: 215px;
    max-height: 320px;
}

.table-book.person img {
    max-width: 200px;
    max-height: 300px;
}

.table-book h3 {
    margin-top: 0;
}

.table-book td {
    font-size: 18px;
    padding: 20px 0;
}

.table-book th,
.table-book td {
    vertical-align: top;
}

.table-book td b {
    font-size: 22px;
}

.table-book tr td:first-child {
    width: 215px;
}

.table-book tr th:last-child,
.table-book tr td:last-child {
    text-align: left;
    padding-left: 20px;
}

.animate-number-place p,
.animate-number-place2 p {
    font-size: 20px;
}

.animate-number-place.border {
    position: relative;
}

.animate-number-place .animate-border {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid transparent;
    position: absolute;
    width: 1080px;
    height: 180px;
    bottom: 0;
    z-index: 1;
}

.animate-number-place .animate-border2 {
    position: absolute;
    height: 50px;
    width: 990px;
    top: 114px;
    left: 57px;
    z-index: 2;
    background: #fff;
}

.animate-number-place2.border {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid transparent;
}

.animate-number-place [class*='animate-number'],
.animate-number-place2 [class*='animate-number'] {
    display: inline-block;
    width: 30%;
    height: 325px;
    vertical-align: top;
    position: relative;
    z-index: 3;
}

.animate-number-place .plus,
.animate-number-place [class*='animate-bg'],
.animate-number-place2 [class*='animate-bg'] {
    position: absolute;
    display: none;
}

.animate-number-place .plus {
    font-size: 34px;
    top: 41%;
    right: 10px;
    font-weight: bolder;
}

.animate-number-place .bg-text,
.animate-number-place2 .bg-text {
    width: 149px;
    height: 169px;
    border-radius: 50%;
    position: relative;
    text-align: center;
    padding: 0 10px;
    display: table;
    margin: 70px auto 0;
}

.animate-number-place .text,
.animate-number-place2 .text {
    display: table-cell;
    vertical-align: middle;
    color: #fff;
}

.animate-number-place.border .text,
.animate-number-place2.border .text {
    margin-top: 45px;
    display: block;
}

.animate-number-place .text.left,
.animate-number-place2 .text.left {
    text-align: left;
}

.animate-number-place .animate,
.animate-number-place2 .animate {
    display: block;
    font-size: 42px;
}

.animate-number-place p,
.animate-number-place2 p {
    margin: 0;
}

.animate-number-place .animate.big,
.animate-number-place2 .animate.big {
    font-size: 74px;
}

.animate-number-place2.border .bg-text {
    margin-top: 0;
}

.animate-number-place2.border .animate-number4 {
    width: 30%;
}

.animate-number-place2.border .animate-number4 .bg-text {
    width: 235px;
    margin-right: 0;
}

.animate-number-place2.border .animate-number5 {
    width: 69%;
}

.animate-number-place2.border .animate-number5 .bg-text {
    width: 575px;
}

.animate-number-place .animate-bg1 {
    background: url(../images/Students_icon.svg) no-repeat center;
    width: 99px;
    height: 285px;
    top: 30px;
    left: 5px;
}

.animate-number-place .animate-bg2 {
    background: url(../images/Disciplina_icon.svg) no-repeat center;
    width: 313px;
    height: 240px;
    top: 0;
    left: 47px;
}

.animate-number-place .animate-bg3 {
    background: url(../images/Kafedr_icon.svg) no-repeat center;
    width: 341px;
    height: 149px;
    top: 90px;
    left: 41px;
}

.animate-number-place2 .animate-bg4 {
    background: url(../images/Professors_icon.svg) no-repeat center;
    width: 165px;
    height: 218px;
    top: 45px;
    right: 0;
}

.animate-number-place2 .animate-bg5 {
    background: url(../images/Vipusknikov_icon.svg) no-repeat center;
    width: 132px;
    height: 207px;
    top: 20px;
    right: 15px;
}

.animate-number-place2 .animate-bg6 {
    background: url(../images/Korpusa_icon.svg) no-repeat center;
    width: 265px;
    height: 195px;
    top: 80px;
    right: 0;
}

.animate-number-place .animate-bg7 {
    background: url(../images/600_Student_icon.svg) no-repeat center;
    width: 179px;
    height: 154px;
    top: 90px;
    right: 15px;
}

.animate-number-place .animate-bg8 {
    background: url(../images/4_year_icon.svg) no-repeat center;
    width: 157px;
    height: 203px;
    top: 55px;
    right: 20px;
}

.animate-number-place .animate-bg9 {
    background: url(../images/2_year_icon.svg) no-repeat center;
    width: 105px;
    height: 153px;
    top: 95px;
    right: 0px;
}

.animate-number-place2 .animate-bg10 {
    background: url(../images/All_Russia_icon.svg) no-repeat center;
    width: 254px;
    height: 165px;
    top: 100px;
    right: -20px;
}

.animate-number-place2 .animate-bg11 {
    background: url(../images/Trudoustroystvo_icon.svg) no-repeat center;
    width: 439px;
    height: 80px;
    top: 175px;
    left: 85px;
}

.animate-number-place .div-left,
.animate-number-place2 .div-left {
    margin-left: 112px;
    display: inline-block;
    color: #59595c;
}

.animate-number-place .color-black,
.animate-number-place2 .color-black {
    color: #59595c;
}

.animate-number-place .div-left span,
.animate-number-place2 .div-left span {
    font-weight: bolder;
    font-size: 25px;
}

.img-404 {
    display: block;
    background: url(../images/404-bg.png) no-repeat 50% 60%;
    margin: 60px auto 0;
}

.text-404 {
    font-size: 30px;
    text-align: center;
}

.tabs-video {
    padding: 0;
    margin: 0 0 40px;
}

.tabs-video li {
    display: inline-block;
    vertical-align: top;
    width: 138px;
    height: 100px;
    padding: 165px 20px 20px;
    margin: 3px;
    cursor: pointer;
}

.tabs-video li.current {
    border: 3px solid #78be1f;
    margin: 0;
}

.tabs-video span {
    font-size: 18px;
    display: block;
}

.tabs-video div {
    font-size: 14px;
    font-weight: 600;
    padding-top: 5px;
    color: #727272;
    display: block;
}

.box-video {
    display: none;
}

.box-video.visible {
    display: block;
}

.box-video img {}

.photo-gallery {
    position: relative;
}

.photo-gallery-item {
    position: absolute;
}

.photo-gallery-item,
.photo-gallery-item img {
    width: 312px;
    height: 208px;
}

.photo-gallery-item.big,
.photo-gallery-item.big img {
    width: 624px;
    height: 416px;
}

.history-slider {
    width: 75px;
    margin: 0 auto;
    height: 75px;
}

.slider-history {
    /*width: 90%;*/
    margin: 0 auto;
    overflow: hidden;
    padding-top: 20px;
}

.history-slider .flex-viewport {
    overflow: visible !important;
}

.history-slider p {
    position: absolute;
    margin: 0;
    color: #727272;
    font-weight: 600;
    margin-top: 40px;
    margin-left: -26px;
    font-size: 14px;
    display: none;
}

.history-slider li {
    text-align: center;
    font-size: 22px;
    border: 3px solid transparent;
    margin-right: 60px !important;
    display: none;
    padding: 1px 0 !important;
}

.history-slider li:hover {
    color: #000;
    cursor: pointer;
}

.history-slider li.flex-active-slide {
    border-color: #78be1f;
}

.history-carousel {
    position: relative;
}

.history-carousel .flex-direction-nav {
    position: absolute;
    left: 50%;
    top: -76px;
    width: 150px;
    margin-left: -75px;
    height: 36px;
}

.history-carousel .flex-nav-prev {
    float: left;
}

.history-carousel .flex-nav-next {
    float: right;
}

.history-carousel .flex-prev,
.history-carousel .flex-next {
    display: inline-block;
    text-indent: -999em;
    height: 36px;
    width: 20px;
    outline: none;
}

.history-carousel .flex-prev {
    background: url(../images/history-slider-left-normal.svg) no-repeat center;
}

.history-carousel .flex-prev:hover {
    background: url(../images/history-slider-left-hover.svg) no-repeat center;
}

.history-carousel .flex-next {
    background: url(../images/history-slider-right-normal.svg) no-repeat center;
}

.history-carousel .flex-next:hover {
    background: url(../images/history-slider-right-hover.svg) no-repeat center;
}

.history-carousel .flex-prev.flex-disabled {
    background: url(../images/history-slider-left-disable.svg) no-repeat center;
}

.history-carousel .flex-next.flex-disabled {
    background: url(../images/history-slider-right-disable.svg) no-repeat center;
}

.history-carousel-2 {
    padding: 0 60px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    min-width: 1050px;
    display: none;
}

.history-carousel-2 li {
    list-style: none;
}

.history-carousel-2 a {
    text-decoration: none;
    color: #000;
    padding: 10px;
    display: block;
    margin: 3px;
    width: 292px;
    height: 355px;
}

.history-carousel-2 a:hover {
    border: 3px solid transparent;
    margin: 0;
}

.history-carousel-2 img {
    max-width: 292px;
}

.history-carousel-2 h3 {
    font-size: 28px;
    margin: 0 0 5px;
}

.history-carousel-2 .history-carousel-item div {
    font-size: 22px;
}

.history-carousel-2 p {
    color: #727272;
    font-weight: 600;
    margin-top: 5px;
    font-size: 14px;
}

.inner-carousel-1 .owl-buttons div,
.history-carousel-2 .owl-buttons div,
.viewport-container .arrows {
    width: 54px;
    height: 84px;
    border: 3px solid #FFF4D5;
    text-indent: -999em;
    position: absolute;
    top: 50%;
    margin-top: -45px;
}

.inner-carousel-1 .owl-buttons .owl-prev,
.history-carousel-2 .owl-buttons .owl-prev,
.viewport-container .arrows#prev_slide {
    background: #FFF4D5 url(../images/history-slider-left-hover.svg) no-repeat center;
    left: 0;
}

.inner-carousel-1 .owl-buttons .owl-next,
.history-carousel-2 .owl-buttons .owl-next,
.viewport-container .arrows#next_slide {
    background: #FFF4D5 url(../images/history-slider-right-hover.svg) no-repeat center;
    right: 0;
}

.inner-carousel-1 .owl-buttons .owl-prev:hover,
.inner-carousel-1 .owl-buttons .owl-next:hover,
.history-carousel-2 .owl-buttons .owl-prev:hover,
.history-carousel-2 .owl-buttons .owl-next:hover,
.viewport-container .arrows#prev_slide:hover,
.viewport-container .arrows#next_slide:hover {
    border-color: #FFC000;
}

.inner-carousel-1 .owl-buttons .owl-prev:active,
.inner-carousel-1 .owl-buttons .owl-next:active,
.history-carousel-2 .owl-buttons .owl-prev:active,
.history-carousel-2 .owl-buttons .owl-next:active,
.viewport-container .arrows#prev_slide:active,
.viewport-container .arrows#next_slide:active {
    border-color: #FFC000;
    background-color: #FFC000;
}

.history-carousel .card-slidedown-text {
    margin: 40px 0;
}

.history-carousel .card-slidedown-text p {
    margin: 0;
}

.history-carousel .card-slidedown-button-close {
    margin-top: 15px;
}

.history-carousel.top .slides {
    display: flex;
}

.history-carousel.top .flex-direction-nav {
    // top: auto;
    // bottom: -115px;
}

.history-slider.bottom {
    margin-top: 80px;
}

.inner-carousel-1 {
    padding: 0;
    width: 938px !important;
}

.inner-carousel-1 li {
    list-style: none;
}

.viewport-container {
    width: 100%;
    overflow: hidden;
}

.viewport-container .viewport {
    width: 650px;
    /*height: 840px;*/
    margin: 160px auto 0;
    padding-bottom: 50px;
    position: relative;
}

.viewport-container .slidewrapper {
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    padding: 0;
}

.viewport-container .slide {
    width: 645px;
    display: inline-block;
    vertical-align: middle;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}

.viewport-container .slide .text {
    position: absolute;
    bottom: -30px;
    width: 270px;
    left: 15%;
    background-color: rgba(255,255,255,0.7);
    padding: 10px;
}

.viewport-container .slide .text h3 {
    font-weight: bold;
    font-size: 18px;
    margin: 0 0 5px;
}

.viewport-container .slide .text p {
    font-weight: 600;
    font-size: 14px;
    margin: 0;
}

.viewport-container .dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ccc;
    display: none;
}

.viewport-container .dot.active {
    background: #999;
}

.viewport-container .scroll-bar {
    position: fixed;
    height: 10px;
    background: #FFF4D5;
    margin-bottom: 15px;
    width: 100%;
    bottom: 20px;
}

.viewport-container .scroll-bar .ui-slider-handle {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    z-index: 2;
    background: url(../images/viewport-button-normal.svg) no-repeat;
    margin-left: -20px;
    margin-top: -15px;
    cursor: -webkit-grab;
    outline: none;
}

.viewport-container .scroll-bar .ui-slider-handle:hover {
    background: url(../images/viewport-button-hover.svg) no-repeat;
}

.viewport-container .arrows#prev_slide {
    left: 50%;
    margin-left: -470px;
    position: fixed;
}

.viewport-container .arrows#next_slide {
    right: 50%;
    margin-right: -470px;
    position: fixed;
}

.invisible {
    opacity: 1;
}

.nicescroll-rails div:hover {
    cursor: pointer;
    cursor: -webkit-grab;
    background-color: #E4AD24 !important;
}

.viewport-height {
    height: 100%;
    min-height: 1040px;
}


/*Контент (Конец)*/

#space-for-footer {
    height: 488px;
}

footer {
    background: #000;
    position: absolute;
    bottom: 0;
    z-index: 10;
    height: 418px;
    color: #fff;
    width: 100%;
}

#bottommenu {
    background: #FFF4D5 url(../images/mainmenu-pattern.png) repeat-x top;
    height: 80px;
}

#bottommenu nav {
    padding: 28px 0;
}

#bottommenu nav a {
    font-weight: 600;
    font-size: 18px;
    color: #000;
    text-decoration: none;
    border-bottom: 5px solid transparent;
}

#bottommenu nav a:hover {
    border-color: #FABC00;
}

#bottommenu nav span {
    background: url(../images/bottommenu-ellipse.png) no-repeat right center;
    padding-right: 25px;
    margin-right: 20px;
}

.footer-left,
.footer-middle {
    width: 315px;
    padding-top: 50px;
}

.footer-right {
    width: 310px;
    padding-top: 50px;
}

#footer p {
    margin-top: 0;
    font-size: 20px;
    font-weight: 500;
}

#footer nav a {
    line-height: 32px;
    font-family: Segoe UI;
}

#footer nav a {
    color: #ababab;
    font-size: 16px;
    text-decoration: none;
    display: block;
}

.footer-middle div,
.footer-middle a {
    color: #ababab;
    font-size: 14px;
    text-decoration: none;
    display: block;
}

#footer nav a:hover,
.footer-middle a:hover {
    color: #ffc000;
}

.footer-middle p,
.footer-middle div a {
    padding-left: 50px;
}

.footer-middle div {
    margin-bottom: 28px;
}

.footer-middle-address a {
    background: url(../images/icons_svg-38.svg) no-repeat left center;
    background-size: 23px 31px;
}

.footer-middle-phone a {
    padding: 5px 0 5px 50px;
    background: url(../images/icons_svg-36.svg) no-repeat left center;
    background-size: 22px 28px;
}

.footer-middle-mail a {
    background: url(../images/icons_svg-37.svg) no-repeat left center;
    background-size: 27px 16px;
}

.footer-right-social {
    margin-top: 50px;
}

.footer-right-social a {
    display: block;
    width: 47px;
    height: 50px;
    float: left;
    margin-right: 17px;
}

.footer-right-social a {
    background-size: 38px 38px;
}

.footer-right-social a:nth-child(1) {
    background: url(../images/vk-01.svg) no-repeat center;
}

.footer-right-social a:nth-child(1):hover {
    background: url(../images/vk2-01.svg) no-repeat center;
}

.footer-right-social a:nth-child(2) {
    background: url(../images/social-03.svg) no-repeat center;
}

.footer-right-social a:nth-child(2):hover {
    background: url(../images/social-06.svg) no-repeat center;
}

.footer-right-social a:nth-child(3) {
    background: url(../images/social-02.svg) no-repeat center;
}

.footer-right-social a:nth-child(3):hover {
    background: url(../images/social-05.svg) no-repeat center;
}

.footer-right-social a:nth-child(4) {
    background: url(../images/social-01.svg) no-repeat center;
    margin-right: 0;
}

.footer-right-social a:nth-child(4):hover {
    background: url(../images/social-04.svg) no-repeat center;
}

.bottom-logo {
    margin-top: 55px;
    color: #ababab;
    font-size: 14px;
}

.bottom-logo span,
.bottom-logo a {
    display: inline-block;
    vertical-align: middle;
}

.bottom-logo a {
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    margin-top: 4px;
}

.bottom-logo .img {
    width: 30px;
    height: 40px;
    background: url(../images/logo-bottom.svg) no-repeat center;
}

.bottom-logo a:hover {
    color: #ffc000;
}

.bottom-logo a:hover .img {
    background: url(../images/logo-bottom-hover.svg) no-repeat center;
}

@media (min-width:1850px) {
    .history-carousel-2 {
        width: 1715px !important;
        margin: 0 auto;
    }
}

@media (min-width:1500px) and (max-width:1850px) {
    .history-carousel-2 {
        width: 1402px !important;
        margin: 0 auto;
    }
}

@media (max-width:1500px) {
    .history-carousel-2 {
        width: 1072px !important;
        margin: 0 auto;
    }
}


/*#container {
    width: 940px;
    padding: 0 10px;
    margin: 0 auto;
	overflow:hidden;
}*/

@media screen and (max-device-width: 480px) {
    /*--- iPhone only CSS here ---*/
    .animate-number span {
        font-family: 'Open Sans', sans-serif;
        line-height: 1.25;
        top: -20px;
        width: 100px;
        display: block;
    }
    .card-info3.main .card-info3-h1-container {
        background: url(../images/main-h1.png) repeat-y -40px 0;
    }
}

#submenu ul.ul1 li:first-child a {
    background: none;
    font-size: 14px;
    color: black;
    margin: 0px;
    text-transform: none;
}

#submenu ul.ul1 {
    display: inline-block !important;
    vertical-align: top;
    margin: 12px 0 20px 0px;
    width: 800px;
    padding: 0;
}

#submenu ul.bx_catalog_text_ul li {
    float: left;
    list-style: none;
    margin-right: 6px;
}

#submenu ul.ul1 a {
    color: black;
    font-size: 14px !important;
    display: inline-block !important;
}

#submenu ul.ul1 a {
    color: black;
    font-size: 14px !important;
    display: inline-block !important;
    padding: 0px !important;
}

#submenu ul.bx_catalog_text_ul li:first-child a {
    background: none !important;
    font-size: 18px;
    padding: 0 0px 0 0 !important;
    margin: 8px 0 0 !important;
    text-transform: none !important;
}


}
#submenu .ul2 li {
    margin: 0 5px 5px !important;
}
.head2-home {
    height: 40px;
    /*padding-bottom: 32px !important;*/
    
    padding-top: 41px !important;
    margin-top: 11px !important;
    margin-right: 30px !important;
}
.viewport-container .viewport {
    width: 650px;
    height: 840px;
    margin: 195px auto 0 !important;
    padding-bottom: 50px;
    position: relative;
}
/*li.breadcrumb {
    margin-right: 5px !important;
}*/
#submenu.fixed {
    margin: 23px auto 50px -470px !important;
    position: fixed !important;
    left: 50% !important;
    z-index: 1 !important;
}
.breadcrumb span {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}
div[id^="wait_comp_"] {
    width: 30px;
    height: 30px;
    /*background: url(/local/templates/anywork/ajax/images/wait.gif) 10px 50% no-repeat scroll !important; */
    
    background-color: transparent !important;
    border: none !important;
    padding: 0;
    position: absolute;
    z-index: -10000 !important;
    font-size: 0 !important;
    line-height: 0 !important;
    display: none !important;
}
.hideblock {
    display: none;
}
#head2 .ul2 a,
#submenu a,
.ul2 a {
    /*    border: 3px solid transparent;
    padding-top: 5px !important;
    padding-bottom: 5px !important;

*/
}
#head2 .ul2 a.selected,
#submenu a.selected,
.ul2 a.selected {
    /*margin-top: 3px;*/
    /*margin-bottom: -3px;*/
}
#mainmenu .mainmenu-lvl1:nth-child(5) .mainmenu-ul2 {
    float: none;
}



/*hotfix menu on 3-items*/

.mainmenu-div-container .margin-fix:nth-child(3){
	margin-bottom: 0;

}

.mainmenu-div-container .margin-fix:nth-child(4){
	margin-top: 0;

}

.mainmenu-div-container .margin-fix{
    margin-bottom: 0;
    margin-top: 0;
}
#mainmenu #fix_fix.mainmenu-ul2, .mainmenu-div-container .margin-fix:nth-child(1) {
    margin-top: 1em;
}

#head2 .ul2.color2 a.selected, #submenu.color2 a.selected, .ul2.color2 a.selected:{

}

.cookie-notice {font-size: 13px; color: #404040;line-height: 16px; padding: 15px 20px; position: fixed;  bottom: 0;left: 0; right: 0;background: #e6e6e6; z-index: 1000;}
.cookie-notice__block {position: relative;padding-right: 32px;}
.cookie-notice__close {display: block;width: 12px;height: 12px; background: url("/include/cookie_close.svg"); position: absolute;top: 0;right: 0;}
.cookie-notice__more-text {display: inline;}
.cookie-notice__more-link {display: none;}
        @media(max-width: 767px) {
                .cookie-notice {font-size: 11px;line-height: 15px;}
                .cookie-notice__more-text {display: none;}
                .cookie-notice__more-link {display: inline;}
        }
