@font-face {
    src: url(fonts/FuturaPT/FuturaPTBold.otf);
    font-family: 'FuturaPT Bold';
    font-display: swap;
}

@font-face {
    src: url(fonts/FuturaPT/FuturaPTHeavy.otf);
    font-family: 'FuturaPT Heavy';
    font-display: swap;
}

@font-face {
    src: url(fonts/FuturaPT/FuturaPTLight.otf);
    font-family: 'FuturaPT Light';
    font-display: swap;
}

@font-face {
    src: url(fonts/FuturaPT/FuturaPTBook.otf);
    font-family: 'FuturaPT Book';
    font-display: swap;
}

@font-face {
    src: url(fonts/FuturaPT/FuturaPTDemi.otf);
    font-family: 'FuturaPT Demi';
    font-display: swap;
}

@font-face {
    src: url(fonts/HelveticaNeueCyr/HelveticaNeueCyr-Black.otf);
    font-family: 'HelveticaNeueCyr Black';
    font-display: swap;
}

@font-face {
    src: url(fonts/HelveticaNeueCyr/HelveticaNeueCyr-Roman.otf);
    font-family: 'HelveticaNeueCyr Roman';
    font-display: swap;
}

html, body {
    overflow-x: hidden;
    width: 100%;
    min-height: 100%;
    margin: 0 auto;
    padding: 0;
}

a {
    color: inherit;
    text-decoration: inherit;
}


/**/

header {
    min-height: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
}

header .leftPanel {
    position: absolute;
    height: 100%;
    left: 0;
    display: flex;
    color: white;
    background-color: #c73c20;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    z-index: 1;
}

header .leftPanel .openMenu {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

header .leftPanel .openMenu hr {
    border-color: white;
    margin: 0;
    padding: 0;
    width: 100%;
    border: none;
    border-bottom: 1px solid white;
    height: 0;
}

header .leftPanel .getContacts {
    text-align: center;
    color: #c73c20;
    background-color: white;
    margin: 0 auto;
    border-radius: 50%;
    display: block;
}



header .leftPanel .socials a {
    display: block;
    text-align: center;
}

@media(min-width: 1px) {
    header .leftPanel {
        width: 50px;
    }
    header .leftPanel .openMenu {
        height: 20px;
        width: 30px;
        margin: 2.55vh auto 8vh;
    }
    header .leftPanel .getContacts {
        line-height: 30px;
        width: 30px;
        font-size: 18px;
    }
    header .leftPanel .socials {
        font-size: 18px;
    }
    header .leftPanel .socials a {
        margin: 0 auto 2.55vh;
    }
}
@media(min-width: 1000px) {
    header .leftPanel {
        width: 3.125vw;
    }
    header .leftPanel .openMenu {
        height: 1.04vw;
        width: 1.5625vw;
        margin: 1.2vw auto 4.53vw;
    }
    header .leftPanel .getContacts {
        line-height: 2.14vw;
        width: 2.14vw;
        font-size: 1.15vw;
    }
    header .leftPanel .socials {
        font-size: 1.04vw;
    }
    header .leftPanel .socials a {
        margin: 0 auto 1.04vw;
    }
}

/**/
.closeSmth {
    position: absolute;
    top: 2.55vh;
    overflow: hidden;
    right: 7.3%;
    cursor: pointer;
}

.closeSmth div {
    margin: 0;
    padding: 0;
    width: 150%;
    border: none;
    height: 1px;
    background-color: white;
    position: absolute;
    top: 0;
}
.closeSmth div:first-child {
    transform-origin: 0 100%;
    transform: rotate(45deg);
    left: 0;
}
.closeSmth div:last-child {
    transform-origin: 100% 0;
    transform: rotate(-45deg);
    right: 0;
}

@media(min-width: 1px) {
    .closeSmth {
        width: 20px;
        height: 20px;
    }
}
@media(min-width: 1000px) {
    .closeSmth {
        width: 1.04vw;
        height: 1.04vw;
    }
}

/**/

header .mainMenu {
    position: absolute;
    top: 0;
    left: -100vw;
    width: 100vw;
    height: 100%;
    font-family: 'FuturaPT Light';
    transition: 0.5s;
    /*background-color: rgba(255,255,255,0);*/
    background: linear-gradient(to right, rgba(255,255,255,0.6), rgba(255,255,255,0));
}

header .mainMenu.open {
    left: 0;
    background/*-color*/: rgba(255,255,255,0.6);
}

header .mainMenu nav {
    position: absolute;
    height: 100%;
    top: 0;
    left: -50%;
    background-color: #c73c20;
    color: white;
    box-sizing: border-box;
    transition: 1s;
}



header .mainMenu nav a {
    display: inline-block;
    padding: 0 0 2px;
    border-bottom: 1px dotted white;
}

header .mainMenu ul {
    list-style-type: none;
    padding: 0;
    margin: 0 0 3.27vh;
}

header .mainMenu li {
    margin: 1.3vh auto 0;
}
@media(min-width: 1px) {
    header .mainMenu nav {
        font-size: 18px;
    }
    header .mainMenu.open nav {
        left: 50px;
        padding: 5.2vh 10px 0 0;
    }
}
@media(min-width: 1000px) {
    header .mainMenu nav {
        font-size: 2.14vh;
        padding: 5.2vh 1.82vw 0 1.56vw;

    }
    header .mainMenu.open nav {
        left: 3.125vw;
    }
}


/**/


section {
    position: relative;
}

section .wrapper {
    position: relative;
    overflow: hidden;
}

section .nextSlide {
    position: absolute;
    right: 3.49vw;
    bottom: 6.02vh;
    width: 2.6vw;
    line-height: 2.6vw;
    border-radius: 50%;
    /* background-color: #ececec; */
    background: url(../img/aroww.png) no-repeat center center;
    /* font-size: 0.89vw; */
    font-size: 0;
    text-align: center;
    color: #404040;
    cursor: pointer;
}

@media(min-width: 1px) {
    .mainSlider {
        margin: 0 0 0 50px;
    }
    section .nextSlide {
        display: none;
    }
}
@media(min-width: 1000px) {
    .mainSlider {
        margin: 0 0 0 3.125vw;
    }
    section .nextSlide {
        display: block;
    }
}

/**/

#banner {
    background-image: url(../img/b/image.jpg);
    background-position: center;
    background-size: cover;
    color: rgba(255,255,255,0.9);
    min-height: 100vh;
}

#banner h1 {
    line-height: 1;
    position: relative;
}

#banner h1 > span {
    display: block;
}

#banner h1 .line1 {
    font-family: 'FuturaPT Bold';
    font-size: 171%;
}

#banner h1 .line2 {
    color: rgba(192, 61,34, 0.9);
    font-size: 174%;
    font-family: 'FuturaPT Bold';
    line-height: 0.4;
}

#banner h1 .line3 {
    font-size: 246%;
    font-family: 'FuturaPT Heavy';
    line-height: 0.9;
}

#banner h1 .line3 span {
    font-size: 80%;
    font-family: 'HelveticaNeueCyr Black';
}

#banner h1 .line4 {
    font-family: 'FuturaPT Heavy';
}

#banner .whiteLogo {
    position: absolute;
    right: 3.49vw;
    cursor: pointer;
}

#banner .contacts {
    font-size: 2.04vh;
    margin: 0 0 0 3.76%;
    font-family: 'FuturaPT Light';
    overflow: hidden;
}

#banner .contacts .left {
    float: left;
}


#banner .nextSlide {
    /* background-color: rgba(255,255,255,0.2); */
    color: #eeeeee;
}

@media(min-width: 1px) {
    #banner h1 {
        font-size: 28px;
        margin: 150px 0 20.41vh 3.76%;
    }
    #banner {
        padding: 0 0 0;
    }
    #banner .whiteLogo {
        top: 50px;
        width: 100px;
    }
    #banner .contacts .left {
        margin: 0 10px 0 0;
    }
}
@media(min-width: 1000px) {
    #banner h1 {
        font-size: 7.04vh;
        margin: 21.12vh 0 20.41vh 3.76%;
    }
    #banner {
        padding: 0;
    }
    #banner .whiteLogo {
        top: 13.57vh;
        width: 11.51vw;
    }
    #banner .contacts .left {
        margin: 0 8.33vw 0 0;
    }
}

/**/

.whiteSlide {
    background-color: white;
}


.whiteSlide .blackLogo {
    right: 5.21vw;
    top: 8.16vh;
    position: absolute;
    width: 12vw;
    z-index: 2;
    cursor: pointer;
}

.whiteSlide .topInfo {
    position: absolute;
    margin: 0 auto;
    text-align: center;
    /*left: 14.69vwcalc((100% - 55vw)/2);*/
    left: /*14.69vw*/calc((100% - 60vw)/2);
    top: /*9.69*/calc(8.16vh + ((4vw - 18px)/2));
    font-size: /*0.83vw*/18px;
    font-family: 'FuturaPT Demi';
  color: #b2b2b2;
  text-align: left;
  width: 100%;
}
.whiteSlide .topInfo p {
  margin: 0;
}

.whiteSlide .topInfo a {
    margin: 0 calc((100% - (373px + (100% - 55vw)/2 + 17.21vw))/2) 0 0;
}

[data-id="slide8"].whiteSlide .topInfo a {
    margin: 0 calc((100% - (373px + (100% - 55vw)/2 + 31.25vw))/2) 0 0;
}
/* 
.whiteSlide .topInfo a:first-child {
    font-size: 16px;
} */

.whiteSlide .topInfo a, .whiteSlide .topInfo a:first-child {
    font-size: 20px;
}

.whiteSlide .topInfo a:last-child {
    margin: 0;
}

.whiteSlide h2 {
    position: absolute;
    font-family: 'FuturaPT Heavy';
    bottom: 58.98vh;
    left: -0.52vw;
}

.whiteSlide h2 span {
    display: block;
    transform-origin: 0 100%;
}

.whiteSlide .numeration {
    position: absolute;
    bottom: 42.04vh;
    font-size: 1.43vh;
    left: calc(100% - 3.49vw);
    font-family: 'HelveticaNeueCyr Roman';
    display: none !important;
}

.whiteSlide .numeration>div {
    transform: rotate(-90deg);
    transform-origin: 0 50%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.whiteSlide .numeration .blackLine {
    width: 9.8vh;
    margin: 0 1.63vh;
    border: none;
    background-color:  black;
    height: 1px;
}

.whiteSlide .mainContent {
    bottom: 38.78vh;
    /* left: calc((100% - 55vw)/2); */
    left: calc((100% - 60vw)/2);
    font-family: 'FuturaPT Book';
}
.whiteSlide .mainContent p {
  margin: 0;
}
.whiteSlide .mainContent ul {
    padding-left: 1.2em;
}
.whiteSlide .mainContent .toLeft:first-child {
    margin-left: 0;
}
@media(min-width: 550px) {
    .whiteSlide .mainContent .toLeft {
        margin-left: 20px;
        float: left;
    }
    .whiteSlide .mainContent ul {
        margin-bottom: 0;
    }
}
.whiteSlide .bottomContent {
    bottom: 6vh;
    /*bottom: 8.16vh;
     left: calc((100% - 55vw)/2); */
    left: calc((100% - 60vw)/2);
    text-align: center;
    font-family: 'FuturaPT Demi';
  color: #b2b2b2;
}
.whiteSlide .bottomContent ul {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.whiteSlide .bottomContent ul li {
  margin: 0;
  padding: 0;
  float: left;
  width: 12.5%;
}
.whiteSlide .bottomContent.slaidas {
    bottom: 2.82vh;
    left:calc((100% - 570px)/2 - 3.49vw - 5.5% + (570px - 31vw)/2 - 120px);
}
.whiteSlide .bottomContent .row {
  min-height: 6.12vh; 
}
.whiteSlide .bottomContent .name {
    position: absolute;
    left: -102px;
    top: 61px;
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    text-transform: lowercase;
    letter-spacing: 12.4px;
    font-size: 18px;
}
#slide1.whiteSlide .bottomContent .name {color: #796cc4;}
#slide2.whiteSlide .bottomContent .name {color: #66c259;}
#slide3.whiteSlide .bottomContent .name {color: #4993d2;}
#slide4.whiteSlide .bottomContent .name {color: #f1d031;}
#slide5.whiteSlide .bottomContent .name {color: #ec6680;}
#slide6.whiteSlide .bottomContent .name {color: #63bcda;}
#slide7.whiteSlide .bottomContent .name {color: #d776d7;}
.whiteSlide .bottomContent .firstRow {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 4.08vh auto 0;
}
.whiteSlide .bottomContent .lastRow {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}
.whiteSlide .bottomContent ul{
    list-style: none;
}

.whiteSlide .bottomContent ul li{
    width: calc(12.5% - 10px);
    float: left;
	text-align:center;
    height: initial;
	padding-right:10px;
    padding-bottom: .8vh;
	display:block;
}
.whiteSlide .bottomContent ul li:nth-child(1), .whiteSlide .bottomContent ul li:nth-child(9), .whiteSlide .bottomContent ul li:nth-child(17){
    text-align: left;
}
.whiteSlide .bottomContent ul li img {
  margin: 0 auto;
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.wrapers {
    width: 100%;
    overflow: hidden;
    height: 1px;
}
@media(min-width: 1px) {
    .whiteSlide .blackLogo {
        display: none;
    }

    .whiteSlide h2 {
        position: static;
        margin: 50px 0 50px 3.76%;
        font-size: 24px;
    }
    .whiteSlide h2 span {
        transform: none;
    }

    .whiteSlide .mainContent {
        position: static;
        font-size: 16px;
        max-width: 90%;
        margin: 0 0 0 3.76%;
    }

    .whiteSlide .topInfo {
        display: none;
    }
    .whiteSlide .bottomContent {
        position: static;
        font-size: 18px;
        width: 90%;
        margin: 50px 0 0 3.76%;
    }
    .whiteSlide .bottomContent img {
        max-height: 30px;
        max-width: 15vw;
    }
}
@media(min-width: 1000px) {
    .whiteSlide .blackLogo {
        display: block;
    }

    .whiteSlide h2 {
        position: absolute;
        margin: 0;
        font-size: 6.77vw;
    }
    .whiteSlide h2 span {
        transform: rotate(-90deg);
    }

    .whiteSlide .mainContent {
        position: absolute;
        font-size: 1.45vw;
        max-width: 68vw;
        margin: 0 0 0 -27px;
      line-height: 4.5vh;
    }

    .whiteSlide .topInfo {
        display: block;
    }

    .whiteSlide .bottomContent {
        position: absolute;
        /* font-size: 2.86vh; */
        font-size: 20px;
        width: 60vw;
        margin: 0;
    }
    .whiteSlide .bottomContent.slaidas {
        width: 56.25vw;
    }
    .whiteSlide .bottomContent img {
        max-height: 4vh;
        max-width: 4.68vw;
    }
}
/**/
@media(min-width: 1000px) {
    #slide1 .wrapper {
        margin: 0 0 0 15vw;
    }
    #slide2 .wrapper {
        margin: 0 0 0 17vw;
    }
    #slide3 .wrapper {
        margin: 0 0 0 19vw;
    }
    #slide4 .wrapper {
        margin: 0 0 0 21vw;
    }
    #slide5 .wrapper {
        margin: 0 0 0 23vw;
    }
    #slide6 .wrapper {
        margin: 0 0 0 25vw;
    }
    #slide7 .wrapper {
        margin: 0 0 0 27vw;
    }
}
@media(max-width: 999px) {
	.whiteSlide .bottomContent ul li img {
	    transform: scale(1) !important;
	}
}

/**/
#slide8 {
    background-color: #f6f6f8;
}
#slide8 #map {
    background-position: left top;
    background-size: cover;
    /*background-image: url(../img/slide8/map.jpg);*/
    top: 0;
    right: 0;
}

#slide8 .wrapper {
    z-index: 1;
}


#slide8 form {
    bottom: 18.37vh;
    left: calc((100% - 31.25vw - 32.81vw)/2);
    overflow: hidden;
}



#slide8 form input[type="text"] {
    width: 47.5%;
    background-color: white;
    border: 1px solid #dcdcdc;
    box-sizing: border-box;
    display: block;
    float: left;
    margin: 0 0 2.55vh;
    font-size: 100%;
    padding: 1.885vh 3.18%;
    font-family: 'FuturaPT Light';
}

#slide8 form input[type="text"]:nth-child(2n) {
    float: right;
}

#slide8 form textarea {
    width: 100%;
    padding: 1.885vh 3.18%;
    display: block;
    font-family: 'FuturaPT Light';
    font-size: 100%;
    background-color: white;
    border: 1px solid #dcdcdc;
    box-sizing: border-box;
    resize: none;
    height: 10.33vh;
}

#slide8 form .g-recaptcha {
    margin-bottom: 2.55vh;
}
#slide8 form [type="submit"] {
    display: block;
    box-sizing: border-box;
    border: none;
    float: right;
    font-size: 111.11%;
    color: white;
    font-family: 'FuturaPT Book';
    background-color: #c73c20;
    width: 31.75%;
    text-align: center;
    padding: 1.785vh 0;
    min-width: 110px;
    cursor: pointer;
}
#slide8 h2{
    display: none;
}
@media(min-width: 1px) {
    #slide8 {
        margin: 50px auto 0;
    }
    #slide8 #map {
        position: static;
        height: 200px;
        width: 100%;
    }
    #slide8 .wrapper {
        margin: 0 auto;
    }
    #slide8 form {
        position: static;
        width: 90%;
        font-size: 14px;
        margin: 50px 0 50px 3.76%;
    }
    #slide8 form textarea {
        margin: 2.55vh auto;
    }
}
@media(min-width: 1000px) {
    #slide8 {
        margin: 0 auto;
    }
    #slide8 #map {
        position: absolute;
        height: 100%;
        width: 31.25vw;
        z-index: 1;
    }
    #slide8 .wrapper {
        margin: 0 0 0 14vw;
    }
    #slide8 form {
        position: absolute;
        width: 32.81vw;
        font-size: 1.84vh;
        margin: 0;
    }

    #slide8 .topInfo {
        left: /*14.69vw*/calc((100% - 31.25vw - 32.81vw)/2);
    }
  
  #slide8 .topInfo a {
    margin: 0 calc((100% - (373px + (100% - 31.25vw - 32.81vw)/2 + 31.25vw))/2) 0 0
  }
}


/**/
footer {
    position: fixed;
    top: 0;
    left: -100%;
    background-color: rgba(199,60,32,0.9);
    width: 100%;
    height: 100vh;
    z-index: 2;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}

footer.open {
    left: 0;
}

footer .contentWrapper {
    font-family: 'FuturaPT Light';
    text-align: center;
}

footer .contentWrapper .head {
    margin: 6.59vh;
    font-size: 3.67vh;
}

footer .contentWrapper .socials a {
    display: inline-block;
    margin: 0 7.81vw 8.88vh 0;
}





footer .contentWrapper .socials a img {
    max-width: 100%;
}

footer .closeSmth {
    right: 1.56vw;
}

@media(min-width: 1px) {
    footer .contentWrapper .socials a {
        font-size: 14px;
        margin: 0 15px 15px 0;
        max-width: 60px;
    }
    footer .contentWrapper .socials a:nth-child(3n) {
        margin: 0 0 20px;
    }

    footer .contentWrapper {
        margin: 0 0 0 50px;
    }

    footer .contentWrapper .socials a .name {
        margin: 5px auto 0;
    }
    footer .closeSmth {
        right: 5vw;
    }
}
@media(min-width: 1000px) {
    footer .contentWrapper .socials a {
        font-size: 2.45vh;
        margin: 0 7.81vw 8.88vh 0;
        max-width: 6.46vw;
    }
    footer .contentWrapper .socials a:nth-child(3n) {
        margin: 0 0 8.88vh 0;
    }

    footer .contentWrapper {
        margin: 0 0 0 3.125vw;
    }

    footer .contentWrapper .socials a .name {
        margin: 2.04vh auto 0;
    }
    footer .closeSmth {
        right: 1.56vw;
    }
}

/**/
.vLines {
    position: fixed;
    top: 0;
    left: 3.12vw;
    height: 100vh;
    z-index: 1;
    font-family: 'FuturaPT Book';
    font-size: 1vw;
  	line-height: 2vw;
    color: black;
}

.vLines .vLine {
    position: absolute;
    top: 0;
    width: 15vw;
    /*left: 100vw;*/
    transform: translateX(100vw);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: left bottom;
    height: 100%;
    transition: 2s;
}
.vLines .vLine.active.left {
    width: 0;
    transition: 1s;
}
.vLines .vLine.active:nth-child(1) {
    /*left: 0;*/
    transform: translateX(0);
}
.vLines .vLine.active:nth-child(2) {
    /*left: 4.23vh;*/
    transform: translateX(2.1vw);
}
.vLines .vLine.active:nth-child(3) {
    /*left: 8.46vh;*/
    transform: translateX(4.2vw);
}
.vLines .vLine.active:nth-child(4) {
    /*left: 12.68vh;*/
    transform: translateX(6.3vw);
}
.vLines .vLine.active:nth-child(5) {
    /*left: 16.91vh;*/
    transform: translateX(8.4vw);
}
.vLines .vLine.active:nth-child(6) {
    /*left: 21.14vh;*/
    transform: translateX(10.5vw);
}
.vLines .vLine.active:nth-child(7) {
    /*left: 25.37vh;*/
    transform: translateX(12.6vw);
}
.vLines .vLine.active:nth-child(8) {
    /*left: 29.60vh;*/
    transform: translateX(14.7vw);
}

.vLines .vLine .inscription {
    text-transform: uppercase;
    padding: /*0.8vw 2vh 0.5vw 1.5vh*/ 0 2vh 0 1.5vh;
    letter-spacing: 1px;
    width: 100vh;
    box-sizing: border-box;
    position: absolute;
    top: 100%;
    left: 0;
    transform-origin: 0 0;
    transform: rotate(270deg);
    cursor: pointer;
    transition: 0.5s;
    line-height: 2.2vw;
    height: 2.2vw;
    opacity: 0;
  font-size: 12px;
}

.vLines .vLine.left .inscription {
    opacity: 1;
}

.vLines:hover {
    z-index: 99;
}

.vLines .vLine:hover {
    z-index: 1;
}

.vLines .vLine .inscription:hover {
    transform: rotate(270deg) scale(1.54) translateY(-1.06vh);
    box-shadow: 0px 0px 20px 5px rgba(63, 47, 47, 0.3);
}

@media(min-width: 1px) {
    .vLines {
        display: none;
    }
}
@media(min-width: 1000px) {
    .vLines {
        display: block;
    }
}


/**/
.mainSLiderDots {
    position: absolute;
    top: 0;
    right: 3.08vw;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 1;
}

.mainSLiderDots .dot {
    margin: 4px auto;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #d0d0d0;
    cursor: pointer;
}

.mainSLiderDots .dot:hover, .mainSLiderDots .dot.active {
    background-color: #c73c20;
}

@media(min-width: 1px) {.mainSLiderDots {display: none;}}
@media(min-width: 1000px) {
    .mainSLiderDots {display: flex;}
}

/**/
.poup-up {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0,0,0,0.8);
    display: none;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    z-index: 999;
}
.poup-up.open {
    display: flex;
}

.poup-up .container {
    width: 95%;
    max-width: 360px;
    text-align: center;
    box-sizing: border-box;
    background-color: white;
    border-radius: 5px;
    position: relative;
    padding: 20px 40px;
}

.poup-up .container .close {
    position: absolute;
    top: 15px;
    right: 15px;
    border-radius: 50%;
    display: block;
    width: 15px;
    height: 15px;
    background-position: center;
    background-size: cover;
    background-image: url(../img/close.svg);
    opacity: 0.4;
    transition: 0.5s;
}
.poup-up .container .close:hover {
    opacity: 1;
}
.poup-up .container .good {
    width: 100px;
    max-width: 100%;
}
.poup-up .container .title {
    font-family: 'FuturaPT Light';
    font-size: 28px;
    margin: 0 auto 20px;
}
.poup-up .container .line {
    max-width: 40px;
    height: 2px;
    margin: 0 auto 30px;
    background-color: #c73c20;
}
.poup-up .container .text {
    margin: 0 auto 40px;
    font-size: 16px;
    font-family: 'FuturaPT Book';
}

/*colors*/
#slide1 h2 {color: #796cc4;}
#slide2 h2 {color: #66c259;}
#slide3 h2 {color: #4993d2;}
#slide4 h2 {color: #f1d031;}
#slide5 h2 {color: #ec6680;}
#slide6 h2 {color: #63bcda;}
#slide7 h2 {color: #d776d7;}