

/* Start:/bitrix/templates/jicom/css/styleindex.css?15923017717939*/
@font-face {
    font-family : "Roboto";
    src : url("/bitrix/templates/jicom/css/../fonts/roboto/Roboto-Regular.ttf") format('ttf');
    font-style : normal;
    font-weight : normal;
}

@font-face {
    font-family : "Roboto";
    src : url("/bitrix/templates/jicom/css/../fonts/roboto/Roboto-Bold.ttf") format('truetype');
    font-style : normal;
    font-weight : bold; 
}

@font-face {
    font-family : "Roboto";
    src : url("/bitrix/templates/jicom/css/../fonts/roboto/Roboto-Italic.ttf") format('truetype');
    font-style : italic;
    font-weight : normal;
}

* {
    padding: 0;
    margin: 0;
}

html, body {
       height: 100%;
       font-family: 'Roboto', sans-serif;
}

.bgroundone {
    display: flex;
    justify-content: center;
    background-image: url('/bitrix/templates/jicom/css/../img/bg1.jpg');
    background-size: cover;
    width: 100%;
    max-width: 100%;
    max-height: 550px;
    height: 550px;
}

.headercontent {
    width: 1250px;
}

.header {
    display: flex;
    justify-content: space-between;  
    margin: 50px 0 0 0;  
}

.logo {
    display: flex;
    align-items: center;
}

.hmenu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 750px;
    height: 70px;
    background: rgba(0, 173, 255, 0.7);
    border-radius: 40px;
}

.hmenu li {
    list-style-type: none;
}

.hmenu li:first-of-type {
    padding: 0 0 0 30px;
}

.hmenu li:last-of-type {
    padding: 0 30px 0 0;;
}

.hmenu a {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    line-height: 18px;
    text-transform: uppercase;
    color: #FFFFFF;
    outline: none;
    text-decoration: none;
    user-select: none;
}

.hmenu a:hover {
    color: #050D22;
}

.hmenu a:active {
    color: #F42C00;
}

.headertworound {
    display: flex;
    justify-content: space-between;
    margin: 50px 0 0 0;
}

.texthead {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 36px;
    line-height: 42px;
    color: #FFFFFF;
    margin: 100px 0 0 0;
}

.feedbackdialog {
    display: flex;
    justify-content: flex-end;
    z-index: 1;
}

.blackbox {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 100%;
    max-height: 350px;
    height: 350px;
    background: #050D22;
}

.blackboxtext {
    width: 1250px;
    max-width: 1250px;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
}

.blackboxtextset {
    width: 500px;
    max-width: 500px;
}

.containers {
    background: #FFFFFF;
}

.containerinfo {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.discountinfoone {
    text-align: center;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 36px;
    line-height: 42px;
    color: #000000;
    margin: 50px 0 0 0;
}

.discountinfotwo {
    text-align: center;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 23px;
    color: #000000;
    margin: 20px 0 0 0;
}

.discountbox {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 450px;
    height: 100px;
    background: #F42C00;
    border-radius: 50px;
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    color: #FFFFFF;
    user-select: none;
    margin: 30px 0 0 0;
}

.orders {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 100%;
    margin: 50px 0 0 0;
}

.reg_ipv6,
.reg_as,
.serv_lir
 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 100%;
    margin: 50px 0 0 0;
}

.reg_ipv6_content,
.reg_as_content,
.serv_lir_content {
	width: 1250px;
	height: auto;
	border: 1px solid black;
}

.ordersset {
    display: grid;
    width: 1250px;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 30px;
}

.position {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    width: 100%;
    height: 250px;
    background: #FFFFFF;
    border: 1px solid #00ADFF;
    box-sizing: border-box;
    border-radius: 20px;
	transition: 0.5s;
}

.position:hover {
    transform: scale(1.1);
	border: 3px solid #00ADFF;
}

.positionname {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
}

.position p {
    color: #a0a0a0;
}

.positionprice {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 42px;
    color: #000000;
}

.positionfreeprice {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    color: #000000;
}

.ordersend {
	width: 150px;
    height: 50px;
	background-color: #00ADFF;
	border: 0;
    color: #FFFFFF;
    padding: 10px;
	border-radius: 30px;
    cursor: pointer;
	font-family: Roboto;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
    line-height: 19px;
	text-transform: uppercase;
    text-align: center;
	user-select: none;
    outline: none;
}

.detail {
    display: flex;
    justify-content: center;
    overflow-x: auto;
    width: 100%;
    max-width: 100%;
    margin: 50px 0 0 0;
}

.tagtable {
    border-collapse: collapse;
    border-spacing: 0;
    width: 1250px; 
    overflow: hidden;
    border-radius: 30px 30px 0px 0px;
}

.tagtable thead {
    background-color: #E5E5E5;
}

.tagtable tr:nth-child(even){
    background-color: #F2F2F2;
}

.tagtable th, .tagtable td
{
  padding: 15px;
  text-align: center;
}


.bgroundtwo {
    display: flex;
    justify-content: center;
    background-image: url('/bitrix/templates/jicom/css/../img/bg2.jpg');
    background-size: cover;
    width: 100%;
    max-width: 100%;
    margin: 50px 0 0 0;
}

.procedure {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    text-align: center;
    width: 1250px;
    max-height: 500px;
    height: 500px;
}

.procedureheading {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 36px;
    line-height: 42px;
    color: #FFFFFF;
}

.procedureinstructions {
    display: flex;
    justify-content: space-between;
}

.instruction {
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 250px;
}

.instructionname {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 23px;
    color: #FFFFFF;
}

.instructiondescription {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    margin: 20px 0 0 0;
}

.requisites {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 50px 0 50px 0;
}

.requisitesset {
    display: flex;
    justify-content: space-between;
    width: 1250px;
}

.contacts {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 200px;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 23px;
    color: #000000;
}

.footer {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #00ADFF;
    height: 70px;
}

.fmenu {
    display: flex;
    justify-content: space-between;
    width: 750px;
    max-width: 750px;
}

.fmenu li {
    list-style-type: none;
}

.fmenu a {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    line-height: 18px;
    text-transform: uppercase;
    color: #FFFFFF;
    outline: none;
    text-decoration: none;
    user-select: none;
}

.fmenu a:hover {
    color: #050D22;
}

.fmenu a:active {
    color: #F42C00;
}

#menu__toggle {
    display: none;
  }
/* End */


/* Start:/bitrix/templates/jicom/css/stylemodal.css?15832243362275*/
.modal {
	top: 0;
	left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  display: none;
  overflow: auto;
	position: fixed;
	background: rgba(0, 0, 0, 0.8);
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
  }
  
  .wrapper{
      padding: 25px;
      text-align: center;
      }

   .wrapperheader {
     display: flex;
     justify-content: space-between;
     align-items: center;
     width: 100%;
     margin: 0 0 30px 0;
   }

   .crossClose {
    display: flex;
    justify-content: center;
    cursor: pointer;
    height: 20px;
    width: 20px;
    }
    .crossClose span:before, .crossClose span:after {
    position: absolute;
    content: ' ';
    height: 20px;
    width: 3px;
    background-color: #00ADFF;
    }
    .crossClose span:before {
    transform: rotate(45deg);
    }
    .crossClose span:after {
    transform: rotate(-45deg);
    }

    .crossClose span:hover:before, .crossClose span:hover:after {
    background-color: #050D22;
    }
  
    .crossClose span:active:before, .crossClose span:active:after {
    background-color: #F42C00;
    }

    .headername {
      font-size: 24px;
      flex: auto;
    }

   .wrapper p {
    text-align: start;
    margin: 20px 20px 20px 20px;
      }
	  
  .modal-content {
    width: 90%;
    max-width: 90%;
    background: #fff;
    margin: 70px auto;
    position: relative;
    border-radius: 8px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
    }

   #demo {
    text-align: center;
    }

   #demo a{
    padding: 15px 10px;
    font-size: 18px;
    text-decoration: none;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 6px;
    width: 200px;
    height: 21px;
    margin: auto;
    position: absolute;
    top: 80px;
    left: 0;
    bottom: 0;
    right: 0;
}

@media screen and (max-width: 800px) {
      .modal{
      width: 100%;
      max-width: 100%;
      height: 100%;
      margin: 0;
      border-radius: 0;
    }
 }

 @media screen and (max-width: 650px) {
  .headername {
    text-align: start;
    flex: 0;
}
}

@media screen and (max-width: 520px) {
  .headername {
    font-size: 22px;
}
  .wrapper p {
  font-size: 16px;
}
}

@media screen and (max-width: 470px) {
  .headername {
    font-size: 18px;
}
  .wrapper p {
    font-size: 16px;
}
}
/* End */


/* Start:/bitrix/templates/jicom/css/styleadaptive.css?15832243366954*/


@media(max-width: 1300px){
  
    .bgroundone {
        max-height: 100%;
        height: 100%;
    }

    .header {
        flex-direction: column;
        align-items: center;
        margin: 50px 0 0 0;
    }

    .hmenu {
        margin: 50px 0 0 0;
    }

    .headertworound {
        flex-direction: column;
        align-items: center;
        margin: 50px 0 50px 0;
    }

    .texthead {
        text-align: center;
        font-size: 38px;
        margin: 0 0 0 0;
    }

    .blackboxtext {
        width: 1000px;
        max-width: 1000px;
        font-size: 20px;
        line-height: 23px;
        margin: 0 30px 0 30px;
    }

    .blackboxtextset {
        width: 100%;
        max-width: 100%;
    }

    .ordersset {
        margin: 0 30px 0 30px;
    }

    .tagtable {
        margin: 0 30px 0 30px;
    }

    .procedureinstructions {
        justify-content: space-around;
        flex-wrap: wrap;
        margin: 0 30px 0 30px;
    }

    .instruction {
        padding: 0 15px 0 15px;
    }

    .instructionname {
        font-size: 22px;
    }

    .instructiondescription {
        font-size: 17px;
        line-height: 20px;
    }

    .requisitesset {
        margin: 0 30px 0 30px;
    }


    .fmenu {
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
        width: 590px;
        max-width: 590px;
        line-height: 25px;
    }

}

@media(max-width: 1070px){

    .procedure {
        max-height: 550px;
        height: 550px;
    }

    .procedureinstructions {
        height: 400px;
        max-height: 400px;
    }

    .requisitesset {
        flex-direction: column;
    }	

    .contacts {
        align-self: center;
    }

    .map iframe {
        width: 100%;
        margin: 50px 0 0 0;
    }

}

@media(max-width: 900px){

    .header {
        margin: 50px 30px 0 30px;
    }

    .containerinfo {
        margin: 0 30px 0 30px;
    }
    

    .discountbox {
        width: 100%;
        line-height: 34px;
        border-radius: 25px;
    }

    .instruction {
        padding: 0 0 0 0;
    }

}

@media(max-width: 800px){

    .header {
        justify-content: space-between;
        flex-direction: row-reverse;
    }

      #menu__toggle:checked ~ .menu__btn > span {
        transform: rotate(45deg);
      }
      #menu__toggle:checked ~ .menu__btn > span::before {
        top: 0;
        transform: rotate(0);
      }
      #menu__toggle:checked ~ .menu__btn > span::after {
        top: 0;
        transform: rotate(90deg);
      }
      #menu__toggle:checked ~ .hmenu {
        visibility: visible;
        left: 0;
      }
 
      .menu__btn {
        display: flex;
        align-items: center;   
        width: 26px;
        height: 26px;  
        cursor: pointer;
        z-index: 3;
      }
      
      .menu__btn > span,
      .menu__btn > span::before,
      .menu__btn > span::after {
        display: block;
        position: absolute;
        width: 50px;
        height: 3px;  
        background-color: #FFFFFF;    
        transition-duration: .25s;
      }
      .menu__btn > span::before {
        content: '';
        top: -8px;
      }
      .menu__btn > span::after {
        content: '';
        top: 8px;
      }
      
      .hmenu {
        display: block;
        position: absolute;
        visibility: hidden;
        top: 0;
        border-radius: 0 0 0 0;
        left: -100%;     
        width: 100%;
        height: 100px;    
        margin: 0;
        padding: 125px 0 95px 0;    
        list-style: none;
        background: rgba(0, 173, 255, 1.0);
        transition-duration: .25s;
        z-index: 2;
      }
      
      .menu__item {
        display: block;
        padding: 10px 20px;
        transition-duration: .25s;
      }

      .hmenu a {
        line-height: 20px;
    }


    .blackbox {
        max-height: 100%;
        height: 100%;
    }

    .ordersset {
        grid-template-columns: repeat(2, 1fr);
    }

    .blackboxtext {
        margin: 20px 30px 20px 30px;
    }

    .position {
        border: 3px solid #00ADFF;
    }

    .tagtable {
        border-radius: 0 0 0 0;
    }

        table
        {
          border: 0;
        }
        .tagtable thead
        {
          display: none;
        }
        .tagtable tr
        {
          display: block;
          margin: 0 0 20px 0;
        }
        .tagtable td
        {
          display: block;
          text-align: right;
        }
        .tagtable td:before
        {
          content: attr(aria-label);
          float: left;
          font-weight: bold;
        }
        .tagtable td:last-child
        {
          border-bottom: 0;
        }
        
        .tagtable tr:nth-child(odd){
          background-color: #F2F2F2;
        }

        .tagtable tr:nth-child(even){
            background-color: #FFFFFF;
            border-width: 3px 0 3px 0;
            border-style: solid;
            border-color: #E5E5E5;
        }
    

    .procedure {
        height: 750px;
        max-height: 750px;
    }

    .procedureheading {
        margin: 30px 0 30px 0;
    }

    .procedureinstructions {
        height: 850px;
        max-height: 850px;
    }

    .instruction {
        text-align: left;
        width: 400px;
    }

    .footer {
        height: 200px;
    }

    .fmenu {
        display: flex;
        flex-direction: column;
        align-items: center;
        line-height: 32px;
    }
}

@media(max-width: 570px){

    .bgroundone {
        max-height: 100%;
        height: 100%;
     
        
    }

    .headercontent, .texthead, .procedure  {
        width: 100%;
        max-width: 100%;
    }

    .texthead {
    font-size: 32px;
    }

    .feedbackdialog {
        justify-content: center;
        width: 100%;
        max-width: 100%;
    }

    

    .discountbox {
        font-size: 22px;
    }
    
    .ordersset {
        grid-template-columns: repeat(1, 1fr);
    }

}

@media(max-width: 450px){

    .texthead {
        width: 100%;
        max-width: 100%;
        font-size: 28px;
        margin: 0 50px 0 50px;
    }

    .head {
        font-size: 15px;
    }

    .headertworound {
		margin: 30px 0 30px 0;
	}

    .discountbox {
        line-height: 28px;
        font-size: 18px;
    }

    .procedureheading {
        font-size: 34px;
        line-height: 40px;
        margin: 20px 20px 20px 20px;
    }

    .procedure  {
        height: 100%;
        max-height: 100%;
    }

    @media(max-width: 450px){

        .discountbox {
            font-size: 16px;
        }

    }


}
/* End */


/* Start:/bitrix/templates/jicom/css/styledialogmodal.css?15834051022641*/
.contact-form .error {
	color: #ff0000;
	font-size: 15px;
	user-select: none;
}

.contact-form {
    width: 350px;
    background-color: #FFFFFF;
    font-family: Roboto;
    box-shadow: 1px 1px 5px #444444;
    padding: 20px 50px 40px 50px;
	border-radius: 20px;
	text-align: center;
	z-index: 1;
}

.head {
	user-select: none;
}

.inputbox {
    width: 100%;
	min-width: 100%;
	margin: 15px 0 0 0;
    box-sizing: border-box;
    padding: 15px;
	border-radius: 30px;
	border: 1px solid #7E7E7E;
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 19px;
	color: #7E7E7E;
	outline: none;
}

.inputboxmsg {
	width: 100%;
	min-width: 100%;
	height: 150px;
	min-height: 150px;
	max-height: 200px;
    margin: 15px 0 0 0;
    box-sizing: border-box;
    padding: 15px;
	border-radius: 20px;
	border: 1px solid #7E7E7E;
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 19px;
	color: #7E7E7E;
	resize: vertical;
	outline: none;
}

.mf-captcha {
    display: grid;
    grid-template-columns: 1fr;
    justify-items: center;
	margin: 15px 0 0 0;
}

.captcha {
	text-align: center;
    width: 150px;
	margin: 5px 0 0 0;
    box-sizing: border-box;
    padding: 10px;
	border-radius: 30px;
	border: 1px solid #7E7E7E;
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	line-height: 19px;
	color: #000000;
	outline: none;
}

.agreementcheckbox {
	display: flex;
    justify-content: center;
    margin: 15px 0 0 0;
}

.agreementname {
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 14px;
	text-align: center;
	padding-left: 5px;
}

.agreementname a {
	color: #00ADFF;
}

.info {
    color: #d30a0a;
    letter-spacing: 2px;
    padding-left: 5px;
}

.sendmsg {
	width: 212px;
    height: 50px;
	background-color: #00ADFF;
	border: 0;
    color: #FFFFFF;
	padding: 10px;
	margin: 20px 0 0 0;
	border-radius: 30px;
    cursor: pointer;
	font-family: Roboto;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 19px;
	text-transform: uppercase;
    text-align: center;
	user-select: none;
	outline: none;
}

.input-error {
    border: #e66262 1px solid;
	user-select: none;
}

@media(max-width: 1300px){

    .contact-form {
        margin: 50px 0 0 0;
    }
}

@media(max-width: 570px){

    .contact-form {
        width: auto;
		max-width: 100%;
		margin: 30px 20px 0 20px;
    }
}

@media(max-width: 450px){

    .contact-form {  
        padding: 40px 20px 40px 20px;
	}

	.inputboxmsg {
		height: 180px;
	}

	.agreementcheckbox {
		display: block;
	}
}
/* End */
/* /bitrix/templates/jicom/css/styleindex.css?15923017717939 */
/* /bitrix/templates/jicom/css/stylemodal.css?15832243362275 */
/* /bitrix/templates/jicom/css/styleadaptive.css?15832243366954 */
/* /bitrix/templates/jicom/css/styledialogmodal.css?15834051022641 */
