.flex-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
}

.flex-row-center {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  align-items: center;
  -ms-flex-align: center;
}

.flex-column {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.flex-column-center {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  align-items: center;
  -ms-flex-align: center;
}

.content-wrapper:before,
.content-wrapper:after {
  content: "";
  display: table;
}

.content-wrapper:after {
  clear: both;
}

.content-wrapper > *:first-child {
  margin-top: 0 !important;
}

.content-wrapper > *:last-child {
  margin-bottom: 0 !important;
}

.disabled {
  cursor: default;
  opacity: 0.5;
  pointer-events: none;
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.float-none {
  float: none;
}

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

.clearfix:after {
  clear: both;
}

.hyphenate {
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
  overflow-wrap: break-word;
}

.tracking-tight {
  letter-spacing: -0.05em;
}

.tracking-normal {
  letter-spacing: 0;
}

.tracking-wide {
  letter-spacing: 0.05em;
}

.scroll {
  overflow: auto;
}

.scroll,
.scroll-x,
.scroll-y {
  will-change: scroll-position;
  -webkit-overflow-scrolling: touch;
}

.scroll-x {
  overflow-x: auto;
}

.scroll-y {
  overflow-y: auto;
}

.no-scroll {
  overflow: hidden;
}

.text-left {
  text-align: left;
}

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

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
}

.bold {
  font-weight: bold;
}

.italic {
  font-style: italic;
}

.roman {
  font-style: normal;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.capitalize {
  text-transform: capitalize;
}

.caps {
  font-variant: small-caps;
}

.normal-case {
  text-transform: none;
}

.underline {
  text-decoration: underline;
}

.line-through {
  text-decoration: line-through;
}

.no-underline {
  text-decoration: none;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.subpixel-antialiased {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.hidden {
  display: none !important;
}

.animation-hidden {
  opacity: 0;
}

.animation-visible {
  opacity: 1;
}

.visuallyhidden,
.visually-hidden,
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  border: none;
  border: none;
  clip: rect(0, 0, 0, 0);
}

.visuallyhidden.focusable:active,
.visually-hidden.focusable:active,
.sr-only.focusable:active,
.visuallyhidden.focusable:focus,
.visually-hidden.focusable:focus,
.sr-only.focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  white-space: normal;
  clip: auto;
}

.whitespace-normal {
  white-space: normal;
}

.whitespace-no-wrap {
  white-space: nowrap;
}

.whitespace-pre {
  white-space: pre;
}

.whitespace-pre-line {
  white-space: pre-line;
}

.whitespace-pre-wrap {
  white-space: pre-wrap;
}

.break-words {
  word-wrap: break-word;
}

.break-normal {
  word-wrap: normal;
}

.truncate {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

html,
body {
  height: 100%;
}

body {
  font-weight: 300;
  font-size: 18px;
  line-height: 1.35;
  font-family: "Roboto", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #000;
  background: #fff;
}

body.mobile-menu-shown:after {
  content: " ";
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9;
  background: rgba(0, 0, 0, 0.6);
}

.container {
  max-width: 1870px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 35px;
  padding-left: 35px;
}

.title, h1.title {
  margin: 0;
  padding: 0;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.16;
}

.titlemain {
    text-indent: -1000px;
}

a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
  outline: none;
}

a:hover {
  color: #a6c1ce;
}

a.dotted {
  color: #c1d4dd;
  border-bottom: 1px dotted;
}

a.dotted:hover {
  color: inherit;
  text-decoration: none;
  border-bottom-color: transparent;
}

hr {
  height: 1px;
  margin: 0;
  padding: 0;
  background-color: #e5e5e7;
  border: 0;
}

.button {
  width: 100%;
  padding: 10px 15px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  background: #c1d4dd;
  border: none;
  outline: none;
  cursor: pointer;
  -webkit-transition: background 300ms linear;
  transition: background 300ms linear;
}

.button:hover {
  color: #fff;
  text-decoration: none;
  background: #a6c1ce;
}

.tooltipster-base {
  /* this may be overriden in JS for fixed position origins */
  position: absolute;
  /* this ensures that a constrained height set by functionPosition,
    if greater that the natural height of the tooltip, will be enforced
    in browsers that support display:flex */
  display: -ms-flexbox;
  display: flex;
  pointer-events: none;
}

.tooltipster-box {
  /* see .tooltipster-base. flex-shrink 1 is only necessary for IE10-
    and flex-basis auto for IE11- (at least) */
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.tooltipster-content {
  /* prevents an overflow if the user adds padding to the div */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
  /* these make sure we'll be able to detect any overflow */
  max-height: 100%;
  overflow: auto;
}

.tooltipster-ruler {
  position: fixed;
  top: 0;
  right: 0;
  /* these let us test the size of the tooltip without overflowing the window */
  bottom: 0;
  left: 0;
  overflow: hidden;
  visibility: hidden;
}

.tooltipster-sidetip {
  max-width: 290px;
}

.tooltipster-sidetip .tooltipster-box {
  padding: 10px 15px;
  font-size: 13px;
  line-height: 1.2;
  background-color: #fff;
  border-radius: 2px;
  -webkit-box-shadow: 0px 13px 35px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 13px 35px 0px rgba(0, 0, 0, 0.15);
}

.tooltipster-sidetip .tooltipster-arrow {
  position: absolute;
  top: -10px;
  width: 20px;
  height: 10px;
  margin-left: -10px;
  overflow: hidden;
}

.tooltipster-sidetip .tooltipster-arrow-uncropped {
  position: relative;
  top: -10px;
}

.tooltipster-sidetip .tooltipster-arrow-background {
  position: absolute;
  top: 3px;
  left: 0;
  width: auto;
  height: auto;
  border: 10px solid transparent;
  border-bottom-color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.tooltip-templates {
  display: none;
}

.tooltip-content {
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 1.2;
}

.tooltip-content h4 {
  margin: 0 0 5px;
  font-size: 16px;
}

.tooltip-content p {
  margin: 0;
}

.form-field {
  width: 100%;
  height: 55px;
  padding-right: 15px;
  padding-left: 15px;
  font-weight: 300;
  font-size: 16px;
  font-family: inherit;
  color: #000;
  font-style: italic;
  background-color: #fff;
  border: 2px solid #c1d4dd;
  outline: none;
}

.form-field::-webkit-input-placeholder {
  color: #c2c2c2;
}

.form-field:-moz-placeholder {
  color: #c2c2c2;
}

.form-field::-moz-placeholder {
  color: #c2c2c2;
}

.form-field:-ms-input-placeholder {
  color: #c2c2c2;
}

.form-field:focus {
  border-color: #a6c1ce;
}

.form-field:focus::-webkit-input-placeholder {
  color: transparent;
}

.form-field:focus:-moz-placeholder {
  color: transparent;
}

.form-field:focus::-moz-placeholder {
  color: transparent;
}

.form-field:focus:-ms-input-placeholder {
  color: transparent;
}

.form-field--textarea {
  height: 132px;
  padding-top: 23px;
  padding-bottom: 23px;
  vertical-align: top;
  resize: none;
}

.album {
  margin-bottom: 60px;
}

.album__header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  align-items: flex-start;
  margin-bottom: 25px;
  -ms-flex-align: start;
}

.album__model {
  line-height: 1.2;
  color: #8a8a8a;
}

.album__icons {
  margin-left: auto;
  padding-top: 3px;
}

.album__photos {
  margin: 0 auto 40px;
}

.album__photos .grid-sizer,
.album__photos .grid-item {
  width: 356px;
}

.album__photos .grid-item img {
  display: block;
  width: 100%;
  vertical-align: top;
}

.caption-title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  justify-content: space-between;
  width: 200px;
  margin-right: auto;
  margin-left: auto;
  -ms-flex-pack: justify;
}

.caption-title .like-btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  align-items: center;
  -ms-flex-align: center;
}

.caption-title .heart {
  width: 16px;
  overflow: visible;
  stroke: #fff;
  stroke-width: 4px;
}

.active .heart {
	fill: #ffffff;
}

.heart:hover {
    cursor: pointer;
	fill: #ffffff;
    animation: pulse 1s ease infinite;
}

@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.2); }
    100% { transform: scale(1); }
}

.caption-title .like-count {
  margin-left: 10px;
}

.comments {
  margin-bottom: 60px;
}

.comments__content {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 65px;
  border-top: 1px solid #c1d4dd;
}

.comments__title {
  margin-bottom: 45px;
  text-align: center;
}

.comments__list {
  margin-bottom: 85px;
}

.comments__comment {
  margin-bottom: 30px;
}

.comments__form {
  margin-right: auto;
  margin-left: auto;
}

.comments__form-title {
  margin-bottom: 20px;
  font-weight: 400;
}

.comments__form-textarea {
  margin-bottom: 22px;
}

.comments__form-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  align-items: center;
  margin-bottom: 22px;
  -ms-flex-align: center;
}

.comments__form-input {
  width: 100%;
  max-width: 410px;
  margin-right: 30px;
}

.comments__form-captcha img {
  width: auto;
  height: 55px;
  vertical-align: top;
}

.comments__form-socials {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  margin: 0;
  margin-left: auto;
  padding: 0;
  list-style: none;
}

.comments__form-socials li {
  color: #c1d4dd;
}

.comments__form-socials li:not(:first-child) {
  margin-left: 30px;
}

.comments__form-socials li a .icon {
  font-size: 52px;
  line-height: 1;
  vertical-align: top;
}

.comments__form-submit .button {
  width: 180px;
  height: 55px;
}

.comment__user {
  margin-bottom: 10px;
  font-weight: 400;
}

.comment__text {
  margin-bottom: 6px;
  font-size: 16px;
}

.comment__text a {
	color: #a6c1ce !important;
}

.comment__text a:hover {
	color: #000 !important;
}

.comment__date {
  font-size: 16px;
  color: #aaa;
  font-style: italic;
}

.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  line-height: 1;
  fill: currentColor;
  fill-rule: evenodd;
  stroke-width: 0;
}

.icon--name {
  height: 0.136em;
}

.icons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  margin: 0;
  padding: 0;
  list-style: none;
  color: #c1d4dd;
}

.icons li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  align-items: center;
  padding: 7px 17px;
  -ms-flex-align: center;
}

.icons li span {
  font-size: 18px;
}

.icons li .icon {
  margin-right: 15px;
  font-size: 22px;
  line-height: 1;
  vertical-align: top;
}

.nav-buttons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
  -ms-flex-pack: center;
}

.nav-buttons li:first-child .icon {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.nav-buttons li:last-child {
  margin-left: 30px;
}

.nav-buttons li:last-child a {
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.nav-buttons li:last-child .nav-icon {
  margin-right: 10px;
  margin-left: 0;
}

.nav-buttons li:last-child .icon {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.nav-buttons li a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  align-items: center;
  padding: 20px;
  line-height: 1;
  color: #75a3b9 !important;
  /*color: #a6c1ce !important;*/
  /*color: #c1d4dd;*/
  -ms-flex-align: center;
}

.nav-buttons li a:hover {
  color: #c1d4dd !important;
  /*color: #a6c1ce;*/
}

.nav-buttons li a .icon {
  vertical-align: top;
}

.nav-buttons li .nav-icon {
  margin-left: 10px;
  padding: 8px;
  font-size: 20px;
  border: 2px solid;
}

.contacts {
  margin-bottom: 60px;
}

.contacts__container {
  max-width: 992px;
}

.contacts__title {
  margin-bottom: 40px;
  text-align: center;
}

.contacts__image {
  margin-bottom: 30px;
  text-align: center;
}

.contacts__image img {
  display: inline-block;
  width: 100%;
  height: auto;
  vertical-align: top;
}

.contacts__about {
  margin-bottom: 50px;
}

.contacts__about p {
  margin: 25px 0;
  font-size: 16px;
}

.contacts__equipment {
  margin-bottom: 40px;
}

.contacts__equipment .title {
  margin-bottom: 70px;
}

.contacts__equipment ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  margin-right: -15px;
  margin-left: -15px;
  padding: 0;
  list-style: none;
}

.contacts__equipment ul li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  align-items: flex-start;
  width: 416px;
  padding: 15px 15px;
  color: #c1d4dd;
  -ms-flex-align: start;
}

.contacts__equipment ul li .icon {
  margin-right: 23px;
  font-size: 32px;
}

.contacts__equipment ul li div {
  flex-grow: 1;
  -ms-flex-positive: 1;
}

.contacts__equipment ul li a {
  display: block;
  line-height: 1;
}

.contacts__equipment ul li span {
  display: block;
  color: #000;
}

.eq-list {
  width: 50%;
  align-items: center;
  padding-right: 20px;
}
.eq-list--photo {
  width: 414px;
}
.eq-icon {
  fill: #c1d4dd;
  margin-right: 20px;
}

.contacts__text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 80px;
  font-size: 16px;
}

.contacts__text p:first-child {
  width: 100%;
  max-width: 350px;
  margin-right: 130px;
}

.contacts__text p:first-child:first-line {
  /* text-align: center; */
}

.contacts__feedback-title {
  margin-bottom: 30px;
}

.contacts__feedback-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
}

.contacts__feedback-contacts {
  width: 100%;
  max-width: 350px;
  margin-right: 68px;
}

.contacts__feedback-messengers {
  margin: 0;
  padding: 0;
  list-style: none;
}

.contacts__feedback-messengers li:not(:first-child) {
  margin-top: 25px;
}

.contacts__feedback-messengers li a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  align-items: center;
  font-size: 20px;
  -ms-flex-align: center;
}

.contacts__feedback-messengers li a:hover .icon {
  opacity: 1;
}

.contacts__feedback-messengers li a .icon {
  margin-right: 15px;
  font-size: 28px;
  opacity: 50%;
}

.personal_data {
  font-size: 14px;
}

.contacts__feedback-links {
  margin: 0;
  margin-bottom: 15px;
  padding: 0;
  list-style: none;
}

.contacts__feedback-socials {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  justify-content: center;
  margin: 0;
  margin-bottom: 20px;
  padding: 0;
  list-style: none;
  -ms-flex-pack: center;
}

.contacts__feedback-socials li {
  margin: 0 8px;
}

.contacts__feedback-socials li a {
  display: block;
  color: #979797;
}

.contacts__feedback-socials li a:hover {
  color: #a6c1ce;
}

.contacts__feedback-socials li a .icon {
  font-size: 58px;
  vertical-align: top;
}

.contacts__feedback-form {
  width: 100%;
}

.contacts__feedback-textarea {
  margin-bottom: 22px;
}

.contacts__feedback-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  align-items: center;
  margin-bottom: 22px;
  -ms-flex-align: center;
}

.contacts__feedback-input {
  width: 100%;
  max-width: 295px;
  margin-right: 35px;
}

.contacts__feedback-captcha img {
  width: auto;
  height: 55px;
  vertical-align: top;
}

.contacts__feedback-submit {
  margin-bottom: 40px;
}

.contacts__feedback-submit .button {
  width: 205px;
  height: 55px;
}

.footer {
  color: #fff;
  background-color: #c1d4dd;
}

.footer__container {
  padding-top: 50px;
  padding-bottom: 50px;
}

.footer__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  align-items: center;
  -ms-flex-align: center;
}

.footer__name .icon {
  font-size: 350px;
}

.footer__socials {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  margin: 0;
  margin-left: auto;
  padding: 0;
  list-style: none;
}

.footer__socials li:not(:first-child) {
  margin-left: 16px;
}

.footer__socials li a {
  display: block;
  line-height: 1;
}

.footer__socials li a .icon {
  font-size: 40px;
  vertical-align: top;
}

.footer__copyrights {
  margin-top: 10px;
  font-size: 16px;
}

.footer__copyrights a {
  color: #7f7d7d;
}

.footer__copyrights a:hover {
  text-decoration: underline;
}

.header {
  color: #c1d4dd;
  font-weight: 600;
}

.header__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  align-items: center;
  height: 120px;
  padding-top: 10px;
  text-transform: uppercase;
  -ms-flex-align: center;
}

.header__content a.active {
  /*font-weight: 400;*/
  font-size: 22px;
}

.header__name {
  position: relative;
}

.header__name:hover .icon--base {
  left: -15px;
}

.header__name:hover .icon--shadow {
  left: -35px;
}

.header__name .icon {
  -webkit-transition: left 300ms linear;
  transition: left 300ms linear;
}

.header__name .icon--base {
  position: relative;
  left: 0;
  z-index: 2;
  margin-bottom: 5px;
  font-size: 350px;
  vertical-align: top;
}

.header__name .icon--shadow {
  position: absolute;
  top: -30px;
  left: -65px;
  z-index: 1;
  font-size: 485px;
  color: rgba(230, 230, 230, 0.7);
}

.header__wrapper {
  display: -ms-flexbox;
  display: flex;
  flex-grow: 1;
  -ms-flex-direction: row;
  flex-direction: row;
  align-items: center;
  -ms-flex-align: center;
  -ms-flex-positive: 1;
}

.header__menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 0;
  margin-left: auto;
  padding: 0;
  list-style: none;
  -ms-flex-align: center;
  -ms-flex-pack: center;
}

.header__menu li a {
  display: block;
  padding: 10px 18px;
}

.header__langs {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  align-items: center;
  margin-right: 80px;
  margin-left: 60px;
  -ms-flex-align: center;
}

.header__langs a {
  padding: 4px;
}

.header__show-menu {
  display: none;
  margin: -10px -24px 0 auto;
}

.header__show-menu .mobile-menu-show {
  padding: 24px;
  background: none;
  border: 0;
  outline: none;
}

.header__show-menu .mobile-menu-show span {
  display: block;
  width: 40px;
  height: 5px;
  background-color: #c1d4dd;
}

.header__show-menu .mobile-menu-show span:not(:first-child) {
  margin-top: 8px;
}

.header__menu-close {
  position: absolute;
  top: 0;
  right: -10px;
  display: none;
}

.header__menu-close .mobile-menu-close {
  width: 88px;
  height: 85px;
  padding: 24px;
  background: none;
  border: 0;
  outline: none;
}

.header__menu-close .mobile-menu-close span {
  position: absolute;
  display: block;
  width: 40px;
  height: 5px;
  background-color: #c1d4dd;
}

.header__menu-close .mobile-menu-close span:first-child {
  top: 40px;
  left: 24px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.header__menu-close .mobile-menu-close span:last-child {
  top: 40px;
  right: 24px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.mobile-menu-shown .header .header__wrapper {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  display: block;
  background-color: #fff;
}

.home-thumbnails__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -2px;
  margin-left: -2px;
}

.home-thumbnails__thumbnail {
  width: calc(100% / 4 - 4px);
  margin: 2px;
}

.home-thumbnails__load {
  width: 100%;
  padding-top: 40px;
  padding-bottom: 70px;
  text-align: center;
  color: #c1d4dd;
}

.home-thumbnails__load span {
  display: inline-block;
  padding: 15px 17px;
  border: 2px solid;
}

.home-thumbnails__load span .icon {
  font-size: 35px;
  vertical-align: top;
}

.news-details {
  margin-bottom: 60px;
}

.news-details__container {
  max-width: 992px;
}

.news-details__header {
  position: relative;
  margin-bottom: 40px;
}

.news-details__date {
  position: absolute;
  top: 50%;
  left: 0;
  color: #979797;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.news-details__title {
  padding: 0 150px;
  text-align: center;
}

.news-details__text {
  margin-bottom: 60px;
  font-size: 16px;
}

.news-details__text a {
	color: #75a3b9 !important;
	/*color: #a6c1ce !important;*/
}

.news-details__text a:hover {
	color: #c1d4dd !important;
}

.news-details__gallery {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  margin: 0 -7px 60px;
  padding: 0;
  list-style: none;
}

.news-details__gallery li {
  width: calc(100% / 5 - 14px);
  margin: 7px;
}

.news-details__gallery li a {
  display: block;
}

.news-details__gallery li a img {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

.news-details__icons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  justify-content: center;
  margin-bottom: 40px;
  -ms-flex-pack: center;
}

.news {
  margin-bottom: 60px;
}

.news__columns {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  align-items: flex-start;
  min-width: 0;
  -ms-flex-align: start;
}

.news__content {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.news__sidebar {
  -ms-flex: 0 0 24.5%;
  flex: 0 0 24.5%;
  margin-left: 13%;
}

.news__intro {
  margin-bottom: 60px;
  text-align: center;
}

.news__intro-image {
  margin-bottom: 25px;
}

.news__intro-image img {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

.news__intro-date {
  margin-bottom: 15px;
  color: #979797;
}

.news__intro-title {
  margin-bottom: 20px;
}

.news__intro-title .title {
  font-size: 18px;
}

.news__pinned-list .title {
  font-size: 18px;
}

.news__intro-text {
  margin-bottom: 20px;
  font-size: 16px;
}

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

.news__intro-icons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  justify-content: center;
  margin-bottom: 30px;
  -ms-flex-pack: center;
}

.news__intro-read .button {
  max-width: 128px;
}

.news__pager {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  justify-content: center;
  margin: 0;
  margin-bottom: 20px;
  padding: 0;
  list-style: none;
  -ms-flex-pack: center;
}

.news__pager li {
  margin: 0 8px;
}

.news__pager li a {
  display: block;
  width: 40px;
  height: 40px;
  font-weight: 400;
  font-size: 20px;
  line-height: 36px;
  text-align: center;
  color: #c1d4dd;
  border: 2px solid;
}

.news__pager li a:hover {
  color: #a6c1ce;
}

.news__pager li a.active {
  color: #fff;
  background-color: #c1d4dd;
  border-color: #c1d4dd;
  cursor: default;
}

.news__categories {
  margin-bottom: 80px;
}

.news__categories-title {
  margin-bottom: 45px;
}

.news__categories-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.news__categories-list li {
  display: inline-block;
  margin-right: 6px;
}

.news__pinned {
  margin-bottom: 65px;
}

.news__pinned-title {
  margin-bottom: 60px;
}

.news__pinned-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.news__pinned-list li:not(:first-child) {
  margin-top: 30px;
}

.news__pinned-list li a {
  display: block;
}

.news__pinned-list li a img {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

.news__pinned-list li a span {
  display: block;
}

.news__pinned-list li a span:not(.title) {
  font-size: 16px;
}

.news__pinned-list li a span.title {
  padding-top: 20px;
  padding-bottom: 15px;
}

.news__works-title {
  margin-bottom: 55px;
}

.news__works-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  margin-right: -4px;
  margin-left: -4px;
  padding: 0;
  list-style: none;
}

.news__works-list li {
  width: calc(100% / 2 - 8px);
  margin: 4px;
}

.news__works-list li a {
  display: block;
}

.news__works-list li a:hover img {
  opacity: 0.9;
}

.news__works-list li a img {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

.page {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  min-width: 320px;
  min-height: 100%;
  overflow: hidden;
}

.page__content {
  display: -ms-flexbox;
  display: flex;
  flex-grow: 1;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-positive: 1;
}

.page__footer {
  margin-top: auto;
}

.subscribe {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  display: none;
  justify-content: center;
  padding: 15px;
  background-color: rgba(0, 0, 0, 0.6);
  -ms-flex-pack: center;
}

.subscribe-form-shown .subscribe {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  align-items: center;
  -ms-flex-align: center;
}

.subscribe__content {
  position: relative;
  width: 611px;
  padding: 90px 120px 125px;
  background-color: #fff;
}

.subscribe__title {
  margin-bottom: 20px;
  text-align: center;
  color: #c1d4dd;
  text-transform: uppercase;
}

.subscribe__text {
  margin-bottom: 25px;
  text-align: center;
}

.subscribe__form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
}

.subscribe__form .form-field {
  height: 28px;
  padding-left: 0;
  border-width: 0;
  border-bottom-width: 1px;
}

.subscribe__form .button {
  width: 165px;
  height: 28px;
  padding-top: 0;
  padding-bottom: 0;
}

.subscribe__close {
  position: absolute;
  top: 0;
  right: 0;
}

.subscribe__close .subscribe-form-close {
  width: 88px;
  height: 85px;
  padding: 24px;
  background: none;
  border: 0;
  outline: none;
  cursor: pointer;
}

.subscribe__close .subscribe-form-close:hover span {
  background-color: #a6c1ce;
}

.subscribe__close .subscribe-form-close span {
  position: absolute;
  display: block;
  width: 40px;
  height: 5px;
  background-color: #c1d4dd;
}

.subscribe__close .subscribe-form-close span:first-child {
  top: 40px;
  left: 24px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.subscribe__close .subscribe-form-close span:last-child {
  top: 40px;
  right: 24px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.thumbnail {
  display: block;
  vertical-align: top;
}

.thumbnail__content {
  position: relative;
  overflow: hidden;
}

.thumbnail__image {
  display: block;
}

.thumbnail__image img {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

.thumbnail__panel {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  align-items: center;
  padding: 15px 20px;
  font-weight: 400;
  color: #fff;
  -ms-flex-align: center;
}

.thumbnail__panel:after {
  content: " ";
  position: absolute;
  right: 0;
  bottom: -57px;
  left: 0;
  z-index: -1;
  height: 57px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0)),
    color-stop(80%, rgba(0, 0, 0, 0.5))
  );
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.5) 80%
  );
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 150ms linear;
  transition: all 150ms linear;
}

.thumbnail:hover .thumbnail__panel:after {
  bottom: 0;
  visibility: visible;
  opacity: 1;
}

.thumbnail__model {
  flex-grow: 1;
  overflow: hidden;
  font-size: 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
  -ms-flex-positive: 1;
}

.thumbnail__counter {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  align-items: center;
  margin-left: 15px;
  -ms-flex-align: center;
}

.thumbnail__counter .icon {
  margin-right: 10px;
  font-size: 26px;
}

.video-details {
  margin-bottom: 60px;
}

.video-details__container {
  max-width: 992px;
}

.video-details__header {
  position: relative;
  margin-bottom: 40px;
}

.video-details__title {
  text-align: center;
}

.video-details__video {
  position: relative;
  margin-bottom: 60px;
  padding-bottom: 56.25%;
}

.video-details__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-details__text {
  margin-bottom: 60px;
  text-align: center;
}

.video-details__icons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  justify-content: center;
  margin-bottom: 40px;
  -ms-flex-pack: center;
}

.videos {
  margin-bottom: 60px;
}

.videos__title {
  margin-bottom: 40px;
  text-align: center;
}

.videos__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -8px;
  margin-left: -8px;
}

.videos__video {
  width: calc(100% / 2 - 16px);
  margin: 8px 8px 58px;
  text-align: center;
}

.videos__video-image {
  margin-bottom: 20px;
  border: 1px solid #979797;
  background: #000000;
}

.videos__video-image iframe {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

.videos__video-image img {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

.videos__video-title {
  margin-bottom: 20px;
}

.videos__video-title .title {
  font-size: 18px;
}

.videos__video-view .button {
  width: 142px;
}

@media only screen and (max-width: 1400px) {
  .album__photos .grid-sizer,
  .album__photos .grid-item {
    width: 314px;
  }

  .header__name .icon--base {
    font-size: 250px;
  }

  .header__name .icon--shadow {
    top: -25px;
    left: -25px;
    font-size: 350px;
  }

  .header__langs {
    margin-right: 40px;
    margin-left: 20px;
  }
}

@media only screen and (max-width: 1280px) {
  .home-thumbnails__thumbnail {
    width: calc(100% / 3 - 4px);
  }

  .news__sidebar {
    flex-basis: 30%;
    margin-left: 24px;
    -ms-flex-preferred-size: 30%;
  }
}

@media (max-width: 1200px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }
}

@media only screen and (max-width: 1200px) {
  .header__content a.active {
    font-size: 20px;
  }

  .header__menu li a {
    padding-right: 12px;
    padding-left: 12px;
  }

  .header__langs {
    margin-right: 35px;
  }
}

@media only screen and (max-width: 991.9px) {
  .comments__content {
    padding-top: 40px;
  }

  .comments__form-row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .comments__form-input {
    max-width: none;
    margin-right: 0;
    margin-bottom: 22px;
  }

  .contacts__text {
    display: block;
  }

  .contacts__text p:first-child {
    max-width: none;
    margin-right: 0;
    margin-bottom: 30px;
  }

  .contacts__feedback-content {
    display: block;
  }

  .contacts__feedback-contacts {
    margin-bottom: 50px;
  }

  .contacts__feedback-messengers li a {
    margin-bottom: 30px;
  }

  .contacts__feedback-socials li a .icon {
    font-size: 40px;
  }

  .contacts__feedback-row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .contacts__feedback-input {
    max-width: none;
    margin-right: 0;
    margin-bottom: 22px;
  }

  .header__content {
    line-height: 38px;
  }

  .header__content a.active {
    font-size: 24px;
  }

  .header__name:hover .icon--base {
    left: 0;
  }

  .header__name .icon--shadow {
    display: none;
  }

  .header__wrapper {
    display: none;
    width: 280px;
    padding: 80px 24px 24px;
  }

  .header__menu {
    display: block;
    margin-left: -12px;
  }

  .header__langs {
    margin: 40px 0 50px;
  }

  .header__show-menu {
    display: block;
  }

  .header__menu-close {
    display: block;
  }

  .news-details__gallery li {
    width: calc(100% / 3 - 14px);
  }

  .news__columns {
    display: block;
  }

  .news__content {
    margin-bottom: 60px;
  }

  .news__sidebar {
    margin-left: 0;
  }

  .videos__video {
    width: calc(100% - 16px);
  }
}

@media only screen and (max-width: 922px) {
  .home-thumbnails__thumbnail {
    width: calc(100% / 2 - 4px);
  }
}

@media only screen and (max-width: 767.9px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }

  .album__header {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .album__model {
    width: 100%;
  }

  .album__icons {
    margin-left: 0;
  }

  .icons li {
    padding-right: 10px;
    padding-left: 10px;
  }

  .contacts__about {
    margin-bottom: 40px;
  }

  .contacts__equipment .title {
    margin-bottom: 30px;
  }

  .contacts__equipment ul {
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: center;
    -ms-flex-align: center;
  }

  .contacts__equipment ul li {
    width: 320px;
  }

  .contacts__text {
    margin-bottom: 50px;
  }

  .contacts__feedback-socials li {
    margin: 0 4px;
  }

  .footer__content {
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer__socials {
    margin-left: 0;
  }

  .footer__socials li {
    padding-top: 30px;
  }

  .footer__socials li:not(:first-child) {
    margin-left: 8px;
  }

  .footer__copyrights {
    text-align: center;
  }

  .header__content {
    height: 80px;
  }

  .header__name .icon--base {
    font-size: 200px;
  }

  .header__wrapper {
    padding-top: 60px;
  }

  .header__show-menu .mobile-menu-show span {
    width: 35px;
  }

  .header__show-menu .mobile-menu-show span:not(:first-child) {
    margin-top: 6px;
  }

  .news-details__date {
    top: 0;
    margin-top: 5px;
    -webkit-transform: none;
    transform: none;
  }

  .news-details__title {
    padding: 70px 0 0;
  }

  .news-details__gallery li {
    width: calc(100% / 2 - 14px);
  }
  
  .news-details__text img {
	width: 100%;
	height: auto;
  }  

  .subscribe__content {
    padding-right: 80px;
    padding-left: 80px;
  }
}

@media (max-width: 750px) {

  .news__intro-text img {
    max-width: 100%;
    height: auto;
  }

  .contacts__equipment {
    flex-direction: column;
  }
  .eq-list {
    width: 100%;
    margin: 20px 0;
    padding: 0 30px;
  }

  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }
  
  .AlbumsVideoHorizontal {
	width: 100% !important;
	/*margin-bottom: 15px;*/
  }
  
  .AlbumsVideoVertical {
	height: 500px !important;
  }
  
}

@media only screen and (max-width: 525px) {
  .home-thumbnails__thumbnail {
    width: 100%;
  }
}

@media only screen and (max-width: 480px) {
  .album__photos .grid-sizer,
  .album__photos .grid-item {
    width: 100%;
  }

  .comments__form-row {
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: flex-start;
    -ms-flex-align: start;
  }

  .comments__form-captcha {
    order: 2;
    -ms-flex-order: 2;
  }

  .comments__form-socials {
    margin-bottom: 22px;
    margin-left: 0;
  }

  .comments__form-submit .button {
    width: 100%;
  }

  .nav-buttons li:last-child .nav-icon {
    margin-right: 0;
  }

  .nav-buttons li .nav-icon {
    margin-left: 0;
  }

  .nav-buttons li .nav-label {
    display: none;
  }

  .contacts__feedback-row {
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: flex-start;
    -ms-flex-align: start;
  }

  .contacts__feedback-row--personal_data {
    -ms-flex-direction: row;
    flex-direction: row;
    flex-wrap: nowrap;
  }

  .contacts__feedback-captcha {
    order: 2;
    -ms-flex-order: 2;
  }

  .contacts__feedback-submit .button {
    width: 100%;
  }

  .footer__name {
    display: flex;
    justify-content: center;
  }

  .videos__video {
    margin-bottom: 30px;
  }

  .videos__video-image iframe {
    height: auto;
  }

  .footer__name .icon {
    font-size: 250px;
  }

  .subscribe__content {
    padding: 60px 30px 80px;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }

  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }
}

.news__intro-text_a a {
	color: #a6c1ce;
}

.news__intro-text_a a:hover {
	color: #c1d4dd;
}