/**
Theme Name:     itbsoft
Author:         Author
*/
body {
    height: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow-x: hidden;
    font-family: 'IBM Plex Sans', Helvetica, sans-serif;
    font-size: 18px;
    color: #230E06;
    line-height: 1.5;
}
img {
    max-width: 100%;
    display: block;
    position: relative;
    margin: 0 auto;
}
h1 {
    font-size: 36px;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 30px;
}
h2 {
    font-size: 32px;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 40px;
}
a {
    color: #FF6A28;
    text-decoration: none;
}
/*-------------------------*/
.base {
    position: relative;
}
.base .base__wrapper {
    width: 100%;
}
.base .base__inner {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
}
/*-------------------------*/
.head {
    padding-bottom: 135px;
}
.head .head__inner {
    display: flex;
    justify-content: space-between;
}
.head .head__text-inner {
    max-width: 500px;
    width: 100%;
}
.head .head__logo {
    padding-top: 20px;
    margin-right: 10px;
}
.head h1 {
    margin-bottom: 0;
}
.head .head__title {
    margin-bottom: 30px;
    position: relative;
    font-size: 24px;
    font-weight: 500;
}
.head .head__phone {
    padding: 35px 15px;
}
.head .head__phone a {
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: 0.3s ease-out border;
    white-space: nowrap;
}
.head .head__phone a:hover {
    border-color: #fff;
    text-decoration: none;
    transition: 0.3s ease-out border;
}
.head .head__right {
    background: #FF6A28;
    border-radius: 0 0 0 80px;
    display: flex;
    padding: 0 50px;
    box-sizing: border-box;
    margin-right: -50px;
    position: relative;
}
.head .head__right::before {
    content: '';
    height: 97px;
    background: #FF6A28;
    position: absolute;
    top: 0;
    left: 99%;
    right: -100%;
    width: 100%;
}
.head .head__btn a {
    background: #FF6A28;
    border-radius: 2px;
    color: #FFFFFF;
    font-weight: 700;
    padding: 15px 40px;
    display: inline-block;
    text-decoration: none;
    border: 1px solid #FF6A28;
    transition: 0.3s ease-out color, 0.3s ease-out background;
}
.head .head__btn a:hover {
    background: transparent;
    color: #FF6A28;
    transition: 0.3s ease-out color, 0.3s ease-out background;
}
.head .head__wrap {
    position: relative;
    margin-top: 125px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.head .head__text {
    margin-bottom: 30px;
}
/*-------------------------*/
.fix-head {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #FF6A28;
    z-index: 10;
    padding-bottom: 0;
    display: none;
}
.fix-head.active {
    display: block;
}
.fix-head .head__logo {
    padding-top: 0;
}
.fix-head.head .head__inner {
    align-items: center;
}
/*-------------------------*/
#popout .menu .menu__link a {
    color: #230E06;
    transition: 0.3s ease-out color;
}
#popout .menu .menu__link a:hover {
    color: #FF6A28;
    transition: 0.3s ease-out color;
}
/*-------------------------*/
.menu {
    display: flex;
    flex-wrap: wrap;
    padding: 25px 0;
}
.menu .menu__link {
    padding: 10px 15px;
}
.menu .menu__link a {
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: 0.3s ease-out border;
}
.menu .menu__link a:hover {
    border-color: #fff;
    text-decoration: none;
    transition: 0.3s ease-out border;
}
/*-------------------------*/
.company {
    background: #FCFCFC;
    margin-bottom: 120px;
}
.company h2 {
    margin-top: -10px;
}
.company .company__inner {
    display: flex;
    padding-top: 105px;
    padding-bottom: 110px;
}
.company .company__left {
    padding-right: 90px;
    box-sizing: border-box;
}
.company .company__img {
    position: relative;
}
.company .company__img img {
    position: relative;
}
.company .company__img::before {
    content: '';
    background: #F5F5F5;
    border-radius: 2px;
    width: 256px;
    height: 268px;
    position: absolute;
    right: -45px;
    bottom: -45px;
}
.company .company__text {
    max-width: 600px;
}
/*-------------------------*/
.advantage {
    margin-bottom: 120px;
}
.advantage .advantage__title {
    text-align: center;
}
.advantage .advantage__items {
    display: flex;
    flex-wrap: wrap;
    margin-right: -50px;
}
.advantage .advantage__item {
    width: 33.3%;
    padding-right: 50px;
    box-sizing: border-box;
}
.advantage .advantage__img {
    margin-bottom: 15px;
}
/*-------------------------*/
.proposal {
    background: #FCFCFC;
    padding-top: 110px;
    padding-bottom: 80px;
    margin-bottom: 120px;
}
.proposal .proposal__title {
    text-align: center;
    margin-bottom: 0;
}
.proposal .proposal__posttitle {
    font-weight: 600;
    text-align: center;
    margin-bottom: 50px;
}
.proposal .proposal__items {
    display: flex;
    flex-wrap: wrap;
    margin-right: -40px;
}
.proposal .proposal__item {
    width: 33.3%;
    padding-right: 40px;
    box-sizing: border-box;
    margin-bottom: 40px;
}
.proposal .proposal__inner {
    border-bottom: 2px solid #230E06;
    height: 100%;
    max-width: 360px;
    margin: 0 auto;
}
.proposal .proposal__text {
    padding: 15px 0;
}
/*-------------------------*/
.itb {
    margin-bottom: 210px;
}
.itb .itb__columns {
    display: flex;
    justify-content: space-between;
    margin-right: -60px;
}
.itb .itb__column {
    width: 33.3%;
    padding-right: 60px;
    box-sizing: border-box;
}
.itb .itb__item {
    margin-bottom: 70px;
    display: flex;
}
.itb .itb__number {
    color: #FF6A28;
    font-weight: 600;
    padding-right: 10px;
}
.itb .itb__img {
    position: relative;
}
.itb .itb__img::before {
    content: '';
    background: #F5F5F5;
    border-radius: 2px;
    width: 256px;
    height: 268px;
    position: absolute;
    left: -45px;
    bottom: -60px;
}
.itb .itb__title {
    text-align: center;
}
/*-------------------------*/
.contacts {
    margin-bottom: 100px;
}
.contacts .contacts__items {
    display: flex;
}
.contacts .contacts__map {
    padding-right: 60px;
    width: 100%;
    max-width: 740px;
    height: 450px;
    box-sizing: border-box;
}
.contacts .contacts__wrap-address {
    max-width: 230px;
}
.contacts .contacts__address {
    margin-bottom: 30px;
}
.contacts .contacts__phone {
    margin-bottom: 30px;
}
/*-------------------------*/
.footer {
    background: #FF6A28;
    color: #fff;
}
.footer .footer__inner {
    padding-top: 40px;
    padding-bottom: 35px;
    display: flex;
    align-items: center;
}
.footer .footer__logo {
    padding-right: 20px;
}
.footer .footer__copyright {
    font-size: 14px;
}
/*-------------------------*/
#toggle {
    display: none;
}