body {
    margin: 0%;
    height: 6480px;
    width: 100%;
    background-image: url("../img/fon.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    display: grid;
    grid-template-areas: 
    "topSide topSide topSide"
    "leftSide contentContainer rightSide";
    grid-template-columns: 1fr minmax(1175px,1175px) 1fr; 
    grid-template-rows: 1fr 6240px 1fr;    
}

div {
    /*border: 1px;
    border-style: dotted;*/
}



.contentContainer {
    display: grid;
    grid-area: contentContainer;
    background-color: rgba(255, 255, 255, 0.75);
    grid-template-rows: 940px repeat(5, 1080px);
    border-radius: 40px;
    background-image: url(../img/MonosotaM.png), url(../img/MonosotaP.png), url(../img/last.png);
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: 100% 2.24%, 180% 62.6%, 100% 100.2%;
    box-shadow: 2px 2px 10px rgba(105, 154, 129, 1);
}

.block1 {
    display: grid;
    grid-template-areas:
    "logo1 logo1 navBut navBut navBut"
    "about about about reg reg"
    "about about about logo2 logo2"
    "album album album logo2 logo2"
    "album album album logo2 logo2";
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(5, 1fr);
}

.logo1 {
    padding: 3% 0 0 3%;
    display: grid;
    grid-area: logo1;
}

.logoImg {
    background-image: url(../img/logo1.svg);
    background-repeat: no-repeat;
    background-size: 49%;
}

.navBut {
    display: grid;
    grid-area: navBut;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 30px;
    padding: 5% 5% 17% 0%;
}

.navBut button {
    font-family: 'Century Gothic Bold';
    font-size: 12pt;
    color: rgb(255, 255, 255);
    border-radius: 40px;
    border: none;
    box-shadow: 0px 2px 8px grey;
    height: 100%;
    width: 100%;
    background-color: rgba(105, 154, 129, 1);
}

.navBut button:hover {
    box-shadow: 0px 4px 16px grey;
}

.navBut button:active {
    box-shadow: 0px 4px 8px grey inset;
}

button, 
button:active,
button:hover,
button:focus {
    outline: none;
}

a, a:active, a:hover, a:focus {
    text-decoration: none;
    color: white;
}

.about {
    display: grid;
    grid-area: about;
}

.roi {
    font-family: 'Times New Roman';
    font-size: 148.8pt;
    line-height: 0.7;
    padding: 2px 15%;
    color: rgba(134,166,117,1);
}

.sota {
    font-family: 'Times New Roman';
    font-size: 86.4pt;
    line-height: 0.6;
    text-align: right;
    padding-top: 5%;
    margin-right: -11%;
    color: rgba(46,61,40,1);
}

.roisota {
    font-family: 'Century Gothic Regular';
    font-size: 12pt;
    padding: 2% 32% 0% 16%;
    margin-bottom: 0%;
    color: rgba(82,85,93,1);
}

.reg {
    display: grid;
    grid-area: reg;
    padding: 12% 8% 21% 42%;
    z-index: 10;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    grid-gap: 5px;
}

.reg button {
    font-family: 'Century Gothic Bold';
    font-size: 14pt;
    color: rgb(255, 255, 255);
    border-radius: 40px;
    border: none;
    box-shadow: 0px 2px 8px grey;
    width: 100%;
    height: 100%;
    background-color: rgba(105, 154, 129, 1);
}

.reg a button {
    background-color: rgba(68,107,200,1);
}

.reg button:hover {
    box-shadow: 0px 4px 16px grey;
}

.reg button:active {
    box-shadow: 0px 4px 8px grey inset;
}

.regText {
    font-family: 'Century Gothic';
    font-size: 10pt;
    z-index: 10;
}

.logo2 {
    display: grid;
    grid-area: logo2;
    margin-left: -12%;
}

.monosota {
    font-family: 'Akathistos ieUcs';
    font-size: 29pt;
    line-height: 1;
    text-align: center;
    z-index: 10;
    color: white;
}

.mBig {
    font-family: 'Akathistos ieUcs';
    font-size: 560pt;
    line-height: 1;
    color: white;
}

.album {
    display: grid;
    grid-area: album;
}

.samAlbum {
    border-radius: 45px;
    margin: 5%;
    margin-top: 10%;
    text-align: center;
}

.album button {
    font-family: 'Century Gothic Bold';
    font-size: 14pt;
    color: rgb(255, 255, 255);
    border-radius: 40px;
    border: none;
    box-shadow: 0px 2px 8px grey;
    width: 19%;
    height: 100%;
    background-color: rgba(105, 154, 129, 1);
    margin: 6% 8% 1% -14%;
    line-height: 1.5;
}

.album button:hover {
    box-shadow: 0px 4px 16px grey;
}

.album button:active {
    box-shadow: 0px 4px 8px grey inset;
}

.block2 {
    display: grid;
    grid-template-areas:
    "but1 aboutCel"
    "cel1 opciiCel"
    "solution solution"
    "solution solution";
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1.5fr 1fr 1.5fr 2fr;    
}

.budetButton {
    display: grid;
    grid-area: but1;
}

.cel {
    display: grid;
    grid-area: cel1;
    grid-template-columns: 1fr 1.3fr;
    grid-template-rows: 1fr;
}

.spanC {
    font-family: 'Akathistos ieUcs';
    font-size: 43pt;
    font-weight: bold;
    color: rgb(74,127,62);
}

.spanEl {
    font-family: 'Century Gothic';
    font-size: 33pt;
    color: #68945f;
}

.spanZhil {
    margin: 5% 30% 0% 2%;
    font-family: 'Century Gothic';
    font-size: 14pt;
    color: #544b6c;
}

.cel p {
    padding-left: 25%;
    text-align: right;
    margin: 0;
}

.aboutCel {
    display: grid;
    grid-area: aboutCel;
    font-family: 'Century Gothic';
    font-size: 12pt;
    font-weight: bold;
    text-align: right;
    padding: 5% 7% 0% 14%;
    text-shadow: 0px 0px 20px black;
    color: white;
}

.opciiCel {
    display: grid;
    grid-area: opciiCel;
    font-family: 'Century Gothic';
    font-size: 12pt;
    text-align: right;
    padding: 0% 7% 0% 19%;
    text-shadow: 0px 0px 20px black;
    color: white;
    margin-top: -10%;
}

.solution {
    display: grid;
    grid-area: solution;
    background-image: url('../img/solution(2).png'), url('../img/illustration(2).svg');
    background-size: auto auto, 25%;
    background-repeat: no-repeat no-repeat;
    background-position: 0% 0%, 25% 100%;
    margin-top: -16%;
    margin-bottom: -4%;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
}

.solution div {
    font-family: 'Century Gothic';
    font-size: 13pt;
}

.solText1 {
    margin: 73% 0% -18% 41%;
    color: white;
}

.solText2 {
    margin: 48% 29% 0% 10%;
    color: white;
}

.solText3 {
    margin: 104% 79% -60% -33%;
    color: white;
}

.solText4 {
    color: white;
    margin: 69% 23% -20% 23%;
}

.solText5 {
    color: white;
    margin: 48% 49% 0% -12%;
}

.solText6 {
    color: white;
    margin: 66% 24% -32% 21%;
}

.solText7 {
    color: white;
    margin: 10% -100% 29% 160%;
}

.block3 {
    display: grid;    
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    grid-template-areas:
    "sas1 sas2 sas3"
    "sas4 sas5 sas6"
    "sas7 sas8 sas8";
    
}

.name {
    margin: 39% -180% 12% 224%;
    grid-area: sas1;
}

.name .spanZ {
    font-family: 'Akathistos ieUcs';
    font-size: 43pt;
    font-weight: bold;
    color: #4b813d;
}

.name .spanAdachi {
    font-family: 'Century Gothic';
    font-size: 33pt;
    color: #6d9763;
}

.block3 div {
    font-family: 'Century Gothic Bold';
    font-size: 20pt;
}

.IIK {
    border-radius: 35px;
    text-align: center;
    padding-top: 14%;
    margin: 58% 77% -20% -73%;
    border-style: none;
    box-shadow: 0px 2px 4px inset;
    color: #494953;
    grid-area: sas2;
}

.LIS {
    border-radius: 35px;
    text-align: center;
    padding-top: 14%;
    margin: 70% 99% -21% -73%;
    border-style: none;
    box-shadow: 0px 2px 4px inset;
    background-color: #44762f;
    color: #e6ece3;
    grid-area: sas3;
}

.project {
    border-radius: 35px;
    text-align: center;
    padding-top: 14%;
    margin: -19% -174% 75% 205%;
    border-style: none;
    box-shadow: 0px 2px 4px inset;
    background-color: #44762f;
    color: #e6ece3;
    grid-area: sas4;
}

.SE {
    border-radius: 35px;
    text-align: center;
    padding-top: 12%;
    margin: 25% 53% 17% -53%;
    border-style: none;
    box-shadow: 0px 2px 4px inset;
    background-color: #5d73c9;
    color: #e6ece3;
    grid-area: sas5;
}

    .SE span {
        font-family: 'Century Gothic';
        font-size: 14pt;
        color: #e6ece3;
    }

.earth {
    border-radius: 35px;
    text-align: center;
    padding-top: 15%;
    margin: 27% 79% 29% -49%;
    border-style: none;
    box-shadow: 0px 2px 4px inset;
    color: #494953;
    grid-area: sas6;
}

.MIP {
    border-radius: 35px;
    text-align: center;
    padding-top: 11%;
    margin: -13% -66% 67% 90%;
    border-style: none;
    box-shadow: 0px 2px 4px inset;
    background-color: #44762f;
    color: #e6ece3;
    grid-area: sas7;
}

.firstSolution {
    margin: -13% 15% -40% -100%;
    grid-area: sas8;
}

.firstSolution p {
    font-family: 'Century Gothic Bold';
    line-height: 1.5;
    font-size: 19px;
    color: #4b813d;
}

.spanP {
    font-family: 'Akathistos ieUcs';
    font-size: 38px;
    /* font-weight: bold; */
    color: rgb(107, 107, 107);
    line-height: 3;
}

.spanOcherednie {
    font-family: 'Century Gothic';
    font-size: 29px;
    color: rgb(107, 107, 107);
}

.firstSolution pre {
    text-align: right;
}

.spanText {
    font-family: 'Century Gothic';
}

.block4 {
    display: grid;    
    grid-template-columns: 1fr 2fr;
    grid-template-rows: 1fr 1fr;    
}

.bigP {
    margin-top: -14%;
    margin-left: -14%;
}

.bigP div {
    font-family: 'Akathistos ieUcs';
    font-size: 29pt;
    line-height: 1;
    text-align: center;
    z-index: 10;
    color: white;
}

div .bigPDiv {
    font-family: 'Akathistos ieUcs';
    font-size: 560pt;
    line-height: 1;
}

.videoPlayer {
    margin: 10% 0% 10% 0%;
    text-align: center;
    line-height: 20;
}

.text4 {
    font-family: 'Century Gothic Bold';
    font-size: 16pt;
    line-height: 1.2;
    margin: -41% -97% 11% 23%;
    text-shadow: 0px 0px 10px black;
    color: white;
    text-align: justify;
}

.FCP {
    text-align: right;
    font-size: 14pt;
    font-family: 'Century Gothic Bold';
    margin: 42% 4% 0% 48%;
    color: #272727;
}

.spanF {
    font-family: 'Akathistos ieUcs';
    font-size: 18pt;
    line-height: 0.7;
    color: #272727;
}

.block5 {
    display: grid;    
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;   
}

.block5_centers {
    font-family: 'Century GOthic Bold';
    font-size: 10pt;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, 1fr);  
    margin-right: 5%;
    text-align: center;
    margin-top: 17%;
}

.block5_centers p {
    margin: 0;
}

.block5_centers_items1 {
    background-color: white;
    border-radius: 20px;
    margin-left: 25%;
    margin-bottom: 7%;
    box-shadow: 2px 2px 10px gray;
    color: #272727;
    padding-top: 16px;
}

.block5_centers_items2 {
    background-color: #86b5a1;
    border-radius: 20px;
    margin-left: 15%;
    margin-bottom: 12%;
    margin-top: -5%;
    box-shadow: 2px 2px 10px gray;
    color: white;
    padding-top: 16px;
}

.block5_centers_items3 {
    background-color: white;
    border-radius: 20px;
    margin-left: 1%;
    margin-bottom: 17%;
    margin-top: -10%;
    box-shadow: 2px 2px 10px gray;
    color: #272727;
    padding-top: 16px;
}

.block5_centers_items4 {
    background-color: #86b5a1;
    border-radius: 20px;
    margin-left: -16%;
    margin-bottom: 20%;
    margin-top: -15%;
    box-shadow: 2px 2px 10px gray;
    color: white;
    padding-top: 14px;
}

.uslov {
    font-family: 'Century Gothic Bold';
    font-size: 15pt;
    margin: 51% 0% 15% 17%;
    color: #82afc6;
}

.pricePNG {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr;
    background-image: url(../img/1.png), url(../img/2.png), url(../img/3.png);
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: 12.5% 0%, 39% 0%, 65.5% 0%;
    margin: -15% 0% 44% 0%;
    z-index: 10;
}

.priceButs {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    background-color: rgba(255, 255, 255, 0.75);
    border-radius: 15px;
    margin: -51.4% -87% 18% 14%;
    padding: 10% 15% 10% 15%;
    grid-gap: 4% 2%;
    box-shadow: 0px 2px 10px grey;
}

.priceBut1 {
    background-image: url(../img/price1.png);
    background-position: 50% 50%;
    border-radius: 10px;
    border-style: none;
    box-shadow: 0px 2px 8px grey;
    background-color: rgba(255, 255, 255, 0.0);
    padding: 0;
    background-repeat: no-repeat;
}
.priceBut2 {
    background-image: url(../img/price2.png);
    background-position: 50% 50%;
    border-radius: 10px;
    border-style: none;
    box-shadow: 0px 2px 8px grey;
    background-color: rgba(255, 255, 255, 0.0);
    padding: 0;
    background-repeat: no-repeat;
}
.priceBut3 {
    background-image: url(../img/price3.png);
    background-position: 50% 50%;
    border-radius: 10px;
    border-style: none;
    box-shadow: 0px 2px 8px grey;
    background-color: rgba(255, 255, 255, 0.0);
    padding: 0;
    background-repeat: no-repeat;
}
.priceBut4 {
    background-image: url(../img/price4.png);
    background-position: 50% 50%;
    border-radius: 10px;
    border-style: none;
    box-shadow: 0px 2px 8px grey;
    background-color: rgba(255, 255, 255, 0.0);
    padding: 0;
    
    background-repeat: no-repeat;
}
.priceBut5 {
    background-image: url(../img/price5.png);
    background-position: 50% 50%;
    border-radius: 10px;
    border-style: none;
    box-shadow: 0px 2px 8px grey;
    background-color: rgba(255, 255, 255, 0.0);
    padding: 0;
    
    background-repeat: no-repeat;
}
.priceBut6 {
    background-image: url(../img/price6.png);
    background-position: 50% 50%;
    border-radius: 10px;
    border-style: none;
    box-shadow: 0px 2px 8px grey;
    background-color: rgba(255, 255, 255, 0.0);
    padding: 0;
    
    background-repeat: no-repeat;
}
.priceBut7 {
    background-image: url(../img/price7.png);
    background-position: 50% 50%;
    border-radius: 10px;
    border-style: none;
    box-shadow: 0px 2px 8px grey;
    background-color: rgba(255, 255, 255, 0.0);
    padding: 0;
    
    background-repeat: no-repeat;
}
.priceBut8 {
    background-image: url(../img/price8.png);
    background-position: 50% 50%;
    border-radius: 10px;
    border-style: none;
    box-shadow: 0px 2px 8px grey;
    background-color: rgba(255, 255, 255, 0.0);
    padding: 0;
    
    background-repeat: no-repeat;
}
.priceBut9 {
    background-image: url(../img/price9.png);
    background-position: 50% 50%;
    border-radius: 10px;
    border-style: none;
    box-shadow: 0px 2px 8px grey;
    background-color: rgba(255, 255, 255, 0.0);
    padding: 0;
    
    background-repeat: no-repeat;
}

.priceBut1:active, .priceBut2:active, .priceBut3:active,
.priceBut4:active, .priceBut5:active, .priceBut6:active,
.priceBut7:active, .priceBut8:active, .priceBut9:active {
    box-shadow: 0px 4px 8px grey inset;
}

.priceBut1:hover, .priceBut2:hover, .priceBut3:hover,
.priceBut4:hover, .priceBut5:hover, .priceBut6:hover,
.priceBut7:hover, .priceBut8:hover, .priceBut9:hover {
    box-shadow: 0px 4px 16px grey;
}

#parent {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
    display: none;
    z-index: 20;
}

#block {
    width: 50%;
    height: 50%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

    #imageClick1 {
        max-width: 100%;
        height: auto;
        display: block;
        margin: 0 auto;
        border: none;
        display: none;
        border-radius: 30px;
    }
    #imageClick2 {
        max-width: 100%;
        height: auto;
        display: block;
        margin: 0 auto;
        border: none;
        display: none;
        border-radius: 30px;
    }
    #imageClick3 {
        max-width: 100%;
        height: auto;
        display: block;
        margin: 0 auto;
        border: none;
        display: none;
        border-radius: 30px;
    }
    #imageClick4 {
        max-width: 100%;
        height: auto;
        display: block;
        margin: 0 auto;
        border: none;
        display: none;
        border-radius: 30px;
    }
    #imageClick5 {
        max-width: 100%;
        height: auto;
        display: block;
        margin: 0 auto;
        border: none;
        display: none;
        border-radius: 30px;
    }
    #imageClick6 {
        max-width: 100%;
        height: auto;
        display: block;
        margin: 0 auto;
        border: none;
        display: none;
        border-radius: 30px;
    }
    #imageClick7 {
        max-width: 100%;
        height: auto;
        display: block;
        margin: 0 auto;
        border: none;
        display: none;
        border-radius: 30px;
    }
    #imageClick8 {
        max-width: 100%;
        height: auto;
        display: block;
        margin: 0 auto;
        border: none;
        display: none;
        border-radius: 30px;
    }
    #imageClick9 {
        max-width: 100%;
        height: auto;
        display: block;
        margin: 0 auto;
        border: none;
        display: none;
        border-radius: 30px;
    }
    #imageClickU4 {
        max-width: 100%;
        height: auto;
        display: block;
        margin: 0 auto;
        border: none;
        display: none;
    }
    #imageClickBo {
        max-width: 100%;
        height: auto;
        display: block;
        margin: 0 auto;
        border: none;
        display: none;
    }

.priceText {
    font-family: 'Century Gothic';
    font-size: 33pt;
    margin: -16% 0% 22% 0%;
    color: #747684;
}

.spanS {
    font-family: 'Akathistos ieUcs';
    font-size: 43pt;
    color: #669870;
}

.priceData {
    font-family: 'Century Gothic Bold';
    font-size: 10pt;
    margin: 35% 0% 0% 0%;
    color: #747684;
}

button {
    cursor: pointer;
}

#toTop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    cursor: pointer;
    display: none;
    font: 20px 'Century Gothic';
    line-height: 2;
    color: #e6ece3;
    font-weight: 700;
    text-align: center;
    width: 7%;
    height: 40px;
    border: 0.2vh solid;
    border-color: rgba(255, 255, 255, 0.75);
    border-radius: 2vh;
    background-color: rgba(105, 154, 129, 1);
}

.block6 {
    
}

@font-face {
    font-family: 'Century Gothic Bold';
    src: url("../Front/GOTHICB.TTF");
}

@font-face {
    font-family: 'Century Gothic Regular';
    src: url("../Front/GOTHIC.TTF");
}

@font-face {
    font-family: 'Sitka Banner';
    src: url("../Front/SitkaBanner.ttf");
}

@font-face {
    font-family: 'Akathistos ieUcs';
    src: url("../Front/Akathistos ieUcs.ttf");
}