.parallax-bg--root {
    /*display: none;*/
    position: fixed;
    top: 0;
    left: 0;
    /*width: calc(100% - 2px);*/
    width: 100%;
    height: 100%;
    border-radius: 0;
    object-fit: cover;
    -webkit-backface-visibility: hidden;
    /*display: block;*/
}

.section__header {
    font-size: 30px;
    letter-spacing: 0.5px;
    align-items: center;
}

.section__header > img {
    width: 22px;
    height: 22px;
    margin-right: 10px;
}

.section__header > div > img {
    width: 22px;
    height: 22px;
    margin-right: 10px;
}

/*.section__header strong {*/
/*    font-size: 20px;*/
/*    letter-spacing: .24px;*/
/*    color: #fcc803;*/
/*    font-weight: normal;*/
/*}*/

/*.section__header span {*/
/*    margin: auto 20px;*/
/*}*/

header nav.nav {
    position: relative;
}

header nav.nav > div {
    width: 940px;
    height: 680px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 60px;
}

header nav.nav .nav__logo {
    /*margin-top: 60px;*/
}

header nav.nav .nav__button {
    display: none;
    border-radius: 11px;
    box-shadow: 0 0 17px 0 rgba(0, 0, 0, 0.15);
    background-blend-mode: lighten;
    opacity: .9;
}

header nav.nav .nav__list {
    margin-top: 50px;
    font-size: 16px;
    letter-spacing: .53px;
    font-weight: bold;
}

header nav.nav .nav__list li a {
    color: black;
    text-decoration: none;
}

header nav.nav .nav__list li + li {
    margin-top: 40px;
}

header nav.nav .nav__image {
    /*font-size: 14.4px;*/
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0.21px;
    /*line-height: 1.88;*/
    /*letter-spacing: 0.17px;*/
    margin-top: 157px;
    font-weight: bold;
}

header nav.nav .nav__image .br--tablet {
    display: none;
}

header nav.nav .nav__img {
    /*margin-left: -15px;*/
}

header nav.nav .nav__img.nav__img--mobile {
    display: none;
}

/*header nav.nav .right-btn {*/
/*    position: absolute;*/
/*    width: 60px;*/
/*    height: 20px;*/
/*    top: 47%;*/
/*    right: 13%;*/
/*}*/


header nav.nav .nav__bg {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
    border-bottom-left-radius: 150px;
    width: 66%;
    height: 680px;
    object-fit: cover;
}

header nav.nav .nav__bg--desktop {
    display: block;
}

header nav.nav .nav__bg--mobile {
    display: none;
}

main.main .about {
    padding-top: 50px;
    margin-top: 50px;
    position: relative;
}

main.main .about > div:first-child > .wrapper {
    width: 35%;
    position: relative;
    /*z-index: -1;*/
}

.swiper-container {
    /*width: 600px;*/
    /*height: 300px;*/
    /*width: 85%;*/
    /*padding: 20px;*/
}

.swiper-container img {
    width: 100%;
    border-top-right-radius: 60px;
    border-bottom-left-radius: 60px;
    margin-bottom: -1px;
    margin-right: -2px;
}

main.main .about .about__group {
    width: auto;
}

main.main .about > div:first-child {
    width: 940px;
    margin-left: auto;
    margin-right: auto;
}

main.main .about .section__header {
    margin-left: 60px;
    width: unset;
}

main.main .about .side-img img {
    border-top-right-radius: 60px;
    border-bottom-left-radius: 60px;
}

main.main .about .side-img--mobile {
    display: none;
}

main.main .about article {
    margin-top: 40px;
    margin-left: 60px;
    /*width: auto;*/
}

main.main .about article header {
    font-size: 20px;
    letter-spacing: .86px;
    color: #4e5700;
}

main.main .about article header > strong {
    font-size: 28px;
    letter-spacing: 1.2px;
}

main.main .about article .about__content {
    margin-top: 30px;
}

main.main .about article .about__content--mobile {
    display: none;
}

main.main .about article .about__content p {
    font-size: 15px;
}

main.main .about article .about__content button.toggle-text {
    color: #cf0000;
    text-decoration: underline;
}

main.main .about article .about__content button.toggle-text#showText.show {
    display: none;
}

main.main .about article .about__content button.toggle-text#hideText.show {
    display: inline;
}

main.main .about article .about__content #moreText {
    /*margin-top: 20px;*/
    transition: max-height 1s ease;
    -o-transition: max-height 1s ease;
    -ms-transition: max-height 1s ease;
    -moz-transition: max-height 1s ease;
    -webkit-transition: max-height 1s ease;
    overflow: hidden;
    max-height: 0;
}

main.main .about article .about__content #moreText.show {
    max-height: 550px;
}

main.main .about article .about__content p + p {
    margin-top: 20px;
}

main.main .about article .about__content a {
    margin-top: 30px;
    width: 300px;
    height: 62px;
    background: #fdd230;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    font-size: 16px;
    letter-spacing: .19px;
    justify-content: flex-end;
    font-weight: bold;
    color: black;
    text-decoration: none;
}

main.main .about article .about__content a span {
    margin-right: 35px;
}

main.main .about article .about__content a img {
    margin-right: 20px;
    width: 36px;
    height: 12px;
}

main.main .about .about__bg {
    right: 0;
    top: 52%;
    font-size: 200px;
    position: absolute;
    bottom: 0;
    z-index: -1;
}

main.main .about .about__text--bg {
    /*font-size: 20vw;*/
    font-size: 270px;
    position: absolute;
    bottom: auto;
    z-index: -1;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: url("../images/bg-parallax.jpg");
    background-attachment: fixed;
    background-position: left;
    /*background-position-y: 100%;*/
    background-size: cover;
    background-repeat: no-repeat;
    opacity: .45;
    font-weight: normal;
    right: 0;
    top: 46%;
}

main.main .about .about__text--bg--mobile {
    display: none;
}

main.main .about img.about__text--bg {
    width: 100%;
}

main.main .services {
    padding-top: 50px;
    margin-top: 50px;
}

main.main .section__header {
    width: 940px;
    margin-left: auto;
    margin-right: auto;
}

main.main .services .services__title {
    width: 940px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    font-size: 15px;
    letter-spacing: .38px;
}

main.main .services .services__title strong {
    font-size: 25px;
    letter-spacing: 1.07px;
    color: #4e5700;
    margin-right: 20px;
}

main.main .services .list-container {
    position: relative;
    height: 670px;
}

main.main .services .list-container .white-placeholder {
    display: none;
}

main.main .services .list-container .parallax-bg {
    /*background-image: url("../images/services-bg-parallax.png");*/
    background-image: url("../images/bg-parallax.jpg");
    background-attachment: fixed;
    background-position: left;
    /*background-position-y: 100%;*/
    background-repeat: no-repeat;
    /*background-size: cover;*/
    background-size: 100% 100%;
    width: 75%;
    border-top-right-radius: 200px;
    border-bottom-right-radius: 200px;
    height: 100%;
    position: absolute;
    z-index: -1;
}

main.main .services .services__list {
    margin: 50px auto 0;
    width: 940px;
    display: grid;
    grid-template-columns: auto auto;
    grid-row-gap: 45px;
    padding-top: 60px;
}

main.main .services .services__list li .item-img {
    background: #fff8df;
    border: solid 3px #e8ba0d;
    height: 144px;
    width: 144px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

main.main .services .services__list li .item-img.sun > img:nth-child(1) {
    margin-bottom: 10px;
}

main.main .services .services__list li {
    display: flex;
    align-items: center;
}

main.main .services .services__list li a {
    color: black;
    text-decoration: none;
}

main.main .services .services__list li a:hover .item-img {
    border-color: #fb0000;
    background: white;
}

main.main .services .services__list li a:hover .item-text strong {
    color: #fb0000;
}

main.main .services .services__list li .item-img .hover {
    display: none;
}

main.main .services .services__list li a:hover .item-img .hover {
    display: block;
}

main.main .services .services__list li a:hover .item-img .box.normal {
    display: none;
}

main.main .services .services__list li .item-img .box {
    position: absolute;
    bottom: 0;
    right: 10px;
}

main.main .services .services__list li a > div:last-child {
    margin-left: 30px;
}

main.main .services .services__list li .item-text strong {
    font-size: 24px;
    letter-spacing: .29px;
}

main.main .services .services__list li .item-text p {
    margin-top: 10px;
    font-size: 13.5px;
    color: #5d6704;
}

main.main .services .services__list li .item-text > div:last-child {
    margin-top: 25px;
    font-size: 14px;
    letter-spacing: 0.17px;
}

main.main .services .services__list li .item-text > div:last-child .placeholder {
    margin-left: 15px;
    background: #fb0000;
    height: 1px;
    width: 90px;
}

main.main .services .list-container .services__bg {
    width: 75%;
    height: 670px;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -2;
    border-top-right-radius: 200px;
    border-bottom-right-radius: 200px;
}

main.main .services .list-container .services__text {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}

main.main .twitter {
    width: 500px;
    margin-left: auto;
    margin-right: auto;
    /*margin-top: 100px;*/
}

main.main .twitter .section__header {
    width: 500px;
}

main.main .twitter .section__header img {
    height: 28px;
    width: 28px;
}

main.main .twitter .section__header strong {
    margin-left: 12px;
}

main.main .twitter .section__header .text {
    font-size: 14px;
    margin: 15px 0 30px;
}

main.main .twitter .twitter-timeline {
    box-shadow: 0 0 40px 0 rgba(252, 200, 3, 0.15);
}

main.main .contact {
    border-bottom: none;
}

footer {
    margin-top: 100px;
    border-top: 5px solid #df0b0b;
}

main.main .location .corner-group {
    display: none;
}

.white-placeholder {
    display: none;
}

main.main .about img.about__text--bg--mobile {
    background: white;
    display: block;
    /*height: 13%;*/
    z-index: 0;
    /*-webkit-text-fill-color: blue;*/
    /*height: 100%;*/
    /*bottom: -273px;*/
    bottom: -85px;
    left: 0;
    position: absolute;
    width: 100%;
}

header {
    background: white;
    z-index: 5;
    position: relative;
    /*margin-right: -1px;*/
}

header nav {
    /*margin-right: -1px;*/
    /*width: 100%;*/
}

main.main .about {
    margin-top: 60px;
    padding-top: 0;
    margin-right: -1px;
}

main.main .about > div:first-child > .wrapper {
    /*padding-top: 60px;*/
    position: relative;
    z-index: 2;
    /*width: 100%;*/
    /*background: white;*/
}

main.main .about .about__group {
    position: relative;
    z-index: 2;
}

main.main .about .about__text--bg {
    z-index: 1;
}

main.main .services {
    position: relative;
    padding-top: 0;
    /*margin-right: -1px;*/
    margin-top: -1px;
}

main.main .services .section__header {
    background: white;
    /*margin ;*/
    width: 100%;
    padding-top: 100px;
    padding-bottom: 40px;
    /*margin-right: -1px;*/
}

main.main .services .services__content {
    margin-right: -1px;
}

main.main .services .list-container .parallax-bg {
    background: none;
}

main.main .services .list-container .white-placeholder {
    display: flex;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    justify-content: flex-end;
}

main.main .services .list-container .white-placeholder .corner-group {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    flex: 1;
}

main.main .services .list-container .white-placeholder .corner-group > img {
    width: 200px;
    /*transform: rotate(90deg);*/
    margin-right: -1px;
}

main.main .services .list-container .white-placeholder .corner-group > img:nth-child(1) {
    margin-top: -1px;
    transform: rotate(90deg);
}

main.main .services .list-container .white-placeholder .corner-group > img:nth-child(2) {
    margin-bottom: -1px;
    transform: rotate(180deg);
}

main.main .services .list-container .white-placeholder .corner-group > img:nth-child(3),
main.main .services .list-container .white-placeholder .corner-group > img:nth-child(4) {
    display: none;
}

main.main .services .list-container .white-placeholder .placeholder {
    width: 5%;
    height: calc(100% + 2px);
    background: white;
    margin-top: -1px;
}

main.main .services .white-cover {
    height: 100%;
    width: 100%;
    background: white;
    position: absolute;
    opacity: .5;
}

main.main .services .services__list {
    margin-top: 0;
    position: relative;
    /*background: white;*/
    /*opacity: .4;*/
}

main.main > .white-placeholder {
    background: white;
    position: relative;
    height: 100px;
    margin-right: -1px;
    display: block;
}

main.main .location {
    margin-top: 0;
    padding-top: 0;
    position: relative;
    width: 100%;
}

main.main .location .location__header {
    /*background: white;*/
    width: calc(100% + 1px);
    padding-top: 100px;
    padding-bottom: 40px;
    /*margin-right: -1px;*/
}

main.main .location .location__content article header {
    background: none;
}

main.main .location .white-group {
    position: relative;
    height: 100%;
    margin-right: -1px;
    margin-bottom: -1px;
}

main.main .location .white-group .corner-group {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 0;
    left: 0;
    top: 0;
    display: grid;
    grid-template-columns: auto auto;
    justify-content: space-between;
    align-content: space-between;
}

main.main .location .white-group .corner-group > img {
    width: 100px;
}

main.main .location .white-group .corner-group > img:nth-child(1) {
    margin-top: -1px;
}

main.main .location .white-group .corner-group > img:nth-child(2) {
    transform: rotate(90deg);
    margin-top: -1px;
}

main.main .location .white-group .corner-group > img:nth-child(3) {
    transform: rotate(270deg);
    margin-bottom: -1px;
}

main.main .location .white-group .corner-group > img:nth-child(4) {
    transform: rotate(180deg);
    margin-bottom: -1px;
}

main.main .location .location__content {
    margin-top: 0;
    background: transparent;
}

main.main .contact {
    margin-top: 0;
    background: transparent;
}

main.main .twitter-wrapper {
    background: white;
    z-index: 0;
    position: relative;
    padding: 100px 0 100px;
    margin-right: -1px;
}

main.main .twitter-wrapper .twitter {
    position: relative;
    z-index: 10;
}

footer {
    margin-top: 0;
    margin-right: -1px;
    /*width: 100%;*/
}

/*footer .container .footer__list li a img {*/
/*    display: none;*/
/*}*/
