@charset "UTF-8";
@font-face {
  font-family: 'robotoitalic';
  src: url("../fonts/roboto/roboto-italic-webfont.eot");
  src: url("../fonts/roboto/roboto-italic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/roboto-italic-webfont.woff2") format("woff2"), url("../fonts/roboto/roboto-italic-webfont.woff") format("woff"), url("../fonts/roboto/roboto-italic-webfont.svg#robotoitalic") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'robotolight';
  src: url("roboto-light-webfont.eot");
  src: url("../fonts/roboto/roboto-light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/roboto-light-webfont.woff2") format("woff2"), url("../fonts/roboto/roboto-light-webfont.woff") format("woff"), url("../fonts/roboto/roboto-light-webfont.svg#robotolight") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'robotolight_italic';
  src: url("../fonts/roboto/roboto-lightitalic-webfont.eot");
  src: url("../fonts/roboto/roboto-lightitalic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/roboto-lightitalic-webfont.woff2") format("woff2"), url("../fonts/roboto/roboto-lightitalic-webfont.woff") format("woff"), url("../fonts/roboto/roboto-lightitalic-webfont.svg#robotolight_italic") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'robotomedium';
  src: url("../fonts/roboto/roboto-medium-webfont.eot");
  src: url("../fonts/roboto/roboto-medium-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/roboto-medium-webfont.woff2") format("woff2"), url("../fonts/roboto/roboto-medium-webfont.woff") format("woff"), url("../fonts/roboto/roboto-medium-webfont.svg#robotomedium") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'robotomedium_italic';
  src: url("../fonts/roboto/roboto-mediumitalic-webfont.eot");
  src: url("../fonts/roboto/roboto-mediumitalic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/roboto-mediumitalic-webfont.woff2") format("woff2"), url("../fonts/roboto/roboto-mediumitalic-webfont.woff") format("woff"), url("../fonts/roboto/roboto-mediumitalic-webfont.svg#robotomedium_italic") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'robotothin';
  src: url("../fonts/roboto/roboto-thin-webfont.eot");
  src: url("../fonts/roboto/roboto-thin-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/roboto-thin-webfont.woff2") format("woff2"), url("../fonts/roboto/roboto-thin-webfont.woff") format("woff"), url("../fonts/roboto/roboto-thin-webfont.svg#robotoregular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'robotoregular';
  src: url("../fonts/roboto/roboto-regular-webfont.eot");
  src: url("../fonts/roboto/roboto-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/roboto-regular-webfont.woff2") format("woff2"), url("../fonts/roboto/roboto-regular-webfont.woff") format("woff"), url("../fonts/roboto/roboto-regular-webfont.svg#robotoregular") format("svg");
  font-weight: normal;
  font-style: normal; }
  
 @font-face {
  font-family: 'playskoolproregular';
  src: url("../fonts/playskoolpro/pfplayskoolpro-3d-regular.eot");
  src: url("../fonts/playskoolpro/pfplayskoolpro-3d-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/playskoolpro/pfplayskoolpro-3d-regular.woff2") format("woff2"), url("../fonts/playskoolpro/PFPlayskoolPro-3D.woff") format("woff"), url("../fonts/playskoolpro/PFPlayskoolPro-3D.svg#robotoregular") format("svg");
  font-weight: normal;
  font-style: normal; }

body {
  margin: 0;
  font-family: 'robotolight';
  width: 100%;
/*  min-width: 20rem;*/
  overflow-x: hidden;
  color: #000;
  line-height: 1.333rem; }

div, a, li, ul  {
  box-sizing: border-box; }

p, h1, h2, h3, h4, h5, ul, li, input, button, textarea {
  padding: 0;
  margin: 0;
  box-sizing: border-box; }

button {
  cursor: pointer;
}

input, textarea:focus {
  outline: none;
}

/*h1 {
  font-family: 'robotomedium';
  font-size: 60px;
  font-size: 3.333rem;
  margin: 50px 0 26px;
  text-align: center;
  line-height: normal;
  font-weight: normal;
}

h2 {
  font-family: 'robotomedium';
  font-size: 48px;  
  font-size: 2.667rem;
  text-align: center;
  line-height: normal;
  margin-bottom: 30px;
  margin-top: 59px;
  font-weight: normal;
}

h3 {
  font-family: 'robotomedium';
  font-size: 30px;
  font-size: 1.667rem; 
  text-align: left;
  line-height: normal;
  margin-bottom: 9px;
  font-weight: normal;
}

h5 {
  font-size: 18px;
  font-weight: normal;
}*/

ul {
  list-style: none; }

a {
  display: block;
  text-decoration: none;
  color: #047878; }

a:hover {
  color: #025859;
  text-decoration: none;
  outline: none;}
a:visited, a:active, a:focus {
  color: #047878;
  text-decoration: none;
  outline: none;
}

a:-webkit-any-link {
  text-decoration: none; }

input:focus, button:focus {
  outline: none; }

.wrapper {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.maincontent {
  overflow-x: hidden;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;}
/*header*/
.header {
  position: relative;
  width: 100%;
  height: 630px;
  background: url(../images/prices-picture.jpg) center no-repeat;
  background-size: cover;
}

/*footer*/
.footer {
  position: relative;
  width: 100%;
  height: 500px;
  background: url(../images/tild3839-6261-4263-b139-323661346638__10.jpg) center no-repeat;
  background-size: cover;
}
.footer__contacts {
  width: 319px;
  margin: 0 auto;
  font-size: 22px;
  text-align: center;
  font-family: 'robotomedium';
  color: #004c91;
  padding: 60px 0 80px;
}
.footer__contacts__elem {
  margin-bottom: 4px;
}

/*------------------------------------------------------------------*/
/*------------------------------------------------------------------*/
#tel-number{
	color: #000;
}
#main-link a{
              color: #000;
              font-family: 'robotoregular';
              text-transform: uppercase;
              font-size: 13px;
              letter-spacing: 3px;
              font-weight: bold;
}
.contacts{
	/*position: fixed;*/
	color: #000;
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-weight: bold;
}
.contacts .tel{
	/*position: relative;*/
	position: absolute;
	right: 20px;
	/*float: right;*/
	font-size: 22px;
	
}
.contacts .main-link{
	text-align: center;
	font-size: 22px;
	background: rgba(255, 255, 255, 0.5);
	position: absolute;
	left: 48%;
}
.contacts a{
	/*display: block;*/
	/*margin: 0 auto;*/
	/*width: 5%;*/
}
.background-circle{
	margin: 0 auto;
	background: url("../images/circle.png") no-repeat center center;
	width: 450px;
	height: 450px;
	position: relative;
	top: 75px;
}
.background-circle p{
	text-transform: uppercase;
	color: #fff;
	font-family: 'playskoolproregular';
	font-size: 75px;
	line-height: 75px;
}
.background-circle span:first-child{
	position: absolute;
	top: 35%;
	left: 35%;
}
.background-circle span:last-child{
	position: absolute;
	top: 50%;
	left: 20%;
}
main{
	font-weight: bold;
}
.price-list{
	/*width: 200px;*/
	font-size: 20px;
}
.price-list li{
	width: 100%;
	height: 80px;
}
.price-list .first-item:first-child{
	background-color: #133813;
	color: white;
	font-weight: bold;
	font-family: 'robotomedium';
}
.price-list li:nth-child(2n-1){
	background-color: #ffffff;
}
.price-list li:nth-child(2n){
	background-color: #eff8fc;
}
.item-wrapper{
	/*width: 750px;*/
	width: 40%;
	margin: 0 auto;
	/*line-height: 80px;*/
	padding: 30px 0;
}
/*.item-wrapper::after{
	display: tabel;
	content: "";
	clear: both;
}*/
.item-wrapper-clearfix{
	clear: both;
}
.first-item .left-side{
	position: static;
}
.left-side{
	float: left;
	/*vertical-align: middle;*/
	width: 60%;
}
.left-side br{
	display: none;
}
.right-side{
	float: right;
	width: 35%;
}
.right-text{
	float: left;
	font-weight: bold;
	font-family: 'robotomedium';
}
.bold-paragraph{
	font-weight: bold;
	font-family: 'robotomedium';
}
.right-button{
	float: right;
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;
}
.right-button a{
	/*display: table-cell;*/
	color: #fff;
	padding: 10px 20px;
	background-color: #961720;
	border-radius: 5px;
	position: relative;
	bottom: 10px;
}
.bottom{
	height: 120px;
	width: 65%;
	margin: 0 auto;
	text-align: center;
	padding: 60px;
	vertical-align: middle;
	font-size: 20px;
}







body {

  position: relative;
}
  
.overlay {

  display: none;

  background: rgba(0, 0, 0, .5);

  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  overflow: auto;
  z-index: 10;
}

.price-form {

  position: relative;

  width: 90%;
  max-width: 560px;
  margin: 5% auto 10% auto;

  min-height: 200px;
  background-color: #fff;
  background-image: url('../images/form-top.jpg');
  background-repeat: no-repeat;
  background-position: top;
  background-size: 100%;
}

.price-form-wrapper {

  padding-top: 200px;

  text-align: center;
    padding-bottom: 20px;
}

.success-text,
.price-info {

  padding: 0 30px;
}

.price-title {

  color: #023e75;
  font-weight: bold;
  font-family: 'Roboto', sans-serif;
  font-size: 36px;
    line-height: 1.23;
    text-align: center;
}

.price-form input,
.price-form textarea,
.price-form button {

  border: 1px solid #C9C9C9;
  outline: 0;
  color: #000;

  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  -webkit-border-radius: 5px;
}


.price-form input,
.price-form textarea {

  display: block;
  width: 90%!important;
  max-width: 470px;

  margin: 0 auto 25px auto;
  padding: 0;
    font-family: 'Roboto',sans-serif;
    font-size: 100%;
    height: 60px;
    padding: 0 20px;
    font-size: 16px;
    line-height: 1.33;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}

.price-form textarea {

  min-height: 100px;
  padding-top: 15px;
}

.price-submit {

  color: #fff!important;
  background-color: #023e75;
  width: 90%!important;
    height: 54px;
    max-width: 470px;
   font-family: 'Roboto',sans-serif;
    text-align: center;
    height: 60px;
    border: 0;
    font-size: 16px;
    -webkit-appearance: none;
    font-weight: 700;
    white-space: nowrap;
    cursor: pointer;
    margin: 0;
    margin-bottom: 62px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}


.price-form input::-webkit-input-placeholder {

    color: #c9c9c9;
   }

   .price-form textarea::-webkit-input-placeholder {

    color: #c9c9c9;
   }

   .price-form input::-moz-placeholder {

    color: #c9c9c9;
   }

   .price-form textarea::-moz-placeholder {

    color: #c9c9c9;
   }

   .price-form input:-moz-placeholder {

    color: #c9c9c9;

   }

   .price-form textarea:-moz-placeholder {

    color: #c9c9c9;

   }

   .price-form input:-ms-input-placeholder {

    color: #c9c9c9;

   }

   .price-form textarea:-ms-input-placeholder {

    color: #c9c9c9;
   }

.price-form input:focus{

  outline: 0; 
}

.price-form textarea:focus{

  outline: 0; 
}


.close-pic {

  position: fixed;
  top: 45px;
  right: 45px;
  cursor: pointer;
}

.close-pic-mobile {

  display: none;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}


@media screen and (max-width: 800px) {

.close-pic {

  display: none;
}

.price-form {

  margin-top: ;
}

.price-form-wrapper {

  padding-top: 170px;
}

.close-pic-mobile {

  display: block;
}

}

@media screen and (max-width: 450px) {

.close-pic {

  display: none;
}

.price-form {

  margin-top: 10%;
}

.price-form-wrapper {

  padding-top: 120px;
}

.close-pic-mobile {

  display: block;
}

}


#data-form .personal-checkbox-label {

  display: block;
  margin: 15px auto;
  padding: 0 20px;
  text-align: left;
  width: 90%;
  box-sizing: border-box;
}

#data-form .personal-checkbox {

  display: inline;

  padding-left: 0;
  width: 15px;
  height: 15px;
  max-width: 20px;
}

#data-form .personal-text {

  font-size: 16px;
  line-height: 22px;
  font-family: 'Roboto';
  color: #000;
  display: inline;
}

#data-form .personal-checkbox-label #personal-link {

  display: inline;
  font-size: 16px;
  line-height: 22px;
  font-family: 'Roboto';
  color: #0071C9;
}

#data-form #personal-link:hover {

  color: #0071C9;
}

#data-form #personal-link:active {

  color: #0071C9;
}

#data-form #personal-link:visited {

  color: #0071C9;
}

.price-list a[href="#order"] {
  background-image: url('/images/1831073_b9f19.gif');
  background-size: 40%;
  transition: .2s background-color;
}

.price-list a[href="#order"]:hover {
  background-color: #d4af37!important;
  transition: .2s background-color;
}

