/*
* Skeleton V2.0.4
* Copyright 2014, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 12/29/2014
*/


/* swatches
––––––––––––––––––––––––––––––––––––––––––––––––––
blue   #00b4ff;
yellow #ffe04f;
purple #36203c;
orange #f7bf15;

*/




/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.container {
  position: relative;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box; }
.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box; }

/* For devices larger than 400px */
@media (min-width: 400px) {
  .container {
    width: 85%;
    padding: 0; }
}

/* For devices larger than 550px */
@media (min-width: 550px) {
  .container {
    width: 80%; }
  .column,
  .columns {
    margin-left: 4%; 
    border: 1px; border-color: gray;
  }
  .column:first-child,
  .columns:first-child {
    margin-left: 0; }
  .row {
  }

  .one.column,
  .one.columns                    { width: 4.66666666667%; }
  .two.columns                    { width: 13.3333333333%; }
  .three.columns                  { width: 22%;            }
  .four.columns                   { width: 30.6666666667%; }
  .five.columns                   { width: 39.3333333333%; }
  .six.columns                    { width: 48%;            }
  .seven.columns                  { width: 56.6666666667%; }
  .eight.columns                  { width: 65.3333333333%; }
  .nine.columns                   { width: 74.0%;          }
  .ten.columns                    { width: 82.6666666667%; }
  .eleven.columns                 { width: 91.3333333333%; }
  .twelve.columns                 { width: 100%; margin-left: 0; }

  .one-third.column               { width: 30.6666666667%; }
  .two-thirds.column              { width: 65.3333333333%; }

  .one-half.column                { width: 48%; }

  /* Offsets */
  .offset-by-one.column,
  .offset-by-one.columns          { margin-left: 8.66666666667%; }
  .offset-by-two.column,
  .offset-by-two.columns          { margin-left: 17.3333333333%; }
  .offset-by-three.column,
  .offset-by-three.columns        { margin-left: 26%;            }
  .offset-by-four.column,
  .offset-by-four.columns         { margin-left: 34.6666666667%; }
  .offset-by-five.column,
  .offset-by-five.columns         { margin-left: 43.3333333333%; }
  .offset-by-six.column,
  .offset-by-six.columns          { margin-left: 52%;            }
  .offset-by-seven.column,
  .offset-by-seven.columns        { margin-left: 60.6666666667%; }
  .offset-by-eight.column,
  .offset-by-eight.columns        { margin-left: 69.3333333333%; }
  .offset-by-nine.column,
  .offset-by-nine.columns         { margin-left: 78.0%;          }
  .offset-by-ten.column,
  .offset-by-ten.columns          { margin-left: 86.6666666667%; }
  .offset-by-eleven.column,
  .offset-by-eleven.columns       { margin-left: 95.3333333333%; }

  .offset-by-one-third.column,
  .offset-by-one-third.columns    { margin-left: 34.6666666667%; }
  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns   { margin-left: 69.3333333333%; }

  .offset-by-one-half.column,
  .offset-by-one-half.columns     { margin-left: 52%; }

}


/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* NOTE
html is set to 62.5% so that all the REM measurements throughout Skeleton
are based on 10px sizing. So basically 1.5rem = 15px :) */
html {
  font-size: 62.5%; }
body {
  font-size: 1.6em; /* currently ems cause chrome bug misinterpreting rems on body element */
  line-height: 2rem;
  font-weight: 400;
  font-family: "Open Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #222; }


/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0rem;
  margin-bottom: 1rem;
  font-weight: 600; }
h1 { font-size: 5.0rem; line-height: 5rem;  letter-spacing: -.1rem;}
h2 { font-size: 3.0rem; line-height: 3rem; letter-spacing: -.1rem; }
h3 { font-size: 1.8rem; line-height: 2rem;  letter-spacing: 0; }
h4 { font-size: 1.6rem; line-height: 2rem; letter-spacing: -.08rem; }
h5 { font-size: 1.8rem; line-height: 1.5;  letter-spacing: -.05rem; }
h6 { font-size: 1.5rem; line-height: 1.6;  letter-spacing: 0; }

h1 { margin-top: 2rem; padding-bottom:2rem;}

 h2 { margin-top: 3rem; }


/* Larger than phablet */
@media (min-width: 550px) {
  h1 { font-size: 6rem; line-height: 6rem;}
  h2 { font-size: 3rem; line-height: 4rem;}
  h3 { font-size: 1.8rem; }
  h4 { font-size: 1.6rem; }
  h5 { font-size: 2.4rem; }
  h6 { font-size: 1.5rem; }
}

p {
  margin-top: 0; }


/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
  color: #1EAEDB; }
a:hover {
  color: #0FA0CE; }


/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  height: 44px;
  padding: 0 30px;
  color: #555;
  text-align: center;
  /*font-size: 1.6rem;*/
  font-weight: 600;
  line-height: 4rem;
  letter-spacing: normal;
  text-transform: none;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 4px;
  border: 0px solid #bbb;
  cursor: pointer;
  overflow: hidden;
  box-sizing: border-box; 
  transition: -webkit-transform .2s;
      transition: -ms-transform .2s;
          transition: transform .2s;
}
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  color: #333;
  /*border-color: #888;*/
  border-width: 0px;
  outline: 0; 
  -webkit-transform: scale(1.2,1.2);
      -ms-transform: scale(1.2,1.2);
          transform: scale(1.2,1.2);
}
.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
  color: #FFF;
  background-color: #00a3df;
  border-color: #00a3df; }
.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
  color: #FFF;
  background-color: #1EAEDB;
  border-color: #1EAEDB; }


/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  height: 38px;
  padding: 6px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #fff;
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box; }
/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
textarea {
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px; }
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #33C3F0;
  outline: 0; }
label,
legend {
  display: block;
  margin-bottom: .5rem;
  font-weight: 600; }
fieldset {
  padding: 0;
  border-width: 0; }
input[type="checkbox"],
input[type="radio"] {
  display: inline; }
label > .label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: normal; }


/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul {
  list-style: circle inside; }
ol {
  list-style: decimal inside; }
ol, ul {
  padding-left: 0;
  margin-top: 0; }
ul ul,
ul ol,
ol ol,
ol ul {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%; }
li {
  margin-bottom: 1rem; }


/* Code
–––––––––––––––––––––––––––––––––––––––––––––––––– */
code {
  padding: .2rem .5rem;
  margin: 0 .2rem;
  font-size: 90%;
  white-space: nowrap;
  background: #F1F1F1;
  border: 1px solid #E1E1E1;
  border-radius: 4px; }
pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre; }


/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
th,
td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #E1E1E1; }
th:first-child,
td:first-child {
  padding-left: 0; }
th:last-child,
td:last-child {
  padding-right: 0; }


/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
button,
.button {
  margin-bottom: 1rem; }
input,
textarea,
select,
fieldset {
  margin-bottom: 1.5rem; }
pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
  margin-bottom: 2.5rem; }


/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.u-full-width {
  width: 100%;
  box-sizing: border-box; }
.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box; }
.u-pull-right {
  float: right; }
.u-pull-left {
  float: left; }


/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #E1E1E1; }


/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* Self Clearing Goodness */
.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both; }


/* Media Queries
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*
Note: The best way to structure the use of media queries is to create the queries
near the relevant code. For example, if you wanted to change the styles for buttons
on small devices, paste the mobile query code up in the buttons section and style it
there.
*/


/* Larger than mobile */
@media (min-width: 400px) {}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 550px) {}

/* Larger than tablet */
@media (min-width: 750px) {}

/* Larger than desktop */
@media (min-width: 1000px) {}

/* Larger than Desktop HD */
@media (min-width: 1200px) {}



/* Глобальные стили
–––––––––––––––––––––––––––––––––––––––––––––––––– */

section:nth-of-type(even) h1 {
  color: #00b4ff;
}

section:nth-of-type(even) h2 {
  color: #00b4ff;
  font-weight: 400;
}

section:nth-of-type(odd) h1 {
  color: #ffe04f;
}

section:nth-of-type(odd) h2 {
  color: #ffe04f;
  font-weight: 400;
}

/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul {
  list-style: none outside; }
ol {
  list-style: decimal outside; }
ol, ul {
  padding-left: 2rem;
  margin-top: 1rem; 
text-align: left;}
ul ul,
ul ol,
ol ol,
ol ul {
  margin: 1rem 0 1rem 3rem;
  font-size: 80%; }

li:before {
  font-family: 'FontAwesome';
  content: '\f00c';
  margin:0 5px 0 -2rem;
  color: #ffe04f;
  line-height: 2rem;
}

section:nth-of-type(even) li:before {
  color: #00b4ff;
}

li {margin-bottom: 2rem;}




/* Секции
–––––––––––––––––––––––––––––––––––––––––––––––––– */

section {
  padding: 30px 0;
  text-align: center;
}

section:nth-of-type(odd) {
  background-color: #36203c;;
  color:white;
}

section:nth-of-type(even) {
  background-color: #e3ecef;
  background-image: url(../images/grey.png);
  background-position: center;
}

section:last-of-type {
  padding-bottom: 0px;
}

.button {
  white-space: normal;
}

.button--wide {
width: 100%;
}

.column--flex {
    box-sizing: border-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: space-between;
        -ms-justify-content: space-between;
            justify-content: space-between;

}

.flex--top {
  flex-direction: column;
  align-content: flex-start;
  justify-content: flex-start;
}

.row--flex {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: wrap;
        -ms-flex-flow: wrap;
            flex-flow: wrap;
    flex-direction: row;
}

iframe {
  margin-bottom: -4px !important;
  box-sizing: border-box;
  margin-top:50px;
}

.home {
  width: 50px;
  height: 40px;
  text-align: center;
  vertical-align: middle;
  background-color:#00b4ff;
  color: white;
  position: fixed;
  bottom: -50px;
  right: 2.5%;
  z-index: 10;
  padding-top: 10px;
  transition: all .3s;

}

.home:hover {
  color: white;
  padding-bottom: 15px;
}



/* Header & Footer
–––––––––––––––––––––––––––––––––––––––––––––––––– */

header, footer {
  background-color: #36203c;
  width: 100%;
  height: 64px;
  padding: 10px 20px 10px 20px;
  box-sizing: border-box;
  color: white;
  font-size: 1.4rem;
}

header {
  z-index: 100;
  position: fixed;
  top: 0px;
  background-color: rgba(60,20,55,.85);
  transition: all .4s;
}

footer {padding-top:22px; z-index: 20; position: relative;}

footer div {opacity: .7;}

footer div:nth-of-type(1) {
  display: inline-block;
  width: 50%;
  box-sizing: border-box;
}

footer div:nth-of-type(2) {
  display: inline-block;
  text-align: right;
  width: 50%;
  box-sizing: border-box;
}


.footer__link { color: white; font-size: 1.4rem;}

.footer__link:hover { color: white; font-size: 1.4rem;}


/* Локальные стили
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* Header & Footer
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.header__logo {
  display: inline-block;
  width: 50%;
}

.header__logo__link {
  padding: 0; margin: 0;
}

.header__contacts {
  display: inline-block;
  height: 100%;
  float: right;
  text-align: right;
  width: 50%;
  padding: 10px 0px;
}

.header__contacts__mail { color: white; font-size: 1.4rem; opacity: .7;
position: relative;
top:0px;
transition: all 0.4s;

}

.header__contacts__mail:hover { color: white; font-size: 1.4rem;}

.header__logo__image {
  transition: all, .4s;
  height: 47px;
}

/* Первая секция
–––––––––––––––––––––––––––––––––––––––––––––––––– */



.title__head {
  position: relative;
  margin-top: 70px;
  z-index: 2;
  /*margin-left: 35%;*/
  text-align: center;
  width: 100%;
  box-sizing: border-box;
}

/*.title__head:after {
  content: " ";
  position: absolute;
  left: -20px;
  top: -20px;
  bottom: -20px;
  background-color: rgba(0,0,0,0.5);
  width: 110%;
  height: 510px;
  z-index: -1;
}*/


.title {
  position: relative;
  background-image: url(../images/image-6.jpg);
  background-position: 50% -250px;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-color: black !important;
  /*background: linear-gradient(#00b4ff, #3c1432);*/
  display: block;
  
}

/*.title::after {
  content: " ";
  opacity: 1;
  background-image: url(../images/image-6.jpg);
  background-position: center;
  background-origin: -250 0;
  background-size: 1800px;
  background-attachment: fixed;
  background-repeat: no-repeat;
  position: absolute;
  height: 100%;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  z-index: 1;
    -webkit-filter: blur(2px);
       -moz-filter: blur(2px);
         -o-filter: blur(2px);
        -ms-filter: blur(2px);
            filter: blur(2px);
}*/

.title__hdr1 {
  font-size: 8rem;
  color: #ffe04f;
  margin-bottom: 0px;
}

.title__hdr2 {
  font-size: 3rem;
  color: #ffe04f;
  margin-top: 0px;
  font-weight: 400;
}

.title__hdr3 {
  color: #ffe04f;
  margin-bottom: 1rem;
  text-shadow: 0px 0px 6px black;
}


.title_button--date {
  font-weight: 400;
  border-top: 0px;
  border-left: 0px;
  border-radius: 0px;
  border-right: 0px;
  border-bottom: 0px dashed #c998fb;
  color: #c998fb;
  height: auto;
  line-height: normal;
  white-space: nowrap;
  margin: 40px 10px 40px 10px;
  position: relative;
  overflow: visible;
  background-color: rgba(0,0,0,0.5);
  padding: 8px;
}

/*.title_button--date:after {
  content: " ";
  position: absolute;
  left: -10px;
  top: -10px;
  bottom: -10px;
  background-color: rgba(0,0,0,0.5);
  width: 110%;
  height: 45px;
  z-index: -1;
}
*/
.title_button--date:hover{
  color: #ffe04f;
  /*border-bottom: 1px solid #ffe04f;*/
}

.title_button--date:focus{
  color: #ffe04f;
  /*border-bottom: 2px solid #ffe04f;*/
}

.title__button--reg {
  padding: 10px 30px;
  height: auto;
  margin-top: 30px;
}




/* Что это
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.logo--threecol {
  max-height: 50px;
  max-width: 100%;
}

.logo--threecol[src$="free.logo.svg"] {
  max-height: 40px;
  padding: 0px 0px 10px 0px;
}

.logo--threecol[src$="tceh.logo.png"] {
  max-height: 40px;
  padding: 0px 0px 10px 0px;
}

.column--fancy {
  background-color: white;
  box-sizing: border-box;
  border: 10px solid rgba(0,0,0,.1);
  background-color: white;
  padding: 20px 10px 0px 10px;
  margin-bottom: 20px;
}

@media (min-width: 750px) {

  .column--blue {
    color: white;
    background-color:#0098d8;
    box-sizing: border-box;
    /*border: 10px solid #b2e8ff;*/
    padding: 30px 10px 10px 10px;
    margin-bottom: 20px;
    -webkit-transform: perspective(900px) rotate3d(8,35,0,20deg); 
        -ms-transform: perspective(900px) rotate3d(8,35,0,20deg); 
            transform: perspective(900px) rotate3d(8,35,0,20deg); 
   /* -webkit-transition: all 400ms cubic-bezier(0.520, 0, 0.515, 1); /* older webkit */*/
  -webkit-transition: all 400ms cubic-bezier(0.520, -0.585, 0.515, 1.580);
     -moz-transition: all 400ms cubic-bezier(0.520, -0.585, 0.515, 1.580);
       -o-transition: all 400ms cubic-bezier(0.520, -0.585, 0.515, 1.580);
          transition: all 400ms cubic-bezier(0.520, -0.585, 0.515, 1.580); /* custom */
  /*  transition: all .3s cubic-bezier(1.000, -0.530, 0.405, 1.425);*/
    box-shadow: -35px 10px 35px rgba(0,0,0,.2);
  }

  .column--blue:nth-of-type(2){
    -webkit-transform: perspective(900px) rotate3d(8,-35,0,20deg); 
        -ms-transform: perspective(900px) rotate3d(8,-35,0,20deg); 
            transform: perspective(900px) rotate3d(8,-35,0,20deg); 
    box-shadow: 35px 10px 35px rgba(0,0,0,.2);
  }

  .column--blue:hover {
    -webkit-transform: perspective(900px) rotate3d(0,0,0,0deg); 
        -ms-transform: perspective(900px) rotate3d(0,0,0,0deg); 
            transform: perspective(900px) rotate3d(0,0,0,0deg); 
    cursor: default;
    background-color:#00b4ff;
    box-shadow: 0px 5px 6px rgba(0,0,0,.2);
  }

}

.column--blue {
  color: white;
  background-color:#00b4ff;
  box-sizing: border-box;
  /*border: 10px solid #b2e8ff;*/
  padding: 30px 10px 10px 10px;
  margin-bottom: 20px;
}

.column--blue p {
  font-size: 2rem;

}

.number--onwhite {
  position: relative;
  display: inline-block;
  font-size: 4rem;
  color: #00b4ff;
  border: 4px solid #00b4ff;
  border-radius: 40px;
  width: 80px;
  height: 80px;
  padding: 24px 19px 19px 18px;
  font-weight: 600;
  margin-bottom: 10px;
  box-sizing:border-box;
}

@media (min-width: 850px) {

.number--onwhite:after {
  position: absolute;
  left: 200%;
  content: "\f178";
  font-family: "FontAwesome";
}

.arrow-none:after {
  position: absolute;
  left: 200%;
  content: " ";
  font-family: "FontAwesome";
  display: none;
}

}

/*.row--steps {
  background-color: rgba(255,255,255,.7);
}*/

.column--steps {
  box-sizing: border-box;
  /*background-color: white;*/
  
  margin-bottom: 20px;
}

.column--steps h3 {
  color:  #00b4ff; 
}

.column--steps p:nth-of-type(1) {
  font-weight: 700;
}

/*.column__shield {
  width: 100%;
  background-color: rgba(255,255,255,1);
  height: 190px;
  box-shadow: 0px 6px 0px rgba(0,0,0,.1);
  padding: 30px 10px 0px 10px;
  margin-bottom: 20px;
  box-sizing:border-box;
  border-radius: 20px 20px 20px 20px;
}*/

.column__shield {
  width: 100%;
  height: 190px;
  padding: 30px 10px 0px 10px;
  margin-bottom: 20px;
  box-sizing:border-box;
  border-bottom: 1px solid rgba(0,0,0,.2);
}


.column__shield + p {
  padding: 10px 10px 0px 10px;
}


/* Кто ты
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.text--color {
  color: #ffe04f;
}


.keepcalm {
  width: 250px;
  height: auto;
}

@media (min-width: 400px) {

  .keepcalm {
    width: 400px;
    height: auto;
  }

}

.column--persona {
  background-color: rgba(0,0,0,.2);
  box-sizing: border-box;
  border: 0px solid #b2e8ff;
  padding: 20px 20px 0px 20px;
  margin-bottom: 40px;
}


.forwhom {
  background-image: url(../images/image-s-1.jpg);
  background-position: top;
  background-attachment: fixed;
  background-repeat: no-repeat;
  z-index: 2;
}

.persona {
  color: #ffe04f;
  font-size: 8rem;
  padding: 20px;
  background-color: 
}


/* Кто мы
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.column__partner {
  width: 100%;
  height: 150px;
  padding: 10px 10px 0px 10px;
  margin-bottom: 20px;
  box-sizing:border-box;
  border-bottom: 1px solid rgba(0,0,0,.2);
}

/*
.column__partner + p {
  padding: 10px 10px 0px 10px;
}*/



/* Программа
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.table__program {
  width: 90%;
  font-size: 1.4rem;
  margin: 0 5%;
}

.table__program tbody tr td:nth-of-type(1) {
  width: 30%;
  white-space: nowrap;
}


.schedule {
  background-image: url(../images/image-s-8.jpg);
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
}


/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */

th,
td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 0px solid #E1E1E1; }
tbody tr:nth-of-type(odd) {
  background-color: rgba(255,255,255,.1);
}
th:first-child,
td:first-child {
  padding-left: 0; text-align: center;}
th:last-child,
td:last-child {
  padding-right: 20px; }



/* Где проходит
–––––––––––––––––––––––––––––––––––––––––––––––––– */


.column--address {
  background-color: rgba(55,30,60,.5);
  background-color: rgba(0,0,0,.25);
  
  padding: 20px 10px 20px 10px;
  margin-top: 20px;
  margin-bottom: 20px;
  box-sizing: border-box;
}


.where {
  background-image: url(../images/image-s-7.jpg);
  background-position: top;
  background-attachment: fixed;
  background-repeat: no-repeat;
}
