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

* {
	margin: 0;
	padding: 0;
}

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

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

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

.main {
    height: 100vh;
    font-size: 14px;
    padding-top: 70px;
    padding-bottom: 35px;
    text-align: center;
    color: #777777;
    background-color: #020202;
    background-image: url(../images/page/main/owl-in-hand.jpg); 
    background-position: center  calc(100% - 200px); 
    background-repeat: no-repeat; 
}

.main-end {

}

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

.main-title__left {

}

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

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

.main-desсription  {
    font-size: 14px;
}

.main-desсription  p {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3; 
}

.container {
    width: 1200px;
    margin: 10px auto 50px auto; 
}

.container-text {
    padding: 0 190px;
}

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

.foto {
    margin: 50px 0;
}

.foto-small {
    padding: 0 150px;
}

.container-foto {
    width: 1200px;
    margin-top: 20px;
}

.container-foto__full {
    width: 100%;
    margin-top: 20px;
}

.container-foto__gray {
    background-color: #E5E5E5;
    padding: 150px 0;
}

.razdel {
    margin-top: 300px;
}

.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;
}

.text__top {
    margin-top: 200px;
}

.text__top2 {
    padding-top: 60px;
}

.text__top_small {
    margin-top: 80px;
}

.text__bottom {
    margin-bottom: 200px;
}

.text-foto {
    padding-bottom: 40px;
}

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

h1 {
    font-size: 80px;
    font-weight: 700;
    padding-top: 30px;
    padding-bottom: 50px;
    color: #fff;
    line-height: 1; 
}

h2 {
    font-size: 60px;
    font-weight: 700;
    margin-top: 200px;
}

h3 {
    font-size: 28px;
    font-weight: 700;
    margin-top: 120px;
    margin-bottom: 20px;
}

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

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

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

.button-normal {
    font-size: 18px;
    width: 380px;
    height: 80px;
    cursor: pointer;
}

.img-vertical, .img-fluid {
    max-width: 100%;
    height: auto;
}

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

.p-item {
    font-weight: 600; 
    margin-top: 60px;
}

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

.p__center {
    text-align: center;
}

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

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

