@font-face {
    font-family:"Rosatom";
    src: local("Rosatom"),
          url("/local/templates/atomport/design/assets/font/Rosatom-Regular_W.woff") format("woff"),
          url("/local/templates/atomport/design/assets/font/Rosatom-Regular_W.eot") format("eot");
}

@font-face {
    font-family: "RosatomBold";
    src: local("RosatomBold")
         url("/local/templates/atomport/design/assets/font/Rosatom-Bold_W.woff") format("woff"),
         url("/local/templates/atomport/design/assets/font/Rosatom-Bold_W.eot") format("eot");
}

* {
    font-family: "Rosatom", sans-serif;
}

a {
    color: black !important;
}

/* Навигационная панель */

.navbar-modifications {
    text-align: center;
}

.ul-modifications {
    justify-content: center;

}

.nav-link {
    margin-left: 15px;
    margin-right: 15px;
    font-size: 12px;
}

.nav-link:hover {
    color: #003274;
    background-color: rgba(0, 50, 116, 15%);
}

.contat-btn {
    color: #FFFFFF;
    background: #003274;
    border: #003274;
    border-radius: 7px;
    padding: 6px 22px;
}

.contat-btn:first-child {
    font-size: 12px;
    margin-left: 15px;
}

/* Баннер */

.jumbotron-banner {
    background: url(/local/templates/atomport/design/assets/imgs/services-banner.svg) center no-repeat;
    background-size: 100%;
    min-height: 245px;
}


.title-big {
    color: #003274;
}




/* Плитки */

.title-small{
    color: #003274;
}

.special-btn {
font-size: 24px;
background-color: #003274;
border: #003274;
color:#FFFFFF;
padding: 6px 22px;
border-radius: 7px;

}


/* Модалки */
.mdl-head{
    color: #003274;
}

.close {
    font-size: 2.3rem;
}

.btn-send{
    background: #003274;
    color: #FFFFFF;
    border-radius: 8px;
    border: none;
    padding: 6px 22px;
}

#container1 {
	position:relative;
	height:470px;
	width:430px;
    align-items: center;
    justify-content: center;
    
}

#container1 > div {
    border-radius: 10px;
	position:absolute;
	top:0;
	width:470px;
	height:420px;
	padding:20px;
	background:white;
	-webkit-transition:1.5s ease-in-out;
	-moz-transition:1.5s ease-in-out;
	transition:1.5s ease-in-out;
}

#container1 > div.lower {
	background: #003274;
	-moz-backface-visibility:hidden;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
	-moz-transform:perspective(800px) rotateY(180deg);
	-webkit-transform:perspective(800px) rotateY(180deg);
	transform:perspective(800px) rotateY(180deg);
}

#container1 > div h1 {
	font-size:20px;
	padding:0;
	margin:0;
	color:#fff;
	line-height:40px;
}

#container1 > div p {
	font-size:16px;
	padding:0;
	margin:0;
	color:white;
	
}



#container1 > div.upper {
	-moz-backface-visibility:hidden;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
	-moz-transform:perspective(800px) rotateY(0deg);
	-webkit-transform:perspective(800px) rotateY(0deg);
	transform:perspective(800px) rotateY(0deg);
}

#container1:hover > div.lower {
	-moz-transform:perspective(800px) rotateY(0);
	-webkit-transform:perspective(800px) rotateY(0);
	transform:perspective(800px) rotateY(0);
    box-shadow: 0px 0px 15px rgba(150, 150, 150, 0.25); 
}

#container1:hover > div.upper {
	-webkit-transform:perspective(800px) rotateY(-179.9deg);
	-moz-transform:perspective(800px) rotateY(-179.9deg);
	transform:perspective(800px) rotateY(-179.9deg);
    box-shadow: 0px 0px 15px rgba(150, 150, 150, 0.25); 
}


/* Костыль */
.row2{
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.backdrop {
background: transparent url(/local/templates/atomport/design/assets/imgs/bckgAtomPort.svg) top left repeat-y;
background-size: contain;
}

@media (max-width: 434.98px) {
    .jumbotron-banner {
        background: url(/local/templates/atomport/design/assets/imgs/services-banner2.svg) top center no-repeat;
        background-size: 100%;
        min-height: 100px;
        margin-bottom: 22px;
    }

    h4 {
        font-size: 14px !important;
    }

    #container1 {
        position:relative;
        height:470px;
        width: 370px;
        align-items: center;
        justify-content: center;
        
    }

    #container1 > div {
        border-radius: 10px;
        position:absolute;
        top:0;
        width:270px;
        height:420px;
        padding:20px;
        background:white;
        -webkit-transition:1.5s ease-in-out;
        -moz-transition:1.5s ease-in-out;
        transition:1.5s ease-in-out;
    }

    #container1 > div p {
        font-size:12px;
        padding:0;
        margin:0;
        color:white;
        
    }
}

@media (min-width: 435px) and (max-width: 575.98px) {
    .jumbotron-banner {
        background: url(/local/templates/atomport/design/assets/imgs/services-banner3.svg) top center no-repeat;
        background-size: 100%;
        min-height: 110px;
    }

     h4 {
         font-size: 18px !important;
     }

     #container1 {
        position:relative;
        height:470px;
        width: 370px;
        align-items: center;
        justify-content: center;
        
    }

    #container1 > div {
        border-radius: 10px;
        position:absolute;
        top:0;
        width:360px;
        height:420px;
        padding:20px;
        background:white;
        -webkit-transition:1.5s ease-in-out;
        -moz-transition:1.5s ease-in-out;
        transition:1.5s ease-in-out;
    }

    #container1 > div p {
        font-size:14px;
        padding:0;
        margin:0;
        color:white;
        
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .jumbotron-banner {
        min-height: 120px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .jumbotron-banner {
        min-height: 150px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .jumbotron-banner {
        min-height: 203px;
    }

    #container1 {
        position:relative;
        height:410px;
        width:300px;
        
    }

    #container1 > div {
        border-radius: 10px;
        position:absolute;
        top:0;
        width:300px;
        height:390px;
        padding:20px;
        background:white;
        -webkit-transition:1.5s ease-in-out;
        -moz-transition:1.5s ease-in-out;
        transition:1.5s ease-in-out;
    }

    #container1 > div p {
        font-size:12px;
        padding:0;
        margin:0;
        color:white;
        
    }
}

@media (min-width: 1200px) and (max-width: 1351px) {

    #container1 {
        position:relative;
        height:410px;
        width:360px;
    }

    #container1 > div {
        border-radius: 10px;
        position:absolute;
        top:0;
        width:360px;
        height:410px;
        padding:20px;
        background:white;
        -webkit-transition:1.5s ease-in-out;
        -moz-transition:1.5s ease-in-out;
        transition:1.5s ease-in-out;
    }

    #container1 > div p {
        font-size:14px;
        padding:0;
        margin:0;
        color:white;
        
    }
}


@media (min-width: 1352px) and (max-width: 1400px) {
    .jumbotron-banner {
        min-height: 245px;
    }

    #container1 > div {
        border-radius: 10px;
        position:absolute;
        top:0;
        width:400px;
        height:410px;
        padding:20px;
        background:white;
        -webkit-transition:1.5s ease-in-out;
        -moz-transition:1.5s ease-in-out;
        transition:1.5s ease-in-out;
    }

    #container1 > div p {
        font-size:16px;
        padding:0;
        margin:0;
        color:white;
        
    }
}

@media (max-width: 767.98px) {
    .backdrop {
        background-image: none;
    }
}