/* latin-ext */
@font-face {
  font-family: 'Crete Round';
  font-style: normal;
  font-weight: 400;
  src: local('Crete Round'), local('CreteRound-Regular'), url(https://fonts.gstatic.com/s/creteround/v7/55xoey1sJNPjPiv1ZZZrxK110b3wKg.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Crete Round';
  font-style: normal;
  font-weight: 400;
  src: local('Crete Round'), local('CreteRound-Regular'), url(https://fonts.gstatic.com/s/creteround/v7/55xoey1sJNPjPiv1ZZZrxK170b0.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {font-family: fptd; src: url(../fonts/FuturaPT-Demi.ttf);}
@font-face {font-family: fptb; src: url(../fonts/FuturaPT-Demi.ttf);}
@font-face {font-family: fa;   src: url(../fonts/fa-solid-900.ttf);}

.table-wt {
  margin: 0 0 20px;
  position: relative;
  border: 1px solid #c7c7c7;
  box-shadow: 0 0 3px #ececec;
}

.table-wt .button {
  position: absolute;
  left: 51px;
  bottom: -24px;
}

.table-wt .order_bestvalue {
  position: absolute;
  top: -27px;
  right: -34px;
  width: 70px;
  height: 70px;
}

.table-wt .content {
  padding: 20px 25px 26px;
  border: 1px solid #c7c7c7;
}

.table-wt .content ul {
  padding-left: 5px
}

.table-wt .content ul li {
  padding: 0 0 8px 5px;
  font-size: 1em;
  line-height: 18px;
}

.table-wt .header,
.table-wt .price {
  border: 1px solid #c7c7c7;
}

.table-wt .header {
  padding: 18px 18px 12px;
}

.table-wt .header h3 {
  margin: 0;
}

.table-wt .price {
  padding: 6px 0 12px;
  text-shadow: 1px 2px #d0dee3;
  background: left bottom url(../images/vertical-line.png) repeat;
}

.table-wt .price p {
  margin: 0;
  font-family: 'Crete Round', serif;
  font-size: 1.8em;
  line-height: 42px;
  font-style: italic;
  text-align: center;
  color: #f7570e;
}
.table-wt .button {
  position: absolute;
  left: 50%;
  bottom: -24px;
  transform: translate(-50%);
  text-align: center;
}

.table-wt .button_small {
  margin: 0 8px 5px 0;
  padding: 0;
  width: 101px;
  height: 33px;
  font-size: 0.8125em;
  background: url(../images/button_small_shadow.png) no-repeat;
}
.button_small.button_orange .inside {
  background-position: 0 0;
  background: url(../images/button_small_colors.png) no-repeat;
  display: block;
  width: 97px;
  height: 28px;
  line-height: 28px;
  color: white;
  cursor: pointer;
}

#planes-wrapper {
  display: grid;
  grid-gap: 6px;
}

@media screen and (min-width: 768px) {
  #planes-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
  .table-wt .content {
    min-height: 660px;
  }
}
@media screen and (min-width: 1100px) {
  #planes-wrapper {
    grid-template-columns: repeat(5, 1fr);
  }
}

#registration-btn {
  background-color: red;
  padding: 8px;
  color: white;
  font-weight: 600;
  border: 1px solid transparent;
  border-radius:  6px;
  letter-spacing: 1px;
}

#registration-btn:hover {
  text-decoration: none;
}

#login-btn:hover {
  text-decoration: none;
}

#login-btn {
  background-color: #23cd45;
  padding: 8px;
  color: white;
  font-weight: 600;
  border: 1px solid transparent;
  border-radius:  6px;
  letter-spacing: 1px;
}

.navigation {
}

.navigation  ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.navigation  li a {
  color: white;
  position: relative;
}

.navigation  li a:hover {
  text-decoration: none;
  color: white;
}

.navigation  li:not(:first-of-type) a::after {
  display: block;
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0%;
  height: 4px;
  background-color: orange;
  transition: width .5s;
}

.navigation  li:not(:first-of-type) a:hover::after {
  width: 100%;
}

.navigation  li img {
  height: 50px;
}

.top-navi {
  padding-right: 15px;
  height: 60px;
  background-color: black;
}

.top-navi ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  list-style-type: none;
  height: 60px;
}

.top-navi ul li:first-of-type {
  flex-grow: 1;
}

.top-navi ul li:not(:last-of-type) {
  margin-right: 20px;
}

.top-navi ul img {
  height: 50px;
}

.doc-content:not(:first-of-type) {
  display: none;
}

.documentation-menu-list {
  list-style-type: none;
  padding: 0;
}

.documentation-menu-list li {
  border-bottom: 1px solid lightgrey
}

.documentation-menu-btn {
  cursor: pointer;
  display: inline-block;
  height: 40px;
  line-height: 40px;
}

.documentation-menu-btn:hover {
  text-decoration: none;
}

.section1__headers-wrapper {
  margin: 90px;
  text-align: center;
}

.regform__form-btns-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap
}

.anti_bot_filter {
  max-width           : 290px;
  height              : 50px;
  border              : 1px solid lightgrey;
  height              : 50px;
  padding             : 3px;
  background-color    : transparent;
  border-radius       : 4px;
  overflow            : hidden;
  flex-grow           : 1;
  margin-right        : 10px;
}
.anti_bot_filter__header {
  font                : 14px fptd;
  color               : grey;
  margin              : 0;
  text-align          : center;
}
.anti_bot_filter__body {
  width: 100%;
  display: flex;
  justify-content: center;
}

.anti_bot_filter__question {
  font                : 16px fptd;
  margin-right        : 6px;
  height              : 25px;
  line-height         : 25px;
}
.anti_bot_filter__ansver {
  color               : black;
  font                : 16px fptd;
  height              : 25px;
  line-height         : 25px;
  border              : 1px solid lightgrey;
  padding             : 0 12px;
}

#btnsubmit {
  max-width           : 290px;
  min-width           : 160px;
  height              : 50px;
  border              : 1px solid #01a97e;
  background-color    : #01a97e;
  border-radius       : 4px;
  color               : white;
  font-family         : fptd;
  font-size           : 1.4rem;
  font-weight         : 400;
  cursor              : pointer;
  transition          : background-color .5s;
}
#btnsubmit:hover {
  background-color    : #01634a;
  border-color        : #01634a;
}

#contacts-main {
  margin-top: 60px;
}
@media screen and (min-width: 1200px) {
  #contacts-main {
    height: 200px !important;
    overflow: hidden;
    display: block;
  }
}

header img[src="images/logo.png"] {
  display: block;
}

header img[src="images/logo-words.png"] {
  display: none;
}

@media screen and (min-width: 576px) {
  header img[src="images/logo.png"] {
    display: none;
  }

  header img[src="images/logo-words.png"] {
    display: block;
  }
}