html, body {
    margin: 0;
    padding: 0;
}

body {
    margin: 0 10px;
    background: white;
    color: #0E6752;
    font-family: "Roboto";
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
}

.phone {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 0;
    max-width: 1024px;
    margin: 20px auto;
    font-family: "Oswald";
    font-weight: 400;
    font-style: normal;
    font-size: 28px;
}
.phone > div:first-of-type a,
.phone > div:first-of-type a:hover {
    color: #0E6752;
    text-decoration: none;
}
.phone > div:nth-of-type(2) {
    text-align: right;
}

.fs12 {
    font-size: 12px;
}
.fs12 a,
.fs12 a:hover {
    color: #374151;
    text-decoration: underline;
}

.header {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 0;
    margin: 0 -10px 30px -10px;
    border-top: 3px solid #0D4A33;
    border-bottom: 3px solid #0D4A33;
}
.header div {
    min-height: 280px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.header div:nth-of-type(1) { background-image: url("/web/20250421031717im_/https://spts.pro/img/main_01.png"); }
.header div:nth-of-type(2) { background-image: url("/web/20250421031717im_/https://spts.pro/img/main_02.png"); }
.header div:nth-of-type(3) { background-image: url("/web/20250421031717im_/https://spts.pro/img/main_03.png"); }

.page {
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
}

.menu {
    display: grid;
    grid-template-areas:
        "logo empty empty empty empty empty"
        "logo empty empty empty empty empty"
        "logo empty empty empty empty empty"
        "logo empty empty empty empty empty"
        "logo menu1 menu2 menu3 menu4 menu5";
    grid-gap: 0;
    margin: -260px 0 60px 0;
}
.menu > div:nth-of-type(1) {
    grid-area: logo;
}
.menu > div:nth-of-type(1) div {
    width: 60%;
    margin: 0 auto;
    background: white;
    border-radius: 50%;
    padding: 10px;
}
.menu > div:nth-of-type(1) a,
.menu > div:nth-of-type(1) a:hover {
    display: block;
}
.menu > div:nth-of-type(1) img {
    border-radius: 50%;
    margin-bottom: -10px;
}
.menu > div:nth-of-type(2) {
    grid-area: menu1;
}
.menu > div:nth-of-type(3) {
    grid-area: menu2;
}
.menu > div:nth-of-type(4) {
    grid-area: menu3;
}
.menu > div:nth-of-type(5) {
    grid-area: menu4;
}
.menu > div:nth-of-type(6) {
    grid-area: menu5;
}
.menu > div > a.menu-item,
.menu > div > a.menu-item:hover {
    font-family: "Oswald";
    font-weight: 400;
    font-size: 26px;
    text-decoration: none;
    color: #B3CE5D;
    text-transform: uppercase;
}

h2 {
    margin: 50px 0 30px;
    font-family: "Oswald";
    font-weight: 400;
    font-size: 44px;
    text-transform: uppercase;
    padding-bottom: 5px;
    border-bottom: 3px solid #0E6752;
}
h2.lightgreen {
    color: #B3CE5D;
    border-bottom: 3px solid #B3CE5D;
}

p {
    line-height: 1.5em;
}

.celi {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 2vw;
    margin: 30px 0 50px;
}
.celi > div > img {
    height: 50px;
}

.list {
    margin: 30px 0 50px;
    padding: 0 0 0 24px;
    list-style: decimal;
}
.list li {
    line-height: 1.5em;
    padding: 8px 0;
}

.zadachi {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 0.5vw;
    margin: 30px 0 50px;
}
.zadachi > div > div {
    font-family: "Oswald";
    font-size: 46px;
    font-style: normal;
    font-weight: bold;
    line-height: 1em;
}
.zadachi > div {
    border-bottom-right-radius: 50px;
    padding: 10px 16px;
}
.zadachi > div:nth-of-type(1) { background: #EBFBBA; }
.zadachi > div:nth-of-type(2) { background: #EBFBFF; }
.zadachi > div:nth-of-type(3) { background: #EDFFF0; }
.zadachi > div:nth-of-type(4) { background: #F4FFD1; }
.zadachi > div:nth-of-type(5) { background: #CDF6DE; }

.preim {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 2vw;
    margin: 30px 0 50px;
}
.preim ul {
    padding: 0;
    list-style: none;
}
.preim ul li {
    line-height: 1.5em;
    padding: 6px 0 10px 32px;
    background-image: url("/web/20250421031717im_/https://spts.pro/img/list-icon.jpg");
    background-repeat: no-repeat;
    background-position: top left;
}

.uchastniki {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 0.5vw;
    align-items: center;
    margin: 30px 0 50px;
}
.uchastniki > a,
.uchastniki > a:hover {
    display: block;
    text-decoration: none;
    text-align: center;
}
.uchastniki > a > img {
    max-width: 80%;
    max-height: 90px;
}

.btn-link,
.btn-link:hover {
    display: inline-block;
    min-width: 240px;
    background: #FF7917;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    padding: 16px 1px;
    font-family: "Oswald";
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5em;
}

.popup-form {
    display: none;
    max-width: 500px;
}

.popup-form form {
    display: grid;
    grid-template-columns: 1fr 3fr;
    grid-gap: 1vw;
}

.popup-form form > div:nth-of-type(2n+1) {
    padding-top: 4px;
    font-size: 14px;
}

.popup-form form input[type="text"] {
    width: 100%;
    border: 1px solid #476E71;
    padding: 5px;
    font-size: 14px;
}

.popup-form form textarea {
    width: 100%;
    border: 1px solid #476E71;
    padding: 5px;
    font-size: 14px;
}

.popup-form form input[type="submit"] {
    width: 70%;
    padding: 16px 1px;
	margin-bottom: 10px;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    background: #476E71;
}

.bottom-reg-form-link {
    text-align: center;
}

/***** Mobile Styles *****/
@media only screen and (max-width: 600px) {
    .menu {
        grid-template-areas:
            "logo logo"
            "menu1 menu2"
            "menu3 menu4"
            "menu5 empty";
        grid-gap: 1vw;
    }

    .celi {
        grid-template-columns: 1fr;
    }

    .zadachi {
        grid-template-columns: 1fr;
    }

    .preim {
        grid-template-columns: 1fr;
        grid-gap: 0;
    }
    .preim ul:first-of-type {
        margin-bottom: 0;
    }

    .uchastniki {
        grid-template-columns: 1fr 1fr;
    }
}

/*
     FILE ARCHIVED ON 03:17:17 Apr 21, 2025 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 03:41:45 Sep 07, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  capture_cache.get: 0.32
  load_resource: 346.469
  PetaboxLoader3.resolve: 273.776
  PetaboxLoader3.datanode: 67.78 (2)
  loaddict: 45.605
*/