@import url("https://fonts.googleapis.com/css?family=Lato:400,700,900");

* {
    outline: solid 1px rgba(255, 0, 255, 0)
}

html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit
}

body {
    margin: 0;
    color: #000;
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

h2 {
    /* font-size: 45px; */
    /* font-size: 35px; */
    font-size: 25px;
    /*font-size: 29px;*/
    text-transform: uppercase;
    font-weight: 900;
    margin-top: 0;
    margin-bottom: 0;
    white-space: nowrap
}



h3 {
    font-size: 12px;
    white-space: nowrap
}

h3::before {
    display: inline-block;
    content: '';
    height: 14px;
    width: 2px;
    margin-right: 8px;
    background-color: #E41A38;
    vertical-align: middle
}

a {
    color: inherit;
    text-decoration: none
}

p {
    line-height: 18px;
    margin: 22px 0;
    /* max-width: 510px; */
    /* max-width: 60%; */
    /* max-width: 95%; */
    text-align: justify;
}

.main {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(img/cloud_and_headphones.jpg);
    background-position: center top;
    background-size: cover;
    overflow: auto
}

.main .side {
    position: absolute;
    left: 0px;
    z-index: 1;
    width: 50%;
    min-height: 100vh;
    /* background-image: linear-gradient(rgba(57, 119, 192, 0.5), rgba(0, 0, 0, 0.5)); */
    /* background-image: linear-gradient(rgba(57, 119, 192, 0.3), rgba(255, 255, 255, 0.5)); */
    background-image: linear-gradient(rgba(57, 119, 192, 0.5), rgba(0, 0, 0, 0.5));
    background-image: linear-gradient(rgba(57, 119, 192, 0.3), rgba(255, 255, 255, 0.5));
    /*padding: 4vw 8vw 0 8vw*/
    padding: 2.1vw 8vw 0 8vw;
    /*padding: 5vw 8vw 0 8vw;*/
}

.main .side-content {
    /* position: absolute; */
    /* bottom: 0px; */
    padding: 0vw 2vw 0vw 0vw;
    width: 100%;

}

.main .side-right {
    position: absolute;
    right: 0px;
    z-index: 1;
    width: 50%;
    min-height: 100vh;
    /* background-image: url(img/passport_page_web.jpg); */
    /* background-position: top; */
    /* background-size: cover; */
    opacity: 0.7;
}

.main .side .logo img {
    /*width: 300px*/
    /*width:30px;*/
}

.button_widget img {
    width: 168px;
    margin-bottom: 100px;
}

.button_widget {
    margin-bottom: 100px;
}

.main .side .logo span {
    font-family: 'Roboto', sans-serif;
    color: #fff;
    font-size: 19px;
    vertical-align: super;
    font-weight: 700;
    letter-spacing: 0.4px;
}

.main .button {
    display: block;
    width: 200px;
    height: 60px;
    background-color: #fff;
    color: #4A4A4A;
    text-align: center;
    line-height: 60px;
    font-weight: 900;
    margin-top: 5vw;
    margin-bottom: 10vw;
    cursor: pointer
}

#my-widget-button {
    margin-top: 3vw;
    margin-bottom: 10vw
}

.widget-button-default-rectangle-my-widget-button {
    background-color: #E41A38 !important
}

footer {
    /* position: relative; */
    position: absolute;
    bottom: 0px;
    /* padding: 2.1vw 12vw 0px 0vw; */
    padding: 2.1vw 19vw 0vw 0vw;
    width: 100%;
    font-size: 12px;
    padding-bottom: 20px
}

footer .footer-logo img {
    width: 100px;
}

footer .footer-text {
    display: flex;
    align-items: center;
    justify-content: space-between
}

footer a {
    display: inline-block
}

footer a:first-of-type {
    margin-right: 20px
}

footer a:hover {
    color: #E41A38
}

.title {
    margin-top: 1vw;
    margin-bottom: 2vw
}

.subtitle {
    margin-top: 3vw
}

.anim,
.anim1,
.anim2,
.anim3 {
    position: relative;
    width: 0px;
    overflow: hidden
}

.anim::after,
.anim1::after,
.anim2::after,
.anim3::after {
    display: block;
    content: '';
    position: absolute;
    background-color: #E41A38;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    animation: bg .5s ease-in forwards
}

.anim1 {
    animation: title1 .5s ease-in forwards;
    animation-delay: .3s
}

.anim1::after {
    animation-delay: .3s
}

.anim2 {
    animation: title2 1.2s ease-in forwards;
    animation-delay: .9s
}

.anim2::after {
    animation-delay: .9s
}

.anim3 {
    animation: title3 .5s ease-in forwards;
    animation-delay: .5s
}

.anim3::after {
    animation-delay: .5s
}

ol, ul {
    -webkit-column-count: 3; -webkit-column-gap:20px%;
    -moz-column-count:3; -moz-column-gap:20px;
    -o-column-count: 3; -o-column-gap:20px;
    column-count: 3; column-gap:20px;
    list-style-position: inside;
    padding-inline-start: 10px;
    /* max-width: 510px; */
    /* max-width: 60%; */
    /* max-width: 90%; */
}

li {
    display: block;
}

li::before {
    display: inline-block;
    content: '';
    height: 14px;
    width: 2px;
    margin-right: 8px;
    background-color: #E41A38;
    vertical-align: middle;
}

@keyframes title1 {
    100% {
        width: 350px
    }
}

@keyframes title2 {
    100% {
        width: 500px
    }
}

@keyframes title3 {
    100% {
        width: 500px
    }
}

@keyframes bg {
    100% {
        width: 0%
    }
}

@media screen and (max-width: 1281px) {
    .main .side {
        width: 100%
    }

    .main .side-right {
        width: 0%
    }
}

@media screen and (max-width: 1024px) {
    .main .side {
        width: 100%
    }

    .main .side-right {
        width: 0%
    }
}

@media screen and (max-width: 800px) {
    .main .side {
        width: 100%
    }

    .main .side-right {
        width: 0%
    }

    h2 {
        font-size: 17px
    }
}

@media screen and (max-width: 480px) {
    .main .side {
        width: 100%
    }

    .main .side-right {
        width: 0%
    }

    h2 {
        font-size: 15px
    }

}