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

:root {
  --main-container: 1200px;
  --small-container: 1000px;
  --radzel-margin: 170px;
  --radzel-dop: 130px;
  --offset-container: 50px;  
  --offset-content: 60px;    
}

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

* {
	margin: 0;
	padding: 0;
    box-sizing:border-box;
}

html,
body {
	font-size: 18px;
    font-family: 'Noto Serif', serif;
    font-weight: 300;
    color: #424242;
}

.container {
    width: var(--main-container);
    margin: 0 auto; 
    padding: 0;
}

.container p {
    margin-bottom: 20px;
    line-height: 170%;
}

.content {
    display: flex;
}

.content__left{
    width: calc((var(--main-container) - 120px)/3);
}

.content__right {
    margin-left: 60px;
    width: calc(2*(var(--main-container) - 60px)/3);
}

.content-text__left{
    width: calc(2*(var(--main-container) - 60px)/3);
}

.content-foto__right {
    margin-left: 60px;
    width: calc((var(--main-container) - 120px)/3);
}

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

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

.vertical {
    display: flex;
    justify-content: flex-start;
    margin: 80px 0;
}

.vertical-text, .vertical-foto {
    width:calc((100% - 80px)/2 );
}

.text__left {
    margin-left: 40px;
}

.text__right {
    margin-right: 40px;
}

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

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

h1 {
    font-size: 60px;
    font-family: "Roboto", "Open Sans", sans-serif;    
    font-weight: 600;
    padding-top: 30px;    
    padding-bottom: 0px;
    color: #e0500c;
    line-height: 1; 
}

.h1-dop {
    font-size: 120px;
    font-weight: 700;
    color: #acacac;
}

h2 {
    font-size: 50px;
    font-weight: 700;
    padding-bottom: 2.5rem;
    margin-top: calc(2*var(--radzel-margin));
}

h3 {
    font-size: 28px;
    font-weight: 800;
    padding-bottom: 1rem;
}

h4 {
    font-size: 24px;
    font-weight: 800;
}

p {
   line-height: 150%;
   margin-bottom: 20px;
}

ul, ol {  
    padding-left: 4rem;
    line-height: 170%;
    margin-bottom: 60px;
}

.li-check {
    list-style-type: "✔";
}

.li-check li {
    padding-left: 10px;
}

.aLinkDark {
    color: #424242;
    text-decoration: none;
    transition: 0.5s;
}
   
.aLinkDark:hover {
    color: #f00000; 
}

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

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

.сover {
    padding-top: 50px;
    padding-bottom: 100px;
    text-align: center;
    color: #424242;
    background-color: #e0500c;
}

.cover-content {
    padding-top: 30px;
    padding-bottom: 10px;
    background-color: white;
}

.сover-description {
    padding-top: 30px;
    padding-bottom: 30px;
}

.сover-end {
    padding-top: 30px;
    padding-bottom: 30px;
}

.main {
    height: 100vh;
    font-size: 200px;
    margin-top: var(--radzel-margin);
    padding-top: 70px;
    padding-bottom: 35px;
    text-align: center;
    color: white;
    background-color: #e0500c;
}

.main-title {
    display: flex;
    justify-content: center;
}

.main-title__center {
    padding-top: 150px;
    padding-bottom: 150px;
}

.main-title__left {

}

.main-title__right {
    align-self: flex-end;
}

.main-title__right img {
     transform: rotate(180deg);
}

.divHidden {
    display: none;
}

.menu-desktop {
    display: flex;
    background-color: white;
    height: 60px;
    align-items: center;
    justify-content: space-between;
}

.menu-desktop2 {
    display: flex;
    justify-content: space-between;    
}


.menu-left, .menu-right  {
    display: flex;
    flex-direction: row;
}

.menu-left  {
    justify-content: flex-start;
}

.menu-right {
    justify-content: flex-end;
}

.menu-right-item {
    margin-left: 45px;
}

.menu-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    height: 36px;
}

.menu-logo {
    display: flex;
    align-items: center;
}

.menu-logo-name {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.3; 
    margin-left: 10px;
}

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

.logo-img {

}

.logo-name {
    font-size: 18px;
    padding-left: 15px;
    padding-right: 40px;
    white-space: nowrap;
    font-weight: bold;
    color: #1D1D1F;
}

.logo-description {
    font-size: 12px;
    color: #1D1D1F;
    font-weight: 300;
}

.menu-full {
    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;
}

.menu-full-content {
    margin-top: 50px;
    margin-left: 0px;
}

.divHidden {
    display: none;
}

.fixed-top {
    display: flex !important;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 5;
}

.active {
    color: #0D7175 !important;
    border-bottom: 3px solid #0D7175;
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15)!important
}

.img-vertical, .img-fluid {
    max-width: 100%;
    height: auto;
}
.img-border {
    border: 1px solid #c2c2c2;
}

.p-foto {
   font-size: 14px;
   font-weight: 400; 
   line-height: 130% !important;
   padding-bottom: 40px;
}

.p-small {
    font-size: 15px;
}

.p-menu-full-item {
    font-size: 28px;
    margin-top: 30px;
    margin-bottom: 0px !important;
    line-height: 130% !important;
    font-weight: 500;    
}

.span-brand {
    color: #e0500c;
}

.span-menu {
    margin-right: 40px;
}

.button-cursor:hover {
    cursor: pointer;
}

.selected {
    color: #0D7175 !important;
    border-bottom: 3px solid #0D7175;
}

blockquote {
    text-align: right;
    font-style: italic;
    margin-bottom: 20px;
}


