
img,
video{
    vertical-align: top;
    max-width: 100%;
    height: auto;
    border: 0;
}
body{
    margin: 0;
}
a{
  text-decoration: none;
}

h1,
h2{
  font: 900 68px/55px 'Alumni Sans', sans-serif;
  letter-spacing: 2.5px;
  text-transform: uppercase;
}

h3 {
  font: 600 16px 'Source Sans Pro', sans-serif;
  color: #622a2a;
}

p{
  font: 400 17px/24px'PT Sans', sans-serif;
  color: #632b2b;
}
p a{
    font-weight: 600;
    color: #2cccd6;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

p a:hover{
    color: #22e2ee;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.container{
    max-width:1080px;
    padding: 0 20px;
    margin: 0 auto;
}
.mark{
    margin: 0;
    letter-spacing: 0.55px;
    padding: 3px 0 3px 7px;
    background: #fef62a;
}
.goodnet-main{

}
.goodnet-main .background-img-bottom{
    max-width: 1439px;
    position: relative;
    left: 0;
    bottom: 0;
    margin: 0 auto;
}
.goodnet-main .background-img-bottom:before{
    content: '';
    display: block;
    position: absolute;
    bottom: 22.6%;
    right: 13.5%;
    width: 363px;
    height: 588px;
    background: url(../../imgs/hare.png), url("../../imgs/birdie.png");
    background-repeat: no-repeat;
    background-position: right 0 bottom 0,top 0 left 0;
}
/*.goodnet-main .background-img-bottom:after{
    content: '';
    display: block;
    position: absolute;
    bottom: 222%;
    right: 32%;
    width: 99px;
    height: 82px;
    background: url("../imgs/birdie.png");
    background-repeat: no-repeat;
}*/
.goodnet-main .hero{
    padding: 36px 0 119px;
    background: #fff9eb;
}
.goodnet-main .hero .container{
    position: relative;
    max-width: 1328px;
}
.goodnet-main .hero .logo.dark-color{
    margin: 0 0 54px;
    padding: 0 0 0 9.1%;
}

.footer .logo.white a,
.goodnet-main .logo.dark-color a{
    display: block;
    width: 125px;
}
.footer .logo.white a{
    margin: 0 auto;
}
.footer .logo.white img,
.goodnet-main .logo.dark-color img{
    width: 100%;
}
.goodnet-main .hero .title{
    margin: 0 0 29px;
    width: max-content;
}
.goodnet-main .hero-content h1{
    margin: 0 0 4px;
    display: flex;
    flex-direction: column;
}
.goodnet-main .hero-content h1 span:nth-child(1){
    color: #ff00c0;
}
.goodnet-main .hero-content h1 span:nth-child(2){
    color: #ff8a00;
}

.goodnet-main .hero .title .mark{
    margin: 0 1% 0 0;
}
.hero-content .text{
    margin: 0 0 29px;
}
.hero-content .text p{
    margin: 0 0 24px;
    letter-spacing: 0.57px;
}
.button{
    display: inline-block;
    border-radius: 26px;
    font: 600 16px 'Source Sans Pro', sans-serif;
    letter-spacing: 0;
}
.button a{
    padding: 12px 31px 14px;
    display: inline-block;
}
.button.dark-btn{
    border: solid 1px #632a2a;
    background-color: #2cccd6;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
/*a:focus{
    outline: 1px solid rgb(34, 226, 238);
    border-radius: 26em;
}*/
.button.dark-btn:hover{
    background: #22e2ee;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.button.light-btn{
    display: block;
    width: 215px;
    margin: 0 auto;
    text-align: center;
    border: solid 1px #2eb6be;
    background-color: #fff;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.button.light-btn:hover{
    border: solid 1px #22e2ee;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;

}
.button.dark-btn a{
    color: #632a2a;
}
.button.light-btn a{
    color: #2eb6be;
    padding: 12px 30px 12px;
    transition: all 0.3s linear;
}
.button.light-btn a:hover{
    color: #22e2ee;
    transition: all 0.3s linear;
}

.goodnet-main .hero .container .wrap-img img{
    width: 100%;
}
.goodnet-main .hero-content{
    width: 44%;
    padding: 0 0 0 9.1%;
}
.hidden{
    display: none;
}
.section-items-cards{
    padding: 54px 0 61px;
    background: #eeeeee;
}
.section-items-cards h2{
    display: flex;
    flex-direction: column;
    margin: 0 0 55px;
}
.section-items-cards h2 span:nth-child(1){
    color: #fd5091;
}
.section-items-cards h2 span:nth-child(2){
    color: #ca1ada;
}
.section-items-cards h2 span:nth-child(3){
  color: #ad82ff;
}

.section-items-cards .cards{
    list-style: none;
    margin: 0 0 31px;
    padding: 0;
}
.section-about{
    padding: 0 0 69px;
    position: relative;
    z-index: 2;
}
.background-img-decstop{
    margin: -10px 0 -56px;
    height: 378px;
     background:#eee url("../../imgs/white-clouds.png") center/100% no-repeat;
    z-index: 0;
    background-position: bottom -1px left 0;
}
.background-img-decstop .container{
    max-width: 1439px;
    position: relative;
    height: 100%;
}
.background-img-decstop .balloon3,
.background-img-decstop .balloon2,
.background-img-decstop .balloon1,
.background-img-decstop .clouds{
    position: absolute;
}
.background-img-decstop .clouds{
    bottom: -54px;
    right: 17.6%;
}
.background-img-decstop .balloon1{
    bottom: 73px;
    right: 43.6%;
}
.background-img-decstop .balloon2{
    top: -2%;
    left: 17.6%;
}
.background-img-decstop .balloon3{
    top: -58px;
    left: 3.4%;
}

.section-about .container{
    max-width: 1259px;
}
.section-about .about-content{
    width: 50%;
}
.section-about h2{
 margin: 0 0 21px;
 width: 80%;
}
.section-about h2 span:nth-child(1){
    color: #f78e7c;
}
.section-about h2 span:nth-child(2){
    color: #9b6bf7;
}
.section-about h2 span:nth-child(3){
    color: #ca1ada;
}
.section-about p{
    color: #5a1618;
    line-height: 28px;
    letter-spacing: 0.9px;
    margin: 0 0 28px;
}
.section-about .text{
    margin: 0 0 47px;
}
.section-about .items-information{
    list-style: none;
    padding: 0;
    margin: 0;
}
.items-information li{
    display: flex;
    align-items: center;
    margin: 0 0 24px;
    position: relative;
}
.items-information li:not(:last-child) .content-right:after{
    content: '';
    position: absolute;
    bottom: -14px;
    right: 9px;
    width: calc(100% - 125px);
    border: solid 2px #e36a0d;
    background: #e36a0d;
}
.items-information .content-left{
    min-width: 87px;
}
.items-information .content-left img{
    width: 100%;
    height: 100%;
}
.items-information li .content-right{
    padding: 0 0 0 26px;

}
.items-information li .content-right h3{
    font: 400 22px 'PT Sans', sans-serif;
    letter-spacing: 0.2px;
    margin: 0;
    color: #632b2b;
}
.items-information li .content-right p{
    font-size: 15px;
    letter-spacing: 0.5px;
    line-height: 24px;
    color: #632b2b;
    margin: 0;
}
.items-information li .content-right p a{
    font-size: 16px;
    letter-spacing: 0.5px;
    line-height: 23px;
}
 .footer{
     position: relative;
     background: #fff;
     margin: -3px 0 0 ;
    padding: 18px 0 0;
}
.footer .container{
max-width: 1187px;
}
.footer .title{
   /* width: 62.4%;*/
    margin: 0 auto 60px;
}
.footer h2{
    font-size: 57px;
    line-height: 55px;
    letter-spacing: 2.3px;
    margin: 0 0 3px;
    text-align: left;
}
.footer h2 span:nth-child(1){
    color: #ff4350;
}
.footer h2 span:nth-child(2){
 color: #ff8a00;
}
.footer .mark{
    padding: 4px 0 5px 11px;
    margin: 0 10px 0 1px;
    text-align: left;
}
.footer .button {
    display: block;
    width: 228px;
    margin: 0 auto 119px;
}
.footer .logo{
    padding: 17px 0;
    background: #eb3461;
}
.footer .button.dark-color a{
    padding: 11px 31px 13px;
}
.footer .logo.white{
    text-align: center;
}

@media screen and (min-width:1440px) {
    .background-img-decstop{
        height: 26vw;
    }
    .goodnet-main .background-img-bottom{
        max-width: 100%;
    }
    .goodnet-main .background-img-bottom img{
        width: 100%;
    }
    .goodnet-main .background-img-bottom:before{
        bottom: 6.3vw;
        right: 22vw;
    }
 /*   .goodnet-main .background-img-bottom:after{
        bottom: 34vw;
    }*/
    .background-img-decstop .balloon1{
        bottom: 35%;
    }
    .background-img-decstop .clouds{
        bottom: 11%;
    }
    .background-img-decstop {
        margin: -27px 0 -8.5%;
    }
    .background-img-decstop .balloon2 {
        top: -1%;
        left: 18.6%;
    }
    .background-img-decstop .balloon3 {
        top: -8%;
        left: 4.6%;
    }
    .section-about{
        padding: 0 0 33px;
    }
/*    @media screen and ( max-width: 1950px) {*/
        .footer {
            position: relative;
            padding: 0.1vw 0 0;
            z-index: 10;
            margin: -3px 0 0;
            background: #fff;
        }
  /*  }*/
}
@media screen and ( min-width: 768px){
    .goodnet-main .hero .wrap-img{
        position: absolute;
      /*  right: 0px;
        top: 27px;
        width: 52.2%;*/
        right: 37px;
        top: 5px;
        width: 43.1%;
        transform: rotate(-1deg);
    }
    .section-items-cards h2{
         align-items: center;
         text-align: center;
        }
        .grid-container {
            display: grid;
            grid-template-columns: auto auto auto auto;
            /*   gap: 20px;*/
        column-gap: 19px;
        row-gap: 27px;
    }
    .grid-container li:nth-child(5) {
        grid-column-start: 1;
        grid-row-start: 2;
        grid-row-end: 4;
        grid-column-end: 3;
    }
    .grid-container li:nth-child(16){
        grid-column-start: 3;
        grid-row-start: 5;
        grid-row-end: 7;
        grid-column-end: 5;
    }

    .card-img{
        position: relative;
    }
    .cards li:hover .link-download,
    .cards li:hover .hover{
        opacity: 1;
        visibility: visible;
        -webkit-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }
    .cards li{
        position: relative;
        -webkit-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }

    .cards li .hover{
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
        transition: all 0.3s linear;

    }
    .link-download{
        display: block;
        position: absolute;
        bottom: -20px;
        left: 0;
        width: 100%;
        text-align: center;
        font: 600 16px 'Source Sans Pro', sans-serif;
        background: #2cccd6;
        color: #632a2a;
        padding: 8px 20px;
        box-sizing: border-box;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }
}
@media screen and ( min-width: 1951px) {
   /* .footer{
       position: relative;
       margin:  -3px 0 0 ;
        background: #fff;
    }*/
    .goodnet-main .background-img-bottom:before {
        bottom: 8vw;
        right: 25.6vw;
    }
}

@media screen and ( max-width: 1375px ){

    .goodnet-main .hero .logo.dark-color,
    .goodnet-main .hero-content{
        padding: 0 0 0 20px;
    }
    .goodnet-main .hero .title{
        width: max-content;
    }
    .section-about .about-content{
        padding: 0 0 0 20px;
    }
}
@media screen and ( min-width: 768px) and ( max-width: 1220px){
    .goodnet-main .hero{
        padding: 36px 0 50px;
    }
    .goodnet-main .hero .wrap-img{
        top: 5%;
    }
    .goodnet-main .background-img-bottom:before{
        right: 5%
    }
}
@media screen and (max-width: 1220px){
    .footer h2 {
        font-size: 5vw;
        line-height: 4vw;
        display: flex;
        flex-direction: column;
        margin: 0 0 15px;
    }

    .goodnet-main .hero .wrap-img {
        width: 46%;
        align-items: center;
    }
    .background-img-decstop .balloon2{
        left: 22%;
    }
    .background-img-decstop .balloon1{
        right: auto;
        left: 43%;
    }
    .background-img-decstop .clouds{
        right: 6.6%;
    }
}
@media screen and (max-width: 1025px){
    .goodnet-main .hero-content h1{
        font-size: 6.6vw;
        line-height: 5.3vw;
    }

}
@media screen and (max-width: 950px){
    .footer h2 {
        font-size: 6vw;
        line-height: 5vw;
    }
  /*  .goodnet-main .background-img-bottom:after{
        bottom: 55vw;
    }*/
  /*  .goodnet-main .hero .wrap-img {
        width: 58%;
    }*/
}

@media screen and (max-width: 767px) {
    p {
        font-size: 16px;
        line-height: 23px;
        letter-spacing: 0.5px;
    }
    h2 {
        font-size: 39px;
        line-height: 32px;
        letter-spacing: 1.4px;
    }
    .link-download.active {
        display: block;
    }
    .goodnet-main .hero {
        padding: 21px 0 62px;
    }
    .goodnet-main .hero-content {
        width: 100%;
        padding: 0;
        margin: -30px 0 0 0;
    }
    .mark {
        padding: 3px 0 3px 9px;
        letter-spacing: 0.7px;
    }
    .goodnet-main .hero .title {
        margin: 0 0 27px;
    }
    .hero-content .text p {
        letter-spacing: 0.5px;
    }

    .button a {
        padding: 7px 23px 8px;
    }

    .goodnet-main .hero .logo.dark-color {
        padding: 0;
        margin: 0;
    }

    .logo.dark-color a {
        width: 100px;
        display: block;
    }

    .goodnet-main .hero .container .wrap-content-left {
        display: flex;
        flex-direction: column-reverse;
    }

    .goodnet-main .hero .wrap-img {
        width: 100%;
        transform: rotate(0deg);
    }

    .goodnet-main .hero .container .wrap-img img {
        margin: -9px 0 0 0;
    }

    .goodnet-main .hero-content h1 {
        font-size: 40px;
        line-height: 34px;
        letter-spacing: 1px;
    }

    .section-items-cards {
        padding: 41px 0;
    }

    .section-items-cards h2 {
        margin: 0 0 26px;
    }

    .section-items-cards .cards {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin: 0 0 14px;
    }
    .section-items-cards .cards .card-img img{
        width: 100%;
    }
    .section-items-cards .cards li {
        width: calc(100% / 2 - 1%);
        position: relative;
        margin: 0 0 11px;
    }
    .section-items-cards .cards li .hover{
        position: absolute;
        top:0;
        left: 0;
    }
    .section-items-cards .cards li:nth-child(4n+1) .hover,
   .section-items-cards .cards li:nth-child(4n) .hover {
        opacity: 0;
        visibility: hidden;
    }
    .link-download{
        display: block;
        width: 100%;
        text-align: center;
        font: 600 15px 'Source Sans Pro', sans-serif;
        background: #39b9c1;
        /*background: #2cccd6;*/
        color: #632a2a;
        padding: 5px;
        box-sizing: border-box;
        transition: all 300ms linear;
    }
    .link-download:hover{
        background:#2cccd6;
        transition: all 300ms linear;
    }
    .button.light-btn{
        width: 228px;
    }
    .button.light-btn a{
        display: inline-block;
        padding: 7px 26px 8px;
    }

    .background-img-decstop{
        margin: -3px 0 -15%;
       /* height: 162px;*/
        height: 45vw;
        background-size: 199%;
        background-position: bottom -1px left -41px;
    }
    .goodnet-main .background-img-bottom,
    .background-img-decstop .balloon3, .background-img-decstop .balloon2, .background-img-decstop .balloon1, .background-img-decstop .clouds{
        display: none;
    }
    .section-about{
        margin: -57px 0 0;
        padding: 0 0 33px;
    }
    .section-about .about-content{
        width: 98%;
        padding: 0;
    }
    .section-about .about-content h2{
        font-size: 40px;
       line-height: 34px;
        margin: 0 0 24px;
    }
    .section-about .text {
        margin: 0 0 26px;
    }
    .items-information .content-left img{
        margin: -5px 0 0 ;
    }
    .items-information li .content-right{
        padding: 0 0 0 20px;
    }
    .items-information li:not(:last-child) .content-right:after{
        width: 100%;
        right: auto;
        left: 0;
        bottom: -10px;
        border: solid 1px #e36a0d;
    }
    .section-about .about-content .text p{
        line-height: 23px;
        letter-spacing: 0.8px;
        margin: 0 0 23px;
    }
    .items-information li{
        margin: 0 0 20px;
    }
    .items-information li .content-right h3{
        width: 98%;
        font-size: 18px;
        font-weight: 600;
        letter-spacing: 0.7px;
        line-height: 24px;
    }
    .items-information li .content-right p{
        overflow: hidden;
        -ms-text-overflow: ellipsis;
        -moz-text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        display: -webkit-box;
         -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }

    .footer{
        background: #ffeae9;
        padding: 30px 0 0 ;
    }
    .footer .title{
     /*   width: 74%;*/
        margin: 0 16% 33px 0;
    }
    .footer h2{
        font-size: 40px;
        line-height: 34px;
        letter-spacing: 0.2px;
        margin: 0 0 28px;
    }
    .footer .mark{
        padding: 4px 0 4px 7px;
        margin: 0 0 0 1px;
    }
    .footer .button{
        margin: 0 0 162px;
        width: 211px;
        min-width: 211px;
    }
    .footer .button.dark-btn a{
        display: block;
        text-align: center;
        padding: 7px 10px 8px;
    }
    .footer .logo{
        padding: 12px 0;
    }

    .footer .logo.white a{
        width: 26%;
        display: block;
        margin: 0 auto;
    }
    .img-elemet-footer{
        position: relative;
    }
    .img-elemet-footer:before{
        content: '';
        position: absolute;
        top:0;
        right:0;
        width: 352px;
        height: 380px;
        background: url("../../imgs/bitmap-mob@2x.png");
        background-repeat: no-repeat;
        background-position: right top 26px;
        pointer-events: none;
        background-size: 50%;
    }
    .img-elemet-footer:after{
        content: '';
        position: absolute;
        bottom: 73px;
        left: 84px;
        width: 63%;
        height: 46vw;
        background: url(../../imgs/bitmap-small-2.png), url(../../imgs/bitmap.png);
        background-repeat: no-repeat;
        background-position: right 15% bottom 36px, left 16% bottom 12px;
        background-size: 114px, 27px;
        transform: rotate(9deg);
        pointer-events: none;
    }

}
@media screen and (max-width: 400px){
    .goodnet-main .hero .wrap-img {
        width: 105%;
    }
    .img-elemet-footer:after{
        bottom: 40px;
    }
}
@media screen and (min-width: 350px) and (max-width: 420px){
    .footer .title{
       width: 67%;
        margin: 0 29% 33px 0;
    }
    .footer .mark {
        margin: 0 -40px 0 1px;
    }
}
@media screen and (max-width: 350px){
    .footer .title{
        width: 70%;
    }
    .footer .mark {
        margin: 0 -4px 0 1px;
    }

}
