/******************Шапка*****************/
.page__header.yellow {
    background-color: #fbf4be;
}

.page__header.blue {
    background-color: #b6dfe1;
    padding-bottom: 2%;
}

.page__header.bluetwo {
    background-color: #b6dfe1;
}

.page__header.yellowtwo {
    background-color: #fff005;
}

.page__header.green {
    background-color: #abd744;
}

.header-fixed-wrap .buttons a {
    display: inline-block;
    vertical-align: top;
    color: #000000;
    background-color: #ffffff;
    padding: 12px 22px;
    padding-right: 25px;
    border-radius: 25px;
    border: 1px solid #ffffff;
    transition: .3s;
}

.header-fixed-wrap .buttons a:hover {
    color: #000000;
    background-color: #ffffff;
    border: 1px solid #000000;
    transition: .3s;
}

.header-fixed-wrap .buttons button {
    display: inline-block;
    vertical-align: top;
    background-color: #00bff3;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 900;
    padding: 10px 20px;
    border: 1px solid #00bff3;
    border-radius: 25px;
    margin-left: 15px;
    cursor: pointer;
    transition: .3s;
}

.header-fixed-wrap .buttons button:hover {
    background-color: #ffffff;
    color: #00bff3;
    border: 1px solid #ffffff;
    transition: .3s;
}



@media only screen and (max-width:1700px) {
.page__header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    visibility: visible;
    /* height: 6.25rem; */
    -webkit-transition: height .3s,padding .3s,-webkit-box-shadow .3s;
    transition: height .3s,padding .3s,-webkit-box-shadow .3s;
    transition: height .3s,padding .3s,box-shadow .3s;
    transition: height .3s,padding .3s,box-shadow .3s,-webkit-box-shadow .3s;
    will-change: height,padding,box-shadow;
    /* padding: 2.03125rem 3.125rem 1.875rem; */
    padding: 2% 4%;
}

.header-fixed-wrap {
    /* position: absolute; */
    left: 0;
    right: 0;
    top: 0;
    z-index: 120;
    visibility: hidden;
    margin-top: -90px;
}

.header__navs {
    width: calc(100% - 650px);
    margin-left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: inline-block;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: left;
}
}




@media only screen and (max-width:891px) {
.header-fixed-wrap {
    /* position: absolute; */
    left: 0;
    right: 0;
    top: 0;
    z-index: 120;
    visibility: hidden;
    margin-top: -31px;
}

.buttons {
    margin-top: 25px;
}
}


@media only screen and (max-width:1500px) {
    .header-fixed-wrap .buttons button {
    display: block;
    vertical-align: top;
    background-color: #00bff3;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 900;
    padding: 10px 20px;
    border: 1px solid #00bff3;
    border-radius: 25px;
    margin-left: 0;
    cursor: pointer;
    transition: .3s;
    margin-top: 10px;
}

.header-fixed-wrap .buttons a {
    display: block;
    vertical-align: top;
    color: #000000;
    background-color: #ffffff;
    padding: 10px 22px;
    padding-right: 25px;
    border-radius: 25px;
    border: 1px solid #ffffff;
    transition: .3s;
    margin: auto;
}

.header__navs .nav-link {
    text-transform: uppercase;
    font-weight: 300;
    color: #687182;
    font-size: 1rem;
    margin-top: 0;
    padding: 2.5rem 1.875rem;
    -webkit-transition: color .3s;
    transition: color .3s;
    white-space: nowrap;
    margin-left: 0;
}

.header__navs {
    width: calc(100% - 490px);
    margin-left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: inline-block;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: left;
}
}



@media only screen and (max-width:1150px) {
.header-fixed-wrap .buttons {
    display: none;
}

.header__navs {
    width: calc(100% - 212px);
    margin-left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: inline-block;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: left;
}
}

@media only screen and (max-width:891px){
.header-fixed-wrap .logo {
    margin-top: 5px;
    margin-left: 30px;
}

.header-fixed-wrap .buttons {
    display: block;
}

.header-fixed-wrap .buttons {
    position: absolute;
    right: 20px;
    display: block;
}

.header-fixed-wrap .buttons button {
    margin-top: 10px;
}

.page__header {
    padding: .9375rem 1.5625rem;
    height: 7.75rem;
}
}


@media only screen and (max-width:540px){
.header-fixed-wrap .buttons a {
display: block;
    width: 100%;
}

.header-fixed-wrap .buttons button {
    display: block;
    width: 100%;
    margin: auto;
    margin-top: 10px;
}

.page__header {
    padding: .9375rem 1.5625rem;
    height: 300px;
}

.header__hamburger {
    padding-bottom: 1.5625rem;
    padding-top: 1.5625rem;
    margin-top: -120px;
}

.header-fixed-wrap .alogo {
    margin-top: -120px;

}

.header-fixed-wrap .buttons {
    position: absolute;
    right: 20px;
    display: block;
    top: 200px;
    margin: auto;
}

.header-fixed-wrap {
    /* position: absolute; */
    left: 0;
    right: 0;
    top: 0;
    z-index: 120;
    visibility: hidden;
    margin-top: -54px;
}
}


@media only screen and (max-width:380px){
.header__menu-mobile-contact {
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    width: 100%;
    text-align: center;
    padding: 4.875rem .625rem 2.5rem;
}
}
/******************End Шапка*****************/








/******************Шапка*****************/
.headertop {
    padding-top: 8%;
    padding-bottom: 8%;
    background-image: url(../img/ico/contactsback.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    text-align: left;
}

.headertop .lineone {
    width: 32%;
    height: 30px;
    background-color: #00bff3;
    display: inline-block;
    vertical-align: top;
    margin-top: 87px;
}

.headertop .text {
    text-align: center;
    width: 36%;
    padding: 50px 70px;
    font-size: 2.1em;
    line-height: 1.4;
    color: #ffffff;
    border: 5px solid #ffffff;
    display: inline-block;
    vertical-align: top;
    margin-left: -5px;
}

.headertop .linetwo {
    width: 32%;
    height: 30px;
    background-color: #00bff3;
    display: inline-block;
    vertical-align: top;
    margin-left: -5px;
    margin-top: 87px;
}



@media only screen and (max-width:1500px) {
.headertop .text {
    font-size: 1.4em;
}

.headertop .lineone {
    margin-top: 71px;
}

.headertop .linetwo {
    margin-top: 71px;
}
}



@media only screen and (max-width:1150px) {
.headertop .text {
    width: 44%;
}

.headertop .lineone {
    width: 28%;
}

.headertop .linetwo {
    width: 28%;
}
}



@media only screen and (max-width:950px) {
.headertop .text {
    width: 60%;
    font-size: 3.2vw;
}

.headertop .lineone {
    width: 20%;
}

.headertop .linetwo {
    width: 20%;
}
}



@media only screen and (max-width:680px) {
.headertop .text {
    max-width: 420px;
    width: 100%;
    margin: auto;
    display: block;
    font-size: 1.4em;
}

.headertop .lineone {
    display: none;
}

.headertop .linetwo {
    display: none;
}
}
/******************End Шапка*****************/











/******************Чаво*****************/
.chava {
    padding-left: 8%;
    padding-right: 8%;
    text-align: left;
}

.chava .name {
font-size: 2em;
}

.chava .name span {
      color: #00bff3;  
}

.chava button {
       display: inline-block;
    vertical-align: top;
    background-color: #00bff3;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 900;
    padding: 10px 20px;
    border: 1px solid #00bff3;
    border-radius: 25px;
    margin-top: 20px;
    cursor: pointer;
    transition: .3s;
    margin-bottom: 60px; 
}

.chava button:hover {
        background-color: #ffffff;
    color: #00bff3;
    border: 1px solid #ffffff;
    transition: .3s;
}

.chava .spoiler-wrap {
    margin-bottom: 20px;
}

.chava .spoiler-wrap .spoiler-head {
    cursor: pointer;
}

.chava .spoiler-wrap img {
    display: inline-block;
    vertical-align: top;
    width: 15px;
    margin-right: 12px;
    margin-top: 2px;
}

.chava .spoiler-wrap.active img  {
    transform: rotate(90deg);
    transition: .3s;
}

.chava .spoiler-body {
    padding-left: 40px;
    padding-top: 25px;
}




@media only screen and (max-width:891px) {
    .chava {
        padding-top: 100px;
    }
}




@media only screen and (max-width:540px) {
    .chava {
        padding-top: 50px;
    }
}
/******************End Чаво*****************/










/******************Контакты*****************/
.contacts {
    padding-left: 8%;
    padding-right: 8%;
    text-align: left;
}

.contacts .name {
font-size: 2em;
}

.contacts .name span {
      color: #00bff3;  
}

.contacts button {
       display: inline-block;
    vertical-align: top;
    background-color: #00bff3;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 900;
    padding: 10px 20px;
    border: 1px solid #00bff3;
    border-radius: 25px;
    margin-top: 20px;
    cursor: pointer;
    transition: .3s;
    margin-bottom: 60px; 
}

.contacts button:hover {
        background-color: #ffffff;
    color: #00bff3;
    border: 1px solid #ffffff;
    transition: .3s;
}

.contacts .column {
    display: inline-block;
    vertical-align: top;
    width: calc(50% - 10px);
}

.contacts .column .columntwo {
    display: inline-block;
    vertical-align: top;
    width: calc(50% - 10px);
    padding-right: 20px;
    line-height: 1.5;
}

.contacts .column .columntwo p {
    display: block;
    margin-bottom: 20px;
}

.contacts .column .columntwo span {
    color: #00bff3;
}

.contacts .column.two {
text-align: right;
}

.contacts .column img {
    margin-left: 10%;
    width: 90%;
    margin-top: -13%;
}

.contacts .column .columntwo img {
    margin: auto;
    width: 20px;
    display: inline-block;
    vertical-align: top;
    margin-top: 2px;
    margin-right: 10px;
}




@media only screen and (max-width:900px) {
.contacts .column .columntwo {
    display: block;
    width: 100%;
}
}




@media only screen and (max-width:600px) {
.contacts .column {
    display: block;
    vertical-align: top;
    width: 100%;
}

.contacts .column img {
    margin-left: 0;
    width: 100%;
    margin-top: 50px;
}
}




@media only screen and (max-width:891px) {
    .contacts {
        padding-top: 100px;
    }
}




@media only screen and (max-width:540px) {
    .contacts {
        padding-top: 50px;
    }
}
/******************End Контакты*****************/









/******************Услуги*****************/
.uslugi {
    text-align: left;
    padding-left: 8%;
    padding-right: 8%;
}

.uslugi .buttons {
    width: 100%;
    overflow-x: scroll;
    display: block;
    white-space: inherit;
    overflow: hidden;
    overflow-x: scroll;
    white-space: nowrap;
    margin-bottom: 50px;
}

.uslugi .buttons button a {
    color: #00bff3
}

.uslugi .buttons button {
    margin-left: 2rem;
    background-color: #ffffff;
    color: #00bff3;
    border: 1px solid #00bff3;
    padding: 13px;
    border-radius: 30px;
    padding-left: 25px;
    padding-right: 25px;
    cursor: pointer;
    transition: .3s;
    margin-bottom: 20px;
}

.uslugi .buttons button.active a {
    color: #ffffff;
}

.uslugi .buttons button.active {
    background-color: #00bff3;
    color: #ffffff;
    border: 1px solid #00bff3;
    cursor: pointer;
    transition: .3s;
}

.uslugi .buttons:hover button.active {
    background-color: #ffffff;
    color: #00bff3;
    border: 1px solid #00bff3;
    cursor: pointer;
    transition: .3s;
}

.uslugi .buttons:hover button.active a {
    color: #00bff3;
}

.uslugi .buttons button.active:hover {
    background-color: #00bff3;
    color: #ffffff;
    border: 1px solid #00bff3;
    cursor: pointer;
    transition: .3s;
}

.uslugi .buttons button:hover {
    background-color: #00bff3;
    color: #ffffff;
    border: 1px solid #00bff3;
    cursor: pointer;
    transition: .3s;
}

.uslugi .buttons button.active:hover a {
    color: #ffffff;
}

.uslugi .buttons button:hover a {
    color: #ffffff;
}

.uslugi .buttons button:first-child {
    margin-left: 0;
}

.uslugi .ex .lefttwo {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    font-size: 6em;
    color: #00bff3;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 20px;
}

.uslugi .red .lefttwo {
    color: #b92f2d;
}

.uslugi .ex .righttwo {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 130px);
    text-align: left;
    line-height: 1.3;
}

.uslugi .ex .righttwo span {
text-transform: uppercase;
    display: block;
    margin-bottom: 10px;
    font-size: 2.5em;
    line-height: 1.3;
}

.uslugi .ex {
    margin-bottom: 70px;
}

.uslugi .red .righttwo span {
    color: #b92f2d;
}

.uslugi .title {
    margin-bottom: 50px;
}

.uslugi .left {
    max-width: 400px;
    width: 100%;
    display: inline-block;
    vertical-align: top;
}

.uslugi .right {
    display: inline-block;
    vertical-align: top;
    margin-left: 10%;
    width: calc(100% - 410px - 10%);
}

.uslugi .right.rightleft {
    margin-left: 0;
    margin-right: 10%;
}

.uslugi .right img {
width: 100%;
}

.uslugi .left .text .row {
margin-bottom: 10px;
    border-bottom: 3px dotted #000000;
    /* height: auto; */
    display: block;
    display: grid;
    grid-template-columns: calc(100% - 80px) 80px;
    align-items: end;
}

.uslugi .left .text .row .leftthree {
float: left;
    vertical-align: top;
    background-color: #ffffff;
    padding-right: 2px;
    display: inline-block;
    vertical-align: top;
    /* width: calc(100% - 70px);*/
}

.uslugi .left .text .row .rightthree {
float: right; */
    background-color: #ffffff;
    padding-left: 2px;
    display: inline-block;
    vertical-align: bottom;
    width: 70px;
    text-align: right;
}

.uslugi .left button.blue a {
    color: #ffffff;
}

.uslugi .left button.blue {
    display: block;
    vertical-align: top;
    background-color: #00bff3;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 900;
    padding: 10px 20px;
    border: 1px solid #00bff3;
    border-radius: 25px;
    cursor: pointer;
    transition: .3s;
    margin-top: 30px;
    margin-bottom: 15px;
}

.uslugi .left button.blue:hover {
    background-color: #ffffff;
    color: #00bff3;
    border: 1px solid #ffffff;
    transition: .3s;
}

.uslugi .left button.blue:hover a {
    color: #00bff3;
}

.uslugi .left button.gray {
    display: block;
    vertical-align: top;
    background-color: #494949;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 900;
    padding: 10px 20px;
    border: 1px solid #494949;
    border-radius: 25px;
    cursor: pointer;
    transition: .3s;
}

.uslugi .left button.gray:hover {
    background-color: #ffffff;
    color: #494949;
    border: 1px solid #ffffff;
    transition: .3s;
}

.uslugi .right.rightdown {
    display: none;
}




@media only screen and (max-width:1000px) {
.uslugi .left {
    max-width: 400px;
    width: 100%;
    display: block;
    vertical-align: top;
}

.uslugi .right {
    display: block;
    vertical-align: top;
    margin: 0;
    width: 100%;
    margin-top: 40px;
}

.uslugi .right.rightleft {
    display: none;
}

.uslugi .right.rightdown {
    display: block;
}
}
/******************End Услуги*****************/










/******************Главная*****************/
.glavnaya .blockone .ex {
    margin-left: 3%;
    margin-right: 3%;
    width: calc(100% - 75% - 7%);
    display: inline-block;
    vertical-align: top;
    margin-bottom: 80px;
}

.glavnaya .blockone .ex img {
    width: 100%;
}

.glavnaya .blockone .ex a {
    display: table;
    margin: auto;
    padding: 10px;
    border: 1px solid #000000;
    padding-left: 25px;
    padding-right: 25px;
    border-radius: 25px;
    margin-top: 30px;
    margin-bottom: 15px;
    transition: .3s;
}

.glavnaya .blockone .ex a:hover {
    background-color: #00bff3;
    color: #ffffff;
    border-color: #00bff3;
    transition: .3s;
}

.glavnaya .blockone .ex span {
    display: inline-block;
    margin-right: 20px;
    vertical-align: top;
    margin-bottom: 10px;
}

.glavnaya .blockone .ex.exforma img {
    max-width: 100px;
    margin: auto;
    display: block;
    padding-bottom: 40px;
    padding-top: 29%;
}

.glavnaya .blockone .ex.exforma button {
    display: inline-block;
    vertical-align: top;
    background-color: #00bff3;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 900;
    padding: 10px 20px;
    border: 1px solid #00bff3;
    border-radius: 25px;
    margin-left: 15px;
    cursor: pointer;
    transition: .3s;
}

.glavnaya .blockone .ex.exforma button:hover {
    background-color: #ffffff;
    color: #00bff3;
    border: 1px solid #ffffff;
    transition: .3s;
}




@media only screen and (max-width:1150px) {
.glavnaya .blockone .ex {
    margin-left: 3%;
    margin-right: 3%;
    width: calc(100% - 67% - 7%);
    display: inline-block;
    vertical-align: top;
    margin-bottom: 80px;
}
}




@media only screen and (max-width:800px) {
.glavnaya .blockone .ex {
    margin-left: 3%;
    margin-right: 3%;
    width: calc(100% - 51% - 7%);
    display: inline-block;
    vertical-align: top;
    margin-bottom: 80px;
}
}




@media only screen and (max-width:500px) {
.glavnaya .blockone .ex {
    margin-left: 5%;
    margin-right: 5%;
    width: calc(100% - 10%);
    display: inline-block;
    vertical-align: top;
    margin-bottom: 80px;
}
}





.glavnaya .blockthree {
    margin-left: 50px;
    margin-right: 50px;
    margin-top: 100px;
}

.glavnaya .blockthree .ex {
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
    margin-right: 10px;
    width: calc(100% - 76% - 20px);
}

.glavnaya .blockthree .ex .number {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    font-size: 5vw;
    color: #00bff3;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 20px;
    width: auto;
}

.glavnaya .blockthree .ex .text {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 7vw);
    text-align: left;
    line-height: 25px;
}

.glavnaya .blockthree .ex .text span {
    text-transform: uppercase;
    display: block;
    margin-bottom: 20px;
    font-size: 1.5em;
    line-height: 1.3;
}




@media (max-width: 1300px) {
.glavnaya .blockthree {
        margin-left: 10px;
        margin-right: 10px;
    }
}




@media (max-width: 1100px){
.glavnaya .blockthree .ex {
        width: calc(100% - 67% - 20px);
        margin-bottom: 30px;
    }

.glavnaya .blockthree .ex .number {
    font-size: 7vw;
}

.glavnaya .blockthree .ex .text {
    width: calc(100% - 9vw);
}
}



@media (max-width: 900px){
.glavnaya .blockthree .ex {
        width: calc(100% - 51% - 20px);
    }

.glavnaya .blockthree .ex .number {
    font-size: 9vw;
}

.glavnaya .blockthree .ex .text {
    width: calc(100% - 12vw);
}
}



@media (max-width: 500px){
.glavnaya .blockthree .ex {
        width: calc(100% - 20px);
    }

.glavnaya .blockthree .ex .number {
    font-size: 16vw;
}

.glavnaya .blockthree .ex .text {
    width: calc(100% - 21vw);
}
}





.blocktwo {
    width: 100%;
    position: relative;
}

.blocktwo .left {
    width: 50%;
    background-color: #ffffff;
    display: inline-block;
    vertical-align: top;
    height: 620px;
    color: #00bff3;
    text-transform: uppercase;
    line-height: 1.7;
    font-size: 2em;
    padding-top: calc(310px - 54px);
}

.blocktwo img {
    width: 448px;
    top: 0;
    position: absolute;
    left: calc(50% - 224px);
}

.blocktwo .right {
    width: 50%;
    background-color: #00bff3;
    display: inline-block;
    vertical-align: top;
    margin-left: -5px;
    height: 550px;
    margin-top: 74px;
    padding: 6%;
    text-align: right;
}

.blocktwo .right .span {
    display: block;
    width: 100%;
    margin-bottom: 40px;
}

.blocktwo .right .span span {
    color: #ffffff;
    text-align: right;
    font-size: 1.2em;
    max-width: 394px;
    width: 100%;
    display: inline-block;
}

.blocktwo .right input {
    display: inline-block;
    vertical-align: top;
    border: 1px solid #ffffff;
    color: #ffffff;
    padding: 10px 20px;
    font-size: 1em;
    background-color: transparent;
    border-radius: 20px;
    max-width: 160px;
    margin-left: 10px;
    margin-bottom: 20px;
}

.blocktwo .right .textarea {
    display: block;
    width: 100%;
    text-align: right;
}

.blocktwo .right .textarea textarea {
    vertical-align: top;
    border: 1px solid #ffffff;
    color: #ffffff;
    padding: 10px 20px;
    font-size: 1em;
    background-color: transparent;
    border-radius: 20px;
    max-width: 160px;
    margin-left: 10px;
    resize: none;
    height: 130px;
    max-width: 400px;
    width: 100%;
    text-align: right;
}

.blocktwo .right button {
    display: inline-block;
    vertical-align: top;
    background-color: #ffffff;
    color: #00bff3;
    text-transform: uppercase;
    font-weight: 900;
    padding: 10px 20px;
    border: 1px solid #00bff3;
    border-radius: 25px;
    margin-left: 15px;
    cursor: pointer;
    transition: .3s;
}

.blocktwo .right button:hover {
    display: inline-block;
    vertical-align: top;
    background-color: #00bff3;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 900;
    padding: 10px 20px;
    border: 1px solid #ffffff;
    border-radius: 25px;
    margin-left: 15px;
    cursor: pointer;
    transition: .3s;
}

::-webkit-input-placeholder{color:#ffffff;}
::-moz-placeholder{color:#ffffff;}
:-moz-placeholder{color:#ffffff;}
:-ms-input-placeholder{color:#ffffff;}


.blocktwo .right .pol {
display: block;
    margin-top: 20px;
}


.blocktwo .right .politika {
    text-align: right;
    margin-bottom: 20px;
    max-width: 470px;
    display: block;
    color: #ffffff;
    display: inline-block;
    width: 100%;
}

.blocktwo .right .politika .span {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 40px);
    /* font-family: 'RobotoCondensed-Regular'; */
    margin: 0;
    margin-left: 10px;
    margin-top: 3px;
}

.blocktwo .right .politika .span a {
    color: #ffffff;
}




@media only screen and (max-width:1500px) {
.blocktwo .left {
    display: none;
}

.blocktwo img {
    width: 448px;
    top: 0;
    position: absolute;
    left: 0;
}

.blocktwo .right {
    width: 100%;
}
}







@media only screen and (max-width:900px) {
.blocktwo .left {
    display: none;
}

.blocktwo img {
    display: none;
}

.blocktwo .right {
    width: 100%;
}
}







@media only screen and (max-width:450px) {
.blocktwo .left {
    display: block;
    height: auto;
    text-align: center;
    padding: 5%;
    width: 100%;
}

.blocktwo img {
    display: block;
    position: relative;
    width: 100%;
}

.blocktwo .right {
    width: 100%;
    margin: 0;
    height: auto;
}
}
/******************End Главная*****************/








/******************Подвал*****************/
footer {
    margin-top: 80px;
}

footer .tabs {
    display: table;
}

footer .tabs .ex {
    width: 33.33333333333%;
    background-color: #00bff3;
    padding: 6%;
    color: #ffffff;
    line-height: 1.6;
    display: table-cell;
}

footer .tabs .ex.two {
    background-color: #555555;
}

footer .tabs .ex.three {
    color: #555555;
    background-color: #dcebf0;
}

footer .tabs .ex img {
    display: block;
    margin: auto;
    margin-bottom: 60px;
}

footer .tabs .ex span {
    display: block;
    margin-bottom: 20px;
    text-transform: uppercase;
}

footer ymaps {
    clear: both;
}

footer .podval {
text-align: right;
    padding: 5%;
}

footer .podval .text {
    display: inline-block;
    vertical-align: top;
    margin-top: 80px;
    margin-right: 80px;
    line-height: 1.5;
}

footer .podval .text p {
margin-bottom: 20px;
}

footer .podval .footerlogo {
max-width: 275px;
    display: inline-block;
    vertical-align: top;
    width: 100%;
}




@media only screen and (max-width:800px) {
footer .tabs .ex {
    display: block;
    margin: auto;
    width: 100%;
}
}




@media only screen and (max-width:650px) {
footer .podval .text {
    display: block;
    margin: auto;
    line-height: 1.5;
}

footer .podval .footerlogo {
    max-width: 275px;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin-top: 50px;
}
}

.poltext {
    line-height: 1.6;
    padding-left: 5%;
    padding-right: 5%;
}

.poltext h1 {
    display: block;
    margin-top: 60px;
    margin-bottom: 30px;
}
/******************End Подвал*****************/











/******************Попап*****************/
.popup {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    background-color: rgba(103,103,103,.8);
    z-index: 1111;
    display: none;
}

.popup .block {
    width: 650px;
    height: 480px;
    background-size: contain;
    position: absolute;
    top: calc(50% - 240px);
    left: calc(50% - 325px);
    background-color: #ffffff;
    /* border-radius: 50%; */
    border: 7px solid #00bff3;
}

.popup .block .popupclose {
    position: absolute;
    right: -48px;
    top: -40px;
    cursor: pointer;
    background-color: #ffffff;
    padding: 20px;
    border-radius: 50%;
    /*padding-left: 23px;
    padding-right: 22px;*/
    transition: .5s;
    border: 7px solid #00bff3;
    width: auto;
}

.logo {
}

span a {
    color: #ffffff;
}

.popup span a {
    color: #000000;
}

.popup .block .popupclose:hover {
transition: .5s;
 transform: rotate(180deg);
}

.popup .block .blocktwotwo {
    padding: 23%;
    padding-top: 10%;
}

.popup .block .span {
    font-weight: 900;
    display: block;
    /*margin-top: 100px;*/
    margin-bottom: 15px;
    font-family: 'Russia-Bold';
    /* text-transform: uppercase; */
    color: #000000;
}

.popup .block .title {
    margin-bottom: 25px;

}

.popup .block .convert {
    display: block;
    margin: auto;
    margin-top: 100px;
    width: 55px;
}

.popup .block span {
    display: block;
    font-size: 1.6em;
    margin-top: 30px;
    margin-bottom: 30px;
}

.popup .block .radiorow {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    margin-top: 10px;
    text-align: left;
    width: 80%;
    max-width: 300px;
    margin-left: 10px;
}

.popup .block .radiorow .iradio_square-red {
    margin-right: 5px !important
}

.popup .block input.needrequired {
    background-color: #b3b3b3;
}

.popup .block input {
    font-family: 'ofont_ru_Museo_Sans_Cyrl_700';
    font-size: 1em;
    padding: 10px;
    border-radius: 20px;
    border: 1px solid #c2c7cb;
    margin-right: 0;
    width: 100%;
    max-width: 250px;
    margin: auto;
    margin-bottom: 20px;
    display: block;
    text-align: center;
}

.popup .block button {
    background-color: #00bff3;
    color: #ffffff;
    border: 1px solid #00bff3;
    padding: 13px;
    border-radius: 30px;
    padding-left: 25px;
    padding-right: 25px;
    cursor: pointer;
    transition: .3s;
    margin-bottom: 20px;
    max-width: 250px;
    text-transform: uppercase;
    width: 100%;
}

.popup .block button:hover {
    background-color: #ffffff;
    color: #00bff3;
    border: 1px solid #00bff3;
    transition: .3s;
}

.popup .block .politika {
    font-size: .6em;
    max-width: 250px;
    margin: auto;
    text-align: left;
    margin-bottom: 20px;
}

.popup .block .politika .span {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 40px);
    /* font-family: 'RobotoCondensed-Regular'; */
    margin: 0;
    margin-left: 10px;
}

.popup .block .politika .span a {
    color: #000000;
}

.successSend {
    background-color:#fff;
    position:fixed;
    opacity:1;
    display:block;
    font-size:3em;
    padding:48vh 0 0;
    width:100%;
    text-align:center;
    height:100%;
    left:0!important;
    top:0!important;
    z-index:2222
}

.ajaxnone {
    display: none !important;
}

.popup .block button span {
    display: none;
}



@media only screen and (max-width:800px) {
.popup .block {
    max-width: 550px;
    height: 450px;
    background-size: contain;
    position: absolute;
    top: calc(50% - 225px);
    left: calc(50% - 275px);
    background-color: #ffffff;
    width: 100%;
    border-radius: 0;
}

.popup .block input {
    font-family: 'ofont_ru_Museo_Sans_Cyrl_700';
    font-size: 1em;
    padding: 10px;
    border-radius: 20px;
    border: 1px solid #c2c7cb;
    margin-right: 0;
    width: 100%;
    max-width: 250px;
    margin-bottom: 20px;
    display: block;
    margin: auto;
    margin-bottom: 20px;
}

.popup .block span {
    display: block;
    font-size: 1.6em;
    margin-top: 15px;
    margin-bottom: 30px;
}
}






@media only screen and (max-width:550px) {
.popup .block {
    max-width: 300px;
    height: 500px;
    background-size: contain;
    position: absolute;
    top: calc(50% - 250px);
    left: calc(50% - 150px);
    background-color: #ffffff;
    width: 100%;
}

.popup .block .span {
    font-weight: 900;
    display: block;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 30px;
    width: 100%;
}

.popup .block .popupclose {
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    background-color: transparent;
    padding: 20px;
    border-radius: 50%;
    padding-left: 23px;
    padding-right: 22px;
    transition: .5s;
    border: 0;
}

.popup .block .blocktwotwo {
    padding: 5%;
    padding-top: 10%;
}


}



.popup ::-webkit-input-placeholder{color:#000000;}
.popup ::-moz-placeholder{color:#000000;}
.popup :-moz-placeholder{color:#000000;}
.popup :-ms-input-placeholder{color:#000000;}
/******************END Попап*****************/





