/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article, aside, footer, header, nav, section, main {
    display: block
}

h1 {
    font-size: 2rem;
    margin: 0.67rem 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

b, strong {
    font-weight: inherit
}

b, strong {
    font-weight: bolder
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

html {
    font-size: 16px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

@media (max-width: 768px) {
    html {
        font-size: 14px
    }
}

body {
    color: rgba(29, 29, 29, 0.99);
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    line-height: 1.8rem;
    background-color: rgb(255, 255, 255);
    background: url(images/bg-logo.webp) no-repeat;
    background-position: bottom right;
}

* , * ::before, * ::after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-weight: 400;
    line-height: 1.5rem;
    margin: 2.5rem 0 .9375rem 0
}

h1[id], .h1[id], h2[id], .h2[id], h3[id], .h3[id], h4[id], .h4[id],
h5[id], .h5[id], h6[id], .h6[id] {
    position: relative
}

h1 + h1 {
    margin-top: 0
}

h1 {
    font-size: 2.5rem;
    font-weight: 700;
	border-bottom: 0
}

h1 a {
	border-bottom: 0;
}

p {
    margin: 0 0 1.25rem 0
}

a {
    color: inherit;
    text-decoration: none;
    border-bottom: .0625rem solid;
    border-color: inherit;
    padding-bottom: .125rem
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle
}

hr {
    border: 0;
    border-top: 1px solid rgb(218, 218, 218);
    margin: 0 0 1.25rem 0
}

ul {
    list-style-type: none;
    padding: 0;
    margin: 0 0 1.25rem 0
}

ul li {
    position: relative;
    padding-left: 1.875rem;
    margin-bottom: .3125rem
}

acronym, em {
    font-style: italic
}

button {
    border: 0;
    padding: 0;
    background-color: transparent
}

button:focus {
    outline: none
}

@-ms-viewport {
    width: device-width
}

.container {
    width: 100%;
    height: 100vh
}

.header {
    position: absolute;
    width: 100%;
    height: 135px;
    padding: 2rem
}

.header__left {
    float: left;
    width: 60%
}

.header__right {
    float: right;
    width: 40%;
    padding: 1rem 0 0
}

.logo {
    height: 71px;
    vertical-align: middle
}

.logo img {
    display: inline-block;
    width: 70px;
    height: 49px
}

.logo p {
    display: inline-block;
    font-size: 1.5rem;
    font-weight: 700;
    margin: auto;
    vertical-align: middle
}

.navigation {
    text-align: right
}

@media (max-width: 768px) {
    .navigation {
        display: none
    }
}

ul.navigation__links li, ul.navigation__links li a {
    display: inline-block;
    font-size: 1.3rem;
    font-weight: 600;
    background-image: linear-gradient(#ed2d69, #ed2d69);
    background-size: 0% 0.06em;
    background-position-y: 100%;
    background-position-x: 0%;
    background-repeat: no-repeat;
    transition: background-size 0.2s ease-in-out;
    border-bottom: none
}

ul.navigation__links li:first-child {
    margin: 0 20px 0 0
}

ul.navigation__links li a:hover {
    background-size: 100% 0.06rem
}

.mobile__nav {
    display: none;
    position: absolute;
    width: 100%;
    height: 150%;
    background: rgb(255, 255, 255);
    z-index: 4;
    left: 0
}

.mobile__nav ul {
    position: relative;
    text-align: center;
    padding: 2rem
}

.mobile__nav ul li a {
    background-size: 100% 0.06em;
    font-size: 3rem;
    line-height: 1.5;
    font-weight: 600
}

.mobile__nav ul li a:hover {
    background-image: linear-gradient(#ed2d69, #ed2d69);
    background-size: 0% 0.06em;
    background-position-y: 100%;
    background-position-x: 0%;
    background-repeat: no-repeat;
    transition: background-size 0.2s ease-in-out;
    border-bottom: none
}

.toggle__holder {
    width: 20px;
    height: 21px;
    top: 80px;
    right: 30px;
    z-index: 1
}
#toggle:hover {
    cursor: pointer
}
#toggle div {
    height: 3px;
    margin-bottom: 6px;
    background-color: rgb(0, 0 ,0)
}
#toggle .second-line {
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    -webkit-transform: translate3d(10px,0,0);
    transform: translate3d(10px,0,0)
}
#toggle:hover .second-line {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}
#toggle .third-line {
    margin-bottom: 0
}

.sidebar {
    display: none;
    height: 150%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1;
    overflow: scroll
}

.about__wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    padding: 20px;
    right: 0;
    z-index: 2
}

.contact__wrapper {
    position: absolute;
    width: 500px;
    height: 100%;
    background: #fff;
    padding: 20px;
    right: 0;
    z-index: 2
}

@media (max-width: 768px) {
    .contact__wrapper {
        width: 100%;
        right: auto
    }
}

.sidebar__content {
    text-align: center;
    font-size: 1rem
}

.sidebar__content p {
    padding: 5% 5%
}

.sidebar__animate {
    position: relative;
    animation: animateright 0.4s
}

@keyframes animateright {
    from {
        right: -2%;
        opacity: 0
    }

    to {
        right: 0;
        opacity: 1
    }
}

.sidebar-close {
    width: 100%;
    text-align: right;
    padding: 2rem 2rem 15%
}

a.sidebar-close__button {
    font-size: 2rem;
    color: rgb(0, 0, 0);
    border-bottom: none
}

a.sidebar-close__button:hover {
    color: rgb(237, 45, 105)
}

.sidebar__mobile {
    position: absolute;
    width: 20px;
    height: 20px;
    right: 0;
    margin-right: 3rem
}

@media (min-width: 768px) {
    .sidebar__mobile {
        display: none
    }
}

.main__content {
    position: absolute;
    width: 50%;
    bottom: 0;
    padding: 0 0 10% 10%;
}

@media (max-width: 1320px) {
    .main__content {
        width: 90%
    }
}

@media (max-width: 768px) {
    .main__content {
        width: 90%
    }
}

.main__heading {
    font-size: 2.8rem;
    font-weight: 600;
    line-height: 2.8rem;
    letter-spacing: 1px
}

@media (max-width: 768px) {
    .main__heading {
        font-size: 2.2rem
    }
}

.dot__purple {
    color: #ed2d69;
}

@font-face {
    font-family: 'icomoon';
    src: url('icons/fonts/icomoon.eot?7gj986');
    src: url('icons/fonts/icomoon.eot?7gj986#iefix') format('embedded-opentype'),
      url('icons/fonts/icomoon.ttf?7gj986') format('truetype'),
      url('icons/fonts/icomoon.woff?7gj986') format('woff'),
      url('icons/fonts/icomoon.svg?7gj986#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block
}

.icon {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1
}

.icon--home:before {
    content: "\e900";
}
.icon--x-circle:before {
    content: "\e901";
}
.icon--x:before {
    content: "\e902";
}
.icon--arrow-up:before {
    content: "\ea3a";
}
.icon--arrow-right:before {
    content: "\ea3c";
}
.icon--arrow-down:before {
    content: "\ea3e";
}
.icon--arrow-left:before {
    content: "\ea40";
}
.icon--facebook:before {
    content: "\e903";
}
.icon--x-twitter:before {
    content: "\e904";
}
.icon--instagram:before {
    content: "\ea92";
}
.icon--youtube:before {
    content: "\ea9d";
}
.icon--pinterest:before {
    content: "\ead1";
}

/*@font-face {
    font-family: 'icons';
    src: url("icons/fonts/icons.ttf") format("truetype"), url("icons/fonts/icons.woff") format("woff"), url("icons/fonts/icons.svg#icons") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: block
}

.icon {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1
}

.icon--facebook2::before {
    content: '\e905'
}

.icon--instagram2::before {
    content: '\e90a'
}

.icon--twitter2::before {
    content: '\e917'
}

.icon--youtube2::before {
    content: '\e918'
}

.icon--arrow-down2::before {
    content: '\e919'
}

.icon--arrow-left2::before {
    content: '\e91a'
}

.icon--arrow-right2::before {
    content: '\e91b'
}

.icon--arrow-up2::before {
    content: '\e91c'
}

.icon--home2::before {
    content: '\e921'
}

.icon--maximize2::before {
    content: '\e922'
}

.icon--x2::before {
    content: '\e923'
} */

.footer {
    padding: 3.75rem 0 10% 10%;
    margin: auto
}

.footer__copyright {
    color: rgb(117, 116, 116);
    font-size: .875rem;
    line-height: 1.8rem
}

.social-list {
    margin-bottom: 0
}

.social-list li {
    display: inline-block;
    padding: 0
}

.social-list li + li {
    margin-left: 1.25rem;
    margin-bottom: 1.25rem
}

.social-list li::before {
    display: none
}

.social-list__item {
    border-bottom: 0;
    padding: 0;
    display: block;
    color: rgb(117, 116, 116);
    font-size: 1.875rem;
    line-height: 1;
    transition: color .2s
}

.social-list__item--facebook {
    font-size: 2.2rem;
}

.social-list__item:hover.social-list__item--facebook, .social-list__item:focus.social-list__item--facebook,
.social-list__item:active.social-list__item--facebook {
    color: #316FF6;
    animation: pulse 1s ease 0s 1 normal forwards
}

.social-list__item:hover.social-list__item--instagram, .social-list__item:focus.social-list__item--instagram,
.social-list__item:active.social-list__item--instagram {
    color: #e1306c;
    animation: pulse 1s ease 0s 1 normal forwards
}

.social-list__item:hover.social-list__item--twitter, .social-list__item:focus.social-list__item--twitter,
.social-list__item:active.social-list__item--twitter {
    color: #000;
    animation: pulse 1s ease 0s 1 normal forwards
}

.social-list__item:hover.social-list__item--youtube, .social-list__item:focus.social-list__item--youtube,
.social-list__item:active.social-list__item--youtube {
    color: #cd201f;
    animation: pulse 1s ease 0s 1 normal forwards
}

.social-list__item .icon {
    display: block
}

@keyframes pulse {
    0% { transform: scale(1) }
    50% { transform: scale(1.3) }
    100% { transform: scale(1.3) }
  }