@import url('https://fonts.googleapis.com/css2?family=Tenor+Sans&display=swap');

@font-face {
 font-family: "Journalism";
 src: url("/webfonts/journalism.woff") format("woff");
 font-weight: 400;
}

::selection {
    color:#fff;
    background:#AAB3BC; 
}


* {
	margin: 0;
	padding: 0;
}

html,
body {
	font-size: 18px;
    font-family: "Roboto", "Open Sans", sans-serif;
    font-weight: 400;
    color: #000;
}

a {
	color: #4B8AD6;
    transition: 0.7s;
}

a:hover {
	color: #0C6C81; 
	text-decoration: none;
    transition: 0.3s;
}

.aLinkBrand {
    color: #0C6C81;
    text-decoration: none;
}

.aLinkBlack {
    color: #000;
    text-decoration: none;
}

.aLinkBlack:hover {
    color: red;
    text-decoration: none;
}

.aLinkGray {
  color: #787878;
}

.aLinkWhite {
  color: #fff;
  text-decoration: none;
}

.aLinkWhite:hover {
    color: #e1e1e1;
    text-decoration: none;
}

.aLinkMotion {
    position: relative;
    cursor: pointer;
    text-decoration: none;
}

.aLinkMotion:after {
    display: block;
    position: absolute;
    left: 0; /*изменить на right:0;, чтобы изменить направление подчёркивания */
    width: 0; /*задаём длинну линии до наведения курсора*/
    height: 2px; /*задаём ширину линии*/
    background-color: #0C6C81; /*задаём цвет линии*/
    content: "";
    transition: width 0.3s ease-out; /*задаём время анимации*/
}

.aLinkMotion:hover:after,
.aLinkMotion:focus:after {
	width: 100%; /*устанавливаем значение 100% чтобы ссылка подчёркивалась полностью*/
}

.divMenu {
    padding-top: 60px;
    margin-bottom: 20px;
    padding-left: 0px;
}

.divMenuLeftItem {
    margin-top: 20px;
    margin-bottom: 15px;
    padding-left: 50px;
    font-size: 24px;
    font-weight: 500;
}

.divMenuLeftItemMenu {
    padding-left: 50px;
}

.divMenuFull {
    visibility: hidden;
    opacity: 0;
    position: fixed; 
    left: 0; 
    right: 0; 
    top: 0; 
    bottom: 0; 
    background-color: white; 
    z-index: 10; 
    -webkit-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
}

.divMenuFullContent {
    margin-top: 100px;
    margin-left: 0px;
}

.divMenuLogo {
    margin-right: 50px;
}

.divMenuLogo img {
    height: 100px;
}

.divMenuRightLogo {
    margin-top: 10px;
    margin-right: 20px;    
}

.main {
    padding-top: 150px;
}

.main-desсription  {
    padding-top: 0px;
    margin-bottom: 0px;
}

.main-desсription  p {
    line-height: 1.3; 
    width: 550px;
}

.main-foto {
    padding: 0px;
}

.main-desсription__width {
    width: calc(var(--main-container)/2 - 30px);
    float: right;
}

.divPageIndexGalleryFotoDop {
    height: 0px;
     margin-top: 30px;
    -webkit-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;  
}


h1 {
    font-size: 140px;
    font-family: 'Journalism', serif;
    font-weight: 400;
    padding-top: 0px;    
    padding-bottom: 0px;
    color: #000;
    line-height: 1; 
}


h2 {
    font-size: 76px;
    font-weight: 600;
    color: #424242;
}

h3 {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 30px;
    text-transform: uppercase;
}

h4 {
    font-size: 24px;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.razdel {
   margin-top: var(--radzel-margin);  
}

.razdel-about-foto {
    margin-top: 50px;  
    padding-left: calc((100% - var(--main-container)) / 2 + 15px);
}

.razdel-map {
    margin-top: 30px;
}

.razdel-map__height {
    width: 100%; 
    height: 780px;
}

.razdel-advantages__title {
    padding-bottom: 40px;
}

.razdel-advantages__row {
    padding: 20px 0;    
}

.razdel-place-item  {
    padding-top: 30px;
    padding-bottom: 70px;
}

.razdel-foto-item  {
    padding-top: 30px;
    padding-bottom: 30px;
}

.razdel-place-item h4{
   margin-bottom: 10px;
}


.razdel-place-item div{
    width: 360px;
}

.razdel-place-item p {
    padding-top: 10px;
}

.razdel-hit {
    margin-top: 130px;  
}

.razdel-hit-description {
    padding-left: calc((100% - var(--main-container)) / 2 + 15px);
}

.hit-desсription__width {
    width: calc(var(--main-container)/3 - 30px);
    float: left;
}

.hit-foto__width {
    display: flex;
    padding-left: 25px;
}

.hit-foto__width img {
    max-width: 100%;
    height: auto;
    max-height:100%
}

.hit-row {
    overflow: hidden;
}

.hit-navigation {
    margin-top: 110px;
    display: flex;
    align-items: center;
}

.hit-navigation__left:hover , .hit-navigation__right:hover {
    cursor: pointer;
}

.hit-navigation__middle {
    font-size: 32px;
    font-family: 'Tenor Sans', sans-serif;
    padding: 0 35px;
}

.razdel-additional-item {
    padding-top: 25px;
    padding-bottom: 30px;
}

.razdel-additional-item h4 {
    margin-bottom: 0px;
}

.razdel-additional-item p {
    width: 340px;
}

.razdel-additional__underscore {
    padding-top: 25px;
    margin-bottom: 25px;
    width: 40px;
    border-bottom: 1px solid #000;
}

.razdel-footer {
    padding-top: 130px;
    padding-bottom: var(--radzel-margin);
    background-color: #D9D9D9;
}

.line__border {
    border-bottom: 1px solid #E5E5E5;
}

.line__border2 {
    border-top: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
}

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

.p-map-heading {
  font-size: 18px;
  margin-bottom: 0px;
}

.p-map-adress {
   font-size: 14px;
}

.p-hit__category {
    font-size: 18px;
    font-weight:  500;
    letter-spacing: 0.2em;
    margin-bottom: 0px;
}

.p-hit__name {
    font-size: 32px;
    line-height: 1.1; 
    padding-top: 50px;
    padding-bottom: 20px;
}

.p-hit__description {
    font-size: 18px;
    padding-bottom: 50px;
}

.p-desсription-1 {
    font-size: 34px;
    font-weight:  500;
    margin-top: 40px;
}

.p-desсription-2 {
    font-size: 24px;
    font-weight:  400;
    margin-top: 40px;
    margin-bottom: 60px;
}

.container__rightno {
    margin-right: 0px;
}

.row__rightno {
    padding-right: 0px;
}

.button-large {
    font-size: 18px;
    width: 280px;
    height: 80px;
}

.button-normal {
    width: 380px;
    height: 80px;
}

.button-border-no {
    border-radius: 0;
}

.button-brand {
   color: #fff ;
   font-weight: 600; 
   background-color: #424242;
   cursor: pointer;
   border: 0px solid #424242;
}

.button-brand:hover {
    background-color: #1e1e1e;
    transition: 0.5s;
}

.button-white {
   color: #000 ;
   font-weight: 400; 
   background-color: #C4C4C4;
   cursor: pointer;
   border: 1px solid #C4C4C4;
   text-transform: uppercase;
   letter-spacing: 0.3em;
}

.button-white:hover {
    color: #fff;
    background-color: #424242;
    border: 1px solid #424242;    
    transition: 0.5s;
}

.input--footer {
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 1px solid #787878;   
    background-color: #2C2C2C;
    width: 565px;
}

input[type="text"]:focus, input[type="tel"]:focus  {
    color: #fff;
    outline: none;
}

.form-floating-label__last {
    margin-bottom: 50px;
}

.p__big {
    font-size: 90px;
    margin-bottom: 0;
    line-height: 1.0; 
}

.p__middle {
    font-size: 24px;
    margin-bottom: 0;
    width: 340px;
}

.p__normal {
    margin-bottom: 0;
}

.p-footer__name {
    font-size: 34px;
    font-weight: 500; 
    line-height: 1; 
    text-transform: uppercase;
    width: 560px;
    margin-bottom: 25px;
}

.p-footer__phone {
    font-size: 24px;
}


.p-footer__adress {
    font-size: 24px;    
}


.pMenuFullItem {
    font-size: 28px;
    margin-bottom: 30px;
    line-height: 1.5; 
}

.spanBrand {
    color: #E0500C;
}

.span-spacing10 {
    letter-spacing: 0.1em;
}

.span-spacing20 {
    letter-spacing: 0.2em;
}

.svgLine2 {
    margin-left: -15px;
}

.svgLine21 {
    stroke-dasharray: 40;
    stroke-dashoffset: 25;
} 

.svgLine2:hover {
    stroke-dashoffset: 0;
}