*{
  padding: 0;
  margin: 0;
  border: 0;
}


*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

:focus,
:active {
  outline: none;
}
a:focus,
a:active {
  outline: none;
}


nav,
footer,
header,
aside {
  display: block;
}


html,
body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}


input,
button,
textarea {
  font-family: inherit;
}


input::-ms-clear {
  display: none;
}
button {
  cursor: pointer;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
a,
a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
ul li {
  list-style: none;
}
img {
  vertical-align: top;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: 400;
}


* {
  box-sizing: border-box;
}
body {
  font-size: 14px;
  
  color: rgba(0,0,0,1);

}

$minWidth: 320px;
$maxWidth: 1920px;
$maxWidthContainer: 1152px;
$md1: 1152;
$md2: 991.98;
$md3: 767.98;
$md4: 479.98;
$md5: 3440;
$md6:1478;

.container {

  display: flex;
  background: rgba(255,255,255,1);
  opacity: 1;
  overflow: hidden;
  flex-direction: column;
  min-height: 100%;
  min-width: 0;


}

.header_container {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
  padding-top: 25px;
}

@media (max-width: 767.98px){

  .header_container {
    margin-right: 20px;
  }
}

.header_container_item {
  height: 43px;
  width: 43px;
  margin-right: 20px;
 /* margin-top: 20px;*/

}


.container_container {
  margin: 0 auto;
  max-width: 887px;
}
.title {
font-family: The Nautigal;
font-style: normal;
font-weight: 700;
font-size: 64px;
line-height: 77px;
text-align: center;

/*line-height: 60px;*/
/*  line-height: 60/44 * 100%;*/
/* font-size: calc(20px + (44 - 20) * ((100vw - 320px) / (887 - 320)));*/
}

.prehead {
  margin-top: 147px;
  display: flex;
  justify-content: center;
}
.prehead_text {
font-family: The Nautigal;
font-style: normal;
font-weight: 700;
font-size: 30px;
line-height: 34/30 * 100%;
color: rgba(166, 166, 166, 1);
}

.head {
  margin-top: 5px;
  display: flex;
  justify-content: center;
}
.text {
font-family: Roboto;
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 24px;
}
.text_modificator1 {
text-align: center;
font-family: The Nautigal;
font-style: normal;
font-weight: 700;
font-size: 30px;
line-height: 34px;
}

.button {
width: 153px;
height: 43px;
display: inline-flex;
align-items: center;
justify-content: center;
color: rgba(255,255,255,1);
background: #000;
border: 2px solid rgba(0,0,0,1);
box-sizing: border-box;
border-radius: 25px;
margin-top: 40px;
text-align: center;
font-family: The Nautigal;
font-style: normal;
font-weight: 700;
font-size: 30px;
line-height: 34px;
}

/* .button_link2 {
  text-align: center;
  font-family: The Nautigal;
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 34px;
  line-height: 34/30 * 100%;
  color: rgba(255,255,255,1);
  background: #000;
  display: inline-flex;
  
  
} */



.container_button {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}

.button_link {
text-align: center;
font-family: The Nautigal;
font-style: normal;
font-weight: 700;
font-size: 30px;
line-height: 34/30 * 100%;
color: rgba(255,255,255,1);
}


/*-------------------------------------*/
.ikony_container {

max-width: 1087px;
margin: 0 auto;
padding-bottom: 40px;
}
.ikony_container2{
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-bottom: 40px;
}
@media (max-width: 767.98px){

.ikony_container2 {
 flex-direction: column;


}


}
.ikony_container3{
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  margin-bottom: 40px;
}
@media (max-width: 767.98px){

.ikony_container3 {
 flex-direction: column;


}


}

.ikony_1 {
flex: 0 1 33%;
height: 528px;
margin-right: 20px;


}

.ikony_2 {
flex: 0 1 33%;
height: 528px;
margin-right: 20px;
}

.ikony_3 {
flex: 0 1 33%;
height: 528px;
}

@media (max-width: 767.98px){
.ikony_1 {
  margin-right: 0px;
  margin-bottom: 20px;
}

.ikony_2 {
  margin-right: 0px;
  margin-bottom: 20px;
}
}


.ikony_img {
height: 528px;
width: 100%;
object-fit: cover;
object-position: center top;
overflow: hidden;
}

.description {
  display: flex;
  justify-content: center;
  padding-bottom: 40px;
}
.description_text {
text-align: left;
font-family: The Nautigal;
font-style: normal;
font-weight: 700;
font-size: 30px;
line-height: 34/30 * 100%;

}



/*-----------------------------*/






.text2 {
font-family: Roboto;
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 24px;
text-align: right;
}

/*--------------------------*/
.string {
  height: 2px;
  background: rgba(229, 229, 229, 1);
  width: 100%;


}

.string_container_container {
  display: flex;
  justify-content: center;
  margin-top: 20px;

}
.string_container {
  max-width: 1087px;
  margin: 0 auto;
}
 @media (max-width: 767.98px){

.string_container {
  padding-right: 20px;
  padding-left: 20px;
 }

  }

.footer_container {
  display: flex;
  flex-direction: row;
  padding-top: 51px;
  padding-bottom: 40px;
}

.child1 {
  flex: 0 1 50%;
  height: 239px;
}

.child2 {
  flex: 0 1 50%;
  height: 239px;
}


.column1 {
  display: inline-flex;
  flex-direction: column;
  justify-content: flex-start;
}

.text_footer {
font-family: Roboto;
font-style: normal;
font-weight: 400;
font-size: 15px;
line-height: 19/15 * 100%;
margin-bottom: 10px;

}
.head_footer {
font-family: Roboto;
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 19/16 * 100%;
color: rgba(166, 166, 166, 1);
margin-bottom: 15px;


}

.menu_container {
  display: flex;
  flex-direction: row;

}
.item_menu_container {
  flex: 0 1 33%;
}

@media (max-width: 320px){
  .menu_container {
    flex-direction: column;
    justify-content: flex-start;

  }
  .item_menu_container {
    margin-bottom: 20px;
  }

  .child1 {
  flex: 0 1 30%;
  }
}

/*-------------*/

.input_text_block {


}

.string_container_order {
  max-width: 1087px;
  margin: 0 auto;
  height: 740px;
}
 @media (max-width: 767.98px){

.string_container_order {
  padding-right: 20px;
  padding-left: 20px;
 }

  }

.head2 {
  display: flex;
  justify-content: center;
 
  margin-top: 32px;
  margin-bottom: 40px;
}
@media (max-width: 767.98px){

.head2 {
  margin-right: 20px;
  margin-left: 20px;
}
}

.head3 {
  display: flex;
  justify-content: center;
  flex-direction: column;
  max-width: 340px;
  padding-top: 32px;
  padding-bottom: 40px;
  margin: 0 auto 40px;
}


.input_style_error {
  border: 1px solid #e74c3c;
}

.input_style_success {
  border: 1px solid #58C89E;
}


.button_container {
  flex-direction: row;
  display: flex;
  justify-content: center;
}

.form-control {
  padding-bottom: 20px;
  display: flex;
  flex-direction: column;
 
}

.form-control label {
	display: inline-block;
	margin-bottom: 5px;
}

.form-control input {
	border: 1px solid #f0f0f0;
	border-radius: 4px;
	display: block;
	font-family: inherit;
	font-size: 14px;
	padding: 10px;
	width: 100%;
  border-color: #000;
}

.input_style {
  border: 1px solid #000;
  border-radius: 4px;
  width: 100%;
  padding-bottom: 10px;
  margin-top: 10px;
  
}

.form-control input:focus {
	outline: 0;
	border-color: #000;

}

.form-control.success input {
	border-color: #2ecc71;
}

.form-control.error input {
	border-color: #e74c3c;
}


.form-control small {
	color: #e74c3c;
	bottom: 0;
	left: 0;
	visibility: hidden;
}

.form-control.error small {
	visibility: visible;
}


.error_text {
  color: #e74c3c;
  visibility: hidden;

}

/*-----------------------*/


.lightbox {
float: left;
height: 528px;
width: 100%;
object-fit: cover;
object-position: center top;
overflow: hidden;
    transform: scale(1,1);
    transition: all 300ms ease;
}

.lightbox:hover {
    transform: scale(1.1,1.1);
}

.img-popup {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(38, 40, 52, 0.9);
    text-align: center;
    display: none;
    z-index: 9999999999999;
    animation: pop-in;
    animation-duration: 0.5s;
    -webkit-animation: pop-in 0.5s;
    -moz-animation: pop-in 0.5s;
    -ms-animation: pop-in 0.5s;

}

.img-popup img {
    position: absolute;
    top: 50%;
    max-width: 80%;
    max-height: 80vh;
    display: inline-block;
    transform: translate(-50%, -50%);
}

.close-lightbox {
    position: absolute;
    top: 45px;
    right: 10%;
    padding: 0px 10px;
    color: #fff;
    font-size: 35px;
    border: 2px solid #fff;
    border-radius: 50%;
    z-index: 99;
    cursor: pointer;
}
.lightboxfadeout{
    animation: fadeout;
    animation-duration: 0.5s;
    -webkit-animation: fadeout 0.5s;
    -moz-animation: fadeout 0.5s;
    -ms-animation: fadeout 0.5s;
}

@keyframes pop-in {
    0% {
        opacity: 0;
        transform: scale(0.1);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@-webkit-keyframes pop-in {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.1);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes pop-in {
    0% {
        opacity: 0;
        -moz-transform: scale(0.1);
    }
    100% {
        opacity: 1;
        -moz-transform: scale(1);
    }
}


@keyframes fadeout {
    100% {
        opacity: 0;
        transform: scale(0.1);
    }
    0% {
        opacity: 1;
        transform: scale(1);
    }
}

@-webkit-keyframes fadeout {
    100% {
        opacity: 0;
        -webkit-transform: scale(0.1);
    }
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes fadeout {
    100% {
        opacity: 0;
        -moz-transform: scale(0.1);
    }
    0% {
        opacity: 1;
        -moz-transform: scale(1);
    }
}

