@font-face {
	font-family: 'Raleway';
	src: url('../fonts/Raleway/Raleway-Regular.eot'),
		url('../fonts/Raleway/Raleway-Regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Raleway/Raleway-Regular.woff') format('woff'),
		url('../fonts/Raleway/Raleway-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/Montserrat/Montserrat-Medium.eot'),
		url('../fonts/Montserrat/Montserrat-Medium.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Montserrat/Montserrat-Medium.woff') format('woff'),
		url('../fonts/Montserrat/Montserrat-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}
*, *:before, *:after{
    box-sizing: border-box;
}
body{
    font-family: 'Raleway', sans-serif;
}
.page_wrapper{
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.container{
    margin: 0 auto;
    max-width: 1140px;   
}
.wrapper{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.header{
    position:fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    padding: 15px;
    background: #1a1a1a80;
}
.header__menu{
    position: relative;
    z-index: 1;
    width: 34px;
    height: 26px;
}
.header__menu span{
    position: absolute;
    z-index: 1;
    top:0;
    right:0;
    background-color: #ffe500;
    border-radius: 2px;
    height: 4px;
    width: 100%;
}
.header__menu span:nth-child(2){
    width: 66%;
    top: 11px;
}
.header__menu span:nth-child(3){
    width: 33%;
    top: unset;
    bottom: 0;
}
.section_one{
    background-color: #1a1a1a;
}
.section_one__wrapper{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    color: #ffffff;
}
.section_one__title{
    font-size: 18px;
    margin-bottom: 36px;
    text-transform: uppercase;
    letter-spacing: 10px;
    font-weight: lighter;
    text-align: center;
}
.section_one__description{
    font-size: 13px;
    margin-bottom: 36px;
    letter-spacing: 3px;
    text-align: center;
}
.section_one__button{
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    background-color: #ffe500;
    color:#ffffff;
    padding: 16px 34px;
    text-decoration: none; 
    border: 1px solid #ffe500;
    transition: all 0.2s ease-in-out;
}
.section_one__button:hover{
    color: #ffe500;
    background: #1a1a1a;
    transform: scale(1.1);
}
.section_one__img{
    justify-self: flex-end;
    padding: 20px;
}
.section_two{
    background-color: #ffffff;
}
.section_two__wrapper{
    display: flex;
    flex-wrap:  wrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 645px;
}
.section_two__img{
    padding: 75px;
}
.section_two__text{
    display: flex;
    flex-wrap: wrap;
    min-height: 170px;
    max-width: 575px;
    color: #939393;
    font-size: 15px;
    line-height: 30px;
    text-align: center;
}
.section_three{
    background: #f4f4f4;
    min-height: 920px;
}
.section_three__wrapper{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
}
.section_three__img{
    padding-top: 70px;
}
.section_three__title{
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 10px;
    padding: 35px;
    color: #1b1b1b;
}
.section_three__text{
    display: block;
    flex-wrap: wrap;
    max-width: 700px;
    color: #707070;
    font-size: 15px;
    line-height: 30px;
    text-align: center;
    margin-bottom: 80px;
}
.section_three__block{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    width: 100%;
}
.section_three__block__item{
    flex: 0 1 270px;
}
.section_three__block__item__top{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    background: #ffffff;
    min-height: 350px;
    margin: 0 15px 25px;
    padding: 30px;
    align-items: center;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2)
}
.item__top__image{
    margin-bottom: 35px;
    height: 60px;
}
.item__top__title{
    display: flex;
    flex-direction: column;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bolder; 
    letter-spacing: 5px;
    line-height: 25px;
    text-align: center;
    margin-bottom: 40px;
}
.item__top__text{
    font-size: 12px;
    color: #939393;
    text-align: center;
    line-height: 20px;
}
.section_three__block__item__bottom{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    max-width: 270px;
    min-height: 165px;
    background: #ffffff;
    margin: 0 15px 35px;
    padding: 10px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2)
}
.block__item__bottom__part{
    margin: 0 0 30px;
}
.block__item__bottom__title{
    font-size: 13px;
}
.block__item__bottom__line_1{
    position: relative;
    z-index: 1;
    top:15px;
    left: 0;
    max-width: 230px;
    height: 5px;
    max-width: 230px;;
    background-color: #f4f4f4;
}
.block__item__bottom__line_1 span{
    position: absolute;
    z-index: 2;
    background-color: #ffe500;
    height: 100%;
    width: 90%;
}
.block__item__bottom__line_2{
    position: relative;
    z-index: 1;
    top:15px;
    left: 0;
    max-width: 230px;
    height: 5px;
    max-width: 230px;;
    background-color: #f4f4f4;
}
.block__item__bottom__line_2 span{
    position: absolute;
    z-index: 2;
    background-color: #ffe500;
    height: 100%;
    width: 98%;
}
.block__item__bottom__line_3{
    position: relative;
    z-index: 1;
    top:15px;
    left: 0;
    max-width: 230px;
    height: 5px;
    max-width: 230px;;
    background-color: #f4f4f4;
}
.block__item__bottom__line_3 span{
    position: absolute;
    z-index: 2;
    background-color: #ffe500;
    height: 100%;
    width: 70%;
}
.section_four{
    background-color: #1a1a1a;
    min-height: 240px;
}
.section_four__wrapper{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    min-height: 240px;
}
.section_four__wrapper__item{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 270px;
    min-height: 70px;
    background: #ffffff;
    margin: 15px;
    padding: 15px;
    align-items: center;
}
.section_four__wrapper__item__number{
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: bolder;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 5px;
    font-style: normal;
}
.section_four__wrapper__item__text{
    text-transform: uppercase;
    font-size: 13px;
    text-align: center;
}
.section_five__wrapper{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    min-height: 540px;
    background: #ffffff;
    align-items: center;
}
.section_five__logo{
    margin: 80px 0 30px;
}
.section_five__title{
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 10px;
    margin-bottom: 35px;
    color: #1b1b1b;
}
.section_five__text{
    max-width: 770px;
    font-size: 15px;
    color: #939393;
    text-align: center;  
    margin-bottom: 85px;
}
.section_five__content{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.section_five__content__image{
    margin: 0 40px;
}
.section_five__content__text{
    display: flex;
    width: 460px;
    text-transform: uppercase;
    font-size: 13px;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    height: 60px;
    justify-content: space-around;
    align-items: center;
}
.section_six{
    min-height: 350px;
    background: #1a1a1a;
}
.section_six__wrapper{
    display: flex;
    min-height: 350px;
    flex-grow: 1;
    align-items: stretch;
    justify-content: space-between;
}
.section_six__wrapper__item{
    width: 320px;
}
.section_six__wrapper__item:nth-child(odd){
    background: #f4f4f4;
}
.section_six__wrapper__item:nth-child(3){
    display: flex;
    flex-wrap:wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.section_six__content__yellow{
    background: #ffe500;
    width: 230px;
    min-height: 35px; 
}
.section_six__content__text{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: #ffffff;
    width: 260px;
    min-height: 190px;
    padding: 30px;
}
.section_six__content__text__title{
    text-transform: uppercase;
    font-size: 13px;
    margin-bottom: 30px;
}
.section_six__content__text__description{
    font-size: 12px;
    color: #939393;
    text-align: center;
    line-height: 20px;
}
.section_seven{
    background: #ffffff;
    min-height: 215px;
}
.section_seven__wrapper{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    min-height: 215px;
}
.section_seven__button{
    display: block;
    background: #ffe500;
    color: #000000;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: bolder;
    letter-spacing: 5px;
    text-decoration: none;
    padding: 20px 35px;
    transition: all 0.2s ease-in-out;
}
.section_seven__button:hover{
    transform: scale(1.1)
}
.section_eight{
    background: #1a1a1a;
    min-height: 380px;
}
.section_eight__wrapper{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    min-height: 380px;
}
.section_eight__button{
    display: block;
    color: #ffe500;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 10px;
    font-size: 15px;
    border: 1px solid #ffe500;
    padding: 30px 45px; 
    transition: all 0.2s ease-in-out;
}
.section_eight__button:hover{
    background: #ffe500;
    color: #1a1a1a;
    transform: scale(1.1);
}
.section_nine{
    min-height: 910px;
    background: #ffffff;
}
.section_nine__wrapper{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
}
.section_nine__logo{
   margin: 80px 0 30px; 
}
.section_nine__title{
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 15px;
    margin-bottom: 40px;
    text-align: center;
}
.section_nine__text{
    max-width: 755px;
    text-align: center;
    color: #707070;
    font-size: 15px;
    line-height: 30px;
    margin-bottom: 85px;
}
.section_nine__content{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
}
.section_nine__content__item{
    width: 250px;
    height: 510px;
    background: #ffffff;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    margin: 15px;
}
.section_nine__content__item__top{
    background: #000000;
    height: 265px;
}
.section_nine__content__item__title{
    background: #d1bc05;
    text-align: center;
    font-size: 15px;
    letter-spacing: 5px;
    padding: 25px 0;
}
.section_nine__content__item__text{
    background: #ffffff;
    color: #707070;
    padding: 20px 30px;
    text-align: center;
    font-size: 12px;
    line-height: 25px;
}
.section_ten{
    background: #ffffff;
    min-height: 690px;
    position: relative;
}
.section_ten__yellow_line{
    position: absolute;
    height: 210px;
    background: #ffe500;
    z-index: 1;
    width: 100%;
    top: 35%;
}
.section_ten__wrapper{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}
.section_ten__item{
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin: 60px 10px;
    min-height: 590px;
}
.section_ten__item:nth-child(2){
    flex-direction: column-reverse;
}
.section_ten__item__top{
    min-height: 370px;
    background: #1a1a1a;
    color: #d5d5d5;
    font-size: 12px;
    line-height: 25px;
}
.section_ten__item__top__text{
    max-width: 550px;
    padding: 55px 65px;
}
.section_ten__item__bottom{
    width: 550px;
    height: 220px;
    padding: 60px 90px;
    font-size: 12px;
    color: #707070;
    line-height: 25px;
    text-align: center;
}
.section_ten__item__bottom_1{
    text-align: left;
    font-style: italic;
    color: #000000;
    font-weight: bold;
}
.section_ten__item__bottom_2{
    text-align: right;
    font-style: italic;
    color: #000000;
    font-weight: bold;    
}
.footer{
    background-color: #1b1b1b;
}
.footer__wrapper{
    display: flex;
    flex-wrap: wrap;
    padding: 80px 0;
}
.footer__item{
    display: flex;
    flex-wrap: wrap;
    flex: 1 1 300px;
    padding: 15px;
    color: #ffffff;
    font-size: 12px;
}
.footer__item__logo{
    padding: 20px;
}
.footer__item__description{
    width: 100%;
    line-height: 26px;
    margin-bottom: 60px;
}
.footer__item__copyright{
    width: 100%;
    line-height: 26px;
}
.footer__item__copyright a{
    color: #ffe500;
    text-decoration: none;
}
.footer__item__menu{
    width: 50%;
    padding: 25px;
}
.footer__item__menu__title{
    font-size: 16px;
    margin-bottom: 26px;
}
.footer__item__menu__list li{
    list-style: none;
}
.footer__item__menu__list  li a{
    display: flex;
    color: #ffffff;
    margin-bottom: 26px;
    text-decoration: none;
    transition: color 0.2s ease-in-out;
}
.footer__item__menu__list  li a:hover{
    color: #ffe500;
}
.footer__item__social{
    padding: 15px;    
}
.footer__item__social__title{
    font-size: 16px;
    margin-bottom: 26px;
}
.footer__item__social__description{
    line-height: 26px;
    margin-bottom: 26px;
}
.footer__item__social__link{
    display: block;
    max-width: 370px;
    background-color: #ffe500;
    padding: 15px;
    color: #000000;
    text-decoration: none;
    text-align: center;
    border-radius: 20px;
}
.footer__item__social__media{
    display: flex;
    flex-wrap: wrap;
    padding: 30px 0;
}
.footer__item__social__media__item{
    padding: 5px;
}