@font-face {
    font-family: 'fontello';
    src: url("../font/fontello.eot?43767573");
    src: url("../font/fontello.eot?43767573#iefix") format("embedded-opentype"), url("../font/fontello.woff2?43767573") format("woff2"), url("../font/fontello.woff?43767573") format("woff"), url("../font/fontello.ttf?43767573") format("truetype"), url("../font/fontello.svg?43767573#fontello") format("svg");
    font-weight: normal;
    font-style: normal;
}

* {
    box-sizing: border-box;
}

html {
    font-size: 16px;
	height: 100%;
	/*background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;*/
	/*overflow: hidden;*/
}

body {
    margin: 0;
    font-family: Arial, sans-serif;
    /*min-height: 100%;*/
	width: 100%;
	height: 100%;
	/*overflow: auto;*/
	position: relative;
}

body._full-view {
    overflow: hidden;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

body._page {
    padding: 40px 0 23px;
    /*background-attachment: fixed;*/
}

body.popup {
    overflow: hidden;
}

.fixed_bg{
	background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -10;
}

._background {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    min-height: 100%;
    width: 100%;
}

@media (max-width: 1024px) {
    ._background {
        width: auto;
        height: 100%;
    }
}

@media screen and (orientation: landscape) and (max-width: 1024px) {
    ._background {
        height: auto;
        width: 100%;
    }
}

.about, .simple_page {
    font-size: 0;
    margin: 30px 0;
    max-width: 100%;
    overflow: hidden;
}

@media (max-width: 1199px) {
    .v, .simple_text {
        text-align: center;
    }
}

@media (max-width: 1023px) {
    .about, .simple_page {
        margin: 20px 0;
    }
}

.about__image {
    display: inline-block;
    vertical-align: top;
    /*margin-left: 150px;*/
    padding-left: 15px;
    max-width: 100%;
}

@media (max-width: 1199px) {
    .about__image {
        margin: 0;
    }
}

@media (max-width: 1023px) {
    .about__image {
        margin-bottom: 15px;
    }
}

@media (max-width: 767px) {
    .about__image img {
        /*width: 60%;*/
        width: 100%;
        padding: 0;
        display: block;
    }
}

.about__text {
    width: 520px;
    display: inline-block;
    color: #575655;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.375rem;
    padding-left: 15px;
    text-align: left;
    max-width: 100%;
}

@media (max-width: 1340px) {
	.about__text {
		width: 400px;
	}
}

.simple_page {
    margin-left: 150px;
    /*width: 720px;*/
    display: inline-block;
    max-width: 100%;
    color: #575655;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.375rem;
    padding-left: 15px;
    text-align: left;
    max-width: 100%;
}

.about__text p:first-child {
    margin-top: 0;
}

@media (max-width: 1100px) {
    .simple_page {
        margin-left: 100px;
        width: 680px;
    }
}

@media (max-width: 1023px) {
    .simple_page {
        margin-left: 100px;
        width: 680px;
    }
}

@media (max-width: 768px) {
    .simple_page {
        margin-left: 50px;
        width: 480px;
    }
}

@media (max-width: 767px) {
    .simple_page {
        /*margin-left: 50px;*/
        margin: 0 auto;
        width: 460px;
        max-width: calc(100% - 50px);
        padding: 0;
        display: block;
    }
}

.background {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -10;
    overflow: hidden;
}

.breadcrumb {
    font-weight: 400;
    text-transform: uppercase;
    line-height: 32px;
    margin-left: 109px;
    font-size: 0;
    padding: 0 14px;
}

@media (max-width: 767px) {
    .breadcrumb {
        margin: 0;
    }
}

.breadcrumb a {
    color: #4c4b4b;
    font-size: 0.75rem;
    vertical-align: middle;
}

@media (max-width: 767px) {
    .breadcrumb a {
        font-size: 0.7rem;
    }
}

.breadcrumb a:after {
    content: ">";
    margin: 0 10px;
    display: inline-block;
    vertical-align: middle;
}

@media (max-width: 767px) {
    .breadcrumb a:after {
        margin: 0 5px;
    }
}

.breadcrumb b {
    color: #b00202;
    font-size: 0.75rem;
    vertical-align: middle;
}

@media (max-width: 767px) {
    .breadcrumb b {
        font-size: 0.7rem;
    }
}

.catalog {
    text-align: center;
    /*-webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2; 
    -webkit-column-gap: 32px;
    -moz-column-gap: 32px;
    column-gap: 32px;*/
    width: 1032px;
    max-width: 100%;
    margin: 0 auto 40px;
}

@media (max-width: 1600px) {
    .catalog {
        margin-top: 100px;
    }
}

@media (max-width: 767px) {
    .catalog {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        padding-bottom: 20px;
        margin-top: 0;
    }
}

.catalog__item {
    text-align: left;
    display: inline-block;
    /*display: block;*/
    text-decoration: none !important;
    color: inherit;
    max-width: 100%;
    float: left;
}

.catalog__item:nth-child(even) {
	margin-left: 32px;
}

@media (max-width: 1024px) {
   .catalog__item:nth-child(even) {
	margin-left: 5px;	
	float: right;	
	}
	.catalog__item {
	/*margin-left: 5px;	 */	
	}
	.catalog__item p {
		margin: 5px 0 10px;
		padding-left: 10px;
	}
}
@media (max-width: 768px) {
   .catalog__item:nth-child(even) {
	margin-left: 0px;	/* 5px */ 
	}
	.catalog__item {
	/*margin-left: 5px;	 */
	width: 48%; /* 370px */
	height: auto;
	overflow: hidden;
	}
}

@media (max-width: 667px) {
   .catalog__item:nth-child(even) {
	margin-left: 0px;	/* 5px */ 
	}
	.catalog__item {
	/*margin-left: 5px;	 */
	width: 320px;
	height: auto; 
	}
}
@media (max-width: 640px) {
   .catalog__item:nth-child(even) {
	margin-left: 0px;	/* 5px */ 
	}
	.catalog__item { 
	/*width: 310px;*/
	width: 48%;
	height: auto; 
	}
}
@media (max-width: 376px) {
   .catalog__item:nth-child(even) {
	margin-left: 0px;	 
	}
	.catalog__item {  
	width: 100%;
	height: auto;
	float: none;
	}
}

.catalog__item img{
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	top: 0;
	left: 0;
	position: static;
}

@media (max-width: 767px) {
    .catalog__item {
        display: block;
        overflow: hidden;
    }
}

@media screen and (orientation: landscape) and (max-width: 1023px) {
    .catalog__item {
        display: inline-block;
    }
}

.catalog__item p {
    color: #4c4c4b;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 25px;
    margin: 0;
}

/*@media screen and (orientation: landscape) and (max-width: 1023px) {
    .catalog__item:nth-child(odd) p {
		margin: 5px 0 10px;
		padding-left: 10px;
		background-color: #ffd700;
	}
}*/

@media (max-width: 767px) {
	.catalog__item p {
		margin: 5px 0 10px;
		padding-left: 10px;
	}
}

.catalog__image {
    position: relative;
    width: 500px;
    height: 385px; /* 375px */
    /*max-width: 100%;*/
    max-width: auto;
	 overflow: hidden;
}

.catalog__textblock {
    background: #b1b0b0;
    display: inline-block;
    width: 500px;
    padding: 22px 18px;
    text-align: left;
    margin-bottom: 25px;
    /*margin-left: 5px;*/
    max-width: 100%;
    float: left;     
}

@media (max-width: 768px) {
.catalog__textblock {
    background: #b1b0b0;
    display: inline-block;
    width: 370px;
    /*width: 48%;*/
    padding: 22px 18px;
    text-align: left;
    margin-bottom: 25px;
    /*margin-left: 5px;*/
    /*max-width: 100%;*/
    float: left;     
	}
}	

@media (max-width: 640px) {
.catalog__textblock {
    /*width: 310px;*/
    width: 48%;
	}
}	

@media (max-width: 420px) {
.catalog__textblock {
    width: 100%;
	}
}	

.catalog__textblock b {
    color: #fff;
    font-family: Arial;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.375rem;
    text-transform: uppercase;
}

.catalog__textblock p {
    color: #fff;
    font-family: Arial;
    font-size: 0.875rem;
    font-weight: 400;
}

.contackts {
    width: 1230px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 15px 0;
}

@media (max-width: 767px) {
    .contackts {
        padding-bottom: 30px;
    }
}

.contackts:after {
    content: "";
    width: 100%;
    height: 1px;
    display: block;
    clear: both;
}

.contackts__photo {
    float: left;
    width: 333px;
}

@media (max-width: 767px) {
    .contackts__photo {
        width: 100%;
        float: none;
    }
    

}

@media screen and (orientation: landscape) and (max-width: 767px) {
    .contackts__photo {
        width: auto;
        float: left;
    }
}

.contackts__photo img {
    width: 100%;
}

@media screen and (orientation: landscape) and (max-width: 767px) {
    .contackts__photo img {
        width: auto;
        height: 75vh;
    }
}

.contackts__info {
    float: left;
    width: 267px;
    color: #575655;
    padding-left: 15px;
}

@media (max-width: 767px) and (orientation: portrait) {
    .contackts__info {
        width: 100%;
        float: none;
        padding-left: 0;
    }
    
    
}

.contackts__info b {
    font-weight: 400;
    font-size: 1.5rem;
    margin-bottom: 25px;
    display: block;
    font-weight: normal;
}

.contackts__info p {
    line-height: 1.375rem;
    font-size: 0.875rem;
    margin: 0;
}

.footer {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    position: fixed;
    bottom: 0;
    left: 0;
    color: #fff;
    font-size: 0.813rem;
    font-weight: 400;
    z-index: 10;
    background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.7) 100%);
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.7) 100%);
}

.footer a {
    color: inherit;
    text-decoration: none !important;
}

.footer br {
    display: none;
}

@media (max-width: 767px) {
    .footer br {
        display: block;
    }
}

@media screen and (orientation: landscape) and (max-width: 767px) {
    .footer br {
        display: none;
    }
}

@media (max-width: 767px) {
    .footer {
        line-height: 20px;
    }
}

@media screen and (orientation: landscape) and (max-width: 767px) {
    .footer {
        height: 30px;
        line-height: 30px;
    }
}

.footer_bg {
    background: rgba(0, 0, 0, 0.7);
    line-height: 23px;
    height: 23px;
}

@media (max-width: 767px) {
    .footer_bg {
        line-height: 20px;
        height: 40px;
    }
}

.header {
    width: 100%;
    height: 40px;
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 11;
}

.header__logo {
    float: left;
    display: block;
    height: 100%;
}

.header__menu {
    padding: 0;
    margin: 0 0 0 59px;
    list-style: none;
    float: left;
    height: 100%;
    font-size: 0;
}

@media (max-width: 1023px) {
    .header__menu {
        margin-left: 29px;
    }
}

@media (max-width: 767px) {
    .header__menu {
        display: none;
        position: fixed;
        background: rgba(0, 0, 0, 0.7);
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        margin: 0;
        padding: 50px 0;
        text-align: center;
        z-index: 20;
        overflow: auto;
    }
}

.header__menu>li {
    display: inline-block;
    height: 100%;
    position: relative;
}

@media (max-width: 767px) {
    .header__menu>li {
        display: block;
        height: auto;
    }
}

.header__menu>li>a {
    color: #dcdbdb;
    font-size: 0.875rem;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 40px;
    padding: 0 14px;
    position: relative;
    text-decoration: none !important;
    height: 100%;
    position: relative;
    display: block;
    margin-right: 3px;
}

@media (max-width: 1023px) {
    .header__menu>li>a {
        padding: 0 7px;
    }
}

/*.header__menu>li>a:hover:before, */
.header__menu>li>a.active:before, .header__menu>li>a.actived:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 6px;
    background: #b00202;
    cursor: pointer;
}

@media (max-width: 767px) {
    .header__menu>li>a:hover:before, .header__menu>li>a.active:before, .header__menu>li>a.actived:before {
        display: none !important;
    }
}

.header__menu>li>a.active+ul {
    display: block;
}

.header__menu>li>a:after {
    content: "";
    width: 3px;
    height: 3px;
    background: #dcdbdb;
    position: absolute;
    top: 50%;
    right: -3px;
    margin-top: -2px;
}

@media (max-width: 767px) {
    .header__menu>li>a:after {
        position: static;
        display: block;
        margin: 0 auto;
    }
}

.header__menu>li:last-child a:after {
    display: none;
}

.header__menu>li>ul {
    position: absolute;
    left: 0;
    top: 100%;
    background: rgba(255, 255, 255, 0.9);
    padding: 15px;
    list-style: none;
    display: none;
}

@media (max-width: 767px) {
    .header__menu>li>ul {
        position: static;
        background-color: transparent;
    }
}

.header__menu>li>ul li {
    height: auto;
    margin-bottom: 10px;
}

.header__menu>li>ul li a {
    color: #363531;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 0.875rem;
    line-height: 15px;
    text-decoration: none !important;
}

@media (max-width: 767px) {
    .header__menu>li>ul li a {
        color: #dcdcdc;
    }
}

.header__menu>li>ul li a:before {
    content: ">";
    margin-right: 10px;
}

@media (max-width: 767px) {
    .header__menu>li>ul li a:before {
        display: none;
    }
}

.header__icon {
    width: 29px;
    height: 23px;
    background-color: #dcdcdc;
    background-clip: content-box;
    padding: 10px 0;
    position: relative;
    position: absolute;
    top: 50%;
    right: 12px;
    margin-top: -12px;
    display: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
}

@media (max-width: 767px) {
    .header__icon {
        display: block;
    }
}

.header__icon:before, .header__icon:after {
    content: "";
    width: 100%;
    height: 3px;
    background-color: #dcdcdc;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    margin-top: -1px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.header__icon:after {
    top: auto;
    bottom: 0;
}

.header__icon.header__icon_active {
    background-color: transparent;
    z-index: 21;
}

@media (max-width: 767px) {
    .header__icon.header__icon_active+.header__menu {
        display: block;
    }
}

.header__icon.header__icon_active:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
}

.header__icon.header__icon_active:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

.header__fly-logo {
    position: absolute;
    top: 53px;
    z-index: 5;
    /*right: 108px;*/
    left: calc(100% - 108px - 176px);
}

.header__fly-logo a {
    display: block;
}

@media (max-width: 1024px) {
    .header__fly-logo {
        /*right: 30px;*/
        left: calc(100% - 30px - 176px);
    }
}

@media (max-width: 767px) {
    .header__fly-logo {
        display: none;
    }
}

@media (max-width: 1900px) {
    .header__fly-logo_page-single {
        display: none;
    }
}

.homepage-slideshow {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.homepage-slideshow__slide {
    position: relative;
}

.homepage-slideshow__logo {
    width: 220px;
    position: absolute;
    left: 108px;
    bottom: 45px;
    text-align: center;
    color: #fff;
    font-weight: 400;
    line-height: 1.375rem;
    text-transform: uppercase;
    z-index: 2;
}

@media (max-width: 1199px) {
    .homepage-slideshow__logo {
        left: 30px;
    }
}

@media (max-width: 767px) {
    .homepage-slideshow__logo {
        width: 45%;
        left: 0;
    }
}

.homepage-slideshow__logo img {
    margin: 0 auto 15px;
}

@media (max-width: 767px) {
    .homepage-slideshow__logo img {
        width: 60%;
    }
}

.homepage-slideshow__logo b, .homepage-slideshow__logo h2 {
    font-size: 1.5rem;
    font-weight: normal;
}

@media (max-width: 767px) {
    .homepage-slideshow__logo b, .homepage-slideshow__logo h2 {
        font-size: 1.125rem;
    }
}

.homepage-slideshow__logo p {
    font-size: 0.875rem;
    margin: 5px 0 0 0;
}

@media (max-width: 767px) {
    .homepage-slideshow__logo p {
        font-size: 0.65625rem;
    }
}

.homepage-slideshow__description {
    position: absolute;
    bottom: 45px;
    right: 108px;
    width: 300px;
    color: #fff;
    z-index: 2;
}

@media (max-width: 1199px) {
    .homepage-slideshow__description {
        right: 30px;
    }
}

@media (max-width: 767px) {
    .homepage-slideshow__description {
        width: 45%;
    }
}

.homepage-slideshow__description b, .homepage-slideshow__description h1, .homepage-slideshow__description h2 {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.375rem;
    text-transform: uppercase;
    font-weight: 400;
}

@media (max-width: 767px) {
    .homepage-slideshow__description b, .homepage-slideshow__description h1, .homepage-slideshow__description h2 {
        display: none;
    }
}

.homepage-slideshow__description p {
    font-size: 0.875rem;
    font-weight: 400;
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .homepage-slideshow__description p {
        display: none;
    }
}

.homepage-slideshow__description a {
    color: inherit;
    font-size: 0.875rem;
    font-weight: 400;
    text-decoration: none !important;
    margin-top: 15px;
}

@media (max-width: 767px) {
    .homepage-slideshow__description a {
        display: none;
    }
}

.homepage-slideshow__description a span {
    text-transform: uppercase;
    display: block;
}

.homepage-slideshow__nav {
    text-align: right;
    margin-top: 20px;
}

.homepage-slideshow__num {
    color: #fff;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 2.5rem;
    text-transform: uppercase;
    display: inline-block;
    margin: 0 25px;
    vertical-align: middle;
}

.homepage-slideshow__prev, .homepage-slideshow__next {
    font-family: 'fontello';
    font-size: 0;
    display: inline-block;
    background-color: transparent;
    border: none;
    vertical-align: middle;
    cursor: pointer;
    outline: 0;
}

.homepage-slideshow__prev:before, .homepage-slideshow__next:before {
    content: "\e801";
    color: #fff;
    font-size: 2.5rem;
}

.homepage-slideshow__next:before {
    content: "\e800";
}

.slick-list {
    height: 100%;
}

.slick-track {
    height: 100%;
}

.page-single {
    text-align: center;
}

@media (max-width: 1024px) {
    .page-single {
        padding-bottom: 20px;
        margin-top: 0;
    }
}

.page-single__photos {
    display: inline-block;
    vertical-align: middle;
    max-width: 1200px;
    overflow: hidden;
    margin-left: 240px;
}

@media (max-width: 1900px) {
    .page-single__photos {
        margin-left: 0;
        width: 100%;
        max-width: none;
    }
}

.page-single__photos img {
    max-height: calc(93vh - 73px);
    display: block;
    margin: 0 auto 10px;

}

@media (max-width: 1023px) {
    .page-single__photos img {
        width: 100%;
    }
}

@media screen and (orientation: landscape) and (max-width: 1023px) {
    .page-single__photos img {
        max-height: none;
    }
}

@media (min-width: 1441px) {
    .page-single__photos img:last-child {
        margin-bottom: 0;
    }
}

.page-single__text {
    display: inline-block;
    vertical-align: middle;
    width: 240px;
    margin-left: 15px;
    margin-bottom: 25px;
    text-align: left;
    color: #575655;
    text-align: justify;
}

@media (max-width: 1899px) {
	.page-single__text {
		width: 80%;
		max-width: 800px;
		margin-top: 20px;
	}
}

.page-single__text b {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.375rem;
    text-transform: uppercase;
    display: block;
    margin-bottom: 20px;
}

.page-single__text p {
    font-size: 0.875rem;
    font-weight: 400;
}

@media (max-width: 767px) {
    .page-single__text>div {
        float: none;
        margin: 0 auto;
    }
}

@media (max-width: 1199px){
	.page-single__text {
        float: none;
        margin: 0 auto;
        width: 90%;
    }
}

.publication {
    width: 1230px;
    margin: 60px auto;
    font-size: 0;
    max-width: 100%;
    padding: 0 15px 30px 15px;
}

.publication.nagrady{
	margin: 0 auto;
}

@media (max-width: 1023px) {
    .publication {
        margin-top: 130px;
        text-align: center;
        padding-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .publication {
        margin-top: 30px;
        padding-bottom: 30px;
    }
}


.publication__item {
    display: block;
    margin-bottom: 15px;
}

.publication.nagrady .publication__item {
    margin-bottom: 35px;
}

.publication__item:last-child {
    margin-bottom: 0;
}

@media (max-width: 1023px) {
    .publication__item {
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .publication__item {
        margin-bottom: 15px;
    }
}

.publication__image {
    width: 50%;
    display: inline-block;
    vertical-align: bottom;
    text-align: right;
}


.publication.nagrady .publication__image{
	width: 20%;
	vertical-align: middle;
	margin-right: 2%;

}

.publication__image img {
    max-width: 100%;
}

@media (max-width: 1023px) {
    .publication__image {
        width: 100%;
        text-align: center;
    }

   .publication.nagrady .publication__image{
		width: 48%;
	}
}

.publication__text {
    color: #575655;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.375rem;
    display: inline-block;
    vertical-align: bottom;
    padding-left: 15px;
    max-width: 50%
}
.publication.nagrady .publication__text{
	font-size: 1rem;
    font-weight: 400;
    line-height: 1rem;
    display: inline-block;
    vertical-align: middle;

}

@media (max-width: 1023px) {
    .publication__text {
        width: 100%;
        text-align: center;
        margin-top: 10px;
		max-width: 550px;
		text-align: left;
		padding: 0;
    }
    .publication.nagrady .publication__text{
    width: 48%;
    }
}

@media (max-width: 767px) {
    .publication__text {
        font-size: 0.875rem;
        line-height: 1rem;
    }
}
